@media (max-width:991px) {}

@media (max-width:767px) {
    .section {
        padding: 40px 0;
    }

    .hero-sec-img {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        top: 22px;
        transform: scale(1.1);
    }

    .hero span {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .hero h2 {
        font-size: 30px;
        line-height: 1.1;
    }

    .hero-sub-text {
        font-size: 16px;
    }

    .section-header {
        margin-bottom: 15px;
    }

    .section-header h2 {
        font-size: 24px;
    }

    .section-header p {
        font-size: 16px;
    }

    .service-box {
        padding: 20px;
    }

    .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;
    }

    footer {
        padding-top: 20px !important;
    }

    img.footer-logo {
        padding: 0;
    }
    .popup-box .section-header h2 {
    font-size: 16px;
}
.popup-box .section-header p {
    font-size: 14px;
}

}