@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#2d2d2d;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Graphik';
	}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}	

/*-----------------------
MAIN CSS font
------------------------*/
@font-face {
	font-family: 'Graphik';
	src: url('Graphik-Light.woff2') format('woff2'),
		url('Graphik-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	}

@font-face {
	font-family: 'Graphik';
	src: url('Graphik-Semibold.woff2') format('woff2'),
		url('Graphik-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	}

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

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


/*-----------------------
MAIN CSS START
------------------------*/
.for-desk{}
.for-mob{display:none;}

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
	}

.container{
    width: 100%;
	max-width:1130px;
	margin:0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	}	

.cp-banner{
	float:left;
	width:100%;
	padding:20px 0 50px;
	}
.banner-content{
	float:left;
	width:100%;
	}
.logo{
	display:inline-block;
	vertical-align:middle;
	}
ul.stepsBox{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.stepsBox li{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	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:600;
	}
.bnr-vdo-heading{
	float:left;
	width:100%;
	color:#000;
	font-size:21px;
	font-weight:700;
	letter-spacing:1px;
	margin-top:15px;
	}
.banner-video{
	display:inline-block;
	vertical-align:middle;
	width:500px;
	border:4px solid #fff;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	position:relative;
	margin-top:25px;
	}
.secure-text{
	float:left;
	width:100%;
	margin-top:20px;
	color:#333;
	font-size:17px;	
	font-weight:600;
	letter-spacing:1px;
	}
.secure-text:before, .secure-text:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:80px;
	height:1px;
	background:#999;
	opacity:0.3;
	margin:-2px 20px 0 0;
	}
.secure-text:after{margin:-2px 0 0 20px;}
.top-seals{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}
		
.chkout-bg{
	float:left;
	width:100%;
	}
		
.lft-chk{
	width: 56%;
    padding-right: 30px;
	float:left;
	padding-top:50px;
	position:relative;
	}

.right-chk:after{
	content: "";
	display: block;
	width: 300%;
	position: absolute;
	top: 0;
	left:0;
	bottom: 0;
	background: #f6f6f6;
	z-index: -1;
	}
		
/*-----------------------
CSS FOR UPSELL SEC1
-------------------------*/			
.viewBx{
	float:left;
	width:100%;
	background:#f1fbff;
	border:1px solid #0991ca;
	margin-top:30px;
	padding:12px 5px;	
	text-align:center;
	}
.viewBx img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 4px 0 5px;
	}
.viewBx p{
	display:inline-block;
	vertical-align:middle;
	color:#000;
	font-size:22px;
	line-height:24px;
	font-weight:600;
	letter-spacing:1px;
	}
.viewBx p span{
	color:#ff0000;
	}

.paypalBox{
	float:left;
	width:100%;
	text-align:center;
	border:1px solid #aeaeae;
	border-radius:5px;
	padding:0 30px 20px;
	margin-top:35px;
	}
.paypal-t1{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	padding:0 10px;
	font-size:15px;
	color:#000;
	margin-top: -13px;
	letter-spacing:0.5px;
	}
.paypal-btn{
	margin:0px auto 0;
	display:block;
	max-width:100%;
	}
.or-line {
    float: left;
	width:100%;
    margin: 50px 0 -10px;
	border-top:1px solid #ddd;
	text-align:center;
	}
.or-line span{
	display:inline-block;
	vertical-align:middle;
	margin:-32px 0 0;
	padding:0 10px;
	background:#fff;
	font-size:22px;
	color:#000;
	}	
				
.cp-contact, .cp-prospect, .cp-shipping{
	float:left;
	width:100%;
	margin-top:30px;
	}
.heading-box{
	float:left;
	width:100%;
	margin-bottom:10px;
	}
.chk-head{
	float: left;
	color: #0991ca;
	font-size: 25px;
	line-height: 27px;
	text-align: left;
	font-weight:600;
	letter-spacing:0.5px;
	}
.chk-subheading{
	float:left;
	width:100%;
	color: #000;
	font-weight:300;
	font-size:16px;
	text-align:left;
	margin-top:5px;
	letter-spacing:0.5px;
	}
.frm-flds{
	float:left;
	width:100%;
	position:relative;
	margin:9px 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.drop-fld.last-fld{margin-left: 1%; margin-right:0;}
.frm-flds.zip-fld{width:30%;}
.frm-flds label{
	opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top:6px;
    left: 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #bbb;
    border-radius-top-left: 3px;
    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%;
	outline:none;
	border:1px solid #d9d9d9;
	height:50px;
	padding:10px;
	border-radius: 5px;
	color: #333;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	box-sizing:border-box;
	font-size:16px;
	font-family: 'Graphik';
	font-weight: normal;
	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 #f07d78;
	box-shadow:0 0 0 1px #f07d78;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}*/
.cc-fields{
    float: left;
    border: none;
    outline: none;
	}	
.cc-no-fld{
    width: 50%;
	border:1px solid #d9d9d9;
	border-right:0;
	border-radius:0;
	}
.exp-fld{
    width: 25%;
	border:1px solid #d9d9d9;
	border-left:0;
	border-right:0;
	border-radius:0;
	}
.cvv-fld{
    width: 25%;
	border:1px solid #d9d9d9;
	border-left:0;
	border-radius:0 5px 5px 0;
	}	
.label-checkbox{
	float:left;
	text-align:left;
	cursor:pointer;
	margin-top:10px;
	color: #000;
	font-weight:500;
	font-size:17px;
	}
.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);
	}
.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;
	}
.all-sumbit{
	float:left;
	width:100%;
	margin-top:20px;
	}
.frm-submit{
	float:right;
	background:#0098fa;
	padding: 1.4em 1.7em;
	color:#fff;
	-webkit-appearance:none;
	border:none;
	outline:none;
	font-family: 'Graphik';
	font-weight:bold;
	font-size:15px;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	}
.frm-submit:hover{
	background:#0079c7;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	}
a.back-btn{
	float:left;
	color:#0098fa;
	font-size:14px;
	margin-top:25px;
	}
a.back-btn svg{fill:#0098fa;}


/*------------------------
CSS FOR SHIPPING PART
-------------------------*/
.payoptbox{
	float: left;
    width: 100%;
	border-radius: 4px;
	position:relative;
	overflow:hidden;
	}
.payment-cards-box{
	float: left;
    width: 100%;
	text-align:left;
	}
.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 .paypal-cards{
	display:inline-block;
	vertical-align:middle;
	margin:10px 0 15px;
	}
.payment-flds-box{
	float: left;
    width: 100%;
    padding:5px 0;
	}
.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: #333333;
	font-size:16px;
	text-align:left;
	cursor:pointer;
	}
.paymybtn{float:left; width:40%; margin-top:6px;}
.pay-pad{ padding-top:10px; padding-bottom:10px;}
.PaypalOpt{ margin-top:0;}
.ship-label-btn input[type=radio], .paymybtn input[type=radio]{
	display:inline-block;
	vertical-align:middle;
	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:-4px;
	margin-right:10px;
	}
.ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked{
	background:#0098fa;
	}
.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;
	}
.PaypalOpt .ship-label-btn input[type=radio], .paymybtn input[type=radio]{ margin-top:-1px;}	
.affirm{
	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;
	}
.packageBtn{
    width: 100%;
    max-width: 100%;
    background: #01bc20;
    position: relative;
    text-align: center;
    height: 70px;
	line-height:70px;
	border-radius:40px;
    overflow: hidden;
    display: inline-block;
	vertical-align:middle;
    margin-top:25px;
	border:none;
	outline:none;
	cursor:pointer;
	-webkit-appearance:none;
	}
.packageBtn p{
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
	font-weight: bold;
    color: #fff;
	}
.btn-arw{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 24px;
	}		
.bottom-seal{
	display:inline-block;
	vertical-align:middle;
	margin-top:12px;
	max-width:95%;
	}
.postalBox{
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    margin-top: 20px;
	}
.postalBox p{
	display:inline-block;
	vertical-align:middle;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
	border-left:1px solid #ddd;
	padding-left:10px;
	margin-left:10px;	
	}	
.postalBox p span{
	color:#ff0000;
	font-weight:600;
	}	
.us-logo{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}	

.moneyBkdv{
    float: left;
    width: 100%;
    background: #f7f7f7;
	border:1px solid #d8d8d8;
    border-radius: 20px;
    padding: 0 35px 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:1px;
	}
.moneyBkdv p{
	float:left;
	width:100%;	
    font-size: 17px;
    line-height: 26px;
    color: #000;
	margin-top:20px;
	letter-spacing:1px;
	}
.hr-line{
	float:left;
	width:100%;
	margin-top:30px;
	border-top:1px solid #ddd;
	}	
/*========Bump_upsell=============*/
.change-opt{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	margin-top:35px;
	border:1px solid #c0c5d4;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	border-radius:5px;
	overflow:hidden;
	}
.changeopt{
	float:left;
	width:100%;
	background:#fff;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	padding:15px 5px 12px 50px;
	}
.changeopt.fr{float:right;}
.changeopt input[type=checkbox]{
	position:absolute;
	left:0;
	opacity:0;
	}
.changeopt input[type=checkbox] + span{
	position:absolute;
	top:17px;	
	left:20px;
	width:18px;
	height:18px;
	border-radius:50%;
	background:#000;
	border:1px solid #c0c5d4;
	background:#fff;
	}
.changeopt input[type=checkbox]:checked + span:after{
	content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #2d2e82;
    border-radius: 50%;
    left: 3px;
    top: 3px;
	}
.change-opt-t1{
	font-size:18px;
	line-height:22px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:600;
	}	
.pkg-opt-box{
	float:left;
	width:100%;
	padding:10px 20px 20px;
	}	
.pkg-opt-row{
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}		
.buy-pkg{
	float:left;
	background:#f9f9ff;
	border:1px solid #c0c5d4;
	border-radius:5px;
	width:100px;
	padding:10px;
	}	
.buy-pkg img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}	
.buy-pkg-details{
	float: right;
    width: calc(100% - 100px);
    text-align: left;
    padding-left: 20px;
	}	
.buy-prod-name{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#1b2750;
	letter-spacing:0.5px;
	font-weight:600;
	}	
.buy-prod-ship{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#505050;
	letter-spacing:0.5px;
	margin-top:12px;	
	}
.what-is{
    float: left;
    font-size: 17px;
    color: #0991ca;
    margin: 14px 0 0;
    text-decoration: underline;
	}
	
.mnybkBox{
	overflow:hidden;
    float: none;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px;
    margin-top: 10px;
    box-shadow:0 0 8px 2px rgb(0 0 0 / 10%);
	}
.mnybk-header{
	float:left;
	width:100%;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}	
.mnybk-seal{
	float:left;
	width:110px;
	}
.mnybk-cont{
	float:right;
	width:calc(100% - 120px);
	text-align:left;
	padding-left:17px;
	}
.mnybk-txt1{
	float:left;
	width:100%;
	font-size:58px;
	line-height:58px;
	color:#000;
	letter-spacing:0.2px;
	font-weight:bold;
	font-weight:600;
	text-transform:uppercase;
	}
.mnybk-txt2{
	float:left;
	width:100%;
	font-size:20px;
	line-height:25px;
	color:#2bb2ea;
	letter-spacing:0.2px;
	font-weight:600;
	text-transform:uppercase;
	margin-top:5px;
	}
.mnybk-txt3{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#fff;
	letter-spacing:0.2px;
	font-weight:500;
	margin-top:20px;
	}	
		
/*----------------------
RIGHT SIDE CSS
------------------------*/
.right-chk{
	width: 44%;
	float:right;
	position:relative;
	padding:30px 25px;
	background:#f6f6f6;
	padding-top:30px;
	}	
	
.prod-box{
	float:left;
	width:100%;
	margin-bottom:27px;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}
.ord-lft{
	width:75%;
	position:relative;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}

.prod-box .ord-lft{
	width:70%;
}

.prod-img{
    float: left;
    width: 130px;
    height: 130px;
    line-height: 127px;
    border: 1px solid #c9c9c9;
    border-radius: 7px;
	}
.prod-img img{
	display:inline-block;
	vertical-align:middle;
	max-width: 85%; /*43%;*/
	margin-left:7%;
	}
.prod-count{
	left:50px;
	height:18px;
	width:18px;
	line-height:18px;
	top:-5px;
	position:absolute;
	background-color: rgba(114,114,114,0.9);
	border-radius: 50%;
	color:#fff;
	font-size:13px;
	}
.ord-lft p{
	text-align:left;
	}
.ord-title{
    color: #2b2b2b;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.5px;
    font-weight: normal;
	}
.ord-title span{
	font-weight:bold;
	font-size:20px;
	}
.ord-title em{
	font-style:normal;
	}
.ord-right{
	display:table-cell;
	vertical-align:middle;
	}
.ord-right p{
	float:right;
	color: #2b2b2b;
	font-size:20px;
	text-align:right;
	font-weight:600;
	}

.devider-cp{
	float:left;
	width:100%;
	margin:0 0;
	height:1px;
	}
.apply-cuppon {
    float: left;
    width:100%;
	padding:25px 0 16px;
	}
.apply-cuppon input{
    float: left;
    width:70%;
    background: #f6f6f6;
    border: 1px solid #c2c2c2;
	font-family: 'Graphik';
	font-weight:600;
    font-size: 19px;
    height:55px;
    color: #000;
    padding: 5px 15px;
	-webkit-appearance:none;
	border-radius:3px 0 0 3px;
	outline:none;
	}
.apply-cuppon input::placeholder{ color:#000;}	
.apply-cuppon button{
    float: right;
    width:30%;
	font-family: 'Graphik';
    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 3px 3px 0;
	}
a.discount-txt{
	float:left;
	font-size:15px;
	line-height:18px;
	color:#363636;
	text-decoration:underline;
	margin-bottom:15px;
	cursor:pointer;
	padding:0 5px;
	}
.cart-table{
    color: #363636;
    width: 100%;
    font-size: 17px;
    line-height: 32px;
    padding: 3px 5px;
	}	
.cart-table span{color:#000;}
.bdr{     
    padding-top: 5px;
    margin-top: 5px;
	border-top:1px solid #ddd;
	}	
.cat-tbl-1{ background:#e3e3e3; line-height:36px;}
.cat-tbl-1 span{ color:#ff0000; font-weight:bold;}	
.total-txt{
	font-size:17px;
	}
.mdm-fnt{ font-weight:500;}	
.cart-discont{
/*	background:#fffee2;
	border:1px solid #e7e5b2;
	padding:3px 5px;*/
	}
.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;
	}

.divider{
	float:left;
	width:100%;
	background:#c9c9c9;
	height:1px;
	margin:15px 0;
	}
.rgt-label{
	float:left;
	width:100%;
	margin-top:30px;
	text-align: left;
	position:relative;
	}
.rgt-label span{
	background:#f6f6f6;
    color: #000;
    font-size: 20px;
    line-height: 20px;
	font-weight:500;
	letter-spacing:0.5px;
	position:relative;
	z-index:1;
	padding-right:20px;
	}
.rgt-label:after{
	content:'';
	position:absolute;
	top:10px;
	left:0;
	right:0;
	background:#c9c9c9;
	height:1px;
	}
.facilityBox{
	float:left;
	width:100%;
	margin-top:5px;
	}
.facilityBox-row{
	float:left;
	width:100%;
	background:#fff;
	padding:20px 10px 20px 15px; 
	border-radius:8px;
	margin-top:20px;
	
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);	
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);	
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}
.facilty-img1{
	float:left;
	}
.facility-cont{
    float: right;
    width: calc(100% - 69px);
    text-align: left;
    padding-left: 20px;
	}
.facility-cont span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#000;
	letter-spacing:0.3px;
	font-weight:bold;
	}	
.facility-cont p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:5px;
	}	
	
.rgt-label2{ margin-top:50px;}
.testiBox{
	float:left;
	width:100%;
	}	
.testi-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
.testi-list li{
    float: left;
    width: 100%;
    text-align: left;
	padding-left:95px;
   	margin-bottom:30px;
	position:relative;
	}	
.testi-list li:last-child{ margin-bottom:0;}	
.testi-img{
	max-width:100%;
	position:absolute;
	top:5px;
	left:0;
	width:80px;
	}
.testi-hd{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#026b98;
	font-weight:600;
	}
.testi-star{
	display:inline-block;
	vertical-align:top;
	margin-top:12px;
	}		
.testi-para{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#333333;
	letter-spacing:0.3px; 
	margin-top:12px;
	}	
.testi-user{
	float:left;
	width:100%;
	font-size:13px;
	line-height:22px;
	color:#6a6a6a;
	font-weight:300;
	margin-top:15px;	
	}
.testi-user span{
	font-size:20px;
	color:#026b98;
	font-weight:600;
	}										

/*-----------------------
CSS FOR FOOTER
-------------------------*/
.footer{
    float: left;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #e6e6e6;
    margin-top: 50px;
	}
.footer p{
	float: left;
	width: 100%;
	text-align:center;
    font-size: 16px;
    line-height: 34px;
    color: #000;
    letter-spacing: 0.5px;
	}
.footer p span{ font-size:18px;}	
.footr-btm{
	position:absolute;
	bottom:0;
	left:0;
	}
	
#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-img{ width:100px; height:100px; line-height:96px;}

.right-chk{ padding:30px 20px;}
.ord-lft{ width:78%;}
}

@media only screen and (max-width:999px){
.for-desk{display:none;}
.for-mob{display:block;}
.hide-mob{ display:none;}


.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;
	}

.cp-banner{padding:20px 0 15px;}
.logo{width:130px;}	
.bnr-vdo-heading{font-size:17px; line-height:30px; margin-top:10px;}
.banner-video{max-width:100%; margin-top:15px;}
.secure-text{font-size:16px; margin-top:10px;}
.secure-text:before, .secure-text:after{width:40px;}

.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;}
.right-chk:after{left:-100%; box-shadow:none;}
.cp-contact, .cp-prospect, .cp-shipping{margin-top:25px;}

ul.stepsBox{ float:none; margin:0; padding:10px 0 0;}

.viewBx{margin-top:20px; padding:5px 5px 8px;}
.viewBx p{ font-size:15px; line-height:15px;}
.viewBx img{ width:15px; margin:-4px 3px 0 2px;}

.paypalBox{ padding:0 10px 15px;}
.paypal-btn{ margin:-10px auto 0;}
.or-line{ margin:30px 0 -15px;}

.label-checkbox{ font-size:15px;}
.devider-cp{margin:4px 0;}
.prod-img{width:55px; height:55px; line-height:50px;}
.prod-count{ left: 40px; top: -7px;}
.prod-box{min-height:50px; padding: 0; margin-bottom: 10px;}
.selcet-fld{background-position: 96% center;}
.cart-table{ line-height:26px;}
.bdr{ padding-top:10px;}
.ord-lft{ width: 66%;}
.ord-title{ font-size:14px; line-height:17px;}
.ord-right .odr-prc1{ font-size:17px; line-height:17px;}
.ord-title span{ font-size:18px;}
.ord-right p{ font-size:18px;}
.odr-prc2{ font-size:17px; line-height:17px;}
ul.ord-list li{ font-size: 14px; background-size: 8px; padding-left: 12px; letter-spacing:0;}

.apply-cuppon{padding: 10px 0;}
.apply-cuppon input{ height:50px;}
.apply-cuppon button{ height:50px;}

.change-opt {margin-top: 20px;}
.changeopt{padding: 15px 5px 12px 35px;}
.changeopt input[type=checkbox] + span{ left:8px;}
.change-opt-t1{font-size: 16px; line-height: 20px;}
.pkg-opt-box {padding: 10px 10px 20px;}
.pkg-opt-row {display: inline-block;vertical-align: top;}
.buy-pkg { width: 70px;}
.buy-pkg-details { width: calc(100% - 70px);padding-left: 10px;}
.buy-prod-name {font-size: 17px;line-height: 18px;}
.buy-prod-ship {font-size: 12px;line-height: 16px; margin-top: 7px;}

.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;
	}
.summry-toggle{
	float:left;
	width:60%;
	color: #000;
	font-size:14px;
	}
.order-summary-toggle__icon{
	fill: #0079c7;
	display:inline-block;
	vertical-align:middle;
	margin-right: 0.75em;
	}
.togle-price{
	float:right;
	width:40%;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	text-align:right;
	}
.order-summary-toggle__dropdown {
	vertical-align: middle;
	-webkit-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
	fill: #0098fa;
	}
#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;
	}
.packageBtn{height:60px; line-height:60px; margin-top:20px;}
.bottom-seal{margin-top:8px;}

.footer{ padding: 20px 0; margin-top: 30px;width: calc(100% + 30px); margin-left: -15px;}
.footer p, .footer p span{ font-size: 14px; line-height: 28px;}
.footr-btm{ position:static;}

.frm-flds .fl-is-active .selcet-fld{padding-top:17px;}
.chk-head{ font-size:22px; line-height:24px;}
.packageBtn p{ font-size:24px;}
.chk-subheading{ font-size:13px; font-weight:normal;}

.prod-box .ord-lft{width:55%;}

.mnybkBox{ padding: 20px 15px; margin-top: 40px;background:#F6F6F6;}
.mnybk-header{ display:inline-block; vertical-align:top;}
.mnybk-seal{ float: none; width: 120px; margin: 0 auto; display: block;}
.mnybk-cont{ width:100%; text-align: center; padding:15px 0 0;}
.mnybk-txt1{ font-size: 45px; line-height: 45px;}
.mnybk-txt2{ font-size: 22px; line-height: 24px;}
.mnybk-txt3{ font-size: 17px; line-height: 25px; margin-top:15px;}

.divider{ display:none;}
.rgt-label{ margin-top:35px;}
.rgt-label span{ background:#fff;}
.facilityBox-row{ padding:15px 10px;}

.testi-list li{ padding-left:76px;}
.testi-img{ width:65px;}
} 

@media only screen and (max-width:749px){
.frm-flds.half-fld, .frm-flds.drop-fld, .frm-flds.zip-fld {
	margin-right: 0;
	width:100%;
	}
.frm-flds.half-fld-mob{ width:49%;}	
}

.logoBox{text-align:center;}

.success{
	clear:both;
	font-size:17px;
	margin-top:25px;
}

ul.s8-list2{
	float: left;
    width: 100%;
    margin: 5px 0 0 0;
	
	}
ul.s8-list2 li{
	float:left;
	width:100%;
	position:relative;
	padding-left:90px;
	text-align:left;
	border-bottom:1px solid #ececec;
	padding-bottom:5px;
	margin-top:20px;
	}
ul.s8-list2 li:last-child{border-bottom:none; padding-bottom:0;}
ul.s8-list2 li span{
	width:66px;
	height:66px;
	background:#6ebfea;
	border-radius:50%;
	color:#fff;
	text-align:center;
	position:absolute;
	font-size:23px;
	line-height:64px;
	left:0;
	}
ul.s8-list2 li h3{
	font-size:19px;
	line-height:22px;
	color:#12558b;
	margin-bottom:5px;
	}
.s8-list2-tx1{
	font-size: 17px;
    line-height: 24px;
	letter-spacing:0.5px;
    margin: 5px 0 10px;
	}
.s8-list2-tx2{
	font-size:16px;
	line-height:22px;
	}
.s8-list2-tx2 small{
	font-size:20px;
	line-height:22px;
	font-weight:600;
	}



/*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}}