@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;	
	font-family: 'Inter';
	overflow-x: hidden;
	font-size:14px;
	letter-spacing:0.4px;
	}
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:#064870; text-decoration:none;}
a:hover {outline: none; color:#6ecddd; text-decoration:none;}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
select{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	}

@font-face {
	font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-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-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}

/*-----------------------
MAIN CSS START
------------------------*/
.fshow-desk{}
.show-mob{display:none;}

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
	}
.container{
    width: 100%;
	max-width:1170px;
	margin:0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	}	
	
.lft-chk{
	width: 56%;
    padding-right: 30px;
	float:left;
	padding-top:60px;
	position:relative;
	}
.right-chk:after{
	content: "";
	display: block;
	width: 300%;
	position: absolute;
	top: 0;
	left:0;
	bottom: 0;
	background: #fbfbfb;
	z-index: -1;
	}
.logo-box{
	float: left;
	width: 100%;
	text-align:center;
	}
.logo {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
}
.stepsBox{
	float:left;
	width:100%;
	margin-top:20px;
	}
.stepsBox li{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	padding:0 17px;
	position:relative;
	letter-spacing:1px;
	}
.stepsBox li span{ font-weight:bold;}
.stepsBox li:before{
	content:"";
	position:absolute;
	background:url(../images/step-arrow.png) no-repeat center center;
	width:8px;
	height:14px;
	top:4px;
	right:-5px;
	}
.stepsBox li:last-child:before{ display:none;}
.stepsBox li:last-child{ font-weight:300;}		

.secure-div{
	float:left;
	width:100%;
	margin-top:20px;
	}
.secure-div p{
	float:left;
	width:100%;
	font-size:19px;
	line-height:26px;
	font-weight:500;
	color:#000000;
	background:url(../images/secu-bg.png) no-repeat center center;
	}
.secure-icn{
	display:inline-block;
	vertical-align:top;
	margin:15px auto 0;
	max-width:100%;
	}

.cp-prospect, .cp-shipping{
	float:left;
	width:100%;
	margin-top:40px;
	}
.heading-box{
	float:left;
	width:100%;
	margin-bottom:10px;
	}
.chk-head{
	float: left;
	font-weight:600;
	color: #345065;
	font-size: 25px;
	line-height:30px;
	text-align: left;
	}
.chk-subheading{
	float:left;
	width:100%;
	color: #000000;
	font-size:16px;
	text-align:left;
	margin-top:4px;
	letter-spacing:0.3px;
	}
	
.frm-flds{
	float:left;
	width:100%;
	position:relative;
	margin:7px 0;
	}
.frm-flds.fl{float:left;}
.frm-flds.fr{float:right;}
.frm-flds.half-fld{width:49%;}
.frm-flds.drop-fld{width:34%; margin-right:1%;}
.frm-flds.zip-fld{width:30%;}
.frm-flds.exp-flds{width:60%;}
.frm-flds.cvv-flds{width:38%;}
.frm-flds label{
	opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top:8px;
    left: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #bbb;
    transition: all .2s ease-in-out;
    z-index: 1;
	-webkit-transform: translateY(3px);
    transform: translateY(3px);
	font-family: 'Inter';
	}
.frm-flds .fl-is-active label{
	opacity: 1;
	visibility: visible;
	transform: none;
	color: #737373;
	}
.input-flds, .selcet-fld{
	float:left;
	width:100%;
	outline:none;
	border:1px solid #d9d9d9;
	height:54px;
	padding:10px 10px 10px 10px;
	border-radius: 5px;
	color: #000;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	box-sizing:border-box;
	font-size:17px;
	font-family: 'Inter';
	letter-spacing:0.5px;
	-webkit-appearance:none;
	}
.selcet-fld{
	background:url(../images/select.svg) no-repeat 94% center #fff;
	padding-right:40px;
	}
.frm-flds .fl-is-active .input-flds{	
	padding-top: 20px;
	}
.frm-flds .fl-is-active .selcet-fld{	
	padding-top: 20px;
	}
.input-flds:focus{
	border:1px solid #345065;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.packageBtn {
	    float: left;
    margin-top: 30px;
    width: 100%;
    line-height: 65px;
    overflow: hidden;
    color: #fff;
    font-size: 25px;
    position: relative;
    font-weight: 700;
    border: none;
    outline: none;
    font-family: 'Inter';
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 80px;
    background: #00b322;
    box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset, rgb(0 0 0 / 15%) 0px -36px 30px 0px inset, rgb(0 0 0 / 10%) 0px -79px 40px 0px inset, rgb(0 0 0 / 6%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;

	}
.chk-btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 10px;
	}
.card-img{
	display:inline-block;
	vertical-align:middle;
	margin:10px auto 0;
	}
.bottom-seal{
	display:inline-block;
	vertical-align:middle;
	margin-top:15px;
	max-width:100%;
	}
.payoptbox{
	float: left;
    width: 100%;
	position:relative;
	overflow:hidden;
	}
.mar30{
	margin-top:30px;
	margin-bottom:25px;
	}
.payment-cards-box{
	float: left;
    width: 100%;
    padding:13px 15px 10px 15px;
	}

.payment-cards-box p{
	float:left;
	font-weight: 600;
    color: #333333;
	font-size:17px;
	}
.pay-cards{
	display:block;
	margin:0 0 20px 0;
	}
.payment-flds-box{
	float: left;
    width: 100%;
    padding:10px 0 10px;
	}
.lock-bg, .help-icon{
	color: #919191;
	width:17px;
	position:absolute;
	right:15px;
	top:0px;
	}
.frm-flds.card-nme-fld{
	width:46%;
	}
.frm-flds.card-sm-fld{
	width:25%;
	margin-left:2%;
	}
.billingtogglbtn, .paymybtn{
	float:left;
	width:100%;
	font-weight: 500;
    color: #000000;
	font-size:15px;
	text-align:left;
	cursor:pointer;
	margin-top:5px;
	padding-left:5px;
	}
.paymybtn{float:left; width:40%;}
.what-is{
	float: left;
    font-size: 17px;
    color: #000000;
    margin: 20px 0 0 10px;
    text-decoration: underline;
	}


/*----------------------
RIGHT SIDE CSS
------------------------*/
.right-chk{
	width: 44%;
	float:right;
	position:relative;
	padding:30px 25px;
	background:#f6f6f6;
	padding-top:30px;
	}	
.right-chk:after {
	content: "";
	display: block;
	width: 300%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #f6f6f6;
	z-index: -1;
	}
.summry-lft{
	float:left;
	width:100%;
	}
.summry-lft-hdr, .cart-box1, .two, .three{display:none;}
.cart-box2{
	float: left;
    width: 100%;
    padding: 15px 0 15px;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
	}
.cart-box2 .one{
	float:left;
	width:75%;
	}
.cart-prd1{
	float:left;
	width:65px;
	}
.cart-prdname .span2{
	float:left;
    width: calc(100% - 65px);
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
	padding-left:15px;
	letter-spacing:0.5px;
	}
.cart-prdname .span2 br{display:none;}
.cart-prdname .cart-qtybox{
	float:left;
	padding-left:15px;
	font-size:13px;
	font-weight:500;
	color:#333;
	margin-top:5px;
	}
.four{
	float:right;
	width:25%;
	}
.cart-sub-total{
	float:left;
	width:100%;
	text-align:right;
	font-size: 17px;
    line-height: 24px;
    color: #222222;
    font-weight: 500;
	}
.card-box3rgt{
	float:left;
	width:100%;
	}
ul.cart-prclist{
	float:left;
	width:100%;
	}
ul.cart-prclist li{
	float:left;
	width:100%;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
	font-size: 17px;
    line-height: 18px;
	font-weight:600;
	}
ul.cart-prclist li .span2{float:left;}
ul.cart-prclist li .span1{float:right;}
ul.cart-prclist li:nth-child(1), ul.cart-prclist li:nth-child(2){display:none;}
a.continue-btn, a.chk-btn, .cart-remv{ display:none;}


.rgt-label{
	float:left;
	width:100%;
	border-top:1px solid #c9c9c9;
	margin-top:60px;
	text-align: left;
	}
.rgt-label span{
    background: #f6f6f6;
    display: inline-block;
    vertical-align: middle;
    margin-top: -31px;
    color: #000;
    font-size:20px;
    line-height: 20px;
	font-weight:600;
    padding: 0 15px 0 0;
	letter-spacing:1px;
	}	
ul.rgt-list{
	float:left;
	width:100%;
	margin-bottom:20px;
	}
ul.rgt-list li{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	margin-top:20px;
	padding:0 20px 0 80px;
	height:96px;
	display: flex;
	background:#fff;
	border-radius:10px;
    flex-wrap: wrap;
    align-items: center;
	box-shadow:0 0 8px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 3px rgba(0,0,0,0.1);
	}

.rgt-img-left{
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-28px;
	background:#fff;
	height: 50px;
	}
.rgt-para{
	float:left;
	width:100%;
	color:#000000;
	font-size:20px;
	line-height:26px;
	letter-spacing:0.5px;
	}	
	
/*-----------------------
CSS FOR FOOTER
-------------------------*/
.footer{
	float:left;
	width:100%;
	padding:20px 0;
	margin-top: 50px;
	border-top: 1px solid #e6e6e6;
	}
.footer p {
	float: left;
	width: 100%;
    color: #000;
	font-size:16px;
	line-height:24px;
	margin:6px 0;
	text-align:center;
	}
.footer p a{
	color: #000;
	padding:0 10px;
	}
	
#toggle-mob-cart{
	width:100%;
	}
	
	
#toggle-mob-cart.isopened{height: auto; visibility:visible;}

@media only screen and (max-width:1180px){
.container{padding:0 15px;}

.prod-box{ min-height:92px;}
.prod-img {width: 80px;height: 92px;line-height: 88px;}
.ord-lft{ padding-left:90px;}
.ord-title{ font-size:15px; line-height:22px;}

.rgt-para{ font-size:18px;}
}


@media only screen and (max-width:999px){
.show-desk{display:none;}
.show-mob{display:block;}



.top-header{
	width:100%;
	padding:6px 0;
	text-align:center;
	}
.mob-logo{
	display:inline-block;
	vertical-align:middle;
	width:155px;
	}	
.container{	
	width:100%;
	max-width:560px;
	padding:0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	box-sizing:border-box;
	}

.lft-chk{width:100%; padding-right:0; float:none; padding-top:0; padding-bottom:0;}
.right-chk{width:100%; padding-left:0; float:none; padding:0; border:none;}
.right-chk:after{left:-100%; box-shadow:none;}
.cp-contact, .cp-prospect, .cp-shipping{margin-top:25px;}

.stepsBox {
    margin: 4px 0 10px;
}

.viewBx{margin-top:20px; padding:8px 5px 8px 10px;}
.viewBx p{font-size:15px; letter-spacing:0; line-height:20px;}
.viewBx img{ margin:0 5px 0 0;}

.devider-cp{margin:1px 0;}
.prod-img{width:62px; height:70px; line-height:65px;}
.ord-title{font-size:15px; line-height:20px;}
.prod-box{min-height:70px; margin-bottom:10px;}
.selcet-fld{background-position: 96% center;}
.ord-lft { padding-left: 75px;}
.ord-right p{ font-size:15px; line-height:20px;}

.summry-toggle-mob{	
	background: #fafafa;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
	text-align: left;
	width: 100%;
	cursor:pointer;
	position:relative;
	}
.order-summary-toggle__icon{
	fill: #0079c7;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0.75em 0 0;
	}
.summry-toggle{
	float:left;
	width:calc(100% - 100px);
	color: #000;
	font-size:17px;
	}
.togle-price{
	float:right;
	width:100px;
	font-size:17px;
	color: #161616;
	text-align:right;
	font-weight:500;
	}
	
#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;
	}

.s-arw{position:absolute; left:10px; width:18px; top:17px;}
.active .s-arw{ transform:rotate(180deg); -webkit-transform:rotate(180deg);}

.ord-title{line-height:18px;}
.ord-title span{font-size:15px;}


.packageBtn{ margin-top:20px;}
.bottom-seal{margin-top:15px;}
.secure-div p{ font-size:15px; line-height:20px; background-size:135%;}

.frm-flds .fl-is-active .selcet-fld{padding-top:17px;}

.chk-head{ font-size:22px; line-height:27px;}
.chk-subheading{ font-size:14px; line-height:18px;}
.mar30 { margin-top: 20px; margin-bottom: 15px;}
.pay-cards{ margin-bottom:0;}
}

@media only screen and (max-width:749px){
.frm-flds.half-fld, .frm-flds.drop-fld, .frm-flds.zip-fld , .frm-flds.cvv-flds, .frm-flds.exp-flds{width: 100%;margin-right: 0;}
.frm-flds.mobhalf-fld{ width:49%;}
.frm-flds.mobhalf-fldfr{ float:right;}

.footer{ margin-top:10px;}
.footer p{ font-size:14px; line-height:18px; letter-spacing:0;}
.footer p a{ padding:0 2px;}
}




.formError {
	position: relative;
	left: auto;
	top: auto;
	}
input[type='text'].formError, input[type='number'].formError, input[type='email'].formError, select.formError, .formError{
	border: 1px solid orange !important;
	background-image: url("../images/invalid.png")!important;
	background-repeat: no-repeat!important;
	background-position: 97% center;
	position: relative;
	display: inline-block;
	top: auto;
	left: auto;
	}
.trm.formError {
	background-position: 0 0;
	height: auto;
	}
.trm input[type=checkbox].formError {
	background:#f4f4f4 !important;
	border: 1px solid #ccc !important;
	}
label.formError {
	border: 1px solid orange !important;
	background-image: url("../images/invalid.png")!important;
	background-repeat: no-repeat!important;
	background-position: 2px 2px;
	}
div.formError {
	border: 1px solid orange !important;
	background-image: url("../images/invalid.png")!important;
	background-repeat: no-repeat!important;
	background-position: 13px 10px;
	}



/*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}}
input#cc_cvv {
    float: left;
    width: 100%;
    outline: none;
    border: 1px solid #d9d9d9;
    height: 54px;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    color: #000;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    font-size: 17px;
    font-family: 'Inter';
    letter-spacing: 0.5px;
    -webkit-appearance: none;
}

img.procrt {
    float: left;
    width: 65px;
    margin-bottom: 10px;
}

p.txt3-crt.ng-binding {
    text-align: left;
    padding: 15px 0px 0px 90px;
}
.pro-star{display: none !important;}