@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
    font-family: 'Inter';
	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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*==============Fonts==============*/
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-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;
	}
	
/*=======TOP STRIP=======*/
.top_strip{
	float:left;
	width:100%;
	padding:8px 0;
	background:#000;
	}
.top_strip_text{
	font-size:17px;
	line-height:18px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	}	
.top_strip_text img{
	display:inline-block;
	vertical-align:middle;
	width:19px;
	margin:-3px 7px 0 0;
	}

/*=======HEADER=======*/
.header{
	float:left;
	width:100%;
	height:62px;
	position: relative;
	background:#fff;
	}
.logo{
	float:left;
	margin-top: 16px;
	width:208px;
	}	
.header_btn{
    float: right;
    width:185px;
	height:44px;
	color: #000;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0.5px;
	text-align: center;
	font-weight: 800;
    margin-top:8px;
	border:1px solid #000;
	border-radius:50px;
	text-transform:capitalize;
	background:#feda16;
	}

/*=======HEADER STRIP=======*/
.header_strip{
	float:left;
	width:100%;
	padding:9px 0 8px;
	background:#fff5b5;
	}
.header_strip_points{
	width:100%;
	max-width:1170px;
	margin:0 auto 0;
	
	display:-webkit-flex;
	display:flex;
	justify-content: space-between;
	align-items: center;
	}
.header_strip_points li{
	font-size:16px;
	line-height:16px;
	color:#000;
	}
.header_strip_points li img{
	display:inline-block;
	vertical-align:middle;
	width:auto;
    height: 21px;
	margin:-3px 10px 0 0;
	}
		 
/*=====BANNER=====*/
.banner{
	float:left;
	width:100%;
	padding:30px 0 50px;
	background:url(../images/banner-bg.webp) no-repeat;
	background-position:top center;
	background-size:cover;
	}
.banner_content{
	float:left;
	width:57%;
	text-align:left;
	position:relative;
	}
.banner_rated_text{
	font-size:16px;
	line-height:16px;
	color:#000;
	}
.banner_rated_text img{
	display:inline-block;
	vertical-align:middle;
	width:89px;
	margin:-3px 10px 0 0;
	}
.banner_heading{
	font-size:55px;
	line-height:58px;
	color:#000;
	font-weight:800;
	margin-top:10px;
	}
.banner_heading span{ color:#609400;}
.banner_points{
	float:left;
	width:100%;
	margin-top:15px;
	}
.banner_points li{
	float:left;
	width:100%;
	font-size:19px;
	line-height:22px;
	color:#000;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:16px;
	}
.banner_points li img{
	display:inline-block;
	vertical-align:middle;
	width:34px;
	margin:-3px 10px 0 0;
	}
	
.banner_content .common_button_box{ margin-top: 30px;}
.common_button_box{
	float:left;
	width:100%;
	margin-top:40px;
	}	
.common_button_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:470px;
	text-align:center;
	}
.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:67px;
	font-size:24px;
	line-height:63px;
	color:#000;
	font-weight:800;
	text-align:center;
	border:1px solid #000;
	border-radius:50px;
	background:#feda16;
	-webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .2);
	}
.common_button img{
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    margin: -5px 0 0 15px;
	}
.common_button_top{
	color:#000;
	margin-bottom:10px;
    display: flex;
    align-items: center;
	justify-content: center;
    width: 100%;
	}
.common_button_top li{
	font-size:14px;
	line-height:15px;
	font-weight:500;
	padding:0 10px;
	}
.common_button_top li:last-child{	
	display:-webkit-flex;
	display:flex;
    align-items: center;
	}
.common_button_top li.green-dot{
	padding-left:18px;
	border-right:1px solid #515458;
	position:relative;
	}
.green-dot:after{
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #3ad300;
	animation: breath 1.3s infinite;
	}
.hourglass{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-1px 8px 0 0;
	animation:rotate 2.5s  ease-in-out forwards infinite;
	}
  @keyframes rotate{
	0%{
	  transform:rotate(0)
	}
		50%{
	transform:rotate(180deg)
	}
	100%{
	 transform:rotate(180deg)
	}
  } 
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0;}
	100% { opacity:1;}
	}

.low-stock{
    width: 70px;
    height: 13px;
    margin: 0 3px;
	
	display:-webkit-flex;
	display:flex;
	justify-content: space-between;
	}
.low-stock span{
	float: left;
	width: 17%;
	height: 100%;
	background: #e6e6e6;
	margin: 0 1px;
	transition: 0.5s;
	}
.low-stock span.fade{
	animation:fade 1.2s ease-in-out infinite;
	background: #ef2000;
	}
	
@keyframes fade{
0%{ opacity:1;}
50%{ opacity:0;}
100%{ opacity:1;}
	}
	
.common_button_text{
	font-size:14px;
	line-height:16px;
	color:#000;
	font-weight:500;
	margin-top:12px;
	}
.common_button_text img{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:-3px 6px 0 0;
	}

.doctor_advice_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:470px;
	text-align:center;
	margin-top:40px;
	padding:0 20px 12px;
	border:1px solid #000;
	border-top:none;
	border-radius:10px;
	}
.doctor_advice_heading{
	display:inline-block;
	vertical-align:top;
	font-size:17px;
	line-height:18px;
	color:#000;
	font-weight:bold;
	margin-top:-10px;
	}
.doctor_advice_heading span{
	padding:0 12px;
	position:relative;
	}
.doctor_advice_heading span:before, .doctor_advice_heading span:after{
    content: '';
    position: absolute;
    left: -68px;
    top: 13px;
    width: 70px;
    background: #000;
    height: 1px;
	}	
.doctor_advice_heading span:after{
	left:auto;
	right:-68px;
	}	
.doctor_advice_list{
	width:100%;
	
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	}
.doctor_advice_list li{
	width:23.5%;
	font-size:14px;
	line-height:16px;
	color:#000;
	text-align:center;
	}
.doctor-img{
	display:block;
	margin:0 auto 5px;
	width:64px;
	border-radius:50%;
	}
.banner-product{
	position:absolute;
	bottom: -30px;
	right: -130px;
	width:243px;
	}
	

/*=====AS SEEN=====*/	
.as-seen{
	float:left;
	width:100%;
	padding:12px 0;
	background:#fff;
	border-bottom:1px solid #cecece;
}
ul.brand_list{
	width:100%;
	margin:0 auto 0;
    display: flex;
	display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	}
ul.brand_list li{
	display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
	}
.brand-logo{
	display:block;
	margin:0 auto 0;
	height:54px;
	width:auto;
	}

/*=====SECTION 1=====*/	
.section1{
	float:left;
	width:100%;
	padding:60px 0 70px;
	position:relative;
	background:#fff;
	}
.common_heading{
	font-size:45px;
	line-height:52px;
	color:#000;
	font-weight:800;
	}
.green_text{ color:#006424;}	
.common_text{	
    font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	}
	
.s1_block{
    width: 100%;
	max-width:1070px;
	margin:40px auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
.s1_img_box{
	width:52.9%;
	}
.s1-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	border-radius:12px;
	}

.s1_cont{
	width: 43%;
	text-align:left;
	}
.s1_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.s1_list li{
	float:left;
	width:100%;
	text-align: left;
	margin-bottom: 15px;
	padding: 0 0 15px 49px;
	border-bottom:1px solid #e3e3e3;
	background:url(../images/wrong-bullet.webp) no-repeat top 2px left;
	background-size:28px;
	}	
.s1_list li h3{
    font-size: 21px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
	}
.s1_list li p{
    font-size: 18px;
    line-height: 26px;
    color: #000;
	margin-top:5px;
	}
.s1_list li:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
	}

.failed_wrap{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1070px;
	margin-top:65px;
	padding:0 20px 30px;
	position:relative;
	border:1px solid #ff0000;
	border-radius:10px;
	background:#fff6f6;
	}
.warning-sign{
	display:block;
	margin:-26px auto 0;
	width:47px;
	}
.failed_heading{
	font-size:30px;
	line-height:30px;
	color: #000000;
	margin-top: 12px;
	}
.failed_box{
	width:100%;
	margin:25px auto 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.failed_col{
	width:23.55%;
	}
.failed-col-img{
	display:block;
	margin:0 auto 20px;
	width:100%;
	border-radius:6px;
	}
.failed_col h3{
	font-size:22px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	}
.failed_col p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:7px;
	}
	
.s1_sub_heading{
	font-size:26px;
	line-height:34px;
	color:#000;
	font-weight:600;
	margin-top:35px;
	}

/*=====SECTION 2=====*/	
.section2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	position:relative;
	background:#f8feff;
	}
.section2:before{
    content: '';
    position: absolute;
    top:-36px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 72px;
    background: #006424;
	}
	
.s2_block{
	width:100%;
	margin:45px auto 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.s2_left{
	width:53.85%;
	border-radius:10px;
	position:relative;
	background:#edfdf3;
	overflow:hidden;
	
    display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	}
.s2-img{
	float:left;
	width:711px;
	margin: 0 0 0 -209px;
	max-width: none;
	}
.s2_trust_box{
	position:absolute;
	top:45px;
	right: 30px;
	width:163px;
	row-gap:35px;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.s2_trust_col{
	float:left;
	width:100%;
	}
.s2-trust-col-icn{
	display:block;
	margin:0 auto 8px;
	width:54px;
	}
.s2_trust_col h3{
	font-size: 20px;
	line-height: 22px;
	color: #000000;
	font-weight:bold;
	}
.s2_trust_col p{
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin-top:5px;
	}
.s2_right{
	width:40%;
	}
.s2_box{
	float:left;
	width:100%;
	}
.s2_col{
	width:100%;
	position:relative;
	margin-bottom: 8px;
	padding-bottom:8px;

    display: -webkit-flex;
    display: flex;
	justify-content: flex-start;
    align-items: center;
	column-gap: 22px;
	}
.s2-col-img{
	width:142px;
	border-radius:10px;
	border:1px solid #b1b3b3;
	flex-shrink: 0;
	}
.s2_col_cont{
	text-align:left;
	}
.s2_col_cont h3{
	font-size: 21px;
	line-height: 24px;
	color: #000000;
	font-weight:bold;
	}
.s2_col_cont p{
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin-top:5px;
	}
.s2_col:before{
    content: '';
    position: absolute;
    bottom: 0;
    left:164px;
    right:0;
    height:1px;
    background: #cecece;
	}
.s2_col:last-child{
	margin-bottom:0;
	padding-bottom:0;
	}
.s2_col:last-child:before{ display:none;}	

/*=====SECTION 3=====*/	
.section3{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.s3_block{
	width:100%;
	margin:45px auto 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;	
	}
.s3_left{
	width:53%;
	}
.s3_video_box{
	float:left;
	width:100%;
	max-width:620px;
	cursor:pointer;
	border:1px solid #575a5c;
	position:relative;
	}
.s3-video-img, .s3_video_box video{
	display:block;
	margin:0 auto 0;
	width:100%;
	height: 423px;
    object-fit: cover;
	}
.s3-video-play-button{
	position:absolute;
	left:50%;
	top:50%;
	content:"";
	background:url(../images/play-button.webp) no-repeat center center;
	background-size:100%;
	width:110px;
	height:110px;
	animation: pulse 1.725s ease-out infinite forwards;
	margin-top:-55px;
	margin-left:-55px;
	box-shadow:0 0 9px 2px rgba(0,0,0,0.3);
	border-radius:50%;
	}
@keyframes pulse {
    45% {
        opacity: 0.8;
		transform:scale(0.8);
    }

    55% {
        opacity: 1
		transform:scale(1);
    }
}	
	
.s3_right{
	width:41%;
	text-align:left;
	}
.s3_right_heading{
	font-size:28px;
	line-height:36px;
	color: #006424;
	font-weight:bold;
	}
.s3_formula_list{
	float:left;
	width:100%;
	margin-top:-5px;
	}
.s3_formula_list li{
	float:left;
	width:100%;
	margin-top:35px;
	padding-left:62px;
	position:relative;
	}
.s3_formula_num{
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	font-size:22px;
	line-height:36px;
	color: #fff;
	font-weight:bold;
	text-align:center;
	border:1px solid #738a7b;
	border-radius:50%;
	background:#006424;
	}
.s3_formula_heading{
	font-size:21px;
	line-height:28px;
	color: #000;
	font-weight:bold;
	}
.s3_formula_text{
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin-top:8px;
	}
.s3_formula_list li:before{
    content: '';
    position: absolute;
    top: 27px;
    left: 20px;
    bottom: -40px;
	border-left:2px dotted #006424;
	}
.s3_formula_list li:last-child:before{ display:none;}	

/*=====SECTION 4=====*/	
.section4{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f8feff;
	}
.s4_block{
	width:100%;
	margin:0 auto 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.s4_left{
	width:50%;
	text-align:left;
	}
.s4_right{
	width:46%;
	}
.s4-doctor-img{
	display:block;
	margin:0 auto 0;
	width:570px;
	}
.s4_doctor_list{
	float:left;
	width:100%;
	margin-top:10px;
	padding-left:20px;
	}
.s4_doctor_list li{
	float:left;
	width:100%;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin-top:18px;
    list-style: disc;
	}
.s4_proven_heading{
	font-size: 30px;
	line-height: 32px;
	color: #006424;
	font-weight:bold;
	margin:55px auto 0;
    position: relative;
	
	display: flex;
    justify-content: center;
    align-items: center;
	}
.s4_proven_heading span{ padding:0 22px;}
.s4_proven_heading:before, .s4_proven_heading:after{
	border-bottom:1px solid #006424;
	content:"";
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow:1;
	}
.s4_study_strip{
	display:inline-block;
	vertical-align:top;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight:bold;
	margin-top: 20px;
	padding: 5px 20px 6px;
	border-radius:50px;
	background:#0f7a3a;
	}
.s4_proven_points{
	width:100%;
	margin:40px auto 15px;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.s4_proven_points li{
	width:25%;
	padding:0 10px;
	border-right:1px solid #ecf0f1;
	}
.s4_proven_points li:last-child{
	border-right:none;
	}
.s4-proven-icn{
	display:inline-block;
	vertical-align:middle;
	width:38px;
	margin:-8px 10px 0 0;
	}
.s4_proven_point_heading{
	font-size: 34px;
	line-height: 34px;
	color: #006424;
	font-weight:600;
	}
.s4_proven_point_text{
	font-size: 18px;
	line-height: 25px;
	color: #000;
	font-weight:500;
	margin-top:10px;
	}	

/*=====SECTION 5=====*/	
.section5{
	float:left;
	width:100%;
	padding:70px 0 30px;
	background:#fff;
	}
.s5_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:776px;
	border:2px solid #006424;
	position:relative;
	}
.idea-icn{
	display:block;
	margin:-30px auto 0;
	width:50px;
	}	
.s5-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.s5_content_box{
	position:absolute;
	top: 45px;
	left:0;
	right:0;
	bottom: 45px;
	padding: 0 40px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	}
.s5_heading{
	font-size: 35px;
	line-height: 36px;
	color: #000000;
	font-weight:800;
	text-transform:uppercase;
	}
.s5_text{
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	font-weight:bold;
	margin-top:20px;
	}
.relief_strip{
    width: 100%;
    max-width: 480px;
    margin: 18px auto 0;
    padding: 5px 40px 7px;
    background:#006424;
    column-gap:20px;
	
    display: -webkit-flex;
    display: flex;
    justify-content: center;
	}
.relief_strip li{
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-weight:600;
	}

/*=====SECTION 6=====*/	
.section6{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
    overflow-x: clip;
	}

.review_block{
	width:100%;
	margin:45px auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.review_box{
	float:left;
	width:100%;	
	text-align:left;
	padding:20px 20px 25px;
	border-radius:20px;
	background:#fff;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	}
.review_verfy_box{
	width:100%;
	column-gap:12px;
	
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	}
.review-verfy-img{
	width:39px;
	border-radius:50%;
    flex-shrink: 0;
	}
.review_verfy_box p{
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	}
.review_verfy_box p span{
	color:#006424;
	font-weight:800;
	}
.review-vrfy-icn{
	display:inline-block !important;
	vertical-align:middle;
	width:14px;
	margin:-3px 5px 0 8px;
	}
.review-img{
	display:block;
	margin:20px auto 0;
	width:330px;
	border-radius:15px;
	}
.review-star{
	display:block;
	margin:25px 0 0;
	width:106px;
	}
.review_text{
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-top: 20px;
	}
.average_text{
	font-size: 20px;
	line-height: 22px;
	color: #000000;
	margin-top: 35px;
	}

/*=====SECTION 7=====*/	
.section7{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f6fcfd;
	}

.ingredient_block{
	width:100%;
	margin:60px auto 0;
	row-gap:47px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.ingredient_box{
	width:48%;
	padding:20px 30px 20px 225px;
	border:1px solid #dce4e1;
	border-radius:100px;
	background:#fff;
	position:relative;
    overflow-x: clip;
	
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	}
.ingredient_img_box{
	}
.ingredient_box_content{
	float:left;
	width:100%;
	text-align:left;
	
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	}
.ingredient_box_content h3{
	font-size: 22px;
	line-height: 24px;
	color: #000000;
	font-weight:800;
	}
.ingredient_box_content p{
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-top:12px;
	}
.ingredient-img{
	position:absolute;
	width:255px;
	bottom:0;
	}
.ingredient-img1{
	left:0;
	}
.ingredient-img2{
	left:3px;
	}
.ingredient-img3{
	left: -16px;
	bottom: -26px;
	}
.ingredient-img4{
	left:0;
	}
.ingredient-img5{
	left:-35px;
    bottom: -23px;
	}
.ingredient-img6{
	left:18px;
	}

.natural_heading{
	font-size: 25px;
	line-height: 25px;
	color: #000;
	font-weight:800;
	margin:85px auto 0;
    position: relative;
    max-width: 80%;
	
	display: flex;
    justify-content: center;
    align-items: center;
	}
.natural_heading span{ padding:0 22px;}
.natural_heading:before, .natural_heading:after{
	content:"";
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow:1;
	height:1px;
	}
.natural_heading:before{
	background: #E1E7E8;
	background: linear-gradient(-90deg, rgba(225, 231, 232, 1) 15%, #f1f7f8 85%);
	}
.natural_heading:after{
	background: #E1E7E8;
	background: linear-gradient(90deg, rgba(225, 231, 232, 1) 15%, #f1f7f8 85%);
	}
	
.natural_list{
	width:100%;
	margin:25px auto 10px;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	column-gap:35px;
	}
.natural_list li{
	}
.natural_list li img{
	display:block;
	margin:0 auto 0;
	width:110px;
	}
	
/*=====SECTION 8=====*/
.section8{
	float:left;
	width:100%;
	padding: 60px 0 20px;
	position:relative;
	background:#fff;
    overflow-x: clip;
	}
.section8_block{
    width: 100%;
	margin: 40px auto 10px;
	row-gap:30px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.sec8_block_col{
    width:48%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
	border: 1px solid #006424;
    -webkit-box-shadow:0 2px 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 2px 6px 2px rgba(0, 0, 0, 0.2);
	}
.sec8_block_col_imgbox{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.sec8_block_col_img{
	display:block;
	margin:0 auto;
	width:100%;
	}
.sec8_block_col_content{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
	padding:5px 18px 35px;
	text-align:center;
	}
.sec8_block_col_content:before{
	content:"";
	position:absolute;
	background:url(../images/sec8_shape.webp) no-repeat center center;
	height:30px;
	width: auto;
	top:-28px;
	left:0;
	right:0;
	}
.sec8_block_col_content h3{
	font-size: 27px;
    line-height: 32px;
    color: #006424;
    font-weight: 800;
    margin-bottom: 10px;
	}
.sec8_block_col_content p{
	font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
	}
.sec8_btm_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:570px;
	text-align:center;
	margin-top:30px;
	}
.sec8_check_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.sec8_btm_box_text{
	font-size:40px;
	line-height:43px;
	color:#000;
	font-weight:800;
	margin-top:15px;
	}
ul.sec8_btm_box_list{
	width:100%;
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 5px;
	}
ul.sec8_btm_box_list li{
	margin-top:20px;
	text-align:left;
	display: flex;
    display: -webkit-flex;
    justify-content: start;
    align-items: center;
	}
.s8_li_imgbx{
	width:24px;
	}
.sec8_crs_icon{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
ul.sec8_btm_box_list li p{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:600;
	padding-left: 10px;
	}
.sec8_btm_box_text2{
	display: inline-block;
    vertical-align: middle;
    background: #edfff3;
    border: 1px solid #363636;
    padding: 15px 10px;
    text-align: center;
    margin-top: 20px;
    border-radius: 15px;
	}
.sec8_btm_box_text2 p{
	font-size:22px;
	line-height:26px;
	color:#006424;
	font-weight:700;
	}
/*=====SECTION 9=====*/
.section9{
	float:left;
	width:100%;
	padding: 60px 0 70px;
	position:relative;
	background:#fff;
	}
.section9_block{
    width: 100%;
	margin: 45px auto 10px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.sec9_block_col{
    width: 31.7%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
	}
.sec9_block_col_img{
	display:block;
	margin:0 auto;
	width:100%;
	}
.sec9_block_col_content{
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    text-align: left;
	}
.sec9_col_content_step{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 3px 12px;
    text-transform: uppercase;
	}
.sec9_col_content_hdng {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 800;
}
/*=====SECTION 10=====*/
.section10{
	float:left;
	width:100%;
	padding: 60px 0 70px;
	position:relative;
	background:#f8feff;
	}
.section10_block {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: 170px auto 5px;
    width: 100%;
    max-width: 690px;
	border: 1px solid #006424;
	border-radius: 10px;
	}
.sec10_block_col{
	width:50%;
	}
.sec10_block_col1{}
.sec10_block_col_top{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:0 10px 15px;
	background: #006200;
	height:80px;
	}
.sec10_block_col1 .sec10_block_col_top{border-radius: 10px 0 0 0;}
.sec10_block_col2 .sec10_block_col_top{border-radius: 0 10px 0 0;}
.sec10_block_col_img{
	display: block;
    margin: -142px auto 3px;
    width: 82px;
	}
.sec10_block_col_img2{
	display: block;
    margin: -110px auto 15px;
    width: 196px;
	}
.sec10_block_col_top_text{
	font-size:24px;
	line-height:28px;
	font-weight:700;
	color:#fff;
	}
.sec10_block_col_logo{
	display:block;
	margin:0 auto 0;
	width:196px;
	}
.other_text{
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:800;
	}
.sec10_block_col_inr{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#f4fff8;
	border-radius:0 0 0 10px;
	}
.sec10_block_col2 .sec10_block_col_inr{
	border-radius:0 0 10px 0;
	}
.sec10_block_col2 .sec10_block_col_inr{
	background:#e4e3e3;
	}
	
ul.sec10_col_inr_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding-bottom:10px;
	}
ul.sec10_col_inr_list li{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 12px 10px 30px;
    border-bottom: 1px solid #106e32;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #3b3b3b;
    height: 78px;
	}
.green{ color:#006424;}
.s10check_box{ 
	width: 26px;
	}
ul.sec10_col_inr_list li img{
	max-width:100%;
	vertical-align:middle;
	}
ul.sec10_col_inr_list li p{
	width: calc(100% - 26px);
    padding-left: 13px;
    text-align: left;
	}
ul.sec10_col_inr_list li:last-child{ border-bottom:none;}

/*=====SECTION 11=====*/
.section11{
	float:left;
	width:100%;
	padding: 60px 0 70px;
	position:relative;
	background:#ffffff;
	}
.rating_top_row{
	width:100%;
	margin:40px auto 0;
	display:flex;
	display:-webkit-box;
	flex-wrap:wrap;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
	}
.rating-col1{
	width:30.4%;
	}
.rating-list{
	float:left;
	width:100%;
	}
.rating-list li{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
	line-height:20px;
	letter-spacing:0.5px;
	text-align:left;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:6px 0;
	}
.rating-list-left{
	width:90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
.rating-list li span{
	float: right;
    margin-left: 8px;
    min-width: 28px;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
	}
.rating-list li img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 0;
	width:89px;
	}
.rating-list-right{
	display:flex;
    justify-content:end;
	align-items:center;
	width:calc(100% - 100px);
	}
.review-progres{
	display:inline-block;
	vertical-align:middle;
	border-radius:0;
	background:#f0f0f0;
	width:100%;
	max-width:90%;
	height:8px;
	}
.review-progres-bar{
	float:left;
	background:#ffc000;
	height:100%;
	border-radius:0;
	}
.rating-col2{
	width:19%;
	}
.rating-col2 p{
	font-size: 45px;
    line-height: 45px;
    color: #006424;
    font-weight: 700;
	}
.rating-col2 img{
	display:block;
	margin: 12px auto 0;
	width:140px;
	}
.rating-col2 span{
	display:inline-block;
	vertical-align:top;
	color:#000;
	font-size:14px;
	line-height:20px;
	letter-spacing:0.5px;
	font-weight:400;
	margin-top:12px;
	}
.rating-col3{
	width:27.1%;
	}
.rating-img-row{
	width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
	row-gap:7px
	}
.rating-img-col{
	width:24%;
	position:relative;
	cursor:pointer;
	}
.rating_col_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:70px;
	border-radius:5px;
	}
.rating-play-icn{
	position:absolute;
	left:50%;
	top:50%;
	margin:-16px 0 0 -16px;
	width:33px;
	}
	
.testimonial_box{
	width:100%;
	margin:50px auto 15px;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:25px;
	}
.testimonial_col{
	width: 48.8%;
    padding:30px 25px 30px 25px;
	border:1px solid #7c7c7c;
	border-radius:10px;
    background:#fff;
	display:-webkit-flex;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
	}
.testimonial_col_inr{
	width:100%;
	display:-webkit-flex;
	display:flex;
	justify-content: space-between;
	align-items:flex-start;
	}
.testi_col_cont{
	width:100%;
	text-align:left;
	position:relative;
	}	
.testi-star{
	display:block;
	width:91px;
	margin-top:8px;
	}
.testimonial_col_hdng{
	font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
	}
.testimonial_col_text{
    font-size: 17px;
    line-height: 26px;
    color: #000;
    margin-top: 18px;
	}
.cottation{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 28px;
    opacity: 0.5;
	}
.testi_verify_row{
	float:left;
	width:100%;
	text-align:left;
	margin-top:25px;
	}
.testi_verify_text{
	font-size:14px;
	line-height:18px;
	color:#000;
	}
.testi_verify_text img{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-3px 8px 0 6px;
	}
.testi_verify_text span{
	font-size:16px;
	font-weight:bold;
	margin-right:10px;
	}
/*=====SECTION 12=====*/	
.section12{
	float:left;
	width:100%;
	padding: 60px 0 60px;
	position:relative;
	background:#f8feff;
	}
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin:20px 0 10px;
	}
.faq-row{
	float:left;
	width:100%;
    border-bottom: 1px solid #c2c2c2;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.webp) no-repeat;
	background-position: 99.5% center !important;
	padding:20px 35px 20px 0;
	background-size: 18px;
	font-size: 22px;
    line-height: 28px;
	font-weight:700;
	color:#000000;
	position:relative;
	cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat;
	background-size: 18px;
	}
.acdn-content {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 25px 10px 0;
    margin-top: -10px;
	}
.acdn-para{
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-bottom:15px;
	}
	
/*-----------------------
         FOOTER
------------------------*/	
.footer{
	float:left;
    width:100%;
    padding:40px 0;
	background:#fff;
	}
.footer_logo{
	display:block;
	margin:0 auto 18px;
	width:169px;
	}	
.footer_text{
    font-size:17px;
    line-height:22px;
    color:#000000;
	margin-top:15px;
	}		
.footer_text a{ padding:0 8px; color:#000;}

/*=========Media Query=========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	
.extrabold{ font-weight:800;}
.semi_bold{ font-weight:600;}
.medium{ font-weight:500;}
.white_color{ color:#fff !important;}
.mrgT0{ margin-top:0 !important;}


@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner_content{ width: 62%;}
.banner_heading{ font-size: 51px; line-height: 56px;}

.s1_img_box{ width: 49%;}
.s1_cont{ width: 46%;}
.s1_sub_heading{ font-size: 24px; line-height: 32px;}

.s2-img{ width: 591px;}
.s2_left{ width: 50.85%;}
.s2_right{ width: 45%;}

.s3_left{ width: 50%;}
.s3-video-img, .s3_video_box video{ height: 380px;}
.s3_right{ width: 46%;}

.s4_left{ width: 58%;}
.s4_right{ width: 39%;}

.review-verfy-img{ width: 33px;}
.review_verfy_box p{ font-size: 17px; line-height: 19px;}
.review-vrfy-icn{ width: 13px;}

.ingredient_box{ padding: 20px 30px 20px 205px;}
.ingredient-img{ width: 235px;}

.sec8_block_col_content {padding: 5px 16px 35px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.header_strip_points li{ font-size: 15px; line-height: 15px;}
.header_strip_points li img{ margin: -2px 7px 0 0;}

.banner{ background-size: cover;}
.banner_heading{ font-size: 38px; line-height: 44px;}
.banner_rated_text{ font-size: 15px; line-height: 15px;}
.banner_rated_text img{ width: 83px; margin: -4px 8px 0 0;}
.banner_points{ margin-top: 13px;}
.banner_points li{ font-size: 17px; line-height: 21px; margin-top: 12px;}
.banner_points li img{ width: 28px;	margin: -3px 10px 0 0;}
.banner-product{ right: -200px; width: 213px;}
.doctor_advice_heading{ font-size: 16px; line-height: 17px;}
.doctor_advice_box{ max-width: 380px;}
.doctor-img{ width: 54px;}
.doctor_advice_list li{ font-size: 12px; line-height: 15px;}
.doctor_advice_heading span:before, .doctor_advice_heading span:after{ left: -30px; top: 13px; width: 35px;}
.doctor_advice_heading span:after{ right: -30px; left:auto;}

.common_button_width{ max-width: 440px;}
.common_button{ height: 64px; font-size: 22px; line-height: 60px;}
.common_button img{ width: 21px; margin: -2px 0 0 13px;}

.brand-logo{ height: 38px;}

.section1{ padding:50px 0 60px;}
.common_heading{ font-size: 35px; line-height: 41px;}
.common_text{ font-size:17px; line-height:25px;}

.s1_block{ max-width:600px; margin: 35px auto 0; row-gap: 35px;}
.s1_img_box{ width: 100%;}
.s1_cont{ width: 100%;}
.s1_sub_heading{ font-size: 22px; line-height: 30px;}
.s1_list li{ padding: 0 0 13px 42px; margin-bottom:13px; background-size: 23px;}	
.s1_list li h3{ font-size: 20px; line-height: 25px;}
.s1_list li p{ font-size:17px; line-height:25px;}

.failed_heading{ font-size: 27px; line-height: 28px;}
.failed_col h3{ font-size: 20px; line-height: 20px;}
.failed_col p{ font-size:17px; line-height:25px;}

.section2{ padding:50px 0 60px;}
.s2_block{ max-width: 600px; row-gap:35px;}
.s2_left{ width:100%;}
.s2-img{ width: 531px; margin: 0 0 0 -109px;}
.s2_right{width: 100%;}
.s2-trust-col-icn{ width: 48px;}
.s2_trust_col h3{ font-size: 19px; line-height: 22px;}
.s2_trust_col p{ font-size: 17px; line-height: 23px;}
.s2_trust_box{ top: 16px; right: 35px; width: 155px; row-gap: 27px;}
.s2-col-img{ width: 122px;}
.s2_col_cont h3{ font-size: 20px; line-height: 24px;}
.s2_col_cont p{ font-size: 17px; line-height: 23px;}
.s2_col:before{ left: 144px;}

.section3{ padding:50px 0 60px;}
.s3_left{ width: 46%; margin-top: 10px;}
.s3_right{ width: 51%;}
.s3_right_heading{ font-size: 24px; line-height: 32px;}
.s3_formula_list li{ margin-top:30px; padding-left: 50px;}
.s3_formula_num{ width: 36px; height: 36px; font-size: 20px; line-height: 33px;}
.s3_formula_heading{ font-size: 20px; line-height: 27px;}
.s3_block{ align-items: flex-start;}
	
.s4_proven_point_text{ font-size: 17px; line-height: 23px;}
.s3_formula_text{ font-size: 17px; line-height: 23px;}
.s3_formula_list li:before{ left: 18px;}

.section4{ padding:50px 0 60px;}
.s4_proven_heading{ font-size: 24px; line-height: 26px; margin: 45px auto 0;}
.s4_study_strip{ font-size: 17px; line-height: 23px;}
.s4_proven_point_heading{ font-size: 29px; line-height: 32px;}
.s4-proven-icn{ width: 34px;}
.s4_doctor_list li{ font-size: 17px; line-height: 23px;}

.section5{ padding:60px 0 20px;}
.s5_heading{ font-size: 30px; line-height: 32px;}
.s5_text{ font-size: 20px; line-height: 28px;}
.relief_strip li{ font-size: 19px; line-height: 23px;}

.section6{ padding:50px 0 60px;}
.review_text{ font-size:17px; line-height:25px;}

.section7{ padding:50px 0 60px;}
.ingredient_block{ margin: 40px auto 0; row-gap: 25px;}
.natural_heading{ font-size: 22px; line-height: 22px; margin: 65px auto 0;}
.ingredient_box{ padding: 15px 20px 15px 125px;}
.ingredient-img{ width: 125px;}
.ingredient_box_content h3{ font-size: 19px; line-height: 21px;}
.ingredient_box_content p{ font-size: 16px; line-height: 24px;}
.ingredient-img1{ left: 1px; bottom: 27px;}
.ingredient-img2{ left: 16px; bottom: 8px;}
.ingredient-img3{ left: -8px; bottom: 14px;}
.ingredient-img4{ left: 19px; bottom: 0px;}
.ingredient-img5{ left: -16px; bottom: 13px;}
.ingredient-img6{ left:18px; bottom: 5px;}

.sec8_block_col_content h3 {font-size: 24px;line-height: 30px;}
.sec8_btm_box_text{ font-size: 33px; line-height: 35px;}
.sec8_check_img{ width: 390px;}

.section9 {padding: 10px 0 50px;}
.section9_block {margin: 35px auto 10px;}
.sec9_block_col_content{ left: 18px; right:18px; bottom: 18px;}
.sec9_col_content_step {font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.sec9_col_content_hdng {font-size: 18px;line-height: 26px;}

.section10 {padding: 50px 0 60px;}

.section11{ padding:50px 0 60px;}
.rating-list-left{ width:80px;}
.rating-list li{ margin:5px 0;}
.rating-list li img{ width:75px;}
.rating-list-right{width: calc(100% - 80px);}
.rating-col2 img{ width:130px;}
.rating-col3{ width:36%;}
.rating-img-row{ row-gap:3px;}
.rating_col_img{ border-radius:4px;}

.testimonial_box{ margin:40px auto 0;}
.testimonial_col{}
.testi-star{ width: 90px;}
.testimonial_col_hdng{ font-size: 19px; line-height: 26px;}
.testimonial_col_text{  font-size: 17px; line-height: 25px;}

.section12{ padding:50px 0 60px;}
.acdn-para{ font-size: 17px; line-height: 25px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top_strip{ padding: 7px 0;}
.top_strip_text{ font-size: 12px; line-height: 12px;}	
.top_strip_text img{ width:14px;}

.header{ height:35px;}
.logo{ float: none; display:block; margin: 7px auto 0; width: 145px;}
.header_btn{ display:none;}

.header_strip{ padding: 3px 0 6px;}
.header_strip_points{}
.header_strip_points li{ font-size: 12px; line-height: 12px;}
.header_strip_points li img{ height: 17px; margin: -2px 5px 0 0;}

.banner{ padding: 20px 0 30px; background:#fff;}
.banner_content{ width:100%;}
.banner_heading{ font-size: 31px; line-height: 36px; margin-top:0;}
.banner_rated_text{ font-size: 13px; line-height: 14px; margin-top:15px;}
.banner_rated_text img{ width: 60px; margin: -4px 7px 0 0;}
.banner_points{ width:calc(100% + 20px); margin-left:-10px; margin-top: 20px;}
.banner_points li{ font-size: 14px; line-height: 18px; margin: 0 0 8px; padding-bottom: 8px; border-bottom: 1px solid #edf1f2;}
.banner_points li img{ width: 25px; margin: -3px 7px 0 0;}
.banner_points li:last-child{ margin-bottom:0; padding-bottom:0; border-bottom:none;}
.banner_product_box{ display:inline-block; vertical-align:top; width:calc(100% + 30px); margin-left:-15px; position:relative;} 
.banner-bg-m{ margin:0 auto 0; width:100%;}
.banner-product{ right: 10px; width: 154px;}
.doctor_advice_box{ margin-top: 35px; max-width:100%; border: 1px solid #000;}
.doctor_advice_heading span:before, .doctor_advice_heading span:after{ display:none;}
.doctor_advice_heading span{ background:#fff;}
.doctor-img{ width: 60px;}

.banner_content .common_button_box{ margin-top: 25px;}
.common_button_box{ margin-top: 30px; text-align:center;}
.common_button_width{ max-width: 380px;}
.common_button_top li{ font-size: 11px; line-height: 12px; padding: 0 7px;}
.common_button_top li.green-dot{ padding-left: 13px;}
.green-dot:after{ top: 2px; width: 7px; height: 7px;}
.hourglass{ width: 9px; margin: 0px 5px 0 0;}
.low-stock{ width: 60px; height: 9px;}
.common_button{ height: 55px; font-size: 18px; line-height: 53px;}
.common_button img{ width: 18px; margin: -3px 0 0 9px;}
.common_button_text{ font-size: 12px; line-height: 12px;}
.common_button_text img{ width: 13px;}

.brand_strip_scroller {
	width: 100%;
	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 20px;
	position: relative;
	}
.brand-logo{ height:32px;}


@keyframes marquee-horizontal {
from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}
}

.common_heading{ font-size: 30px; line-height: 37px;}
.common_text{ font-size: 15px; line-height: 22px; margin-top: 12px;}

.section1{ padding: 30px 0 40px;}
.s1_block{ margin:10px auto 0; row-gap:0; flex-direction: column;}
.s1_img_box{ width:calc(100% + 30px); margin-left:-15px;}
.s1-img-m{ margin:0 auto 0; width:100%;}
.s1_cont{ width: 100%; margin-top: -30px;}
.s1_list li{ padding: 0 0 10px 31px; margin-bottom: 10px; background-size: 18px;}	
.s1_list li h3{ font-size: 16px; line-height: 20px;}
.s1_list li p{ font-size: 15px; line-height: 22px;}

.failed_wrap{ margin-top: 45px; padding: 0 15px 25px;}
.warning-sign{ margin: -21px auto 0; width: 40px;}
.failed_box{ margin: 20px auto 0; row-gap: 30px;}
.failed_heading{ font-size: 26px; line-height: 26px; margin-top: 10px;}
.failed_col{ width: 48%;}
.failed-col-img{ margin: 0 auto 15px; border-radius: 0;}
.failed_col h3{ font-size: 18px; line-height: 20px;}
.failed_col p{ font-size: 15px; line-height: 20px; margin-top: 9px;}
.failed_col p{ font-size: 14px; line-height: 19px; margin-top: 7px;}
.s1_sub_heading{ font-size: 16px; line-height: 23px; margin-top: 20px;}

.section2{ padding: 35px 0 35px; overflow:hidden;}
.s2_block{ flex-direction: column; row-gap:0; align-items: center;}
.section2:before{ top: -25px; margin-left: -0.5px; width: 1px; height:50px;}
.s2_left{ width:calc(100% + 30px); max-width:375px; margin-left:-15px; background:none; overflow:visible; justify-content: flex-end;}
.s2-img-m{ float:right; margin: 0 -207px 0 0; width: 545px; max-width: none;}
.s2_right{ width: 100%; margin-top: -40px;}
.s2_trust_box{ top: 0; right: 0; left: 0; width: auto; row-gap: 0;}
.s2_trust_col{ position:absolute; width:140px; text-align:left;}
.s2-trust-col-icn{ width: 38px; margin: 0 0 10px;}
.s2_trust_col h3{ font-size: 16px; line-height: 17px;}
.s2_trust_col p{ font-size: 15px; line-height: 20px;}
.s2_trust_col:first-child{ top: -28px; right: 50px;}
.s2_trust_col:nth-child(2){ top: -2px; left: 30px;}
.s2_trust_col:nth-child(3){ top: 115px; left: 9px;}
.s2-trust-shape{ position:absolute; width:72px;}
.s2-trust-shape1{ bottom: -70px; left: -24px; transform: rotate(65deg);}
.s2-trust-shape2{ bottom: -59px; right: -17px; transform: rotateX(-180deg) rotate(-72deg);}
.s2-trust-shape3{ bottom: -35px; right: 27px;}
.s2_col{ column-gap: 20px;}
.s2_col:before{ left: 142px;}
.s2_col_cont h3{ font-size: 18px; line-height: 22px;}
.s2_col_cont p{ font-size: 15px; line-height: 22px;}

.section3{ padding: 30px 0 45px;}
.s3_left{ width:100%;}
.section3 .common_text{ text-align:left;}
.s3_block{ margin: 15px auto 0;}
.s3-video-img, .s3_video_box video{ height: 245px;}
.s3-video-play-button{ width: 80px; height: 80px; margin-top: -40px; margin-left: -40px;}
.s3_right{ width:100%; text-align:left; margin-top:5px;}
.s3_right_heading{ font-size: 20px; line-height: 26px; margin-top:15px;}
.s3_formula_list li{ margin-top: 25px; padding-left: 48px;}
.s3_formula_list li:before{ left: 16px; top: 40px; bottom: -17px;}
.s3_formula_heading{ font-size: 18px; line-height: 24px;}
.s3_formula_text{ font-size: 15px; line-height: 21px; margin-top: 6px;}
.s3_formula_num{ width: 33px; height: 33px; font-size: 18px; line-height: 31px;}
.s3-formula-img{ margin:15px auto 0; width:100%; border-radius:8px; border:1px solid #e5e5e5;}

.section4{ padding: 0 0 35px;}
.s4_block{ flex-direction: column-reverse;}
.s4_left{ width:100%; margin-top: -60px;}
.s4-doctor-img-m{ margin:0 auto 0; width:100%;}
.s4_right{ width:calc(100% + 30px); margin-left:-15px;}
.s4_doctor_list{ margin-top: 5px;}
.s4_doctor_list li{ font-size: 16px; line-height: 22px; margin-top: 15px;}

.result_box{ display:inline-block; vertical-align:top; width:100%; text-align:left; margin-top:25px; padding:20px 20px 20px; border:1px solid #a8ddbd; border-radius:15px; background:#ecf7f0;}
.s4_proven_heading{ float:left; font-size: 20px; line-height: 20px; margin: 0 auto 0;}
.s4_proven_heading span{ padding: 0;}
.s4_proven_heading:before, .s4_proven_heading:after{ display:none;}
.s4_study_strip{ font-size: 14px; line-height: 18px; margin-top: 12px; padding: 5px 18px 7px;}
.s4_proven_points li{ width: 47%; padding: 0; border-right: none;}
.s4_proven_points{ margin: 25px auto 0; row-gap: 25px;}
.s4_proven_point_heading{ font-size: 26px; line-height: 30px;}
.s4-proven-icn{ width: 27px;}
.s4_proven_point_text{ font-size: 15px; line-height: 21px;}

.section5{ padding: 50px 0 5px;}
.idea-icn{ margin: -23px auto 0; width: 40px;}
.s5_content_box{ top: 30px; bottom: 25px; padding: 0;}
.s5_heading{ font-size: 20px; line-height: 22px; padding:0 20px;}
.s5_text{ font-size: 16px; line-height: 22px; margin-top: 10px; padding:0 20px;}
.relief_strip{  max-width: 100%; margin: 15px auto 0; padding: 5px 15px 7px; column-gap:12px;}
.relief_strip li{ font-size: 16px; line-height: 16px;}
.s5_content_box .common_button_box{ padding:0 5px;}

.section6{ padding: 30px 0 35px;}
.review_block{ margin: 20px auto 0 -15px; width:calc(100% + 30px);}
.review_box{ padding: 20px 20px 22px;}
.review_verfy_box{ column-gap: 10px;}
.review_verfy_box p{ font-size: 15px; line-height: 17px;}
.review-vrfy-icn{ width: 11px; margin: -3px 5px 0 6px;}
.review-img{ margin: 15px auto 0;}
.review-star{ margin: 20px 0 0; width: 86px;}
.review_text{ font-size: 15px; line-height: 22px; margin-top: 15px;}
.average_text{ font-size: 15px; line-height: 16px; margin-top: 15px;}

.section7{ padding: 30px 0 35px;}
.ingredient_block{ margin: 35px auto 0; max-width:400px; row-gap: 40px;}
.s7-product-m{ margin:12px auto 0; width:367px;}
.ingredient_box{ width:100%; padding:15px 15px 15px 135px; overflow:visible;}
.ingredient_box_content p{ font-size: 15px; line-height: 20px; margin-top: 10px;}
.ingredient-img{ display:none;}
.ingredient_box:nth-child(2n){ padding:15px 135px 15px 25px;}
.ingredient-img-m{ position:absolute; bottom:0; left:0; width:161px;}
.ingredient_box:nth-child(2n) .ingredient-img-m{ right:0; left:auto;}
.ingredient-img3-m{ left: -13px; bottom: -9px;}
.ingredient-img5-m{ bottom: -11px;}

.natural_heading{ font-size: 21px; line-height: 22px; margin: 35px auto 0;}
.natural_heading span{ padding: 0;}
.natural_heading:before, .natural_heading:after{ display:none;}
.natural_list{ column-gap:15px;}
.natural_list li img{ width: 60px;}

.section8{padding: 30px 0 10px;}
.section8_block {margin:25px auto 5px;justify-content: center;align-items: center;row-gap: 25px;}
.sec8_block_col {width: 100%;}
.sec8_block_col_content {padding: 0 21px 35px; background: #FFFFFF;background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 100%, rgba(244, 249, 240, 0.35) 50%);}
.sec8_block_col_content p {font-size: 15px;line-height: 22px;}

.sec8_btm_box_text {font-size: 30px;line-height: 38px;}
ul.sec8_btm_box_list li {margin-top: 12px;}
ul.sec8_btm_box_list li p {font-size: 14px;line-height: 24px;}
.s8_li_imgbx {width: 15px;}
ul.sec8_btm_box_list li p{padding-left: 5px;}
.sec8_btm_box_text2{padding:12px 10px;}
.sec8_btm_box_text2 p {font-size: 20px;line-height: 24px;}
.sec8_block_col_content h3 { margin-top: -10px; position: relative;}
.sec8_btm_box{ margin-bottom:10px;}

.section9 {padding: 30px 0 35px;}
.section9_block {margin: 25px auto 5px;row-gap: 15px;}
.sec9_block_col {width: 100%;}
.sec9_block_col_content{ left: 22px; right: 22px; bottom: 35px;}
.sec9_col_content_hdng {font-size: 24px;line-height: 30px;}

.section10 {padding: 30px 0 35px;}
.section10_block {margin: 120px auto 5px;}
.sec10_block_col_top{height: 60px;}
.sec10_block_col_img {margin: -103px auto 3px;width: 58px;}
.sec10_block_col_img2 {margin: -70px auto 11px;width: 127px;}
.sec10_block_col_top_text {font-size: 16px;line-height: 24px;}
ul.sec10_col_inr_list li {padding: 10px 10px 10px 10px;font-size: 16px;line-height: 22px;height: 68px;}
.s10check_box {width: 18px;}
ul.sec10_col_inr_list li p {width: calc(100% - 18px);}

.section11{ padding:30px 0 35px;}
.rating_top_row{ margin:20px auto 0; row-gap:20px;}
.rating-col2{ width:100%; order: 1; }
.rating-col1{ width:100%; order:2;}
.rating-col3{ width:100%; order:3; display:none;}
.rating-img-row {row-gap: 10px;}
.rating-col2 p{ font-size: 45px; line-height: 45px;}
.rating-col2 img{ width: 130px; margin:10px auto 0;}
.rating-list li span {font-size: 13px;line-height: 17px;min-width: 26px;}

.testimonial_box{ margin: 30px auto 0; row-gap: 20px;}
.testimonial_col{ padding: 20px 20px 22px; width:100%;}
.testimonial_col_inr{ flex-wrap: wrap;}
.testi_col_cont{ width: 100%; padding-right: 0;}
.testi-star{ width: 80px; margin: 10px 0 0;}
.testimonial_col_hdng{ font-size: 18px; line-height: 24px; padding-right: 0;}
.testimonial_col_text{ font-size: 16px; line-height: 22px; margin-top:10px;}
.testi_verify_text{ font-size: 13px; line-height: 15px;}
.testi_verify_text span{ font-size: 16px;}
.testi_verify_text img{ width: 14px;}
.testi_verify_row{ margin-top: 20px;}
.cottation{ top: 0; left: auto; width:22px; right: 0;}

.section12{ padding: 30px 0 35px;}
.faq-box{ margin: 10px 0 5px;}
.accordion{ background-size: 15px !important; padding: 16px 35px 16px 0; font-size: 18px; line-height: 24px;}
.acdn-content{ padding: 0 10px 5px 0; margin-top: -5px;}
.acdn-para{ font-size: 15px; line-height: 21px; margin-bottom: 8px;}

.footer{ padding:0 0 25px;}
.footer_logo{ margin: 20px auto 20px; width: 145px;}		
.footer_text{ font-size:13px; line-height:19px; margin-top:7px;}	
.footer_text a{ padding: 0 5px; color:#000;}


#call-btn{
	background:#fff;
	padding:10px 15px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	box-shadow:0 -4px 6px 0 rgba(0,0,0,0.1);
	}
#call-btn .commonBtn{ margin:0 0 8px;}
 
}
@media only screen and (max-width:390px){
.banner_heading{ font-size: 28px; line-height: 33px;}
.common_heading{ font-size: 27px; line-height: 35px;}

.banner_points li{ font-size: 14px;}

.failed_col p{ font-size: 13px; line-height: 18px; margin-top: 7px;}
.failed_heading{ font-size: 25px; line-height:30px; margin-top: 10px;}
}
@media only screen and (max-width:375px){
.banner_heading{ font-size: 27px; line-height: 32px;}
.banner-product{ right: 6px; width: 150px;}
.banner_points li{ font-size: 13px; line-height: 17px;}
.common_button{ font-size: 16px;}
.common_button img{ width: 16px;}
.doctor_advice_heading{ font-size: 14px; line-height: 15px;}
.banner_points li{ font-size: 13px;}

.common_heading{ font-size: 25px; line-height: 33px;}
.failed_heading{ font-size: 24px;}

.s2-trust-shape3{ right: 40px; width: 63px;}
.s2_col{ column-gap: 19px;}
.s2-col-img{ width: 109px;}
.s2_col:before{ left: 128px;}

.relief_strip li{ font-size: 15px; line-height: 15px;}

.ingredient-img6-m{ width: 141px;}

ul.sec10_col_inr_list li { font-size: 15px; line-height: 20px;}
ul.sec10_col_inr_list li p{ padding-left: 12px;}
}