@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: "Myriad Pro";
}
div:focus{
    outline-style: none;
}
nav{
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.21);
}
main{
    margin-top: 100px;
}
.nv-bar ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 10px 0px 0px;
    margin-bottom: 5px;
}
.nv-bar ul li{
    /* display: inline-block; */
    margin-right: auto;
    font-size: 20px;
    color: #838383;
    position: relative;

}
.nv-bar ul li::after{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #1C994D;
    transition: width .3s;
}
.nv-bar ul li.brnd-logo::after{
    display: none;
}

.nv-bar ul li:hover::after{
    width: 100%;
}
.nv-bar ul li.active a:hover {
	color: #1C994D;
}
.nv-bar ul li.active::after{
    width: 100%;
}
.nv-bar ul li a{
    color: #838383;
    display: block;
}
.nv-bar ul li:last-child{
    margin-right: 0;
}
.nv-bar ul li ul{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    /* margin-top: 1rem; */
    left: 0;
    display: none;
    background: #fff;
    /* top: 14px; */
    z-index: 9;
    width: 130%;
    text-align: center;
    border: 1px solid #c1c1c1;
    padding-bottom: 10px;
    border-radius: 10px;
}
.nv-bar ul li ul li{
    font-size: 14px;
}
.nv-bar ul li ul li:hover{
    color: #fff;
    background: #149A49;
}
.nv-bar ul li ul li:hover a{
    color: #fff;
}
.nv-bar ul li:hover > ul, .nv-bar ul li ul:hover{
    visibility: visible;
    opacity: 1;
    display: block;
}
.dropdown-list {
	padding-right: 20px;
}
.dropdown-list::after{
    content: '';
    display: block;
    border-left: 2px solid #838383;
    border-bottom: 2px solid #838383;
    width: 7px;
    height: 8px;
    position: absolute;
    right: 3px;
    top: 12px;
    transform: rotate(-50deg);
}
.nv-bar .nav-link {
    padding: 0;
}
#homebanner .owl-dots{
    display: none;
}
.left-side-baneer{
    background-image: url(../images/home/good-life-banner.jpg);
    height: 470px;
    background-repeat: no-repeat;
    width: 49.5%;
    float: left;
    background-size: cover;
    margin-right: calc(.5% - 0px);
}
.right-side-banner{
    background-image: url(../images/home/beyond-commerce-behind-farmers.jpg);
    height: 470px;
    background-repeat: no-repeat;
    width: 50%;
    float: left;
    background-size: cover;
}
.content-part{
    clear: both;
    position: absolute;
    width: 100%;
    bottom: 40px;
}
.good-life h3{
    color: #FEFEFE;
    font-weight: 900;
    font-size: 35px;
}
.good-life h3 span{
    display: block;
    color: #F4E168;
}
.good-life p{
    color: #FEFEFE;
    font-size: 14px;
}
.good-life button{
    background: #fff;
    color: #000000;
    padding: 3px 20px;
    border-radius: 20px;
    border: none;
    font-size: 14px;
}
.bottom-banner-sec{
    position: relative;
    height: 470px;
    margin-top: 5px;
}
.good-life{
    width: 60%;
}
.bottom-banner-sec .col-lg-6:last-child{
    padding-left: 40px;
}
.home-product-sec{
    background-image: url(../images/home/200-products-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 270px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.home-product-sec .container{
    height: 100%;
}
.home-product-sec .row{
    height: 100%;
    align-items: center;
}
.medicine-banner{
    background-image: url(../images/home/letfoodbe-banner.png);
    background-repeat: no-repeat;
    height: 650px;
    background-size: cover;
    width: 49.9%;
    float: left;
    margin-right: calc(0.09% - 0px);
}
.recipes-sec{
    background-image: url(../images/home/cook.jpg);
    background-repeat: no-repeat;
    height: 650px;
    background-size: cover;
    width: 50%;
    float: left;
}
.about-medicine-sec{
    clear: both;
    position: absolute;
    top: 80px;
    width: 100%;
}
.medicine-sec{
    position: relative;
    height: 650px;
}
.about-medicine-sec .col-lg-6:last-child{
    padding-left: 40px;
}
.cption h3{
    color: #fff;
    font-size: 60px;
}
.cption p{
    color:#fff; 
    font-size: 22px;
}
.cption button{
    background: #fff;
    color: #000000;
    padding: 5px 30px;
    border-radius: 20px;
    border: none;
    font-size: 18px;

}
.cption{
    padding-right: 50px;
}
.good-health-sec{
    background-color: #F3F7F8;
    padding: 60px 0px;
}
.sec-heading h4{
    font-weight: 600;
    font-size: 40px;
}
.sec-heading h4 span{
    color: #149A49;
}
.sec-heading p{
    font-size: 22px;
}
.products-img{
    padding: 40px;
}
.products-img img{
    height:285px;
}
.center .products-img{
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 20px;
}
#catalog .owl-dots{
    display: none;
}
#catalog .owl-nav button.owl-next{
    font-size: 70px;
    font-weight: 900;
    text-shadow: 0px 1px 3px #000000;
    color: #fff;
    position: absolute;
    right: -30px;
    top: 30%;
}
#catalog .owl-nav button.owl-next:focus{
    outline-style: none;
}
#catalog .owl-nav button.owl-prev{
    font-size: 70px;
    font-weight: 900;
    text-shadow: 0px 1px 3px #000000;
    color: #fff;
    position: absolute;
    left: -30px;
    top: 30%;
}
#catalog .owl-nav button.owl-prev:focus{
    outline-style: none;
}
#catalog  .owl-nav [class*=owl-]:hover{
    background: transparent;
}
.catalog-readmore{
    padding-top: 40px;
    text-align: center;
}
.catalog-readmore button{
    background: #149A49;
    color: #fff;
    padding: 5px 30px;
    border-radius: 20px;
    border: none;
    font-size: 18px;
}
.video-sec{
    background: url(../images/home/video-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    margin-bottom: 5px;
}
.video-card{
    background: #E2EFE6;
}
.video-img img{
    width:100%;
    max-width:100%;
}
.video-title{
    display: flex;
    align-items: center;
    padding: 20px;
}
.video-title img{
    width: 80px;
    flex-shrink: 0;
}
.video-title p{
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600;
    padding-left: 20px;
    line-height: 38px;
}
.video-title p span{
    color: #149A49;
}
.organic-sec{
    background: url(../images/home/organic-certified-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0px;
    background-position: center;
}
.certified-logo img{
    margin: 0px 10px;
}
.organic-sec .container{
    height: 100%;
}
.organic-sec .row{
    height: 100%;
    align-items: center;
}
.certified-name h3{
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 50px;
}
.certified-name h3::after{
    content: '';
    display: block;
    background: #ffffff38;
    width: 75%;
    height: 1px;
    margin-top: 5px;
}
.certified-name p{
    color: #fff;
    font-size: 22px;
}
.makeswitch-sec{
    background: url(../images/home/make-the-switch-banner-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.maketheorgan h5{
    font-size: 36px;
    color: #090809;
    margin: 0;
}
.maketheorgan h3{
    font-size: 55px;
    font-weight: 600;
    color: #ffffff;
}
.makeswitch-sec .container{
    height: 100%;
}
.makeswitch-sec .row{
    height: 100%;
    align-items: center;
}
.switch-product img{
    position: relative;
    bottom: -70px;
}
.makeswitch-sec .read-more{
    text-align: center;
}
.makeswitch-sec .read-more button{
    background: #E2EFE6;
    font-size: 28px;
    border: none;
    border-radius: 20px;
    min-width: 240px;
    min-height: 44px;
}
.footer-sec{
    background: #179A58;
    padding: 40px 0px;
}
.call-us{
    display: flex;
    align-items: center;
}
.number{
    font-size: 14px;
    color: #fff;
}
.number a{
    color: #ffffff;
}
.icon{
    padding-right: 20px;
}
.number span{
    font-size: 16px;
    transition: all 300ms;
}
.number span:hover{
    padding-left: 20px;
    text-shadow: 2px 2px #b9b4b466;
}
footer{
    background: #F2F8F6;
    padding: 40px 0px;
    
}
.address h5{
    color: #A6A8A8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px
}
.address p{
    font-size: 15px;
    font-weight: 600;
    color: #3F3E3E;
    margin-bottom: 5px;
}
.social-icon img{
    margin: 0px 5px;
    cursor: pointer;
}
.social-icon img:hover{
    box-shadow: 0 1px 8px black;
    border-radius: 50%;
}
.foooter-text{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #c1c1c1;
}
.foooter-text p{
    font-size: 14px;
    color: #A6A8A8;
    font-weight: 600;
    text-align: center;
}
.blog-main-banner{
    padding: 80px 0 40px;
}
.blogs-sec{
    padding: 40px 0px;
}
.top-card-banner img{
    height: 470px;
}
.blog-top-card{
    margin-bottom: 20px;
}
.top-card-banner{
    position: relative;
}
.top-inner-content{
    position: absolute;
    bottom: 30px;
    background: rgba(255, 255, 255, 0.9);
    width: 90%;
    left: calc(50% - 157.5px);
    padding: 2px 20px;
}
.top-inner-content span{
    color: #fff;
    background: #dba028;
    font-size: 15px;
    padding: 5px 10px;
    position: relative;
    top: -16px;
}
.top-inner-content span::before{
    content: '';
    display: block;
    border-style: solid;
    border-width: 8px;
    height: 0;
    left: -16px;
    position: absolute;
    top: 0px;
    width: 0;
    border-color: transparent #dba028 #dba028 transparent;
}
.top-inner-content h3{
    margin: 0;
    color: #262626;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 0 20px;
}
.blogs-sec{
    padding: 40px 0px;
}
.blogs-sec .sec-heading h3{
    text-align: center;
    font-size: 24px;
    color: #159856;
    padding-bottom: 20px;
}
.blog-info{
    padding-right: 20px;
}
.blog-info h5{
    color: #6F6F6F;
    font-size: 16px;
    margin-bottom: 20px;
}
.blog-info h3{
    color: #262626;
    font-size: 20px;
}
.blog-info button{
    background: #CEEADC;
border-radius: 4px;
font-size: 11px;
color: #262626;
min-width: 110px;
min-height: 30px;
border: none;
margin: 20px 0px;
}
.blog-info p{
    color: #6F6F6F;
    font-size: 13px;
    padding-bottom: 80px;
}
.blog-name{
    display: flex;
}
.blog-img img{
    width: 400px !important;
    height: 526px;
    flex-shrink: 0;
}
.read-arical-btn{
    color: #262626 ;
    font-size: 14px;
    border: 1px solid #262626;
border-radius: 5px;
border-radius: 5px;
padding: 11px 37px;
}
.share-icon{
    margin-top: 20px;
}
.share-icon img{
    margin: 0px 5px;
    width: auto !important;
    display: inline-block !important;
}
 .tabcontect .owl-dots{
     display: none;
 }
 .tabcontect .owl-nav{
     position: absolute;
     bottom: 190px;
 }
 .tabcontect .owl-prev, .tabcontect .owl-next{
    border: 1px solid #c1c1c1 !important;
   width: 50px;
    border-radius: 20px !important;
 }
 .tabcontect .owl-nav [class*=owl-]:hover{
     background: #149A49;
 }
 .tabcontect{
     display: none !important;
 }
 .tabcontect.current{
     display: block !important;
 }
 .blg-category h4{
     color: #262626;
     font-size: 20px;
     padding-left: 10px;
     position: relative;
     padding-bottom: 20px;

 }
 .blg-category h4::after{
     content: '';
     display: block;
     background: #159856;
     width:60px;
     height: 1px;
     position: absolute;
     left: 0;
     margin-top: 10px;
 }
 .tab-link{
    opacity: 0.4;
    font-size: 16px;
    color: #262626;
    margin-bottom: 10px;
    cursor: pointer;
    padding-left: 10px;
 }
 .tab-link.current{
    color: #159856;
    opacity: 1;
 }
 .sml-card{
    width: 50%;
    float: left;
    margin-top: 30px;
    padding: 10px;
    cursor: pointer;
 }
 .sml-card-cnt h4{
    font-size: 14px;
    color: #262626;
    padding-top: 10px;
 }
 .sml-card-img img{
     width: 100%;
 }
 .sml-card.active{
     display: none;
 }
 .fs-floorplan-thumbs{
     display: none;
 }
 .fs-floorplan-thumbs.current{
     display: block;
 }
 .mobile{
     display: none !important;
 }
 .left-side-baneer .good-life{
    display: none;
}
 .right-side-banner .good-life{
     display: none;
 }
 .medicine-banner .cption{
    display: none;
}
 .recipes-sec .cption{
    display: none;
}
.mobile-menu{
    display: none;
}

/* blog */
.main-blog-sec .col-lg-9{
    border-right: 1px solid #9b9b9a;
}
.blogs{
    display: flex;
    border-bottom: 1px solid #9b9b9a;
    padding-top: 10px;
    padding-bottom: 10px;
}
#loadmore-btn button{
    width: 100%;
    position: relative;
    top: -2px;
    padding: 5px;
}
.blog-post{
    display: none;
}
.blg-desc{
    padding-left: 20px;
}
.blg-desc h3{
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 27px;
}
.blg-desc h5{
    color: #9b9b9a;
    font-size: 12px;
    margin-top: 10px;
}
.date img{
    margin-right: 3px;
}
.comment{
    margin-left: 3px;
}
.blg-desc p{
    color: #606060;
    margin-bottom: 10px;
    font-size: 17px;
    margin-top: 10px;
}
.blg-desc p a{
    color: #179A58;
    font-weight: bold;
    font-size: 17px;
}
.blogs-category{
    padding-top: 10px;
}
.blogs-category h4{
    font-size: 24px;
    color: #333;
    font-weight: 600;
}
.blogs-category ul{
    list-style-type: none;
    padding-left: 18px;
    border-bottom: 1px solid #9b9b9a;
    padding-bottom: 15px;
}
.blogs-category ul li a{
    font-size: 20px;
    color: #606060;
}
.blogs-category ul li::before{
    content: "";
    border-color: transparent #179A58;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 22px;
    position: relative;
}
#blog-form input{
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#blog-form button{
    color: #fff;
    background: #179A58;
    border: none;
    font-size: 14px;
    padding: 7px 17px;
    border-radius: 4px;
    position: relative;
    left: -10px;
    height: 34px;
}
.search-optin{
    border-bottom: 1px solid #9b9b9a;
    padding-bottom: 15px;
    padding-top: 10px;
}
.post ul{
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin:0;
    border-bottom: 1px solid #9b9b9a;
}
.post{
    border: 1px solid #9b9b9a;
    margin-top: 10px;
    
}
.post ul li{
    padding: 10px 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}
.post ul li:hover{
    color: #179A58;
}
.post-date{
    padding: 0px 10px;
    border-bottom: 1px solid #9b9b9a;
}
.post-date:last-child{
    border-bottom: none;
}
.post-date p{
    color: #606060;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
}
/* .post-date p:hover{
    color: #179A58;
} */
.post-date:hover.post-date h5{
    color: #606060;
}
.post-date:hover.post-date p{
    color: #179A58;
}
.post-date h5{
    color: #179A58;
    font-size: 12px;
}
/* .post-date h5:hover{
    color: #606060;
} */
.post-date img{
    margin-right: 5px;
}
.post-cntnt{
    display: none;
}
.post-cntnt.current{
    display: block;
}
.blogs-img{
    flex-shrink: 0;
    width: 265px;
}
.blogs-img img{
    width: 100%;
}
/* blog-end */
/* blog-iiner */
.blog-inner-sec{
    padding-top: 100px;
}
.inner-banner{
    text-align: center;
}
.inner-banner img{
    width: 100%;
}
#comment-form button{
    background-color: #149A49 !important;
    color: #fff;
    min-height: 40px;
    font-size: 16px;
}
.blog-inner-sec .col-lg-9{
    border-right: 1px solid #9b9b9a;
}
.blog-title{
    padding-top: 30px;
}
.blog-title h4{
    font-size: 30px;
    color: #606060;
    font-weight: 600;
}
.blog-date{
    padding-top: 10px;
    font-size: 17px;
    color: rgba(96, 96, 96, 0.68);
}
.blog-date img{
    padding-right: 5px;
}
.about-blog{
    padding-top: 20px;
}
.about-blog strong{
    font-weight: 600;
}
.about-blog p{
    font-size: 17px;
    text-align: justify;
}
.about-blog ol li, .about-blog ol li h5 {
	font-size: 17px;
}
.about-blog h3, .about-blog h2 {
    font-size: 24px;
    color: #606060;
    font-weight: 600;
}
.about-blog li h3 {
	 font-size: 20px;
    color: #606060;
    font-weight: 600;
}
.about-blog a span {
	word-break: break-all;
}
.comment-box{
    padding-top: 20px;
}
#comment-form{
    display: none;
}
#add-comment{
    background: transparent;
    color: #149A49;
    font-size: 20px;
    font-weight: 600;
    border: none;
    margin-bottom: 20px;
}
#comment-form p{
    font-size: 17px;
    font-weight: 600;
}
.about-blog li a{
    word-break: break-word;
}
/* blog-iiner-end */
    /* our-farmers */
.page-banner img{
    width: 100%;
}
.our-farmes-sec{
    padding: 60px 0px;
}
.about-farmers h1{
    color: #179A58;
    font-size: 25px;
    font-weight: 600;
}
.about-farmers p{
    color: #6F6F6F;
    font-size: 17px;
}
.about-farmers ul{
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
.about-farmers ul li{
    color: #6F6F6F;
    font-size: 17px;
    padding-bottom: 3px;
}
.fermers-page{
    margin-bottom: 10px;
    background-position: bottom;
}
.fermers-page .video-title img{
    width: 50px;
}
.fermers-page .video-title p{
    margin-bottom: 0;
    font-size: 27px;
    font-weight: 600;
    padding-left: 20px;
    line-height: 33px;
}
.all-loc{
    text-align: center;
}
/* product-avalable-store */
.store-sec{
    background: #f6f6f6;
    padding: 40px 0;
}
.store-type h5 span{
    background: #dba028;
    color: #090809;
    font-size: 20px;
    font-weight: 600;
    padding: 7px 25px;
    border-radius: 8px;
    /* margin-bottom: 20px; */
}
.store-type h5{
    text-align: center;
    margin-bottom: 20px;
}
.online-store{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.store-logo{
    flex: 0 0 16.66%;
    max-width: 16.66%;
    margin-bottom: 15px;
    /* margin: 0 auto; */
}
.store-type h4{
    margin: 20px 0 20px;
    text-align: center;
}
/* end */
/* new add 21-09 */
.product-size img{
    margin-bottom: 20px;
}
.hlpfl-ansr{
    margin: 20px 0px;
    padding: 20px;
    box-shadow: 0 0 5px 1px #83838348;
    max-width: 310px;
}

.hlpfl-ansr form{
    display: flex;
    align-items: center;
}
.hlpfl-ansr .custom-control{
    margin-left: 20px;
}
.hlpfl-ansr button{
    margin-left: 20px;
    background: #149A49;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 7px 25px;
}
#reviewcomment-form button{
    width: 100px;
    height: 38px;
    background: #149A49;
    color: #fff;
    border-radius: 20px;
    border: none;
    margin: 10px auto;
    display: block;
}
.report-sec{
    box-shadow: 0 0 5px 1px #83838348;
    max-width: 310px;
    margin: 20px 0px;
    padding: 20px;
}
.report-sec button{
    background: #149A49;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
}
.product-size h5 span{
    background: #dba028;
    color: #090809;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 25px;
    border-radius: 8px;
    /* margin-bottom: 20px; */
}
.pro-size a{
    color: #090809;
}
@media (max-width: 767px) {
	.about-farmers h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.about-farmers p {
		font-size: 14px;
    }
    .store-logo{
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
    }
}

/* our-farmers end */
/* about-us */
.organic-living-sec{
    background: #daa227;
    margin: 60px 0px 30px;
}
.organic-living{
    padding-top: 20px;
}
.organic-living h1{
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
}
.organic-living p{
    color: #fff;
    font-size: 17px;
}

/* remove in live */
.show-read-more .read-more {
    background: #ececec;
    color: #6F6F6F;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}
.show-read-more .read-more:hover {
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}
/* upto here */
.history-heading{
    color: #179A58;
    font-size: 25px;
    font-weight: 600;
}
.our-history{
    padding-top: 30px;
    padding-bottom: 30px;
}
.our-history p{
    color: #6F6F6F;
    font-size: 17px;
    margin-bottom: 20px;
}
.our-philosophy-sec{
    background: #e9f5f3;
    padding: 40px 0px;
    margin-bottom: 20px;
}

.our-philosophy h4{
    color: #618966;
    font-size: 20px;
    font-weight: 600;
}
.our-philosophy p{
    color: #5e6464;
    font-size: 17px;
}
.our-philosophy{
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
	.organic-living p, .our-history p, .our-philosophy p {
		text-align: justify;
		font-size: 14px;
	}
	.organic-living h1, .history-heading, .our-philosophy h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
}
/* about us end */

/* Our projects CSS */

.our-products-cont {
    padding: 60px 0px;
}
.heading-new-green {
    color: #149A49;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}
.heading-new-2 {
    color: #606060;
    font-size: 18px;
    font-weight: 600;
}
.our-products-cont .content p {
    color: #6F6F6F;
    font-size: 16px;
}
.show-read-more .read-more {
    background: #ececec;
    color: #6F6F6F;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}
.show-read-more .read-more:hover {
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}
.products-list {
    position: relative;
    margin-bottom: 40px;
}
.products-list::before {
    content: '';
    width: 100%;
    height: calc(50% - 30px);
    background: #f3f5f4;
    position: absolute;
    top: 0;
    left: 0;
}
.products-list.productbg::before {
    content: '';
    width: 100%;
    height: calc(100% - 30px);
    background: #f3f5f4;
    position: absolute;
    top: 0;
    left: 0;
}
.products-list .product-block {
    padding: 30px 0px;
}
.products-list .product-block .product-img img {
    width: 100%;
    border: 1px solid #cecece;
}
.products-list .row {
    margin: 0px -30px;
}
.products-list .row>div {
    padding: 0px 30px;
}
.products-list .product-block .product-img .detail {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 5px;
}
.products-list .product-block .product-img .detail a {
    flex-shrink: 0;
    background: #dba028;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
}
.products-list .product-block .product-img .detail a:hover {
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
}
.products-list .product-block .product-img .detail p {
    font-size: 14px;
    padding-right: 10px;
    color: #6F6F6F;
}
.products-list .pagination {
    justify-content: flex-end;
}
.products-list .pagination a {
    color: #3F3E3E;
    padding: 5px;
    font-weight: 600;
}
.products-list .pagination span.current {
	color: #149A49;
    padding: 5px;
    font-weight: 600;
}
.page-numbers{
    display: none;
}
.next.page-numbers{
    display: block;
}
.prev.page-numbers{
    display: block;
}
/* Our projects CSS*/
/* why 24 mantra css starts */
.seed-to-kitchen-sec {
    padding: 60px 0px;
}
.farmer-care-sec {
    padding: 60px 0px;
    background: #e7f6f3;
	margin-bottom: 20px;
}
.unique-practices-sec {
    /* padding: 30px 0px; */
    position: relative;
    background: #70bf4a;
}
.unique-practices-sec  .content {
    padding: 30px 0px;
    color: #fff;
}
.unique-practices-sec  .content h3 {
    color: #fff;
}
.unique-practices-sec .img-bnr {
    padding: 20px 0px;
}

/* notification */
.notification-bnd{
    background: #FFC000;
    padding: 15px 0px;
    position: fixed;
    top: 108px;
    width: 100%;
    z-index: 99;
}
.notification p{
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.ntifctn-btn{
    background: #1C994D;
    color: #fff;
    font-size: 16px;
    border: 1px solid #149A49;
    border-radius: 10px;
    min-width: 140px;
    min-height: 38px;
    width: 100%;
}
.ntifctn-btn::after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid rgb(255, 252, 252);
    /* margin: 7px 0 0 -9px; */
    position: absolute;
    right: 15px;
    transform: rotate(90deg);
    top: calc(50% - 4px);
}
.dp-down{
    display: none;
    /* background: #fff; */
    position: absolute;
    z-index: 999;
    top: 45px;
    width: 100%;
    border-radius: 10px;
}
.dp-down.vsl{
    display: block;
}
.n-bar{
    position: relative;
}
.dp-down a{
    display: block;
    text-align: center;
    padding: 8px 5px;
    color: #fff;
    background: #2fb262f7;
    margin-bottom: 5px;
    border-radius: 10px;
}
.dp-down a:last-child{
    margin-bottom: 0px;
}
/* .ntifctn-btn:hover .dp-down{
    display: block;
} */
/* amazon coupon */
.amazon-coupon-sec{
    padding: 40px 0;
    margin-top: 110px;
    background: #e9f5f3;
}
.coupon-term h2{
    color: #618966;
    font-size: 20px;
    font-weight: 600;
}
.coupon-term ul{
    padding-left: 20px;
    margin: 0px;
}
.coupon-term li{
    color: #5e6464;
    font-size: 17px;
    padding-bottom: 8px;
}
/* store locator */
.store-page{
    padding-top: 80px;
    padding-bottom: 40px;
}
.store-button .btn{
    background: #1C994D;
    color: #ffffff;
    font-size: 15px;
}
.store-button{
    margin-bottom: 20px;
}
h3.se-hdng{
    color: #149A49;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

/* product categories */
.products-categories-sec{
    background: #F3F7F8;
    padding: 40px 0px;
}
.categories-crd{
    background: #fff;
    width: 90%;
    margin: 0px auto 10px;
    /* padding: 0px 0px 20px; */
    border-radius: 10px;
    box-shadow: 0 7px 10px 5px #8f8f8f33;
    transition: all 0.5s ease;
}
.categories-crd:hover{
    transform: scale(.9);
    background:#149A49 ;
}
.categories-crd:hover.categories-crd h3{
    color: #fff;
}
.categories-crd img{
    border-radius: 10px 10px 0px 0px;
}
.categories-crd h3{
    color: #149A49;
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 20px;
}
/* end */
.essentials-crd{
    background: #fff;
    width: 90%;
    margin: 0px auto 10px;
    /* padding: 0px 0px 20px; */
    border-radius: 10px;
    box-shadow: 0 7px 10px 5px #8f8f8f33;
    transition: all 0.5s ease;
}
.essentials-crd:hover{
    transform: scale(1.08);
    /* background:#149A49 ; */
}
.essentials-crd:hover.essentials-crd h3{
    color: #fff;
}
.essentials-crd img{
    border-radius: 10px 10px 0px 0px;
}
.essentials-crd h3{
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 10px 0px;
    background: #149A49;
    border-radius: 0 0 10px 10px;
}

/* product inner */
.mainproduct-categrysec{
    padding: 20px 0px;
}
.categrysec{
    border: none;
    padding: 5px 10px;
}
 .draw {
    background: none;
    border: 0;
    box-sizing: border-box;
    margin: 1em;
    padding: 1em 2em;
    box-shadow: inset 0 0 0 2px #ffc000;
    color: #ffc000;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
  }
 .draw::before, .draw::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .draw {
    transition: color 0.25s;
  }
  .draw::before, .draw::after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
  }
  .draw::before {
    top: 0;
    left: 0;
  }
  .draw::after {
    bottom: 0;
    right: 0;
  }
  .draw:hover {
    color: #1c994d;
  }
  .draw:hover::before, .draw:hover::after {
    width: 100%;
    height: 100%;
  }
  .draw:hover::before {
    border-top-color: #1c994d;
    border-right-color: #1c994d;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  }
  .draw:hover::after {
    border-bottom-color: #1c994d;
    border-left-color: #1c994d;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  }
  .product-banner-dv{
		display: flex !important;
		flex-direction: row-reverse;
  }
  .product-banner-dv .product-thum {
	  flex-shrink: 0;
	  margin-right: 15px;
  }
  .product-thum img{
      background: #ffc000;
      width: 70px;
      padding: 10px;
      margin-bottom: 15px;
      cursor: pointer;
  }
  .prdct-bnr>div{
    background: #ffc000;
    padding: 20px;
    border-radius: 10px;
  }
  .prdct-bnr>div>img {
	  box-shadow: none !important;
  }
  .product-banner-sec{
      padding: 20px 0px 0px;
  }
  .product-banner-sec .container{
      padding-bottom: 60px;
      border-bottom: 1px solid #5e6464;
  }
  .prdct-bnr > div{
    padding-left: 20px;
  }
  .rating-stars > input {
    display: none;
}
.stars-outer {
    display: inline-block;
    position: relative;
}
.stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005 ";
    font-family: "Font Awesome 5 Free";
    font-weight: 200;
    color: #f8bd31;
    letter-spacing: 5px;
}
.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0%;
}
.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f8bd31;
    letter-spacing: 5px;
}
.prdt-nme h1{
    font-size: 25px;
    font-weight: 600;
    color: #000000;
}
.product-ratting-sec{
    display: flex;
    align-items: center;
}
.totla-rating p{
    margin: 0;
    color: #4581ca;
    font-size: 18px;
}
.totla-rating p span{
    padding: 0px 10px;
}
.totla-rating{
    padding-left: 40px;
}
.product-size{
    padding-top: 20px;
}
.prodct-price p{
    margin: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.prodct-price p span{
    font-weight: 600;
    padding-left: 15px;
}
.prodct-price{
    padding-top: 20px;
}
.product-size h5{
    font-weight: 600;
}
.prodct-price p span{
    display: none;
}
.prodct-price p span.curnt{
    display: block;
}
.pro-size p.curnt{
    background: #149A49;
    color: #ffffff;
}
.pro-size{
    display: flex;
}
.pro-size p{
    border: 1px solid #000000;
    background: #e7e7e7;
    padding: 6px 15px;
    cursor: pointer;
    margin: 0px 5px;
}
.pro-size p:first-child{
    margin-left: 0;
}
.product-type{
    padding-top: 20px;
}
.product-type{
    display: flex;
    align-items: center;
}
.product-type img{
    display: block;
    flex-shrink: 0;
}
.product-type p{
    font-size: 18px;
    margin: 0;
    padding-left: 20px;
}
.product-type p span{
    font-weight: 600;
}
.about-product{
    padding-top: 20px;
}
.about-product ul{
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}
.about-product li{
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 15px;
    position: relative;
}
.about-product li::before{
    content: '';
    display: block;
    background: #1c994d;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}
.product-information{
    background: #eeeeee;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}
.product-information h3{
    font-size: 20px;
    font-weight: 600;
    color: #1c994d;
}
.product-information h5{
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    margin-top: 15px;
}
.product-information-table{
    width: 100%;
    max-width: 100%;
}
.product-information-table td{
    background-color: #fefefe;
    padding: 10px;
    border-bottom: 10px solid #eeeeee;
    width: 50%;
}
.produce-description-sec{
    padding: 40px 0px;
}
.description-text h3{
 color: #1c994d;
 font-size: 30px;
 font-weight: 900;
}
.description-text p{
    margin-bottom: 0px;
    margin-top: 20px;
    color: #262626;
}
.review-heading h3{
    color: #1c994d;
 font-size: 30px;
 font-weight: 900;
}
#review-form{
    margin-top: 20px;
    width: 400px;
    max-width: 400px;
}
#review-form textarea, #review-form input{
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    display: block;
    margin-bottom: 15px;
}
#review-form .btn{
    display: block;
    margin:10px 0px;
    padding: 5px 20px;
    background: #179A58;
    color: #ffffff;
    text-transform: initial;
}
.add-rating-stars > input {
    display: none;
}
.add-stars-outer {
    display: inline-block;
    position: relative;
}
.add-stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005 ";
    font-family: "Font Awesome 5 Free";
    font-weight: 200;
    color: #f8bd31;
    letter-spacing: 5px;
}
.add-stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0%;
}
.add-stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f8bd31;
    letter-spacing: 5px;
}
.add-stars-inner span{
    padding: 10px;
}
.user-reating-sec{
    padding: 40px 0px;
}
.user-reating-sec .container{
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 40px;
}
.username{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.username img{
    flex-shrink: 0;
}
.username h4{
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
}
.user-reating h3{
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
}
.user-reating{
    padding-bottom: 20px;
    display: none;
}
.feedback-btns{
    display: flex;
    align-items: center;
}
.feedback-btns button{
    background: transparent;
    color: #000000;
    border: none;
    padding: 6px 15px;
}
.feedback-btns button:first-child{
    border: 1px solid #000000;
    background: #e7e7e7;
}
.feedback-btns span{
    padding: 0px 10px;
}
.see-all{
    color: #0364c3;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.similar-product-sec{
    padding-top: 20px;
}
.similar-product-sec .hndg{
    color: #1c994d;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
}
.silimar-img{
    background: #ffc000;
    padding: 20px;
    border-radius: 5px;
}
.silimar-img img{
    max-width: 100%;
    width: 100%;
    box-shadow: 0px 5px 5px 2px #0009;
}
.similar-products-name h5{
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
}
.slimilar-products{
    background: #dfdfdf;
    padding: 40px 0px;
    position: relative;
}
#similar-products .owl-next{
    position: absolute;
    right: -60px;
    font-size: 40px;
    top: calc(50% - 60px);
}
#similar-products .owl-prev{
    position: absolute;
    left: -60px;
    font-size: 40px;
    top: calc(50% - 60px);
}

/* Get rating CSS */
.get-rating {
    position: relative;
	display: inline-block;
    overflow: hidden;
}
.get-rating i {
	color: #f8bd31;
}
.show-rating {
	position: absolute;
    top: 0;
    pointer-events: none;
    width: 0;
    overflow: hidden;
}

/* Get rating CSS End */
.organic-farm-shop-logo img{
    width: 100%;
}
.organic-farm-shop-logo{
    width: 220px;
    margin: 0 auto 20px;
}