.mobile-view {
    display: none;
}

@media (max-width: 1200px) {}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

@media (max-width: 991px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    header {
        background: none;
    }

    .top-header {
        padding: 10px 0 10px 0;
    }

    .top-h-left {
        width: 100%;
        display: block;
        text-align: center;
    }

    .top-phone,
    .top-email {
        margin-right: 0;
    }

    .top-phone span,
    .top-email span {
        font-size: 14px;
    }

    .top-h-right {
        margin-top: 15px;
        text-align: center;
    }

    .header-bg {
        background-size: auto;
    }


    .header-right {
        display: none;
    }

    .mobile-menu-icon:after {
        color: #fff;
        font-size: 24px;
    }

    .main-menu {
        display: inherit;
    }



    /* .logo-mobile {
        display: block;
        position: absolute;
        width: 100px;
        text-align: center;
        margin: 5p;
        float: left;
        top: 13px;
    } */
    .logo-mobile {
        display: block;
        position: absolute;
        text-align: center;
        float: left;
        /* top: 26px; */
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.06);
        background: rgba(255, 255, 255, 0.96);
    }

    .middle-banner-section .weberge-slider {
        top: 0px;
    }

    .logo-mobile img {
        width: 100%;
        padding: 9px;
    }

    .text-logo {
        float: left;
        position: relative;
        left: 119px;
        width: 150px;
        top: 20px;
        padding: 0;
    }

    .mobile-menu {

        background: #11437c;
    }

    .mobile-menu-icon {
        border-radius: 5px;
        top: 6px;
        right: 6px;
        background-color: #11437c;
    }


    .main-menu a.admission,
    .main-menu a.fees {
        display: block;
        width: 100%;
        border-radius: 0;
    }
}

/* header */
@media(max-width: 991px) {
    .logo {
        display: none;
    }

}

@media(max-width: 1200px) {

    /* .header-right-block1 {
     display: none;
    } */
    .logo {
        width: 109px;
        height: 103px;
        margin-top: 31px;
    }

    .main-menu {
        text-align: center;
    }
}


/* banner */
@media(max-width: 600px) {
    .slide-text p {
        font-size: 18px;

    }

    .carousel-fade .carousel-item {
        min-height: 608px !important;
    }
}

@media(max-width: 991px) {
    .carousel-fade .carousel-item {
        min-height: 711px;
    }
}

/* book your slots */
@media(max-width: 600px) {
    .book1 {
        display: flex;
        flex-direction: column;

    }
}

@media(max-width: 991px) {
    .book1 {
        display: flex;
        flex-direction: column;

    }

    .book-your-slots {
        text-align: center;
    }

    .appointment {
        margin-left: 0px;
    }
}

/* our doctors */
@media(max-width: 991px) {
    .doctors-content h3 {
        font-size: 10px !important;

    }

    .doctors-content h4 {
        font-size: 7px !important;
        font-weight: 600 !important;
    }

    a.buttons {
        font-size: 9px;
    }

    .doctors-content {
        padding-bottom: 9px;
    }
}

@media(max-width: 600px) {
    .doctors-block {
        display: flex;
        flex-direction: column;

    }

    .slide-text p {
        font-size: 16px;
        /*white-space: nowrap;*/
    }

    .doctors-content h3 {
        font-size: 18px !important;
    }

    .doctors-content h4 {
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    a.buttons {
        font-size: 16px;
        font-weight: 500;
    }
}

@media(max-width: 1200px) {
    .doctors-content h4 {
        font-size: 15px;

    }
}

/* hospital trust */
@media(max-width: 600px) {
    .hospital-trust-outer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

/* our services */
@media(max-width: 600px) {
    .services-img-title h2 {
        font-size: 38px !important
    }

    .services-img-title {
        width: 100%;
    }

    .jom-slider .tns-controls [aria-controls] {
        display: none;
    }

}

@media(max-width: 991px) {
    .services-img-title h2 {
        font-size: 52px;

    }

    .jom-slider [data-controls="prev"] {
        top: 360px !important;
    }
}
@media(max-width: 1200px) {
    .jom-slider [data-controls="prev"] {
        position: absolute;
        top: 386px;
       
    }
}
/* benefits */
@media(max-width: 600px) {
    .benefits-outer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);

    }

    .benefits {
        background: none
    }

    .benefits-right h2::before {
        position: relative;
        right: 4px;

    }

    .benefits-left img {
        width: 100%;

    }

}

@media(max-width: 991px) {
    .benefits-outer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .benefits {
        background: none
    }
    .benefits-line {
       position: relative;
        top: -24px;
    }
    .benefits-left img {
        width: 100%;

    }
}

/* nursing */
@media(max-width: 600px) {
    .nursing-address {
        flex-wrap: wrap;
    }
}
@media(max-width: 991px) {
    .nursing-address {
      flex-wrap: wrap;
    }
}
/* get care */
@media(max-width: 991px) {
    .get-care-outer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 21px;
    }
    .get-care-content p {
         font-size: 14px;
        
    }
    .get-care-block {
       padding: 32px 30px 44px;
    }
    .get-care-content h3 {
     font-size: 25px !important;
      
    }
}

@media(max-width: 600px) {
    .get-care-outer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 21px;
    }
}

@media(max-width: 1200px) {
    .get-care-content h3 {
        font-size: 29px;

    }
}

/* footer */

@media(max-width: 991px) {
    .footer-block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 10px;
    }

}

@media(max-width: 600px) {
    .footer-block {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 25px;

    }

    .footer-menus {
        flex-direction: column;
        gap: 22px;
    }
}

/* copyright */
@media(max-width: 991px) {
    .copy-right-outer {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .copy-right {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }
}

@media(max-width: 600px) {
    .copy-right {
        display: flex;
        flex-direction: column;
    }

}


