@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: '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: 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: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Italic.woff2') format('woff2'),
	url('Inter-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
	}

/*=====MAIN CSS START=====*/

.pulse {
  animation: pulse 10s ease-in-out infinite;
}

@keyframes pulse {
  0%   { transform: scale(1); }
  15%   { transform: scale(1.03); } /* quick pulse up */
  21%   { transform: scale(1); }    /* quick pulse down */
  100% { transform: scale(1); }    /* rest of the 10s is idle */
}
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*====top-strip====*/	
.top-strip{
	float:left;
	width:100%;
	background:#17214c;
	padding:7px 0 5px;
	}
.top-strip-text{
	font-size:18px;
	line-height:24px;
	color:#fff;
	font-weight:800;
	}
.top-strip-text span{
	border-bottom:0px solid #fff;
	}
.top-strip-icn{
	display:inline-block;
	vertical-align:middle;
	width:32px;
	margin:0 10px 0 0;
	}
.top-strip-icn-two{
	margin:0 0 0 10px;
	}

/*====header====*/
.header{
	float:left;
	width:100%;
	height:80px;
	position:relative;
	background:#fff;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
	}			
.logo{
	float:left;
	max-width:234px;
	margin-top:20px;
	}

.header-btn{
	float:right;
	width:100%;
	max-width:180px;
	height:50px;
	background:#24c070;
	border-radius:7px;
	font-size:23px;
	line-height:50px;
	color:#fff;
	text-align:center;
	font-weight:800;
	margin-top:15px;
	box-shadow:0 5px 5px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,0.2);
	}

/*====common-css====*/
.common-heading{
	font-size:45px;
	line-height:53px;
	color:#000;
	font-weight:800;
	}
.common-text{
	font-size:18px;
	line-height:28px;
	color:#000;
	margin-top:25px;
	}
.button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:470px;
	margin-top:30px;
	text-align:center;
	}
.button-top-row{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 auto;
	column-gap:8px;
	}
.button-text1{
	font-size:14px;
	line-height:20px;
	color:#000;
	font-weight:600;
	}
.btn-icn1{
	display:inline-block;
	vertical-align:middle;
	width:14px;
	margin:-4px 5px 0 0;
	}
.listicle-count{
	width:105px;
	font-size:15px;
	line-height:21px;
	color:#f00;
	font-weight:700;
	}
.commonBtn {
    display:flex;
	justify-content:center;
	align-items:center;
    width: 100%;
    height:70px;
    background: #24c070;
    border-radius:10px;
    letter-spacing: 0.2px;
    box-shadow:0 5px 5px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,0.2);
    text-align: center;
    margin:7px 0;
	}
.commonBtn p{
	font-size: 21px;
    line-height:31px;
    color: #fff;
    font-weight:800;
	}

p.top-btn {font-size: 26px;line-height:34px;}

.commonBtn p span{
	display:block;
	font-size:15px;
    line-height:21px;
	font-weight:400;
	}
.btn-arrow{
	display:inline-block;
	vertical-align:middle;
	width:32px;
	margin:0 0 0 10px;
	}
.button-text2{
	font-size:14px;
	line-height:20px;
	color:#000;
	}
.button-text2 span{
	font-weight:700;
	}
.btn-icn2{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-4px 5px 0 ;
	}
	
/*=====banner-section=====*/
.banner-section{
	float:left;
	width:100%;
	background:#ecf5fa;
	padding:30px 0 50px;
	}
.banner-inner{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
	}
.banner_left{
	float:left;
	width:53%;
	text-align:left;
	}
.banner_rev-text{
	font-size:15px;
	line-height:21px;
	color:#000;
	}
.banner_rev-text img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	width:16px;
	}
.banner_heading{
	font-size:50px;
	line-height:56px;
	letter-spacing:-0.5px;
	font-weight:700;
	color:#000;
	margin-top:15px;
	position:relative;
	}	
.bnr-line-img{
	display:inline-block;
	vertical-align:top;
	width:592px;
    max-width: 100%;
	margin-top:5px;
	}
.banner-text1{
	font-size:20px;
	line-height:28px;
	color:#000;
	margin-top:5px;
	}
.banner-img{
	position:absolute;
	right:-40px;
	bottom:-110px;
	width:730px;
	max-width:100%;
	}
ul.banner_point{
	display:inline-block;
	vertical-align:middle;
	margin-top:15px;
	}
ul.banner_point li{
	font-size:20px;
	line-height:26px;
	color:#0a0a0a;
	font-weight:500;
	text-align:left;
	padding:0 0 8px 28px;
	background:url(../images/bnr-list-tick.png) no-repeat left 5px;
	background-size:20px;
	margin-top:8px;
	border-bottom:1px solid #ccc;
	}
ul.banner_point li:last-child{
	border-bottom:none;
	padding-bottom:0;
	}
.banner-right{
	width:45%;
	position:relative;
	}	
.bnr-product{
	float:right;
	width:570px;
	}
.bnr-testi-box{
	position:absolute;
	right:0;
	bottom:0;
	width:580px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto 0;
	border:1px solid #68a0c3;
	padding:20px 15px 20px;
	border-radius:3px;
	background:#fff;
	}
.bnr-testi-left{
	width:185px;
	}
.bnr-testi-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}	
.bnr-testi-right{
	width:calc(100% - 185px);
	text-align:left;
	padding-left:20px;
	}
.bnr-testi-heading{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:700;
	}
.bnr-testi-star{
	display:block;
	width:75px;
	margin-top:8px;
	}
.bnr-testi-text{
	font-size:16px;
	line-height:20px;
	color:#000;
	margin-top:10px;
	}
.bnr-testi-verify{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:start;
	margin-top:10px;
	}
.bnr-testi-verify-name{
	font-size:17px;
	line-height:22px;
	color:#000;
	font-weight:700;
	}	
.bnr-testi-verify-name span{
	font-size:14px;
	color:#24c070;
	font-weight:400;
	}
.bnr-testi-verify-icn{
	display:inline-block;
	vertical-align:middle;
	width:14px;
	margin:-2px 5px 0 5px;
	}	
	
/*=====as_seen=====*/	
.as_seen{
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #d1d1d1;
    overflow: hidden;
	}
.asseen_text{
	font-size:16px;
	line-height:22px;
	color:#000000;
	font-weight:700;
	letter-spacing:0.3px;
	}
ul.as_seen_list{
	display: -webkit-flex;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	justify-content:space-between;
	margin:15px auto 0;
	column-gap:20px;
	}
ul.as_seen_list li{
	text-align:center;
	position:relative;
	}
.as_seen_logo{
	display:block;
	margin:0 auto;
	width:auto;
	height:33px;
	}
	
/*=====section1=====*/
.section1{
	float:left;
	width:100%;
	background:#fff;
	padding:45px 0 60px;
	}
.s1-doctor-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	border:2px solid #d9f0fb;
	border-radius:10px;
	margin-bottom:50px;
	}
.s1-doctor-box-top{
	float:left;
	width:100%;
	background:#fff;
	text-align:left;
	padding:25px 200px 35px 25px;
	border-radius:10px;
	}
.s1-doctor-heading{
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:700;
	}
.s1-doctor-icn{
	display:inline-block;
	vertical-align:middle;
	width:29px;
	margin:-6px 8px 0 0;
	}
.s1-doctor-quote{
	display:inline-block;
	vertical-align:middle;
	width:121px;
	margin:-2px 0 0 5px;
	}
.s1-doctor-text{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-style:italic;
	margin-top:15px;
	}
.s1-doctor-box-btm{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:start;
	align-items:center;
	column-gap:10px;
	position:relative;
	background:#f4f6f9;
	padding:10px 200px 10px 25px;
	text-align:left;
	border-radius:0 0 10px 10px;
	}
.s1-doctor-name-text{
	font-size:18px;
	line-height:24px;
	color:#282828;
	font-weight:700;
	}
.s1-doctor-text2{
	font-size:17px;
	line-height:23px;
	color:#282828;
	}
.s1-doctor-img{
	position:absolute;
	right:0;
	bottom:0;
	width:220px;
	}

.s1-text1{
	font-size:25px;
	line-height:31px;
	color:#ff0000;
	font-weight:700;
	margin-top:10px;
	}
.s1-row{
	width:100%;
    display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
    justify-content: space-between;
	margin:40px auto 0;
	}
.s1-row-left{
	width:54%;
	}
.s1-row-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s1-row-right{
	width:43%;
	}
.s1-content-box{
	float:left;
	width:100%;
	border:1px solid #ccc;
	border-radius:10px;
	}
.s1-content-row{
	width:100%;
    display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
    justify-content: space-between;
	padding:15px 15px;
	border-bottom:1px solid #ccc;
	}
.s1-content-row:last-child{
	border-bottom:none;
	}
.s1-content-row-left{
	width:50px;
	}
.s1-content-icn{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s1-content-row-right{
	width:calc(100% - 50px);
	text-align:left;
	padding-left:15px;
	}
.s1-content-row-text1{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:700;
	}
.s1-content-row-text2{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-top:10px;
	}
	
/*=====section2=====*/
.section2{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 60px;
    overflow: hidden;
	}
.s2-box-outer{
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:100%;
	}
.s2-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1090px;
	background:#fff;
	border-radius:10px;
	box-shadow:0 3px 7px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,0.1);
	margin:35px 0 10px;
	padding:25px 25px 35px;
	position:relative;
	}
.s2-row{
	width:100%;
    display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
    justify-content: space-between;
	}
.s2-row-left{
	width:53%;
	}
.s2-row-slide-box{
	float:left;
	width:100%;
	}
.s2-row-left-inner{
	width:100%;
	display:flex !important;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto 10px;
	}
.s2-row-left-inner-col{
	width:49%;
	position:relative;
	}
.s2-row-inner-col-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:8px;
	}
.s2-row-inner-col-text{
	position:absolute;
	left:50%;
	bottom:-12px;
	transform:translateX(-50%);
	background:#fff;
	border-radius:45px;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:500;
	text-transform:uppercase;
	padding:0 10px;
	}

.s2-row-right{
	width:43%;
	position:relative;
	}
.s2-row-text{
	display:inline-block;
	vertical-align:top;
	font-size:26px;
	line-height:30px;
	color:#fff;
	font-weight:700;
	background:#5b92b5;
	border-radius:5px;
	padding:7px 10px;
	}
.s2-box-icn{
	position:absolute;
	right:-40px;
	top:60px;
	width:284px;
	}
.s2-list{
	float:left;
	margin-top:5px;
	position:relative;
	}
.s2-list li{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:600;
	padding-left:32px;
	text-align:left;
	background:url(../images/s2-list-tick.png) no-repeat left 5px;
	background-size:22px;
	margin-top:12px;
	}
.s2-text1{
	font-size:28px;
	line-height:34px;
	color:#000;
	font-weight:800;
	margin-top:30px;
	}
.s2-text1 span{
	background:#edf4fc;
	border-radius:7px;
	padding:0 5px;
	}
.s2-prod{
	position:absolute;
	width:356px;
	}
.s2-prod-one{
	top:-150px;
	right:-200px;
	}
.s2-prod-two{
	left:-220px;
	bottom:-170px;
	}

/*=====section3=====*/
.section3{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	overflow:hidden;
	}
.s3-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s3-row-left{
	width:63%;
	text-align:left;
	}
.s3-box{
	width:100%;
	max-width:605px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	row-gap:42px;
	margin-top:25px;
	}
.s3-col{
	width:100%;
	position:relative;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:15px 15px;
	background:#edf4fc;
	border:2px solid #00629b;
	border-radius:10px;
	}
.s3-col:before{
	content:"";
	position:absolute;
	left:48px;
	border-left:3px dotted #00629b;
	height:45px;
	top:100%;
	}
.s3-col:last-child:before{
	display:none;
	}
.s3-col-left{
	width:80px;
	height:80px;
	background:#0b2538;
	border-radius:50%;
	border:10px solid #fff;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	}
.s3-col-icn{
	display:block;
	margin:0 auto;
	width:40px;
	max-width:100%;
	}
.s3-col-right{
	width:calc(100% - 80px);
	text-align:left;
	padding-left:15px;
	}
.s3-col-text1{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:800;
	}	
.s3-col-text2{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}	
.align-items-end{ align-items:end;}	
.s3-benefit-row{
	width:100%;
	max-width:610px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	margin-top:35px;
	}
.s3-benefit-col{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	border-right:1px solid #ccc;
	padding:0 15px;
	}
.s3-benefit-col-left{
	width:54px;
	}
.s3-benefit-col-icn{
	display:block;
	margin:0 auto;
	max-width:100%;
	}	
.s3-benefit-col-right{
	width:calc(100% - 54px);
	text-align:left;
	padding-left:10px;
	}
.s3-benefit-col-text{
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:500;
	}	
.s3-benefit-col:first-child{
	padding-left:0;
	}
.s3-benefit-col:last-child{
	padding-right:0;
	border-right:none;
	}
.s3-row-right{
	width:37%;
	position:relative;
	}
.s3-right-img{
	position:absolute;
	left:-50px;
	bottom:-60px;
	width:929px;
	}
	
/*====section4====*/
.section4{
	float:left;
	width:100%;
	background:#edf4fc;
	padding:60px 0;
	}	
.s4-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:30px;
	margin:40px auto 10px;
	}
.s4-col{
	width:49%;
	padding:15px 25px 25px;
	border:1px solid #d7d7d7;
	background:#fff;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	flex-direction:column;
	}
.s4-col-top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	}
.s4-col-top-left{
	width:100%;
	text-align:left;
	position:relative;
	padding-right:60px;
	}
.s4-col-text{
	font-size:16px;
	line-height:20px;
	color:#68a0c3;
	text-transform:uppercase;
	}
.s4-col-heading{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:600;
	margin-top:5px;
	}
.s4-col-text2{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-top:15px;
	}
.s4-col-icn{
	position:absolute;
	right:0;
	top:5px;
	width:60px;
	max-width:100%;
	}
.s4-col-img-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:20px auto 0;
	}
.s4-col-img-col{
	width:49.5%;
	position:relative;
	}
.s4-col-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s4-col-img-col p{
	position:absolute;
	bottom:10px;
	left:15px;
	font-size:17px;
	line-height:23px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	}
	
/*======section5=========*/
.section5{
	float:left;
	width:100%;
	padding:60px 0 100px;
	}
.inside_strip{
	display:flex;
	display: -webkit-flex;
	justify-content:center;
	align-items:center;
	width:100%;
	max-width:540px;
	margin:15px auto 0;
	padding:8px 15px;
	border:1px solid #e2f0ff;
	border-radius:10px;
	column-gap:15px;
	}
.inside_strip p{
	font-size:20px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000000;
	font-weight:bold;
	}
.inside_pluse{
	flex-shrink: 0;
	width:30px;
	height:30px;
	line-height:25px;
	border-radius:50%;
	background:#000;
	color:#fff;
	font-size:26px;
	}
.sec5_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	position:relative;
	}

.ingredients_col{
	width:51%;
	float:right;
	border:2px solid #68a0c3;
	border-radius:15px;
	background:#fff;
	position:relative;
	}
.sec5_prod-img{
	position:absolute;
	left: -120px;
    top: 30px;
	max-width: 100%;
	}
.ingredients_box{
	float:left;
	width:100%;
	padding:0 25px;
	border-bottom:1px solid #ddd;
	}
.ingredients_box:last-child{border-bottom:none; padding-bottom:10px;}
.ingredients_header{
	width:100%;
	padding:10px 0;
	position:relative;
	text-align:left;
	cursor:pointer;
	display:flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items:center;
	}
.ingredients_header:after{
	content:'';
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:8px solid #4d4d4d;
	transition:0.3s ease-in-out;
	}
.ingredients_header.active:after{
	border-bottom:8px solid #4d4d4d;
	border-top:none;
	}
.ing_icon img{
	width:80px;
	display:inline-block;
	vertical-align:middle;
	}
.ingredients_heading{
	padding-left:25px;
	text-align:left;
	}
.ingredients_heading h3{
	font-size:22px;
	line-height:26px;
	color:#000000;
	font-weight:bold;
	}
.ingredients_heading p{
	font-size:17px;
	line-height:22px;
	color:#000000;
	margin:5px 0 0;
	}
.ingredients_header.active .ingredients_heading p{ font-weight:bold;}
.ingredients_content{
	float:left;
	width:100%;
	padding:0 0 15px;
	text-align:left;
	}
.ingredients_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-bottom:15px;
	}

ul.sec5_btm-list{
	display: flex;
    display: -webkit-flex;
    justify-content: center;
	column-gap:30px;
	margin-top:50px;
	}
ul.sec5_btm-list li{
	font-size:19px;
	line-height:26px;
	color:#000000;
	font-weight:bold;
	letter-spacing:0.3px;
	position:relative;
	padding-left:28px;
	text-align:left;
	}
ul.sec5_btm-list li:before{
	position:absolute;
	left:0;
	top:5px;
	width:20px;
	height:17px;
	background:url(../images/s5-tik.png) no-repeat center center;
	background-size:100%;
	content:"";
	}

/*======section6=========*/
.section6{
	float:left;
	width:100%;
	background:#edf4fc;
	padding:0 0 60px;
	position:relative;
	overflow-x: clip;
	}
.section6:before{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:440px;
	content:"";
	background:#fff;
	z-index:1;
	}
.sec6_formulate-row{
	float:left;
	width:70%;
	text-align:left;
	padding-top:50px;
	}
.formulate_heading{
	display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
	column-gap:20px;
	}
.formulate_heading img{
	width:90px;
	}
.sec6_formulate-row .common-text{
	width: 85%;
	}
.sign {
	display: block;
    margin-top: 30px;
	}
.s5_doctor-img{
	position:absolute;
	right:-50px;
	top:-100px;
	}
.sec6_result-row{
	display: flex;
    display: -webkit-flex;
	justify-content: space-between;
    flex-wrap: wrap;
	width:100%;
	}
.sec6_result_left{
	width:51.50%;
	z-index: 2;
	position:relative;
	text-align: left;
	}
.result_box{
	float:left;
	width:100%;
	margin-top:35px;
	background:#fff;
	}
.result_box-heading{
	font-size:35px;
	line-height:36px;
	font-weight:800;
	color:#fff;
	background:#68a0c3;
	padding:10px 30px 12px;
	text-align:left;
	}
.result_box-mdl{
	width:100%;
	display: flex;
    display: -webkit-flex;
	flex-direction: column;
	flex-wrap: wrap;
    row-gap: 30px;
	padding:30px 30px 20px 25px;
	}
.result_box-row{
	width:100%;
	display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
	column-gap:20px;
	}
.result_per{
	font-size:47px;
	line-height:47px;
	letter-spacing:-0.5px;
	color:#00629b;
	font-weight:600;
	}
.result_col{
	text-align:left;
	width: 100%;
	}
.result_col h3{
	font-size:22px;
	line-height:30px;
	color:#000000;
	font-weight:600;
	letter-spacing:0.3px;
	}
.result_bar{
	display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
	width:100%;
	height:11px;
	background:#efefef;
	border-radius:20px;
	overflow:hidden;
	margin-top:10px;
	}
.result_bar span{
	background:#68a0c3;
	border-radius:20px;
	}
.sec6_result_right{
	width:48%;
	position:relative;
	margin-top:250px;
	z-index:2;
	}
ul.sec6_seal-list{
	display: flex;
    display: -webkit-flex;
	justify-content: space-between;
	}
ul.sec6_seal-list li{
	width:24%;
	text-align:center;
	}
ul.sec6_seal-list li img{
	display:block;
	margin:0 auto 10px;
	width:120px;
	max-width:100%;
	}
ul.sec6_seal-list li p{
	font-size:17px;
	line-height:21px;
	color:#000000;
	font-weight:600;
	}
	
/*======section7=========*/
.section7{
	float:left;
	width:100%;
	background:#edf4fc;
	padding:60px 0;
	}	
.review-face{
	display:block;
	margin:0 auto 15px;
	width:312px;
	max-width:100%;
	}
.se7_video_row{
	display: -webkit-flex !important;
	display:flex !important;
	justify-content: center;
	column-gap:15px;
	width:100%;
	max-width:2000px;
	padding:0 15px;
	margin:40px auto 0;
	}
.se7_video_col{
	width:16%;
	position:relative;
	cursor:pointer;
	border-radius:10px;
	overflow:hidden;
	background:#000;
	}
.se7_video_col .ugc-poster{
	max-width:100%;
	margin:0 auto;
	display:block;
	transition:all ease 0.5s;
	}
.ugc-poster{
	display:block;
	margin:0 auto;
	width:100%;
	height:100%;
	object-fit: cover;
	}
.se7_video_col:hover .ugc-poster{
	opacity:0.4;
	}
.ugc-play{
	position:absolute;
	width:60px;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	}	
	
.review_row {
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
    row-gap: 30px;
	}	
.review_box {
    width: 49%;
    border: 2px solid #b2cfe3;
	background:#fff;
    border-radius:15px;
    padding: 20px 20px 25px;
    position: relative;
	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}
.review_box-top{
	display: flex;
    display: -webkit-flex;
	justify-content: space-between;
	column-gap:20px;
	}
.review_box-image{
	flex-shrink: 0;
	width:180px;
	}
.review_box-image img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:15px;
	}
.review_box-top-left{
	text-align:left;
	padding-top:15px;
	}
.review_heading {
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
	}
.review-star {
    margin-top: 5px;
    width: 94px;
	}
.review_name {
    font-size: 19px;
    line-height: 26px;
    color: #000000;
    margin-top: 12px;
    font-weight: bold;
	}
.review_name span {
	display:block;
    font-size: 15px;
    font-weight: 400;
	color:#24c070;
	}	
.review_name span img {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    margin: -2px 5px 0 0;
	}
.review_text {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
	font-weight:500;
    margin-top:20px;
	text-align:left;
	}
	
/*====section8====*/
.section8{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 30px;
	}	
.compare-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:850px;
	margin-top:120px;
	}
.compare-col1{
	float:left;
	width:31%;
	}
.compare-list{
	float:left;
	width:100%;
	margin-top:15px;
	}
.compare-list li{
	float:left;
	width:100%;
	height:60px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:500;
	padding:0 15px;
    text-align: left;
	}
.compare-list li:nth-child(even){
	background:#ebeff2;
	}
.compare-col1 .compare-list li{
	justify-content:left;
	}
.compare-col2{
	float:left;
	width:23%;
	background:#71a6c7;
	border-radius:15px;
	padding:0 0 40px;
	}
.compare-col-top{
	float:left;
	width:100%;
	height:80px;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:end;
	align-items:center;
	}
.compare-prod{
	display:block;
	margin:-80px auto 12px;
	width:142px;
	max-width:100%;
	}
.compare-col-top h3{
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#fff;
	font-weight:700;
	}
.compare-col-top p{
	width:100%;
	font-size:17px;
	line-height:23px;
	color:#000;
	font-weight:600;
	}
.compare-tick-icn{
	width:32px;
	}
.compare-col2 .compare-list li:nth-child(even){
	background:#71a6c7;
	}
.compare-icn{
	width:27px;
	}
.compare-col3{
	float:left;
	width:15.3%;
	}
.compare-brand{
	display:block;
	width:71px;
	margin:-70px auto 10px;
	}
	
.guarantee-box{
	width:100%;
	max-width:770px;
	background:#fff;
	border:5px solid #88b4d0;
	padding:0 15px;
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
    justify-content: space-between;
	margin:45px auto 10px;
	}
.guarantee-left{
	width:164px;
	position:relative;
	align-content:center;
	}
.guarantee-seal-box{
	width:100%;
	background:#fff;
	padding:5px;
	border-radius:50%;
	position:relative;
	}
.guarantee-left:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	width:70px;
	background:#88b4d0;
	}
.guarantee-seal{
	display:block;
	margin:0 auto;
	max-width:100%;
	position:relative;
	}
.guarantee-content{
	float:right;
	width:calc(100% - 164px);
	text-align:left;
	padding:22px 0 22px 15px;
	}
.guarantee-heading{
	font-size:31px;
	line-height:36px;
	color:#000;
	font-weight:800;
	text-transform:uppercase;
	}
.guarantee-text{
	font-size:18px;
	line-height:27px;
	color:#000;
	margin-top:10px;
	}	
	
/*=====section9=====*/	
.section9{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
.s9-doctor-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1030px;
	border:1px solid #68a0c3;
	box-shadow:0 3px 8px 1px rgba(104,160,195,0.3);
	-webkit-box-shadow:0 3px 8px 1px rgba(104,160,195,0.3);
	padding:20px 40px 40px;
	}
.s9-doctor-top{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:center;
	border-bottom:1px solid #68a0c3;
	position:relative;
	padding:0 0 20px;
	}	
.s9-doctor-top:before{
	content:"";
	position:absolute;
	bottom:-9px;
	left:35px;
	width:15px;
	height:15px;
	border-bottom:1px solid #68a0c3;
	border-right:1px solid #68a0c3;
	transform:rotate(45deg);
	background:#fff;
	}
.s9-doctor-top-left{
	width:calc(100% - 340px);
	text-align:left;
	}
.s9-doctor-heading{
	font-size:40px;
	line-height:48px;
	color:#000;
	font-weight:700;
	}
.s9-doctor-top-text{
	font-size:20px;
	line-height:26px;
	color:#000;
	margin-top:15px;
	}
.s9-doctor-top-right{
	width:186px;
	}	
.s9-doctor-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:50%;
	}
.s9-doctor-btm{
	float:left;
	width:100%;
	text-align:left;
	}
.s9-doctor-box-text1{
	display:inline-block;
	vertical-align:top;
	font-size:22px;
	line-height:28px;
	color:#fff;
	font-weight:700;
	margin-top:25px;
	background:#68a1c6;
	border-radius:3px;
	padding:2px 10px;
	}
.s9-doctor-sign{
	display:inline-block;
	vertical-align:top;
	width:204px;
	margin-top:40px;
	}
.s9-doctor-name-text{
	font-size:20px;
	line-height:26px;
	color:#282828;
	font-weight:700;
	margin-top:15px;
	}
.s9-doctor-box-text2{
	font-size:18px;
	line-height:24px;
	color:#252525;
	margin-top:8px;
	}
	
/*=====section10=====*/	
.section10{
	float:left;
	width:100%;
	padding:0 0 60px;
	background:#fff;
	}	
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	margin:35px 0 10px;
	}
.faq-row{
	float:left;
	width:100%;
	border:1px solid #dacbb3;
	text-align:left;
	margin-top:20px;
	}
.accordion{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:700;
	padding:20px 40px 20px 20px;
	cursor:pointer;
	background:url(../images/down.png) no-repeat 98% center;
	background-size:15px;
	}
.acdn-heading.accordion-open{
	background:url(../images/up.png) no-repeat 98% center;
	background-size:15px;
	}
.acdn-content{
	float:left;
	width:100%;
	padding:15px 35px 0 20px;
	position:relative;
	}
.acdn-content:before{
	content:"";
	position:absolute;
	border-top:1px solid #ccc;
	left:20px;
	right:20px;
	top:0;
	}
.acdn-content p{
	font-size:18px;
	line-height:25px;
	color:#000;
	margin-bottom:25px;
	}	
		

/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	border-top:1px solid #ccc;
	padding:0 0 55px;
	}
.ftr-logo{
	display:block;
	margin:40px auto 25px;
	width:190px;
	}
.footer-txt1{
	font-size:17px;
	line-height:23px;
	color:#000;
	margin-top:8px;
	}
.footer-txt1 a{ padding:0 5px;}	



/*~~~~~~~~~~~~~~~~~~~~~~~~
FIX BAR
~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fix-bar{
	background:#18234d;
	float:left;
	width:100%;
	position:fixed;
	bottom:0;
	padding:15px 0;
	z-index:99;
}
.fix-bar-inr{
	text-align:left;
	display: flex;
    align-items: center;
    justify-content: space-between;
	}
.fix-bar-inr-cont{
	position:relative;
	padding-right:150px;
	}
.fix-bar-tx1{
	font-size:24px;
	line-height:30px;
	font-weight:600;
	color:#42b5aa;
	}
.fix-bar-tx1 span{color:#ffd634; font-weight:800;}
.fix-bar-tx2{
	color:#fff;
	font-weight:700;
	font-size:28px;
	line-height:30px;
	}
.fix-prd{
	position:absolute;
	right:0; 
	top:-30px;
	}
.stiky-btn{
	width:400px;
	}
.stiky-btn .commonBtn{
	margin:0;
	}


.margin-top15{ margin-top:15px;}

.fordesk{ display:block;}
.fortab, .formob{ display:none;}
/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner_heading { font-size:43px; line-height:49px;}
.bnr-product{ width:480px;}
.bnr-testi-box{ width:480px;}

.common-heading { font-size:38px; line-height:46px;}
.s2-row-text { font-size: 24px; line-height: 30px;}
.s2-prod-one { right: -260px;}

.s3-right-img {left: 0; width: 850px;}

.sec5_prod-img {top: 75px;width: 730px;}
ul.sec5_btm-list li{font-size: 17px;line-height: 23px;}

.sec6_formulate-row{width: 75%;}
.formulate_heading img{width: 80px;}
.sec6_formulate-row .common-text {width: 93%;}
.result_col h3 {font-size: 21px;line-height: 25px;}
.s5_doctor-img {top: -73px;width: 544px;}

.review_heading {font-size: 19px;line-height: 25px;}
.review_name {font-size: 17px;line-height: 24px;}

.fix-bar-inr-cont {padding-right: 0;}
.fix-prd{ display:none;}

}


@media only screen and (max-width:1021px){
.container{width:750px;}

.fordesk{display: none;}
.fortab{display: block;}

.banner_left { width: 54%;}
.banner_heading { font-size:33px; line-height:40px;}
.banner-text1 {font-size: 18px; line-height: 26px;}
ul.banner_point li { font-size: 18px; line-height: 24px;}

.bnr-product { width: 350px;}
.bnr-testi-box { width: 320px;}
.bnr-testi-left {width: 100px;}
.bnr-testi-right{ width:calc(100% - 100px); padding-left:15px;}
.bnr-testi-heading {font-size: 15px; line-height: 21px;}
.bnr-testi-text { font-size: 14px; line-height: 20px;}
.bnr-testi-verify-name span { font-size: 12px;}

.as_seen_logo{ height:24px;}

.common-heading { font-size: 32px; line-height: 40px;}
.common-text { font-size: 17px; line-height: 27px;}

.s1-doctor-text { font-size: 17px; line-height: 25px;}
.s1-text1 { font-size: 22px; line-height: 28px;}
.s1-row{ max-width:600px;}
.s1-row-left{ width:100%;}
.s1-row-img{ width:450px;}
.s1-row-right{ width:100%; margin-top:30px;}
.s1-content-row-text2 { font-size: 17px; line-height: 24px;}

.s2-row-text {font-size: 17px; line-height: 25px;}
.s2-list li { font-size: 18px; line-height: 24px;}
.s2-box-icn {right: -60px; width: 220px;}
.s2-text1 { font-size: 21px; line-height: 28px;}
.s2-prod{ width:300px;}
.s2-prod-one { right: -220px; top:-100px;}
.s2-prod-two { bottom: -140px;}

.s3-row-left { width: 70%;}
.s3-col-text2 {font-size: 17px; line-height: 25px;}
.s3-row-right { width: 25%;}
.s3-right-img {left: 0; width: 650px; top: 30px; bottom:auto;}

.s3-benefit-col-left { width: 40px;}
.s3-benefit-col-right { width: calc(100% - 40px);}
.s3-benefit-col-text { font-size: 15px; line-height: 19px;}

.s4-col { padding: 15px 20px 25px;}
.s4-col-heading {font-size: 22px; line-height: 28px;}
.s4-col-text2 { font-size: 17px; line-height: 23px;}
.s4-col-img-col p { font-size: 15px; line-height: 21px;}

.ingredients_col{width: 65%;}
.sec5_prod-img {top: 75px;width: 576px;left: -150px;}

.sec6_formulate-row {width: 75%;padding-top: 40px;}
.result_box{margin-top: 30px;}
.result_box-heading {font-size: 26px;line-height: 29px; padding: 10px 20px 12px;}
.result_box-mdl {row-gap: 25px;padding: 20px 15px 15px 15px;}
.result_box-row {column-gap: 15px;}
.result_per { font-size: 30px; line-height: 30px;}
.result_col h3 { font-size: 17px; line-height: 19px;}
.result_bar{height: 8px;}
.s5_doctor-img { top: 10px;width: 400px;right: -80px;}
.sec6_result_right{margin-top: 160px;}
ul.sec6_seal-list li p {font-size: 14px;line-height: 18px;}

.se7_video_row{ max-width:750px;flex-wrap: wrap; column-gap:2%; row-gap:15px;}
.se7_video_col{ width:32%;}
.review_box{ width:100%;}

.compare-list li{ font-size:16px;}
.guarantee-heading { font-size: 28px; line-height: 34px;}
.guarantee-text { font-size: 17px; line-height: 26px;}

.s9-doctor-top-left { width: calc(100% - 160px);}
.s9-doctor-heading { font-size: 32px; line-height: 40px;}
.s9-doctor-top-text { font-size: 18px; line-height: 24px;}
.s9-doctor-top-right { width: 160px;}

.accordion{ font-size:20px; line-height:26px;}
.acdn-content p {font-size: 17px; line-height: 25px;}


.fix-bar-tx1{font-size: 15px;}
.fix-bar-tx2 {font-size: 21px;}
.stiky-btn{width: 360px;}
.commonBtn p{font-size: 22px;line-height: 31px;}
.commonBtn p span {font-size: 14px;line-height: 19px;}

}


@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.fordesk{display:none;}
.formob{display:block;}
.hidemob{ display:none;}

.top-strip{ padding:4px 0;}
.top-strip-text { font-size:12px; line-height:19px;}
.top-strip-text span{ border-width:1px;}
.top-strip-icn { width: 25px; margin: 0 7px 0 0;}
.top-strip-icn-two{ margin: 0 0 0 7px;}

.header{ height:45px; box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);}
.logo{ float:none; display:block; margin:10px auto 0; width:130px;}

.banner-section { background: #ecf5fa; padding: 20px 0 30px; overflow:hidden;}
.banner_left { width:100%;text-align: center;}
.banner_rev-text { font-size: 13px; line-height: 16px;}
.banner_rev-text img { margin: -4px 3px 0 0; width: 70px;}
.banner_heading { font-size: 27px; line-height: 34px; letter-spacing:-0.2px; margin-top:8px;}

.banner-text1 { font-size: 16px; line-height: 22px;  margin-top: 12px; padding-right:0;}

.bnr-prod-box-mob{ padding:0; width: 100%;  margin-top: 5px; display: flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center;}
.bnr-prod-box-left{width: 275px; position:relative;}
.bnr-prod_mob{margin: 20px -30px -10px -15px;max-width: 100%;float: left;}
.sold-seal {position: absolute; left: -10px; top: 25px; width: 90px;}
ul.bnr-prod-box_seal-list{display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;width: 50px; flex-wrap: wrap;}
ul.bnr-prod-box_seal-list li {width: 100%; margin-top: 5px;}
ul.bnr-prod-box_seal-list li img { display: inline-block; vertical-align: middle; max-width: 100%;}

.s1-lst-hd {font-size: 20px;line-height: 26px;padding-left: 20px; font-weight: 600; text-align:left;margin-top: 10px;z-index: 1;}

ul.banner_point{margin-top: 5px;  padding-left: 0px; text-align:center;}
ul.banner_point li { font-size: 16px; line-height: 24px; margin-top: 8px; letter-spacing: 0.3px; padding: 0 0 0 32px;font-weight: 600; color: #000; background: url(../images/bnr-list-tick.png) left 2px no-repeat; background-size:21px; border:none;}


.s1-btm-tsti{float: left;width: 100%;padding: 12px 10px 12px 70px;  font-size: 13px; line-height: 19px;color: #192f23; margin-top: 30px; background: #fff; text-align: left;border-radius: 15px;box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);position: relative;}
.s1-tsti-fc {position: absolute;top: 15px;  border-radius: 50%; width: 50px;  left: 12px; }
.s1-btm-tsti h3 {  font-weight: 600;font-size: 14px;}
.testi-star { margin-top: 8px; width:70px;}
.s1-btm-tsti p { margin-top: 3px;}


.bnr-sold-row{ display:flex; align-items:center; width:100%; max-width:200px; background:#68a0c3; border-radius:45px; margin-top:15px; padding:3px 5px 4px;}
.bnr-sold-row p{ width:17px; height:17px; background:#fff; border-radius:50%; display:flex; justify-content:center; font-size:18px; line-height:14px; color:#000;}
.bnr-sold-row h4{ font-size:14px; line-height:20px; color:#fff; font-weight:700; margin-left:5px;}
.bnr-product{ width:200px; right:-15px; top:-50px; position:absolute;}

.banner-right { width:100%;}
.bnr-testi-box{ position:static; width:100%; max-width:480px; border:none; padding:0; margin:25px auto 0;}
.bnr-testi-left{ width:180px;}
.bnr-testi-right { width: calc(100% - 180px); padding-left: 15px;}
.bnr-testi-heading {font-size:13px; line-height:18px; letter-spacing:0.5px; font-style:italic;}
.bnr-testi-text { font-size: 12px; line-height: 16px; margin-top:8px;}
.bnr-testi-verify{ margin-top:5px;}
.bnr-testi-verify-name { font-size: 13px; line-height: 17px;}
.bnr-testi-verify-name span {font-size: 10px; letter-spacing:0.2px;}
.bnr-testi-verify-icn { width: 10px; margin: -2px 3px 0 3px;}
.bnr-testi-star { width: 60px; margin-top: 12px;}


.button_box{ margin-top:10px; }
.button-text1{ font-size:12px;line-height: 15px;}
.listicle-count {font-size: 12px;line-height: 15px;width: 84px;}
.btn-icn1 {width: 10px; margin: -3px 3px 0 0;}
.commonBtn{height: 65px; position:relative;}
.commonBtn p{font-size: 18px;line-height: 25px;letter-spacing: 0.5px;}
.commonBtn p span {font-size: 12px;line-height: 16px;}
p.top-btn {font-size: 23px;line-height:33px;}
.btn-arrow {width: 24px;}
.button-text2 {font-size: 12px; line-height: 17px; padding-top:7px;}

.commonBtn:before{content:"";
	float: left;
	width:100%;
	height:65px;
	background: url(../images/btn_flsh.png) no-repeat;
	animation: AnimationName 2.5s cubic-bezier(0.43, 0.61, 1, 1) infinite;
	-webkit-animation: AnimationName 2.5s cubic-bezier(0.43, 0.61, 1, 1) infinite;
	position: absolute;
	left:0%;
	top:0;
	z-index: 9;
	}
@-webkit-keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
@keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}


.as_seen{ padding:15px 0 15px; border-bottom:1px solid #000;}
.asseen_text { font-size: 14px; line-height: 20px; position:relative; display:flex; justify-content:center; align-items:center; width:calc(100% + 30px); margin-left:-15px;}
.asseen_text span{ padding:0 10px;}
.asseen_text:before, .asseen_text:after{ content:""; border-top:1px solid #000; flex-grow:1;}
.brand_strip_scroller{
	float:left;
	width:100%;
	background:#fff;
	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 14px;
	position:relative;
	}
ul.scroll_brand_list li img{
	height:25px;

	}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}


.section1 { padding:30px 0 0; overflow:hidden;}
.s1-doctor-box{ border:none; padding:0; width:calc(100% + 30px); margin-left:-15px; max-width:none; margin-bottom:30px;}
.s1-doctor-heading {font-size: 16px; line-height: 20px;}
.s1-doctor-icn { width: 21px; margin: -4px 8px 0 0;}
.s1-doctor-box-top { padding: 0 90px 15px 15px;}
.s1-doctor-text {font-size: 14px; line-height:18px; margin-top:7px;}
.s1-doctor-quote{ width:85px;}
.s1-doctor-box-btm{ flex-wrap:wrap; padding: 10px 180px 12px 15px; border-radius:0;}
.s1-doctor-name-text { font-size: 16px; line-height: 22px;}
.s1-doctor-text2 {font-size: 14px; line-height:20px;}
.s1-doctor-img { right: -35px; width: 190px;}

.common-heading { font-size:28px; line-height:33px;}
.common-text { font-size: 18px; line-height: 26px; margin-top:20px;}
.s1-text1 { font-size: 18px; line-height: 24px;}
.s1-row{ margin:15px auto 0;}
.s1-row-img { width: 322px;}
.s1-row-right{ margin-top:20px;}

.s1-content-row-left { width: 40px;}
.s1-content-row-right { width: calc(100% - 40px);}
.s1-content-row-text1 { font-size: 18px; line-height: 24px;}
.s1-content-row-text2 { font-size: 15px; line-height: 21px; margin-top:5px;}

.section2{ padding:20px 0 30px; position:relative;}
.section2:before{content:""; position:absolute; height:200px; background:#fff; top:0; left:0; right:0;}
.s2-prod-mob{ margin:0 0 -100px -15px; width:calc(100% + 30px);}
.s2-box { margin: 25px 0 0; padding:6px 6px 30px; max-width:430px;}
.s2-row-left {width:100%;}
.s2-row-inner-col-text { bottom: -10px; font-size: 12px; line-height: 18px;}
.s2-row-right { width: 100%; margin-top:20px;}
.s2-row-text { font-size: 19px; line-height: 25px; padding:6px 8px;}
.s2-list{ padding-left:10px;}
.s2-list li {font-size:18px; line-height:24px; background-size:18px; padding-left: 28px;}
.s2-box-icn { top:45px; right: -70px; width: 284px;}
.s2-text1 { font-size: 20px; line-height: 26px;}

.section3{ padding:30px 0 10px; overflow:visible;}
.s3-row-left { width: 100%;}
.s3-heading-box-mob{ width:100%; padding-right:28%;}
.s3-right-img{ right:0; width:130px; left:auto; top:-20px; bottom:auto;}
.s3-benefit-row{margin-top: 25px;}
.s3-box{ row-gap:70px;}
.s3-col{ justify-content:center; padding: 0 20px 15px;}
.s3-col:before{ left:50%; transform:translateX(-50%);}
.s3-col-left { width: 70px; height: 70px; border-width:8px; margin-top:-35px;}
.s3-col-icn{ width:35px;}
.s3-col-right {width: 100%; padding-left: 0; text-align:center;}
.s3-col-text1 {font-size: 20px; line-height: 26px; margin-top:10px;}
.s3-col-text2 { font-size: 16px; line-height: 22px;}

.s3-benefit-col{ padding:0; border:none; justify-content:center;}
.s3-benefit-col-right { width:100%; text-align:center; padding:0;}
.s3-benefit-col-text { font-size: 14px; line-height: 16px; margin-top:12px;}

.section4{ padding:30px 0; background:#fff;}
.s4-row { margin: 30px auto 0;}
.s4-col { width: 100%;  padding: 15px 15px 15px; position:relative;}
.s4-col-top-left { padding-right:40px;}
.s4-col-text { font-size: 11px; line-height: 16px; background:#fff; padding:0 5px; position:absolute; top:-23px; left:0;}
.s4-col-heading { font-size: 20px; line-height: 26px; margin-top:0;}
.s4-col-icn { right: 0; top:-3px; width: 40px;}
.s4-col-text2 { font-size: 16px; line-height: 24px; margin-top:10px;}
.s4-col-img-row { margin: 15px auto 0;}
.s4-col-img-col p { font-size: 11px; line-height: 15px; left:10px; bottom:5px;}

.section5{ padding:30px 0; background:#edf4fc;}
.inside_strip{max-width: 270px; padding:8px;column-gap: 10px; background:#fff; border-color:#d3e8ff;}
.inside_strip p {font-size: 16px;line-height: 19px;}
.inside_pluse{width: 27px;height: 27px;line-height: 23px;font-size: 23px;}
.sec5_prod-img{ display:none;}
.sec5_prod-img-mob{ display:inline-block; vertical-align:middle; width:calc(100% + 30px); margin-top:-40px; margin-left:-15px;}
.sec5_row{margin-top: -60px;}
.ingredients_col{ width:100%;}
.s5-mob-ing1{ position:absolute; left:5px; top:-15px;}
.ingredients_box{ padding:0 15px;}
.ing_icon img {width: 70px;}
.ingredients_heading{padding-left: 15px;}
.ingredients_heading h3 {font-size: 20px;line-height: 22px;}
.ingredients_heading p {font-size: 15px;line-height: 22px;}
.ingredients_content{padding: 0 0 10px;}
.ingredients_text { font-size: 16px;line-height: 22px;margin-bottom: 10px;}
ul.sec5_btm-list{flex-wrap: wrap; margin-top:20px; column-gap:4%;row-gap: 10px; padding:0 15px;}
ul.sec5_btm-list li {font-size: 14px;line-height: 20px;width: 48%;padding-left: 25px;}
ul.sec5_btm-list li:before{width: 14px; height: 14px;}


.section6{ padding:0 0 30px; background:#fff;}
.sec6_formulate-row { width: 100%;padding-top: 30px;position: relative;}
.formulate_heading img {width: 70px;}
.sec6_formulate-row .common-text {width: 73%;}
.s5_doctor-img-mob{ position:absolute; bottom:-60px; right:-15px; z-index:3;}
.sec6_result-row{flex-direction: column;}
.sec6_result_left{ width:calc(100% + 20px); margin-left:-10px;}
.sign {margin-top: 15px;}
.sec6_result_right{ display:none;}
.result_box {margin-top: 15px;}
.result_box-heading {font-size: 20px;line-height: 24px;padding: 10px 15px 11px;letter-spacing: 0.3px;}
.result_box-mdl{padding: 20px 15px 5px 15px;}
.result_per {font-size: 27px;line-height: 27px;}
.result_col h3 {font-size: 15px;line-height: 17px;}
.result_bar {height: 6px;}
.sec6_result_left .button_box{ padding:0 10px;}


.section7{padding: 30px 0;}
.review-face{width: 250px;}
.se7_video_row{margin: 20px auto 0;row-gap: 10px;}
.se7_video_col{border-radius: 5px;}
.ugc-play{width: 40px;}

.review_row{margin: 30px auto 0;row-gap: 20px;}
.review_box{padding: 15px 15px 20px;}
.review_box-top-left {padding-top: 10px;}
.review_box-image {width: 140px;}
.review_heading {font-size: 16px; line-height: 20px;}
.review-star { width: 75px;}
.review_name {font-size: 15px;line-height: 22px;}
.review_name span{font-size: 13px;}
.review_name span img { width: 11px;margin: -1px 4px 0 0;}
.review_text {font-size: 16px;line-height: 23px; margin-top: 15px;font-weight:400;}


.section8{ padding:30px 0;}
.compare-row{ width:calc(100% + 30px); margin-left:-15px;margin-top: 100px;}

.compare-col1 {width: 36%;}
.compare-list{ margin:0;}
.compare-list li{font-size: 14px; line-height: 18px;padding: 0 10px;height: 55px;}
.compare-col2{width: 32%;padding: 0 0 20px;}
.compare-tick-icn {width: 24px;}
.compare-col-top h3 {font-size: 16px;line-height: 20px;}
.compare-prod {margin: -90px auto 30px;width: 95px;}
.compare-brand {width: 60px;margin: -70px auto 10px;}
.compare-col-top p {font-size: 16px;line-height: 22px;}
.compare-icn {width: 19px;}
.compare-col-top{height: 65px;justify-content: center;}
.compare-col3{ width:32%; display:none;opacity: 0;}
.compare-col3.active {display: block;opacity: 1;}

.select_brand-row{margin:0 auto;max-width:330px; width:100%; margin-top:20px;position: relative;}
.brandHdng{
	float: left;
    width: 100%;
	height:45px;
    font-size: 16px;
    line-height: 45px;
    color: #000000;
    text-align: left;
    padding: 0 20px 0 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    background: url(../images/select_arw.png) no-repeat 96% center;
    background-size: 14px;
	box-shadow:0 1px 9px 0 rgba(0,0,0,0.1);
	}
.brandHdng span{ font-weight:600;}
.brand-drower{
	float: left;
    width: 100%;
    position: absolute;
    top: 45px;
    z-index: 2;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    border-top: none;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	}
.brand-drower ul li{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    color: #000000;
    text-align: left;
    text-align: left;
    padding: 5px 15px 5px;
    position: relative;
    cursor: pointer;
	}
.brand-drower ul li span{ font-weight:600;}
.brand-drower ul li.active{ background: #71a6c7; color:#fff;}


.guarantee-box{ padding:0;background: #88b4d0; margin:30px auto 0;}
.guarantee-left{ width:100%;background: #88b4d0; padding:10px 15px 0;}
.guarantee-left:before{top: auto; bottom: -10px; left: 0;transform: none;width: 100%;height: 3px; right: 0;}
.guarantee-left:after{content: "";  position: absolute;background: #88b4d0; height:1px;bottom: -14px; left: 0;right: 0;}
.guarantee-heading{font-size: 26px;line-height: 30px;color: #fff;}
.guarantee-seal-box{ width:95px; height:95px; margin:5px auto -50px; z-index: 2;}
.guarantee-content{ width:100%; text-align:center; padding:50px 15px 25px; background:#fff;}
.guarantee-text {font-size: 16px;line-height: 22px;}

.section9{ padding:0 0 30px;}
.s9-doctor-box { padding: 20px 15px 20px;}
.s9-doctor-top{ padding:0 0 12px;}
.s9-doctor-top-left { width: calc(100% - 100px);}
.s9-doctor-heading { font-size: 18px; line-height: 24px;}
.s9-doctor-top-text { font-size: 15px; line-height: 21px; margin-top:8px;}
.s9-doctor-top-right { width: 100px;}
.s9-doctor-box-text1 { font-size:17px; line-height:23px; padding: 2px 10px 3px;}
.s9-doctor-sign { width: 135px; margin-top: 25px;}

.section10{ padding:0 0 30px;}
.faq-box { margin: 10px 0 0;}
.faq-row{margin-top: 12px;}
.accordion { font-size: 16px; line-height: 22px; padding: 12px 32px 12px 15px; background-size:12px; background-position-x:95%;}
.acdn-heading.accordion-open{ background-size:12px; background-position-x:95%;}
.acdn-content { padding: 15px 15px 0 15px;}
.acdn-content:before { left: 15px; right: 15px;}
.acdn-content p { font-size: 16px; line-height: 24px; margin-bottom:20px;}

.footer {padding: 0 0 25px;}
.ftr-logo {margin: 30px auto 20px;width: 150px;}
.footer-txt1 {font-size: 14px;line-height: 19px;}
.fix-bar {padding: 10px 0;overflow: hidden;}
.stiky-btn {width: 100%;}


.margin-top15 { margin-top: 12px;}
.align-item-center{ text-align:center;}

}





/*CSS FOR UGC MODAL*/
.ugc-modal{
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: pointer;
	
	display: flex;
    background-color: rgba(255,255,255,.42);
    justify-content: center;
    align-items: center;
    display: flex;
	opacity:0;
	z-index:-9;
	transition: opacity .2s;
	}
.ugc-modal.active{
	opacity:1;
	z-index: 99;
	}
.video-container{
	aspect-ratio: 9 / 16;
	width: 360px;
	position: relative;
	border-radius:10px;
	overflow:hidden;
	min-height:640px;
	background:#000;
	}
.ugc-close{
	position:absolute;
	right:15px;
	top:15px;
	width:45px;
	height:45px;
	background:#fff;
	border-radius:50%;
	padding:10px;
	z-index:1;
	}
.video-container iframe{
	width:100%;
	height:100%;
	}
.video-player {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}
@media only screen and (max-width:480px){
.video-container{width:280px; min-height:480px;}
}