body {
    font-size: 17px;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    overflow-x: clip;
    color: #010205;
    background: #F8F8F8;
    line-height: 27px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px
}
/*.logo img {
    height: 65px;
}*/

a { text-decoration:none; color: inherit;}
a:hover { text-decoration:none; color: inherit;}
img {max-width:100%;}
.container {max-width: 1260px!important;margin:0 auto;position:relative}

.meni-icon{
    display: none;
}

.meni-icon{
    display: none;
}

.close-icon{
    display: none;
}

.navBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.topbar {
   background: #007027;
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    font-size: 14px;
    height: 34px;
}

div#myNav {}

.navBar .navigation {
    /* width: 100%; */
}

.navBar .navigation ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.navBar .navigation ul li {
    padding: 0px 12px;
    text-transform: capitalize;
}

a.logo1 img {
    height: 65px;
}

.store-locator {
    display: flex;
    align-items: center;
}

.store-locator .sl a {
    background: #EC6500;
    color: #fff;
    padding: 11px 18px;
    font-size: 15px;
    border-radius: 30px;
}

.store-locator .sl a i {
    padding-left: 7px;
    /* font-size: 18px; */
}

.store-locator .sl {
    margin-right: 8px;
}

.store-locator .search a {
    /* display: block; */
    /* width: 40px; */
    /* height: 40px; */
    background: #007027;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    /* border-radius: 50%; */
    color: #fff;
    /* font-size: 18px; */
    padding: 11px 18px;
    font-size: 15px;
    border-radius: 30px;
}

.navBar .navigation ul li:first-child {
    /* padding-left: 0px; */
}

section.main-banner {
    position: relative;
    /* padding-bottom: 52px; */
    background: #ecb447;
}

section.main-banner img {
    /* width: 100%; */
}

section.main-banner .ab-img {
    position: absolute;
    width: 100%;
    top: -12px;
    z-index: 1;
}

.header {
    position: relative;
    z-index: 9;
    /*    padding: 12px 0px;*/
}

.main_nav {
    padding: 12px 0px 12px 0px;
}

section.main-banner .farmer-txt {
    position: absolute;
    bottom: 0px;
    width: 100%;
        right: 42px;
    display: flex;
    justify-content: end;
}

section.main-banner .farmer-txt .fm-txt {
    background: #0102056b;
    color: #fff;
    width: 25%;
}

section.main-banner .farmer-txt .fm-txt .txt-txt {
    padding: 7px 26px;
}

section.main-banner .farmer-txt .fm-txt .all-product {
    background: #EC6500;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    /*    height: 52px;*/
    font-size: 16px;
}

section.main-banner .farmer-txt .fm-txt .txt-txt .headline {
    font-size: 36px;
    line-height: 62px;
    font-weight: 500;
}

section.main-banner .farmer-txt .fm-txt .txt-txt .txt p {
    /* margin: 0px; */
    margin-top: 2px;
}

section.about {
    padding: 60px 0px;
}

section.about .about-flex {
    display: flex;
    justify-content: space-between;
}

section.about .about-flex .fl {
    width: 44%;
}

section.about .about-flex .fr {
    width: 54%;
}

section.about .about-flex .about-txt p {
    text-align: right;
    font-size: 29px;
    color: #007027;
    line-height: 39px;
}

section.about .about-flex .about-txt p span {
    color: #ec6500;
    font-weight: 600;
}

section.about .about-flex .fl h2.about-title {}

section.about .about-flex .fl .about-title span {
    background: #fff;
    font-size: 21px;
    padding: 17px 43px;
    border-radius: 48px;
    font-weight: 600;
}

section.about .about-flex .fl .about-title span:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #007027;
    border-radius: 50%;
    margin-right: 12px;
}

section.about .about-gllery ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.about .about-gllery ul li {
    width: 32.33%;
    list-style: none;
}

section.about .about-gllery ul li img {
    border-radius: 46px;
    width: 100%;
}

section.about .about-stacks ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

section.about .about-gllery {
    padding: 27px 0px;
}

section.about .about-gllery ul li {
    list-style: none;
}

section.about .about-stacks ul li {
    width: 31.33%;
    list-style: none;
    margin: 1%;
}

section.about .about-stacks ul li .img-txt {
    display: flex;
    align-items: center;
}

section.about .about-stacks ul li .img-txt .img {
    width: 74px;
    height: 74px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    margin-right: 22px;
}

section.about .about-stacks ul li .img-txt .img img {
    width: 41px;
}

section.about .about-stacks ul li .txt.count-up h3 {
/*    padding-left: 96px;*/
font-size: 34px;
color: #EC6500;
font-weight: 600;
/*    margin-top: -18px;*/
}

section.products {
    padding: 60px 0px;
    position: relative;
    background-color: #fff;

}

section.products:before {
    content: "";
    background: url("../img/image.png");
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60%;
    background-repeat: no-repeat;
    background-size: cover;
}

section.products .heading {
    text-align: center;
    color: #fff;
}

.heading {
    padding-bottom: 22px;
}

.heading .headline {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
}

.heading {}

section.products .product-slider {
    padding-top: 22px;
}

section.products .product-slider img, section.products .product-slider .product-img {
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

section.products .product-slider .product-name {
    text-align: center;
    padding: 15px;
    color: #010205;
    font-size: 21px;
}

section.sourcing img {
    width: 100%;
}

section.Progress {
    padding: 20px 0px 80px 0px;
    text-align: center;
}

.heading .txt {
    position: relative;
    width: 72%;
    margin: 0px auto;
    font-size: 18px;
    margin-top: 18px;
}

section.Progress .headline span, section.sourcing .headline span {
    color: #ec6500;
    text-transform: none;
}

.progress-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 22px;
}

.progress-flex .pro-img {
    width: 40%;
}

.progress-flex .progress-flex {}

.progress-flex .progress-txt {
    width: 56%;
    text-align: left;
    padding-bottom: 168px;
    padding-top: 73px;
}

.progress-flex .progress-txt p {
/*    color: #010205;*/
}

.progress-flex .progress-txt .title {
    font-size: 27px;
    margin-bottom: 18px;
    color: #ec6500;
}

.progress-flex .progress-txt .pro-gallery-img ul {
    display: flex;
    flex-wrap: wrap;
}

.progress-flex .progress-txt .pro-gallery-img ul li {
/*    width: 18%;*/
list-style: none;
margin: 1%;
}

.progress-flex .progress-txt .pro-gallery-img ul .owl-nav {
    /* position: absolute; */
    /* top: 23%; */
    /* left: -23px; */
    /* width: 107%; */
    /* justify-content: space-between; */
}

.progress-flex .pro-img img {
    border-radius: 32px;
    width: 100%;
}

section.helping-farmer{
    display: none!important;
}

section.helping-farmer.helping-farmerBlock{
    display: flex!important;
}


section.helping-farmer {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 416px;
    background: #007027;
}

section.helping-farmer .com-img, section.helping-farmer .com-img img {
    width: 100%;
}

section.helping-farmer .com-img .healping-txt {
    position: absolute;
}

section.helping-farmer .haelping-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

section.helping-farmer .container {
    position: static;
}

section.helping-farmer .healping-txt {
    position: absolute;
    width: 100%;
}

section.helping-farmer .healping-txt .haelping-txt-farmer {
    background: #ffffffd9;
    width: 35%;
    height: 100%;
    position: relative;
    padding: 26px 35px 54px 39px;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

section.helping-farmer .healping-txt .haelping-txt-farmer .drone {
    width: 172px;
    position: absolute;
    top: -53px;
    right: -50px;
}

section.helping-farmer .healping-txt .haelping-txt-farmer .title {
    font-size: 27px;
    line-height: 49px;
    text-transform: capitalize;
}

section.helping-farmer .healping-txt .haelping-txt-farmer .title span {
    font-size: 34px;
    display: block;
}

section.helping-farmer .healping-txt .haelping-txt-farmer .title span.span2 {
    color: #4B9228;
}

section.helping-farmer .healping-txt .haelping-txt-farmer .title span.span1 {
    /* color: #EC6500; */
    padding-bottom: 0px;
}

section.helping-farmer .healping-txt .con-btn {
    text-align: center;
    margin-top: 32px;
    position: absolute;
    bottom: -19px;
    width: 82%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

section.helping-farmer .healping-txt .con-btn a {
    display:  block;
    background: #EC6500;
    color: #fff;
    padding: 10px 32px;
    border-radius: 34px;
    font-size: 19px;
    font-weight: 600;
    width: 100%;
}


footer .footerflex .form-control::-webkit-input-placeholder {
  color: #ebe7e7!important;
  opacity: 1;
}
footer {
    background: #010205;
    color: #fff;
    padding: 40px 0px 6px 0px;
}

footer .footerflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footerflex .footer-left {
    width: 100%;
    position: relative;
}

footer .footerflex .footer-right{
    width: 0px;
}

footer .footerflex .footer-left .footer-logo img {
    height: 62px;
    margin-bottom: 32px;
}

footer .footerflex .footer-left .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footerflex .footer-left .footer-links .flinks {
    width: 14%;
}

footer .footerflex .footer-left .footer-links .flinks:last-child {
    width: 29%;
}

footer .footerflex .footer-left .footer-links .flinks ul li {
    list-style: none;
    font-size: 14px;
    line-height: 21px;
    padding: 2px 0px;
}

footer .footerflex .footer-left .footer-links .flinks:nth-child(3) ul {
    column-count: 2;
}

footer .footerflex .footer-left .footer-links .flinks .title {
    font-size: 19px;
    margin-bottom: 7px;
}

footer .footerflex .footer-left .social-media {
    /* margin-top: 35px; */
    position: absolute;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 43%;
    /* left: 15%; */
    font-size: 16px;
}

.counter-visits span {
    background: #ec6500;
    padding: 3px 7px;
    margin-left: 6px;
}

footer .footerflex .footer-left .social-media .text-icon {
    display: flex;
    align-items: center;
}

footer .footerflex .footer-left .social-media .text-icon ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
}

footer .footerflex .footer-left .social-media .text-icon ul li {
    list-style: none;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

footer .footerflex .headingtitle {
    font-size: 21px;
    margin-bottom: 17px;
}

.form-group {
    margin-bottom: 12px;
}

footer .footerflex .form-control {
    background: #ffffff3d;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 14px;
}

footer .footerflex .form {
    /* margin-top: 32px; */
}

input.form-control {}

input.Sign.Up {
    width: 100%;
    background: #EC6500;
    color: #fff;
    border: none;
    padding: 8px;
    text-transform: capitalize;
    border-radius: 8px;
    font-size: 15px;
}

.copyright {
    background: #010205;
    color: #fff;
    padding-bottom: 16px;
}

.copyright .copy-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 7px 0px;
}

section.gallery {
    padding: 60px 0px;
    text-align: center;
}

section.gallery .gallery-slider {
    /* margin-top: 22px; */
}

section.gallery .gallery-slider .thumbanil-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.gallery .gallery-slider .thumbanil-list ul li {
    width: 9%;
    list-style: none;
    margin: 1% 0.5%;
}

section.new-blogs {
    background: #fff;
    padding: 60px 0px;
    text-align: center;
}

section.new-blogs .blogsArea {
/*    margin-top: 22px;*/
/*    margin-right: 10px;*/
    background: #FAFAFA;
    font-size: 15px;
    cursor: pointer;
}

section.new-blogs .newsflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.new-blogs .newsflex .blogs-area {
    width: 68%;
}

section.new-blogs .blogsArea .img {
    position: relative;
}

section.new-blogs .blogsArea .img .circle-img {
    position: absolute;
    width: 53px;
    right: 39px;
    bottom: -25px;
    display: none;
}

section.new-blogs .blogsArea .date {
    padding: 12px 15px 10px 15px;
/*    color: #010205;*/
}

section.new-blogs .blogsArea .blog-title {
    padding: 0px 15px;
    font-size: 17px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

section.new-blogs .owl-stage {
    display: flex;
}

 section.new-blogs .owl-item {
    background: #fafafa;
    /* margin-top: 22px; */
}

section.products .product-slider .owl-dots {
    display: none;
}


.owl-nav button {
  width: 40px; /* Set the desired size */
  height: 40px;
  border-radius: 50%!important; /* Makes it circular */
  background-color: #ec6500 !important; /* Change as needed */
  color: #fff!important;
  display: flex!important;
  align-items: center;
  justify-content: center!important;
  border: none;
  margin: 0 5px;
  transition: background-color 0.3s ease;
  font-size: 28px!important;
  margin: 4px!important;
}

.owl-nav button:hover {
  background-color: #555; /* Hover effect */
}

.owl-nav span {
  display: inline-block;
  line-height: 1;
}

.owl-nav {
    display: flex;
    justify-content: center;
}

.owl-nav button span {
    margin-top: -5px;
}

/*section.main-banner {
    background: #fff;
}*/

section.product-detail {
    background: #fff;
    font-size: 15px;
    padding: 60px 0px;
}

section.product-detail .product-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

section.product-detail .product-flex .fl {
    width: 41%;
}

section.product-detail .product-flex .fr {
    width: 53%;
}

section.product-detail .product-flex .fr .produt-alldetail h1 {
    font-size: 32px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 16px;
}

section.product-detail .product-flex .fr .produt-alldetail  .avilable-size {
    border-bottom: 1px solid #e4e4e4;
    /* border-top: 1px solid #e4e4e4; */
    padding: 0px 0px 12px 0px;
    margin-bottom: 30px;
}

section.product-detail .product-flex .fr .produt-alldetail .head-line {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}

section.product-detail .product-flex .fr .produt-alldetail .avilable-size ul {
    display: flex;
    list-style: none;
}

section.product-detail .product-flex .fr .produt-alldetail .avilable-size ul li {
    background: #F3F3F3;
    padding: 6px 21px;
    margin-right: 10px!important;
    border-radius: 27px;
    font-size: 13px!important;
    list-style: none!important;
}

section.product-detail .product-flex .fr .produt-alldetail {}

section.product-detail .product-flex .fr .produt-alldetail .description {
/*    color: #010205;*/
}

section.product-detail .product-flex .fl .main-img {
    width: 100%;
    height: 500px;
    border: 2px solid #f3f3f3;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
}

section.product-detail .product-flex .fl .main-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 14px;
}

section.product-detail .product-flex .fl .left .img {
    width: 71px;
    border: 1px solid #e9e9e9;
    margin: 5px;
}

section.product-detail .product-flex .fl .left .thumbnail-img {
    display: flex;
    justify-content: center;
}

section.product-detail .product-flex .fl .left {
}

section.other-feature {
    background: #fff;
    padding: 0px 0px 60px 0px;
}

section.other-feature ul > li.main {
    list-style: none!important;
    border: 1px solid #CFCFCF;
    padding: 12px 22px;
    margin-bottom: 15px;
    font-size: 15px;
    border-radius: 7px;
    position: relative;
}

section.other-feature ul > li .desc {
    display: none;
}

section.other-feature.faq {
    background: #f8f8f8;
    padding-top: 60px;
}

section.other-feature ul li .head-line.active + desc {
    display: block;
}

section.other-feature ul > li .head-line {
    font-size: 17px;
    position: relative;
    font-weight: 600;
        cursor: pointer;
}
section.other-feature ul > li .head-line.active:after {
        content: "\2212";
    color: white;
    background: #F58220;
    width: 27px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding-bottom: 16px;
}
section.other-feature ul > li .head-line:after {
    content: "\002B";
    position: absolute;
    right: 0px;
    font-size: 19px;
    top: 0px;
    /* background: #e9e4e3; */
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 10px;
}

section.other-feature ul li.main .head-line.active + .desc {
    display: block;
    padding: 17px 0px;
/*    color: #010205;*/
}

section.main-banner.innerPage:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #00210C50;
}

section.main-banner.innerPage {
    position: relative;
    padding: 0px;
        min-height: 218px;
}

section.main-banner.innerPage .banner-img {
    width: 100%;
}

section.main-banner.innerPage .bannerContent {
    width: 100%;
    position: absolute;
    color: #fff;
    z-index: 2;
    text-align: center;
    top: 0px;
    bottom: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

section.main-banner.innerPage .bannerContent .bredcrumbs ul {
    display: flex;
    justify-content: center;
}

section.main-banner.innerPage .bannerContent .bredcrumbs ul li {
    list-style: none;
    padding: 4px;
    font-size: 15px;
}

section.main-banner.innerPage .bannerContent .bredcrumbs ul li:not(:last-child)::after {
  content: "/"; /* example arrow */
  padding-left: 6px;
}

section.main-banner.innerPage h1.productName {
    /* padding-top: 7px; */
}

section.product-listing {
    padding: 40px 0px;
}

section.product-listing  .pro-listing ul {
    display: flex;
    flex-wrap: wrap;
}

section.product-listing .pro-listing ul li {
    list-style: none;
    width: 23%;
    margin: 1% 1%;
}

section.product-listing .pro-listing ul li .viewDetails {
    text-align: center;
    color: #ec6500;
    font-size: 16px;
    visibility: hidden;
}

section.product-listing .pro-listing ul li:hover .viewDetails {
    visibility: visible;
    cursor: pointer;
}

section.product-listing .pro-listing ul li .Product-brief .img img {
    border-radius: 4px;
}

section.product-listing .pro-listing ul li .pro-name {
    padding: 10px 0px 12px 0px;
    font-size: 17px;
    text-align: center;
    color: #007027;
    /* font-weight: 600; */
    cursor: pointer;
}

section.product-listing .pro-listing ul li .img a{
    width: 100%;
    height: 292px;
    background: #fff;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

section.product-listing .pro-listing ul li .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

section.product-listing .pro-listing ul li .sizes {
    font-size: 14px;
    padding-top: 10px;
    font-weight: 600;
    display: none;
}

section.product-listing .pro-listing ul li .sizes span {
    color: #ec6500;
    font-weight: 600;
}


section.aboutus {
    padding: 60px 0px;
}

section.aboutus .aboutflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

section.aboutus .aboutflex .fl {
    width: 48%;
}

section.aboutus .aboutflex .fr {
    width: 46%;
}

.heading .headline span {
    color: #ec6500;
}

.about-content .heading .headline {
    text-transform: none;
}

section.aboutus .aboutflex .fr .about-content { color: #010205; }

section.aboutus .aboutflex .fr .about-content .tags {
    color: #ec6500;
    font-size: 23px;
    font-weight: 600;
    line-height: 36px;
}

section.iffco-bazar {
/*    background: url(../img/background.png);*/
    padding: 30px 0px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
}
section.iffco-bazar .txt {
    text-align: center;
    color: #010205; 
    width: 79%;
    margin: 0px auto;
}

section.iffco-bazar .txt .tags {
    font-size: 21px;
    font-weight: 600;
    line-height: 34px;
}

section.csr {
    background: #007027;
    text-align: center;
    color: #fff;
    padding: 40px 0px 0px 0px;
}

.img.csr-icon img {
    width: 82px;
}

section.csr .heading .headline {
    text-transform: capitalize;
}

section.csr .csr-img {margin-top: 22px;}

section.csr .csr-content .img {
    margin-bottom: 15px;
}

section.csr .csr-img ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}

section.csr-initiatives {
    text-align: center;
    padding: 60px 0px;
}

section.csr-initiatives .tabing-year {}

section.csr-initiatives .tabing-year ul.nav.nav-pills {
    display: flex;
    justify-content: center;
    margin: 22px 0px 0px 0px;
}

section.csr-initiatives .tabing-year ul.nav.nav-pills li.nav-item a.nav-link {
    /* color: #999999; */
    /* border-bottom: 2px solid #999999; */
    /* border-radius: 0px; */
    /* padding: 10px; */
}

section.csr-initiatives .tabing-year ul.nav.nav-pills li.nav-item {
    /* margin: 0px 18px; */
    /* width: 23%; */
}

section.csr-initiatives .tabing-year ul.nav.nav-pills li.nav-item a.nav-link.active {
    /* background: none; */
    /* color: #EC6500; */
    /* border-bottom: 2px solid #EC6500; */
}

section.csr-initiatives .csr-initiatives-list {}

section.csr-initiatives .csr-initiatives-list ul li .initiatives-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.initiatives-main {}

section.csr-initiatives .csr-initiatives-list ul li:nth-child(even) .initiatives-main {
    flex-direction: row-reverse;
}

section.csr-initiatives .csr-initiatives-list ul li .initiatives-main .csrImg {
    width: 46%;
    text-align: right;
    position: relative;
}

section.csr-initiatives .csr-initiatives-list ul li .initiatives-main .initiatives-content {
    width: 48%;
    text-align: left;
}

section.csr-initiatives .csr-initiatives-list ul li {
    margin: 52px 0px;
/*    color: #010205;*/
list-style: none;
}

.headline {}

section.csr-initiatives .csr-initiatives-list ul li .heading .headline {
    color: #000;
    text-transform: capitalize;
}

section.csr-initiatives .csr-initiatives-list ul li .initiatives-main .csrImg:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 114%;
    top: 0px;
    left: 0px;
    z-index: -1;
    bottom: 0px;
    margin: auto;
    background: #0070271A;
    border-top-left-radius: 74px;
    border-bottom-right-radius: 74px;
}

section.csr-initiatives .csr-initiatives-list ul li .initiatives-main .csrImg .img img {width: 94%;}



section.leadership-content {
    padding: 42px 0px;
    text-align: center;
/*    color: #010205;*/
background: #fff;
}

section.leaders {
    padding: 0px 0px 60px 0px;
    background: #fff;
}

section.leaders .leaders-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.leaders .leaders-list ul li {
    width: 31.33%;
    margin: 2%  1%;
    box-shadow: 0px 4px 15px 0px #0102051A;
    padding: 16px;
    list-style: none;
    text-align: center;
}

section.leaders .leaders-list ul li:nth-child(1), section.leaders .leaders-list ul li:nth-child(2) {
    width: 48%;
}

section.leaders .leaders-list ul li .leader-img {
    background: #EC65001A;
    position: relative;
    margin-bottom: 12px;
}

section.leaders .leaders-list ul li .leader-img .socila-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 27px;
/*    color: #010205;*/
display: none;
}

section.leaders .leaders-list ul li .leader-img .img {
    width: 100%;
    height: 335px;
    display: flex;
    align-items: end;
    justify-content: center;
}

section.leaders .leaders-list ul li .leader-img .img img {
        width: auto;
    height: 315px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

section.leaders .leaders-list ul li .leader-about-content {
    font-size: 15px;
/*    color: #010205;*/
}

section.leaders .leaders-list ul li .leader-about-content .name {
    color: #000;
    font-size: 19px;
    font-weight: 600;
}

section.leaders .leaders-list ul li .leader-about-content .designation {
    font-size: 16px;
    padding: 5px 0px;
    margin-bottom: 7px;
}


section.contcat-us {
    background: #fff;
    padding: 0px 0px 60px 0px;
}

section.contcat-us .heading .headline {
    text-transform: none;
}

section.contcat-us .contcat-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.contcat-us .contcat-flex .formArea {
    width: 51%;
}

section.contcat-us .contcat-flex .map {
    width: 44%;
    font-size: 16px;
}

section.contcat-us .contcat-flex .contact-form {
    width: 100%;
/*    margin: 22px 0px;*/
}

section.contcat-us .contcat-flex .contact-form .input {
    width: 49%;
}

section.contcat-us .contcat-flex .contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

select.forrm-control {}

.form-control {
    font-size: 15px;
    padding: 12px;
    appearance: auto;
}

section.contcat-us .contcat-flex .contact-form .input-full {
    width: 100%;
}

section.contcat-us .contcat-flex .contact-form .input .input-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.contcat-us .contcat-flex .contact-form .input .input-2 select.form-control {
    width: 24%;
}

section.contcat-us .contcat-flex .contact-form .input .input-2 input.form-control {
    width: 73%;
}

section.contcat-us .contcat-details .list ul {
    /* display: flex; */
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

section.contcat-us .contcat-details .list ul li {
    /* width: 32%; */
    w'FONT-VARIANT: JIS83';
    w'FONT-VARIANT: JIS83';
    /* font-size: 15px; */
    margin: 40px 0px;
    display: flex;
    /* align-items: center; */
    font-weight: 500;
    padding-right: 36px;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.contcat-us .contcat-details .list ul li:nth-child(1) {
    width: 100%;
}

section.contcat-us .contcat-details .list ul li .img img {
    width: 27px;
    padding-top: 4px;
}

section.contcat-us .contcat-details .list ul li .detail {
    /* padding-left: 12px; */
    width: calc(100% - 44px);
}

section.contcat-us .contcat-details .list ul li .detail span {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

section.contcat-us .contcat-details .list ul li .detail a {color: #797b81;font-size: 16px;}

input[type=button].form-control,
input[type=submit].form-control {
    background: #EC6500;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #ec6500;
}

section.store-locator {
    padding: 60px 0px 80px 0px;
    background: #FAFCFF;
    text-align: center;
}

section.store-locator .heading .headline {
    text-transform: none;
}

section.store-locator .heading .headline span {
    display: block;
}

section.store-locator .find-store {
/*    margin: 44px 0px;*/
}

section.store-locator .storeList {
    margin-top: 42px;
}

section.store-locator .find-store .find-form {
    background: #0102050D;
    border-top-left-radius: 47px;
    border-bottom-right-radius: 47px;
    padding: 20px 44px;
}

section.store-locator .find-store .find-form .inputs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

section.store-locator .find-store .find-form .inputs .input {
    width: 23%;
    margin: 1%;
    text-align: left;
    position: relative;
}

section.store-locator .find-store .find-form .form-control {
    border-radius: 29px;
    padding: 12px 22px;
    margin: 10px 0px 0px 0px;
}

section.store-locator .find-store .find-form .inputs label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

section.store-locator .find-store input[type=button].form-control {
    text-align: left;
    position: relative;
}

section.store-locator .find-store .find-form .inputs .input i {
    position: absolute;
    top: 44px;
    right: 20px;
    width: 18px;
}

section.store-locator .find-store .coutOutlet {
/*    color: #010205;*/
margin-top: 16px;
}

section.store-locator .find-store .coutOutlet span {
    color: #ec6500;
}

section.store-locator .storeList ul {
    display: flex;
    flex-wrap: wrap;
}

section.store-locator .storeList ul li {word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;width: 31.33%;margin: 31px 1%;list-style: none;background: #fff;box-shadow: 0px 4px 15px 0px #0000000D;padding: 36px 36px 66px 36px;text-align: left;border-top-left-radius: 47px;border-bottom-right-radius: 47px;font-size: 15px;position: relative; color: #010205; line-height: 25px;}

section.store-locator .storeList ul li .store-tag {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #007027;
    color: #fff;
    padding: 3px 20px;
    text-transform: uppercase;
    border-bottom-left-radius: 15px;
    font-size: 13px;
}

section.store-locator .storeList ul li .store-icon {
    position: absolute;
    bottom: 42px;
    right: 32px;
}

section.store-locator .storeList ul li .get-direction {
    position: absolute;
    background: red;
    background: #3E4958;
    color: #fff;
    padding: 6px 22px;
    border-radius: 31px;
    font-size: 13px;
    bottom: -16px;

    cursor: pointer;
}

section.store-locator .storeList ul li .get-direction:hover {
    background: #ec6500;
}

.get-direction {}

section.store-locator .storeList ul li .get-direction img {
    padding-left: 17px;
}

section.store-locator .storeList ul li .store-name {
   font-size: 18px;
    color: #000;
    padding-bottom: 3px;
    text-transform: uppercase;
}

section.store-locator .storeList ul li .store-state-city {
}

section.store-locator .storeList ul li .store-add {
    font-size: 14px;
    padding: 17px 0px;
}

section.store-locator .storeList ul li .contact-info {
    display: flex;
    /* align-items: center; */
    text-transform: lowercase;
    font-size: 14px;
}

section.store-locator .storeList ul li .contact-info a {
    font-weight: 600;
    padding-left: 10px;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
}

section.store-locator .storeList ul li .store-tag.store {
    background: #ec6500;
}

#getDirection .modal-body {
    padding: 0px;
}

#getDirection .modal-content {}

button.btn-close {
    position: absolute;
    right: -11px;
    z-index: 2;
    background-color: #EC6500;
    opacity: 1;
    top: -8px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #EC6500;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #ec6500;
}

div#exampleModal .modal-header {
    padding: 0px;
    border: none;
}

div#exampleModal .modal-body.modalMesg {
    padding: 35px;
    text-align: center;
}

button.btn-close:hover {
    opacity: 1;
    color: #ec6500;
}

button.btn-close:after {
    content: "\f00d";
    position: absolute;
    font-family: 'FontAwesome';
    color: #fff;
}
#getDirection button.btn-close:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    color: #fff;
}


section.news-media {
    background: #FAFCFF;
    padding: 60px 0px;
}

section.news-media .media-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.news-media .media-flex .latest-news {
    width: 68%;
}

section.news-media .media-flex .latest-events {
    width: 28%;
}

section.news-media .media-flex .list ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

section.news-media .media-flex .latest-news ul li {
    width: 49%;
    margin: 1%  0.5%;
}

section.news-media .media-flex .list ul li {
    list-style: none;
    margin-bottom: 22px;
}

section.news-media .media-flex .list ul li .date {
    font-size: 13px;
    color: #010205!important;
    padding-bottom: 3px;
}

section.news-media .media-flex .latest-news ul li .news-img img {
    width: 100%;
    margin-bottom: 12px;
        border: 1px solid #d8d3d3;
}

section.news-media .media-flex .latest-news ul li .title {
    font-size: 17px;
    margin-bottom: 22px;
}

section.news-media .media-flex .latest-events ul li .news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.news-media .media-flex .latest-events ul li .news .news-img {
    width: 124px;
}

section.news-media .media-flex .latest-events ul li .news .news-img img {
    width: 100%;
}

section.news-media .media-flex .latest-events ul li .news-content {
    width: calc(100% - 138px);
}

section.news-media .media-flex .latest-events ul li .news-content .title {
    font-size: 15px;
    line-height: 19px;
}

a:hover {
    color: #ec6500;
}

.store-locator .sl a:hover,
input[type=button].form-control:hover,
section.helping-farmer .healping-txt .con-btn a:hover,
input.Sign.Up:hover{
    background: #007027;
}

section.contcat-us .contcat-details .list ul li .detail a:hover {
    color: #ec6500;
}

section.news-media .heading .headline {
    border-left: 3px solid #EC6500;
    padding-left: 9px;
    line-height: 33px;
}

section.Progress .owl-dots, section.new-blogs .owl-dots {
    display: none;
}


section.main-banner img {
    height: 100%;
    overflow: hidden;
     object-fit: cover; 
     object-position: top; 
     width: 100%;
}

.banner-img {
    height: 100%;
    text-align: center;
}

.dropdown-content {
    position: absolute;
    background: #00702700;
    top: 100%;
    color: #fff;
    width: 276px;
    padding: 12px 0px;
    display: none;
    z-index: 999;
    left: -61px;
}

.dropdown-content ul {
    background: #007027;
    padding: 15px 16px;
    position: relative;
    z-index: 999;
    border-radius: 12px;
}

.navBar .navigation .dropdown-content ul li {
    display: block;
    width: 100%;
    padding: 3px;
}

.navBar .navigation ul li.dropdown .dropdown-content:after {
       content: '';
       border-right: 10px solid transparent;
       border-bottom: 10px solid #007027;
       border-left: 10px solid transparent;
       position: absolute;
       left: 112px;
       top: 3px;
}


.navBar .navigation ul li.dropdown:hover .dropdown-content {
    display: block;
    /* z-index: 3; */
}

.dropdown-content a:hover {
    color: #ffa765;
}

.nav-link:hover, .nav-link.active {
    color: #ec6500;
}

section.helping-farmer .healping-txt .haelping-txt-farmer .title span.span1 b {
    color: #EC6500;
    display: block;
}

.store-locator .search a i {
    /* font-size: 18px; */
    padding-left: 7px;
}
section.new-blogs .newsflex .twiteArea {
    width: 100%;
}

.tweet {
    /* margin-top: 10px; */
}


.pro-gallery-img.thumb-scroll-wrapper {
    margin-top: 22px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    right: 0px;
    display: flex;
    justify-content: end;
}

section.products .product-slider {
    padding-left: 11%;
}

div#main-desc {
    height: 188px;
    overflow: hidden;
}

.slider-btn {}

.slider-btn button {
    width: 67px;
    border-radius: 25px;
    padding: 1px 1px 10px 1px;
    font-size: 34px;
    background: none;
    border: 2px solid #007027;
    color: #007027;
    margin-right: 5px;
}

.slider-btn {
    margin-bottom: 36px;
}

.progress-flex .progress-txt .pro-gallery-img ul .owl-nav button.owl-prev {
    position: absolute;
    left: -21px;
    top: 31%;
}

.progress-flex .progress-txt .pro-gallery-img ul .owl-nav button.owl-next {
    position: absolute;
    right: -21px;
    top: 31%;
}

.header.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    /*    padding: 7px 0px;*/
    box-shadow: 0px 0px 10px #ccc;
    z-index: 99;
}

.progress-flex .progress-txt .pro-gallery-img ul li img {
    border-radius: 12px;
}

.header.sticky .topbar {
    display: none;
}

.header.sticky .main_nav {
    padding: 12px 0px;
}

.header.sticky a.logo1 img.logo {
    height: 52px;
}

section.main-banner .farmer-txt .fm-txt .all-product:hover {
    background: #007027;
}

section.main-banner .farmer-txt .fm-txt .all-product:hover a {
    color: #fff;
}

.navBar .navigation .dropdown-content ul li a {
    display: block;
    width: 100%;
    text-align: center;
}

.store-locator .search a:hover {
    background: #ec6500;
}


footer .footerflex .footer-left .social-media .text-icon ul li:hover a {
    color: #fff;
}

footer .footerflex .footer-left .social-media .text-icon ul li:nth-child(1):hover {
    background: #251ca6;
}

footer .footerflex .footer-left .social-media .text-icon ul li:nth-child(2):hover {
    background: #36b4f2;
}

/*footer .footerflex .footer-left .social-media .text-icon ul li:nth-child(3):hover {
    background: #0072B1;
}*/

footer .footerflex .footer-left .social-media .text-icon ul li:nth-child(3):hover {
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

section.sourcing {
    text-align: center;
    padding: 60px 0px 60px 0px;
}

.swiper {
    width: 100%;
    /* margin-bottom: 15px; */
}

.mainSwiper .swiper-slide img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.thumbSwiper .swiper-slide, .thumbSwipers2 .swiper-slide {
    width: 100px;
    height: 150px;
    opacity: 0.7;
    cursor: pointer;
    transition: 0.3s;
}

.thumbSwiper .swiper-slide-thumb-active, .thumbSwipers2 .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #ec6500;
    border-radius: 5px;
}

.thumbSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #007bff;
}

.thumnail-items {
    /* position: absolute; */
    width: 56%;
}

.swiperslider-btn {
    position: absolute;
    top: 8%;
    display: flex;
    align-items: center;
    left: 43.5%;
}

.swiper-button-next, .swiper-button-prev {
    position: relative!important;
}

.swiper-button-next, .swiper-button-prev {
    width: 68px!important;
    border-radius: 25px;
    padding: 1px 1px 1px 1px;
    font-size: 26px;
    background: none;
    border: 2px solid #007027;
    color: #007027!important;
    margin-right: 31px;
    height: 39px!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px!important;
    font-weight: 700!important;
}


footer .footerflex .footer-left .footer-links .flinks:nth-child(3) {
    width: 28%;
}


.product-slider .owl-nav {
    padding-right: 11%;
}

.video {
    cursor: pointer;
}

section.new-blogs .blogsArea:hover .blog-title {
    color: #ec6500;
}


.gallery-slider .swiper-button-next, .gallery-slider .swiper-button-prev {
    position: absolute!important;
}


.gallery-slider .thumbSwipers2 .swiper-slide {
    height: 61px;
}


.gallery-thumbanil .swiper-wrapper {
/*    justify-content: center;*/
margin-top: 25px;
}


.swiper-wrapper.center-items {
  justify-content: center !important;
}

.swiper-wrapper.left-items {
  justify-content: flex-start !important;
}

.gallery-slider .thumbSwipers2 .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.galler-btns {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 103%;
    left: 0px;
    flex-direction: row-reverse;
}
.galler-btns .swiper-button-prev.swiper-button-prev-2,
.galler-btns .swiper-button-next.swiper-button-next-2{
    margin: 0px;
    width: 50px!important;
    height: 50px!important;
}
.galler-btns .swiper-button-next.swiper-button-next-2 {
    left: -21px;
}

.galler-btns .swiper-button-next, .galler-btns .swiper-rtl .swiper-button-prev {
    margin: 0px!important;
    background: #ec6500!important;
    border: 2px solid #ffffff;
}

.galler-btns .swiper-button-prev.swiper-button-prev-2 {
    left: -20px;
    background: #ec6500!important;
    color: #fff;
    border: 2px solid #ffffff;
}

.galler-btns .swiper-button-next:after, .galler-btns .swiper-rtl .swiper-button-prev:after {
    color: #fff!important;
}

.galler-btns .swiper-button-prev.swiper-button-prev-2:after {
    color: #fff;
}

.gallery-thumbanil {
    margin-top: 22px;
}

/*.tweet .tweet {
    height: 447px;
    background: #ffffff;
    border-radius: 0px;
    overflow-y: scroll;
    overflow-x: clip;
}
*/
.tweet .tweet img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: left;
}

.form-control::placeholder{
    color: #010205;
}

section.csr .csr-img ul li {
    list-style: none;
}

section.csr-initiatives .csr-initiatives-list ul li .initiatives-main .csrImg .img img {
    border-top-left-radius: 74px;
    border-bottom-right-radius: 74px;
}

section.csr-initiatives .csr-initiatives-list ul li:not(:last-child) {
    padding-bottom: 44px;
}

section.other-feature.faq-page {
    padding: 60px 0px;
}

section.other-feature.faq-page .faq-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        align-items: flex-start;
}

section.other-feature.faq-page .faq-flex .ledtSide {
    width: 64%;
}

section.other-feature.faq-page .faq-flex .right-side {
    width: 30%;
    border: 1px solid #CFCFCF;
    padding: 32px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
}

section.other-feature.faq-page .faq-flex .right-side .title-head {
    font-size: 27px;
    padding: 32px 0px 10px 0px;
    line-height: 42px;
}

section.other-feature.faq-page .ask-btns a {
    background: #EC6500;
    color: #fff;
    padding: 12px 22px;
    font-size: 15px;
    border-radius: 30px;
    display: block;
    margin: 44px 0px 20px 0px;
}


section.other-feature.faq-page .faq-flex .right-side .ask img {
    height: 76px;
}

.about-stacks {
    padding-top: 22px;
}

section.about .about-stacks ul li .rel-img {
    margin-bottom: 27px;
}

section.about .about-stacks ul li .rel-img img {
    border-radius: 42px;
}

section.main-banner.innerPage .banner-img img {
    width: 100%;
}

section.other-feature ul > li.main ul li:not(:last-child), section.other-feature ul > li.main ol li:not(:last-child) {
    padding: 0px 0px 4px 0px;
}

section.other-feature ul > li.main ul, section.other-feature ul > li.main ol {
    padding-left: 21px;
    margin-bottom: 15px;
}
section.blogs {
    padding: 40px 0px;
}

section.blogs .blogs-area {
    display: flex;
    flex-wrap: wrap;
}

section.blogs .blogs-area .blogsArea {
    width: 31.33%;
    margin: 2% 1%;
    background: #fff;
    cursor: pointer;
}

section.blogs .blogs-area .blogsArea .img img {
    width: 100%;
}

section.blogs .blogs-area .blogsArea .blog-title {
    padding: 7px 15px 15px 15px;
}

section.blogs .blogs-area .blogsArea .date {
    padding: 12px 15px 0px 15px;
    color: #007027;
    font-size: 15px;
}

section.blogs .blogs-area .blogsArea:hover .blog-title {
    color: #ec6500;
}

section.blog-detail .blogImage {
    width: 100%;
    float: left;
    max-width: 460px;
    padding: 7px 24px 20px 0;
}

section.blog-detail .blog_inner h2 {
    font-weight: 300;
    font-size: 27px;
    padding-top: 20px;
    padding-bottom: 12px;
}

section.blog-detail {
    padding: 60px 0px;
    background: #fff;
}

section.blog-detail li {
    padding: 7px 0px;
}

section.blog-detail ul {
    padding-left: 1rem;
}

section.blog-detail .blogImage img {
    width: 100%;
}

section.main-banner .ab-img img {
    width: 100%;
}

section.news-media .media-flex .latest-news.NewsPage {
    width: 100%;
}

section.news-media .media-flex .latest-news.NewsPage .list ul li {
    width: 32.33%;
    box-shadow: 3px 3px #f2f2f2;
    border: 2px solid #ececec;
    padding: 5px;
    background: #fff;
}

.btn-link a {
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: block;
    border: 1px solid #1c1c1b;
    padding: 10px;
    text-transform: uppercase;
    color: #007027;
    border-radius: 41px;
    width: 100%;
    max-width: 300px;
    font-size: 15px;
}

.btn-link {
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.btn-link a:hover {
    background: #ec6500;
    color: #fff;
    border: 1px solid #ec6500;
}

.txt.gallery {
    padding-bottom: 22px;
}


.gallery-events .gallery-img {
    margin-bottom: 10px;
}

.news-content {
    padding: 0px 10px;
}

.fixed-btns {
    position: fixed;
    /* background: #007027; */
    top: 42%;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    RIGHT: -175px !important;
    transform: rotate(90deg) !important;
    padding: 6px 14px;
    z-index: 9999;
    display: flex;
}

.enquiry-btn-fixed a {
    margin: 0px 7px;
    background: #007027;
}

.store-btn-fixed a {
    margin: 0px 7px;
    10px: 0;
    background: #ec6500;
}

.enquiry-btn-fixed a, .store-btn-fixed a {
    width: 166px;
    padding: 11px;
    display: block;
}

.store-btn-fixed {}

.enquiry-btn-fixed a:hover, .store-btn-fixed a:hover {
    color: #fff;
}

button#load-more, button#load-more-others {
    background: #EC6500;
    color: #fff;
    padding: 12px 32px;
    font-size: 15px;
    border-radius: 30px;
    border: none;
}


section.product-detail  ul,
section.product-detail  ol,
section.product-detail li,
section.product-detail  p,
section.product-detail span 
{
    font-family: 'Plus Jakarta Sans' !important;
}


section.other-feature  ul,
section.other-feature li,
section.other-feature  p,
section.other-feature span 
{
    font-family: 'Plus Jakarta Sans' !important;
}


section.product-detail li{
    padding-bottom: 7px;
    margin: 0px!important;
}
section.product-detail .product-flex .fr .produt-alldetail .description ul,
section.product-detail .product-flex .fr .produt-alldetail .description ol {
    padding-left: 19px;
    margin-bottom: 15px;
}

table {
    width: 100%!important;
        margin: 15px 0px;
}

table tr:nth-child(1) td {
    /* border: none!important; */
}

.gallery-events {
    position: relative;
}

.gallery-events .events-title {
       position: absolute;
    bottom: 0px;
    background: #0000009c;
    width: 100%;
    padding: 10px;
    color: #fff;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 10px 2%;
}

.gallery-events .cta {
    background: #ec6500;
    font-size: 14px;
    padding: 4px 22px;
    border-radius: 32px;
}

/*.tabing-year ul {
    justify-content: center;
    margin-bottom: 32px;
}

.tabing-year ul a.nav-link {
    padding: 9px 31px;
    border-radius: 39px;
    color: #007027;
    border: 1px solid #ec6500;
    color: #ec6500;
    font-size: 16px;
}
*/

.tabing-year ul {
    justify-content: center;
    margin-bottom: 32px;
/*    flex-direction: row-reverse;*/
}

.tabing-year ul a.nav-link {
    padding: 6px 29px;
    border-radius: 39px;
    color: #007027;
    border: 1px solid #ec6500;
    color: #ec6500;
    font-size: 15px;
}
.tabing-year ul a.nav-link.active {
    background: #ec6500;
}

.tabing-year ul li {
    margin: 6px;
}

.gallery-events .cta:hover a {
    color: #fff;
}

.gallery-events .cta:hover {
    background: #007027;
}

section.result-show {
    padding: 60px 0px;
}


section.product-detail p, section.other-feature p, section.other-feature.faq p,
section.product-detail span, section.other-feature span, section.other-feature.faq span,
section.product-detail li, section.other-feature li, section.other-feature.faq li
section.product-detail td, section.other-feature td, section.other-feature.faq td{
    font-size: 16px!important;
    margin-left: 0px!important;
        line-height: 27px;
}


br + br {
    display: none;
}
button#load-more:after, button#load-more-others:after {
    content: "\f063";
    font-family: 'FontAwesome';
    padding-left: 10px;
}



input#sendOtpBtn2 {
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 10px;
    background: #ffff17;
    box-shadow: none;
    border: none;
}

section.product-detail li, section.other-feature li, section.other-feature.faq li{
   list-style: disc!important;
}

section.csr-initiatives .tabing-year ul a.nav-link {
    /* border: none; */
}


footer .footerflex .form span#successMsgFooter {
    color: #fff!important;
    font-size: 14px;
    text-align: center;
    display: block;
    padding-top: 7px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    border: 2px solid #ec6500;
    color: #ec6500 !important;
}

.owl-nav button:hover {
    background-color: #007027 !important;
}

.galler-btns .swiper-button-next:hover, .galler-btns .swiper-rtl .swiper-button-prev:hover,
.galler-btns .swiper-button-prev.swiper-button-prev-2:hover{
   background: #007027;
    color: #fff;
    border: 2px solid #ffffff;
}
section.thankyou {
    padding: 60px 0px;
    text-align: center;
}

section.other-feature ul > li:hover .head-line:after {
    color: #ec6500;
}

section.other-feature ul > li:hover .head-line.active:after {
    color: #fff;
}

section.other-feature.faq-page ul > li.main.mains {
    border: 1px solid #ec6500;
}

.text-danger.errormsg {
    font-size: 15px;
    padding-top: 5px;
    display: block;
}

section.leaders {
    margin-top: -36px;
}

.wrapper {
 padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
}
.wrapper-cell {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.image {
    height: 250px;
    width: 31.33%;
    background: #fff;
    margin: 1%;
}

section.news-media .media-flex .list ul.loadingContent .wrapper {
    display: block!important;
}

section.news-media .media-flex .list ul.loadingContent li{
    display: none;
}

body .sk-ww-twitter-feed .sk-header-top {
    width: 100%!important;
    display: block!important;
}

.sk-header-details {}

span.sk-header-desc-content {
    font-size: 15px;
}

body .sk-ww-twitter-feed .sk-header-stats {
    gap: 6px!important;
    margin: 0em 0!important;
}

body .sk-ww-twitter-feed .sk-post-item {
    padding: 0px!important;
}

.sk-post-header {}

section.products .product-slider .product-img {
    background: #fff;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 328px;
    box-shadow: 0px 0px 10px #ada2a2;
}

section.products .product-slider .product-img img {
    width: auto;
    height: auto;
    max-height: 100%;
}

section.other-feature ul > li.main ul + br, section.other-feature ul > li.main ol + br {
    display: none;
}

.navBar .navigation ul li.dropdown:has(a.active) a.nav-link {
    color: #ec6500;
}

div#map iframe {
    width: 100%!important;
}

section.store-locator .storeList ul li .contact-info i {
    padding-top: 6px;
}

.footer-bottom {
    background: #010205;
    padding: 4px 0px;
}

.ticker.b-grayimg .img {
        background: #fff;
    margin-bottom: 8px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
}

.ticker.b-grayimg .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
/*    filter: grayscale(1);*/
}

.ticker.b-grayimg .img:hover img {
    filter: grayscale(0);
}

.ticker.b-grayimg {
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 17px;
        text-transform: uppercase;
}

.ticker.b-grayimg span  span {
    text-transform: lowercase;
}


.ticker.b-grayimg img:hover {
    filter: grayscale(0);
}

.owl-nav {
    /* display: none; */
}

.footer-bottom .owl-theme .owl-dots {
    display: none;
}

.footer-bottom {}

.footer-bottom .owl-nav button {
    position: absolute;
    /* width: 106%; */
    display: flex;
    justify-content: space-between;
    top: 8%;
    left: -3%;
}


.ticker.b-grayimg a:hover img {
    filter: grayscale(0);
}

.footer-bottom .owl-nav button.owl-next {
    left: 99%;
}


section.semilarProducts {
    background: #f8f8f8;
    text-align: center;
    padding: 60px 0px;
}

section.semilarProducts .heading .headline {
    text-transform: capitalize;
}

section.semilarProducts .img {
    width: 100%;
    height: 292px;
    background: #fff;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 10px;
}

section.semilarProducts .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

section.semilarProducts .pro-name {
    font-size: 16px;
    color: #007027;
}


section.semilarProducts .mainPro:hover .pro-name {
    color: #ec6500;
}

section.semilarProducts .owl-dots {
    display: none;
}

section.semilarProducts .owl-nav {
    margin-top: 32px;
}

section.product-listing {
    text-align: center;
}


section.product-listing .btn-link a {
    background: #ec6500;
    color: #fff;
    border: 1px solid #ec6500;
    max-width: 200px;
}

section.product-listing .btn-link a:hover {
    background: #007027;
    color: #fff;
    border: 1px solid #007027;
}

section.product-listing .btn-link {
    margin-top: 22px;
}

.loupe {
    position: absolute;
    border: 1px solid #007027;
    width: 58%;
    height: 432px;
    background-repeat: no-repeat;
    background-size: 1000px;
    z-index: 99;
    pointer-events: none;
    display: none;
    left: 43%!important;
    background-color: #fff;
    top: 0px!important;
}

.search-bar.active {
    position: absolute;
    right: 0;
    box-shadow: 0 8px 30px 8px rgba(0, 0, 0, .05);
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    top: 112%;
    z-index: 3;
    width: 100%;
    padding: 18px 18px;
    display: block;
}
.search-bar {
    display: none;
}


input#search {
    padding: 12px;
    margin: 0px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #ec6500;
}

input#searchsubmit {
   position: absolute;
    right: 18px;
    padding: 12px 22px;
    font-size: 15px;
    color: #fff;
    background: #ec6500;
    border: 1px solid #ec6500;
    top: 19px;
}


.laodingGif {
    display: grid;
    width: 100%;
    justify-content: center;
    display: none;
}

ul.blogs-area.loadingContent .laodingGif {
    display: block;
}

ul.blogs-area.loadingContent .laodingGif img{
    width: 182px!important;
}

.storeList:has(.loadingContent) + .text-center.mt-3 {
    display: none;
}

section.product-listing .btn-link i {
    padding-left: 10px;
}

section.product-listing .pro-listing ul li .Product-brief .img img.loader-gif {
    width: 96px;
}

div#otp-timer {
    font-size: 14px;
}

.form-group.text-right {
    text-align: right;
}

.text-danger {
    color: red!important;
}

.mobileOnly{
    display: none;
}


/* width */
 .tabing-year ul::-webkit-scrollbar {
  height: 5px;
}

/* Track */
 .tabing-year ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
 .tabing-year ul::-webkit-scrollbar-thumb {
  background: #007027; 
}

/* Handle on hover */
 .tabing-year ul::-webkit-scrollbar-thumb:hover {
  background: #ec6500; 
}


.store-locator .search.active a i:before {
    /* content: "\f00d"; */
}

.store-locator .search.active a i:before {
    content: '\f00d';
}

input#search:focus {
    box-shadow: none;
/*    border: none;*/
      outline: none;
}

input#search {
    outline: none;
}

div#getDirection .modal-body {
    min-height: 500px;
    background-color: #fff;
}

ul#search-results {
    width: 100%;
    left: 0px;
    border: none;
    border-radius: 0px;
    padding: 10px 0px;
    background: #fff;
}

li.list-group-item {
    border: none;
    font-size: 15px;
    padding: 3px 22px;
}

.mainSwipers2 .swiper-slide img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

section.helping-farmer .healping-txt .con-btn a.con-btn-link {
    display: none;
}

body .sk-ww-twitter-feed .sk-posts-carousel {
    padding: 0px!important;
}

body .sk-ww-twitter-feed .sk-posts-carousel .sk-carousel-slide-item {
    border: 1px solid #e6dfdf;
    padding: 17px;
    margin: 0px 5px!important;
}

body .sk-ww-twitter-feed .sk-post-username {
    display: none;
}

body .sk-ww-twitter-feed .sk-post-userinfo {
    gap: 0px!important;
}

.sk-post-body-full {
    font-size: 16px!important;
    text-align: left;
}

body .sk-ww-twitter-feed .sk-posts-popup, body .sk-ww-twitter-feed .sk-posts-body {
    margin: 0px!important;
}

.sk-posts-header {
    display: none!important;
}

body .sk-ww-twitter-feed .sk-carousel-slide {
    padding: 0px!important;
}

body .sk-ww-twitter-feed .sk-posts-footer {
    display: none!important;
}

body .sk-ww-twitter-feed .sk-posts-body {
    padding-bottom: 0px!important;
}

body .sk-ww-twitter-feed .sk-posts-carousel button.sk-slider__btn.sk-slider__btn--left,
body .sk-ww-twitter-feed .sk-posts-carousel button.sk-slider__btn.sk-slider__btn--right{
    background: #ec6500;
    color: #fff;
    opacity: 1;
    width: 46px !important;
    height: 46px !important;
}

body .sk-ww-twitter-feed .sk-slider__btn-icon {
    fill: #fff!important;
    width: 27px;
}

body .sk-ww-twitter-feed{
    padding: 0px!important;
}

.tickerslider .owl-stage {
    display: flex;
    justify-content: center;
    width: 100%!important;
}

section.iffco-performance {
    background: #f2f2f2;
    padding: 60px 0px;
}

section.iffco-performance .aboutflex {
    display: flex;
    flex-flow: column-reverse;
    flex-wrap: wrap;
    text-align: center;
}

section.iffco-performance .aboutflex .fr .txt {
    width: 67%;
    margin: 0px auto;
}


section.aboutus.iffco-bazar .aboutflex:nth-child(even) {
    flex-direction: row-reverse;
    padding: 90px 0px 60px 0px;
}

section.aboutus.iffco-bazar .fr {
    text-align: left;
}

section.aboutus.iffco-bazar .aboutflex:nth-child(even) img {
    border: 2px solid;
}

section.aboutus.iffco-bazar .aboutflex .fl {
    cursor: pointer;
}

section.aboutus.iffco-bazar .aboutflex .fl p {
    font-size: 17px;
    padding-top: 9px;
    color: #007027;
    margin: 0px;
}

section.aboutus.iffco-bazar .aboutflex .fl:hover p {
    color: #ec6500;

}

.footer-logo {
    display: none;
}

.footer-form .form-group {
    margin-bottom: 7px;
}


section.contcat-us.careersPage{
    padding: 60px 0px;
}

section.sourcing section.store-locator {
    padding: 0px;
    background: none;
}

.get-direction.get-direction img {
    width: 34px;
}

section.sourcing section.store-locator .storeList {
    margin: 0px 0px 32px 0px;
}

section.contcat-us.careersPage .headline {
    font-size: 28px;
    font-weight: 500;
}

section.main-banner {
    min-height: 500px;
}

section.store-locator .storeList ul li.FRANCHISEE .store-tag.store {
    background: #007027;
}

section.leaders .leaders-list ul li .aboutLeaders .txt {
    max-height: 182px;
    overflow-y: auto;
    padding-right: 7px;
}

/* width */

section.leaders .leaders-list ul li .aboutLeaders .txt::-webkit-scrollbar {

  width: 2px;

}



/* Track */

section.leaders .leaders-list ul li .aboutLeaders .txt::-webkit-scrollbar-track {

  background: #00702730;

}



/* Handle */

section.leaders .leaders-list ul li .aboutLeaders .txt::-webkit-scrollbar-thumb {

  background: #ec6500;

}



/* Handle on hover */

section.leaders .leaders-list ul li .aboutLeaders .txt::-webkit-scrollbar-thumb:hover {

  background: #555;

}

section.csr-initiatives .csr-initiatives-list ul li.no-image .initiatives-main .initiatives-content {
    width: 100%;
}

section.csr-initiatives .csr-initiatives-list ul li.no-image:not(:last-child) {
    padding: 0px;
}

section.csr-initiatives .csr-initiatives-list ul li.no-image .initiatives-main .csrImg {
    display: none;
}