@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: '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; 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;
	}
/*========= FONTS ============*/
@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: '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-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-BoldItalic.woff2') format('woff2'),
    url('OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    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: '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;
}
/*========= FONTS ============*/
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1110px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*-----Header------*/
.header{
	float: left;
    width: 100%;
    padding: 15px 0;
    position: relative;
	background:#edf5ff;
	}
.header_text {
	color: #818181;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	}
.logo{
	float:left;
	width:200px;
	}
/*-------Main-Section-------*/	
.main_section{
	float:left;
	width:100%;
	padding:45px 0 60px;
	}
.section_content{
	float:left;
	width:100%;
	}
	
/*-------left-Section-------*/
.left_section{
	float:left;
	width:72%;
	}	
ul.breadcum{
	float:left;
	width:100%;
	}
ul.breadcum li{
	float:left;
	color:#5c5c5c;
    font-size:15px;
	line-height:15px;
	text-align:left;
	}
ul.breadcum li:nth-child(even){margin:0 8px;}
ul.breadcum li.active{color:#000000; font-weight:500;}
.main_heading{
	float:left;
	width:100%;
	color:#000000;
	font-size:37px;
	line-height:50px;
	font-family: 'Inter';
	letter-spacing:-0.5px;
	text-align:left;
	font-weight:800;
	margin-top:15px;
	}
.main_heading span{text-decoration: underline;}
.comn_pg_box{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 6px;
    background: #fff6d3;
    padding: 15px 15px 15px 15px;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    text-align: left;
	}
.comn_pg_box p{
	font-size:22px;
	line-height:30px;
	font-weight:500;
	color:#000;
	}
.author_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	border-top:1px solid #e4e4e4;
	padding:25px 0 25px;
	margin-top:12px;
	}	
.author_box_list{
	float:left;
	width:100%;	
	}
.author_box_list li{
	float:left;
	text-align:left;
	border-right:1px solid #cbcbcb;
	padding:0 12px;
	position:relative;	
	}
.author_box_list li:first-child{padding-left:55px;}
.author_box_list li:last-child{border-right:none;}
.author_image{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:44px;
	border-radius:50%;
	}
.author_paragraph{
	color:#3f3f3f;
	font-size:15px;
	line-height:18px;
	}
.author_paragraph span{
	color:#000000;
	font-weight:600;
	}
.common_image {
    display: inline-block;
    vertical-align: middle;
	width:100%;
    border-radius: 0px;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.2);
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.2);
    margin: 30px 0 5px;
}
.common_image.martop10{ margin-top:10px;}
.common_paragraph {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    margin-top: 25px;
	letter-spacing: 0px;
}
.common_paragraph2 {
	color: #000000;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    margin-top: 25px;
    font-weight: 700;
    letter-spacing: 0.3px;
    font-style: italic;
	font-family: 'Open Sans';
}
.common_heading {
	color: #000000;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.5px;
    font-family: 'Inter';
    border-bottom: 3px solid #000000;
    padding: 0 0 15px 0;
    margin: 40px 0 0;
}
.common_heading span{
	display:block;
	font-weight:600;
	font-size:23px;
	line-height:30px;
	margin-bottom:10px;
	}
.points_list_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
ul.points_lists{
    text-align: left;
    margin-top: 20px;
	}
ul.points_lists li {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 30px;
    margin-top: 16px;
	position:relative;
}
ul.points_lists li:before{
    position: absolute;
    content: "";
    background: #ff0000;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 7px;
    left: 0;
    -webkit-box-shadow: 0 0 10px 2px rgb(255 0 0 / 0.2);
    box-shadow: 0 0 10px 6px rgb(255 0 0 / 0.2);
	}
.small_image1 {
    float: right;
    border-radius: 0px;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.2);
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.2);
	margin: 35px 0 0 8px;
}
ul.points_lists2{
	float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
	margin-bottom: 10px;
	}
ul.points_lists2 li {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 30px;
    margin-top: 20px;
	position:relative;
}
ul.points_lists2 li:before{
    position: absolute;
    content: "";
    background: #ff0000;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 5px;
    left: 0;
    -webkit-box-shadow: 0 0 10px 2px rgb(255 0 0 / 0.2);
    box-shadow: 0 0 10px 6px rgb(255 0 0 / 0.2);
	}
ul.points_lists2 li span{ 
	font-weight:700; 
	display:block; 
	margin-bottom: 10px;
}
.small_image2 {
    float: right;
    border-radius: 0px;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.2);
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.2);
    margin: 25px 0 0 8px;
}
.notice_box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 0px;
    background: #e9f0ff;
    padding: 30px 34px;
    margin-top: 40px;
    position: relative;
}
.common_heading.martop0{ margin-top:0; font-size: 34px;}
.common_paragraph span{color:#0755c9; font-weight:700; text-decoration:underline;}
ul.notice_box_lists{
    width: 100%;
    text-align: left;
    margin-top: 25px;
	margin-bottom: 10px;
	}
ul.notice_box_lists li {
    width: 100%;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding: 15px 15px 15px 50px;
    margin-top: 20px;
    position: relative;
    background: #fff;
    border-radius: 5px;
}
ul.notice_box_lists li:before{
    position: absolute;
    content: "";
    background: url(../images/check-tick.png) no-repeat left;
    background-size: 22px;
    width: 22px;
    height: 15px;
    top: 50%;
    left: 15px;
	margin-top:-11px;
	}
.common_image3{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 35px 0 15px 0px;
    max-width: none;
    -webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.2);
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.2);
	}
.small_image3 {
    float: right;
    border-radius: 0px;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.2);
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.2);
    margin: 0px 0 0px 20px;
}
.points_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
ul.points_list{
	float: left;
    text-align: left;
    margin-top: 20px;
	}
ul.points_list li {
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
    font-family: 'Inter';
    background: url(../images/points-tick.png) no-repeat left 3px;
    background-size: 20px;
    padding-left: 30px;
    margin-top: 15px;
}
.small_image4 {
    float: right;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.2);
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.2);
    margin: 30px 0 0px 20px;
}
ul.box_list{
    width: 100%;
    text-align: left;
    margin-top: 25px;
	margin-bottom: 10px;
	padding: 0 35px;
	}
ul.box_list li {
    width: 100%;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding: 15px 25px 15px 50px;
    margin-top: 15px;
    position: relative;
    background: #e9f0ff;
    border-radius: 5px;
}
ul.box_list li:before{
    position: absolute;
    content: "";
    background: url(../images/check-tick.png) no-repeat left;
    background-size: 22px;
    width: 22px;
    height: 15px;
    top: 50%;
    left: 15px;
	margin-top:-11px;
	}

.small_image5{
    float: right;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.2);
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.2);
    margin: 30px 0 0px 10px;
	}
.offer_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border-radius:10px;
	background:#ffffff;
	-webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 0.2);
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 0.2);
	padding:30px 42px 40px;
	margin-top:50px;
	}
.offer_box_heading{
	color:#000000;
	font-size:35px;
	line-height:45px;
	font-weight:bold;
	text-align: center;
	font-family: 'Inter';
	}
.offer_box_heading span{
	color:#ff0000;
	font-size:25px;
	line-height:35px;
	display:block;
	}
.alert_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border-radius:8px;
	border:1px solid #d9c89d;
	background:#fff4ca;
	padding:15px 20px 15px;
	margin-top:20px;
	position:relative;
	}
.alert_box_paragraph{ 
	color: #000000;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0px;
	margin-top:0; 
	font-weight:600;
	}
/*.alert_icon{
	position:absolute;
	top:50%;
	left:25px;	
	width:45px;
	margin-top:-22.5px;
	}*/
.offer_product_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:25px auto 0;
	position:relative;
	}
.offer_product_image{
	display:block;
	margin:0 auto;
	}
.offer_tag{
	position:absolute;
    top: 70px;
    right: 70px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	width:100px;
	height:100px;
	background:url(../images/offer-tag-bg.png) no-repeat center top;
	background-size:100px;
	color:#000;
	font-size:26px;
	line-height:26px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:-1px;
	padding-top:0;
	}
.button_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 575px;
    text-align: center;
}
.common_button{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	width:100%;
    color:#ffffff;
	font-size:30px;
	line-height:30px;
	text-align:center;
	font-weight:800;
	font-family: 'Inter';
	background:#11ca41;
    -webkit-box-shadow: 0 2px 3px 1px rgb(0 0 0 / 0.2);
    box-shadow: 0 3px 3px 1px rgb(0 0 0 / 0.2);
	border-radius:8px;
	padding:25px 0 25px;
	margin:35px auto 0;
    text-transform: capitalize;
	}
.button_arrow{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	margin:-8px -6px 0 12px;
	}
.money-back-text {
    font-size: 16px;
    line-height: 20px;
	font-weight:500;
    margin-top: 12px;
    letter-spacing: 0.5px;
}
.money-back-text img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-5px 10px 0 0;
	}
	
/*========Right-Section========*/
.right_section{
	float:right;
	width:24%;
	}
.order_box{
	float:left;
	width:100%;
	background:#ffffff;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	padding:25px 16px;
	margin-top:25px;
	overflow:hidden;
	}	
.order_box_title{
	color:#000000;
	font-size:16px;
	line-height:16px;	
	letter-spacing:0.3px;
	font-family: 'Inter';
	}
.order_box_title:before, .order_box_title:after {
    display: inline-block;
    vertical-align: middle;
    content:'';
    right:0;
    top:50%;
    width:18px;
    height:1px;
    background:#6c6c6c;
    opacity:0.6;
	margin:-2px 8px 0 0;
	}
.order_box_title:after{
    margin:-2px 0 0 8px;
	}	
.order_box_heading{
    color: #000000;
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 10px;
	}
.order_box_heading span{
	color:#2587d3;
	font-size:23px;
	}
.order_product_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
	margin-top: 30px;
	}
.order_product_image{
	display:block;
	margin:0 auto;
	width:198px;
	}
.order_tag{
	position: absolute;
    top: -10px;
    right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 87px;
    height: 87px;
    background: url(../images/offer-tag-bg.png) no-repeat center top;
    background-size: 86px;
    color: #000;
    font-size: 22px;
    line-height: 22px;
    font-family: 'Inter';
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-top: 0;
	}	
.order_box .common_button{
	font-size:16px;
	line-height:16px;
	padding:16px 0 14px;
	border-radius:5px;
	letter-spacing:0.3px;
	text-transform: capitalize;
	margin-top:20px;
	z-index:1;
	position:relative;
	}
.chk-btn-arw{
	display:inline-block;
	vertical-align:middle;
	width: 18px;
    margin: -4px -6px 0 10px;
	}	
	
/*========footer==========*/
.footer{
	float:left;
	width:100%;
	border-top:1px solid #ebebeb;
	padding:35px 0;
	}	
.footer_text{
	color:#000000;
	font-size:16px;
	line-height:22px;
	letter-spacing:0.3px;
	margin-top:10px;
	}
.footer_text a{padding:0 5px;}

.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;
    max-width: 510px;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 800;
	background: #11ca41;
    -webkit-box-shadow: 0 2px 3px 1px rgb(0 0 0 / 0.2);
    box-shadow: 0 3px 3px 1px rgb(0 0 0 / 0.2);
    border-radius: 10px;
    padding: 26px 0 20px;
    margin: 0 auto 0;
	}
a.footer-btn img{
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    margin: -2px -6px 0 12px;
	}	
	
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}
.hide-1200{display:none;}


.main_heading {font-size: 33px;line-height: 46px;}
.comn_pg_box p { font-size: 20px;line-height: 28px;}
.common_paragraph{margin-top:24px;}

/*.small_image2 {margin: 25px 0 0px 10px}*/
.common_heading{font-size: 34px; margin: 40px 0 0;}
.notice_box{ padding:30px 30px;}
ul.notice_box_lists li { font-size: 17px; padding: 15px 10px 15px 45px;}
ul.notice_box_lists li:before{left:12px;}


ul.points_list{margin-top:18px;}
ul.points_list li {font-size: 15px;}
.small_image3{ margin:15px 0 0;}
ul.box_list{ padding:0 20px;}
.small_image4 {margin: 30px 0 15px 15px;}
.small_image5{margin: 35px 0 10px 10px;}
.offer_box{ margin-top:55px;}
.offer_box_heading  {font-size: 32px;line-height: 42px;}
.offer_box_heading span {font-size: 23px;line-height: 30px;}
.common_button{ font-size:28px; line-height:28px;}
.offer_tag { top: 58px;right: 50px;}
.alert_box_paragraph {font-size: 16px; line-height: 26px;}

.right_section{ width:25%;}
.order_box{ padding:25px 15px;}
.order_box_title{ font-size:14px;}
.order_box_heading {font-size: 20px;line-height: 28px;}
.order_tag{ right:10px;}


}



@media only screen and (max-width:1024px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

.main_section {padding: 40px 0 50px;}
.left_section{ width:69%;}
ul.breadcum li{font-size:14px; line-height:14px;}
.main_heading {font-size: 27px;line-height: 38px;}
.common_paragraph2 {font-size: 18px;line-height: 28px;margin-top: 15px;}
.common_paragraph {font-size: 16px;line-height: 26px; margin-top: 20px;}
.comn_pg_box{ margin-top:15px;}
.comn_pg_box p {font-size: 17px;line-height: 26px;}

ul.points_lists li { font-size: 16px;line-height: 24px;padding-left: 25px; margin-top: 16px;}
ul.points_lists li:before{ width:10px; height:10px;top: 8px;}
.small_image1{ width:255px; margin: 25px 0 0 10px;}
ul.points_lists2 li{font-size: 16px;line-height: 26px;padding-left: 25px; margin-top: 15px;}
ul.points_lists2 li:before{width:10px; height:10px;}
.small_image2{width:255px;}
.notice_box {padding: 15px 20px 15px 20px;}
.common_heading.martop0{ font-size:28px;}
.common_image{ margin:25px 0 5px;}
ul.notice_box_lists li {font-size: 16px;padding: 10px 10px 10px 40px;}
ul.notice_box_lists li:before {background-size: 20px;width: 20px; left:10px;top: 20px; margin: 0;}

.common_heading {font-size: 30px;line-height: 38px;margin: 35px 0 0;}
.common_heading span {font-size: 20px;line-height: 28px;margin-bottom: 5px;}
.common_image3 {margin: 30px 0 10px 0px; }
.small_image3{ width: 265px;margin: 25px 0px 0px 0px;}
ul.points_list{ width:47%;}
ul.points_list li {font-size: 16px;line-height: 20px;background-size: 16px;padding-left: 25px;}
.small_image4 {width: 245px;margin: 25px 0 0px 10px;}
ul.box_list { padding: 0 0px;}
ul.box_list li {font-size: 16px; line-height: 26px; padding: 10px 15px 10px 40px;}
ul.box_list li:before {background-size: 18px;width: 18px;height: 15px;left: 10px;margin-top:0; top:15px;}
.small_image5 {margin: 25px 0 10px 10px;width: 245px;}
.button_box{ max-width:430px;}

.offer_box { margin-top: 30px; padding: 20px 15px 25px;}
.offer_box_heading {font-size: 24px;line-height: 32px;}
.offer_box_heading span {font-size: 20px;line-height: 28px;}
.alert_box {padding: 10px;margin-top: 15px;}
.alert_icon {top: 50%;left: 12px;width: 38px;}
.common_button {font-size: 24px;line-height: 24px;padding: 20px 0 20px;margin: 25px auto 0;}
.money-back-text {font-size: 14px;line-height: 18px;margin-top: 10px;}
.offer_tag{ top: 40px; right: 45px; background-size: 75px; width:75px; height:75px;font-size: 20px; line-height: 20px;}


.right_section {width: 27%;}
.order_product_image{ width:140px;}
.order_box .common_button {font-size: 14px;line-height: 14px;padding: 14px 0 14px;}
.chk-btn-arw{ width:16px;}
.order_tag {right: 10px;width: 58px;height: 58px;background-size: 58px;font-size: 15px; line-height: 16px;}
.order_box {padding: 25px 12px;}
.order_box_heading {font-size: 18px;line-height: 26px;}
.order_box_title {font-size: 12px;}
.order_box_title:before, .order_box_title:after{width:10px;}

.footer{ padding:30px 0;}


}

@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:7px 0 7px;}
.header_text{font-size: 12px;}
.logo { width: 160px;margin-top: 20px; float:none;}

.main_section {padding: 25px 0 30px;}
.left_section{width:100%;}
ul.breadcum li {font-size: 13px;line-height: 13px;}
.main_heading {font-size: 26px;line-height: 32px;margin-top: 12px;}
.comn_pg_box{ padding:10px 10px;}
.comn_pg_box p {font-size: 16px;line-height: 24px;}

.author_box {padding: 15px 0 15px; margin-top: 15px;}
.author_box_list li {border-right: none;}
.author_paragraph {font-size: 13px;line-height: 20px;}
.author_paragraph span {font-size: 15px;}
.author_box_list li:nth-child(2) {display: none;}

.common_image.martop10{ margin-top:5px;}

.common_heading {font-size: 23px;line-height: 32px;margin: 30px 0 0;letter-spacing: 0;padding:0px 0 12px;}
.common_paragraph {font-size: 16px;line-height: 24px;}
.common_paragraph2 {font-size: 17px;line-height: 26px;margin-top: 15px;}

ul.points_lists2 li {font-size: 16px;line-height: 24px; padding-left: 25px;margin-top: 12px;}
ul.points_lists2 li span{ margin-bottom:6px;}

.small_image1{float: none; display:block; margin: 25px auto 5px; border-radius:5px;}
.small_image2, .small_image3, .small_image4{float: none; display:block; margin:25px auto 8px; border-radius: 5px;}
.small_image5{ margin:25px auto 10px; float:none;}

ul.points_lists{ width:100%;margin-top: 20px;}

.notice_box{ margin-top: 25px; padding: 15px 15px;}
.common_heading.martop0 {font-size: 24px;}
ul.notice_box_lists{ margin-top:20px;}
ul.notice_box_lists li { margin-top: 15px;}
.common_image{ border:2px solid #fff;height: 210px; object-fit: cover;margin: 25px 0 5px;}
.common_image3 {margin: 30px 0 10px 0px;}

ul.points_list {width: 100%; margin:10px 0 8px;}
ul.points_list li{font-size: 15px;line-height: 19px;background-size: 15px;padding-left: 23px;background-position: 0 2px; letter-spacing:0;}

ul.box_list li{ padding:10px 10px 10px 40px; margin-top: 12px;}


.offer_box { margin-top: 25px; padding: 20px 12px 25px;}
.alert_box { padding: 15px 15px; margin-top: 15px;}
.alert_box_paragraph {font-size: 16px;line-height: 24px;}
.alert_icon {position: static;display: block; margin: 0 auto 15px; width: 40px;}
.offer_box_heading {font-size:18px; line-height: 28px;}
.offer_box_heading span {font-size:18px;line-height: 26px;}
.offer_product_box{ margin:25px auto 5px;}
.offer_tag {top:10px; right: 18px;}
.common_button {font-size: 17px;line-height: 17px;padding:20px 0;margin: 20px auto 0;}
.button_arrow { width:18px; margin: -5px -6px 0 8px;}

.footer {padding: 15px 0 0;}
.footer_text {font-size:14px;line-height:20px;}
.btmfix {margin-top: 25px;}
.footer-cta { padding: 0; background: none;}
a.footer-btn {width: 100%;border-radius: 0;height:58px;font-size: 18px;letter-spacing: 0.5px;padding:17px 0;}
a.footer-btn img {width: 17px;margin: -3px 0 0 13px;}

}

