@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: 'Instrument Sans';
	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: 'Instrument Sans';
	src: url('InstrumentSans-Regular.woff2') format('woff2'),
	url('InstrumentSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Instrument Sans';
	src: url('InstrumentSans-Medium.woff2') format('woff2'),
	url('InstrumentSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Instrument Sans';
	src: url('InstrumentSans-SemiBold.woff2') format('woff2'),
	url('InstrumentSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Instrument Sans';
	src: url('InstrumentSans-Bold.woff2') format('woff2'),
	url('InstrumentSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Instrument Sans';
	src: url('InstrumentSans-BoldItalic.woff2') format('woff2'),
	url('InstrumentSans-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
	}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-SemiBold.woff2') format('woff2'),
	url('Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	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:7px 0;
	background:#14331f;
	}
.top_strip_inner{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap:5px;
	}
.top_strip_inner img{
	width:13px;
	flex-shrink:0;
	}
.top_strip_text{
	font-size:14px;
	line-height:20px;
	color:#fff;
	font-weight:600;
	letter-spacing:0.5px;
	}
#clockdiv{
	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap:5px;
	width:80px;
	}
#clockdiv div > span{
	text-align: center;
    color: #fff;
    font-size:14px;
    line-height:14px;
    font-weight:600;
	}
#clockdiv p{
    color: #fff;
    font-size:13px;
    font-weight: 500;
    line-height:10px;
    text-align: center;
	}
	
/*====Header====*/
.fixed_header_bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top:-70px;
	top:70px;
	position:relative;
	border-bottom:1px solid #c2c2c2;
	background:#fff;
	}
.fixed_nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.header_row{
	display:flex;
	display:-webkit-flex;
    -webkit-box-align:center;
    align-items:center;
    justify-content: space-between;
	width:100%;
	height:70px;
	}				
.logo{
	width:166px;
	flex-shrink:0;
	}
.header_btn{
	padding:12px 15px;
	font-size:13px;
    line-height:18px;
    color:#fff;
    text-align:center;
    border-radius:8px;
    background:#18592f;
    font-weight:700;
    letter-spacing:0.5px;
	text-transform:uppercase;
	}
/*====Banner_Css====*/
.banner{
	float:left;
	width:100%;
	padding:45px 0 50px;
	background:#f7f6f0;
	overflow:hidden;
	}
.banner_content{
	float:left;
	width:51.3%;
	text-align:left;
	}
.banner_trusted_text{
	font-size:15px;
	line-height:17px;
	color:#000000;
	margin-bottom:10px;
	}
.banner_trusted_text img{
	width:81px;
	display:inline-block;
	vertical-align:middle;
	margin:-7px 5px 0 0;
	}
.banner_heading{
	font-size:50px;
	line-height:55px;
	color:#14331f;
	font-weight:600;
	font-family: 'Montserrat';
	letter-spacing:-0.3px;
	}
ul.banner_point{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:15px;
	}
ul.banner_point li{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:10px;
	font-size:20px;
	line-height:28px;
	color:#000000;
	padding-left:30px;
	background:url(../images/bnr_check.webp) no-repeat left 4px;
	background-size:20px;
	}
ul.banr_feature_list{
	display:flex;
	display:-webkit-flex;
    -webkit-box-align:center;
    align-items:center;
    justify-content:start;
	width:100%;
	margin:30px 0 0;
	}
ul.banr_feature_list li{
	text-align:center;
	position:relative;
	padding:0 30px;
	}
ul.banr_feature_list li:first-child{ padding-left:0;}
ul.banr_feature_list li:last-child{ padding-right:0;}
ul.banr_feature_list li:after{
	position:absolute;
	content:"";
	top:30%;
	right:0;
	bottom:0;
	border-right:1px solid #c6d8cd;
	}
ul.banr_feature_list li:last-child:after{ display:none;}
ul.banr_feature_list li img{
	display:block;
	margin:0 auto 5px;
	width:40px;
	}
ul.banr_feature_list li p{
	font-size:15px;
	line-height:19px;
	color:#000000;
	font-weight:500;
	}
.common_buttob_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:462px;
	margin-top:35px;
	text-align:center;
	}
.button_strip{
	font-size:15px;
	line-height:20px;
	color:#000000;
	background:#fff;
	border-radius:25px;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	padding:6px 15px 5px;
	margin-bottom:12px;
	}
.button_strip:before{
	display:inline-block;
	vertical-align:middle;
	content:"";
	width:7px;
	height:7px;
	background:#34c759;
	border-radius:10px;
	margin:-3px 5px 0 0;
	animation:fade 1.2s ease-in-out infinite;
	}
@keyframes fade{
	0%{ opacity:100%;}
	50%{ opacity:10%;}
	100%{ opacity:100%;}
	}
.button_strip strong{ font-weight:600;}
a.common_button{
	display:flex;
	display:-webkit-flex;
    -webkit-box-align:center;
    align-items:center;
    justify-content:center;
	height:74px;
	background:#18592f;
	width:100%;
	border-radius:10px;
	font-size:23px;
	line-height:23px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	box-shadow:0 4px 5px 2px rgba(0,0,0,0.2);
	column-gap:15px;
	position:relative;
	z-index:1;
	}
.btn_arrow{
	width:21px;
	flex-shrink:0;
	}
.button_mbk_text{
	display:flex;
	display:-webkit-flex;
    -webkit-box-align:center;
    align-items:center;
    justify-content:center;
	margin:12px auto 0;
	font-size:14px;
	line-height:14px;
	color:#000000;
	column-gap:6px;
	}
.button_mbk_text img{
	width:16px;
	flex-shrink:0;
	}
.doctor_seal{
	width:110px;
	position:absolute;
	right:310px;
	top:190px;
	}
.banner_product{
	width:495px;
	position:absolute;
	right:280px;
	top:275px;
	}
.banner_doctor{
	position:absolute;
	width:637px;
	right:-300px;
	top:-8px;
	}
/*====Brand_Strip====*/
.brand_strip{
	float:left;
	width:100%;
	padding:20px 0;
	background:#fff;
	border-bottom:1px solid #e1e1e1;
	}
.scroll_strip {
	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 15s linear infinite;
	}
ul.scroll_brand_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	position: relative;
	}
.scroll_logo{
	display:block;
	margin:0 auto 0;
	height:57px;
	width:auto;
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
}
/*====Section_1====*/
.section_1{
	float:left;
	width:100%;
	padding:70px 0 90px;
	background:#ffffff;
	}
.common_heading{
	font-size:42px;
	line-height:50px;
	color:#000000;
	font-family: 'Montserrat';
	font-weight:600;
	letter-spacing:-0.5px;
	}
.common_paragraph{
	font-size:18px;
	line-height:26px;
	font-weight:400;
	margin-top:20px;
	color:#000000;
	}
.section1_row{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:50px auto 0;
	width:100%;
	max-width:1030px;
	}
.sec1_row_image_box{
	width:48.56%;
	}
.sec1_row_image{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:15px;
	}
.sec1_row_content{
	width:46%;
	text-align:left;
	}
.s1_row_contText{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:700;
	}
.sec1_row_cont_inr{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	flex-direction:column;
	width:100%;
	margin:28px auto 0;
	row-gap:30px;
	}
.sec1_row_cont_box{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	 -webkit-box-align:center;
    align-items:center;
	width:100%;
	border:1px solid #d21113;
	position:relative;
	padding:20px;
	}
.s1_row_pretile{
	font-size:14px;
	line-height:18px;
	color:#d21113;
	font-weight:600;
	position:absolute;
	padding:0 10px;
	background:#fff;
	left:15px;
	top:-9px;
	}
.sec1_row_cont_box_left{
	text-align:left;
	}
.sec1_row_heading{
	font-size:26px;
	line-height:34px;
	color:#000;
	font-weight:700;
	}
.sec1_row_text{
	font-size:16px;
	line-height:22px;
	color:#000;
	margin-top:5px;
	}
.sec1_row_cont_box_right{
	width:70px;
	flex-shrink:0;
	margin-right:-10px;
	}
.sec1_row_icon{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.sec1_doctot_text{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:600;
	margin:90px auto 0;
	}
.section1_founder_box{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	-webkit-box-align:start;
    align-items:start;
	margin:30px auto 0;
	width:100%;
	max-width:1030px;
	background:#fafff8;
	box-shadow:0 0 7px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 6px 2px rgba(0,0,0,0.2);
	border-radius:15px;
	padding:35px 40px 45px;
	}
.sec1_founder_content{
	text-align:left;
	width:61%;
	}
.s1_founder_pretitle{
	font-size:15px;
	line-height:20px;
	color:#14331f;
	font-weight:600;
	text-transform:uppercase;
	background:#e8f1e4;
	padding:4px 10px 3px;
	display:inline-block;
	margin-bottom:10px;
	}
.sec1_founder_content .common_paragraph{ padding-right:15px;}	
.sign_img{
	display:block;
	margin:40px 0 0;
	width:192px;
	}
.founder_name_text{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:700;
	margin:5px 0 0;
	}
.founder_name_text2{
	font-size:18px;
	line-height:22px;
	color:#000;
	margin-top:5px;
	}
.sec1_founder_img_box{
	width:36.10%;
	flex-shrink:0;
	overflow:hidden;
	border:2px solid #fff;
	box-shadow:0 0 5px 2px rgba(0,0,0,0.1);
	margin-top:50px;
	cursor:pointer;
	padding-bottom:63.6%;
	position:relative;
	background:#ddd;
	}
.sec1_founder_img_box video{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
	}

.s2-video-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    animation: pulse 1.725s ease-out infinite forwards;
    margin-top: -26px;
    margin-left: -26px;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
	}	

/*====Section_2====*/
.section_2{
	float:left;
	width:100%;
	padding:70px 0 70px;
	background:url(../images/section2_bg.webp) no-repeat center top #f9fbf8;
	position:relative;
	}
.section_2:before{
	position:absolute;
	content:"";
	height:100px;
	top:-50px;
	left:50%;
	margin-left:-1px;
	border-right:2px solid #14331f;
	}
.section2_row{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:35px auto 0;
	width:100%;
	-webkit-box-align:center;
    align-items:center;
	padding:0 40px 0 110px;
	}
.sec2_row_imageBox{
	width:50.1%;
	position:relative;
	}
.sec2_doctor_seal{
	position:absolute;
	right:145px;
	top:5px;
	width:110px;
	}
.sec2_row_image{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.sec2_row_right{
	width:46%;
	text-align:left;
	display:flex;
	display:-webkit-flex;
	justify-content:start;
	flex-direction:column;
	row-gap:30px;
	}
.sec2_right_col{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:start;
	-webkit-box-align:start;
    align-items:start;
	position:relative;
	padding-bottom:30px;
	}
.sec2_right_col:last-child{ padding-bottom:0;}
.sec2_right_col:after{
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	right:0;
	background: #C2C2C2;
	background: linear-gradient(270deg, rgba(194, 194, 194, 1) 40%, rgba(194, 194, 194, 0) 100%);
	height:1px;
	}
.sec2_right_col:last-child:after{ display:none;}
.sec2_col_icon{
	flex-shrink:0;
	width:48px;
	margin-top:5px;
	}
.sec2_col_inr{
	text-align:left;
	padding-left:15px;
	}
.sec2_col_inr h3{
	font-size:24px;
	line-height:28px;
	color:#000;
	}
.sec2_col_inr p{
	font-size:18px;
	line-height:22px;
	color:#000;
	margin-top:10px;
	}
/*====Section_3====*/
.section_3{
	float:left;
	width:100%;
	padding:70px 0 20px;
	background:#ffffff;
	}
.sec3_star{
	display:block;
	margin:25px auto 5px;
	}
.sec3_rating_text{
	font-size:46px;
	line-height:46px;
	color:#14331f;
	font-weight:600;
	font-family: 'Montserrat';
	}
.ambassador_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1730px;
	overflow:hidden;
	}
.ambassador_row_inner{
    width:100%;
    margin:45px auto 0;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	column-gap:20px;
	position:relative;
	padding-bottom:40px;
	}
.ambassador_col{
    display:inline-block;
    vertical-align:top;
    position:relative;
    overflow:hidden;
    border-radius:15px;
	background:#b4b4b4;
	cursor:pointer;
	}
.ambassador_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;
	}
.ambassador_col:hover .ugc_poster{
	opacity:0.8;
	}
.ugc_play{
	position:absolute;
	width:24px;
	top:auto;
	bottom:25px;
	left:40px;
	}
.ambassador_row_inner .swiper-wrapper{
	transition-timing-function: linear !important;
	}	
/*====Section_4====*/
.section_4{
	float:left;
	width:100%;
	padding:70px 0 70px;
	background:#ffffff;
	}
.section4_row{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:35px auto 0;
	width:100%;
	}
.section4_col{
	width:31.89%;
	border:3px solid #cc811d;
	position:relative;
	text-align:center;
	background:#ffffff;
	border-radius:10px;
		
	display: -webkit-flex;
	display: flex !important;
	flex-direction: column;
	justify-content:space-between;
	overflow:hidden;
	}
.section4_col_img_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.section4_col_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.section4_col_content{
	display:flex;
    justify-content:space-between;
    flex-direction:column;
	flex: 1;
	width:100%;
	text-align:center;
	position:relative;
	padding:0 6px;
	margin-top:-130px;
	}
.sec4_col_cont_top{
	padding:25px 19px 20px;
	background:#fff;
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	}
.sec4_col_icon_bx{
	position:absolute;
	top:-29px;
	width:58px;
	height:58px;
	right:20px;
	background:#fff;
	overflow:hidden;
	border-radius:50%;
	box-shadow:0 3px 3px 1px rgba(0,0,0,0.2);
	}
.sec4_col_icon{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.sec4_col_heading{
	font-size:26px;
	line-height:30px;
	color:#000;
	font-weight:700;
	}
.sec4_col_paragraph{
	font-size:17px;
	line-height:24px;
	color:#000000;
	margin-top:12px;
	}
ul.sec4_col_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:15px;
	}
ul.sec4_col_list li{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:4px;
	font-size:17px;
	line-height:24px;
	color:#000000;
	font-weight:700;
	text-align:left;
	padding-left:15px;
	position:relative;
	}
ul.sec4_col_list li:before{
	position:absolute;
	content:"";
	left:0;
	top:50%;
	margin-top:-3px;
	width:5px;
	height:5px;
	background:#000;
	border-radius:50%;
	}
.sec4_col_cont_bottom{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:0 15px 20px;
	}
.s4_col_progress{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border:1px solid #14331f;
	overflow:hidden;
	border-radius:10px;
	height:8px;
	}
.s4_col_progress_inr{
	height:100%;
	transition: width 1.5s ease;
	border-radius:10px;
	background:#14331f;
	}
.s4_col_btm_row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:start;
	-webkit-box-align:center;
    align-items:center;
	margin:8px auto 0;
	}
.s4_col_row_percent{
	font-size:30px;
	line-height:31px;
	color:#000000;
	font-weight:700;
	width:59px;
	flex-shrink: 0;
	}
.s4_col_row_content{
	text-align:left;
	padding-left:10px;
	}
.s4_col_row_content p{
	font-size:17px;
	line-height:22px;
	color:#000000;
	font-weight:700;
	font-style:italic;
	}
/*====Section_5====*/
.section_5{
	float:left;
	width:100%;
	padding:70px 0 70px;
	background:#f9fbf8;
	overflow:hidden;
	}
.section5_row{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:start;
	margin:40px auto 0;
	width:100%;
	max-width:970px;
	}
.section5_prod_box{
	width:50%;
	}
.sec5_product{
	display:block;
	margin:0 0 0 -150px;
	}
.section5_content{
	width:50%;
	text-align:left;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	flex-direction:column;
	row-gap:80px;
	}
.sec5_content_col{
	display:flex;
	display:-webkit-flex;
	justify-content:start;
	-webkit-box-align:start;
    align-items:start;
	width:100%;
	position:relative;
	}
.sec5_content_col:before{
	position:absolute;
	content:"";
	left:23px;
	top:66px;
	bottom:-80px;
	border-left:3px solid #14331f;
	}
.sec5_content_col:last-child:before{ display:none;}
.s5_cont_col_iconbx{
	flex-shrink:0;
	width:49px;
	padding-top:5px;
	}
.s5_cont_col_icon{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s5_cont_col_about{
	text-align:left;
	padding-left:20px;
	}
.s5_cont_col_about h3{
	font-size:26px;
	line-height:28px;
	color:#14331f;
	font-weight:600;
	font-family: 'Montserrat';
	}
.s5_cont_col_about p{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:400;
	margin-top:8px;
	}
/*====Section_6====*/
.section_6{
	float:left;
	width:100%;
	background:#e8f1e4;
	
	position:relative;
	z-index:1;
	overflow: hidden;
	}
.section6_row{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:start;
	margin:0 auto 0;
	width:100%;
	}
.sec6_content{
	width:43%;
	text-align:left;
	padding:70px 0 70px;
	}
.sec6_content_inner_box{
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	-webkit-flex-direction: column;
	flex-direction: column;
	row-gap:35px;
	width:100%;
	position:relative;
	margin:35px auto 15px;
	}
.sec6_content_inner_row{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width:100%;
	}
.s6_con_inr_rowtop{
	display: -webkit-flex;
	display: flex;
	align-items:center;
	width:100%;
	}
.sec6_row_percent{
	font-size:45px;
	line-height:45px;
	color:#14331f;
	text-align:center;
	flex-shrink:0;
	width:85px;
	}
.sec6_row_content{
	text-align:left;
	padding-left:20px;
	padding-right:5px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	}
.sec6_row_text{
	font-size:18px;
	line-height:22px;
	color:#1b1b1b;
	font-weight:400;
	}
.sec6_progress_bar{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:7px;
	background:#c3d4c9;
	border-radius:10px;
	overflow:hidden;
	margin-top:10px;
	}
.sec6_progress_inr{
	height:100%;
	background:#23643a;
	border-radius:10px;
	transition: width 1.5s ease;
	}
.se6_people_sliderBox{
	width:44.5%;
	height:870px;
	position:relative;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	row-gap:15px;
	column-gap:20px;
	}
.se6_people_img_box{
	width:49%;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	gap:15px;
	}
.se6_people_img_row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	gap:15px;
	animation: marquee 25s linear infinite;
	}
@keyframes marquee {
    0% {transform: translateY(0)}

    to {transform: translateY(calc(-100% - 15px))}
}
.se6_people_img_box.reverse .se6_people_img_row{
	animation-direction: reverse;
	}
.se6_people_img_col{
	width:100%;
	height:319px;  
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	border-radius:15px;
	overflow:hidden;
	}
.se6_people_img{
	width:100%;
	height:100%;
	object-fit: cover;
	}
/*===section7===*/
.section7{
	float:left;
	width:100%;
	background:#fff;
	padding:70px 0;
	position:relative;
	}
.s7-img{
	position:absolute;
	left:-50px;
	top:190px;
	width:609px;
	}
.sec7_right{
	width:50%;
	float:right;
	}
.s7-content-box{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	row-gap:20px;
	margin:40px 0 10px auto;
	}
.s7-content-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	column-gap:10px;
	border:1px solid #ccc;
	border-radius:10px;
	padding:15px 20px 20px;
	}
.s7-content-row-info{
	text-align:left;
	}
.s7-content-heading{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:700;
	}
.s7-content-text{
	font-size:17px;
	line-height:24px;
	color:#1b1b1b;	
	margin-top:8px;
	}
.s7-content-list{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	column-gap:10px;
	margin:20px 0 0;
	}
.s7-content-list li{
	font-size:15px;
	line-height:21px;
	color:#1b1b1b;
	background:#e2eee6;
	border-radius:50px;
	padding:4px 10px;
	}
.s7-content-icon-box{
	width:100px;
	height:100px;
	background:#f3f8f1;
	border-radius:50%;
	flex-shrink:0;
	}
.s7-content-icn{
	display:block;
	margin:-20px auto 0;
	width:102px;
	}


/*===section8===*/
.section8{
	float:left;
	width:100%;
	background:#f9fbf8;
	padding:60px 0 65px;
	position:relative;
	}
.lab-block{
	width:100%;
	max-width:960px;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
    align-items: flex-start;
	margin:40px auto 0;
	}
.lab-block-left{
	width:46.5%;
	border:3px solid #23643a;
	}
.lab-certificate{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}
.lab-block-right{
	width:48%;
	text-align:left;
	}
.lab_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
.lab_col{
	width:100%;
	border-bottom:1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	}
.lab_col_left{
	position:relative;
	padding:15px 5px 15px 0;
	display:flex;
	display:-webkit-flex;
	justify-content: flex-start;
	align-items:center;
	column-gap:10px;
	width:70%;
	}
.lab_icn{
	width:30px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
	}
.lab_icn img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.lab_col_info{
	text-align:left;
	}
.lab_col_left p{
	font-size:19px;
	line-height:23px;
	font-weight:700;
	color:#1b1b1b;
	}
.lab_col_right{
	border-left:1px solid #ccc;
	position:relative;
	padding:15px 0px 15px 25px;
	width:115px; 
	align-content:center;
    flex-shrink: 0;
	}
.lab_col_right p{
	font-size:16px;
	line-height:20px;
	color:#01a520;
	font-weight:700;
	padding-left:28px;
	background:url(../images/lab-tik.webp) no-repeat left center;
	background-size:20px;
	}
.lab_col:last-child{ border-bottom:none;}
.linkbx{
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
a.labLink{
	display:block;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	margin:25px auto 0;
	color:#276cfb;
	text-decoration:underline;
	}


/*===section9===*/
.section9{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
	position:relative;
    overflow: hidden;
	}
.rating-col{
	width:100%;
	margin-top:25px;
	}
.rating-col-text{
	font-size:40px;
	line-height:40px;
	color:#14331f;
	font-weight:600;
    font-family: 'Montserrat';
	}
.rating-star{
	display:block;
	margin:10px auto 10px;
	width:150px;
	}
.rating-col-customer{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:600;
	}

.testimonial-box{
	width:100%;
	position: relative;
	padding-bottom:40px;
	}
.testimonial-row{
	display: flex;
	display: -webkit-flex;
	overflow:hidden;
	margin:35px auto 0;
	padding:15px;
	}
.testimonial-col{
	width:31.5%;
	background:#f9fbf8; 
	border:1px solid #d6e2da;   
	overflow:hidden;
	padding:20px 25px 20px;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
	border-radius:12px;
	height:auto !important;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
	}
.testimonial-col-content{
	width:100%;
	text-align:center;
	}

.testimonial-star{
	display:block;
	margin:0 auto 0;
	width:105px;
	}
.testimonial-col-text1{
	font-size:18px;
	line-height:25px;
	color:#161616;
	margin-top:15px;
	}
.testimonial-verify{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	align-items:center;
	margin-top:25px;
	}
.testimonial-verify-img{
	width:69px;
	flex-shrink:0;
	border-radius:50%;
	border:1px solid #18592f;
	}
.testimonial-verify-img img{
	display:block;
	margin:0 auto 0;
	width:100%;
	border-radius:50%;
	}
.testimonial-verify-info{
	text-align:center;
	}
.testimonial-verify-name{
	font-size:18px;
	line-height:22px;
	letter-spacing: 0.2px;
	color:#000;
	font-weight:600;
	margin-top:7px;
	}
.testimonial-verify-text{
	font-size:14px;
	line-height:18px;
    letter-spacing: 0.2px;
	color:#09b55f;
	font-weight:500;
	margin-top:5px;
	}
.testimonial-verify-text img{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-4px 5px 0 0;
	}


/*====DISCOUNT-OFFER-SECTION====*/
.discount-offer-section{
	float:left;
	width:100%;
	background:#c98716;
	padding:0 0 30px;
	}
.discount-offer-icn{
	width:75px;
	height:75px;
	background:#c98716;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:flex-start;
	border-radius:50%;
	margin:-35px auto 0;
	padding:8px;
	}
.discount-offer-icn img{
	display:block;
	margin:0 auto;
	width:42px;
	}
.discount-offer-heading{
	font-size:42px;
	line-height:48px;
	color:#fff;
	font-weight:600;
	font-family: 'Montserrat';
	}
.discount-offer-text1{
	font-size:18px;
	line-height:24px;
	color:#fff;
	margin-top:12px;
	}
.discount-offer-timer{
	float:left;
	width:100%;
	background:#ffeac5;
	padding:8px 0;
	}
.discount-offer-timer p{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:600;
	}
.discount-offer-timer p span{
	color:#ff0000;
	}

/*====section10====*/
.section10{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
	}
.s10-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s10-left{
	width:48.8%;
	}
.s10-right{
	width:47%;
	text-align:left;
	}
.s10-rev-text{
	font-size:15px;
	line-height:21px;
	color:#000;
	}
.s10-rev-text img{
	display:inline-block;
	vertical-align:middle;
	width:70px;
	margin:-4px 5px 0 0;
	}
.s10-heading{
    font-size:44px;
    line-height:52px;
	letter-spacing:-1px;
	color:#14331f;
	font-weight:600;
    font-family: 'Montserrat';
	margin-top:5px;
	}
.s10-list{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	column-gap:10px;
	margin:20px 0 0;
	}
.s10-list li{
	font-size:15px;
	line-height:20px;
	color:#1b1b1b;
	font-weight:500;
	background:#e2eee6;
	border-radius:50px;
	padding:4px 10px;
	}
.choose-heading{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	margin-top:30px;
	}
.package-row{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:22px auto 0;
	}
.package-col{
	width:32%;
	border:1px solid #ccc;
	border-radius:8px;
	text-align:center;
	padding:20px 15px 12px;
	position:relative;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	align-items:center;
	cursor:pointer;
	}
.package-col.active{
	background:#f9fbf8;
	border:1px solid #23643a;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.2), 0 0 0 1px #23643a;
	}
.package-popular{
    width:88px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height:16px;
    color: #fff;
    font-weight: 600;
    background: #00b797;
    border-radius:8px;
    padding: 2px 5px;
    text-align: center;
	}
.package-orange{
	background:#f48a00;
	}
.package-top{
	float:left;
	width:100%;
	}
.package-heading{
	font-size:18px;
	line-height:24px;
	color:#14331f;
	font-weight:700;
	}
.package-prod-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	margin-top:10px;
	}
.package-prod{
	display:block;
	margin:0 auto;
	width:117px;
	max-width:100%;
	}
.package-save-text{
	display: inline-block;
    vertical-align: top;
	font-size:12px;
	line-height:16px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:600;
	background:#18a900;
	border-radius:4px;
	margin-top:3px;
	text-align:center;
	padding:2px 5px;
	text-transform:uppercase;
	}
.package-price-row{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	flex-direction:column;
	margin:10px auto 0;
	}
.offer-price{
	font-size:19px;
	line-height:23px;
	color:#000;
	font-weight:700;
	}
.offer-price small{
	font-size:14px;
	color:#494949;
	font-weight:500;
	}
	
.bundle_option_box{
	width:100%;
	margin:25px auto 0;
	}
.bundle_option{
	display:flex;
	justify-content:space-between;
	align-items:center;
	border:1px solid #e1e1e1;
	padding:0 10px 0;
	border-radius:10px;
	margin-bottom:20px;
	cursor:pointer;
	position:relative;
	background:#fff;
	min-height:70px;
	}
.bundle_option_first.bundle_option{flex-direction: column;}
.bundle_option.active{
	border:1px solid #2c6036;
	background:#2c6036;
	}
.bundle_option:last-child{margin-bottom:0px;}
.bundle_option_top{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	margin:0 auto;
	padding:12px 0;
	}
.option_left_outer{
	display:flex;
	display:-webkit-flex;
    justify-content: flex-start;
	align-items:flex-start;
	column-gap:10px;
	width:72%;
	}
.option_check{
	display:flex;
	align-items:center;
	width:20px;
	margin-top:3px;
	}
.option_check input[type=radio] {position:absolute;opacity:0;}
.option_check input[type=radio] + span {
	display: flex;
	display: -webkit-flex;
    justify-content: center;
    align-items: center;
	position:relative;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#fff;
	border:1px solid #b0b0b0;
    flex-shrink: 0;
	}
.option_check input[type=radio]:checked + span{border:1px solid #2c6036;}
.option_check input[type=radio]:checked + span:after {
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	border-radius:50%;
	background: #2c6036;
	}
.option_center{
	text-align:left;
	}
.option_heading{
	font-size:20px;
	line-height:24px;
	font-weight:600;
	color:#000000;
	}
.option_off_text{
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:600;
	text-transform:uppercase;
	background:#ffea00;
	border-radius:4px;
	padding:2px 5px 0;
	}
.option_sub_heading{
	font-size:15px;
	line-height:19px;
	color:#84758a;
	margin-top:8px;
	}
.option_discount{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	color:#fff;
	background:#3f858e;
	margin:0.3rem 0 0;
	padding:3px 8px;
	font-family: Altone, sans-serif;
	}
.option_right{
	text-align:right;
	display:flex;
	flex-direction: column;
	width:28%;
	}
.old_price{
	color:#606060;
	font-size:13px;
	line-height:16px;
	font-weight:400;
	position:relative;
	margin-bottom:4px;
	}
.old_price span{
	position:relative;
	}
.old_price span:after{
	position:absolute;
	content:"";
	left:-2px;
	right:-2px;
	top:49%;
	border-top:1px solid #606060;
	}
.new_price{
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:700;
	}
.new_price span{
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	display:inline-block;
	vertical-align:middle;
	}
.tag_best, .great_deal{
	position:absolute;
	top:-12px;
	right:18px;
	background:#ff0000;
	color:#fff;
	padding:4px 10px;
	font-size:12px;
	line-height:14px;
	border-radius:50px;
	text-transform:uppercase;
	margin:0 auto;
	}
.tag_best{ background:#5e2c72; right:18px;}
.bundle_option_inner{
	display:inline-block;
	vertical-align:middle;
	width:100%;
    background: #fff;
	border-radius:10px;
	padding:20px 18px 20px;
	margin:0 0 10px;
	}
.bundle_free-strip{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	background:#f2fdf6;
	border:1px dashed #95b79c;
	border-radius:5px;
	padding:3px 10px;
	column-gap:25px;
	}
.bundle_free-strip-left{
	text-align:left;
	}
.bundle_free-strip-left p{
	font-size:14px;
	line-height:20px;
	color:#000;
	}
.bundle_free-strip-left p strong{
	font-size:16px;
	}
.bundle_free-strip-right{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	column-gap:15px;
	}
.bundle_free-strip-prc{
	text-align:center;
	}
.bundle_free-strip-cut-prc{
	font-size:14px;
	line-height:20px;
	color:#777978;
	}
.bundle_free-strip-cut-prc span {
    position: relative;
	}
.bundle_free-strip-cut-prc span:after {
    position: absolute;
    content: "";
    left: -2px;
    right: -2px;
    top: 49%;
    border-top: 1px solid #777978;
	}
.bundle_free-strip-free-text{
	font-size:18px;
	line-height:22px;
	color:#f00;
	font-weight:700;
	text-transform:uppercase;
	}
.bundle_free-strip-prod{
	width:30px;
	flex-shrink:0;
	}
ul.bundle_list{
	display:grid;
    grid-template-columns: 1fr 1fr;
	width:100%;
	margin:15px 0 0;
	}
ul.bundle_list li{
	font-size:16px;
	line-height:20px;
	padding:4px 0 4px 25px;
	color:#000;
	background:url(../images/bundle_tik.webp) no-repeat left 5px;
	background-size:16px;
	}	

.bundle_option.active .option_heading{
	color:#fff;
	}	
.bundle_option.active .new_price{
	color:#fff;
	}
.bundle_option.active .old_price{
	color:#fff;
	}
.bundle_option.active .old_price span:after{
	border-color:#fff;
	}
.bundle_deliver-option{
	width:100%;
	border:1px solid #ccc;
	border-radius:5px;
	margin-top:15px;
	font-size:15px;
	line-height:21px;
	color:#2f2f2f;
	padding:10px 10px;
	outline:none;
	background:url(../images/down.webp) no-repeat right 10px center;
	background-size:12px;
	-webkit-appearance:none;
	}
.common_buttob_box.btncenter{ margin:25px auto 0; display:block;}
	

/*====faq-section====*/
.faq-section{
	float:left;
	width:100%;
	background:#f9fbf8;
	padding:60px 0 65px;
	}
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin:15px 0 10px;
	}
.faq-row{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #c5d6ca;
	margin-top:20px;
	border-radius:8px;
	text-align:left;
	position:relative;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
	}
.accordion{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:700;
	padding:20px 50px 20px 20px;
	cursor:pointer;
	background:url(../images/close.webp) no-repeat right 20px center;
	background-size:15px;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat right 20px center;
	background-size:15px;
	}
.acdn-content{
	float:left;
	width:100%;
	padding:0 40px 0 20px;
	}
.acdn-content p{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-bottom:22px;
	}
/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:45px 0 55px;
	}
.ftr-logo{
	display:block;
	margin:0 auto 25px;
	width:130px;
	}
.footer-text1{
	font-size:15px;
	line-height:21px;
	color:#000;
	margin-top:8px;
	}
.footer-text1 a{ padding:0 5px;}
.footer-text2{
	width:100%;
	max-width:830px;
	border:1px solid #ccc;
	padding:20px 25px;
	font-size:14px;
	line-height:20px;
	color:#888888;
	margin:35px auto;
	}


/*=======================*/
.showTab, .showMob{ display:none;}
.hideDesk{ display:none;}
.margin-top0{ margin-top:0;}
.semibold{ font-weight:600;}

/*=====Media-Querry=====*/
@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner_content{ width:56.5%;}
.banner_heading{ font-size:47px; line-height:52px;}
.banner_product{ right:130px;}

.sec1_row_image_box{ width:50%;}
.common_heading{ font-size:40px; line-height:46px;}

.section2_row{ padding:0 0;}
.sec2_row_right{ width:47%;}

.sec6_content{ width:46%;}
.se6_people_sliderBox{ width:49%;}

.s7-img { left: -130px;}

.s10-heading { font-size:38px; line-height:44px;}

}


@media only screen and (max-width:1023px){
.container{width:750px;}
.showDesk{display: none;}
.showTab{display: block;}

.banner_content{ width:63%;}
.banner_heading{ font-size:39px; line-height:45px;}
ul.banner_point li{ font-size:18px; line-height:26px;}
.banner_doctor{width:530px;right:-260px;top:70px;}
.banner_product{right:0;width:395px;top:356px;}
.doctor_seal{width:90px;right:160px;top:340px;}

.sec1_row_image_box{ width:40%;}
.sec1_row_content{ width:57%;}

.section1_founder_box{ padding:25px 25px 30px;}
.sec1_row_heading{ font-size:24px; line-height:30px;}
.common_heading{ font-size:36px; line-height:40px;}

.sec2_doctor_seal{right: 115px;top: 0;width: 85px;}
.sec2_row_imageBox{ width:49%;}
.sec2_row_right{ width:50%;}

.section4_col{ width:32.5%; border-width:2px;}
.sec4_col_cont_top{ padding:25px 10px 15px;}
.sec4_col_icon_bx{ width:50px; height:50px;}
.sec4_col_heading{ font-size:19px; line-height:24px;}
.sec4_col_paragraph{ font-size:15px; line-height:20px;}
ul.sec4_col_list li{ font-size:14px; line-height:20px;}
.sec4_col_cont_bottom{ padding:0 10px 20px;}
.s4_col_row_content p{ font-size:14px; line-height:18px;}

.section5_prod_box{ width:46%;}
.sec5_product{ width:700px;}
.section5_content{ width:54%;row-gap: 50px;}
.sec5_content_col:before{ bottom:-50px;}

.sec6_row_percent{ font-size:40px; line-height:40px;}
.sec6_row_text{ font-size:16px; line-height:20px;}
.se6_people_sliderBox{ height:830px;}
.se6_people_img_col{ height:212px;}

.section7 { padding: 60px 0 60px;}
.s7-content-box { width: 80%; margin: 40px auto 0;}

.lab_col_left p { font-size:18px; line-height:22px;}

.discount-offer-heading { font-size:36px; line-height:42px;}

.s10-row { max-width: 500px; margin:0 auto 0;}
.s10-left {width: 100%;}
.s10-right {width: 100%; margin-top:35px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.top_strip{ padding:5px 0;}
.top_strip_text{ font-size:13px; line-height:13px;}
#clockdiv{ width:75px;}
#clockdiv div > span{ font-size:13px; line-height:13px;}
.top_strip_inner img{ width:12px;}

.fixed_header_bar{margin-bottom:46px;}
.header{height:46px;margin-top:-46px;top:46px;}
.header_row{height:45px;justify-content:center;}	
.logo{ width:124px;}

.banner{ padding:30px 0 30px;}
.banner_content{ width:100%;}
.banner_trusted_text{ font-size:13px; line-height:17px;}
.banner_trusted_text img{ width:65px; margin:-4px 5px 0 0;}
.banner_mob{ display:inline-block; vertical-align:top; width:100%; position:relative;}
.banner_heading{ font-size:28px; line-height:32px; letter-spacing:-0.5px;}
.banner_product_m{ width:276px; display:block; margin:45px 0 0 -15px; position:relative; z-index:2;}
.doctor_seal{ top:125px; width:80px; right:auto; left:0; z-index:3;}
.banner_doctor{width: 338px;right: -160px;top: -40px;}
.bnr_doct_strp_m{ background:#14331f; text-align:right; padding:10px 15px; width:calc(100% + 30px); margin:-60px 0 0 -15px; position:relative; z-index:1;}
.bnr_doct_strp_m p{ font-size:12px; line-height:14px; color:#fff; font-weight:600;}
ul.banner_point{ margin:35px auto 0;}
ul.banner_point li{ font-size:14px; line-height:18px; background-size:16px; padding-left:25px; background-position:0 2px; margin-top:8px;}
ul.banr_feature_list{ margin:25px auto 0;justify-content: space-between;}
ul.banr_feature_list li{ width:25%; padding:0 0;}
ul.banr_feature_list li img{ width:30px; margin:0 auto 6px;}
ul.banr_feature_list li p{ font-size:12px; line-height:16px;}

.common_buttob_box{ margin-top:30px;}
.button_strip{ font-size:13px; line-height:14px;}
.button_strip:before{ margin:-2px 9px 0 0;}
a.common_button{ height:60px; font-size:19px; line-height:22px; letter-spacing:0.3px;}
.btn_arrow{ width:19px;}
.button_mbk_text{ font-size:12px; line-height:14px;}
.button_mbk_text img{ width:14px;}

.bnr_video_text_m{ display:inline-block; vertical-align:top; font-size:16px; line-height:22px; color:#000; font-weight:700; margin-top:35px;}
.bnr_video_row{display:flex;display:-webkit-flex;justify-content: space-between;width:100%;margin:15px auto 0;}
.bnr_video_col{width:24.3%; border:2px solid #39b2a1;position:relative;overflow:hidden;border-radius:50%;background:#b4b4b4;cursor:pointer;box-shadow:inset 0 0 0 3px #f7f6f0;}
.bnr_video_col:after{ position:absolute; content:""; left:0; top:0; right:0; bottom:0;border:3px solid #f7f6f0;border-radius:50%;}
.bnr_video_col .bnr_vid_poster{max-width:100%;margin:0 auto;display:block;transition:all ease 0.5s;}
.bnr_vid_poster{display:block;margin:0 auto;width:100%;height:100%;object-fit: cover;}
.bnr_video_col:hover .ugc_poster{opacity:0.8;}
.bnr_ugc_play{position:absolute;width:15px;top:50%;left:50%; transform:translate(-50%, -50%);}

.brand_strip{ padding:15px 0;}
ul.scroll_brand_list li{ padding:0 15px;}
.scroll_logo{ height:44px;}

.section_1{ padding:30px 0 50px;}
.common_heading{ font-size:29px; line-height:36px;}
.common_paragraph{ font-size:16px; line-height:22px; margin-top:15px;}
.sec1_row_image_m{ margin:25px auto 5px; border-radius:8px; display:inline-block; max-width:100%;}
.section1_row{ margin:30px auto 0;}
.sec1_row_content{ width:100%;}
.s1_row_contText{ font-size:18px; line-height:22px;}
.s1_row_pretile{ font-size:12px; line-height:14px; top:-7px; padding:0 6px;}
.sec1_row_text{ font-size:15px; line-height:22px;}
.sec1_row_cont_box_right{ width:60px;}
.sec1_doctot_text{ font-size:20px; line-height:26px; margin-top:50px;}
.section1_founder_box{ padding:20px 15px;}
.sec1_founder_content{ width:100%;}
.s1_founder_mbdiv{ display:inline-block; vertical-align:middle; width:100%; position:relative; padding:5px 116px 10px 0;}
.s1_founder_img_m1{ position:absolute; width:113px; right:0; top:0;}
.sec1_founder_content .common_paragraph{ padding:0;}
.sec1_founder_img_box{ width:100%; margin:25px auto 5px; height:auto; padding-bottom:460px;}
.sec1_founder_img{ width:100%;}
.sign_img{ width:160px; margin-top:30px;}
.founder_name_text{ font-size:20px; line-height:24px;}
.founder_name_text2{ font-size:15px; line-height:20px;}

.section_2{ padding:45px 0 40px;}
.section_2:before{ height:60px; top:-30px;}
.sec2_row_imageBox{ width:100%;}
.sec2_row_image_m{ max-width:none; width:calc(100% + 30px); margin:-15px auto -35px -15px;)}
.sec2_doctor_seal{ right:25px; top:-10px;}
.sec2_row_right{ width:100%; margin:0;row-gap: 20px;}
.sec2_right_col{-webkit-box-align: start;align-items: start;padding-bottom:20px;}
.sec2_right_col:after{ border-bottom:1px solid #c2c2c2; background:none;}
.sec2_col_inr h3{ font-size:22px; line-height:26px;}
.sec2_col_inr p{ font-size:16px; line-height:22px;}
.sec2_col_icon{ width:38px;}

.section_3{ padding:35px 0 20px;}
.sec3_star{ width:148px;}
.sec3_rating_text{ font-size:36px; line-height:36px;}
.ambassador_row_inner{ margin:30px auto 0; padding-bottom:50px;}

.section_4{ padding:35px 0 40px;}
.section_4 .common_heading{ font-size:28px;}
.section4_row{ margin:30px auto 0;row-gap:25px;}
.section4_col{ width:100%; border-width:3px;}
.section4_col_img{ width:100%;}
.sec4_col_cont_top{padding:25px 17px 15px;}
.sec4_col_heading{ font-size:24px; line-height:28px;}
.sec4_col_paragraph{ line-height:22px;}
ul.sec4_col_list{ margin-top:10px;}
ul.sec4_col_list li{ font-size:15px; line-height:22px; letter-spacing:0.2px;}
.s4_col_row_content p{ font-size:16px; line-height:22px;}
.s4_col_progress{ height:9px;}
.sec4_col_icon_bx{ width:48px; height:48px; top:-23px; padding:2px;}

.section_5{ padding:35px 0 40px;}
.section5_row{ margin:25px auto 0; max-width:360px;}
.section5_prod_box{ width:100%;}
.sec5_product{ width:calc(100% + 30px); margin:0 0 0 -15px;}
.section5_content{ width:100%; position:relative; padding:35px 0 45px; margin:5px auto 0;}
.section5_content:before{ position:absolute; width:175px; height:81px; content:""; left:22px; top:-36px; background:url(../images/s5_cont_col_line.webp) no-repeat center left; background-size:100%;}
.section5_content:after{ position:absolute; width:152px; height:68px; content:""; left:22px; bottom:-20px; background:url(../images/s5_cont_col_line2.webp) no-repeat center left; background-size:100%;}
.s5_cont_col_about{ padding-left:25px;}
.sec5_content_col:before{border-left-width:2px; left:22px;}
.sec5_content_col:first-child:before{ top:0;}
.s5_cont_col_iconbx{ position:relative;}
.sec5_content_col:last-child:before{ display:block; bottom:0; top:0;}

.section_6{ padding:30px 0 35px;}
.sec6_content{ padding:0; width:100%;}
.sec6_content_inner_box{ margin:35px auto 5px;}
.se6_people_img_box{ width:calc(100% + 30px); margin:25px 0 0 -15px; height:100%;flex-direction: row; flex-wrap:nowrap;}
.se6_people_img_row{flex-direction: row;animation: marquee-horizontal 25s linear infinite; width:auto;flex-wrap: nowrap;flex-shrink:0;animation: marquee-horizontal 25s linear infinite;}
.se6_people_img_col{ height:210px; width:170px;}
@keyframes marquee-horizontal {
    0% {transform: translateX(0)}

    to {transform: translateX(-100%)}
}
.sec6_row_percent{ font-size:36px; line-height:36px; width:67px;}

.section7 { padding: 30px 0 35px; overflow:hidden;}
.s7-img{ position:static; margin:15px auto 0; width:245px;}
.sec7_right{width:100%;}
.s7-content-box { width: 100%; margin: 25px auto 0;}
.s7-content-row{ border:none; border-bottom: 1px solid #ccc; border-radius:0; padding: 15px 30px 30px; position:relative;}
.s7-content-row:last-child{ border-bottom:none;}
.s7-content-row-info {text-align: center;}
.s7-content-text { font-size: 16px; line-height: 22px; position:relative; z-index:1;}
.s7-content-list {justify-content: center; position:relative; z-index:1;}
.s7-content-list li {font-size: 12px; line-height: 18px;}
.s7-content-icn{ position:absolute; width:102px;}
.s7-content-icn1{ top:0; left: -64px; transform: rotate(-135deg);}
.s7-content-icn3{ top: -70px; right: -40px; transform: rotate(-40deg);}
.s7-content-icn4{ width:130px; bottom: -35px; left: -58px; transform: rotate(0deg);}
.s7-content-pineapple{ position:absolute; top:-65px; left: -40px; width:83px;}
.s7-content-strawberry { position:absolute; bottom:-50px; right: -40px; width:90px;}
.s7-content-row:first-child{ order:1;}
.s7-content-row:nth-child(2){ order:3;}
.s7-content-row:nth-child(3){ order:2;}
.s7-content-row:last-child{ order: 4;}

.section8 {padding: 30px 0 35px;}
.lab-block { margin:0 auto 0;}
.lab-block-left { width:100%;}
.lab-certificate{ border: 3px solid #23643a; margin:20px auto 0;}
.lab-block-right { width:100%;}
.lab_col_left { padding: 10px 5px 10px 0;}
.lab_icn {width: 26px;}
.lab_col_left p {font-size: 16px; line-height: 20px;}
.lab_col_right { padding: 10px 0px 10px 15px; width:90px;}
.lab_col_right p {font-size: 14px; line-height: 20px; padding-left: 22px; background-size: 16px;}

.section9 { padding: 30px 0 35px;}
.rating-col { margin-top: 20px;}
.rating-col-text { font-size: 36px; line-height: 36px;}
.rating-star {margin: 8px auto 10px; width: 130px;}

.testimonial-box{ width:calc(100% + 30px); margin-left:-15px;}
.testimonial-row { margin: 20px auto 0; padding:10px 0;}
.testimonial-star { width:90px;}
.testimonial-col-text1 {font-size: 16px; line-height: 23px; margin-top: 15px;}
.testimonial-verify-name { font-size: 16px; line-height: 20px;}
.testimonial-verify-text {font-size: 11px; line-height: 15px;}
.testimonial-verify-text img { width: 11px; margin: -2px 5px 0 0;}

.discount-offer-section { padding: 0 0 20px;}
.discount-offer-icn { width: 36px; height: 36px; margin: -18px auto 0; padding: 6px;}
.discount-offer-icn img { width: 20px;}
.discount-offer-heading { font-size: 30px; line-height: 36px;}
.discount-offer-text1 { font-size: 16px; line-height: 23px; margin-top: 8px;}
.discount-offer-timer { padding: 5px 0;}
.discount-offer-timer p { font-size:16px; line-height: 22px;}

.section10 {padding: 35px 0 35px;}
.s10-right {margin-top: 25px;}
.s10-heading { font-size: 28px; line-height: 34px;}
.s10-list {column-gap:7px; margin: 15px 0 0;}
.s10-list li {font-size: 13px; line-height: 17px; padding: 4px 8px;}
.choose-heading { font-size: 18px; line-height: 22px; margin-top: 25px;}

.package-col { padding: 15px 8px 12px;}
.package-popular { width:80px; top:-10px; font-size:11px; line-height:15px; padding: 1px 5px;}
.package-heading { font-size: 16px; line-height: 22px;}
.offer-price {font-size: 17px; line-height: 22px;}
.offer-price small {font-size: 13px;}
.package-save-text { font-size: 11px; line-height: 15px; padding: 2px 5px 1px;}

.bundle_option {padding: 0 8px 0; min-height: 60px;}
.bundle_option_top { padding: 8px 0;}
.option_heading { font-size: 16px;= line-height: 20px;}
.option_off_text { font-size: 13px; line-height: 16px;}
.new_price {font-size: 16px; line-height: 18px;}
.old_price { font-size: 11px; line-height: 16px;}
.bundle_option_inner { padding: 15px 12px 15px; margin: 0 0 8px;}
.bundle_free-strip{ column-gap:15px;}
.bundle_free-strip-left p {font-size: 12px; line-height: 18px;}
.bundle_free-strip-left p strong { font-size: 14px;}
.bundle_free-strip-free-text { font-size: 16px; line-height: 22px;}
ul.bundle_list {grid-template-columns: 1fr; padding-left:5px; margin:10px 0 0;}
ul.bundle_list li {font-size: 14px; line-height: 20px; padding:2px 0 2px 23px; background-position-y:5px; background-size: 14px;}

.faq-section { padding: 30px 0 35px;}
.faq-box { margin: 8px 0 0;}
.faq-row { margin-top: 15px; min-height:55px; align-content: center;}
.accordion { font-size:17px; line-height:22px; padding:12px 32px 12px 15px; background-position:97% center;}
.acdn-heading.accordion-open {background-position:97% center;}
.acdn-content { padding: 0 15px 0 15px;}
.acdn-content p { font-size: 16px; line-height: 22px;  margin-bottom:20px;}

.footer { padding: 30px 0 35px;}
.ftr-logo { margin: 0 auto 20px;}
.footer-text2 {padding: 10px 15px; font-size:11px; line-height:15px; letter-spacing:0.2px; margin: 20px auto;}

.text-left{ text-align:left;}
.margin-top0{ margin-top:0;}
.margin-top15-m{ margin-top:15px;}

.text_alignleft_m{ text-align:left;}	
}

@media only screen and (max-width:375px){
.banner_doctor{ right:-175px;}
	}

/*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;
	}


@media only screen and (max-width:1021px){		
}

@media only screen and (max-width:480px){
.video-container{width:280px; min-height:480px;}

}