@charset "utf-8";
/*====CSS Document====*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: "Roboto", sans-serif;
	font-weight: normal;
	}
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;}
img {border: none; max-width: 100%; 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;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/


/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*======Step-Header======*/	
.step-header{
	float:left;
	width:100%;
	}	
.step-header-inr{
	float:left;
	width:100%;
	border-radius:15px;
	background:#eefbfb;
	padding:25px 0;
	margin-top:20px;
	position:relative;
	}
.btn-back, .btn-next{
	position:absolute;
	top:50%;
    transform:translateY(-50%);
	width:46px;
	cursor:pointer;
	}
.btn-back{left:35px;}	
.btn-next{right:35px;}
.step-logo{
	display:inline-block;
	vertical-align:middle;
	width:197px;
	filter: brightness(0.3);
	-webkit-filter: brightness(0.3);
	}

	
/*========Question-Section========*/
.quiz-sec{
	float:left;
	width:100%;
	padding:55px 0;
	}
.man_section{
	float:left;
	width:100%;
	min-height:80vh;
	}
ul.progress_list{
	width: 100%;
    max-width: 685px;
    margin: 10px auto 30px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	column-gap:1.4%;
	}	
ul.progress_list li{
	display:inline-block;
	vertical-align:top;
	width:6%;
	height:10px;
	border:1px solid #b4b4b4;
	border-radius:30px;
	background:#fff;
	transition:all ease 0.3s;
	}
ul.progress_list li.active{ background:#343434;}	
.contnt-sec{
	float:left;
	width:100%;
	}
.question_box{
	display:inline-block;
	vertical-align:middle;
	max-width:880px;
	width:100%;
	}
.main-hdg{
	font-size:40px;
	line-height:50px;
	color:#222;
	padding-bottom:25px;
	}
.step-hdg{
	color:#469788;
	font-size:40px;
	line-height:48px;
	letter-spacing:0.5px;
	font-weight:bold;
	}
.step_sub-hdg{
	font-size:22px;
	line-height:28px;
	font-weight:500;
	color:#222;
	margin-top:8px;
}
.option-box{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	gap:15px;
	max-width:408px;
	width:100%;
	margin:35px auto 0;
	}
.option-col{
	display:inline-block;
	vertical-align:middle;
	max-width:435px;
	width:100%;
	position:relative;
	}		
.option-col input[type="radio"],.option-col input[type="checkbox"]{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	}
.desc-opt{
	float: left;
    width: 100%;
	height:70px;
    position: relative;
    cursor: pointer;
    background:#fff;
    text-align: center;
	border: 1px solid #636363;
	border-radius:10px;
	padding: 13px 10px 15px;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
    justify-content: center;	
	}
.desc-opt p{
	float: left;
    width: 100%;
	color:#161616;
    font-size:20px;
    line-height:26px;
	font-weight:500;
	font-family: "Roboto", sans-serif;
	}
.option-col:hover .desc-opt{
	border-color: #36bff2;
	}
.option-col:hover .desc-opt p{
	color:#fff;
	}
.option-col input[type="radio"]:hover + .desc-opt,.option-col input[type="checkbox"]:hover + .desc-opt{
	border-color: #636363;
	background:#469788;
	}	
.option-col input[type="radio"]:checked + .desc-opt,.option-col input[type="checkbox"]:checked + .desc-opt{
	border-color: #636363;
	background:#469788;
	}	
.option-col input[type="radio"]:checked + .desc-opt p,.option-col input[type="checkbox"]:checked + .desc-opt p{ color:#fff;}
.icon-img{
    display:block;
    margin:0 auto 8px;
	width:52px;
	}
.option-box .desc-opt:hover .icon-img{
	filter: none;
    -webkit-filter:none;
	}
.option-box .option-col input[type="radio"]:checked + .desc-opt .icon-img{
	filter:none;
    -webkit-filter:none;
	}
.info-bx{
	display:inline-block;
	vertical-align:middle;
	max-width:408px;
	width:100%;
	margin-top:25px;
	}
.frmElemts{
	float:left;
    width:100%;
    box-sizing:border-box;
	position:relative;
	margin-top:10px;
	}
.inp-fld{
    float:left;
    width:100%;
    height:70px;
	color:#000;
    font-size:18px;
    line-height:26px;
    font-weight:500;
    font-family: "Roboto", sans-serif;
    background:#ffffff;
	border: 1px solid #636363;
    border-radius:10px;
	padding:0px 20px;
    box-sizing:border-box;
	-webkit-appearance:none;
	outline:none;
	text-align:center;
	}	
.select-fld{
	float:left;
	width:100%;
	height:70px;
	color: #000;
	font-size:18px;
	border-radius:10px;
	font-family: "Roboto", sans-serif;
	font-weight:normal;
	border:2px solid #e7e7e7;
	padding:12px 40px 12px 25px;
	box-sizing:border-box;
	-webkit-appearance:none;
	outline:none;
	}
select.select-fld{
    background: url(../images/select-arw.png) right 25px center no-repeat #fff;
	}
.btn_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:center;
	max-width:435px;
	margin:30px auto 0;
	}
a.common_btn{
	display:inline-block;
    vertical-align:middle;
	max-width:387px;
    width:100%;
	height:67px;
    color:#ffffff;
    font-size:23px;
    line-height:70px;
    font-weight:700;
    text-align:center;
    background:#469788;
	border-radius:12px;
	font-family: "Roboto", sans-serif;
	letter-spacing:0.5px;
	text-transform:uppercase;
    cursor:pointer;
    appearance:none;
    -webkit-appearance:none;
    border:none;
    outline:none;
	}
.btn_arw{
	display:inline-block;
	vertical-align:middle;
	margin:-2px -15px 0 10px;
	width:30px;
	}
.btn_text{
	float:left;
	width:100%;
	color:#000;
	font-size:14px;
	line-height:22px;
	font-weight:normal;	
	letter-spacing:0.3px;
	margin-top:8px;
	}
.btn_lock{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	width:11px;
	}		

/*RANGE*/
.range-row{
	display:inline-block;
	vertical-align:middle;
	width:100%; 
	max-width:500px;
	margin:40px 0 0;
	}
.rangeSliderbox{
    float: left;
    width: 94%;
    margin: 10px 3% 40px;
	}
.slider-value-text{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    color: #222222;
    font-weight: 400;
	}
.range-pricebox{
	float:left;
	width:100%;
	margin-top:20px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}
.range-prc-txt{
	font-size:17px;
	line-height:26px;
	font-weight:500;
	color:#000;
	}
	
.review{
	display:inline-block;
	vertical-align:top;
	border-top:1px solid #eaeaea;
	max-width:1030px;
	width:100%;
	margin:60px auto 0;
	padding:40px 0 0;
}
.review_box{
	max-width:620px;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.review_star{
	width:105px;
	display:block;
	margin:0 auto;
}
.review_text{
	font-size:16px;
	line-height:26px;
	margin-top:15px;
}
.review_name{
	font-size:16px;
	line-height:18px;
	margin-top:20px;
}
.review_face{
	width:45px;
	border-radius:50%;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
}
.review_name small{
	font-size:13px;
	line-height:15px;
}
.review_name small img{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	margin:-3px 6px 0 0;
}
.line{
	position:relative;
	margin:0 15px;
}
.line:after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	height:20px;
	border-right:1px solid #b0b0b0;
}

/*--------FOOTER--------*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:25px 0 40px;
	border-top:1px solid #dbdbdb;
	}
.footer_text{
	float:left;
	width:100%;
	margin-top:15px;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	}
.footer_text a{
	color: blue;
	text-decoration: underline;
}
.footer_text2{
	float:left;
	width:100%;
	margin-top:20px;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	}
.footer_text2 a{ padding:0 7px;}


/*========================
POP UP
==========================*/
.popup {
	max-width:470px;
	width:90%;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 20px 20px 30px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	text-align: center;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.loading{
	width:100px;
}
.popup-text{
	font-size:19px;
	line-height:26px;
	letter-spacing:0.3px;
	max-width:440px;
	width:100%;
}



.step_term_text{
	display: inline-block;
    vertical-align: top;
    max-width: 600px;
	width:100%;
	font-size:13px;
	line-height:20px;
	color:#0f0f0f;
	margin-top:40px;
	text-align:left;
	}
.step_term_text a{ color:#146bcc;}


/*THANKYOU*/
.thankyou_sec{
	float:left;
	width:100%;
	min-height: calc(100vh - 200px);
    padding: 50px 0;
	}

/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

.step-header-inr{padding:17px 0; margin-top:15px;}
.main-hdg{font-size:40px; line-height:50px;}
.btn-back{width:25px;}
.step-logo{width:175px;}
.quiz-sec{padding:45px 0;}
.step-hdg{font-size:30px; line-height:38px;}
.option-box{margin-top:30px;}
a.common_btn{height:65px; font-size:25px; line-height:65px;}
.btn_text{font-size:14px; line-height:24px;}

.slider-value-text{font-size:30px; line-height:30px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.step-header-inr{border-radius:10px; padding:15px 0; margin-top:10px;}
.btn-back, .btn-next{width:32px;}
.btn-back{left:20px;}
.btn-next{right:20px;}
.step-logo{width:140px;}
ul.progress_list{margin:5px auto 25px;}
ul.progress_list li{height:7px;}
.quiz-sec{padding:25px 0;}
.main-hdg{font-size:24px; line-height:30px; padding-bottom:15px;}
.step-hdg{font-size:24px; line-height:30px;}
.step_sub-hdg{font-size:18px; line-height:26px;}

.option-box{gap:10px; margin-top:20px;}
.desc-opt{height:58px; padding:8px 6px;}
.desc-opt p{font-size:17px; line-height:20px;}
.icon-img{width:45px;}

.info-bx{margin-top:10px;}
.inp-fld{height:58px; font-size:17px;}
.select-fld{height:55px; font-size:17px; padding:15px 45px 15px 15px;}
.frmElemts.city-width{width:100%; margin-right:0;}
.frmElemts.state-width{width:49%; margin-right:2%;}
.frmElemts.zip-width{width:49%;}
.btn_box{margin:20px auto 0;}
a.common_btn{font-size:22px; height:58px; line-height:58px;}
.btn_arw{margin:-2px -15px 0 5px; width:22px;}
.btn_text{font-size: 12px; line-height: 23px;}

.range-row{margin:30px 0 0;}
.rangeSliderbox{margin:5px 2.5% 30px;}

.review{margin:35px auto 0; padding:30px 0 0;}
.review_text{font-size:15px; line-height:23px; letter-spacing:0.3px;}
.review_name{font-size:14px; line-height:18px; margin-top:12px;}
.review_face{width:38px; margin-right:4px;}
.line{margin:0 7px;}
.line:after{height:16px;}
.review_name small{font-size:13px; line-height:15px;}

.step_term_text{ margin-top:20px;}

.footer{ padding:10px 0 25px;}
.footer_text{font-size: 12px;line-height: 18px;}
.footer_text2{font-size:15px; line-height:22px;}
.footer_text2 a {padding: 0 5px;}
.footer_text a {padding: 0 3px;}

.popup{max-width:440px;}
.popup-text{font-size:17px;}

}

/*========CONGRATS_PAGE==============*/
.loader_box{
	float:left;
	width:100%;
	}
	
.loader{
	display:block;
	margin:0 auto;
	width:330px;
	height:30px;
	border:2px solid #d1d1d1;
	padding:3px;
	border-radius:2px;
	}
.loader ul{
	width:100%;
	height:100%;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	}
.loader ul li{
	display:none;
	width:calc((100% / 30) - 3px);
	height:100%;
	margin-right:3px;
	}
.loader ul li span{	
	display:block;
	height:100%;
	width:100%;
	border-radius:2px;
	background:#469788;
	}		
	
ul.loader_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:365px;
	margin-top:10px;
	}
ul.loader_list li{
	text-align:left;
	margin-top:30px;
	}
ul.loader_list li h3{
	font-size:20px;
	line-height:28px;
	color:#000000;
	font-weight:bold;
	}
ul.loader_list li p{
	font-size:20px;
	line-height:28px;
	color:#000000;
	margin-top:8px;
	}
ul.loader_list li p img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 10px 0 0;
	}
	
.thankyou_sec-inner{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fff;
    overflow: hidden;
	min-height: 490px;
	padding-bottom:20px;
	}

/*=========RESULTS PAGE=========*/
.quotes-section{
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	padding:50px 0 60px;
	}
.result-hdng1{
	color:#469788;
	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:30px;
	}	
.pck-bx{
	float:left;
	width:100%;	
	transition:all ease 0.5s;
	border:3px solid #469788;
	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:#469788;
	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:#469788;
	border-radius:5px;
	margin-top:10px;
	}	

@media only screen and (max-width: 1200px){		
.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){
.loader{width:260px;}
.loader ul li {width: 6px;margin-right: 2px;}
	
ul.loader_list li h3{ font-size:18px; line-height:26px;}
ul.loader_list li p{ font-size:18px; line-height:26px;}
.congrts-hdng{ font-size:28px; line-height:34px;}
.congrts-text1 {font-size: 18px;line-height: 24px; margin-top: 10px;}
ul.pre-list{ margin-bottom:10px;}
ul.pre-list li{ font-size:18px; line-height:26px;}
ul.loader_list{ max-width:325px;}

/*=========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;}

.thankyou_sec{padding: 30px 0 35px;min-height: auto;}
.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}}
		
.decl_text {
	padding-top: 20px;
}

.common_btn.disabled {
	background: #ccc;
}