#header {
    background-color: #ffffff;
    text-align: center;
}

#header .savings {
    font-weight: normal;
    font-size: 18px;
}

#header .data-secure {
    font-size: 16px;
}

.tour-car-mobile {
    display: none;
}

.insurance-quote-wrapper {
    padding: 40px 0;
}

.quote-form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.quote-form-wrapper input {
    box-shadow: 3px 3px 7px #bbbbbb;
}

.image-basic {
    vertical-align: middle;
}

#header .quote-form {
    max-width: inherit;
    margin-top: 20px;
}

#header .quote-form .submit-btn {
    background-color: #1972D9;
    margin-top: 0;
    max-width: 300px;
    padding: 19px 0;
    color: #ffffff;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 15px;
    margin-left: 8px;
    text-decoration: none;
}

#header .quote-form .submit-btn:hover {
    transition: all 0.45s;
}

#header .quote-form input[type='tel'] {
    width: 220px;
    display: inline-block;
    line-height: 34px;
    margin-right: 8px;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 15px;
    border: solid 2px #1972D9;
    border-radius: 5px;
}

.phone-contact {
    line-height: 32px;
    background-color: #021a2a;
}

#features h2 span {
    color: #1a84ff;
}

.phone-contact span.phone-no {
    color: #1a84ff;
}

#header.insurance-header h2 {
    font-size: 64px;
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.california-privacy-right {
    padding-top: 35px;
}

.california-privacy-right h1 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    font-family: 'Poppins', 'sans-serif';
}

.california-privacy-right .opt-out-form-wrapper label {
    font-weight: bold;
}

.option-input-group {
    margin-top: 10px;
    position: relative;
}

.option-input-group input[type='radio'],
.option-input-group .option-input-group input[type='checkbox'] {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.option-input-group input[type='radio'] + label {
    padding: 10px 20px;
    color: #01baef;
    margin: 0 15px 15px 0;
    box-shadow: 0 0 7px #ddd;
    border: 1px solid #e1e3e3;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.option-input-group input[type='radio'] + label:hover {
    background: #01baef;
    color: #fff;
    box-shadow: 0 0 10px #ccc;
}

.option-input-group input[type='radio']:checked + label {
    color: #fff;
    background: #01baef;
    box-shadow: none;
}

em {
    color: #e00e0e;
}

.hide-options {
    display: none;
}

@font-face {
    font-family: robotoBlack;
    src: url("../fonts/roboto_black.ttf");
}

body {
    font-family: 'Poppins', sans-serif;
}

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

.has-error {
    background: #fbbcbc !important;
    border: 2px solid #dc3545 !important;
}

#main-menu {
    background: #ffffff;
    padding: 20px 0 15px 0;
    position: relative;
}

#header h2 {
    color: #292929;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 600;
}

#header .savings {
    color: #292929;
    line-height: 30px;
    margin: 5px 0 15px 0;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}

#header .quote-form {
    margin: 30px auto auto auto;
}

#header .quote-form select::-ms-expand {
    display: none;
}

.insurance-provider img {
    max-width: 100%;
}

#features {
    background-color: #E5EFFB;
    padding: 60px 15px 50px 15px;
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    margin: 30px 0 20px 0;
    text-align: left;
}

#features h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
}

#features .feature-list {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    list-style: none;
    padding-left: 0;
}

#features .feature-list li {
    padding: 0 0 10px 35px;
    background-image: url("tick.png");
    background-repeat: no-repeat;
    background-position: left 7px;
}

.overpay-wrapper {
    padding: 40px 0 20px 0;
    text-align: left;
    font-size: 14px;
}

#features img {
    max-width: 100%;
}

.slider-btn {
    position: relative;
}

.slider-btn:hover {
    transition: all 0.5s;
}

.slider-btn:hover .slider-btn-text-wrapper span:first-child {
    margin-left: 0;
}

.slider-btn:hover .slider-btn-text-wrapper span:last-child {
    margin-right: -100%;
}

.slider-btn .slider-btn-text-wrapper {
    overflow: hidden;
    height: 25px;
}

.slider-btn .slider-btn-text-wrapper img {
    margin-left: 10px;
    margin-bottom: 5px;
}

.slider-btn .slider-btn-text-wrapper span {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
}

.slider-btn .slider-btn-text-wrapper span:first-child {
    margin-left: -103%;
    transition: margin-left .3s ease-in-out;
}

.slider-btn .slider-btn-text-wrapper span:last-child {
    margin-right: 0;
    transition: margin-right .3s ease-in-out;
}

#footer {
    padding: 15px;
    color: #b2c0c4;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

#footer a {
    padding: 5px;
    display: inline-block;
    color: #b2c0c4;
    text-decoration: none;
}

#footer a:hover {
    color: #5ca8bf;
}

#footer .tcpa-text {
    font-size: 14px;
    line-height: 25px;
    padding-top: 30px;
}

@media (max-width: 1199px) {
    #features h2 {
        font-size: 28px;
        line-height: 35px;
    }
}

@media (max-width: 991px) {
    #header h2 {
        font-size: 36px;
        line-height: 42px;
    }

    #header .savings {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .menu-brand {
        text-align: center;
    }

    .tour-car-desktop {
        margin-bottom: 25px;
    }

    .tour-car-mobile {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .tour-car-mobile img {
        border-radius: 10px;
        width: 100%;
    }

    .tour-car-desktop {
        display: none;
    }

    #features h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .dog-image {
        display: none;
    }
}

@media (max-width: 545px) {
    .insurance-quote-wrapper {
        padding: 30px 0;
    }

    .quote-form-wrapper {
        display: block;
    }

    #header .quote-form input[type='tel'] {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    #header .quote-form .submit-btn {
        display: block;
        margin: 10px 0 0 0;
        max-width: 100%;
    }
}

@media (max-width: 445px) {
    .logo-wrapper img {
        max-width: 85%;
    }
}

@media (max-width: 400px) {
    #header h2 {
        font-size: 32px;
    }

    #features h2 {
        font-size: 26px;
        line-height: 34px;
    }

    #header .savings {
        font-size: 16px;
    }

    #header .quote-form .submit-btn {
        font-size: 24px;
        height: 58px;
    }

    .insurance-quote-wrapper {
        padding: 25px 0;
    }
}
