@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%;
	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: 'Segoe UI';
	font-weight: 400;
	font-style: 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;
}
.for-mob {display: none;}
.forMob,.forTab{ display:none ;}
.hide-mob{ display:block;}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom:80px;
	}
.header{
	    float: left;
    width: 100%;
    background: #fff;
    height: 80px;
    margin-top: -80px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    top: 80px;
    padding: 14px 0
}
.fixed-nav .header{
	position: fixed;
	z-index: 9999999999;
	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 {}
.logo {
	float: left;
	max-width: 280px;
	margin: 0px 0 0;
}
ul.nav {
	float: right;
    margin: 13px 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: #447649;
    text-decoration: underline;
}
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
------------------------*/	
.banner{
	float: left;
    width: 100%;
    padding: 0px 0 0px;
    background: url(../images/banner-back.jpg)#fff no-repeat center top;
    background-size: cover;
	height:1095px;
	}
.banner_left{
	float:left;
	width:48%;
	position:relative;
	margin-top:80px;
	}
.banner_right{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 654px 0 0;
	}
.banner_product{
	position: absolute;
    top: 130px;
    left: 220px;
    max-width: 280px;
	}
.banner_product1{
	position: absolute;
    top: -20px;
    left: -60px;
    max-width: 280px;
    transform: rotate(28deg);
	filter: drop-shadow(-12px 4px 6px #c1c1c1);
	}

.banner_rating, .banner_rating2{
    font-size: 80px;
    line-height: 88px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10.5px;
    position: absolute;
    top: 220px;
    left: -200px;
    transform: rotate(-90deg);
	}
.banner_rating2{
	left:auto;
	right: -200px;
	}
.banner_rating img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 7px 0 0;
	width:86px;
	}
.banner_heading{
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    font-family: 'Tekton Pro';
    margin-top: 0;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
	}
.banner_heading span{display: block;
    font-size: 38px;
    line-height: 50px;}	
.banner_text{
	display: inline-block;
    width: 68%;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 0px;
    margin-top: 5px;
}
.banner_point_head{
	color:#000;
	font-size:24px;
	line-height:24px;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:25px;
	}
.banner_points{
	float:left;
	width:100%;
	margin-top:20px;
	}
.banner_points li{
	    float: left;
    width: 100%;
    margin-top: 10px;
    padding-left: 30px;
    background: url(../images/banner-check.png) no-repeat 0 4px;
    color: #000;
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.button_box{
	float:left;
	width:100%;
	margin-top:30px;
	}
.button_width{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 248px;
    text-align: center;
	}
.deal-text{
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	}
.deal-text img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 6px 0 0;
	width:18px;
	}
.common_button{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 56px;
    background: #65976a;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
	}
.common_button img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	}
.banr_product{
	position: absolute;
    top: 420px;
    left: 43%;
    max-width: 350px;
    transform: translateX(-50%);
	}
.banr_product2{
	position: absolute;
    top: 420px;
    left: 58%;
    max-width: 350px;
    transform: translateX(-50%);
    z-index: 1;
}
/*-----------------------
Section-Bnr-strip
------------------------*/
.bnr-strip{
	float:left;
	width:100%;
	padding:50px 0;
	background:#fff;
	}
.bnr-strip_innr{
	display: inline-block;
    width: 100%;
    margin-top: -80px;
	}
ul.bnr-lst{
    float: left;
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 12px;
    margin-bottom: 0px;
	}
ul.bnr-lst li{
    float: left;
    width: 32%;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #141414;
    padding: 0px 5px;
	}
ul.bnr-lst li span{
	display: block;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #000;
    font-family: 'Tekton Pro';
	}
ul.bnr-lst li img{
	max-width: 138px;
    display: block;
    margin: 0 auto 10px;
}
/*-----------------------
Section-1
------------------------*/
.section-1{
    background: #fff;
    float: left;
    width: 100%;
    padding:45px 0 60px;
    position: relative;
    overflow: hidden;
	}
.section1_left{
	float: left;
    width: 48%;
    text-align: left;
}	
.common_heading{
	font-size: 50px;
    line-height: 58px;
    color: #000;
    font-weight: 700;
    font-family: 'Tekton Pro';
    display: inline-block;
    width: 100%;
	}	
.common_text{	
    font-size: 18px;
    line-height: 28px;
    color: #101010;
    letter-spacing: 0px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}	
.red_color{ color:#ff0000;}	
.semibold{ font-weight:600;}	
.section1-vs-img{
	max-width: 590px;
    position: absolute;
    top: 120px;
    right: 0;
	}	
ul.sec1-lst{
    float: left;
    width: 90%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 12px;
    margin-bottom: 50px;
	}
ul.sec1-lst li{
	float:left;
	width:32%;
	text-align:center;
	position:relative;
	z-index:1;
	}
ul.sec1-lst li:after{
    position: absolute;
    content: "";
    background: url(../images/shape-arws.png);
    width: 41px;
    height: 50px;
    top: 46%;
    right: -25px;
	}
ul.sec1-lst li:last-child:after{ display:none;}
ul.sec1-lst li img{
	display: inline-block;
    vertical-align: middle;
    margin: 30px 0 0;
	}	
.li_keto1{    
    position: absolute;
    top: 85px;
    right: 23%;
    max-width: 375px;
    z-index: 1;
}
ul.sec1-lst2{
	float: left;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
    margin-bottom: 0px;
}
ul.sec1-lst2 li{
	float: left;
    width: 32%;
    text-align: left;
    position: relative;
    z-index: 1;
    padding: 30px 26px;
    background: #fffaf3;
    border-radius: 8px;
    font-size: 18px;
    line-height: 28px;
	}
ul.sec1-lst2 li p{
	font-weight:300;
	margin-bottom:0px;
	color:#1d1d1d;
	font-size:18px;
	line-height:28px;
	}
ul.sec1-lst2 li p span{
	display: block;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1d1d1d;
    font-size: 22px;
    line-height: 30px;
	}
ul.sec1-lst2 li img{
	display:block;
	margin:0 0 15px;
	}
ul.sec1-lst2 li:nth-child(2){ background:#f2f8fa;}
ul.sec1-lst2 li:last-child{  }
/************SECTION2************/
.section-2{
	/*background:url(../images/section2-back.jpg)#f0f8f3 no-repeat center top;*/
	float:left;
	width:100%;
	padding:60px 0px;
	position:relative;
	background:#fff;
	}
.common_sub_heading{
	font-size:28px;
	line-height:34px;
	color:#139248;
	font-weight:600;
	margin-bottom:10px;
	}	
.section2_block{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0px 0px;
    position: relative;
	text-align: center;
	}	
.section2_block_right{
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
    padding-bottom: 0;
	}
.section2-ingredient{
    position: absolute;
    top: 186px;
    left: 50%;
    transform: translateX(-50%);
	}		
ul.section2_list{
	float: left;
    width: 100%;
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 15px;
	}	
ul.section2_list li{
    float: left;
    width: 35%;
    text-align: left;
    margin-top: 0px;
    position: relative;
    padding: 35px 40px 40px 50px;
    background: #f7f7f7;
    border-radius: 120px 0 0 0;
	}
ul.section2_list li:last-child{ background:#f7f7f7; border-radius: 0px 120px 0px 0px; text-align:right; padding: 35px 50px 40px 40px;}	
ul.section2_list li img{
    position: absolute;
    top: 0px;
    left: 0px;
}
ul.section2_list li:last-child img{ left:auto; right:0;}
.sec2_list-inner{}	
ul.section2_list li:last-child .sec2_list-inner{ }	
ul.section2_list li h3{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}	
ul.section2_list li p{
    font-size: 20px;
    line-height: 30px;
    color: #141414;
    margin-top: 0px;
}	
ul.section2_list li p span{
    display: block;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'Tekton Pro';
    padding-left: 65px;
	}
ul.section2_list li:last-child span{ padding-right:65px; padding-left:0;}
.section2_text1{
	font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
	margin-top:40px;	
	}	
.p1-sec2, .p1-sec4 {
	padding: 0 20px;
	color: #139248;
	text-align: center;
	width: auto;
	display: inline-block;
}
.p1-sec2 {
	background: #eeeeee;
}
.p2-sec2 {
	text-align: center;
}
.p3-sec2 {
    display: inline-block;
    margin-top: 12px;
    text-align: center;
}
.sec2-in, .sec2-in1 {
    width: 100%;
    float: left;
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 36px;
    column-gap: 13px;
}
.sec2-in1 .prod-div-sec2{}
.prod-div-sec2 {
	width:32%;
    float: left;
    
    text-align: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	border-radius:10px;
}
.prod-div-sec2:hover{

}
.s2detls {
	float: right;
    width: 100%;
    padding: 15px 10px 28px;
    text-align: center;
}
.s2detls .common_button{ 
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border: 1px solid #65976a;
    background: #65976a;
    color: #fff;
	max-width: 200px;
	}
.prod-div-sec2:hover  .common_button{
	}
.s2-model{
	float:left;
	margin:28px 0 0 0;
	}
.padd1-sec2 {
}
.mrgn1-sec2 {
	margin-left: 30px;
}
.p4-sec2 {
    color: #373c58;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}
.p5-sec2 {
	font-size: 16px;
    line-height: 25px;
    padding-top: 2px;
}
.clr1-sec2 {
	color: #0398d0;
}
.p6-sec2 {
	color: #333;
    font-size: 18px;
    line-height: 28px;
    margin: 5px 0 20px;
    padding: 0 10px;
}
ul.list-sec2 {
	width: 100%;
	float: left;
	margin: 18px 0 24px;
}
ul.list-sec2 li {
	width: 100%;
	float: left;
	color: #000;
	padding-left: 27px;
	margin-bottom: 8px;
	background: url(../images/bullet-sec2.png) no-repeat 5px 3px;
}
ul.list-sec2 li:last-child {
	margin-bottom: 0;
}
/*===============*/
.odr-strip{
	float:left;
	width:100%;
	padding:30px 0;
	text-align:center;
	/* background: url(../images/odr-strip-bg.jpg) no-repeat center top; */
    background-color: #447649;
	height:315px;
	}
.odr-strip_innr{
	display:inline-block;
	width:100%;
	position:relative;
	}
.odr-strip_rit{
    float: right;
    width: 49%;
    text-align: center;
    padding: 0px 0 0;
	}
.odr-strp-img{
	position:absolute;
	top:0;
	left:0;
    width: 400px;
	}
.odr-strip_rit .common_heading{ color:#fff;}
.odr-strip_rit .common_text{ color:#fff;}
/*===============*/
.prod-divin-sec2 {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px 15px 20px;
    border: 2px solid #dedede;
    border-radius: 10px;
}
.prod-div-sec2:hover .prod-divin-sec2{ }
img.prd-sec-prd {
    max-width: 200px;
}
.prod-sec2 {
    position: relative;
    display: inline-block;
    z-index: 9;
    max-width: 110px;
}
.prod-sec2:nth-child(2), .prod-sec2:nth-child(3), .prod-sec2:nth-child(4), .prod-sec2:nth-child(5),.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) {
    position: absolute;
    z-index: 5;
    max-width: 100px;
    left: 20%;
    top: 33px;
}
.prod-sec2:nth-child(3) { left: auto; right: 20%;}
.prod-sec2:nth-child(4), .prod-sec2:nth-child(5) { z-index: 3; left: 10%; max-width: 90px; top: 45px;}
.prod-sec2:nth-child(5) {left: auto;right: 10%;}
.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) {z-index: 0; left: 3%; max-width: 80px; top: 57px;}
.prod-sec2:nth-child(7){left:auto; right:3%;}
.sec2-in .prod-div-sec2:last-child .prod-divin-sec2,.sec2-in .prod-div-sec2:last-child .s2detls {
    width: 100%;
}
.stars-sec2 {
	margin: 0 auto 0;
}
.p7-sec2 {
	color: #447649;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin: 5px 0 12px;
}
.price-cut {
	position: relative;
	font-size: 20px;
	margin: 0 0 0 12px;
}
.price-cut img {
	position: absolute;
	left: 0;
	width: 100%;
	top: 3px;
}
.btndiv-sec2 {
	width: 100%;
	float: left;
	background: #eeeeee;
	padding: 15px;
}
.comn-img{
	position: absolute;
    right: -13%;
    top: 360px;
	}
/************SECTION3************/
.section3 {
	float: left;
	width: 100%;
	background:#e73f34;
	padding:40px 0;
}
.sec3-lft {
    float: right;
    width: 61%;
    text-align: left;
    padding: 55px 0 0 0;
}
.sec3-rgt {
	width: 33%;
	background:#ffffff;
	border:2px solid #139248;
}
.prod-sec3{
	margin:20px auto 0;
	width:240px;
	max-width:100%;
	}


.sec3-rgt-in {
	float: left;
}


.p2-sec3 {color: #fff; font-size:44px; line-height:55px;}
.p3-sec3 {
	width: 100%;
	float: left;
	text-align: left;
	color: #fff;
	margin-top: 20px;
}

/************SECTION4************/
.section4 {
    float: left;
    width: 100%;
    padding: 50px 0px 45px;
    background: url(../images/sec4.jpg) no-repeat center top;
    height: auto;
    background-size: cover;
}
.sec4_innr{
	display:inline-block;
	width:100%;
	text-align:center;
	}
.sec4_innr .common_text{ width:90%;}
.section4 .comn-img{
	position: absolute;
    left: 2%;
    top: 418px;
	}
.p1-sec4 {
	background: #fff;
}
ul.list-sec4 {
    width: 100%;
    float: left;
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 15px;
}
ul.list-sec4 li {
    float: left;
    width: 32%;
    text-align: center;
    padding: 15px 20px 0px;
    position: relative;
    background: url(../images/s4-li-bg.png) no-repeat center top;
    height: 514px;
}
ul.list-sec4 li:nth-child(even){}
.ic-sec4 {
	display:block;
	margin:0 auto 22px;
}
ul.list-sec4 li:nth-child(even) .ic-sec4{;
	}
ul.list-sec4 li p {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
}
ul.list-sec4 li p span{
    display: block;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'Tekton Pro';
    margin-bottom: 10px;
	}
/*================FOOTER===================*/
footer {
	background: #f0f8f3;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top:2px solid #b8b8b8;
	text-align:center;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
	max-width: 230px;
}
.ftr-cont-info{
	display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.ftr-cont-info li, .ftr-cop-info li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	padding: 2px 20px;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	position:absolute;
	top:8px;
	left: auto;
	margin-left: -20px;
	filter: hue-rotate(103deg);
	}
.ftr-cont-info li span, .ftr-cop-info span, ul.ftrlist li span{ text-transform:uppercase; font-weight:600;}
.ftr-cont-info li:nth-child(2):after{
	content: '';
    position: absolute;
    border-right: 1px solid #e1e1e1;
    top: 0px;
    right: 8px;
    height: 24px;
	}
.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: 300;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	vertical-align: top;
}
ul.ftrlist li:first-child {
    width: 100%;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #447649;
    padding: 8px 0 0 0;
}
.disclmr{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    padding: 15px;
	background: #447649;
    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: #447649;
    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 #447649;
}
.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.7);
}
.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: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #65976a;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #5d5d5d;
}	