@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/

.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
	
/*=========Header==========*/
	
.discount-txt{
	display:inline-block;
	vertical-align:top;
	margin:5px 0 0 100px;
    z-index: 1;
	
    font-size: 24px;
    line-height: 26px;
    color: #d51008;
    font-weight: bold;
    padding: 9px 20px 13px;
    border: 2px solid #ff0000;
	cursor:pointer;
	
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.7s;
	-webkit-animation-duration: 1.7s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
 0% { transform: scale(0.9);}
 50% { transform: scale(1);}
 100% { transform: scale(0.9);}
}
@-webkit-keyframes pulse {
 0% { -webkit-transform: scale(0.9);}
 50% { -webkit-transform: scale(1);}
 100% { -webkit-transform: scale(0.9);}
}

.discount-txt.active{
    background: url(../images/grn-tk.png) no-repeat 6px 15px;
    border: 2px solid #090;
    color: #090;
    background-size: 20px;
    padding-left: 30px;
	animation:none;
	}		
	
.hdr-rgt{
	float:right;
	text-align:left;
	}
.hdr-rgt img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	}
.hdr-rgt p{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight: 600;
	}		



/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	padding:60px 0;
	position:relative;
	background:#fdf8f8;
	}

.discount-block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:555px;
	text-align:center;
	}	
.discount-strip{
	float:left;
	width:100%;
	font-size:28px;
	line-height:32px;
	color:#fff;
	font-weight: 600;
	text-transform:uppercase;
	padding:8px 0 10px;
	letter-spacing:0.5px;
	background: #cb0f08;
	
	-webkit-box-shadow: 0 2px 4px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px 4px rgba(0,0,0,0.2);
	cursor:pointer;
	
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.7s;
	-webkit-animation-duration: 1.7s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}	
.discount-strip.active{
	background:#090;
	animation:none;
	}	
.hurry-txt{
	display:inline-block;
	vertical-align:middle;
	font-size:19px;
	line-height:23px;
	color:#f60c03;
	font-weight:500;
    margin-top: 20px;	
	}	
.hurry-txt img{
	display: inline-block;
    vertical-align: middle;
    margin: -10px 5px 0;
	}
	
.checkout-sec{
	float:left;
	width:100%;
	margin-top:0px;
	}
.select-line-list{
	float:left;
	width:95px;
}
.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:70px;
	height:70px;
	border-radius:50%;
	background:#d8d8d8;
	color:#fff;
	font-size:34px;
	font-weight: 600;
	position:relative;
	}
.select-line-list-col p{
	font-size:19px;
	line-height:22px;
	color:#b5b5b5;
	font-weight:600;
	}
.select-line-list-col.active  p{color:#000000;}
.select-line-bar{
	display:block;
	margin:10px auto;
	width:3px;
	height:290px;
	background:#d8d8d8;
	}
.select-line-bar2{ height:512px;}
.select-line-bar3{ height:160px;}
.active .select-line-bar{background:#d7a323;}
.active .slct-step{background:#d7a323; color:#d7a323;}
.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;
	}


/*==================*/
.chkout-rght-side{
	float:right;
	width:100%;
	}
.package-box{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.package-col{
	width:24%;
	border:3px solid #e4e4e4;
	border-radius:10px;
	padding:20px 15px 18px;
	text-align:center;
	cursor:pointer;
	background:#fff;
	position:relative;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.package-col-1{
	border:3px solid #d13131;
	border-radius:0 0 10px 10px;
	}
.package-col.active{
	border:3px solid #0293bf;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.recommend-line{
	position:absolute;
	left:-3px;
	top:-30px;
	right:-3px;
	background:#d13131;
	font-size:19px;
	line-height:24px;
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
	border-radius:10px 10px 0 0;
	padding:5px;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.recommend-line img{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 5px 0 0;
	}
.package-col.active .recommend-line{background:#0293bf;-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;}
.pkg-hdng{
	font-size:24px;
	line-height:26px;
	color:#000000;
	font-weight: 600;
	margin-bottom:15px;
	min-height:52px;
	}
.pkg-prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.pkg-prc{
    font-size: 28px;
    line-height: 30px;
    color: #0293bf;
    font-weight: bold;
    margin-top: 15px;
	}
.pkg-prc span{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	font-weight:normal;
	padding-right:5px;
	color:#505050;
	text-decoration:line-through;
	margin-top: -14px;
	}
ul.pkg-list{
	float:left;
	width:100%;
	margin-top:10px;
	padding:0 15px;
	}
ul.pkg-list li{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#1d1d1d;
	margin-top:5px;
	padding-left:22px;
	background:url(../images/pkg-tik.png) no-repeat left 3px;
	text-align:left;
	}
.subs-det{
	float:left;
	width:100%;
	font-size:15px;
	line-height:15px;
	color:#0085ad;
	margin-top:15px;
	position:relative;
	}	
.tool-tips .tooltiptext{
	visibility: hidden; 
    position: absolute;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 12px;
    border-radius: 4px;
    z-index: 1;
    opacity: 0; 
    transition: opacity .6s;
    bottom: -218px;
    left: 50%;
    margin-left: -123px;
    -webkit-box-shadow: 0 3px 10px 6px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 10px 6px rgb(0 0 0 / 10%);
	}
.tooltiptext::after{
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
	transform: rotate(180deg);
	}
.tool-tips:hover .tooltiptext{
	visibility: visible;
	opacity: 1;
	}	
.order-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:540px;
	margin-top:60px;
	text-align:center;
	}
.save-seal{
	position:absolute;
	top:80px;
	right:6px;
	background:url(../images/save_logo.png) no-repeat;
	width:90px;
	height:90px;
	text-align:center;
	font-size:19px;
	line-height:22px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:600;
	background-size:90px;
	padding:22px 0 0;
	}
.label-checkbox{
	float: left;
    text-align: left;
    cursor: pointer;
    margin-top: 20px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    padding-bottom: 10px;
	}
.all-checkbox{
	display:inline-block;
	vertical-align:middle;
	-webkit-appearance:none;
	width:20px;
	height:20px;
	border:1px solid #d9d9d9;
	border-radius:3px;
	outline:none;
	position:relative;
	margin:-5px 7px 0 0;
	-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:#6d6d6d;
	border:1px solid #6d6d6d;
	}
.all-checkbox:after{
	content:'';
	position:absolute;
	width:18px;
	height:18px;
	background:url(../images/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);
	background-size:66%;
	}
.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;
	}
.trm {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #7a7a7a;
	position: relative;
	padding: 0 0 0 22px;
	float: left;
	width: 100%;
	margin-top:10px;
}
.trm a{ color:#7a7a7a; text-decoration:underline;}
.trm input[type=checkbox] {
	position: absolute;
	top: 4px;
	left: 0;
	appearance: none;
	-webkit-appearance: none;
	height: 14px;
	width: 14px;
	border: 1px solid #ccc;
	border-radius: 2px;
	outline: none;
	background: #f4f4f4;
	line-height: 14px;
}
.trm input[type=checkbox]:checked {
	background: #f4f4f4 url(../images/tick.png) center center no-repeat;
	background-size: 90%;
}
.trm_1 span{ 
	float:left;
	width:100%;
	margin-bottom:10px;
}	
.submit{    
	background: #5c6f01;
    font-size: 20px;
    line-height: 44px;
    font-weight: bold;
    color: #fff;
    float: left;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px;
}
.pkg-btn span{
	
	}
.pkg-btn span:after{
	
	}

.form-box{
	float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
	}
.form-box-left{
	    float: left;
    width: 57%;
    text-align: left;
    box-shadow: 10px 0 5px -6px #eee;
    -webkit-box-shadow: 10px 0 5px -6px #eee;
    padding-right: 30px;
	}
.info-hdng{
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 34px;
	color: #000000;
	font-weight: 600;
	text-transform: capitalize;
	}
.info-hdng span{
	background: #5c6f01;
    border-radius: 50px;
    padding: 0px 0px;
    color: #fff;
    font-weight: 500;
    margin-right: 10px;
    width: 70px;
    display: inline-block;
    text-align: center;
}
.cards{
	float:left;
	width:100%;
	font-size:17px;
	line-height:20px;
	color:#2e2e2e;
	font-weight:500;
	margin-top:25px;
	}
.cards img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 0 0 8px;
	}
.payment-flds-box {
    float: left;
    width: 100%;
    margin:10px 0 0px 0;
	}
.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{
	display: block;
	position: absolute;
	top: -14px;
	left: 15px;
	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);
	background: #fff;
	padding: 7px;
	}
.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:52px;
	padding:10px 10px 10px 15px;
	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: inherit;
	letter-spacing:0.5px;
	-webkit-appearance:none;
	}
.selcet-fld{
	background:url(../images/select.png) no-repeat right 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;
	}

.lock-bg, .help-icon{
	color: #919191;
	width:17px;
	position:absolute;
	right:15px;
	top:0px;
	}
.info-hdng-mrgn{ margin-top:20px;}
.info-subhdng{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	/* letter-spacing: 0.5px; */
	color: #1d1d1d;
	margin-top: 10px;
}
.shipng-info{
	float:left;
	width:100%;
	margin-top:15px;
	}
.complt-btn{
    width: 100%;
    margin-top: 20px;
    text-align: center;
	float:left;
	}
.secure-logos2{
    display: block;
    margin:25px auto 0;
    max-width: 100%;
	}	
	
.reviewHeading{
	    float: left;
    width: 100%;
    position: relative;
    margin-top: 15px;
    text-align: left;
	}
.reviewHeading:before{
	position:absolute;
	top:17px;
	left:0;
	right:0;
	height:1px;
	background:#000;
	content:'';
	}
.reviewHeading span{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px 0 0;
	background:#fff;
	font-size:22px;
	line-height:24px;
	font-weight: 600;
	position:relative;
	}
.rvw-desk-col{
	float:left;
	width:calc(100% + 110px);
	margin-left:-110px;
	}
.reviewBox{
	float:left;
	width:100%;
	margin-top:30px;
	position:relative;
	padding:0 0 0 72px;
	text-align:left;
	}
.nameIcon{
	position:absolute;
	top:5px;
	left:0;
	width:56px;
	height:56px;
	background:#0293bf;
	color:#fff;
	font-size:23px;
	line-height:55px;
	font-weight: 600;
	border-radius:50%;
	text-align:center;
	}
.reviewText1{
	float:left;
	width:100%;
	color:#000;
	font-size:20px;
	line-height:30px;
	font-weight: 600;
	}
.reviewStar{
	float:left;
	margin-top:10px;
	}
.reviewText2{
	float: left;
    width: 100%;
    margin-top: 5px;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
	}
.reviewName{
	float:left;
	width:100%;
	margin-top:10px;
	color:#000;
	font-size:20px;
	line-height:24px;
	font-weight: 600;
	}		
	
/*=========order-sumry-rght===============*/
.order-sumry-rght{
	    float: right;
    width: 42%;
    padding: 0 15px;
	}
.order-sumry-rght .shop-btn {
    width: 290px;
}
.order-smry-box{
	float: left;
    width: 100%;
	}
.card-box3 {
    display: none;
}
.cart-remv {
        position: absolute;
    left: 0px;
    top: 5px;
    max-width: 18px;
    z-index: 9;
}
.smry-hdng{
	    float: left;
    width: 100%;
    color: #000000;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 34px;
	}
.cart-box2{
	float:left;
	width:100%;
	position:relative;
	}
.prod-box{
	float: left;
    width: 100%;
    padding: 10px 0;
	}
.ord-lft{
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:10px;
	position:relative;
	}
.prod-img{
	float: left;
    line-height: 58px;
    border: 1px solid #dedddd;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 10px;
}
.prod-img img{
	display:inline-block;
	vertical-align:middle;
	max-width: 60px;
	}
.prod-details{
	    float: left;
    width: 80%;
    padding-left: 20px;
    margin-top: 0;
	}	
.ord-title{
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-weight: 500;
}
.ord-title span {
    display: block;
}
.ord-title span {
        display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
p.prod-prc {
   float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 5px;
}
.prod-count{
	font-size:18px;
	line-height:18px;
	color: #000000;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-top:8px;	
	}	
.otp-txt{
	font-size:18px;
	line-height:18px;
	color: #000000;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-top:8px;		
	}	
.ord-right{
	float:right;
	}
.ord-right p{
	float:right;
	color: #161616;
	font-size:24px;
	text-align:right;
	font-weight: 600;
	}
.devider-cp{
    float: left;
    width: 100%;
   	margin:15px 0;
    height: 2px;
	}
.apply-cuppon {
    float: left;
    width: 100%;
	margin:25px 0 20px;
	}
.apply-cuppon input{
    float: left;
    width: 70%;
    background: #f6f6f6;
    border: 1px solid #c2c2c2;
    font-family: inherit;
    font-size: 20px;
    height: 55px;
    color: #000;
    font-weight: bold;
    padding: 5px 15px;
    -webkit-appearance: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    text-transform: uppercase;
	}
.apply-cuppon input::placeholder{ color:#000;}	
.apply-cuppon button {
    float: right;
    width:30%;
	font-family: inherit;
    height:55px;
    line-height:38px;
    background: #0b8005;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
	text-align:center;
	border:none;
	outline:none;
	cursor:pointer;
	border-radius:0 5px 5px 0;
	}
.cart-table{
	color: #363636;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    padding:3px 5px;
	}
.cart-table .brd{border-bottom:1px solid #ddd; float:left; width:100%;}	
.cart-table span{color:#000;}
.bdr{     
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #ddd;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	}	
.cat-tbl-1{ background:#e3e3e3; line-height:36px;}
.cat-tbl-1 span{ color:#ff0000; font-weight: 600;}	
.total-txt{
	font-size:17px;
	}
.cart-discont{
	background:#fffee2;
	border:1px solid #e7e5b2;
	padding:3px 5px;
	margin:3px 0;
	}
.discnt-ic{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0;
	}
.coupn-show img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 8px;
	}
.money-bk-dv{
	float: left;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
    text-align: center;
    border-top: 3px solid #dfdfdf;
	}
.mny-bk-seal{
    margin: 0 auto;
    display: block;
	}
.money-bk-dv h3{
	font-size: 24px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
	margin-top:10px;
	}
.money-bk-dv p{
	font-size:17px;
	line-height:24px;
	color:#363636;
	margin-top:15px;
	}
	
.chooseBox{
	float:left;
	width:100%;
	text-align:left;
	margin-top:10px;
	}
.chooseBox li{
	float:left;
	width:100%;
	position:relative;
	padding:0 0 20px 70px;
	margin-top:20px;
	border-bottom:1px solid #e1e1e1;
	}
.chooseBox li:last-child{ border-bottom:none;}
.chooseBox li img{
	position:absolute;
	left:0;
	top:0;
	max-width: 60px;
	}	


	

/*==============Media Query=============*/

@media only screen and (max-width:1187px){
.container{ width:1004px;}

.banner-heading{font-size: 39px; line-height: 45px;}
ul.bnr-list li{ padding:0 20px;}
.banner-prod1{ width:300px;}

.recommend-line{ font-size:15px;}

.ofrbox-mdl{ padding:15px;}
.ofrbox-mdl p{font-size: 16px;line-height: 24px;}

.prod-details{ padding-left:12px; width: 50%;}
.ord-title{ font-size: 19px;}
.ord-right p{ font-size:19px;}
.prod-count, .otp-txt{ font-size:16px; line-height:16px;}
.cart-table{ font-size:16px; line-height:28px;}
.pkg-prc{ font-size:23px;}


.complt-btn .pkg-btn{font-size: 28px;}

}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

.hdr-rgt{ display:none;}
.discount-txt{ font-size:20px;margin: 5px 0 0;}

/*.banner{ padding:40px 0;}
ul.bnr-list li { padding: 0 15px;font-size: 16px;line-height: 22px;}
.rvw-txt{ font-size:16px;}
.banner-prod1 {width: 255px;top: 7px;}
*/
.discount-strip{ font-size:26px;}

.checkout-sec{ margin-top:0px;}
.select-line-list{ margin-top:0; width:100%;}
.select-line-list-col{ width:33%;position:relative;}
.select-line-bar{ height:3px;position: absolute;right: -49px; width: 50%;top: 25px;}

.slct-line-row{float:left;width:100%;}
.select-fix-nav .slct-line-row{
	position: fixed;
	z-index: 11;
	left:0;
	top: 70px;
	padding:10px 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);
}

.chkout-rght-side{ width:100%; margin-top:0px;}
.package-col{ width:100%; margin-top:20px;}
.pkg-left{ float:left; width:45%; text-align:left;}
.pkg-hdng{ min-height:auto;}
.pkg-prc{ font-size:28px;}
ul.pkg-list{ padding:0;}
.pkg-rght{ float:right; width:45%;}
.save-seal{ top: 19px; right: 42px;}

.form-box-left{ width:100%;}
.order-sumry-rght{ width:100%; margin-bottom: 0px;}

}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 10px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.discount-txt{  font-size: 20px; padding: 6px 15px 9px; margin-top:5px;}
.discount-txt.active{background-position-y: 11px;padding: 7px 10px 8px 30px;}
	
	.sectionOne{padding:30px 0;}

/*.banner{ background:#182341; padding:18px 0 5px;}
.banner-heading {font-size: 24px;line-height:30px;}
ul.bnr-list{ width:46%; padding:10px 0 0 5px;}
ul.bnr-list li,ul.bnr-list li:first-child{ float:left; width:100%; text-align:left; padding:0 0 0 25px; margin-bottom:10px;font-size: 16px;}
ul.bnr-list li img{ position:absolute; left:0; top:4px; width:18px;}
ul.bnr-list li:after{ display:none;}
.bnr-mob{ display:inline-block; vertical-align:middle; width:165px;  margin-top:15px; margin-left:-15px; margin-right:5px;}
.banner-prod1,.banner-prod2{ display:none;}
.rvw-txt {font-size: 12px;line-height: 17px; margin-top:12px; letter-spacing:0.5px;}
.rvw-txt img{ width:90px; margin:-8px 4px 0 0;}

.sectionOne{ padding:15px 0 30px;}
.discount-block{ margin-bottom:30px;}
.discount-strip{ font-size: 20px; line-height: 27px;}
.hurry-txt{ font-size: 16px; line-height: 18px; margin-top: 15px;}
.hurry-txt img{ margin: -7px 2px 0; width: 20px;}*/
	
.checkout-sec{ margin:0;}
.slct-step{ width:38px; height:38px;font-size: 21px;}
.active .slct-step:after{ background-size:20px;}
.select-line-list-col p{font-size: 14px;line-height: 16px;}
.select-line-bar{top: 9px; right:-25%;}

.package-col{ padding:12px 10px 12px 12px;display: flex;flex-wrap: wrap; align-items: center;justify-content: space-between; margin-top:10px;}
.pkg-left{ width:55%;}
.pkg-hdng{font-size: 21px;line-height: 24px;margin-bottom: 10px;}
.pkg-prc{ font-size:23px; line-height:24px; margin-top:8px;}
.pkg-prc span{margin-top:-5px; margin-right:0;font-size: 15px;}
ul.pkg-list li:first-child{ display:none;}
.pkg-rght {width:45%;}
.pkg-prod{ max-width:95%;}
ul.pkg-list li{ font-size:16px;}
.save-seal{ top: 12px; right: 6px; width: 80px; height: 80px; background-size: 80px; font-size: 16px; line-height: 20px;}
.order-btn{ margin-top:25px;}

.tool-tips .tooltiptext{ left:-15px; margin-left:0;}
.tooltiptext::after{ left:20%;}

.form-box{ margin-top:0px; padding: 15px;}
.info-hdng{ font-size: 18px; line-height: 26px;}
.paypal-btn{ margin-top:18px;}
.cards{font-size: 15px; margin-top:25px;}
.cards img{ width:150px;}

.payment-flds-box{ margin:10px 0 0;}
.frm-flds{ margin:6px 0;}
.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;}
.secure-logos2{ margin: 15px auto 0; max-width: 85%;}
.info-hdng-mrgn{ margin-top:10px;}

.offer-box{ margin-top:20px;}
.offr-hdng{font-size: 19px;line-height: 23px;padding: 10px 5px 10px 35px;}
.offer-box input[type=checkbox] + span{top: 14px;left: 10px; width: 18px;height: 18px;}
.offer-box input[type=checkbox]:checked + span:after{width: 10px; height: 10px;}
.ofrbox-mdl {padding: 10px 10px 15px;}
.ofrbx-prod{ width:50px;}
.ofrbox-mdl > div { width: calc(100% - 60px);}
.ofrbox-mdl span{    font-size: 18px; line-height: 24px;letter-spacing: 0.3px;}
.ofrbox-mdl p {font-size: 14px;line-height: 21px;margin-top: 7px;}

.order-smry-box{padding: 0px 0; margin-bottom: 10px;}
.smry-hdng{ font-size: 18px; line-height: 24px; margin-bottom: 5px;}
.prod-box{ padding:5px 0;}
.prod-img{}
.prod-img img{ max-width: 80px;}
.ord-title {font-size: 18px;}
.prod-details{padding-left: 15px; margin-top: 3px; width: 65%;}
.apply-cuppon{margin: 15px 0;}
.complt-btn{ width:100%; margin:20px 0 0;}
.complt-btn .pkg-btn { font-size: 26px; padding-right: 38px; height: 65px; line-height: 63px;}
.pkg-btn span{ width:40px;}
.pkg-btn span:after{ right:8px;}
.ord-right p{ font-size:18px;}
.prod-count, .otp-txt{ margin-top:5px;}
.cart-table{ font-size: 16px; line-height: 28px;}
.bdr{ padding-top:10px;}
.form-box-left{padding-right: 0; box-shadow:none;}

.reviewHeading{ margin-top:40px;}
.reviewText1{ font-size:18px;}
.order-sumry-rght{ margin-top:0; padding:0;}
.info-hdng span{padding: 2px 0px 2px; width: 50px;}

.footer{ padding:20px 0;}
.ftr-txt{ font-size:17px; line-height:22px;}

}

@media only screen and (max-width:360px){
	
}



/*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}}
