@media only screen and (max-width:1200px) {
    .header-right{
        display: none;
    }
}
@media only screen and (max-width: 1025px) {
    .about-bottom {
        margin-top: -92px;
    }
}
@media only screen and (max-width: 991px) {
    .header{
       overflow: visible;
    }
    .navbar-collapse{
        background: #ffffff;
        left: -20px;
        right: -20px;
        position: absolute;
        top:100%;
        z-index:3;
    }
    .header .navbar-nav{
        width: 100%;
        margin-top: 20px;
        padding-left: 30px;
    }
    .banner-outer{
        height: 70vh;
    }
    .inner-banner {
        height:200px !important;
        background-size: initial;
    }
    .faq-container{
        margin-top: 0px;
    }
    .navbar-brand img{
        margin-top: -5px;
    }

    .about-section img{
        width: 100%;
    }
    .banner-slider{
        height: auto;
        min-height: calc(58vh - 100px);
    }
    .about-section img{
        margin-bottom: 20px;
    }
    .about-section p{
        margin-bottom: 15px;
    }
    .about-bottom{
        margin-top: 0px;
    }
    .stats > div{
        border:none;
    }
    .stats{
        gap: 35px;
        text-align: center;
        padding: 50px 0px;
    }
    section {
        padding: 50px 0px;
    }
    .services-section{
         padding: 0px 15px 50px;
    }
    .about-img{
        width: 100%;
        position:static;
    }
    .video-section .row{
        gap: 72px;
    }
    .subscribe-now{
        padding: 35px;
    }
    footer .row{
        gap: 30px;
    }
    footer{
        padding: 50px 0px 0;
    }
    .detail-sidebar{
        margin-bottom: 30px;
    }
    .service-card {
    flex: 1 1 48%;
  }
  .navbar-nav .dropdown-menu{
    width: 100%;
    border:none;
  }
  .navbar-nav .dropdown-menu li{
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
    .container {
    flex-direction: column;
  }

  .sidebar, .service-content {
    flex: 1 1 100%;
  }

  .service-content h2 {
    font-size: 1.5rem;
  }
  .swiper {
    padding: 0 20px;
  }
  .faq-question {
    font-size: 1rem;
    padding: 16px;
  }
  .carousel-item, .banner-slider{
    height: 400px!important;
    animation:initial!important;
    min-height: inherit!important;
  }
  header {
        background: #ffffff;
        padding: 15px 0px;
    }
.header-top p{
    display: none;
}
.header-top .container-fluid{
    justify-content: end;
}
.testimonial-block{
    margin-bottom: 20px;
}
.banner-content{
    padding: 20px;
}
.banner-content p{
    display: none;
}
.theme-btn, button.theme-btn {
    padding: 8px 24px;
}
}
