@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: 400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: 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;
	}
/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:970px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*====FONTS====*/
@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-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@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-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*====HEADER====*/
.header{
	float:left;
	width:100%;
	background:#ffffff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	position:relative;
	padding:14px 0;
	}
.header_text{
	position:absolute;
	top:0px;
	left:50%;
	transform:translateX(-50%);
	color:#838383;
    font-size:12px;
    line-height:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	}
.logo{
    float: left;
    width: 170px;
	}	
.header_btn{
    float: right;
    width: 235px;
    height: 45px;
    background: #19ad38;
    font-size: 19px;
    line-height: 43px;
    color: #ffffff;
    font-weight: bold;
	text-transform:capitalize;
    border-radius: 5px;
    -webkit-appearance: none;
    box-shadow: 0 4px 5px 1px rgba(0, 94, 34, 0.2);
    margin-top:3px;
    letter-spacing: 0.3px;
	}
.header_btn:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 11px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 8px solid #fff;
	}
/*=====MAIN SECTION=====*/
.main_section{
	float:left;
	width:100%;
	padding:30px 0 40px;
	text-align:left;
	}
.main_heading{
    font-size: 47px;
    line-height: 57px;
	color: #000000;
    font-weight: 800;
	}
.red_underline{
	display:inline-block;
	position:relative;
	}
.red_underline:before{
	content:'';
	position:absolute;
	bottom:-6px;
	left:0;
	right:0;
	height:4px;
	background:#ff0000;
	}
.main_text{
	font-size:26px;
	line-height:34px;
	color:#000000;
	font-weight:600;
	margin-top:15px;
	}
.author_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	border-top:2px solid #cfe2e9;
	padding:25px 0 25px;
	margin-top:20px;
	}	
.author_box_list{
	float:left;
	width:100%;	
	}
.author_box_list li{
	float:left;
	text-align:left;
	padding:0 15px;
	position:relative;	
	}
.author_box_list li:after{
	position:absolute;
	content:"";
	background:#121212;
	height:5px;
	width:5px;
	border-radius:50%;
	margin-top:-2px;
	top:50%;
	right:-3px;
	}
.author_box_list li:last-child:after{ display:none;}
.author_box_list li:first-child{ padding-left:55px;}
.author_box_list li:last-child{ padding-right:0;}
.author-img{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:45px;
	border-radius:50%;
	}
.author_paragraph{
	color:#787878;
	font-size:16px;
	line-height:16px;
	letter-spacing:0.3px;
	}
.author_paragraph .grey_color{ color:#515151; font-weight:400;}
.author_paragraph span{
	color:#121212;
	font-weight:bold;
	}	
.author_icon{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:-2px 8px 0 8px;
	}
	
.section_content{
    float: left;
    width: 100%;
	margin-top:35px;
	position:relative;
	}
.left_section{
	float:left;
	width:65.92%;
	text-align:left;
	}
	
.common-img{
    display: block;
    width: 100%;
    margin: 30px auto 0;
	border-radius:15px;
	}
.common-img1{
    display: block;
    width:100%;
    margin: 10px auto 0;
	border-radius:15px;
	}
.shadow{
	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:4px solid #fff;
	}
.graph{
    display: block;
    width: 644px;
    margin: 30px auto 0;
	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);
	}
.shadow.common-img3{ border:2px solid #000; width: 708px;}

.common_heading{
    font-size: 34px;
    line-height: 44px;
	color: #000000;
    font-weight: bold;
    margin-top:40px;
	}
.common_heading.common_border{
    border-bottom: 2px solid #969696;
    padding-bottom:20px;
	}
.common_text{
	font-size:20px;
	line-height:28px;
	color:#000000;
	margin-top:30px;
	}
.common_text.mrgt15{ margin-top:15px;}
.common_text.fs22{
	font-size:22px;
	line-height:30px;
	}
	
.warning_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top: 25px;
	}
.warning_list li{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	background:#fff6f6;
	border: 1px solid #ff0000;
	position: relative;
	padding: 14px 30px 15px 20px;
	border-radius:6px;
	margin-top:10px;
	align-items: flex-start;
	}
.warning_img{
	width:30px;
	margin-top:2px;
	}
.warn_list_cont{
	width:calc(100% - 30px);
	padding-left:18px;
	text-align:left;
	}
.warn_list_cont p{ 
	margin-top:0;
	font-weight:500;
	}	
		
.personal_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:5px;
	padding-left:60px;
	text-align:left;
	}
.personal_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background: url(../images/list-bullet.png) no-repeat;
	background-position:top 2px left;
	background-size:28px;
	font-size:20px;
	line-height:30px;
	color:#000;
	margin-top:25px;
	padding-left:50px;
	}
	
.disorder_list{
	margin-top:5px;
	text-align:left;
	}	
.disorder_list li{
	font-size:20px;
	line-height:30px;
	color:#000;
	font-weight:600;
	margin-top:25px;
	padding-left:50px;
	background: url(../images/warning-img.png) no-repeat top left;
	background-size:30px;
	}
	
.miraculous_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:5px;
	padding-left:60px;
	text-align:left;
	}	
.miraculous_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#000;
	font-weight:500;
	margin-top:25px;
	padding-left:40px;
	background: url(../images/green-tick.png) no-repeat top 4px left;
	background-size:23px;
	}
	
.study_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border:1px solid #707cb3;
	border-radius:15px;
	padding:35px 30px;
	margin-top:40px;
	text-align:center;
	}
.progress_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:501px;
	}
.progress_row{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	width:100%;
	margin-top:25px;
	}
.progress_percent{
	font-size:40px;
	line-height:50px;
	color:#324278;
	font-weight:bold;
	}
.progress_cont_bx{
	width:calc(100% - 87px);
	text-align:left;
	padding-left:20px;
	}
.progress_txt{
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:400;
	}
.progres_bar{
    width: 100%;
    height:5px;
    background: #d1d1d1;
    border-radius: 15px;
    margin-top: 8px;
	}
.progres_bar_inner{
	float:left;
	height:100%;
	background:#fe9f41;
	border-radius:15px 0 0 15px;
	position:relative;
	}
.prog_clr1{ color:#fe9f41;}
.prog_bar_clr1{ background:#fe9f41;}
.prog_clr2{ color:#6da43c;}
.prog_bar_clr2{ background:#6da43c;}
.prog_clr3{ color:#dd4385;}
.prog_bar_clr3{ background:#dd4385;}
.prog_clr4{ color:#396b8d;}
.prog_bar_clr4{ background:#396b8d;}
	
.brain_wave_block{
	display: inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:40px;
	padding:30px 25px 30px;
	border-radius:15px;
	background:#f6f8ff;
	}
.barin_wave_list{
	display: inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
	}
.barin_wave_list li{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;

	width:100%;
    margin-top:15px;
    padding:20px 5px 18px 20px;
    border-radius: 15px;
	background:#fff;
	}
.brain_wave_contbx{
	width:calc(100% - 197px);
	padding-right:20px;
	}
.brain_wave_contbx h3{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	}
.brain_wave_contbx p{
	font-size:19px;
	line-height: 27px;
	color: #000000;
	margin-top:5px;
	}
.brain_wave_imgbx{
	width:197px;
	}
.brain_wave_imgbx img{
	display:block;
	margin:0 auto;
	width:197px;
	}
	
.common-img5{
	width:254px;
	margin:50px 0 0 15px;
	}
	
.product{
	display:block;
	margin:30px auto 0;
	width:606px;
	}
	
.ohio_review_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	}
.ohio-review-star{
	display:block;
	margin:30px 0 -10px;
	width:96px;
	}
.ohio_vrfy_box{
	width:100%;
	margin-top:30px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
	}
.ohio_vrfy_num{
	width:50px;
	height:50px;
	font-size:20px;
	line-height:49px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-radius:50%;
	background:#bec4ea;
	}
.ohio_vrfy_cont{
	width:calc(100% - 50px);
	padding-left:12px;
	text-align:left;
	}
.ohio_vrfy_cont h3{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	}
.ohio_vrfy_cont h3 span{
	font-weight:400;
	}
.ohio_vrfy_cont p{
	font-size:14px;
	line-height:16px;
	color:#727272;
	margin-top:6px;
	}
.ohio_vrfy_cont p img{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	margin:-2px 7px 0 0;
	}
	 
.review_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
.review_box{
	width:100%;
	margin:25px auto 0;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	}
.review-img{
	width:50px;
	border-radius:50%;
	}
.review_content{
	width:calc(100% - 50px);
	padding-left:15px;
	}
.review_content_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:14px 20px 15px;
	border-radius:15px;
	background:#f0f2f5;
	}
.review_heading{
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	}
.review_text{
	font-size:20px;
	line-height:30px;
	color:#000;
	margin-top:6px;
	}

.liked_box{
	float:left;
	width:100%;
	margin:10px auto 0;
	
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
	}
.liked_box p{
	font-size:18px;
	line-height:18px;
	color:#2d2d2d;
	}
.liked_box_left, .liked_box_right{
	width:42%;
	
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	}
.liked_box_left p{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
	}
.liked_box_right{
    justify-content:flex-end;
	}
.liked_box_right img{
    display: inline-block;
    vertical-align: middle;
	width:auto;
	height:23px;
	max-width:none;
	max-height:100%;
	margin:-2px 0 0 6px;
	}
	 
.different_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
	}
.different_col{
	width:100%;
	margin-top:10px;
	padding:15px 30px 15px 20px;
	border:1px solid #3642a0;
	border-radius:5px;
	background:#edf5fb;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	}
.different_col_num{
	width:30px;
	height:30px;
	font-size:20px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	text-align:center;
	border-radius:50%;
	background:#fff;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	}
.different_col_content{
	width:calc(100% - 30px);
	padding-left:20px;
	text-align:left;
	}
.different_col_content p{
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	}
	
.access_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:18px;
	}
.access_col{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
	padding:22px 25px 23px 120px;
	border-radius:15px;
	position:relative;
	background:#edf5fb;
	}
.access-icn{
	position:absolute;
	top:22px;
	left:28px;
	width:69px;
	}
.access_col_cont{
	float:left;
	width:100%;
	}
.access_col_cont h3{
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}
.access_col_cont p{ margin-top:12px;}

.compare_box{
	width:100%;
	margin:120px auto 0;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	}	
.compare_col{
	width:32%;
	}
.compare_col3{
	width:36%;
	margin-top:-70px;
	border:2px solid #283b8d;
	border-radius:15px 15px;
	background: #6D7EC5;
	background: linear-gradient(180deg, rgba(109, 126, 197, 1) 15%, rgba(40, 59, 141, 1) 55%);
	}
.compare_top{
	float:left;
	width:100%;
	height:57px;
	padding:0 10px;
	text-align:center;
	background:#edf5fb;
	}
.compare_top h3{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	}
.compare-img{
	display:block;
	margin:-93px auto 17px;
	width:206px;
	}
.compare_list{
	float:left;
	width:100%;
	}
.compare_list li{
	float:left;
	width:100%;
	height:42px;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:500;
	padding:0 10px 0 42px;
	background:url(../images/compare-cross.png) no-repeat;
	background-size:21px !important;
	background-position:center left 12px !important;
	background-color:#edf5fb;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content:flex-start;
    align-items: center;
	}
.compare_list li:nth-child(odd){ background-color:#dbebf7;}
.compare_col1 .compare_top{ border-radius:15px 0 0 0;}
.compare_col1 .compare_list li:last-child{ border-radius:0 0 0 15px;}
.compare_col2 .compare_top,.compare_col2 .compare_list li{ border-left:1px solid #a4a4a4;}
.compare_col3 .compare_list li:nth-child(odd){ background-color:#3e52ab;}
.compare_col3 .compare_list li{	background:url(../images/compare-tick.png) no-repeat; background-color:unset; color:#fff; font-weight:600;}
.compare_col3 .compare_list li:last-child{ background:none; height:21px;}
.compare_col3 .compare_top h3{ color:#fff;}
.compare_col3 .compare_top{ height:125px; background-color:unset;}
.compare_col3 .compare-img{ margin:-30px auto 10px;}

.grnty-seal{
	width:178px;
	margin:45px 0 0 25px;
	}
	
.storie_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
.storie_box{
	float:left;
	width:100%;
	margin-top:25px;
	padding:30px 30px 25px;
	background:#fff;
	-webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 1px rgba(0,0,0,.1);
	}
.storie_top{
	width:100%;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	}
.storie_top_left{
	
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.storie-img{
	width:50px;
	border-radius:50%;
	}
.storie_cont{
	width:calc(100% - 50px);
	padding-left:20px;
	}
.storie_cont h3{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	}
.storie_cont p{
	font-size:16px;
	line-height:20px;
	color:#696969;
	margin-top:4px;
	position:relative;
	}
.storie_cont p:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin:-1px 0 0 8px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 8px solid #4a4a4a;
    transform: rotate(90deg);
	}
.storie_top_right{
	position:relative;
	padding-right:97px;
	}
.storie_top_right p{
	font-size:15px;
	line-height:18px;
	color:#929292;
	}
.storie_top_right p img{
	position:absolute;
	top:0;
	right:0;
	width:89px;
	}
.storie_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:25px;
	}

.bonuse_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
.bonuse_col{
	width:100%;
	margin:20px auto 0;
	padding:25px 25px 20px;
	border-radius:15px;
	background:#edf5fb;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.bonuse-img{ width:173px;}
.bonuse_col_cont{
	width:calc(100% - 173px);
	padding:0 15px 0 40px;
	text-align:left;
	background:url(../images/green-tick.png) no-repeat;
	background-position:top 4px left;
	background-size:23px;
	}
.bonuse_col_cont h3{
	font-size:22px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	}
.bonuse_col_cont p{ margin-top:12px;}
.waiting_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	}
.waiting_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:450px;
	}
.waiting_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:30px;
	padding-left:53px;
	position:relative;
	}
.waiting_list li img{
	position:absolute;
	top:0;
	left:0;
	width:39px;
	}
.waiting_list li p{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:500;
	}
	
.tripleGrnty_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding-left:50px;
	}
.tripleGrnty_col{
	width:100%;
	margin-top:35px;
	padding-left:64px;
	position:relative;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.tripleGrnty_col:before{
	content:'';
	position:absolute;
	top:10px;
	left:22px;
	bottom:-50px;
	border-left:1px dashed #9eb0fb;
	}
.tripleGrnty_col:last-child:before{ display:none;}
.tripleGrnty_num{
	position:absolute;
	top:0;
	left:0;
	width:42px;
	height:42px;
	font-size:20px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border:5px solid #687bc9;
	border-radius:50%;
	background:#283b8d;
	}
.tripleGrnty_col:first-child .tripleGrnty_num{ top:5px;}
.tripleGrnty_col_cont{
	width:calc(100% - 98px);
	text-align:left;
	padding-right:25px;
	}
.tripleGrnty_col_cont p{
	font-size:20px;
	line-height:28px;
	color:#000;
	}
.tripleGrnty-seal{ width:98px;}
	
.common_sub_heading{
	font-size:26px;
	line-height:34px;
	color:#000;
	font-weight:bold;
	margin-top:30px;
	}
	
.mid_review_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
	}
.mid_review_box{
	width:100%;
	margin-top:20px;
	padding:25px 25px 25px;
	border:1px solid #283b8d;
	border-radius:15px;
	background:#fff;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	}
.mid_review_img_box{
	width:109px;
	position:relative;
	margin-top:3px;
	}
.mid-review-img{
	display:block;
	margin:0 auto 0;
	width:109px;
	border:4px solid #fff;
	border-radius:50%;
	position:relative;
	z-index:2;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	}
.cottation{
	position:absolute;
	top:-34px;
	right:0;
	width:54px;
	}
.mid_review_cont{
	width:calc(100% - 109px);
	padding-left:25px;
	}
.mid_review_heading{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.mid-review-star{
	display:block;
	margin-top:15px;
	width:108px;
	}
.mid_review_text{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:500;
	margin-top:15px;
	}
.mid_review_vrfy_box{
	float:left;
	width:100%;
	margin-top:20px;
	padding-top:15px;
	border-top:1px solid #dadada;
	}
.mid_review_vrfy_text{
	font-size:19px;
	line-height:27px;
	color:#000;
	}
	
.package_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	padding:25px 25px 35px;
	border-radius:15px;
	background:#fffdee;
	}
.package-product{
	display:block;
	margin:35px auto 0;
	width:557px;
	}
.package_list{
	width:100%;
	margin:30px auto 0;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	}	
.package_list li{
	width:33.33%;
	position:relative;
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:500;
	padding:0 5px 0 35px;
	background:url(../images/green-tick.png) no-repeat;
	background-position:top 6px left 10px;
	background-size:18px;
	}
.package_list li:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	border:1px solid #a8a8a8;
	}
.package_list li:first-child:before{ display:none;}
.package_button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	margin-top:25px;
	}
.package_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:24px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:10px 25px 10px;
	border:1px solid #139b43;
	border-radius:12px;
	background: #01C246;
	background: linear-gradient(90deg, rgba(1, 194, 70, 1) 10%, rgba(2, 200, 73, 1) 40%, rgba(2, 200, 73, 1) 60%, rgba(1, 193, 69, 1) 90%);
	}

.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:980px;
	width:100%;
	margin:15px 0 0;
	padding:3px 3px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	margin-top:20px;
	padding:0 25px;
	border-radius:15px;
	background:#fff;
	-webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 1px rgba(0,0,0,.1);
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close-btn.png) no-repeat;
	background-position: right center !important;
	background-size:21px !important;
	padding:22px 30px 22px 34px;
	cursor:pointer;
	position:relative;
	}
.accordion p{
	font-size:20px;
	line-height:28px;
	color:#000;
	}
.faq_num{
	position:absolute;
	top:20px;
	left:0;
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.png) no-repeat;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:20px 5px 10px 34px;
	border-top:1px solid #dbdbdb;
	position:relative;
	}
.acdn-para{
	float:left;
	width:100%;
    font-size: 20px;
    line-height: 28px;
    color: #000;
	margin-bottom:15px;
	}	

.note_text{
	font-size:16px;
	line-height:24px;
	color:#232121;
	margin-top:35px;
	}
.note_text img{
	display:inline-block;
	vertical-align:middle;
	width:4px;
	margin:-3px 8px 0 0;
	}

.reference_section{
	float:left;
	width:100%;
	text-align:left;
	padding:20px 0 60px;
	}
.reference_head{
	font-size:22px;
	line-height:24px;
	color:#000;
	}
	
.reference_block{
	width:100%;
	margin:35px auto 0;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	}
.reference_box{
	width:48.5%;
	}
.reference_col{
	float:left;
	width:100%;
	margin-top:20px;
	padding-left:30px;
	position:relative;
	}
.reference_col:first-child{ margin-top:0;}
.reference_num{
	position:absolute;
	top:0;
	left:0;
	font-size:14px;
	line-height:14px;
	color:#999999;
	}
.reference_col_cont{
	float:left;
	width:100%;
	}
.reference_col_cont h3{
	font-size:12px;
	line-height:18px;
	color:#5b5b5b;
	font-weight:500;
	}
.reference_list{
	float:left;
	width:100%;
	}
.reference_list li{
	float:left;
	width:100%;
	font-size:12px;
	line-height:18px;
	color:#9d9c9c;
	margin-top:12px;
	padding-left:20px;
	position:relative;
	word-break:break-all;
	}
.reference_list li span{
	position:absolute;
	top:0;
	left:0;
	color:#9d9c9c;
	font-weight:500;
	}
	
/*====RIGHT_SIDE_CSS====*/
.right_section{
	float:right;
	width:29.5%;
	position:sticky;
	top:30px;
	}
.right_box{
	float:left;
	width:100%;
	text-align:center;
	padding:25px 10px 30px;
	border:2px solid #ecc96c;
	border-radius:15px;
	overflow:hidden;
	background:#fffbf2;
	-webkit-box-shadow: 0 5px 6px 2px rgba(0,0,0,.1);
	box-shadow: 0 5px 6px 2px rgba(0,0,0,.1);
	}	
.right_limited_text{
	font-size:18px;
	line-height:20px;
	color:#000;
	font-weight:500;
	}
.right_box_heading{
	font-size:26px;
	line-height:36px;
	color:#000;
	font-weight:600;
	margin-top:15px;
	}
.right_box_heading span{
	font-size:34px;
	color:#0e1c88;
	font-weight:800;
	}
.right-prod{
	display:block;
	margin:20px auto 0;
	width:262px;
	}	
.right_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:48px;
	font-size:19px;
	line-height:47px;
	color:#fff;
	font-weight:bold;
	margin-top:15px;
	border-radius:5px;
	position:relative;
	background:#19ad38;
	}
.right_secure_text{
	font-size:14px;
	line-height:16px;
	color:#7b7b7b;
	margin-top:12px;
	}
.right_secure_text img{
	display:inline-block;
	vertical-align:middle;
	width:10px;
	margin:-4px 8px 0 0;
	}

/*====FOOTER====*/
.footer{
	float:left;
	width:100%;
	padding:28px 0 40px;
	background:#fff;
	border-top:1px solid #c3bdbd;
	}
.footer_text{
	font-size: 17px;
    line-height: 25px;
    color: #333333;
	margin-top:12px;
	}	
.footer_text a{ padding:0 10px;}
	
/*====MEDIA_QUERY====*/
.showMob, .showTab{display:none;}
.red_color{ color:#ff0000}
.blue_color{ color:#0e1c88;}
.mrgT0{ margin-top:0 !important;} 
.semi_bold{ font-weight:600;}
.medium{ font-weight:500;}
.align_left{ text-align:left;}
.fl{ float:left;}
.fr{ float:right;}


@media only screen and (max-width:1000px){	
.container{width:750px;}
.showTab{ display:block;}
.showDesk{ display:none;}

.main_heading{ font-size: 43px; line-height:53px;}
.main_text{ font-size: 25px; line-height: 33px;}

.common-img{ margin:30px auto 5px;}
.common_heading{ font-size: 30px; line-height: 38px; margin-top: 35px;}
.common_sub_heading{ font-size: 24px; line-height: 32px;}
.common_text{ font-size:18px; line-height:26px; margin-top: 25px;}
.common_text.fs22{ font-size: 20px; line-height: 28px;}
.common-img5{ width: 184px;}

.warning_img{ width: 23px;}
.warn_list_cont{ width: calc(100% - 23px); padding-left: 15px;}
	
.personal_list{ padding-left: 30px;}
.personal_list li{ background-size:24px; font-size: 18px; line-height: 28px; margin-top: 20px; padding-left:45px;}

.disorder_list li{ background-size:24px; font-size: 18px; line-height: 28px; margin-top: 20px; padding-left:45px;}

.miraculous_list{ padding-left: 30px;}
.miraculous_list li{ font-size: 18px; line-height: 28px; margin-top: 20px;background-size: 20px; padding-left: 35px;}

.barin_wave_list li{ background-size: 20px;}
.brain_wave_contbx{ width: calc(100% - 185px);}
.brain_wave_contbx h3{ font-size: 18px; line-height: 18px;}
.brain_wave_contbx p{ font-size: 18px; line-height: 25px;}
.brain_wave_imgbx{ width: 185px;}

.study_box{ padding: 25px 25px 35px;}
.progress_percent{ font-size: 35px; line-height: 35px;}
.progress_cont_bx{ width: calc(100% - 76px);}
.progress_txt{ font-size: 19px; line-height: 23px;}

.ohio_vrfy_cont h3{ font-size: 18px; line-height: 22px;}

.review_heading{ font-size: 18px; line-height: 20px;}
.review_text{ font-size: 18px; line-height: 26px;}
.liked_box p{ font-size: 16px; line-height: 16px;}
.liked_box_right img{ height: 20px;}

.different_col_num{ width: 28px; height: 28px; font-size: 18px; line-height: 28px;}
.different_col_content p{ font-size: 18px; line-height: 26px;}

.access_col{ padding: 22px 25px 23px 94px;}
.access-icn{ width: 58px; left: 20px;}
.access_col_cont h3{ font-size: 21px; line-height: 25px;}
	
.compare_box{ margin: 90px auto 0;}
.compare_top{ height: 47px;}
.compare-img{ margin: -69px auto 14px;}
.compare_top h3{ font-size: 15px; line-height: 20px;}
.compare_list li{ height: 35px; font-size: 12px; line-height: 16px; padding: 0 5px 0 30px; background-size: 15px !important; background-position: center left 8px !important;}
.compare_col3{ margin-top: -50px;}
.compare_col3 .compare_top{ height: 95px;}
.compare_col3 .compare-img{ margin: -27px auto 10px;}

.grnty-seal{ width: 138px; margin: 45px 0 10px 25px;}

.storie_box{ padding: 25px 20px 25px;}
.storie-img{ width: 40px;}
.storie_cont{ width: calc(100% - 40px); padding-left: 12px;}
.storie_cont h3{ font-size: 18px; line-height: 24px;}
.storie_cont p{ font-size: 14px; line-height: 18px; margin-top: 2px;}
.storie_cont p:after{ margin: -1px 0 0 8px; border-bottom: 4px solid transparent; border-top: 4px solid transparent; border-left: 6px solid #4a4a4a;}
.storie_top_right{ padding-right: 70px;}
.storie_top_right p{ font-size: 12px; line-height: 14px;}
.storie_top_right p img{ width: 62px;}
.storie_text{ margin-top: 20px;}

.bonuse_col_cont{ width: calc(100% - 138px); padding: 0 15px 0 32px; background-size: 18px;}
.bonuse_col_cont h3{ font-size: 20px; line-height: 28px;}
.bonuse_col_cont p{ margin-top: 10px;}
.bonuse-img{ width: 138px;}

.waiting_list li{ margin-top: 25px; padding-left: 47px;}
.waiting_list li img{ width: 32px;}
.waiting_list li p{ font-size: 18px; line-height: 26px;}

.tripleGrnty_box{ padding-left: 25px;}
.tripleGrnty_col{ margin-top: 25px; padding-left: 55px;}
.tripleGrnty_col:before{ left: 19px; bottom: -50px;}
.tripleGrnty_num{ width: 36px; height: 36px; font-size: 18px; line-height: 25px; border: 4px solid #687bc9;}
.tripleGrnty_col_cont{ width: calc(100% - 98px); padding-right: 25px;}
.tripleGrnty_col_cont p{ font-size: 18px; line-height: 26px;}

.mid_review_img_box{ width: 85px;}
.cottation{ top: -31px; width: 45px;}
.mid_review_cont{ width: calc(100% - 85px); padding-left: 20px;}
.mid_review_heading{ font-size: 20px; line-height: 28px;}
.mid-review-star{ margin-top: 12px; width: 98px;}
.mid_review_text{ font-size: 18px; line-height: 26px; margin-top: 15px;}
.mid_review_vrfy_box{ margin-top: 20px; padding-top: 15px;}
.mid_review_vrfy_text{ font-size: 18px; line-height: 26px;}

.package_list li{ font-size: 14px; line-height: 18px; padding: 0 5px 0 29px; background-position: top 3px left 10px; background-size: 13px;}
.package_button{ font-size: 20px; line-height: 27px;}

.accordion{ background-size: 17px !important;}
.accordion p{ font-size: 18px; line-height: 26px;}
.faq_num{ font-size: 18px; line-height: 26px;}
.acdn-para{ font-size: 18px; line-height: 26px;}

.reference_section{ padding: 20px 0 40px;}

.right_box{ padding: 20px 10px 20px;}
.right_limited_text{ font-size: 16px; line-height: 18px;}
.right_box_heading{ font-size: 21px; line-height: 30px; margin-top: 12px;}
.right_box_heading span{ font-size: 30px;}
.right-prod{ margin: 15px auto 0;}
.right_button{ height: 38px; font-size: 14px; line-height: 37px; margin-top: 15px;}
.right_secure_text{ font-size: 12px; line-height: 14px; margin-top: 9px;}
.right_secure_text img{ width: 8px; margin: -2px 6px 0 0;}

.footer_text{ font-size: 18px; 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;}

.header{ padding:8px 0 10px;}
.header_text{ font-size:8px; line-height:10px;}
.logo, .logo2{ float:none; display:inline-block; vertical-align:top; margin-top:17px; width:140px;}
.header_btn{ max-width: 125px;height: 38px;font-size: 15px;line-height: 38px; display:none;}

.main_section{ padding: 20px 0 20px;}
.main_heading{ font-size: 25px; line-height:32px;}
.red_underline:before{ bottom: -3px; height: 2px;}
.main_text{ font-size: 19px; line-height: 27px; margin-top: 15px;}

.left_section{ width:100%;}

.author_box{ padding:10px 0 0; margin-top:20px;}
.author-img{ width: 35px;}
.author_box_list li{ padding: 0 12px;}
.author_box_list li:first-child{ padding-left: 44px;}
.author_paragraph{ font-size: 14px; line-height: 18px; letter-spacing:normal;}
.author_box_list li:after{ height: 4px; width: 4px; right: 0;}
.author_icon{ width: 13px; margin: -2px 0 0 6px;}

.common-img1{ margin: 15px auto 0; border-radius: 10px; object-fit: cover; height: 210px;}
.common-img{ margin:25px auto 0; object-fit: cover; height: 210px;}
.shadow{ border: 2px solid #fff;}
.common-img.common-img5{ border: 1px solid #ff0000; padding: 2px; height:auto;}

.section_content{ margin-top: 25px;}
.common_heading{ font-size: 22px; line-height: 30px; margin-top:25px;}
.common_sub_heading{ font-size: 21px; line-height: 28px; margin-top: 25px;}
.common_heading.common_border{ border-bottom: 1px solid #969696; padding-bottom: 15px;}
.common_text { font-size: 17px; line-height: 24px; margin-top: 20px;}
.common_text.fs22{ font-size: 18px; line-height: 26px;}
.common-img5{ float:none; width:224px; margin:20px auto 0;}
.common-img5-m{ border:2px solid #fe3b3a; margin:20px auto 0; border-radius:12px; object-fit: cover; height: 140px;}
.product{ margin: 25px auto 0;}

.warning_list{ margin-top: 15px;}
.warning_list li{ padding: 12px 20px 14px 20px; align-items: center;}
.warning_img{ width: 20px; margin-top:0;}
.warn_list_cont{ width: calc(100% - 20px); padding-left: 15px;}

.personal_list{ padding-left: 10px;}
.personal_list li{ background-size: 21px; background-position: top 4px left; font-size: 17px; line-height: 24px; margin-top: 17px; padding-left: 37px;}

.disorder_list{ padding-left: 0;}
.disorder_list li{ background-size: 22px; background-position: top 3px left; font-size: 17px; line-height: 24px; margin-top: 17px; padding-left: 37px;}

.miraculous_list{ padding-left: 10px;}
.miraculous_list li{ background-size: 20px; background-position: center left; font-size: 17px; line-height: 24px; margin-top: 17px; padding-left: 34px;}

.brain_wave_block{ margin-top: 30px; padding: 20px 15px 22px; border-radius: 12px;}
.barin_wave_list{ margin-top: 10px;}
.barin_wave_list li{ background-size: 17px; margin-top: 12px; padding: 20px 10px 18px 15px;}
.brain_wave_contbx{ width:100%; padding-right:0;}
.brain_wave_contbx h3{ font-size: 17px; line-height: 22px;}
.brain_wave_contbx p{ font-size: 16px; line-height: 22px; margin-top: 5px;}
.brain_wave_imgbx{ width: 197px; margin-top:10px;}

.study_box{ padding: 20px 15px 26px; margin-top: 30px;}
.progress_box{ max-width: 312px;}
.progress_row{ margin-top: 20px;}
.progress_percent{ font-size: 28px; line-height: 28px;}
.progress_cont_bx{ width:100%; padding-left: 0;}
.progress_txt{ font-size: 17px; line-height: 22px; margin-top:5px;}
.progres_bar{ margin-top: 6px;}

.ohio_vrfy_box{ margin-top: 20px;}
.ohio-review-star{ margin: 20px 0 -5px;}
.ohio_vrfy_num{ width: 42px; height: 42px; font-size: 17px; line-height: 42px;}
.ohio_vrfy_cont{ width: calc(100% - 42px);}
.ohio_vrfy_cont h3{ font-size: 17px; line-height: 20px;}
.ohio_vrfy_cont p{ font-size: 13px; line-height: 14px;}
.ohio_vrfy_cont p img{ width: 13px; margin: -2px 5px 0 0;}

.review-img{ width: 42px;}
.review_content{ width: calc(100% - 42px); padding-left: 12px;}
.review_heading{ font-size: 17px; line-height: 20px;}
.review_text{ font-size: 17px; line-height: 24px;}
.liked_box p{ font-size: 15px; line-height: 15px; padding: 0 7px;}
.liked_box_right img{ height: 18px;}

.different_box{ margin-top: 15px;}
.different_col{ padding: 13px 17px 13px 16px;}
.different_col_num{ width: 24px; height: 24px; font-size: 17px; line-height: 24px; margin-top:3px;}
.different_col_content p{ font-size: 17px; line-height: 24px;}
.different_col_content{ width: calc(100% - 24px); padding-left: 15px;}

.access_col{ padding: 20px 20px 21px 69px;}
.access-icn{ top: 20px; left: 12px; width: 45px;}
.access_col_cont h3{ font-size: 20px; line-height: 24px;}
.access_col_cont p{ margin-top: 10px;}

.compare_box{ margin: 70px auto 0; max-width:350px;}
.compare_col3{ margin-top: -25px;}
.compare_col3 .compare_top{ height: 70px;}
.compare-img{ width: 134px; margin: -45px auto 17px;}
.compare_col3 .compare-img{ margin: -27px auto 15px;}
.compare_top h3{ font-size: 12px; line-height: 14px;}
.compare_list li{ height: 42px; font-size: 11px; line-height: 16px; padding: 0 5px 0 26px; background-size: 12px !important; background-position: center left 7px !important;}
.compare_col3 .compare_list li:last-child{ height: 16px;}


.grnty-seal{ float:none; display:block; width: 110px; margin: 20px auto 0;}

.storie_top{ align-items: center;}
.storie_box{ padding: 20px 15px 20px; margin-top: 20px;}
.storie-img{ width: 35px;}
.storie_cont{ width: calc(100% - 35px); padding-left: 8px;}
.storie_cont h3{font-size: 17px;line-height: 22px;}
.storie_text{ font-size: 17px; line-height: 24px;}
.storie_top_right{ padding-right: 58px;}
.storie_top_right p{ font-size: 8px; line-height: 12px;}
.storie_top_right p img{ width: 50px;}

.bonuse_col{ padding: 20px 20px 20px;}
.bonuse_col_cont{ width: 100%; padding: 0 0 0 30px;}
.bonuse_col_cont h3{ font-size: 19px; line-height: 27px;} 
.bonuse-img{ margin:15px 0 0 22px;}

.tripleGrnty_box{ padding-left: 0;}
.tripleGrnty_col{ margin-top: 30px; padding-left: 46px; align-items: flex-start;}
.tripleGrnty_col:before{ left: 16px; bottom: -50px;}
.tripleGrnty_num{ width: 32px; height: 32px; font-size: 16px; line-height: 25px;border: 3px solid #687bc9;}
.tripleGrnty_col_cont{ width: calc(100% - 65px); padding-right: 14px;s}
.tripleGrnty_col_cont p{ font-size: 17px; line-height: 24px;}
.tripleGrnty-seal{ width: 65px;}

.waiting_list li{ margin-top: 20px; padding-left: 45px;}
.waiting_list li img{ width: 30px;}
.waiting_list li p{ font-size: 17px; line-height: 24px;}

.mid_review_block{ margin-top: 5px;}
.mid_review_box{ padding: 20px 20px 20px;}
.mid_review_img_box{ width: 60px; margin-top: 0;}
.cottation{ top: -21px; width: 30px;}
.mid_review_cont{ width:100%; padding-left: 0;}
.mid-review-star{ margin-top: 12px; width: 85px;}
.mid_review_text{ font-size: 17px; line-height: 24px; margin-top: 12px;}
.mid_review_vrfy_box{ margin-top: 15px; padding-top: 15px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.mid_review_vrfy_text{ width:calc(100% - 62px); padding-left:12px; font-size: 15px; line-height: 22px;}
.mid-review-img{ border: 2px solid #fff;}

.package_box{ margin-top: 25px; padding: 20px 20px 30px;}
.package_button{ font-size: 14px; line-height: 21px; padding: 10px 20px 10px; max-width: 350px;}
.package_list{ margin: 15px auto 0;}
.package_list li{ width: 100%; font-size: 17px; line-height: 23px; margin-top: 9px; padding: 0 0 0 25px; background-position: top 3px left 0; background-size: 16px;}
.package_list li:before{ display:none;}

.faq-container{ margin: 5px 0 0;}
.up-slide-dwn{ padding: 0 15px;}
.accordion{ background-size: 12px !important; padding: 20px 20px 20px 26px;}
.faq_num{ font-size: 17px; line-height: 25px;}
.accordion p{ font-size: 17px; line-height: 24px;}
.acdn-content{ padding: 20px 3px 10px 26px;}
.acdn-para{ font-size: 17px; line-height: 24px;}

.note_text{ font-size: 14px; line-height: 22px; margin-top: 25px;}
.note_text img{ width: 3px; margin: -3px 6px 0 0;}

.reference_section{ padding: 15px 0 35px;}
.reference_head{ font-size: 19px; line-height: 20px;}
.reference_block{ margin: 5px auto 0;}
.reference_box{ width: 100%;}
.reference_col{ margin-top: 20px !important; padding-left: 22px;}


.right_section{ width:100%; margin-top:30px; text-align:center;}
.right_box{ float:none; display:inline-block; vertical-align:top; max-width:300px; padding:20px 20px 20px;}
.right-prod{ margin:20px auto 0;}	
.right_button{ height:45px; font-size:17px;	line-height:43px;}
.right_secure_text{	font-size:13px;	line-height:16px; margin-top:10px;}


.footer{ padding: 20px 0 20px;}
.footer_text{ font-size: 14px; line-height: 20px;}
.footer_text a{ padding: 0 6px;}

.footer_mob{ padding-bottom:0;}
.btmfix{
	margin-top:20px;
	}
.footer-cta{
	float:left;
	width:100%;
	text-align:center;
	position:fixed;
	padding:0 13px 10px;
	bottom:0;
	z-index:99
	}
a.footer_btn{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
	color: #ffffff;
	height: 58px;
	font-size: 21px;
	line-height: 56px;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
	margin: 0 auto 0;
	border: 1px solid #139b43;
	background: #03CE4C;
	background: linear-gradient(180deg, rgba(3, 206, 76, 1) 15%, rgba(0, 185, 67, 1) 85%);
	-webkit-box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2);
	}
}

@media only screen and (max-width:360px){
	
.main_heading{ font-size: 30px; line-height: 39px;}	
.main_text{ font-size: 18px; line-height: 27px;}

.common_heading{ font-size: 21px; line-height: 29px;}
.common_text { font-size: 16px; line-height: 23px;}

.author_paragraph{ font-size: 13px;}	

.warning_img{ width: 17px;}
.warn_list_cont{ width: calc(100% - 17px);}

.brain_wave_contbx h3{ font-size: 17px;}
.brain_wave_contbx p{ font-size: 15px; line-height: 21px;}

.progress_txt{ font-size: 13px;}	

.personal_list li{ font-size:16px; line-height:23px; background-size: 16px; padding-left: 29px;}

.disorder_list li{ font-size:16px; line-height:23px; background-size: 16px; padding-left: 29px;}

.miraculous_list li{ font-size:16px; line-height:23px;}

.different_col_content p{ font-size: 16px; line-height: 23px;}

.review_text{ font-size: 16px; line-height: 23px;}
.liked_box p{ font-size: 14px; line-height: 14px;}

.different_col{ padding: 13px 17px 13px 17px;}

.compare-img{ width: 134px; margin: -42px auto 14px;}

.bonuse_col_cont h3{ font-size: 18px; line-height: 26px;} 

.storie_cont h3{ font-size: 16px; line-height: 21px;}
.storie_text{ font-size: 16px; line-height: 23px;}

.waiting_list li{ padding-left: 40px;}
.waiting_list li img{ width: 27px;}
.waiting_list li p{ font-size: 16px; line-height: 23px;}

.tripleGrnty_col_cont p{ font-size: 16px; line-height: 23px;}

.mid_review_heading{ font-size: 19px; line-height: 27px;}
.mid_review_vrfy_text{ font-size: 14px; line-height: 21px;}
.mid_review_text{ font-size: 16px; line-height: 23px;}

.faq_num{ font-size: 16px; line-height: 23px;}
.accordion p{ font-size: 16px; line-height: 23px;}
.acdn-para{ font-size: 16px; line-height: 23px;}

.footer_text a{ padding: 0 4px;}
	
}