*,
*::after,
*::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    margin: 0;
    min-width: 1024px;
    font-size: 12px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e4eff5;
}
.container {
    /* width: 1240px; */
    width: 992px;
    margin: 0 auto;
    position: relative;
}
.container.w-1000 {
    width: 1100px;
}
.conatiner::after {
    content: '';
    clear: both;
    display: block;
}
.header {
    background-color: #e4eff5;
    height: 95px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0,0,0,.09);
	-moz-box-shadow: 2px 2px 8px 1px rgba(0,0,0,.09);
	box-shadow: 2px 2px 8px 1px rgba(0,0,0,.09);
    padding: 21px 0;
    position: relative;
    z-index: 9;
}
.get-qoute {
    float: right;
}
.get-qoute .field {
    width: 216px;
    height: 34px;
    background: #fff;
    border: 1px solid #19709f;
    float: left;
    margin-right: 3px;
}
.get-qoute .field > input {
    color: #7f8aa0;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
}
.get-qoute  button {
    height: 34px;
    border: none;
    width: 135px;
    background: #18709e;
    color: #fff;
    font-size: 16px;
}
.header .logo {
    width: 348px;
    float: left;
}
.header .logo img {
    max-width: 100%;
    display: block;
}
.main {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 0;
}
.with-bg-car {
    background: url('../images/bg-main-3-1.jpg') repeat-x;
    background-position: center bottom;
    position: relative;
    height: 572px;
}
.with-bg-car::after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:url('../images/bg-main-3.png') no-repeat;
    height: 572px;
    background-position: center bottom;
}
.main.with-bg-blue {
    background: url('../images/bg-main.jpg') repeat-x;
    position: relative;
    height: 634px;
    background-position: center;
    background-size: cover;
}
.with-bg-car-illustrator {
    background: #fff url('../images/bg-main-2.jpg') no-repeat center 0;
    height: 642px;
}
.main.with-bg-blue::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/bg-main-1.png') no-repeat;
    height: 634px;
    width: 664px;
}
.pull-right {
    float: right;
}
.today-rate {
    width: 450px;
    position: relative;
    margin: 0;
    padding: 50px 0;
    z-index: 2;
    float: left;
}
.today-rate .content {
    position: relative;
    z-index: 2;
}
.today-rate h1 {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #223264;
}
.today-rate h1 span {
    display: block;
    font-size: 15px;
    color: #000;
    text-transform: none;
    padding: 0;
}
.today-rate .field {
    -webkit-border-radius: 11px/12px 12px 11px 11px;
	-moz-border-radius: 11px/12px 12px 11px 11px;
	border-radius: 11px/12px 12px 11px 11px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 43%, rgb(244,249,252) 69%, rgb(232,242,248) 81%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 43%, rgb(244,249,252) 69%, rgb(232,242,248) 81%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 43%, rgb(244,249,252) 69%, rgb(232,242,248) 81%);
    width: 100%;
    height: 60px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: inset 0 2px 4px #779ec2, inset 0 0 4px #779ec2;
	-moz-box-shadow: inset 0 2px 4px #779ec2, inset 0 0 4px #779ec2;
	box-shadow: inset 0 2px 4px #779ec2, inset 0 0 4px #779ec2;
}
.today-rate .field > input {
    background: none;
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    outline: none 0;
    font-size: 30px;
    color: #7f8aa0;
    padding: 0 10px;
}
.today-rate .get-started {
    width: 339px;
	height: 63px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    background-color: #76b82b;    
    z-index: 23;
    position: relative;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    border: none;
    margin: 20px auto 0;
    display: block;
    padding: 0 30px;
    cursor: pointer;
}
.today-rate .get-started::after {
    content: '';
    border-radius: 3px;
    background-color: rgb( 255, 255, 255 );
    opacity: 0.129;
    position: absolute;
    left: 50%;
    top: 2px;
    width: 98%;
    height: 30px;
    transform: translateX(-50%);  
}
.today-rate.inline-form {
    width: 430px;
}
.today-rate .get-started::after {
    background-color: rgb(255, 255, 255);
    opacity: 0.161;
    width: 172px;
    height: 10px;
    top: 7px;
}
.today-rate.inline-form .get-started {
    border-radius: 10px;
    width: 190px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 5px;
    float: left;
}
.today-rate.inline-form .field > input {    
    font-size: 18.765px;
    text-transform: uppercase;
}
.today-rate.inline-form .field {      
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(213, 224, 234);
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,255,255) 57%, rgb(242,247,250) 61%, rgb(228,239,245) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,255,255) 57%, rgb(242,247,250) 61%, rgb(228,239,245) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,255,255) 57%, rgb(242,247,250) 61%, rgb(228,239,245) 100%);
    box-shadow: inset 0px 2px 3px 0px rgba(179, 198, 221, 0.004);
    width: 234px;
    height: 38px;
}

.today-rate.bg-white {
    background-color: #fff;
    position: absolute;
    top: 90px;
    right: 0;
    padding: 20px 25px;
    width: auto;
}
.with-bg-car-illustrator .today-rate.bg-white {
    right: auto;
    left: 30px;
    top: 120px;
}

.choose {
    overflow: hidden;
    text-align: left;
    padding: 20px 0 0;
}
.choose .group {
    float: left;
    width: 50%;
}
.choose label {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin: 0 0 10px;
}
.vehicles {
    list-style: none;
    padding: 0;
    margin: 0;
}
.vehicles li {
    float: left;
    position: relative;
    padding-right: 10px;
}
.vehicles span {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(198, 198, 198);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    width: 67px;
    height: 54px;
    display: block;
    text-align: center;
    line-height: 52px;
    color: #000;
    font-size: 18px;
}
.vehicles input[type="radio"]:checked + span {
    background: #103c92;
    color: #fff;
    border-color: #103c92;
}
.vehicles input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}
.today-rate.with-car {
    padding: 20px 65px;
    width: 595px;
    top: 20px;
    right: -120px;
}
.today-rate.with-car h1 {
    text-transform: none;
}
.today-rate.with-car .field {
    height: 52px;
}
.today-rate.with-car .get-started {
    border-radius: 10px;
    background-color: rgb(31, 39, 118);
    width: 332px;
    height: 65px;
    z-index: 58;
}  
.today-rate .get-started::after {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    opacity: 0.09;
    /*width: 319px;
    height: 30px;*/
}  
.checkbox {
    list-style: none;
    padding: 50px 0 10px;
    margin: 0;
    overflow: hidden;
}
.checkbox li {
    float: left;
    margin: 0 80px 0 0;
    position: relative;
}
.checkbox span {
    display: block;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(149, 149, 149);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    width: 28px;
    height: 28px;
}
.checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}
.checkbox input[type="checkbox"]:checked + span {
    background: url('../images/bg-check.png') no-repeat;
}
.center {text-align: center;}
.zipcode {
    text-align: center;
    width: 560px;
    position: relative;
    margin: 0 auto 20px;
    padding: 70px 0 0;
    z-index: 2;
    float: none;
}
.zipcode .content {
    position: relative;
    z-index: 2;
}
.zipcode h1 {
    font-size: 56px;
    margin: 0 -30px 20px;
    color: #223264;
    font-weight: 800;
    text-transform: uppercase;
}
.zipcode h1 span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #000;    
    text-transform: none;
}
.zipcode .field {
    -webkit-border-radius: 11px/12px 12px 11px 11px;
	-moz-border-radius: 11px/12px 12px 11px 11px;
	border-radius: 11px/12px 12px 11px 11px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 43%, rgb(244,249,252) 69%, rgb(232,242,248) 81%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 43%, rgb(244,249,252) 69%, rgb(232,242,248) 81%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 43%, rgb(244,249,252) 69%, rgb(232,242,248) 81%);
    width: 306px;
    height: 52px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: inset 0 2px 4px #779ec2, inset 0 0 4px #779ec2;
	-moz-box-shadow: inset 0 2px 4px #779ec2, inset 0 0 4px #779ec2;
    box-shadow: inset 0 2px 4px #779ec2, inset 0 0 4px #779ec2;
    float: left;
}
.zipcode .field > input {
    background: none;
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    outline: none 0;
    font-size: 30px;
    color: #7f8aa0;
    padding: 0 10px;
}
.zipcode .get-started {
    float: right;
    width: 248px;
	height: 52px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    background-color: #76b82b;    
    z-index: 23;
    position: relative;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border: none;
    display: block;
    padding: 0 30px;
    cursor: pointer;
    margin: 0;
}
.zipcode .get-started::after {
    content: '';
    border-radius: 3px;
    background-color: rgb( 255, 255, 255 );
    opacity: 0.129;
    position: absolute;
    left: 50%;
    top: 2px;
    width: 98%;
    height: 30px;
    transform: translateX(-50%);  
}
.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom_logo {
    margin: 0 auto;
    text-align: center;
    padding:20px 0 10px;
}
.bottom_logo.list_logo ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom_logo.list_logo ul li {
    width: 18%;
    margin: 0 30px;
}
.bottom_logo.list_logo ul li img {
    width: 95%;
    display: block;
    margin: 0 auto;
}
.footer-nav {
    padding: 20px 0 15px;
}
.footer-nav ul { text-align: center; }
.footer-nav ul li {
    display: inline-block;
    vertical-align: middle;
}
.footer-nav ul a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.disclaimer {
    width: 1240px;
    margin: 0 auto;
    position: relative;
}
.error_input{
    color: #f34267 !important;
    border: red 2px solid !important;
    border-radius: 13px !important;
}
.get-qoute .field > .error_input{
    color: #f34267 !important;
    border: red 2px solid !important;
    border-radius: 0 !important;
}
.get-qoute .field > input:focus {
    outline: none;
}
.submit-btn:focus{
   outline: none; 
}