@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: 'Open Sans', sans-serif;
	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;}
a:hover {}
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;
	}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1024px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

/*==============Header=============*/	
.header{
    float: left;
    width: 100%;
	padding:10px 0;
	}
.logo{
    float: left;
	margin-top:11px;
	}
.contact-box{
	float:right;
	width:auto;
	text-align:left;
	position:relative;
	}	
.contact-box img{
	position:absolute;
	top:6px;
	left:0;
	}
.contact-box p{
    font-size: 16px;
    line-height: 27px;
    color: #000;
    letter-spacing: 0.5px;
    padding: 0 0 0 38px;
	}	
.contact-box p a{
	font-size:25px;
	line-height:27px;
	color:#1a5ba5;
	font-weight:700;
	}		

/*=======================*/
.checkout-bg{
	background:url(../images/check-bg.jpg) no-repeat center top;
	float:left;
	width:100%;
	padding:50px 0;
	background-size:cover;
	}
.checkout-block{
	float:left;
	width:100%;
	background:#fff;
	padding:35px;
	}
	
.chk-left-side{
	float:left;
	width:58%;
	}
.buyOpt-row{
	float: left;
	width: 100%;
	border-radius: 5px;
	border:1px solid #acacac;
	margin-top:10px;
	overflow:hidden;
	}
.top-0{ margin-top:0;}	
.packageOpt{
	float: left;
	width:100%;
	background:#efefef;
	padding:15px 15px 15px 40px;
	text-align: left;
	cursor: pointer;
	position: relative;
	}
.buyOpt-row.active .packageOpt{
	background: #67bc07;
	}
.packageOpt input[type=radio] {
	position: absolute;
	opacity: 0;
	}
.packageOpt input[type=radio] + span {
	position: absolute;
	left: 10px;
	top:50%;
	width:20px;
	height:20px;
	margin-top:-10px;
	border-radius:3px;
	background:#fff;
	border:1px solid #acacac;
	}
.packageOpt input[type=radio]:checked + span {
	border:1px solid #acacac;
	}
.packageOpt input[type=radio]:checked + span:after{
    background: url(../images/top_chk.png) no-repeat center center;
    content: "";
    left: 2px;
    top: -6px;
    width: 22px;
    height: 21px;
    position: absolute;
	}
.packageOpt .prod-qty{
	float:left;
	color: #19569b;
	font-weight:bold;
	font-size:24px;
	line-height:24px;
	}
.buyOpt-row.active .prod-qty{ color:#fff;}	
.packageOpt .prod-qty span{
	font-size:18px;
	color:#000;
	font-weight:700;
	}	
.buyOpt-row.active .prod-qty span{ color:#fff000;}		
.packageOpt .prod-price{
	float:right;
	color: #454545;
	font-weight:bold;
	font-size:22px;
	line-height:22px;
	letter-spacing:0.5px;
	}

.buyOpt-row.active .prod-price{ color:#fff;}		
.packageOpt .prod-price span{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	color:#6f6f6f;
	font-weight:600;    vertical-align: top;
	}	
.price-t2 span.one_bottle_price{
        font-size: 34px;
    line-height: 34px;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: bold; vertical-align: top;
}



  .packageOpt .prod-price span{font-weight:bold;
	font-size:22px;
	line-height:22px;
	letter-spacing:0.5px;color: #454545;
	font-weight:bold;}  


.buyOpt-row.active .prod-price  span{ color:#fff;}		
.pkg-prodBx{
	float:left;
	width:100%;
	text-align:center;
	background:#fff;
	padding:35px 35px 40px;
	}
.special-txt{
	float:left;
	width:100%;
	font-size:36px;
	line-height:38px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:700;
	margin-bottom:30px;
	}
.prod-btl{
	float:left;
	width:100%;
	position:relative;
	}
.pkgs{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}
.pkg-seal{
    position: absolute;
    top: -26px;
    left: 12px;
	}
.save-txt{
	float:left;
	width:100%;
	font-size:18px;
	line-height:18px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:30px;
	}
.price-t1{
	float:left;
	width:100%;
	font-size:14px;
	line-height:14px;
	color:#000;
	letter-spacing:0.5px;
	text-decoration: line-through;
	margin-top:14px;	
	}
.price-t2{
	float:left;
	width:100%;
	font-size:34px;
	line-height:34px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:bold;
	margin-top:10px;	
	}
.price-t2 span{
	display:inline-block;
	/* vertical-align:middle;
	font-size:26px; */
	line-height:26px;
	/* font-weight:400; */
	}							

/*=========================*/
.chk-rght-side{
	float:right;
	width:38%;
	}
.frm-container{
	float: left;
    width: 100%;
	text-align:center;
    background: #e0ebf9;
	border:1px solid #acacac;
	border-radius:5px;
	}
.frm-head{
	float: left;
    width: 100%;
	background:#134172;
	padding:7px 0;
	}
.frm-head img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	}	
.frm-head p{
	display:inline-block;
	vertical-align:middle;	
	font-size: 29px;
	line-height: 30px;
	color: #fff;
	font-weight:700;
	}
.frm-top{
	float: left;
    width: 100%;
	text-align:left;
	background:#fff;
	padding:6px 8px;
	}
.frm-top img{
	display:inline-block;
	vertical-align:middle;
	margin-right:8px;
	}	
.frm-top p{
	display:inline-block;
	vertical-align:middle;	
	font-size: 18px;
	line-height: 18px;
	color: #171515;
	font-weight:700;
	}

.frm-mid{
	float:left;
	width:100%;
	padding:10px 5px 12px;
	}	
.Frm-Elements{
	float:left;
	width:100%;
	margin-top:10px;
    padding: 0 5px;
	}
.Frm-Elements label{
    float: left;
    font-size: 15px;
    color: #171515;
    text-align: right;
    width: 104px;
	font-weight:600;
    margin: 5px 7px 0 0;
    }	

input[type=text].all-fields{
	float:right;
	background-color: #fff;
    width: calc(100% - 114px);
    height: 34px;
	font-size: 15px;
    color: #000;
   	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    border: 1px solid #acacac;
	border-radius:7px;
    padding: 0 10px;
	outline: none;
    -webkit-appearance: none;
 	}
     input[type=tel],select.all-fields{
	float:right;
	background-color: #fff;
    width: calc(100% - 114px);
    height: 34px;
	font-size: 14px;
    color: #000;
   	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    border: 1px solid #acacac;
	border-radius:7px;
    padding: 0 6px;
	outline: none;
    -webkit-appearance: none;
 	}


.all-fields{
	float:right;
	background-color: #fff;
    width: calc(100% - 114px);
    height: 34px;
	font-size: 15px;
    color: #000;
   	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    border: 1px solid #acacac;
	border-radius:7px;
    padding: 0 10px;
	outline: none;
    -webkit-appearance: none;
 	}
.Frm-Elements select{background:url(../images/fld-arw.png)#fff no-repeat center left 95%;	}	
.frm-btn{
    display: inline-block;
    vertical-align: middle;
    background: none;
    padding: 0;
    margin-top: 12px;
    border: none;
    outline: none;
	cursor:pointer;
	}
.frm-btn img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}	
.frm-risk{
	font-size:20px;
	color:#fff;
	font-weight:500;
	font-style:italic;
	margin-top:5px;
	}
.frm-risk span{ color:#ffdc00;}		
.frm-secure{
    float: left;
    width: 100%;
    background: #fff;
    padding: 8px 0 10px;
	}
.frm-secure img{
	margin:0 auto 0;
	display:block;
	max-width:100%;	
	}	
.sameas{
	float:left;
	width:100%;
	font-size: 15px;
	line-height: 23px;
	color: #171515;
	}
.sameas span{
	font-size:18px;
	line-height:40px;
	}
.radioBox{
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 17px;
	height: 17px;  
	margin:0 0 -2px 0;
	background:url(../images/check.png) left top no-repeat;
	outline:none;
	}
.radioBox:checked {
	background:url(../images/checked.png) center center no-repeat;  
	} 
.cards{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin:10px 0 15px;
	}
.frm-short-box{
    width: calc(100% - 114px);
    float: right;
	}	
.short, .short2{ width:48%; float:left;}
.short2{ float:right;}
.terms-txt{
	float:left;
	width:100%;
	font-size:13px;
	line-height:19px;
	color:#000;
	font-style:italic;
	margin-top:17px;
	}
a.what-is{
	float:left;
	font-size:14px;
	color:#000;
	margin:8px 0 0 10px;
	text-decoration:underline;
	}
					
/*==========check-testimonial============*/
.checkout-testi-sec{
	float:left;
	width:100%;
	padding:0 120px;
	margin-top:30px;
	}
.testi-row{
	float:left;
	width:100%;
	margin-top:40px;
	border-bottom:1px solid #c1c1c1;
	position:relative;
	text-align:left;
	padding:0 0 40px 170px;
	}
.testi-row.last{ padding-bottom:0; border-bottom:none;}
.t-image{
	position:absolute;
	left:0;
	top:0;
	border-radius:50%;
	}
.t-heading{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#0f3154;
	font-weight:bold;
	font-style:italic;
	letter-spacing:0.3px;
	}
.t-star{
	float:left;
	margin-top:10px;
	}
.t-text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000000;
	font-style:italic;
	margin-top:15px;
	letter-spacing:0.5px;
	}

.t-text strong{
	font-weight:600;
	}
.t-name{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#383838;
	margin-top:20px;
	letter-spacing:0.3px;
	}
.t-name span{ font-weight:bold; color:#000000;}

.money-back-box{
	display:inline-block;
	vertical-align:middle;
	max-width:720px;
	width:100%;
	border:2px solid #fccf42;
	margin-top:70px;
	box-shadow: 0 0 9px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 9px 4px rgba(0,0,0,0.1);
	position:relative;
	padding:35px 30px 35px 230px;
	border-radius:10px;
	text-align:left;
	}
.mback-head{
	float:left;
	width:100%;
	font-size:28px;
	line-height:36px;
	color:#0f3154;
	font-weight:bold;
	}
.mback-text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	margin-top:15px;
	color:#000000;
	}
.mback-seal{
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-70px;
	max-width:100%;
	}
.fa-sec{
	float:left;
	width:100%;
	margin-top:60px;
	}
.faq-head{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#000000;
	font-weight:bold;
	}
.faq-container{
	float:left;
	width:100%;
	margin:40px 0 0;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	}	
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close-btn.png) no-repeat 98% center;
	padding:15px 45px 15px 15px;
	font-size:20px;
	line-height:26px;
	color:#000000;
	font-weight:700;
	letter-spacing:0.3px;
	cursor:pointer;
	border:none;
	position:relative;
	border-bottom:1px solid #cccfe2;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.png) no-repeat 98% center;
	border:none;
	border-bottom:1px solid #dddfe5;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:20px 10px 25px 15px;
	border-bottom:1px solid #cccfe2;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#000000;
	letter-spacing:0.5px;
	margin-top:20px;
	}
.martp0{
	margin-top:0;
	}
.faq-img{
	display:block;
	margin:20px auto 0;
	max-width:100%;
	}
.footer-sec{
	float:left;
	width:100%;
	padding:30px 40px;
	}
.footer-text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#ffffff;
	margin-top:25px;
	letter-spacing:0.5px;
	}
.footer-text a{ padding:0 5px;}
				
.forMob,.forTab{ display:none;}
button.frm-btn.shpng-btn:hover{ background: #2791e400;}
button.frm-btn.ch-btn{background: #2791e400; }
select.all-fields.short.months {
    width: 51%;
}
select.all-fields.short2.year{width: 49%; }
input.all-fields.short.cvv {
    float: left;
}
.m-btn{ margin-bottom: 15px; text-align: center;}
.pkg-new{ width: 80%;}
.pkgs-seal1{     top: 35px;
    position: absolute;
    left: 12px;    width: 60px;}

.address-box{
    display: flex;
    position: relative;
    justify-content: space-between;
}
.payment-address .frm-mid label {
    display: block;
}

.address-box span img {
    width: 16px;
    margin: 10px 0 0 4px;
}
.popover { 
    position: absolute;
    background: #000;
    padding: 10px 15px;
    border-radius: 4px;
    max-width: 200px;
    color: #fff;
    font-size: 11px;
    right: -80px;
    display: none;
    margin-top: 10px;
    transition: all .3s ease-in-out;
    opacity: 0;
    min-width: 170px;
}
.position-relative:hover .popover {
    display: block;
    transition: all .3s ease-in-out;
    margin-top: 0;
    opacity: 1;
}
.position-relative.info-icon {
    position: absolute;
    right: 10px;
}
.frm-container{
    overflow: unset;
} 
.order-type ul {
    display: flex;
    justify-content: space-between;
}
.order-type {
    text-align: left;
    padding: 0 10px 0px;
}
.order-type li.nav-item {
    width: 46%;
    border-radius: 4px;
}
.order-type li.nav-item button {
        padding: 10px;
    font-size: 1rem;
    color: #212529;
    background: #ffc438;
        height: 100%;
    border-radius: 4px;
    opacity: 0.6;
}
.order-type li.nav-item button img {
    max-height: 24px;
}
.order-type p {
    padding: 5px 0;
    clear: both;
    text-align: center;
} 
.order-type li.card-btn button{
    background: #2288D9;
    color: #fff;
}
.order-type span {
    font-size: 12px; 
}
li.nav-item.active button {
    box-shadow: 0px 0px 8px rgb(0 0 0 / 43%);
    border-radius: 4px;
    opacity: 1;
}

/*==============Media=============*/
@media only screen and (max-width:1187px){
.container{ width:1004px;}

}

@media only screen and (max-width:1023px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}
select.all-fields.short2.year{ width: calc(100% - 81px);}
select.all-fields.short.months{ width: calc(100% - 81px);}
.checkout-block{ padding:20px 15px 25px;}
.packageOpt .prod-qty{ font-size:19px;}
.packageOpt .prod-price{ font-size:18px;}
.pkg-prodBx{ padding:25px 25px 30px;}
.special-txt{ font-size:30px; line-height:32px;}

.chk-rght-side{ width:40%;}
.frm-head{ height:46px;}
.frm-head img{ width:25px;}
.frm-head p{ font-size:22px; line-height:31px;}
.frm-top{ padding:4px 10px 6px;}
.frm-top img{ width:25px; margin-right:2px;}
.frm-top p{ font-size:16px; line-height:16px;}
.Frm-Elements label{ font-size:14px;}
.all-fields{ font-size:12px;}
.Frm-Elements label{ width:100px; margin-right:5px;}
.all-fields{ width: calc(100% - 105px);}
.frm-short-box{ width: calc(100% - 105px); display: flex;justify-content: space-between;}
.short, .short2{ width:48%;}
.cards{ width:200px;}

.checkout-testi-sec{ padding:0;}
.t-heading{ font-size:19px; line-height:27px;}

.money-back-box{ padding:35px 30px 35px 210px;}
.mback-seal{ width:170px;}

.footer-sec{ padding:30px 0 0;}
input.all-fields.short.cvv {
      width: calc(100% - 13px);
}
.prod-btl + .Frm-Elements input[type=tel] {
    width: calc(100% - 105px);
}
}


@media only screen and (max-width:767px){
    select.all-fields.short.months {
    width: 49%;}
    select.all-fields.short2.year {
    width: 50%;}
    input[type=text].all-fields{ width: 100%;}
       input[type=tel],.prod-btl + .Frm-Elements input[type=tel]{ width: 100%;}
       select.all-fields{ width: 100%;}
.container{ width:100%; max-width:600px; padding:0 10px;}
input.all-fields.short.cvv{ width: 50%;}
.forMob{ display:block;}
.hide-mob{ display:none;}

.header{ padding:14px 0 12px;}

.logo{  width:130px; margin-top: 20px;}

.checkout-bg{ padding:25px 0;}
.chk-left-side{ width:100%;}
.checkout-block{ padding: 15px 12px 25px;}
.packageOpt{ padding:12px 5px 12px 40px;}
.packageOpt .prod-price{ width:100%;}
.pkg-prodBx{ padding:25px 10px;}
.pkg-seal{ top:-12px;}
.chk-rght-side{ width:100%; margin-top:30px;}
.frm-head p{ font-size: 24px; line-height: 30px;}
.frm-top{ padding: 6px 18px 6px;}
.frm-top p{ font-size: 17px; line-height: 18px;}
.frm-mid{ padding-top:4px;}
.Frm-Elements{ margin-top:17px;}
.Frm-Elements label{ width:100%; text-align:left; margin:0 0 6px 0;}
.sameas{ font-size:16px; line-height:24px;}
.all-fields{ width:100%; font-size:14px;}
.frm-short-box{ width:100%;}
.short, .short2{ width:48%;}
.cards{ margin:10px 0;}

.checkout-block{ padding:20px 15px 25px;}

.checkout-testi-sec{ margin-top:12px;}
.testi-row{ padding:0 0 25px 70px; margin-top:25px;}
.t-image{ width:60px;}
.t-heading{ font-size:17px; line-height:25px;}
.t-text{ font-size:16px; line-height:24px;}
.t-name{ font-size:15px; line-height:17px; margin-top:16px;}

.money-back-box{ padding:20px 10px 20px; text-align:center; margin-top:30px;}
.mback-seal{ position:static; display:inline-block; vertical-align:middle; margin:0 auto 15px;}
.mback-head{ font-size:22px; line-height:28px; }
.mback-text{ font-size:16px; line-height:24px;}

.fa-sec{ margin-top:35px;}
.faq-head{ font-size:22px; line-height:28px;}
.faq-container{ margin-top:20px;}
.accordion{ padding:15px 35px 15px 0; font-size:18px; line-height:26px;}
.acdn-content{ padding:15px 0 20px 0;}
.acdn-para{ font-size:16px; line-height:24px; margin-top:15px;}
.martp0{ margin-top:0;}

.footer-sec{ padding:10px 0 0;}
.footer-text{ margin-top:15px; letter-spacing:0.5px;font-size:13px;}
.footer-text a{  padding:0 3px;}
.contact-box p{     font-size: 13px;    padding: 0 0 0 33px;}
.contact-box p a{ font-size: 22px;}
}


/*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}
.box-sec{border: 3px dashed #d7321e;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 15px 10px 10px; }

.in-check {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #d7321e; font-weight: 600;
}


.checkout-block .warning-box.only-mob{ display: none ;}
   .checkout-block .warning-box.dex-only{ display: block;}
.checkout-block .warning-box.dex-only span img{     float: left;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 45px;}

.arrow-sec{     vertical-align: middle;
    margin-right: 0;}

@-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}}

/* warning box css */

.checkout-block .warning-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbfb56;
    padding: 10px 15px;
    border: 2px solid #d3a048;
    margin-bottom: 35px;
}
.checkout-block .warning-box p {
    text-align: left;
    margin-left: 13px;
    color: #cf2528;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}
.warning-box img.warning-image {
    max-width: 50px;
    vertical-align: middle;
}
.price-t2 span.three_bottle_price{   
    font-size: 34px;
    line-height: 34px;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: bold;
  }
.price-t2 span.six_bottle_price{
      font-size: 34px;
    line-height: 34px;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.price-t1 span.three_bottle_regular{text-decoration: line-through;}
 .price-t1 span.six_bottle_regular{text-decoration: line-through; }
.checkout-block .warning-box.dex-only span{ display: inherit;}


/*------------------------Popup------------------*/
.decline_popup{ background-color: #fefefe;
 border: 1px solid grey;    
max-width: 41vw; position: absolute; top: 0;display: flex;
    justify-content: center;
    align-items: center;    z-index: 999;    margin: 2vw auto;
    left: 0;
    right: 0;    padding:20px;    
    box-shadow: rgba(0, 0, 0, 0.7) 1.95px 1.95px 2.6px;}
.flt-left{ width: 50%;}
.flt-right{ width: 50%;    margin-left: 20px;text-align: center;font-size: 2vw;}
.dec-pop-main{     width: 100%;
    background: rgb(0 0 0 / 80%);
    position: fixed;
    z-index: 99999999;
    top: 0;
    height: 100%;}
.flt-right p{     font-family: Poppins,sans-serif!important;     font-size: 2vw;}
a#noThanks2 {
    position: absolute;
    top: -11px;
    right: -11px;
    background: #3a3838;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    line-height: 2;
    font-weight: bold;
     text-decoration: none;
}
#popover-exit {
    background: #fff url(/lp/23/crush-to-do-lists-smart/v2/app/desktop/images/v2-6-bg.jpg) top center no-repeat;
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.pop-uphead {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
}
a#noThanks{ width:100%} 
#pop-box-exit {
    max-width: 34vw;
    width: 100%;
    margin: 4px auto;
    font-size: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 100px;
    opacity: 0;
    transition: opacity 500ms, top 500ms;
    transition-delay: 250ms;
}

span, label, a {
    display: inline-block;
}

#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: 30;
    height: 30;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    line-height: 2;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
@media screen and (max-width: 1024px){
span, label, a{
    display:initial;
}
   .decline_popup{ 
        max-width: 90vw;
        padding: 10px;
        display: block; 
    }
        .flt-left {
        width: 100%;
    } 
    .flt-right {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
    .flt-right p {
        font-family: Poppins,sans-serif!important;
        font-size: 3.5vw; 
    }
        .row-reverse {
        flex-direction: row-reverse;
    }
        a.what-is {
        margin: 0px 0 0 10px;
    }
    .row-reverse {
        flex-direction: row-reverse;
    }
        a.what-is {
        margin: 0px 0 0 10px;
    }
    .row-reverse {
        flex-direction: row-reverse;
    }
    a.what-is {
        margin: 0px 0 0 10px;
    }


}


@media screen and (max-width: 700px){   
    .payment-address p.frm-mid label {
        display: block;
    }
}
@media screen and (max-width: 640px){
.flt-left{     width: 60%;
    margin: 0px auto;}
.flt-right p{     font-size: 24px;}
.address-box {
    flex-direction: column;
}
.position-relative.info-icon {
    bottom: 5px;
}
.popover{
    right: -10px;
}

}

/*---------------------End Popup -------------------*/







@media (max-width: 992px){
#error_handler_overlay .error_handler_body {
    font-size: 17px;
    line-height: 26px;
}
}

@media (max-width: 768px){
    .checkout-block .warning-box {
        margin-bottom: 20px;
    }
    .address-box{
        display: block;
    }
        a.what-is {
        margin: 8px 0 0 10px;
    }
       a.what-is {
        margin: 8px 0 0 10px;
    }
        a.what-is {
        margin: 8px 0 0 10px;
    }
}
@media (max-width: 767px){
   .checkout-block .warning-box p {
        font-size: 13px;
    }
    .warning-box img.warning-image {
        max-width: 40px;
    }
    .checkout-block .warning-box {
        margin-bottom: 20px;
    }

.mob-sec {
    display: flex;
    flex-direction: column-reverse;
}
.mob-sec .chk-rght-side { margin-top:0px}
.checkout-block .warning-box.only-mob{ display: block ;}
.warning-box.only-mob span{        float: left;
    margin-right: 10px;
    vertical-align: middle;
  }
    .checkout-block .warning-box.dex-only{ display: none;}
}

@media (max-width: 480px){
    img.warning-image {
        max-width: 45px;
    }
    .checkout-block .warning-box p {
        margin-left: 10px;
        font-size: 12px;
        line-height: 1.3;
    }
}
@media (max-width: 420px){
    .logo {
    width: 110px;
    }
    .contact-box p {
    font-size: 11px;
    }
    .contact-box p a {
    font-size: 25px;
}
.frm-top p{ font-size: 13px;}

#error_handler_overlay .error_handler_body{ font-size: 14px;
    line-height: 22px;}
}
@media(max-width:355px){.logo{width:110px;margin:0 auto;display:block;float:unset}.contact-box{text-align:center;position:relative;width:100%}}
.error{
    border-color: red !important;
    box-shadow: 0 0 5px #ff0000 !important;
}