@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;
    }
    
    body {
  background-image: url(../images/Dots.png);
  background-repeat: repeat;
  background-attachment: scroll; 
  background-size: cover;        
  overflow-x: hidden;
}


    .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;
    }
    .grid figure{
        width: calc(100% / 1);
        margin-bottom: 20px;
    }
    .logo_list ul li {
    padding: 0px;
    width: 29%;
   
}
.modern-modal .modal-body {
    padding: 0;
}
.modern-modal .modalTxt h2.heading{
        font-size: 25px;
}
.modern-modal .modalTxt p{
    font-size: 15px;
}
.modern-modal .btn-close{
        margin-bottom: 15px;
}
.btn-3d-arrow {
    font-size: 14px;
    padding: 8px 15px;
    box-shadow: 0 2px #075f63;
}
.orange-border {
    margin-bottom: 20px;
}
.banner {
    height: 30vh;
    padding: 100px 0;
}
.banner h2 {
    font-size: 30px;
}
 .header {
    position: static;
}
.logo {
    padding: 0;
}
.menu {
    padding: 0;
}
.SendUs{
    margin-top:30px;
}
.heading{
    font-size: 22px;
}
.footer-tst{
     width:100px;
}
.grid figure figcaption{
    padding: 1em;
}
.offcanvas .nav-link {
    font-size: 18px;
    padding: 10px 0;
}
.grid figure figcaption h2{
    font-size: 18px;
    text-align: center;
    align-self: self-start;
}
.grid figure{
    height: 300px;
}
figure.effect-bubba h2{
    padding-top: 100%;
}
.Story-img .img-frame{
    margin-bottom: 20px;
}
.about-banner-wrapper{
    display:none;
}
}

body {
  background-attachment: scroll;
}

@media (min-width: 768px) {
  body {
    background-attachment: fixed;
  }
  
}
* {
  box-sizing: border-box;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

@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) {}