@media (max-width: 1199.98px) {
    .about-title {
        font-size: 2.2rem;
    }

    .about-text {
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {

    h2,
    h3 {
        font-size: 2rem;
    }

    .hero-section {
        flex-direction: column;
    }

    .how-it-works-text {
        display: block;
    }

    .how-it-works-image {
        display: none;
    }

    .hero-left,
    .hero-right {
        width: 100%;
        padding: 40px 30px;
        text-align: center;
        align-items: center;
    }

    .hero-right img {
        height: auto;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtext {
        font-size: 14px;
    }

    .btn-consult {
        padding: 12px 24px;
        font-size: 15px;
    }

    .about-section .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .about-title {
        font-size: 2rem;
    }

    .about-subtitle {
        justify-content: center;
    }

    .img-stack {
        margin-bottom: 30px;
    }

    .img-overlay {
        position: absolute;
        top: 40px;
        right: 0;
        width: 60%;
        transform: translateX(20%);
    }

    .btn-contact {
        padding: 10px 30px;
        font-size: 14px;
    }

    .hero-right .row {
        display: none;
    }

    .whatsapp-float img {
        width: 30px;
        height: 30px;
    }

    .whatsapp-float span {
        font-size: 14px;
    }

    .whatsapp-float {
        padding: 10px 15px;
    }

    .navbar {
        padding: 10px !important;
    }
}


@media (max-width: 767.98px) {


    .faq-header {
        padding: 20px 15px 20px 15px;
    }

    .faq-question {
        width: 80%;
    }

    .hero-banner-second-opinion .glass-icon::after {
        content: '';
        display: none;
    }

    .hero-banner-second-opinion .glass-box p {
        min-height: 6.8em;
    }

    .about-title {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .about-text {
        font-size: 14px;
        padding: 0 10px;
    }

    .about-subtitle img {
        width: 20px;
        height: 20px;
    }

    .img-overlay {
        display: none;
    }

    .section-padding {
        padding: 60px 0;
    }
}

@media (max-width: 575.98px) {
    .image-box-2 .glass-caption {
        position: absolute;
        right: 0px;
        left: 0;
        bottom: -30px;
    }

    .image-box-3 .glass-caption {
        position: absolute;
        right: 0;
        bottom: -40px;
    }

    .image-box-1 .glass-caption,
    .image-box-3 .glass-caption,
    .image-box-2 .glass-caption {
        font-size: 16px !important;
    }

    .hero-banner-2 {
        text-align: center;
    }

    .hero-banner-2 p {
        margin: auto;
    }

    .dental {
        padding: 60px 0;
    }

    .advice-box .text-content {
        text-align: center;
    }

    .dental .text-content {
        margin-bottom: 20px;
        text-align: center;
    }

    .doctors-section .row {
        gap: 20px;
    }

    .payment-text {
        padding: 8px 15px;
    }

    .hero-banner-2 h3 {
        font-size: 20px;
    }

    .hero-banner-2 ul li,
    .hero-banner-2 p,
    .sub-title {
        font-size: 14px;
    }

    .faq-question {
        font-size: 12px;
    }

    .hero-banner-2 .btn-primary {
        font-size: 17px;
    }

    .advice-box {
        padding: 25px 15px;
    }

    .glass-caption h5 {
        font-size: 12px;
    }

    .glass-caption {
        padding: 5px 10px;
    }

    .hero-subtext {
        font-size: 13px;
    }

    .btn-consult {
        font-size: 14px;
        padding: 10px 20px;
    }

    .about-title {
        font-size: 1.5rem;
    }

    .btn-contact {
        padding: 8px 25px;
        font-size: 13px;
    }

    .img-overlay {
        top: 20px;
        width: 75%;
        transform: translateX(10%);
    }

    h2 {
        font-size: 28px;
    }

    p {
        font-size: 14px;
    }

    .btn-custom {
        padding: 8px 20px;
        font-size: 14px;
    }

    .subscribe-wrapper {
        padding: 0;
    }

    .subscribe-form button {
        padding: 12px 14px;
        font-size: 12px;
    }

    .blog-section h3 {
        font-size: 20px !important;
    }

    footer h3 {
        font-size: 28px;
    }

    .inner-section {
        height: 40vh;
    }

    .faq-section,
    .newsletter-section,
    .packages-section,
    .services-additional,
    .gallery-section {
        border-radius: 0 0 0 30px;
    }

    #whatsappButton img {
        margin-bottom: 0 !important;
        width: 40px;
        height: 40px;
    }

    #whatsappButton span {
        display: none;
    }

    .why-india-section .row {
        gap: 0 !important;
    }
}