@media screen and (max-width: 991px) {
    /* breadcrumb CSS */
    .rv-breadcrumb {
        padding: 60px 0;
    }

        .rv-breadcrumb__title {
            font-size: 40px;
        }    
}

@media screen and (max-width: 1399px) {
    /* breadcrumb CSS */
    .rv-breadcrumb {
        padding: 80px 0;
    }

        .rv-breadcrumb__title {
            font-size: 50px;
        }

}

@media screen and (max-width: 767px) {
    /* breadcrumb CSS */
    .rv-breadcrumb__title {
        font-size: 38px;
    }
    
     /* doctor and testimonial CSS */
    .container {
        width: 90%;
    }

    .doctors, .testimonials {
        flex-direction: column;
    }
}

@media screen and (max-width: 1199px) {
    /* breadcrumb CSS */
    .rv-breadcrumb__title {
        font-size: 45px;
    }
}

@media screen and (max-width: 1200px) {
    /* doctor CSS */
    .doctors {
        flex-direction: column;
        align-items: center;
    }

    .doctor {
        width: 80%;
        margin-bottom: 2rem;
    }
    
    /* testimonial CSS */
    .testimonials {
        flex-direction: column;
        align-items: center;
    }

    .testimonial {
        width: 100%;
        margin-bottom: 2rem;
    }
}

/* @media screen and (max-width: 768px) { */
    /* our newsletter CSS */
    /* .input-group{
        flex-direction: column;
    }

    .input-group input{
        max-width: 100%;
    }

    button{
        max-width: 100%;
    }

} */

/* @media screen and (max-width: 480px) { */
    /* our newsletter CSS */
    /* .newsletter h2{
        font-size: 1.8rem;
    }

    .newsletter p{
        font-size: 1rem;
    }

    .input-group input{
        font-size: 0.9rem;
    }
} */
