@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter';
	font-weight:normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*==============Fonts==============*/
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-ExtraBold.woff2') format('woff2'),
        url('OpenSans-ExtraBold.woff') format('woff');
    font-weight:800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: '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-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-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: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:930px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*-----------------------
	header
------------------------*/
.header{
	float:left;
	width:100%;
	padding:12px 0 14px;
	background:#1b1b1b;
	}
.header_logo{
	float:left;
	}
/*-----------------------
	MENU BAR
------------------------*/
.menu_bar{
	float:left;
	width:100%;
	padding:6px 0;
	background:#ffffff;
	border-bottom:2px solid #eaeaea;
	}
.menu_bar_text {
    font-size: 14px;
    line-height:20px;
    color: #000;
    font-weight:500;
	text-align:left;
	}
.menu_bar_text span{
	display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin: -1px 8px;
	}
.menu_bar_img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 0;
	}
/*-----------------------
	main section
------------------------*/
.main_section{
	float:left;
	width:100%;
	padding:40px 0 70px;
	position:relative;
	}
.main_heading{
	font-size:44px;
	line-height:54px;
	color:#000;
	font-weight:800;
	font-family: 'Open Sans';
	text-align:left;
	}
.author_box {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin:20px auto 0;
	text-align: left;
	}
.author_row {
    padding-right:10px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.author_row:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
	}
.author_row:first-child:before{ display:none;}
.authorbx_text {
	font-size:15px;
	line-height:21px;
	color:#000;
	font-weight:400;
    padding-left:15px;
	}
.pd_lft{ padding-left:0;}
.semi_bold{
	font-size:16px;
	font-weight:600;
	}
.blue_tick {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 8px;
	}
.border{ 
	border:3px solid #000;
	border-radius:8px;
	}
.common_img{
	display:block;
	margin:35px auto 0;
	box-sizing: content-box;
	}
.reason_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.reason_box{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	width:100%;
	margin-top:70px;
	flex-direction: row-reverse;
	}
.flex_start{align-items:flex-start;}
.reason_flex_reverse{}
.reason_imgbx{
    width: 42.10%;
	}
.link_text{ color:#0042eb;}
.reason_img{
	display:block;
	margin:0 auto 0;
	border-radius:10px;
	border:2px solid #000;
	box-sizing: content-box;
	}
.reason_content_box{
	width: 54.99%;
	text-align:left;
	}
.common_heading{
	font-size:29px;
	line-height:38px;
	color:#000;
	font-weight:800;
	font-family: 'Open Sans';
	}
.common_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:400;
	margin-top:30px;
	text-align:left;
	}
.reason_content_box .common_text{ margin-top:20px;}


.prod_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:75px;
	
	border-radius:12px;
	padding:35px 30px 55px 40px;
	border:3px solid #000;
	overflow: hidden;
	}
.prod_box_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	text-align:left;
	}
.prod_bx_heading{
	font-size: 38px;
    line-height: 46px;
    color: #000;
    font-weight:800;
	font-family: 'Open Sans';
	}
.prod_box_top .common_text{ margin-top:20px; color:#262626;}
.prod_box_mid{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	}
.prod_mid_contbx{
    float: left;
    width: 100%;
    max-width: 485px;
    text-align: left;
	}
.mt_0{ margin-top:0 !important;}
.prod_bx_text{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	margin-top:20px;
	}
ul.step_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
ul.step_list li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top:30px;
    padding: 3px 0 4px 50px;
    position: relative;
	}
ul.step_list li:first-child{ padding: 0 0 0 50px;}
ul.step_list li:before{
	content:'';
	position:absolute;
	top:2px;
	left: 17px;
    bottom: -38px;
	border-left:1px dotted #b5b5b5;
	}
ul.step_list li:last-child:before{ display:none;}
.list_count{
    position: absolute;
	top: 0;
    left: 0;
 	width: 36px;
    height: 36px;
    background: #000;
    border-radius: 50%;
    font-size:20px;
    line-height:36px;
    font-weight:500;
    color: #fff;
    text-align: center;
	}
ul.step_list li p{
	font-size: 18px;
    line-height: 28px;
    color: #262626;
	font-weight:bold;
    letter-spacing: 0.1px;
	}
.medium{ font-weight:500;}
.bonus_box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 636px;
    background: #feffbf;
    padding: 10px 12px 12px 60px;
    border-radius: 10px;
    border: 1px solid #000;
    margin-top: 30px;
    position: relative;
    text-align: left;
	}
.light_bulb{
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -35px;
	}
.bonus_box_text{
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:400;
	}
a.common_btn{
	display:inline-block;
	vertical-align:top;
    width: 100%;
	max-width: 636px;
    height: 70px;
    background: #297a01;
    font-size:25px;
    line-height:70px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
	}
.prod_mid_imgbx{
    position: absolute;
    top: 65px;
    right: 0;
    width: 430px;
	}
.product_img{
	display: block;
	margin:0 auto;
	}
.offer_patch{
	position:absolute;
	top: -50px;
    right: 45px;
	width:100px;
	height:100px;
	border-radius:50%;
	background:#d2232a;
	font-size:15px;
	line-height:18px;
	font-weight:800;
	color:#fff;
	padding:15px 0 0 0;
    text-align: center;
	}
.offer_patch span{
	font-size:28px;
	line-height:28px;
	}
/*-----------------------
	 Footer
------------------------*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:40px 0 40px;
	border-top:1px solid #cccccc;
	}
.footer_text{
	font-size: 18px;
    line-height:26px;
    color: #000;
    font-weight:400;
	margin-top:10px;
	}
.footer_text a{ color: #000; padding:0 10px;}
.footer_text.mt_0{ margin-top:0;}


/*=========Media Query=========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.main_section{ padding: 30px 0 60px;}
.main_heading{ font-size: 35px; line-height: 45px;}

.common_img{ margin: 25px auto 0;}

.common_text{ font-size: 17px; line-height: 25px; margin-top: 25px;	}
.common_heading{ font-size: 23px; line-height: 33px;}
.reason_box{ margin-top: 55px;}
	
.prod_box{ margin-top: 50px; padding: 30px 25px 50px 30px;}	
.prod_bx_heading{ font-size: 33px; line-height: 43px;}
.prod_bx_text{ font-size: 18px; line-height: 26px;}
.prod_mid_contbx{ max-width: 415px;}
ul.step_list li{ margin-top: 25px; padding:3px 0 4px 40px;}
ul.step_list li:first-child{ padding: 0 0 0 40px;}
.list_count{ top: 2px;  width: 30px; height: 30px; font-size: 18px; line-height: 29px;}
ul.step_list li p{ font-size: 17px; line-height: 26px; letter-spacing: 0;}
ul.step_list li:before{ left: 14px;}
.bonus_box_text{ font-size: 15px; line-height: 20px;}	
a.common_btn{ height: 65px; font-size: 20px; line-height: 65px;}
	
.product_img{ width: 320px;}	
.prod_mid_imgbx{ right: -70px;}
.offer_patch{ right:70px; width: 90px; height: 90px; font-size: 14px; line-height: 17px; padding: 12px 0 0 0;}
.offer_patch span{ font-size: 26px; line-height: 26px;}

.footer { padding: 35px 0 35px;}
.footer_text { font-size: 17px; line-height: 25px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}


.header{ padding: 10px 0;}
.header_logo{ width: 145px; float: none; margin: 0 auto; display: block;}

.menu_bar_text{ font-size: 12px; line-height: 16px;}
.menu_bar_text span{ font-size: 11px; margin:-1px 4px;}

.main_section{ padding: 20px 0 35px;}
.main_heading{ font-size: 29px; line-height: 35px;}

.author_box{ margin: 8px auto 0; padding: 7px 0;}
.authorbx_text{ font-size: 13px; line-height: 19px;}
.semi_bold{ font-size: 14px;}
.blue_tick{ margin: -3px 0 0 6px; width: 14px;}

.common_img{ margin: 20px auto 0; height:300px; object-fit: cover;}
.border{ border: 2px solid #000; border-radius: 6px;}

.common_text{ font-size: 16px; line-height: 24px; margin-top: 20px;}

.reason_box{ margin-top: 35px; border-bottom: 1px solid #000; padding-bottom: 35px;}
.reason_imgbx{ width: 100%; margin-top: 25px;}
.reason_content_box{ width: 100%;}
.border_none{ border:none; padding:0;}
.common_heading{ font-size: 22px; line-height: 30px;}	

.prod_box{ margin-top: 35px; padding: 15px 15px 30px 15px;}
.product_img{ width: 300px;}
.prod_bx_heading{ font-size: 21px; line-height: 30px; }

ul.step_list li:before{ left: 12px;}
.list_count{ width: 25px; height: 25px; font-size: 15px; line-height: 25px;}	
ul.step_list li{ margin-top: 20px; padding: 3px 0 4px 35px;}
ul.step_list li:first-child{ padding: 0 0 0 35px;}
ul.step_list li p{ font-size: 16px; line-height: 24px; letter-spacing: 0;}

.prod_mid_imgbx{ right: 0; top: 0; position: relative; margin: 22px auto 15px; width: 100%;}
.offer_patch{ top: 0; right: 0;}

.bonus_box{ padding: 8px 10px 10px 40px; margin-top: 22px;}
.light_bulb{ top: 0; left: -2px; width: 45px; margin: 0;}
.bonus_box_text{ font-size: 14px;line-height: 20px;}
a.common_btn{ height: 60px; font-size: 16px; line-height: 60px;}

.footer { padding: 20px 0 20px;}
.footer_text { font-size: 15px; line-height: 20px; margin-top: 8px;}

}
