@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: 'Inter';
	}
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; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{display:none;}

/*--------fonts--------*/

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

/*-----------------------
HEADER CSS
------------------------*/
.header{
	float:left;
	width:100%;
	background:#fff;
	padding:15px 0;
	}		
.logo{
	display:inline-block;
	vertical-align:middle;
	width:200px;
	}
.logoBox p{
    display: inline-block;
    vertical-align: middle;
    font-size:15px;
    line-height:18px;
    color: #767676;
    border-left: 1px solid #d3d3d3;
    padding-left: 10px;
    margin-left: 10px;
	}
.header-rgt{
	float:right;
	}
.header-rgt p{
	float:left;
	text-align:left;
	color: #4c4c4c;
	font-size:15px;
	line-height:23px;
	}
.header-rgt p span{
	color: #017ead;
	font-size:20px;
	font-weight:bold;
	}
.header-rgt img{
	float:left;
	margin:4px 10px 0 0;
	}

.hero-section{
	float:left;
	width:100%;
	height:220px;
	background:url(../images/hero-bg.jpg) no-repeat center center;
	background-size:cover;
	}
.window-bg{background:url(../images/window-bg.jpg) no-repeat center center;}
.roofing-bg{background:url(../images/roofing-bg.jpg) no-repeat center center;}
.bathroom-bg{background:url(../images/bathroom-bg.jpg) no-repeat center center;}
.walk-in-tub-bg{background:url(../images/walk-in-tub-bg.jpg) no-repeat center center;}
.solar-bg{background:url(../images/solar-bg.jpg) no-repeat center center;}
.gutter-bg{background:url(../images/gutter-bg.jpg) no-repeat center center;}
.flooring-bg{background:url(../images/flooring-bg.jpg) no-repeat center center;}
.siding-bg{background:url(../images/siding-bg.jpg) no-repeat center center;}
.hvac-bg{background:url(../images/hvac-bg.jpg) no-repeat center center;}
.home-security-bg{background:url(../images/home-security-bg.jpg) no-repeat center center;}

.step-title{
	float:left;
	width:100%;
	color:#fff;
	font-size:42px;
	letter-spacing:0.5px;
	line-height:50px;
	margin-top:30px;
	}
.step-title span{ font-weight:700;}	
.step-title2{
	float:left;
	width:100%;
	color:#fff;
	font-size:20px;
	line-height:27px;
	letter-spacing:0.5px;
	font-weight: 400;
	margin-top:10px;
	}
.step-title2 span{
	padding:0 5px;
	}

/*-----------------------
CSS FOR MID CONTENT
------------------------*/
.mid-box{
	float:left;
	width:100%;
	padding:0 35px 30px;
	}
	
/*CSS FOR PROGRESS*/
.reading-progress {
	display: inline-block;
	vertical-align:top;
	position: relative;
	height: 130px;
	width: 130px;
	z-index: 999;
	overflow:hidden;
	margin-top:-70px;
	border-radius: 50%;
    background: #fff;
	}
.reading-progress svg path {
	fill: none
	}
.reading-progress svg.progress-circle {
	overflow: visible;
	fill: #cdcdcd;
	z-index: 999
	}
.reading-progress svg.progress-circle-background {
	overflow: visible;
	fill: #fff;
	position: relative;
	top: -134px;
	z-index: -1
	}
.reading-progress svg.progress-circle path {
	stroke: #8cc543;
	stroke-width: 12
	}
.reading-progress svg.progress-circle-background path {
	stroke: #f3f3f3;
	stroke-width: 12;
	stroke-dashoffset: 0
	}
.progress-content{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius:50%;
	border:1px solid #0070bb;
	}
.progress-content p.start{
	float: left;
    width: 100%;
    color:#000;
    font-size:21px;
    line-height:21px;
    margin-top:44px;
    font-weight:500;
	text-transform:uppercase;
	}
.progress-arw{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin-top:10px;
	}
.progress-txt{
	float: left;
    width: 100%;
    color: #a0a0a0;
    font-size: 15px;
    line-height: 22px;
    margin-top:40px;
    text-transform: uppercase;
	}
.progress-txt span{
	font-size:35px;
	font-weight:600;
	color:#0070bb;
	}
	

.box-inner{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	padding:30px;
	min-height:350px;
	}

.question-box{
	float:left;
	width:100%;
	}
.question{
    float: left;
    width: 100%;
    color: #000;
    font-size:30px;
    line-height:36px;
    font-weight:700;
    letter-spacing: 0.5px;
	}
.ques-tx2{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	margin-top:10px;
}	
	
.ans-box{
	display:inline-block;
	vertical-align:middle;
	width:43%;
	margin-top:20px;
	}
.ans-box.small{width:30%;}
	
.pg-btn{
    width: 100%;
    max-width: 530px;
    height: 75px;
	margin-top:15px;
	cursor:pointer;
	color:#fff;
	font-size:32px;
	line-height:70px;
	font-weight:700;
	font-family: 'Inter';
	border-radius:6px;
	-webkit-appearance:none;
	background: #00bb29;
	position:relative;
	border:none;
	}
.btn-arw{
	width:22px;
	display:inline-block;
	vertical-align:middle;
	margin:-4px -5px 0 10px;
}
.skip-tx{
	font-size:16px;
	line-height:20px;
	color:#0f5ab7;
	text-decoration:underline;
	float:left;
	width:100%;
	margin-top:15px;
}	
	
.form-control{
	float:left;
	background:#fff;
	height:66px;
	border: 1px solid #ccc;
	color:#000;
	font-size:17px;
	font-family: 'Inter';
	padding:0 12px;
	border-radius:10px;
	-webkit-appearance:none;
	margin-top:15px;
	}

.dwn-arw{ background:url(../images/drop-arw.svg) no-repeat 96% center;}	
.full-fld{width:100%;}
.mt-top{margin-top:15px;}
.lbs{
	position:absolute;
	top:50%;
	right:20px;
	font-size:20px;
	font-weight:700;
	color:#000;
	margin-top:-5px;
	cursor:pointer;
	}	
.form-control:focus{
	border-color: #017ead;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(1,126,173,0.6)
	}	

.clk-terms{
	font-size: 14px;
	line-height:20px;
    text-align: justify;
    display: inline-block;
    color: #595959;
    font-weight: 300;
    outline: none;
	margin-top:15px;
	}

.lock-txt{
	float: left;
    width: 100%;    
	margin-top: 20px;
	}
.lock-txt p{
	font-size:15px;
    line-height:20px;
  	color: #000;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
}
.lock-txt img{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    width:12px;
	}

.agree-txt{
	display:inline-block;
    vertical-align:middle;
    width:43%;
    margin-top:20px;
	}
.agree-txt p{
	color:#000;
	font-size:12px;
    line-height:20px;
    text-align: left;
	}
.link-txt{
	color:#3030d6;
	text-decoration:underline;	
	font-weight:600;
	}

ul.logo-list{
	float:left;
	width:100%;
	margin-top:15px;
	}
ul.logo-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 8px;
	}
ul.logo-list li img{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	max-height:40px;
	}
.logo4{margin-top:-8px;}	
.option-col{
	float:left;
	width:100%;
	position:relative;
	margin-top:15px;
	}
.desc-opt{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #bfbfbf;
	border-radius:7px;
	position:relative;
	height:68px;
	font-size:17px;
	line-height:26px;
	cursor:pointer;
	color:#797979;
	text-align:left;
	padding:5px 25px 8px;
	transition: all .15s ease-in-out;
	font-family: 'Inter';
	letter-spacing:0.3px;
	
	display:flex;
	-webkit-display:flex;
	align-items:center;
	-webkit-align-items:center;	
	}
.option-col:hover .desc-opt{
	background-color: #00bb29;
    border-color: #00bb29;
	transform: scale(1.01);
	color:#fff;
	font-weight:bold;
	}	
.option-col input[type="radio"]:checked + span + .desc-opt,.option-col input[type="checkbox"]:checked + span + .desc-opt{
	background-color: #00bb29;
    border-color: #00bb29;
	transform: scale(1.01);
	color:#fff;
	font-weight:bold;
	}	

.option-col input[type="radio"],.option-col input[type="checkbox"]{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	}
.option-col input[type="radio"] + span,.option-col input[type="checkbox"] + span{
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top: 50%;
    margin-top: -10px;
	border-radius:50%;
	z-index:1;
	background:url(../images/tik.svg) center center no-repeat #c9c9c9;
	background-size:14px;
	}
.option-col:hover input[type="radio"] + span,.option-col:hover input[type="checkbox"] + span{
	background:url(../images/hover-tik.svg) center center no-repeat #fff;
	background-size:14px;
	transform: scale(1.01);
	}	
.option-col input[type="radio"]:checked + span,.option-col input[type="checkbox"]:checked + span{
	background:url(../images/hover-tik.svg) center center no-repeat #fff;
	background-size:14px;
	}

.works-lst-hd{
	font-size:24px;
	line-height:30px;
	font-weight:600;
	display:inline-block;
	vertical-align:middle;
	margin-top:30px;
}
.works-lst-hd:before, .works-lst-hd:after{
	content:'';
	width:85px;
	height:1px;
	background:#cacaca;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
}
ul.works-list{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	max-width:650px;
	width:100%;
	margin:30px auto 0;
}
ul.works-list li{
	width:31%;
	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);
	border-radius:10px;
	padding:20px 15px;
}
ul.works-list li img{
	display:block;
	margin:0 auto 10px;
	width:65px;
}
ul.works-list li p{
	font-size:16px;
	line-height:22px;
}

/*--------------------------
FOOTER CSS
--------------------------*/
.footer{
	float:left;
    width:100%;
	text-align:center;
    padding:40px 0;
	border-top:1px solid #dbdbdb;
	}

.ftr-txt{
    float:left;
    width:100%;
    font-size:16px;
    line-height:22px;
    color:#000;
	letter-spacing:0.3px;
	margin:5px 0;
	}	
.footer .ftr-txt a{
    padding:0 4px;
    color:#333333;
	position:relative;
	}
.ftr-disc{
	font-size:13px;
	line-height:20px;
	margin-bottom:20px;
}
.mt-0{margin-top:0;}


/*=========RESULTS PAGE=========*/
.quotes-section{
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	padding:50px 0 60px;
	}
.result-hdng1{
	color:#000073;
	font-size:55px;
    line-height:45px;
	font-weight:bold;
	}
.result-hdng2{
	color:#000;
	font-size:20px;
    line-height:28px;
	font-weight:600;
	margin-top:15px;
	}
.result-hdng3{
	color:#000;
	font-size:18px;
    line-height:26px;
	margin-top:25px;
	}
.quotos-block{
	float:left;
	width:100%;
	padding:0 100px;
	margin-top:10px;
	}	
.pck-bx{
	float:left;
	width:100%;	
	transition:all ease 0.5s;
	border:3px solid #000073;
	border-radius:10px;
	padding:30px 30px;
	margin-top:20px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	position:relative;	
	}
.pck-bx:hover{
	transform: scale(1.025);
	transition:all ease 0.5s;
	box-shadow: 0px 0 25px -5px rgba(0,0,0,0.5);
	}
.comon-pck-bx{border:1px solid #bfbfbf;}	
.pck-bx-lft{
    width:17%;
	}
.pck-rbn{
	position:absolute;
    top:10px;
    left:-15px;
	color:#fbee18;
    font-size:16px;
    line-height:22px;
    font-weight:bold;
	background:#ff0000;
    padding:6px 10px 6px 15px;
	}
.pck-rbn:before{
	content:'';
	position:absolute;
	top:0;
	right:-10px;
	border-top:17px solid #ff0000;
	border-bottom:17px solid #ff0000;
    border-right:10px solid transparent;	
	}	
.pck-rbn:after{
	content:'';
	position:absolute;
	left:0;
	bottom:-10px;
	border-top:10px solid #ff3939;
    border-left:12px solid transparent;	
	}
.pck-img{	
	display:block;
	margin:0 auto 0;
	width:175px;
	max-width:100%;
	}
.pck-bx-cont{
	width:48%;
	text-align:left;
	margin-left:50px;
	}
.pck-cont-head{
	float:left;
	width:100%;
	color:#000073;
	font-size:22px;
	line-height:30px;
	font-weight:bold;
	}	
.pck-list{
	float:left;
	width:100%;
	margin-top:5px;
	}
.pck-list li{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
    line-height:21px;
	text-align:left;
    padding-left:20px;
    margin-top:10px;
	position:relative;
	}
.pck-list li:before{
	content:'';
	position:absolute;
	top:8px;
	left:0;
	width:6px;
	height:6px;
	background:#000;
	border-radius:50%;	
	}
.pck-btn-bx{
	width:24%;
    text-align:center;
	}
a.pck-btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:60px;
	color:#fff;
	font-size:20px;
	line-height:60px;	
	font-weight:bold;
	text-align:center;
	background:#04d36f;
	border-radius:5px;
	margin-top:10px;
	}	
		
/*=================*/
.range-row{
	display:inline-block;
	vertical-align:middle;
	width:100%; 
	max-width:650px;
	margin:20px 0 20px;
	}
.rangeSliderbox{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin: 10px 0 0;
	position: relative;
	}
.range-row #stopvalue{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 25px;
    color: #000;
    font-weight: bold;
	}
.range-pricebox{
	float:left;
	width:100%;
	margin-top:18px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}
.range-prc-txt{
	font-size:17px;
	color:#000;
	}


@media only screen and (max-width: 1180px){
.container{width:100%; max-width:700px; padding:0 10px;}

.step-title{font-size: 28px;line-height: 40px;}
.ans-box{ width:78%;}
.agree-txt { width:78%;}
.box-inner{ padding:30px 0 0;}
.mid-box{ padding:0 0 40px;}

.quotos-block{padding:0 0;}
.pck-rbn{font-size:13px;line-height:20px;}
.pck-rbn:before{border-top:16px solid #ff0000;border-bottom:16px solid #ff0000;}
.pck-bx{padding:20px 15px;}
.pck-bx-lft{width:26%;}
.pck-img{max-width:100%;}
.pck-bx-cont{width:40%; margin-left:0;}
.pck-cont-head{font-size:20px; line-height:26px;}
.pck-btn-bx{width:26%;}
a.pck-btn{height:55px; font-size:15px; line-height:55px; margin-top:5px;}
.pck-btn-txt{font-size:14px; line-height:19px;}	

}





@media only screen and (max-width:767px){
.forMob{display:block;}
.hide-mob{display:none;}

.logoBox{float:none; display:inline-block; vertical-align:middle;}
.header { padding: 10px 0;}
.logo{width:150px;} 
.logoBox p{ font-size: 12px; line-height: 15px; padding-left: 8px; margin-left: 5px;}

.header-rgt{ display:none;}
.header-rgt img{ display:none;}
.header-rgt p{ font-size:11px; line-height:20px; margin:0;}
.header-rgt p span{ font-size:16px;}

.hero-section{height: 145px; background:url(../images/hero-bg-mob.jpg) center top no-repeat; background-size:cover;}
.window-bg{background:url(../images/window-bg-mob.jpg) center top no-repeat; background-size:cover;}
.bathroom-bg{background:url(../images/bathroom-bg-mob.jpg) center top no-repeat; background-size:cover;}
.walk-in-tub-bg{background:url(../images/walk-in-tub-bg-mob.jpg) center top no-repeat; background-size:cover;}
.solar-bg{background:url(../images/solar-bg-mob.jpg) center top no-repeat; background-size:cover;}
.gutter-bg{background:url(../images/gutter-bg-mob.jpg) center top no-repeat; background-size:cover;}
.flooring-bg{background:url(../images/flooring-bg-mob.jpg) center top no-repeat; background-size:cover;}

.siding-bg{background:url(../images/siding-bg-mob.jpg) center top no-repeat; background-size:cover;}
.hvac-bg{background:url(../images/hvac-bg-mob.jpg) center top no-repeat; background-size:cover;}
.home-security-bg{background:url(../images/home-security-bg-mob.jpg) center top no-repeat; background-size:cover;}

.step-title{ font-size:20px; line-height:28px;margin-top: 25px;}
.step-title2{ font-size:13px; line-height:22px; margin-top:5px;}
.step-title2 span{ padding:0 2px;}
.walk-in-tub-bg .step-title{font-size:19px; line-height:29px;}
.home-security-bg .step-title{font-size:18px; line-height:29px;}

.reading-progress{height: 100px;width: 100px; margin-top:-50px;}
.reading-progress svg.progress-circle-background{top: -104px;}
.progress-content p.start{margin-top:30px;}
.progress-txt{font-size: 12px;line-height: 18px;margin-top: 30px;}
.progress-txt span{font-size:23px;}
.progress-arw{margin-top:4px;}

.option-col{ margin-top:12px;}

.option-col:hover .desc-opt{
	background-color: #fff;
    border-color: #bfbfbf;
	color: #797979;
	font-weight:normal;
	}
.desc-opt{padding: 5px 30px 8px 15px;}
.option-col:hover input[type="radio"] + span, .option-col:hover input[type="checkbox"] + span{
	background: url(../images/tik.svg) center center no-repeat #c9c9c9;
    background-size: 14px;
	}
.option-col input[type="radio"]:checked + span, .option-col input[type="checkbox"]:checked + span {
    background: url(../images/hover-tik.svg) center center no-repeat #fff;
    background-size: 14px;
}


.mid-box{ padding:0;}
.box-inner{padding:20px 5px 35px;}
.ans-box{ width:100%; margin-top:10px;}
.agree-txt{ width:100%; margin-top:10px;}
.question{ font-size:21px; line-height:26px;}
.ques-tx2{font-size:16px; line-height:24px; padding:0 15px;}
.form-control{height:58px;}
.desc-opt{height:58px;}
.pg-btn{height:62px; font-size:26px; line-height:42px;}
.btn-arw{width:18px;}
.lock-txt p{font-size:13px;}
ul.logo-list li{padding:0 3px;}
ul.logo-list li img{max-height:32px;}
.works-lst-hd{font-size:18px; line-height:26px; margin-top:20px;}
.works-lst-hd:before, .works-lst-hd:after{width:65px;}
ul.works-list{margin:20px auto 0;}
ul.works-list li{padding:15px 5px; width:32%;}
ul.works-list li img{width:38px;}
ul.works-list li p{font-size:12px; line-height:18px;}

.footer{ padding:20px 0;}
.ftr-txt{ font-size: 14px; line-height: 23px; margin:2px 0;}
.ftr-disc{font-size:13px; margin-bottom:12px;}
.mt-0{margin-top:0px;}

/*=========RESULTS PAGE=========*/
.quotes-section{padding:25px 0 35px;}
.result-hdng1{font-size:28px; line-height:32px;}
.result-hdng2{font-size:16px; line-height:24px; margin-top:5px;}
.result-hdng3{font-size:16px; line-height:24px; margin-top:5px;}
.quotos-block{padding:0 20px; margin-top:5px;}
.pck-bx{padding:25px 20px; margin-top:20px;justify-content: center;}
.pck-bx:hover{ box-shadow:none; transform:none; transition:none;}
.pck-bx1{ padding-top:60px;}
.pck-img{width: 150px;}
.pck-rbn{ font-size: 15px;}
.pck-bx-lft{width:100%;}
.pck-bx-cont{ width:100%; text-align:center; margin-top:20px;}
.pck-cont-head{ font-size: 22px; line-height: 28px;}
.pck-list{float: none; display: inline-block; vertical-align: top; width:300px; padding-right:20px;}
.pck-list li{background-size:15px; background-position:left 6px; padding-left:22px; letter-spacing:0.3px; line-height:22px;}
.pck-bx-rev{ width:70%; padding:20px 15px; margin-top:25px;}
.grading-txt{font-size:35px; line-height:29px;}
.pck-bx-btm{padding-top:18px; margin-top:18px;}
.pck-star{ width:95px; margin-top:6px;}
.ranking-txt{line-height:20px; margin-top:8px;}
.pck-btn-bx{width:100%; margin-top:20px;}
.pck-btn-txt{ font-size:15px; line-height:21px;}
a.pck-btn{font-size:20px; margin-top:8px;}

}




/*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:1.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}}


label.state-error {
    color: #ff0000c4 !important;
    font-size: 15px;
  }