@charset "utf-8";
/* CSS Document */
/*--------RESET CSS--------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'),
        url('Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*--------MAIN CSS START--------*/
.container {
	width:1030px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*--------Top Fix Bar--------*/

.header{
	float:left;
	width:100%;
	background:#ffffff;
	padding:12px 0;
	position:relative;
	border-top:5px solid #ff8d6b;
	}
.logo{
	float:left;
	width:250px;
	margin-top:8px;
	}
.header-right{
	float:right;
	position:relative;
	padding:0 0 0 48px;
	text-align:left;
	}
.header-call{
	position:absolute;
	left:0;
	top:12px;
	width:36px;
	}
.header-right-txt1 {
    font-size:13px;
    line-height:16px;
    letter-spacing: 0.5px;
    color: #000;
	}
.header-right-txt2{
	font-size:23px;
	line-height:26px;
	letter-spacing:0;
	color:#e06732;
	font-weight:600;
	}

/*--------Top Strip--------*/
.topStrip{
	float:left;
	width:100%;
	padding:10px 0;
	background:#ffedd2;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#000;
	letter-spacing:0.3px;
	font-weight:500;
	}

/*-----------------------
		STEP_SECTION
------------------------*/
.step_section{
	float:left;
	width:100%;
	padding:50px 0;
	background:#f9f9f9;
	}

.progressbar{
	display:inline-block;
	vertical-align:top;
	max-width:730px;
	width:94%;
	height:13px;	
	position:relative;
	background:#ededed;
	border-radius:30px;
	}
.prgress-1{
	float:left;
	height:100%;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;	
	background:#f8dad1;
	border-radius:30px;
	position:relative;
	}
.prgress-1 img{
    position: absolute;
    right: -5px;
    top: -3px;
	width:19px;
	}	
.progress-val{
	position:absolute;
	top:-3px;
	right:-42px;
	color:#000000;
	font-size:18px;
	line-height:18px;
	font-weight:600;
	}


/*-------------------*/
.content_box{
	float:left;
	width:100%;
	position:relative;
	margin-top:50px;
	}
.question-Box{
	float:left;
	width:100%;
	}
.sub-hdng{
	float:left;
	width:100%;
	text-align:center;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000;
	}
.step-hdng{
	float:left;
	width:100%;
	text-align:center;
	font-size:37px;
	line-height:46px;
	letter-spacing:0.3px;
	font-weight:bold;
	color:#000000;
	padding: 0 90px;
	}
.search_vehicle_field{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width:620px;
	margin-top:30px;
	margin-bottom:20px;
	}
.search_vehicle_field input{
	float:left;
	width:100%;
	height:70px;
	border:1px solid #ddd;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	padding:10px 25px 10px 60px;
	font-family: 'Inter';
	font-weight:normal;
	border-radius:5px;
	color:#000;
	text-align:left;
	font-size:18px;
	line-height:26px;
	background:url(../images/search-ic.png) no-repeat 18px center #fff;
	outline:none;
	}
	
.option-box1 {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width:550px;
	margin-top:10px;
	}
.option-box-full{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
	}
.option-col{
	float:left;
	width:100%;
	position:relative;
	margin-top:25px;
	}
.desc-opt{
	float:left;
	width:100%;
	border:1px solid #a1a1a1;
	border-radius:5px;
	position:relative;
	height:70px;
	font-size:20px;
	line-height:28px;
	cursor:pointer;
	display:flex;
	display: -webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content: center;
	background:#fff;
	color:#3b3b3b;
	text-align:center;
	padding:10px 15px;
	transition: all .15s ease-in-out;
	font-family: 'Inter';
	letter-spacing:0.3px;
	font-weight:500;
	}
.option-col input[type="radio"]{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	}
.option-col input[type="radio"]:checked + .desc-opt{
	background-color: #ff8d6b;
    border-color: #ef744f;
	transform: scale(1.01);
	color:#fff;
	font-weight:bold;
	}
.desc-opt:hover{
	background-color: #ff8d6b;
    border-color: #ef744f;
	transform: scale(1.01);
	color:#fff;
	font-weight:bold;
	}
.vehicle_make_row{
	width:100%;
	max-width:990px;
	margin:0 auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
    justify-content: start;
	}
.vehicle_make_row .option-col{
	width:145px;
	margin:30px 10px 0;
	}
.vehicle_make_row .desc-opt{
	height:120px;
	font-size:17px;
	line-height:20px;
	padding:10px 3px;
	}
.vehicle-logo{
	display:block;
	margin:0 auto 5px;
	width: 112px;
	}
.vehicle_make_row .desc-opt:hover .vehicle-logo{
	filter: brightness(10);
    -webkit-filter: brightness(10);
	}
.vehicle_make_row .option-col input[type="radio"]:checked + .desc-opt .vehicle-logo{
	filter: brightness(10);
    -webkit-filter: brightness(10);
	}

.all-show{
	display:inline-block;
	vertical-align:top;
	font-size:17px;
	color:#168207;
	margin-top:40px;
	cursor:pointer;
	text-decoration:underline;
	}

.partners_row{
	display:inline-block;
	vertical-align:top;
	max-width:500px;
	width:100%;
	margin-top:60px;
	}
.partners_row p{
	font-size:18px;
	line-height:24px;
	color:#131313;
	font-weight:500;
	}
.partners_row p:before{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	border-bottom:1px solid #b4b4b4;
	margin:-3px 10px 0 0;
	content:"";
	}
.partners_row p:after{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	border-bottom:1px solid #b4b4b4;
	margin:-3px 0 0 10px;
	content:"";
	}
.partners_row ul{
	display: flex;
    align-items: center;
    justify-content: space-between;
	width:100%;
	margin-top:15px;
	}
.partners_row ul li{
	width:23%;
	}
.partners_row ul li img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.back_arw{
	position:absolute;
	left:0;
	top:10px;
	font-size:18px;
	line-height:26px;
	color:#000;
	cursor:pointer;
	}
.back_arw img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	width:16px;
	}

.vehicle_year_row{
	width: 100%;
    max-width: 970px;
    margin:15px auto 0;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: start;
	}
.vehicle_year_row .option-col{
	width:164px;
	margin:25px 15px 0;
	}
.vehicle_year_row .option-col .desc-opt{ 
	height:56px;
	font-size:18px;
	padding:10px;
	}
.vehicle_model-row{
	width: 100%;
    max-width: 970px;
    margin:15px auto 0;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: start;
	}
.vehicle_model-row .option-col{
	width:164px;
	margin:25px 15px 0;
	}
.vehicle_model-row .option-col .desc-opt{ 
	height:56px;
	font-size:18px;
	padding:10px;
	}
	
.no-thanx{
	float:left;
	width:100%;
	margin-top:40px;
	}
.no-thanx span{
	font-size:20px;
	line-height:30px;
	color:#262626;
	text-decoration:underline;
	cursor:pointer;
	}
.insure_com_row{
	float:left;
	width:100%;
	margin-top:50px;
	}
	
.fld-box{
	float:left;
	width:100%;
	}
.frmfield{
	float: left;
    width: 100%;
    height: 70px;
	margin:20px 0 0;
	}
.frmfield.hlf{
	width:48%;
	}
.frmfield.fr{
	float:right;
	}
.mm-fld{width:calc(30% - 15px); margin-right:15px;}
.day-fld{width:calc(30% - 15px); margin-right:15px;}
.yr-fld{width:40%;}

.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: 100%;
    padding:0 15px;
    font-size: 19px;
    color: #000;
    background: #fff;
	text-align:left;
    border-radius: 5px;
    outline: none;
    font-family: 'Inter';
	font-weight:normal;
	border: 1px solid #a1a1a1;
    -webkit-appearance: none;
	}
.frmfield select {
    background: #fff url(../images/frm-down.png) no-repeat center right 10px;
    -webkit-appearance: none;
	}
.input-fld:focus{
	border-color: #ff8d6b;
	outline: 0;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(238 255 247);
	}
.label-checkbox{
	float: left;
	width:100%;
    text-align: left;
    cursor: pointer;
    color: #000;
    font-size: 20px;
    margin: 40px 0 10px;
	padding-left:40px;
	position:relative;
	}
.all-checkbox{
	position:absolute;
	top:0;
	left:0;
	-webkit-appearance:none;
	width:25px;
	height:25px;
	border:1px solid #a1a1a1;
	background:#fff;
	outline:none;
	}
.all-checkbox:checked{
	background:url(../images/tik-blk.svg) no-repeat center center #fff;
	background-size:20px;
	}			
.continue-btn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #168207;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    margin-top: 35px;
    position: relative;
	border-radius:5px;
    font-family: 'Inter';
	border:none;
	outline:none;
	-webkit-appearance:none;
	cursor:pointer;
	}

.incidents_row{
	float:left;
	width:100%;
	margin-top:30px;
	display: flex;
    flex-wrap: wrap;
    -webkit-display: flex;
    justify-content: space-between;
    align-items: center;
	}
.incident-col-1{
	width:calc(100% - 300px);
	font-size:20px;
	line-height:24px;
	color:#000;
	text-align:left;
	}
.incident-col-2{
	width:280px;
	display: flex;
    flex-wrap: wrap;
    -webkit-display: flex;
    justify-content: space-between;
    align-items: center;
	}
.incident_field{
	width:48%;
	position:relative;
	}
.incident_field input[type="radio"]{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	}
.incident_field input[type="radio"] + span{
	display:inline-block;
	vertical-align:middle;
	border:1px solid #a1a1a1;
	width:60px;
	height:60px;
	border-radius:5px;
	z-index:1;
	background:#fff;
	cursor:pointer;
	}
.incident_field input[type="radio"]:checked + span{
	background:url(../images/tick.png) center center no-repeat #fff;
	}
.incident_field p{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	line-height:24px;
	color:#999999;
	padding-left:5px;
	}
	
.addition-flds{
	float:left;
	width:100%;
	text-align:left;
	margin: 40px 0 10px;
	cursor:pointer;
	}
.addition-flds img{
	display:inline-block;
	vertical-align:middle;
	}
.addition-flds p{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	color:#000;
	margin-left:20px;
	}	
.additional-flds{
	float:left;
	width:100%;
	margin-top:15px;
	}
.additional-flds1.border,.additional-flds2.border{ margin-top:25px; padding-top:5px; border-top:1px dashed #333;}			
.disclosure_text{
	display: inline-block;
    vertical-align: top;
    max-width: 800px;
    width: 100%;
	font-size:13px;
	line-height:20px;
	color:#000000;
	letter-spacing:0.3px;
	text-align:left;
	margin-top:30px;
	padding-left:24px;
	position:relative;
	}
.disclosure_text a{
	color: #0354ff;
    text-decoration: underline;
	}
.disclosure_text input[type="checkbox"]{
	position: absolute;
	top: 0;
	left: 0;
}
	
.secure-text{
	font-size:15px;
	line-height:21px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:15px;
	}
.secure-lock-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
	width:14px;
	}
/*----FOOTER----*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	background:#FFF;
	position:relative;
	}
.footerLogo{
	display: block;
    margin: 0 auto 40px;
    max-width: 100%;
    width: 200px;
	}
.footerText1{
	font-size:13px;
	line-height:19px;
	letter-spacing:0.3px;
	font-weight:normal;
	color:#333333;
	margin-top:25px;
	}
.footerText2{
	font-size:16px;
	line-height:18px;
	letter-spacing:0.3px;
	font-weight:normal;
	color:#333333;
	margin-top:20px;
	}
.footerText2 a{ padding:0 5px;}


.fl{ float:left;}
.fr{ float:right;}
.show-tab, .show-mob{ display:none;}


/*---------Media Querry---------*/

@media only screen and (max-width:1187px){
.container{width:1004px;}


.footerText1{ padding: 0 60px;}

}


@media only screen and (max-width:1021px){
.container{width:750px;}

.show-desk {display: none;}
.show-tab {display: block;}

.progressbar{ width:88%;}
.vehicle_make_row .option-col{ width: 138px; margin: 30px 6px 0;}
.vehicle_year_row .option-col{ margin: 25px 11.7px 0;}
.vehicle_model-row .option-col {  margin: 25px 11.7px 0;}
.step-hdng{ font-size:36px; line-height:42px;}
.back_arw{ font-size:20px; line-height:22px;}
.back_arw img{ width:18px;}

.footerText1 { padding: 0 10px; font-size:13px;}
.footerText2 { font-size: 15px; margin-top: 15px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{ display:none;}

.header { padding: 5px 0;border-top: 2px solid #ff8d6b;}
.header .container{ padding:0 10px;}
.logo{ width:160px; margin:9px 0 0;}
.header-right{ padding:0 0 0 32px; float:right;}
.header-call { width:24px; top:10px;}
.header-right-txt1 { font-size:9px; line-height:14px; letter-spacing:0.3px;}
.header-right-txt2 { font-size:16px; line-height:18px; margin:0;}

.topStrip{ padding:6px 0 6px; overflow:hidden;}
.topStrip p{font-size:13px; line-height:17px;}

.step_section{ padding:25px 0 35px;}
.progressbar{ width:85%; margin-left:-10px;}
.progress-val{ right: -34px; font-size: 14px;}
.content_box{ margin-top:25px;}
.step-hdng{ font-size: 22px; line-height: 30px; padding:0;}
.sub-hdng{ font-size:14px; line-height:20px;}
.search_vehicle_field{ margin:20px 0 10px;}
.search_vehicle_field input{ height:55px; font-size:16px; line-height:18px;}
.back_arw{ position: static; margin-top:40px; font-size: 16px; line-height: 18px; top: 8px; right: -8px;}
.back_arw img{ width: 14px; margin: -4px 3px 0 0;}

.vehicle_make_row{ margin:10px auto 0;}
.option-box-full{max-width: 345px;}
.vehicle_make_row .option-col{ width: 103px; margin: 15px 6px 0;}
.vehicle_make_row .desc-opt{ height: 90px; font-size: 15px; line-height: 16px;}
.vehicle-logo{ width:80px;}
.partners_row{ margin-top:40px;}
.partners_row p{ font-size: 17px; line-height: 23px;}
.vehicle_year_row{ margin:10px auto 0;}
.vehicle_year_row .option-col{ margin: 13px 6px 0; width: 103px;}
.vehicle_year_row .option-col .desc-opt{ height: 50px; font-size: 16px; padding: 5px;}

.option-col{ margin-top:12px;}
.desc-opt{ height: 58px; font-size: 16px; line-height: 25px;}

.vehicle_model-row{margin: 10px auto 0;column-gap: 3%;}
.vehicle_model-row .option-col {width: 31.333%;margin: 10px 0 0;}
.vehicle_model-row .option-col .desc-opt {height: 50px;font-size: 13px;line-height: 20px; padding: 5px;}

.no-thanx{ margin-top:30px;}
.no-thanx span{ font-size: 16px; line-height: 24px;}
.insure_com_row{ margin-top:35px;}	

.all-show{font-size: 15px;margin-top: 30px;}
.fld-box{ margin-top:0;}
.frmfield{ height:58px;margin-top:10px;}
.mm-fld{ width: calc(30% - 10px); margin-right: 10px;}
.day-fld{ width: calc(30% - 10px); margin-right: 10px;}
.input-fld{ padding:0 15px; font-size:17px;}
.continue-btn{ height: 60px; line-height: 60px; font-size: 25px; margin-top: 25px;}
.frmfield select {
    background: #fff url(../images/frm-down.png) no-repeat center right 7px;
    background-size: 12px;
}

.addition-flds{ margin:28px 0 0;}
.addition-flds img{ width:15px;}
.addition-flds p{ font-size: 16px; margin-left: 5px;}
.label-checkbox{ font-size: 15px; line-height: 20px; margin: 28px 0 0; padding-left: 30px;}
.all-checkbox{ width:20px; height:20px; top:5px;}
.all-checkbox:checked{ background-size: 14px;}

.additional-flds1.border, .additional-flds2.border{padding-top: 10px;}

.incidents_row{ margin-top:15px;}
.incident-col-1{ width: calc(100% - 215px); font-size: 16px; line-height: 22px;}
.incident-col-2{ width: 205px;}
.incident_field p{ font-size:17px; line-height:21px;}
.incident_field input[type="radio"] + span{ width:50px; height:50px}

.disclosure_text{font-size: 12px;line-height: 18px;}

.footer{ padding:30px 0 35px;}
.footerLogo{ width:160px; margin:0 0 20px;}
.footerText1{ padding: 0px 2px; font-size: 12px;text-align:left; margin-top:15px;}
.footerText2{ padding:0; font-size: 15px; line-height:22px; margin-top: 18px; text-align:left;}

.secure-text {font-size: 12px; line-height:16px; letter-spacing:0.2px; margin-top: 10px;}
.secure-lock-icn{ width:10px;}

}

@media only screen and (max-width:360px){
.vehicle_make_row .option-col, .vehicle_year_row .option-col{ width:98px;}	
.partners_row p{ font-size:16px;}
.step-hdng{ font-size: 21px; line-height: 29px;}
.incident-col-1{ font-size:14px; line-height:20px;}
}

.error {
	width: 100%;
	color: red;
	font-size: 14px;
	margin-top: 5px;
	display: none;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-bottom: 5;
}

.vehicle_trim-row{
	width: 100%;
    max-width: 970px;
    margin:15px auto 0;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: start;
}

.vehicle_trim-row .option-col{
	width:164px;
	margin:25px 15px 0;
}

.vehicle_trim-row .option-col .desc-opt{
	height:56px;
	font-size:18px;
	padding:10px;
}

@media only screen and (max-width:1021px){
	.vehicle_trim-row .option-col {  margin: 25px 11.7px 0;}
}

@media only screen and (max-width:767px){
	.vehicle_trim-row{margin: 10px auto 0;column-gap: 3%;}
	.vehicle_trim-row .option-col {width: 31.333%;margin: 10px 0 0;}
	.vehicle_trim-row .option-col .desc-opt {height: 50px;font-size: 13px;line-height: 20px; padding: 5px;}
}

.vehicle_make_row .option-col .desc-opt,
.vehicle_model-row .option-col .desc-opt,
.vehicle_trim-row .option-col .desc-opt {
	min-height: 56px;
	height: auto !important;
	font-weight: normal !important;
}

.custom-disclosure-text {
	border: 1px solid red;
	border-radius: 10px;
	padding: 10px 10px 10px 34px;
}

.custom-disclosure-text input[type="checkbox"]{
	top: 12px;
	left: 10px;
}
