@media only screen and (max-width:1100px) {

    .stellarnav.mobile.dark ul {
        background: rgb(30, 58, 138) !important;
        z-index: 999;
    }

    .stellarnav.dark a.dd-toggle .icon-plus::before {
        border-color: #fff;
    }

    .stellarnav.dark a.dd-toggle .icon-plus::after {
        border-color: #fff;
    }

    .stellarnav.mobile {
        text-align: right;
    }

    .stellarnav .menu-toggle span.bars span {
        width: 30px !important;
        height: 2px !important;
        margin: 0 0 7px !important;
        border-radius: 5px !important;
    }

    .stellarnav>ul>li>a {
        padding: 10px;
    }


    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .TopHospitals {
        margin-bottom: 20px;
        padding: 30px;
        margin-top: 0;
    }

    .searchTxt h1 {
        font-size: 30px;
        margin: 0;
        padding: 0;
    }

    .searchbox {
        padding: 30px 0;
    }

    footer {
        padding: 30px 0 0;
    }

    .pt-70 {
        padding-top: 30px;
    }

    .pb-70 {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:768px) {
    .TopHospitals {
        margin-bottom: 20px;
        padding: 15px;
        margin-top: 20px;
    }

    .Accreditations {
        padding: 15px 0;
    }

    .social-circle li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }

    .CertifiedSec {
        text-align: center;
    }

    .media svg {
        padding-bottom: 10px;
    }

    .search-form input {
        font-size: 13px;
    }

    .search-form button svg {
        width: 15px;
        height: 15px;
    }

    .rating>label:before {
        font-size: 18px;
    }

    .doctorimages {
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 50%;
    }

    .allBtn {
        text-align: center !important;
    }

    .start {
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    button.btn.btn-success {
        font-size: 13px;
    }
}

@media only screen and (max-width:575px) {
    .stellarnav.dark li a {
        color: #fff;
    }

    .logo2 {
        width: 200px;
    }

    .footer-tst h4 {
        margin-bottom: 10px;
    }

    .EnquireNow {
        margin-top: 0px;
    }

    .Specialists ul li {
        padding: 5px 0;
    }

    .Specialists ul li a {
        font-size: 11px;
        padding: 7px 10px;
    }

    .footer-tst {
        margin-bottom: 15px;
    }

    .search-form {
        width: 100%;
    }

    .searchTxt h1 {
        font-size: 25px;
        margin: 0;
        padding: 0;
    }

    .specialist img {
        width: 70px;
    }

    .content {
        height: 250px;
    }

    h3.service-title {
        font-size: 18px;
    }

    .DoctorsTxt h2 {
        font-size: 22px;
        padding-top: 15px;
    }

    .TimeTxt {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .TimeTxt p {
        text-align: center;
    }
}

@media only screen and (max-width:480px) {
    .ForDoctors {
        display: none;
    }

    .DoctorsImg {
        padding-bottom: 15px;
        width: 50%;
    }

    .Stories {
        margin-bottom: 15px;
        width: 50%;
    }

}

@media only screen and (max-width:420px) {}