@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:'Archivo';
	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; 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: 'Archivo';
	src: url('Archivo-Regular.woff2') format('woff2'),
	url('Archivo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Archivo';
	src: url('Archivo-Medium.woff2') format('woff2'),
	url('Archivo-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Archivo';
	src: url('Archivo-SemiBold.woff2') format('woff2'),
	url('Archivo-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Archivo';
	src: url('Archivo-Bold.woff2') format('woff2'),
	url('Archivo-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Lexend';
	src: url('Lexend-Bold.woff2') format('woff2'),
	url('Lexend-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN_CSS_START=====*/
.container {
	width:975px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*====TOP_STRIP====*/
.top_strip{
	float:left;
	width:100%;
	background:#30bd51;
	padding:14px 0;
	}
.top_strip_text{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#fff;
	font-weight:400;
	letter-spacing:0.3px;
	text-transform:uppercase;
	}
.top_strip_text span{ color:#fff2ab;}
/*====HEADER====*/
.header{
	float:left;
	width:100%;
	height:63px;
	background:#fff;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	position:relative;
	}
.logo{
	display:inline-block;
	vertical-align:middle;
	width:200px;
	margin-top:26px;
	}

/*====BANNER====*/
.banner{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0 0;
	}
.banner_timer{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:300px;
	margin-bottom:10px;
	}
.timer_container{
	display: flex;
	justify-content: center;
	gap: 2px;
	}
.timer_container input {
	width:50px;
	height:34px;
    text-align: center;
    color: #000;
	opacity:1;
    font-size:25px;
    line-height:30px;
	padding-bottom:2px;
    font-weight:700;
	background: #000;
	border-radius:0;
	font-family: 'Archivo';
	border:none;
	appearance:none;
	-webkit-appearance:none;
	outline:none;
	position:relative;
	-webkit-text-fill-color: #fff;
	}
.timer_container span {
    width:12px;
    color: #000;
    font-size:26px;
    line-height:34px;
    text-align: center;
    font-weight:700;
	}
.banner_heading{
	float:left;
	width:100%;
	font-size:28px;
	line-height:34px;
	color:#000000;
	font-weight:bold;
	margin-top:15px;
	letter-spacing:0.5px;
	}
.banner_text1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:15px;
	}
.banner_text1 span{ text-decoration:underline;}
.banner_box{
	display:inline-block;
	vertical-align:middle;
	max-width:975px;
	width:100%;
	margin-top:40px;
	}
.banner_box_cont{
	float:right;
	width:48%;
	text-align:left;
	margin-top:0;
	}
.bnr_bx_text1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#000;
	letter-spacing:0;
	margin-top:40px;
	}
.bnr_bx_text1.martop0{ margin-top:0;}
.banner_imgBx{
	float:left;
	width:48%;
	position:relative;
	}
.result_very_text{
	position:absolute;
	left:-92px;
	top:140px;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.5px;
	margin-top:0;
	color:#000;
	transform: rotate(-90deg);
    white-space:nowrap;
	}
.checkbfaf_img{
	display:block;
	margin:0 auto;
	border:2px solid #ddd;
	max-width:100%;
	}
.banner_bar{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:40px;
	background:#fff;
	position:relative;
	border:1px solid #c2c2c2;
	}
.banner_bar_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:400;
	letter-spacing:0.3px;
	background:#e9e9e9;
	padding:12px 0;
	}
.banner_bar_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 6px 0 0;
	width:17px;
	}
.secure_seal2{
	display:inline-block;
	vertical-align:middle;
	margin:15px 0;
	width:590px;
	max-width:100%;
	}
.checkout_section{
	float:left;
	width:100%;
	padding:50px 0 70px;
	background:#fff;
	}
.checkout_inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:100%;
	}
.checkout_left{
	float:left;
	width:58%;
	}
.step_row{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	}
.step_head{
	float:left;
	width:100%;
	font-size:21px;
	line-height:32px;
	color:#121212;
	font-weight:700;
	}
.step_head span{ font-weight:400;}
.step_icon{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-22.5px;
	width:55px;
	}
.packageBoxOuter{
	float:left;
    width:100%;
    background:#ffffff;
	border:2px solid #d0d0d0;
    position:relative;
    margin:20px 0 0;
    cursor:pointer;
    border-radius:6px;
	padding:15px 20px 10px;
	overflow:hidden;
	}
.packageBoxOuter.active{
	background:#fcfcef;
	border:2px solid #20a9fc;
	box-shadow:0 0 4px 2px rgba(0,0,0,0.1);
	}
.pakge_header{
	float:left;
	width:100%;
	}
.pakge_check{
	float:left;
    width:24px;
    height:24px;
	background:#ffffff;
    border-radius:3px;
    text-align:center;
	position:relative;
	border:2px solid #d0d0d0;
	}
.packageBoxOuter.active .pakge_check{ border:2px solid #20a9fc;}
.pakge_check img{
	position:absolute;
	left:3px;
	top:-8px;
	width:22px;
	}
.pakge_title{
	float:left;
	font-size:19px;
	line-height:19px;
	color:#090909;
	font-weight:bold;
	letter-spacing:0.3px;
	margin-left:15px;
	text-transform:uppercase;
	font-family: 'Lexend';
	}	
.pakge_save{
	float:left;
	background:#25970b;
	font-size:12px;
	line-height:12px;
	color:#fff;
	font-weight:400;
	padding:6px 10px 5px;
	margin:0 0 0 15px;
	border-radius:4px;
	}
.pakge_content{
	float:left;
	width:100%;
	padding:0 0 0;
	}
.pakge_prodBox{
	float:left;
	width:70%;
	position:relative;
	margin:10px 0 0;
	}
.pakge_prod{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	width:220px;
	}
.prod_seal{
	position:absolute;
	right:0;
	top:-5px;
	}
.pakge_prcBox{
	float:right;
	width:30%;
	text-align:right;
	margin-top:0;
	}
.pakge_popular{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	color:#000;
	font-weight:700;
	margin:-20px 0 5px;
	}	
.pakge_popular img{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:-3px 5px 0 0;
	}
.pakge_retail{
	float:left;
	width:100%;
	font-size:18px;
	line-height:20px;
	color:#ff0000;
	font-weight:normal;
	}
.cut_price{ position:relative;}
.cut_price:after{
	position:absolute;
	content:"";
	left:-1px;
	top:9px;
	right:-1px;
	border-top:2px solid #ff0000;
	transform:rotate(-13deg);
	}
.pkage_price{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#000000;
	font-weight:bold;
	margin-top:10px;
	}
.save_price{
	float:left;
	width:100%;
	font-size:15px;
	line-height:20px;
	color:#090909;
	font-weight:500;
	margin:7px 0 7px;
	}
.free_shipp{
	float:left;
	width:100%;
	font-size:14px;
	line-height:16px;
	color:#242323;
	text-transform:uppercase;
	margin-top:2px;
	}
.today_save_strip{
	float:left;
	width:100%;
	padding:15px 25px 15px;
	background:#fcf8e3;
	margin-top:20px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-radius:0;
	border:2px dashed #ff0000;
	}
.today_save_img{
	float:left;
	width:161px;
	}
.tdsave_text{
	float:left;
	width:100%;
	font-size:46px;
	line-height:46px;
	}
.save_arrow{
	position:absolute;
	right:0;
	top:50%;
	margin-top:-32.5px;
	}
.t_strp_right{
	float:right;
	width:60%;
	}
.disc_text{
	float:left;
	width:100%;
	font-size:22px;
	line-height:26px;
	color:#ff0303;
	font-weight:700;
	text-align:right;
	}
.disc_text .amtdic{
	float:right;
	width:35%;
	}
.gr_totl_text{
	float:left;
	width:100%;
	font-size:22px;
	line-height:26px;
	color:#0b0b0b;
	font-weight:700;
	text-align:right;
	margin-top:10px;
	}
.gr_totl_text span{
	float:right;
	width:35%;
	}
.orderSummary_box{
	float:left;
	width:100%;
	margin-top:17px;
	}
.ord_sum_cont{
	float:left;
	width:100%;
	}
.summary_box_price_details{
	float:left;
	width:100%;
	margin:10px 0;
	}
.summary_box_price_details tr td{
	width:50%;
	text-align:left;
	font-size:16px;
	line-height:22px;
	padding:4px 0;
	}
.summary_box_price_details tr:first-child td{
	font-size:18px;
	line-height:26px;
	color:#2d2d2d;
	font-weight:700;
	}
.summary_box_price_details tr td:last-child{width:30%; text-align:right;}
.summary_box_price_details tr:last-child td{border-bottom:none;}

.money_backBox{
	float:left;
	width:100%;
	margin-top:35px;
	padding:0 30px 0 150px;
	position:relative;
	text-align:left;
	}
.money_back_seal{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-60px;
	width:120px;
	}
.mback_head{
	float:left;
	width:100%;
	font-size:21px;
	line-height:28px;
	color:#000000;
	font-weight:bold;
	}
.mback_text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:22px;
	color:#000000;
	font-weight:normal;
	margin-top:15px;
	letter-spacing:0.3px;
	}
.check_btm_row{
	float:left;
	width:100%;
	position:relative;
	margin-top:35px;
	border-top:1px solid #e7e7e7;
	padding-top:20px;
	}
.rating_seal{
	position:absolute;
	right:15px;
	top:45px;
	width:160px;
	}
ul.checkLeft_list{
	float:left;
	width:100%;
	}
ul.checkLeft_list li{
	float:left;
	width:100%;
	text-align:left;
	font-size:16px;
	line-height:24px;
	color:#000000;
	font-weight:600;
	padding-left:35px;
	background:url(../images/chk_lft_listchk.png) no-repeat left center;
	background-size:24px;
	margin-top:10px;
	}
.checkout_right{
	float:right;
	width:38%;
	}
.checklDetails_sec{
	float:left;
	width:100%;
	}

.shipp_info{
	float:left;
	width:100%;
	margin-top:20px;
	}
.form_box{
	float:left;
	width:100%;
	}
.formElement{
	float:left;
	width:100%;
	position:relative;
	margin:7px 0;
	}
.formElement.half{ width:48%;}
.formElement.half.fr{ float:right;}
.inputField, .selcetfld{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	-webkit-appearance:none;
	outline:none;
	background:#fff;
	border:1px solid #c2c2c2;
	border-radius:4px;
	padding:4px 20px;
	text-align:left;
	letter-spacing:0.3px;
	font-family:'Archivo';
	height:56px;
	}
.inputField::placeholder, .selcetfld::placeholder{ color:#2d2d2d;}	
.card_filed{ padding-right:35px;}
.selcetfld {
    background: url(../images/select.png) no-repeat 94% center #fff;
    padding-right:20px;
	background-size:10px;
	font-size:17px;
	}
.biling_info{
	float:left;
	width:100%;
	margin-top:10px;
	}
.fieldToggle {
	float:left;
	color:#161616;
	font-size:15px;
	line-height:18px;
	text-align:left;
	margin:20px 0 10px;
	cursor:pointer;
	padding-left:25px;
	position:relative;
	letter-spacing:0.5px;
	font-weight:400;
	}
.fieldToggle input[type=checkbox] {
	position:absolute;
	opacity:0;
	}
.fieldToggle input[type=checkbox] + span {
	display:inline-block;
	vertical-align:top;
	margin-right:3px;
	width:17px;
	height:17px;
	background:#2186db;
	border-radius:3px;
	position: relative;
	}
.fieldToggle input[type=checkbox] + span {
	position:absolute;
	left:0;
	}
.fieldToggle input[type=checkbox]:checked + span:after {
	position: absolute;
	content:'';
	width:13px;
	height:13px;
	background: url(../images/tik_blk.svg) no-repeat center center;
	background-size: 100%;
	left:2px;
	top:2px;
	}
.check_paymentBox{
	float:left;
	width:100%;
	margin-top:15px;
	}
.trans_text{
	float:left;
	width:100%;
	font-size:15px;
	line-height:22px;
	color:#000;
	font-weight:400;
	letter-spacing:0.3px;
	text-align:left;
	}
.payment_info{
	float: left;
    width: 100%;
	background:#fff;
	border-radius:4px;
	position:relative;
	margin-top:25px;
	}
a.payPal_button{
	float:left;
	width:100%;
	height:58px;
	background:#ffd11a;
	border-radius:6px;
	padding:17px 0;
	margin-top:0;
	border:none;
	outline:none;
	box-shadow:0 2px 0 1px rgba(186,130,0,1);
	-webkit-box-shadow:0 2px 0 1px rgba(186,130,0,1);
	}
a.payPal_button img{
	display:block;
	margin:0 auto;
	width:100px;
	}
.orPay_text{
	float:left;
	width:100%;
	font-size:15px;
	line-height:24px;
	color:#000000;
	font-weight:500;
	position:relative;
	margin:25px 0;
	text-transform:uppercase;
	}
.orPay_text:before{
	position:absolute;
	left:0;
	top:52%;
	content:"";
	right:0;
	border-top:1px solid #d9d9d9;
	}
.orPay_text span{
	background:#fff;
	position:relative;
	padding:0 10px;
	}
.payment_cards_box{
	float: left;
    width: 100%;
	}
.payment_cards_box p{
	float:left;
	font-weight:500;
    color:#000000;
	font-size:16px;
	line-height:24px;
	}
.payment_cards_box img{
	float:left;
	margin-left:15px;
	width:135px;
	}
.payment_cards_box small{
	float:right;
	margin:5px 0 0 5px;
	}
.payment_flds_box{
	float: left;
    width: 100%;
    padding:5px 0 0;
	background-color: #fff;
	}
.lock_bg, .help-icon{
	color: #919191;
	width:14px;
	position:absolute;
	right:15px;
	top:50%;
	transform:translateY(-50%);
	}
.formElement.half2{ width:36%;}
.formElement.half3{ width:26%;}
.formElement.half3 p{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	font-size:16px;
	line-height:56px;
	color:#000;
	text-align:left;
	}

.frm_submit{
	float:right;
	width:100%;
	margin-top:25px;
	background:#4bbd04;
	color:#fff;
	-webkit-appearance:none;
	border:none;
	outline:none;
	cursor:pointer;
	-webkit-border-radius:10px;
	border-radius:7px;
    font-family: 'Lexend';
	font-size:21px;
	font-weight:700;
	letter-spacing:0.5px;
	height:66px;
	line-height:60px;
	position:relative;
	overflow:hidden;
	}
.btn_slider{
	float: left;
	width:495px;
	height:68px;
	background: url(../images/btn_flsh.png) no-repeat;
	animation: AnimationName 4s cubic-bezier(0.43, 0.61, 1, 1) infinite;
	-webkit-animation: AnimationName 3s cubic-bezier(0.43, 0.61, 1, 1) infinite;
	position: absolute;
	left:-50px;
	top:0;
	z-index: 9;
	}
.s1seals{margin:120px auto 0 auto;display:block;}
@-webkit-keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
@keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
.btn_arrow{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 10px;
	width:10px;
	}
.btn_text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:700;
	margin-top:12px;
	}
.safe_text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:22px;
	color:#000;
	font-weight:normal;
	position:relative;
	margin:30px 0 20px;
	text-transform:uppercase;
	}
.safe_text:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:50%;
	border-top:1px solid #818181;
	}
.safe_text span{
	position:relative;
	background:#fff;
	padding:0 15px;
	}
.secure_logo{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	width:370px;
	}
/*====FOOTER====*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	background:#f5f5f5;
	}
.footer_logo{
	display:block;
	margin:0 auto 15px;
	width:192px;
	opacity:0.6;
	}
.footer_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#000;
	margin-top:10px;
	}
.footer_text a{ padding:0 5px;}
/*=======================*/
.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
.fl{ float:left;}
.fr{ float:right;}
.white{ color:#fff;}

/*=====Media-Querry=====*/
@media only screen and (max-width:1200px){
.container{width:1004px;}

}


@media only screen and (max-width:1023px){
.container{width:750px;}
.showDesk{display: none;}
.showTab{display: block;}

.top_strip_text{ font-size:18px;}

.banner_box{ max-width:100%;}
.banner_imgBx{ width:100%; padding-left:10px;}
.result_very_text{ left:-73px; top:108px; font-size:11px;}
.checkbfaf_img{float:none; width:100%;}
.banner_box_cont{ width:100%; margin-bottom:35px;}

.checkout_inner{ max-width:100%;}
.checkout_left{ width:56%;}
.step_row{ margin-bottom:0;}
.checkout_right{ width:42%; margin-top:40px;}
.payment_info{ margin-top:20px;}
.pakge_prodBox{ width:62%;}
.pakge_prcBox{ width:38%;}
.pakge_popular{ font-size:19px;}
.rating_seal{ width:100px;}
.money_backBox{ padding:0 0 0 140px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:400px; box-sizing:border-box;}
.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}
.mobhd{ display:none;}

.top_strip{ padding:13px 0 11px;}
.top_strip_text{ font-size:16px; line-height:20px; letter-spacing:0;}

.header{ height:48px;}
.header_center, a.header_call{ display:none;}
.logo{ float:none; display:inline-block; vertical-align:middle; margin-top:17px; width:170px;}

.banner{ padding:25px 0 0;}
.banner_text1{ font-size:19px; line-height:29px;}
.banner_heading{ font-size:30px; line-height:38px; letter-spacing:0; margin-top:10px;}
.banner_box{ margin-top:18px;}
.banner_box_cont{ text-align:left; margin:0 0 24px;}
.bnr_bx_text1{ width:100%; font-size:19px; line-height:29px; margin-top:20px; letter-spacing:0.3px;}

.banner_bar{margin:20px 0 0; border-radius:0;}
.banner_bar_text{ padding:8px 0;}
.secure_seal2_m{ display:inline-block; vertical-align:middle; margin:15px 0; width:329px; max-width:92%;}

.checkout_section{ padding:20px 0 35px; overflow:hidden;}
.step_row{ margin-bottom:0;}
.step_head{ font-size:18px; line-height:26px;}
.packageBoxOuter{ padding:12px 12px 10px; margin-top:16px;}
.checkout_left{ width:100%;}
.pakge_check{width:19px;height:19px; margin-top:1px;}
.pakge_check img{left:2px;top:-7px;width:18px;}
.pakge_title{ font-size:16px; margin-left:10px; line-height:18px;}
.pakge_save{ font-size:12px; line-height:12px; margin:0 0 0 10px; padding:4px 10px;}
.pakge_popular{font-size:14px;line-height:18px; margin-top:0;}
.pakge_popular img{ width:15px;}
.save_price{ font-size:14px; line-height:18px; margin:5px 0;}
.prod_seal{ width:35px;}
.pakge_content{padding:0 0 0;display:flex;align-items:center;justify-content:space-between;}
.pakge_prodBox{ width:63%;}
.pakge_prod{ width:165px;}
.pakge_prcBox{ width:35%; margin-top:0;}
.pakge_retail{ font-size:16px; line-height:18px;}
.pkage_price{ font-size:18px; line-height:22px; margin-top:5px;}
.pkage_price small{ font-size:11px; line-height:14px;}
.free_shipp { font-size:13px; line-height:18px; margin-top:0;}

.today_save_strip{ padding:14px 10px;}
.today_save_img{ width:110px;}
.t_strp_right{ width:70%;}
.disc_text{ font-size:18px; line-height:22px;}
.disc_text .amtdic, .gr_totl_text span{ width:40%;}
.gr_totl_text{ font-size:18px; line-height:22px; margin-top:6px;}

.summary_box_price_details{ margin:10px 0 0;} 
.summary_box_price_details tr td{ font-size:13px; line-height:16px; letter-spacing:0.3px;}
.summary_box_price_details tr:first-child td{ font-size:16px; line-height:20px;}
.summary_box_price_details tr td:last-child{ width:28%;}

.checkout_right{ margin-top:0; padding-top:22px; width:100%;}
.timer_strip{ margin-top:5px; font-size:16px; line-height:20px; letter-spacing:0.3px;}
.timer_strip span{ width:40px;}
.timer_strip img{ margin:-4px 4px 0 5px;}

.shipp_info{ margin-top:15px;}
.formElement{ margin:6px 0;}
.fieldToggle{ font-size:15px; line-height:17px;}
.inputField, .selcetfld{ height:50px; font-size:15px; line-height:20px; padding:3px 10px;}

.check_paymentBox{ margin-top:20px;}
.trans_text{ font-size:14px; line-height:16px;}
.paymybtn{ font-size:15px; line-height:20px;}
.payment_flds_box{ padding:0;}
.payment_cards_box{ margin-bottom:10px;}
.payment_cards_box p{ font-size:15px; line-height:22px;}
.paypal_txt{ font-size:11px; line-height:16px; padding:0; padding-bottom:10px;}
.frm_submit{ height:68px; line-height:68px; font-size:20px; margin-top:20px;}
.btn_slider{ height:68px;}
.btn_arrow{ margin:-5px 0 0 15px;}
.safe_text{ font-size:15px; line-height:20px; margin-top:20px;}
.safe_text span{ padding:0 10px;}
.btn_text{ font-size:16px; line-height:22px;}

.mob_sec{ display:inline-block; vertical-align:top; width:100%; position:relative;}
.money_backBox{ border:1px solid #e7e7e7; border-radius:5px; padding:0 0 5px; margin-top:25px; position:relative; background:#fff;}
.mback_head{ padding:20px 15px 20px 105px; font-size:22px; line-height:30px; position:relative; border-bottom:1px solid #e7e7e7;}
.money_back_seal{ left:10px; width:80px; margin-top:-40px;}
.mback_text{ font-size:16px; line-height:24px; padding:15px; margin:0;}

.check_btm_row{ border:none; margin-top:25px; padding:0;}
ul.checkLeft_list{ float:none; display:inline-block; vertical-align:top; max-width:290px;}
ul.checkLeft_list li{ width:100%; margin-top:8px;}
.rating_seal{ position:static; display:block; margin:20px auto 0; width:200px;}

.footer{ padding:35px 0 32px;}
.footer_logo{ margin:0 auto 5px;}
.footer_text{ font-size:14px; line-height:24px; letter-spacing:0.3px;}
.footer_text a{ padding:0 4px;}

}