 @charset "utf-8";
/* CSS Document */

/*----------------
	RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight:normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto; max-width:100%;}
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;}
.show-tab, .show-mob{ display:none;}

/*===============FONTS=============*/

@font-face {
    font-family: 'Inter';
    src: url('Inter-Black.woff2') format('woff2'),
        url('Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
        url('Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('Inter-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: 'Open Sans';
    src: url('OpenSans-ExtraBold.woff2') format('woff2'),
        url('OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*===========Header===========*/
.header{
	float:left;
	width:100%;
	padding:20px 0 24px;
	background:#e9f5fc;
	}
.header_logo{
	float: left;
    width: 146px;
	}
/*-----------------------
		MAIN SECTION
------------------------*/
.main_section{
	float:left;
	width:100%;
	background:#fff;
	padding:40px 0 70px;
	overflow:hidden;
	}
.update_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff9c2;
	border:1px dashed #ecae4d;
	padding:14px 20px 16px 60px;
	border-radius:6px;
	text-align:left;
	position:relative;
	}
.warning{
	position: absolute;
    top: 50%;
    left: 23px;
    margin-top: -13px;	
	}
.update_strip p{
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:500;
	}
.red_text{
	color:#fe0000;
	font-weight:900;
	text-transform:uppercase;
	}
.blue_text{ color:#2b7cbb;}	

.main_sec_inr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:25px;
	}
.left_section{
	float:left;
	width:69%;
	}
.main_heading{
	font-size:44px;
    line-height:52px;
    color: #000;
    font-weight:800;
	text-align:left;
	letter-spacing: -0.2px;
	}
.author_box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	
	width: 100%;
	margin:20px auto 0;
	text-align: left;
	}
.author_row {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	
	padding-right:15px;
    position: relative;
	}
.author_row:before {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    bottom:0;
    width:1px;
    background: #959696;
	}
.author_row:first-child:before{ display:none;}
.authorbx_text {
	font-size:13px;
	line-height:20px;
	color:#151515 ;
    padding-left:14px;
	}
.padding_0{ padding-left:0 !important;}
.eye{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 8px 0 0;
	}
.comn_imgbx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	}
.guarantee_seal{
	position:absolute;
	top: 55px;
    right:55px;
	width:174px;
	}
.common_img{
	display:block;
	margin:30px auto 0;
	}
.common_img.comn_img1{ margin-top:22px;}

.common_text{
	font-size:18px;
	line-height:28px;
	color:#000000 ;
	margin-top:25px;
	letter-spacing:0.2px;
	text-align: left;
	}
.comn_hdng_bx{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    width: 100%;
    margin: 45px auto 0;
	}
.hdng_imgbx{
	width:72px;
	}
.hdng_imgbx img{
	display:block;
	margin:9px auto 0;
	}
.hdng_contbx{
	width:calc(100% - 72px);
	padding-left:15px;
	text-align:left;
	}
.common_heading{
	font-size:35px;
	line-height:43px;
	color:#000000 ;
	font-weight:800;
	font-family: 'Open Sans';
	}
.update_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fef7e3;
	margin-top:40px;
	border:2px dashed #dc0505;
	padding:35px 25px 40px;
	border-radius:10px;
	}
.update_hdng{
	font-size:30px;
	line-height:36px;
	color:#dc0505;
	font-weight:800;
	padding-bottom:15px;
	position:relative;
	text-align:left;
	}
.update_hdng:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:85px;
	height:2px;
	background:#dc0505;
	}
.common_btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:615px;
	height:80px;
	background:#22b401;
	font-size:28px;
	line-height:80px;
	color:#fff;
	font-weight:800;
	margin-top:35px;
	border-radius:8px;
	-webkit-box-shadow:2px 2px 3px 1px rgba(0,0,0,0.2);
	box-shadow:2px 2px 3px 1px rgba(0,0,0,0.2);
	}

	
/*=====Right Section=====*/
.right_section{
	float:right;
	width:27%;
	}
.right_box{
	float:left;
	width:100%;
	margin-top:10px;
	}
.right_box_inner{
	float: left;
    width: 100%;
    padding:25px 18px 30px;
    text-align: center;
	border:1px solid #d4d4d4;
	border-radius:10px;
    -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);
	}
.rgt_sec_text{
    font-size:24px;
    line-height:32px;
    color: #000;
	font-weight:800;
	font-family: 'Open Sans';
	}	
.rgt_prod_bx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:18px;
	position:relative;
	}
.rgt_bx_product{
    display: block;
    margin:0 auto;
	width:253px;
	}
ul.rgt_bx_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	text-align:left;
	}
ul.rgt_bx_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:url(../images/rgt-list-tick.webp) no-repeat left 4px;
	background-size:15px;
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	padding-left:25px;
	margin-top:10px;
	}
.rgt_btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
	max-width:255px;
    height:55px;
    background: #0ba62c;
    font-size:21px;
    line-height:55px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius:4px;
	margin-top:22px;
	-webkit-box-shadow: 0 2px 3px 1px rgb(0,0,0,0.2);
    box-shadow: 0 2px 3px 1px rgb(0,0,0,0.2);
	}
.rgt_btn_arw{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	width:22px;
	}


/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:40px 0;
	border-top:1px solid #e0e0e0;
	}
.footer_txt{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
	}
.margin_btm0{ margin-bottom:0 !important;}
.footer_txt a{ padding:0 10px;}

.fr{ float:right;}
.fl{ float:left;}

/*---------Media Querry---------*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.main_heading{ font-size: 40px; line-height: 50px;}
	
.common_heading{ font-size: 31px; line-height: 41px;}	

.update_hdng{ font-size: 28px; line-height:34px;}
.update_hdng:before{ right: 0;}

.guarantee_seal{ right: 55px; width: 140px;}
	
.right_box_inner{ padding: 20px 14px 30px;}
ul.rgt_bx_list li{ font-size: 15px; line-height: 20px;}
	
	
}
@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}


.header_logo{ width: 130px;}
.header{ padding: 15px 0 18px;}

.main_section{ padding: 30px 0 50px;}
.update_strip{ padding: 13px 20px 15px 65px;}
.update_strip p{ font-size: 17px; line-height: 21px;}
.main_heading{ font-size: 35px; line-height: 45px;}
.author_box{ margin: 15px auto 0;}

.common_text{ font-size: 17px; line-height: 25px; margin-top: 20px;}

.comn_hdng_bx{ margin: 30px auto 0;}
.hdng_imgbx{ width: 58px;}
.hdng_imgbx img{ margin: 7px auto 0;}
.hdng_contbx{ width: calc(100% - 58px); padding-left: 12px;}
.common_heading{ font-size: 26px; line-height: 34px;}

.common_img{ margin: 25px auto 0;}
.guarantee_seal{ top: 40px; right: 40px; width: 110px;}

.update_box{ margin-top: 30px; padding: 25px 20px 35px;}
.update_hdng{ font-size: 25px; line-height: 33px; padding-bottom: 10px;}

.common_btn{ height: 70px; font-size: 22px; line-height: 70px;}
		
.right_box_inner{ padding: 15px 12px 25px;}			
.rgt_sec_text{ font-size:18px; line-height:26px;}
.rgt_prod_bx{ margin-top: 12px;}
ul.rgt_bx_list{ margin-top: 10px;}
ul.rgt_bx_list li{ font-size: 13px; line-height: 17px; padding-left: 20px; background-size: 12px;}
.rgt_btn{ height:50px; font-size:18px; line-height:50px;}	
.rgt_btn_arw{  margin: -2px 0 0 7px; width: 18px;}

.footer{ padding: 30px 0;}
					
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{ display:none;}


.header{ padding: 12px 0 15px;}
.header_logo{ width: 115px; float: none; margin: 0 auto; display: block;}

.main_section{ padding: 25px 0 35px;}

.warning{ width: 22px; top: 15px; left: 15px; margin-top: 0;}
.update_strip{ padding: 10px 12px 12px 50px;}
.update_strip p{ font-size: 15px; line-height: 20px;}

.main_sec_inr{ margin-top:15px;}
.left_section{ width: 100%;}
.main_heading{ font-size:30px; line-height:38px;}

.author_box{ margin: 10px auto 0;}
.author_row{ padding-right: 10px;}
.authorbx_text{ font-size: 12px; line-height: 20px; padding-left: 10px;}
.common_img.comn_img1{ margin-top: 18px;}

.common_text{ font-size: 16px; line-height: 24px;}
.comn_hdng_bx{ margin: 20px auto 0;}
.hdng_imgbx{ width: 35px;}
.hdng_imgbx img{ margin:8px auto 0;}
.hdng_contbx{ width: calc(100% - 35px); padding-left:8px;}
.common_heading{ font-size: 22px; line-height: 28px;}

.common_img{ margin: 20px auto 0;}
.guarantee_seal{ top: 35px; right: 25px; width: 80px;}

.update_box{ margin-top: 25px; padding: 18px 15px 30px; border-radius: 5px;}
.update_hdng{ font-size: 22px; line-height: 30px; padding-bottom: 10px;}
.common_btn{ height: auto; font-size: 18px; line-height: 23px; padding: 10px; margin-top: 25px;}

.right_section{ max-width: 345px; width: 100%; float: none; margin-top: 35px; padding: 0 20px;}
.right_box{ margin-top:0;}
.right_box_inner{ padding: 20px 25px 30px;}
.rgt_sec_text{ font-size: 20px; line-height: 28px;}
ul.rgt_bx_list li{ font-size: 14px; line-height: 19px; padding-left: 20px;}
.rgt_btn{ height: 52px; font-size: 18px; line-height: 50px; }

	
.footer{ padding: 20px 0 0;}
.footer_logo{ margin: 0 auto 10px; width: 100px;}
.footer_txt{ font-size: 13px; line-height: 20px; margin-bottom: 10px;}

.btmfix{ margin-top:10px;}
.footer-cta{
	float:left;
	width:100%;
	text-align:center;
	position:fixed;
	padding: 10px 15px 10px;
	bottom:0;
	z-index:99;
	}
a.footer_btn{
	display: inline-block;
	vertical-align: middle;
	max-width: 510px;
	width: 100%;
	color: #ffffff;
	height: 57px;
	font-size:22px;
	line-height: 57px;
	text-align: center;
	font-weight: 700;
	text-align: center;
	background:#22b401;
	border-radius: 5px;
	margin: 0 auto 0;
	}
a.footer_btn img{
    display: inline-block;
    vertical-align: middle;
    width:20px;
    margin: -4px 0 0 15px;
	}

}
