*,
*::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: 1510px;
}
.conatiner::after {
    content: '';
    clear: both;
    display: block;
}
.header {
    background-color: #e4eff5;
    height: 88px;
    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;
    /*padding: 170px 0 0 0;*/
    z-index: 2;
    float: left;
    left: 40px;
}
.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: 20px;
    color: #000;
    text-transform: none;
    padding: 0;
    line-height: 1;
}
.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: 75%;
    height: 45px;
    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;
    /*margin-right: 10px;*/
}
.today-rate .field > input {
    background: none;
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    outline: none 0;
    font-size: 25px;
    color: #7f8aa0;
    padding: 0 10px;
    font-weight: bold;
}
.today-rate .get-started {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #76b82b;
    z-index: 23;
    position: relative;
    color: #fff;
    border: none;
    display: block;
    cursor: pointer;
    border-radius: 10px;
    height: 58px;
    font-size: 42px;
    font-weight: bold;
    padding: 0 15px;
    width: 75%;
    margin: 0 auto;
}
.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 .get-started img {
    vertical-align: -2px;
    max-width: 28px;
}
.today-rate.inline-form {
    width: 430px;
}
.today-rate .get-started::after {
    background-color: rgb(255, 255, 255);
    opacity: 0.161;
    width: 182px;
    height: 30px;
    top: 3px;
}
.today-rate.inline-form .get-started {
    border-radius: 10px;
    width: 190px;
    height: 60px;
    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: 362px;
    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%);  
}
.bottom_logo 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; 
}

.header {
    height: 80px;
    padding: 24px 0 0;
    border-bottom: 3px solid #e0e0e2;
    box-shadow: none;
}

.header .logo {
    padding-left: 0px;
    width: 407px;
}

.get-qoute {
    padding-right: 24px;
    padding-top: 3px;
}

.get-qoute button {
    height: 29px;
    width: 104px;
    font-size: 13px;
}

.get-qoute .field {
    width: 168px;
    height: 29px;
}

.get-qoute .field > input {
    font-size: 12px;
    text-align: left;
    padding: 0 8px;
    text-transform: uppercase;
    text-align: center;
}

.today-rate h1 {
    font-size: 55px;
    line-height: 65px;
    margin: 0 0 14px;
}

.today-rate.inline-form {
    padding: 65px 0 0;
    width: 610px;
    left: 102px;
}

.today-rate.inline-form form#insuranceFrom {
    position: relative; 
    left: 66px; 
}

.today-rate.inline-form .get-started {
    text-transform: uppercase;
    font-size: 21px;
    padding: 0;
}

.today-rate.inline-form .field {
    height: 60px;
}

.main {
    padding: 50px 0 0 0;
}

img.pull-right {
    position: relative;
    /* right: -60px; */
    /* padding-top: 28px; */
    width: 775px;
    padding-top: 13px;
    right: -40px;
}
.get-qoute {
    padding-right: 10%;
}
@media only screen and (max-width:1440px) {
    .main {
        padding: 50px 0 0 55px;
    }
    img.pull-right {
        width: auto;
        right: 0;
        max-width: 50%;
    }
    .container.w-1000 {
        width: 1200px;
    }
    img.pull-right{
        padding-top: 120px;
        right: 58px;
    }
    .get-qoute {
        padding-right: 3%;
    }
}
@media only screen and (max-width:1190px) {
    .container.w-1000 {
        width: 1000px;
    }
    .today-rate {
        width: 480px;
        left: -15px !important;
    }
    .scndinsurranceForm{
        width: 440px !important;
    }
    .today-rate .get-started{
        font-size: 24px;
    }
    .disclaimer {
        width: 90%;
    }
    .today-rate h1 {
        font-size: 40px;
        line-height: 1;
    }
    .today-rate h1 span {
        font-size: 15px;
        padding: 10px 0 10px;
    }
    img.pull-right{
        padding-top: 123px;
        right: 46px;
    }
}
@media only screen and (max-width:1024px) {
    img.pull-right{
        padding-top: 144px;
        right: 60px;
    }
}

.scndinsurranceForm {
    /*display: flex;*/
    width: 610px;
    margin: auto;
}

@media only screen and (max-width:1518px) {
    .today-rate {
        left: 55px;
    }
}

@media only screen and (max-width:1366px) {
    .today-rate {
        left: -30px;
    }
}

.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,.get-started:focus{
   outline: none; 
}
.p-top-0{
    padding-top: 0!important;
}
.advertising_disclosure{
    max-width: 1140px;
}
.advertising_disclosure p{
    margin-bottom: 0;
    padding-bottom: 1em;
}