/* ==========================

   Extra Small Device Starts

=========================== */



@media only screen and (max-width: 575px) {

    .hero-content{
        padding-top: 2rem;
    }
    .hero-content img{
        display: none !important;
    }

    .hero-content h1{
        font-size: 2rem;
    }

    .hero-btn{
        display: flex;
        gap: 0.25rem;
    }

    .book-now-content h2{
        font-size: 1.4rem;
    }

    .services-intro-content .container-fluid > div{
        flex-direction: column-reverse;
    }

    .services-details li{
        font-size: 14px;
    }

    .steps-content h2{
        font-size: 1.4rem;
    }

    .step img{
        width: 60px;
    }

    .step{
        gap: 0.5rem;
    }

    .step p:first-child{
        font-size: 14px;
    }

    .step p:last-child{
        font-size: 12px;
    }

    .step:first-child{
        margin-top: 2rem;
    }

    .price h2{
        font-size: 24px;
    }

    .price p{
        font-size: 14px;
    }

    .top-quality {
        padding: 0.5rem;
        margin-top: 2rem;
    }

    .feedback-content h2{
        font-size: 23px;
        font-weight: 600;
        margin: 0.5rem 0;
    }

    .feedback-card{
        padding: 1.2rem;
    }

    .feedback-card p:last-child{
        font-size: 14px;
    }

    .user-image p{
        font-size: 16px !important;
        font-weight: 600;
    }

    .feedback-card p {
        font-size: 14px;
        line-height: 1.4;
    }

    .accordion .card .card-header a:link, .accordion .card .card-header a:visited{
        font-size: 16px;
    }

    .card-body p {
        font-size: 14px !important;
    }

    .card-body {
        padding: 1.8rem !important;
    }

    .contact-us-div {
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 23px !important;
        border-bottom-right-radius: 23px !important;
        padding: 2rem 1.5rem;
    }

    footer .col-lg-4:last-child{
        padding-left: 5rem;
        margin-bottom: 2rem;
    }

    .login-image{
        display: none !important;
    }

    .login-content{
        width: 100%;
        padding: 2.5rem 0;
        min-height: auto;
    }

    .user-data{
        display: block;
        padding: 1rem 0;
    }

    .user-data-content{
        width: 95%;
        padding: 0.75rem;
    }

    .content-header h1{
        font-size: 1.5rem;
    }

    .navbar{
        padding: .5rem 0;
    }

    .mobile-btn-book-now{
        display: inline-block;
    }

    .logo {
        width: 9rem;
        height: 2.8rem;
        display: inline-block;
        opacity: 1;
    }

    .mobile-btn-book-now button{
        padding: 0.4rem 0.7rem;
    }

    .contact-us-img{
        display: none;
    }
}





/* =====================

    Small Device Starts

==================== */



@media only screen and (min-width: 576px) and (max-width: 767px) {


}





/* =====================

    Medium Device Starts

==================== */



@media only screen and (min-width: 768px) and (max-width: 991px) {







}







/* =====================

    Large Device Starts

==================== */



@media (min-width: 992px) and (max-width: 1199px) {







}





/* ==========================

    Extra Large Device Starts

========================= */



@media (min-width: 1200px) and (max-width: 1399px) {







}





