@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: "Lato", 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:#fff;
	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: 2px;
    max-width: 220px;
	}
ul.topMenu{
	float:right;
	margin: 10px 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:#3f2265;}
.nav-btn{
    float: right;
	background:#00ac61;
    color: #fff;
    font-size: 19px;
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 38px;
	border-radius:5px;
	font-weight:bold;
	margin-top:4px;	
	}	

.shopBreadcrm {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: left;
    background: #3f2265;
    padding: 10px 0;
    background-size: cover;
}

.shopBreadcrm a {
    color: #fff;
}
.shopBreadcrm span {
    color: #fff;
    font-weight: 600;
}

/*-----------------------
		BANNER
------------------------*/
.banner {
	background: url(../images/bnr-hero.jpg) no-repeat center top;
    float: left;
    width: 100%;
    height: 621px;
	overflow:hidden;
	}
.bnr-left{
    float: left;
    width: 55%;
    text-align: left;
    margin-top: 65px;
	}					
.bnr-head{
    float: left;
    width: 100%;
    font-size: 44px;
    line-height: 54px;
    color: #363636;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: capitalize;
	}
.bnr-head span{
	display: block;
    font-size: 30px;
    line-height: 40px;
    color: #3f2265;
	margin-bottom:4px;
	}	
.bnr-para{
    float: left;
    width: 85%;
    font-size: 18px;
    line-height: 28px;
    color: #2d2d2d;
    /* letter-spacing: 0.5px; */
    margin-top: 20px;
	}				
.order-btn{
    display: inline-block;
    vertical-align: middle;	
    cursor: pointer;
  	width: 355px;
    background: #00ac61;
    text-align: center;
    height: 60px;
	line-height:60px;
    font-size: 24px;
	border-radius:5px;
    color: #fff;
    font-weight: bold;
	letter-spacing:0.5px;
    margin-top: 50px;
	max-width:100%;
	}			

/*-----------------------
		SECTION 1
------------------------*/	
.section1{
	background: #fff;
	float:left;
	width:100%;
	padding:0 0 70px;
	}	
.s1-strp{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	text-align:center;
	padding:27px 0 40px;
	margin:-100px 0 0;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);	
	}
.s1-strp-t1{
	float:left;
	width:100%;
	background:url(../images/s1-stp-ln.png) center center no-repeat;
	font-size:22px;
	line-height:24px;
	color:#161616;
	font-weight:500;
	}
.s1-strp-t1 span{
	display:inline-block;
	background:#fff;
	padding:0 15px;
	}
ul.s1-list{
	display:inline-block;
	width:100%;
	margin-top:25px;
	}
ul.s1-list li{
	display:inline-block;
	vertical-align:top;
	width:16.3%;
	padding:0 20px;
	font-size:18px;
	line-height:24px;
	color:#161616;
	font-weight:500;
	position:relative;
	}
ul.s1-list li img{
	display:block;
	margin:0 auto 10px;
	}
ul.s1-list li:after{
	content:'';
	width:1px;
	right:0;
	top:20px;
	bottom:0;
	background:#e3e3e3;
	position:absolute;
	}
ul.s1-list li:last-child:after{display:none;}	
		
.common-head{
	background:url(../images/comon-bdr.png) no-repeat center bottom;
	float:left;
	width:100%;
	font-size:42px;
	line-height:52px;
	color:#363636;
	font-weight:bold;
	padding-bottom:35px;
	}
.common-head span{ color:#3f2265;}	
.comon-head-top{ padding-top:65px;}	
.common-para{
	display: inline-block;
    width: 80%;
    font-size: 19px;
    line-height: 28px;
    color: #2d2d2d;
    letter-spacing: 0.5px;
    margin-top: 25px;
	}	
.vid-sec{
       display: inline-block;
    max-width: 774px;
    width: 100%;
    position: relative;
    padding-bottom: 38.4%;
    margin-top: 20px;
	}
.vid-sec img{
	max-width:100%;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	float:left;
	width:100%;
	padding:3px;
	}	
ul.sec1-list{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:0px;
	padding:0 30px;
	}
ul.sec1-list li{
    float: left;
    width: 32%;
	background:#fff;
    position: relative;
	padding:20px;
	margin-top:15px;
	border-radius:15px;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	}		
ul.sec1-list li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}	
ul.sec1-list li span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:26px;
	color:#191919;
	font-weight:500;
	margin-top:10px;
	}	
ul.sec1-list li p{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-top: 12px;
	}
						
/*-----------------------
		SECTION 2
------------------------*/	
.section2{
	    background: #fff5fe;
    float: left;
    width: 100%;
    padding: 60px 0 70px;
	}
ul.s2-list{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:50px 0 10px;
	}
ul.s2-list li{
	float: left;
	width: 32%;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	text-align: left;
	position:relative;
	}		
.s2-bnr-imgs{
	width:100%;
	margin:0 auto 0px;
	display:block;
	}	
.s2-bnr-icn{
       position: absolute;
    top: 170px;
    left: 20px;
    box-shadow: 0 0 5px #d2d2d2;
    border-radius: 40px;
    filter: hue-rotate(266deg);
	}	
ul.s2-list span{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 26px;
    color: #2d2d2d;
    font-weight: bold;
    padding: 0 15px;
	}
ul.s2-list p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #2d2d2d;
    padding: 10px 15px 20px;
	}	
				
/*-----------------------
		SECTION 3
------------------------*/	
.section3{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
ul.sec3-list{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top:15px;
	padding:0 141px;
	}
ul.sec3-list li{
	float:left;
	width:31.5%;
	text-align:center;
	border:1px solid #d1d1d1;
	border-radius:8px;
	overflow:hidden;
	padding:5px;
	margin-top:25px;
	}
ul.sec3-list li img{
	width:100%;
	margin:0 auto 0;
	display:block;
	border-radius:5px 5px 0 0;
	}
ul.sec3-list li p{
	float:left;
	width:100%;
	font-size:22px;
	line-height:22px;
	color:#3f2265;
	font-weight:bold;
	padding:10px 0;
	}
					
/*-----------------------
		SECTION 4
------------------------*/	
.section4{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.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: center;
    row-gap: 20px;
    column-gap: 10px;
	}	
.ingredientBox{
	display: inline-block;
    vertical-align: top;
    width:32%;
    text-align: center;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ffdbdb;
    border-radius: 10px;
}
.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 20px;
    background: #3f2265;
    border-bottom: 1px solid #ffc6c6;
    margin-top: 20px;
}
.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;	
	}
.ing-mg-txt span {
    display: block;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
}	
.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: 50px;
    width: 100%;
    line-height: 50px;
    margin: 12px auto 0 auto;
    display: inline-block;
    font-size: 21px;
    background: #00ac61;
    color: #fff;
    border-radius: 10px;

}
@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: 25px 10px 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%;}
}
						
		
/*-----------------------
		SECTION 5
------------------------*/	
.section5{
	background: #fff5fe;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.section5 .common-head{ background:url(../images/comon-bdr2.png) no-repeat left bottom;}	
.sec5Cont{
	float:left;
	width:63%;
	text-align:left;
	}
ul.s5-list{
	float:left;
	width:100%;
	margin:35px 0 10px;
	}
ul.s5-list li{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding-left:80px;
	margin-bottom:25px;
	}
ul.s5-list li:last-child{ margin-bottom:0;}	
.s5-list li img{
	position:absolute;
	left:0;
	top:0px;
	}
.s5-list li span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:28px;
	color:#3f2265;
	font-weight:500;
	}
.s5-list li p{	
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#212121;
	margin-top:5px;
	}
.s5-bnr-img{
	max-width:100%;
    position: absolute;
    right: 0px;
    top: 0px;
	border-radius:10px;
	}		

/*-----------------------
		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: 17px;
    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;}

ul.strip-list li{ padding:0 42px;}
ul.s1-list li{ padding:0 10px;}

.vid-sec{padding-bottom: 44.8%;}

.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{ background-size: cover; height: auto; background-position: right 61% top; padding-bottom:130px;}
.bnr-left{ margin-top: 45px;}
.bnr-head{ font-size: 36px; line-height: 48px;}
.bnr-para{ font-size: 18px; line-height: 26px; margin-top: 15px; width: 100%;}
.order-btn{ margin-top:35px;}

.s1-strp{margin: -120px 0 0; padding: 27px 0 27px;}
ul.s1-list li{ float: left; width: 16.6%; padding: 0 2px; font-size: 16px; line-height: 22px;}

.section1{ padding:50px 0 60px;}
.common-head{ font-size:30px; line-height:42px;}
.comon-head-top{ padding-top:50px;}	
.common-para{ font-size: 18px; line-height: 28px; margin-top: 20px;}
.vid-sec{ width:100%;  padding-bottom: 58%;}
ul.sec1-list{ padding:0; margin-top:0;}
ul.sec1-list li{ padding:8px 8px 15px; margin-top:0;}
ul.sec1-list li p{}


.section2{ padding:50px 0 60px;}
ul.s2-list{ padding:0 10px; margin-top:30px;}
ul.s2-list p{ padding:10px 15px 20px;}

.section3{ padding:50px 0 60px;}
ul.sec3-list{ padding:0; margin:0;}

.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%;}

.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: 170px;margin-top: 6px;}
.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{ background: #fef0f0; height: auto; padding: 25px 0 95px;}
.bnr-left{ width:100%; text-align:center; margin-top:0;}
.bnr-head{ font-size: 24px; line-height: 35px;}
.bnr-head span {font-size: 23px;line-height: 30px;margin-bottom: 2px;}
.bnr-para{ font-size: 17px; line-height: 26px; margin-top: 10px; width: 100%;}
.bnr-prod-mob{ float: left; width: 100%; margin: 20px 0 0 0px;}
.banner .order-btn { margin-top:10px;}

.s1-strp{ margin: -80px 0 0; padding: 20px 0 25px;}
.s1-strp-t1{ background:none; font-size:20px; line-height:28px;}
ul.s1-list{ margin-top:0;}
ul.s1-list li{ width:33.33%; margin-top:20px;}
ul.s1-list li img{ margin:0 auto 8px;}
ul.s1-list li:nth-child(3):after{ background:none;}

.section1{ padding:25px 0 30px;}
.common-head{font-size: 23px; line-height: 32px; padding-bottom: 20px;}
.comon-head-top{ padding-top:30px;}	
.common-para{ margin-top:10px; width:100%; font-size: 17px; line-height: 26px;}
.vid-sec{ margin-top: 10px; padding-bottom: 52%;}
ul.sec1-list{ margin-top:0; padding:0 20px;}
ul.sec1-list li{ width:100%; margin-top:15px;}
ul.sec1-list li span{ margin-top:0;}
.s1-txt{ font-size: 18px; line-height: 26px; margin-top: 25px;}

.section2{ padding:25px 0 35px;}
ul.s2-list{ margin:0;}
ul.s2-list li{ width:100%; margin-top:25px;}
.s2-bnr-icn { top: 150px;}
ul.s2-list p{ font-size:17px; line-height:26px;}

.section3{ padding:25px 0 30px;}
ul.sec3-list{ margin-top:5px;}
ul.sec3-list li{ width:48%; margin-top:20px;}
ul.sec3-list li p{ font-size:20px; line-height:20px;}

.section4{ padding:25px 0 30px;}
.s4-bnr-img{ margin:25px auto 0;}
ul.sec4-list{ width:100%; margin:0;}
ul.sec4-list li{ width:100%; margin-bottom:0px;}
ul.sec4-list li span{ font-size:22px; line-height:22px;}
ul.sec4-list li p{ font-size:16px; line-height:24px; margin-top:8px;}
.ingredientBox { width: 100%;}
.ing-mg-txt span{font-size: 20px;   line-height: 28px;}

.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;}

.section5{ padding:25px 0 30px;}
.sec5Cont{ width:100%; text-align:center;}
.section5 .common-head{ background: url(../images/comon-bdr.png) no-repeat center bottom;}
.s5-bnr-img{ position:static; margin:25px auto 0; display:block; width:100%;}
ul.s5-list{ margin:25px 0 0;}
ul.s5-list li{ text-align:center; padding:0; margin-bottom:30px;}
.s5-list li img{ position:static; margin:0 auto 6px; display:block;}
.s5-list li span{ font-size:22px; line-height:24px;}
.s5-list li p{}

.section6{ padding:25px 0 30px;}
.sec6Box{ width:100%; padding:20px; margin-top:30px;}
.rating-left{ width:100%; margin:0 0 15px;}
.rating-left span{ font-size:40px; line-height:40px; margin-bottom:12px;}
.rating-left p{ font-size:15px; line-height:15px;}
.rating-left img{ width:80px;}
ul.rev-bars{ width:calc(100% - 165px); padding:0;}
ul.rating-vals{ float: right; width:140px;}
ul.rev-bars li{ height:7px; margin-top:10.5px 0;}
ul.rating-vals li img{ width:80px; vertical-align:middle; margin:-9px 15px 0 0;}
.cs-percent{ width:100%; margin-top:15px;}
.cs-percent span{ font-size:30px; line-height:30px; margin-bottom:5px;}
.cs-percent{ font-size:14px; line-height:20px;}

.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;}

#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; }  
	}

}