@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: 'Open Sans';
	font-weight:normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; 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: 'Open Sans';
    src: url('OpenSans-Bold.woff2') format('woff2'),
        url('OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-ExtraBold.woff2') format('woff2'),
        url('OpenSans-ExtraBold.woff') format('woff');
    font-weight:800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.woff2') format('woff2'),
        url('OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Medium.woff2') format('woff2'),
        url('OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-SemiBold.woff2') format('woff2'),
        url('OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    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-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*===========Header===========*/
.header{
	float:left;
	width:100%;
	padding: 13px 0;
	background:#fff;
	position:relative;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	border-top:10px solid #3fbfc6;
	}
.header_text {
	position: absolute;
	top: -4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	
    font-size: 16px;
    line-height:25px;
    color: #000;
	font-family: 'Inter';
	}	
.header_logo{
    float: left;
	margin-top: 20px;
	}
a.header_btn{
	float:right;
	width:100%;
	max-width:224px;
	height:55px;
	background:#00b942;
	font-size:22px;
	line-height:55px;
	color:#fff;
	font-weight:700;
	border-radius:10px;
	}

/*-----------------------
		MAIN SECTION
------------------------*/
.main_section{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0 50px;
	overflow:hidden;
	}
.mian_sec_inr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.left_section{
	float:left;
	width: 68.40%;
	}
.main_heading{
	font-size:49px;
    line-height:59px;
    color: #000;
    font-weight:bold;
	text-align:left;
	}
.author_box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
	
	width: 100%;
	padding:10px 0 12px;
	text-align: left;
	border-top:1px solid #e4e4e4;
	margin-top:20px;
	}
.author_bx_inr {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 70%;
	}
.author_img{
	width:51px;
	border-radius:50%;
	}
.author_bx_cont{
	width:calc(100% - 51px);
	padding-left:10px;
	}
.authorbx_text {
	font-size:16px;
	line-height:22px;
	color:#151515 ;
	font-weight:600;
	}
.authorbx_text span{
	font-weight:400;
	position:relative;
	padding-left: 14px;
	margin-left:14px;
	}
.authorbx_text span:before {
    content: '';
    position: absolute;
    top:0;
    left:0;
	bottom:0;
	border-right:2px solid #020202;
	}
.trend_box{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    align-items: center;
	width:100%;
	max-width:115px;
	}
.fire_img{
	width:30px;
	}
.trend_box p{
	width:calc(100% - 30px);
	font-size:18px;
	line-height:22px;
	color:#000000;
	font-weight:600;
	padding-left:10px;
	}
.link_text{color:#1b61ff;}
.semi_bold{ font-weight:600;}


.larineco_image_box{
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	max-width: 780px;
    height: 460px;
	border-radius:10px;
	background:#ffffff;
    margin:0 0 5px;
	overflow:hidden;
	}
.larineco_imgbx_col{
	width:49.7%;
	}
.larineco_img{
	display:block;
	margin:0 auto;
	height: 460px;
    object-fit: cover;
	width:100%;
	}
.larineco_video_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	cursor:pointer;
	background:#333;
	}
.larineco_video_box video{
	display:block;
	margin:0 auto;
	}	
	
.common_text{
	font-size:18px;
	line-height:26px;
	color:#000000 ;
	margin-top:30px;
	text-align: left;
	}
.common_text.margin_20{ margin-top:20px;}
ul.more_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	}
ul.more_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background: url(../images/list-tick.png) no-repeat left 5px;
	background-size:21px;
	font-size:18px;
	line-height:26px;
	color:#000000 ;
	font-weight:bold;
	margin-top:25px;
	padding-left:40px;
	}
.sub_heading{
	font-size:25px;
	line-height:30px;
	color:#000000 ;
	font-weight:bold;
	margin-top:30px;
	text-align:left;
	}

.common_heading{
	font-size:35px;
	line-height:45px;
	color:#000000 ;
	font-weight:bold;
	padding-bottom:18px;
	border-bottom:1px solid #e4e4e4;
	text-align:left;
	margin-top:35px;
	}
.common_img{
	display:block;
	margin: 35px auto 0;
	border-radius:6px;
	}
.comparision_img{
	display:block;
	margin:30px auto 0;
	}
.small_img{
	margin:30px 0 0 60px;
	border-radius:10px;
	}
.small_img2{
	margin: 72px 0 0 15px;
	}
.image_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-radius:6px;
    background: #ffffff;
    margin:30px auto 5px;
    overflow: hidden;
	}
.img_bx_col{
	width: 49.6%;
	}
.imgbx_col_img{
	display: block;
    margin: 0 auto;
    height: 460px;
    object-fit: cover;
	width: 100%;
	}
.imgbx_gif{
	display:inline-block;
	vertical-align:middle;
	object-fit: cover;
	height:460px;
	}
	
.video_block{
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin:30px auto 0;
	}
.video_box{
	width: 33.33%;
    position: relative;
    cursor: pointer;
    padding: 0 6px;
	}
.video_img{
	display:block;
	margin:0 auto;
	border-radius:12px;
	object-fit: cover;
    height: 368px;
	}

.video_box video{
	display:inline-block;
	border-radius:12px;
    width: 100%;
    height: 368px;
    background: #000;
    object-fit: cover;	
	}		
		
.testi_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin: 10px 0;
	}
.testi_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff;
	margin-top:25px;
	border:1px solid #b2cad6;
	padding:25px 25px;
	text-align:left;
	-webkit-box-shadow:0 5px 8px 0 rgb(223,236,242);
	box-shadow:0 5px 8px 0 rgb(223,236,242);
	border-radius:12px;
	}
.testi_bx_hdng{
	font-size: 18px;
    line-height: 22px;
    color: #000000;
	font-weight:bold;
	}
.testi_star{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	}
.testi_text{
	font-size: 17px;
    line-height: 25px;
    color: #000000;
	margin-top:10px;
	}
.testi_namebx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
	}
.name{
	font-size: 16px;
    line-height: 20px;
    color: #000000;
	font-weight:800;
	}
.vrfy_text{
	font-size: 12px;
    line-height:18px;
    color: #0ab83f;
	margin-top:2px;
	}
.vrfy_icn{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 6px 0 0;
	}
.gurantee_seal{
	margin:55px 20px 0 30px;
	}
.ylew_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff7e6;
	border:1px solid #f0e2c6;
	padding:15px 30px;
	font-size: 18px;
    line-height: 26px;
    color: #000000;
	text-align:left;
	margin-top:25px;
	border-radius:8px;
	}
.product_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff;
	margin-top:30px;
	padding:20px 25px;
	text-align:left;
	-webkit-box-shadow:0 0 6px 2px rgba(0,0,0,0.1);
	box-shadow:0 0 6px 2px rgba(0,0,0,0.1);
	}
.prod_box_top{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	}
.prodbx_cont{
	width:45%;
	}
.prod_bx_hdng{
	font-size: 30px;
    line-height: 38px;
    color: #000000;
	font-weight: bold;
    padding-bottom: 18px;
    border-bottom:2px solid #a2a2a2;
	}
ul.prod_bx_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
ul.prod_bx_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	background:url(../images/green-tick.png) no-repeat left 5px;
	font-size: 18px;
    line-height: 24px;
    color: #000000;
	font-weight:bold;
	padding-left:30px;
	}
.prod_box_inr{
	width:55%;
	}
.prod_imgbx{
	width:100%;
	position:relative;
	margin-top:30px;
	}
.productbx_img{
	display:block;
	margin:0 auto;
	}
.offer_text{
	position:absolute;
	top: -30px;
    right: 17px;
	display:-webkit-flex;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width:93px;
    height:93px;
	background:url(../images/offer-seal.png) no-repeat center top;
	background-size:93px;
	color: #ffffff;
    font-size:25px;
    line-height:25px;
    font-weight: bold;
    text-transform: uppercase;
	}
.prod_bx_strip{
	display:-webkit-flex;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	width:100%;
	background:#fff7e6;
	border:1px dashed#ff0000;
	padding: 10px 15px;
    border-radius: 5px;
	margin-top:25px;
	}
.clock{
    width: 26px;
	}
.prod_bx_strip P{
	width:calc(100% - 26px);
	font-size: 17px;
    line-height: 25px;
    color: #000000;
	padding-left:10px
	}

a.common_btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:80px;
	background:#00b942;
	font-size:30px;
    line-height:80px;
    color: #fff;
    font-weight:800;
	text-align:center;
	font-family: 'Inter';
	margin-top:30px;
	border-radius:6px;
	-webkit-box-shadow:0 4px 6px 1px rgb(227,237,221);
	box-shadow:0 4px 6px 1px rgb(227,237,221);
	}
.btn_arw{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 15px;
	}
.source_hdng{
	font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin:40px 0 20px;
    text-align: left;
	}
.source_text{
	font-size: 13px;
    line-height: 19px;
    color: #525252;
    margin-top:8px;
    text-align: left;
	padding-left:30px;
	position:relative;
	}
.source_text span{
	position:absolute;
	top:0;
	left:0;
	}

/*=====Right Section=====*/
.right_section{
	float:right;
	width:27%;
	}
.right_box{
	float:left;
	width:100%;
	margin-top: 15px;
	}
.right_box_inner{
	float: left;
    width: 100%;
    background: #fff;
    padding:18px 12px 25px;
    text-align: center;
	border:2px solid #e3f0fd;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	border-radius:6px;
	}
.rgt_sec_text{
    font-size:22px;
    line-height: 28px;
    color: #000;
	font-weight:bold;
	font-family: 'Inter';
	}	
.clr_red{ color:#ff0000;}
.rgt_img_box{
	display: inline-block;
    vertical-align: top;
	width:100%;
	max-width:265px;
	position:relative;
	margin-top:25px;
	}
.rgt_bx_product{
    display: block;
    margin:0 auto;
	}
.rgt_offer_text{
	position: absolute;
    top: -15px;
    right: 20px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width:75px;
    height:75px;
    background: url(../images/offer-seal.png) no-repeat center top;
    background-size:75px;
    color: #ffffff;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
	font-family: 'Inter';
    text-transform: uppercase;
	}
.rgt_btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:225px;
	margin-top:18px;
	}
.rgt_btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 48px;
    background: #00b942;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
	-webkit-box-shadow: 0 4px 6px 1px rgb(227, 237, 221);
    box-shadow: 0 4px 6px 1px rgb(227, 237, 221);
	}
.rgt_btn_arw{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 20px;
	width:9px;
	}
.btn_blw_text{
	font-size:14px;
	line-height:16px;
	color:#929292;
	margin-top:10px;
	}
.lock_img{
	display:inline-block;
	vertical-align:middle;
	width: 10px;
    margin: -2px 6px 0 0;
	}
.rateing_text{
	font-size:19px;
	line-height:28px;
	color:#191919;
	font-weight:bold;
	font-family: 'Inter';
	margin-top:20px;
	}
.rateing_text span{
	font-size:16px;
	font-weight:400;
	}
.rgt_box_star{
	display:inline-block;
	vertical-align:middle;
	margin: -5px 13px 0 0;
	width:102px;
	}
.rating_img{
	display:block;
	margin:20px auto 0;
	}

/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:40px 0;
	border-top:1px solid #e0e0e0;
	}
.footer_logo{
	display:block;
	margin:0 auto 20px;
	}
.footer_txt{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#393939;
	font-family: 'Inter';
	margin-top:10px;
	}
.footer_txt a{ padding:0 10px;}
.mt_0{ margin-top:0 !important;}

.fr{ float:right;}
.fl{ float:left;}

/*---------Media Querry---------*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.main_heading{ font-size: 45px; line-height: 55px;}	

.larineco_image_box{ height: 416px;}
.larineco_img{ height: 416px;}
.small_img{ margin: 65px 0 0 35px; width: 330px;}
.small_img2{ margin: 50px 0 0 15px;}

.product_box{ padding: 20px 20px;}
.prod_box_inr{ width: 50%;}
.prodbx_cont{ width: 50%;}
ul.prod_bx_list li{ font-size: 17px; line-height: 23px;}
	
	
}
@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.header{ padding: 11px 0; border-top: 6px solid #3fbfc6;}
.header_logo{ margin-top: 15px; width: 160px;}
a.header_btn{ max-width: 190px; height: 50px; font-size: 20px; line-height: 50px; border-radius: 6px;}
.header_text{ top: -5px; font-size: 14px; line-height: 20px;}

.main_section{ padding: 30px 0 40px;}
.main_heading{  font-size: 35px; line-height: 45px;}
.author_box{ margin-top: 15px;}
.author_img{ width: 45px;}
.author_bx_cont{ width: calc(100% - 45px); padding-left: 13px;}
.authorbx_text{ font-size: 15px; line-height: 20px;}
.authorbx_text span{ padding-left: 10px; margin-left: 6px;}
.fire_img{ width: 25px;}
.trend_box p{ width: calc(100% - 25px); font-size: 17px; line-height: 21px;}

.larineco_image_box{ height: 311px;}
.larineco_img{ height: 311px; }
.common_text{ font-size: 17px; line-height: 25px; margin-top:25px;}

ul.more_list li{ background-size: 20px; font-size: 17px; line-height: 25px; margin-top: 20px; padding-left: 35px;}
.sub_heading{ font-size: 22px; line-height: 28px; margin-top: 25px;}
.common_img{ margin: 30px auto 0;}

.common_heading{ font-size:28px; line-height: 38px; padding-bottom: 13px; margin-top: 30px;}
.small_img{ margin: 40px 0 0 35px; width: 235px;}
.comparision_img{ margin: 30px auto 0;}
.small_img2{ margin: 80px 0 0 0; width: 285px; }

.imgbx_col_img{ height: 340px;}
.imgbx_gif{ height: 340px;}

.video_block{ margin: 25px auto 0;}
.video_img, .video_box video{ height:280px;}
.testi_box{ padding: 20px 15px;}
	
.ylew_strip{ padding: 12px 20px; font-size: 17px; line-height: 25px;}	
	
.product_box{ padding: 15px 12px 25px;}	
.prodbx_cont{ width:57%;}	
.prod_bx_hdng{ font-size: 26px; line-height: 36px; padding-bottom: 15px;}
ul.prod_bx_list li{ font-size: 16px; line-height: 22px;  padding-left: 23px; background-size: 14px; }
.prod_box_inr{ width: 43%;}
.prod_imgbx{ margin-top: 75px;}
.offer_text{  right: 0; width: 75px;  height: 75px; background-size: 75px; font-size: 22px; line-height: 22px;}
a.common_btn{ height: 70px; font-size: 22px; line-height: 70px; margin-top: 30px;}
.btn_arw{ margin: -2px 0 0 10px; width: 10px;}

.right_section{ width: 28%;}
.rgt_sec_text{ font-size: 18px;line-height: 24px;}
.rgt_offer_text{ right: 0; width: 65px; height: 65px; background-size: 65px; font-size: 18px; line-height: 20px;}
.rgt_btn_arw{ margin: -3px 0 0 14px; width: 9px;}

.rateing_text{ font-size: 17px; line-height: 21px; margin-top: 15px;}
.rgt_box_star{ margin: -5px 8px 0 0; width: 78px;}
.rateing_text span{ font-size: 15px;}

.footer{ padding: 35px 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:10px 0 12px;}
.header_text{ font-size:11px; line-height:12px; position: static; transform: none;}
.header_logo{ float:none; display:block; margin:8px  auto 0;}

.main_section{ padding: 20px 0 30px;}
.left_section{ float: left; width: 100%;}
.main_heading{ font-size: 28px; line-height: 36px;}

.author_box{ margin-top: 10px; padding: 10px 0;}
.author_bx_inr{ width: 65%;}
.author_img{ width: 35px;}
.author_bx_cont{ width: calc(100% - 35px); padding-left: 10px;}
.authorbx_text{ font-size: 14px; line-height: 20px;}
.authorbx_text span:before{ display:none;}
.trend_box{ max-width: 95px;}
.fire_img{ width: 25px;}
.trend_box p{ width: calc(100% - 25px); font-size: 15px; line-height: 18px; padding-left: 6px; }

.larineco_image_box{ height: 208px;}
.larineco_img{ height: 208px;}

.common_text{ font-size: 16px; line-height: 24px; margin-top: 20px;}
ul.more_list li{ background-size: 18px; font-size: 16px; line-height: 24px; margin-top: 15px; padding-left: 30px;}
.sub_heading{ font-size: 20px;  line-height: 22px; margin-top: 18px; }

.common_img{ margin: 25px auto 0;}
.common_heading{ font-size: 22px; line-height: 32px; padding-bottom: 10px; margin-top: 25px;}

.small_img{  width: 210px; float: none; margin: 30px auto 0; }
.small_img2{ margin: 30px auto 0; width: 285px; float: none;}

.imgbx_col_img{ height: 225px;}
.imgbx_gif{ height: 225px;}

.video_block{ margin: 20px auto 0; row-gap:20px; justify-content: center;}
.video_box{ width:100%; max-width:250px; padding:0;}

.testi_box{ padding: 15px 12px; }
.testi_bx_hdng{ font-size: 17px; line-height: 20px;}
.testi_text{ font-size: 16px; line-height: 22px;}
.name{ font-size: 15px; line-height: 17px;}

.gurantee_seal{ margin:20px auto 0; float: none;}

.ylew_strip{ font-size: 16px; line-height: 24px;}

.product_box{ padding: 16px 14px 25px;}
.prodbx_cont{ width: 100%;}
.prod_bx_hdng{ font-size: 22px; line-height: 32px; padding-bottom: 12px; }
.prod_box_inr{ width: 100%;}
.prod_imgbx{ margin-top:50px;}
.offer_text{ right: 0; width: 85px; height: 85px; background-size: 85px; font-size: 23px; line-height: 23px; }
.prod_bx_strip{ padding: 10px 15px; margin-top: 20px; align-items: flex-start;}
.clock{ width: 20px;}
.prod_bx_strip P{ width: calc(100% - 20px); font-size: 16px; line-height: 24px; padding-left:10px;}
a.common_btn{ height: 60px; font-size: 16px; line-height: 60px; margin-top: 30px; border-radius: 6px;}
.btn_arw{ margin: -2px 0 0 7px; width: 9px;}


.right_section{ width: 100%; display:none;}
.right_box{ margin-top: 35px; padding: 0 20px;}
.right_box_inner{ padding: 20px 15px; }
.rgt_sec_text{ font-size: 22px; line-height: 30px;}
.rgt_offer_text{ right: 10px; width: 75px; height: 75px; background-size: 75px; font-size: 20px; line-height: 20px;}
.rgt_box_star{ width: 92px;}
.rgt_btn{ height: 50px; font-size: 20px; line-height: 50px; }

.source_hdng{ font-size: 16px; line-height: 20px; margin: 30px 0 15px;}
.source_text{ font-size: 12px; line-height: 16px; margin-top: 5px; word-break: break-all; padding-left: 20px;}

.footer{ padding: 20px 0 0;}
.footer_logo{ margin: 0 auto 15px; width: 150px;}
.footer_txt{ font-size: 14px; line-height: 20px;}
.footer_txt a{ padding: 0 5px;}

.btmfix{
	margin-top:20px;
	}
.footer-cta{
	float:left;
	width:100%;
	text-align:center;
	position:fixed;
	padding:0;
	bottom:0;
	z-index:99
	}
a.footer_btn{
    display: inline-block;
    vertical-align: middle;
    max-width: 510px;
    width: 100%;
    color: #ffffff;
	height:58px;
    font-size:21px;
    line-height:58px;
    text-align: center;
    font-weight: bold;
    text-align: center;
    background:#00b942;
    border-radius:0;
    margin: 0 auto 0;
	}
a.footer_btn img{
    display: inline-block;
    vertical-align: middle;
    width:12px;
    margin: -2px -3px 0 16px;
	}
}

.common_paragraph span,  a.cta-link span {
    color: #0755c9;
    font-weight: 700;
    text-decoration: underline;
}
