@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: 'Product Sans';
	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; 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;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

/*FONTS*/
@font-face {
    font-family: 'Product Sans';
    src: url('ProductSans-Light.woff2') format('woff2'),
        url('ProductSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Product Sans';
    src: url('ProductSans-Regular.woff2') format('woff2'),
        url('ProductSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Product Sans';
    src: url('ProductSans-Medium.woff2') format('woff2'),
        url('ProductSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Product Sans';
    src: url('ProductSans-Bold.woff2') format('woff2'),
        url('ProductSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Product Sans';
    src: url('ProductSans-Black.woff2') format('woff2'),
        url('ProductSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
	}




/*==========Header==============*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:60px;
	}
.header{
	float:left;
	width:100%;
	height:60px;
	margin-top: -60px;
    position: relative;
    top:60px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.logo{
	float:left;
	margin-top:16px;
	}
.hdr-rght{
	float:right;
	margin-top:10px;
	text-align:left;
	padding-left:40px;
	position:relative;
	}
.hdr-rght img{
	position:absolute;
	left:0;
	top:4px;
	width:35px;
	}
.hdr-rght p{
	font-size:13px;
	line-height:20px;
	letter-spacing:0.3px;
	color:#001a46;
	}
.hdr-rght p span{
	font-size:20px;
	color:#2b70c2;
	font-weight:bold;
	}
	
/*==============CSS FOR STEPS BANNER============*/
.steps_banner{
	float:left;
	width:100%;
	padding: 30px 0;
    background: #f3f7fa;
	}
.insurance_icon{
	display:block;
	margin:0 auto;
	}
.steps_banner h3{
	font-size: 32px;
    line-height: 40px;
    color: #0f1e2a;
    font-weight: bold;
	}
.steps_banner h3 span{
	color: #2c70c2;
	}
	
/*===============STEPS CSS============*/
.steps_main{
	float:left;
	width:100%;
	padding:60px 0 70px;
	border-bottom:1px solid #dcdcdc;
	}
.quiz-inr-box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 680px;
    min-height: 626px;
    background: #fff;
	}

/*====PROGRESS BAR====*/
.active-section{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:0 20px;
	}
.progressbar{
	float: left;
	width:94%;
	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:#1376bc;
	border-radius:30px;
	position:relative;
	}
.progess_hanle{
	position:absolute;
	width:24px;
	height:24px;
	border:2px solid #fff;
	background:#1376bc;
	border-radius:50%;
	top:-5px;
	right:-7px;
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	}	
.progress-val{
	position:absolute;
	top:-1px;
	right:-38px;
	color:#050505;
	font-size:15px;
	line-height:17px;
	font-weight:600;
	}
	
/*====STEPS BOX=======*/
.felx-box{
    float: left;
    width: 100%;
	}
.question-Box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	max-width: 555px;
    margin-top: 40px;
	}
.qustn-hdng{
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
	letter-spacing:0.3px;
    color: #000000;
    font-weight: 500;
	margin-bottom:8px;
	}
.fld-box{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	}
.fld-box2{ margin-top:20px;}	
.frmfield{
	float: left;
    width: 100%;
    height: 65px;
    border-radius: 7px;
    padding: 0 0 0 0;
	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:500;
	margin-bottom:5px;
	}
.input-fld{
    float: left;
    width: 100%;
    height: 100%;
    padding:0 15px;
    font-size: 17px;
    color: #000;
    background: #fff;
	text-align:left;
    border-radius: 5px;
    outline: none;
    font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	border: 1px solid #a1a1a1;
    -webkit-appearance: none;
	letter-spacing:0.5px;
	}
.fld-box select {
    background: #fff url(../images/frm-down.png) no-repeat center right 15px;
    -webkit-appearance: none;
	}
.input-fld:focus{
	border-color: #1376bc;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(19,118,188,0.6);
	}
.option-box1{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	max-width:555px;
	margin-top:25px;
	}
.year-box{
	float:left;
	width:100%;
	text-align:left;
	}			
.option-col{
	display: inline-block;
    vertical-align: middle;
	position:relative;
	width:122px;
	height:54px;
	margin:8px 6px;
	}	
.option-col input[type="radio"],.option-col input[type="checkbox"]{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	}
.desc-opt{
	border-radius:5px;
	background:#fff;
	border:1px solid #5c5c5c;
	color:#000;
	text-align:center;
	font-size:18px;
	line-height:51px;
	font-weight:500;
	letter-spacing:0.3px;
	cursor:pointer;
	font-family: 'Product Sans';
	}
.option-col:hover .desc-opt{
	border:1px solid #1376bc;
	font-weight:600;
	background:#1376bc;
	color:#fff;
	}
.option-col input[type="radio"]:checked + .desc-opt,.option-col input[type="checkbox"]:checked + .desc-opt{
	border:1px solid #1376bc;
	font-weight:600;
	background: #1376bc;
	color:#fff;
	}
	
.continue-btn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 75px;
    line-height: 75px;
    background: #1376bc;
    color: #fff;
    font-size: 34px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
    position: relative;
    font-family: 'Product Sans';
	}
.continue-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 10px;
	}
.lock-txt{
	float:left;
	width:100%;
	font-size:17px;
	line-height:20px;
	color:#404040;
	letter-spacing:0.3px;
	text-align:center;
	margin-top:10px;
	}	
.lock-txt img{
	display: inline-block;
    vertical-align: middle;
    margin: -6px 10px 0 0;
	}
.btn-back{
	display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 17px;
    line-height: 18px;
    color: #000000;
    margin-top: 40px;
    cursor: pointer;
	}
.btn-back img{
	display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 -5px;
    width: 18px;
	}	
.step-hdng{
	float:left;
	width:100%;
	font-size:27px;
	line-height:35px;
	letter-spacing:0.3px;
	color:#000000;
	font-weight:600;
	text-align:center;
	}
.option-box2{
	max-width:100%;
	}
.v-mk-icns{ 
	margin:12px auto 0; 
	display:block; 
	max-width:100%;
	}
.vehicle-make .option-col{
	width: 123.7px;
    height: 120px
	}	
.vehicle-make .desc-opt{ line-height:43px;}	
.option-col:hover .desc-opt .v-mk-icns{
	filter:  brightness(0) invert(1);
	}
.option-col input[type="radio"]:checked + .desc-opt .v-mk-icns,.option-col input[type="checkbox"]:checked + .desc-opt.v-mk-icns{
	filter:  brightness(0) invert(1);
	}


.full-flds .option-col{ width:100%; height:62px; margin: 8px 0;}
.full-flds .desc-opt{ width: 100%; height: 100%; line-height:62px;}	

.insure-strip{
	float: left;
    width: 100%;
    background: #fbf9be;
    border: 1px solid #f4d998;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
	}	
.insure-strip img{
	display:inline-block;
	vertical-align:middle;
	margin-right:8px;
	width:30px;
	}
.insure-strip p{
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 24px;
    color: #000;
	letter-spacing:0.3px;
	}
.insure-strip2 p{
    width: calc(100% - 65px);
    text-align: left;
	}
.change-row{
	float:left;
	width:100%;
	}
.login-txt{
	float:left;
	font-size:18px;
	line-height:24px;
	color:#909090;
	font-weight:300;
	margin-top:15px;
	letter-spacing:0.5px;
	}
	
.label-checkbox{
	float: left;
	width:100%;
    text-align: left;
    cursor: pointer;
    color: #000;
    font-size: 17px;
    margin-top: 12px;
	padding-left:30px;
	position:relative;
	}
.all-checkbox{
	position:absolute;
	top:3px;
	left:0;
	-webkit-appearance:none;
	width:20px;
	height:20px;
	border:1px solid #d9d9d9;
	border-radius:3px;
	outline:none;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.all-checkbox:checked{
	background:#1376bc;
	border:1px solid #1376bc;
	}
.all-checkbox:after{
	content:'';
	position:absolute;
	width:18px;
	height:18px;
	background:url(../images/tik.svg) no-repeat center center;
	left:0;
	top:0;
	opacity:0;
	z-index:1;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	}
.all-checkbox:checked:after{	
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
	}			


/*==============bottom===============*/
.s1-strp-t1{
	display:inline-table;
	vertical-align:top;
	font-size:17px;
	line-height:20px;
	color:#232323;
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:30px;
	position:relative;
	}
.s1-strp-t1:before, .s1-strp-t1:after{
	content:'';
	position:absolute;
	top:10px;
	left:-65px;
	border-top:1px solid #636363;
	width:50px;
	}
.s1-strp-t1:after{
	left:auto;
	right:-65px;
	}		
.brands-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
.brands-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 5px;
	}
.brands-list li:nth-child(3){ margin-top:12px;}	
.brands-list li img{
	max-width: 100%;
	display:inline-block;
	vertical-align:middle;
	}	
	
	
/*========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: #1376bc;
	letter-spacing:0.5px;
    font-weight: bold;	
	}	
.sticky-phn{
	position:absolute;
	top:50%;
	left:15px;
	margin-top:-17px;
	}

/*========THANK YOU PAGE==============*/
.loader_box{
	float:left;
	width:100%;
	}
.loader-img{
	display:block;
	margin:0 auto;
	width:120px;
	}
ul.loader_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:360px;
	margin-top:10px;
	}
ul.loader_list li{
	text-align:left;
	margin-top:30px;
	}
ul.loader_list li h3{
	font-size:21px;
	line-height:28px;
	color:#000000;
	font-weight:500;
	letter-spacing:0.5px;
	}
ul.loader_list li p{
	font-size:18px;
	line-height:28px;
	color:#000000;
	margin-top:8px;
	letter-spacing:0.5px;
	}
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:40px;
	font-weight:900;
	line-height:36px;
	color:#1b961b;
	}
.congrts-text1{
	font-size:18px;
	line-height:25px;
	margin-top:15px;
	color:#000000;
	letter-spacing:0.5px;
	}
.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:22px;
	line-height:28px;
	color:#000000;
	margin-top:8px;
	background:url(../images/check.png) no-repeat left 6px;
	padding-left:30px;
	font-weight:300;
	}
	
/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
	}
.ftr-logo{
	display:block;
	margin:0 auto 30px;
	}
.ftr-list{
	font-size:16px;
	line-height:24px;
	letter-spacing:0.5px;
	color:#333333;
	}
.ftr-list a{ color:#333333; padding:0 5px;}
.ftr-txt1{
	font-size:13px;
	line-height:20px;
	letter-spacing:0.5px;
	color:#333333;
	padding:0 80px;
	margin:20px 0 0;
	}
.ftr-txt2{
	font-size:15px;
	line-height:24px;
	letter-spacing:0.5px;
	color:#333333;
	margin:20px 0 0;
	}



/*==============Media=============*/

@media only screen and (max-width:1200px){
.container{ width:1004px;}

}

@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;}

.top-fix-bar{ margin-bottom:55px;}
.header{ height:55px; margin-top:-55px; top:55px; border-bottom:1px solid #ddd;}
.logo {margin-top: 16px; width:85px;}
.hdr-rght{margin-top: 10px; padding-left: 30px;}
.hdr-rght img { top: 4px;width: 28px;}
.hdr-rght p {font-size: 12px;line-height: 18px;}
.hdr-rght p span {font-size: 15px;}

.steps_banner{padding:15px 0;}
.insurance_icon{width:40px;}
.steps_banner h3{font-size:22px; line-height:32px; font-weight:500; letter-spacing:0.5px;}
.steps_banner h3 span{color: #0f1e2a;}

.steps_main{padding:30px 0 40px; background:#fff; min-height:calc(100vh - 190px);}

.active-section{padding:0;}
.progress-val {top: -4px;font-size: 13px;right: -36px;}
.progressbar {width: 89%; height: 10px;}
.progess_hanle{width:20px; height:20px;}

.quiz-inr-box{ padding: 0 5px 10px; }	
.fld-box, .option-box1 {margin-top: 5px;}
.option-box2 { margin: 10px 0 0;}
.frmfield{height: 55px;}
.option-col{ height: 55px; width: 95px; margin: 6px 5px;}

.question-Box{ margin-top: 25px;}

.step-hdng, .qustn-hdng{font-size: 20px;line-height: 28px;}
.step-hdng{margin-bottom:15px;}
.desc-opt{font-size: 17px;}
.input-fld{font-size: 17px; padding: 0 10px;}
.login-txt{ font-size: 13px; line-height: 21px; margin-top:3px;}
.flds-label{ font-size:18px; line-height:18px;}
.label-checkbox{ font-size:14px; line-height:20px;}

.vehicle-make .option-col{ width: 95px; height: 95px; margin: 6px 5px;}
.vehicle-make .desc-opt{ font-size:14px; line-height: 40px; height: 100%;}
.v-mk-icns{ margin: 10px auto 0; width: 80px;}

.full-flds .option-col{ height:55px;}
.full-flds .desc-opt{ line-height:55px;}

.insure-strip img{ margin-right: 4px; width: 25px;}
.insure-strip p{ width: calc(100% - 34px); text-align:left; font-size: 16px; line-height: 20px;}

.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: 11px;line-height: 15px; letter-spacing:0;}
.lock-txt img { margin: -7px 5px 0 0; width: 8px;}

.btn-back{ font-size:16px; line-height:16px; margin-top:40px;}
.btn-back img{ width:16px; margin-top:-9px;}

.s1-strp-t1{ font-size: 16px; line-height: 18px;}
.s1-strp-t1:before, .s1-strp-t1:after{ top: 8px; left: -35px; width: 30px;}
.s1-strp-t1:after{ left:auto; right: -35px;}
.brands-list{ margin-top:5px;}
.brands-list li{ width: 49%; margin-top: 15px;}
.brands-list li:nth-child(3){ margin-top:15px;}
.brands-list li img{ width:125px;}


/*========CONGRATS_PAGE==============*/
ul.loader_list li h3{ font-size:18px; line-height:26px;}
ul.loader_list li p{ font-size:18px; line-height:26px;}
.congrts-hdng{ font-size:28px; line-height:34px;}
.congrts-text1 {font-size: 18px;line-height: 24px; margin-top: 10px;}
ul.pre-list{ margin-bottom:10px;}
ul.pre-list li{ font-size:18px; line-height:26px;}


.footer{ padding:30px 0;}
.ftr-list{ font-size:13px; line-height:17px;}
.ftr-list a {padding: 0 3px;}
.ftr-txt1{ font-size:11px;line-height: 18px; padding:0;}
.ftr-txt2{ font-size:13px;}

}


@media only screen and (max-width:360px){
.lock-txt{ font-size: 10px; line-height: 14px;}
.footer p a{ padding: 0 1px;}
.option-col{ width: 90.6px;}
.vehicle-make .option-col{ width: 90.6px;}
}
.invalid {
    background-color: #f5a9a9 !important;
    border-color: #dd0000;
}

.hide {
    display: none;
}

[hidden] {
    display: none;
}
