@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/*----------------
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', sans-serif;
	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;
	}

/*FONTS CSS*/


/*-----------------------
MAIN CSS START
------------------------*/
.for-desk{}
.for-mob{display:none;}

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
	}


.scraped-container{
    width: 100%;
	max-width:1150px;
	margin:0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	}	
	
.lft-chk{
	width: 52%;
    padding-right: 30px;
	float:left;
	padding-top:60px;
	position:relative;
	padding-bottom:160px;
	}
	

.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;
	}
ul.stepsBox{
	float:left;
	width:100%;
	margin-top:15px;
	}
ul.stepsBox li{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	font-weight:300;
	padding:0 17px;
	position:relative;
	letter-spacing:1px;
	}
ul.stepsBox li:before{
	content:"\003e";
	position:absolute;
	top:0;
	right:-5px;
	}
ul.stepsBox li:last-child:before{ display:none;}		
ul.stepsBox li span{
	font-weight:500;
	}
.viewBx{
	float:left;
	width:100%;
	background:#e6f4ff;
	border:2px solid #0092bf;
	margin-top:30px;
	padding:10px 5px 10px;	
	}
.viewBx img{
	display:inline-block;
	vertical-align:top;
	margin:2px 5px 0 0px;
	}
.viewBx p{
	display:inline-block;
	vertical-align:middle;
	color:#292929;
	font-size:18px;
	line-height:20px;
	letter-spacing:1px;
	font-weight:500;
	}
.viewBx p span{
	color:#ff0000;
	font-weight:600;
	}


.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:500;
	color: #333333;
	font-size: 21px;
	line-height: 22px;
	text-align: left;
	}
.chk-subheading{
	float:left;
	width:100%;
	color: #333333;
	font-size:15px;
	text-align:left;
	margin-top:4px;
	}
	
.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%;*/width:100%;}
.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);
	}
.frm-flds .fl-is-active label{
	opacity: 1;
	visibility: visible;
	transform: none;
	color: #737373;
	}
.input-flds, .selcet-fld{
	float:left;
	width:100% !important;
	outline:none;
	border:1px solid #d9d9d9;
	height:54px !important;
	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:16px;
	font-family: 'Inter', sans-serif;
	letter-spacing:0.5px;
	-webkit-appearance:none;
    line-height: inherit!important;
	}
.selcet-fld{
	background:url("https://assets.funnelkonnekt.com/Funnel/assets/images/7d842708-fb1e-4035-bbbe-3c60d46717c0/cdf2eb6a-1c0c-4ede-a5c8-1bef8bd360a4/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 #0092bf;
	box-shadow:0 0 0 1px #0092bf;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.shipping-time{
	float:left;
	width:100%;
	margin-top:20px;
	text-align:left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-content:center;
	}
.shipping-time img{
	display:inline-block;
	vertical-align:middle;
	height:auto;
	margin-top:5px;
	}
.shipping-time p{
	color:#333333;
	font-size:16px;
	line-height:22px;
	margin-left:15px;
	padding-left:13px;
	border-left:1px solid #d6d6d6;
	}
.shipping-time p span{
	color:#ff0000;
	font-weight:500;
	}
/*------------------------
CSS FOR SHIPPING PART
-------------------------*/
.payoptbox{
	float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
	border-radius: 4px;
	position:relative;
	overflow:hidden;
	}
.payment-cards-box{
	float: left;
    width: 100%;
    padding:13px 15px 10px 15px;
	}
.payment-cards-box.open{
	border-bottom: 1px solid #d9d9d9;
	}
.payment-cards-box p{
	float:left;
	font-weight: 600;
    color: #333333;
	font-size:17px;
	}
.payment-cards-box img{
	float:right;
	}
.payment-flds-box{
	float: left;
    width: 100%;
    border-top: 1px solid #d9d9d9;
	/*border-bottom: 1px solid #d9d9d9;*/
    padding:10px 15px;
	background-color: #fafafa;
	}
.lock-bg, .help-icon{
	color: #919191;
	width:17px;
	position:absolute;
	right:25px;
	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: #333333;
	font-size:16px;
	text-align:left;
	cursor:pointer;
	}
.paymybtn{float:left; width:40%;}
.ship-label-btn input[type=radio], .paymybtn input[type=radio]{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	width: 18px;
	height: 18px;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:1px solid #d9d9d9;
	border-radius:50%;
	outline:none;
	margin-top:-2px;
	margin-right:10px;
	}
.ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked{
	background:#0092bf;
	}
.ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after{
	width:6px;
	height:6px;
	border-radius:50%;
	background:#fff;
	position:absolute;
	content:'';
	left:5px;
	top:5px;
	}
.payplsvg{
	display:inline-block;
	vertical-align:middle;
	margin-top:-4px;
	}
.paypal-txt{
	float:left;
	width:100%;
	padding:0 12%;
	padding-bottom:20px;
	color: #545454;
	font-size:14px;
	line-height:20px;
	}


.label-checkbox{
	float:left;
	text-align:left;
	cursor:pointer;
	margin:5px 0;
	color: #000;
	font-size:16px;
	}

billingtoggle .all-checkbox {
    
}
.all-checkbox{
	display:inline-block;
	vertical-align:middle;
	margin-top:-6px;
	-webkit-appearance:none;
	width:20px;
	height:20px;
	border:1px solid #0092bf;
	border-radius:3px;
	outline:none;
	position:relative;
	margin-right:5px;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.all-checkbox:checked{
	background:#0092bf;
	border:1px solid #0092bf;
	}
.all-checkbox:after{
	content:'';
	position:absolute;
	width:18px;
	height:18px;
	background:url("https://assets.funnelkonnekt.com/Funnel/assets/images/7d842708-fb1e-4035-bbbe-3c60d46717c0/cdf2eb6a-1c0c-4ede-a5c8-1bef8bd360a4/tik.svg") no-repeat center center;
	left:0;
	top:0;
	opacity:0;
	z-index:1;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	}
.all-checkbox:checked:after{	
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
	}
.packageBtn {
	float:left;
	margin-top:30px;
    padding: inherit;
	width:100%;
	line-height:70px;
    overflow: hidden;
    color: #ffffff;
    font-size:27px;
	position:relative;
	font-weight:bold;
	border:none;
	outline:none;
	font-family: 'Inter', sans-serif;
	letter-spacing:0.5px;
	cursor:pointer;
	-webkit-appearance:none;
	box-shadow: 0 2px 3px 1px rgb(0 0 0 / 20%);
    text-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
	/* border-radius: 50px;	 */
	background: #00c661; 
	background: -moz-linear-gradient(top,  #00c661 0%, #0aa255 100%); 
	background: -webkit-linear-gradient(top,  #00c661 0%,#0aa255 100%); 
	background: linear-gradient(to bottom,  #00c661 0%,#0aa255 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c661', endColorstr='#0aa255',GradientType=0 );
	}
    .packageBtn:hover {
        background: #00c661; 
	background: -moz-linear-gradient(top,  #00c661 0%, #0aa255 100%); 
	background: -webkit-linear-gradient(top,  #00c661 0%,#0aa255 100%); 
	background: linear-gradient(to bottom,  #00c661 0%,#0aa255 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c661', endColorstr='#0aa255',GradientType=0 );
    }
.packageBtn img{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 15px;
	}
.bottom-seal{
	display:inline-block;
	vertical-align:middle;
	margin-top:15px;
	max-width:100%;
	}



.moneyBkdv{
    float: left;
    width: 100%;
    background: #f7f7f7;
	border:1px solid #d8d8d8;
    border-radius: 20px;
    padding: 0 25px 20px;
    text-align: center;
    margin-top: 100px;
	}
.moneybk-seal{
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: -65px 0 15px;
    border-radius: 50%;
	}
.moneyBkdv span{
	float:left;
	width:100%;	
	font-size:24px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	letter-spacing:0.5px;
	}
.moneyBkdv p{
	float:left;
	width:100%;	
    font-size: 17px;
    line-height: 26px;
    color: #000;
	margin-top:20px;
	letter-spacing:0.5px;
	}
	
	

/*----------------------
RIGHT SIDE CSS
------------------------*/
.right-chk{
	width: 48%;
	float:right;
	position:relative;
	background:#fbfbfb;
	padding:50px 10px 30px 35px;
	border-left:1px solid #d9d9d9;
	}	
.prod-box{
	float:left;
	width:100%;
	min-height:60px;
	display:table;
	vertical-align:middle;
	margin-bottom:10px;
	}
.ord-lft{
	width:75%;
	position:relative;
	padding-left:75px;
	display:table-cell;
	vertical-align:middle;
	}
.prod-img{
	position:absolute;
	width:62px;
	height:62px;
	line-height:58px;
	border:1px solid #dedddd;
	border-radius:4px;
	overflow:hidden;
	background:#fff;
	left:0;
	top:0;
	}
.prod-img img{
	display:inline-block;
	vertical-align:middle;
	max-height:80%;
	}
.prod-count{
	left:50px;
	height:20px;
	width:20px;
	line-height:20px;
	top:-5px;
	position:absolute;
	background-color: rgba(114,114,114,0.9);
	border-radius: 50%;
	color:#fff;
	font-size:13px;
	}
.ord-lft p{
	float:left;
	width:100%;
	text-align:left;
	}
.ord-title{
	color: #161616;
	font-size:15px;
	line-height:20px;
	}
.ord-title span{
	font-weight:600;
	font-size:17px;
	}
.ord-right{
	display:table-cell;
	vertical-align:middle;
	}
.ord-right p{
	float:right;
	color: #161616;
	font-size:16px;
	text-align:right;
	font-weight:600;
	}
.linethrough{ text-decoration:line-through;color: #878787;}
.devider-cp{
	float:left;
	width:100%;
	margin:10px 0;
	height:1px;
	background:#dedede;
	}
.cart-table{
	color: #2b2b2b;
	width:100%;
	font-size:16px;
	line-height:30px;
	}
.cart-table span{
	color:#000;
	font-weight:500;
	}
.total-txt{
	font-size:13px;
	}
.total-txt span{
	font-size:18px;
	display:inline-block;
	vertical-align:top;
	font-weight:600;
	margin:-1px 0 0 5px;
	}

.popup{
	float:left;
	width:100%;
    font-size: 14px;
    line-height: 30px;
	margin-top:10px;
	position:relative;
	cursor:pointer;
	text-align:left;
	}
.popup img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	width:20px;
	}
.subs-detail{
	position:absolute;
	left:0;
	top:35px;
	right:0;
	background:#555;
	color: #fff;
    text-align: center;
    border-radius: 6px;
	padding: 14px;
    font-size: 15px;
	line-height:21px;
	letter-spacing:0.3px;
	z-index:2;
	font-weight:500;
	display:none;
	text-align:center;
    }
.subs-detail:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #555;
    top: -8px;
    left: 15%;
	}
.popup:hover .subs-detail{ display:block;}



/*BUMP-UPSELL*/
.offerBox{
	float:left;
	width:100%;
	border:2px dashed #333;
	border-radius:10px;
	background:#fcf8e3;
	margin-top:30px;
	padding:5px;
	}	

.fieldToggle {
	float:left;
	width:100%;
	background:#ffff99;
	padding:12px 10px 10px;
	text-align:center;
	position: relative;
	font-size:22px;
	line-height:22px;
	color:#191919;
	font-weight:800;
	cursor:pointer;
	}
.fieldToggle input[type=checkbox] {
	position: absolute;
	opacity: 0;
	}
.fieldToggle input[type=checkbox] + span {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	width: 22px;
	height: 22px;
	border: 2px solid #858555;
	position: relative;
	background:#fff;
	border-radius:3px;
	margin-top:-2px;
	}
.fieldToggle input[type=checkbox]:checked + span:after {
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	background: url("https://assets.funnelkonnekt.com/Funnel/assets/images/7d842708-fb1e-4035-bbbe-3c60d46717c0/cdf2eb6a-1c0c-4ede-a5c8-1bef8bd360a4/tik-blk.svg") no-repeat center center;
	background-size: 100%;
	left: 0;
	top: 0;
	}
.red-l-arw{
	display:inline-block;
	vertical-align:top;
	margin:0 20px 0 0;
	}
.red-r-arw{
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 20px;
	}

.ofrbx-mdl{
	float:left;
	width:100%;
	padding:22px 15px 22px 15px;
	position:relative;
	text-align:center;
	}
.warnty1yr{
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-24px;
	}
.offrbx-txt1{
	font-size:18px;
	letter-spacing:0.3px;
	line-height:25px;
	color:#000000;
	}
	
.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);}
}

	
/*CSS FOR RGT DATA*/
.rgt-label{
	float:left;
	width:100%;
	border-top:1px solid #c6c6c6;
	margin-top:50px;
	}
.rgt-label span{
	background:#fbfbfb;
	display:inline-block;
	vertical-align:middle;
	margin-top:-33px;
	color:#272727;
	font-size:21px;
	line-height:21px;
	padding:0 15px;
	font-weight:600;
	}			
ul.rgt-list{
	float:left;
	width:100%;	
	}
ul.rgt-list li{
	float:left;
	width:100%;
	position:relative;
	padding-left:100px;
	text-align:left;
	padding-bottom:25px;
	margin-top:20px;
	border-bottom:1px solid #d6d6d6;
	}
ul.rgt-list li:last-child{border:none;}
.rgt-img-left{
	position:absolute;
	left:0;
	top:0px;
	}
.rgt-txt-heading{
	color:#272727;
	font-size:19px;
	line-height:20px;
	font-weight:bold;
	}
.rgt-para{
	color:#272727;
	font-size:16px;
	line-height:23px;
	margin-top:7px;
	}
.testi-bx{
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    padding-left: 70px;
	margin-top:30px;
	}
.name-t{
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
	background:#cccccc;
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    left: 0;
    top: 0;
	}
.tsti-txt1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#333333;
	font-weight:600;
	margin-bottom:10px;
	}
.t-star{
	display:block;
	}
.tsti-txt2{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;	
	color:#333333;
	margin-top:10px;
	letter-spacing:0.3px;
	}
.tsti-txt3{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	color:#333333;
	margin-top:12px;
	font-weight:600;
	}	

	
/*-----------------------
CSS FOR FOOTER
-------------------------*/
.footer{
	float:left;
	width:100%;
	padding:25px 0;
	border-top: 1px solid #e6e6e6;
	margin-top:70px;
	}
.footer p {
	float: left;
	width: 100%;
    color: #000;
	font-size:15px;
	line-height:17px;
	margin:6px 0;
	text-align:center;
	}
.footer p a{
	color: #000;
	}

.footer_subscription:before,
.footer_subscription:after{
	content: "";
	display: block;
	clear: both;
}

.footer_subscription{
	float: left;
	background: #f7f7f7;
    border: 1px solid #d8d8d8;
	padding: 20px;
}

.footer_subscription p{
	text-align: justify;
    font-size: 13px;
    line-height: 23px;
    color: #646464;
}


.footer_subscription.for-mob{
	margin-top: 20px;
}
	
#toggle-mob-cart{
	width:100%;
	}
	
	
#toggle-mob-cart.isopened{height: auto; visibility:visible;}

@media only screen and (max-width:1180px){
.scraped-container{padding:0 15px;}
.shipping-time p span{display:block;}
.shipping-time img{margin-top:12px;}

}


@media only screen and (max-width:999px){
.for-desk{display:none;}
.for-mob{display:block;}

.toggle-mob-cart{
	/* display: block !important; */
}

.top-header{
	width:100%;
	padding:15px 0 12px;
	text-align:center;
	}
.mob-logo{
	display:inline-block;
	vertical-align:middle;
	}	
.scraped-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;}

.viewBx{margin-top:20px; padding-left:10px;}
.viewBx p{font-size:15px; letter-spacing:0;}

.devider-cp{margin:10px 0;}
.prod-img{width:55px; height:50px; line-height:45px;}
.ord-title{font-size:13px; line-height:16px;}
.prod-box{min-height:50px;}
.selcet-fld{background-position: 96% center;}

ul.stepsBox {
    margin: 0 0 15px;
}

.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;
	}
.summry-toggle{
	float:left;
	width:calc(100% - 100px);
	color: #000;
	font-size:17px;
	padding-left:25px;
    position: relative;
	}
.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: 0px;
    width: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.active .s-arw{ transform:rotate(180deg) translateY(-50%); -webkit-transform:rotate(180deg) translateY(-50%);top: 0;}

.ord-title{line-height:18px;}
.ord-title span{font-size:15px;}

.shipping-time p{font-size:14px; line-height:18px;}
.shipping-time p span{display:inline;}
.shipping-time img{margin-top:0;}

.packageBtn{ margin-top:20px;font-size: 22px;line-height: 64px;}
.packageBtn img{ margin:0 0 0 5px;}

.moneyBkdv{ padding:0 8px 20px;}
.moneybk-seal{ width:115px;}
.moneyBkdv span{ font-size:20px; line-height:20px;}
.moneyBkdv p{ font-size: 15px; line-height: 23px; margin-top: 12px;}

.fieldToggle{ font-size:14px; padding:10px 5px;}
.red-l-arw{ margin:0 12px 0 0;}
/* .red-r-arw{ display:none;} */
.fieldToggle input[type=checkbox] + span{ margin-top:0;}
.ofrbx-mdl{ padding:15px 20px;}
.warnty1yr{ width:80px; left:10px;margin-top: -20px;}
.offrbx-txt1{ font-size:16px; line-height:23px;}

.bottom-seal{margin-top:15px;}
.rgt-img-left{width:60px;}
ul.rgt-list li{padding-left:75px;}
.rgt-txt-heading{font-size:17px; line-height:18px;}
.rgt-label span{background:#fff;}


.footer{padding:20px 0; margin-top:20px; position:static;}
.footer p{font-size:13px; text-align:center;}

.frm-flds .fl-is-active .selcet-fld{padding-top:17px;}

}

@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;}
}



/*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("https://assets.funnelkonnekt.com/Funnel/assets/images/7d842708-fb1e-4035-bbbe-3c60d46717c0/cdf2eb6a-1c0c-4ede-a5c8-1bef8bd360a4/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::placeholder{
    text-transform: capitalize;
}
select.fl-select {
    padding-right: 20px;
}
.expdate-year {
    width: 100%;
    display: flex;
}
.expdate-year .select-month{
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.expdate-year .select-year{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.selcet-fld{
	border: 1px solid #a7abad;
}

