@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
	height: auto;
}
/* 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:#000;
	text-align:center;
	overflow-x:hidden;
	font-family: "Montserrat", serif;
	font-weight:400;
	}
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: 100%;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1172px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.for-mob {display: none;}
.forMob,.forTab{ display:none ;}
.hide-mob{ display:block;}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom:70px;
	}
.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);
	background:#fff;
	}
.header {
	    padding: 14px 0;
    float: left;
    width: 100%;
    height: 70px;
    margin-top: -70px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    top: 70px;
}
.logo {
    float: left;
    max-width: 250px;
}
ul.nav {
	float: right;
    margin: 8px 0px 0 0;
}
ul.nav li {
	float: left;
	margin-right: 30px;
}
ul.nav li:last-child {
	margin-right:0;
}
ul.nav li a {
	color: #2d2d2d;
	font-size: 18px;
	line-height: 28px;
}
ul.nav li a:hover,ul.nav li a.active {color: #7fb714;}
p.hdrlist {
	float: right;
	padding: 9px 0 0 30px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	}
p.hdrlist a {
	color: #2d2d2d;
}
p.hdrlist img {
	position: absolute;
	top: 15px;
	left: 0;
}
ul.hdrlist li:last-child {
	padding: 0 0 0 13px;
	border-right: none;
}
#menu-wrapper {
	overflow: hidden;
	max-width: 40px;
	cursor: pointer;
	float: right;
}
#menu-wrapper #hamburger-menu {
	position: relative;
	width: 25px;
	height: 20px;
	margin: 18px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	color: black;
	background-color: #1ebc6c;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
	top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#menu-container .menu-list {
	padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    top: 60px;
    background: #d4841e;
    border-top: 1px solid #ffffff;
}
#menu-container .menu-list li a {
	font-weight: 600;
    font-size: 18px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    display: block;
    border-bottom: 1px dotted #ffffff;
}
#menu-container .menu-list li a.active {
	background: #333;
	color: #fff;
}

/*===BANNER===*/
.banner{
	background:url(../images/banner-bg.jpg) no-repeat top center;
	float: left;
	width: 100%;
	position: relative;
	background-size:cover;
	}
.banner_content{
	float: left;
    width: 52%;
    text-align: left;
    padding: 70px 0;
}
.banner_heading{
	font-size: 26px;
    line-height: 34px;
    color: #555;
    float: left;
    width: 100%;
    text-transform: capitalize;
	}
.banner_heading span {
    font-size: 60px;
    line-height: 60px;
    font-family: "Playfair", serif;
    display: block;
    color: #7fb714;
    margin-top: 5px;
    font-weight: 700;
}
.banner_txt{
    font-size: 22px;
    line-height: 32px;
    color: #474747;
    margin-top: 20px;
    letter-spacing: 0.5px;
	}
.common_btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	}
.common_btn_width{
	display: inline-block;
    vertical-align: top;
    width: 320px;
    height: 58px;
    font-size: 20px;
    line-height: 58px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 600;
    background: #7fb714;
    border-radius: 40px;
    text-align: center;
    font-family: inherit;
    border: none;
    outline: none;
    transition: all 0.3s;
    text-transform: capitalize;
    cursor: pointer;
    margin-top: 35px;
	}
.bnr_prodbox{
	position: absolute;
	top: 135px;
	right: 0;
	}
.bnr_prod{
	margin:0 auto 0;
	display:block;
	position:relative;
	z-index:1;
	}	
.bnr_prod_ing{
    position: absolute;
    left: -70px;
    bottom: 50px;
	}	
	
/*--------Banner Strip--------*/
.banner_strip{
	float: left;
	width: 100%;
	padding: 40px 0 20px;
	
background: rgb(245,250,251);
background: -moz-linear-gradient(180deg, rgba(245,250,251,1) 0%, rgba(255,255,255,1) 76%);
background: -webkit-linear-gradient(180deg, rgba(245,250,251,1) 0%, rgba(255,255,255,1) 76%);
background: linear-gradient(180deg, rgba(245,250,251,1) 0%, rgba(255,255,255,1) 76%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5fafb",endColorstr="#ffffff",GradientType=1);
	}
.banner_strip_block{
	width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: left;
    row-gap: 20px;
	}
.bnr_strip_box{
	width:25%;
	padding:0 5px;
	}
.bnr_strip_box img{
	display: block;
    margin: 0 auto;
    max-width: 80px;
	}
.bnr_strip_box h3{
	font-size: 26px;
	line-height: 26px;
	color: #7fb714;
	font-weight: bold;
	font-family: "Playfair", serif;
	margin-top: 10px;	
	}
.bnr_strip_box p{
	font-size: 17px;
    line-height: 26px;
    color: #000;
    margin-top: 10px;	
	}	

	
/*===SECTION1===*/
.section1{
	background:#fff;
    float: left;
    width: 100%;
    padding: 40px 0 25px;
	}
.sec1_content{
	float:right;
	width:56%;
	text-align:left;
	}	
.common_heading{
	font-size: 32px;
    line-height: 42px;
    color: #666;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
	}
.common_heading span {
    display: block;
    font-family: "Playfair", serif;
    color: #7fb714;
    font-size: 50px;
    line-height: 60px;
} 
.common_txt{
	    font-size: 17px;
    line-height: 28px;
    color: #000;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
	}
.sec1_prod{
	position: absolute;
	top: 40px;
	left: 0;
	max-width: 490px;
}

.ingredients_block{
	    margin: 190px auto 40px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: left;
	}
.ingredients_box{
	width:48.5%;
	position:relative;
	}
.ing_inner_content{
    position: relative;
    background: rgba(242,243,244,0.9);
    border-radius: 22px;
    padding: 0 50px 40px;
    z-index: 2;
	}	
.ing_bnr_imgs{
	margin:-135px auto 0;
	border-radius:50%;
	box-shadow:0 0 6px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 6px 2px rgba(0,0,0,0.1);
	border:10px solid #fff;
	}
.ingredients_box h3{
	font-size: 28px;
	line-height: 32px;
	color: #7fb714;
	font-family: "Playfair", serif;
	margin-top: 15px;	
	}	
.ingredients_box p{
	    font-size: 17px;
    line-height: 26px;
    color: #000;
    margin-top: 10px;
    padding: 0 10px;	
	}
a.ing_btn{
	background:#cae69a;
	color:#7fb714;
	}		
.ing_img1{
    position: absolute;
    top: -50px;
    right: 2px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    width: 160px;
	z-index:1;
	}
.ing_img2{
    position: absolute;
    bottom: -50px;
    right: 2px;
	z-index:1;
	}
	
.supplement_box{
	margin:80px auto 0;
	width:100%;
	border-radius:22px;
	overflow:hidden;
	position:relative;
	z-index:3;
background: #cae69a;
 	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.supl_prodbox{
	width: 28%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;	
	}	
.s1_model{
	display:inline-block;
	vertical-align:middle;
	}	
.s1_prod{
	position: absolute;
    max-width: 290px;
    top: 50px;
    left: 290px;
	}	
.supl_content{
	width: 67%;
	text-align: left;
	padding:40px 50px 40px 0;
	}	
.white_text{ color:#fff;}	
.supl_content .common_btn_box{ margin-top:30px;}	
	
/*=========SECTION2========*/
.section2{
	background:#fff;
	float:left;
	width:100%;
	padding:40px 0 50px;
	}
.pkg_block{
	width:100%;
	margin:0 auto 0;
	
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.pkg_box{
	width:32%;
	background:#f1f1f1;
	padding:0 20px 30px;
	position:relative;
	border-radius:30px;
	text-align:center;
	margin-top:180px;
}
.prod-list .pkg_box {
    width: 32%;
}
.pkg_prod_box{
	margin: -120px auto 0;
	display: block;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background: #cae69a;
	padding-top: 10px;
	position:relative;
	}
.pkg_prod_box img{
	position: absolute;
	max-width: 350px;
	left: 50%;
	transform: translateX(-50%);
	top: -30px;
	}	
.pkg_cont_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
.pkg_prod_name{
	font-size: 28px;
    line-height: 36px;
    color: #7fb714;
    font-family: "Playfair", serif;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
	}
.pkg_prod_qty{
	display: inline-block;
    vertical-align: top;
    background: #fff;
    font-size: 16px;
    line-height: 16px;
    color: #7fb714;
    text-transform: uppercase;
    padding: 3px 18px;
    border-radius: 20px;
    margin-top: 5px;
	}	
.pkg_prod_qty span{ font-weight:bold;}				
.pkg_prod_price{
	font-size:30px;
	line-height:30px;
	color:#7fb714;
	font-weight:bold;
	margin-top:14px;
	}
.pkg_btn_box{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 15px;
	}
.pkg_btn_width{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 175px;
	}
.pkg_box .pkg_btn {
    margin-top: 20px;
}
	
/*=========SECTION3========*/	
.section3{
	background: #fafff1;
	float: left;
	width: 100%;
	padding: 50px 0 60px;
	text-align: center;
	}	
.sec3_content{
	float: left;
	width: 54%;
	text-align: left;
	}
.sec3_content .common_txt{width: 82%;}

.sec3_block{
	margin:0 auto 0;
	width:100%;
	
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	}
.sec3_box{
	width:49%;
	margin-top:40px;
	position:relative;
	}
.sec3_box_content{
	display:inline-block;
	vertical-align:middle;
	width: calc(100% - 87px);
	background:#cae69a;
	border-radius:22px;
	padding:50px 30px 50px 120px;
	text-align:left;	
	margin-left:87px;
	}	
.s3-bnr-imgs{
	position:absolute;
	top:50%;
	left:0;
	border-radius:50%;
	margin-top:-87px;
	}	
.sec3_box_content h3{
        font-size: 28px;
    line-height: 30px;
    color: #7fb714;
    font-family: "Playfair", serif;
	}		
.sec3_box_content p{
        font-size: 17px;
    line-height: 26px;
    color: #000;
    margin-top: 10px;
	}
.s3-bnr-big-img{
	position: absolute;
    bottom: -40px;
    left: 40px;	
	}	

/*================FOOTER===================*/
footer {
	background: #ffffff;
    padding: 20px 0;
    float: left;
    width: 100%;
	text-align:center;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
	max-width: 230px;
}
.ftr-cont-info{
	display: inline-block;
    width: 32%;
    text-align: center;
    margin-top: 30px;
}
.ftr-cont-info li, .ftr-cop-info li{
	display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 2px 0;
    width: 100%;
    line-height: 24px;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	position:absolute;
	top:6px;
	left: auto;
	margin-left: -20px;
	}
.ftr-cont-info li span, .ftr-cop-info span, ul.ftrlist li span{ text-transform:uppercase; font-weight:600;}

.ftr-cop-info{
	display: inline-block;
	width: 70%;
	margin-top: 10px;
	}
.ftr-cop-info li span, ul.ftrlist li span{
	font-size:18px;
	display:block;
	float:left;
	width:100%;
	}
.ftr-cop-info li{
	float: left;
	width: 100%;
	line-height: 29px;
	}
ul.ftrlist {
	display: inline-block;
	width: 100%;
	margin: 10px 0px 20px;
}
ul.ftrlist li {
	display: inline-block;
	padding: 0 14px 0 12px;
	border-right: 1px solid #e1e1e1;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	text-align: center;
	vertical-align: top;
}
ul.ftrlist li:first-child {
    width: 100%; border:none;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #7fb714;
    padding: 8px 0 0 0;
}
.disclmr{
	    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding: 15px;
    background: #7fb714;
    color: #fff;
}
.disclmr a { color:#fff; text-decoration:underline;}
.ftr-rgt {
    float: right;
    width: 100%;
}


/*****************************/
/*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: #662d91;
    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 #662d91;
}
.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;
    opacity: 0.3;
    background: #000;
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #113230;
    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: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #15f187;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #ff4747;
}
.yes-btn {
	
}
@media only screen and (max-width: 640px){
	.pop-innr{ width:100%;}
	.pop-btn{ float:left; width:100%;}
}