@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';
	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%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.wrapper{
	overflow:hidden;
	}
/*--------fonts--------*/
@font-face {
	font-family: 'Inter';
	src: url('Inter-Light.woff2') format('woff2'),
	url('Inter-Light.woff') format('woff');
	font-weight: 300;
	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: 400;
	font-style: normal;
	font-display: swap;
	}
@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: 700;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

/*--------MAIN-CSS--------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*--------TOP-STRIP--------*/
.top__strip{
	float:left;
	width:100%;
	background:#000;
	padding:5px 0 6px;
	position:relative;
	z-index:1;
	}
.top__strip_text{
	float:left;
	width:100%;
	color:#fff;
	font-size:17px;
	line-height:23px;
	font-weight:400;
	letter-spacing:0.5px;
	}

/*--------Header--------*/
.header{
	float: left;
	width: 100%;
	padding:10px 0;
	position:relative;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
	}
.header__inner{
	float:left;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	
	}
.header__logo{
	width:228px;
	}
.header__list{
	width:auto;
	display:flex;
	column-gap:30px;
	align-items:center;
	justify-content:center;
	}
.header__list li{
	width:auto;
	padding-left:20px;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	letter-spacing:0.5px;
	background:url(../images/header-check.png) no-repeat 0 1px;
	background-size:14px;
	}



/*--------BANNER--------*/
.banner{
	float:left;
	width:100%;
	padding:30px 0 180px;
	background:url(../images/banner-background.jpg) no-repeat center bottom;
	background-size:cover;
	}
.banner__heading{
	float:left;
	width:100%;
	color:#015498;
	font-size:50px;
	line-height:54px;
	font-weight:700;
	}
.banner__image_box{
	display:inline-block;
	vertical-align:top;
	margin-top:40px;
	border-radius:16px;
	overflow:hidden;
	border:1px solid #fff;
	position:relative;
	}
.banner__image{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.banner__image_caption{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.7);
	text-align:left;
	padding:14px 20px;
	color:#fff;
	font-size:18px;
	line-height:18px;
	font-weight:400;
	letter-spacing:0.5px;
	}
.banner__image_caption img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	width:15px;
	}
.button__box{
	float:left;
	width:100%;
	margin-top:40px;
	}
.button__width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:420px;
	text-align:center;
	}
.common__button{
	float:left;
	width:100%;
	height:70px;
	background:#ffc600;
	border-radius:4px;
	color:#000;
	font-size:28px;
	line-height:70px;
	font-weight:600;
	letter-spacing:0.5px;
	}
.common__button img{
	display:inline-block;
	vertical-align:middle;
	width:10px;
	margin:-4px 0 0 20px;
	}
.button__caption{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:14px;
	line-height:14px;
	font-weight:400;
	letter-spacing:0.5px;
	}
.button__caption img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 10px 0 0;
	width:12px;
	}
.button__caption.white_text img{ filter:brightness(0) invert(1);}

/*--------RATING-SECTION--------*/
.rating__section{
	float:left;
	width:100%;
	padding:20px 0 20px;
	background:#004075;
	}
.rating__inner{
	float:left;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	}
.rating__col{
	width:auto;
	}
.rating__col img{
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	width:auto;
	height:39px;
	}
.rating__col p{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	font-size:16px;
	line-height:16px;
	font-weight:400;
	}

/*--------SECTION-1--------*/
.section1{
	float:left;
	width:100%;
	padding:70px 0 70px;
	background:#fff;
	}
.s1__inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	}
.s1__left{
	float:left;
	width:40%;
	padding:0 20px;
	}
.s1__left img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s1__right{
	float:right;
	width:56%;
	text-align:left;
	}
.common__head{
	float:left;
	width:100%;
	font-size:36px;
	line-height:42px;
	font-weight:800;
	letter-spacing:0.5px;
	}
.s1__list{
	float:left;
	width:100%;
	}
.s1__list li{
	float:left;
	width:100%;
	padding-left:65px;
	position:relative;
	margin-top:40px;
	}
.s1__list li:before{
	content:'';
	position:absolute;
	top:40px;
	bottom:-30px;
	left:22px;
	border-left:1px dashed #004075;
	}
.s1__list li:last-child:before{ display:none;}
.s1__list_no{
	position:absolute;
	left:0;
	top:-7px;
	width:44px;
	height:44px;
	border:7px solid #e1effa;
	background:#004075;
	border-radius:50%;
	color:#fff;
	font-size:20px;
	line-height:28px;
	font-weight:400;
	text-align:center;
	}
.s1__list_head{
	float:left;
	width:100%;
	color:#000;
	font-size:22px;
	line-height:26px;
	font-weight:700;
	letter-spacing:0.5px;
	}
.s1__list_text{
	float:left;
	width:100%;
	margin-top:10px;
	color:#000;
	font-size:18px;
	line-height:24px;
	font-weight:400;
	letter-spacing:0.5px;
	}

/*--------SECTION-2--------*/
.section2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f0f8ff;
	}
.s2__row{
	float:left;
	width:100%;
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:0 70px;
	}
.s2__col{
	width:31%;
	padding:30px 15px 25px 20px;
	background:#fff;
	border-radius:8px;
	text-align:left;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
	}
.s2__col_top{
	width:100%;
	}
.s2__col_icon{
	float:left;
	width:96px;
	height:96px;
	background:#e5f3ff;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	}
.s2__col_icon img{
	width:68px;
	}
.s2__col_head{
	float:left;
	width:100%;
	margin-top:25px;
	color:#000;
	font-size:21px;
	line-height:27px;
	font-weight:700;
	letter-spacing:0.5px;
	}
.s2__col_text{
	float:left;
	width:100%;
	margin-top:20px;
	color:#000;
	font-size:18px;
	line-height:24px;
	font-weight:400;
	letter-spacing:0.5px;
	}
.s2__col_caption{
	width:100%;
	padding-top:20px;
	margin-top:15px;
	border-top:4px solid #e0e0e0;
	color:#000;
	font-size:17px;
	line-height:23px;
	font-weight:600;
	}

/*--------SECTION-3--------*/
.section3{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.common__text{
	float:left;
	width:100%;
	margin-top:20px;
	color:#000;
	font-size:18px;
	line-height:24px;
	font-weight:400;
	letter-spacing:0.5px;
	}
.s3_inner{
	float:left;
	width:100%;
	margin-top:30px;
	padding:0 70px;
	display:flex;
	row-gap:25px;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s3__col{
	width:48.6%;
	border:1px solid #adc2d5;
	background:#fff;
	padding:25px 20px;
	border-radius:16px;
	position:relative;
	text-align:left;
	}
.s3__col_star{
	float:left;
	width:106px;
	margin-top:12px;
	}
.s3__col_name{
	float:left;
	width:100%;
	margin-top:50px;
	font-size:20px;
	line-height:20px;
	font-weight:600;
	letter-spacing:0.5px;
	}
.s3__col_name span{
	float:right;
	color:#01c653;
	font-size:15px;
	font-weight:400;
	}
.s3__col_name span img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	width:18px;
	}

/*--------ACCORDION--------*/
.section4{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f0f8ff;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:900px;
	width:100%;
	margin:15px 0;
	}	
.up-slide-dwn{
	float:left;
	width:100%;
	background:#fff;
	border-radius:12px;
	margin-top:25px;
	cursor:pointer;
	box-shadow:0 10px 20px 0 rgba(124, 139, 161, 0.2);
	-webkit-box-shadow:2px 2px 6px 0 rgba(124, 139, 161, 0.4);
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat 98% center;
	background-size:14px;
	padding:20px 45px 20px 20px;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	color:#000;
	letter-spacing:0.5px;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat 98% center;
	background-size:14px;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 20px 20px 20px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	font-weight:400;
	color:#000000;
	letter-spacing:0.5px;
	}

/*--------FOOTER--------*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:20px 0 45px;
	}
.footer_left{
	float:left;
	width:22%;
	text-align:left;
	}
.footer__logo{
	float:left;
	margin-top:20px;
	width:200px;
	}
.footer__text1{
	float:left;
	width:100%;
	margin-top:20px;
	font-size:16px;
	line-height:22px;
	font-weight:300;
	}
.footer__right{
	float:right;
	width:74%;
	text-align:left;
	margin-top:20px;
	}
.footer__text2{
	float:left;
	width:100%;	
	font-size:15px;
	line-height:21px;
	font-weight:400;
	}

.border_top{
	float:left;
	width:100%;
	margin-top:20px;
	padding-top:15px;
	border-top:1px solid #e4e4e4;
	
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;	
	}	
.footer__text3{
	font-size:15px;
	line-height:21px;
	font-weight:400;
	}
.footer__text3 a{
	display:inline-block;
	vertical-align:middle;
	padding:0 10px;
	}
.footer__text3 a:first-child{ padding-left:0;}

/*--------COMMON--------*/
.fl{ float:left;}
.fr{ float:right;}

.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
	

/*--------Media-Querry--------*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.rating__col img { margin-right: 10px; height: 32px;}
.rating__col p { font-size: 14px; line-height: 14px;}
.section1 { padding: 50px 0 60px;}
.section2 { padding: 50px 0 60px;}
.s2__row { margin-top: 40px; padding: 0;}
.section3{ padding: 50px 0 60px;}
.s3_inner { padding: 0;}
.section4 { padding: 50px 0 60px;}

.footer_left { width: 26%;}
.footer__right { width: 70%;}
}


@media only screen and (max-width:1023px){
.container{width:750px;}

.showDesk{display: none;}
.showTab{display: block;}

.top__strip_text { font-size: 16px; line-height: 22px;}
.header__logo { width: 210px;}
.header__list { column-gap: 25px;}
.header__list li { padding-left: 17px; font-size: 16px; line-height: 16px; letter-spacing: 0; background-position: 0 2px; background-size: 12px;}

.banner__heading { font-size: 40px; line-height: 48px;}

.rating__section { padding: 15px 0 15px;}
.rating__col img { margin-right: 5px; height:24px;}
.rating__col p { font-size: 11px; line-height: 11px;}

.section1 { padding: 40px 0 50px;}
.s1__right { width: 58%;}
.common__head { font-size: 30px; line-height: 38px;}
.s1__list li { padding-left: 55px; margin-top: 35px;}
.s1__list li:before { left: 20px;}
.s1__list_no { top: -5px; width: 38px; height: 38px; font-size: 18px; line-height: 24px;}
.s1__list_head { font-size: 20px; line-height: 24px;}
.s1__list_text { font-size: 17px; line-height: 23px;}

.section2 { padding: 40px 0 50px;}
.s2__col { width: 32%; padding: 25px 15px 20px 15px;}
.s2__col_icon { width: 80px; height: 80px;}
.s2__col_icon img { width: 50px;}
.s2__col_head { margin-top: 20px; font-size: 20px; line-height: 26px;}
.s2__col_text { margin-top: 15px; font-size: 17px; line-height: 23px;}

.section3 { padding: 40px 0 50px;}
.common__text { margin-top: 15px; font-size: 17px; line-height: 23px;}
.s3_inner { row-gap: 20px;}
.s3__col { width: 49%;}
.common__text { font-size: 16px; line-height: 22px;}
.s3__col_name { margin-top: 30px; font-size: 18px; line-height: 18px;}
.s3__col_name span { font-size: 14px;}
.s3__col_name span img { margin: -3px 5px 0 0; width: 16px;}

.section4 { padding: 40px 0 50px;}
.acdn-para { font-size: 17px; line-height: 23px;}

.border_top{ flex-wrap: wrap;}
.footer__text3{ float:left; width:100%;}
.ftr_top{ margin-top:10px;}
.footer__logo{ width: 160px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.top__strip_text { font-size: 14px; line-height: 20px;}

.header__inner{ justify-content:center;}
.header{ padding: 8px 0;}
.header__logo { width: 180px;}

.banner { padding: 25px 0 35px; background:#edf7ff;}
.banner__heading { font-size: 30px; line-height: 38px;}
.banner__image_box { margin-top: 20px; border-radius: 10px;}
.button__box { margin-top: 30px;}
.button__width { max-width: 300px;}
.common__button { height: 60px; font-size: 26px; line-height: 60px;}
.button__caption { font-size: 11px;}
.button__caption img { margin: -6px 6px 0 0; width: 10px;}

.rating__col { width: 29%;}
.rating__col img { margin-right: 0px; height: 26px;}
.rating__col p { display:none;}

.section1 { padding: 30px 0 35px;}
.s1__right { width: 100%; text-align:center;}
.common__head { font-size: 26px;  line-height: 34px;}
.s1__left { width:100%; margin-top:20px;}
.s1__left img { max-width:60%;}
.s1__list { text-align:left;}
.s1__list li { padding-left: 45px; margin-top: 25px;}
.s1__list li:before { left: 16px; top: 30px; bottom: -17px;}
.s1__list_no { width: 32px; height: 32px; font-size: 14px; line-height: 20px; border-width: 6px;}
.s1__list_text { font-size: 16px; line-height: 22px;}

.section2 { padding: 30px 0 35px;}
.s2__row { margin-top: 30px; row-gap:20px;}
.s2__col { width: 100%; padding: 30px 20px 25px 20px;}
.s2__col_head { font-size: 19px; line-height: 23px;}
.s2__col_text { font-size: 16px; line-height: 22px;}
.s2__col_caption { font-size: 16px; line-height: 22px;}

.section3 { padding: 30px 0 35px;}
.s3_inner { margin-top: 25px;}
.s3__col { width: 100%; padding: 20px 15px; border-radius: 12px;}

.section4 { padding: 30px 0 35px;}
.faq-container { margin: 0;}
.up-slide-dwn { border-radius: 12px; margin-top: 20px;}
.accordion { background-position: 96% center; background-size: 12px; padding: 20px 30px 20px 15px; font-size: 18px; line-height: 24px;}
.acdn-heading.accordion-open { background: url(../images/open.png) no-repeat 96% center; background-size: 12px;}
.acdn-content { padding: 0 15px 20px 15px;}
.acdn-para { font-size: 16px; line-height: 22px;}

.footer { padding: 25px 0 25px;}
.footer_left { width: 100%; text-align:center;}
.footer__logo { display: block; margin: 0 auto; float:none;}
.footer__text1 { margin-top: 15px;}
.footer__right { width: 100%; text-align:center; margin-top:15px;}
.footer__text2 { font-size: 14px; line-height: 21px;}
.border_top{ margin-top:15px; padding-top:15px;}
.ftr_top{ margin-top: 5px;}
}
.white_text{ color:#fff;}


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

.streetviewdiv-mobile {
	width: 100% !important;
	height: 270px !important;
	display: block !important;
	background-repeat: no-repeat !important;
	background-size: cover;
}

.banner__image_box {
	width: 100%;
	max-width: 570px;
}