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

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
    font-family: 'DM 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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*==============Fonts==============*/
@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-ExtraBold.woff2') format('woff2'),
	url('DMSans-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

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

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

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

@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Regular.woff2') format('woff2'),
	url('DMSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}

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

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

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

/*-----------------------
     MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*=======TOP STRIP=======*/
.top_strip{
	float:left;
	width:100%;
	padding:8px 0 10px;
	background:#26618b;
	}
.top_strip_text{
	font-size:14px;
	line-height:14px;
	color:#fff;
	text-transform:capitalize;
	}
	
/*=======HEADER=======*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:63px;
	}
.header{
	float:left;
	width:100%;
	height:63px;
	margin-top: -63px;
	position: relative;
	top:63px;
	background:#fff;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 60;
	top: 0;
	background: #fff;
	border:none;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.logo{
	float:left;
	margin-top: 18px;
	width:170px;
	}	
.header_btn{
    float: right;
    width:170px;
	height:40px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	font-weight: 500;
    margin-top:11px;
	border-radius:50px;
	text-transform:capitalize;
	background:#07d834;
	}
ul.mainMenu{
	display: inline-block;
	vertical-align: middle;
	margin: 25px 0 0 40px;
	}
ul.mainMenu li{
	float: left;
	padding: 0 15px;
	position:relative;
	}
ul.mainMenu li:first-child:before{ display:none;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float: left;
	font-size: 14px;
	line-height: 15px;
	color: #000;
	text-transform: capitalize;
	font-weight:500;
	}
ul.mainMenu li a:hover{ color:#0cc551;}
ul.mainMenu li a.active{ color:#0cc551;}
.fixed-nav .header ul.mainMenu li a{ color:#000;}
.fixed-nav .header ul.mainMenu li a:hover{ color:#0cc551;}
.fixed-nav .header ul.mainMenu li a.active{ color:#0cc551;}
		

/*=======HEADER STRIP=======*/
.header_strip{
	float:left;
	width:100%;
	padding:11px 0 12px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#f5f5f5;
	}

.header_strip_scroller {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	}
ul.header_strip_points {
	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-top 20s linear infinite;
	}
ul.header_strip_points li {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	text-transform: capitalize;
	padding:0 40px 0 25px;
	position: relative;
	background:url(../images/black-tick.webp) no-repeat;
	background-size:14px;
	background-position:top 2px left;
	}


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

to {
	transform: translateX(-100%);
}
}
	
/*=====BANNER=====*/
.banner{
	float:left;
	width:100%;
	background:#eff8ff;
    overflow: hidden;
	}
.banner_block{
	width:100%;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-end;
	}
.banner_left{
	float:left;
	width:49%;
	padding:40px 0 50px;
	position:relative;
	text-align: left;
	}
.banner_rated_text{
	font-size:15px;
	line-height:16px;
	color:#000;
	}
.green-star{
	display:inline-block;
	vertical-align:middle;
	width:75px;
	margin:-3px 5px 0;
	}
.trustpilot{
	display:inline-block;
	vertical-align:middle;
	width:66px;
	margin:-3px 5px 0;
	}
.banner_heading{
	font-size:52px;
	line-height:58px;
	color:#000;
	font-weight:bold;
    font-family: 'Urbanist';
	letter-spacing:0.7px;
	margin-top:18px;
	}
.banner_heading span{ color:#00a1d2;}
.banner_text{
	font-size:20px;
	line-height:28px;
	color:#000;
	margin-top:15px;
	}
.banner_points{
	width:100%;
	max-width: 540px;
	margin:30px 0 0 -25px;
	
	display:-webkit-flex;
	display:flex;
	justify-content: space-between;
	}
.banner_points li{
	width:33.33%;
	padding:0 10px;
	font-size:18px;
	line-height:24px;
	color:#000;
	letter-spacing:0.5px;
	text-align:center;
	}
.banner_points li img{
	display:block;
	width:21px;
	margin:0 auto 10px;
	}
	
.banner_left .common_button_box{ margin-top: 35px;}
.banner_left .common_button_width{ max-width:490px;}
.common_button_box{
	float:left;
	width:100%;
	margin-top:40px;
	}	
.common_button_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:420px;
	text-align:center;
	}
.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:60px;
	font-size:20px;
	line-height:60px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-radius:50px;
	background:#07d834;
	transition:all .2s linear;
	}
.common_button:hover{
	background:#03c12c;
	transition:all .2s linear;
	}
.common_button_top{
    width: 100%;
	margin:0 auto 10px;
	column-gap:20px;
	
	display:-webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
	}
.common_button_top li{
	font-size:15px;
	line-height:15px;
	color:#000;
	padding-left:20px;
	background:url(../images/green-tick.webp) no-repeat;
	background-size:14px;
	background-position:left 2px;
	}
.common_button_text{
	font-size:15px;
	line-height:15px;
	color:#000;
	margin-top:12px;
	}
.common_button_text img{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:-3px 6px 0 0;
	}
	
.banner_right{
	width: 44%;
	padding-top:10px;
	position:relative;
	z-index:2;
	}
.banner_right:before{
	content:'';
	position:absolute;
	top:35px;
	left:0;
	right: -81px;
	height: 283px;
	background:url(../images/banner-right-shape.webp) no-repeat;
	background-size:cover;
	z-index:-1;
	}
.banner_model_box{
	float:right;
	width:100%;
	max-width:400px;
	position:relative;
	}
.banner-model{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.banner_product_box{
	position:absolute;
	top: 200px;
	left: -300px;
	width:425px;
	}
.banner-product{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.product_seal{
	position:absolute;
	top: -80px;
	left: 35%;
	width:152px;
	height:152px;
	font-size:14px;
	line-height: 26px;
	color:#000;
	font-weight:bold;
	padding-top: 48px;
	text-transform: uppercase;
	background:url(../images/product-seal.webp) no-repeat center center;
	background-size:100%;
	}
.product_seal span{ font-size:34px;}
.lbs_down{
	position:absolute;
	top: 115px;
	right: 10px;
	font-size:13px;
	line-height:14px;
	color:#000;
	font-weight:500;
	padding:10px 10px;
	border-radius:30px;
	background: #f4f6f7;
    border: 1px solid #fff;
	}
.lbs_down span{
	font-size:21px;
	font-weight:bold;
	}
.down-arrw{
	display:inline-block;
	vertical-align:middle;
	width:10px;
	margin:-3px 5px 0 0;
	}
	
/*=====AS SEEN=====*/
.as-seen{
	float:left;
	width:100%;
	padding: 30px 0;
	background:#fff;
	border-bottom: 1px solid #ebebeb;
	}
.as_seen_box{
	width:100%;
	
	display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: center;
	}
.as-seen-cont{
	width: 134px;
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:500;
	position:relative;
	padding-right: 30px;
	margin-right: 30px;
	}
.as-seen-cont:before{
	content:'';
	position:absolute;
	top: -5px;
	bottom: -5px;
	right:0;
	width:1px;
	background:#cecece;
	}
ul.brand_list{
	width:100%;
	margin:0 auto 0;
    display: flex;
	display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	}
ul.brand_list li{
	display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
	}
.brand-logo{
	display:block;
	margin:0 auto 0;
	height: 23px;
	width:auto;
	}

/*=====SECTION 1=====*/	
.section1{
	float:left;
	width:100%;
	padding:60px 0 70px;
	position:relative;
	background:#fff;
	}
.common_heading{
	font-size:52px;
	line-height:58px;
	color:#000;
	font-weight:bold;
    font-family: 'Urbanist';
	}	
.common_text{	
    font-size:20px;
	line-height:28px;
	color:#000;
	margin-top:20px;
	}
	
.s1_block{
    width: 100%;
	margin:0 auto 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s1_left{
	width:48%;
	}
.comparison_wrap{
    width: 100%;
	margin:0 auto 0;
	border-radius:30px;
	overflow:hidden;
	position:relative;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
/*.comparison_wrap:before{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:68px;
	height:68px;
	background:url(../images/scroll-btn.webp) no-repeat;
	background-size:100%;
	z-index:3;
	}*/
.comparison_wrap_col{
	width:49.7%;
	position:relative;
	}
.comparison-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.comparison_wrap_strip{
	position:absolute;
	bottom:25px;
	left:25px;
    font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:bold;
	text-transform:capitalize;
	padding:7px 16px;
	border-radius:50px;
	background:#fff;
	}
.comparison_wrap_col:last-child .comparison_wrap_strip{ left:auto; right:25px;}

.s1_right{
	width:48.5%;
	}
.s1_box{
	float:left;
	width:100%;
	border:2px solid #5e86a2;
	border-radius:30px;
	padding:35px 30px 50px;
	background:#fff;
	-webkit-box-shadow: 0 0 12px 4px rgba(0,0,0,.2);
	box-shadow: 0 0 12px 4px rgba(0,0,0,.2);
	}
.s1_box_heading{
	font-size:38px;
	line-height:46px;
	color: #000000;
	font-weight:bold;
    font-family: 'Urbanist';
	}
.scale{
	display:block;
	margin:30px auto 0 -30px;
	width:calc(100% + 60px);
	max-width:none;
	}
	
.info-slider{
	width: 100%;
	text-align: center;
	margin-top:50px;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	}
.select_weight-top{
	width: 100%;
	text-align: center;
	
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;	
    align-items: center;
	}
.current_weight{
	font-size: 25px;
	line-height: 25px;
	color:#000;
	}
.weight-count{
	font-size: 30px;
	line-height:30px;
	color: #000;
    font-family: 'Urbanist';
	}
.calculate_row{
	width: 100%;
	text-align: center;
	padding: 25px 30px;
	border-radius: 20px;
	position:relative;
	background:#26618b;
	
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;	
    align-items: center;
	}
.calculate_row:before{
	content:'';
	position:absolute;
	top: -12px;
	left:50%;
	transform: translateX(-50%);
	border-bottom: 13px solid #26618b;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	}
.calculate-col1{
	font-size: 25px;
	line-height:25px;
	color:#fff;
	}
.weight-value{
	font-size:44px;
	line-height:44px;
	color: #fff;
	font-weight:600;
    font-family: 'Urbanist';
	}
.weight-value span{ font-size: 62px;}

	
/*=====SECTION 2=====*/	
.section2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	position:relative;
	background:#eff8ff;
	}
.rating_box{
	width:100%;
	margin:45px auto 0;
    column-gap:40px;

    display: -webkit-flex;
    display: flex;
    justify-content: center;	
	}
.rating_col_brand_logo{
	display:block;
	margin:0 auto 0;
	width:131px;
	}
.rating_col p{
	font-size:17px;
	line-height:18px;
	color: #000;
	font-weight:500;
	margin-top:15px;
	}
.rating-star{
	display:inline-block;
	vertical-align:middle;
	width:102px;
	margin:-3px 8px 0 0;
	}
	
.video_slide_div{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:2000px;
	margin-top:40px;
	}
.video_slide_row{
	float:left;
	width:100%;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.video_slide_col{
	width: 294px !important;
    overflow: hidden;
    position: relative;
    background: #202950;
    cursor: pointer;
    border-radius: 20px;
	}
.video_slide_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;
	}
.video_slide_col:hover .ugc-poster{
	opacity:0.4;
	}
.ugc-play{
	position:absolute;
	width:60px;
	top:50%;
	left:50%;
	margin-top:-30px;
	margin-left:-30px;
	}
.white_color.common_button_text img{
	filter:invert(1) brightness(5);
	}

.s2_heading{
	font-size:30px;
	line-height:36px;
	color:#000;
	font-weight:bold;
	margin-top:40px;
    font-family: 'Urbanist';
	}

/*=====SECTION 3=====*/	
.section3{
	float:left;
	width:100%;
	padding:30px 0 60px;
	background:#fff;
	}

.common_header_box{
	width:100%;
	margin:0 auto 0;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.common_header_box_cont{ width:50%; text-align:left;}	
.common_header_product_box{	width:41.3%;}
.s3-product{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
	
.s3_block{
	width:100%;
	margin:45px auto 10px;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.s3_box{
	width:23%;
	padding:20px 25px 25px;
	border:2px solid #26618b;
	border-radius:15px;
    background: #0D99C1;
    background: linear-gradient(140deg, rgba(13, 153, 193, 1) 5%, rgba(38, 97, 139, 1) 40%);
	}
.s3_header_box{
	width:100%;

    display: -webkit-flex;
    display: flex;
    justify-content: space-between;	
	}
.s3_header_box h3{
	font-size:47px;
	line-height:47px;
	color:#fff;
	font-weight:600;
    font-family: 'Urbanist';
	}
.s3_icn_box{
	width:58px;
	height:58px;
	border-radius:50%;
	background:#1e5f85;
	
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
	}
.s3-box-icn{
	display:block;
	margin:0 auto 0;
	width:38px;
	}
.s3_box_text{
	font-size:20px;
	line-height:28px;
	color: #fff;
	text-align:left;
	margin-top:17px;
	}

/*=====SECTION 4=====*/	
.section4{
	float:left;
	width:100%;
	padding:60px 0 50px;
	background:#fff;
	}
.s4_block{
	width:100%;
	margin:0 auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s4_left{
	float:left;
	width:51.3%;
	text-align:left;
	}
.s4-product{
	display:block;
	margin:80px auto 0;
	width:100%;
	}
.s4_right{
	width:47%;
	}
.journey_box{
	float:left;
	width:100%;
	position:relative;
	}
.default-line {
    content: "";
    position: absolute;
    left:18px;
    width:3px;
	margin-left:0;
    background: #d8e6ec;
    height:75%;
	}
.draw-line{
    width: 3px;
    height: 0;
    position: absolute;
    left:18px;
	margin-left:0;
    background: #6590ad;
	}
	
.journey_col{
	float:left;
	width:100%;
	position:relative;
	padding-left:100px;
	text-align:left;
	padding-bottom:90px;
	}
.journey_col:last-child{ padding-bottom:0;}
/*.journey_col:before, .journey_col:after{
	content:'';
	position:absolute;
	}
.journey_col:before{
	top:0;
	left: 20px;
	bottom:-100px;
	width:2px;
	background:#d8e6ec;
	}
.journey_col:last-child:before{ display:none;}*/
.journey_num{
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	font-size:20px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-radius:50%;
	background:#26618b;
	}
.journey_col_heading{
	font-size: 26px;
	line-height: 34px;
	color: #003454;
	font-weight:bold;
    font-family: 'Urbanist';
	}
.journey_col_text{
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	margin-top:15px;
	}
.journey-col-img{
	display:block;
	margin:30px auto 0;
	width:100%;
	border-radius:35px;
	}
	
/*.journey_col.active:before{
	background:#6590ad;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	}
.journey_num.active:after{
	background:#2f8a63;
	border-color:#d7ffee;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}*/	

/*=====SECTION 5=====*/	
.section5{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
	
.pkg_box{
	width:100%;
	margin:45px auto 0;
    row-gap: 35px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.pkg_col{
	width:48.8%;
	padding:30px 30px 35px 30px;
	border:1px solid #f2f2f2;
	border-radius:22px;
	background:#fff;	
	}
.pkg_col_inner{
	width:100%;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	}
.pkg_content{
	text-align:left;
	}
.pkg_stock_strip{
	display:inline-block;
	vertical-align:top;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	padding:5px 10px;
	border:1px solid #80d9ed;
	border-radius:4px;
	position:relative;
	background:#fff;
	}
.pkg_stock_strip:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:9px;
	height:9px;
	margin:-2px 8px 0 0;
	border-radius:50%;
	background:#78c95b;	
	animation:breath 1.3s infinite;
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0.5;}
	100% { opacity:1;}
	}
.pkg_heading{
	font-size:30px;
	line-height:36px;
	color:#000;
	font-weight:bold;
    font-family: 'Urbanist';
	margin-top:20px;
	}
.pkg_text{
	font-size:20px;
	line-height:28px;
	color:#000;
	letter-spacing:-0.3px;
	margin-top:15px;
	}
.pkg_price{
	font-size:20px;
	line-height:28px;
	color:#747474;
	margin-top:30px;
	}
.pkg_price span{
	font-size:30px;
	color:#000;
	}
.pkg_col .common_button{ height: 54px; font-size: 18px; line-height: 54px;}
.pkg_product_box{
	width:224px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	margin:0 -30px 0 0;
	}
.pkg-product{
	display:block;
	margin:0 auto 0;
	width:100%;
	}

/*=======BLUE STRIP=======*/
.blue_strip{
	float:left;
	width:100%;
	padding:30px 0 30px;
	background:#dbeefa;
	}

.blue_strip_scroller {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	}
ul.blue_strip_points {
	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-blue 20s linear infinite;
	}
ul.blue_strip_points li {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-transform: capitalize;
	padding:0 20px;
	position: relative;
	}
ul.blue_strip_points li img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:0 8px 0 0;
	}


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

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

/*=====SECTION 6=====*/	
.section6{
	float:left;
	width:100%;
	padding:60px 0 30px;
	background:#fff;
	}

.s6_box{
	width:100%;
	margin:45px auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s6_col{
	width:48.8%;
	padding:30px 24px 45px 24px;
    border: 1px solid #f2f2f2;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 0 5px 0 #efefef;
	}
.s6_col_heading{
	font-size:30px;
	line-height:36px;
	color: #0f5582;
	font-weight:bold;
    font-family: 'Urbanist';
	}
.s6_col_text{
	font-size:20px;
	line-height:26px;
	color: #000;
	margin-top:15px;
	}
.s6-col-img{
	display:block;
	margin:10px auto 0;
	width:520px;
	}
	
.personlized_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:70px 0 20px;
	padding:45px 0 55px;
	border:2px solid #fff;
	border-radius:18px;
	background:#dbf1ff;
	-webkit-box-shadow: 0 0 12px 4px rgba(0,0,0,.1);
	box-shadow: 0 0 12px 4px rgba(0,0,0,.1);
	}
.personlized_header_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:0 50px;
	}
.personlized_heading{
	font-size: 42px;
	line-height: 48px;
	color: #000000;
	font-weight:bold;
    font-family: 'Urbanist';
	}
	
.doctor_slide_row{
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	overflow: hidden;
	margin:30px auto 0;
	}
.doctor_slide{
	width: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: doctor-slide 25s linear infinite;
	}
.doctor_col{
	width:294px;
	border-radius:25px;
	background:#fff;
	overflow:hidden;
	-webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,.2);
	box-shadow: 0 0 8px 4px rgba(0,0,0,.2);
	margin:15px 15px;
	}
.doctor_col_cont{
	float:left;
	width:100%;
	padding:22px 30px 25px;
	}
.doctor_col_cont h3{
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	font-weight:bold;
    font-family: 'Urbanist';
	}
.doctor_col_cont p{
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-top:12px;
	}
.doctor-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
@keyframes doctor-slide {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
}

/*=====SECTION 7=====*/	
.section7{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
    overflow: hidden;
	}
.s7-star{
	display:block;
	margin:30px auto 20px;
	width:216px;
	}
.excellent_text{
	font-size: 18px;
	line-height:18px;
	color: #000000;
	font-weight:500;
	}

.review_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:2000px;
	margin:45px 0 10px;
	}
.review_slider{
	width:100%;
	margin:0 auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.review_box{
	float:left;
	width:100%;	
	text-align:left;
	padding:20px 20px 25px;
	border-radius:20px;
	background:#fff;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	}
.review_verfy_box{
	width:100%;
	column-gap:12px;
	
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	}
.review-verfy-img{
	width:38px;
	height:38px;
	border-radius:50%;
    flex-shrink: 0;
	object-fit: cover;
	}
.review_verfy_box p{
	font-size: 14px;
	line-height: 16px;
	color:#16ad36;
	}
.review_verfy_box p span{
	font-size: 17px;
	color: #000000;
	font-weight:bold;
	}
.review-vrfy-icn{
	display:inline-block !important;
	vertical-align:middle;
	width:15px;
	margin:-3px 5px 0 8px;
	}
.review_compare_box{
	width:100%;
	margin:20px auto 0;
	border-radius:20px;
	background:#d3cfcc;
	overflow:hidden;
	
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	}
.review_compare_col{
	width:49.6%;
	}
.review-compare-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.review_heading{
	font-size: 20px;
	line-height:24px;
	color:#146396;
	font-weight:bold;
	margin-top:20px;
	}
.review-star{
	display:block;
	margin:12px 0 0;
	width:106px;
	}
.review_text{
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-top: 15px;
	}


/*=====SECTION 8=====*/	
.section8{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f0f6fa;
	}
.sec8_wrap{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.s8_left{
	width:59%;
	margin-left:-90px;
	}
.s8_left .common_text{ margin-top:15px;}	
.s8_lft_inner{
	float: left;
    width: 100%;
    background: #c7f5ff;
    padding: 55px 20px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    max-width: 690px;
    height: 690px;
	}	
.s8_lft_inner:before{
	content:'';
	position:absolute;
	top:50%;
	right:-52px;
	background:#10b8de;
	height:1px;
	width:104px;
	}		
.s8_prod{
	margin:22px auto 0;
	display:block;
	}	
	
.s8_right{
	width:41%;
	text-align:left;
	}
.s8_rht_heading{
	font-size:36px;
	line-height:40px;
	color:#000;
	font-family: 'Urbanist';
	font-weight:bold;
	}		
ul.s8_rgt_list{
	float:left;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	row-gap:22px;
	margin-top:25px;
	}	
ul.s8_rgt_list li{
	float:left;
	width:100%;
	background:#fff;
	border-radius:5px;
	position:relative;
	padding:10px 16px 12px 80px;
	}	
ul.s8_rgt_list li img{
    position: absolute;
    top: 40px;
    left: 25px;
    width: 40px;
	}	
ul.s8_rgt_list li h3{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-family: 'Urbanist';
	font-weight:bold;
	}	
ul.s8_rgt_list li p{
	font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-top: 10px;
	}	
	
/*=====SECTION 9=====*/	
.section9{
	float:left;
	width:100%;
	padding:60px 0 10px;
	background:#fff;
	}	
.common_text--fs22{
	font-size: 22px;
    line-height: 32px;
	}	
.sec9_wrap{
	margin:40px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}	
.s9_left{ width:45%;}	
.s9_left img{
	margin:0 auto 0;
	display:block;
	}
.s9_right{
	width:51%;
	text-align:left;
	}	
ul.s9_rgt_list{
	float:left;
	width:100%;
	}	
ul.s9_rgt_list li{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding:20px 0 20px 100px;
	border-bottom:1px solid #d1e0ec;
	}
ul.s9_rgt_list li:last-child{ border:none;}	
ul.s9_rgt_list li img{
    position: absolute;
    top: 16px;
    left: 0;
    width: 70px;
	}	
ul.s9_rgt_list li h3{
	font-size:24px;
	line-height:28px;
	color:#003454;
	font-family: 'Urbanist';
	font-weight:bold;
	}	
ul.s9_rgt_list li p{
	font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-top: 6px;
	}		
.guaranty_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	text-align:left;
	background:#e4faff;
	border:2px solid #c2e3ea;
	border-radius:15px;
	padding:46px 46px 46px 200px;
	position:relative;
	}		
.guarantee_seal{
    position: absolute;
    top: 50%;
    left: 70px;
    width: 92px;
    margin-top: -46px;
	}	
.guaranty_heading{
	font-size:30px;
	line-height:34px;
	color:#000;
	font-family: 'Urbanist';
	font-weight:bold;
	}	
.guaranty_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:377px;
	background:#d2f3fb;
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:500;
	padding:6px 17px 6px 12px;
	margin-top:18px;
	}	
.guaranty_text{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-top:20px;
	}	
	
/*=====SECTION 10=====*/	
.section10{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.qualify_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	background:#fff;
	border-radius:20px;
	padding:45px 50px 55px;
	box-shadow:0 0 8px 4px rgba(88, 200, 218, 0.1);
	-webkit-box-shadow:0 0 8px 4px rgba(88, 200, 218, 0.1);
	}	
.question_box{
	float:left;
	width:100%;
	}	
.question_heading{
	font-size: 45px;
    line-height: 51px;
    color: #000;
    font-family: 'Urbanist';
    font-weight: bold;
	}
	
.step_col{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 372px;
    margin-top: 25px;
	}	
.option-col{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 14px;
	}	
.desc_option{
	width: 100%;
	background:#fff;
    text-align: left;
    cursor: pointer;
    border:1px solid #d7d7d7;
    border-radius: 12px;
    padding:10px 15px;
	height:62px;
	font-family: 'DM Sans';
	transition: all .15s ease-in-out;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	}	
.desc_option p{
	font-size: 18px;
    line-height: 20px;
	color:#000;
	font-weight:500;
	}	
.option-col:hover .desc_option{ border:1px solid #1e72a5; background: #1e72a5;}
.option-col:hover .desc_option p{ color:#fff;}	
	
.option-col input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
	}	
.option-col input[type="radio"]:checked + .desc_option{ border:1px solid #1e72a5; background: #1e72a5;}
.option-col input[type="radio"]:checked + .desc_option p{ color:#fff;}
.form_button{
	display:inline-block;
	vertical-align:top;
	width: 100%;
    max-width: 435px;
    height: 60px;
    font-size: 22px;
    color: #ffffff;
    font-family: 'DM Sans';
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    background: #04c42d;
    border-radius: 35px;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-appearance: none;
    margin-top: 30px;
	}	

	
/*=====SECTION 11=====*/	
.section11{
	float:left;
	width:100%;
	position:relative;
	background:#f3faff;
	}
.section11:before{
	content:'';
	position:absolute;
	top:0;
	left:53%;
	right:0;
	bottom:0;
	background:url(../images/s11-img.webp) no-repeat;
	background-size: cover;
	background-position: bottom center;
	} 
.s11_content{
	float:left;
	width:51%;
	text-align:left;
	padding:60px 0 70px;
	}
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:20px 0 10px;
	}
.faq-row{
	float:left;
	width:100%;
    border-bottom: 1px solid #c2c2c2;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.webp) no-repeat right 10px center;
	padding:16px 35px 16px 0;
	background-size:15px;
	font-size: 20px;
    line-height: 28px;
	font-weight:bold;
	color:#000000;
	position:relative;
	cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat right 10px center;
	background-size:15px;
	}
.acdn-content {
    float: left;
    width: 100%;
    text-align: left;
    padding:0 25px 5px 0;
    margin-top: -5px;
	}
.acdn-para{
	font-size:16px;
	line-height:24px;
	color:#000000;
	margin-bottom:15px;
	}
.acdn-note-para{
	font-size:12px;
	line-height:18px;
	color:#8e8e8e;
	margin-bottom:15px;
	}
.faq-row:last-child{ border-bottom:none;}
/*-----------------------
         FOOTER
------------------------*/	
.footer{
	float:left;
    width:100%;
    padding:60px 0 50px;
	background:#fff;
	}
.footer_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	}
.footer-logo{
	display:block;
	margin:0 auto 25px;
	width:194px;
	}	
.footer_text{
    font-size:18px;
    line-height:24px;
    color:#000000;
	margin-top:15px;
	}	
.footer-certify{
	display:block;
	margin:25px auto 10px;
	width:74px;
	}	
.footer_text2{
    font-size:12px;
    line-height:20px;
    color:#000000;
	margin-top:15px;
	}
.footer_text a{ padding:0 8px; color:#000;}

/*=========Media Query=========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	
.extrabold{ font-weight:800;}
.semi_bold{ font-weight:600;}
.medium{ font-weight:500;}
.white_color{ color:#fff !important;}
.mrgT0{ margin-top:0 !important;}


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

.banner_left{ width: 56%;}
.banner_heading{ font-size: 51px; line-height: 56px;}
.banner_right{ width: 39%;}
.banner_model_box{ max-width: 360px;}
.banner_product_box{ top: 194px;left: -172px; width: 299px;}
.product_seal{ top: -70px; left: 30%; width: 132px; height: 132px; font-size: 12px; line-height: 24px; padding-top: 42px;}
.product_seal span{ font-size: 29px;}
.lbs_down{ top: 105px;}

.s1_box_heading{ font-size: 37px; line-height: 45px;}
.s1_box{ padding: 33px 30px 45px;}
.scale{ margin: 30px auto 0 -30px;}
.info-slider{ margin-top: 37px;}
.current_weight{ font-size: 22px; line-height: 22px;}
.weight-count{ font-size: 26px; line-height: 26px;}
.rangebar{ margin: 48px 0;}
.calculate-col1{ font-size: 22px; line-height: 22px;}
.weight-value{ font-size: 30px; line-height: 32px;}
.weight-value span{font-size: 51px;}

.common_header_box_cont{ width: 55%;}
.s3_box{ padding: 20px 20px 25px;}

.s4_left{ width: 46%;}
.s4_right{ width:50%;}
.journey_col{ padding-left: 80px;}

.pkg_heading{ font-size: 26px; line-height: 32px;}
.pkg_product_box{ width: 180px;}

.s8_lft_inner{ max-width: 540px; height: 540px;}
.s8_left{ width:56%; margin-left:0;}
.s8_prod{ width:300px;}
.s8_right{ width:43%;}
.s8_lft_inner:before{ right: -22px; width: 64px;}

.s9_left{ width: 40%; margin-top: 20px;}
ul.s9_rgt_list li{ padding: 18px 0 18px 90px;}
.s9_right{ width: 56%;}

.guaranty_box{ margin-top:40px;}

.question_heading{ font-size: 40px; line-height: 48px;}

.section11:before{ left: 56%;}

}


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

.mainMenu{ display:none !important;}

.banner_block{ align-items: center;}
.banner_left{ width: 52%;padding: 30px 0 30px;}
.banner_rated_text{ font-size: 13px; line-height: 14px;}
.green-star{ width: 60px;}
.trustpilot{ width: 61px; margin: -3px 0 0 5px;}
.banner_heading{ font-size: 35px; line-height: 42px;}
.banner_text{ font-size: 17px; line-height: 25px;}
.banner_points{ max-width: 370px;margin: 30px 0 0 0;}
.banner_points li{ padding: 0 7px; font-size: 16px; line-height: 21px;}
.banner_points li img{ width: 16px;}
.banner_model_box{ max-width: 258px;}
.banner_product_box{ top: 160px; left: -132px; width: 249px;}
.product_seal{ top: -60px; left: 26%; width: 112px; height: 112px; font-size: 10px; line-height: 21px; padding-top: 35px;}
.product_seal span{ font-size: 26px;}
.lbs_down{ font-size: 12px; line-height: 13px; padding: 8px 13px;}
.lbs_down span{ font-size: 18px;}

.as-seen-cont{ width: 100px; font-size: 13px; line-height: 13px; padding-right: 20px; margin-right: 20px;}
.brand-logo{ height: 16px;}

.section1{ padding: 50px 0 60px;}
.s1_block{ max-width:600px; row-gap:35px;}
.s1_left{ width: 100%;}
.s1_right{ width: 100%;}
.s1_box_heading{ font-size: 32px; line-height: 42px;}

.section2{ padding: 50px 0 60px;}
.s2_heading{ font-size: 26px; line-height: 30px;}
.common_heading{ font-size: 33px; line-height: 42px;}
.common_text{ font-size: 18px; line-height: 26px;}

.section3{ padding: 50px 0 30px;}
.s3_block{ max-width: 600px; row-gap: 26px; margin: 35px auto 10px;}
.s3_box{ width: 48%; padding:20px 25px 25px;}

.section4{ padding: 50px 0 30px;}
.s4-product{ margin: 50px auto 0;}
.journey_col_heading{ font-size: 22px; line-height: 28px;}
.journey_col{ padding-left: 60px;}
.journey_col_text{ font-size: 18px; line-height: 26px; margin-top: 13px;}
.journey_num{ width: 36px; height: 36px; font-size: 18px;line-height: 36px;}

.pkg_col { padding: 30px 25px 35px 25px;}
.pkg_product_box{ width: 150px; margin:0 -25px 0 0;}
.pkg_text { font-size: 18px; line-height: 26px;}

.s6_col { padding: 30px 20px 35px 20px;}
.s6_col_heading {font-size: 26px; line-height: 32px;}
.s6_col_text { font-size: 18px; line-height: 24px;}

.personlized_heading { font-size: 34px; line-height: 40px;}

.section8{ padding:50px 0 60px;}
.s8_left{ width:100%;}
.s8_lft_inner{ display: inline-block; vertical-align: top; float: none; max-width: 540px; height: 540px;}
.s8_lft_inner:before{ right: auto; top: auto; bottom: -25px; width: 1px; height: 50px;}
.s8_right{ width:100%; margin-top:40px;}
.s8_rht_heading{ font-size: 28px; line-height: 34px;}
ul.s8_rgt_list li img{ top:21px;}
ul.s8_rgt_list li p{ font-size: 18px; line-height: 26px; margin-top: 6px;}
ul.s8_rgt_list li h3{ font-size: 22px; line-height: 26px;}

.section9{ padding:50px 0 10px;}
ul.s9_rgt_list li{ padding: 14px 0 14px 75px;}
ul.s9_rgt_list li img{ width:60px;}
ul.s9_rgt_list li h3{ font-size: 22px; line-height: 26px;}
ul.s9_rgt_list li p{ font-size: 18px; line-height: 26px;}

.guaranty_box{ padding:40px 40px 40px 170px;}
.guarantee_seal{ left:44px;}
.guaranty_heading{ font-size: 28px; line-height: 34px;}

.section10{ padding:50px 0 60px;}
.question_heading{ font-size: 35px; line-height: 44px;}

.acdn-para{ font-size: 17px; line-height: 25px;}

.footer_text { font-size:17px; line-height:23px;}
}

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

.common_heading{
	font-size: 23px !important;
}

.top_strip{ padding: 7px 0;}
.top_strip_text{ font-size: 13px; line-height:13px;}	
.top_strip_text img{ width:14px;}

.top-fix-bar { margin-bottom: 50px;}
.header{ height:50px; margin-top: -50px; top:50px;}
.logo{ float: none; display:block; margin:15px auto 0; width: 115px;}
.header_btn{ display:none;}

.header_strip{ padding:5px 0 6px;}
ul.header_strip_points{}
ul.header_strip_points li{ font-size:12px; line-height:12px; padding:0 30px 0 15px; background-size:11px;}
ul.header_strip_points li img{ width: 10px; margin: -2px 5px 0 0;}


.banner{ padding:5px 0 35px; background:#eff8ff;}
.banner_block { flex-direction: column-reverse; align-items: normal;}
.banner_left { width: 100%; padding:30px 0 0;}
.banner_left_inner{ text-align:left;}
.banner_rated_text {font-size: 12px; line-height: 14px; letter-spacing: 0.3px;}
.banner_heading {font-size: 30px; line-height: 35px; margin-top:10px;}
.banner_text {font-size: 15px; line-height: 22px;}
.banner_points { max-width:400px; column-gap:10px; margin:20px auto 0;}
.banner_points li { width:auto; padding: 0 0; display: flex; justify-content: flex-start; align-items: center; column-gap: 8px; text-align: left; font-size:13px; line-height: 17px; margin:0;}
.banner_points li img { width:19px; margin:0;}
.banner_right { width: calc(100% + 30px); padding: 0; margin: 0 0 0 -15px;}
.banner_right:before {top: 10px; left: 0; right: 0;  height: 283px; background-size: 100%;}
.banner_model_box{ max-width:400px; margin: 0 auto 0; float: none; padding:0 10px 0 0;}
.banner-model{ width:195px; float:right;}
.banner_product_box { top:82px; left: -20px; width: 260px;}
.product_seal {  width: 120px; height: 120px; font-size: 10px; line-height: 20px; padding-top:38px;}

.banner_left .common_button_box{ margin-top: 25px;}
.common_button_box{ margin-top: 30px; text-align:center;}
.common_button_width{ max-width: 380px;}
.common_button_top li{ font-size: 11px; line-height: 12px; padding: 0 0 0 16px; background-position:left 1px; background-size: 12px;}
.common_button_top li.green-dot{ padding-left: 13px;}
.green-dot:after{ top: 2px; width: 7px; height: 7px;}
.hourglass{ width: 9px; margin: 0px 5px 0 0;}
.low-stock{ width: 60px; height: 9px;}
.common_button{ height: 55px; font-size:20px; line-height:55px;}
.common_button img{ width: 18px; margin: -3px 0 0 9px;}
.common_button_text{ font-size: 12px; line-height: 12px;}
.common_button_text img{ width: 13px;}

.lbs_down { font-size: 10px; line-height: 14px; padding: 5px 5px; right:6px; top:85px;}
.lbs_down span { font-size: 15px;}

.as-seen { padding:20px 0;}
.brand_strip_scroller {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	}
ul.scroll_brand_list {
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee-horizontal 20s linear infinite;
	}
ul.scroll_brand_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	position: relative;
	}
.brand-logo{ height:21px;}


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

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

.common_heading{ font-size: 30px; line-height: 37px;}
.common_text{ font-size: 15px; line-height: 22px; margin-top: 12px;}

.section1{ padding: 30px 0 40px;}
.s1_block { max-width: 600px; row-gap: 25px;}
.comparison_wrap { border-radius: 20px;}
.comparison_wrap_strip {bottom:15px; left:12px; font-size: 14px; line-height: 14px;}
.comparison_wrap_col:last-child .comparison_wrap_strip { left: auto; right:12px;}

.s1_box { padding: 20px 15px 25px; border-radius:20px; overflow:hidden;}
.s1_box_heading { font-size:24px; line-height:30px;}
.scale { width: calc(100% + 300px); margin: 12px 0 0 -40px;}

.current_weight { font-size: 16px; line-height: 20px;}
.weight-count {font-size:20px; line-height: 24px;}
.info-slider { margin-top: 20px;}
.calculate_row { padding:15px 15px; border-radius: 10px;}
.calculate_row:before { top: -10px; border-bottom-width: 13px solid #26618b; border-left-width: 10px; border-right-width: 10px;}
.calculate-col1 { font-size: 16px; line-height: 22px;}
.weight-value {font-size: 28px; line-height: 32px;}
.weight-value span {font-size: 40px;}

.section2{ padding: 35px 0 35px; overflow:hidden;}
.rating_box { margin: 25px auto 0; column-gap: 30px;}
.rating_col_brand_logo { width: 110px;}
.rating_col p {font-size: 15px;line-height: 18px; margin-top: 10px;}
.rating-star {display: block; width:85px; margin:0 auto 5px;}

.video_slide_div { margin-top: 35px;}
.video_slide_col { width: 230px !important;}
.ugc-play { width: 50px; margin-top: -25px; margin-left: -25px;}
.s2_heading {font-size: 22px; line-height: 28px; letter-spacing: 0.3px; margin-top: 30px;}

.s2_block{ flex-direction: column; row-gap:0; align-items: center;}
.section2:before{ top: -25px; margin-left: -0.5px; width: 1px; height:50px;}
.s2_left{ width:calc(100% + 30px); max-width:375px; margin-left:-15px; background:none; overflow:visible; justify-content: flex-end;}
.s2-img-m{ float:right; margin: 0 -207px 0 0; width: 545px; max-width: none;}
.s2_right{ width: 100%; margin-top: -40px;}
.s2_trust_box{ top: 0; right: 0; left: 0; width: auto; row-gap: 0;}
.s2_trust_col{ position:absolute; width:140px; text-align:left;}
.s2-trust-col-icn{ width: 38px; margin: 0 0 10px;}
.s2_trust_col h3{ font-size: 16px; line-height: 17px;}
.s2_trust_col p{ font-size: 15px; line-height: 20px;}
.s2_trust_col:first-child{ top: -28px; right: 50px;}
.s2_trust_col:nth-child(2){ top: -2px; left: 30px;}
.s2_trust_col:nth-child(3){ top: 115px; left: 9px;}
.s2-trust-shape{ position:absolute; width:72px;}
.s2-trust-shape1{ bottom: -70px; left: -24px; transform: rotate(65deg);}
.s2-trust-shape2{ bottom: -59px; right: -17px; transform: rotateX(-180deg) rotate(-72deg);}
.s2-trust-shape3{ bottom: -35px; right: 27px;}
.s2_col{ column-gap: 20px;}
.s2_col:before{ left: 142px;}
.s2_col_cont h3{ font-size: 18px; line-height: 22px;}
.s2_col_cont p{ font-size: 15px; line-height: 22px;}

.section3{ padding: 30px 0 25px;}
.common_header_box_cont{ width:100%; text-align: center;}
.common_header_product_box{ width:100%;}
.s3-product { margin: 10px auto 0; width:330px; max-width:100%;}

.s3_block { max-width: 600px; row-gap: 12px; margin: 0 auto 5px;}
.s3_box { width: 48.5%; padding:15px 18px 20px;}
.s3_header_box h3 {font-size: 32px; line-height: 36px;}
.s3_box_text { font-size:14px; line-height:20px; letter-spacing:0.3px; margin-top:17px;}
.s3_icn_box { width: 40px; height: 40px; margin: -5px -5px 0 0;}
.s3-box-icn { width: 26px;}


.section4 { padding:30px 0 25px;}
.s4_left { width:100%; text-align:center;}
.s4_right{ width:100%; margin-top:30px;}
.journey_col { padding-bottom:50px;padding-left: 50px;}
.journey_col_heading { font-size: 23px; line-height: 28px;}
.journey_col_text { font-size: 15px; line-height: 22px; letter-spacing:0.2px; margin-top: 12px;}
.journey_num { width: 32px; height: 32px; font-size: 18px; line-height: 32px; top:7px;}
.default-line {left: 15px; width: 2px; height: 72%; top:15px;}
.draw-line { width: 2px; left: 15px; top:15px;}
.journey-col-img {margin:20px auto 0; border-radius:20px; height:230px; object-fit: cover;}


.section5{ padding:30px 0 35px;}
.pkg_box { margin:25px auto 0; row-gap: 25px;}
.pkg_col { padding: 30px 20px 30px 20px; width: 100%; box-shadow: 0 0 5px 0 #f1f1f1;}
.pkg_heading { font-size: 24px; line-height: 30px;}
.pkg_text {font-size: 15px; line-height: 21px; letter-spacing:0; margin-top:10px;}
.pkg_price { font-size: 18px; line-height: 24px; margin-top:25px;}
.pkg_price span { font-size: 24px;}
.pkg_product_box { width: 170px;}
.pkg_col .common_button_box{ margin-top:12px;}
.pkg_col .common_button { height:48px; font-size:18px; line-height:48px;}

.blue_strip { padding: 25px 0 25px;}

.section6{ padding: 30px 0 20px;}
.s6_box { margin: 25px auto 0; row-gap:20px;}
.s6_col { padding: 20px 15px 30px; width: 100%; box-shadow: 0 0 5px 0 #efefef;}
.s6_col_heading { font-size: 24px; line-height: 30px;}
.s6_col_text { font-size: 15px; line-height: 22px; margin-top: 10px;}


.personlized_block { margin: 25px 0 0; padding: 30px 0 25px; border-radius: 10px; -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1); box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);}
.personlized_header_box {padding: 0 25px; text-align:left;}
.personlized_heading { font-size: 30px; line-height: 36px;}

.doctor_slide_row { margin: 15px auto 0;}
.doctor_slide_reverse .doctor_slide{ animation-direction: reverse;}
.doctor_col { width: 160px; border-radius: 10px; -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2); box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2); margin:8px 10px;}
.doctor_col_cont {padding: 12px 10px 12px;}
.doctor_col_cont h3 {font-size: 14px; line-height: 20px;}
.doctor_col_cont p { font-size: 12px; line-height:16px; margin-top: 5px;}
.personlized_block .common_button_box{ padding:0 20px;}


.section7{ padding: 30px 0 35px;}
.s7-star { margin: 20px auto 12px; width: 140px;}
.excellent_text { font-size: 14px; line-height: 18px;}
.review_block { margin: 22px 0 0;}
.review_box { padding: 15px 18px 20px;}
.review_verfy_box {column-gap: 10px;}
.review-verfy-img { width: 34px; height: 34px; object-fit: cover;}
.review_verfy_box p {font-size: 11px; line-height: 14px; letter-spacing: 0.3px;}
.review_verfy_box p span { font-size: 15px;}
.review-vrfy-icn { width: 13px; margin: -2px 5px 0 8px;}
.review_compare_box { margin: 15px auto 0; border-radius: 15px;}
.review_heading { font-size: 18px; line-height: 22px; margin-top: 18px;}
.review-star { margin: 10px 0 0; width: 86px;}
.review_text {font-size: 15px; line-height: 22px; letter-spacing: 0.3px; margin-top: 12px;}

.section8{ padding:30px 0 35px; background:linear-gradient(0deg, #f0f6fa 80%, #fff 90%);}
.sec8_wrap{ justify-content: center;}
.s8_lft_inner{ padding: 26px 12px; width:100%; max-width:345px; height: 345px;}
.s8_left .common_text{ margin-top: 10px; font-size: 15px; line-height: 20px;}
.s8_prod{ width: 180px; margin: 17px auto 0;}
.s8_lft_inner:before{ height: 42px;}
.s8_rht_heading{ font-size: 20px; line-height: 26px;}
.common_text{ font-size: 15px; line-height: 23px; letter-spacing:0.2px; margin-top: 10px;}
ul.s8_rgt_list{ row-gap: 7px; margin-top: 20px;}
ul.s8_rgt_list li{ padding: 14px 15px 18px 80px;}
ul.s8_rgt_list li img{ top: 25px;}
ul.s8_rgt_list li h3{ font-size: 18px; line-height: 24px;}
ul.s8_rgt_list li p{ font-size: 15px; line-height: 20px;}


.section9{ padding:30px 0 35px;}
.s9_left{ width:100%;}
.sec9_wrap{ margin: 0 auto 0;}
.s9_left img{ max-width: none; width: calc(100% + 30px); margin: 0 auto 0; margin-left:-15px;}
.s9_right{ width: 100%; background: #fff; margin-top: -70px; padding:10px 6px;}
ul.s9_rgt_list li{ padding: 22px 15px 22px 90px;}
ul.s9_rgt_list li h3{ font-size: 20px;line-height: 26px;}
ul.s9_rgt_list li img{ top: 25px; width: 72px;}
ul.s9_rgt_list li p{ font-size: 15px; line-height: 20px; letter-spacing: 0.2px;}

.guaranty_box{ margin-top: 15px; padding:35px 13px 25px; text-align:center;border-radius: 25px;}
.guarantee_seal{ position: static; margin: 0 auto 12px; display: block; width: 70px;}
.guaranty_heading{ font-size: 25px; line-height: 30px;}
.guaranty_strip{ width: calc(100% + 26px); margin-left: -13px; max-width:530px; font-size: 15px; line-height: 18px; padding: 6px 12px; margin-top: 18px;}
.guaranty_text{ font-size: 15px; line-height: 22px; margin-top: 18px;}

.section10{ padding:10px 0 35px;}
.qualify_box{ padding: 30px 28px 30px;}
.question_heading{ font-size: 30px; line-height: 36px;}
.desc_option{ padding: 10px 17px;}
.desc_option p{ font-size: 14px; line-height: 18px;}
.step_col{ margin-top: 5px;}


.section11{ padding:30px 0 35px;}
.section11:before{ display:none;}
.s11_content { width: 100%; padding:20px 0 0;}
.s11-img{ display:block; margin:0 0 0 -15px; width:calc(100% + 30px); max-width:none;}

.faq-box{ margin:5px 0 0;}
.accordion{ padding: 15px 30px 15px 0; font-size: 16px; line-height:22px; background-size: 12px; background-position:98% center;}
.acdn-heading.accordion-open{background-size: 12px; background-position:98% center;}
.acdn-content{ padding: 0 10px 5px 0; margin-top: -5px;}
.acdn-para{ font-size: 14px; line-height: 20px; margin-bottom:12px;}

.footer{ padding:30px 0 30px;}
.footer-logo { margin: 0 auto 20px; width: 110px;}		
.footer_text{ font-size:13px; line-height:19px; margin-top:7px;}	
.footer_text a{ padding: 0 7px; color:#000;}
.footer_text2 {font-size: 12px; line-height: 17px; letter-spacing: 0.5px;}

#call-btn{
	background:#fff;
	padding:20px 15px 15px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	box-shadow:0 -4px 6px 0 rgba(0,0,0,0.1);
	}
#call-btn .commonBtn{ margin:0 0 8px;}
 
}

@media only screen and (max-width:370px){

.common_heading{ font-size: 28px; line-height: 34px;}
.pkg_product_box { width: 150px;}
.personlized_heading { font-size: 28px; line-height: 34px;}
.question_heading { font-size: 28px; line-height: 34px;}
}



/*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%;
	}
@media only screen and (max-width:480px){
.video-container{width:280px; min-height:480px;}
}
