@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: "Urbanist", sans-serif;
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; max-width:100%; height:auto}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}


/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}	

.topStrip{
	background: #e21923;
	float:left;
	width:100%;
	padding:5px 0;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:18px;
	color:#fff;
	letter-spacing:0.5px;
	}
.topStrip p span{ 
	color:#ffde00;
	font-weight:bold;
	}		
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 65px;
	}
.header{
	float:left;
	width:100%;
	background:#fafafa;
	height:65px;
	padding:9px 0;
	
	margin-top:-65px;
	top:65px;
	position:relative;		
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	border-bottom:1px solid #ddd;
	}				
.logo{
	float: left;
    margin-top: 0;
    max-width: 150px;
	}
ul.topMenu{
	float:right;
	margin: 14px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:1px 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#565656;
	font-size:17px;
	line-height:17px;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#d0d0d0;
	top:5px;
	bottom:5px;
	position:absolute;
	right:0;
	}	
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li .active{color:#29a774;}
.nav-btn{
	float: right;
	background: #29a774;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 160px;
	height: 40px;
	line-height: 38px;
	border-radius:0px;
	font-weight: bold;
	margin-top: 4px;	
	}	

.shopBreadcrm {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: left;
    background: #29a774;
    padding: 10px 0;
    background-size: cover;
}

.shopBreadcrm a {
    color: #fff;
}
.shopBreadcrm span {
    color: #fff;
    font-weight: 600;
}

/*--------BANNER--------*/
.banner{
	float:left;
	width:100%;
	height:830px;
	background:url(../images/bg-bnr.jpg) center top no-repeat;
	padding:50px 0;
	overflow:hidden;
	}
.bnr-lft{
	display:inline-block;
	width:100%;
	}
.bnr-lft-inr{
	float:left;
	width:32%;
	text-align:left;
	}		
.banner-prodt{
	    position: absolute;
    left:50%;
    top: 169px;
    transform: translateX(-50%);
	}
				
.bnr-hding{
	font-weight: 400;
    font-size: 70px;
    color: #191919;
    line-height: 80px;
    font-family: "Marcellus", serif;
	}
.bnr-hding span{
	color:#009688;
	display:block;
	}
.bnr-txt{
	    font-size: 17px;
    line-height: 28px;
    color: #fff;
    margin-top: 0px;
    display: inline-block;
    max-width: 100%;
	}
.bnr-txt2{
	margin-top:120px;
	font-size: 190px;
	line-height:237px;
     font-weight: bold;
     background: linear-gradient(to bottom, #043f44 50%, #fff 50%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     text-fill-color: transparent;
	}			
.bnr-prd{
	position: absolute;
    top: 139px;
    right: 260px;
    max-width: 100%;
    z-index: 2;
	}

	
.btn-box {
        display: inline-block;
    vertical-align: middle;
    margin-top:24px;
    text-align: center;
    width:215px;
    max-width: 100%;
	}
a.comn-btn {
    display: inline-block;
    width: 100%;
	border-radius:0px;
    height:50px;
    overflow: hidden;
    color: #ffffff;
    font-size:20px;
	text-transform: capitalize;
    line-height:50px;
	position:relative;
	font-weight:bold;
	background: #29a774; 
	}
.bnr-btlbx{
	max-width:806px;
	width:100%;
	position:relative;
	display:block;
	vertical-align:middle;
	margin:30px auto 0;
	}	
.bnr-btl1 {
    position: absolute;
    top: 40px;
    left: -114px;
    width: 205px;
    transform: rotate(-44deg);
}
.bnr-btl2 {
    position: absolute;
    top: 50px;
    right: -114px;
    width: 205px;
    transform: rotate(44deg);
}	
/*==========sectionOne============*/
.section1{
	float:left;
	width:100%;
	padding: 75px 0 0;
	text-align:center;
	overflow:hidden;
	background:url(../images/sec1.jpg) no-repeat center top;
	}
	
.s1txt1{
	    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    text-transform: capitalize;
    color: #000;
    font-family: "Marcellus", serif;
	}
.s1txt1 span{}
.s1txt2{
    font-size: 18px;
    line-height: 28px;
    margin: 16px 0 0 0;
    font-weight: 400;
    color: #000;
	}
.s1-bx1{
	position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px 0 0 0;
	}		
.s1-model1{
	position:absolute;
	top:-82px;
	right:-50px;
	max-width:100%;
	}
.s1-bx1-lft{
	float: left;
    width: 51%;
    text-align: left;
	}
.sec1-text1{
	float: left;
    width: 100%;
    font-size: 80px;
    line-height: 85px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 30px;
	}	
.s1-bx2{
	    display: inline-block;
    width: 100%;
    position: relative;
    margin: 200px 0 0 0;
	}
.s1-model2{
	position:absolute;
	top:0;
	left:0;
	max-width:100%;
	}
.s1-bx1-rgt{
	float: right;
    width: 47%;
    padding: 100px 0 150px;
    text-align: left;
	}
ul.s1-list{
	float: left;
    width: 100%;
    margin: 24px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 5px;
	}
ul.s1-list li {
	    float: left;
    width: 100%;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    padding: 0px 0 0px 28px;
    color: #000;
    text-align: left;
    position: relative;
    margin: 0px 0 0 0;
    font-weight: 500;
}						
ul.s1-list li img{
	position:absolute;
	top:7px;
	left:0;
	}	
/***********STRIP1**************/
.strip1{
	    float: left;
    width: 100%;
    padding:20px 0px 60px;
    position: relative;
	}
.strp-innr{
    display: inline-block;
    width: 100%;
    padding: 35px 10px;
    text-align: center;
    position: relative;
    border-radius: 20px;
	}
.strip-model{
	position: absolute;
    left: 0%;
    top: 207px;
	}
.strp-inr-cont{
	float: right;
    width:49%;
    padding: 5px 0 0 220px;
    text-align: left;
    position: relative;
    margin-top: 20px;
	}
.strp-text{
	font-size:40px;
	line-height:50px;
	color:#eaeaea;
	font-weight:bold;
	text-transform:uppercase;
	}	
.strp-inr-cont .s1txt2{}
.strip-prdt{
	position:absolute;
	top:0;
	left:0%;
	}
.strip1in{} 
.strip1in{
    width:52%;
    float:right;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap:0px;
    row-gap: 25px;
    margin-top:30px;
	}
.strip1in li{
       position: relative;
    width: 100%;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 28px;
    float: left;
    padding: 0px 20px 0 75px;
    color: #000;
    text-align: left;
	}
.strip1in li img{
	position: absolute;
    top:7px;
    left:0px;
}
.strip1in li p{
	text-transform:none;
	}
.strip1in li span{
	font-size: 20px;
    line-height:30px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: block;
    font-weight: 700;
	}
.strip1in li:nth-child(2){
	margin-left:60px;
	}
.strip1in li:nth-child(3){
	margin-left:110px;
	}				
/*=======SECTION3======*/
.section3{
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
    background: #f8f6ff;
	}	
.section3:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height: 202px;
	background:#fff;
	z-index: 1;
	}
	
.s3_product_block{
	    width: 100%;
    max-width: 770px;
    margin: 45px auto 0;
    padding-top: 170px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s3-product{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:577px;
	}
.s3_prod_box{
	width:100%;
	max-width:210px;
	}
.s3_prod_col{
	width:100%;
	margin-top:60px;
	}
.s3_prod_col h3{
	font-size:36px;
	line-height:36px;
	color:#4a4a4a;
	font-weight:600;
	}
.s3_prod_col p{
	    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 10px;
    font-weight: 700;
	}

.certifie_box{
	width:100%;
	margin:120px auto 0;
	padding: 25px 25px;
	position:relative;
	z-index:1;
	background:#fff;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.certifie_col{
	    width: 32%;
    padding: 15px;
    border: 1px solid #d1d1d1;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	}
.certifie_col img{
	width: 90px;
	margin-bottom: 10px;
	}
.certifie_col_cont{
	width: 100%;
	padding-left: 10px;
	text-align: left;
	}
.certifie_col_cont h3{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.certifie_col_cont p{
	font-size: 17px;
	line-height: 26px;
	color: #000;
	margin-top: 10px;
	}
/*==============section4===============*/
.section4{
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
	}
ul.s4-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:40px;
}	
ul.s4-list li {
    width: 32%;
    text-align: center;
    margin: 0 0 0 0;
    position: relative;
}
ul.s4-list li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:12px;
	}
.s4-list-bx{
	padding:0 20px 0;
	}	
.no{
	background:#009688;
	width:67px;
	height:67px;
	text-align:center;
	color:#fff;
	font-weight:700;
	font-size:35px;
	line-height:59px;
	border-radius:50%;
	margin: -32px 0 0 0;
	position:relative;
	}
.s4-list-bx-txt{
	    font-size: 17px;
    line-height: 28px;
    color: #000;
    margin-top: 10px;
	}	
.s4-list-bx-txt span{
    font-weight: 700;
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 7px;
	}		
					
/*-----------------------
		SECTION 4
------------------------*/	
.section5{
	background: #f8f9fb;
	float:left;
	width:100%;
	padding:60px 0;
	border-top: 1px solid #f8f6ff;
	}
.ingredients-slider{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:100%;
	}
.ingredientBlock, .supplement{
	    float: left;
    width: 100%;
    margin: 30px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 23px;
	}	
.ingredientBox{
	display: inline-block;
    vertical-align: top;
    width: 32%;
    text-align: center;
    background: #f1f4f1;
    position: relative;
    /* box-shadow: 0 0 10px #ffdbdb; */
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #2c8f67;
}
.prod-btl {
    display: inline-block;
    margin: 15px auto 0;
    max-width: 100%;
	padding: 0 5px;
}	
.ing-bnr-imgs{
	max-width:100%;
	margin:0 auto 0;
	display:block;
	}	
.ingbox-top{
	    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 15px 10px;
    background: #29a774;
    border: 2px solid #abe8cf;
    margin-top: 10px;
    border-radius: 10px;
}
.ing-imgs{
    position: absolute;
    top: -50px;
    right: 15px;
	}
.ing-head{
	float: left;
    width: 100%;
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    font-weight: 500;
	}
.ing-mg-txt{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 12px;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #abe8cf;
	padding-bottom: 10px;	
	}
.ing-mg-txt span {
	display: block;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: capitalize;
	border-bottom: 1px solid #abe8cf;
	padding-bottom: 5px;
}	
.ing-mg-txt img{
	display:inline-block !important;
	vertical-align:middle;
	margin:-3px 3px 0 0;
	}
.ings-list{
    float: left;
    width: 100%;
    background: #2f644f;
    border-bottom: 1px solid #577569;
    padding: 12px 6px 10px;
	}
.ings-list li{
    float: left;
	display:flex;
    margin: 0 14px;
	}						
.ings-list li img{
	float: left;
    margin-right: 8px;
	}		
.ings-list li p{
	font-size:17px;
	line-height:17px;
	color:#fff;	
	}							
.ingbox-btm{
	float:left;
	width:100%;
	text-align:left;
	padding:18px 20px 25px;
	}
.ingbox-btm p{
	float: left;
    width: 100%;
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.5px;
	}
.box-container{
	float: left;
    width:640px;
    margin:50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 55px;
	}
.box1, .box2, .box3, .box4{
	background:#fff;
	position: relative;
	margin: 0 0px;
	width: 48%;
	float:left;
	border-radius:30px;
	box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
   -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
}
.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{margin: 0 0px;}
.pkg-hding{
	font-weight:700;
	font-size:20px;
	line-height:30px;
	color:#171a3d;
	text-align:center;
	padding:6px 0 0 0;
}
.pkg-hding span{
	text-transform:uppercase;
	color:#22c087;
}
.box-container2{
	float:right;
	width:42%;
	}
.box-container2 .box4{
	width:61%;
	}	
.box-container2 .box4 .packageOpt p {
	}	
.box-container2 .box4 .pkg-hding {color: #fff;}	
.btl-Div{
	float:left;
	width:100%;
	padding-top:10px;
	position:relative;
	}
.ingredientBox img.prod-sec {
        display: block;
    margin: 20px auto 0px;
    width: 210px;
    max-width: 100%;
    z-index: 9;
    position: relative;
}
.ingredientBox img.prod-sec:nth-child(2), .ingredientBox img.prod-sec:nth-child(3){
	position: absolute;
    z-index: 5;
    top: 17px;
    left: 40px;
    max-width: 190px;
	}
.ingredientBox img.prod-sec:nth-child(3){ right:40px; left:auto;}
.ingredientBox img.prod-sec:nth-child(4), .ingredientBox img.prod-sec:nth-child(5) {
    position: absolute;
    z-index: 3;
    top: 33px;
    left: 20px;
    max-width: 170px;
}
.ingredientBox img.prod-sec:nth-child(5) {right: 20px; left:auto;}
.ingredientBox img.prod-sec:nth-child(6) {
    position: absolute;
    z-index: 3;
    top:26px;
    left: 9px;
    max-width: 160px;
}
.ingredientBox img.prod-sec:nth-child(6) {left: auto; right: 0px; z-index: 1; top: 39px;}
.ingredientBox img.prod-sec:nth-child(7) {
	position: absolute;
	z-index: 1;
	top: 66px;
	left: -7px;
	max-width: 150px;
}
.pkg-img{margin:46px auto 0 auto;display:block;}
.pkg-prcbox{
	float: left;
    width: 100%;
    margin: 8px 0 0 0;
    position: relative;
}
.package2 .pkg-prcbox{}
.offbx{
	float: left;
	height:35px;
	width:100%;
	background:#f5f4f4;
	font-weight:700;
	font-size:22px;
	line-height:35px;
	color:#303030;
	text-align:center;
	margin:0 0 10px;
}
.pkg-prcbox input[type=radio] {
    position: absolute;
    opacity: 0;
}
.pkgrgt {
    float: left;
    width: 100%;
    padding:10px 30px 20px;
	text-align:center;
}
.buyOpt-row {
    float: left;
    width: 100%;
    padding: 5px 0px;
    cursor: pointer;
    position: relative;
}
.packageOpt {
    float: left;
    text-align: left;
    position: relative;
    padding: 2px 0 0 30px;
}
.packageOpt input[type=radio] {
    position: absolute;
    opacity: 0;
}
.packageOpt input[type=radio] + span {
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #333;
}
.packageOpt input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333;
}
.packageOpt p {
    color: #000;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.prc1{
	font-weight:600;
	font-size:24px;
	line-height:30px;
	color:#fff;
	text-align:center;
	padding:30px 0 0 0;
}
.prc2{
	color:#e3e3e3;
	text-align:center;
	padding:5px 0 0 0;
	font-size:20px;
	line-height:30px;
}
ul.s14list{padding:26px 0 0 0;text-align:center;}
ul.s14list li{
	display:inline-block;
	padding:20px 0 0 0;
	margin:0 20px;
}
ul.s14list li img{margin:2px auto;display:block;}
.s14l-hding{
	font-weight:600;
	font-size:20px;
	line-height:24px;
	color:#2a2a2a;
	text-align:center;
}
.s14l-txt{
	text-align:center;
	font-size:18px;
	line-height:24px;
	color:#5e5e5e;
}
.select-btn {
    height: 60px;
    width: 100%;
    line-height: 60px;
    margin: 12px auto 0 auto;
    display: inline-block;
    font-size: 21px;
    background: #29a774;
    color: #fff;
    border-radius:0px;
}


@media only screen and (max-width: 1187px){

.s2-bnr-icn {top: 140px;}
ul.s2-list p {font-size: 17px;line-height: 27px;}
	
.box-container2 {width: 34%;}
.box-container2 .box4 {width: 90%;}	
.pkg-img {margin: 36px auto 0 auto;}
.pkgrgt{padding: 0px 15px 20px;}
.pkg-hding{ font-size:18px;}
.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{ margin:0 2px;}
}
@media only screen and (max-width: 1021px){
.sec14{padding:50px 0; text-align:center;}
.box-container {width:90%;}
.box-container2 {
	float:left;
    width:50%;
}
.box1, .box2, .box3, .box4{ width: 48.9%;}
.pkgrgt {
    padding: 0px 40px 20px;
}
.pkg-hding{
	font-size:22px;
	line-height:24px;
}
.pkg-img {margin: 20px auto 0 auto;}
.pkg-prcbox{}
.offbx, .prc1{font-size:22px;}
.prc2{font-size:18px;}
ul.s14list li{float:left;width:50%;margin:0;}

}
@media only screen and (max-width: 767px){
.sec14{padding:30px 0 30px; overflow:hidden;}
.box-container{margin:20px auto 0 auto; width:100%;row-gap: 20px;}
.box1, .box2, .box3, .box4{
	height:auto;width:100%;
	margin:0px auto 0 auto;
	float:none;
	display:block;
	border-radius:10px;
	width: 100%;
    max-width: 350px;
}
.box-container2 .box4 {
    width: 100%;
}
.pkg-hding{height:auto;}
.pkg-prcbox, .box1 .pkg-prcbox, .box4 .pkg-prcbox{
	border-radius:0 0 10px 10px;
}
.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{    margin: 20px auto 0 auto;}
}
@media only screen and (max-width: 440px){
.box1, .box2, .box3, .box4{width:100%;}
}
@media only screen and (max-width: 359px){
ul.s14list li{width:100%;}
}
						
		
/*=======SECTION5======*/
.section5{
    
	}
.s5_block{
	width:100%;
	max-width:870px;
	margin:50px auto 20px;
	row-gap:50px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s5_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	padding-left:80px;
	position:relative;
	}
.s5_num{
	position:absolute;
	top:17px;
	left:0;
	width:40px;
	height:40px;
	font-size:25px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-radius:50%;
	background:#4e3b6d;
	z-index:1;
	}
.s5_inner{
	width:100%;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s5-img{
	width: 299px;
    border: 2px solid #e6d6ff;
    border-radius: 10px;
	}
.s5_box_cont{
	width:calc(100% - 299px);
	padding-right:104px;
	padding-top:20px;
	}
.s5_box h3{
	font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
	}
.s5_box p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}
.s5_box:after{
	content:'';
	position:absolute;
	top: 45px;
	left: 20px;
	bottom:-45%;
	width:2px;
	border-left:2px dotted #4e3b6d;
	}
.s5_box:last-child:after{ display:none;}
/*-----------------------
		Footer
------------------------*/
.footer{
	    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 40px 0;
	border-top: 2px solid #fff5fe;
	}
img.ftrlogo {
    max-width: 180px;
}
.crop-info {    
	float: left;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;}
.crop-info .ftr-txt{ display:inline-block; vertical-align:top; width:auto;}
.ftr-logo{
	margin:0 auto 10px;
	display:block;
	}	
.ftr-txt{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #545454;
	margin-top: 16px;
	}	
.footer .ftr-txt a{
    padding: 0 7px;
    color: #545454;
	}	
	
/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}	

.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fl{ float:left;}
.fr{ float:right;}

/*---------Media Querry---------*/

@media only screen and (max-width:1187px){
.container{width:1004px;}

.bnr-prd {}
.bnr-hding {}
.bnr-lft-inr {width: 33%;}

.strp-innr{}
.strip-prdt{}
.strip1in{ }
.strip1in li{}
.strip-model { max-width: 544px;left: 1%;}
.strp-inr-cont {width: 50%;padding: 5px 0 0 200px;}
/*=============================
section1
=============================*/
.s1lft{width: 487px; height: 480px; border-radius: 17px;}
.s1box1{ width: 59%;  margin: 56px 40px 0 0;}
.s1txt{font-size: 39px;}
.s1rgt{    width: 475px; border-radius:17px;}
.s1txt1{ }
.s1-bx1-lft {width:59%;}
.s1-model1 {}
ul.s1-list li {}
.s1-bx1-rgt {width: 50%;}
.s1-model2 {left: -8%;}

/*=============================
section4
=============================*/
.s4-prod{ width:450px;}
/*=============================
section2
=============================*/
.s2-prd-div img{    left: 70px;}


.ingredientBlock, .supplement {gap: 18px;}
/*=============================
section3
=============================*/
.s3img{ top: -100px;left: -180px;max-width: 683px;}
.s3rgt{    width: 52%;}

.common_text{ max-width: 90%;}
.s1_col_cont h3{ font-size:20px;}
.s1_mid_contbox{ width:52%;}
.s1_mid_imgbox{ width: 48%;}

.certifie_col img{ width: 85px;}
.certifie_col_cont{ width: calc(100% - 85px);}
.certifie_col_cont h3{ font-size: 21px; line-height:28px;}

.sec5Cont{ width:65%;}
.s5-bnr-img{ top: 60px;}
.sec5Cont {width: 50%;}
}


@media only screen and (max-width:1023px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 14px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:101px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:65px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li:last-child a	{ padding:0; color:#fff; border-radius:0;}
.mobilemenu li a:hover{color:#000;}

.topStrip p{ font-size:16px;}
.header{border-bottom: 1px solid #ddd;}

.banner {height: 630px;padding: 45px 0 0;background-size: cover;}
.bnr-hding { font-size: 40px;line-height:55px;}
.bnr-txt {font-size:15px;line-height:25px;}
.bnr-txt2 {
    margin-top: 100px;
    font-size: 148px;
    line-height: 170px;}
.banner-prodt {max-width: 550px;top: 130px;}	
.bnr-btl1 {top: 10px; left: -50px;width: 184px;}
.bnr-btl2 {top: 10px;right: -50px;  width: 184px;}
.btn-box {margin-top: 20px;width: 210px;}

.bnr-lft-inr {
        width: 34%;
    }
/*-------------------------
CSS FOR STRIP
--------------------------*/
.strip1 { padding:10px 0 40px;}
.strp-inr-cont {
        width: 100%;
        padding: 0;
        text-align: center;
    }
.strip-prdt{ position: static; display: block; margin:0px auto 10px; max-width:100%;}
.strp-inr-cont .s1txt2 { width: 100%;}
.strip1in{ width:100%;justify-content: center;
    flex-wrap: wrap;
    column-gap: 0px;
    row-gap: 18px;
    margin-top: 20px;}
.strip1in li { width:75%;margin:0 !important; padding:0 0 0 70px;}
.strip1in li img{ }
.shape-strip { bottom: -24px; width: 75px;}

.strip-model {position: static;max-width: 60%;margin-top: 15px;}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section1 {padding: 50px 0 20px;}
.s1-bx1-lft { width:68%;}
.s1txt1 {font-size: 32px; line-height:42px;}
.s1txt2 {
    font-size: 17px;
    line-height: 27px;
    margin: 14px 0 0 0;}
.s1-model1 { position: static; margin: 0 auto 0;width: 499px;}
.s1-bx2 {margin: 16px 0 0 0;}
.s1-model2 {position: static;margin: 0 auto;}
.s1-bx1-rgt { width: 100%; padding:0; text-align:center;}
.sec1-text1 {font-size: 65px;line-height: 75px;}

.strip1in li:after, .strip1in li:nth-child(even):after{ display:none;}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section2 { padding: 40px 0 0;}
.s2-circle {top: -97px;}
.s2-prd-box{width: 80%;}
.s2-p1 {font-size: 24px; line-height: 33px; padding: 18px 5px 12px;}
.s2-p2 {}
.s2-p2 span {font-size: 20px;line-height: 30px;}
.s2-p3 {font-size: 30px; line-height: 32px;}
.s2-price-div .shop-btn {width: 100%;}
.s2-block {margin: 73px 0 20px;}
.s2-prd-div img{left: 96px;}
.s2-p5 { font-size: 17px; line-height: 21px;font-weight:400;}
.s2-p4 {font-size: 35px;line-height: 36px;}

.prlx-strip { padding: 30px 0; background-attachment: scroll;}
.p2-prlx { width: 98%; margin: 8px auto 23px;}
.btn-prlx{ width:200px;}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
/************/
.sec3-lft-in, .sec3-rgt-in{ width:100%;}
.s3rgt{width: 57%;}
.s3img{ top: 60px; left: -140px; max-width: 473px;}
.s3txt{ font-size: 40px;     line-height: 58px;}
.s3uls{ width: 100%; margin: 45px 0 0;}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section4 { padding:40px 0;}
ul.s4-list {
    justify-content: center;
    column-gap: 15px;
    row-gap: 20px;
    margin-top: 25px;
}
ul.s4-list li {width: 48%;}
.s4-list-bx {
    padding: 0 0px 0;
}
.s4-list-bx-txt {}
.s4-list-bx-txt span {}
.no {width: 50px; height: 50px;font-size: 24px;line-height: 45px; margin: -25px 0 0 0;}
.section3{ padding:50px 0 10px;}
.certifie_box{ padding: 20px 15px 0;}
.certifie_col{ width: 32.5%; padding:10px;}
.certifie_col img{ width: 50px;}
.certifie_col_cont{ width: calc(100% - 50px); padding-left: 9px;}
.certifie_col_cont h3{ font-size: 18px; line-height: 20px;}
.certifie_col_cont p{ font-size: 15px; line-height: 19px; margin-top: 5px;}

.section4{ padding:50px 0 60px;}
ul.sec4-list{ width:80%;}
.s2-bnr-icn{top: 100px;}
.ingredientBlock, .supplement{display: flex; row-gap: 10px; flex-wrap: wrap; justify-content: center;}
.ingredientBox{ width:48%;}

.section5{ padding:50px 0 60px;}
.s5_block{ margin: 45px auto 15px;}
.s5_box{ padding-left: 69px;}
.s5_box_cont{ padding-right: 55px;}
.s5_box h3{ font-size: 23px; line-height: 29px;}
.s5_box p{ font-size: 17px; line-height: 25px;}

.blue-strip-rgt{ padding:30px 20px 30px;}
.btn-top{ margin-top:25px;}


.section5{ padding:50px 0 60px;}
.s5-bnr-img{ width:265px;}
.sec5Cont {width: 62%;}

.section6{ padding:50px 0 60px;}
.sec6Box{ width:90%;}
.testiBox{padding:0 20px;}
.testi-para{ font-size:17px; line-height:25px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{ display:none;}

.topStrip{ height: 32px; padding: 8px 0; overflow:hidden;}
.topStrip p{font-size: 15px; line-height:15px;}

.header{ height:55px; margin-top: -55px; top: 55px; padding: 5px 0;}
.logo{max-width: 125px;margin-top: 1px;}
.fixed-nav .header{ border-bottom:1px solid #ddd;}
.top-fix-bar{ margin-bottom:55px;}

.mob-mnu-ic{ top:12px; right:10px;}
.mobilemenu{ top:56px;}
.mobimenu-top{ top:55px;}

.banner {padding:25px 0; height:auto;  background: linear-gradient(to bottom, #ffffff 44.4%, #043f44 40%);}
.bnr-lft { max-width:355px;width: 100%; text-align:center; position:relative;}
.bnr-hding {font-size:28px; line-height:40px;}
.mob-bnr{    margin: 10px auto 0 -10px; max-width: unset; width: calc(100% + 20px);}
.banner-prodt {position: static;
        max-width: 100%;
        transform: none;
        margin: -203px 0 0 -23px;}
.bnr-stp { margin-top: 0px;}
ul.bnr-stp-list li { padding: 0 0 0 0; font-size: 16px;line-height: 22px; text-align: center; background: none; border-right: 1px solid #b8cbdb;}
ul.bnr-stp-list li:last-child{ border:none;}
.btn-box {margin:20px 0 0;}
.bnr-txt {font-size: 16px; line-height: 25px; margin-top: 10px; max-width:100%;}
.bnr-txt2 {
        margin-top: 135px;
        font-size: 66px;
        line-height: 68px;
    }
.bnr-lft .btn-box {margin:20px auto 0;}
.bnr-lft-inr {width: 100%; text-align: center;}
/*-------------------------
CSS FOR STRIP
--------------------------*/
.ic-strip { position: static; margin: 0 auto; display: table; float:none;}
.strip1in li p { padding:0 0 0px; text-align: center; width:100%;}
.strip1in li { width: 100%; max-width: 355px; font-size: 17px; line-height: 26px; padding:0px 20px;}
.strip1in li img {position: static; margin: 0 auto 5px;}
.strip1{ padding:0px 0 25px;}
.strp-innr{ padding: 25px 10px;max-width: 355px;}
.strip-prdt{}
.strp-text {font-size:26px;line-height: 38px;}
.strp-innr:before, .strp-innr:after{ display:none;}
.strip-model {font-size: 26px;line-height: 37px;}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section1 { background:#fff; padding:25px 0; text-align:center;}
.s1-bx1 {max-width: 355px;background: #f6f7fb;padding: 20px 10px;}
.s1-bx2 {max-width: 355px;}
.s1-bx1-lft {width: 100%;text-align: center; padding:0;}
.sec1-text1 {font-size: 30px;line-height: 40px; margin-top: 20px; }	
.sec1-in { min-height: auto; text-align: center;  width: 100%;  padding: 0;}
.hdng1div1 {width: 100%;float: none;  margin: 15px auto 0;display:table;}
.s1txt2{ text-align:center; font-size: 16px; line-height: 25px; width: 100%;}
.s1rgt{    width: 100%;padding: 34px 0 0; height: 400px;  background-position: center bottom;}
.s1txt1{ text-align:center; font-size: 27px; line-height: 36px;}
.s1-model1 {position: static;margin: 10px auto 0;max-width: 100%;}
.s1-model2{position: static;margin:0 auto 0; max-width:100%;}
ul.s1-list {margin: 17px 0 0 0;justify-content: center;row-gap: 11px;}
ul.s1-list li {font-size: 17px;line-height: 26px; }
ul.s1-list li img { }
.s1-bx1-rgt {width: 100%;text-align: center;}


.ingredientBox { width: 100%;}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.s2-txt{font-size: 34px;line-height: 34px;}
.section2{ padding: 30px 0; background: #ec791f;}
.s2-circle {
    display:none;
}
.s2-prd-div img{  max-width: 112px;
    display: block;
    margin: 0 auto;
    left: 130px;
    position: relative;
    z-index: 9;
    /* z-index: 9; */
    top: 10px;}
.s2-prd-div img:nth-child(2){    left: 53%;}
.s2-prd-div img:nth-child(3){right: 51%;}
.s2-prd-div img:nth-child(5){right: 13%;}
.s2-prd-div img:nth-child(4){left: 14%;}
.s2-prd-div img:nth-child(6){    left: 8%;}
.s2rgt{width: 100%;display: inline-block; padding: 30px 0 0;text-align: center;}

.s2-prd-box {
    width: 100%;
    padding-bottom: 20px;
    box-shadow: 0px 0px 3px #fff;
	margin-right: 0px;
}
.s2-p2{ color:#fff;}
p.s2-qnty{ color:#fff;}
.s2-p3{ color:#fff;}
.s2-price-div .shop-btn {
    width: 215px;
}
.s2-price-div{ padding:0; border:none;}
.hdng1div2 { width: 100%;max-width: 465px;}
.s2-p1 {font-size: 22px; line-height: 33px; padding: 16px 5px 12px;}

.marg-1 {
    margin: 35px 0;
}
.s2-block {
	margin: 25px 0 0px;
    row-gap: 20px;
}
.s2-p4 {
    font-size: 30px;
    line-height: 30px;
}
.s2-ul li {
    width: 25%;
	margin-top:12px;
}
.s2-ic-1 {
	margin-bottom: 5px;
}
.s2-ul {
    margin: 8px 0 0;
}
.s2-ul li:nth-child(even){
	background:none;
}
.s2-p5 {
    font-size: 16px;
    line-height: 21px;
}

.p1-prlx {
	width:100%;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section3{ height:auto;    background: #fff; padding-bottom:30px;}
.s3img{ position:static; float:none; margin:0 auto 0;     max-width: 269px;}
.s3rgt{width: 100%; text-align: center;     margin: 10px 0 0; }
.s3uls{ text-align:left;margin-top: 10px;}
.s3txt{font-size: 34px; line-height: 47px;}
.sec3-lft, .sec3-rgt { height: auto;}
.sec3-lft{width: 100%;float:none;display:table;margin:0 auto;padding:0 0 30px;}
.sec3-lft-in{ height: auto;width: 100%;max-width:580px;margin:0 auto;display:table;float:none;padding:30px 10px 25px;
	}
.hdng1div3 {width:100%;max-width:425px;float: none;display: table;margin: 0 auto;}
.p2-sec3, .p3-sec3 { text-align: center;}
.prod-sec3 { max-width: 100%;padding-top: 40px;  margin: 0 0 0 50px;height:auto;width:auto;}
.points-sec3 { margin: 7px 0 0;}
.sec3-rgt { width:100%; background: url(../images/bg-rgt-sec3.jpg)#fbfbfb no-repeat left top;}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section4 {padding: 30px 0;}
ul.s4-list {margin: 15px auto 0;}
ul.s4-list li { width: 100%; max-width:355px;}

.section5{ padding: 30px 0 35px;}
.s5_block{ margin: 20px auto 5px; row-gap: 30px;}
.s5_box{ padding-left: 45px;}
.s5_num{ top: 3px; width: 26px; height: 26px; font-size: 16px; line-height: 26px;}
.s5_box_cont{ width: 100%; padding-right: 0; padding-top: 0;}
.s5_box h3{font-size: 18px; line-height: 26px;}
.s5_box p{ font-size: 16px; line-height: 24px;}
.s5-img{ width: 100%; margin-top: 15px;}
.s5_box:after{ top: 25px; left: 12px; bottom: -15%;}

.blue-strip-box{ display: inline-block; vertical-align: middle;}
.blue-strip-lft{ width:100%;}
.strip-imgbx{ padding-bottom: 85%;}
.blue-strip-rgt{ width: 100%; padding: 20px 10px 25px;}
.blue-strp-hd{ padding:0;}

.testiBox{ margin-top:0; padding:0 5px;}
.testi-row{ padding-left:60px;}
.testi-star{ width:90px;}
.testi-para{ font-size:16px; line-height:24px;}

#ctabtn-mob{
	background: #e21923;
	padding:7px 0px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob .order-btn{ margin:0;}	

.footer{ padding: 0 0 20px;}
.ftr-logo{width:110px; margin:20px auto 5px;}
.footer .ftr-txt a{ padding:0 3px;}
img.ftrlogo {max-width: 120px; margin-top: 10px;}
.ftr-txt{ font-size: 14px; line-height: 22px; margin-top: 10px;}

#caption {
    width: 100%;
    white-space: nowrap;
    -moz-animation:  caption 15s linear 0s infinite;
    -webkit-animation:  caption 15s linear 0s infinite;
	}
@-moz-keyframes caption { 
    0% { margin-left:100%; } 100% { margin-left:-600px; }  
	}
@-webkit-keyframes caption { 
    0% { margin-left:100%; } 100% { margin-left:-600px; }  
	}

}