body {
    background: #fff;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}

img {
    min-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 0px;
    line-height: normal;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    line-height: normal;
}

h3 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: normal;
}

h4 {
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 20px;
    line-height: normal;
}

h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: normal;
}

h6 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: normal;
}

p {
    line-height: 35px;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 15px;
}
#navbar .container{
  background: #005627;
  border-radius: 50px;
  display: flex;
  height: 60px;
  top: 25px;
  position: relative;
}

.headerphn{
      position: relative;
    top: 20px;
    text-align: right;
    padding-right: 30px;
    z-index: 9;
}
#navbar {
  position: relative;
  top: -10px;
  height: 0px;
  line-height: 60px;
  width: 100vw;
  z-index: 10;
}
.homeheadedrbg{
  margin: -55px 0 0 0;
}

.headercall i{
  display: inline-block;
  transform: rotate(45deg);
  font-size: 25px;
  color: #005627;
}

.headercall span{
  font-size: 25px;
  color: #005627;
  font-weight: 600;
}

.headercall p a{
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.headersearch{
  padding: 10px 0 0 0;
}

.headersocial ul li{
  display: inline-block;
  padding: 0 5px;
}

.headersocial ul li i{
  background: #fff;
  color: #005627;
  width: 30px;
  height: 30px;
  padding: 7px;
  border-radius: 50%;
}

.headersocial ul li a{
  margin:  0;
  padding: 0;
}

.nav-wrapper {
  margin: auto;
  text-align: center;
/*  width: 70%;*/
  display: flex;
} 
.logo img{
  width: 40%;
  min-width: 40%;
  outline: none;
}
.logo {
  text-align: left;
  position: relative;
  left: -30px;
  top: -20px;
} 

#menu ul li{
  display: inline-block;
}

.search{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50% , -50%);
    background:black ;
    height: 40px;
    border-radius: 40px;
    padding: 10px;
}

.search:hover > .search-txt{
    width: 180px;
    padding: 0 10px;
    color: wheat;
    font-family: 'Pangolin', cursive;
}
.search:hover > .search-btn{
   background: white ;
}
.search-txt{
    border: none;
    outline: none;
    float: left;
    padding: 0 15px;
    color:#000 ;
    font-size: 16px;
    transition: ease-in 0.4s;
    line-height: 40px;
    width: 100%;
    border-radius: 25px;
}
.search-btn {
    color: #005627;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -40px;
    position: relative;
}
@media(max-width: 768px) {
    .nav-wrapper {
      width: 90%;
    }
  } @media(max-width: 638px) {
      .nav-wrapper {
        width: 100%;
      }
    } 


/*.logo {
  float: left;
  margin-left: 28px;
  font-size: 1.5em;
  height: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
} */

@media(max-width: 768px) {
    .logo {
/*       margin-left: 5px; */
    }
  }

#navbar ul {
  display: inline-block;
  float: right;
  list-style: none;
  /* margin-right: 14px; */
  margin-top: 0px;
  text-align: right;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  margin: 0px 0 0 0;
} 

@media(max-width: 640px) {
    #navbar ul {
      display: none;
    }
  } @media(orientation: landscape) {
      #navbar ul {
        display: inline-block;
      }
    }

#navbar li {
  display: inline-block;
}

#menu li a{
  color: #fff;
  padding: 0 5px;
}

#menu li a:hover{
  bo
}

#menu li{
  display: inline-block;
  padding: 0 5px;
}

/*#navbar li a {
  color: rgb(13, 26, 38);
  display: block;
  font-size: 0.7em;
  height: 50px;
  letter-spacing: 1px;
  margin: 0 20px;
  padding: 0 4px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#navbar li a:hover {
  color: rgb(28, 121, 184);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}*/

/* Animated Bottom Line */
/*#navbar li a:before, #navbar li a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -1px;
  background: rgb(13, 26, 38);
}

#navbar li a:before {
  left: 0;
  transition: 0.5s;
}

#navbar li a:after {
  background: rgb(13, 26, 38);
  right: 0;
}

#navbar li a:hover:before {
  background: rgb(13, 26, 38);
  width: 100%;
  transition: width 0.5s cubic-bezier((0.22, 0.61, 0.36, 1));
}
*/
#navbar li a:hover:after {
  background: transparent;
  width: 100%;
  /* transition: 0s; */
}



/*======================================================
                    Mobile Menu Menu Icon
  ======================================================*/
@media(max-width: 768px) {
  .menuIcon {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 15px;
    top: 90px;
    height: 23px;
    width: 27px;
    z-index: 12;
    background: #237f40;
    border-radius: 5px;
  }

  /* Icon Bars */
  .icon-bars {
    background: #fff;
    position: absolute;
    left: 4px;
    top: 45%;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  } 

  .icon-bars::before {
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    height: 2px;
    width: 20px;
/*     -webkit-transition: top 0.2s ease 0.3s;
    transition: top 0.2s ease 0.3s; */
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  .icon-bars::after {
    margin-top: 0px;
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 20px;
/*     -webkit-transition: top 0.2s ease 0.3s;
    transition: top 0.2s ease 0.3s; */
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  /* Bars Shadows */
  .icon-bars.overlay {
    background: rgb(97, 114, 129);
    background: rgb(183, 199, 211);
    width: 20px;
    animation: middleBar 3s infinite 0.5s;
    -webkit-animation: middleBar 3s infinite 0.5s;
  } @keyframes middleBar {
      0% {width: 0px}
      50% {width: 20px}
      100% {width: 0px}
    } @-webkit-keyframes middleBar {
        0% {width: 0px}
        50% {width: 20px}
        100% {width: 0px}
      }

  .icon-bars.overlay::before {
    background: rgb(97, 114, 129);
    background: rgb(183, 199, 211);
    width: 10px;
    animation: topBar 3s infinite 0.2s;
    -webkit-animation: topBar 3s infinite 0s;
  } @keyframes topBar {
      0% {width: 0px}
      50% {width: 10px}
      100% {width: 0px}
    } @-webkit-keyframes topBar {
        0% {width: 0px}
        50% {width: 10px}
        100% {width: 0px}
      }

  .icon-bars.overlay::after {
    background: rgb(97, 114, 129);
    background: rgb(183, 199, 211);
    width: 15px;
    animation: bottomBar 3s infinite 1s;
    -webkit-animation: bottomBar 3s infinite 1s;
  } @keyframes bottomBar {
      0% {width: 0px}
      50% {width: 15px}
      100% {width: 0px}
    } @-webkit-keyframes bottomBar {
        0% {width: 0px}
        50% {width: 15px}
        100% {width: 0px}
      }


  /* Toggle Menu Icon */
  .menuIcon.toggle .icon-bars {
    top: 5px;
    transform: translate3d(0, 5px, 0) rotate(135deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .menuIcon.toggle .icon-bars::before {
    top: 0;
    transition-delay: 0.1s;
    opacity: 0;
  }

  .menuIcon.toggle .icon-bars::after {
    top: 10px;
    transform: translate3d(0, -10px, 0) rotate(-270deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .menuIcon.toggle .icon-bars.overlay {
    width: 20px;
    opacity: 0;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
}


/*======================================================
                   Responsive Mobile Menu 
  ======================================================*/
.overlay-menu {
  background: #237f40;
  color: rgb(13, 26, 38);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
  transform: translateX(-100%);
  width: 100vw;
  height: 100vh;
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  z-index: 9;
}
.mobilenav{
  display: none;
}

.overlay-menu ul, .overlay-menu li {
  display: block;
  position: relative;
}

.overlay-menu li a {
  display: block;
  font-size: 1.8em;
  letter-spacing: 4px;
/*   opacity: 0; */
  padding: 10px 0;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
/*   -webkit-transition: 0.2s opacity 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out; */
}

.overlay-menu li a:hover,
.overlay-menu li a:active {
  color: rgb(28, 121, 184);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.homeheadedrbg img{
    width: 100%;
}


.ourbrandscontainber{
    background: #237f40;
    padding: 50px 0;
}

.brandingimg img{
    width: 100%;
}

.ourbrandscontainber h1{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}

.allbrands{
    position: relative;
    /*width: 950px;
    height: 650px;*/
}

/* Circle styling */
.brandslogo {
    /*width: 150px;
    height: 150px;*/
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: absolute;
    transition: 0.35s ease;
    cursor: pointer;
}

.brandslogo img {
    width: 100%;
    object-fit: contain;
}

/* Hover animation */
.brandslogo:hover {
    transform: scale(1.12);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/*Header Mobile CSS*/
.mobilelogo img{
  width: 100%;
}

/* -------- EXACT POSITIONS -------- */

.p1  { left: 10px; top: 35px; width: 25%; min-width: 25%;}  
.p2  { left: 180px; top: 60px; width: 25%; min-width: 25%;}   
.p3  { left: 350px; top: 55px; width: 20%; min-width: 20%; }   

.p4  { left:  10px; top: 180px; width: 20%; min-width: 20%;}   
.p5  { left: 150px; top: 200px; width: 20%; min-width: 20%;}  
.p6  { left: 300px; top: 170px; width: 20%; min-width: 20%;}  

.p7  { left: 80px; top: 290px; width: 15%; min-width: 15%;}   
.p8  { left: 255px; top: 275px; width: 15%; min-width: 15%;}   
.p9  { left: 375px; top: 260px; width: 20%; min-width: 20%;}   

.p10 { left: 315px; top: 350px; width: 15%; min-width: 15%;}  

.projectcatcontainer h2{
    font-size: 35px;
    color: #237f40;
    font-weight: bold;
} 
.projectcatcontainer{
    padding: 50px 0;
}

.catgbox img{
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 79.75%, 50% 100%, 0% 79.75%);
}

.cattitle h3{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding-bottom: 0px;
}

.cattitle{
  background: #f3f3f3;
  padding: 10px 0;
  margin-bottom: 20px;
}

.catgbox{
  background:#f3f3f3 ;
}

.catgbox:hover{
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  transition: all 0.9s ease-in-out;
}

.procatbtn{
  text-align: center;
  margin-top: 30px;
}

.procatbtn a{
  background: #06b149;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  text-transform: capitalize;
}

.procatbtn a:hover{
  transition: all 0.8s ease-in;
  background: #fff;
  color: #06b149;
  border: 1px solid #06b149;
}

.customerdata{
  background: #237f40;
  padding: 30px 0;
}
.customerimgdata ul li{
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  vertical-align: top;
}


.customerimgdata ul li img {
    width: auto;
    min-width: auto;
}

.customerimgdata ul li h6{
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.custmercounter ul li{
  display: inline-block;
  padding: 0 20px;
}

.countertitle h3{
  color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
}

.countertitle{
  text-align: center;
}

.count span{
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.count {
  color: #fff;
  text-align: center;
  font-size: 40px;
}


.custmercounter ul li{
  border-right: 1px solid #ffffff4f;
}

.custmercounter ul li:last-child{
  border-right: 0px;
}

.popularprobtn a{
  background: #237f40;
    color: #fff;
    padding: 8px 25px;
    border-radius: 10px;
    text-transform: capitalize;
    width: 100%;
    display: block;
    border: 1px solid #237f40;
}

.popularprobtn a:hover{
  background: #fff;
  color: #237f40;
  transition: all 0.6s ease-in;
}
.popularprobtn{
  margin: 10px;
  text-align: center;
}

.popularprotitle h3{
  color: #237f40;
    font-size:17px;
    font-weight: 600;
    padding: 0 30px;
    margin-bottom: 0px;
}

.popularprotitle{
  text-align: center;
  height: 60px;
}

.propularprobox{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  margin: 10px;
  padding: 30px 0;
  background: #fff;
}

.popularpro-slider .owl-prev {
    position: absolute;
    top: 40%;
    left: -30px;
    display: block !important;
    border-radius: 50%;
    height: 32px;
}

.popularpro-slider .owl-next {
    position: absolute;
    top: 40%;
    right: -30px;
    display: block !important;
    border-radius: 50%;
    height: 32px;
}

.popularpro-slider .owl-prev i{
  color: #237f40;
  font-size: 25px;
}

.popularpro-slider .owl-next i{
  color: #237f40;
  font-size: 25px;
}

.propularprobox img{
  width: auto !important;
  min-width: auto;
}

.popularprocontainer h2{
      font-size: 35px;
    color: #237f40;
    font-weight: bold;
}

.popularprocontainer{
  margin: 30px 0;
}

.powerwraperimg img{
  width: 100%;
}

.powerrappercontainer h2{
   font-size: 35px;
    color: #237f40;
    font-weight: bold;
}

.poweharvest img{
  width: auto;
  min-width: auto;
}

.popularprotitle h3{
  color: #237f40;
    font-size:17px;
    font-weight: 600;
    padding: 0 10px;
    margin-bottom: 0px;
}

.poweharvest{
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  margin: 0px;
  padding: 5px 0;
  text-align: center;
}

.powerharvesttitle{
  text-align: center;
}

.powerharvesttitle h3{
      color: #237f40;
    font-size: 17px;
    font-weight: 600;
    padding: 0 10px;
    margin-bottom: 0px;
}

.powerheadercontainer{
  background: #237f40;
  padding: 30px 0;
}
.powerheadercontainer h2{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.powerrappercontainer{
  margin: 30px 0;
}
 
.powerheader-slider .owl-prev {
    position: absolute;
    top: 40%;
    left: -30px;
    display: block !important;
    border-radius: 50%;
    height: 32px;
}

.powerheader-slider .owl-next {
    position: absolute;
    top: 40%;
    right: -30px;
    display: block !important;
    border-radius: 50%;
    height: 32px;
}

.powerheader-slider .owl-prev i{
  color: #fff;
  font-size: 25px;
}
.powerheader-slider .owl-next i{
  color: #fff;
  font-size: 25px;
}

.ricemillharvestcontainer{
  margin: 30px 0;
}

.ricemillharvestcontainer h2{
    color: #237f40;
    font-size: 35px;
    font-weight: 600;
}

/*.headercall p{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding-bottom: 0px;
}
*/
.goldenfarmng{
  background: url(../images/goldenfarm-bg.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}

.aboutusimg img{
  width: 100%;
}

.gfarmaboutus{
  background: #237f40;
  padding: 10px;
  border-radius: 15px;
}

.aboutusdes h2{
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 0px;
}

.aboutusdes p{
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0;
}

.aboutusbtn a{
    background: #a5d0b2;
    color: #fff;
    padding: 8px 45px;
    border-radius: 10px;
    text-transform: capitalize;
    border: 1px solid #a5d0b2;
}

.aboutusbtn a:hover{
  background: #237f40;
  color: #fff;
  transition: all 0.5s ease-in-out;
  border: 1px solid #a5d0b2;
}
.aboutusdes{
  padding: 0 20px;
}

.aboutusbtn{
  margin: 20px 0;
}

.aboutusdes img{
  width: 100%;
}

.aboutusdes{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fmttitestedcontainer{
  position: relative;
}

.fmttitestedcontainer img{
  width: 100%;
}

.fasttitestedbox{
  position: absolute;
    top: 50%;
    right: -15%;
    transform: translate(-50%, -50%);
}

.fasttitestedbox h2{
  color: #237f40;
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 0px;
}

.fasttitestedbox ul li{
  display: inline-block;
  text-align: center;
}
.fasttitestedbox ul li p{
  color: #237f40;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
}

.fasttitestedbox ul li img{
  width: 80%;
  min-width: 80%;
  text-align: center;
}

.footercontainer{
  background: #010f05;
  padding: 50px 0;
}

.fooetrlogo img{
  width: 50%;
  min-width: 50%;
}

.businesshours h5{
  font-size: 20px;
  color: #06b149;
  font-weight: 600;
  padding-bottom: 0px;
}

.businesshours p{
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 0;
}

.footersocial h5{
  font-size: 20px;
  color: #06b149;
  font-weight: 600;
  padding-bottom: 0px;
}

.footersocial ul li{
  display: inline-block;
}

.footersocial ul li i{
    color: #000;
    background: #fff;
    font-size: 15px;
    height: 30px;
    width: 30px;
    padding: 8px;
    border-radius: 50%;
}
.footersocial ul li i:hover{
  color: #fff;
  background: #000;
  transition: all 0.7s ease-in;
}
.footersocial{
  margin: 20px 0 0 0;
}

.footercomntact h5{
  font-size: 20px;
  color: #06b149;
  font-weight: 600;
  padding-bottom: 0px;
}

.footercomntact p{
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.footercomntact p span{
  color: #06b149;
}

.quicklinks h5{
  font-size: 20px;
  color: #06b149;
  font-weight: 600;
  padding-bottom: 0px;
}

.quicklinks ul li a{
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.footercopyrights p{
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 0;
  text-align: center;
}

.footercopyrights{
  background: #000;
  padding: 10px 0;
}

.propularprobox:hover{
  transition: all 0.5 ease-in;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.contactaddress {
    display: flex;
/*    align-items: center; */
    gap: 5px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.contactcontainer{
  margin: 30px 0 0 0;
}

.contactaddress p{
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 0;
  padding-right: 100px;
}

.contcatpdetails{
  background: #237f40;
  border-radius: 10px;
  padding: 30px 20px;
}

.contactaddress i{
  color: #fff;
  font-size: 15px;
}

.contactpagephn{
  display: flex;
  gap: 5px;
  margin: 10px 0 0 0;
}

.contactpagephn p a{
  color: #fff;
}

.contactpageemail{
  display: flex;
  gap: 5px;
  margin-bottom:30px;
}

.contactpageemail p{
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 0;
}

.contactpagephn i{
  color: #fff;
}

.contactpageemail i{
  color: #fff;
}

.contactpageemail p a{
 color: #fff;
}

.contactpagephn p{
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 0;
}

.contcatsocial ul li{
  display: inline-block;
}

.contcatsocial ul li i{
  color: #000;
  background: #fff;
  font-size: 15px;
  height: 30px;
  width: 30px;
  padding: 8px;
  border-radius: 50%;
}

.contcatsocial{
  margin: 30px 0 100px 0;
}

.contactfromcontainer h2{
    font-size: 35px;
    color: #237f40;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 35px;
}

.contactformsmfield {
    width: 100%;
    height: 40px;
    background: #eaeaea;
    border: none;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 15px;
    border-radius: 10px;
}

.contactformbgfield {
    width: 100%;
    height: 100px;
    background: #eaeaea;
    border: none;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
}

.contactfromsubmitbtn{
    background: #237f40;
    color: #fff;
    padding: 8px 50px;
    border-radius: 10px;
    text-transform: capitalize;
    border: 1px solid #237f40;
}

.contactmap{
  margin: 30px 0 -10px 0;
}

.contcatpdetails{
    top: -80px;
    position: relative;
    margin-right: 50px;
}

.productheadrbg{
  position: relative;
}

.contactbannertext {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contactbannertext h1{
    font-size: 35px;
    color: #237f40;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    margin-bottom: 0px;
}



.contactfromcontainer p{
  font-size: 15px;
  line-height: 25px;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 100px;
}

 .contactbannertext p{
  font-size: 15px;
  line-height: 25px;
  color: #000;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
 }
 
 .productheadrbg{
  position: relative;
  margin: -55px 0 0 0;
 }


 .projecttitlte{
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}


 .productheadrbg h1{
   font-size: 35px;
    color: #237f40;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    margin-bottom: 0px;
 }


 .productheadrbg img{
  width: 100%;
 }

/* product tab*/
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.tabs-container {
  display: flex;
  width: 100%;
  min-height: 300px;
}

.tabs {
  display: flex;
  flex-direction: column;
  min-width: 150px;
  background: #f2f2f2;
}

.tab {
  padding: 12px 16px;
  background: #005627;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s;
}



.tab-content {
  flex: 1;
  padding: 20px;
  background: #ffffff;
}

.content {
  display: none;
}

.content.active {
  display: block;
}

.tabs h3{
  color: #fff;
  font-size: 20px;
  padding: 15px 10px 10px 10px;
}

.tabs h3 {
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.tabs h3::after {
    position: absolute;
    bottom: 0px;
    content: " ";
    width: 90%;
    background: #fff;
    height: 1px;
    left: 5%;
    right: 10%;
}

.productrightpanel img{
  width: 100%;
}

/* ------- Responsive: switch to horizontal tabs ------- */

.tabs-container {
  display: flex;
  width: 100%;
  min-height: 300px;
}

.tabs {
  display: flex;
  flex-direction: column;
  min-width: 230px;
  background: #005627;
  margin: 20px;
  border-radius: 5px;
  padding: 5px;
}

.tab {
  padding: 10px 0px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #ffffff8a;
  margin: 0 10px;
}

.tab:hover {
  background: #005627;
}

.tab.active {
  background: #005627;
  color: #fff;
  font-weight: 600;

}

.tabs button{
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  position: relative;
}

.tab-content {
  flex: 1;
  padding: 20px;
  background: #ffffff;
}

.content {
  display: none;
}

.content.active {
  display: block;
}
.rightproductimg{
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  margin: 0px;
  padding: 5px 0;
  text-align: center;
}
.rightproductimg img{
  width: auto;
  min-width: auto;
}
.productrighttitle{
  text-align: center;
}

.productrighttitle h4{
      color: #237f40;
    font-size: 17px;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 0px;
}

.productrightbox{
  margin: 20px 0 0 0;
}
.tabs button::after{
  content: '\f105'; 
  font-family: 'Font Awesome 7 Free'; 
  font-weight: 900;
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
}

.tabs button:last-child{
  border-bottom: none;
}
/* ------- Responsive: switch to horizontal tabs ------- */
@media (max-width: 768px) {
  .tabs-container {
    flex-direction: column;
  }
  
  .tabs {
    flex-direction: row;
    overflow-x: auto;
  }

  .tab {
    flex: 1;
    text-align: center;
    border-left: none;
  }

  .tabs button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 90%;
  }

  /*.tab.active {
    border-bottom: 3px solid #007bff;
  }*/
}

  .propularprobox img {
    text-align: center;
    margin: 0 auto;
  }

  .productcontainer{
    padding: 30px 0;
  }

  .footercomntact p a{
    color: #fff;
  }

  .mobilebrands{
    display: none;
  }

.ricemillhar-slider .owl-prev{
  position: absolute;
  top: 40%;
  left: -30px;
  display: block !important;
  border-radius: 50%;
  height: 32px;
  }

.ricemillhar-slider .owl-next{
  position: absolute;
  top: 40%;
  right: -30px;
  display: block !important;
  border-radius: 50%;
  height: 32px;
  }

  .ricemillhar-slider .owl-prev i {
    color: #237f40;
    font-size: 25px;
}

.ricemillhar-slider .owl-nav i {
    color: #237f40;
    font-size: 25px;
}