@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: "DM Sans", 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: 70px;
	}
.header{
	    float: left;
    width: 100%;
    background: #fff;
    height: 70px;
    padding: 13px 0;
    margin-top: -70px;
    top: 70px;
    position: relative;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1);		
	}
.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: -5px;
	max-width: 240px;
	}
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:#3f2265;}
.nav-btn{
	float: right;
	background: #11c956;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 45px;
	font-weight: bold;
	margin-top: 4px;	
	}	

.shopBreadcrm {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: left;
    background: #2e95e4;
    padding: 10px 0;
    background-size: cover;
}

.shopBreadcrm a {
    color: #fff;
}
.shopBreadcrm span {
    color: #fff;
    font-weight: 600;
}

/*=====BANNER=====*/
.banner{
	float:left;
	width:100%;
	position:relative;
	padding:50px 0;
	background:#f0f6fb;
	}
.banner_block{
	width:100%;
	position:relative;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.banner_left{
	float:left;
	width:49%;
	text-align:left;
	position:relative;
	}
	
.banner_rating_text{
    font-size: 16px;
    line-height: 16px;
    color: #000;
 	font-weight:600;
	}	
.banner_rating_text img{
	display:inline-block;
	vertical-align:middle;
	width:96px;
	margin:-5px 10px 0 0;
	}
.banner_heading{
    font-size:60px;
    line-height:68px;
    color: #000;
    margin-top:10px;
    font-weight:400;
	}
.banner_heading span{
	display:inline-block;
	font-size:66px;
	font-weight:700;
	}
.banner_text{
	font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 10px;
    border-top: 1px solid #b5dbf9;
    border-bottom: 1px solid #b5dbf9;
    padding: 10px 0;
	}
.banner_list{
	    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 25px auto 0;
    text-transform: capitalize;
	}
.banner_list li{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	padding:0 0 0 36px;
	margin-bottom:10px;
	text-align:left;
	position:relative;
	background:url(../images/banner-tick.webp) no-repeat;
	background-position:top 3px left;
	background-size:21px;
	}
.banner_list li:last-child{ margin-bottom:0;}

.common_button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:35px;
	}	
.common_button_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:420px;
	text-align:center;
	}
.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:10px 20px 12px;
	border-radius:50px;
	text-align:center;
	background:#0cc551;
	}
.common_button h3{
	font-size:26px;
	line-height:28px;
	color:#fff;
	font-weight:bold;
	}
.common_button p{
	font-size:14px;
	line-height:14px;
	letter-spacing:0.3px;
	color:#fff;
	margin-top:6px;
	}
.common_button.banner_button{
	height:58px;
	font-size:23px;
	line-height:55px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.3px;
	padding:0;
	}
.common_button_strip{
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	line-height:14px;
	color:#000;
	font-weight:500;
	margin-bottom: 10px;
	padding: 8px 15px 7px;
	border-radius:50px;
	background:#fffde4;
	}
.common_button_strip img{
	display:inline-block;
	vertical-align:middle;
	width:17px;
	margin:-5px 8px 0 0;
	}
	
.banner_button_text{
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:500;
	margin-bottom:10px;
	position:relative;
	}
.banner_button_text span{
	font-weight:600;
	text-decoration:underline;
	}
.banner_button_text:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width: 8px;
	height: 8px;
	margin:-3px 6px 0 0;
	border: 5px solid #c2ecd9;
	border-radius:50%;
	background:#0cc551;
	}	
.banner_button_list{
	width:100%;
	margin:12px auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items: center;
    align-items: center;
	}
.banner_button_list li{
	font-size:15px;
	line-height:16px;
	color:#000;
	font-weight:500;
	margin-left:15px;
	padding-left:15px;
	border-left:1px solid #000;
	}
.banner_button_list li:first-child{ margin-left:0; padding-left:0; border-left:none;}
.banner_button_list li img{
	display:inline-block;
	vertical-align:middle;
	width:17px;
	margin:-3px 8px 0 0;
	}
.banner_button_text.common_button_text{ margin:10px 0 0;}
	
.banner_right{
	float:right;
	width:44%;
	}
img.banner-prod {
        position: absolute;
    z-index: 9;
    right: -170px;
    top: 100px;
    max-width: 180px;
}
.banner_right_box{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    border: 6px solid #6fb5ec;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    position: relative;
	}
.banner_prod_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:100%;
	position:relative;
	}
.banner-product{
	display: inline-block;
    margin: 0 auto 0 0;
    width: 100%;
    max-width: none;
    position: relative;
    z-index: 1;
	vertical-align: middle;
	}
.banner_seal{
	    position: absolute;
    top: 40px;
    left: 50px;
    width: 120px;
    height: 120px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    padding-top: 26px;
    background: url(../images/banner-seal.webp) no-repeat top center;
    background-size: 100%;
    z-index: 9;
	}
.banner_seal span{
	font-size:21px;
	line-height:21px;
	font-weight:900;
	}
.bnr_rgt_point{
	width:100%;
	margin:100px auto 0;
	padding:0 30px;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content:center;
    justify-content:center;
	}
.bnr_rgt_point li{
	padding:0 36px;
	border-left:1px solid #cccccc;
	}
.bnr_rgt_point li:first-child{ padding-left:0; border-left:none;}
.bnr_rgt_point li:last-child{ padding-right:0;}
.bnr_rgt_point li img{
	display:block;
	margin:0 auto 6px;
	width:55px;
	}
.bnr_rgt_point li p{
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:600;
	}
/*-----------------------
BRAND STRIP
------------------------*/	
.brand_strip{
	float:left;
	width:100%;
	padding:10px 0;
	position:relative;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	}
.brand_box{
	width:100%;
	max-width:100%;
	margin:0 auto 0;
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}	
.feature_text{
	width: 160px;
	font-size: 17px;
	line-height: 26px;
	color: #000;
	font-weight: bold;
	margin: 0px 0 0;
	text-align: left;
	}	
.brand_list{
	width: calc(100% - 170px);
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0;
    position: relative;
    padding: 10px 0;
    overflow: hidden;
	}
.brand_list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    border-left: 1px solid #ddd;
}
.slider_track {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 60s linear infinite;
}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.slider_track li {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    position: relative;
    padding: 0 25px;
}
.slider_track li:after {
        content: '';
    position: absolute;
    top: 5px;
    right: -5px;
    background: #2e95e4;
    width: 10px;
    height: 10px;
    border-radius: 20%;
}	

/*=====SECTION 2=====*/	
.section2{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}

.common_heading{
	font-size:50px;
	line-height:58px;
	color:#000;
	font-weight:bold;	
	}	
.common_text{	
    font-size:18px;
	line-height:28px;
	color:#000;
	margin-top:25px;
	}
.font22{ font-size:22px;}

.section2 .common_text{
	display:inline-block;
	max-width:84%;
}
	
.s2_block{
    width: 100%;
	margin:45px auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
.s2_vdo_box{
	float:left;
	width:44.55%;
	}
.s2_vdo_box_inr{
	float:left;
	width:100%;
	max-width:568px;
	cursor:pointer;
	height:100%;
	}
.s2_vdo_box_inr iframe{
	width:100%;
	height:100%;
	}
.s2-video-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	border:1px solid #caccce;
	border-radius:2px;
	background:#000;
	}
.s2_block_cont{
	float:right;
	width:54%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.s2-product{
	width:168px;
	}
.prod_detail_box{
	width: calc(100% - 168px);
	padding-left: 5px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
	}
.prod_detail_col{
	width:100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.prod_detail_col:first-child{ margin-top:0;}
.prod_detail_img_box{
	width:162px;
	position:relative;
	}
.prod-detail-img{
	    display: block;
    margin: 0 auto 0;
    width: 110px;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0px 6px 14px rgba(0, 0, 0, .3));
	}
.prod-detail-shape{
	position:absolute;
	width:146px;
	left:-120px;
	}
.prod-detail-shape1{ top:30px;}
.prod-detail-shape2{ bottom:-20px;}
.prod_detail_cont_box{
	width:calc(100% - 162px);
	padding-left:0px;
	text-align:left;
	}
.prod_detail_cont_box h3{
	font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
	}
.prod_detail_cont_box p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}

.s2_mid_box{
	width:100%;
	margin:40px auto 40px;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
.s2_mid_col{
	width:24%;
	padding:25px 20px;
	border-radius:10px;
	background:#fff;
	-webkit-box-shadow:0 4px 8px 2px rgba(0,0,0,.1);
	box-shadow:0 4px 8px 2px rgba(0,0,0,.1);
	}
.s2-mid-icn{
	display:block;
	margin:0 auto 10px;
	width:62px;
	}
.s2_mid_col h3{
	    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
	}
.s2_mid_col p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:15px;
	}
	
/*=====SECTION 3=====*/	
.section3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f0f6fb;
	}
.s3_block{
    width: 100%;
    max-width: 1060px;
    margin:20px auto 0;
	
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
 }
.s3_prod_box{
	width:240px;
	}
.s3-product{
	display:block;
	margin:0 auto 0;
	width:100%;
	position:relative;
	z-index:1;
	}
.s3_block_cont{
	width:calc(100% - 248px);
	}
.feature_block{
	float:left;
	width:100%;
	}
.feature_box{
	float:left;
	width:100%;
	position:relative;
	margin-top:20px;
	padding-left: 210px;
	}
.feature_box:first-child{ margin-top:0;}
.feature-shape{
	position:absolute;
	width: 222px;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	}
.feature_col{
    width: 100%;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.feature-icn{
	width:55px;
	}
.feature_col_cont{
	width:calc(100% - 55px);
	padding-left:25px;
	text-align:left;
	}
.feature_col_cont h3{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	}
.feature_col_cont p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:12px;
	}   
.feature-shape.feature-shape5{ transform: scaleY(-1) translateY(80%);}
				
/*-----------------------
SECTION-4
------------------------*/
.sec4{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff7f7;
}
.benfit_sec{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	margin:40px auto 0;
	gap:25px;
}
.benfit_box{
	background:#fff;
	padding:15px 15px 0;
	position:relative;
	color:#fff;
	display:flex !important;
	display: -webkit-flex !important;
	flex-direction: column;
	-webkit-flex-direction: column;
	width:31.5%;
}
.benfit_heading{
	display:flex;
	display:-webkit-flex;
	align-items:center;
}
.benfit_heading p{
	width:calc(100% - 41px);
	position:relative;
	z-index:1;
	text-align:left;
}
.benfit_heading p:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:10px;
	border-top:1px solid #cbd1e1;
	z-index:-1;
}
.benfit_heading span{
	    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    border: 1px solid #ffb1b3;
    border-radius: 100px;
    padding: 2px 15px 3px;
    background: #fff7f7;
}
.benfit_heading img{
	width:41px;
	filter: drop-shadow(1px 18px 12px #bababa);
	-webkit-filter: drop-shadow(1px 8px 10px #bababa);
	margin: 0 0 0 20px;
}
.benfit_img{
	max-width: 100%;
	display: block;
	margin: auto auto 10px;
	position:relative;
}
ul.benfit_list{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	background:#2e95e4;
	padding:15px 10px;
	gap:12px;
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-top: -80px;
	padding: 70px 8px 15px;
}
ul.benfit_list li{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	color:#fff;
	gap:12px;
}
ul.benfit_list li:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#fff;
}
ul.benfit_list li:last-child:after{display:none;}
.benfit_content_hdg{
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #000;
	margin: 20px 0 0;
}
.benfit_content_txt{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin:10px 0 15px;
}
					
/*-----------------------
		SECTION 4
------------------------*/	
.section4{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	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: 20px;
	}	
.ingredientBox{
	    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: center;
    background: #f0f6fb;
    position: relative;
    box-shadow: 0 0 10px #c2e5ff;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #c2e5ff;
}
.prod-btl {
	display: inline-block;
	margin: 15px auto 0;
	max-width: 100%;
	padding: 0 5px;
	width: 167px;
}	
.ing-bnr-imgs{
	max-width:100%;
	margin:0 auto 0;
	display:block;
	}	
.ingbox-top{
	    float: right;
    width: 61%;
    text-align: left;
    position: relative;
    padding: 15px 10px 0;
    background: #2e95e4;
    margin-top: 4px;
    border-radius: 0px;
}
.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 #ffffff;
	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 #ffffff;
	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: 0px 10px 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: 22px;
    background: #11c956;
    color: #fff;
    border-radius: 40px;
    font-weight: 700;
}


/*-----------------------
SECTION-5
------------------------*/
.sec5{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff7f7;
}
.ingred_sec{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	margin:40px auto 10px;
}
.ingred_box{
	width:31.8%;
	background:#fff;
	padding:20px 20px 25px;
	text-align:left;
	border-radius:10px;
}
.ingred_box h3{
	font-size:22px;
	line-height:28px;
	font-weight:800;
}
.ingred_img{
	margin:10px auto 0;
	max-width:100%;
}
.ingred_box p{
	font-size:17px;
	line-height:26px;
	margin:10px 0 0;
}
ul.ingred_list{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	margin:12px 0 0;
}
ul.ingred_list li{
	width:50%;
	text-align:left;
	font-size:15px;
	line-height:20px;
	font-weight:700;
	position:relative;
	padding:0 0 0 15px;
	margin:3px 0px;
}
ul.ingred_list li:before{
	content:'';
	position:absolute;
	left:0;
	top:7px;
	width:6px;
	height:6px;
	background:#000;
	border-radius:50%;
}

.s4_good_stuff_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:45px;
	}
.good_stuff_text{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	width:100%;
	max-width:500px;
	}
.good_stuff_text:before{
	position:absolute;
	left:0;
	right:0;
	content:"";
	background:#0c426d;
	height:1px;
	top:51%;
	}
.good_stuff_text span{
	position: relative;
	padding: 0 15px;
	background: #fff7f7;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	font-weight: 400;
	}
ul.s4_good_stuff_list{
	display: -webkit-flex;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	justify-content:space-between;
	margin:0 auto 0;
	width:100%;
	}
ul.s4_good_stuff_list li{
	margin-top:30px;
	width:16.66%;
	text-align:center;
	position:relative;
	}
ul.s4_good_stuff_list li:after{
	position:absolute;
	content:"";
	top:10px;
	bottom:0;
	right:0;
	border-right:1px solid #d6d8dc;
	}
ul.s4_good_stuff_list li:last-child:after{ display:none;}
ul.s4_good_stuff_list li img{
	display:block;
	margin:0 auto 0;
	width:64px;
	}
ul.s4_good_stuff_list li p{
	font-size:15px;
	line-height:20px;
	color:#000000;
	font-weight:600;
	margin-top:8px;
	text-transform:uppercase;
	letter-spacing:0.2px;
	}

@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 0px 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======*/
/*=====SECTION 5=====*/	
.section5{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f0f6fb;
	}
.s5_block{
	width:100%;
	margin:30px auto 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
.s5_box{
	width:31.6%;
	position:relative;
	}
.s5_box:before{
	content:'';
	position:absolute;
	top: 20px;
	left: 50%;
	right: -60%;
	border-top: 4px dotted #2e95e4;
	}
.s5_box:last-child:before{ display:none;}
.s5_num{
	display:inline-block;
	vertical-align:top;
	width:45px;
	height:45px;
	font-size:25px;
	line-height:38px;
	color:#fff;
	font-weight:bold;
	margin-bottom:30px;
	border:3px solid #fff;
	border-radius:50%;
	position:relative;
	z-index:2;
	background:#2e95e4;
	-webkit-box-shadow:0 2px 8px 4px rgba(0,0,0,.1);
	box-shadow:0 2px 8px 4px rgba(0,0,0,.1);
	}
.s5-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	border:3px solid #70b4ea;
	border-radius:12px;
	box-sizing:content-box;
	}
.s5_box_cont{
	float:left;
	width:100%;
	text-align:left;
	margin-top:20px;
	}
.s5_box_cont h3{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:800;
	}
.s5_box_cont p{
	font-size:18px;
	line-height:26px;
	color:#212529;
	margin-top:10px;
	}
	

/*-----------------------
SECTION-9
------------------------*/
.sec9{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:770px;
	width:100%;
	margin:20px auto 0;
	}
.up-slide-dwn{
	border-bottom:1px dashed #72c0ec;
	}
.accordion{
	text-align:left;
	background:url(../images/close-btn.webp) no-repeat right center;
	background-size:13px;
	padding:22px 20px 22px 0;
	font-size:22px;
	line-height:30px;
	font-weight:700;
	color:#000;
	cursor:pointer;
	position:relative;
	text-transform:capitalize;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.webp) no-repeat right center;
	background-size:13px;
	}
.acdn-content{
	text-align:left;
	padding:0 20px 8px 0;
	}
.acdn-para{
	font-size:17px;
	line-height:25px;
	color:#000;
	padding-bottom:20px;
	}
.up-slide-dwn:last-child{border-bottom:none;}
/*-----------------------
		Footer
------------------------*/
.footer{
	    float: left;
    width: 100%;
    text-align: center;
    background: #f0f6fb;
    padding: 40px 0;
    border-top: 2px solid #72c0ec;
	}
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;}

.banner_heading {font-size: 52px; line-height: 62px;}
.banner_heading span{font-size: 56px;}
.banner-product{ width: 490px;}
.bnr_rgt_point li{ padding: 0 23px;}
.banner_left{width: 53%;}
.banner_right{width: 41%;}
img.banner-prod {right: -157px; top: 90px; max-width: 180px;}

.s2_vdo_box{ width: 39%;}
.s2_block_cont {width: 58.9%;}
.prod_detail_box{width: calc(100% - 130px);}
.s2-product {width: 130px;}

.certifie_col img{ width: 85px;}
.certifie_col_cont{ width: calc(100% - 85px);}
.certifie_col_cont h3{ font-size: 21px; line-height:28px;}

.s5-img{ box-sizing: border-box;}
}


@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{ padding: 40px 0 50px;}
.banner_left{ width: 55%;}
.banner_rating_text{ font-size: 15px; line-height: 16px;}
.banner_rating_text img{ width: 88px;}
.banner_heading {font-size: 36px; line-height: 48px;}
.banner_heading span {font-size: 46px;}
.banner_text{ font-size: 17px; line-height: 25px;}
.banner_list li{ font-size: 19px; line-height: 25px; padding: 0 0 0 32px; background-size: 19px;}
.banner_right{ width: 41.5%;}
.banner_right_box{ padding: 0;}
.banner-product{ width: 381px; margin: 0 auto 0 -20px;}
.banner_seal{ top: -60px; right: 12px; width: 89px; height: 89px; font-size: 14px; line-height: 19px; padding-top: 18px;}
.banner_seal span{ font-size: 17px; line-height: 17px;}
.bnr_rgt_point{ margin: 60px auto 0; padding: 0 15px;}
.bnr_rgt_point li{ padding: 0 7px;}
.bnr_rgt_point li img{ margin:0 auto 5px; width: 37px;}
.bnr_rgt_point li p{ font-size: 13px; line-height: 15px;}

.brand_list{ padding-left: 50px;}
.brand_list li img{ height: 32px;}

.section2{ padding:50px 0 60px;}
.peeps-logo{ margin: 40px auto 0; width: 383px;}
.s2_block{  margin: 40px auto 0;}
.s2_vdo_box{ width: 40%;}
.s2_block_cont{ width: 57%;}
.s2-product{ width: 110px;}
.prod_detail_img_box{ width: 110px;}
.prod_detail_box{ width: calc(100% - 110px); padding-left: 20px;}
.prod-detail-shape{ width: 97px; left: -87px;}
.prod-detail-shape1{top: 21px;}
.prod-detail-shape2{ bottom:-20px;}
.prod_detail_cont_box{ width: calc(100% - 110px); padding-left: 15px;}
.prod_detail_cont_box h3{ font-size:20px; line-height: 28px;}
.prod_detail_cont_box p{ font-size: 15px; line-height: 21px;}

.s2_mid_col{ padding: 22px 15px;}
.s2-mid-icn{ margin: 0 auto 15px; width: 50px;}
.s2_mid_col h3{ font-size: 18px; line-height: 24px; min-height: 48px;}
.s2_mid_col p{ font-size: 14px; line-height: 22px; margin-top:15px;}

.section3{ padding:50px 0 10px;}
.feature_box{ padding-left: 180px;}
.feature-shape{ width: 162px;}
.feature_col_cont h3{ font-size: 22px; line-height: 28px;}
.feature_col_cont p{ font-size: 17px; line-height: 25px;}


.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%;}
.ingbox-top{ width:100%;}


.ingred_box{padding:15px 15px 20px;}
ul.ingred_list li{font-size:14px; line-height:18px;}

.s4_good_stuff_row{ margin-top:45px;}
ul.s4_good_stuff_list li img{ width:55px;}
ul.s4_good_stuff_list li p{ font-size:14px; line-height:18px;}
.good_stuff_text span{ font-size:20px; line-height:25px;}

.blue-strip-rgt{ padding:30px 20px 30px;}
.btn-top{ margin-top:25px;}

.section5{ padding:50px 0 60px;}
.s5_num{ width: 40px; height: 40px; font-size: 20px; line-height: 34px;}
.s5-img{ border:3px solid #70b4ea;}
.s5_box_cont h3{ font-size: 22px; line-height: 28px;}
.s5_box_cont p{ font-size: 17px; line-height: 25px;}

.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: 140px;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{ padding:20px 0 30px; background:#d5e2f2;}
.banner_left{ width:100%; text-align:left;}
.banner_heading{ font-size: 28px; line-height: 36px; margin-top:0;}
.banner_heading span {font-size: 36px;}
.banner_rating_text{ font-size: 12px; line-height: 12px;}
.banner_rating_text img{ width: 72px; margin: -4px 7px 0 0;}
.banner_text{ font-size: 16px; line-height: 24px; margin-top: 15px; width:90%;}
.common_button_box{margin-top: 20px;}

.banner_right_box{ width: calc(100% + 20px); margin-left: -10px; padding: 20px 0 0 0; border: none; border-radius: 0; background: none;}
.banner-product{ width: 100%; margin: 0 auto 0; max-width: 100%;}
img.banner-prod { right: -10px; top: 149px; max-width: 120px;}
.banner_seal{ top: 158px; z-index: 1; left: auto; text-align: center; right: 60px;  z-index: 9; width: 79px; height: 79px; font-size: 12px; line-height: 16px;}
.bnr_rgt_point{ margin: 0 auto 0;}
.bnr_rgt_point li{ padding: 0 16px;}
.bnr_rgt_point li img{ margin:0 auto 5px; width: 40px;}
.bnr_rgt_point li p{ font-size: 14px; line-height: 18px;}

.banner_list{ max-width: 100%; margin-top:30px;}
.banner_list li{ font-size: 16px; line-height: 24px; font-weight: 700; margin-bottom: 7px; padding: 0 0 0 24px; background-size: 16px;}

.bnr_revw{ display:inline-block; vertical-align:top; width:100%; max-width:350px; margin-top:30px; padding:12px 15px; border:1px solid #000; border-radius:10px; position:relative; background:#fff;}
.bnr_revw_cont{ float:left; width:100%; text-align:left; padding-right:96px;}
.bnr_revw_heading{ font-size:18px; line-height:22px; color:#000; font-weight:bold;}
.bnr_revw_text{ font-size:14px; line-height:20px; color:#000; margin-top:7px;}
.bnr_revw_name{ font-size:15px; line-height:17px; color:#000; font-weight:bold; margin-top:10px;}
.bnr-revw-img{ position:absolute; bottom:0; right:0; width:128px;}

.banner_button_text{ font-size: 12px; line-height: 12px;}
.banner_button_text:before{ width: 7px; height: 7px; border: 4px solid #c2ecd9;}
.banner_button_list{ background: #fff; padding: 10px 10px 10px; max-width: 303px; border-radius: 5px;}
.banner_button_list li{ font-size: 13px; line-height: 14px; margin-left: 12px; padding-left: 12px;}
.banner_button_list li img{ width: 13px; margin: -3px 6px 0 0;}
.banner_button_text.common_button_text{ font-size: 14px;line-height: 14px;}
.feature_text{width: 140px;}
.brand_list{width: calc(100% - 150px);}


.section2{ padding: 30px 0;}
.peeps-logo{ margin: 24px auto 0; width: 213px;}
.s2_vdo_box{ width:100%; margin-top:20px; height:250px; overflow: hidden;}
.txt-lft-m{ text-align:left;}
.common_heading{font-size: 30px; line-height: 38px;}
.section2 .common_text{max-width: 100%;}
.common_text{ font-size: 16px; line-height: 24px; margin-top: 15px;}

.s2_block{ width: calc(100% + 20px); margin: 30px auto 0 -10px; padding: 0 0; -webkit-justify-content: center; justify-content: center;}
.s2_block_cont{ width:100%; max-width:364px; position:relative;}
.prod_detail_box{ width:100%; padding:0; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center;}
.s2-product{ display:none;}
.prod-detail-img{ width:80px;}
.prod_detail_col{ width:100%; margin-top:0; -webkit-justify-content: center; justify-content: center; align-items: flex-start;}
.prod_detail_cont_box{ padding-left:0;}
.prod_detail_cont_box h3{ font-size: 18px; line-height: 26px;}
.prod_detail_cont_box p{ font-size: 16px; line-height: 24px;}
.prod_detail_col:first-child .prod_detail_img_box{ margin:0px 0 0 0;}
.prod_detail_img_box{ margin-bottom: 20px;}
.prod-detail-shape{ display:none;}
.prod-detail-shape-m{ position:absolute; width:190px; max-width:none;}
.prod-detail-shape1-m{ bottom: 14px; left: 20px; transform: scaleX(-1) scaleY(-1);}
.prod-detail-shape2-m{ top: 4px; right: 50px;}

.s2_mid_box{ row-gap: 15px; margin: 20px auto 20px;}
.s2_mid_col{ width:49%; padding:10px 10px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start;}
.s2-mid-icn{ margin:5px 0 0; width: 40px;}
.s2_mid_col_cont{ width:calc(100% - 40px); padding-left:10px; text-align:left;}
.s2_mid_col h3{ min-height:auto;justify-content: left; font-size: 15px;  line-height: 22px;}
.s2_mid_col p{ font-size: 16px; line-height: 22px; margin-top: 7px;}

.section3{ padding: 30px 0 10px;}
.feature_box{ margin-top:15px; padding-left:0;}
.feature-shape{ display:none;}
.s3_block{ margin: 30px auto 0; max-width:375px;}
.s3_prod_box{ display:none;}
.s3_block_cont{ width: 100%;}
.feature_col{ -webkit-align-items: flex-start; align-items: flex-start;}
.feature-icn{ width: 41px;}
.feature_col_cont{ width: calc(100% - 41px); padding-left: 12px;}
.feature_col_cont h3{ font-size: 18px; line-height: 24px;}
.feature_col_cont p{ font-size: 16px; line-height: 22px; margin-top: 8px;}
.feature-shape1-m{ position:absolute; max-width:none; width:59px; top: 37px; left: -70px;}
.feature-shape2-m{ position:absolute; max-width:none; width:59px; bottom: 37px; left: -70px; transform: scaleY(-1);}

.sec4{padding:30px 0 40px;}
.benfit_sec{width:calc(100% + 30px); margin-left:-15px; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.benfit_box{margin:0 auto; padding: 15px 15px 0; width:100%;}
.benfit_box:last-child{margin-bottom:0px;}
.benfit_img{max-width:92%;}
ul.benfit_list{width:calc(100% + 30px); margin-left:-15px; margin-top:-80px; padding:84px 8px 15px; gap:15px;}
ul.benfit_list li{font-size:15px; line-height:20px; gap:15px;}
ul.benfit_list li:after{width:8px; height:8px;}
.benfit_heading span{font-size:13px;}
.benfit_heading img{width:30px;}
.benfit_content_hdg{margin:5px 0 0;}
.benfit_content_txt{font-size:16px; line-height:22px;}

.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;}
.ingbox-top{ width:100%;}

.section5{ padding: 30px 0 35px;}
.s5_block{ margin: 10px auto 10px; row-gap: 20px;}
.s5_box{ width:100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center;}
.s5-img{ width: 80px; height: 80px; object-fit: cover; position: relative; z-index: 2; border: 2px solid #70b4ea;}
.s5_box_cont{ width:calc(100% - 80px); margin-top:0; padding-left:10px;}
.s5_num{ position:absolute; top: 0px; left: 28px; width: 27px; height: 27px; font-size: 14px; line-height: 21px; margin: 0; z-index:3;}
.s5_box_cont h3{ font-size: 18px; line-height: 26px;}
.s5_box_cont p{ font-size: 16px; line-height: 24px; margin-top:5px;}
.s5_box:before{ top: 30px; left: 51px; right: auto; bottom: -20px; border-left: 2px dotted #2e95e4; border-top:none;}

.s4_good_stuff_row{ margin-top:25px;}
.good_stuff_text span{ font-size:16px; line-height:24px; padding:0 10px;}
.good_stuff_text:before{ height:1px; top:53%;}
ul.s4_good_stuff_list{flex-wrap: wrap; margin:5px 0 5px;}
ul.s4_good_stuff_list li{ width:33.33%; margin-top:15px;}
ul.s4_good_stuff_list li:after{ display:none;}
ul.s4_good_stuff_list li p{ font-size:12px; line-height:16px;}

.sec6{padding:30px 0 40px;}
.sec5_block{ width:calc(100% + 30px); margin:25px 0 0 -15px; max-width:none;}
.sec5_order_box {padding: 15px 120px 20px 15px;}
.s5_order_head{ font-size:19px; line-height:26px; letter-spacing:0;}

.odr_date_box{margin-top:15px;}
.odr_date_box h3{ font-size:44px; line-height:42px;}
.date_cont{width:calc(100% - 40px);padding-left:5px;}
.date_cont p{ font-size:16px; line-height:20px;}
.date_cont p span{ font-size:16px;}
.s5_women{width: 150px;}
.s5_prod{ right: 40px; width: 78px; bottom: -10px;}
.s5_box{ max-width: 100%; margin-top: 10px; padding: 0 0 0 0px;  align-items: flex-end;}
.s5_box_row{ padding:15px 15px 20px;}
.s5_box_row:before{ width:12px; height:12px; left:-35px; top:20px;}
.s5_box:before{ top: 80px; left: 40px; bottom: -36%;}
.s5_box_row:after{ top:20px; width:12px; height:12px; left:-5px;}
.s5_box_row h3{ font-size:18px; line-height:26px;}
ul.s5_list li{ font-size:16px; line-height:24px; margin-top:10px; background-size:18px; padding-left:25px; background-position:0 2px;}

.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;}

.sec9{padding:30px 0;}
.accordion{font-size:17px; line-height:22px; padding: 18px 20px 18px 0;}
.acdn-para{font-size:15px; line-height:22px;}

#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; }  
	}

}