@media (max-width: 767.98px) {


  .navbar-nav li {
    margin: 10px !important;
  }
}


/* dropdown menu start here  */
@media screen and (min-width: 993px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .dropdown-menu.show {
    max-height: 60vh;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 992px) {
  .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}




@media (max-width: 1200px) {


  .navbar-brand img {
    width: 200px;
  }
}





@media (max-width: 576px) {
  .hero-content {
    padding: 0 1rem;
  }

}

/* Responsive */
@media (max-width: 768px) {

  .mega-menu .row>div {
    margin-bottom: 1rem;
  }

  .testimonial-section .row {
    flex-direction: column;
  }

  .testimonial-section .text-content,
  .testimonial-slider {
    text-align: center;
  }

  .testimonial-section p {
    margin: 0 auto;
  }

  .video-bx2 {
    display: none;
  }

  .swiper {

    height: 400px !important;
  }

  .swiper-slide {

    height: 400px;

  }

  .swiper-slide img {
    height: 400px !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    margin: 0 5px !important;

  }

  .navbar-brand img {
    width: 200px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;

  }



  .banner-slider {
    padding: 30px 0;

  }
  .service-section p{
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 480px) {
  .banner-slider {
    padding: 20px 0;
  }
}

.slider-wrapper {
  display: flex;
  overflow: hidden;
}

.slide {
  flex: 0 0 100%;
  position: relative;
}



.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

