@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Figtree';
	font-weight: 400;
	}
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; 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;
	}

/*-----------------------
FONTS
------------------------*/

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-ExtraBold.woff2') format('woff2'),
        url('Figtree-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Bold.woff2') format('woff2'),
        url('Figtree-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-SemiBold.woff2') format('woff2'),
        url('Figtree-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Medium.woff2') format('woff2'),
        url('Figtree-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Regular.woff2') format('woff2'),
        url('Figtree-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.wrapper{
	width:100%;
	overflow:hidden;
	}
	
/*-----TOP STRIP------*/	
.top_strip{
	float:left;
	width:100%;
	background: #ffe657;
	padding:8px 0;
	}
.strip_timer_row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content:center;
    align-items:center;
	column-gap:15px;
	}
.top_strip_text{
    font-size: 16px;
    line-height: 18px;
	text-transform:uppercase;
	letter-spacing:0.3px;
	color:#000;
    font-weight: 600;
	display: -webkit-flex;
    display: flex;
	align-items:center;
	column-gap:7px;
	text-align: left;
	}
.top_strip_text p strong{ font-weight:800;}
.top_strip_text img{
	width:18px;
	vertical-align:middle;
	margin-top:-2px;
	}
#clockdiv{
   display: -webkit-flex;
    display: flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	border-radius:4px;
	padding:0 10px 3px;
	column-gap:7px;
	}
#clockdiv div > span{
    text-align: center;
    color: #000;
    font-size:14px;
    line-height:16px;
    font-weight: bold;
	}
#clockdiv .smalltext {
    font-size:8px;
    line-height: 8px;
    color: #5a5a5a;
    text-align: center;
	letter-spacing: 0.3px;
	}
#clockdiv p{
    color: #000;
    font-size:20px;
	font-weight:500;
	line-height:20px;
    text-align: center;
	}


/*------HEADER-------*/	
.header_section{
	float:left;
	width:100%;
    background: #fff;
	border-bottom:1px solid #ddd;
	}
header{
	float:left;
	width:100%;
	margin-bottom:65px;
	position:relative;
	z-index:9;
	}
.header__inner{
	float:left;
	width:100%;
	height:65px;
	margin-top: -65px;
	top:65px;
	position:relative;
	z-index:1;
	}
.fixed-nav .header__inner{
	width:100%;
	background:#fff;
	position: fixed;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);	
	}			
.logo{
	float:left;
	width:160px;
	margin-top:20px;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:middle;
	position: absolute;
	min-width:540px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	}
ul.topMenu li{
	float:left;
	padding:24px 15px;
	position:relative;
	}
ul.topMenu li a{
	font-size:16px;
	line-height:20px;
	font-weight:600;
	letter-spacing:0.2px;
	color:#000000;
	}
.header_button{
	float:right;
	width: 150px;
    height: 40px;
    background: #000000;
    border-radius: 50px;
    font-size: 16px;
    line-height:20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.3px;
	margin-top:14px;
	display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
	}		
	

/*-------Banner------*/
.banner{
	float:left;
	width:100%;
    position: relative;
	padding:35px 0 40px;
	overflow:hidden;
	}
.banner__row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	}
.banner_left{
	width: 54%;
    text-align: left;
	}
.banner_heading{
	font-size: 50px;
    line-height: 55px;
    font-weight: 800;
	letter-spacing:-0.5px;
    color: #000;
	}
.banner_heading span{
	display: inline-block;
	vertical-align:top;
	background:#000;
	font-size:42px;
	line-height: 42px;
	color:#fff;
	padding:0 10px 8px;
	transform:rotate(-6deg);
	}
.formulate_strip{
	display: inline-block;
	vertical-align:top;
	background:#ffdb4c;
	margin-top:20px;
	font-size:18px;
	line-height:22px;
	font-weight:600;
	color:#000;
	padding:7px 20px 7px 10px;
	}
ul.banner_list{
	display: inline-block;
	vertical-align:top;
	margin-top:15px;
	}
ul.banner_list li{
	font-size:18px;
	line-height:22px;
	color:#000000;
	font-weight:600;
	letter-spacing:0.3px;
	text-align:left;
	padding-left:25px;
	background:url(../images/banner_list-tik.webp) no-repeat left 1px;
	background-size:18px;
	margin-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid #ddd;
	}
ul.banner_list li:last-child{ border:none;}
.banner__testi{
	display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
	background:#fffaee;
	border:1px solid #eacc86;
	border-radius:5px;
	padding: 2px 5px 2px 2px;
	position:relative;
	width:100%;
	max-width:495px;
	margin-top:25px;
	column-gap:15px;
	}
.banner__testi-image{
	width:153px;
	flex-shrink: 0;
	}
.banner__testi-image img{
	max-width:100%;
	vertical-align:middle;
	margin:0 auto;
	}
.banner__testi-content{
	text-align:left;
	}
.testi__star{
	width:70px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:6px;
	}
.testi__text{
	font-size:14px;
	line-height:19px;
	color:#000;
	font-weight:500;
	}
.testi__name{
	margin-top:10px;
	font-size:12px;
	line-height:16px;
	color:#000;
	}
.testi__name span{
	font-weight:700;
	}
.testi__name img{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-1px 2px 0;
	}

	
.banner_right{
	width:45%;
	position:relative;
	}
.hero_product{
	position:absolute;
	right:-130px;
	top:30px;
	width:759px;
	}


/*-------COMMON-CSS-------*/

.common_heading{
	color:#000000;
	font-size: 50px;
    line-height: 56px;
	letter-spacing:-0.5px;
    font-weight: bold;
	}	
.heighlight-text{
	display: inline-block;
    background: #000;
    font-size: 50px;
    line-height: 47px;
    color: #fffaee;
    padding:6px 10px 10px;
	text-box: trim-both cap alphabetic;
    transform: rotate(-6deg);
	-webkit-transform: rotate(-5deg);
	margin-top:-3px;
	}
.common_text{
	color:#000000;
	font-size: 18px;
    line-height: 25px;
	font-weight:500;
    margin-top: 20px;
	}

.button_box{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	margin-top:45px;
	justify-content: start;
	}
.button_center {
    justify-content: center;
	}
.banner_left .button_box{ margin-top:30px;}	 
.button_col{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width:400px;
	width:100%;
	text-align:center;
	}
.common_button{
	width: 100%;
	display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    height: 62px;
    color: #fff;
    font-size: 21px;
	line-height:25px;
	letter-spacing:0.3px;
    font-weight: bold;
    border-radius:50px;
    position: relative;
    overflow: hidden;
    text-align: center;
	text-transform:uppercase;
	}
	
.ship_text{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	font-size:16px;
	line-height:20px;
	color:#000;
	margin-bottom:10px;
	position:relative;
	}
.ship_text:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:9px;
	height:9px;
	background:#42c216;
	border-radius:50%;
	margin:-1px 7px 0 0;
	animation:breath 1.3s infinite;
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0.5;}
	100% { opacity:1;}
	}
.balance_icon{
	width:10px;
	margin:0 6px;
	animation:rotate 2.5s  ease-in-out forwards infinite 
}
@keyframes rotate{
0%{transform:rotate(0)}
50%{transform:rotate(180deg)}
100%{ transform:rotate(180deg)}
}
.low-stock-row{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	width:75px;
	margin:0 10px;
	}
.low-stock-indicater{
	width:12px;
	height:12px;
	background:#e6e6e6;
	}
.low-stock-indicater.active > span{
	background:#ef2000;
	width:100%;
	height:100%;
	float:left;
	}
.fade{
	animation:fade 1.2s ease infinite;
	}
@keyframes fade{
	0%{ opacity:1;}
	50%{ opacity:0.1;}
	100%{ opacity:1;}
	}
.ship_text span{
	color:#ff0000;
}

ul.button_list{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	column-gap:15px;
	margin-top:8px;
	}
ul.button_list li{
	font-size:14px;
	line-height:17px;
	font-weight:600;
	color:#000;
	text-align:left;
	display:flex;
	display:-webkit-flex;
	align-items: center;
	column-gap:5px;
	}
ul.button_list li img{
	width:15px;
	vertical-align:middle;
	}
	
/*==========================*/
.as_seen_on{
	float:left;
	width:100%;
	padding:25px 0;
	background: #ffdb4c;
	overflow:hidden;
	}
.as_seen_on p{ font-size:13px; line-height:20px; letter-spacing:0.3px; text-transform:uppercase; font-weight:bold;}
ul.brand__list{
    display: flex;
	display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
	column-gap: 30px;
	}
ul.brand__list li{
	display: flex;
    align-items: center;
    justify-content: center;
	padding:0 25px;
	position:relative;
	}
ul.brand__list li img{
	height: 30px;
	max-width: none;
	width:auto;
	}
.brand_strip_scroller {
	width: 100%;
	padding: 15px 0 0;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	}
ul.scroll_brand_list {
	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 20s linear infinite;
	}
ul.scroll_brand_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	position: relative;
	}
ul.scroll_brand_list li img {
	height:25px;
	width: auto;
	}

@keyframes marquee-horizontal {
from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}
}

/*========Section-1========*/
.section1{
	float:left;
	width:100%;
	padding:65px 0;
	}
.sec1_row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width:100%;
	margin:0 auto;
	margin-top:30px;
	}
.sec1_face-img{
	width:31%;
	}
.sec1_face-img img{
	vertical-align:middle;
	border-radius:10px;
	margin:0 auto;
	max-width:100%;
	}	
.reasons_box{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    width:32.50%;
	}
.reasons_box-col{
	width:100%;
	text-align:left;
	padding:20px 0 20px 60px;
	position:relative;
	border-bottom:1px solid #ddd;
	}
.reasons_box-col:last-child{ border:none;}
.reason-icon{
	position:absolute;
	left:0;
	top:20px;
	width:45px;
	}
.reason_number{
	display:inline-block;
	vertical-align:middle;
	background:#ffe9e9;
	border:1px solid #f11e1e;
	border-radius:40px;
	padding:3px 10px;
	font-size:14px;
	line-height:14px;
	color:#000000;
	font-weight:bold;
	}
.reason_heading{
	color:#000000;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	margin-top:10px;
	}
.reason_text{
	color:#000000;
	font-size:16px;
	line-height:22px;
	margin-top:5px;
	}	
.sec1-btm-text {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-top: 40px;
	}
.sec1_red-box{
	width:100%;
	max-width:970px;
	margin:45px auto 0;
	background:#fff2f2;
	border-radius:10px;
	border:1px solid #ff1a1a;
	}	
.sec1_red-box-heading{
	background:#ff1a1a;
	padding:10px;
	font-size:26px;
	line-height:34px;
	color:#ffffff;
	font-weight:bold;
	border-radius:10px 10px 0 0;
	}
.sec1_red-box-mdl{
	display: -webkit-flex;
    display: flex;
	justify-content: space-between;
    align-items: center;
	padding:20px 30px 30px;
	}
.sec1_red-box-mdl-left{
	width:52%;
	text-align:left;
	}
.sec1_red-box-mdl-right{
	width:45%;
	text-align:center;
	position:relative;
	}
.sec1_blank-prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.sec1-arrow{
	position:absolute;
	right:0;
	bottom:60px;
	}
ul.sec1_red-box-list{
	display: -webkit-flex;
    display: flex;
	justify-content: center;
	column-gap:15px;
	margin:0 auto;
	}
ul.sec1_red-box-list li{
	width:95px;
	border:1px solid #F00;
	border-radius:50%;
	overflow:hidden;
	padding:4px;
	}
ul.sec1_red-box-list li img{
	border-radius:50%;
	display:block;
	margin:0 auto;
	max-width:100%;
	}

/*========Section-2========*/
.section2{
	float:left;
	width:100%;
	background:#fffaee;
	padding:60px 0 150px;
	}
.sec2_box{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	width:100%;
	max-width:970px;
	margin:0 auto;
	margin-top:20px;
	}
.sec2_box-row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	padding:40px 0;
	border-bottom:3px solid #000;
	}
.sec2_box-col-1{
	text-align:left;
	}
.collection_head{
	float: left;
    width: 100%;
	}
.product_name{
	font-size:26px;
	line-height:26px;
	color:#000000;
	font-weight:bold;
	}
.collection_row {
    float: left;
    width: 100%;
	}
.product_review{
	font-size:12px;
	line-height:18px;
	color:#000000;
	margin-top:10px;
	}
.product_review img{
	width:60px;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	}
ul.product_ingredients-list{
	display: -webkit-flex;
    display: flex;
	column-gap: 17px;
	padding:5px 0;
	border-bottom:2px solid #eeebe4;
	border-top:2px solid #eeebe4;
	margin-top:15px;
	max-width: max-content;
	min-width: 560px;
	}
ul.product_ingredients-list li{
	display: -webkit-flex;
    display: flex;
	align-items: center;
    column-gap: 6px;
	}
ul.product_ingredients-list li img{
	height:40px;
	width:auto;
	}
ul.product_ingredients-list li p{
	font-size:18px;
	line-height:20px;
	color:#000000;
	font-weight:500;
	}
.include_heading{
	display: -webkit-flex;
    display: flex;
	align-items: center;
    column-gap: 8px;
	margin-top:20px;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}
.include_heading img{
	vertical-align:middle;
	width:18px;
	}
ul.include_list{
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	row-gap:10px;
	column-gap:20px;
	margin-top:20px;
	width:100%;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
	padding-left:5px;
	}
ul.include_list li{
	width:47%;
	text-align:left;
	font-size:18px;
	line-height:22px;
	color:#000000;
	position:relative;
	padding-left:18px;
	}
ul.include_list li:before{
	display:inline-block;
	vertical-align:middle;
	width:7px;
	height:7px;
	background:#000;
	border-radius:50%;
	content:"";
	position:absolute;
	left:0;
	top:7px;
	}
.sec2_box-col-2{
	width:300px;
	text-align:center;
	flex-shrink: 0;
	}	
.sec2_product{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
	
.result-face{
	display:block;
	margin:50px auto 20px;
	max-width:100%;
	}	
.result_row{
	float:left;
	width:100%;
	margin-top:40px;
	display: -webkit-flex;
    display: flex;
	}
.result_col{
	width:394px;
	display: -webkit-flex !important;
    display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0 5px;
	}
.result_col-image{
	width:49.50%;
	position:relative;
	}
.result_col-image img{
	display:block;
	margin:0 auto;
	border-radius:8px;
	max-width:100%;
	}
.result_col-image span{
	position:absolute;
	left:50%;
	bottom:18px;
	transform:translateX(-50%);
	width:70px;
	background:#000000;
	border-radius:40px;
	padding:3px 12px;
	color: #fff;
    font-size: 16px;
    line-height: 20px;
	}
.result_col-image span.result-aftr{
	background:#f9da67;
	color:#000;
	}
	
/*========Section-3========*/
.section3{
	float:left;
	width:100%;
	overflow-x: clip;
	padding:70px 0 60px;
	background: #FFF6D7;
	background: radial-gradient(circle, rgba(255, 246, 215, 1) 0%, rgba(255, 222, 89, 1) 100%);
	}
.sec3_line{
	display:block;
	margin:20px auto 20px;
	}
.sec3_product1{
	position:absolute;
	left:120px;
	top:-110px;
	width:116px;
	transform:rotate(-17deg);
	}
.sec3_product2{
	position:absolute;
	left:-30px;
	top:180px;
	width:210px;
	transform:rotate(12deg);
	}
.sec3_product3{
	position:absolute;
	right:180px;
	top:-150px;
	width:80px;
	transform:rotate(18deg);
	}
.sec3_product4{
	position:absolute;
	right:-10px;
	top:60px;
	width:180px;
	transform:rotate(-13deg);
	}
.sec3_product5{
	position:absolute;
	right:150px;
	top:160px;
	width:80px;
	transform:rotate(-17deg);
	}
.sec3_row{
	grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
	width:100%;
	}
.sec3_col{
	background:#fffaee;
	border-radius:10px;
	display: flex;
    display: -webkit-flex;
	padding:15px;
	text-align:left;
	column-gap:15px;
	position:relative;
	z-index:2;
	}
.sec3_col-icon img{
	width:45px;
	}
.sec3_col-content h3{
	color: #000000;
    font-size: 20px;
    line-height: 24px;
	font-weight:bold;
	}
.sec3_col-content p{
	color: #000000;
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
	}

/*========Section-4========*/
.section4{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fffaee;
	}
.s4_block{
	width:100%;
	margin:25px auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s4_cont{
	width:48.5%;
	text-align:left;
	}
.s4_img_box{
	width:49.2%;
	margin-top:20px;
	}
.s4-img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	border-radius:20px;
	}
.rebulid_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:5px;
	}
.rebulid_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
.rebulid_col{
    width: 100%;
	column-gap:12px;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
    -webkit-align-items: center;
    align-items: center;
	}
.rebuild_percent{
	width:100px;
	height:90px;
    font-size:35px;
    line-height:44px;
	color:#000;
	font-weight:700;
	flex-shrink: 0;
	
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #ffdb4c;
	background: #fff;
	border-radius: 10px;
	}
.rebuild_content h3{
    font-size:20px;
    line-height:25px;
	letter-spacing:-0.32px;
	color:#000;
	font-weight:700;
	}
.rebuild_content p{
    font-size:18px;
    line-height:22px;
	color:#000;
	margin-top:5px;
	}
.rebulid_bar{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:12px;
	margin-top:12px;
	border-radius:50px;
	background:#e1e1e1;
	border:1px solid #000;
	}
.rebulid_bar span{
	float:left;
	height:100%;
	border-radius:50px;
	background: #ffdb4c;
    transition: all ease 0.6s;
	}
.s4_consumer_study {
	font-size: 14px;
	line-height: 18px;
	letter-spacing:0.3px;
	color: #575757;
	margin-top: 30px;
	}
/*========Section-5========*/
.section5{
	float:left;
	width:100%;
	padding:60px 0;
	overflow:hidden;
	}
.s5_ingredient_row{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	margin:50px auto 0;
	row-gap:30px;
	}
.s5_ingredient_col{
	width:48.5%;
	background:#fef6dd;
	overflow:hidden;
	border-radius:5px;
	}
.s5_ingredient_col_top{
	width:100%;
	background:#ffd356;
	padding:12px 15px;
	display: -webkit-flex;
    display: flex;
	justify-content:flex-start;
	align-items:center;
	column-gap:10px;
	}
.s5_ingredient_col_top_icn{
	width:40px;
	flex-shrink:0;
	}
.s5_ingredient_col_top_icn img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s5_ingredient_col_heading{
	text-align:left;
	}
.s5_ingredient_col_heading h3{
	font-size:22px;
	line-height:26px;
	color:#000000;
	font-weight:700;
	}
	
.s5_ingredient_col_btm{
	width:100%;
	padding:15px 15px 20px;
	text-align:left;
	}
.s5_ingredient_col_text1{
	font-size:18px;
	line-height:24px;
	color:#000000;
	}
.s5_ingredient_content_box{
	width:100%;
	}
.s5_ingredient_content_row{
	width:100%;
	display: -webkit-flex;
    display: flex;
	justify-content:flex-start;
	align-items:center;
	column-gap:10px;
	border-bottom:1px solid #d7d7d7;
	padding:12px 0;
	}
.s5_ingredient_content_row:last-child{
	border-bottom:none;
	padding-bottom:0;
	}
.s5_ingredient_content_icn{
	width:75px;
	flex-shrink:0;
	}
.s5_ingredient_content_icn img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s5_ingredient_content_info{
	text-align:left;
	}
.s5_ingredient_content_text1{
	font-size:18px;
	line-height:24px;
	color:#000000;
	font-weight:700;
	}
.s5_ingredient_content_text2{
	font-size:18px;
	line-height:24px;
	color:#000000;
	margin-top:2px;
	}
	
.s5_promise_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:60px;
	}
.s5_promise_heading{
	font-size:24px;
	line-height:30px;
	color:#000000;
	font-weight:700;
	display: -webkit-flex;
    display: flex;
	justify-content: center;
	align-items:center;
	margin:0 auto 0;
	position:relative;
    width: 100%;
    max-width: 970px;
	}
.s5_promise_heading span{ padding:0 15px;}
.s5_promise_heading:before, .s5_promise_heading:after{
	content:"";
	flex-grow:1;
	border-top:2px solid #595959;
	}
.s5_promise_row{
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin:40px auto 0;
	}
.s5_promise_col{
	width:14%;
	text-align:center;
	}
.s5_promise_col_icn{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:78px;
	}
.s5_promise_col_text{
	font-size:18px;
	line-height:22px;
	color:#000000;
	font-weight:500;
	margin-top:12px;
	}

	
/*========Section-6========*/
.section6{
	float:left;
	width:100%;
	background:#fffaee;
	padding:60px 0 65px;
	}
.s6_block{
	width:100%;
	margin:40px auto 20px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
.s6_img_box{
	float:left;
	width:43%;
	}
.s6_img{
	display:block;
	margin:0 auto;
	max-width: 100%;
	border-radius:15px;
	}	
.s6_cont{
	float:right;
	width:52%;
	padding-top:30px;
	}
.s6_points{
	float:left;
	width:100%;
	}
.s6_points li{
    float: left;
    width: 100%;
    padding:0 0 50px;
    text-align: left;
    position: relative;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	align-items:flex-start;
	column-gap:15px;
	}
.s6_points li:last-child{
	padding-bottom:0;
	}
.s6_points li:before{
	content:'';
	position:absolute;
	top:65px;
    left:24px;
    bottom:10px;
    border-left: 2px dotted #000;
	}
.s6_points li:last-child:before{ display:none;}

.s6_points_left{
	width:55px;
	height:55px;
	border:1px solid #000;
	border-radius:50%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	flex-shrink:0;
	}
.s6_points_icn{
	width:40px;
	}
.s6_points_right{
	text-align:left;
	position:relative;
	}
.s6_points_right:before{
	content:"";
	position:absolute;
	top:13px;
	left:0;
	right:20px;
	border-top:1px solid #ffdb4c;
	}
.s6_points_count{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:700;
	text-transform:uppercase;
	border-radius:50px;
	text-align:center;
	background:#ffdb4c;
	padding:5px 15px 3px;
	position:relative;
	}
.s6_points_img{
	float:right;
	width:112px;
	border-radius:50%;
	position:relative;
	margin:-40px 0 0;
	}
.s6_points_text1{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:700;
	margin-top:15px;
	}
.s6_points_text2{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-top:12px;
	}
	
/*========Section-7========*/
.section7{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 60px;
	}
.s7_box{
	width:100%;
	max-width:2000px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	overflow: hidden;
	margin:35px auto 0;
	}
.s7_row{
	width: auto;
	display:flex;
	display:-webkit-flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee-horizontal 40s linear infinite;
	}
.s7_col{
	width:19%;
	background:#fffaee;
	border:1px solid #ffdb4c;
	border-radius:10px;
	padding:8px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 15px;
	}
.s7_col_inner{
	width:49.5%;
	position:relative;
	overflow:hidden;
	border-radius:7px 0 0 7px;
	}
.s7_col_inner2{
	border-radius:0 7px 7px 0;
	}
.s7_col-img{
	display:block;
	margin:0 auto;
	width:100%;
	}
.s7_col_text{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:18px;
	font-size:14px;
	line-height:18px;
	letter-spacing:0.2px;
	color:#fff;
	background:#000;
	border-radius:50px;
    padding:2px 5px 3px;
	width:60px;
	}
.s7_col_after{
	color:#000;
	background:#f9da67;
	}
	
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
}
	

/*========Section-8========*/
.section8{
	float:left;
	width:100%;
	background:#fffaee;
	padding:60px 0 70px;
	}
	
.compare-Box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:670px;
	margin:60px 0 0;
	}
.compare-col1{
	float: left;
    width:44%;
    position: relative;
	}
.compare-list{
	float:left;
	width:100%;
	}
.compare-list li{
	float:left;
	width:100%;
	height:88px;
	font-size:22px;
	line-height:26px;
	color:#000;
	position:relative;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content:center;
	border-bottom:1px solid #f4f0e6;
	}
.compare-list li:nth-child(odd){
	background:#fcf7ed;
	}
.compare-list li:first-child{
	border-top:1px solid #f4f0e6;
	}
.compare-col1 .compare-list li{
	justify-content:start;
	padding:5px 10px 5px 20px;
	text-align:left;
	}
.compare-col1 .compare-list li:nth-child(odd){
	border-left:1px solid #f4f0e6;
	}
	
.compare-col2{
	float:left;
	width:26%;
	border:2px solid #ffe16c;
	background:#fff;
	border-radius:10px;
    padding: 0 0 25px;
	}
.compare-top{
	float:left;
	width:100%;
	height:170px;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	padding:0 0 30px;
	}
.compare-logo{
	display:block;
	margin:0 auto;
	width:120px;
	}	
.compare-top p{
	font-size:22px;
	line-height:26px;
	color:#000;
	}
.compare-prod-img{
	display:block;
	margin:-35px auto 20px;
	max-width:100%;
	width:128px;
	}
.compare-brand-img{
	display:block;
	margin:10px auto 20px;
	max-width:100%;
	width:141px;
	}
.compare-icn{
	display:block;
	margin:0 auto;
	width:38px;
	}	
.compare-col3{
	float:left;
	width:30%;
	}

.compare-col3 .compare-list li:nth-child(odd){
	border-right:1px solid #f4f0e6;
	}
.compare-col2 .compare-list li{
	border:none;
	background:none;
	}

	
.guarantee-box{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	flex-direction: column;
	width:100%;
	max-width:970px;
	margin:50px auto 0;
	border-radius:10px;
	overflow:hidden;
	}
.guarantee-top{
	width:100%;
	background:#000;
	padding:20px 20px;
	}
.guarantee-content{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	background:#ffdb4c;
	padding:0 0 35px;
	}
.guarantee-content-left{
	width:47%;
	position:relative;
	}
.guarantee-img{
	position:absolute;
	left:0;
	top:0;
	width:478px;
	}
.money-back-seal{
	display:block;
	margin:20px auto 0;
	width:128px;
	max-width:100%;
	}
.guarantee-content-right{
	width:53%;
	text-align:left;
	padding:0 30px 0 0;
	}
.guarantee-heading{
	font-size:38px;
	line-height:42px;
	color:#ffdb4c;
	font-weight:800;
	}
.guarantee-text{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-top:20px;
	}	
	
.guarantee-box .button_box { margin-top: 35px;
	}
	


/*========Section-9========*/
.section9{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
	}	
.testimonial-box{
	width:100%;
	margin:40px auto 0;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.testimonial-col{
	width:31.5%;
	height:100%;
	background:#fffaee;
	padding:20px 20px 25px;
	border-radius:10px;
	border:1px solid #ffdb4c;
	display:flex !important;
	display:-webkit-flex;
	flex-direction:column;
	justify-content:space-between;
	}
.testimonial-col-top{
	width:100%;
	text-align:left;
	}
.testimonial-col-text1{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:700;
	}
.testimonial-col-star{
	display:block;
	width:80px;
	margin-top:15px;
	}
.testimonial-col-text2{
	font-size:18px;
	line-height:25px;
	color:#000;
	margin-top:10px;
	}
.testi-verify-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items: center;
	margin-top:20px;
	}

.testi-verify-name-text{
	font-size:16px;
	line-height:20px;
	font-weight:600;
	color:#000;
	}
.testi-verify-text{
	font-size:14px;
	line-height:17px;
	letter-spacing:0.3px;
	font-weight:400;
	}
.verify-icn{
	display:inline-block !important;
	vertical-align:middle;
	width:13px;
	margin:-2px 3px 0 5px;
	}


/*========Section-10========*/
.section10{
	float:left;
	width:100%;
	background:#fffaee;
	padding:60px 0 50px;
	}
	
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:830px;
	width:100%;
	padding:0 25px 15px;
	margin:20px 0 0;
	}
.up-slide-dwn{
	border:1px solid #eae8e1;
    position:relative;
	width:100%;
	background:#fff;
	box-shadow:0 0 6px 2px rgba(0,0,0,0.1);
	border-radius:12px;
	margin-top:15px;
	}
.accordion{
	font-size:20px;
	line-height:26px;
	color:#000000;
	text-align:left;
	font-weight:bold;
	background:url(../images/down.webp) no-repeat right 20px center;
	padding:20px 40px 20px 25px;
	cursor:pointer;
	position:relative;
	background-size:12px;
	}
.acdn-heading.accordion-open{
	background:url(../images/up.webp) no-repeat right 20px center;
	background-size:12px;
	}
.acdn-content{
	text-align:left;
	padding:0 50px 10px 25px;
	}
.acdn-para{
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-bottom:20px;
	}
	
	
/*====footer====*/
footer{
	float:left;
	width:100%;
	padding:50px 0;
	}
.footer_content{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	text-align:center;
	justify-content: center;
	}
.footer_logo{
	display:block;
	margin:0 auto 25px;
	width:160px;
	}
.footer_links{
	color:#000000;
	font-size:18px;
	line-height:25px;
	letter-spacing:0.3px;
	margin-bottom:10px;
	}
.footer_links a{color:#000000;}

.copyright_text{
	color:#000000;
	font-size:18px;
	line-height:25px;
	letter-spacing:0.3px;
	}	

		
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}
.fs-16{ font-size:16px; line-height:23px;}
.fs-18{ font-size:18px !important; line-height:24px !important;}
.fs-45{ font-size:45px; line-height:55px;}
.mt-0{ margin-top:0 !important;}
.mt-10{ margin-top:10px !important;}
.fw-600{ font-weight:600;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}
.hide-1200{ display:none;}

.hero_product{width: 650px;}
.banner_heading{font-size: 44px;line-height: 52px;}
.banner_heading span{font-size: 38px; line-height: 38px;}

ul.brand__list{ column-gap: 0;}

.common_heading{font-size: 45px; line-height: 52px;}
.heighlight-text{font-size: 45px; line-height:45px;}

.sec3_product1{width: 106px;}
.sec3_product2{width: 200px;}
.sec3_product3{width: 70px;right: 130px;}
.sec3_product4{top: 70px;  width: 170px;}
.sec3_product5{right: 100px; top: 210px; width: 60px;}
.sec3_row{grid-column-gap: 20px;}



}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}


.banner_left{ width:70%;}
.banner_heading {font-size: 40px;line-height: 45px;}
ul.banner_list li{font-size: 16px; line-height: 21px;}
.banner_right{ width:30%;}
.hero_product {width: 430px;}


ul.brand__list li{padding: 0 12px;}

.common_heading {font-size: 40px;line-height: 50px;}
.common_text{ font-size:17px;}

.section1{ padding:50px 0;}
.sec1_row{ max-width:650px;}
.reasons_box{width:100%;}
.sec1_face-img{order: 1; width:100%;}
.reasons_box1{order: 2;border-bottom: 1px solid #ddd;}
.reasons_box2{order: 3;}
.sec1_red-box{margin: 30px auto 0;}

.sec2_box-col-1{ width:75%;}
.sec2_box-col-2{ width:25%;}
ul.product_ingredients-list li p{font-size: 15px;}
ul.product_ingredients-list li img {height: 35px;}
ul.include_list li{ font-size:16px; line-height:22px;}


.sec3_product1 {width: 95px;left: 30px;}
.sec3_product2 { width: 180px;top: 205px;}
.sec3_product3 {width: 60px;right: 50px;}
.sec3_product4 {top: 60px; width: 145px;}

.sec3_row{grid-template-columns: 1fr 1fr;}


.s4_block { max-width:580px; margin: 35px auto 0;}
.s4_img_box { width:100%; margin-top:0;}
.s4_cont { width:100%;}

.s6_block { max-width:580px; margin:60px auto 0;}
.s6_cont {width:100%; padding-top:0px;}
.s6_img_box {width:100%;}

.guarantee-heading {font-size: 30px; line-height: 36px;}
.guarantee-img{ display:none;}
.guarantee-content-left { width: 28%;}
.guarantee-content-right { width: 72%;}



}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.strip_timer_row{column-gap: 12px;}
.top_strip_text{font-size: 13px; line-height: 16px;}
.top_strip_text p strong{ font-size:14px;}
.top_strip_text img{ margin-top:-5px;}


header{margin-bottom: 50px;}
.header__inner {height: 50px;margin-top: -50px;top: 50px;}
.logo{ width:130px; float:none; margin:15px auto 0;}


.banner{ padding:20px 0 30px;}
.banner_left{ width:100%;text-align: center;}
.banner_heading {font-size: 30px;line-height: 34px;letter-spacing: -1px; font-weight:bold;}
.banner_heading span {font-size: 25px;line-height: 26px;padding: 0 10px 4px;}
.formulate_strip{ font-size:16px; line-height:20px; font-weight:500; background:none; padding:0;margin-top: 10px;}
.hero_product-mob{ display:inline-block; vertical-align:top; width:calc(100% + 30px); margin:15px 0 -30px -15px;}
ul.banner_list li{ font-size:15px;background-size: 16px; background-position:left 3px;}

.banner__testi-image{ width:150px;}
.testi__text{ line-height:17px;}

.hero_promise_row-mob{width: 100%; display: -webkit-flex; display: flex;justify-content: center; column-gap: 30px;  margin: 25px auto 0;}
.hero_promise_col{text-align: center;}
.hero_promise_col img{display: block; margin: 0 auto 8px; max-width: 100%; width: 58px;}
.hero_promise_col p{ font-size:14px; line-height:18px; font-weight:500;}

.button_box{margin-top:25px;justify-content: center;}
.banner_left .button_box{ margin-top:20px;}
.ship_text{font-size:13px;}
.ship_text:before{width: 7px;height: 7px;margin: 0px 6px 0 0;}
.stock_text{font-size:13px;}
.common_button{height:55px; line-height:55px; font-size:18px;}
.low-stock-row {width: 60px;margin: 0 5px;}
.low-stock-indicater{width: 10px;height: 11px;}
.balance_icon{width: 7px;}
ul.button_list li{ font-size:13px;}



.as_seen_on{ padding:20px 0;}


.section1{ padding:30px 0;}
.common_heading{font-size:28px; line-height:34px;}
.heighlight-text-mob,.heighlight-text { display: inline-block;vertical-align: middle; background: #000; font-size: 25px; line-height:26px; color: #fffaee; padding: 5px 8px 7px;  transform: rotate(-6deg); -webkit-transform: rotate(-6deg);margin-top: -5px;}
.common_text{font-size:16px; line-height:22px;margin-top: 15px;}

.sec1_row{ margin-top:20px;}
.reason_heading{line-height: 22px;}
.sec1-btm-text{ font-size:18px; line-height:24px; font-weight:600; margin-top:10px;}
.sec1_red-box{ margin:35px auto 0; }
.sec1_red-box-heading{ font-size:22px; line-height:25px; display:inline-block; vertical-align:middle; margin-top:-22px; padding:5px 20px; border-radius:40px;position:relative;}
.sec1_red-box-heading:before,.sec1_red-box-heading:after{ position:absolute; left:-4px; width:10px; height:10px; border-radius:50%; content:"";background: #ff1a1a; top:50%; margin-top:-5px;}
.sec1_red-box-heading:after{ left:auto; right:-4px;}
.sec1_red-box-mdl{flex-wrap: wrap; padding:15px 10px;}
.sec1_red-box-mdl-left{ width:100%; text-align:center;}
.sec1_red-box-mdl-right{ width:100%; margin-top:10px;}
.sec1_blank-prod{ width:95%;}


.section2{ padding:35px 0 100px;}
.sec2_prod-mob{display: inline-block; vertical-align: top;  width: calc(100% + 30px); margin: 15px 0 -30px -15px;}

.sec2_box{margin-top: 20px;width: calc(100% + 30px);margin-left: -15px;}
.sec2_box-row{ padding:0px 0;border-bottom: 2px solid #000;}
.sec2_box-col-1{ width:100%;}
.product_name{ font-size:18px; line-height:22px;}
ul.product_ingredients-list{max-width: 100%; min-width: 100%; flex-wrap: wrap; border:none; padding:0; margin-top:10px;row-gap: 5px;}
ul.product_ingredients-list li{ width:100%;}
.ingredients-icon{ width:35px;text-align: center;}
ul.product_ingredients-list li img {height: 30px;}
.include_heading{ font-size:17px; line-height:22px;}
ul.include_list{margin-top: 10px;row-gap: 5px;border-bottom: 1px solid #737373;}
ul.include_list li{ width:100%;padding-left: 22px;}
.sec2_box-col-2{ display:none;}

.collection_head {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	column-gap: 12px;
	padding: 10px 20px 10px 15px;
	text-align: left;
	cursor: pointer;
	min-height: 80px;
	position:relative;
	}
.collection_head:after{ position:absolute; right:15px; width:25px; height:25px; background:#ffdb4c; border-radius:50%; content:"+"; text-align:center; font-size:18px; line-height:22px; color:#000; font-weight:500;display: flex; align-items: center; justify-content: center;}
.collection_head.active{ padding:20px 20px 0 15px; min-height:auto;}
.collection_head.active:after{ display:none;}
.collection_head.active .product_name{font-size: 22px;line-height: 26px;}
.collection-prod{ width:50px;text-align: center; flex-shrink: 0;}
.collection-prod img{ max-width:100%; max-height:60px;object-fit: contain;}
.collection_row{ display:none; padding:0 15px 20px; position:relative;}
.sec2_box-row.active .collection_row {display: block;}
.collection_head.active .collection-prod{ display:none;}

.sec2_product-m{ position:absolute; right:15px; top:0;}
.sec2_product1{ width:90px; top:-30px;}
.sec2_product2{ width:130px; right:10px; top:0;}
.sec2_product3{ width:70px; top:-20px;right:30px;}
.sec2_product4{ width:160px; right:10px; top:0;}
.sec2_product5{ width:75px; top:-20px;right:30px;}


.result-face{ width:270px; margin:30px auto 15px;}
.fs-45{ font-size:26px; line-height:32px;}
.result_row{ width:calc(100% + 30px); margin:20px 0 0 -15px;}
.result_col{ width:320px !important;}


.section3{ padding:125px 0 30px 0; position:relative; background:#ffdb4c;}
.section3:before{
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:420px;
	content:"";
	background: #FFF6D7;
    background: radial-gradient(circle, rgba(255, 246, 215, 1) 0%, rgba(255, 222, 89, 1) 100%);
	}
.sec3_product1 {width: 75px;left: -10px;top: -197px;transform: rotate(-25deg);}
.sec3_product2 { width: 190px;top: 165px;left: -92px;transform: rotate(20deg); }
.sec3_product3 {width: 50px;right: 90px;transform: rotate(25deg);top: -180px;}
.sec3_product4 {top: -95px;width: 125px;right: -45px;}
.sec3_product5 {right: -15px;top: 100px;width: 60px;}
.sec3_line{ margin:20px auto 0;}
.sec3_row {grid-template-columns: 1fr;grid-row-gap: 12px;}
.sec3_col{ padding:15px 12px;}



.section4 { padding: 30px 0 35px;}
.s4_block { margin: 20px auto 0;}
.rebulid_block { margin-top: 0;}
.rebuild_percent { width: 80px; font-size: 28px; line-height: 34px; background: #fff; height: 80px; border: 2px solid #ffdb4c; border-radius: 10px; text-align: center; display: flex; display:-webkit-flex; justify-content: center; align-items: center; font-weight:bold;}
.rebuild_content h3 { font-size: 18px; line-height: 20px; letter-spacing: 0;}
.rebuild_content p { font-size: 16px; line-height: 22px;}
.rebulid_bar { height: 12px; border-radius:8px; background: #eaeaea; overflow:hidden;}

.s4_consumer_study{ font-size:12px; line-height:18px; color:#575757; margin-top:30px;}


.section5 { padding: 30px 0 35px;}
.s5_ingredient_row { margin: 20px auto 0; row-gap: 15px;}
.s5_ingredient_col { width: 100%;}
.s5_ingredient_col_top { padding: 6px 10px;}
.s5_ingredient_col_heading h3 {font-size: 21px; line-height: 26px;}
.s5_ingredient_col_btm {padding: 10px 10px 20px;}
.s5_ingredient_col_text1 { font-size: 16px; line-height: 22px;}
.s5_ingredient_content_text2 { font-size: 16px; line-height: 21px; margin-top: 2px;}

.s5_promise_box { margin-top: 30px;}
.s5_promise_heading { font-size: 18px; line-height: 24px; font-weight:600;}
.s5_promise_heading span { padding: 0 8px;}
.s5_promise_row { margin: 20px auto 0; row-gap:25px;}
.s5_promise_col { width:30%;}
.s5_promise_col_icn { width: 58px;}
.s5_promise_col_text { font-size: 14px; line-height: 18px; margin-top: 5px;}

.section6 { padding: 30px 0 35px;}
.s6_points li { padding: 0 0 70px;}
.s6_points_text1 { margin-top: 12px;}
.s6_points_text2 { font-size: 16px; line-height: 22px; margin-top: 12px;}
.s6_points_img { width: 112px; margin: -45px 0 0;}

.section7 { padding: 30px 0 35px;}
.s7_box { flex-wrap:wrap; margin:20px auto 0; flex-direction: column; padding:0 15px;}
.s7_row{ width:100%; flex-wrap:wrap; flex-direction: column; animation:none; row-gap:15px;}
.s7_col { width: 100%; margin: 0 0;}

.section8 { padding: 30px 0;}
.guarantee-content{ padding-bottom:25px;}
.compare-Box { width:calc(100% + 30px); margin: 40px 0 0 -15px;}
.compare-list li { height: 60px; font-size: 14px; line-height: 18px;}
.compare-col1 .compare-list li { padding: 5px 5px 5px 15px;}
.compare-col1 .compare-list li:nth-child(odd) { border-left: none;}
.compare-col2 { border-radius:7px; padding: 0 0 15px;}
.compare-col3 .compare-list li:nth-child(odd) { border-right: none;}
.compare-top { height: 100px; padding: 0 0 20px;}
.compare-prod-img { margin: -20px auto 15px; width: 68px;}
.compare-brand-img { margin: 0 auto 15px; width: 76px;}
.compare-logo { width: 72px;}
.compare-top p {font-size: 14px; line-height: 18px;}
.compare-icn { width: 24px;}
.s7_col-img {object-fit: cover; object-position: bottom; height: 270px;}

.guarantee-box{ background:#ffdb4c; margin:30px auto 0;}
.guarantee-top { padding: 15px 10px;}
.guarantee-heading { font-size: 26px; line-height: 32px;}
.guarantee-content-left { width: 100%; padding:0 0 150px;}
.guarantee-img{ display:block; width:100%; height:100%; object-fit:cover;}
.guarantee-content-right { width: 100%; text-align: center; padding:0 10px;}
.guarantee-text { font-size: 16px; line-height: 22px; margin-top: 20px;}


.section9{ padding:30px 0 35px;}
.testimonial-box { margin: 20px auto 0; row-gap:15px;}
.testimonial-col { width: 100%; height:auto; padding: 15px 15px 20px;}
.testimonial-col-text1 { font-size: 18px; line-height: 24px;}
.testimonial-col-text2 {font-size: 16px; line-height: 22px;}
.testimonial-col-star { width:70px; margin-top: 10px;}
.testi-verify-name-text { font-size: 15px; line-height: 20px;}
.testi-verify-text { font-size: 12px; line-height: 14px;}

.section10 { padding: 30px 0 30px;}
.faq-container { width: calc(100% + 30px); padding: 0 15px 8px;  margin: 10px 0 0 -15px;}
.up-slide-dwn{ border-radius:10px;}
.accordion{font-size: 18px; line-height: 23px; padding:12px 30px 12px 15px; background-size:11px; background-position:96% center; min-height:60px; display:flex; align-items:center;}
.acdn-heading.accordion-open{background-size:11px; background-position:96% center;}
.acdn-content {padding: 0 12px 0 15px;}
.acdn-para{font-size: 16px; line-height: 22px;}


footer{ padding:0 0 30px 0;}
.footer_logo {margin:30px auto 15px;width: 130px;}
.footer_links{font-size: 14px;line-height: 22px;}
.copyright_text { font-size: 15px; line-height: 20px;}


#call-btn{
	background:#ffdb4c;
	padding:10px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#call-btn .ship_text{ margin-bottom:5px;}
}


