* {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400&display=swap");
  /* url('//fonts.googleapis.com/css?family=Google Sans,Arial,Helvetica,sans-serif:thin,extra-light,light,100,200,300,400,500,600,700,800') format('woff'); */
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #ffffff;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  justify-content: end;
}
.first_section_desktop {
  background-image: url(image/other/header.png);
  height: 50vh;
  padding: 7rem 0rem;
  background-size: cover;
  display: block;
  width: 100%;
  background-size: 100% 100%;
  text-align: center;
  display: flex;
  /* justify-content: center; */
  align-items: center;

}
.first_section_desktop .header_content {
  position: relative;
  top: 20%;

  color: #fff;
  /* width: 80%; */
  text-align: left;
}
.first_section_desktop .header_content .desktop {
  text-align: left;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0px;
  color: #04B985;
  display: block;
  line-height: 1.3;
}
.first_section_desktop .header_content .desktop span {
  text-align: left;
  font-size: 60px;
  font-weight: bold;

  letter-spacing: 0px;
  color: #000000;
}
.first_section_desktop .header_content .mobile {
display: none;
}
.desktop_header{
  display: block;
}
.mobile_header{
  display: none;
}
.first_section_mobile{
  display: none;
}
header nav .nav-item a{
  text-align: left;

  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
}
.head_link{
  margin-right: 2rem;
}
.mobile_headname{
  display: none;
}
@media screen and (min-width: 1200px) and (max-width: 1800px){
.second_section .image img {
  width: 100%;
  height: 28vh !important;
}
}
@media screen and (min-width: 1500px) {
.product_second .first_inner_card {
  background: #FFF9E6 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  opacity: 1;
  padding: 2rem 3rem;
  height: 28vh;
}
.product_second .second_inner_card {
  background: #F7F7F7 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  opacity: 1;
  padding: 2rem 3rem;
  height: 28vh;
}
.product_first .thumbnail img {
  width: 17%;
  height: 8vh;
  border: 2px solid #E5E5E5;
  padding: 0.5rem;
  margin: 1rem;
}
}
footer {
  background-image: url(image/other/footer_bottom.png);

    padding: 4rem 0rem;
    background-size: cover;
    display: block;
    width: 100%;
    background-size: 100% 100%;

    display: flex;

    padding-bottom: 1rem;
}
.homepge footer{
  margin-top: -6rem;
}
@media screen and (min-width: 100px) and (max-width: 600px){
  .mobile_headname{
    display: block !important;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.2em;
    height: 1.5em;
    vertical-align: middle;
 /**   background-image: url(image/icon/togle_btn.svg); **/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-toggler .navbar-toggler-icon{background-image: url(image/icon/togle_btn_cross.svg);}
.collapsed .navbar-toggler-icon {
  background-image: url(image/icon/togle_btn.svg);
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.mobile_whats{
  width: 13% !important;
    float: right;
}
.mobile_header img{
  width: 70%;
}
.navbar-toggler {
  padding: 0px;
  /* /* font-size: var(--bs-navbar-toggler-font-size); */
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: none;
  /* border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color); */
  /* border-radius: var(--bs-navbar-toggler-border-radius); */
  transition: var(--bs-navbar-toggler-transition);
}
  .first_section_desktop {
   display: none;

  }
  .desktop_header{
    display: none;
  }
  .mobile_header{
    display: block;
    width:90%;
    text-align:center
  }
  .first_section_mobile {

    background-image: url(image/other/mobile_header.png);
    height: 50vh;
    /* padding: 7rem 0rem; */
    background-size: cover;
    display: block;
    width: 100%;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    /* justify-content: center; */
    align-items: center;
   }
   .first_section_mobile .header_content{
    margin-top: 50%;
   }
   .first_section_mobile .header_content .desktop {
    display: none;
  }
  .first_section_mobile .header_content .mobile {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #259056;
    display: block;
  }
  .first_section_mobile .header_content .mobile span {
    text-align: left;
    font-size: 30px;
    font-weight: 400;

    letter-spacing: 0px;
    color: #000000;
  }
  .first_section_mobile .header_content button {
    background: #FAC304;
    border-radius: 3px !important;
    opacity: 1;
    color: #3E3E3E;
    border: 1px solid #fff;
    padding: 0.4rem 3rem !important;
    letter-spacing: 0px;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}
.secondary_head {
  font-size: 24px !important;
  font-weight: bold;
  letter-spacing: 0px;
  color: #402e32;
  text-transform: capitalize;
  opacity: 1;
  text-align: center;
  margin-top: 0.5rem !important;
}
.second_section .card{
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.card_btn {
  background-color: #644233;
  color: #fff;
  margin: 1rem;
  border-radius: unset;
  width: 50%;
  margin: auto !important;
}
.second_section{
  margin-top: 1.5rem !important;
}
.second_section .row{
  margin-top: 1.5rem !important;
}
.daily_inner {
  display: contents !important;
  justify-content: center;
  align-items: center;
}
.five_section .fifth_inner {
  margin-right: auto;
  margin-left: auto;
  padding: 0rem !important;
  align-items: center;
  display: flex;
  justify-content: center;
}
.bought_btn .btn {
  border: 2px solid #000000;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding: 0.3rem !important;
  margin-left: 0rem !important;
}
.nav-item a img{
  width: 14%;
}
.card_name {
  text-align: center;
  font-size: 18px !important;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-info {
  text-align: center !important;
  font-size: 16px !important;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000000;
}
.four_section p {
  font-size: 14px !important;
  line-height: 15px !important;
  font-weight: 500;
  letter-spacing: 0.57px !important;
  color: #ffffff;
  text-align: center !important;
  width: 100%;
  margin: auto !important;
}
.testimonial_box-name h4 {
  font-size: 22px !important;
  font-weight: 900;
  letter-spacing: -0.57px;
  color: #ffffff;
  text-align: center !important;
  width: 100% !important;
}
.four_section {
  background-image: url(image/other/four_background.png);
  /* height: 60vh; */
  padding: 3rem 0rem !important;
  background-size: cover;
  display: block;
  width: 100%;
  background-size: 99% 100% !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.four_section img{
  width: 14%;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cardlastses{
  text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* display: revert; */
    justify-content: center;
    align-items: center;
}
.cardlastses .col {
  flex: 0.5 0 0%;
}
.cardlastses .row{
margin-left: 6%;
}
.carlastfont {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
}
footer {
  background-image: url(image/other/mobile_footer.png) !important;

  padding: 2rem 0rem !important;
  background-size: cover;
  display: block;
  width: 100%;
  background-size: 100% 100%;
  display: flex;
  margin-top: 0rem;
}
.homepge footer{
  margin-top: -6rem;
}
footer .f-address {
  text-align: center !important;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
footer ul {
  padding-left: 0rem;
  text-align: center;
}
footer p{
  text-align: center;
}
.footer_connect a{
  justify-content: center;
  display: block !important;
}
.fi-content{
  width: 60%;
    margin: auto;
}
.footer-social-icon{
  justify-content: center;
}
.product_first .thumbnail img {
  width: 18% !important;
  height: 10vh !important;
  border: 2px solid #E5E5E5;
  padding: 0.5rem;
  margin: 0.5rem !important;
}
.product_first .pdetail_name {
  text-align: left !important;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000000;
  display: flex ;
  margin-left: 0.7rem;
}
.product_first .p_rate {
  text-align: center !important;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000000;
  margin-left: 0.7rem;
}
.product_first .pack_size {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-right: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
.product_first .sizes{
  display: flex;
  justify-content: center;
}
.product_first .sizes .radio{
margin-right: 0.5rem;
}
.product_first .about {
  font-size: 14px;
  text-align: center;
}
.product_first .pdisc_head {
  text-align: center !important;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.product_first .cart{
display: flex;
justify-content: center;
}
.card_name span {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #8e8e8e;
  margin-left: 0.5rem;
}
.footer_logo a{
  justify-content: center;
}
.whatsapp-button{
  display: none !important;
}
.first_inner_card li img{
  width: 15px;
    height: 20px;
    margin-right: 0.5rem;
}
.product_second .first_inner_card {
  background: #FFF9E6 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  opacity: 1;
  padding: 2rem 3rem;
  margin-bottom: 0.5rem;
}
.product_first{
  margin-top: 0.5rem !important;
}


.product_first .pdetail_name span{
  margin-left: 0.5rem;
  margin-top: 0.4rem;

}
.product_first .desktop_slide{
  display: none !important;
  }
  .product_first .mobile_slide{
    display: block !important;
    }
    .desktop_pname{
      display: none !important;
    }
    .floatplace {
      display: block !important;
      position: fixed;
      bottom: 0px;
      right: 0px;
      width: 100%;
      padding: 1rem;
      background-color: #644233;
      color: #FFF;
      border-radius: -1px;
      text-align: center;
      box-shadow: 2px 2px 3px #999;
      z-index: 99;
      text-decoration: none;
      font-weight: bold;
      font-size: 18px;
    }
    .floatplace:hover{
      color: #FFF;
    }
}
.floatplace{
  display: none;
}
.product_first .desktop_slide{
display: block;
}
.product_first .mobile_slide{
  display: none;
  background: #fff;
  }
.brand-info p span{
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  /* font: normal normal normal 12px/15px Lato; */
  letter-spacing: 0px;
  color: #000000;
}
.whatsapp-button{
  position: fixed;
  bottom: 30%;
  right: 2%;
  z-index: 99;

  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  animation: effect 5s infinite ease-in;
}
.product_first .btn{
  background-color: #644233;
  color: #fff;
  border-radius: 1px;
  width: 35%;
}
.product_first .pdetail_name{
  text-align: left;
  font-size: 22px;
  font-weight: bold;

  letter-spacing: 0px;
  color: #000000;
}
.product_first .p_rate{
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000000;
}

.product_first .pack_size{
text-align: left;
font-size: 18px;
font-weight: 400;

letter-spacing: 0px;
color: #000000;
opacity: 1;
}
.product_first .pdisc_head{
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.first_section_desktop .header_content button {
  background: #FAC304;
  border-radius: 4px;
  opacity: 1;
  color: #3E3E3E;
  border: 1px solid #fff;
  padding: 0.6rem 3.5rem;

  letter-spacing: 0px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.head_bottom {
  display: block;

  text-align: center;

  /* justify-content: center; */
  align-items: center;
}
.secondary_head {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #402e32;
  text-transform: capitalize;
  opacity: 1;
  text-align: center;
}
.second_section .image {
  margin-left: auto;
  margin-right: auto;
  margin-top: -0.8rem;
}
.second_section .image img {
  width: 100%;
  height: 30vh;

}
.h3, h3 {
    font-size: 24px;
}
.proimg .image .display_show{

  display: block;
  transition: 0.3s;
  }
  .proimg .image .display_hide{
  display: none;
  }
  .proimg .image:hover .display_show{
  display: none;
  }
  .proimg  .image:hover .display_hide{
  display: block;
  }
 .image:hover .card .off_span{
  display: none;
    }
.card .off_span{

   background: #D34F3B 0% 0% no-repeat padding-box;
    border-radius: 0px 3px 0px 30px;
    color: #fff;
    width: 20%;
    margin-left: 80%;
    text-align: center;
    z-index: 10;
    visibility: hidden;
}
.card_name {
  text-align: center;

  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
}
.card_name span {
  text-align: left;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #8e8e8e;
}
.brand-info {
  text-align: center;
  font-size: 16px;
  font-weight: bold;

  letter-spacing: 0px;
  color: #000000;
}
.cardlastses .btn2 {
  border: 1px solid #babab9;
  border-radius: 3px;
  opacity: 1;
  opacity: 1;
  background-color: #ffff;
}
.caption {
  padding: 1rem;
}
.caption p {
  font-size: 16px;
    font-weight: 400;
  color: #000000;
}
.caption h2 {
  letter-spacing: 0px;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
}
.cardlastses .btn2 a {
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0px;
  color: #000000;

}
.cardlastses .btn2{
  padding: 0.3rem;
}
.cardlastses .active{
  background-color: #158A3A;
  border: 1px solid #158A3A;
  color: #fff;
}
.cardlastses .active a{
  background-color: #158A3A;

  color: #fff;
}
.card_btn {
  background-color: #644233;
    color: #fff;
    margin: 0rem 1.8rem 1rem 1.8rem;
    border-radius: unset;
    padding: 0.5rem;
    font-size: 16px;
    font-weight: 600;
}
.second_section .card:hover{
  box-shadow: 0px 3px 6px #7B6E6E29;
}
.card_btn:hover{
  background-color: #644233;
  color: #fff;

}

.card .proimg{
  padding: 0rem 1rem ;
}
.third_section {
  background-color: #e0efe7;
}
.thumbnail .inner img {
  width: 100%;
  transition: all 2.5s ease;
}
.four_section {
  background-image: url(image/other/four_background.png);
  /* height: 60vh; */
  min-height: 55vh;
max-height: 60vh;
  padding: 7rem 0rem;
  background-size: cover;
  display: block;
  width: 100%;

  background-size: 100% 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.four_section .pera {
  text-align: center;
  /* display: flex; */
  align-items: center;
}
.four_section p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.57px;
  color: #ffffff;
  text-align: left;
  width: 90%;
}
.five_section .fifth_inner {
  margin-right: auto;
  margin-left: auto;
  padding: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.five_section .fifth_inner .image {
  margin-left: auto;
  margin-right: auto;
}
.five_section .nav-item{
margin-right: 0.5rem;
}
.bought_btn{
  margin-left: auto;
  margin-right: auto;
  align-items: center;
    display: flex;
    justify-content: center;
}
.bought_btn .btn{
  border: 2px solid #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding: 0.7rem;
  margin-left: 0.5rem;
}
.bought_btn .btn .show{
display: block;
}
.bought_btn .btn .hide{
  display: none;
  }
  .bought_btn .btn:hover .show{
    display: none;
  }
  .bought_btn .btn:hover .hide{
    display: block;
  }
  .bought_btn .btn:hover
  {
    background-color: #259056;
    color: #fff;
    border: 2px solid #259056;
  }
  .nav-pills .nav-link.active .hide{
    display: block;
  }
  .nav-pills .nav-link.active .show{
    display: none;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #259056;
    border: 2px solid #259056;
}
.daily_inner{
display: flex;
justify-content: center;
align-items: center;
}
.product_first .thumbnail img{
  width: 17%;
  height: 11vh;
    border: 2px solid #E5E5E5;
    padding: 0.5rem;
    margin: 1rem;
}
.product_first .col-md-5{
  border-right: 1px solid #EBEBEB;
}
.product_first .images{

}
.product_first .col-md-7{
  /* background-color: #FAFBFA; */
}

.product_second .first_inner_card{
background: #FFF9E6 0% 0% no-repeat padding-box;
border: 1px solid #FFFFFF;
opacity: 1;
padding: 2rem 3rem;
min-height: 300px;
}
.product_second .first_inner_card ul{
  padding-left: 0rem;
}
.product_second .first_inner_card ul li {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
line-height: 35px;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
.product_second .second_inner_card p{
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.product_second h3{
  text-align: left;
  font-size: 24px;
  font-weight: bold;

  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.sec_inner{
  background-color: #F7F7F7;
  padding: 1.5rem;
}
.product_second .second_inner_card{
  background: #E9F8F0 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  opacity: 1;
  padding: 2rem 3rem;
  min-height: 300px;
  }

footer ul {
  padding-left: 0rem;
}
footer ul li a {
  text-decoration: none;
}
footer ul li a .f-icon{
margin-right: 0.5rem;
}
footer ul li {
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.footer_top {
  /* margin-bottom: -6rem; */
  position: relative;


}
footer ul li a{

  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
footer .f-address{
  text-align: left;

font-size: 24px;
font-weight: 400;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
.footer_top img {
  width: 100%;
}
.footer_top_inner{
  position: absolute;
  top: 26%;
  left: 30%;
}
.footer_top_inner .newsletter-form {
  width: 40vw;
  position: relative;
  top: 23%;

}
.footer_top_inner .newsletter-form .form-control {
  height: 84px;
  border-radius: 30px;
  padding-left: 25px;
  font-size: 15px;
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;

  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border: 1px solid #DBD1D1;
opacity: 1;
}
.cmn-btn {
  display: inline-block;
    color: #fff;
    background-color: #CAA316 !important;
    opacity: 1 !important;
    border-radius: 11px;
    padding: 2.5rem 0rem -0.4rem 2.5rem;
    height: 83px !important;
    position: absolute;
    top: 1px;
    left: 83%;
    overflow: hidden;
    z-index: 1;
    height: 50px;
    /* line-height: 50px; */
    border: none;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: auto;
    /* display: flex; */
    justify-content: center;
}
.footer_top_inner .newsletter-form .form-control {
  height: 84px;
  border-radius: 11px;
  padding-left: 25px;
  font-size: 15px;
  border: 0;
}
.footer_top_inner .sub_pera p{
  text-align: left;

  font-size: 32px;
  font-weight: 600;
  line-height: 3;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
footer .f_top_line{
  text-align: left;

font-size:36px;
font-weight: bold;
line-height: 1.5;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}

element.style {
}
.d-flex {
    display: flex!important;
}
footer ul li a:hover{
  color: #000000;
}
.product_first .product {
  background-color: #fafbfa;
}

.brand {
  font-size: 14px
}

.act-price {
  color: red;
  font-weight: 700
}

.dis-price {
  text-decoration: line-through
}

.product_first .about {
  font-size: 15px;
  line-height: 1.8;
  color: #5D5858;
opacity: 1;
width: 85%;
}

.color {
  margin-bottom: 10px
}

label.radio {
  cursor: pointer;
  margin-right: 0.9rem;
}

label.radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none
}

label.radio span {
  padding: 2px 9px;
  border: 2px solid #BABAB9;
  display: inline-block;
  color: #000000;
  border-radius: 3px;
  text-transform: uppercase
}

label.radio input:checked+span {
  border-color: #158A3A;
  background-color: #158A3A;
  color: #fff
}

.btn-danger {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important
}

.btn-danger:hover {
  background-color: #da0606 !important;
  border-color: #da0606 !important
}

.btn-danger:focus {
  box-shadow: none
}

.cart i {
  margin-right: 10px
}
#main-image{
  width: 50%;
  /* height: 30vh; */
  min-height: 26vh;
  max-height: 30vh;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 1rem auto !important;
}
.swiper-slide {
  text-align: center;
  font-size: 32px;
  background: #fff;
  min-height: 300px;
  cursor: grab;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{
  width: 70%;
 /* height: 35vh; */
}
.swiper-button-next{
  display: none;
}
.swiper-button-prev{
  display: none;
}
.swiper-pagination-bullet {
    background: #fff !important ;
    opacity: 1;
    border: 1px solid #259056 !important;
}
.swiper-pagination-bullet-active {
    background: #259056;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23000%27%2F%3E%3C%2Fsvg%3E);
  left: 1.5rem;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23000%27%2F%3E%3C%2Fsvg%3E);
    right: 1.5rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px !important;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
.testimonial-section{
  background-image: url(image/other/four_background.png);
    /* height: 60vh; */
    padding: 7rem 0rem;
    background-size: cover;
    display: block;
    width: 100%;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials{
  text-align:center;
  width:1118px;
  margin:0 auto;

}
.testimonial{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.testimonial .details span{
  display:inline-block;
  width:100%;
  margin:0 auto;
  text-align:left;
  color: #FFFFFF;
  font-size: 24px;
    font-weight: 900;
}
.testimonial p{
  font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.57px;
    color: #ffffff;
    text-align: left;
    width: 90%;
}

.slick-prev:before {
    width: 72px;
    height: 72px;
    background: url(//www.gobillable.com/2225413/Assets-2016/arrow-right-rollover-state.png) no-repeat;
    position: absolute;
    left: 50vw;
    top: -1rem;
    display: block;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(0);
    -webkit-filter: grayscale();
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 25%;
}

.slick-next:before {
    width: 72px;
    height: 72px;
    background: url(http://www.gobillable.com/2225413/Assets-2016/arrow-right-rollover-state.png) no-repeat;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(0);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    transform-origin: 50% 25%;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 70%;
  /* left: -20%; */
  display: block;
  width: 30px;
  height: 30px;
  /* margin-top: -10px; */
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.testimonial-slide {
  /* padding: 40px 20px; */
    padding-bottom: 40px;
padding-top: 0px;
padding-left: 20px;
padding-right: 20px;
}
/* .testimonial_box-top {
  background-color: #e0fbfc;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
} */
.testimonial_box-icon {
  padding: 10px 0;
}
.testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}
.testimonial_box-text {
  padding: 10px 0;
}
.testimonial_box-text p {
 font-size: 24px;
   font-weight: 500;
   letter-spacing: -0.57px;
   color: #ffffff;
   text-align: left;
   width: 90%;
}
.testimonial_box-img {
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
}
.testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}
.testimonial_box-name {
  padding-top: 10px;
}
.testimonial_box-name h4 {
 font-size: 24px;
   font-weight: 900;
   letter-spacing: -0.57px;
   color: #ffffff;
   text-align: left;
   width: 90%;
}
.testimonial_box-job p {
  color: #293241;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
.testimonial_box-top{


  /* padding: 7rem 2rem; */
}
.slick-slide{padding-bottom:5rem;}
.nav-link.text-muted {
  cursor: auto;
}
.detailImg{
  min-height: 350px;
}
.first_section_desktop .header_content a, .first_section_mobile .header_content a {
    background: #FAC304;
    border-radius: 4px;
    opacity: 1;
    color: #3E3E3E;
    border: 1px solid #fff;
    padding: 0.6rem 3.5rem;
    letter-spacing: 0px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  text-decoration: none;
  top: 25px;
  position: relative;
}
@media screen and (max-width: 786px) {
  .product_first .btn{
    width: 67%;
  }
  .product_first .about{
    width: 100%;
  }
  .swiper-slide img {
    width: auto;
    height: 250px;
  }
}
@media screen and (min-width: 786px) {
.col-md-7 {
    flex: 0 0 auto;
    width: 57.333333%;
}

}
.productSpec{
  background: #fafbfa;
}
.pmbtn {cursor:pointer; }
        .number{
            /* margin:100px; */
      display: flex;

        }
        .minus, .plus{

            padding: 3px 8px 3px 8px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #158A3A;

        }
    .minus{

      border-radius: 3px 0px 0px 3px;
    }
    .plus{
      border-radius: 0px 3px 3px 0px;
    }
        .calc{
            height: 35px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #158A3A;
    border-top: 1px solid #158A3A;
    border-left: none;
    border-right: none;
    border: 1px 0px 1px 0px solid #158A3A;
    /* border: 1px solid #ddd; */
    /* border-radius: 4px; */
    display: inline-block;
    vertical-align: middle;
    }

    .swiper-pagination-bullet {
      background: #fff;
      opacity: 1;
      border: 2px solid #644233 !important;
    }
    .swiper-pagination-bullet-active {
      background: #259056 !important;
      border: 2px solid #259056 !important;
    }
    .swiper-pagination-bullet {
      width: 15px !important;
      height: 15px !important;
    }
    .btn-check:focus + .btn, .btn:focus {
      /* outline: 0; */
      box-shadow: none;
  }
  .pageTitleRs1__bg1 {
      background: url(../assets/image/other/banner_contactus.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    .pageTitleRs1__padding {
      padding: 150px 0px 150px;
      text-align: center;
    }

    @media only screen and (max-width: 1199px) {
      .pageTitleRs1__padding {
        padding: 170px 0px 175px;
      }
    }

    @media only screen and (max-width: 767px) {
      .pageTitleRs1__padding {
        padding: 150px 0px 160px;
      }
    }

    @media only screen and (max-width: 575px) {
      .pageTitleRs1__padding {
        padding: 110px 0px 120px;
      }
    }

    .pageTitleRs1__content h1 {
      font-size: 80px;
      line-height: 80px;
      font-weight: bold;
      margin-bottom: 42px;
      color: #fff;
    }
    .pageTitleRs1 .row{
      margin-left: 0;
      margin-right: 0;
    }
    .contactUs-shopnow {
      background: #fff;
      border-radius: 0px;
      opacity: 1;
      color: #3E3E3E;
      border: 1px solid #fff;
      padding: 1rem 1.5rem;
      letter-spacing: 0px;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      top: 25px;
      position: relative;
      box-shadow: 2px 4px 2px 3px #FAC304;
  }
  .contactUs-shopnow img{margin-right: 9px;;}
  .contactUs h1{
      font-size: 60px;
      text-align: center;
      font-weight: bold;
  }
  .contactUs p{
      font-size: 30px;
      color: #626262;
      text-align: center;
  }
  .contactPage .row{
      margin-left: 0;
      margin-right: 0;
  }
  .contactPage a{
      text-decoration: none;
      color: #000;
      font-weight: 600;
  }

  .contactForm .container {
      background: #F7F7F7;
      border-radius: 19px;
      width: 60%;
      left: 20px;
      position: relative;
  }
  .contactForm .container .row {
      margin-left: 0;
      margin-right: 0;
  }

    .pageTitleRs1__content h3{
      color: #fff;
      font-size: 45px;
    }
    .socialLink .container{
      width: 60%;
      left: 20px;
      position: relative;
    }
    .socialLink h2{
      top: 21px;
      position: relative;
    }
    .socialLinkImg{
      letter-spacing: 55px;
      text-align: center;
    }
    .socialLinkImg img{
      height: 65px;
      width: 65px;
    }
    .btn-main2{
      padding: 0.6rem 3.5rem;
      background: #EEBC6E !important;
      border-radius: 4px;
      color: #000 !important;
      font-weight: bold;
    }
    .contactForm label{
      margin-bottom: 5px;
      color: #000;
    }
    .contactForm .col-lg-7{
      padding-right: 29px;
    }
    #message{
      min-height: 285px;
    }
    .contactDetails p{
      padding-top: 10px;
    }
    @media only screen and (max-width: 767px) {
      .pageTitleRs1__content h1 {
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 65px;
      }
      .contactForm .container{
          width: 100%;
          left: auto;
      }
      .socialLink .container{
          width: 100%;
          left: auto;
      }
      .socialLink .container .row{
          margin-left: 0; margin-right: 0;
      }
      .socialLink h2{
          top: 0;
          text-align: center;
      }
      .socialLinkImg{
          letter-spacing: 40px;
          text-align: center;
      }
      .socialLinkImg img {
          height: 65px;
          width: 65px;
      }
      .contactForm .col-lg-7{
          padding-right: 10px;
        }
    }

    @media (min-width: 768px) and (max-width: 1080px){
      .contactForm .container{
          width: 100%;
      }
      .socialLink .container .row{
          margin-left: 0; margin-right: 0;
      }
      .socialLink .container{
          width: 100%;
          left: auto;
      }
      .socialLink h2{
          top: 0;
          text-align: center;
      }
      .socialLinkImg{
          letter-spacing: 40px;
          text-align: center;
      }
      .socialLinkImg img {
          height: 65px;
          width: 65px;
      }
    }
    @media only screen and (max-width: 479px) {
      .pageTitleRs1__content h1 {
        font-size: 55px;
        line-height: 55px;
      }
    }

    @media only screen and (max-width: 400px) {
      .pageTitleRs1__content h1 {
        font-size: 45px;
        line-height: 45px;
      }
    }

    .pageTitleRs1__bread-crumb ul {
      display: inline-block;
      background: #fff;
      padding: 16px 39px;
      -webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.12);
              box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.12);
    }

    .pageTitleRs1__bread-crumb ul li {
      display: inline-block;
      position: relative;
      margin-right: 16px;
    }

    .pageTitleRs1__bread-crumb ul li:before {
      position: absolute;
      right: -11px;
      top: 7px;
      content: '';
      height: 12px;
      width: 1px;
      background: #2c3957;
    }

    .pageTitleRs1__bread-crumb ul li:last-child {
      margin-right: 0px;
    }

    .pageTitleRs1__bread-crumb ul li:last-child:before {
      display: none;
    }

    .pageTitleRs1__bread-crumb ul li:last-child a {
      color: #00aa8c;
    }

    .pageTitleRs1__bread-crumb ul li a {
      font-size: 14px;
      line-height: 26px;
      text-transform: uppercase;
      font-weight: 600;
      color: #2c3957;
    }
    .form-control{
      min-height: 60px;
    }
    .mt-2{
      margin-top: 1.5rem !important;
    }
    .form-control:focus {
      color: #212529;
      background-color: #fff;
      border: 1px solid #C7C0C0;
      outline: 0;
      box-shadow: none;
      /* box-shadow: 0 0 0 .25rem #C7C0C0; */
  }
  label.error {
      color: red;
  }
  .navbar-light .navbar-nav .nav-link{
      color: #000;
  }
/* About Us */
body {
font-family: Arial, sans-serif;
}

.con {
display: flex;
justify-content: space-around;
text-align: justify;
margin-top: 50px;
padding-left: 5rem;
padding-right:5rem;
align-items: center;
}
.cont {
  width: 800px;
  text-align: justify;
}

.headdes {
font-size: 24px;
font-weight: bold;
}

.pdesc {
font-size: 16px;
margin-bottom: 20px;
display: grid;
}

.farmerimg {
width: 200px;
height: auto;
float: left;
margin-right: 20px;
}

.about-owner {
text-align: justify;
margin-top: 18px;
}

@media (max-width: 768px) {
  .con {
    display: flex;
    justify-content: space-around;
    text-align: justify;
    margin-top: 50px;
    padding-left: 2.8rem;
    padding-right:2.8rem;
    align-items: center;
    }
  .pdesc {
    font-size: 16px;
    margin-bottom: 20px;
    }
  .about-owner {
    text-align: justify;
    margin-top: 18px;
    display: grid;
    }
    .headdes {
      font-size: 30px;
      font-weight: bold;
      }
      .farmerimg {
        width: 200px;
        height: auto;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        }
        .pageTitleRs1__content h3{
          color: #fff;
          font-size: 30px;
        }
}