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

#header.insurance-header .quote-form .submit-btn {
    width: calc(100% - 240px);
    margin-left: 15px;
    display: inline-block;
    margin-top: 0;
}

@media (max-width: 768px) {
    #header.insurance-header h2 {
        max-width: 100% !important;
    }

    #header.insurance-header .quote-form {
        max-width: 90%;
    }

    #header.insurance-header .quote-form .submit-btn {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 450px) {
    #header.insurance-header h2 {
        font-size: 35px;
    }

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

    .hide-sm {
        display: none;
    }
}

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

.california-privacy-right h1 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    font-family: 'Roboto Slab', '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: 'Roboto', sans-serif;
}

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

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

#top-menu {
    background-color: #38b86f;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Baloo Tamma 2', 'Roboto', sans-serif;
}

#top-menu img {
    vertical-align: unset;
    margin-left: 5px;
}

.trusted-shop {
    display: none;
}

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

#main-menu .menu-brand {
    text-align: center;
    position: relative;
}

#main-menu .menu-brand .phone-wrapper {
    position: absolute;
    top: 5px;
    right: 0;
}

#main-menu .menu-brand .phone-wrapper img {
    margin-right: 5px;
    vertical-align: unset;
}

#main-menu .menu-brand .phone-wrapper .phone-no {
    color: #222222;
    font-size: 24px;
    font-weight: 900;
    vertical-align: bottom;
}

#header {
    background-color: #ffffff;
    padding: 60px 0 30px 0;
}

#header .promo-image {
    max-width: 100%;
}

#header .mobile-promo-image {
    display: none;
    margin: 35px auto;
}

#header h2 {
    color: #292929;
    font-family: 'Baloo Tamma 2', 'Roboto', sans-serif;
    font-size: 64px;
    line-height: 65px;
    margin-bottom: 0;
    font-weight: 800;
}

#header .savings {
    color: #292929;
    font-weight: 400;
    line-height: 30px;
    margin: 5px 0 15px 0;
    font-size: 30px;
    font-family: "Baloo Tamma 2", "Roboto", sans-serif;
}

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

#header .quote-form input[type='tel'], #header .quote-form select {
    padding: 13px;
    border-radius: 7px;
    color: #292929;
    font-size: 24px;
    font-weight: 400;
    vertical-align: top;
    outline: none;
    background: #ffffff;
    border: solid 2px #38b86f;
}

#header .quote-form select {
    display: inline-block;
    margin-right: 15px;
    width: calc(100% - 240px);
    font-weight: 700;
    background-image: url("../public/arrow_down.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 34px;
    text-indent: 0.01px;
}

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

#header .quote-form input[type='tel'] {
    width: 220px;
    display: inline-block;
    line-height: 34px;
}

#header .quote-form .submit-btn {
    background-color: #38b86f;
    max-width: 100%;
    padding: 19px 0;
    color: #ffffff;
    border-radius: 5px;
    font-family: 'Baloo Tamma 2', 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-top: 15px;
    display: block;
    text-decoration: none;
}

#header .quote-form .submit-btn:hover {
    background: #35b66c;
    color: #fdfdfd;
    transition: all 0.45s;
}

.insurance-provider {
    padding: 0 0 30px 0;
}

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

#features {
    background-color: #1e3b3f;
    padding: 60px 15px;
    color: #ffffff;
    font-family: 'Baloo Tamma 2', 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    margin: 30px 0;
}

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

#features h2 span {
    color: #38b86f;
}

#features .feature-list {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 15px;
}

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

#features .phone-contact {
    color: #ffffff;
    font-family: "Baloo Tamma 2", "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.28px;
    padding: 60px 0 0 0;
    text-align: center;
}

#features .phone-contact span.phone-no {
    color: #38b86f;
    line-height: 23px;
    font-weight: 700;
}

#features img {
    margin-left: 10px;
}

#contact-us-mobile {
    background-color: #1e3b3f;
    text-align: center;
    padding: 20px 0;
    color: #ffffff;
    font-family: 'robotoBlack', 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-decoration: none;
    display: none;
}

#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: 1024px) {
    #header {
        padding: 40px 0 30px 0;
    }

    #header.insurance-header h2 {
        font-size: 48px;
        line-height: 55px;
    }

    #header .quote-form select, #header .quote-form input[type='tel'] {
        max-width: 100%;
        margin-bottom: 15px;
    }

    #header.insurance-header .quote-form .submit-btn {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    #top-menu {
        display: none;
    }

    .trusted-shop {
        display: block;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 10px;
    }

    #contact-us-mobile {
        display: block;
    }

    #main-menu .menu-brand .phone-wrapper {
        display: none;
    }

    #header {
        text-align: center;
        padding-top: 20px;
    }

    #header .promo-image {
        display: none;
    }

    #header .mobile-promo-image {
        display: block;
        max-width: 230px;
        margin: 20px auto;
    }

    #header h2 {
        max-width: 100%;
        font-size: 45px;
        line-height: 53px;
    }

    #header .quote-form input[type='tel'], #header .quote-form select, #header .quote-form .submit-btn {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
        display: block;
        text-align: center;
    }

    #features .phone-contact {
        font-size: 24px;
        line-height: 30px;
        padding-top: 20px;
    }

    #footer {
        margin-bottom: 50px;
        text-align: left;
    }

    #footer a {
        display: block;
    }

    #footer p {
        margin-top: 15px;
    }
}

@media (max-width: 450px) {
    #main-menu .menu-left-section .slogan {
        font-size: 11px;
    }

    #main-menu .brand img {
        max-width: 155px;
        margin-right: 5px;
    }

    #features {
        padding: 40px 15px;
    }

    #features .feature-list {
        padding-left: 0;
    }

    #features h2 {
        font-size: 24px;
        line-height: 30px;
    }

    #header h2 {
        font-size: 41px;
        line-height: 45px;
    }

    #header .savings {
        font-size: 18px;
        margin: 10px 0;
        font-weight: 400;
    }

    #header .quote-form {
        margin-top: 10px;
    }

    .insurance-provider {
        padding: 15px 0;
    }

    .trusted-shop {
        font-size: 15px;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    #contact-us-mobile {
        font-size: 16px;
    }
}

.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;
}

.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;
}

@media (max-width: 380px) {
    #main-menu .brand img {
        max-width: 140px;
    }

    .trusted-shop {
        font-size: 13px;
    }
}

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

    #contact-us-mobile {
        font-size: 16px;
    }
}

/*# sourceMappingURL=application.css.map */
