@charset "utf-8";

/* Simple fluid media

   Note: Fluid media requires that you remove the media's height and width attributes from the HTML

   http://www.alistapart.com/articles/fluid-images/ 

*/

img, object, embed, video {

	max-width: 100%;

}

/* IE 6 does not support max-width so default to width 100% */

.ie6 img {

	width: 100%;

}

body {

	top:0;

	bottom:0;

	left:0;

	right:0;

	margin:auto;

	padding:0;

	background:#fff;

	color:#000000;

	text-align:center;

	font-family: 'PT Serif', serif;

	font-weight: normal;

	}

p, h1, h2, h3, h4, h5, ul {

	padding: 0;

	margin: 0;

}

li {

	list-style: none;

}

a {

	text-decoration: none;

}

.clearall {

	clear: both;

	height: 1px;

	width: auto;

}

* {

	box-sizing: border-box;

}

.container {

	width: 1170px;

	height: auto;

	margin: 0 auto;

	padding: 0;

	position:relative;

}

/*=========================

CSS FOR HEADER

===========================*/

.top-strip{

	float:left;

	width:100%;

	color:#ffffff;

	font-size:16px;

	line-height:18px;

	padding:7px 0;

	background:#8bae93;

	letter-spacing:1px;

	}

.top-fix-bar {

    float: left;

    width: 100%;

    margin-bottom:90px;

	}

.header{

	float:left;

	width:100%;

	background:#fff;

	height:104px;

	margin-top: -90px;

    position: relative;

	border-bottom: 1px solid #e1e1e1;

    top:90px;

	}

.fixed-nav .header{

	position: fixed;

	z-index: 10;

	top: 0;

	-webkit-transition: margin .3s ease-out;

    transition: margin .3s ease-out;

	margin-top:0;

	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);

	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);

	}

.header-left,.header-right {

	display: inline-block;

	vertical-align: middle;

	padding: 30px 0;

	}

.header ul, .header ul li {

    display: inline-block;

    vertical-align: middle;

	}

.header ul li a {

    display: inline-block;

    vertical-align: middle;

    color: #2d2d2d;

    font-size: 16px;

    padding:0 35px;

    border-right:1px solid #ccc;

	text-transform:uppercase;

	}

.header ul li a:hover,.header ul li a.active{color:#8bae93;text-decoration: none;}

.header ul li:last-child a{ border:none;}

.logo{

	    display: inline-block;

    vertical-align: middle;

    padding: 14px 30px 0;

    max-width: 266px;



	}



.top-rit {

    float: right;

    margin:35px 0 0;

	}

.cart-p {

    float: right;

    position: relative;

    padding-right:20px;

	}

.top-bar-ic-1, .top-bar-ic-2 {

    float: right;

	}

.cart-p span {

    position: absolute;

    right: 0;

    top: -6px;

    width: 17px;

    height: 17px;

    background: #4bb447;

    border-radius: 50%;

    color: #fff;

    font-size: 13px;

    line-height: 15px;

    font-weight: normal;

    padding: 2px 0 0;

	}



/*==========banner==============*/

.banner{

	float:left;

	width:100%;

	text-align:center;

	background:url(../images/banner-bg.jpg) no-repeat center top;

	padding:45px 0;

	overflow: hidden;

	background-size:cover;

	}

.bnr-strip-txt{

	display: inline-block;

    vertical-align: middle;

    background: #6e9277;

    width: 350px;

    max-width: 100%;

    font-size: 24px;

    line-height: 28px;

    color: #ffffff;

    border-radius: 20px;

    letter-spacing: 1px;

    padding: 5px;

	}

.bnrHdng{

	font-size:50px;

	line-height:55px;

	font-weight:bold;

	color:#000;

	margin-top:20px;

	}

.bnr-subHdng{

	display:inline-block;

	vertical-align:middle;

	font-size: 40px;

    line-height: 45px;

	color:#020202;

	margin:10px 0 0;

	}

.bnr-subHdng img{

	display:inline-block;

	vertical-align:middle;

	}

.bnr-txt1{

	font-size: 18px;

	line-height: 30px;

	color:#020202;

	font-weight: bold;

	max-width: 68%;

	display: inline-block;

	}

.dots{

	display:block;

	margin:15px auto;

	}

.bnr-arw{

	display:block;

	margin:25px auto;

	}

a.odr-btn{

	display:block;

	margin:0 auto;

	max-width:275px;

	height:55px;

	line-height:55px;

	background:#6e9277;

	border-radius:40px;

	color:#ffffff;

	font-size:23px;

	text-transform:uppercase;

	letter-spacing:2px;

	font-family: 'PT Serif', serif;

	}

.feature-logos{

	float:left;

	width:100%;

	background:#fff;

	padding:20px 0;

	text-align:center;

	border-bottom:1px solid #ccc;

	}

.feature-logos p{

	font-size:18px;

	line-height:22px;

	color:#2d2d2d;

	letter-spacing:1px;

	}

.futrs-logo-img{

	display:inline-block;

	vertical-align:middle;

	margin:10px 0 0;

	max-width:100%;

	}

.bnr-prod1, .bnr-prod2, .bnr-prod3, .bnr-prod4 {

    position: absolute;

    top: 65px;

    left: -100px;

    transform: rotate(-20deg);

	-webkit-transform: rotate(-20deg);

    max-width: 290px;


}

.bnr-prod2 {

	top: -34px;

    left: 70px;

    transform: rotate(32deg);

	-webkit-transform: rotate(32deg);

    max-width: 150px;

}

.bnr-prod3 {

    top: 120px;

    right: -70px;

    transform: rotate(20deg);

    -webkit-transform: rotate(20deg);

    max-width: 330px;

    left: auto;

}

.bnr-prod4 {

	top: -40px;

	right: 0px;

	transform: rotate(-40deg);

	max-width: 170px;

	left: auto;

}

/*=============sectionOne============*/

.sectionOne{

	float:left;

	width:100%;

	}

.s1-left{

	float:left;

	width:50%;

	text-align:left;

	padding:50px 0 110px;

	}

.comnHdng{

	font-size:40px;

	line-height:46px;

	text-transform: capitalize;

	color:#6e9277;

	}

.comn-subHdng{

	font-size: 24px;

    line-height: 28px;

    color:#000;

    margin-top: 5px;

    padding-bottom: 15px;

    border-bottom: 1px solid #e7f9fe;

	text-transform:capitalize;

	}

.sec-strip .comn-subHdng{ 

	color:#050505;

    font-weight: bold;

    margin-bottom: 10px;

	}

.comn-para{

	font-size:18px;

	line-height:26px;

	color:#000;

	margin-top:25px;

	}

.s1-img{

	position: absolute;

	right: 0;

	top: 42px;
	height: 400px;

	}

a.learn-btn{

	display:inline-block;

	vertical-align:middle;

	max-width:275px;

	width:100%;

	height:55px;

	line-height:55px;

	border:1px solid #0e0e0e;

	border-radius:40px;

	margin-top:50px;

	text-align:center;

	font-size:24px;

	color:#000;

	text-transform:uppercase;

	letter-spacing:1px;

	font-family: 'PT Serif', serif;

	}

.sectionThree .view-btn{ max-width:470px;}

a.learn-btn img{

	display:inline-block;

	}

/*==============sec-strip========*/

.sec-strip{

	float: right;

    width: 100%;

    padding: 30px 0 40px;

    background: url(../images/sec-strip-bg.jpg) no-repeat center top;
	background-size: cover;

	}

.sec-strip ul{

	float: left;

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    row-gap: 15px;

    margin: 30px 0 0;

	}

.sec-strip ul li{

	float:left;

    width: 25%;

	padding:0 20px;

    text-align: center;

    font-size: 18px;

    line-height: 26px;

    font-weight: bold;

    color: #2d2d2d;

    position: relative;

    text-transform: none;

	}

.sec-strip ul li img{

	display:block;

	margin:0 auto 15px;

	}

.sec-strip ul li:after{

	position:absolute;

	content:"";

	right:0;

	width:1px;

	height:68px;

	background:#e1e1e1;

	top:30px;

	}

.sec-strip ul li:last-child:after{ display:none;}



/*============sectionTwo============*/

.sectionTwo{

	float:left;

	width:100%;

	}

.s2-right{

	float:right;

	width:48%;

	text-align:left;

	padding:90px 0 110px;

	}

.s2-img{

	position:absolute;

	left:0;

	top:30px;

	}

ul.s2-list{

	float:left;

	width:100%;

	margin-top:40px;

	}

ul.s2-list li{

	float:left;

	width:33.33%;

	padding-left:10px;

	font-size:18px;

	line-height:20px;

	color:#2d2d2d;

	font-weight:bold;

	text-align:left;

	border-left:2px solid #8bae93;

	}

/*==========sectionThree==========*/

.sectionThree {

    float: left;

    width: 100%;

    padding: 90px 0;

    background: #ffffff;

}

.s3-subHdng{

	font-size: 22px;

    line-height: 28px;

    color:#7e690d;

    margin-top:10px;

	}

ul.prod-list{

	    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    margin-top: 60px;

    float: left;

    width: 100%;

    row-gap: 20px;

    column-gap: 15px;

	}

ul.prod-list li{

	width: 44%;

    text-align: center;

    border: 1px solid #000;

    background:#fff;

    padding: 25px 10px;

    position: relative;

    float: left;

	}

.s4l1-img {

    display: inline-block;

    max-width: 430px;

    position: relative;

    z-index: 9;

}



.s4l1-img:nth-child(2), .s4l1-img:nth-child(3), .s4l1-img:nth-child(4), .s4l1-img:nth-child(5) {

    position: absolute;

    left: 9%;

    top: 8px;

    width: 120px;

    z-index: 4;

	}

.s4l1-img:nth-child(3) {left:auto; right: 11%;}

.s4l1-img:nth-child(4), .s4l1-img:nth-child(5) {left: 5%;top: 40px;width: 110px;z-index: 3;}

.s4l1-img:nth-child(5) {left:auto;right:5%;}

.cbd-prod{

	display: block;

    margin: 0 auto;

    max-width: 100%;

	width:230px;

	}

ul.prod-list li span{

	font-size:22px;

	line-height:26px;

	color:#2d2d2d;

	font-weight:bold;

	margin-top:5px;

	display: block;

	}

ul.prod-list li p{

	font-size: 18px;

	line-height: 24px;

	color: #585858;

	margin-top: 5px;

	}

ul.prod-list li p.price{

	font-size: 28px;

	font-weight: bold;

	color: #8bae93;

	margin: 10px 0 0;

	min-height: auto;

}

a.shop-btn{

	max-width:165px;

	height:50px;

	line-height:50px;

	font-size:17px;

	margin-top:20px;

	font-weight:bold;

	background:#fff;

	}

a.shop-btn img {

    width: 16px;

	}

/*==========sectionFive===========*/

.sectionFive{

	float:left;

	width:100%;

	padding:90px 0;

	background:#eef7f1;

	}

ul.s5-testi-list{

	float:left;

	width:100%;

	margin-top:50px;

	padding:0 30px;

	}

ul.s5-testi-list li{

	float:left;

	width:30.33%;

	margin-left:3%;

	text-align:left;

	}

.testi-box{

	float:left;

	width:100%;

	background:#fff;

	border:1px solid #d9e6de;

	border-radius:6px 6px 0 0;

	padding:15px 15px 40px;

	font-size:18px;

	min-height:239px;

	line-height:26px;

	color:#2d2d2d;

	position:relative;

	}

.testi-box:after{

    position: absolute;

    content: "";

    left:-3px;

    bottom: -15px;

    background:url(../images/testi-box-bdr.png) no-repeat center center;

	width:18px;

	height:15px;

	}

.testi-dtls{

	float:left;

	width:100%;

	position:relative;

	padding:10px 0 0 100px;

	margin-top:30px;

	}

.model{

	position:absolute;

	left:0;

	top:0;

	}

.testi-name{

	font-size:20px;

	color:#8bae93;

	font-weight:bold;

	}

.testi-veryfied{

	font-size:14px;

	color: #2d2d2d;

	}

.star{

	float:left;

	margin-top:8px;

	}

.s5-txt{

	display:inline-block;

	vertical-align:middle;

	font-size:22px;

	line-height:24px;

	padding:10px 0;

	font-weight:bold;

	border-bottom:1px solid #b5b5b5;

	border-top:1px solid #b5b5b5;

	margin-top:40px;

	}

/*================sectionSix==========*/	

.sectionSix{

	float:left;

	width:100%;

	padding:60px 0;

	}

.s6-subHdng{

	color:#2d2d2d;

	margin-top:20px;

	}	

.email-field{

	display:inline-block;

	vertical-align:middle;

	width:50%;

	margin-top:30px;

	border:1px solid #8bae93;

	border-radius:40px;

	height:55px;

	line-height:45px;

	padding:4px 5px 4px 35px;

	text-align:left;

	}

.email-field input{

	float: left;

    width: 60%;

	border:none;

	outline:none;

	color:#000;

	font-size:16px;

	line-height:45px;

	font-family: 'PT Serif', serif;

	}

a.sign-up{

	float:right;

	width:35%;

	vertical-align:middle;

	height:45px;

	line-height:45px;

	text-align:center;

	background:#8bae93;

	border-radius:40px;

	color:#ffffff;

	font-size:20px;

	text-transform:uppercase;

	font-family: 'PT Serif', serif;

	}

a.sign-up img{

	display:inline-block;

	vertical-align:middle;

	margin-left:10px;

	margin-top:-5px;

	}

	

.social-strip{

	float:left;

	width:100%;

	background:#8bae93;

	}

.social-strip ul{

	float:left;

	width:100%;

	}	

.social-strip ul li{

	float:left;

	width:28%;

	margin-left:4%;

	padding:30px 0 30px 60px;

	text-align:left;

	position:relative;

	font-size:18px;

	letter-spacing:1px;

	color:#fefefe;

	border-right:1px solid #77a958;

	}	

.social-strip ul li img{

	position:absolute;

	left:0;

	top:20px;

	}

.social-strip ul li:nth-child(2){ margin-left:8%;}

.social-strip ul li:last-child{ border:none;}

/*================FOOTER===================*/

.footer{

	float: left;

    width: 100%;

    padding: 40px 0 20px;

    box-shadow: 0 0 7px #d2d2d2;

	}

.ftr-logo{

	float:left;

	width:25%;

	text-align:center;

	padding:60px 0 0;

	}

.ftr-logo img{

	display:inline-block;

	vertical-align:middle;

	max-width:100%;

	}

.ftr-box1{

	float: left;

	width: 18%;

	text-align: center;

	}

.ftr-p1{

	font-size:16px;

	line-height:20px;

	color:#141414;

	font-weight:bold;

	text-transform:uppercase;

	letter-spacing:1px;

	}

ul.ftr-list{

	float:left;

	width:100%;

	margin-top:20px;

	}

ul.ftr-list li{

	float:left;

	width:100%;

	font-size:15px;

	color:#282828;

	line-height:26px;

	text-align:left;

	}

.ftr-box3 {

    width: 46%;

}

.ftr-p2{

	font-size: 18px;

	line-height: 34px;

	color: #282828;

	margin: 10px 0 0;

	}

.cards{

	float:left;

	margin-top:15px;

	max-width:100%;

	}

.ftr-box4{

	float: right;

    margin-top: 57px;

	}

.ftr-txt-box{

	float:left;

	width:100%;

	border:1px solid #ccc;

	padding:30px;

	margin-top:30px;

	font-size:14px;

	line-height:22px;

	color:#282828;

	text-align:center;

	}

.ftr-txt2{

	float:left;

	margin-top:20px;

	font-size:15px;

	line-height:25px;

	color:#282828;

	text-align:left;

	}

.ftr-txt3{

	float:right;

	margin-top:20px;

	font-size:15px;

	line-height:25px;

	color:#282828;

	text-align:right;

	}

.ftr-txt3 a{

	color:#282828;

	}





/*****************************/

/*TERMS- PRIVACY*/



.tems_bg {

	float: left;

	width: 100%;

	padding: 40px 0;

}

.trm-bx {

	background: #fff;

	width: 100%;

	float: left;

	text-align: left;

}

.trm-bx h1 {

	line-height: 30px;

    color: #8bae93;

    margin: 0;

    padding: 0px 0 10px;

    font-size: 22px;

    float: left;

    width: 100%;

    margin-top: 0px;

    margin-bottom: 20px;

    font-weight: 700;

    border-bottom: 5px solid #231f20;

}

.trm-bx h3 {

	line-height: 28px;

	text-align: left;

	font-size: 24px;

	float: left;

	width: 100%;

	margin: 0px 0 15px;

	color: #000;

	font-weight: 600;

}

.trm-bx li {

	font-size: 16px;

    line-height: 24px;

    float: left;

    width: 100%;

    list-style: decimal;

}

.trm-bx ol li {

    list-style: lower-roman;

}

.trm-bx li ol li {

    list-style: lower-alpha;

}

.trm-bx strong {

	text-transform: capitalize;

}

.trm-bx span {

	text-transform: capitalize;

    display: block;

    font-weight: 700;

    margin-bottom: 5px;

}

.trm-bx p {

	font-size: 16px;

	line-height: 24px;

	float: left;

	width: 100%;

	margin-bottom: 10px;

	font-weight: 400;

}

.trm-bx h4, .trm-bx h5 {

	    font-size: 22px;

    float: left;

    width: 100%;

    margin: 0px 0 10px;

    font-weight: 500;

    line-height: 30px;

}

.ingr-lst h4 {

    text-align: center;

}

.ingr-lst img {

    display: block;

    margin: 0 auto 20px;

    max-width: 530px;

    width: 100%;

}

.trm-bx h5 {

	font-size: 20px;

	font-weight: 500;

}

.privacy-list {

	padding: 0 0 0 30px

}

.privacy-list li {

	font-weight: bold;

}

.privacy-list li p {

	font-weight: normal;

	margin-top: 10px;

}

.mrg-tp {

	margin: 15px 0 !important;

	float: left;

	width: 100%

}

.trm-txt {

	float: left;

	width: 100%;

	background: #fff;

	padding: 20px 20px

}

.disclr-bx {

	border: 2px solid #000;

	padding: 10px;

	font-weight: 500;

	float: left;

	width: 100%;

	margin: 0;

}

.disclr-bx p {

	margin-bottom: 0;

	font-weight: bold;

}

.trm-bx ol, .trm-bx ul {

	margin-bottom: 20px;

    float: left;

    width: 100%;

    font-weight: 400;

    padding: 0 20px;

    display: flex;

    flex-wrap: wrap;

    row-gap: 10px;

}

.trm-bx .disclmr {

	width: 100% !important;

}

.trm-bx table {

    float: left;

    width: 100%;

    border-collapse: collapse;

}

.trm-bx table td, .trm-bx table th {

    padding: 14px;

    border: 1px solid #ccc;

}

/********************************/

.age-pop-overlay {

	width: 100%;

	height: 100%;

	position: fixed;

	z-index: 9999;

	left: 0;

	top: 0

}

.pop-up-bg {

	width: 100% ;

	height: 100% ;

	position: fixed ;

	left: 0px ;

	top: 0px ;

	margin: 0px ;

	padding: 0px ;

	z-index: 9999600 ;

	border: 0px;

	background: rgba(0, 0, 0, 0.8);

}

.pop-up-bg-in {

	position: fixed;

    bottom: 0px;

    padding: 0px;

    margin: 0px;

    border: 0px;

    background: #000;

    transition: left 1s ease 0s;

    z-index: 10000010;

    left: 50%;

    width: 100%;

    transform: translateX(-50%);

    text-align: center;

    display: flex;

    justify-content: center;

}

.pop-up-left {

	width: 100% ;

	height: 100% ;

	position: fixed ;

	left: 0px ;

	top: 0px ;

	border: 0px;

	background-color: rgb(0, 0, 0) ;

	display: none ;

	opacity: 0.8 ;

	z-index: 10000001 ;

}

.pop-up-left-txt {

	font-size: 16px;

    box-sizing: initial;

    overflow-wrap: break-word;

    transition: left 1s ease 0s;

    display: flex;

    text-align: left;

    padding: 20px;

    line-height: 24px;

    color: #fff;

    float: left;

    width: 100%;

    justify-content: center;

    align-items: center;

    max-width: 1000px;

	flex-wrap: wrap;

}

.pop-innr {

    display: inline-block;

    vertical-align: middle;

    width: calc(100% - 200px);

}

.pop-btn {

    display: inline-block;

    vertical-align: middle;

    width: 200px;

}

.pop-up-left-txt span{

	font-weight: 700;

    font-size: 24px;

    margin-bottom: 15px;

    display: block;

	}

.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}

.yes-btn, .no-btn {

       cursor: pointer;

    margin-top: 10px;

    height: 40px;

    color:#0f0e0e;

    font-size: 16px;

    text-align: center;

    font-weight: 700;

    outline: none;

    box-shadow: none;

    border:2px solid #f1f7f3;

    background:#6e9277;

    appearance: none;

    transition: left 1sease 0s;

    display: inline-block;

    padding: 10px 20px;

    line-height: 16px;

    border-radius: 5px;

}

.no-btn {

    background:#fff4df;

	border:none;

}

.yes-btn {

	

}

