#public-header .public-top-header {
    background: #fff;
    padding: 10px 0;
}

#public-header .public-top-header .speak-with-agent-text {
    font-size: 18px;
}

#public-header .public-top-header .header-content {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: space-between;
    text-align: right;
}

#public-header .top-logo img {
    max-width: 270px;
    margin-top: 5px;
}

#public-header .contact-phone {
    font-size: 24px;
    color: #252525;
}

#public-header .weekly-schedule {
    font-size: 18px;
    color: #000000;
    line-height: 22px;
}

#public-header .tty-711 {
    color: #000000;
    font-weight: bold;
}

#public-header .click-call-box {
    display: none;
    background-color: #01baef;
    width: 63px;
    float: right;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    padding: .15em .1em;
    margin-right: 5px;
    margin-top: 2px;
    text-decoration: none;
}

.hero-header {
    background-image: url("../images/medicare_rater_banner.png");
    min-height: 200px;
    background-size: cover;
    padding: 70px 0 90px;
}

.hero-header h1 {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 15px;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    /*max-width: 550px;*/
}

.hero-header p {
    font-size: 21px;
    font-family: Roboto, 'Open Sans', sans-serif;

    &.sub-title {
        font-size: 36px;
    }
}

#quick-quote-input-form .quick-quote-inputs input {
    box-shadow: 0 0 10px #ccc;
    padding: 10px 20px !important;
    border: 2px solid #01baef;
    width: 250px;
    margin-top: 15px;
    text-align: center;
    font-size: 24px !important;
}

#quick-quote-input-form .quick-quote-inputs .blue-button {
    background: #efa54d;
    color: #fff !important;
    font-weight: 700 !important;
    font-family: Roboto, sans-serif;
    margin-top: 15px;
    margin-left: 5px;
    text-align: center;
    padding: 9px 20px !important;
    font-size: 24px !important;
    border-bottom: 4px solid #d38b36;
}

.cta-disclaimer {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    width: 100%;
    padding: 10px;
    color: #9b9b9b;
    margin-top: 10px;
    font-size: 18px;
}

.quick-provider-wrapper {
    margin-top: 25px;
}

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

.compare-text {
    font-size: 36px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    padding: 20px 0;
    margin: 0;
}

.feature-check-list {
    padding: 40px 0 70px 0;
}

.how-it-works {
    font-size: 24px;
    color: #01baef;
    font-weight: bold;
}

.how-it-works-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.how-it-works-items li {
    font-size: 24px;
    padding: 2px 0;
}

.feature-item {
    font-size: 24px;
    padding-bottom: 3px;
}

.feature-item i {
    color: #01baef;
    font-size: 18px;
}

@media (max-width: 768px) {
    .hero-header h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .hero-header p {
        &.sub-title {
            font-size: 30px;
        }
    }

    #public-header .public-top-header .header-content {
        display: block;
    }

    #public-header {
        text-align: center;
    }

    #public-header .top-logo {
        text-align: center;
        margin-bottom: 5px;
        display: block;
    }

    #public-header .contact-lead-phone {
        float: none !important;
    }

    #public-header .contact-phone {
        float: none !important;
        text-align: center;
    }

    #public-header .weekly-schedule {
        text-align: center;
        margin-top: 5px;
    }

    .hero-header {
        background: #EDF5FB;
    }

    .compare-text {
        font-size: 32px;
    }

    .how-it-works-items {
        padding-bottom: 30px;
    }

    .feature-check-list {
        padding: 20px 0 30px 0;
    }
}

@media (max-width: 450px) {
    .hero-header p {
        font-size: 18px;
        &.sub-title {
            font-size: 26px;
        }
    }

    #public-header .top-logo img {
        max-width: 210px;
        margin-top: 7px;
    }

    .hero-header {
        padding: 40px 0;
    }

    .hero-header h1 {
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }

    .quick-quote-inputs {
        width: 100%;
    }

    #quick-quote-input-form .quick-quote-inputs .blue-button {
        margin: 15px auto auto auto;
        width: 100%;
        max-width: 350px;
        display: block;
    }

    #quick-quote-input-form .quick-quote-inputs input {
        width: 100%;
        max-width: 350px;
        margin: auto;
    }

    .quick-quote-warpper {
        text-align: center;
    }

    .compare-text {
        font-size: 22px;
    }

    .how-it-works {
        font-size: 20px;
    }

    .how-it-works-items li {
        font-size: 14px;
    }

    .how-it-works-items {
        padding-bottom: 15px;
    }

    .feature-item {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .quick-public-footer {
        padding: 15px 0 !important;
    }
}
