@media (max-width:991px) {}

@media (max-width:767px) {
    .header-cta {
        display: block;
        margin: 0;
        padding: 8px 20px;
    }

    .navbar-toggler {
        display: none;
    }

    .hero span {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .hero h1 {
        font-size: 25px;
        line-height: 1.3;
    }

    .hero-sub-text {
        font-size: 16px;
    }

    .section-header {
        margin-bottom: 15px;
    }

    .section-header h2 {
        font-size: 25px;
    }

    .section-header p {
        font-size: 16px;
    }

    .service-box {
        padding: 20px;
    }

    .pool .service-box {
        padding: 0px;
    }

    .number-icon .icon {
        font-size: 60px;
    }

    .icon-text-box p {
        font-size: 16px;
    }

    .icon-box {
        padding: 20px;
    }

    .icon-box {
        margin: 0 0 20px 0;
    }

    .hero-form {
        padding: 40px 20px;
        border-radius: 10px;
    }

    .faq .accordion-button {
        font-size: 16px;
        font-weight: 500;
        padding: 15px;
    }

    .trial .section-header p {
        font-size: 14px;
        margin: 0 0 0 0;
    }

    .trial .section-header h2 {
        font-size: 20px;
    }

    .reverse-flex {
        flex-direction: column-reverse;
    }

    section.section.bio img {
        margin-top: -30px;
        margin-bottom: 30px;
    }



    ul.legal-links {
        margin: 20px 0;
    }

    img.footer-logo {
        padding: 0;
    }

    .hero .hero-form {
        margin-top: 30px;
    }

    .hero .section-header p {
        margin-bottom: 0;
    }

    .service-box {
        height: auto;
    }
}