@charset "utf-8";
/*====CSS Document====*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'DM Sans';
	font-weight: normal;
	}
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; max-width: 100%; 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;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Regular.woff2') format('woff2'),
	url('DMSans-Regular.woff') format('woff');
	font-weight: normal;
	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-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-Bold.woff2') format('woff2'),
	url('DMSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

/*-----------------------
MAIN CSS START
------------------------*/

.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*======Top-Strip=======*/
.scroll_strip{
	float:left;
    width:100%;
	display:flex;
    flex-wrap:nowrap;
    background:#18385f;
    padding:8px 0;
    overflow:hidden;    
	}
ul.scroll_strip_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 40s linear infinite;
	}
ul.scroll_strip_list li{
	display:flex;
    align-items:center;
    justify-content:center;
	color:#fff;
    font-size:14px;
    line-height:14px;
	letter-spacing:0.3px;
    padding:0 28px;
    position:relative;    
	}
ul.scroll_strip_list li:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
	width:100%;
	height:100%;
	background:url(../images/top-strip-tick.webp) left center no-repeat;
	background-size:16px;
	}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}	
	
/*=======Header=======*/	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:65px;
	}
.header{
	float:left;
	width:100%;
	height:65px;
	top:65px;
	background:#fff;
	margin-top:-65px;
	position:relative;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	border:none;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	border-bottom:1px solid #e1e1e1;
	}	
.logo{
	float:left;
    width:220px;
	margin-top:20px;
	}
.nav_btn{
	float:right;
    width:135px;
    height:40px;
    color:#fff;
    text-align:center;
    font-size:16px;
    line-height:40px;
    border-radius:10px;
    font-weight:bold;
	background:#00ca47;
    margin-top:11px;    
	}
	
/*========BANNER=======*/
.banner{
	float:left;
	width:100%;
	background:#f0f9ff;
	overflow:hidden;
	padding:45px 0 60px;
	}

.banner_heading{
    color: #000000;
    font-size: 60px;
    line-height: 65px;
    font-weight: bold;
    letter-spacing: -1px;
	}
.banner_heading span{color:#2882f1;}
.banner_sub-heading{
	color:#000000;
	font-size:30px;
	line-height:38px;
	letter-spacing:-0.7px;
	margin-top:15px;
	}
.banner_paragraph{
	color:#000000;
	font-size:16px;
	line-height:24px;
	margin-top:20px;
	}	
.product_wrap{
    width: 100%;
	max-width:1000px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position:relative;
	z-index:2;
    margin:40px auto 0;
	}
.product_box{
	background: #fff;
	width: 48.7%;
	border:1px solid #ddd;
    border-radius:5px;
    position: relative;
	overflow:hidden;
	cursor:pointer;
	}
.product_box:hover{
	background:#fbfbfb;
	}
.product_box-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding:12px 15px;
	background: #18385f;
	}
.prodbx_heading{
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	color:#fff;
	}
.rx-logo{
	width:16px;
	vertical-align:middle;
	margin:-5px 0 0 5px;
	}
.prodbx_tag{
    color: #fff;
    font-size: 15px;
    line-height:20px;
	background: #00ca47;
	border-radius:5px;
	padding:5px 12px;
	}	
.prodbx_mid{
	display: flex;
	justify-content: space-between;
    padding:10px 15px;
	}
.prodbx_mid-col-1{
	width:38%;
	}
.prodbx-prod{
	width:200px;
	margin:0 auto -50px;
	max-width:100%;
	}
.prodbx_mid-col-2{
	flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    display: flex;
	padding:5px 0;
	}
.dose-text{
	background-image: linear-gradient(180deg, #fff0 70%, #2882f1 80%, #2882f1 88%, #fff0 88%);
    color:#000;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
	}
.prodbx_mem_text{
	text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
	color:#000;
	margin-top:5px;
	}
.prodbx_price{
    font-size: 60px;
    font-weight: 900;
    line-height: 50px;
	color:#000;
	}	
.prodbx_price sup{
	font-size:33%;
	line-height:100%;
	position:relative;
	top:-5px;
	}
.per-month{
	text-align: center;
    font-size: 15px;
    font-weight: 900;
	color:#000;
	}
.include-text{
	text-align: center;
    font-size: 14px;
	letter-spacing:-0.3px;
    font-weight: 900;
	color:#000;
	margin-top:5px;
	}
.mg-text{
	text-align: center;
    font-size: 14px;
	letter-spacing:-0.3px;
	color:#000;
	margin-top:5px;
	}
	

/*====brand_strip_scroll====*/
.brand_strip_scroll{ 
	float:left;
	width:100%;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	background:#fff;
	padding:25px 0 35px;
	position:relative;
	}
.brand_strip_scroll p{
    font-size: 17px;
	color:#808080;
    margin-bottom: 25px;
	}	
.brand_strip_scroll:before, .brand_strip_scroll:after{
	content:'';
	z-index: 5;   
    width: 200px;
    height: 100%;
    position: absolute;   
	}
.brand_strip_scroll:before{
	background-image: linear-gradient(90deg, #fff, #fff0);
	inset: 0% auto 0% 0%;
	}
.brand_strip_scroll:after{
    background-image: linear-gradient(90deg, #fff0, #fff);
    inset: 0% 0% 0% auto;
	}
.brand_strip_scroller{
	float:left;
	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 30s linear infinite;
	}
ul.scroll_brand_list li{
	display:flex;
    align-items:center;
    justify-content:center;
	padding:0 25px;
	position:relative;
	}
ul.scroll_brand_list li img{
	width:auto;
	height:26px;
	object-fit: contain;
	}

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

/*=======COMMON-CSS========*/		
.common_heading{
	color:#000000;
    font-size:50px;
    line-height:58px;
	font-weight:bold;
	letter-spacing:-1px;
	}
.common_heading span{color:#2882f1;}
.common_paragraph{
	color:#000000;
	font-size:16px;
	line-height:24px;
	margin-top:15px;
	}
.button_box{
	display:inline-block;
	vertical-align:top;
	max-width:405px;
	width:100%;
	text-align:center;
	margin-top:50px;
	}
.banner_button_box{margin-top:30px;}
.button_top_text{
	font-size:14px;
	line-height:17px;
	position:relative;
	}
.button_top_text span{color:#0ab95e; font-weight:700;}
.button_top_text:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:7px;
	height:7px;
	background:#0ab95e;
	border-radius:50%;
	margin:-3px 7px 0 0;
	animation:breath 1.3s infinite;
	}
@keyframes breath{
	0% {opacity:1;}
	50% {opacity:0.5;}
	100% {opacity:1;}
	}
.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:65px;
	color:#ffffff;
	font-size:22px;
	line-height:65px;
	font-weight:700;
	border-radius:10px;
	text-align:center;
	background:#00ca47;
	margin:10px 0;
	}
.common_button img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-5px 0 0 5px;
	}
ul.button_list{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap:15px;
	width:100%;
	margin:0 auto;
	}
ul.button_list li{
	display:inline-block;
	vertical-align:middle;
	color:#000000;
    font-size:13px;
	line-height:15px;
	letter-spacing:0.5px;
	background:url(../images/btn-bullet.webp)no-repeat left 1px;
	background-size:13px;
	padding-left:18px;
	}
	
/*=========================*/	
/*========Section1========*/
.section1{
	float:left;
	width:100%;
	background:#ffffff;
	padding:65px 0;
	position:relative;
	}	
.section1_row{
    display: -webkit-flex;
    display: flex;
    gap:30px;
	margin:70px auto 0;
	}
.section1_column_left{
    width:33.3%;
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 3px 10px rgba(0,0,0,0.08);
    text-align:center;
	border:1px solid #e1e1e1;
	}
.calculation_title{
	color:#000000;
    font-size:26px;
	line-height:30px;
    font-weight:500;
    margin-bottom:25px;
	}	
.calculation_label{
	color:#000000;
    font-size:18px;
	line-height:22px; 
	}
.weight_display{
	width:150px;
	color:#000000;
	font-size:22px;
    font-weight:600;
	border-radius:8px;
    background:#e8ecff;  
	padding:12px;
    margin:15px auto;
	}
.weight_range{
    width:100%;
    margin:15px 0 25px;
	}
.result_box{
	color:#ffffff;
    background:#4d5bd7;
    border-radius:10px;
	padding:20px;
	}
.result_box p{
    font-size:16px;
	}
.result_box h2{
    font-size:38px;
    margin-top:5px;
	}
.weight_count{
	width:fit-content;
	color:#000000;
    font-size:18px;
    line-height:18px;
    text-align:center;
	background:#deedff;
	border:2px solid #c2d8f1;
	border-radius:10px;
	padding:12px 35px;
	margin:12px auto 0;
	}
.calculate_row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
	width:100%;
    text-align:center;
    background:#2882f1;
    border-radius:10px;
    padding:22px 10px;
	margin:30px auto 0;
	}
.calculate_row_text{
	width:100%;
	color:#fff;
	font-size:16px;
    line-height:16px;
	}
.weight_value{
	width:100%;
	color:#ffffff;
    font-size:52px;
    line-height:52px;
    text-align:center;
    margin-top:10px;
	}	
.section1_column_center{
    width:33.3%;
    background:url(../images/s1-col-center-bg.webp)no-repeat center top;
	background-size:cover;
    border-radius:16px;
	text-align:center;
    padding:25px;
    position:relative;
	}
.section1_column_product_image{
    position:absolute;
	top:-40px;
	left:50%;
    transform:translateX(-45%);
	width:325px;
	}
.center_badges{
    display:flex;
    flex-direction:column;
    gap:12px;
	margin-top:207px;
	}
.badge_item{
    background:url(../images/badge-tick.webp) right 8px center no-repeat #fff;
	background-size:21px;
    padding:10px 35px 10px 35px;
    border-radius:12px;
    font-size:16px;
    font-weight:600;
    width:max-content;
    box-shadow:0 2px 8px rgba(0,0,0,0.15);
	text-align:left;
	position:relative;
	}
.badge_item img{
	position:absolute;
	left:8px;
	top:9px;
	width:22px;
	}
.section1_column_right{
	display:flex;
    flex-direction:column;
    gap:12px;
    width:33.3%;
    background:#f6faff;
    border-radius:12px;
    border:1px solid #e1e1e1;
	padding:15px;
	}
.section1_column_right_box{
    display:flex;
    align-items:center;
    gap:15px;
	background:#fff;
	border-radius:10px;
	padding:15px;
	}
.section1_column_right_box img{
    width:36px;
	}
.section1_column_right_text{
	width:calc(100% - 36px);
	text-align:left;
	}
.section1_column_right_text h3{
	color:#000;
    font-size:28px;
	line-height:32px;  
	font-weight:normal;
	}
.section1_column_right_text p{
	color:#000;
    font-size:16px;
	line-height:22px;
    margin-top:3px;
	}

/*========Section2========*/
.section2{
	float:left;
	width:100%;
	padding:65px 0;
	position:relative;
	background: #F7FAFF;
background: linear-gradient(180deg, rgba(247, 250, 255, 1) 0%, rgba(249, 251, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
	}	
.section2_content{
	float:left;
	width:100%;
	position:relative;
	}
.section2_content_left{
	float:left;
	width:55%;
	text-align:left;
	}
.section2_product_image{
	position:absolute;
	top:-130px;
	right:0;
	width:374px;
	}
	
.section2_row{
	display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    column-gap:30px;
	float:left;
	width:100%;
	margin:40px auto 0;	
	}
.section2_column{
    background: #fff;
    border-radius: 12px;
    text-align: left;
    padding: 20px 22px 25px;
	position:relative;
	overflow:hidden;
	}
.s2_column_tag{
	display:inline-block;
	vertical-align:top;
	background:#eaf2ff;
	border-radius:4px;
	text-align:center;
	font-size:12px;
	line-height:12px;
	color:#2882f1;
	padding:6px 12px;
	}	
.section2_column_heading{
	width:100%;
	color:#000000;
	font-size:24px;
	line-height:30px;
	letter-spacing:-0.5px;
	font-weight:bold;
	margin-top:16px;
	}
.section2_column_paragraph{
	color: #000000;
    font-size: 16px;
    line-height: 22px;
    padding-right: 55px;
    margin-top: 15px;	
	}
.section2_column_icon{
	position:absolute;
	top:50%;
	right:0;
	}
.s2_col_icn1{
	margin-top: -75px;
    right: -70px;
	}		
.s2_col_icn2{
	margin-top: -80px;
    right: -104px;
	}	
.s2_col_icn3{
    margin-top: -71px;
    right: -66px;
	}	
.s2_col_icn4{
    margin-top: -63px;
    right: -40px;
	}	

/*========Section3========*/
.section3{
	float:left;
	width:100%;
	background:#f7faff;
	padding:65px 0;
	}
.section3_row{
	display:grid;
    grid-template-columns:1fr 1fr 1fr;
    column-gap:30px;
	width:100%;
	margin:55px auto 0;	
	}
.section3_column{
	display:flex;
    flex-wrap:wrap;
    flex-direction:column;
	background:#ffffff;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	border-radius:15px;
	padding:35px 35px 40px;
	}
.section3_column_content{
	width:100%;
	position:relative;
	}
.section3_column_number{
	position:absolute;
	top:-55px;
	left:50%;
	transform:translateX(-50%);
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	width:42px;
	height:42px;
	background:#2882f1;
	border-radius:50%;
	color:#ffffff;
	font-size:20px;
	line-height:20px;
	font-weight:500;
	}
.section3_column_heading{
	color:#000000;
	font-size:26px;
	line-height:32px;
	letter-spacing:-0.5px;
	font-weight:500;
	}
.section3_column_paragraph{
	color:#000000;
	font-size:16px;
	line-height:22px;
	margin:10px 0 20px;	
	}
.section3_column_image_box{
	width:100%;
	margin-top:auto;
	position:relative;
	}
.section3_column_image{
	display:block;
	margin:0 auto;
	width:242px;	
	}	
.prescription_strip{
	position:absolute;
    left:50%;
	transform:translateX(-50%);
    bottom:0;
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content:center;
	align-items: center;
	column-gap:12px;
	max-width:240px;
	width:100%;
    background:#ffffff;
    text-align:left;
    border-radius:10px;
    padding:13px 10px;
    box-shadow:0 0 6px 3px rgba(0, 0, 0, 0.1);
	}	
.prescription_strip_logo{
	width:42px;
	flex-shrink:0;
	}	
.prescription_strip_product{
	width:35px;
	flex-shrink:0;
	}	
.prescription_strip_heading{
	color:#1e7dad;
	font-size:11px;
	line-height:11px;
	}	
.prescription_strip_paragraph{
	color:#000000;
	font-size:10px;
	line-height:13px;
	margin-top:5px;
	}			
	
/*========Section4========*/
.section4{
	float:left;
	width:100%;
	background:#ffffff;
	padding:65px 0 30px;
	overflow:hidden;
	}	
.testimonial_box{
	width: 100%;
    max-width: 1800px;
    margin: 0 auto 0;
    position: relative;
    padding-bottom: 40px;
	}		
.testimonial_row{
	display: flex;
	display: -webkit-flex;
	overflow:hidden;
	margin:30px auto 0;
	padding:15px;
	}
.testimonial_column{
	background:#fff;  
	overflow:hidden;
	text-align:left;
	box-shadow:0 0 8px 4px rgba(0, 0, 0, 0.1);
	border:1px solid #d7d7d7;
	border-radius:12px;
	height:auto !important;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
	}
.testimonial_column_top{
	display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	border-radius:10px;
	background:#ffffff;
	overflow:hidden;
	}
.testimonial_image_column{
	width:49.5%;
	position:relative;
	}
.testimonial_image{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.testimonial_user_text_box{
	position:absolute;
	bottom:15px;
	left:15px;
	text-align:left;
	}
.testimonial_user_text1{
	color:#ffffff;
    font-size:20px;
    line-height:20px;
	font-weight:bold;
	}
.testimonial_user_text1 img{
	display:inline-block;
	vertical-align:middle;
	width:12px;	
	margin:-2px 0 0 5px;
	}
.testimonial_user_text2{
	color:#ffffff;
    font-size:30px;
    line-height:30px;
	font-weight:bold;
	margin-top:12px;
	}
.testimonial_user_text2 span{font-size:44px;}
.testimonial_user_text3{
	color:#ffffff;
    font-size:15px;
    line-height:15px;
	font-weight:500;
	margin-top:8px;
	}
.testimonial_before_after_text{
	position:absolute;
	top:10px;
	left:8px;
	width:60px;
	color:#ffffff;
    font-size:11px;
    line-height:11px;
	text-align:left;
	border-radius:50px;
	background:#2e2e2e;
	text-transform:uppercase;
	font-weight:500;
	padding:5px 9px;
	}
.testimonial_after_text{background:#174a8a;}
.testimonial_column_bottom{
	display: flex;
	justify-content: start;
	flex-direction: column;
	flex: 1;
	width:100%;
	text-align:left;
	padding:25px 20px 25px 25px;
	}
.testimonial_star{
	display:block;
	width:90px;
	}
.testimonial_heading{
    color:#000000;
    font-size:20px;
    line-height:26px;
    font-weight:bold;
    margin-top:15px;
	}
.testimonial_paragrapgh{
	color:#000000;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	margin-top:10px;
	flex:1 0 0;
	}
.testimonial_user_box{
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	width:100%;
	margin-top:35px;
	}
.testimonial_user_name{
	color:#000000;
	font-size:16px;
	line-height:20px;
	}
.testimonial_tick{
	display:inline-block !important;
    vertical-align:middle;
    margin:-5px 8px 0;
    width:14px;
	}
.testimonial_user_date{
	color:#2882f1;
    font-size:12px;
    line-height:12px;
	text-align:left;
	border-radius:5px;
	background:#ffffff;
	border:1px solid #2882f1;
	padding:7px 10px;
	}
@keyframes testimonial_row{
	from{transform:translateX(0);}
	to{transform:translateX(-100%);}
	}

/*========Section5========*/
.section5{
	float:left;
	width:100%;
	background:#ffffff;
	padding:45px 0;
	overflow: hidden;
	}
.section5_content{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border-radius:25px;
	background:#eff4fd;
	margin-top:40px;
	position:relative;
	}
.section5_content_left{
	float:left;
	width:65%;
	padding:60px 0 60px 65px;
	z-index:1;
   	position:relative;
	}
.section5_box{
	float:left;
	width:100%;
	}
.section5_row_content{
	float:left;
	width:100%;
	padding-left:75px;
	margin-top:55px;
	position:relative;
	}
.section5_row_content:first-child{margin-top:0;}
.section5_row_content_number{
	position:absolute;
	top:-6px;
	left:0;
	width:46px;
	height:46px;
	color:#000000;
	font-size:24px;
	line-height:46px;
	font-weight:bold;
	border-radius:50%;
	background:#ffffff;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	transition:all ease 0.1s;
	}
.section5_row_content:before{
	content:'';
	position:absolute;
	top:52px;
	bottom:-30px;
    left:22px;
	width:2px;
	background:#808080;
	}
.section5_row_content.active:before{ background:#2882f1;}	
.section5_row_content:last-child:before{display:none;}
.section5_row_content_inner{
	float:left;
	width:100%;
	text-align:left;
	}
.section5_row_content_title{
	display:inline-block;
	vertical-align:top;
	color:#000000;
	font-size:13px;
	line-height:16px;
	border-radius:5px;
	font-weight:500;
	background:#bedbff;
	padding:6px 10px;
	}
.section5_row_content_heading{
	color:#000000;
	font-size:28px;
	line-height:30px;
	font-weight:bold;
	margin-top:12px;
	}
.section5_row_content_paragraph{
	color:#000000;
	font-size:16px;
	line-height:22px;
	margin-top:12px;
	}
.section5_calcution_box{
	position:absolute;
	top:70px;
	right:70px;
	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
   	justify-content:start;
	align-items:center;
    column-gap:8px;
	text-align:left;
	border:1px solid #4593f3;
	border-radius:10px 10px 10px 0;
	background:#ffffff;
	padding:10px 8px;
	}
.section5_calcution_image_box{
	width:45px;
	flex-shrink:0;
	}
.section5_calcution_image_box img{
	display:inline-block;
	vertical-align:middle;
	border-radius:50%;
	}
.section5_calcution_content{}
.section5_calcution_text1{
	color:#2882f1;
	font-size:19px;
	line-height:19px;
	font-weight:bold;
	}
.section5_calcution_text1 img{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-2px 6px 0 0;
	}
.section5_calcution_text2{
	color:#070707;
	font-size:13px;
	line-height:13px;
	margin-top:8px;
	}
.section5_calcution_text2 img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 6px 0;
	width:16px;
	}
.section5_graph_image{
	position:absolute;
	top:0;
	right:0;
	width:653px;
	}
.section5_product_image{
	position:absolute;
	bottom:0;
	right:2px;
	width:509px;
	z-index:1;
	}		
	
/*========Section6========*/
.section6{
	float:left;
	width:100%;
	background:#ffffff;
	padding:45px 0 65px;
	}	
.section6_content{
	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	width:100%;
	}
.section6_content_left{
	width:43%;	
	}
.section6_image_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
	}
.section6_image{
	display:block;
	border-radius:15px;
	margin:0 auto;
	idth:497px;
	}
.section6_product{
	display: block;
    margin:-262px auto 0;
	width:462px;
	}
.section6_content_right{
	width:52%;
	text-align:left;	
	}				
.section6_box{
	display: flex;
    flex-wrap: wrap;
	width:100%;
	margin-top:20px;
	}
.section6_row{
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
	width:100%;
	border-bottom:1px solid #dce3eb;
	text-align:left;
	padding-bottom:20px;
	margin-top:15px;
	}
.section6_row:last-child{padding-bottom:0; border-bottom:none;}
.section6_row_left{
	width:50px;
	flex-shrink:0;
	}
.section6_row_icon_box{
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	width:50px;
	height:50px;
	background:#d9eaff;
	border-radius:50%;	
	}
.section6_row_icon{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	}
.section6_row_right{
	width: calc(100% - 50px);
    padding-left:18px;
	}
.section6_row_heading{
	color:#000000;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	}
.section6_row_paragraph{
	color:#000000;
	font-size:16px;
	line-height:22px;
	margin-top:10px;
	}	
	
/*========Section7========*/
.section7{
	float:left;
	width:100%;
	background:#f3f7fc;
	padding:65px 0;
	}		
.compare-row{
	display:inline-block;
	vertical-align:top;
	max-width:955px;
	width:100%;
	margin-top:50px;
	}
.compare-col1{
	float:left;
	width:36%;
	}
.compare-list{
	float:left;
	width:100%;
	border-top:2px solid #e6e7f2;
	}
.compare-list li{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	float:left;
	width:100%;
	height:65px;
	color:#000000;
	font-size:18px;
	line-height:24px;
    text-align:left;
	border-bottom:1px solid #dce2eb;
	background:#f3f7fc;
	}	
.compare-list li:last-child{border-bottom:none;}
.compare-col1 .compare-list li{
	justify-content:left;
	padding:0 32px;
	}
.compare-col2{
    float:left;
    width:25%;
    background:#2882f1;
    border-radius:20px;
    padding:0 0 40px;
	margin:0 14px;
	}
.compare-col2 .compare-list{border:none;}		
.compare-col2 .compare-list li{border:none;}	
.compare-col2 .compare-list li{background:#2882f1;}	
.compare-col-top{
	float:left;
	width:100%;
	height:170px;
	display:flex;
	flex-direction:column;
	justify-content: flex-start;
	align-items:center;
	padding:10px 0;
	}
.compare-prod{
	display:block;
    margin:-28px auto 20px;
    width:178px;
	}
.compare-col-top h3{
	color:#fff;
    font-size:18px;
    line-height:24px;
    font-weight:normal;
	}
.compare-logo{
	display:inline-block;
	vertical-align:middle;
	width:175px;
	}
.compare-col-top p{
	color:#000000;
    font-size:18px;
    line-height:18px;
	font-weight:bold;
	}
.compare-icn{width:34px;}
.compare-price{
	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#ffffff;
    font-size:38px;
    line-height:38px;
	font-weight:bold;
	text-align:center;
	}
.compare-col3{
	float:left;
	width:36%;
	}
.compare-col3 .compare-price{color:#ed2029;}	
.section7_content{
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
    align-items:center;
    column-gap:10px;
	max-width:836px;
	width:100%;
	background:#ffffff;
	border-radius:15px;
	border:1px solid #dbe3ec;
	text-align:left;
	padding:20px 20px;
	margin:40px auto 0;
	}
.section7_content_left{
	width:32px;
	flex-shrink:0;
	}
.section7_content_icon{
	display:block;
	margin:0 auto;
	}
.section7_content_right{}
.section7_content_right p{
	color:#000000;
	font-size:20px;
	line-height:26px;
	letter-spacing:-0.5px;
	font-weight:bold;
	}

/*========Section8========*/
.section8{
	float:left;
	width:100%;
	background:#ffffff;
	padding:65px 0 30px;
	}				
.section8_content_box{
	display:inline-block;
    vertical-align:middle;
	max-width:980px;
	width:100%;
	background:#e5f1ff;
	border-radius:20px;
	padding:60px 190px 65px;
	}
.section8_icon_box{
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	width:94px;
	height:94px;
	background:#2882f1;
	border-radius:50%;	
	margin:0 auto 25px;	
	}
.section8_icon_box img{	
	display:inline-block;
    vertical-align:middle;
	width:32px;
	}
.section8_content_title{
	color:#000000;
	font-size:26px;
	line-height:30px;
	letter-spacing:-0.5px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
	}
ul.section8_list{
	display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:30px;
	row-gap:15px;
	width:100%;
	max-width:570px;
	width:100%;
	margin:35px auto 0;
	}
ul.section8_list li{
	color:#000000;
	font-size:18px;
	line-height:24px;
	font-weight:500;
	background:#ffffff;
	border-radius:50px;
	border:1px solid #c5d4e6;
	padding:7px 10px;
	}
ul.section8_list li img{
	display:inline-block;
    vertical-align:middle;
	width:15px;
	margin:-2px 10px 0 0;
	}  
	
/*========Section9========*/
.section9{
	float:left;
	width:100%;
	background:#ffffff;
	padding:30px 0 65px;
	}	
.section9_product_row{
	display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:30px;
	width:100%;
	max-width:976px;
	width:100%;
	margin:40px auto 0;
	}
.section9_product_column{
	background:#ffffff;
	border:1px solid #b1c5d4;
	border-radius:12px;
	-webkit-box-shadow:0 0px 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow:0 0px 20px 1px rgba(0, 0, 0, 0.1);
    padding:10px 10px 20px;
	}
.section9_product_column_top{
	width:100%;
	background:#f2f9fd;
	border:1px solid #e0e9ee;
	border-radius:12px;
	padding:13px 10px;
	position:relative;
	}
.section9_product_column_top_title{
	position:absolute;
	top:8px;
	left:7px;
	color:#ffffff;
    font-size:11px;
    line-height:11px;
	text-align:left;
	border-radius:8px;
	background:#03abf1;
	padding:6px 7px;
	}
.section9_column_product_image{
	display:inline-block;
    vertical-align:middle;
	width:142px;
	}
.section9_product_column_bottom{
	width:100%;
	text-align:left;
	padding:15px 8px 0;
	}
.section9_product_column_heading{
	float:left;
	width:100%;
	color:#000000;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	}
ul.dose_list{
	float:left;
	width:100%;
	border-bottom:1px solid #eeeeee;
	padding-bottom:12px;
	margin-top:10px;	
	}
ul.dose_list li{
	float:left;
	color:#5e5e5e;
	font-size:12px;
	line-height:10px;
	border-right:1px solid #5e5e5e;
	padding:0 8px;	
	}
ul.dose_list li:first-child{padding-left:0;}
ul.dose_list li:last-child{border-right:none; padding-right:0;}
.section9_product_column_paragraph{
	float:left;
	width:100%;
	color:#000000;
	font-size:16px;
	line-height:22px;
	margin-top:10px;	
	}
ul.section9_product_column_list{
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	column-gap:2%;
	row-gap:5px;
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.section9_product_column_list li{
	width:49%;
	color:#5e5e5e;
	font-size:14px;
	line-height:20px;
	text-align:left;
	padding-left:15px;
	position:relative;
	}
ul.section9_product_column_list li:before{
	content:'';
	position:absolute;
	top:7px;
	left:0;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#2882f1;
	}	
.section9_product_column_price{
	float:left;
	width:100%;
	color:#000000;
	font-size:14px;
	line-height:28px;
	margin-top:25px;
	}
.section9_product_column_price span{
	color:#2882f1;
	font-size:24px;
	font-weight:bold;
	}
.section9_product_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:60px;
	color:#ffffff;
	font-size:19px;
	line-height:60px;
	font-weight:bold;
	border-radius:12px;
	text-align:center;
	background:#00ca47;
	margin-top:20px;
	}
.section9_product_button img{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:-4px 0 0 5px;
	}           
ul.section9_list{
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	column-gap:80px;
	width:100%;
	margin-top:45px;
	}
ul.section9_list li{}
ul.section9_list li p{
	color:#000000;
	font-size:15px;
	line-height:20px;
	}
.section9_list_icon{
	display:block;
	margin:0 auto 20px;
	width:32px;
	}			
				
/*========Section10========*/
.section10{
	float:left;
	width:100%;
	background:#f3f7fc;
	padding:65px 0;
	}
.section10_content{
	float:left;
	width:100%;
	text-align:left;	
	position:relative;
	}
.section10_content_left{width:49%;}
.section10_image{
	position:absolute;
    top:-60px;
    right:0;
	width:479px;
	}
.section10_row{
	display:grid;
    grid-template-columns:1fr 1fr 1fr;
    column-gap:30px;
	row-gap:20px;
	float:left;
	width:100%;
	margin:45px auto 0;	
	z-index:1;
	position:relative;
	}
.section10_column{
	text-align:left;
	background:#ffffff;
	border-radius:12px;
	padding:15px 40px 20px 25px;
	}
.section10_column_icon_box{
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	width:48px;
	height:48px;
	background:#f3f7fc;
	border-radius:50%;	
	margin:0 0 10px;	
	}
.section10_column_icon_box img{
	display:inline-block;
    vertical-align:middle;
	width:27px;
	}
.section10_column_heading{
	color:#000000;
	font-size:20px;
	line-height:26px;
	letter-spacing:-0.5px;
	font-weight:bold;
	}
.section10_column_paragraph{
	color:#000000;
	font-size:16px;
	line-height:22px;
	margin-top:10px;	
	}
	
/*========Section11========*/
.section11{
	float:left;
	width:100%;
	background:#ffffff;
	padding:65px 0;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:770px;
	width:100%;
	margin:20px auto 0;
	}
.up-slide-dwn{
	float:left;
    width:100%;
    background:#f3f9fc;
    border-radius:10px;
	border:2px solid #f3f9fc;
    padding:0 25px;
	margin-top:15px;
    position:relative;	
	}
.accordion{
	float:left;
	width:100%;
	color:#000000;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	text-align:left;
	background:url(../images/close-btn.webp) no-repeat right 0 center;
	background-size:15px;
	padding:20px 30px 20px 0;
	position:relative;
	cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.webp) no-repeat right 0 center;
	background-size:15px;
	}
.up-slide-dwn.active{ border:2px solid #0292e2;}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 15px; 
	}
.acdn-para{
	float:left;
	width:100%;
	color:#000000;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.3px;
	margin-bottom:15px;
	}

/*-------Footer--------*/
.footer{
	float:left;
    width:100%;
	background:#f3f7fc;
    padding:60px 0;
	overflow:hidden;
	}
.footer_links_inner{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	}
.footer_links_column{
	text-align:left;
	}
.footer_links_column1{
    width:39%;
    padding-right:144px;
	}
.footer_links_column2{
	width:23%;
	padding-right:50px;
	}
.footer_links_column3{
	width:20%;
	padding-right:65px;
	}
.footer_links_column4{
	width:25%;
	}
.footer_logo{
	display:inline-block;
	vertical-align:top;
	width:200px;
	}
ul.footer_seal_list{
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
	width:100%;
	margin-top:45px;
	}
ul.footer_seal_list li{}
.footer_seal{
	display:inline-block;
	vertical-align:middle;
	object-fit:contain;
	width:auto;
	height:62px;
	}
.footer_links_text{
	color:#000000;
	font-size:16px;
    line-height:22px;
	margin-top:10px;
	}
.footer_links_heading{
	float:left;
	width:100%;
	color:#000000;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	}
.footer_links_list{
	float:left;
	width:100%;
	margin-top:17px;
	}
.footer_links_list li{
	float:left;
	width:100%;
	color:#000000;
	font-size:16px;
	line-height:21px;
	letter-spacing:0.3px;
	margin:8px 0;
	position:relative;
	}
.footer_links_column4 .footer_links_list li{padding-left:50px; margin:10px 0;}
.footer_links_column4 .footer_links_list{margin-top:10px;}
.footer_list_icon{
	position:absolute;
	top:50%;
    transform:translateY(-50%);
	left:0;
	width:38px;
	}
.footer_note_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#ffffff;
	padding:30px 40px;
	margin-top:50px;
	}
ul.footer_note_list{
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
	row-gap:20px;
	}
ul.footer_note_list li{
	width:48%;
	color:#000000;
	font-size:11px;
	line-height:19px;
	letter-spacing:0.3px;
	text-align:left;
	}
.footer_text{
	color:#000000;
	font-size:14px;
	line-height:20px;
	}	
.copyright{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top:20px;
	}

				
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

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



.center_badges{margin-top:255px;}
.section1_column_product{width:130px;}
.section1_column_product2{top:7%;}
.section1_column_right_box{padding:12px 15px;}

.section2_content_left{width:55%;}
.section2_row{column-gap:20px;}
.section2_column{padding:30px 18px 25px;}
.section3_row{column-gap:20px;}
.section5_row_content:before{bottom:-22px; left:22px;}
.section3_column{padding:35px 30px}

.section2_column_heading{ font-size: 22px; line-height: 28px;}
.section2_column_paragraph{ padding-right:0;}

.section5_content_left{width:55%; padding:50px 0 50px 35px;}
.section5_calcution_box{top:55px; right:55px;}
.section5_row_content{padding-left:70px; margin-top:40px;}
.section5_graph_image{width:600px;}
.section5_product_image{right:-30px; width:509px;}
.section6_product{width:400px;}

.section10_image{ top: -40px; width: 532px;}

.footer_links_column1{width:31; padding-right:65px;}
.footer_links_column2{width:24%;}
.footer_links_column3{width:23%; padding-right:50px;}
.footer_seal{height:50px;}
.footer_note_box{padding:30px 75px;}

.footer_links_list li{font-size: 14px;}

}

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

.common_heading{font-size:34px; line-height:38px;}
.button_box{max-width:400px; margin-top:35px;}

ul.scroll_strip_list li{font-size:13px;}
.logo{width:180px; margin-top:17px;}


.product_box{ width:49%;}
.product_box-top{padding: 12px 12px;}
.prodbx_heading { font-size: 25px;line-height: 28px;}
.rx-logo {width: 12px;}
.prodbx_tag {font-size: 13px;line-height: 18px; padding: 4px 10px;}
.prodbx_mid{ padding:10px;}
.dose-text {font-size: 26px; line-height: 30px;}
.include-text{font-size: 13px;}


.brand_strip_scroll{padding:30px 0 30px;}
ul.scroll_brand_list li img{height:22px;}
ul.scroll_brand_list li{padding:0 20px;}

.section1{padding:40px 0;}
.section1_row{gap:12px; margin:45px auto 0;}
.section1_column_left{padding:20px 15px;}
.calculation_title{font-size:18px; line-height:22px; margin-bottom:15px;}
.calculation_label{font-size:16px; line-height:20px;}
.center_badges{margin-top:172px;}
.section1_column_product_image{top:-25px; width:230px;}

.section1_column_right{padding:10px;}
.section1_column_right_box{padding:8px; gap:10px;}
.section1_column_right_text h3{font-size:22px; line-height:26px;}
.section1_column_right_text p{font-size:14px; line-height:20px;}

.section2{padding:40px 0;}
.section2_product_image{top:-82px; width:300px;}
.section2_row{column-gap:10px; margin:30px auto 0;}
.section2_column{padding:20px 10px;}
.section2_column_heading{font-size:20px; line-height:26px; letter-spacing:-1px;}
.section2_column_paragraph{margin-top:10px;}

.section3{padding:40px 0;}
.section3_row{column-gap:15px; margin:35px auto 0;}
.section3_column{padding:28px 15px 20px;}
.section3_column_number{top:-45px; width:35px; height:35px; font-size:18px; line-height:18px; padding-top:2px;}
.section3_column_heading{font-size:20px; line-height:26px;}
.section3_column_image{width:170px;}
.prescription_strip{column-gap:15px; padding:10px 10px;}
.prescription_strip_product{width:30px;}

.section4{padding:40px 0 25px;}
.testimonial_box{margin:15px auto 0;}

.section5{padding:25px 0;}
.section5_content{margin-top:30px; overflow:hidden;}
.section5_row_content{padding-left:60px; margin-top:30px;}
.section5_content_left{width:60%; padding:30px 0 30px 25px;}
.section5_row_content:before{top:50px; bottom:-5px; left:19px;}
.section5_row_content_number{top:-6px; width:40px; height:40px; font-size:20px; line-height:40px;}
.section5_row_content_title{padding:6px 13px;}
.section5_row_content_heading{font-size:22px; line-height:28px; margin-top:12px;}
.section5_row_content_paragraph{margin-top:10px;}
.section5_calcution_box{top:25px; right:4px; padding:8px 6px;}
.section5_calcution_text1{font-size:18px; line-height:18px;}
.section5_calcution_text1 img{width:12px;}
.section5_calcution_text2{font-size:12px; line-height:12px;}
.section5_graph_image{right:0; width:445px;}
.section5_product_image{right:-89px; width:470px;}

.section6{padding:30px 0 40px;}
.section6_content_left{width:44%;}
.section6_product{width:300px; margin:-168px auto 0;}
.section6_box{margin-top:10px;}
.section6_row_heading{font-size:20px; line-height:26px;}
.section6_row{padding-bottom:15px;}
.section6_row_right{padding-left:15px;}

.section7{padding:40px 0;}
.compare-row{margin-top:45px;}
.compare-col1{width:35%;}
.compare-col-top{height:150px; padding:10px 0;}
.compare-prod{margin:-30px auto 15px; width:160px;}
.compare-logo{width:160px;}
.compare-col2{width:30%; padding:0 0 30px;}
.compare-col3{width:31%;}
.section7_content{padding:15px 15px; margin:35px auto 0;}
.section7_content_right p{font-size:18px; line-height:24px;}

.section8{padding:40px 0 25px;}
.section8_content_box{max-width:700px; padding:40px 40px;}
.section8_icon_box{width:70px; height:70px; margin:0 auto 20px;}
.section8_content_title{font-size:24px; line-height:28px; margin-bottom:15px;}
ul.section8_list{column-gap:15px; row-gap:10px; max-width:530px; margin:25px auto 0;}
ul.section8_list li{font-size:17px; line-height:25px;}

.section9{padding:25px 0 40px;}
.section9_product_row{column-gap:15px; margin:30px auto 0;}
.section9_product_column_heading{font-size:22px; line-height:22px;}
ul.dose_list{padding-bottom:15px; margin-top:15px;}
ul.section9_product_column_list{margin-top:15px;}
ul.section9_product_column_list li{font-size:13px;}
.section9_product_column_paragraph{margin-top:15px;}
ul.section9_list{column-gap:60px; margin-top:35px;}
.section9_list_icon{margin:0 auto 15px; width:30px;}

.section10{padding:40px 0;}
.section10_content_left{width:49%;}
.section10_image{top:-30px; width:370px;}
.section10_row{column-gap:15px; row-gap:15px; margin:30px auto 0;}	
.section10_column{padding:15px 15px;}

.section11{padding:40px 0;}	

.footer{padding:40px 0;}
.footer_links_column1{padding-right:30px;}
.footer_logo{width:170px;}
ul.footer_seal_list{width:90%; margin-top:20px;}
.footer_seal{height:45px;}
.footer_links_text{font-size:14px; line-height:22px;}
.footer_links_column2{padding-right:13px;}
.footer_links_column3{width:22%; padding-right:20px;}
.footer_links_column4{width:27%;}	
.footer_links_list li{margin:4px 0; font-size:13px; line-height:19px; letter-spacing:0;}
.footer_links_heading{font-size:18px; line-height:20px; margin-top:10px;}
.footer_links_column4 .footer_links_list li{padding-left:45px;}
.footer_list_icon{width:35px;}
.footer_note_box{padding:25px 25px; margin-top:30px;}
ul.footer_note_list li{ width:100%;}
}

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

.common_heading{font-size:28px; line-height:35px;}
.common_paragraph{font-size:16px; line-height:23px;}
.button_box{margin-top:25px;max-width: 350px;}
.button_top_text{font-size:13px; line-height:16px;}
.common_button{font-size:20px; line-height:56px; height:56px; border-radius:8px;}

.scroll_strip{padding:8px 0 10px;}
ul.scroll_strip_list li{padding:0 22px;}

.top-fix-bar{margin-bottom:50px;}
.header{height:50px; margin-top:-50px; top:50px;}
.logo{float:none; display:inline-block; vertical-align:middle; width:190px; margin-top:15px;}

.banner{ padding:25px 0 30px;}
.banner_heading { font-size: 52px; line-height: 48px;}
.banner_sub-heading {font-size: 17px; line-height: 23px; letter-spacing: -0.5px; margin-top: 10px;}
.product_wrap{ margin:20px auto 0;row-gap: 20px;max-width: 390px;}
.prodbx_mid-col-1 {width: 39%;}
.product_box{ width:100%;}
.prodbx_mid-col-2{ padding:0 0 2px;}
.dose-text {font-size: 24px;line-height: 26px;}
.prodbx_mem_text { font-size: 16px; line-height: 19px;}
.prodbx_price { font-size: 50px; line-height: 45px;}
.per-month {font-size: 13px;}
.include-text{ font-size:13px;}
.mg-text{ font-size:11px;}
.prodbx-prod {margin: 0 0 -50px -10px;max-width: 110%;}


.brand_strip_scroll{padding:25px 0;}
.brand_strip_scroller{ padding:0;}
ul.scroll_brand_list li{padding:0 15px;}
ul.scroll_brand_list li img{height:16px;}
.brand_strip_scroll:before, .brand_strip_scroll:after{display:none;}
.brand_strip_scroll p{ font-size: 16px; margin-bottom: 25px;}

.section1{padding:30px 0;}	
.section1_row{flex-wrap:wrap; gap:25px; margin:25px auto 0;}
.section1_column_left, .section1_column_center, .section1_column_right{width:100%;}
.calculate_row{padding:15px 0; margin-top:0px; max-width:260px;}
.calculation_title{ font-size:22px;line-height: 28px;}
.weight_count{font-size:16px; line-height:16px; padding:8px 20px; margin:8px auto 0;}
.weight_value{font-size:38px; line-height:38px;}
.section1_column_center{padding:15px 15px;}
.section1_column_product{width:80px;}
.section1_column_product1{top:5%; right:0;}
.section1_column_product2{left:auto; right:40px; top:30%;}
.center_badges{width:65%; margin-top:0;}
.section1_column_product_image{top:16px; width:160px; transform:none; left:auto; right:0;}
.badge_item{font-size:13px;}
.badge_item img{top:7px;}
.section1_column_right_box {padding: 15px;}
.section1_column_right_text h3 {font-size: 25px;line-height: 26px;}
.section1_column_right_text p {font-size: 16px;line-height: 21px;}

.section2{padding:30px 0;}	
.section2_content_left{width:100%; text-align:center;}
.section2_product_image{position:static; width:270px; display:inline-block; vertical-align:baseline; margin:20px auto 0;}
.section2_row{grid-template-columns:1fr; row-gap:12px; margin:-38px auto 0; z-index:1; position:relative;}
.section2_column{ display:-webkit-flex; display:flex; flex-wrap:wrap; justify-content:start;align-items:center; column-gap:12px; text-align:left; padding:16px 88px 16px 15px;}
.section2_column_icon_box{width:48px; flex-shrink:0;}
.section2_column_content_box{width:calc(100% - 62px);}
.s2_column_tag{ font-size:11px; line-height:11px;}
.section2_column_heading{font-size:20px; line-height:24px; letter-spacing:-0.5px; margin-top: 10px;}
.s2_col_icn1{ margin-top: -55px; right: -44px;  width: 110px;}
.s2_col_icn2{ margin-top: -62px; right: -67px; width: 130px;}
.s2_col_icn3{ margin-top: -55px; right: -52px; width: 110px;}
.s2_col_icn4{ margin-top: -40px; right: -24px; width: 80px;}

.section3{padding:30px 0;}
.section3_row{grid-template-columns:1fr; row-gap:35px; margin:32px auto 0;}
.section3_column{padding:40px 25px 20px;}
.section3_column_number{top:-50px; width:40px; height:40px; font-size:20px; line-height:20px; padding-top:2px;}
.section3_column_heading{font-size:22px; line-height:28px;}
.section3_column_image{width:220px;}

.section4{padding:30px 0 25px;}
.testimonial_column{ margin: 10px 0;}
.testimonial_row{ margin: 20px auto 0; padding: 0;}
.testimonial_before_after_text{font-size:10px; line-height:10px; padding:4px 8px;}
.testimonial_user_text1{font-size:18px; line-height:18px;}
.testimonial_user_text1 img{ width:10px;}
.testimonial_user_text2{font-size:25px; line-height:25px;  margin-top:8px;}
.testimonial_user_text2 span{font-size:38px;}
.testimonial_user_text3{font-size:13px; line-height:13px; margin-top:4px;}
.testimonial_column_bottom{padding:20px 22px 25px;}
.testimonial_star{width:80px;}
.testimonial_heading{font-size:18px; line-height:24px; margin-top:12px;}
.testimonial_paragrapgh{font-size:16px; line-height:24px; margin-top: 8px;}
.testimonial_user_box{margin-top:30px;}
.testimonial_user_name{font-size:14px; line-height:18px;}
.testimonial_tick{margin:-4px 6px 0; width:13px;}
.testimonial_user_date{font-size:10px; line-height:10px; padding:7px 8px;}

.section5{padding:20px 0;}
.section5_content{border-radius:0; background:none; margin-top:20px;}

.section5_content_image_box{display:inline-block; vertical-align:top; max-width:360px; width:100%; border-radius:25px; background:#eff4fd; position:relative; overflow:hidden;}
.section5_calcution_box{top:22px; right:18px; padding:8px 6px; z-index:1;}
.section5_calcution_image_box{width:35px;}
.section5_calcution_text1{font-size:15px; line-height:15px;}
.section5_calcution_text1 img{width:10px; margin:-2px 3px 0 0;}
.section5_calcution_text2{font-size:10px; line-height:10px; margin-top:6px;}
.section5_calcution_text2 img{margin:-1px 4px 0; width:8px;}
.mob-section5_graph_image{position:absolute; top:0; right:0; width:445px;}
.mob-section5_product_image{width:260px; display:block; margin:20px auto 0; z-index:1; position:relative;}

.section5_content_left{width:100%; padding:0; margin-top:30px;}
.section5_row_content:before{top:42px; bottom:-15px; left:16px;}
.section5_row_content_number{background:#eff4fd; top:-4px; width:35px; height:35px;line-height:35px;}
.section5_row_content_title{padding:4px 10px;}
.section5_row_content_heading{font-size:20px; line-height:26px; margin-top:10px;}
.section5_row_content_paragraph{margin-top:8px;}


.section6{padding:25px 0 30px;}
.section6_image_box{margin-top:20px;}
.section6_product{width:360px; margin:-200px auto 0;}
.section6_content_right{width:100%; text-align:center;}
.section6_row_heading{font-size:19px; line-height:25px; letter-spacing:-0.5px;}
.section6_row{padding-bottom:15px;}
.section6_row_right{padding-left:15px;}

.section7{padding:30px 0;}
.compare-row{width: calc(100% + 30px); margin-left: -15px; margin-top:35px;}
.compare-col1{width:35%;}
.compare-list li{font-size:14px; line-height:18px; height:58px; font-weight:bold;}
.compare-col1 .compare-list li{padding:0 15px;}
.compare-logo{width:95px;}
.compare-col2{width:31%; margin:0 10px; padding-bottom:25px;}
.compare-col-top h3{font-size:16px; line-height:20px;}
.compare-price{font-size: 24px; line-height:24px;}
.compare-icn{width:28px;}
.compare-col-top{height:95px;}
.compare-prod{margin:-25px auto 10px; width:100px;}
.compare-col3{width:28%;}
.compare-col-top p{font-size:14px; line-height:17px;}
.section7_content{text-align:center; padding:25px 15px 15px; position:relative;}
.section7_content_left{position: absolute; top:-16px; left:50%; transform:translateX(-50%);}
.section7_content_right p{font-size:16px; line-height:22px;}

.section8{padding:30px 0 20px;}
.section8_content_box{padding:25px 15px 30px;}
.section8_icon_box{width:60px; height:60px; margin:0 auto 15px;}
.section8_icon_box img{width:25px;}
.section8_content_title{font-size:22px; line-height:26px; margin-bottom:10px;}
ul.section8_list{grid-template-columns:1fr; max-width:270px; row-gap:10px; margin:22px auto 0;}
ul.section8_list li{font-size:18px; line-height:26px; padding:6px 10px;}

.section9{padding:20px 0 30px;}
.section9_product_row{grid-template-columns:1fr; row-gap:15px; margin:22px auto 0;}
.section9_product_column_heading{font-size:24px; line-height:24px;}
ul.dose_list{padding-bottom:10px; margin-top:10px;}
ul.section9_product_column_list{margin-top:12px;}
ul.section9_product_column_list li{width:100%; font-size:15px; line-height:21px;}
.section9_product_column_paragraph{margin-top:10px;}
ul.section9_list{column-gap:0; margin-top:30px;}
ul.section9_list li{width:49%;padding-bottom:15px; margin-top:20px; position:relative;}
ul.section9_list li:nth-child(-n + 2){margin-top:0;}
ul.section9_list li:nth-last-child(-n+2){padding-bottom:0;}
ul.section9_list li:after{content:''; position:absolute; top:5px; bottom:10px; right:0; border-right:1px solid #d9d9d9;}
ul.section9_list li:nth-child(3):after{content:''; position:absolute; top:-5px; bottom:0;}
ul.section9_list li:before{content:''; position:absolute; left:15px; right:15px; bottom:0; border-bottom:1px solid #d9d9d9;}
ul.section9_list li:nth-child(even):after{display:none;}
ul.section9_list li:nth-last-child(-n+2):before{display:none;}
.section9_list_icon{margin:0 auto 10px;}

.section10{padding:30px 0 0;}
.section10_content_left{width:100%; text-align:center;}
.section10_row{grid-template-columns:1fr; row-gap:15px; margin:20px auto 0;}	
.section10_image{ position: static; margin: 20px auto 0; display:block; width: calc(100% + 30px); max-width: none; margin-left: -15px;}

.section11{padding:30px 0;}
.faq-container{margin-top:10px;}
.up-slide-dwn{padding:0 15px; margin-top:12px;}
.accordion{padding:15px 22px 15px 0; font-size:18px; line-height:24px;background-size: 12px !important;}
.acdn-content{padding:0 0 10px;}

.footer{padding:30px 0;}
.footer_links_inner{flex-wrap:wrap; row-gap:25px;}
.footer_links_column{width:43%; padding:0; margin:0;}
.footer_links_column1{width:100%; padding:0; margin:0;}
.footer_links_column4{width:100%;}
.footer_logo{width:150px;}
ul.footer_seal_list{max-width:210px; width:100%; margin-top:20px;}
.footer_seal{height:45px;}
.footer_links_text{font-size:14px; line-height:20px;}
.footer_links_heading{font-size:16px; line-height:18px; margin-top:0;}
.footer_links_list{margin-top:10px;}
.footer_links_list li{margin:6px 0; font-size:14px; line-height:18px;}
.footer_note_box{text-align:left; padding:15px 15px; margin-top:20px;}
.footer_note_box p{font-size:11px; line-height:16px;}
.copyright{flex-direction: column;justify-content: center;}
.footer_text{font-size:13px; line-height:23px;}

}