@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: 'Mont';
	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;}
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================*/

@font-face {
    font-family: 'Mont';
    src: url('Mont-Regular.woff2') format('woff2'),
        url('Mont-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('Mont-SemiBold.woff2') format('woff2'),
        url('Mont-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('Mont-Bold.woff2') format('woff2'),
        url('Mont-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:970px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

/*==========Header=========*/
.header{
	float:left;
	width:100%;
	background:#fff;
	padding:12px 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;
	margin-top:10px;
	}
.head-rgt{
	float:right;
	text-align:right;
	}		
a.phn-txt{
	float:left;
	width:100%;
	font-size:22px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:14px;	
	}	
a.phn-txt img{
    display: inline-block;
    vertical-align: middle;
    margin: -11px 7px 0 0;
	}		

/*=========Section 1=======*/
.sec1{
    float: left;
    width: 100%;
    background: url(../images/sec1-bg.jpg) no-repeat center top;
    padding: 85px 0 55px;
	min-height: calc(100vh - 150px);
	background-size:cover;
	}
.quiz-inr-box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 680px;
    min-height: 490px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 50px 30px 45px;
    box-shadow: 0 0 9px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 9px 4px rgba(0,0,0,0.2);
	}
	
.felx-box{
    float: left;
    width: 100%;
	margin-top:30px;
	}
.question-Box{
	float:left;
    width: 100%;
	}
.option-box1{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	max-width: 430px;
	margin-top:15px;
	}	
.step-hdng{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	letter-spacing:0.3px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	}	
.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: 5px;
    position: relative;
    height: 65px;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    background: #fff;
    color: #3b3b3b;
    text-align: center;
    padding: 10px 30px;
    font-family: 'Mont';
    letter-spacing: 0.3px;
	
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;	
	}
.option-col:hover .desc-opt{
	border:1px solid #478c94;
	font-weight:bold;
	background:#32696f;
	color:#fff;
	}
.option-col input[type="radio"]:checked + .desc-opt,.option-col input[type="checkbox"]:checked + .desc-opt{
	border:1px solid #478c94;
	font-weight:bold;
	background: #32696f;
	color:#fff;
	}		
	
.fld-box{
	max-width:530px;
	margin-top:27px;
	}	
.continue-btn{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 75px;
    line-height: 80px;
    background: #32696f;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
    position: relative;
    font-family: 'Mont';
	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: 19px;
  	color: #000;
    text-align: center;
    margin-top: 10px;
	}	
.lock-txt img{
	display: inline-block;
    vertical-align: middle;
    margin: -10px 10px 0 0;
	}
.btn-back{
	display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 19px;
    line-height: 18px;
    color: #000000;
    margin-top: 40px;
    cursor: pointer;
	}
.btn-back img{
	display: inline-block;
    vertical-align: middle;
    margin: -7px 5px 0 -5px;
    width: 18px;
	}
.additional-flds{
	float:left;
	width:100%;
	display:none;
	margin-top:20px;
	}			
.frmfield{
	float: left;
    width: 100%;
    border-radius: 7px;
	margin:8px 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: 19px;
    color: #000;
    background: #fff;
	text-align:left;
    border-radius: 5px;
    outline: none;
    font-family: 'Mont';
	font-weight:normal;
	border: 1px solid #a1a1a1;
    -webkit-appearance: none;
	}
.fld-box select{
    background: #fff url(../images/frm-down.png) no-repeat center right 15px;
    -webkit-appearance: none;
	}
.input-fld:focus{
	border-color: #478c94;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(50,105,111,0.6);
	}
.email-txt{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    margin-top: 10px;	
	}							

/*==============bottom===============*/
ul.btm-list{
	display: inline-block;
    vertical-align: middle;
    max-width: 760px;
    width: 100%;
    margin-top: 28px;
	}
ul.btm-list li{
    float: left;
    width: 33.33%;
	position:relative;
	padding:0 25px;
	text-align:center;
	}
ul.btm-list li:after{
	content: '';
    position: absolute;
    top: 9px;
    right: -1px;
    width: 1px;
	height: 95px;
    background: #9e9e9e;
	}
ul.btm-list li:last-child:after{ display:none;}	
ul.btm-list li img{
	display:block;
	margin:0 auto 10px;
	max-width:100%;
	}
ul.btm-list li p{
	font-size:16px;
	line-height:22px;
	color:#000000;
	}
.terms-txt{
	float: left;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #000;
    text-align: left;
    margin-top: 10px;
	}
.terms-txt a{ color:#3399ff;}		
		
/*========Progress Bar========*/
.progressbar{
    display: inline-block;
    vertical-align: top;
    max-width: 540px;
    width: 100%;
	height:14px;	
	position:relative;
	background:#ebebeb;
	border-radius:30px;
	}
	
.prgress-1{
	float:left;
	height:100%;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;	
	background:#32696f;
	border-radius:30px;
	position:relative;
	}
.prgress-1 img{
    position: absolute;
    right: -19px;
    top: -23px;
	}	
.progress-val{
    position: absolute;
    top: -2px;
    right: -44px;
    color: #000;
    font-size: 15px;
    line-height: 16px;
	font-weight:600;
	}

/*========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: #32696f;
	letter-spacing:0.5px;
    font-weight: bold;	
	}	
.sticky-phn{
	position:absolute;
	top:50%;
	left:15px;
	margin-top:-17px;
	}
		
/*-=======Footer========*/
.footer{
	float:left;
	width:100%;
	padding:30px 0 40px;
	}
.ftr-logo{
	display:block;
	margin:0 auto 15px;
	width:200px;
	}
.footer p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin:10px 0 0;
	}
.footer p a{ padding:0 5px; color:#000000;}

/*========CONGRATS_PAGE==============*/
.loader_box{
	float:left;
	width:100%;
	}
.loader-img{
	display:block;
	margin:0 auto;
	}
ul.loader_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:370px;
	min-height:310px;
	margin-top:10px;
	}
ul.loader_list li{
	text-align:left;
	margin-top:30px;
	}
ul.loader_list li h3{
	font-size:20px;
	line-height:28px;
	color:#000000;
	font-weight:bold;
	}
ul.loader_list li p{
	font-size:20px;
	line-height:28px;
	color:#000000;
	margin-top:8px;
	}
ul.loader_list li p img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 10px 0 0;
	}
.congrs_box{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 555px;
}
.congrts-hdng{
	font-size:31px;
	font-weight:600;
	line-height:36px;
	color:#000000;
}
.congrts-text1{
	font-size:20px;
	line-height:26px;
	margin-top:15px;
	color:#000000;
	}
.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:#000000;
	margin-top:8px;
	background:url(../images/check.png) no-repeat left 4px;
	padding-left:30px;
	}

/*========LEGAL_PAGES==============*/
.body-box{
	width: 100%;
	background: #fefefe;
	padding: 120px 0;
	}
.body-box p, .body-box ul, .body-box h1, .body-box h2, .body-box h3, .body-box h4, .body-box h5  {
	text-align:left;
	margin-bottom:1em;
}
.body-box ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}
.body-box li {
	display: list-item;
	list-style-type: disc; 
	list-style-position: outside; 
	margin-bottom:0.25em;
}

.body-box table {
	text-align:left;
	border-spacing:0px;
} 
.body-box td {
	border:1px solid rgba(0,0,0,0.1);
	padding:0.25em;
}
.body-box a {
	color:#f15a29;
	text-decoration:none;
}
.body-box a:hover {
	color:#000;
	text-decoration:underline;
}

.unSub {
	float:right;
	width:40%;
	padding:1em;
	margin:0 0 1em 1em;
	border:1px solid rgba(0,0,0,0.1);
}

.t1 {
	clear:both;
}
	

/*==============Media=============*/
@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

}

@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:12px 0;}
.logo{ float:none; display:inline-block; vertical-align:middle; width: 106px; margin-top:0;}
.head-rgt{ width:170px; display:none;}
a.phn-txt{ font-size:20px;}

.sec1{ padding: 20px 0 30px; background:#fff; min-height:calc(100vh - 190px);}
.quiz-inr-box{ padding: 10px; box-shadow:none; min-height: auto;}	
.progress-val{ top: -4px;font-size: 13px;right: -33px;}
.progressbar{ width: 92%; height: 10px; float: left;}

.option-box1{margin-top: 10px;}
.option-col{ margin-top:15px;}
.input-fld{height: 55px;}

.step-hdng{ font-size: 22px;line-height: 28px;}
.desc-opt{ font-size: 18px; height: 55px; padding: 10px;}
.desc-needs .desc-opt{ font-size:16px;}
.additional-flds{ margin-top:10px;}
.input-fld{font-size: 18px; padding: 0 10px;}

.continue-btn { height:58px;line-height: 60px;font-size: 25px;margin-top:12px;}
.continue-btn img {margin: -8px -5px 0 5px; width: 8px;}
.lock-txt { font-size: 9px;line-height: 13px;}
.lock-txt img { margin: -7px 5px 0 0; width: 8px;}
.email-txt{ font-size:16px; margin-bottom:10px;}

.btn-back{ font-size:16px; line-height:16px; margin-top:40px;}
.btn-back img{ width:16px; margin-top:-7px;}

.footer { padding: 10px 0 70px; border-top:1px solid #ddd;}
.footer p { font-size: 14px;line-height: 18px;}
.footer p a{ padding:0 2px;}

/*========CONGRATS_PAGE==============*/
ul.loader_list li h3{ font-size:17px; line-height:25px;}
ul.loader_list li p{ font-size:17px; line-height:25px;}
.congrts-hdng{ font-size:26px; line-height:32px;}
.congrts-text1 { font-size: 17px;line-height: 23px; margin-top: 10px;}
ul.pre-list{ margin-bottom:10px;}
ul.pre-list li{ font-size:17px; line-height:25px;}
ul.loader_list{ max-width:325px; height:auto;}
}
	
@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;}