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

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	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;}
a:hover {}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}
.forMob,.forTab{ display:none ;}

/*=============fonts================*/

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

/*==========Header=========*/
.header{
	float:left;
	width:100%;
	background:#fff;
	padding:10px 0;
    position: relative;
	box-shadow:0 1px 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 1px 9px 1px rgba(0,0,0,0.1);
}
.logo{
	float:left;
	width:200px;
}
.head-rgt{
	float:right;
	text-align:right;
	margin-top:22px;
}		
a.phn-txt{
	float:left;
	width:100%;
	font-size:20px;
	color:#000;
	letter-spacing:0.5px;
}	
a.phn-txt img{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 3px 0 0;
}		

/*=========Section 1=======*/
.bnr-sec,.sec1{
    float: left;
    width: 100%;
    background: url(../images/sec1-bg.jpg) no-repeat center top;
    padding: 60px 0;
	background-size:cover;
}
.flex-row{
    width: 100%;
	min-height: calc(100vh - 330px);
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.bnr-row{
	float:left;
	width:100%;
}
.comon-heading{
	float: left;
    width: 100%;
    font-size: 75px;
    line-height: 70px;
    letter-spacing: 0.3px;
    color: #fff;
    font-weight: bold;
    text-align: center;	
}	
.comon-para{
	float: left;
    width: 100%;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.3px;
    color: #fff;
    font-weight: 300;
    text-align: center;
	margin-top:10px;
}	
.quiz-inr-box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 650px;
    min-height: 680px;
    background: rgba(30,103,168,0.5);
    border-radius: 8px;
    overflow: hidden;
    padding: 50px 30px 45px;
	border:1px solid #23aaf9;
}
.bnr-sec .quiz-inr-box{ 
	margin:45px 0 30px; 
	min-height:auto;
	padding:25px 30px 30px;
}	
.bnr-sec .option-box1{ margin:0; max-width:100%; position:relative;}	
.bnr-sec .option-col{ margin:0;}
.frm-head{
	float: left;
    width: 100%;
    font-size: 25px;
    line-height: 27px;
    letter-spacing: 0.3px;
    color: #fff;
    text-align: left;
}
.frm-elements{
	float:left;
	width:100%;
	margin-top:27px;
}	
.frm-elements .input-fld{ width:58%;}
.frm-elements .continue-btn{ float:right; width:40%; margin:0;}
.frm-arw{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 12px;
}	
	
.felx-box{
    float: left;
    width: 100%;
	margin-top:45px;
}
.question-Box{
	float:left;
    width: 100%;
}
.option-box1{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	max-width: 460px;
	margin-top:15px;
}	
.step-hdng{
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.3px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}	
.step-para{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#fff;
	text-align:center;
	margin-top:8px;	
}	
.option-col{
	float:left;
	width:100%;
	position:relative;
	margin-top:20px;
}	
.option-col input[type="radio"],.option-col input[type="checkbox"]{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
}
.desc-opt{
	float: left;
    width: 100%;
    border: 1px solid #a1a1a1;
    border-radius: 8px;
    position: relative;
    height: 65px;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    background: #fff;
    color: #3b3b3b;
    text-align: center;
    padding: 10px 30px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.3px;
    font-weight: 500;
	
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;	
}
.option-col:hover .desc-opt{
	border:1px solid #23aaf9;
	font-weight:bold;
	background:#23c62c;
	color:#fff;
}
.option-col input[type="radio"]:checked + .desc-opt,.option-col input[type="checkbox"]:checked + .desc-opt{
	border:1px solid #23aaf9;
	font-weight:bold;
	background:#23c62c;
	color:#fff;
}		
	
.fld-box{
	margin-top:25px;
}	
.continue-btn{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #23c62c;
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    position: relative;
    font-family: 'Roboto', sans-serif;
	border-style: none;
	cursor: pointer;
}
.continue-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-12px 0 0 12px;
}
.lock-txt{
	float: left;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  	color: #fff;
	letter-spacing:0.5px;
    text-align: center;
    margin-top: 20px;
}	
.lock-txt img{
	display: inline-block;
    vertical-align: middle;
    margin: -7px 10px 0 0;
}
.btn-back{
	display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 19px;
    line-height: 18px;
    color: #fff;
    margin: 40px 0 0;
    cursor: pointer;
}
.btn-back img{
	display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 -5px;
    width: 18px;
}		
.frmfield{
	float: left;
    width: 100%;
    border-radius: 7px;
	margin:10px 0;
}
.frmfield.hlf{ width:48%;}
.frmfield.hlf-3{
	width:30.333%;
	margin:10px 1.5% 0;
}
.frmfield.fr{ float:right;}
.mm-fld{width:calc(27% - 15px); margin-right:15px;}
.day-fld{width:calc(25% - 15px); margin-right:15px;}
.yr-fld{width:48%;}
.flds-label{
	float:left;
	width:100%;
	text-align:left;
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:600;
	margin-bottom:5px;
	}
.input-fld{
    float: left;
    width: 100%;
    height: 65px;
    padding:0 15px;
    font-size: 20px;
    color: #000;
    background-color: #fff;
	text-align:left;
    border-radius: 8px;
    outline: none;
    font-family: 'Roboto', sans-serif;
	font-weight:normal;
	border: 1px solid #a1a1a1;
    -webkit-appearance: none;
}
.frmfield select{
    background: #fff url(../images/frm-down.png) no-repeat center right 15px;
    -webkit-appearance: none;
}
.input-fld:focus{
	border-color: #23aaf9; 
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(35,198,44,0.6);
}
	
.change-row{
	float:left;
	width:100%;
}
.login-txt{
    float: left;
    font-size: 10px;
    color: #fff;
    letter-spacing: 0.5px;
}
.login-txt a{ color:#73bbf7;}		
	

/*==============bottom===============*/
.s1-strp-t1{
	display:inline-table;
	vertical-align:top;
	font-size:20px;
	line-height:20px;
	color:#fff;
	letter-spacing:0.5px;
	margin-top:35px;
	position:relative;
	}
.s1-strp-t1:before, .s1-strp-t1:after{
	content:'';
	position:absolute;
	top:10px;
	left:-78px;
	border-top:1px solid #99abbe;
	width:70px;
	}
.s1-strp-t1:after{
	left:auto;
	right:-78px;
	}		
.brands-list{
	float:left;
	width:100%;
	margin-top:20px;
}
.brands-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 15px;
}
.brands-list li img{
	max-width: 100%;
	display:inline-block;
	vertical-align:middle;
}	
	
/*========Progress Bar========*/
.progressbar{
	float:left;
    width: 88%;
	height:14px;	
	position:relative;
	background:#ebebeb;
	border-radius:30px;
	margin-left: 2%;
}
	
.prgress-1{
	float:left;
	height:100%;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;	
	background:#23c62c;
	border-radius:30px;
	position:relative;
}
.prgress-1 img{
	position: absolute;
    right: -12px;
    top: -12px;
}	
.progress-val{
	position: absolute;
    top: -2px;
    right: -54px;
    color: #fff;
    font-size: 16px;
    line-height: 17px;
}

/*========Sticky=======*/
.contact-sticky{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	text-align:center;
	border-top:1px solid #ddd;
	padding:16px 0;
}
.sticky-phn-txt{
    font-size: 16px;
    color: #23c62c;
	letter-spacing:0.5px;
    font-weight: bold;	
}	
.sticky-phn{
	position:absolute;
	top:50%;
	left:15px;
	margin-top:-17px;
}
		
/*-============*/
.footer{
	float:left;
	width:100%;
	padding:30px 0 40px;
}
.ftr-txt1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#000000;
	letter-spacing:0.5px;
	margin:10px 0 0;
}
.ftr-txt1 a{ padding:0 5px; color:#000000;}


/*========CONGRATS_PAGE==============*/
.loader_box{
	float:left;
	width:100%;
}
.loader-img{
	display:block;
	margin:0 auto;
	width:150px;
}
ul.loader_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:450px;
	margin:10px 0;
}
ul.loader_list li{
	text-align:left;
	margin-top:30px;
}
ul.loader_list li h3{
	font-size:19px;
	line-height:28px;
	color:#fff;
	font-weight:bold;
}
ul.loader_list li p{
	font-size:18px;
	line-height:28px;
	color:#fff;
	margin-top:8px;
}
ul.loader_list li p img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 10px 0 0;
}

.congrs_box{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 610px;
}
.congrts-hdng{
	font-size:31px;
	font-weight:bold;
	line-height:36px;
	color:#fff;
}
.congrts-text1{
	font-size:20px;
	line-height:26px;
	margin-top:15px;
	color:#fff;
}
.congrs_box .step-hdng{ margin-top:30px;}	

.insurance-logo{
	display:block;
	margin:20px auto 0;
}
ul.pre-list{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
}
ul.pre-list li{
	text-align:left;
	font-size:20px;
	line-height:28px;
	color:#fff;
	margin-top:8px;
	background:url(../images/check.png) no-repeat left 6px;
	padding-left:30px;
}


.range-row{
	display:inline-block;
	vertical-align:middle;
	width:100%; 
	max-width:650px;
	margin-bottom:30px;
}
.rangeSliderbox{
	float:left;
	width:100%; 
}
.range-row p{
	float:left;
	width:100%;
	font-size:50px;
	line-height:50px;
	color:#fff;
	font-weight:bold;
	margin-top:30px;
}

.click-text{
	float:left;
	width:100%;
	font-size:11px;
	line-height:16px;
	letter-spacing:0.3px;
	color:#fff;
	text-align:left;
	padding:0 5px;
	margin:10px 0;
}
.click-text a{ color:#4690ff; text-decoration:underline;}

/*==============Media=============*/
@media only screen and (max-width:1021px){
	.container{ width:750px;}
	.forDesk{ display:none;}
	.forTab{ display:block;}

	.comon-heading{font-size: 58px;line-height: 60px;}
	.comon-para{font-size: 30px;line-height: 38px;}
}


@media only screen and (max-width:767px){
	.container{ width:100%; max-width:600px; padding:0 15px;}
	.forMob{ display:block;}
	.hide-mob{ display:none;}

	.header{ padding:5px 0 7px;}
	.logo{ float:none; display:inline-block; vertical-align:middle; width: 180px; margin-top:0;}
	.head-rgt{ width:170px; display:none;}
	a.phn-txt{ font-size:20px;}

	.bnr-sec,.sec1{ padding: 20px 0 30px; background-color:#fff; min-height:calc(100vh - 200px);}
	.bnr-sec{ padding: 25px 0 30px; }

	.flex-row{ min-height:auto;}
	.comon-heading{ color:#FFF;font-size: 28px; line-height: 34px;}
	.comon-para{ color:#FFF;font-size: 18px;line-height: 26px;letter-spacing: 0.5px;margin-top: 7px;}
	.bnr-sec .quiz-inr-box{ margin:20px 0 0; padding:0;}
	.frm-head{font-size: 20px;line-height: 25px;text-align: center;color: #000; margin-top:5px;}
	.frm-arw{ display:none;}
	.frm-elements {margin-top: 15px;}
	.frm-elements .input-fld {width: 100%;}
	.frm-elements .continue-btn{ width:100%; margin-top:15px;}

	.quiz-inr-box{ padding: 10px; box-shadow:none; min-height: auto; background:#fff; border:none;}	
	.progress-val{ top: -3px; font-size: 12px; right: -28px; color:#000;}
	.prgress-1 img{ top:-14px;}
	.progressbar{ width: 92%; height: 10px; float: left; margin:0;}

	.felx-box{ margin-top:35px;}
	.option-box1{margin-top: 10px; padding: 4px;}
	.option-col{ margin-top:15px;}
	.input-fld{height: 55px;}
	.fld-box{ margin-top:15px;}

	.step-hdng{ font-size: 22px;line-height: 28px; color:#000;}
	.step-para{ font-size: 15px; line-height: 21px; color:#000; letter-spacing:normal; margin-top: 5px;}
	.desc-opt{ font-size: 18px; height: 55px;}
	.input-fld{font-size: 18px; padding: 0 10px;}
	.login-txt{ color:#000;}

	.continue-btn { height:58px;line-height: 58px;font-size: 25px;margin-top:12px;}
	.continue-btn img {margin: -8px -5px 0 5px; width: 8px;}
	.lock-txt { font-size: 13px;line-height: 13px; color:#000;}
	.lock-txt img { margin: -5px 5px 0 0; width: 8px; -webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);}

	.btn-back{ font-size:16px; line-height:16px; margin-top:40px; color:#000;}
	.btn-back img{ width:16px; margin-top:-4px; -webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);}

	.s1-strp-t1{ font-size: 16px; line-height: 20px; color:#FFF;margin-top: 50px;}
	.brands-list{ margin-top:12px;}
	.brands-list li {padding: 0 7px;}
	.brands-list li img{ max-width:40px;}
	.brands-list li:nth-child(6) img{ max-width:30px;}

	.footer { padding: 20px 0 70px; border-top:1px solid #ddd;}
	.ftr-txt1{ font-size: 14px;line-height: 22px;}
	.ftr-txt1 a{ padding:0 3px;}

	/*========CONGRATS_PAGE==============*/
	ul.loader_list li h3{ font-size:17px; line-height:24px; color:#000;}
	ul.loader_list li p{ font-size:15px; line-height:26px; color:#000;}
	ul.loader_list li p img { margin: -4px 5px 0 0;width: 15px;}
	.loader-img{ width:100px;}
	.congrts-hdng{ font-size:28px; line-height:34px; color:#000;}
	.congrts-text1 {font-size: 17px;line-height: 24px; margin-top: 8px;  color:#000;}
	.insurance-logo {margin: 5px auto 0;}
	ul.pre-list{ margin-bottom:10px;}
	ul.pre-list li{ font-size:18px; line-height:26px; color:#000;}
	ul.loader_list{  min-height:auto;}


	.range-row p{ color:#000;}

	.click-text{ color:#000;font-size: 10px; line-height: 14px;}
}
	
@media only screen and (max-width:360px){
	.step-hdng{ font-size: 21px; line-height: 27px;}
	.lock-txt{ font-size: 10px; line-height: 14px;}
	.footer p a{ padding: 0 1px;}
}
.invalid {
	background-color: #f5a9a9 !important;
	border-color: #DD0000;
}
.hide { display: none !important;}