@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 {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	color: #2d2d2d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	list-style: none;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color:#000;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
/********************************/
.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: #111;
    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: #e63619;
    appearance: none;
    transition: all 0.3s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #333;
}
/*=========================
CSS FOR HEADER
===========================*/
.header {
	    padding: 10px 0 10px;
    float: left;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 999;
    box-shadow: 0 0 6px 0px #e0e0e0;
}
.logo {
	float: left;
	max-width: 200px;
}
ul.nav {
	float: right;
    margin:6px 0px 0 0;
}
ul.nav li {
	float: left;
	margin-right: 62px;
}
ul.nav li:last-child {
	margin-right:0;
}
ul.nav li a {
	float: left;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 26px;
}
ul.nav li a:hover,ul.nav li a.active {
	color: #e63619;
}
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;
}
.bdhding {
    font-size:30px;
    line-height:46px;
    font-weight: 500;
    color: #e63619;
    text-transform: capitalize;
}
.bdsubhding {
    font-size: 50px;
    line-height: 65px;
    color: #282828;
    float: left;
    width: 100%;
    font-weight: 700;
}
.bdfont {
    display: inline-block;
    padding: 18px 0 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #696969;
    position: relative;
}
/*================BANNER===================*/
.banner {
	background: url(../images/banner.jpg) center top no-repeat;
	height: 735px;
	padding: 116px 0 0;
	box-sizing: border-box;
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-top: 57px;
}
.brn-lft{
	    float: left;
    text-align: left;
    padding: 40px 0 0 0;
    width: 58%;
    position: relative;
	}
.bnr-hd-txt{
	position:absolute;
	right:0;
	top:0;
	font-size:156px;
	line-height:80px;
	color:#282828;
	font-weight:bold;
	}	
.banner h1 {
	font-size:30px;
    line-height:45px;
    font-weight: 500;
    color: #e63619;
    text-transform: capitalize;
}
.banner h1 span {
    color: #282828;
    font-size:58px;
    line-height: 72px;
    margin-top: 0px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
}
.bnrbdr1, .bnrbdr2 {
    width: 728px;
    height: 1px;
    background: #d7d7d7;
    margin: 17px 0 11px 0;
}
.bnrtxt {
	    font-size: 20px;
    line-height: 32px;
    color: #282828;
    float: left;
    width: 90%;
    margin: 20px 0 0;
	
}
.bnrbdr2 {
    margin: 11px 0;
}
.bnrprd, .bnrseal {
    position: absolute;
}
.bnrprd {
	right: 0;
	top: 54px;
}

/*================SECTION 1===================*/
.sec1 {
    padding:55px 0 60px 0;
    overflow: hidden;
	float:left;
	width:100%;
	overflow:hidden;
}
.s1-innr {
    float: right;
    width: 62%;
    text-align: left;
    margin-top: 16px;
}
.s1hding, .s1subhding {
    text-align: left;
}
.s1subhding {}
.s1-model{
    position: absolute;
    left: 0px;
    top: 0px;
}
.s1txt {
	display:inline-block;
    padding: 20px 0 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #696969;
    position: relative;
}
.s1btn {
    margin: 27px 0 0 0;
    display: block;
}
ul.s1-list1, ul.s1-list2{
	float:left;
	width:100%;
	text-align: center;
	margin:50px 0 0 0;
	position:relative;
	z-index:1;
	}
ul.s1-list2{
	float:right;
	}
ul.s1-list1 li, ul.s1-list2 li{
	display:inline-block;
	vertical-align:middle;
    margin:0px 14px;
    position: relative;
	border:16px solid #fff;
	box-shadow: 0 0 8px 2px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 8px 2px rgb(0 0 0 / 10%);
	}
ul.s1-list1 li img, ul.s1-list2 li img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}	
ul.s1-list3{
	float:left;
	width:100%;
	margin-top:0px;
	}
ul.s1-list3 li{
	float:left;
	width:48%;
	text-align:left;
	 margin-top:35px;
	padding:0px 0px 0 94px;
	position:relative
	}
ul.s1-list3 li p{
	font-size: 19px;
    line-height: 26px;
    color: #696969;
	}
ul.s1-list3 li p span{
	display:block;
	margin-bottom:5px;
	font-size:22px;
	line-height:32px;
	font-weight:600;
	color:#282828;
	}		
ul.s1-list3 li img{
	position:absolute;
	top:5px;
	left:0px;
	}
ul.s1-list3 li:last-child{
	float:right;
	}	
.s1-btl1{
	position: absolute;
    left: 0;
    top: -235px;
    max-width: 235px;
    transform: rotate(-32deg);
	z-index:1;
	}	
.s1-btl2{
	position: absolute;
    right: 2%;
    top: -320px;
    max-width: 235px;
    transform: rotate(30deg);
	z-index:1;
	}						
/********===============================***************/
.sec2 {
    padding:45px 0 60px 0;
	text-align:center;
    float: left;
    width: 100%;
}
.s2hding, .s2subhding {
    text-align: center;
}
.s2subhding {
    width: 100%;
    display: inline-block;
    float: none;
}
.s2txt {
    color: #1e1e1e;
    text-align: center;
    padding: 0px 0 0 0;
}
ul.s2prdbx {
	float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 45px;
    column-gap:14px;
}
li.s2prdbx1{
    float: left;
    width:24%;
	text-align: left;
    position: relative;
}
.prt1{
	    background: #eef8ef;
    border-radius: 20px 20px 0 0;
    height: 50%;}

/*li.s2prdbx1:nth-child(5), li.s2prdbx1:nth-child(6), li.s2prdbx1:nth-child(7) {
    width: 32.4%;
}*/
li.s2prdbx1:last-child{ margin-right:0;}
.s2prdbx-hding, .s2prdbx-price {
	font-size: 22px;
    line-height: 32px;
    color: #000000;
    /* text-align: left; */
    padding: 10px 0 0 0;
    float: left;
    width: 100%;
    font-weight: 600;
}
.s2price{
	float: left;
    width: 100%;
    font-size: 25px;
    line-height: 35px;
    color: #e84c32;
    font-weight: 600;
    margin-top: 10px;
	}
.s2prod {
    padding: 25px 15px;
    position: relative;
    float: left;
    width: 100%;
    background: #efeef3;
}
.s2prd {
	max-width: 130px;
    margin:12px auto;
    display: block;
    z-index: 9;
    position: relative;
}
.s2prd:nth-child(2), .s2prd:nth-child(3), .s2prd:nth-child(4), .s2prd:nth-child(5), .s2prd:nth-child(6), .s2prd:nth-child(7){
	    position: absolute;
    top: 8px;
    left: 19%;
    max-width: 120px;
    z-index: 7;
	}
.s2prd:nth-child(3){left:auto;   right: 19%;	}
.s2prd:nth-child(4), .s2prd:nth-child(5){ top: 18px; left: 9%; max-width: 110px; z-index: 6;}
.s2prd:nth-child(5){right: 9%;left:auto;	}
.s2prd:nth-child(6), .s2prd:nth-child(7){z-index:1; max-width:100px; left:3%; top:60px}
.s2prd:nth-child(7){left:auto; right:3%}
.s2prdbx-price{     
	font-size: 30px;
    color: #30bc6c;
    padding: 10px 0 0 0;
}
.s2prdbx-hding span{
	font-size: 16px;
    line-height: 26px;
    color: #626262;
    font-weight: normal;
    display: block;
	}
.starbox {
    background: #f3f3f3;
	float:left;
	width:100%;
	margin-top:10px;
}
.starbox img {
	margin: 0px auto 0 auto;
	display: block;
	padding: 6px 0 7px 0;
}
.s2prdbx-prd {
	margin: 21px auto 0 auto;
	display: block;
	max-width: 280px;
}
/*================SECTION 3===================*/
.sec3{
	float:left;
	width:100%;
	height:468px;
	padding: 40px 0 0;
	text-align:center;
	background:url(../images/s3-bg.jpg) center top no-repeat;
	}
.s3-list{
	float:left;
	width:100%;
	margin-top:50px;
	}
.s3-list li{
	float: left;
    width: 25%;
    text-align: center;
    /* margin-top: 55px; */
    padding: 0 10px;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
	}
.s3-list li span{
	display:block;
	font-size:24px;
	line-height:32px;
	font-weight:600;
	margin-bottom:6px;
	}
.s3-list li img{
	display:block;
	margin:0 auto 10px;
	}				
/*================SECTION 5===================*/
.sec5{
    padding: 60px 0 60px 0;
    background: #eef8ef;
	float:left;
	width:100%;
}
.s5lftbox {
    width:60%;
    float: left;
}
.s5box {
    float: right;
    width: 422px;
	background:url(../images/s5-model.png) center top no-repeat;
	height:569px;
	position:relative;
}

ul.s5bxlist {
    padding: 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	margin-top:100px
}
ul.s5bxlist li {
    float: left;
    width: 47%;
    background: #f7fff8;
	-webkit-box-shadow: 0 0 20px #dddfdd;
        box-shadow: 0 0 20px #dddfdd;
    border-radius: 4px;
    color: #5b5b5b;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 28px;
	position:relative;
	height:auto;
    text-align:left;
	border-radius:20px 20px 0 20px;
}
ul.s5bxlist li:last-child .keto{ background:#efea53; color:#fff;}
ul.s5bxlist li p{
	width: 92%;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;}

.s5bxlist-btl{
	    position: absolute;
    top: -60px;
    right: 30px;
    width: 128px;
	}
ul.s5bxlist li p span {
        display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}

.keto {
	    display: inline-block;
    vertical-align: middle;
    color: #9aff9a;
    font-size: 33px;
    line-height: 33px;
    font-weight: 400;
    margin-left: -18px;
    background: #79d779;
    padding: 16px 27px 5px 16px;
    margin-bottom: 7px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 36px 0 26px -21px;
}
.keto:after {
    content: '';
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
    right: 0;
    border-right: 9px solid #f7f7f7;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent
}


.s5txt {
	    font-weight: 400;
    color: #000000;
    float: left;
    width: 100%;
}
/*================FOOTER===================*/
footer {
	    background: #ffffff;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top: 4px double #e63619;
	text-align:center;
}
.ftr-logo {
	margin: 17px auto 0;
    display: block;
	max-width: 150px;
}
.ftr-cont-info{
	float:left;
	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: 0 25px;
}
.ftr-cont-info li:first-child{ margin-bottom:10px;}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	position:absolute;
	top:0px;
	left:0;
	}
.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{
	float:left;
	width:100%;
	text-align:center;
	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 {
	text-align: center;
    float: left;
    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: 24px;
	text-align: center;
	vertical-align: top;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    padding: 8px 0 0 0;
}
.disclmr{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    padding: 15px;
    margin-bottom: 0px;
    color: #000;
    margin-top: 0px;
}
.disclmr a{
	text-decoration:underline;
	}
/*****************************/
/*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: #000000;
    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;
}