@media (max-width: 992px) {
  .hero-section h1 {
    font-size: 1.7rem;
  }

  .map-wrapper iframe {
    min-height: 400px;
  }

  .hero-right-img {
    height: auto;
  }

  .bg-fixed-home-section {
    min-height: 400px;
  }
}

@media (max-width: 1400px) {

  .hero-section h1 {
    font-size: 2.5rem;
  }

  .hero-section h3,
  .hero-section h5 {
    font-size: 1.5rem;
  }

  .hero-section h3 {
    font-size: 1rem;
  }

  .hero-section h5 {
    font-size: 0.9rem;
  }
}

@media (max-width: 1700px) {
  a.navbar-brand img {
    max-height: 45px;
  }
  .nav-link, .dropdown-item {
    padding: 5px 20px !important;
    font-size: 1.1rem;
  }
}

@media (max-width: 1400px) {
  .nav-link, .dropdown-item {
    padding: 5px 15px !important;
    font-size: 1rem;
  }
}

@media (max-width: 1250px) {
  .banner-text {
    padding: 0;
  }
  a.navbar-brand img {
    max-height: 40px;
  }

    nav.navbar .expand-icon-button {
        padding-right: 2.5rem;
        margin-left: auto;
        margin-right: 10px;
        padding-left: 1rem;
    }
    /*nav.navbar .expand-icon-button span {
        display: none;
    }*/
    nav.navbar .expand-icon-button .eb-icon {
        margin: 0 !important;
    }

    .expand-icon-button {
    font-size: 14px;
  }

  .nav-link, .dropdown-item {
    font-size: .8rem;
  }

}

@media (max-width: 992px) {
    nav.navbar .expand-icon-button {
        padding-right: 1.4rem;
    }
  .hero-section {
    background: #ffffff;
  }

  .banner-text {
    position: static;
    transform: translate(0);
    max-width: 100%;
    padding: 20px 15px;
    margin-bottom: 0;
  }

  .hero-section h1 {
    font-size: 1.7rem;
  }

  .cust-btn-grp {
    flex-wrap: wrap;
  }

  .expand-icon-button {
    font-size: 14px;
  }

  .rating {
    margin-bottom: 10px;
  }

  span.rating-text {
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 !important;
    font-size: 14px;
  }

}

@media (max-width: 767px){

  img{
    max-width: 100%;
  }

  .container, .container-fluid{
    padding-left: 30px;
    padding-right: 30px;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding-left: 30px;
    padding-right: 30px;
  }
  p{
    font-size: 14px;
    line-height: 1.5;
  }

  .contact-section{
    padding: 0;
  }

  .why-choose-box-1 .why-choose-item {
    flex-direction: revert;
    text-align: left;
  }

  .why-choose-box-1 .why-choose-item .icon-box {
    margin-right: 15px;
  }
  .why-choose-box-1 .why-choose-item .why-choose-content {
    text-align: 100%;
    text-align: left;
  }
  .small, small {
    font-size: 14px;
    line-height: 1.5;
  }

  header .expand-icon-button span{
    display: none;
  }


  .banner-wrappper {
    position: relative;
    width: 100%;
    background-color: rgba(13, 61, 114, 0.7);
    display: flex;
    flex-direction: column-reverse;
  }
  .banner-wrappper .banner-text .slider-innerbox{
    width: 100%;
    max-width: 100%;
  }

  header .navbar .header-book-appointment, 
  header .navbar .header-practo-appointment{
    display: none;
  }

  .hero-section .swiper-button-next, .swiper-button-prev{
    display: none !important;
  }

  .home-need-service-block{
    padding: 30px 0 !important;
  }
  .home-need-service-block .border-start.border-end{
    border: none !important;
  }
  .footer-contact-section .book-right-contactbox {
    padding: 0;
  }
  .expand-icon-button {
    font-size: 13px;
    line-height: 1;
  }


}