@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: 'Open 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;
	}
/*====Fonts====*/
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold.woff2') format('woff2'),
        url('OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-ExtraBold.woff2') format('woff2'),
        url('OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-SemiBold.woff2') format('woff2'),
        url('OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Medium.woff2') format('woff2'),
        url('OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.woff2') format('woff2'),
        url('OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    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;
}

/*=====================*/
/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*-----Top-strip------*/
.top-strip{
	float:left;
	width:100%;
	padding:5px 0;
	background:#f7f7f7;
	}
.header_text{
	color:#818181;
    font-size:13px;
    line-height:18px;
	font-family:'Inter';
	font-weight:400;
    letter-spacing: 0.5px;
	}
/*-----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:130px;
	}
.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: 35px;
    line-height: 45px;
    font-weight: 700;
    text-align: left;
    letter-spacing: -0.5px;
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
    margin-top: 40px;
	}
.common_heading span{
	color: #ff0000;
	}
.common_paragraph{
	color:#000000;
	font-size:18px;
	line-height:30px;
	margin-top:25px;
	letter-spacing: 0.3px;
	}
.common_paragraph.margin-top-0{margin-top:0;}
.common_paragraph.center{text-align:center;}
.common_paragraph span{
	background: #fddcdc;
    padding: 0 8px;
	display: inline;
	box-decoration-break: clone;
  	-webkit-box-decoration-break: clone;
	}
.common_paragraph2{
	color:#000000;
	font-size:22px;
	line-height:32px;
	text-align:left;
	margin-top:30px;
	}
.link-text {
    color: #0c6cc5;
    text-decoration: underline;
    font-weight: bold;
}
/*=======COMMON-CSS======*/
/*======section1======*/
.main_section{
	float:left;
	width:100%;
	padding:40px 0 55px;
	}
.section_top{
	float:left;
	width:100%;
	text-align:left;
	}
.section_content{
	float:left;
	width:100%;
	}
/*-------left-Section-------*/
.left_section{
	float: left;
    width: 65.85%;
    text-align: left;
	}	
.main_heading{
    color: #000000;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 700;
	font-family: 'Inter';
	}
.author_box{
	float:left;
	width: 100%;
	}
.author-list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border-top:2px solid #e5f2ff;
	padding:25px 0 11px;
	margin-top:25px;
	}
.author-list li{
	float:left;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.3px;
	color:#5c5c5c;
	font-weight:400;
	position:relative;
	text-align:left;
	padding:0 20px;
	}
.author-list li span{
	font-weight:700;
	}
.author-list li:after{
	content:"";
	position:absolute;
	border-right:1px solid #000;
	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;
	}
.sec2_bx{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.sec2_list{
	width:50%;
	margin-top:10px;
	}
ul.sec2_list2{ width:40%;}
ul.sec2_list li {
    font-size: 19px;
    line-height: 27px;
    color: #000;
    margin-top: 15px;
    text-align: left;
    background: url(../images/cross-tick.png) no-repeat left 6px;
    background-size: 13px;
    padding-left: 30px;
}
.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: center;
    margin: 20px auto 0;
    padding: 15px 15px;
    background: #e5f2ff;
    /*-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);*/
	}
.ingredients_col_imgbx{
	width:156px;
	}
.ingredients_col_imgbx img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border: 1px solid #c8d5e2;
	}
.ingredients_col_contbx{
	width: calc(100% - 175px);
    position: relative;
    text-align: left;
    padding-left: 25px;
	}
.ingredients_col_contbx_hdng {
    font-size: 22px;
    line-height: 28px;
    color: #226eb8;
    font-weight: bold;
}
.ingredients_col_contbx_text {
    font-size: 19px;
    line-height: 28px;
    color: #000;
	margin-top:8px;
}
.nasa_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 35px;
	margin-bottom:10px;
    position: relative;
    text-align: left;
    padding: 15px 190px 15px 20px;
    background: #fff6d4;
    border-radius: 5px;
}
.nasa_img {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -75px;
    width: 177px;
}
.common_paragraph.margin-top-0 {
    margin-top: 0;
}
.reason_video-sec{
	width:100%;
	margin-top:35px;
	}
.reason_video_box {
	position: relative;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
	border:4px solid #fff;
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
    padding-bottom: 56.2%;
    background: #000;
    margin: 0 auto;
	box-sizing:content-box;
}
.reason_video_box video, .reason-video-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 0px;
	
}
.uses_row{
	width:100%;
	margin-top:10px;
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	justify-content:space-between;
	column-gap:15px;
	}
.uses_col{
	width: 48%;
    margin: 20px auto 0;
	position:relative;
	}
.uses_col_imgbx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.uses_col_imgbx img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.uses_col_content{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:center;
	padding:20px 10px 0;
	}
.step_text{
    display: inline-block;
    vertical-align: middle;
    /* margin: 0 auto; */
    background: #226eb8;
    border-radius: 40px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    color: #fff;
    padding: 2px 10px;
	}
.uses_cont-text{
	margin-top:10px;
	font-size:18px;
	line-height:26px;
	font-weight:400;
	color:#000;
	}
.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 #e3e3e3;
    padding: 20px 30px 25px;
    margin-top: 25px;
    border-radius: 10px;
}
.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 #e9e9e9;
	padding-bottom:7px;
	}
.review_people_icon{
	float:left;
	width:48px;
	height:48px;
	background:#e5f2ff;
	border-radius:50%;
	text-align:center;
	font-size:19px;
	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:17px;
	line-height:23px;
	color:#000;
	font-weight:bold;
	}
.review_row_content{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:25px 0 5px;
	text-align:left;
	}
.review_star{
	display:block;
	width:110px;
	}
.review_heading{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:700;
	margin-top:15px;
	}
.review_text{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin-top: 15px;
    letter-spacing: 0px;
	}
.money-back-seal{
    margin: 0px 10px 0 40px;
    width: 149px;
	}
.free_btl_bx{
	display:flex;
	justify-content:space-between;
	width:100%;
	margin:35px 0 0;
	border:2px dashed #ff0000;
	padding:0px;
	overflow: hidden;
	}
.free_btl_bx_lft{
	width:291px;
	position:relative;
	}
.free_btl_bx_lft img{
    display: block;
    margin: -10px 0 -50px -20px;
    max-width: 100%;
    width: 288px;
	}
.free_btl_bx_rit{
	width: calc(100% - 305px);
    padding: 20px 15px 15px 0;
    text-align: left;
	}
.offer_tag{
	position: absolute;
    top: 30px;
    right: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    background: #ff0000;
    border-radius: 50%;
    color: #ffea00;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px;
	z-index:9;
	}
.offer_tag:before{
	position:absolute;
	content:"";
	border:1px solid #ffeded;
	top:3px;
	left:3px;
	right:3px;
	bottom:3px;
	border-radius:50%;
	z-index:-1;
	}
.verdict_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff;
	position:relative;
	margin-top:35px;
	}
.verdict_box_content{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	}
.verdict_box .common_heading{ margin-top:0;}
.sub_heading{
    color: #000;
    font-size: 37px;
    line-height: 43px;
    font-weight: 700;
    text-align: left;
    letter-spacing: -0.5px;
    margin-top: 20px;
	}
.verdict_bs_innr{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top:30px;
	flex-direction: row-reverse;
	}
ul.verdict_list{
	width:55%;
	float:left;
	margin-top:10px;
	}
ul.verdict_list li{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:20px;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:700;
	text-align:left;
	padding-left:35px;
	background:url(../images/verdict_tik.png) no-repeat left center;
	background-size:22px;
	}
.verdict_bx_img{
	width:300px;
	margin-bottom:-75px;
	}
.verdict_inr_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#dfeaf5;
	padding:20px 30px;
	text-align:center;
	margin:15px auto 0;
	}
.margin-top15{
	margin-top:15px;}
.people_icn{
	display:block;
	margin:0 auto 15px;
	}
.offer_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border:2px dashed #000;
	padding:20px 20px 30px;
	position:relative;
	text-align:center;
	margin:35px 0 0;
	}
.offer_bx_heading{
	font-size:35px;
	line-height:40px;
	color:#000;
	font-weight:700;
	letter-spacing: -0.5px;
	}
.offer_bx_heading span{
	color:#ff0000;
	}
.offer_bx_paragraph{
	color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    letter-spacing: 0.3px;
	}
.offer_box_prdt{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:25px;
	position:relative;
	}
.offer_bx_btl{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.offer_box_prdt .offer_tag{
	color: #fff;
    top: 0px;
    right: 180px;
    width: 85px;
    height: 85px;
	}
/*===========*/
.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:3px solid #fff;
	}
.margin-top20{
	margin-top:20px;
	}
.common-img{
	display:block;
	margin:0 auto 0;
	}
.small_image1 {
    margin: 50px 0 0 18px;
}
.small_image2 {
	margin: 0px 25px -10px 40px;
}
.common_img_width.news_width{
	border:2px solid #000;
	box-shadow:none;
	}
/*===========*/
/*===========*/
.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: 475px;
	width: 100%;
	height:75px;
    color: #ffffff;
    font-size: 35px;
    line-height: 75px;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
	background: #1488ff;
    
}
.btn-arw{
	margin: 0 0 0 15px;
    width: 34px;
	}
.btn-text1{
    font-size: 16px;
    line-height: 17px;
    color: #000;
    font-weight: 600;
	margin-bottom:10px;
}
.btn-text1 span{
	margin:0 10px;
	}
.btn-icn-one {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin: -4px 8px 0 0;
}
.btn-text2 {
    font-size: 16px;
    line-height: 17px;
    color: #000;
    font-weight: 600;
	margin-top:10px;
}
.btn-icn-two {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    margin: -4px 5px 0 0;
}

/*====RIGHT_SIDE_CSS====*/
.right_section{
	float:right;
	width:31.65%;
	margin-top:20px;
	}
.sticky_box{
	float:left;
	width:100%;
	background:#fff;
	border:2px solid #e5f2ff;
    padding: 20px 20px 25px;
	}
.sticky_review_box {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}	
.sticky_review_col{
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin-top: 25px;
    position: relative;
    text-align: left;
	}
.sticky_review_col:first-child{ margin-top:0;}
.sticky_review_col:last-child{ border-bottom:none; padding-bottom:0;}
.sticky_review_image{
	display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    max-width: 100%;
	width:325px;
	}
.sticky_star{
	display:block;
	margin:20px 0 0;
	width:90px;
	}
.stky-rvw-hdng{
	font-size:18px;
	line-height:28px;
	color:#000;
	font-weight:700;
	margin:15px 0 0;
	}
.stky-rvw-text{
	font-size:17px;
	line-height:27px;
	color:#000;
	margin:10px 0 0;
	}
.sticky_review_btm{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    text-align: left;
    margin-top: 15px;
	}
.stky_review_people_icon{
	float:left;
	width:48px;
	height:48px;
	background:#e5f2ff;
	border-radius:50%;
	text-align:center;
	font-size:19px;
	line-height:50px;
	color:#000;
	font-weight:700;
	margin-right:15px;
	text-transform:uppercase;
	}
.stky_review_people_about{
	font-size:17px;
	line-height:17px;
	color:#000;
	font-weight:700;
	}

/*====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:38px;}

.common_heading{font-size:30px; line-height:40px;}

.small_image1 {margin: 50px -20px 0 0px;}
.small_image2 {margin: 15px 25px -10px 40px;}

.nasa_box{padding:15px 179px 15px 20px;}

.money-back-seal {margin: 0px 10px 0 25px;}

.free_btl_bx_rit {width: calc(100% - 270px);}
.free_btl_bx_lft {width: 268px;}

.sub_heading {font-size: 33px;line-height: 45px;}
.offer_box_prdt .offer_tag{right:140px;}
}


@media only screen and (max-width:1021px){	
.container{width:750px;}
.showTab{ display:block;}
.showDesk{ display:none;}

.main_section{padding:25px 0 50px;}
.main_heading {font-size: 30px;line-height: 40px;}

.author-list li{ font-size:14px; line-height:20px;}

.common_heading {font-size: 28px;line-height: 38px;padding-bottom: 15px;margin-top: 35px;}
.common_paragraph {font-size: 17px;line-height: 27px; margin-top: 20px;}

.reason_video_box{padding-bottom: 56.4%;}
.common_img_box{margin:30px 0 0;}

.small_image1 {margin: 40px -15px 0 0px;width: 245px;}
.small_image2 {margin: 0px 10px -10px 10px; width:210px;}

ul.sec2_list li {font-size: 17px;line-height: 27px;margin-top: 10px;}

.ingredients_col { margin: 15px auto 0; padding: 10px 10px}
.ingredients_col_imgbx { width: 135px;}
.ingredients_col_contbx {width: calc(100% - 138px); padding-left: 15px;}
.ingredients_col_contbx_hdng {font-size: 16px; line-height: 26px;}
.ingredients_col_contbx_text { font-size: 16px; line-height: 26px; margin-top: 5px;}

.nasa_box {padding: 10px 155px 10px 10px;margin-top: 30px; margin-bottom: 5px;}
.nasa_img {margin-top: -68px;width: 160px;}

.uses_cont-text{ font-size:16px;}
.uses_col_content{ padding:15px 8px 0;}

.review_row {padding: 15px 20px 20px;margin-top: 20px;}
.review_row_content{ padding:20px 0 0;}
.review_text{ font-size:16px; line-height:26px;}
.review_heading{ font-size:18px;}

.money-back-seal {margin: 20px 0px 0 20px;}
.free_btl_bx_lft img {margin: -10px 0 -50px -10px;width: 245px;}
.offer_tag { top: 15px; right: 30px; width: 55px; height: 55px; font-size: 15px; line-height: 15px;}
.free_btl_bx_rit {width: calc(100% - 130px);}

.verdict_box{ margin-top:30px;}
.sub_heading {font-size: 24px;line-height: 32px;margin-top: 15px;}
.verdict_bs_innr {flex-wrap: wrap;flex-direction: column;}
.verdict_bx_img{ margin:0 auto -15px; width:320px;}
ul.verdict_list{ width:100%; margin:0 0 10px;}
ul.verdict_list li{ font-size:18px; line-height:26px; margin-top:15px;}
.verdict_inr_box{ padding:15px 20px;}
.people_icn{ margin:0 auto;}

.offer_box{ margin-top:30px;}
.offer_bx_heading {font-size: 26px;line-height: 36px;}
.offer_bx_paragraph{ font-size:17px; line-height:27px;}
.offer_box_prdt .offer_tag {right: 58px;font-size: 24px;line-height: 24px;}

.common_button {max-width: 415px;height: 70px;font-size: 30px;line-height: 70px;}

.sticky_box{ padding:15px 10px 20px;}
.stky-rvw-hdng { font-size: 17px; line-height: 27px;}
}

@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;}

.top-strip{ padding:4px 0;}
.header_text {font-size: 11px;line-height:13px; margin-top: 0px; }
	
.header{ padding:7px 0;}
.logo { float: none; display: block; width: 110px; margin:0 auto 0;}

.main_section {padding: 25px 0 30px;}
.main_heading {font-size: 26px;line-height: 34px; letter-spacing:-0.5px;}

.author-list {border-top: 2px solid #e5f2ff;padding: 20px 0 0px;margin-top: 20px;}
.author-list li{ padding-left:55px; padding-right:0;}
.author-list li:first-child{ padding-left:55px;}
.author-list li:after{ display:none;}
.author-list li:last-child{}
.author-img{ margin-top:-13px;}

.common_img_box {margin: 25px 0 0;}
.border {border: 2px solid #fff;}

.left_section{ width:100%;}

.small_image1{ display:block; margin:25px auto 0; max-width:100%; float:none;}
.small_image2{ float:none; display:block; margin:25px auto 0;}

.common_heading {font-size: 24px;line-height: 32px;padding-bottom: 12px;margin-top: 30px;border-bottom: 1px solid #000;}
.common_paragraph {font-size: 16px;line-height: 24px; margin-top: 22px; position:relative;}

.sec2_bx{max-width:355px; margin:10px auto 0;}
ul.sec2_list{ width:62%; margin-top:0;}
ul.sec2_list2{ width:30%;}
ul.sec2_list li {font-size:16px;line-height: 22px;margin-top: 10px;background-size: 11px;padding-left: 22px;background-position: 0 4px;}

.ingredients_col {margin: 15px auto 0;padding: 15px 15px;row-gap: 10px;}
.ingredients_col_imgbx{ width:100%;}
.ingredients_col_imgbx img {width: 125px;}
.ingredients_col_contbx{ width:100%; padding:0; text-align:center;}

.nasa_box { padding: 15px 15px 15px 15px; margin-top: 30px; margin-bottom: 0;}
.nasa_img { width: 120px; position: static; display: block;margin: 0 auto 15px;}

.reason_video_box {padding-bottom: 56.2%;}

.uses_col {width: 100%;}
.uses_col_content { padding: 15px 10px 0;}
.uses_cont-text {font-size: 17px;}

.review_row{ padding:15px 15px 20px;}
.review_people_icon { width: 45px; height: 45px;font-size: 17px; line-height: 45px; margin-right: 12px;}
.review_heading {font-size: 16px;}

.money-back-seal{ float:none; display:block; margin:20px auto 0;}

.free_btl_bx {flex-wrap: wrap; margin: 30px 0 0;}
.free_btl_bx_lft{ width:100%;}
.free_btl_bx_rit{ width:100%;padding: 0 15px 15px;}
.free_btl_bx_lft img { margin: 0 auto -10px;width: 245px;}
.offer_tag { top: 25px; right: 70px;}

.verdict_bs_innr{ margin-top:20px;}
.sub_heading {font-size: 20px;line-height: 28px;}
.people_icn { margin: 0 auto -10px;}
ul.verdict_list{ margin:5px auto 10px; max-width:300px;}
ul.verdict_list li{ background-size:20px;}
.verdict_inr_box {padding: 15px 10px;}

.offer_box {padding: 15px 15px 25px;}
.offer_bx_heading {font-size: 24px;line-height: 32px;}
.offer_bx_btl{ width:250px; }
.offer_box_prdt .offer_tag {right: 15px;}
.common_button {max-width: 415px; height: 65px;font-size: 22px;line-height: 65px;}
.btn-arw {margin: 0px 0 -3px 12px; width: 25px;}

.footer{ padding:25px 0 0;}
.footer_text a { padding: 0 8px;}
.footer_text { font-size: 14px; line-height: 18px;}

.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: #1488ff;
    border-radius:0;
    margin: 0 auto 0;
	}
	
.right_section{width:100%;}
}

.offer_box.right{
    position: sticky;
}
.offer_box.right .offer_bx_heading{
	font-size:26px;
	line-height:32px;
	}
.offer_box.right .offer_bx_paragraph{
	font-size:17px;
	line-height:23px;
	}	
.offer_box.right .offer_bx_btl{
	width:70%;
	}
.offer_box.right  .btn-text1{font-size:15px;}
.offer_box.right .common_button{font-size:20px; height:60px; line-height:58px;}
.offer_box.right .common_button .btn-arw{width:22px; display:inline-block; margin:0 0 0 10px; vertical-align:middle;}
.offer_box.right .btn-text2{font-size:14px;}