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

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Inter';
	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
------------------------*/

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

@font-face {
    font-family: 'Inter';
    src: url('font/Inter-SemiBold.woff2') format('woff2'),
	url('font/Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Inter';
    src: url('font/Inter-Bold.woff2') format('woff2'),
	url('font/Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Inter';
	src: url('font/Inter-ExtraBold.woff2') format('woff2'),
	url('font/Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Figtree';
	src: url('font/Figtree-Bold.woff2') format('woff2'),
	url('font/Figtree-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*========Header========*/	
/*.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:70px;
	} */
.header{
	width:100%;
	height:70px;
	margin-top:-70px;
	top:70px;
	background:#fff;
	position:relative;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	background:#fff;
	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);	
	margin-top:0;
	top:0;
	}		
.logo{
	margin-top:22px;
	width:310px;
	}
a.nav-btn{
    float:right;
	width:150px;
	height:40px;
    color:#fff;
    font-size:16px;
	line-height:40px;
    text-align:center;
	background:#007931;
	font-weight:600;
	border-radius:5px;
	cursor:pointer;
	margin-top:14px;
	}
.nav-btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 6px;
	width:17px;	
	}
	
/*========Banner========*/
.bnr-sec{
    float:left;
    width:100%;
	background:url(image/bnr-bg.jpg) no-repeat center top;
	padding:100px 0 145px;
	}

.page2.bnr-sec{
	padding:120px 0 84px;
	}

.bnr-hdg{
	color:#fff;
	font-size:56px;
	line-height:60px;
	font-weight:bold;
	font-family: 'Figtree';
	}
.bnr-hdg span{color:#027931;}
.bnr-para{
	color:#fff;
	font-size:18px;
	line-height:26px;
	margin-top:15px;
	}
	
/*=====Banner-Bottom======*/
.bnr-btm{
	float:left;
	width:100%;
	}
.bnr-btm-bx{
	float:left;
	width:100%;
	background:#fff;
	border-radius:15px;
	-webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 15%);
	padding:30px 60px 35px;
	margin-top:-70px;
	}
.bnr-btm-hdg{
	color:#010233;
	font-size:20px;
	line-height:28px;	
	font-weight:bold;
	}
.bnr-btm-list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	width:100%;
	margin-top:20px;
	}
.bnr-btm-list-bx{
	width:14.5%;
	}
.bnr-btm-list-inr{
	float:left;
	width:100%;
	color:#010233;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	border:1px solid #e1e1e1;
	border-radius:10px;
	padding:25px 10px;
	}
.bnr-btm-list-icn{
	display:block;
	margin:0 auto 10px;
	width:77px;
	}	
.bnr-btm-list-inr:hover{
	color:#fff;
	background:#007931;
	transform:scale(1.01);
	}
.bnr-btm-list-inr:hover .bnr-btm-list-icn{
	filter:invert(1) brightness(20);
    -webkit-filter:invert(1) brightness(20);
	}
	
/*========Common-CSS========*/
.commn-hdg{
	color:#010233;
    font-size:50px;
    line-height:60px;
	font-weight:800;
	font-family: 'Figtree';
	}
.page2.commn-hdg{font-size:35px !important;}
.commn-hdg.white-txt{color:#fff;}
.commn-hdg.black-txt{color:#000;}
.commn-para{
	color:#000;
    font-size:18px;
    line-height:26px;
	margin-top:10px;
	}	
.commn-para.white-txt{color:#fff;}
.commn-para.padding{padding:0 165px;}	
.btn-bx{
	display:inline-block;
	vertical-align:middle;
	max-width:365px;
	width:100%;	
	margin-top:30px;
	}
.commn-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;	
    color:#fff;
    font-size:24px;
	line-height:24px;
    text-align:center;
	background:#007931;
	font-weight:800;
	border-radius:5px;
	padding:18px 0;
	cursor:pointer;
	}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 16px;
	width:23px;	
	}
.btn-txt{
	color:#000;
    font-size:16px;
	line-height:24px;
	margin-top:8px;
	}

/*========Section-1========*/
.sec1{
	float:left;
	width:100%;
	padding:85px 0 65px;
	position:relative;
	}
.sec1:before{
	content:'';
	position:absolute;
	top:22px;
	left:50%;
	width:1px;
	height:65px;
	background:#027931;
	}
.s1-contnt{
	display:inline-block;
	vertical-align:middle;
	max-width:1065px;
	width:100%;	
	margin-top:40px;
	margin-bottom: 40px;
	}
.s1-left{
	float:left;
	width:45%;
	}
.s1-img{
	display:inline-block;
	vertical-align:middle;
	border-radius:10px;
	}
.s1-rgt{
	float:right;
	width:51%;
	text-align:left;
	}
ul.s1-list{
	float:left;
	width:100%;
	}
ul.s1-list li{
	float:left;
	width:100%;
	text-align:left;
	background: url(image/s1-bullet.svg)no-repeat left 0;
	padding-left:65px;
	margin-top:26px;
	position:relative;
	}
ul.s1-list li:before{
	content:'';
	position:absolute;
	top:32px;
	left:14px;
	bottom:-25px;
	border-left:2px dotted #d4e3da;
	}
ul.s1-list li:last-child:before{display:none;}
.s1-list-txt1{
	color:#027931;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	}
.s1-list-txt2{
	color:#000;
	font-size:26px;
	line-height:32px;
	font-weight:bold;
	margin-top:5px;
	}
.s1-list-txt3{
	color:#000;
	font-size:18px;
	line-height:26px;
	margin-top:8px;
	}	
	
/*========Section-2========*/
.sec2{
    float:left;
    width:100%;
	background:url(image/s2-bg.jpg) no-repeat center top;
	background-size:cover;
	padding:65px 0;
	}	
	
.s2-list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	width:100%;
	max-width:830px;
	width:100%;	
	margin:20px auto 0;
	}
.s2-list-bx{
	width:17%;
	margin-top:20px;
	}
.s2-list-bx-inr{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	background:#fff;
	border-radius:10px;
	padding:25px 10px;
	}
.s2-list-icn{
	display:block;
	margin:0 auto 10px;
	width:65px;
	}	
.s2-list-bx-inr:hover{
	color:#fff;
	background:#007931;
	transform:scale(1.01);
	}
.s2-list-bx-inr:hover .s2-list-icn{
    filter:invert(1) brightness(20);
    -webkit-filter:invert(1) brightness(20);
	}

/*========Section-3========*/
.sec3{
	float:left;
	width:100%;
	padding:65px 0;
	}
.s3-contnt{
	display:inline-block;
	vertical-align:middle;
	max-width:1090px;
	width:100%;	
	}
.s3-left{
	float:left;
	width:43%;
	text-align:left;
	}
.s3-rgt{
	float:right;
	width:51%;
	text-align:left;
	}
	
/*=====footer-Section======*/
.footer-sec{
	float:left;
    width:100%;
	background:#f6f8fe;
	padding:50px 0 40px;
	}
.ftr-logo{
	display:block;
	margin:0 auto 20px;
	}
.note-txt{
	color:#585858;
	font-size:14px;
	line-height:22px;
	background:#fff;
	border:1px solid #d7d7d7;
	padding:15px 55px;
	margin-top:20px;
	}
.ftr-txt{
	color:#000;
	font-size:14px;
	line-height:22px;
	}
.ftr-txt.medium{font-weight:500;}
.ftr-txt a{padding:0 5px;}	
	
/*========footer==========*/
.footer{
    float:left;
    width:100%;
	background:#fff;
	padding:25px 0;
	}
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

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

.commn-hdg{font-size:45px; line-height:55px;}
ul.s1-list li{padding-left:60px;margin-top:25px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

.commn-hdg{font-size:35px; line-height:43px;}
.commn-para{font-size:17px; line-height:25px;}
.btn-bx{margin-top:20px;}

/* .top-fix-bar{margin-bottom:65px;} */
.header{height:65px; margin-top:-65px; top:65px;}
a.nav-btn{line-height:38px;margin-top:12px;}

.bnr-sec{padding:40px 0 110px;}
.page2.bnr-sec{padding:90px 0 30px;}
.bnr-hdg{font-size:40px; line-height:80px;}
.bnr-para{font-size:17px; line-height:25px; margin-top:10px;}
.bnr-btm-bx{padding:25px 20px 30px;}
.bnr-btm-list-bx{width:16%;}
.bnr-btm-list-inr{font-size:15px; line-height:19px; padding:20px 10px;}
.bnr-btm-list-icn{width:70px;}

.sec1{padding:50px 0 40px;}
.sec1:before{top:18px; height:30px;}
.s1-left{width:40%;}
.s1-rgt{width:56%;}
ul.s1-list li{padding-left:45px; margin-top:20px;}
ul.s1-list li:first-child{margin-top:0;}
.s1-list-txt2{font-size:21px;}
.s1-list-txt3{font-size:17px; line-height:25px;}

.sec2{padding:40px 0;}
.s2-list{margin:15px auto 0;}
.s2-list-bx{width:18%; margin-top:15px;}

.sec3{padding:40px 0;}
.s3-left{width:100%; text-align:center;}
.s3-rgt{width:100%; text-align:center; margin-top:10px;}

.footer-sec{padding:40px 0;}
.ftr-txt{font-size:13px; line-height:23px;}
.ftr-txt a{padding:0 0;}
.note-txt{padding:15px 15px;}

}

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

.commn-hdg{font-size:26px; line-height:36px;}
.commn-para{font-size:16px; line-height:24px; letter-spacing:0.5px; margin-top:15px;}
.btn-bx{margin-top:20px;}
.commn-btn{font-size:22px; line-height:24px; text-shadow:0 1px #52b887; padding:18px 0;}
.btn-arw{margin:-3px 0 0 16px; width:18px;}

/* .top-fix-bar{margin-bottom:55px;} */
.header{height:52px; margin-top:-50px; top:55px;}
.logo{margin-top:16px; width:220px;}
a.nav-btn{width:155px; font-size:14px; line-height:40px;margin-top:8px; text-shadow:0 1px #52b887;}

.bnr-sec{padding:20px 0 95px; background-size:cover;}
.page2.bnr-sec{padding:80px 0 45px;}
.bnr-hdg{font-size:30px; line-height:34px; letter-spacing:1px;}
.bnr-para{font-size:16px; line-height:24px; letter-spacing:0.3px;}
.bnr-btm-bx{padding:20px 15px 25px;}
.bnr-btm-hdg{font-size:17px; line-height:25px;}
.bnr-btm-list{margin-top:5px;}
.bnr-btm-list-bx{width:32%; margin-top:10px;}	
.bnr-btm-list-inr{font-size:13px; line-height:17px; padding:15px 10px;}
.bnr-btm-list-icn{width:60px; margin: 0 auto 8px;}

.sec1{padding:55px 0 35px;}
.sec1:before{top:15px; height:40px;}
.s1-contnt{margin-top:0;}
.s1-rgt{width:100%;}
.s1-img{margin:20px auto 25px;}
ul.s1-list li{padding-left:40px;}
ul.s1-list lii:after{background-size:22px; left:0px;}
ul.s1-list li:before{left:14px;}
.s1-list-txt1{font-size:16px;}
.s1-list-txt2{font-size:19px;}
.s1-list-txt3{font-size:16px; line-height:24px; letter-spacing: 0.3px;}

.sec2{padding:30px 0 40px;}
.s2-list{margin:10px auto 0;}
.s2-list-bx{width:32%; height:120px;}
.s2-list-bx-inr{font-size:14px; line-height:14px; padding:20px 5px;}
.s2-list-icn{width:65px;}

.sec3{padding:30px 0 35px;}
.s3-rgt{margin-top:0;}

.footer-sec{padding:35px 0;}
.ftr-logo{width:215px;}
.ftr-txt a{padding:0 3px;}
.ftr-txt.margin-top{margin-top:10px;}
.ftr-txt.line-height{line-height:28px;}
.footer{padding:20px 0;}
.ftr-txt.fl, .ftr-txt.fr{float:none;}

}


/*========================
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;
    font-weight:bold;
	}
.popup-sub-txt{
    color:#000;
    font-size:28px;
    line-height:36px;
	font-weight:bold;
    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: 'Inter';
	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: 'Inter';
	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:#007931;
    text-align:center;
	font-family: 'Inter';
	font-weight:600;
    margin-top:22px;
    position:relative;
	-webkit-appearance:none;
	border:none;
	cursor:pointer;
	border-radius: 6px;
	}
.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(loading.html) 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}}

.form-container p {
    padding-top: 20px;
}





/*------- FORM CSS --------------*/
.disabled 
{
  background:#b7b6b6 !important;
  border:solid 1px red;
}

.disabled:hover 
{
  cursor: auto !important;
  background:#b7b6b6 !important;
}
.dis 
{
    display:none !important;
}
.get-free 
{
    text-align: center;
    background: red;
    color: white;
    margin-bottom: 20px;
    padding: 11px;
    min-width: 340px;
    font-size: 20px;
}

.get-free:hover 
{
    color:white;
}
.last-buttonq:hover 
{
    background-color:#1e87f0;
    cursor:pointer;
}
  .button-m 
  {
      width:250px;
      
  }
  .main-icons 
  {
      color:black;
      font-size:25px;
      margin-bottom:10px;
  }

  .main-icons i 
  {
      color:#ff5500;
      font-size:24px;
  }
.btn-phone-mobile 
{
    display:none
}

.sub #zip-error 
{
    display:none !important
}
  
.bg-green 
{
    background:#ee5335;
}
  body.sub 
  {
    background:#ee5335;
  }
  #zip 
  {
    background: #fce0d2;
    border: solid 1px #e7f7ee;
    text-align: center;
    color: #ee5335;
    font-size: 20px;
    height: 40px;
    font-family: 'Ubuntu';
    font-size:18px;
  }
  
  .margin-select 
  {
      margin-top:40px !important;
  }

  .uk-accordion-content p 
  {
      color:#a3b2c2;
  }

  .cityw 
  {
    width: 340px;
    margin: auto;
  }

  .cityw:hover 
  {
      cursor:pointer;
  }

  .secondzip 
  {
      display:none;
  }

  .showzip 
  {
      display:block;
  }
.gilroy-heavy 
{
    font-family: 'Ubuntu';
    font-weight:500;
}
.gilroy-bold 
{
    font-family: 'Ubuntu';
    font-weight:600;
}
.gilroy-semibold 
{
    font-family: 'Ubuntu';
    font-weight:400;
}

.gilroy-medium 
{
    font-family: 'Ubuntu';
    font-weight:300;
}

.gilroy-regular 
{
    font-family: 'Ubuntu';
    font-weight:normal;
}

.b-f 
{
    font-size:70px;
    color:white;
    letter-spacing:1px;
}
.uk-logo 
{
    width:280px;
    padding:0px
}

.uk-navbar-container:not(.uk-navbar-transparent)
{
    background:white;
    box-shadow: 0px 2px 9.4px 0.6px rgba(18, 16, 11, 0.2);
}

.uk-navbar-nav > li > a
{
    font-family: 'Ubuntu';
    font-weight:300
}

.textwidget a 
{
    font-family: 'Ubuntu';
    font-weight:400;
    background:#ff5500;
    border-radius:30px;
    padding:3px 20px;
    
}

.textwidget 
{
    border-radius:30px;
}

.white 
{
    color:white;
}

.insurance-zip input 
{
    height:60px;
    color:#000 !important;
    padding-left:16px;
    font-family: 'Ubuntu';
    font-weight:300;
    border-radius:10px;
    line-height:60px;
}
#recordPropertyZip 
{
    background: #e9eaeb;
    padding: 11px 30px;
    border: solid 1px #e9eaeb;
    font-size: 18px;
    font-weight:200;
    line-height:25px;
    
}

#recordPropertyZip::placeholder 
{
    color:#b3b3b3 !important;
    font-family:'Ubuntu';
    font-weight:200;
}

.get-started-button 
{
    position: absolute;
    right: 0;
    top: 0;
    background: #fff !important;
    color: #ff5500 !important;
    height: 60px;
    font-family: 'Ubuntu';
    font-weight: 600;
    /* line-height: 60px; */
    font-size: 16px;
    -webkit-transition: .3s;
    padding: 10px 
}

.form-header 
{
    background:#6ec5b8;
}
.save-font 
{
    font-size:60px;
}

.health-font 
{
    font-size:31px;
}

.the-importance 
{
    color:#d8d8d8;
    font-family: 'Ubuntu';
    font-weight:300;
    font-size:40px;
}

.window-title 
{
    color:#ce2f2b;
    font-size:50px;
}

.window-title-w
 {
     color:white;
     font-size:50px;
 }

 .why-text 
 {
    text-transform: uppercase;
    font-size: 17px;
    color:white;
 }

 .border-card 
 {
     border-radius:0px !important;
     border-left:solid 1px white;
     border-right:solid 1px white;
 }

 .card-blog 
 {
    background: white;
    padding:20px;
    width: 80%;
    margin: auto;
    margin-top: -50px;
    border:solid 1px #bbc0c4;
    border-radius:10px;
    padding-bottom:40px;
 }
.faq-title 
{
    color:#000;
    font-size:36px;
}

.faq-title span 
{
    color:#0fb35a;
}

.average 
{
    color:#0fb35a;
    font-size:24px;
}

.dark 
{
    color:#000
}

.solar-title span 
{
    color:#ffda00;
}
.text-dark 
{
    color:#000;
}

.learn-more 
{
    color:#1045f5;
    text-decoration: underline;
}

.single-text 
{
    font-size:32px;
}

.check-icons 
{
    font-family:'Ubuntu';
    font-weight:normal;
    color:#8e908f;
    margin-top:40px !important;
}

.width-90 
 {
     padding:0px 50px;
 }

.check-icons img 
{
    width:20px;
    margin-right:10px;
}

.phone-icon 
{
    width:20px;
    margin-right:5px;
}

.border-shadows 
{
    background:white;
    box-shadow: 0px 0px 19.4px 0.6px rgba(119, 119, 119, 0.2);
}

.arrow 
{
    width:20px;
    margin-left:10px;
}

.img-200 
{
    width:200px;
}

.text-48
{
    font-size:48px;
    color:white;
}


.insurance-cards 
{
    width:48%;
    border-radius:10px;
    bottom:-80px;
}

.radio-insurance 
{
   
    position: relative;
    z-index: -1;
    opacity: 0;
}

.q-next 
{
    bottom: 40px;
    right: 120px;
    position:absolute;
}

.q-back 
{
    position: absolute;
    bottom: 40px;
    left: 120px;
    /* background: #d8d8d8; */
    width: 45px;
    height: 45px;
    border-radius: 50px;
    color: #b3b3b3;
    border: solid 2px #b3b3b3;
}

.control__indicator {
    position: relative;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    /* margin: auto; */
    border-radius: 2px;
  }

  .in-controls .control__indicator
  {
      height:40px;
      width:40px;
      display:inline-block;
  }

  .inline-block 
  {
    display: inline-block;
    top: -18px;
    position: relative;
    padding-left: 30px;
    color:black;
    font-size:12px;
    margin-bottom:0px;
  }

  .iam 
  {
    margin: auto;
    width: fit-content;
  }

  .control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}


.control input:checked ~ .control__indicator {
    background: #0fb35a;
  }
  .control:hover input:not([disabled]):checked ~ .control__indicator,
  .control input:checked:focus ~ .control__indicator {
    background: #fadfd2;
  }
  .control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
  }
  .control__indicator:after {
    content: '';
    background-image:url('check.html');
    background-size:cover;
    position: absolute;
    display: none;
    width: 12px;
    height: 9px;
    top: 6px;
    left: 3px;

  }

  .in-controls .control__indicator:after {
    width:30px;
    height:22px;

  }
  .control input:checked ~ .control__indicator:after {
    display: block;
  }
  .control--checkbox .control__indicator:after {
    
  }

  .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
  }

  .insurance-cards-bigs 
  {
      width:100%;
  }

  .dark-background-text 
  {
   
        border-radius: 10px;
        background-color: #0fb35aad;
        color:white;
        font-size:18px;
        width:fit-content;
        padding:10px 20px;
        margin-bottom:20px;
  }

  .margin-bottom 
  {
      margin-bottom:10px;
  }

  .page-title 
  {
      color:white;
  }
.uk-progress 
{
    border-radius:8px;
    border:solid 1px #ce2f2b;
}

.uk-modal-dialog
{
    border-radius:30px;
}
  .uk-progress::-webkit-progress-value {
    background-color: #ce2f2b;
    transition: width 0.6s ease;
    position:relative;
    border-radius:0px
  }
  
  .uk-progress::-moz-progress-bar {
    background-color: #ce2f2b;
  }
  .uk-progress::-ms-fill {
    background-color: #ce2f2b;
    transition: width 0.6s ease;
    /* 1 */
    border: 0;
  }

  .uk-progress::-webkit-progress-bar {
    background-color: #ffeee5 !important;
    border-radius: 500px;
    overflow: hidden;
  }

  .sun-step-1 
  {
    width: 40px;
    height: 40px;
    background: url(sun.html);
    background-size: cover;
    position: absolute;
    top: -47px;
    left: 23%;
  }
  .sun-step-2
  {
    width: 40px;
    height: 40px;
    background: url(sun.html);
    background-size: cover;
    position: absolute;
    top: -47px;
    left: 50%;
  }
  .sun-step-3
  {
    width: 40px;
    height: 40px;
    background: url(sun.html);
    background-size: cover;
    position: absolute;
    top: -47px;
    left: 76%;
    z-index:99;
  }

  .solar 
  {
    width: 50px;
    height: 47px;
    background: url(solar.html);
    background-size: cover;
    position: absolute;
    top: -57px;
    right: 50px;
  }
.f-20 
{
    font-size:20px;
}
.uk-section-muted 
{
    background:#fafafa;
}




  .bordered-input .css-radio {
    display:none;
}

.bordered-input .css-radio + label.css-label {
    background: #ecedef;
    border-radius: 50%;
    text-align: center;
    color: #000;
    height:40px;
    width: 40px; 
    display:inline-block;
    line-height:40px;
    font-size:18px;
    vertical-align:middle;
    cursor:pointer;
    font-family: 'Ubuntu';
    font-weight:normal;
    margin-right:5px;

}

.bordered-input .css-radio:checked + label.css-label {
background:#0fb35a;
color:white;
}


.error 
{
    color:red;
    font-family: 'Ubuntu';
    font-weight:normal;
    display: inline-block;
    /*width: auto;*/
    margin-top: 10px;
}

.dark-error .error 
{
    color:#000;
}
.dark-error 
{
    margin-top:50px
}

.dark-error .uk-input, .dark-error .uk-textarea
{
border:solid 1px #5eb22f;
border-radius:5px;
font-family: 'Ubuntu';
font-weight:normal;
color:#000;
}

#form-stacked-select 
{
font-family: 'Ubuntu';
font-weight:normal;
color:#000;
width:105px;
margin-right:5px;
padding-left:15px;
}


#form-stacked-select-2
{
font-family: 'Ubuntu';
font-weight:normal;
color:#000;
width:105px;
margin-right:5px;
padding-left:15px;
}


#form-stacked-select-3
{
font-family: 'Ubuntu';
font-weight:normal;
color:#000;
width:105px;
padding-left:15px;
}

.tpca
{
    font-size:12px;
}

.uk-margin-b 
{
    margin-top:11px !important;
}

#form-stacked-selecct-3, #form-stacked-selecct-2, #form-stacked-selecct
{
font-family: 'Ubuntu';
font-weight:normal;
color:#000;
padding-left:15px;
}

#form-stacked-selecct-3-error, #form-stacked-selecct-2-error, #form-stacked-selecct-error
{
    display:none !important
}
#form-stacked-select-4
{
font-family: 'Ubuntu';
font-weight:normal;
color:#000;
padding-left:15px;
}

#form-stacked-select-5, #form-stacked-select-6
{
font-family: 'Ubuntu';
font-weight:normal;
color:#000;
padding-left:15px;
}

.uk-select
{
font-family: 'Ubuntu';
font-weight:normal;
color:#000;
padding-left:15px;
}

.zip-error 
{
    display:none;
    color:white;
}

#form-stacked-select-error, #form-stacked-select-2-error, #form-stacked-select-3-error, #ft-error, #in-error, #lbs-error
{
    display:none !important;
}

#recordPropertyZip-error, #zipcode2-error
{
    position: absolute;
    left: 0;
    bottom: -30px;
}

.uk-select.error, .uk-input.error, .uk-textarea.error
{
    border:solid 1px red !important;
}

#in 
{
    margin-left: 5px;
    width: calc(50% - 5px);
}

.uk-card 
{
    border-radius:10px;
}

.section-top 
{
    margin-top:-70px;
}

.card-h 
{
    background: #fff;
    border-radius:20px;
    border:solid 1px #bbc0c4;
}

.card-h h5 
{
    color:#000000;
    font-size:18px;
}

.card-h p 
{
    color:#bbc0c4;
}

.mobile-left-padding 
{
    width:340px;
    margin:auto;
    margin-bottom:7px;
}

.mobile-left-padding input 
{
    border-radius:50px;
}

.footer 
{
    background:#eef3f8;
}

.footer-logo 
{
    text-align:center;
}

.footer-logo .uk-logo 
{
    width:250px;
    margin:auto;
}

.footer .uk-grid a 
{
    color:#434343;
    font-size:11px;
}

.social 
{
    background: #ce2f2b;
    color: white !important;
    padding: 10px;
    border-radius: 5px;
}
.sub-text, .sub-text h5
{
    font-size: 12px !important;
}
.sub .sub-text 
{
    display:none
}

.blog-text span, .blog-text
{
    font-family: 'Ubuntu' !important;
    font-weight:normal;
    background:white !important;
}

.blog-text-title 
{
    padding-left:50px;
    text-decoration:underline;
}

.thank-you 
{
    background-image:url('thankyou.html');
    background-size:cover;
    background-position: center center;
    
}

.thank-text 
{
    color:#000;
    font-family:'Ubuntu';
}


.uk-navbar-nav > li > a , .textwidget a
{
    text-transform:inherit
}
.checks 
{
    padding-top:50px;
}
.last-step:hover 
{
    background:#f7c045 !important;
    -webkit-transition:.3s;
}
.get-started-bg {
    background-image:url('bgbg.html');
}

.form-wrapper {
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-height: 425px;
    padding: 30px;
    height:425px;
}
.form-wrapper h3 {
    color: #444444;
}
.form-wrapper p {
    color: #838383;
}


.ready 
{
    color:#ce2f2b !important;
}

.adress-span 
{
    font-size: 12px;
    color: #b3b3b3;
}

.button-margin
{
    padding-left:0px;
}






.radio-img {
    list-style-type: none;
    width:94%;
    margin:auto;
  }
  
.radio-img  li {
    display: inline-block;
  }
  
  .radio-img  input[type="button"][id^="cb"] {
    display: none;
  }
  
  .radio-img label 
  {
      position:relative;
      font-family:'Ubuntu';
  }
  .radio-img label img {
    border: 1px solid #fff;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .radio-img label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #ce2f2b;
    position: absolute;
    top: -5px;
    left: -55px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
    z-index:9;
  }
  
  .radio-img label img {
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    border-radius:100%;
  }
  
  .radio-img :checked+label {
    border-color: #ddd;
    position:relative;
  }
  
  .radio-img :checked+label::before {
    content: "鉁�";
    background-color: #ce2f2b;
    transform: scale(1);
  }
  
  .radio-img :checked+label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
  }
  





@media (max-width: 600px) {
    .radio-img
    {
        width:100%
    }
    .cityw
    {
        width:100% !important;
    }
    .b-f
    {
        font-size:30px;
    }
    .uk-width-large
    {
        width:100%;
    }
    #recordPropertyZip
    {
        width:100%;
        text-align:center;
    }

    .mobile-left-p 
    {
        padding-left:0;
    }
    .first-button
    {
        width:100% !important;
    }
    .uk-modal-body
    {
        padding:10px 10px;
    }
    .question-button
    {
        width:100% !important;
        font-size:16px !important;
    }
    .uk-input, .uk-select, .uk-textarea
    {
        width:100% !important; 
    }
    .q-next
    {
        bottom: 20px !important;
        width: 60% !important;
        /* left: 0; */
        right: 20px;
    }

    .request
    {
        width:100% !important
    }
    .c-request 
    {
        width:100% !important;
    }
    .q-back 
    {
        left: 40px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    }
    .question
    {
        font-size:18px !important;
        margin-top:20px !important
    }

.ready 
{
    font-size:22px !important;
}
    .mobile-left-padding
    {
        width:100% !important;
    }

    .choose-work 
    {
        margin:auto;
    }
    .choose-work input[type=radio]:checked + label, .choose-work label
    {
        font-size:16px !important;
    }
    .terms
    {
        width:100%
    }
    .get-started-button
    {
        position: relative;
        margin-top: 20px;
    }
    .main-icons
    {
        font-size:20px;
    }

    .first-button
    {
        top:10px;
    }

    .border-card
    {
        border:none;
    }
    .get-started-bg 
    {
        background:#ff5500;
    }
    .get-started-bg .uk-button
    {
        margin-left:0 !important;
        padding:10px;
        margin-bottom:20px;
    }
    .uk-margin-auto-left
    {
        margin:auto !important;
    }
    .checks
    {
        padding-top:0px;
    }
    .mobile-grid, .mobile-grid .uk-grid, .window-form-wrapper, .checks-wrapper
    {
        padding-left:0px !important;margin-left:0px !important;
    }

    .mobilew-height 
    {
        height: -webkit-fill-available;
    padding-bottom: 50px;
    }

    .mobile-left-padding 
    {
padding-left:0px;
    }
.uk-logo 
{
    padding-left:15px;
    width:200px;
}
.sun-step-3
{
    left:70%;
}
.footer-logo .uk-logo
{
    padding-left:0px;
}
.save-font
{
    margin-top:30px;
    font-size:40px;
}

.health-font {
    font-size: 22px;
}

.get-started-button
{
    padding:0 12px;
}

.button-m
{
    width:100%;
}

.solar 
{
    right:0;
}

.the-importance
{
    font-size:22px;
}
.insurance-title
{
    font-size:28px;
}

.single-text 
{
    font-size:24px;
}

.text-48
{
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.remove-padding 
{
    padding-right:0px;
    width:94%;
}

.insurance-cards 
{
    width: 48%;
    border-radius: 10px;
    bottom: -20px;
    position: relative !important;
    margin-left: 8px;
    /* margin-bottom: 15px; */
    /* margin-left: 27px; */
    height: fit-content;
    text-align: center;
    margin-left:1%;
}

.cards-mobile 
{
    margin:auto;
}
.sub .get-started-button 
{
    padding: 0 50px;
    width: 100%;
}
.width-90 
{
    width:90% !important;
}
.dark-background-text
{
    font-size:14px;
    text-align:center;    
    margin: auto;
    margin-bottom: 20px;
}

#form-stacked-select, #form-stacked-select-2, #form-stacked-select-3
{
    margin-top:0;
    width:93px;
}

#ft 
{
    margin-bottom:10px;
}

#in {
    margin-left: 5px;
}

.blog-text-title
{
    padding-left:0;
}

.learn-more
{
    font-size:20px;
}

.textwidget a 
{
    padding: 0 10px;
    font-size: 12px;
}


.phone-icon 
{
    display:none
}

.being>div 
{
    margin:auto !important;
    padding-left:0;
    margin-bottom:15px !important;
    text-align:center;
}
.being .get-started-button
{
padding:0 120px !important;
margin-left:0px !important;
}



.dark-error .uk-input, .dark-error .uk-textarea
{
    height:60px;
}

.display-img 
{
    display:none
}

.page-title
{
    text-align:center;
}
.uk-form-label
{
    font-size:20px;
}
.sub .get-started-button
{
    font-size:20px;
}

.insurance-zip 
{
    padding-top:30px;
}

.insurance-zip .get-started-button 
{
    top:auto;
    bottom:0;
}

.smoker-top 
{
    margin-top:30px;
}

.btn-phone-mobile 
{
    display: block;
    position: fixed;
    width: 90%;
    bottom: 25px;
    text-align: center;
    padding: 0;
    /*font-family: "Gilroy";*/
    z-index: 99999;
    background: linear-gradient(0deg,#2c92f7,#1645f5);
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 20px;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    margin: auto;
    border: none;
    border-radius: 50px;
    right: 0;
    left: 0;

}

.btn-phone-mobile a span 
{
    color:white;
}
}

@media (max-width: 350px)
{
.textwidget a {
    padding: 0 10px;
    font-size: 11px;
}

}




.rangeSlider, .rangeSlider__fill {
    display: block;
  
    border-radius: 10px;
}

.rangeSlider {
    position: relative;
    background: #f0f0f0;
}

.rangeSlider__horizontal {
    height: 20px;
    width: 100%;
}

.rangeSlider__vertical {
    height: 100%;
    width: 20px;
}

.rangeSlider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeSlider__fill {
    background: #fdca40;
    position: absolute;
}

.rangeSlider__fill__horizontal {
    height: 100%;
    top: 0;
    left: 0;
}

.rangeSlider__fill__vertical {
    width: 100%;
    bottom: 0;
    left: 0;
}

.rangeSlider__handle {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background: white linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.rangeSlider__handle__horizontal {
    top: -10px;
}

.rangeSlider__handle__vertical {
    left: -10px;
    bottom: 0;
}

.rangeSlider__handle:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(#0fb35a,#0fb35a);
    border-radius: 50%;
}




.select2-container .select2-selection--single
{
    height:40px;
    border-radius: 4px !important;
}

.select2-container--default .select2-selection--single
{
    border-radius:0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height:40px;
    color:#000;
}

.select2-container
{
    /*font-family: gilroy !important;*/
    font-weight: 400 !important;
    color: #000 !important;
}

.uk-open .uk-accordion-title 
{
    color:#0fb35a;
}

.uk-accordion li 
{
    background: white;
    padding: 12px 15px;
    border-radius: 10px;
    box-shadow: -3px 4px 9px #eaeaea;
}



.select2-container .select2-selection--single
{
    height:40px;
}

.select2-container--default .select2-selection--single
{
    border-radius:0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height:40px;
    color:#000;
}

.select2-container
{
    /*font-family: gilroy !important;*/
    font-weight: 400 !important;
    color: #000 !important;
}


video 
{
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.window-form .steps
{
   display:none;
}

.no-js .multi-step-form fieldset button,
.no-js .multi-step-form h2, .multi-step-form.edit-form fieldset button,
.multi-step-form.edit-form h2 {
  display: none !important;
}
.no-js .multi-step-form fieldset, .multi-step-form.edit-form fieldset {
  display: block !important;
}
.no-js .multi-step-form [type=submit],
.no-js .multi-step-form [type=reset], .multi-step-form.edit-form [type=submit],
.multi-step-form.edit-form [type=reset] {
  display: inline-block !important;
}
.no-js .multi-step-form .steps, .multi-step-form.edit-form .steps {
  display: none;
}
.multi-step-form fieldset {
  display: none;
}
.multi-step-form fieldset:first-of-type {
  display: block;
}
.multi-step-form fieldset.hidden {
  display: none;
}
.multi-step-form fieldset.visible {
  display: block;
}
.multi-step-form .steps button {
  border: 0;
}
.multi-step-form .steps [disabled] {
  background: none;
}
.multi-step-form .steps .active {
  background: #eee;
}

.error-text {
  color: red;
}

label .optional {
  font-weight: normal;
  font-size: 90%;
}

fieldset
{
    border:none;
    background:white;
    padding:0;
}

.question 
{
    font-family: 'Ubuntu';
    font-weight: 600;
    color: black;
    font-size: 26px;
    margin-top: 20px;
}

.questionzip 
{
    padding-top:20px;
    top:-30px;
}

.uk-form-label
{
    font-size:18px;
}

.uk-input, .uk-select, .uk-textarea
{
    width:340px;
    border:solid 1px black;
    border-radius:5px;
}

.request 
{
    display: block;
    width: 340px;
    margin: auto;
    font-family: 'Ubuntu';
    border-radius: 50px;
    background: #ce2f2b;
    margin-top: 50px;
}


.c-request 
{
    width: 340px;
    margin-top: 20px;
    border-radius: 50px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    position: relative;
    display: block;
    margin-top: 20px;
    font-family: 'Ubuntu';
}
.question-button 
{
    font-family: 'Ubuntu';
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    width: 480px;
    background: #ce2f2b;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    margin: auto;
    -webkit-transition:.5s;
    cursor:pointer;
}

.question-button:hover 
{
    color:white;
    background:#ce2f2b;
    -webkit-transition:.5s;
}

.question span 
{
    display: block;
    font-size: 16px;
}

.step-img 
{
   
    text-align: center;
}

.uk-form-label
{
    width:100%;
    display:block;
}

.window-form 
{
   
    background: white;
}

.button-margin
{
    margin-bottom:10px;
}
fieldset
{
    margin:0;
}


.choose-work label {
    color: white;
    padding: 9px 10px;
    /* border: 1px solid #78909c; */
    cursor: pointer;
    display: inline-block;
    /* letter-spacing: 2px; */
    margin-bottom: 7px !important;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    background: #b8b8b8;
    font-family: 'Ubuntu';
    font-weight: 400;
    color: white;
    font-size: 20px;
    border-radius: 50px;

  }
  .choose-work input[type=radio] {
    display: none;
    transition: all 200ms ease-out;
  }
  .choose-work input[type=radio]:hover + label {
  
   
    color: #fff;
  }
  .choose-work input[type=radio]:checked + label {
    background-color: #ff5500;
    color: white;
    font-family: 'Ubuntu';
    font-weight: 400;
    color: white;
    font-size: 20px;
    border-radius: 50px;
  }

  .error-text
  {
      border:solid 1px red !important;
  }

  span.error-text 
  {
      display:none !important;
  }

  button:focus 
  {
      border:none;
      outline:0;
  }
  
  .lets 
  {
    color: #ff5500;
    font-family: 'Ubuntu';
    font-weight: 300;
    border: 1px #ee5335 solid;
    /* display: block; */
    padding: 5px 8px;
    border-radius: 5px;
    margin-bottom:15px;
    display:block !important;
    width:75%;
  }

  a:hover 
  {
      text-decoration: none !important;
  }

  .terms 
  {
      font-family: 'Ubuntu';
      font-weight: 300;
    color: #abafb3;
    font-size: 10px;
    width: 96%;
    margin: auto;
    text-align: center;
    margin-top:10px;
  }

  form p 
  {
margin-top:0px
  }


.first-button 
{
    border: none;
    border-radius: 4px;
    height: 60px;
    background: #027931 !important;
    color: white !important;
    top: 0px;
    right: 0px;
    line-height: 16px;
    width: 50%;
    font-size: 25px;
    text-transform: capitalize;
}

input.error 
{
    color:black;
}

.dinw100 {
    display: inline-block;
    width: 100%;
}

input.lead-form-radio  {
    display: none;
}

.select2-container {
    display: inline-block !important;
}

.tcpa-text {
    font-size: 12px;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 365px !important;
}

.select2-results__option {
  text-align: left !important;
}

.form-control {
	padding: 0.500rem .75rem;
}
.page2 a {
    color: #027931;
}

ul#partner-list li {
    list-style: disc;
    margin-bottom: 7px;
}

.s1-contnt:after {
    content: '';
    position: absolute;
    margin-top: 15px;
    left: 50%;
    width: 1px;
    height: 65px;
    background: #027931;
}


