@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	font-family: 'Roboto';
	font-weight:400;
	overflow-x: hidden;
	font-size:14px;
}
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: 'Roboto';
	src: url('Roboto-Bold.woff2') format('woff2'),
	url('Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Medium.woff2') format('woff2'),
	url('Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Regular.woff2') format('woff2'),
	url('Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('Roboto-SemiBold.woff2') format('woff2'),
	url('Roboto-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


/*=====MAIN CSS START=====*/
html, body {
	margin: 0;
	width: 100%;
	height: 100%;
}
.chkout-bg, .lft-chk, body{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.container{
	padding: 0 5%;
	width: 90%;
	max-width: 78.57143em;
	margin:0 auto;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	box-sizing:content-box;
	flex:1;
}

/*====Header====*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:60px;
}
.top-sticky{
	float: left;
	width: 100%;
	height:60px;
	margin-top: -60px;
	position: relative;
	top:60px;
}
.fixed-nav .top-sticky{
	position: fixed;
	z-index: 9999;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
}
.topStrip{
	float: left;
	width: 100%;
	background: #dcff8e;
	padding:19px 0;
}
.top-strip-row{
	max-width:940px;
	width:100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 auto;
}
.top-strip-col-1{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-align:left;
}
.top-strip-col-1 p{
	color: #000;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	letter-spacing:0.5px;
	text-transform:uppercase;
}
.top-strip-col-1 p img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 10px 0;
	width:23px;
}
.top-strip-col-1 p strong{ font-weight:600;}
.top-strip-col-2{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 133px;
	padding-left: 18px;
	text-align: right;
}
.top-strip-col-2 p{
	font-size:10px;
	line-height:11px;
	color:#000;
	letter-spacing:0.3px;
	text-transform:uppercase;
	font-weight:400;
	text-align:right;
}
.top-strip-col-2 span{
	font-size:22px;
	line-height:22px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
}

/*==========================*/
.lft-chk{
	width:52%;
	padding-right:5%;
	float:left;
	padding-top:2em;
	padding-bottom:70px;
	box-sizing:content-box;
	position:relative;
}

.right-chk{
	width: 42%;
	padding-left:4%;
	float:right;
	padding-top:4em;
	padding-bottom:2em;
	position:relative;
	box-sizing:content-box;
}
.right-chk:after{
	content: "";
	display: block;
	width: 300%;
	position: absolute;
	top: 0;
	left:0;
	bottom: 0;
	background: #f9f9f9;
	z-index: -1;
}


/*-----------------------
CSS FOR SEC1
-------------------------*/
.logo-box{
	width: 100%;
	margin:0 auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
}
.logo{
	width:200px;
}
.secure-lock{
	font-size:13px;
	line-height:15px;
	color: #000;
	text-align: left;
	letter-spacing: 0.3px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.secure-lock img{
	margin:0 5px 0 0;
	filter: grayscale(100%);
}

.order_soon-row{
	float: left;
	width: 100%;
	margin-top: 25px;
	position: relative;
	background: #e1f6ff;
	border-radius: 5px;
	padding: 15px 15px 15px 105px;
	text-align: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 15px;
}
.order-soon-prod{
	position: absolute;
	top: 10px;
    left: 23px;
    width: 58px;
}
.order_soon_col-1{
}
#clockdiv {
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content:center;
	column-gap:7px;
}
#clockdiv > div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 38px;
	height:40px;
	background: #fff;
	border-radius: 5px;
	padding:2px 0;
	border:1px solid #ddd;
}
#clockdiv div > span{
	text-align: center;
	color: #000000;
	font-size: 20px;
	line-height:20px;
	font-weight: 700;
}
#clockdiv span.col {
	color: #000;
	font-size: 20px;
	line-height:20px;
	font-weight: 600;
}
.order_soon_col-2{
	text-align:left;
}
.order_soon_col-2 h3{
	font-size:19px;
	line-height:22px;
	font-weight:500;
	color:#000000;
}
.order_soon_col-2 p{
	font-size:15px;
	line-height:20px;
	letter-spacing:0.3px;
	color:#535353;
}

ul.brdcrm{
	float:left;
	width:100%;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.brdcrm li{
	font-size:14px;
	line-height:1.3;
	color: #313131;
	letter-spacing:0.3px;
}
ul.brdcrm li span{font-weight:500; color: #000000;}
ul.brdcrm li a{color:#000000;}
ul.brdcrm li svg{
	width: 11px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
	fill: #000000;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	margin:0 15px;
}

/*========Step-Bar=========*/
.checkout-inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
}
.select-line-list{
	float:left;
	width:80px;
	margin-top:32px;

}
.select-line-list-col{
	float:left;
	width:100%;
}
.slct-step{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin:0 auto 10px;
	width:65px;
	height:65px;
	border-radius:50%;
	border:3px solid #d0d0d0;
	background:#fff;
	color:#d0d0d0;
	font-size:37px;
	font-weight:bold;
	position:relative;
}

.select-line-bar{
	display:block;
	margin:10px auto;
	width:3px;
	height:510px;
	background:#d8d8d8;
}
.select-line-bar1{ height:185px;}
.select-line-bar2{ height:380px;}
.active .select-line-bar{background:#422a79;}
.active .slct-step{ color:#422a79; border-color:#422a79;}
/*.active .slct-step:after{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	content:'';
	background:url(../images/step-active.png) no-repeat center center;
	}*/

/*==================*/
.checkout-inner-right{
	float:right;
	width:calc(100% - 100px);
}
.form-box{
	float:left;
	width:100%;
}
.high-demand-strip{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:100%;
	background:#bef7bf;
	border:1px solid #e2e2e2;
	border-radius:5px;
	padding:10px 10px;
	text-align:center;
	margin:5px auto 0;
}
.tike-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 8px 0 0;
}
.high-demand-strip-text{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	line-height:21px;
	color: #000000;
	font-weight:600;
}
.high-demand-strip-text span{
	color:#f61515;
	font-weight:700;
}
.cp-contact, .cp-prospect{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:35px;
}
.heading-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-bottom:15px;
	text-align: left;
}
.chk-head, .deal__step{
	font-size:28px;
	line-height:1.3;
	color: #000000 ;
	font-weight:bold !important;
	text-align: left !important;
}
.chk-sub-head{
	font-size:15px;
	line-height:21px;
	color: #000000;
	margin-top:5px;
}
.frm-element{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.frm-flds{
	width:100%;
	position:relative;
	margin:12px 0;
	text-align:left;
}

.half-fld,.payment_half-fld{ width:calc(50% - 10px);}

.frm-flds label{
	font-size:16px;
	line-height:22px;
	color: #000;
}
.input-flds, .selcet-fld{
	width:100% !important;
	outline:none !important;
	border:1px solid #c9c9c9 !important;
	height:52px !important;
	padding:10px 15px !important;
	border-radius: 5px !important;
	color: #000 !important;
	font-family: 'Roboto' !important;
	font-weight:400 !important;
	-webkit-transition: all 0.2s ease-out !important;
	transition: all 0.2s ease-out !important;
	box-sizing:border-box !important;
	font-size:16px !important;
	-webkit-appearance: none !important;
	margin-top:7px !important;
}
.selcet-fld {
	background: url(../images/select-arrow.png) no-repeat right 10px  center #fff;
	padding-right:25px;
}
.input-flds::placeholder, .selcet-fld::placeholder{ color:#808080;}

.input-flds:focus, .form__field-input:focus, .form__field-select:focus,  .form__field-input:hover, .form__field-select:hover, .phone-input.focused{
	border:1px solid #096795 !important;
	box-shadow:0 0 0 1px #096795 !important;
	-webkit-transition: all 0.2s ease-out !important;
	transition: all 0.2s ease-out !important;
}

.form__field-input--phone, .form__field-input--phone:hover{
	box-shadow: none !important;
}

.pay-card-img{
	float:right;
	width:166px;
	margin:-5px 0 0;
}
.frm-cvv-box{
	width:100%;
	position:relative;
}
.question-icn{
	position:absolute;
	right:10px;
	top:50%;
	width:20px;
	margin-top:-5px;
}

.offerBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border:2px dashed #000;
	margin-bottom:25px;
	border-radius:7px;
	padding:7px;
}
.ofrbx-top{
	float:left;
	width:100%;
	background:#faf247;
	padding:0 10px;
	text-align:center;
	border-radius:7px 7px 0 0;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.fieldToggle{
	float: left;
	color: #1e1e1e;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.3px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	padding: 15px 0 15px 38px;
}
.fieldToggle input[type=checkbox] {
	position: absolute;
	opacity: 0;
}
.fieldToggle input[type=checkbox] + span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	position: relative;
	background: #000;
	border-radius:3px;
	margin:2px 5px 0;
}
.fieldToggle input[type=checkbox] + span {
	position: absolute;
	left: 0;
}
.fieldToggle input[type=checkbox]:checked + span:after {
	position: absolute;
	content: '';
	width:15px;
	height:15px;
	background: url(../images/tick-icn.png) no-repeat center center;
	background-size: 100%;
	left:3px;
	top:2px;
}
.ofrbx-mdl{
	float:left;
	width:100%;
	background:#fff;
	padding:15px;
	border-radius:0 0 10px 10px;
	position:relative;
	text-align:left;
}
.offrbx_price{
	font-size:18px;
	line-height:18px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:bold;
	margin-top:12px;
}
.offrbx_price .warranty-old-price{
	display:inline-block;
	vertical-align:top;
	color:#454545;
	font-weight:normal;
	margin-right:12px;
	position:relative;
}
.offrbx_price .warranty-old-price:before{
	content: "";
	position: absolute;
	left: -5px;
	right: -5px;
	top: 8px;
	border-top: 1px solid #ff3636;
	transform: rotate(-9deg);
}
.offrbx-txt1{
	font-size:16px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#000;
}
.offrbx-txt1 span{
	font-weight:bold;
}
.icon-red-arrow{
	margin:0px 15px 0 0;
}
.icon-red-arrow-r{
	margin:0px 0 0 15px;
}
.protection-seal{
	float: right;
	width: 108px;
	margin: 10px 0 0 10px;
}

/*===========Tadda============*/
.tadda {
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes tadda {
	0% {transform:translateX(0px)}
	50% {transform: translateX(15px);}
	100% {transform: translateX(0px);}
}
.taddaR {
	animation-name: taddaR;
	-webkit-animation-name: taddaR;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes taddaR {
	0% {transform:translateX(0px)}
	50% {transform: translateX(-15px);}
	100% {transform: translateX(0px);}
}

.term-condi-row{
	width:100%;
	margin:30px auto 0;
	display:flex;
	display:-webkit-flex;
	justify-content:start;
	align-items:start;
}
.term-condi-row input[type=checkbox]{
	width:18px;
	height:18px;
	outline:none;
	border-radius:4px;
	margin-top:1px;
	cursor:pointer;
	border:1px solid #848484;
	-webkit-appearance:none;
	position:relative;
}
.term-condi-row input[type=checkbox]:after{
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../images/tik.svg) no-repeat center center;
	background-size:100%;
	left:0;
	top: 0;
	opacity: 0;
	z-index:1;
}
.term-condi-row input[type=checkbox]:checked{
	background:#fff;
	border-color:#848484;
}
.term-condi-row input[type=checkbox]:checked:after{
	opacity: 1;
}
.term-condi-content{
	width:calc(100% - 22px);
	text-align:left;
	padding-left:12px;
}
.term-condi-text{
	font-size:15px;
	line-height:21px;
	color:#3b3b3b;
	cursor:pointer;
}
.term-condi-text a{
	color:#2796fe;
	text-decoration:underline;
	text-transform:capitalize;
}

.common_btn{
	display:inline-block;
	vertical-align:top;
	width: 100%;
	padding:15px 20px;
	overflow: hidden;
	position:relative;
	background:#1bc100;
	font-size:28px;
	color:#fff;
	border:1px solid #1bc100;
	border-radius:10px;
	font-family: 'Roboto';
	font-weight:bold;
	margin-top:30px;
	cursor:pointer;
	-webkit-appearance:none;
	outline:none;
	text-transform:uppercase;
}
.common_btn p{
	font-size:14px;
	line-height:20px;
	color:#ffff;
	font-weight:400;
	text-transform:uppercase;
	text-shadow:none;
}
.btn_arw{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 10px 0 0;
	width:18px;
}
.save-checkout-img{
	display:block;
	margin:25px auto 0;
	max-width:100%;
}


/*PACKAGE CSS*/
.purchase_box{
	float:left;
	width:100%;
	margin-top:0;
}
.package_row{
	width: 100%;
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 17px;
}
.package_col{
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 7px;
	border: 2px solid #d7d7d7;
	cursor: pointer;
	position:relative;
	padding:10px 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;

	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
}
.package3{  padding-top: 15px !important;}
.package_col.active {
	background: #fff;
	border-color: #01335e;
	box-shadow: 0 0 0 1px #01335e;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow:0 0 6px 4px rgba(72,152,222,0.3);
}
.extra-pkg .package_col.active {
	background: #fff;
	border-color: #01335e;
	box-shadow: 0 0 0 1px #01335e;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.radio_opt{
	width:5%;
	padding:0;
	margin-top:0;
}
.radio_opt input[type='radio']{
	-webkit-appearance:none;
	position:absolute;
	left:0;
	top:0;
}
.radio_opt input[type='radio'] + span{
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #c8c8c8;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.radio_opt input[type='radio']:checked + span{background:#fff; border:1px solid #01335e;}
.radio_opt input[type='radio']:checked + span:before{
	content:'';
	position:absolute;
	width: 15px;
	height: 15px;
	background:#644498;
	border-radius:50%;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}
.package_col.active .radio_opt input[type='radio']:checked + span{ border: 1px solid #01335e; background: #01335e;}
.package_col.active .radio_opt input[type='radio']:checked + span:before{background: url(../images/pkg-tik.svg) no-repeat center center #01335e;}
.purchase_info{
	width:24%;
	text-align:left;
	padding-left:10px;
}
.pkg_qunty{
	font-size:24px;
	line-height:24px;
	color:#000;
	font-weight:bold;
}
.pkg-prod{
	display:block;
	margin:0 auto 0;
	width:98px;
}
.prod_quantity{
	font-size:28px;
	line-height:30px;
	color:#000;
	font-weight:600;
}
.prod_quantity small{ font-weight:400;}
.prod_quantity span{
	display:block;
	font-size:15px;
	line-height:15px;
	font-weight:normal;
}

.purchase_offerBx{
	width: 48%;
	padding-left: 10px;
	text-align: center;
}
.pkg-save-tex{
	display: inline-block;
	vertical-align: top;
	background: #22a608;
	border-radius: 30px;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	font-weight: 500;
	padding: 5px 15px 4px;
	margin-top: 8px;
}

.purchase_priceBx{
	width:27%;
	text-align:right;
}
.pkg_cut_price{
	display:inline-block;
	font-size:17px;
	line-height:17px;
	color:#454545;
	font-weight:400;
	position:relative;
}
.pkg_cut_price:after{
	content: "";
	position: absolute;
	left: -5px;
	right: -5px;
	top: 8px;
	border-top: 2px solid #3f3f3f;
}
.pkg-list-price{
	font-size:26px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-top:3px;
}
.pkg-list-price .pkg-list-price-each{
	display:block;
	font-weight:normal;
	color:#555555;
	font-size:15px;
	line-height:15px;
}
.best_seller{
	position: absolute;
	top: -16px;
	left: 45px;
	background: #ff8b02;
	border-radius: 4px;
	padding: 6px 12px 7px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.best_seller img{
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	margin: -5px 5px 0 0;
}

.paypal-box{
	float:left;
	width:100%;
	border:1px solid #939ab3;
	background:#fff;
	border-radius:5px;
	margin-top:35px;
	text-align:center;
	padding:0 20px 20px;
}
.paypal-box span{
	display:inline-block;
	vertical-align:middle;
	margin:-17px 0 10px;
	font-size:16px;
	line-height:16px;
	color:#000000;
	background:#fff;
	padding:0 10px;
}
.paypalbtn{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding:7px;
	background: #ffc439;
	color: #111;
	box-sizing: border-box;
	border-radius:4px;
	width:100%;
}
.paypalbtn img{height:28px; display:inline-block; vertical-align:middle;}

.alternate-payment-opt{
	float:left;
	width:100%;
	text-align:center;
	margin-top:2em;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1em;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}
.alternate-payment-opt span{
	display: inline-block;
	padding: 0 1em;
}
.alternate-payment-opt span img{
	display: inline-block;
	vertical-align:middle;
	margin-top:-3px;
}
.alternate-payment-opt::after, .alternate-payment-opt::before {
	content: '';
	display: inline-block;
	height: 1px;
	background: #e6e6e6;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

/*RIGHT SIDE*/
.order_sumrybox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border:1px solid #ddd;
	border-radius:10px;
	padding:12px 12px 15px;
}
.order-summary-heading{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:500;
	
	text-align:left;
	padding:0 0;
  
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  	cursor:pointer;
}

.order-summary-heading__container{flex: 0 0 auto;}

.order-box{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:start;
	margin:15px auto 0;
  
  	padding-top: 10px;
    border-top: 1px solid #cccccc;
}
.order_col{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:12px auto 0;
}
.order-left{
	width:67px;
}
.order-left-prod-box{
	width: 100%;
	max-height: 67px;
	height: 67px;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f1f1f1;
	padding: 5px;

	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.prod_no_text{
	position: absolute;
	top: -8px;
	right: -9px;
	width: 20px;
	height: 20px;
	background: #000;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
	border-radius: 50%;
  	text-align: center;
}
.order-prod{
	display:block;
	/*margin:12px auto; */
	width:100%;
	max-width:100%;
}
.order-protection-seal{
	display: block;
	margin: 0 auto;
	width: 60%;
	max-width: 100%;
}
.order-right{
	width:calc(100% - 67px);
	padding-left:15px;
}
.order-right-top{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items: center;
}
.order-prod-info{
	width:calc(100% - 50px);
	text-align:left;
}
.order-prod-info-text1{
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: #000;
	font-weight: 500;
}
.order-prod-info-text2{
	font-size:14px;
	line-height:20px;
	letter-spacing:0.3px;
	color:#00ae3a;
	margin-top:5px;
}
.order-prod-price{
	width:70px;
	text-align:right;
}
.order-prod-price-text{
	font-size: 15px;
	line-height: 15px;
	color: #000;
	margin-top: 5px;
	font-weight: bold;
}
.order-prod-cut-price{
	font-size:13px;
	line-height:19px;
	color:#454545;
}
.order-prod-cut-price span{
	display:inline-block;
	position:relative;
}
.order-prod-cut-price span:before{
	content: "";
	position: absolute;
	left: -5px;
	right: -5px;
	top: 8px;
	border-top: 1px solid #ff3636;
	transform: rotate(-9deg);
}

.cart-box{
	width:100%;
	margin:15px 0 10px;
}
.cart-table{
	width:100%;
	color: #000;
	font-size:16px;
	line-height:21px;
	padding:8px 3px;
	position:relative;
}
.table-border-none{
	border-top:1px solid #cccccc;
	padding-top:12px;
      padding-bottom: 0;
}
.cart-table span{
}
.table-disc-text{
	font-weight:bold;
	color:#0acb00;
}
.tot-txt-l{
	font-size:20px;
	color:#000000;
	font-weight:bold;
}
.cp-shipping{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:35px;
}
.right-payment-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	margin:25px auto 0;
}
.right-payment-col{
	width:30%;
	text-align:center;
}
.payment-col-icn{
	display:block;
	margin:0 auto;
	width:40px;
}
.payment-col-text{
	font-size:15px;
	line-height:21px;
	color:#000;
	margin-top:10px;
}


/*------------------------
CSS FOR PAYMENT PART
-------------------------*/

.frm-flds.card-nme-fld{
	width:46%;
}
.frm-flds.card-sm-fld{
	width:25%;
	margin-left:2%;
}

/*------------------------
	Reviews
------------------------*/
.choose-row{
	width:100%;
	margin:25px auto 0;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.choose-icn-box{
	width:78px;
	text-align:center;
}
.choose-icn{
	display:block;
	margin:0 auto;
	max-width:100%;
}
.choose-content-box{
	width:calc(100% - 78px);
	text-align:left;
	padding-left:15px;
}
.choose-content-text1{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
}
.choose-content-text2{
	font-size:16px;
	line-height:22px;
	color:#000;
	margin-top:10px;
}


.checkout-review-heading{
	font-size:22px;
	line-height:28px;
	color: #000;
	font-weight:bold;
	margin-top:40px;
	position:relative;
  	text-align: center;
}
.checkout-review-heading:before{
	content:"";
	position:absolute;
	border-top:1px solid #d9d9d9;
	top:16px;
	left:0;
	right:0;
}
.checkout-review-heading span{
	display:inline-block;
	vertical-align:top;
	background:#f9f9f9;
	padding:0 20px;
	position:relative;
}


.review-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
}
.review-col{
	width:100%;
	background:#fff;
	border:1px solid #e9e9e9;
	border-radius:8px;
	padding:20px 25px 25px;
	text-align:left;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
	margin-top:20px;
}
.review-star{
	display:block;
	width:84px;
}
.review-col-text2{
	font-size:16px;
	line-height:24px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:10px;
}
.verify-row{
	width:100%;
	margin-top:25px;
	position:relative;
	padding-left:60px;
}
.review-img{
	position:absolute;
	width:50px;
	left:0;
	top:50%;
	transform:translateY(-50%);
	border-radius:50%;
	margin-top: 1px;
}
.verify-name{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:600;
}
.verify-text{
	font-size:13px;
	line-height:17px;
	color:#464646;
	margin-top:3px;
}
.verify-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 2px 0 0;
	width:13px;
}

/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	border-top:1px solid #ccc;
	padding:35px 0 0;
	margin-top:60px;
}
.footer .container{
	justify-content:center;
	flex-wrap:wrap;
	flex-direction:column;
}
.footer-txt1{
	font-size:17px;
	line-height:21px;
	color:#070707;
	margin-top:10px;
	text-align: center;
}
.footer-txt1 a{ padding:0 5px;}



.fordesk{ display:block;}
.fortab, .formob{ display:none;}
/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){

	.lft-chk{padding-right: 4%;}
	.right-chk{ padding-left: 4%;}

	.purchase_info{ width: 28%;}
	.view-box-col2 { font-size: 17px; line-height: 23px;}
	.select-line-bar2 { height: 570px;}
	.order_soon-row{ padding-left:85px;}
	.order-soon-prod{ left: 15px;}
	.prod_quantity span{ font-size: 14px; line-height: 14px;}

	.select-line-bar1{ height: 234px;}
	.select-line-bar2{ height:445px;}

	.payment-col-text { font-size: 14px; line-height: 20px;}
	.choose-icn-box { width: 60px;}
	.choose-content-box { width: calc(100% - 65px);}
	.choose-content-text1 { font-size: 19px; line-height:25px;}

}


@media only screen and (max-width:1023px){

	.fordesk{display: none;}
	.fortab{display: block;}

	.container{
		width:100%;
		padding:0 1em;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		max-width: 40em;
		flex-direction:column;
		box-sizing:border-box;
	}

	.heading-box{ padding-left:66px; position:relative;}
	.steps_mob{
		position: absolute;
		top: 5px;
		left: 0;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		border: 3px solid #01335e;
		background: #fff;
		color: #01335e;
		font-size: 33px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
	}
	
	.order_soon-row{ padding-left: 105px;}

	.lft-chk{width:100%; padding-right:0;  padding-top:2rem; padding-bottom:10px;}
	.right-chk{width:100%; padding-left:0;  padding:2rem 0 60px;}
	.right-chk:after{left:-100%; box-shadow:none; background:#fff;}
	.checkout-review-heading span{ background:#fff;}
	.logo-box{ margin:0 auto 25px;}
	.summry-toggle-mob{
		padding:4px 0;
		text-align: left;
		width: 100%;
		cursor:pointer;
		background:#fff;
	}
	.summry-toggle{
		
		width:100%;
		color:#0362bb;
		padding:0 20px;
	}
	.summry-toggle p{ width:100%;}
	.order-box{
		border-top:1px solid #ddd;
		
		margin: 10px auto 0;
	}
	.sm-txt{
		display:inline-block;
		width:100%;
		font-size:18px;
		line-height:23px;
		color:#000;
		text-align:left;
	}
	.order-summary-toggle__icon{
		fill: #3c1a3f;
		display:inline-block;
		vertical-align:middle;
		margin-right: 0.75em;
		margin-top:-4px;
	}
	.togle-price{
		width:35%;
		font-size:20px;
		line-height:26px;
		color: #000;
		text-align:right;
	}
	.order-summary-toggle__dropdown {
		vertical-align: middle;
		-webkit-transition: fill 0.2s ease-in-out;
		transition: fill 0.2s ease-in-out;
		fill: #000;
		float:right;
		margin-top: 10px;
	}
	#toggle-mob-cart.isopened{
		height: 0;
		visibility:hidden;
		overflow: hidden;
		-ms-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	#toggle-mob-cart{
		width:100%;
		padding:0 16px;
	}
	#toggle-mob-cart.isopened{
		height: 0;
		visibility:hidden;
		overflow: hidden;
		-ms-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.select-line-list { width: 100%;}
	.slct-line-row{ float:left; width:100%;}
	.select-fix-nav .slct-line-row {
		position: fixed;
		z-index: 11;
		left: 0;
		top: 60px;
		padding: 10px 0;
		background: #fff;
		-webkit-transition: margin .3sease-out;
		transition: margin .3sease-out;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	}

	.select-line-list-col { width:25%; position: relative;}
	.select-line-bar { height: 3px; position: absolute; right:-21%; width:40%; top:25px;}
	.checkout-inner-right { width: 100%;}

	.choose-content-box { width: calc(100% - 75px);}


	.footer{ margin-top:0; padding:35px 0 60px;}

}


@media only screen and (max-width:767px){

	.fordesk{display:none;}
	.formob{display:block;}
	.hidemob{ display:none;}

	.top-fix-bar{ margin-bottom:42px;}
	.topStrip{ padding:10px 0;}
	.top-strip-row{ justify-content: space-between;}
	.top-strip-col-1 p{ font-size: 15px; line-height: 17px;}
	.top-strip-col-1 p img{ margin: -4px 8px 0 0; width: 17px;}
	.top-strip-col-2{ width:110px; padding:0;}
	.top-strip-col-2 span{ font-size: 20px; line-height: 20px;}

	.lft-chk{width:100%; padding-right:0;  padding-top:0; padding-bottom:0;}
	.right-chk{width:100%; padding-left:0;  padding:2rem 0 2rem;}
	.right-chk:after{left:-100%; box-shadow:none; background:#fff; display:none;}

	.logo-box{ margin: 0 auto 10px; float: left; width: calc(100% + 26px); margin-left:-13px; box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1); padding: 9px 15px;}
	.logo{ width:158px;}
	.secure-lock{ margin-top:0;  font-size:12px; line-height:13px;}
	.secure-lock img {width: 30px;}

	.order_soon-row{ margin-top:17px;column-gap: 10px;padding:10px 10px 10px 15px; justify-content: space-between;}
	#clockdiv > div{ width: 34px; height: 34px;}
	#clockdiv div > span{ font-size:17px;}
	.order_soon_col-2 h3{ font-size: 15px; line-height:1.3;margin-bottom:5px;}
	.order_soon_col-2 p{ font-size: 12px; line-height: 1.2;}
	.order-soon-prod{ position: static;
        width: 45px;
        flex: 0 0 auto;}
  
  	.pkg_qunty{
      font-size:20px;
      line-height:1.2;
      text-transform: capitalize;
  	}

	.heading-box{ padding-left: 54px;}
	.steps_mob{ width: 44px; height: 44px; border-radius: 50%; border: 2px solid #01335e; font-size: 27px; line-height: 37px;}

	.package_row{ margin-top:5px;}
	.package_col{ padding:10px;}
	.purchase_info{ width: 32%; padding-left: 14px;}
	.prod_quantity{ font-size: 24px; line-height: 1.2;}
	.prod_quantity span{ font-size:14px; line-height:1.2;}
	.pkg-save-tex{ font-size:14px; line-height:1.2;}
	.pkg_cut_price{ font-size:14px; line-height:1.2;}
	.pkg-list-price{ font-size:19px; line-height:1.2;}
	.pkg-list-price span{ font-size:18px; line-height:1.2;}
  
  	.pkg-list-price .pkg-list-price-each{    font-size: 13px;line-height: 1.2;}

	.paypal-box span{ font-size:14px;}
	.paypal-box{padding:0px 7px 7px; margin-top: 30px;}


	.viewBx { margin: 20px auto 0; padding: 8px 10px;}
	.view-box-col1 { width: 16px;}
	.view-box-col2 { font-size: 12px; line-height:1.4; padding-left: 7px;}

	ul.brdcrm { margin-top:20px;}
	ul.brdcrm li { font-size: 13px;}

	.select-line-list { margin-top:25px;}
	.slct-step { width: 38px; height: 38px; font-size: 21px;}
	.select-line-bar { top: 9px; right: -19%;}

	.cp-contact, .cp-prospect {margin-top: 25px;}
	.frm-flds{ margin:8px 0;}
	.half-fld{ width:100%;}
	.high-demand-strip { margin:0 auto 15px;}
	.fire-icn { width: 13px; margin: 0px 8px 0 0;}

	.payment-flds-box{ padding:15px;}
	.cp-shipping {margin-top: 25px;}
	.chk-head { font-size:22px; line-height:28px;}
	.chk-sub-head{ font-size: 14px; line-height: 20px;}

	.pay-card-img { width: 150px; margin: -3px 0 0;}

	.common_btn{ font-size:25px; padding:8px 15px 10px;}
	.common_btn p{ font-size:12px; line-height:18px;}
	.guaranty_seal{ max-width:90%; margin-top: 20px;}
	.btn_arw{ width:14px; margin-right:6px;}

	.fieldToggle { font-size: 17px; line-height: 23px; padding: 10px 0 10px 32px;}
	.fieldToggle input[type=checkbox] + span { width: 18px; height: 18px; margin: 3px 5px 0;}
	.fieldToggle input[type=checkbox]:checked + span:after { width: 13px; height: 13px; top:3px;}
	.ofrbx-mdl { padding: 12px 10px;}
	.offrbx-txt1 {font-size: 14px; line-height: 21px;}
	.protection-seal{ width: 86px;}

	.term-condi-row { margin: 25px auto 0;}
	.term-condi-row input[type=checkbox]{ width:18px; height:18px; margin-top:2px;}
	.term-condi-row input[type=checkbox]:after{width: 15px; height: 15px;}
	.term-condi-content {width: calc(100% - 20px); padding-left: 10px;}
	.term-condi-text { font-size: 15px; line-height:21px;}

	.save-checkout-img { margin: 20px auto 0;}

	.order_sumrybox{ padding:10px 12px; border-radius:8px;}
	.summry-toggle{ padding:0;}
	#toggle-mob-cart{ padding:0;}
	.order-prod-info-text1{ font-size:17px;}

	.checkout-review-heading { margin-top: 30px;font-size: 18px;}
	.checkout-review-heading span{ background:#fff;padding: 0 12px;}
	.choose-icn-box { width: 58px;}
	.choose-content-box { width: calc(100% - 58px);}
	.choose-content-text1 {font-size: 17px; line-height: 1.3;}
	.choose-content-text2 {font-size: 14px; line-height: 1.3; letter-spacing: 0.2px;margin-top: 5px;}
  
  	.review-col-text2{font-size: 15px;line-height: 1.4;}

	.review-box { margin:5px auto 0;}
	.review-col { padding: 15px 15px 20px;}
	.review-col-top { padding-right: 50px;}
	.review-star { width: 80px;}
	.review-quote-icn { width:35px; top:-3px;}
	.review-col-text1 { font-size:18px; line-height: 24px;}
	.verify-row { margin-top: 20px; padding-left: 60px;}
	.verify-text { font-size: 13px; line-height: 17px; letter-spacing:0.3px;}
	.verify-icn { margin: 0px 3px 0 0;}

	.footer { padding: 15px 0 25px;}
	.footer-txt1 {font-size: 13px; line-height: 19px;}

}


/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:2.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
	0%{-webkit-transform:scale(0)}
	100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
	0%{transform:scale(0);-webkit-transform:scale(0)}
	100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}

@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
	#app_common_modal .app_modal_body iframe{min-height:360px;}
}

@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}

.checkout__form{
	margin-top: 30px;
}