@media screen and (max-width: 991px) {
    .custom-header {
        background-color: transparent;
    }
    .hide-d {
        display: block !important;
      }
      .welcome-section img {
        width: 100%;
      }
      .d-md-block {
        display: none !important;
    }
    .callback-section {
        padding: 20px;
    }
    .callback-section .doctor-image-wrapper {
        display: none;
    }
    .header .header-nav .main-nav > li.home-menu > a > i {
        float: left;
        margin-top: -5px;
    }
}

@media screen and (max-width: 768px) {
    .copyright-menu {
        text-align: center;
        margin-top: 10px;
    }
    .banner-img .banner-img1 {
        top: 80px;
    }
    .banner-content {
        padding-top: 30px;
    }
    .banner-content .ms-3 {
        margin-left: 0 !important;
    }
    .awards-text {
        padding-left: 0;
        padding-right: 0;
    }
    .gallerypage .grid-container {
        columns: 2;
    }
}

@media screen and (max-width: 767px) {
    .header .header-nav .menu-header .menu-close {
        font-size: 24px;
        position: absolute;
        right: 5px;
        top: 0px;
    }
    .header .header-nav .menu-header .menu-logo img {
        max-width: 160px;
    }
    .banner-img .banner-img3 {
        display: none;
    }
    .banner-section .custom-btn-type-1 .ms-3 {
        margin-left: 0 !important;
    }
    .banner-section .custom-btn-type-1 {
        padding-bottom: 20px;
        text-align: center;
    }
    .banner-section .banner-content {
        padding-bottom: 0;
    }
    .custom-section-heading, 
    .callback-section .callback-form h3 {
        font-size: 24px !important;
    }
    .custom-section-heading-type-2, 
    .box-sub-head {
        font-size: 24px !important;
        line-height: 30px;
    }
    .clients-says-content h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .custom-stat-title {
        font-size: 2rem;
    }
    .partners-section {
        padding: 0;
    }
    .main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all {
        display: block;
    }
    .main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .clients-says-content, 
    .main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .client-says-images {
        width: 100%;
    }
    .main-wrapper.home-twelve.home-thirteen .client-us-section-thirteen .client-says-all .client-says-images img {
        border-radius: 0;
    }
    .welcome-section .container.py-5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .why-choose-section, 
    .main-wrapper.home-one .home-testimonials.testimonial-section-ten {
        padding: 20px 0;
    }
    .our-doctors-section .our-doctors-card {
        margin-top: 10px;
    }
    section.appointment-booking-section.py-5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .callback-section .callback-form {
        padding: 20px 0 0;
    }
    section.py-5.our-facilities-section {
        padding-top: 0 !important;
    }
    .footer-one .footer-top .footer-widget.footer-menu ul li {
        margin-bottom: 5px;
    }
    .footer-one .footer-top .footer-widget.footer-menu ul li a {
        font-size: 13px;
    }
    .footer-one .footer-bottom .copyright .copyright-text p,
    .copyright-menu p  {
    font-size: 12px;
 }
 .services-slide::before {
    background: none;
 }
 .text-right.faq {
    text-align: center;
 }

 /*carousel settings------------------------*/
 .services-slide {
    position: absolute;
    padding-right: 0;
    right: 20px;
    top: -55px;
    }
  .specialities-section-one .owl-nav {
    position: absolute;
    padding-right: 0;
    right: 20px;
    top: 8px;
  }  
  .meet-doctors-sec .owl-nav {
    position: absolute;
    padding-right: 0;
    right: 20px;
    top: -55px;
  }

  /*Doctors profile page-------------------------*/
  .information-title-list {
    position: static !important;
  }
  .banner-section-sixteen .banner-content-sixteen h1 {
    line-height: 48px;
  }
  /*Gallery Page------------------*/
.gallerypage .grid-container {
    columns: 1;
    }
}

