@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700');
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga'
}

html {
	position: relative;
	min-height: 100%
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #000;
	font-weight: normal;
	min-height: 100%;
	background-color: #fafafa
}
[type=checkbox], [type=radio]{
	width: auto !important;
	height: auto !important;
}
#optoutSubmitBtn{
	font-size: 16px !important;
}
.top_main_heading{
	margin-top: 1rem!important;;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%
}

.bg-gray {
	background: #f6f6f6
}

input::-webkit-input-placeholder {
	color: #d5d5d5;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 5px
}

input::-moz-placeholder,
input:-ms-input-placeholder {
	color: #d5d5d5
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 10px;
	line-height: 1.3
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit
}

h1 {
	font-size: 42px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 22px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

p {
	margin: 0 0 20px 0
}

p img {
	margin: 0
}

em {
	font-style: italic
}

i {
	font-style: normal
}

strong {
	font-weight: bold
}

small {
	font-size: 80%
}

a,
a:visited {
	text-decoration: none;
	outline: 0
}

a:focus {
	outline: 0
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

p a,
p a:visited {
	line-height: inherit
}

a:hover,
a:visited,
button:hover,
button:visited,
button:focus {
	outline: none
}

ul,
ol {
	margin: 0;
	padding: 0
}

ul {
	list-style: none outside
}

ol {
	list-style: decimal
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 5px 0 5px 30px;
	font-size: 90%
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom: 6px
}

li {
	line-height: 18px;
	margin-bottom: 0
}

li p {
	line-height: 21px
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle
}

.btn-lists ul:before,
.btn-lists ul:after,
.section6 form:before,
.section6 form:after,
.datepicker ul:before,
.datepicker ul:after,
.form-sec:before,
.form-sec:after,
.foot-support ul:before,
.foot-support ul:after,
.foot-menu ul:before,
.foot-menu ul:after {
	clear: both;
	display: block;
	content: ""
}

.form-control,
input[type=text],
input[type=email],
input[type=number] {
	-webkit-appearance: none !important;
	-moz-appearance: textfield !important;
	appearance: none;
	color: #000
}

input {
	border: 1px solid #d5d5d5;
	border-radius: 3px
}

input:focus {
	border-color: #3486e5;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

input.form-control,
input,
.birth-year {
	height: 35px;
	line-height: 21px;
	padding: 6px 15px;
	font-size: 16px;
	width: 100%
}

.disabled {
	background-color: #808080 !important
}

.topbar {
	height: 39px
}

.site {
	position: relative;
	min-height: 100vh
}

.phone-call-desktop-title {
	font-family: Roboto;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	margin-right: 32px
}

.phone-call-desktop-title i {
	color: #fff;
	font-size: 18px;
	margin-right: 9px
}

.font-blue {
	color: #036 !important
}

.site-branding {
	float: left
}

.site-title {
	font-size: 30px;
	font-weight: 900;
	margin: 15px 0 0 30px;
	width: 210px
}

.site-title a img {
	display: block
}

#zip-form p input.error {
	color: #f00;
	border-color: #f00;
	box-shadow: none
}

#zip-form p input:focus,
.keyup {
	color: #75a9e1;
	border-color: #75a9e1;
	outline: none
}

.main-cont {
	background-color: #fff;
	border: solid 1px #d1d1d1;
	padding: 20px 110px;
	position: relative;
	text-align: center;
	z-index: 1;
	/*margin-top: 30px*/
}

.backbtn {
	position: absolute;
	left: 20px;
	top: 13px;
	cursor: pointer
}

.section-top-title h2 {
	font-family: Roboto;
	font-size: 30px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #036;
	margin-bottom: 34px
}

.section-top-title-underline {
	opacity: .1;
	border-bottom: solid 1px #036
}

.section-title {
	margin-bottom: 50px;
	margin-top: 45px
}

.section-title h2 {
	font-family: Roboto;
	font-size: 45px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #036
}

.section-title h3 {
	font-family: Roboto;
	font-size: 35px;
	font-weight: normal;
	line-height: 1.71;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #036
}

#back-button-desktop {
	width: 70px;
	height: 35px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #036;
	padding-top: 10px
}

#back-button-desktop svg {
	position: relative;
	top: 4px;
	left: -3px
}

.selected-button {
	color: #fff !important;
	background-color: #3486e5 !important
}

.selected-button h2 {
	color: #fff !important
}

.rec-section {
	padding: 20px 0;
	margin-bottom: 20px
}

.section1 .section-title {
	margin-bottom: 0;
	margin-top: 30px
}

.section-title h2 {
	font-size: 35px;
	margin-bottom: 5px;
	font-weight: 900
}

.section1 .section-title h2 {
	font-size: 45px
}

.section1 p:before {
	font-family: FontAwesome;
	content: "ï";
	top: 49px;
	position: relative;
	right: 100px;
	font-size: 25px;
	color: #c1c1c1
}

.mini-container {
	width: 350px;
	max-width: 100%;
	margin: 0 auto
}

.section1 form input {
	box-shadow: 0 0 6px 0 #0076ff;
	width: 100%;
	font-size: 25px;
	height: 60px;
	border-radius: 2px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .25);
	background-color: #fff;
	border: solid 1px #d5d5d5
}

.blue-btn {
	border: none;
	font-size: 25px;
	background-color: #3486e5;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
	border-radius: 2px;
	position: relative;
	text-transform: uppercase
}

.blue-btn.loading {
	opacity: .6;
	pointer-events: none
}

.blue-btn:hover,
.blue-btn:hover:before {
	background-color: #327bcf !important;
	color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.blue-btn::before {
	border-radius: 0 2px 2px 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	vertical-align: middle;
	background-color: #3486e5;
	font-weight: normal;
	line-height: 64px;
	background-image: url("/Assets/images/car/arrow-forward-material.png");
	content: "";
	background-repeat: no-repeat;
	background-position: center
}

#blue-arrow-desktop {
	top: 154px;
	right: 205px;
	position: absolute
}

#zip-form-submit-button {
	height: 65px;
	margin-bottom: 45px;
	background-color: #3486e5;
	padding: 10px 15px
}

#zip-form-submit-button:before {
	background-color: #3486e5
}

#zip-form-submit-button:hover:before,
#zip-form-submit-button:hover {
	background-color: #245da0
}

#zip-form p {
	margin: 0 0 30px 0
}

#zip-section-v3 {
	border-radius: 2px;
	background-color: #036;
	padding: 15px;
	color: #fff;
	margin: -15px
}

#zip-section-v3 h2 {
	height: 24px;
	font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	padding-top: 6px;
	margin-bottom: 22px
}

#zip-section-v3 #zip-form-submit-button {
	border: solid 2px #fff;
	background-color: #3486e5;
	padding-right: 2px
}

#zip-section-v3 #zip-form-submit-button::before {
	width: 50px
}

#zip-section-v3 p:before,
#zip-section-v4 p:before {
	content: "";
	display: none
}

.section-title.v4 i {
	width: 35px;
	height: 35px;
	font-size: 35px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #036;
	margin-bottom: 20px
}

.section-title.v4 h2 {
	font-family: Roboto;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: .8;
	letter-spacing: normal;
	text-align: center;
	color: #036;
	margin-bottom: 50px
}

.section-title-main.v4 {
	padding-top: 60px
}

.section-title-main.v4 h2 {
	font-family: Roboto;
	font-size: 55px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: center;
	color: #036
}

.section-title-main.v4 h3 {
	font-size: 40px;
	font-weight: normal;
	line-height: 1.88;
	font-family: Roboto;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #036
}

.section2 {
	max-width: 800px;
	margin: auto
}

.section2 .section-title {
	margin: 25px 0
}

.btn-lists ul {
	margin: -10px
}

.btn-lists li {
	float: left;
	width: 25%;
	padding: 15px
}

.btn-lists li a.car-year-button {
	max-width: 170px;
	height: 45px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 2px #3486e5;
	color: #3486e5;
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	display: block;
	font-size: 25px;
	padding: 8px 10px
}

.birthday-month-button-section {
	padding: 15px
}

.birthday-month-button {
	max-width: 230px;
	height: 45px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 2px #3486e5;
	color: #3486e5;
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	display: block;
	font-size: 20px;
	padding: 8px 10px
}

.birthday-day-button-section {
	padding: 20px
}

.birthday-day-button {
	max-width: 100px;
	height: 45px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 2px #3486e5;
	color: #3486e5;
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	display: block;
	font-size: 25px;
	padding: 8px 10px
}

.ownership-button:hover,
.desired-coverage-button:hover,
.night-parking-button:hover,
.annual-mileage-button:hover,
.primary-use-button:hover,
.birthday-day-button:hover,
.birthday-month-button:hover,
.car-model-button:hover,
.btn-lists li a.car-year-button:hover {
	background-color: #3486e5;
	color: #fff
}

.btn-lists .img-holder {
	height: 45px
}

.btn-lists .img-holder img {
	max-height: 100%
}

#car-year-select {
	width: 45.5%;
	margin-top: 30px
}

#car-make-section {
	max-width: 770px;
	margin: auto
}

.select-wrapper label {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #036;
	float: left
}

.primaryselectbox {
	-webkit-appearance: menulist;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(223, 223, 223, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(223, 223, 223, 1) 100%);
	background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(223, 223, 223, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dfdfdf', GradientType=0);
	border: 1px solid #d5d5d5;
	border-radius: 2px;
	color: #7f7f7f;
	height: 50px;
	width: 100%;
	padding: 5px 15px;
	cursor: pointer;
	font-size: 25px
}

.btn-lists+form {
	margin-top: 30px
}

.btn-lists li a.car-make-button {
	max-width: 170px;
	height: 90px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 2px #3486e5;
	color: #3486e5;
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	display: block;
	font-size: 18px;
	padding: 8px 10px;
	text-transform: uppercase
}

.btn-lists li a.car-make-button:hover {
	background-color: #3486e5;
	color: #fff
}

#car-make-select {
	margin-top: 40px
}

#car-model-form {
	margin: 0 auto;
	max-width: 720px;
	padding-right: 0;
	padding-left: 0
}

a.car-model-button {
	max-width: 230px;
	height: 50px;
	width: 31%;
	border-radius: 2px;
	background-color: #fff;
	border: solid 2px #3486e5;
	margin: 10px;
	padding: 15px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #3486e5;
	display: flex;
	justify-content: center;
	align-items: center
}

.regular-box {
	margin: 0 auto;
	max-width: 550px;
	padding-right: 0;
	padding-left: 0
}

.medium-box {
	margin: 0 auto;
	max-width: 550px;
	padding-right: 0;
	padding-left: 0
}

.big-box {
	margin: 0 auto;
	max-width: 720px;
	padding-right: 0;
	padding-left: 0
}

.primary-use-button {
	height: 90px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 2px #3486e5;
	padding: 30px 15px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #3486e5;
	display: block
}

.annual-mileage-button {
	width: 100%;
	height: 90px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 2px #3486e5;
	padding: 30px 2px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #3486e5;
	display: block
}

.night-parking-button {
	width: 100%;
	height: 90px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 2px #3486e5;
	padding: 30px 2px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #3486e5;
	display: block
}

.night-parking-button {
	width: 100%;
	height: 90px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 2px #3486e5;
	padding: 30px 2px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #3486e5;
	display: block
}

.night-parking-button span {
	font-size: 13px;
	display: block
}

.ownership-button,
.desired-coverage-button {
	width: 100%;
	height: 90px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 2px #3486e5;
	padding: 30px 2px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #3486e5;
	display: block
}

.section5 .section-title h3 {
	font-size: 20px
}

.home-insurance-button,
.add-another-car-button {
	height: 60px;
	width: 160px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 1px #3486e5;
	display: block;
	padding: 20px
}

a.home-insurance-button:hover,
a.add-another-car-button:hover {
	color: #fff;
	background-color: #3486e5
}

a.home-insurance-button:hover h2,
a.add-another-car-button:hover h2 {
	color: #fff
}

.home-insurance-button h2,
.add-another-car-button h2 {
	font-family: Roboto;
	font-size: 25px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: .56;
	letter-spacing: normal;
	text-align: center;
	color: #3486e5
}

.btn-lists.two-col li {
	width: 50%
}

.btn-lists.three-col li {
	width: 33.33%
}

.btn-lists li a>img {
	margin-right: 2px;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 7px
}

.input-edit {
	margin-top: 60px;
	padding: 5px 10px;
	text-align: left;
	border-radius: 2px;
	background-color: #f0f0f0;
	border: solid 1px #d5d5d5
}

.input-value {
	color: #4a4a4a;
	font-size: 16px
}

.input-value-number {
	color: #c1c1c1;
	font-size: 16px
}

.delete-link {
	color: #7f7f7f;
	float: right;
	font-size: 16px;
	text-decoration: underline;
	margin-top: 4px;
	float: right
}

#cars-view {
	margin-top: 20px
}

#cars-view>.mini-container.input-edit {
	margin-top: 10px
}

#cars-view .input-edit .input-value {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	font-size: 14px;
	margin: 4px 0 0 0
}

#education-credit-section p,
#current-insurance-form p {
	margin: 0 0 35px 0
}

#driving-history-form .three-col.btn-lists,
#driver-details-form .three-col.btn-lists {
	padding-bottom: 80px
}

.datepicker ul {
	margin: 0 -10px
}

.datepicker li {
	width: 33.33%;
	padding: 0 10px;
	float: left
}

.datepicker .primaryselectbox {
	margin-bottom: 30px;
	padding: 5px
}

#driver-birthday-year-select,
#driver-birthday-month-select,
#driver-birthday-day-select {
	-ms-text-align-last: center;
	-moz-text-align-last: center;
	text-align-last: center;
	text-align-last: -webkit-center;
	text-align: -webkit-center;
	margin-bottom: 50px
}

#driver-birthday-year-input {
	text-align: center;
	height: 55px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 2px #4a90e2;
	font-family: Roboto;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal
}

#driver-birthday-year-input::-webkit-input-placeholder {
	text-align: center
}

#driver-birthday-year-input:-moz-placeholder {
	text-align: center
}

#driver-birthday-year-input::-moz-placeholder {
	text-align: center
}

#driver-birthday-year-input:-ms-input-placeholder {
	text-align: center
}

#driver-name-section .section-title h3 {
	font-family: Roboto;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #036;
	margin-top: 6px
}

#driver-name-form input {
	line-height: 1;
	height: 50px
}

#driver-name-form .form-sec {
	margin-bottom: 25px
}

#driver-name-form .form-sec p {
	margin-bottom: 25px
}

.form-sec {
	margin: 0 -10px 10px;
	text-align: left
}

.form-sec p {
	width: 50%;
	float: left;
	padding: 0 10px
}

.form-sec p.fullwidth {
	width: 100%
}

p.fullwidth>label {
	width: 100%
}

.form-sec p input {
	height: 50px;
	border-radius: 2px;
	font-size: 20px
}

.form-sec p label {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0
}

.section13 .form-sec p {
	margin: 0 0 10px 0
}

.section13 .section-title h2 {
	font-size: 37px
}

.section13 .section-title h3 {
	font-size: 23px
}

.section11 .form-sec p label,
.section13 .form-sec p label {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #036
}

#contact-info-section .section-title h4 {
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.45;
	letter-spacing: normal;
	text-align: center;
	color: #4a90e2;
	padding-top: 8px
}

#contact-info-form .form-sec {
	margin-bottom: 20px
}

#contact-info-form .fullwidth {
	margin-bottom: 22px
}

#contact-info-form .fullwidth input {
	height: 45px;
	line-height: 1
}

.firstname {
	text-transform: capitalize
}

.foot-privacy {
	font-size: 12px;
	text-align: center;
	padding-top: 10px
}

#leadid_tcpa_disclosure_label {
	margin: 0;
	padding-top: 50px
}

#leadid_tcpa_disclosure_label a {
	color: #00e;
	text-decoration: underline
}

.foot-support {
	margin-top: 160px;
	margin-bottom: 80px
}

.foot-support[hidden] {
	display: block;
	visibility: hidden
}

.foot-support h2 {
	text-align: center;
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 20px
}

.foot-support ul {
	margin: 0 -15px;
	font-size: 0
}

.foot-support li {
	display: inline-block;
	width: 16.66%;
	padding: 0 15px;
	margin-bottom: 15px;
	vertical-align: middle
}

.foot-support li:nth-child(6n+1) {
	clear: both
}

.foot-support li a {
	font-size: inherit;
	display: block;
	text-align: center
}

.foot-support li a img {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.bottom-footer {
	padding: 20px 0;
	color: #9b9b9b;
	font-size: 16px
}

.foot-menu {
	border-top: solid 1px rgba(151, 151, 151, .2);
	padding-top: 30px;
	margin-top: 30px
}

.foot-menu li {
	float: left;
	margin-right: 20px;
	position: relative
}

.foot-menu li:last-child:before {
	display: none
}

.foot-menu li a {
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #616161
}

.foot-menu li a:hover {
	text-decoration: underline
}

.foot-menu li.copyright {
	float: right;
	margin-right: 0;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #616161
}

.section-title-contact h2 {
	font-family: Roboto;
	font-size: 55px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: center;
	color: #036;
	margin: 45px 0 15px 0
}

#contact-section .section-title {
	margin-top: 0
}

#contact-section .section-title h2 {
	font-family: Roboto;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #036
}

#unsubscribeForm.mini-container,
#contactUsForm.mini-container {
	width: 420px
}

#unsubscribeForm label,
#contactUsForm label {
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #036;
	float: left
}

#unsubscribeForm textarea,
#unsubscribeForm input,
#contactUsForm textarea,
#contactUsForm input {
	width: 100%;
	height: 45px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 1px #d5d5d5
}

#unsubscribeForm textarea,
#contactUsForm textarea {
	padding: 6px 15px;
	font-size: 16px;
	height: 102px;
	resize: none
}

#unsubscribeForm textarea::-webkit-input-placeholder,
#contactUsForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #c1c1c1;
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal
}

#unsubscribeForm textarea:-moz-placeholder,
#contactUsForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #c1c1c1
}

#unsubscribeForm textarea::-moz-placeholder,
#contactUsForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #c1c1c1
}

#unsubscribeForm textarea:-ms-input-placeholder,
#contactUsForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #c1c1c1
}

#unsubscribeForm .col-xs-12,
#contactUsForm .col-xs-12 {
	margin: 15px 0
}

#unsubscribeForm button,
#contactUsForm button {
	width: 100%;
	height: 60px;
	border-radius: 2px;
	background-color: #4a90e2;
	font-family: Roboto;
	font-size: 25px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: .96;
	letter-spacing: normal;
	text-align: center;
	color: #fff
}

.section-title-terms h2,
.section-title-privacy h2 {
	font-family: Roboto;
	font-size: 55px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: center;
	color: #036;
	margin: 45px 0 15px 0
}

.main-cont.container.terms,
.main-cont.container.privacy {
	padding: 0px 30px;
	text-align: left
}

.section1 form input {
	text-align: center
}

a {
	cursor: pointer
}

#page {
	min-height: 95vh
}

.sec-min-height {
	min-height: 657px
}

#updateResultsFormSection {
	background-color: #fff;
	margin-bottom: 12px;
	height: 75px;
	padding: 12px 0 17px 0
}

#updateResultsFormSection .sectionLabel {
	font-size: 12px;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000;
	float: left;
	width: 100%
}

#updateResultsFormSection select,
#updateResultsFormSection input {
	width: 100%;
	height: 25px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 1px #d8d8d8;
	font-size: 14px
}

#updateResultsFormSection button {
	margin-top: 8px;
	width: 100%;
	height: 40px;
	border-radius: 2px;
	border-color: #012469;
	background-color: #012469;
	font-size: 17px;
	color: #fff
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	width: 0%
}

.switch-field .switch-field-label {
	height: 25px;
	float: left;
	display: inline-block;
	width: 45%;
	background-color: #fff;
	color: #9b9b9b;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	border: solid 1px #d8d8d8;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	cursor: pointer
}

.switch-field input:checked+.switch-field-label {
	background-color: #012469;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.switch-field .switch-field-label:first-of-type {
	margin-right: 8px
}

#leadid_tcpa_disclosure_label {
	font-weight: 400;
	font-size: 11px;
	color: #000
}

.switch-light-text {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: normal;
	color: #036
}

.switch-light .alert.alert-light {
	background-image: linear-gradient(to bottom, #f8f8f8, #dedede);
	height: 45px;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
	font-size: 20px;
	color: #adadad;
	font-family: Roboto;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	margin-bottom: 0
}

.switch-light .alert.alert-light a {
	background-color: #0d2448;
	width: 49.5%;
	margin-top: 3px;
	height: 87%;
	display: none
}

.switch-light span span.checkbox-checked:after {
	display: block;
	content: '';
	height: 87%;
	position: absolute;
	top: 0;
	z-index: -1;
	margin-top: 3px;
	border-radius: 4px;
	background-color: #0d2448;
	width: 100%
}

.checkbox-checked {
	color: #fff
}

.switch-light span span {
	font-family: Roboto;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center
}

@media only screen and (max-width:1199px) {
	.section1 .section-title h2 {
		font-size: 36px
	}
	a.car-model-button {
		width: 30%
	}
	#blue-arrow-desktop {
		top: 154px;
		right: 100px
	}
	#car-year-button {
		width: 135px
	}
	.section-title.v4 h2 {
		font-family: Roboto;
		font-size: 30px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: .8;
		letter-spacing: normal;
		text-align: center;
		color: #036;
		margin-bottom: 50px
	}
	.section-title-main.v4 {
		padding-top: 40px
	}
	.section-title-main.v4 h2 {
		font-family: Roboto;
		font-size: 46px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.36;
		letter-spacing: normal;
		text-align: center;
		color: #036
	}
	.section-title-main.v4 h3 {
		font-size: 36px;
		font-weight: normal;
		line-height: 1.88;
		font-family: Roboto;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		letter-spacing: normal;
		text-align: center;
		color: #036
	}
	.foot-menu li.copyright,
	.foot-menu li a {
		font-size: 14px
	}
	.foot-menu li.copyright {
		line-height: 18px
	}
}

@media only screen and (max-width:1199px) and (min-width:992px) {
	#driving-history-form .row {
		margin-right: -105px;
		margin-left: -105px
	}
}

@media only screen and (max-width:991px) and (min-width:768px) {
	#driving-history-form .row .col-sm-4:not(:nth-child(2)) {
		margin-top: 27px
	}
}

@media only screen and (max-width:1023px) {
	.sec-min-height {
		min-height: 555px
	}
	#car-model-form {
		padding-right: 0;
		padding-left: 10px
	}
}

@media only screen and (max-width:991px) {
	.main-cont {
		padding: 20px 10px
	}
	.section1 .section-title h3,
	.section1 .section-title h2 {
		font-size: 32px
	}
	#car-year-button {
		width: 92px;
		height: 40px;
		font-size: 20px
	}
	.section-title.v4 h2 {
		font-family: Roboto;
		font-size: 30px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: .8;
		letter-spacing: normal;
		text-align: center;
		color: #036;
		margin-bottom: 50px
	}
	.section-title-main.v4 {
		padding-top: 60px
	}
	.section-title-main.v4 h2 {
		font-family: Roboto;
		font-size: 35px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.36;
		letter-spacing: normal;
		text-align: center;
		color: #036
	}
	.section-title-main.v4 h3 {
		font-size: 30px;
		font-weight: normal;
		line-height: 1.88;
		font-family: Roboto;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		letter-spacing: normal;
		text-align: center;
		color: #036
	}
	#car-year-section {
		padding-left: 10px;
		padding-right: 10px
	}
	#car-year-section .btn-lists li {
		padding: 10px
	}
	.btn-lists li a.car-make-button {
		font-size: 14px
	}
	.section3 .btn-lists li {
		font-size: 14px;
		padding: 4px
	}
	a.car-model-button {
		font-size: 16px
	}
	.foot-menu li a {
		font-size: 12px
	}
	.foot-menu li.copyright {
		font-size: 11px
	}
	.foot-menu li {
		margin-right: 9px
	}
	.foot-menu {
		padding-top: 20px;
		margin-top: 20px
	}
}

@media only screen and (min-width:767px) {
	#back-button-mobile {
		display: none !important
	}

}

@media only screen and (max-width:767px) {
	body {
		background-color: #fff
	}
	.top_main_heading{
		margin-top: 0 !important;
	}
	.foot-support {
		margin-bottom: 105px
	}
	.topbar {
		height: 45px
	}
	.site-title {
		margin: 0 auto;
		height: 41px;
		width: 120px
	}
	.site-title-underline {
		margin: 0 20px;
		opacity: .1;
		border-top: solid 1px #036
	}
	.site-branding {
		float: none
	}
	.main-cont {
		margin-top: 0;
		padding: 0;
		border: none
	}
	#inner-page {
		padding-left: 25px;
		padding-right: 25px
	}
	.section2 .section-title,
	.section-title {
		margin: 15px 0 20px 0
	}
	.section1 .section-title h2,
	.section-title h2 {
		font-size: 24px
	}
	.section1 form input {
		font-size: 20px;
		height: 55px;
		color: #000
	}
	#zip-form-submit-button,
	.blue-btn {
		height: 55px;
		font-size: 20px;
		padding: 10px 40px 10px 2px;
		margin-bottom: 0
	}
	.blue-btn::before {
		line-height: 50px;
		width: 40px;
		background-size: 20px
	}
	.rec-section {
		padding: 15px 0;
		margin-bottom: 0
	}
	.btn-lists li a {
		font-size: 18px;
		padding: 10px 1px
	}
	.section3 .btn-lists li a {
		font-size: 14px;
		padding: 3px
	}
	.section5 .btn-lists li a {
		width: 100%;
		padding-top: 20px
	}
	.btn-lists .img-holder {
		height: 22px;
		margin-bottom: 3px
	}
	.btn-lists ul {
		margin: -5px
	}
	#car-year-section .btn-lists li,
	.btn-lists li {
		padding: 5px
	}
	ul li a.home-insurance-button:hover,
	ul li a.add-another-car-button:hover,
	.btn-lists li a.car-make-button:hover,
	.birthday-day-button:hover,
	.birthday-month-button:hover,
	.car-model-button:hover,
	.btn-lists li a.car-year-button:hover {
		background-color: #fff;
		color: #3486e5
	}
	a.home-insurance-button:hover h2,
	a.add-another-car-button:hover h2 {
		color: #3486e5
	}
	.section-top-title h2 {
		font-size: 14px;
		margin-bottom: 16px
	}
	.section1 .section-title {
		margin: 0 0 30px 0
	}
	.section1 p:before {
		right: 85px;
		top: 46px
	}
	#zip-section.v3.section1 .section-title h2 {
		font-family: Roboto;
		font-size: 22px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.5;
		letter-spacing: normal;
		text-align: center;
		color: #036
	}
	#zip-section.v3.section1.title-lg .section-title h2 {
		font-size: 8vw;
		margin: 0 -15px 0 -15px
	}
	#zip-section.v4 {
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 2px;
		background-color: #fff;
		border: solid 1px #e0e0e0;
		padding: 15px
	}
	#blue-arrow-mobile {
		top: 32px;
		right: 75px;
		position: absolute
	}
	.section-title.v4 h2 {
		font-family: Roboto;
		font-size: 18px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.33;
		letter-spacing: normal;
		text-align: center;
		color: #4a90e2;
		margin-bottom: 25px;
		margin-top: 3px
	}
	.section-title-main.v4 {
		padding-top: 0
	}
	.section-title-main.v4 h2 {
		padding-top: 14px;
		padding-bottom: 19px;
		font-family: Roboto;
		font-size: 22px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.43;
		letter-spacing: normal;
		text-align: center;
		color: #036
	}
	#zip-section-v4 p:before {
		font-family: FontAwesome;
		content: "ï";
		top: 10px;
		position: relative;
		right: 63px;
		font-size: 25px;
		color: #c1c1c1;
		display: inherit;
		height: 0
	}
	.btn-lists li a.car-year-button {
		font-size: 16px;
		padding: 8px 10px;
		width: 100%;
		height: 35px;
		border: solid 1px #3486e5
	}
	#car-year-section {
		padding-left: 0;
		padding-right: 0
	}
	#car-year-select {
		width: 100%;
		margin-top: 20px;
		height: 35px
	}
	.btn-lists li a.car-make-button {
		height: 50px;
		border: solid 1px #3486e5
	}
	.section3 .btn-lists li {
		width: 33.33%
	}
	#car-make-select {
		margin-top: 24px
	}
	.switch-light-text {
		font-size: 14px
	}
	.switch-light .alert.alert-light {
		height: 45px;
		font-size: 16px;
		line-height: 2.5
	}
	a.car-model-button {
		max-width: 97%;
		width: 44%;
		font-size: 15px;
		margin: 6px;
		border: solid 1px #3486e5
	}
	a.ownership-button,
	a.desired-coverage-button,
	a.annual-mileage-button,
	a.primary-use-button {
		margin: 6px 0;
		border: solid 1px #3486e5;
		padding: 20px 15px;
		height: 60px
	}
	a.night-parking-button {
		margin: 6px 0;
		border: solid 1px #3486e5;
		padding: 15px;
		height: 60px
	}
	#car-model-form {
		padding-right: 10px
	}
	.section5 .section-title {
		margin-bottom: 25px
	}
	.section5 .section-title h3 {
		font-size: 16px
	}
	.home-insurance-button,
	.add-another-car-button {
		height: 50px;
		width: 160px;
		border-radius: 2px;
		background-color: #fff;
		border: solid 1px #3486e5;
		display: block;
		padding: 19px
	}
	.home-insurance-button h2,
	.add-another-car-button h2 {
		font-size: 22px
	}
	#education-credit-section p,
	#current-insurance-form p {
		margin: 0 0 25px 0
	}
	#driving-history-form .three-col.btn-lists,
	#driver-details-form .three-col.btn-lists {
		padding-bottom: 35px
	}
	#driver-birthday-year-select,
	#driver-birthday-month-select,
	#driver-birthday-day-select {
		margin-bottom: 30px
	}
	.birthday-month-button-section {
		padding: 7.5px
	}
	.birthday-month-button {
		height: 35px;
		border: solid 1px #3486e5;
		font-size: 14px;
		padding: 8px 10px
	}
	.birthday-day-button-section {
		padding: 5px
	}
	.birthday-day-button {
		height: 45px;
		font-size: 16px
	}
	.birthday-day-button {
		border: solid 1px #3486e5;
		padding-top: 11px
	}
	#driver-name-section .section-title h3 {
		font-size: 12px
	}
	#driver-name-form input {
		height: 45px;
		font-size: 16px
	}
	#driver-name-form .form-sec {
		margin-bottom: 15px
	}
	#driver-name-form .form-sec p {
		margin-bottom: 20px
	}
	#contact-info-section.section13 .section-title {
		margin: 0 0 20px 0
	}
	#contact-info-section .section-title h4 {
		font-size: 12px;
		line-height: 1.45
	}
	#contact-info-form .form-sec {
		margin-bottom: 15px
	}
	#contact-info-form .fullwidth {
		margin-bottom: 20px
	}
	#contact-info-form .fullwidth input {
		height: 40px;
		font-size: 16px;
		padding: 0 15px
	}
	.section13 .section-title h2 {
		font-size: 24px
	}
	.section13 .section-title h3 {
		font-size: 20px
	}
	.primaryselectbox {
		font-size: 18px;
		height: 40px
	}
	.section-title h3 {
		font-size: 20px;
		margin-bottom: 0
	}
	.btn-lists li a>img {
		width: 18px;
		margin-top: 0
	}
	.section6 .btn-lists li {
		width: 50%
	}
	.datepicker .primaryselectbox {
		margin-bottom: 30px;
		padding: 2px
	}
	.datepicker ul {
		margin: -5px
	}
	.datepicker li {
		padding: 0 5px
	}
	.form-sec {
		margin: 0 -5px 10px
	}
	.form-sec p {
		padding: 0 5px
	}
	.form-sec p label {
		font-size: 18px
	}
	.form-sec p input {
		height: 45px;
		font-size: 18px
	}
	.rec-section.section14 {
		display: none
	}
	.foot-privacy {
		padding: 0;
		text-align: left;
		font-size: 9px
	}
	.foot-support li {
		width: 33.33%
	}
	.foot-support li:nth-child(3n+1) {
		clear: both
	}
	.foot-menu ul {
		margin: 0 16px
	}
	.copyright span {
		position: absolute;
		bottom: 35px;
		right: 18px
	}
	.bottom-footer {
		padding: 60px 0 20px 0
	}
	.backbtn {
		display: none
	}
	.form-sec p.fullwidth {
		margin-bottom: 5px
	}
	.mini-container {
		width: auto
	}
	.input-edit {
		margin-top: 40px
	}
	.primary-title-inside {
		padding-top: 10px;
		font-size: 20px
	}
	.result-sec {
		font-size: 12px
	}
	.results-header h2 {
		font-size: 28px
	}
	.results-header h3 {
		font-size: 14px
	}
	#cars-view .input-edit .input-value {
		display: inline-block;
		margin-bottom: -5px;
		width: 80%;
		white-space: nowrap;
		overflow: hidden !important;
		text-overflow: ellipsis;
		margin-top: 2px
	}
	#cars-view .input-edit a {
		margin-top: 0
	}
	.sec-min-height {
		min-height: 400px
	}
	.section-title-terms h2,
	.section-title-contact h2 {
		height: 27px;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.13;
		margin: 17px 0 0 0
	}
	#contact-section .section-title h2 {
		height: 64px;
		font-size: 14px
	}
	#unsubscribeForm label,
	#contactUsForm label {
		height: 14px;
		font-family: Roboto;
		font-size: 14px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: 1;
		letter-spacing: normal;
		color: #036;
		float: left
	}
	#unsubscribeForm textarea,
	#unsubscribeForm input,
	#contactUsForm textarea,
	#contactUsForm input {
		height: 40px;
		border-radius: 2px;
		background-color: #fff;
		border: solid 1px #d5d5d5
	}
	#unsubscribeForm textarea,
	#contactUsForm textarea {
		padding: 6px 15px;
		font-size: 16px;
		height: 62px;
		resize: none
	}
	#unsubscribeForm textarea::-webkit-input-placeholder,
	#contactUsForm textarea::-webkit-input-placeholder {
		font-size: 16px;
		color: #c1c1c1;
		font-family: Roboto;
		font-weight: 400;
		font-style: normal;
		font-stretch: normal
	}
	#unsubscribeForm .col-xs-12,
	#contactUsForm .col-xs-12 {
		margin: 10px 0
	}
	#unsubscribeForm button,
	#contactUsForm button {
		width: 100%;
		height: 60px;
		border-radius: 2px;
		background-color: #4a90e2;
		font-family: Roboto;
		font-size: 25px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: .96;
		letter-spacing: normal;
		text-align: center;
		color: #fff
	}
	#inner-page.terms,
	#inner-page.privacy {
		padding: 0
	}
	.section-title-terms h2,
	.section-title-privacy h2 {
		margin: 17px 0 0 0;
		font-family: Roboto;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.13
	}
	.main-cont.container.terms,
	.main-cont.container.privacy {
		padding: 20px 20px;
		font-family: Roboto;
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #000
	}
	#updateResultsFormSection {
		margin-bottom: 12px;
		height: 50px;
		padding: 5px 0 7px 0;
		margin-right: -14px
	}
	#updateResultsFormSection .sectionLabel {
		font-size: 10px;
		font-weight: 400;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #000;
		float: left;
		width: 100%
	}
	#updateResultsFormSection select,
	#updateResultsFormSection input {
		width: 95%;
		height: 20px;
		border-radius: 2px;
		background-color: #fff;
		border: solid 1px #d8d8d8;
		font-size: 12px;
		color: #9b9b9b
	}
	select[name=age] {
		width: 80% !important
	}
	#updateResultsFormSection button {
		margin-top: 8px;
		width: 100%;
		height: 40px;
		border-radius: 2px;
		border-color: #012469;
		background-color: #012469;
		font-size: 17px;
		color: #fff
	}
	.switch-field input {
		position: absolute !important;
		clip: rect(0, 0, 0, 0);
		height: 1px;
		width: 1px;
		border: 0;
		overflow: hidden;
		width: 0%
	}
	.switch-field .switch-field-label {
		height: 25px;
		float: left;
		display: inline-block;
		width: 45%;
		background-color: #fff;
		color: #9b9b9b;
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		text-shadow: none;
		border: solid 1px #d8d8d8;
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		-o-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
		cursor: pointer
	}
	.switch-field input:checked+.switch-field-label {
		background-color: #012469;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff
	}
	.switch-field .switch-field-label:first-of-type {
		margin-right: 8px
	}
	#homeSection,
	#marriedSection,
	#ageSection {
		border-right: solid 1px #eee;
		text-align: -webkit-center;
		height: 100%;
		width: 22%
	}
	#currentInsuranceSection {
		margin-left: 7px
	}
	#currentInsuranceSection select {
		width: 100% !important
	}
	.switch {
		position: relative;
		display: inline-block;
		width: 47px;
		height: 22px;
		margin-top: 15px
	}
	.switch input {
		display: none
	}
	.slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ccc;
		-webkit-transition: .4s;
		transition: .4s
	}
	.slider:before {
		position: absolute;
		content: "";
		height: 18px;
		width: 18px;
		left: 2px;
		bottom: 2px;
		background-color: #fff;
		-webkit-transition: .4s;
		transition: .4s
	}
	input:checked+.slider {
		background-color: #3cf
	}
	input:focus+.slider {
		box-shadow: 0 0 1px #3cf
	}
	input:checked+.slider:before {
		-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(26px)
	}
	.slider.round {
		border-radius: 34px
	}
	.slider.round:before {
		border-radius: 50%
	}
	#leadid_tcpa_disclosure_label {
		font-size: 10px
	}
	#cars-view .input-edit .input-value {
		display: inline-block;
		margin-bottom: -5px;
		width: 80%;
		white-space: nowrap;
		overflow: hidden !important;
		text-overflow: ellipsis;
		margin-top: 2px;
		font-size: 15px
	}
	#cars-view .input-edit a {
		margin-top: 0
	}
	#add-car-selects-div div {
		padding-bottom: 10px
	}
	#add-car-selects-div div:last-of-type {
		padding-bottom: 20px
	}
	#car-model-form #cars-view .delete-link {
		padding-top: 5px
	}
	.phone-number-mobile-container {
		width: 100%;
		height: 61px;
		opacity: .9;
		background-color: #036;
		box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .25);
		padding-top: 15px
	}
	.phone-number-mobile-container.fixed {
		position: fixed;
		bottom: 0;
		left: 0
	}
	.phone-number-mobile-inner-container {
		margin: auto;
		width: 220px;
		height: 35px;
		border-radius: 17.5px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .35);
		background-color: #fff;
		border: solid 1px #fff;
		padding-top: 7px
	}
	.phone-number-mobile-inner-container a {
		font-family: Roboto;
		font-size: 13px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #012469;
		display: table
	}
	.phone-number-mobile-inner-container i {
		font-size: 20px;
		color: #3cf;
		padding-left: 8px;
		padding-right: 8px
	}
	.phone-number-mobile-inner-container i,
	.phone-number-mobile-inner-container span {
		display: table-cell;
		vertical-align: middle
	}
	#leadid_tcpa_disclosure_label {
		margin: 0;
		padding-top: 22px
	}
	.foot-menu {
		padding-top: 20px;
		margin-top: 20px
	}
	.foot-menu li.copyright,
	.foot-menu li {
		float: none;
		margin-bottom: 15px;
		margin-right: 0
	}
	.foot-menu li a {
		font-size: 12px
	}
	.foot-menu li.copyright {
		font-size: 12px;
		font-weight: 300
	}
}

@media only screen and (max-width:460px) {
	#footer-extra-text {
		font-size: 10px
	}
	.sec-min-height {
		min-height: 420px
	}
	#updateResultsFormSection div {
		padding-left: 2px;
		padding-right: 0
	}
	#updateResultsFormSection .sectionLabel {
		font-size: 9px
	}
	#blue-arrow-mobile {
		top: 32px;
		right: 50px;
		position: absolute
	}
}

@media only screen and (max-width:344px) {
	#updateResultsFormSection .sectionLabel {
		font-size: 8px
	}
	#cars-view .input-edit .input-value {
		width: 70%
	}
	.foot-support {
		margin-bottom: 55px
	}
	#blue-arrow-mobile {
		top: 32px;
		right: 40px;
		position: absolute
	}
	#contact-info-section .section-title h4 {
		font-size: 11px
	}
}

@media only screen and (max-width:320px) {
	.section-title h2 {
		font-size: 19px
	}
	.section13 .section-title h2 {
		font-size: 24px
	}
	.section13 .section-title h3 {
		font-size: 17px
	}
	.section-title h3 {
		font-size: 15px
	}
	.foot-support {
		margin-bottom: 35px
	}
	#blue-arrow-mobile {
		top: 32px;
		right: 35px;
		position: absolute
	}
	#contact-checkbox.checkbox {
		margin-top: 0;
		margin-bottom: 0;
		top: 0
	}
	#contact-checkbox.checkbox label#checkbox_1_label {
		padding-left: 23px;
		font-size: 12px;
		padding-top: 4px
	}
}

.bottom-cont {
	position: absolute;
	bottom: 0;
	width: 100%
}

.footer {
	position: inherit;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center
}

.footer>.container {
	padding-right: 0;
	margin-right: 0;
	padding-left: 0;
	margin-left: 0;
	width: 100%
}

.results-header h2,
.results-header h3 {
	color: #fff
}

.result-sec .container {
	min-height: 91vh
}

#footer-extra-text {
	color: #616161;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px
}

#cars-view {
	text-align: left;
	padding: 20px 8px 50px 2px
}

#cars-view .input-value {
	font-size: 20px
}

#contact-checkbox.checkbox {
	padding-left: 10px;
	display: inline-block;
	margin-top: 0;
	top: -10px
}

.checkbox input[type="checkbox"] {
	opacity: 0
}

#contact-checkbox.checkbox label {
	position: relative;
	display: inline-block;
	padding-left: 26px;
	font-family: Roboto;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #036;
	padding-top: 3px
}

.checkbox label::before,
.checkbox label::after {
	position: absolute;
	content: "";
	display: inline-block
}

.checkbox label::before {
	height: 16px;
	width: 16px;
	border: 1px solid;
	left: 0;
	top: 3px;
	border-radius: 3px
}

.checkbox label::after {
	height: 5px;
	width: 9px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
	left: 4px;
	top: 7px
}

input[type="checkbox"]+label::after {
	content: none
}

input[type="checkbox"]:checked+label::after {
	content: ""
}

.bottom-cont.content-page {
	position: static
}

.bottom-cont.content-page .foot-support {
	margin-top: 119px
}

.bottom__content {
	background: #fff;
	border-top: solid 1px #dbdbdb
}

.bottom__content .container>h3 {
	color: #036;
	font-size: 30px;
	padding: 0;
	margin: 79px 0 72px 0;
	text-align: center;
	font-weight: bold
}

.bottom__content .bottom__content__banners {
	display: flex;
	flex: 1 0 10px
}

.bottom__content__banners .bottom__content__banner {
	max-width: 370px;
	text-align: center;
	border: solid 1px #dbdbdb;
	padding: 20px 0 20px 0;
	margin-left: 30px
}

.bottom__content__banners .bottom__content__banner:first-child {
	margin-left: 0
}

.bottom__content__banners .bottom__content__banner h4 {
	color: #4a90e2;
	font-size: 20px;
	font-weight: 500;
	padding: 0;
	margin: 18px 0 14px 0
}

.bottom__content__banners .bottom__content__banner p {
	color: #091a36;
	font-size: 16px;
	margin: 0;
	padding: 0
}

.bottom__content__earth {
	background: url('../../images/car/earth-bg-desktop.svg') no-repeat;
	background-size: 100% 100%;
	min-height: 720px;
	padding-top: 133px;
	margin-top: 90px
}

.bottom__content__earth .right-side {
	max-width: 665px
}

.bottom__content__earth .container {
	display: flex;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 0
}

.bottom__content__earth h3 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	margin: 41px 0 19px 0;
	padding: 0
}

.bottom__content__earth p {
	color: #fff;
	font-size: 17px;
	font-weight: normal
}

.bottom__content__earth hr {
	max-width: 400px;
	opacity: .5;
	border-top: 2px solid #fff;
	margin: 33px 0 26px 0
}

.bottom__content__earth span {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	margin-bottom: 27px
}

.bottom__content__earth input {
	border: none;
	border-radius: 2px;
	max-width: 160px;
	height: 55px;
	text-align: center;
	font-size: 18px
}

.bottom__content__earth form {
	display: flex
}

.bottom__content__earth button {
	background: #036;
	border-radius: 2px;
	border: none;
	width: 200px;
	height: 55px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap
}

.bottom__content__earth button:after {
	content: '';
	background-image: url('/Assets/images/car/arrow-forward-material.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
	display: inline-block;
	margin-left: 17px
}

.bottom__content__earth img {
	margin-left: auto;
	align-self: center
}

@media(max-width:1660px) {
	.bottom__content__earth {
		padding-bottom: 20px
	}
}

@media(max-width:767px) {
	.bottom__content .bottom__content__banners {
		flex-direction: column
	}
	.bottom__content__banners .bottom__content__banner {
		max-width: none;
		margin-left: 0;
		margin: 20px 5px 0 5px;
		padding-left: 8px;
		padding-right: 8px
	}
	.bottom__content .container>h3 {
		font-size: 23px;
		margin: 30px 0 40px 0
	}
	.bottom__content__banners .bottom__content__banner h4 {
		font-size: 18px
	}
	.bottom__content__banners .bottom__content__banner p {
		font-size: 16px
	}
	.bottom__content__banners .bottom__content__banner:first-child {
		margin-top: 0;
		margin-left: 5px
	}
	.bottom__content__earth {
		background-image: url('/Assets/images/car/earth-bg-mobile.svg');
		min-height: 1427px;
		padding-top: 100px;
		margin-top: 67px
	}
	.bottom__content__earth .container {
		flex-direction: column;
		padding-right: 20px;
		padding-left: 20px
	}
	.bottom__content__earth h3 {
		font-size: 23px;
		margin-top: 0
	}
	.bottom__content__earth p {
		font-size: 16px
	}
	.bottom__content__earth img {
		margin-right: auto;
		margin-top: 150px
	}
	.bottom__content__earth input,
	.bottom__content__earth button {
		height: 65px
	}
	.bottom__content__earth button:after {
		margin-left: 8px
	}
}

.address-zip-line {
	display: flex
}

.address-zip-line span:nth-child(2) {
	flex-basis: 54%;
	margin-left: 7px
}

@media(min-width:356px) {
	.address-zip-line span:nth-child(2) input {
		letter-spacing: 6px
	}
}

.blue-box-top {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #4a90e2;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.44;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
	margin-left: -18px;
	width: calc(100% + 36px);
	padding: 5px 50px
}

.section-title-sub {
	color: #036;
	font-size: 15px
}

@media(min-width:768px) {
	.blue-box-top {
		display: none
	}
}

.no-top-pad {
	padding-top: 0
}

.final-safe-text {
	display: none
}

@media(max-width:767px) {
	#zip-section-v3.zip-section-v8 {
		min-height: 237px
	}
	#zip-form.zip-form-v8 p {
		margin: 0 0 20px 0
	}
	#zip-form.zip-form-v8 {
		margin-top: 10px
	}
	#zip-section-v3.zip-section-v8 h2 {
		margin-bottom: 30px
	}
	#zip-section.v3.section1.zip-wrapper-v8 .section-title h2 {
		font-size: 30px;
		font-weight: bold;
		line-height: 1.38;
		color: #036
	}
	#zip-section.zip-wrapper-v8 #zip-section-v3.zip-section-v8 form input,
	#zip-section.zip-wrapper-v8 #zip-section-v3.zip-section-v8 form button {
		min-width: 83%;
		margin-left: auto;
		max-width: 280px;
		margin-right: auto
	}
	#zip-section.zip-wrapper-v8 #zip-section-v3.zip-section-v8 form button {
		padding-right: 40px
	}
	#zip-section.zip-wrapper-v8 #zip-section-v3.zip-section-v8 form button::before {
		right: 53px
	}
	.only-mobile {
		display: inline-block;
		margin-bottom: 30px
	}
}

@media(min-width:768px) {
	.only-mobile {
		display: none
	}
}

@media(max-width:374px) {
	#zip-section.v3.section1.zip-wrapper-v8 .section-title h2 {
		font-size: 26px
	}
}

@media(max-width:350px) {
	#zip-section.zip-wrapper-v8 #zip-section-v3.zip-section-v8 form button::before {
		right: 33px
	}
}

@media(max-width:320px) {
	#zip-section.v3.section1.zip-wrapper-v8 .section-title h2 {
		font-size: 8vw
	}
}

p.top-button-consent {
	color: #036;
	font-size: 11px;
	background: #fafafa;
	width: calc(100% - 20px);
	padding: 10px 21px;
	margin: 0 10px 0 10px !important
}

@media(max-width:768px) {
	p.top-button-consent {
		width: calc(100% - 10px);
		margin: 0 5px 0 5px !important
	}
}

.section.privacy-page {
	object-fit: contain;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 22px;
	letter-spacing: normal;
	color: #0b1e3c;
	padding-top: 37px;
	padding-bottom: 151px;
	width: 1200px;
	max-width: 100%
}

.main-cont.container.terms.terms-page {
	padding-bottom: 83px
}

.section.privacy-page p:first-of-type {
	margin-top: 0
}

.section.privacy-page p {
	margin-bottom: 22px;
	margin-top: 22px
}

.section.privacy-page.terms-page h3 {
	margin-top: 26px
}

.section.privacy-page h3 {
	margin-top: 40px;
	margin-bottom: 22px;
	font-family: Roboto;
	/* font-size: 16px; */
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 22px;
	letter-spacing: normal
}

.section.privacy-page h3.sub-title {
	margin-top: 22px
}

.privacy-page a {
	color: #00e
}

.privacy-page ul {
	list-style-type: disc
}

.privacy-page table {
	border-collapse: collapse;
	display: block;
	overflow-x: auto;
	margin-top: 44px;
	margin-bottom: 30px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #0b1e3c
}

.privacy-page table th {
	border: solid 1px #babfc7;
	background-color: #0d1042;
	font-family: Roboto;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #f6f8fa;
	padding-left: 18px;
	padding-right: 17px;
	height: 160px;
	width: 375px;
	text-align: left
}

.privacy-page table td {
	text-align: left;
	padding: 20px 26px;
	max-width: 195px
}

.privacy-page table,
.privacy-page th,
.privacy-page td {
	border: solid 1px #babfc7
}

.privacy-page td:nth-of-type(2) {
	text-align: center
}

.privacy-page tr:nth-child(even) {
	background-color: rgba(102, 153, 255, .05)
}

.privacy-page tr:nth-child(odd) {
	background-color: #fff
}

.privacy-page a {
	text-decoration: underline
}

.privacy-page .email-link,
.privacy-page .print-page {
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #00e;
	text-decoration: underline
}

.privacy-page .print-page {
	cursor: pointer
}

.privacy-page .title-link {
	margin-top: 19px;
	margin-bottom: 19px
}

.privacy-page .title-link:first-of-type {
	margin-top: 40px
}

.privacy-page .arrow-right {
	border: solid #000;
	border-width: 0 1.7px 1.7px 0;
	display: inline-block;
	padding: 4.3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-left: 5px
}

.privacy-page .title-link a {
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.79;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #091a36;
	text-decoration: none
}

.privacy-page .title-anchor {
	display: block;
	height: 30px;
	margin-top: -30px;
	visibility: hidden
}

.privacy-page .list-number {
	list-style-type: decimal;
	padding-left: 30px
}

.privacy-page .list-number li {
	padding-left: 11px
}

.privacy-page ul {
	padding-left: 20px
}

.privacy-page ul li ul {
	margin-left: 0
}

.privacy-page li {
	padding-left: 10px;
	line-height: 22px;
	font-size: 14px;
	margin-bottom: 0
}

.terms-container.container,
.privacy-container.container {
	width: 1230px;
	max-width: 100%
}

@media only screen and (max-width:768px) {
	.section.privacy-page h3 {
		font-size: 16px;
	}

	.main-cont.container.privacy-page {
		padding: 20px 20px 40px 5px
	}
	.section.terms.terms-page,
	.section.privacy-page {
		padding-top: 0;
		padding-bottom: 119px;
		line-height: 22px
	}
	.privacy-page .section__inner {
		padding-left: 0;
		padding-right: 0;
		line-height: 22px
	}
	.privacy-page table {
		margin-top: 30px
	}
	.privacy-page table th {
		font-family: Roboto;
		font-size: 14px;
		font-weight: 300;
		font-stretch: normal;
		font-style: normal;
		line-height: 22px;
		letter-spacing: normal;
		color: #f6f8fa;
		padding-left: 8px;
		padding-right: 9px;
		height: 202px;
		width: 300px
	}
	.privacy-page table th {
		padding: 9px 10px 8px 10px;
		min-width: 111px
	}
	.privacy-page table td {
		padding: 10px 10px 7px 10px;
		max-width: 195px
	}
	.privacy-page .title-anchor {
		display: block;
		height: 10px;
		margin-top: -10px;
		visibility: hidden
	}
	.privacy-page .list-number {
		padding-left: 20px
	}
	.main-cont.section.terms.terms-page {
		padding-top: 16px;
		padding-bottom: 38px
	}
}

.autocomplete-suggestions {
	background: #fff;
	border: solid 1px #002466;
	border-top: none;
	box-shadow: 0 0 4px 0 rgba(0, 36, 102, .5);
	padding: 20px 0;
	color: #002466;
	transform: translateY(-1px);
	overflow-y: scroll;
	clip-path: inset(0 -10px -10px -10px)
}

#car-search-form .spacer {
	content: '';
	width: calc(100% - 27px);
	height: 1px;
	background: #dfe4e9;
	position: absolute;
	bottom: 1px;
	left: 25px;
	display: none
}

.autocomplete-suggestion {
	text-align: left;
	cursor: pointer;
	padding: 0 60px;
	line-height: 44px
}

.autocomplete-selected {
	font-weight: bold;
	background-color: rgba(218, 222, 227, .2)
}

#car-search-section .section-title {
	margin-bottom: 35px
}

#car-search-form {
	width: 600px
}

#car-search-form div.input {
	position: relative;
	margin-bottom: 50px
}

#car-search-form div.input:before {
	content: "";
	position: absolute;
	border: solid 2px #c1c8d0;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	left: 26px;
	top: 25px
}

#car-search-form div.input:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 2px;
	background: #c1c8d0;
	transform: rotate(45deg);
	left: 38px;
	top: 42px
}

#car-search-form div.input.focus:before {
	border-color: #002466
}

#car-search-form div.input.focus:after {
	background: #002466
}

#car-search-form .error-message {
	color: #c00;
	font-size: 16px;
	text-align: left;
	margin-top: 5px;
	display: none
}

#car-search-form input {
	font-size: 18px;
	height: 70px;
	border-radius: 2px;
	background: #fff;
	border: solid 1px #c1c8d0;
	padding: 0 60px;
	color: #002466;
	outline: none
}

#car-search-form div.input.focus input {
	border-color: #002466;
	outline: none;
	box-shadow: 0 0 4px 0 rgba(0, 36, 102, .5);
	transition: none
}

#car-search-form button {
	max-width: 350px
}

#car-search-form .close-btn {
	position: absolute;
	width: 17px;
	height: 17px;
	right: 37px;
	top: 26px;
	display: none;
	cursor: pointer;
	z-index: 5
}

#car-search-form .close-btn:before {
	content: '';
	width: 17px;
	height: 2px;
	background: #dadee3;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 8px
}

#car-search-form .close-btn:after {
	content: '';
	width: 17px;
	height: 2px;
	background: #dadee3;
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 8px
}

#car-search-section .selected-cars-list,
#another-car-section .selected-cars-list {
	max-width: 350px;
	margin: 0 auto 40px auto;
	display: none
}

#another-car-section .selected-cars-list {
	display: block
}

#car-search-section .selected-car,
#another-car-section .selected-car {
	border-radius: 2px;
	background-color: #f6f7f8;
	height: 56px;
	padding: 0 20px 0 20px;
	color: #002466;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	cursor: pointer
}

#car-search-section .selected-car.template,
#another-car-section .selected-car.template {
	display: none
}

#car-search-section .add-another-vehicle,
#another-car-section .add-another-vehicle {
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	background-color: #002466;
	width: 188px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	display: block;
	margin: 40px auto 0 auto
}

#car-search-section .delete-car-btn,
#another-car-section .delete-car-btn {
	display: none;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px
}

#car-search-section .selected-car .edit-car-btn,
#another-car-section .selected-car .edit-car-btn {
	margin-left: auto
}

#car-search-section .multiple-vehicles .delete-car-btn,
#another-car-section .multiple-vehicles .delete-car-btn {
	display: block
}

#car-search-section .selected-car .edit-car-btn img,
#car-search-section .multiple-vehicles .delete-car-btn img,
#another-car-section .selected-car .edit-car-btn img,
#another-car-section .multiple-vehicles .delete-car-btn img {
	filter: invert(.1)
}

#car-search-form .skip-button {
	color: #002466;
	font-size: 16px;
	display: none;
	margin-top: 35px
}

@media(max-width:767px) {
	#car-search-section .section-title {
		margin-bottom: 40px
	}
	#car-search-form div.input {
		margin-bottom: 40px
	}
	#car-search-form div.input:before {
		width: 15px;
		height: 15px;
		left: 16px;
		top: 17px
	}
	#car-search-form div.input:after {
		width: 7px;
		top: 31px;
		left: 28px
	}
	#car-search-form input {
		height: 50px;
		padding: 0 47px;
		font-size: 16px;
		line-height: 13px
	}
	#car-search-form .close-btn {
		top: 17px;
		right: 17px
	}
	.autocomplete-suggestions {
		padding: 14px 0 20px 0
	}
	.autocomplete-suggestion {
		padding: 0 20px 0 30px;
		font-size: 16px;
		line-height: 37px
	}
	#car-search-section {
		min-height: 0
	}
	#car-search-form .error-message {
		font-size: 12px
	}
	#another-car-section .section-title {
		margin-bottom: 40px
	}
}

.birthdate-form input::-webkit-outer-spin-button,
.birthdate-form input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.birthdate-form input[type=number] {
	-moz-appearance: textfield
}

.birthdate-form {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr
}

.birthdate-form .error-message {
	color: #c00;
	font-size: 14px;
	grid-column-start: 1;
	grid-column-end: 4;
	margin-top: 7px;
	display: none
}

.birthdate-form .blue-btn {
	grid-column-start: 1;
	grid-column-end: 4;
	margin-top: 50px
}

.birthdate-form .birthdate-month,
.birthdate-form .birthdate-day,
.birthdate-form .birthdate-year {
	position: relative
}

.birthdate-form label {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #c1c8d0;
	font-size: 18px;
	font-weight: normal;
	transition: all .2s ease;
	z-index: 3
}

.birthdate-form input {
	border: solid 1px #c1c8d0;
	border-radius: 0;
	height: 65px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #002466;
	outline: none;
	padding-top: 20px
}

.birthdate-form .birthdate-month input {
	border-right: 0
}

.birthdate-form .birthdate-year input {
	border-left: 0
}

.birthdate-form input:focus,
.birthdate-form .birthdate-month input:focus,
.birthdate-form .birthdate-year input:focus {
	border-radius: 0;
	border: solid 1px #002466;
	box-shadow: 0 0 4px 0 rgba(0, 36, 102, .5);
	position: relative;
	z-index: 2
}

.birthdate-form input:focus+label,
.birthdate-form input.has-value+label {
	font-size: 14px;
	top: 6px
}

.birthdate-form input:focus+label {
	font-weight: bold
}

@media(max-width:768px) {
	.birthdate-form label {
		font-size: 16px;
		top: 18px
	}
	.birthdate-form input {
		height: 60px;
		font-size: 20px
	}
	.birthdate-form input:focus+label,
	.birthdate-form input.has-value+label {
		font-size: 12px
	}
	.birthdate-form .blue-btn {
		margin-top: 45px
	}
	#driver-birthday2-section {
		max-width: 300px;
		margin: auto
	}
	.continue-btn-v2 #zip-section .blue-btn {
		padding-right: 40px
	}
	.continue-btn-v2 #zip-section .blue-btn::before {
		right: 0
	}
	.continue-btn-v2 .blue-btn {
		padding-right: 2px
	}
	.continue-btn-v2 .blue-btn::before {
		right: 55px
	}
}

.selected-cars-container {
	max-width: 300px;
	margin: auto
}

.new-vehicle-step-title {
	background: #002466;
	height: 65px;
	width: 100%;
	border-radius: 2px;
	display: none;
	position: absolute;
	top: 0;
	z-index: 9
}

.new-vehicle-step-title h2 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	line-height: 65px
}

.new-vehicle-step-title .backbtn {
	position: absolute;
	top: 25px;
	left: 20px;
	display: flex;
	opacity: 0;
	transition: all .3s ease
}

.new-vehicle-step-title .backbtn.visible {
	opacity: 1
}

.new-vehicle-step,
#car-make-section.new-vehicle-step {
	padding-top: 0;
	margin-left: -25px;
	margin-right: -25px;
	margin-top: 20px
}

.new-vehicle-step h4 {
	text-align: left;
	height: 40px;
	background: rgba(218, 222, 227, .43);
	padding-left: 30px;
	font-size: 16px;
	line-height: 40px;
	border-bottom: solid 1px #dadee3;
	margin: 0;
	color: #96a6b7
}

.vehicle-option-item,
a.vehicle-option-item.car-model-button {
	height: 55px;
	line-height: 55px;
	font-size: 22px;
	color: #002466;
	border: solid 1px #dadee3;
	border-top: 0;
	padding: 0 0 0 30px;
	width: 100%;
	display: block;
	text-align: left;
	position: relative;
	margin: 0;
	max-width: 100%
}

.vehicle-option-item:after {
	content: '';
	background: url(../../images/car/arrow-right-2.svg) no-repeat;
	display: block;
	position: absolute;
	right: 30px;
	width: 10px;
	height: 18px;
	top: 19px
}


b,strong{
    font-weight: 700 !important;
}

.error_input_info {
    color: #f34267;
    border: red 1px solid !important;
}
.error_div_info{
    color: red;
}