@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: 'Red Hat Display';
	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: 'Red Hat Display';
    src: url('RedHatDisplay-Black.woff2') format('woff2'),
        url('RedHatDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('RedHatDisplay-ExtraBold.woff2') format('woff2'),
        url('RedHatDisplay-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('RedHatDisplay-Bold.woff2') format('woff2'),
        url('RedHatDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('RedHatDisplay-SemiBold.woff2') format('woff2'),
        url('RedHatDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('RedHatDisplay-Medium.woff2') format('woff2'),
        url('RedHatDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('RedHatDisplay-Regular.woff2') format('woff2'),
        url('RedHatDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:100%;
	max-width:1030px;
	margin:0 auto;
	position:relative;
	}
/*========Header========*/	
.header{
	float:left;
	width:100%;
	padding:10px 0;
	background:#d9ecf0;
	}
.logo{
	float:left;
	width:133px;
	}
.header_text {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height:20px;
    letter-spacing: 1px;
    color: #828282;
    text-transform: uppercase;
	}
a.header_btn {
    float: right;
    width: 100%;
    max-width: 245px;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
	border-radius: 6px;
	background: rgb(0, 159, 53);
	background: linear-gradient(0deg, rgba(0, 159, 53, 1) 18%, rgba(0, 162, 52, 1) 35%, rgba(0, 167, 50, 1) 50%, rgba(0, 174, 48, 1) 59%, rgba(0, 186, 43, 1) 70%, rgba(0, 191, 41, 1) 81%);
	}
.btn_arrw {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 10px;
    width: 10px;
	}
/*========main_section========*/	
.main_section{
	float:left;
	width:100%;
	background:#fff;
	}	
.banner_section{
	float:left;
	width:100%;
	padding:40px 0 10px;
	}
ul.evidence_list {
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	text-align:left;
	}
ul.evidence_list li {
    display: inline-block;
    vertical-align: top;
    background: #fff7da;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 5px 20px 7px 12px;
    border-radius: 15px;
	margin-right:15px;
	}
ul.evidence_list li:last-child{ background:#e5f2ff;}
.green_tick {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 10px 0 0;
    width: 16px;
	}
.main_heading{
	font-size:44px;
    line-height:54px;
    color: #000000;
    font-weight:900;
	text-align:left;
	margin-top:15px;
	}
.main_text{
	font-size:24px;
    line-height:35px;
    color: #000000;
    font-weight:bold;
	text-align:left;
	margin-top:15px;
	}
.main_text span{
	padding:0 3px;
	background:#fff000;
	}
.author_box{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	width:100%;
	margin-top:30px;
	padding:10px 0;
	border-top:2px solid #cfe2e9;
	text-align:left;
	}
.author_box_left{
	position:relative;
	width:76%;

	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
.author_img{
	position:absolute;
	top:0;
	left:0;
	border-radius:50%;
	width:48px;
	}
.author_text{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
    line-height:18px;
    color: #000000;
    font-weight:500;
	position:relative;
	padding-top:15px;
	padding-left:13px;
	margin:0 5px;
	}
.author_text:first-child{ padding-left:58px !important; margin-left:0;}
.author_text:nth-child(2){ padding-left:35px;}
.author_text:last-child{ padding-right:0; margin-right:0;}
.author_text:nth-child(2):before{ left: 24px;}
.author_text:before{
	content:'';
	position:absolute;
	top:22px;
	left:0;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#000;
	}
.author_text span{
	color: #787878;
	position:relative;
	}	
.author_text:first-child:before{ display:none;}
.verify_tick{
	position:absolute;
	top:15px;
	left:0;
    width: 18px;
	}
.author_box_right{
	float:right;
	width:18%;
	padding-top:15px;
	}
ul.author_logo_list{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	width:100%;
	}
ul.author_logo_list li{
	width:20%;
	}
.author_logo{
	display:block;
	margin:0 auto;
	width:31px;
	}
.main_sec_img{
	display:block;
	margin:20px auto 0;
	}
.shadow {
    border: 4px solid #fff;
    -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);
	border-radius:20px;
	}
.update_box {
    width: 100%;
    padding: 10px 20px;
    margin-top: 30px;
    background: #fcf8e3;
    border: 1px dashed #fd8378;
    text-align: left;
	border-radius: 4px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.update_head{
	font-size:18px;
	line-height:18px;
	color:#ff0000;
	font-weight:bold;
	width:113px;
	}
.update_text{
	width:calc(100% - 113px);
	padding-left:15px;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#000;
	font-weight:500;
	}
.alert_img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 10px 0 0;
	width:25px;
	}
	
/*======main_section_block======*/
.main_section_block{
	float:left;
	width:100%;
	position:relative;
	padding:40px 0 50px;
	}
.main_sec_left{
	float:left;
	width:68.45%;
	text-align:left;
	}
.common_text{
	font-size:22px;
	line-height:30px;
	letter-spacing:0.5px;
	color:#000;
	margin-top:30px;
	}
.arrw_shape{
	background:url(../images/arrw-shape.png) no-repeat bottom left;
	padding-bottom:60px;
	}
.doctor_detl {
    float: right;
    width: 100%;
    max-width: 227px;
    background: #fff;
    padding: 4px 4px 10px;
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-left: 30px;
	}
.doc_detl_img {
    position: absolute;
    bottom: 45px;
    right:10px;
	}
.doctor_img{
	display:inline-block;
	vertical-align:top;
	border-radius:10px 10px 0 0;
	}
.name_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:10PX 10px 0;
	}
.doc_name{
	font-size:18px;
	line-height:20px;
	letter-spacing:0.5px;
	color:#051e5b;
	font-weight:bold;
	}
.doc_qaf{
	font-size:14px;
	line-height:16px;
	letter-spacing:0.5px;
	color:#000;
	font-weight:400;
	margin-top:5px;
	}
.common_heading{
	font-size:34px;
	line-height:44px;
	color:#000;
	font-weight:800;
	margin-top:40px;
	padding-bottom:20px;
	border-bottom:2px solid #bcbcdf;
	}
.common_img{
	display:block;
	margin:30px auto 0;
	}
.blue_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#051e5b;
	padding:25px;
	border-radius:10px;
	margin-top:30px;
	position:relative;
	}
	
.trendy_box{
    width: 100%;
	max-width:550px;
	margin:30px auto 5px;
	position:relative;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.trendy_col{
	width:157px;
	height:157px;
	position:relative;
	background:#fff;
	border:2px solid #ff0a0a;
	border-radius:50%;
	
    display: -webkit-flex;
    display: flex;
	justify-content: center;
    align-items: center;
	}
.trendy-img{
	display:block;
	margin:0 auto;
	width:186px;
	max-width:none;
	}
.trendy-cross{
	position:absolute;
	top:11px;
	right:0;
	width:31px;
	}
	
.blue_box {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #051e5b;
    padding: 25px 30px;
    margin-top: 30px;
    border-radius: 10px;
	}
.blue_box p{
	width:calc(100% - 264px);
	padding-right:10px;
	}
.nad-img{
	float:right;
	width:264px;
	}
	
.random_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
	}
.random_box{
	width:100%;
    margin-top: 20px;
    background: #fff;
    padding:10px;
	border-radius:12px;
    -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);
	
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	}
.random_box_cont{
	width:calc(100% - 196px);
	text-align:left;
	padding:15px 15px 15px 15px;
	}
.random_box_cont h3{
	font-size:26px;
	line-height:32px;
	color:#000;
	font-weight:bold;
	padding-left:40px;
	background:url(../images/green-tick.png) no-repeat top left;
	background-size:28px;
	}
.random_box_cont p{ margin-top:15px;}
.random_img_box{
	width:196px;
	}
.random-img{
	display:block;
	margin:0 auto;
	border-radius:8px;
	width:196px;
	}
	
.graph_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
    margin-top: 35px;
    border: 2px solid #353777;
    border-radius: 15px;
	text-align:center;
	overflow:hidden;
	padding:20px 20px 25px;	
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	}
.graph-img {
    display: block;
	margin:15px auto 0;
	width:612px;
	}
	
.reason_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff1f1;
	border:2px solid #ff0000;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	margin-top:30px;
	padding:25px 25px 30px;
	border-radius:15px;
	}
.mt_0{ margin-top:0 !important;}
ul.reason_box_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	padding-left:12px;
	}
ul.reason_box_list li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: url(../images/alert-img.png) no-repeat top 3px left;
    background-size: 25px;
    margin-top:20px;
    padding-left: 43px;
	font-weight:500;
	}
ul.reason_box_list li p{ margin-top:0;}

.blue_strip2{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#051e5b;
	padding: 14px 30px 16px;
	border-radius:10px;
	margin-top:35px;
	}
.medium{ font-weight:500;}

.compound_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#051e5b;
	padding:20px 270px 20px 25px;
	border-radius:10px;
	margin-top:50px;
	position:relative;
	}
.compound_box p{ color:#fff;}
.compound-box-img{
	position:absolute;
	top:-70px;
	right:0;
	width:264px;
	}
	
.research_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fffbea;
	border:1px solid #f0ead3;
	margin-top:35px;
	padding:25px 25px;
	border-radius:15px;
	}
.research_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:25px;
	border:2px solid #000;
	background:#fff;
	padding:22px 21px;
	}
.research-img{
	display:block;
	margin:0 auto;
	width:607px;
	}
.research_link{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:22px;
	color:#000fff;
	font-weight:600;
	word-break: break-all;
	margin-top:25px;
	}	
.nmn_link{
	color:#000fff;
	}
	
.veggies_list{
    width: 100%;
	max-width:610px;
	margin:35px auto 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.veggies_list li{
	width:33.33%;
	border-right:1px solid #dfdfdf;
	text-align:center;
	padding:0 15px;
	}
.veggies_list li:last-child{ border-right:0;}
.veggies_list li img{
	display:block;
	margin:0 auto 12px;
	width:165px;
	}	
.veggies_list li p{
	font-size:22px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	}
	
.gasto_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border:2px solid #ff0000;
	border-radius:15px;
	margin:40px 0 5px;
	padding:25px 25px 25px;
	text-align:center;
	}
.gasto_list{
    width: 100%;
	max-width:410px;
	margin:25px auto 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.gasto_list li{ width:31.33%;}
.gasto_list li img{
	display:block;
	margin:0 auto;
	width:84px;
	}
.gasto_list li p{
	font-size:22px;
	line-height:24px;
	color:#000;
	font-weight:500;
	margin-top:12px;
	}
	
.simp_box{
    width: 100%;
	margin:35px auto 0;
	background:#051e5b;
	border-radius:10px;
	padding:15px 25px;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.simp_cont{
	width:calc(100% - 205px);
	padding-right:30px;
	}
.simp_img_box{
	width:205px;
	}
.simp_img_box img{
	display:block;
	margin:0 auto;
	border-radius:8px;
	width:205px;
	}
.link{
	color:#000fff;
	}
	
.age_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border:1px solid #c3dfe5;
	border-radius:12px;
	padding:30px 25px 35px;
	text-align:left;
	position:relative;
	margin-top:45px;
	overflow:hidden;
	background: rgb(217,236,240);
	background: radial-gradient(circle, rgba(249,252,252,1) 20%, rgba(217,236,240,1) 65%);
	}
.age_cont{
    float: left;
    width: 100%;
    padding-right: 211px;
	}
.age_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
.age_list li{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #c0cacc;
    padding-left: 32px;
    background: url(../images/green-tick.png) no-repeat top 4px left;
    background-size: 22px;
	}
.age_list li:last-child{ padding-bottom:0; border-bottom:none;}
.age_list li p{ font-weight:500;}
.age-bg{
    position: absolute;
    top: -53px;
    right: 20px;
    width: 217px;
	}
.age-prod{
    position: absolute;
    bottom: 23px;
    right: -65px;
    width: 392px;
	}	

/*========Page 2========*/
.prod_benefits_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fffbea;
	border:1px solid #f0ead3;
	border-radius:12px;
	padding:25px;
	margin-top:40px;
	}
.benefits_wrap{
	float:left;
	width:100%;
	}	
.benefits_row{
	float:left;
	width:100%;
	border-bottom:1px solid #d6d6d6;
	padding:30px 0 30px 70px;
	position:relative;
	}
.benefits_row:last-child{ border-bottom:none; padding-bottom:0;}	
.bene_steps{
	position:absolute;
	top:35px;
	left:0;
	width:48px;
	height:48px;
	border-radius:50%;
	background:#051e5b;
	font-size:22px;
	line-height:50px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}
.benefits_row h3{
	font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #000;
	font-weight:bold;
	}	
.benef_txt_tp{ margin-top:15px !important;}
.benef_imgs{
	width:210px;
	margin:0 0 0 20px;
	}
.happy_img{ margin:35px 0 0 20px;}

ul.congra_list{
    width: 100%;
    max-width: 410px;
    margin-top: 20px;
	}
ul.congra_list li{
    background: url(../images/green-tick.png) no-repeat left 18px;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
    padding: 14px 0 14px 50px;
    border-bottom: 1px solid #c0cacc;
    background-size: 28px;
	}
ul.congra_list li:last-child{ border:none;}
.blue_strip.prod_blue_strip{
	padding-right: 230px;
	}
.yellow_color{
	font-size:22px;
	line-height:22px;
	color:#fff000;
	font-weight:bold;
	}
.blue_strp_prod{
	position:absolute;
	right: 50px;
	bottom:0;
	width:184px;
	}

.doctor_wrap{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 10px;
	}
.doctor_box{
	width: 100%;
    margin-top: 25px;
    background: #fff;
    border-radius: 12px;
    -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);
	padding:25px;
	
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	}
.doc_icons{
	display:inline-block;
	vertical-align:top;
	width:130px;
	}
.doc_icon3{ width:143px !important;}	
.doc_txt_tp{ margin-top:20px !important;}

.doctor_bx_cont{
	width:calc(100% - 204px);
	padding-right:25px;
	}
.doctor_imgbx{
	width:204px;
	overflow:hidden;
	}
.doctor_imgbx img{
	margin:0 auto 0;
	display:block;
	}
.doc_names{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	background:#051e5b;
	padding:12px 5px;
	font-size:16px;
	line-height:16px;
	color:#fff;
	font-weight:bold;
	}
	
.trustpilot_box{
    margin: 40px auto 0;
    width: 100%;
    max-width: 420px;
    border: 1px solid #b0b0b0;
    border-radius: 15px;
    padding: 20px 30px;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;	
	}	
.trustpilot_box img{
	width:145px;
	}	
.trustpilot_box p{
    width: calc(100% - 165px);
    padding-left: 15px;
    margin-left: 20px;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    border-left: 1px solid #d7d7d7;
	}	
	
.testi_wrap{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
.testi_box{
	float:left;
    width: 100%;
	text-align:left;
    background: #fffbea;
    border: 1px solid #f0ead3;
    padding: 25px 25px;
    border-radius: 15px;
	margin-top:20px;
	}	
.t_heading{
	font-size:22px;
	line-height:26px;
	color:#000;
	letter-spacing:0.3px;
	font-weight:bold;
	}	
.t_star{
	display:inline-block;
	vertical-align:top;
	width:120px;
	margin-top:16px;
	}	
.t_text{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #000;
    margin-top: 24px;
	}	
.t_mt{ margin-top:18px !important;}	
.t_name{
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	margin-top:27px;
	}
.t_name span{
	font-size:14px;
	line-height:14px;
	color:#727272;
	font-weight:normal;
	}
.t_name img{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 12px;
    width: 17px;
	}
.t_pic{
	width:150px;
	margin:6px 0 0 35px;
	}			
	
.quality_seal_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#d9ecf0;
	border-radius:15px;
	text-align:center;
	padding:25px;
	margin-top:40px;
	}	
ul.quality_seal_list{
	margin:24px auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
ul.quality_seal_list li{
	width:33.33%;
	text-align:center;
	border-right:1px solid #b9d1d5;
	padding:0 15px;
	}	
ul.quality_seal_list li:last-child{ border-right:none;}	
ul.quality_seal_list li img{
	margin:0 auto 0;
	display:block;
	width:112px;
	}	
ul.quality_seal_list li p{ margin-top:12px !important;}	
	
.blue_strip.system_strip{
	padding-right:200px;
	}
.blue_strp_system{
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 370px;
	}	
.marketplace_img{
	width:220px;
	margin:44px 0 0 15px;
	}	
.blue_strp_prod2{
    width: 159px;
    margin: -179px -18px -52px 0;
	}	

.prod_details_box{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fffbea;
    border: 1px solid #f0ead3;
    margin-top: 40px;
    padding: 25px 25px;
    border-radius: 15px;
	}	
	
.prod_det_wrap{
	display: inline-block;
    vertical-align: top;
    width: 100%;
	margin-top:25px;	
	}	
.prod_det_row{
	float:left;
	width:100%;
	background:#eef7f8;
	border:2px solid #5aadb7;
	border-radius:12px;
	padding:0 20px;
	margin-top:12px;
	
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}	
.det_row_left{
    background: url(../images/prod-det-arw.png) no-repeat center right;
    width: 50%;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 0;
	}	
.det_row_left img{
	width:62px;
	}	
.det_row_left p{
    width: calc(100% - 80px);
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    color: #000;
	font-weight:600;
    padding-left: 15px;
	}	
.det_row_mid{
	width:35%;
	text-align:center;
	}	
.prod_det_price{
	font-size:30px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	}	
.det_row_right{
	width:15%;
	text-align:center;
	}		
.save_seal{
	background:url(../images/save-seal.png) no-repeat center top;
	width:84px;
	height:84px;
	text-align:center;
	font-size:20px;
	line-height:26px;
	color:#fff;
	font-weight:600;
	padding-top:16px;
	background-size:100%;
	}	
.save_seal span{
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	}	

.point_arrow1{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 -25px 10px;
    width: 54px;
	}	

.btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	text-align:center;
	}
.btn_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:704px;
	text-align:center;
	}	
.common_btn{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 75px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 75px;
    font-family: 'Red Hat Display';
    font-weight: bold;
    letter-spacing: 0.3px;
    position: relative;
	text-transform:uppercase;
	
 	background: rgb(0, 159, 53);
    background: linear-gradient(0deg, rgba(0, 159, 53, 1) 18%, rgba(0, 162, 52, 1) 35%, rgba(0, 167, 50, 1) 50%, rgba(0, 174, 48, 1) 59%, rgba(0, 186, 43, 1) 70%, rgba(0, 191, 41, 1) 81%);
		
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
	}
.common_btn img{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-4px 0 0 20px;
	}	
.btn_secure_text{
	font-size:18px;
	line-height:18px;
	color:#727272;
	margin-top:17px;
	}	
.btn_secure_text img{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-6px 10px 0 0;
	}
	
.blue_strp_prodbox{
	width: 320px;
    margin: -310px -15px -46px 0;
	position:relative;
	}	
.blue_strp_prod3{
	float:right;
	}	
.free_seal{
	position:absolute;
	top:0;
	left:0;
	background:url(../images/save-seal.png) no-repeat center top;
	width:114px;
	height:114px;
	text-align:center;
	font-size:30px;
	line-height:30px;
	color:#fff000;
	font-weight:800;
	padding-top:22px;
	background-size:100%;
	z-index:1;
	text-transform:uppercase;
	}	
.free_seal span{
	font-size:22px;
	line-height:22px;
	font-weight:600;
	color:#fff;
	position:relative;
	}
.free_seal span:before{
    content: "";
    position: absolute;
    left: -8px;
    top: 44%;
    border-bottom: 1px solid #fff;
    right: -3px;
    transform: rotate(-15deg);
	}	
	
ul.tmg_list{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 30px 0 10px;
	}			
ul.tmg_list li{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    background: url(../images/green-tick.png) no-repeat left 0;
    background-size: 27px;
    padding-left: 40px;
    margin-top: 25px;
	}	

/*======STICKY SECTION=======*/
.sticky_section{
	float:right;
	width:27%;
	position:sticky;
	top:25px;
	}
.sticky_box{
	float:left;
	width:100%;
	padding:20px 15px 25px;
	background:#fffbea;
	border:2px solid #0f2e78;
	border-radius:15px;
	}
.sticky_sub_hdg{
	font-size:16px;
    line-height:16px;
	font-weight:800;
	color:#ff0000;
	letter-spacing:0.5px;
	text-transform:uppercase;
	}
.sticky_text{
	font-size:16px;
    line-height:16px;
	font-weight:500;
	color:#000;
	margin-top:5px;
	}
.sticky-star{
    display: inline-block;
    vertical-align: middle;
    margin: -5px 8px 0 0;
    width: 84px;
	}
.sticky_hdg{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-top:15px;
	}
.sticky-product{
	display:block;
	margin:20px auto 0;
	width:240px;
	}
ul.sticky_points{
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
	text-align:left;	
	}
ul.sticky_points li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:url(../images/green-tick.png) no-repeat left 3px;
	background-size:18px;
	font-size:18px;
    line-height:24px;
	font-weight:500;
	color:#000;
	margin-top:10px;
	padding:0 0 10px 28px;
	border-bottom:1px solid #cdc49e;
	}
ul.sticky_points li:last-child{ border-bottom:none; padding-bottom:0;}
.sticky_btn{
	display:inline-block;
	vertical-align:top;
    width: 100%;
    max-width: 245px;
    height: 58px;
    font-size: 18px;
    line-height: 58px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-radius: 6px;
	margin-top:20px;
	letter-spacing:0.5px;
   -webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
    background: rgb(0, 159, 53);
    background: linear-gradient(0deg, rgba(0, 159, 53, 1) 18%, rgba(0, 162, 52, 1) 35%, rgba(0, 167, 50, 1) 50%, rgba(0, 174, 48, 1) 59%, rgba(0, 186, 43, 1) 70%, rgba(0, 191, 41, 1) 81%);
	}
.sticky-arrw{
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    margin: -3px 0 0 7px;
	}
	
	

/*================PAGE 3================*/	
.order_block{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fffbea;
    border: 1px solid #f0ead3;
    margin: 35px 0 10px;
    padding: 30px 30px 35px;
    border-radius: 15px;
	}	
.order_box{
	display: inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	}	
.order_col{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	margin-top:45px;
	padding-left:45px;
	}
.order_col:first-child{ margin-top:0;}
.order_col:before, .order_col:after{
    content: '';
    position: absolute;
	}
.order_col:before{
    top:6px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid #051e5b;
	}
.order_col:after{
    top: 30px;
    bottom: -58px;
    left: 12px;
    border-left: 2px dashed #051e5b;
	}
.order_col:last-child:after{ display:none;}
.step_count{
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    background: #051e5b;
    padding: 4px 15px;
    border-radius: 20px;
	}	
.common_text.order_box_text{ margin-top:12px;}
.order_box_row{
	display: inline-block;
	vertical-align:top;
	width:100%;
	padding-left:25px;
	}
ul.order_list{
	display: inline-block;
	vertical-align:top;
	width:100%;
	}
ul.order_list li{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 20px;
    background: url(../images/green-tick.png) no-repeat top 1px left;
    background-size: 26px;
    color: #000;
    padding-left: 45px;	
	}
	
ul.icon_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
	margin-top:40px;
	text-align:center;
	}
ul.icon_list li{
	width:20%;
	}
ul.icon_list li img {
    display: block;
    margin: 0 auto 0;
    width: 99px;
    border: 2px solid #cdd2de;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
	}
ul.icon_list li p{
	font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.2px;
	margin-top:15px;
	}
	
.waste_box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fff1f1;
    border: 2px solid #ff0000;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    margin-top: 35px;
    padding: 25px 30px 30px;
    border-radius: 15px;
	}
ul.waste_bx_list{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 10px;
	}
ul.waste_bx_list li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: url(../images/cross-mark.png) no-repeat left 0;
    background-size:30px;
	margin-top: 25px;
    padding-left:50px;
	}
ul.waste_bx_list li p{ font-weight: 500;}
	
.commitment_box{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #d9ecf0;
    margin: 35px 0 5px;
    padding: 25px 30px 30px;
    border-radius: 15px;
	}
ul.cmnt_box_list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
	}
ul.cmnt_box_list li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: url(../images/green-tick.png) no-repeat left 1px;
    background-size: 28px;
    color: #000;
    margin-top: 20px;
    border-bottom: 1px solid #c0cacc;
    padding: 0 0 15px 45px;
	}
ul.cmnt_box_list li p{ font-weight: 500;}
ul.cmnt_box_list li:last-child{ border-bottom:none; padding-bottom:0;}

.product_box2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 40px;
    background: #fcf8e3;
    border: 2px dashed #fd8378;
    text-align: left;
    border-radius: 15px;
    overflow: hidden;
	}
.product_box2_cont{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding: 30px 25px 30px;
	}
.common_text.prod_box_head{
    font-weight: 500;
    color: #000;
	padding-bottom:20px;
	margin-top:0;
	border-bottom:2px solid #e5dfc6;
	}
.prod_inner_strip{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
    background: #f7edc3;
	position:relative;
    padding: 25px 372px 35px 30px;
	}
.red_text{ color:#ff0000;}
.inr_strip_text span{ color:#ff0000;}
.inner_img_box{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 397px;
	}
.prod_img{
	display:block;
	margin:0 auto;
	width:397px;
	}
.free_seal.patch_box{
    left: auto;
    right: 10px;
    top: -50px;
    font-size: 22px;
    line-height: 22px;
    width: 88px;
    height: 88px;
    padding-top: 19px;
	}
.patch_box span{
	font-size:16px;
	font-weight:600;
	line-height:17px;
	color:#fff;
	position:relative;
	}	
.patch_box span:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 35px;
    background: #fff;
    transform: rotate(-20deg);
	}

.support_points{
    width: 100%;
	margin:45px auto 0;
	text-align:center;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.support_points li{
	width:25%;
	padding:0 10px;
	border-left:1px solid #d5d5d5;
	}
.support_points li:first-child{ border-left:none;}
.support_points li img{
	display:block;
	margin:0 auto 10px;
	width:113px;
	}
.support_points li p{
	margin-top:0;
	font-weight:600;
	} 
	
.revw_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
.revw_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:25px;
	padding:35px;
	border-radius:15px;
	background:#fff;
    -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);
	}
.revw-img{
	display:block;
	margin:0 auto;
	width:633px;
	}
	
/*=================main_sec_right=====================*/
.main_sec_right{
	float:right;
	width:27%;
	}
.right_box{
	float:left;
	width:100%;
	padding:20px 15px;
	margin-top:25px;
	background:#fffbea;
	border:2px solid #0f2e78;
	overflow:hidden;
	border-radius:20px;
	-webkit-	box-shadow:0 0 6px 2px rgba(0,0,0,0.2);
	box-shadow:0 0 6px 2px rgba(0,0,0,0.2);
	}
.top_text{
	font-size:16px;
    line-height:22px;
	font-weight:800;
	color:#ff0000;
	text-transform:uppercase;
	}
.rate_text{
	font-size:16px;
    line-height:22px;
	font-weight:500;
	color:#000;
	margin-top:3px;
	}
.rgt_box_heading{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	margin-top:10px;
	}
.star_img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 8px 0 0;
    width: 84px;
	}
.rgt_prod_img{
	display:block;
	margin:20px auto 0;
	}
ul.rgt_box_list{
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
	text-align:left;	
	}
ul.rgt_box_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:url(../images/green-tick.png) no-repeat left 3px;
	background-size:22px;
	font-size:18px;
    line-height:24px;
	font-weight:500;
	color:#000;
	margin-top:10px;
	padding:0 0 10px 30px;
	border-bottom:1px solid #cdc49e;
	}
ul.rgt_box_list li:last-child{ border-bottom:none; padding-bottom:0;}
.right_box_btn{
    float: right;
    width: 100%;
    max-width: 245px;
    background: rgb(0, 159, 53);
    background: linear-gradient(0deg, rgba(0, 159, 53, 1) 18%, rgba(0, 162, 52, 1) 35%, rgba(0, 167, 50, 1) 50%, rgba(0, 174, 48, 1) 59%, rgba(0, 186, 43, 1) 70%, rgba(0, 191, 41, 1) 81%);
    height: 58px;
    font-size: 18px;
    line-height: 58px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-radius: 6px;
	margin-top:20px;
   -webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
	}
		
/*========reference_section ========*/	
.reference_section{
	float:left;
	width:100%;
	padding:40px 0 40px;
	background:#fff;
	border-top:1px solid #cbcbcb;
	text-align:left;
	}
.reference_text{
	font-size: 18px;
    line-height:22px;
    font-weight: 400;
    letter-spacing: 0;
    color: #6e6e6e;
	}
.reference_block{
	width:100%;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.reference_list{
    width: 48%;
	}
ul.reference_list li{
	display: inline-block;
    vertical-align: top;
    width:100%;
    font-size: 12px;
    line-height:18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #6e6e6e;
    padding-left: 25px;
    position: relative;
    margin-top: 20px;
	}
ul.reference_list li span {
    position: absolute;
    top: 0;
    left: 0;
	}
.statement_text{
    font-size: 12px;
    line-height:18px;
    color: #6e6e6e;
	margin-top:25px;
	}
	
/*========footer========*/
.btmfix{
	margin-top:40px;
	}
.footer-cta{
	float:left;
	width:100%;
	text-align:center;
	padding:25px 0 20px;
	background:#051e5b;
	position:relative;
	bottom:0;
	z-index:99
	}
a.footer-btn{
	display:inline-block;
	vertical-align:middle;
    height:72px;
	width:490px;
    color: #fff;
    font-size: 26px;
	line-height: 72px;
	font-family: 'Red Hat Display';
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.5px;
    border-radius: 5px;
    text-shadow: 1px 1px #009e53;
	box-shadow: 0 0 8px 2px rgb(0 0 0 / 10%);
	background: rgb(0, 159, 53);
	background: linear-gradient(0deg, rgba(0, 159, 53, 1) 18%, rgba(0, 162, 52, 1) 35%, rgba(0, 167, 50, 1) 50%, rgba(0, 174, 48, 1) 59%, rgba(0, 186, 43, 1) 70%, rgba(0, 191, 41, 1) 81%);
	}
a.footer-btn img{
	display:inline-block;
	vertical-align:middle;
    width: 12px;
    margin: -3px 0 0 20px;
	}

.footer{
	float:left;
	width:100%;
	padding:40px 0 0;
	background:#ffffff;
	border-top:1px solid #ccc;
	}
.footer_logo{
	display:block;
	margin:0 auto 30px;
	width:133px;
	}
.footer_text{
	font-size: 18px;
	line-height: 24px;
	color: #6b6b6b;
	letter-spacing: 0.3px;
	margin-top: 10px;
	}
.footer_text a{ padding:0 5px;}	

/*-----------------------
       MEDIA-QUERY
------------------------*/
.semi_bold{ font-weight:600;}
.white_text{ color:#fff;}
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){         
.container{width:1004px;}

.age-prod{ bottom: 36px;}

ul.congra_list{ max-width: 390px;}

.compound_box{ padding: 20px 270px 20px 20px;}

}

@media only screen and (max-width:1021px){	    
.container{width:750px;}
.show-tab{display:block;}
.show-desk{ display:none;}

.main_heading{ font-size: 36px; line-height: 44px;}
.main_text{ font-size: 20px; line-height: 32px;}
.author_text{ padding-top: 5px; line-height:20px;}
.verify_tick{ top:0; left:auto; right:-25px; width:18px;}
.author_box_right{ padding-top: 6px;}
.author_text:nth-child(2):before{ left:0;}
.author_text{ padding-left:16px !important; margin: 0 7px;}

.update_head{ font-size: 17px; line-height: 17px; width: 105px;}
.alert_img{ width: 20px;}
.update_text{ width: calc(100% - 105px); font-size: 17px; line-height: 25px;}

.common_heading{ font-size: 25px; line-height: 33px; margin-top: 35px; padding-bottom: 15px;}
.common_text{ font-size: 19px; line-height: 27px; margin-top:20px;}
.arrw_shape{ padding-bottom: 36px; background-size: 60%;}
.doctor_detl{ max-width: 180px;}
.doc_detl_img{ bottom: 37px; right: 5px; width: 51px;}
.name_box{ padding: 0 5px;}
.name_box{ padding: 10px 5px 0;}
.doc_name{ font-size: 15px; line-height: 15px;}
.doc_qaf{ font-size: 12px; line-height: 14px;}

.blue_strip{ padding: 20px 15px;}

.trendy_box{ max-width: 430px;}
.trendy_col{ width: 130px; height: 130px;}
.trendy-cross{ width: 24px;}
.trendy-img{ width: 146px;}

.blue_box{ padding: 20px 20px 25px;}
.blue_box p{ width: calc(100% - 180px);}
.nad-img{ width: 180px;}

.random_box{ padding: 5px;}
.random_box_cont{ width: calc(100% - 180px); padding: 12px 12px;}
.random_box_cont h3{ font-size: 22px; line-height: 24px; padding-left: 32px; background-size: 23px;}
.random_box_cont p{ margin-top: 13px;}
.random_img_box{ width: 180px;}

.reason_box{ padding: 20px 20px 25px;}
ul.reason_box_list li{ background-position: top 4px left; margin-top:12px; background-size: 20px; padding-left: 34px;}

.blue_strip2{ padding: 14px 20px 16px; margin-top: 25px;}

.compound_box{ padding: 20px 153px 20px 20px;}
.compound-box-img{ top: -5px; width: 135px;}

.research_block{ padding: 25px 20px;}

.veggies_list{ margin: 25px auto 0;}
.veggies_list li p{ font-size: 19px; line-height: 27px;}

.gasto_list li img{ width: 74px;}
.gasto_list li p{ font-size: 19px; line-height: 20px;}

.simp_box{ padding: 15px 20px;}
.simp_cont{ width: calc(100% - 165px); padding-right: 15px;}
.simp_img_box{ width: 165px;}

.age_block{ padding: 20px 15px 25px; margin-top: 35px;}
.age_cont{ padding-right: 190px;}
.age_list{ margin-top: 10px;}
.age_list li{ margin-top: 10px; padding-bottom: 10px; padding-left: 28px; background-position: top 4px left; background-size: 18px;}
.age-prod{ bottom: 57px; width: 352px;}

/*========Page 2========*/
.prod_benefits_box{ padding: 25px 20px;}
.benefits_row{ padding: 30px 0 30px 60px;}
.bene_steps{ width: 42px; height: 42px; font-size: 20px; line-height: 43px;}
.benef_imgs{ width: 172px; margin: 0 0 0 15px;}

.happy_img{ width: 190px;}
ul.congra_list{ max-width: 298px;}
ul.congra_list li{ background-position: top 15px left; font-size: 19px; line-height: 27px; padding: 12px 0 12px 35px; background-size: 23px;}

.blue_strip.prod_blue_strip{ padding-right: 160px;}
.blue_strp_prod{ right: 10px; width: 167px;}

.doctor_box{ padding: 25px 20px; align-items: flex-start;}
.doctor_imgbx{ width: 170px;}
.doc_names{ font-size: 13px; line-height: 14px;}
.doctor_bx_cont{ width: calc(100% - 170px); padding-right: 20px;}

.testi_box{ padding: 25px 20px;}
.t_pic{ width: 115px; margin: 6px 0 0 25px;}
.t_heading{ font-size: 20px; line-height: 26px;}
.t_text{ font-size: 18px; line-height: 26px; margin-top: 20px;}
.t_name{ font-size: 18px; line-height: 18px;}
.t_name img{ width: 16px;}

.quality_seal_box{ padding: 25px 20px; margin-top: 35px;}
ul.quality_seal_list li{ padding: 0 10px;}
ul.quality_seal_list li img{ width: 102px;}

.blue_strip.system_strip{ padding-right: 140px;}
.blue_strp_system{ bottom: -20px; width: 220px;}
.marketplace_img{ width: 150px; margin: 32px 0 0 15px;}

.blue_strp_prod2{ width: 79px; margin: -91px -18px -52px 0;}

.prod_details_box{ padding: 25px 20px;}
.prod_det_wrap{ margin-top: 15px;}
.prod_det_row{ padding: 0 15px;}
.det_row_left{ width: 55%;}
.det_row_left img{ width: 50px;}
.det_row_mid{ width: 30%;}
.det_row_left p{ width: calc(100% - 50px); font-size: 19px; line-height: 27px; padding-left: 10px;}
.prod_det_price{ font-size: 24px; line-height: 24px;}
.save_seal{ width: 67px; height: 67px; font-size: 16px; line-height: 20px; padding-top: 14px;}
.save_seal span{ font-size: 19px; line-height: 19px;}

.blue_strp_prodbox{ width: 147px; margin: -190px -5px -46px 0;}
.free_seal{ left: -40px; width: 92px; height: 92px; font-size: 24px; line-height: 24px;}
.free_seal span{ font-size: 20px; line-height: 20px;}

.common_btn{ height: 65px; font-size: 22px; line-height: 65px;}
.common_btn img{ width: 11px; margin: -4px 0 0 15px;}

/*========Page 2========*/
.order_block{ margin: 35px 0 10px; padding: 25px 20px 30px;}
.order_box{ margin-top: 35px;}
.step_count{ font-size: 19px; line-height: 19px; padding: 5px 15px 4px;}
.order_col:before{ top: 0;}
.order_box_row{ padding-left:15px;}
ul.order_list li{ background-size: 22px; padding-left: 35px;}
ul.icon_list li{ width: 18%;}
ul.icon_list li p{ font-size: 16px; line-height: 21px;}

/*========Page 3========*/
.waste_box{ padding: 25px 25px 30px;}
ul.waste_bx_list li{ background-position: top 1px left; background-size: 25px; margin-top: 25px; padding-left: 40px;}

.commitment_box{ padding: 25px 25px 30px;}
ul.cmnt_box_list li{ background-size: 24px; padding: 0 0 15px 37px;}

.product_box2_cont{ padding: 25px 20px 25px;}
.prod_inner_strip{ padding: 20px 242px 30px 20px;}
.inner_img_box{ width: 257px;}
.free_seal.patch_box{ font-size: 17px; line-height: 17px; width: 76px; height: 76px;}
.free_seal.patch_box span{ font-size: 16px; line-height: 17px;}

.support_points li img{ width: 83px;}

.revw_box{ padding: 25px;}

.footer-cta{ padding: 25px 0 20px;}
a.footer-btn{ height: 62px; width: 430px; font-size: 23px; line-height: 62px;}
a.footer-btn img{ width: 10px; margin: -3px 0 0 15px;}


/*======STICKY SECTION=======*/
.sticky_section{ width: 28%; top: 20px;}
.sticky_box{ padding: 20px 10px;}
.sticky_sub_hdg{ font-size: 14px; line-height: 14px;}
.sticky_text{ font-size: 14px; line-height: 14px; margin-top: 6px;}
.sticky-star{ margin: -5px 5px 0 0; width: 70px;}
.sticky_hdg{ font-size: 16px; line-height: 22px; margin-top: 10px;}
.sticky-product{ margin: 12px auto 0;}
ul.sticky_points{ margin-top: 5px;}
ul.sticky_points li{ background-position:top 4px left; background-size: 14px; font-size: 16px; line-height: 22px; margin-top: 7px; padding: 0 0 7px 21px;}
.sticky_btn{ height: 46px; font-size: 12px; line-height: 46px; margin-top: 20px;}
.sticky-arrw{ width: 7px; margin: -3px 0 0 4px;}

}

@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;}

.header{ padding: 5px 0 10px; position:relative;}
.header_text{ font-size: 10px; line-height: 10px; position:absolute; top:3px; left:52%; transform:translateX(-50%);}
.logo{ margin-top:10px; width:110px;}

.banner_section{ padding: 25px 0 5px;}
ul.evidence_list li{ font-size: 14px; line-height: 18px; padding: 4px 15px 5px 10px; margin-right: 10px;}
.green_tick{ margin: -2px 6px 0 0; width: 14px;}
.main_heading{ font-size: 26px; line-height: 36px;}

.author_box{ display:inline-block; vertical-align:top;}
.author_box_left{ width:100%;}
.author_img{ width: 40px;}
.author_text{ font-size: 11px; line-height: 16px; padding-left:9px !important; margin:0 0 0 10px; border-left:1px solid #bababa;}
.author_text:first-child{ padding-left: 46px !important; border-left:none;}
.author_text:before{ display:none;}
.verify_tick{ top:0; left:auto; right:-20px; width:13px;}
.author_box_right{ padding-top: 9px; width: 31%;}

.shadow{ border: 2px solid #fff; border-radius: 10px;}
.main_sec_img{ margin: 7px auto 0; object-fit: cover; height: 183px;}

.update_box{ text-align:center; padding:17px 15px 15px;}
.update_head{ width:100%; font-size:18px; line-height:18px;}
.update_text{ padding-left:0; width:100%; font-size:16px; line-height:24px; margin-top:10px;}

.main_section_block{ padding: 30px 0 35px;}
.arrw_shape{ background-size: 100%;}
.main_sec_left{ width:100%;}
.doctor_detl_otr{ display:inline-block; vertical-align:top; text-align:center; width:100%; margin:20px 0 5px;}
.doctor_detl{ float:none; display:inline-block; vertical-align:top; margin:0; text-align:left; max-width:205px;}
.doc_name{ font-size: 16px; line-height: 16px;}
.doc_qaf{ font-size: 13px;}
.doc_detl_img{ bottom: 32px; right: 8px; width: 61px;}

.common_text{ font-size: 18px; line-height: 26px;}
.common_img{ margin: 25px auto 0;}

.blue_strip{ padding: 15px 15px 17px; margin-top: 25px;}

.trendy_box{ max-width: 350px;}
.trendy_col{ width: 100px; height: 100px;}
.trendy-cross{ width: 17px;}
.trendy-img{ width: 116px;}

.blue_box{ text-align:center; padding:16px 15px 23px; justify-content: center; flex-wrap: wrap;}
.blue_box p{ width:100%; padding-right:0;}
.nad-img{ float:none; display:block; margin:20px auto 0; width: 264px;}

.random_block{ margin-top: 10px;}
.random_box{ padding: 5px;}
.random_box_cont{ width: calc(100% - 140px); padding: 12px 7px 12px 10px;}
.random_box_cont h3{ font-size: 19px; line-height: 24px; padding-left: 0; background: none}
.random_box_cont p{ margin-top: 12px; font-size: 16px; line-height: 24px;}
.random_img_box{ width: 140px; display: -webkit-flex; display: flex; justify-content: center;}
.random-img{ object-fit: cover;}

.reason_box{ margin-top:25px;}
ul.reason_box_list{ padding-left:0;}
ul.reason_box_list li{ padding-left: 32px;}

.blue_strip2{ padding: 12px 15px 13px; margin-top: 20px;}

.compound_box{ padding:20px 15px 22px; margin:30px 0 211px;}
.compound-box-img{ position:static; margin: 25px auto -230px; display: block; width: 264px; border-radius: 15px;}

.research_block{ padding: 15px 12px 18px;}
.research_box{ padding: 15px 10px;}
.research-img-mob{ margin:0 auto 0; width:100%;}
.research_link{ margin-top:15px;}

.veggies_list li{ padding: 0 8px;}
.veggies_list li p{ font-size: 16px; line-height: 24px;}

.gasto_box{ border-radius: 10px; margin: 25px 0 5px; padding: 17px 15px 20px;}
.gasto_box p{ font-size:17px;}
.gasto_list{ margin: 20px auto 0;}
.gasto_list li img{ width: 65px;}
.gasto_list li p{ font-size:18px; line-height:18px;}

.simp_box{ max-width:345px; padding: 15px 15px 25px; margin: 25px auto 25px; text-align:center; justify-content: center;}
.simp_cont{ width:100%;}
.simp_img_box{ width:100%; margin-top:20px;}
.simp_img_box img{ width:170px;}

.age_block{ padding:20px 15px 20px; margin-top: 30px;}
.age_cont{ padding-right:0;}
.age-bg{ top: 60px; right: 17px; width: 167px;}
.age-prod{ width: 352px; position: static; display: block; margin: 0 auto 15px;}

/*========Page 2========*/
.prod_benefits_box{ padding: 20px 15px 22px;}

.benefits_row{ padding: 25px 0 25px 40px;}
.bene_steps{ top:25px; width: 30px; height: 30px; font-size: 16px; line-height: 29px;}
.benefits_row h3{ font-size: 22px; line-height: 29px;}
.benef_imgs{ width:100%; float:none; margin:20px auto 20px;}

.happy_img_mob{ width:355px; display:block; margin:25px auto 0;}
ul.congra_list{ display:inline-block; vertical-align:top; max-width:100%;}
ul.congra_list li{ font-size: 18px; line-height: 26px; padding: 12px 0 12px 32px; background-size: 20px;}

.blue_strip.prod_blue_strip{ padding-right: 116px;}

.doctor_bx_cont{ width:100%; padding-right:0; text-align:center;}
.doctor_imgbx{ width: 190px; margin: 20px auto 20px;}
.doc_names{ font-size: 16px; line-height: 16px;}

.trustpilot_box{ margin: 30px auto 0; max-width: 340px; padding: 15px 20px;}
.trustpilot_box img{ width: 105px;}
.trustpilot_box p{ width: calc(100% - 125px); font-size: 16px; line-height: 24px;}

.testi_wrap{ margin-top: 10px;}
.testi_box{ text-align:center;}
.t_heading{ font-size: 18px; line-height: 24px;}
.t_star{ display:block; margin:12px auto 0;}
.t_pic{ margin:20px auto 0; width:140px;}
.t_text{ font-size: 16px; line-height: 24px; margin-top: 15px !important;}

.quality_seal_box{ padding: 25px 15px; margin-top: 25px;}
ul.quality_seal_list{ margin: 25px auto 0; width: 100%; max-width: 250px; row-gap: 30px;}
ul.quality_seal_list li{ padding: 0; width: 100%; border-right: none;}

.blue_strip.system_strip{ padding-right: 130px;}
.blue_strp_system{ bottom: -17px; width: 170px; right:5px;}
.yellow_color{ font-size: 19px; line-height: 27px;}
.marketplace_img{ margin:20px auto 0; width:210px;}

.prod_det_wrap{ margin-top: 12px;}
.blue_strip.blue_strip3{ text-align:center;}
.blue_strp_prod2{ display:block; margin:12px auto 0; float:none; width:110px;}
.prod_details_box{ padding: 20px 15px 25px; margin-top: 30px;}
.prod_det_row{ padding: 0 10px;}
.det_row_left img{ width: 38px;}
.det_row_left{ width: 50%; background-size: 14% 100%;}
.det_row_left p{ width: calc(100% - 38px); font-size: 16px; line-height: 22px; padding-left: 10px;}
.det_row_mid{ width: 29%;}
.prod_det_price{ font-size: 17px; line-height: 17px;}
.det_row_right{ width: 20%;}
.save_seal{ width: 57px; height: 57px; font-size: 14px; line-height: 16px; padding-top: 12px;}
.save_seal span{ font-size: 17px; line-height: 18px;}

.blue_strip.complimentary_blue_strip{ text-align:center;}
.blue_strp_prodbox{ margin:20px auto 0; float:none;}

.btn_width{ max-width: 335px;}
.common_btn{ height: 85px; font-size: 22px; line-height: 29px; padding: 14px 18px 0 0;}
.common_btn img{ width: 11px; margin: -5.5px 0 0 0; position: absolute; top: 46%; right: 30px;}
.btn_secure_text{ font-size: 16px; line-height: 16px;}
.btn_secure_text img{ width: 11px; margin: -4px 8px 0 0;}

ul.tmg_list{ margin: 10px 0 5px;}
ul.tmg_list li{ background-position: top 2px left; background-size: 20px; padding-left: 30px; margin-top: 20px;}

.order_block{ margin: 30px 0 0; padding: 20px 15px 25px;}
.order_col:before{ top:4px; width: 6px; height: 6px; border: 6px solid #051e5b;}
.step_count{ font-size: 18px; line-height: 18px; padding: 5px 15px 4px;}
.order_col{ padding-left: 35px; margin-top:35px;}
.order_col:after{ left: 8px; top: 20px; bottom: -52px;}
.order_box_row{ padding-left: 9px;}
ul.order_list li{ background-size: 19px; padding-left: 31px;}

ul.icon_list{ margin-top: 35px; row-gap: 25px; justify-content: center;}
ul.icon_list li{ width: 33.33%; padding: 0 5px;}
ul.icon_list li img{ width: 72px;}
ul.icon_list li p{ font-size: 14px; line-height: 19px;}

.waste_box{ padding: 20px 15px 25px; margin-top:30px;}
ul.waste_bx_list{ margin-top:5px;}
ul.waste_bx_list li{ background-size: 21px; margin-top: 20px; padding-left: 32px;}

.commitment_box{ margin-top:30px; padding: 25px 20px 25px;}
ul.cmnt_box_list li{ background-size: 21px; padding: 0 0 15px 32px;}
.prod_inner_strip{ padding: 20px 15px; text-align:center;}
.inner_img_box{ position:static; display:inline-block; vertical-align:top; width:100%; max-width:250px; margin-top:20px;}
.inner_img_box_inr{ display:inline-block; vertical-align:top; width:100%; position:relative;}
.free_seal.patch_box{ right: -20px; top: -10px;}

.product_box2{ text-align: center;}
.product_box2_cont{ padding: 20px 15px 20px;}
.common_text.prod_box_head{ padding-bottom: 12px;}

.support_points{ row-gap: 30px; margin: 30px auto 0;}
.support_points li{ width: 50%;}
.support_points li:nth-child(2n -1){ border-left:none;}

.revw_box{ margin-top: 20px; padding: 15px 15px 20px; border-radius: 15px;}
.revw-img-m{ margin:0 auto; width:100%;}

.reference_section{ padding: 30px 0 30px;}
ul.reference_list li{ margin-top: 12px; width:100%;}
.statement_text{ margin-top: 20px;}
.footer{ padding: 25px 0 0;}
.footer_logo{ margin: 0 auto 25px; width: 110px;}
.footer_text{ font-size: 14px; line-height: 18px;}
.footer-cta{ padding: 0; background: none;}
.btmfix{ margin-top: 25px;}
a.footer-btn img{ width: 9px; margin: -3px 0 0 13px;}
a.footer-btn{ width:100%; border-radius:0; height: 55px; font-size: 20px; line-height: 55px;}
ul.reference_list{ width: 100%;}


/*======STICKY SECTION=======*/
.sticky_section{ width:100%; position:static; display:inline-block; vertical-align:top; margin-top:35px;}
.sticky_box{ float:none; display:inline-block; vertical-align:top; max-width:400px; padding:25px 10px 30px;}
.sticky_sub_hdg{ font-size: 16px; line-height: 16px;}
.sticky_text{ font-size: 16px; line-height: 16px;}
.sticky-star{ margin: -5px 8px 0 0; width: 84px;}
.sticky_hdg{ font-size: 20px; line-height: 26px; margin-top: 15px;}
ul.sticky_points{ margin-top: 5px; max-width:280px;}
ul.sticky_points li{ background-size: 18px; font-size: 18px; line-height: 24px; margin-top: 10px; padding: 0 0 10px 28px;}
.sticky_btn{ height: 58px; font-size: 18px; line-height: 58px; margin-top: 25px; max-width:260px;}
.sticky-arrw{ width: 9px; margin: -3px 0 0 7px;}

}