@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: 'Inter';
	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;
	}
/*====Fonts====*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
        url('Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*=====================*/
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1110px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*-----Header------*/
.header{
	float:left;
	width:100%;
	background:#ffffff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	padding:11px 0 10px;
	position:relative;
	}
.logo{
	float:left;
    width:140px;
	}
.header_text{
	position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    color: #393939;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
	}
.header_btn {
    float: right;
    width: 220px;
    height: 48px;
    background: #00b942;
    font-size: 18px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 5px;
    -webkit-appearance: none;
    box-shadow: 0 4px 5px 1px rgba(0, 94, 34, 0.2);
    margin-top: 0;
    letter-spacing: 0.3px;
}
/*=======COMMON-CSS======*/	
.common_heading{
	color: #000000;
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 20px;
    margin-top: 40px;
	}
.common_heading span{
	color: #ff0000;
	}
.common_paragraph{
	color:#000000;
	font-size:18px;
	line-height:30px;
	margin-top:30px;
	letter-spacing: 0.2px;
	}
.common_paragraph.margin-top-0{margin-top:0;}
.common_paragraph.center{text-align:center;}
.common_paragraph2{
	color:#000000;
	font-size:23px;
	line-height:32px;
	text-align:left;
	margin-top:30px;
	}
.link-text{
    color: #2b56d2;
    text-decoration: underline;
    font-weight: bold;
	}
.yellow_strip{
    background:#ffe154;
    padding: 0 8px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
	}
	
/*=======COMMON-CSS======*/
/*===========*/
.common_img_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	margin:35px 0 5px;
	}
.common_img_width{
	display:inline-block;
	vertical-align:top;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
	}
.border{
    border: 1px solid #ccc;
	}
.margin-top20{
	margin-top:20px;
	}
.common-img{
	display:block;
	margin:0 auto 0;
	}
.small_image1 {
    margin: 45px 0 0;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
	border-radius: 10px 10px;
	border: 2px solid #fff;
}
.small_image2 {
    margin: -20px 20px 0px 50px;
    width: 136px;
}
.common_img_width.news_width{
	border:2px solid #000;
	box-shadow:none;
	}
/*===========*/
/*======section1======*/
.main_section{
	float:left;
	width:100%;
    padding: 40px 0 60px;
	}
.section_top{
	float:left;
	width:100%;
	text-align:left;
	}
.section_content{
	float:left;
	width:100%;
	}
/*-------left-Section-------*/
.left_section{
	float: left;
    width:71.90%;
    text-align: left;
	}	
.main_heading{
	color: #000000;
    font-size: 38px;
    line-height: 49px;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 800;
    font-family: 'Inter';
	}
.author_box{
	float:left;
	width: 100%;
	}
.author-list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border-top:1px solid #cacaca;
	padding:25px 0 11px;
	margin-top:25px;
	}
.author-list li{
	float:left;
	font-size:16px;
	line-height:20px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:600;
	position:relative;
	text-align:left;
	padding:0 20px;
	}
.author-list li span{
	font-weight:400;
	}
.author-list li:after{
	content:"";
	position:absolute;
	border-right:1px solid #545454;
	right:0;
	top:50%;
	transform:translateY(-50%);
	height:20px;
	}
.author-img{
	position:absolute;
	left:0;
	top:50%;
	border-radius:50%;
	width:44px;
	margin-top:-22px;
	}
.author-list li:first-child{
	padding-left:60px;
	}
.author-list li:last-child{
	padding-right:0;
	color:#3f3f3f;
	font-weight:400;
	}
.author-list li:last-child:after{
	border-right:none;
	}
.calendar-icn {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 8px 0 0;
    width: 17px;
}
.as-seen-on-box{
	display:inline-block;
	vertical-align:top;
    width: 100%;
    padding: 0px 20px 20px;
    border: 1px solid #d7d7d7;
	border-radius:8px;
	margin:35px auto 0;
	text-align:center;
}
.as-seen-on-box p {
	display:inline-block;
	vertical-align:top;
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    color: #000;
	padding:0 15px;
	background:#fff;
	margin-top:-10px;
}
ul.as-seen-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
ul.as-seen-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
	}
.logo_list_image {
    display: inline-block;
    vertical-align: middle;
	}
.sec2_bx{
	display:inline-block;
	vertical-align:top;
	width:67%;
	}
ul.sec2_list{
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	}
ul.sec2_list li {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    margin-top: 15px;
    text-align: left;
    background: url(../images/green-tick.png) no-repeat left 3px;
    background-size: 24px;
    padding-left: 35px;
}
.clinic_text_box{
	width:100%;
	margin-top:30px;
	background:#fff9d8;
	border-radius:10px;
	padding:20px 20px;
	position:relative;
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
	}
.clinic_text_box_left{
	width: calc(100% - 365px);
	text-align:left;
	}
.clinic_text_box_right{
	width:305px;
	position:relative;
	}
.clinic_text_box_img{
	border:2px solid #fff;
	border-radius:8px;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
	}
.clinic_bx_arw{
	position: absolute;
    top: 25px;
    left: -38px;
	}
.charcol_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
.charcol_col{
	width: 100%;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
    margin: 20px auto 0;
    padding: 15px 15px;
    background: #fff;
	border:1px solid #ccc;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
	border-radius:8px;
	}
.charcol_col_imgbx{
	width:206px;
	}
.charcol_col_imgbx img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius: 8px;
	border: 1px solid #ddd;
    box-sizing: content-box;
	}
.charcol_col_contbx{
	width: calc(100% - 210px);
    position: relative;
    text-align: left;
    padding-left: 25px;
	}
.charcol_col_contbx_hdng {
    font-size: 20px;
    line-height: 27px;
    color: #000;
    font-weight: bold;
}
.charcol_col_contbx_text {
    font-size: 18px;
    line-height: 27px;
    color: #000;
	margin-top:8px;
}
.zero-strip-list{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
	}
.zero-strip-list li{
	width: 24%;
    border: 1px solid #ff8a8a;
    background: #ffe3e3;
    padding: 10px 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
	margin-top:15px;
	}
.zero_img{
	width:19px;	
	}
.zero-cross-icn{
	display:block;
	margin:0 auto;
	}
.zero-text{
	width:calc(100% - 34px);
	text-align:left;
	padding-left:5px;
	font-size:19px;
	line-height:22px;
	color:#000;
	font-weight:700;
	}

.ingredients_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
.ingredients_col{
	width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	align-items: flex-start;
    margin: 45px auto 0;
    padding: 0;
	}
.ingredients_col_imgbx{
	width:238px;
	}
.ingredients_col_imgbx img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.ingredients_col_contbx{
	width: calc(100% - 238px);
    position: relative;
    text-align: left;
    padding-left: 30px;
	}
.ingredients_col_contbx_hdng {
	font-size: 27px;
    line-height: 35px;
    color: #197be0;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #197be0;
}
.ingredients_col_contbx_hdng span{
	font-weight:400;
	color:#212121;
	font-size:19px;
	display:block;
	}
.ingredients_col_contbx_text {
    font-size: 17px;
    line-height: 28px;
    color: #000;
    margin-top: 15px;
}
.steps_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
.steps_col{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 30px auto 0;
    padding: 0 0 20px 42px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #c0c0c0;
    background: url(../images/steps_tick.png) no-repeat left 5px;
    background-size: 28px;
	}
.steps_col:last-child{ border-bottom:none; padding-bottom:0;}
.steps_col_heading{
	font-size:22px;
	line-height:28px;
	font-weight:700;
	color:#000;
	}
.steps_col_text{
	font-size:18px;
	line-height:27px;
	color:#000;
	margin-top:5px;
	}
.how-to-use-box{
	width:95%;
	margin-top:20px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-left: 39px;
	}
.how-to-use-row{
	width:100%;
	margin-top:30px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	position:relative;
	}
.how-to-use-row:before{
    content: '';
    position: absolute;
    top: 80px;
    border-left: 1px dashed #6893e2;
    left: 30px;
    bottom: -100px;
	}
.how-to-use-row:last-child:before{
	display:none;
	}	
.how-to-use-row:first-child{ margin-top:0;}
.how-to-use-row-lft{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	width: 327px;
	position:relative;
	}
.num_text{
	width:57px;
	height:57px;
	background:#1d5894;
	border-radius:50%;
	text-align:center;
	font-size:30px;
	line-height:55px;
	color:#fff;
	font-weight:800;
	position:relative;
	}
.how-to-use-text{
	width: calc(100% - 57px);
    text-align: left;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    padding-left: 20px;
	}
.how-to-use-row-rit{
	width:329px;
	}
.howtouse-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 10px;
	}
.common_paragraph.margin-top-0 {
    margin-top: 0;
	}
.review_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
	}
.review_row {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px 25px 25px;
    margin-top: 25px;
    border-radius: 0px;
	}
.review_row_top{
	display:flex;
	display:-webkit-flex;
    flex-wrap:wrap;
    justify-content:flex-start;
	width:100%;
	align-items:center;
	text-align:left;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:10px;
	}
.review_people_icon{
	float:left;
	width:50px;
	height:50px;
	background:#d1f9ea;
	border-radius:50%;
	text-align:center;
	font-size:20px;
	line-height:50px;
	color:#000;
	font-weight:700;
	margin-right:15px;
	text-transform:uppercase;
	}
.review_people_about{
	font-size:17px;
	line-height:17px;
	color:#000;
	font-weight:700;
	}
.review_people_about span{
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:400;
	margin-top:4px;
	display:block;
	}
.review_row_content{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:25px 0 5px;
	text-align:left;
	}
.review_star{
	display:block;
	width:116px;
	}
.review_heading{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:700;
	margin-top:15px;
	}
.review_text{
	font-size: 17px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    margin-top: 20px;
    letter-spacing: 0px;
	}
.money-back-seal{
    margin: 0px 10px 0 40px;
    width: 149px;
	}

.offer_tag{
	position: absolute;
    top: 30px;
    right: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px;
	z-index:9;
	background: url(../images/offer_tag_icn.png) no-repeat center top;
    background-size: 100px;
	}

.offer_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border:2px dashed #2659b8;
	padding:25px 25px 40px;
	position:relative;
	text-align:left;
	margin:50px 0 0;
	border-radius:10px;
	background:#effaff;
	}
.offer_bx_heading{
	font-size:35px;
	line-height:44px;
	color:#000;
	font-weight:800;
	letter-spacing: -0.5px;
	border-bottom: 1px solid #c0c0c0;
    padding-bottom: 20px;
	}
.offer_bx_heading span{
	color:#ff0101;
	}
.offer_bx_paragraph{
	color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    letter-spacing: -0.3px;
	position:relative;
	}
.offer_box_prdt{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:25px;
	position:relative;
	}
.offer_bx_btl{
	display: block;
    margin: -50px auto -60px;
    max-width: 100%;
	}
.button_box{
	display: inline-block;
    vertical-align: middle;
	margin: 40px auto 0;
	width: 100%;
	text-align:center;
	}
.common_button{
	display: inline-block;
    vertical-align: middle;
    max-width: 600px;
    width: 100%;
    height: 80px;
    color: #ffffff;
    font-size: 32px;
    line-height: 80px;
    font-weight: 800;
    text-align: center;
    border-radius: 8px;
    background: #00b942;
    -webkit-box-shadow: 3px 4px 3px 0 rgb(0 0 0 / 0.2);
    box-shadow: 3px 4px 3px 0 rgb(0 0 0 / 0.2);
}
.btn-arw{
    margin: 0px 0 -5px 12px;
    width: 33px;
	}
	
/*====RIGHT_SIDE_CSS====*/
.right_section{
	float:right;
	width:25%;
	margin-top:0px;
	}
/*========*/
.offer_box.right{
    position: sticky;
	margin-top:20px;
	padding: 20px 15px 30px;
	text-align:center;
	background:#fff;
}
.offer_box.right .offer_bx_heading{
	font-size:26px;
	line-height:30px;
	border-bottom: none;
    padding-bottom: 0;
	}
.offer_box.right .offer_bx_paragraph{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 15px;
    letter-spacing: 0;
	}	
.offer_box.right .offer_bx_right_btl{
    width: 186px;
    margin: 20px auto 0;
    max-width: 100%;
	}
.offer_box.right .offer_tag{
    width: 79px;
    height: 79px;
    font-size: 18px;
    line-height: 18px;
    background-size: 79px;
    top: 0;
    left: 0;
    right: auto;
	}
.offer_box.right .button_box{ margin-top:20px;}
.offer_box.right .common_button{font-size: 20px; height: 55px; line-height: 55px;}
.offer_box.right .common_button .btn-arw{width:22px; display:inline-block; margin:0 0 0 10px; vertical-align:middle;}
/*====FOOTER====*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	background:#fff;
	border-top:1px solid #c8c8c8;
	}
.footer_text{
	font-size: 18px;
    line-height: 20px;
    color: #000000;
    letter-spacing: 0.5px;
	margin-top: 10px;
	}	
.footer_text a{ padding:0 12px;}
.footer_impdscm{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:833px;
	font-size:13px;
	line-height:20px;
	color:#000;
	padding:12px 15px;
	border:1px solid #dadada;
	margin:20px 0;
	}

.italic{ font-style:italic;}
.letspc03{ letter-spacing:0.3px;}	
	
/*====COMMON CSS====*/
.fr{ float:right;}
.fl{ float:left;}

/*====MEDIA_QUERY====*/
.showMob, .showTab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.main_heading{font-size: 35px;line-height: 46px;}

ul.as-seen-list li{margin:0 12px;}

.clinic_text_box_left {width: calc(100% - 355px);}

.zero-strip-list li{ padding:10px 10px;}

.common_heading{font-size:30px; line-height:40px;}

.small_image1 {margin: 40px 0 0;}
.small_image2 {margin: 15px 25px -10px 40px;}

.ingredients_col_contbx{ padding-left:20px;}

.how-to-use-box{ width:100%;}
.how-to-use-row-lft{ width:322px;}

.offer_box_prdt .offer_tag{ top: 10px; right: 86px;}

.offer_box.right .offer_bx_heading {font-size: 22px;line-height: 28px;}
}


@media only screen and (max-width:1021px){	
.container{width:750px;}
.showTab{ display:block;}
.showDesk{ display:none;}

.logo{ width:120px;}

.main_section{padding:30px 0 50px;}
.left_section {width: 69.5%;}
.main_heading {font-size: 27px;line-height: 35px;}

.author-list {padding: 22px 0 10px;margin-top: 22px;}
.author-list li{ font-size:15px; line-height:20px;}

.as-seen-on-box{ padding:0 15px 15px; margin: 30px auto 0;}
ul.as-seen-list li {margin: 0 10px;}

.common_heading {font-size: 27px;line-height: 36px;padding-bottom: 15px;margin-top: 35px;}
.common_paragraph {font-size: 17px;line-height: 27px; margin-top: 25px;}

.clinic_text_box {margin-top: 25px; padding: 15px 12px;}
.clinic_text_box_left {width: calc(100% - 200px);}
.clinic_text_box_right {width: 185px;}
.clinic_bx_arw {top: 10px; left: -28px;}

.charcol_col{ padding:12px 12px;}
.charcol_col_imgbx { width: 160px;}
.charcol_col_contbx {width: calc(100% - 160px);padding-left: 18px;}
.charcol_col_contbx_hdng{ font-size:18px;}
.charcol_col_contbx_text {font-size: 16px;line-height: 26px;}

.zero-strip-list li{ padding:5px 5px;}
.zero-text{ font-size:14px; line-height:20px; width: calc(100% - 25px);}
.zero_img {width: 16px;}

.common_img_box{margin:30px 0 0;}

.small_image1 {margin: 30px 0px 0 0px;}
.small_image2 {margin: 20px 0px 0px 10px; width: 120px;}

.sec2_bx{ width:53%;}
ul.sec2_list li {font-size: 16px;line-height: 26px;margin-top: 10px; background: url(../images/green-tick.png) no-repeat left 6px;
background-size: 22px;}

.ingredients_col { margin: 35px auto 0;}
.ingredients_col_imgbx { width: 110px;}
.ingredients_col_contbx {width: calc(100% - 138px); padding-left: 15px;}
.ingredients_col_contbx_hdng {font-size:20px; line-height: 26px;}
.ingredients_col_contbx_hdng span{ font-size:17px;}
.ingredients_col_contbx_text { font-size: 16px; line-height: 26px; margin-top:10px;}

.steps_col {margin: 20px auto 0;padding: 0 0 15px 32px;background-size: 20px;}
.steps_col_heading{font-size: 18px;line-height: 27px;}
.steps_col_text {font-size: 16px; line-height: 26px;}

.how-to-use-box{ padding:0;}
.how-to-use-row-lft{ padding:0 0; width:275px;}
.num_text {width: 45px;height: 45px;font-size: 22px;line-height: 45px;}
.how-to-use-text {width: calc(100% - 45px); padding-left:15px;}
.how-to-use-row-lft:before{ left:23px; bottom: -140px;}
.how-to-use-row-rit {width: 240px;}

.uses_cont-text{ font-size:16px;}
.uses_col_content{ padding:15px 8px 0;}

.review_row {padding: 15px 15px 20px;margin-top: 20px;}
.review_row_content{ padding:20px 0 0;}
.review_text{ font-size:16px; line-height:26px; margin-top: 15px;}
.review_heading{ font-size:18px;}

.offer_box{ margin-top:35px; padding: 20px 20px 30px; border: 1px dashed #2659b8}
.offer_bx_heading {font-size: 27px; line-height: 34px; padding-bottom: 15px;}
.offer_bx_paragraph{ font-size:17px; line-height:27px; margin-top: 25px;}
.offer_box_prdt .offer_tag {right: 60px;font-size: 16px;line-height: 16px;width: 72px;height: 72px;background-size: 72px;}
.offer_bx_btl {margin: -35px auto -55px;}

.button_box{ margin: 30px auto 0;}
.common_button {max-width: 420px; height: 65px; font-size: 25px; line-height: 65px;}
.btn-arw {margin: 0px 0 -8px 10px; width: 30px;}

.right_section{ width:28%;}
.offer_box.right { margin-top: 20px;padding: 20px 15px 25px;}
.offer_box.right .common_button { font-size: 16px; height: 52px;line-height: 52px;}
.offer_box.right .offer_bx_heading { font-size: 19px; line-height: 27px;}
.offer_box.right .offer_bx_right_btl {width: 145px;}
.offer_box.right .offer_tag {width: 60px;height: 60px;font-size: 14px;line-height: 14px;background-size: 60px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.showMob{ display:block;}
.hideMob{ display:none;}


	
.header{ padding:7px 0;}
.logo { float: none; display: block; width: 110px; margin:0 auto 0;}
.header_text {font-size: 11px;line-height: 17px; position: static; display: inline-block;vertical-align: top;transform: none;}

.main_section {padding: 25px 0 30px;}
.left_section{ width:100%;}
.main_heading {font-size: 26px;line-height: 34px; letter-spacing:-0.5px;}

.author-list {padding: 20px 0 0px;margin-top: 20px;}
.author-list li{ padding-left:55px; padding-right:0; width: 100%;}
.author-list li:first-child{ padding-left:55px;}
.author-list li:after{ display:none;}
.author-img{ margin-top:-12px;}
.calendar-icn{ width:15px;}

.common_img_box {margin: 25px 0 0;}
.border {border: 1px solid #fff;}

.as-seen-on-box{ max-width: 345px; display:block;}
ul.as-seen-list li { margin: 0; width: 32%; padding: 0 4px;}

.small_image1{ display:block; margin:25px auto 0; max-width:100%; float:none; width:200px;}
.small_image2{ float:none; display:block; margin:25px auto 0; width: 130px;}

.common_heading {font-size: 23px;line-height: 32px;padding-bottom: 12px;margin-top: 30px;}
.common_paragraph {font-size: 16px;line-height: 24px; margin-top: 22px; position:relative;}
.common_paragraph2{ font-size: 18px; line-height: 26px; margin-top: 22px;}

.sec2_bx{max-width:355px; margin:10px auto 0; width:100%;}
ul.sec2_list{width:100%; margin-top:0;}
ul.sec2_list li {font-size: 16px;line-height: 22px;margin-top: 10px;background-size: 15px;padding-left: 25px;background-position: 0 5px; background-position-y: 4px;}

.clinic_text_box {flex-direction: column-reverse; padding:20px 13px 15px;        margin-top: 20px;}
.clinic_text_box_left{width:100%; margin-top: 10px;}
.clinic_text_box_right{ width:100%; max-width: 299px;}

.charcol_col {padding: 15px 20px;}
.charcol_col_imgbx{ width:100%;}
.charcol_col_contbx {width: 100%;padding-left: 0;margin-top: 12px;text-align: center;}
	
.zero-strip-list {margin-top: 10px;flex-wrap: wrap;}
.zero-strip-list li{width:48%; padding:15px 15px;}
.zero-text {font-size: 16px;}

.ingredients_col {margin: 20px auto 0;padding: 15px 20px;row-gap: 15px;box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.1);}
.ingredients_col_imgbx{width:100%;}
.ingredients_col_imgbx img.ing_bdr_m{ border:1px solid #b6b6b6;}
.ingredients_col_contbx{width:100%; padding:0; text-align:center;}

.steps_col {margin: 16px auto 0;padding: 0 0 15px 25px;background-size: 16px; background-position: 0 5px;}

.how-to-use-row-lft{width:100%;}
.num_text { width: 40px; height: 40px;font-size: 18px;line-height: 40px;}
.how-to-use-text { width: calc(100% - 40px); font-size:17px; line-height:27px;}
.how-to-use-row-rit { width: 329px; padding-left: 50px;margin-top: 12px;}
.how-to-use-row:before{ top: 12px; left: 20px; bottom: -55px;}

.review_box{ margin-top:10px;}
.review_row{padding:15px 15px 20px;}
.review_people_icon {width: 45px; height: 45px;font-size: 16px; line-height: 45px; margin-right: 12px;}
.review_heading {font-size: 16px;}
.review_star{width:90px;}

.offer_box {padding: 15px 15px 25px; margin-top:30px;}
.offer_bx_heading {font-size: 22px;line-height: 32px;}
.offer_box_prdt{margin-top:20px;}
.offer_bx_btl{width: 315px; margin: -10px auto -40px; }
.offer_box_prdt .offer_tag {right: 30px; width: 60px; height: 60px; background-size: 60px;font-size: 14px;line-height: 16px;}
.offer_bx_paragraph {font-size: 16px;line-height: 24px; margin-top: 22px;}
.button_box {margin: 25px auto 0;}
.common_button {max-width: 345px; height: 60px; font-size: 20px;line-height: 60px;}
.btn-arw {margin: 0px 0 -5px 10px;width: 23px;}

.footer{padding:15px 0 0;}
.footer_text a {padding: 0 7px;}
.footer_text {font-size: 13px; line-height: 15px;}

.btmfix{margin-top:20px;}
.footer-cta{
	float:left;
	width:100%;
	text-align:center;
	position:fixed;
	padding:0;
	bottom:0;
	z-index:99;
	}
a.footer_btn{
    display: inline-block;
    vertical-align: middle;
    max-width: 510px;
    width: 100%;
    color: #ffffff;
	height:55px;
    font-size:20px;
    line-height:55px;
    text-align: center;
    font-weight: bold;
	font-family: 'Inter';
	background: #00b942;
    border-radius:0;
    margin: 0 auto 0;
	}
	
.right_section{width:100%; display:none;}
.offer_box.right .offer_tag {left: 65px;}
.offer_box.right .offer_bx_right_btl {margin: 15px auto 0;width: 155px;}
}