@charset "utf-8";
/* CSS Document */

/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#f9f9f9;
	color:#000000;
	text-align:center;
	font-family: 'Nunito Sans 7pt';
	font-weight: 400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%; height:auto;}
.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: 'Nunito Sans 7pt';
    src: local('Nunito Sans 7pt SemiBold'), local('NunitoSans7pt-SemiBold'),
        url('NunitoSans7pt-SemiBold.woff2') format('woff2'),
        url('NunitoSans7pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 7pt';
    src: local('Nunito Sans 7pt Bold'), local('NunitoSans7pt-Bold'),
        url('NunitoSans7pt-Bold.woff2') format('woff2'),
        url('NunitoSans7pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 7pt';
    src: local('Nunito Sans 7pt Black'), local('NunitoSans7pt-Black'),
        url('NunitoSans7pt-Black.woff2') format('woff2'),
        url('NunitoSans7pt-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 7pt';
    src: local('Nunito Sans 7pt Medium'), local('NunitoSans7pt-Medium'),
        url('NunitoSans7pt-Medium.woff2') format('woff2'),
        url('NunitoSans7pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 7pt';
    src: local('Nunito Sans 7pt Regular'), local('NunitoSans7pt-Regular'),
        url('NunitoSans7pt-Regular.woff2') format('woff2'),
        url('NunitoSans7pt-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;
	}

.ovrfl{overflow:hidden;}	

/*==========top==============*/	
.top{
	float:left;
	width:100%;
	padding:10px 0;
	text-align:center;
	background:#000000;
	}
.top p{
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	font-weight:600;
	}
/*==========header==============*/
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top:-70px;
	top:70px;
	position:relative;
	padding:11px 0 2px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	background:#fff;
	top:0;
	box-shadow: 0 1px 9px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 9px 0 rgba(0,0,0,0.1);
	}	

.logo{
	float:left;
	margin: 0 0 0 0;
	max-width:100%;
	width:220px;
	}			
a.header-btn {
    font-family: 'Nunito Sans 7pt';
    float: right;
    width: 183px;
    font-size: 16px;
    color: #fff;
    background: #f68e1e;
    height: 44px;
    border-radius:50px;
    font-weight: 900;
    line-height: 44px;
}	
/*==========banner==============*/	
.banner{
	float:left;
	width:100%;
	background:#169190;
	padding:70px 0 90px;
	text-align:center;
	}
.bnr-model{
	position:absolute;
	top:-30px;
	right:-60px;
	max-width:100%;
	}
.bnr-lft{
	float:left;
	width:45.98%;
	text-align:left;
	position:relative;
	}
.bnr-txt1{
	display:inline-block;
	vertical-align:middle;
	background:#269998;
	padding:8px 40px 8px 20px;
	border-radius:50px;
	text-align:left;
	color:#fff;
	font-size:15px;
	line-height:18px;
	font-weight:700;
	}
.bnr-txt1 span{ padding:0 2px;}
.bnr-hding{
	font-size:60px;
	line-height:65px;
	color:#fff;
	font-weight:900;
	margin-top:20px;
	}	
.bnr-hding span{ position:relative; z-index:3;}				
.bnr-hding span:after{
	content: '';
    position: absolute;
    bottom:13%;
    left:0;
    right:0;
    height: 15px;
    background: #f59329;
	z-index:-1;
	}
.bnr-txt2{
	color:#fff;
	font-size:18px;
	line-height:26px;
	margin-top:30px;
	}	
.bnr-select-row{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top:50px;
	}
.bnr-select-col{
	width:22%;
	background:#fff;
	border-radius:12px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
	text-align:center;
	font-size:16px;
	line-height:20px;
	font-weight:600;
	padding:20px;
	}	
.bnr-select-col:hover, .bnr-select-col.active {
    background: #f59329;
	color:#fff;
}	
.bnr-select-col img{
	display:block;
	margin:0 auto 10px;
	max-width:100%;
	}
/*==========section1==============*/	
.section1{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s1-lft{
	float:left;
	width:45%;
	text-align:left;
	margin-top:60px;
	}
.comn-smhding{
	font-size:20px;
	line-height:26px;
	color:#169190;
	font-weight:900;
	margin-bottom:15px;
	}
.comn-hding{
	font-size:58px;
	line-height:66px;
	letter-spacing:-3px;
	color:#000000;
	font-weight:900;
	}							
.comn-txt{
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-top:20px;
	}
.comn-btn {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    height: 60px;
    background: #f59329;
    border: none;
    border-radius: 50px;
    font-size: 24px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    margin: 50px auto 0;
    outline: none;
    font-family: 'Nunito Sans 7pt';
    font-weight:900;
    cursor: pointer;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 5%);
}	
.s1-rgt{
	float:right;
	width:50%;
	text-align:left;
	}	
.s1-bx1{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	border:1px solid #cccccc;
	padding:10px;
	margin-top:25px;
	border-radius:12px;
	}
.s1-bx1-left {
    float: left;
    width:70px;
	text-align:center;
}	
.no1{
	font-size:45px;
	line-height:50px;
	color:#169190;
	}
.s1-bx1-rgt {
    float: right;
    width: calc(100% - 80px);
    text-align: left;
	border-left:1px solid #cccccc;
	padding:10px 0 10px 20px;
	text-align:left;
}	
.s1-bx1-rgt h1{
	font-size:26px;
	line-height:32px;
	color:#000000;
	letter-spacing:-0.5px;
	font-weight:700;
	}
.s1-bx1-rgt p{
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-top:10px;
	}
/*==========section2==============*/	
.section2{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f4ffff;
	}	
.s2-lft{
	float:left;
	width:52%;
	text-align:left;
	}
.s2-rgt{
	float:right;
	width:44%;
	text-align:left;
	}
.s2-rgt .comn-txt{ margin-top:55px;}	
.s2-row{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
	width:100%;
	}	
.s2-box{
	width:31%;
	text-align:center;
	background:#fff;
	border:1px solid #000;
	border-radius:12px;
	padding:40px 40px;
	margin-top:40px;
	cursor:pointer;
	transition: all .15s linear;
	}
.s2-box:hover{
	transition: all .15s linear;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	}
.s2-box img{
	display:block;
	margin:0 auto;
	width:87px;
	}
.s2-box h1{
	font-size:26px;
	line-height:33px;
	color:#000;
	font-weight:700;
	margin-top:20px;
	}
.s2-box p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}
/*==========strip==============*/	
.strip{
	float:left;
	width:100%;
	padding:50px 0;
	background:#169190;
	}	
ul.strp-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	}	
ul.strp-list li{
	width:25%;
	}
ul.strp-list h1{
	font-size:60px;
	line-height:70px;
	color:#fff;
	font-weight:900;
	}
ul.strp-list li p{
	font-size:18px;
	line-height:26px;
	color:#fff;
	margin-top:10px;
	}
/*==========section3==============*/	
.section3{
	float:left;
	width:100%;
	padding:50px 0;
	}
.s3-bg{
	float:left;
	width:100%;
	text-align:left;
	padding:0 30px 10px;
	}
.s3-bg-lft{
	float:left;
	width:44%;
	text-align:left;
	}		
.s3-bg-rgt{
	float:right;
	width:55%;
	text-align:left;
	margin-top:15px;
	}	
.s3-bg-rgt .comn-txt{ margin-top:10px;}	
/*==========footer==============*/	
.footer{
	float:left;
	width:100%;
	background:#212121;
	padding:60px 0;
	}
.ftr-logo{
	display:block;
	margin:0 auto 15px;
	max-width:100%;
	width:200px;
	}	
.ftr-txt{
	font-size:14px;
	line-height:20px;
	font-weight:500;
	color:#fff;
	margin-top:20px;
	}
.ftr-txt span{
	padding:0 5px;
	}	
.ftr-txt a, .ftr-txt a:hover{
	text-decoration:none;
	color:#fff;
	}
.ftr-txt2{
	background:#2c2c2c;
	font-size:14px;
	line-height:24px;
	padding:20px 30px;
	text-align:center;
	color:#fff;
	margin-top:30px;
	}
.footer-btm{
	float:left;
	width:100%;
	padding:20px 0;
	}
.frt-txt1{
	font-size:14px;
	line-height:20px;
	text-align:left;
	color:#000000;
	float:left;
	}
.frt-txt3{
	font-size:14px;
	line-height:20px;
	color:#000000;
	float:right;
	text-align:right;
	}
.frt-txt3 span{
	padding:0 5px;
	}	
.frt-txt3 a, .frt-txt3 a:hover{
	text-decoration:none;
	color:#000000;
	}																																
/*=================*/
.fl{ float:left;}
.fr{ float:right;}
.forTab, .forMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
.mrg-0{ margin-top:0;}
/*---------Media Querry---------*/

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.bnr-model {width: 584px;}
.bnr-hding {font-size: 55px;line-height: 56px;}
.bnr-select-col {padding: 15px 5px;}
	
.comn-hding {font-size: 51px; line-height: 56px;}
.s1-bx1-rgt h1 {font-size: 21px; line-height: 30px;}

.s2-box {padding: 30px 22px;}
.s2-box h1 {font-size: 22px;line-height: 30px;}
	
	
}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

.banner { padding: 40px 0 40px;}
.bnr-lft { width: 56.98%;}
.bnr-model {width: 428px;top: 0;right: -110px;}
.bnr-txt1 {padding: 8px 20px 8px 20px;font-size: 14px;}
.bnr-hding {font-size: 41px;line-height: 49px;}
.bnr-txt2 {font-size: 17px; line-height: 25px; margin-top: 20px;}
.bnr-select-row {margin-top: 25px;}
.bnr-select-col{ font-size:14px; line-height:17px;width: 23%;}

.section1 {padding: 50px 0;}
.comn-smhding { font-size: 18px;line-height: 24px; margin-bottom: 10px;}
.comn-hding {font-size: 34px;line-height: 39px;letter-spacing: 0;}
.comn-txt {font-size: 17px;line-height: 25px; margin-top: 15px;}
.s1-bx1 {padding: 5px 5px; margin-top:10px;}
.s1-bx1-left { width: 50px;}
.s1-bx1-rgt {width: calc(100% - 55px);padding: 7px 0 7px 15px;}
.s1-bx1-rgt h1 { font-size: 22px;line-height: 26px;}
.s1-bx1-rgt p {font-size: 17px; line-height: 24px; margin-top: 5px;}
.no1 { font-size:30px;line-height: 33px;}
.mrg-0 {margin-top: 0;}

.section2 { padding: 50px 0;}
.s2-rgt .comn-txt { margin-top: 0;}
.s2-box { padding: 20px 10px;width:32%;margin-top: 30px;}
.s2-box img {width: 50px;}
.s2-box h1 {font-size: 19px; line-height: 24px;}
.s2-box p { font-size: 17px;line-height: 22px;}


.strip { padding: 40px 0;}
ul.strp-list h1 {font-size: 45px; line-height: 56px;}
ul.strp-list li p {font-size: 17px;line-height: 24px;margin-top: 5px;}

.section3 {padding: 40px 0;}
.s3-bg { padding:0;}
.s3-bg-rgt { width: 56%; margin:0;}
.s3-bg-rgt .comn-txt{ margin-top:0;}
.comn-btn{ margin-top:30px;}

.footer {padding: 40px 0;}
.ftr-txt {font-size: 12px;line-height: 15px;}
.frt-txt1, .frt-txt3 {font-size: 13px;line-height: 18px;}	
.ftr-txt2 {font-size: 12px;line-height: 18px; padding: 20px 20px;}

}

@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.top{ padding:5px 0;}
.top p {font-size: 13px; line-height: 20px;}
.top-fix-bar { margin-bottom: 55px;}
.header { height: 55px; margin-top: -55px; top: 55px;padding: 8px 0;}
.logo {margin: 0 0 0 0;width: 160px;}
a.header-btn {width: 140px; font-size: 14px;height: 40px; line-height: 40px;}

.banner { padding: 20px 0 30px;}
.bnr-lft {width: 100%;text-align:center;}
.bnr-model {position: static; width: 320px; margin: 20px auto 0;}
.bnr-txt1 { padding: 8px 15px 8px 15px;font-size: 12px;}
.bnr-hding {font-size:40px;line-height: 45px; margin-top: 10px;}
.bnr-hding span:after {bottom: 13%;  height: 9px;}
.bnr-txt2 { margin-top: 10px;}
.bnr-select-row { margin-top: 0;}
.bnr-select-col{font-size: 16px;line-height: 20px;width: 48%; margin: 20px 0 0;}

.section1 {padding: 30px 0;}
.s1-lft{ margin:0;}
.s1-lft, .s1-rgt { float: left;width: 100%;  text-align:center;}
.s1-rgt{ margin-top:20px;}
.s1-bx1-rgt h1 {font-size: 20px; line-height: 24px;}
.s1-bx1 {padding: 10px 10px; margin-top: 15px;}
.comn-hding {font-size: 28px; line-height: 36px;}
.comn-txt {margin-top: 10px;}
.comn-smhding { font-size: 17px;line-height: 22px; margin-bottom: 5px;}
l.s2-list li img {width: 60px;}
ul.s2-list li h1{margin-top: 10px;}
ul.s2-list li p { margin-top:5px;}
.mrg-0 {margin-top: 0;}

.section2 { padding: 30px 0;}
.s2-lft, .s2-rgt { float: left; width: 100%;text-align: center;}
.s2-rgt .comn-txt {margin-top: 10px;}
.s2-row{ margin-top:10px; padding:0 5px;}
.s2-box{padding: 20px 15px;width: 48%; margin-top: 20px;}
.s2-box h1 {font-size: 20px; line-height: 24px;margin-top: 15px;}

.strip {padding: 10px 0 30px;}
ul.strp-list li { width: 48%; margin: 20px 0 0 0;}
ul.strp-list h1 {font-size: 35px;line-height: 51px;}
ul.strp-list li p { margin-top: 0;}

.section3 { padding: 30px 0 35px;}
.s3-bg-lft, .s3-bg-rgt { float: left;width: 100%;text-align: center;}
.s3-bg-rgt .comn-txt {margin-top: 10px;}

.footer {padding: 30px 0;}
.ftr-logo { width: 167px;}
.ftr-txt {margin-top: 15px; font-size: 12px;line-height: 24px;}
.ftr-txt span {padding: 0 1px;}
.ftr-txt2 { font-size: 12px;line-height: 20px; padding: 15px 15px; margin: 15px 0 0 0;}
.footer-btm {padding: 0 0 15px;}
.frt-txt1, .frt-txt3 { font-size: 13px; line-height: 23px; text-align: center;width: 100%; margin: 15px 0 0 0;}

}

/*========================
popup
==========================*/
/*========================
popup
==========================*/
.popup-Box{
	position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    overflow: auto;
	z-index:999;	
	}
.pop-content{
	position:absolute;
	left:0;
	width:100%;
    padding: 30px 0;
	top:calc(50% - 300px);
	}		
.pop-container{
	max-width:860px;
    margin:0 auto;
    padding:0 15px;
	}	
.pop-outerBox{
	display:inline-block;
	vertical-align:middle;
	width:600px;
	position:relative;
	background:#fff;
	border-radius: 6px;
	background-size:cover;
	padding:30px 65px 40px;
	}
.pop-close{
	position: absolute;
    z-index: 99;
    right: -6px;
    top: -6px;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
	background:#333;
    width: 25px;
    height: 25px;
	line-height:22px;
    text-align: center;
    cursor: pointer;
	}
.popup-frm-bx{
	display:inline-block;
    vertical-align:top;
    width:100%;
	}
.popup-frm-hdg{
    color:#000;
    font-size:28px;
    line-height:36px;
	letter-spacing:-0.5px;
    font-weight:900;
	}
.popup-sub-txt{
    color:#000;
    font-size:28px;
    line-height:36px;
	letter-spacing:-0.5px;
	font-weight:900;
    margin-top:2px;
	}
.popup-frm-sec{
	display:inline-block;
    vertical-align:middle;
    width:100%;
	margin-top:15px;
	}
.frmfield{
	float:left;
    width:100%;
    border-radius:7px;
	margin:8px 0;
	}
.input-fld{
    float:left;
    width:100%;
    height:65px;
	color:#000;
    font-size:20px;
    background:#fff;
	text-align:left;
    border-radius:5px;
	font-family: 'Nunito Sans 7pt';
	border:1px solid #a1a1a1;
	font-weight:normal;
	padding:0 15px;
    outline:none;
    -webkit-appearance:none;
	}
.input-fld:focus{
	border-color:#0da153;
	outline:0;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(13,161,83,0.6);
	}
textarea{
	float:left;
    width:100%;
	color:#000;
    font-size:20px;
	line-height:30px;
    text-align:left;
	border-radius:5px;
	font-family: 'Nunito Sans 7pt';
	border:1px solid #a1a1a1;
	resize:none;
	padding:10px 15px 10px;
	min-height:100px;
	margin-top:10px;
	}
textarea:focus{
	border-color:#0da153;
	outline:0;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(13,161,83,0.6);
	}

.popup-btn{
    display: inline-block;
    vertical-align: middle;
    width:100%;
    height:75px;
    color:#fff;
    font-size:29px;
	line-height:76px;
    background:#f59329;
    text-align:center;
	font-family: 'Nunito Sans 7pt';
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 5%);
    margin-top:22px;
    position:relative;
	-webkit-appearance:none;
	border:none;
	border-radius: 5px;
	}
.popup-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 12px;
	}
	
.thnk-row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:480px;
	}	
.popup-thanks-bx{
	width:100%;
	}
.thnk-row-txt1{
	color:#000;
    font-size:38px;
	line-height:48px;
	font-weight:bold;	
	}
.thnk-row-txt2{
	color:#000;
    font-size:17px;
	line-height:25px;
	margin-top:10px;	
	}

@media only screen and (max-width:1021px){
.hide-tab{display:none;}
.pop-container{max-width:600px;}
.thnk-row-txt1{font-size:35px; line-height:41px;}

}

@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;}

.pop-content{padding:10px 0;}
.pop-container{margin:0;}
.pop-outerBox{width:345px; padding:16px 20px 25px;}
.popup-frm-sec{margin-top:10px;}
.popup-frm-hdg{font-size:20px; line-height:26px;}
.popup-sub-txt{font-size:19px; line-height:27px;}
.frmfield{margin:6px 0;}
.input-fld{height:55px; font-size:18px; padding:0 15px;}
textarea{font-size:18px; min-height:82px; margin-top:6px;}
.popup-btn{height:58px; line-height:58px; font-size:20px; margin-top:12px;}
.popup-btn img{margin:-4px -5px 0 10px; width:17px;}
.thnk-row{min-height:350px;}
.thnk-row-txt1 {font-size:26px; line-height:36px;}
.thnk-row-txt2{font-size:16px; line-height:26px; 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}}