
@media (max-width: 1024px) {
    header .px-lg-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
   

    .main-header .header-right .search-btn{
        margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #ddd;
    }
  .main-header .nav-menu ul li a {
    padding: 7px 11px;
    font-weight: 600;
    font-size: 15px;
    }
    .logo-area img {
    max-width: 85px;
}
.hero-bnr h2{
        font-size: 37px;
}
.hero-bnr .owl-nav{
    top: 25%;
}
.top-info{
    display: none;
}
}

@media (max-width: 768px) {
    .brands-section {
  
        padding: 50px 0;
    }
    .testimonials-section {
        background-color: #f4f9fd;
    }
    .brands-section .brands-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .brands-section .brands-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .main-header .header-right .call-info{
        display: none;
    }
    .main-header .nav-menu ul {
 
    flex-direction: column;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    padding: 17px;
    }
  .toggle-btns{
        display: block;
   }

       .main-header .nav-menu ul {
   
        background-color: #ededede8;
   
        top: 71px;
    }
    #menu-main-menu{
        display: none;
    }
    .search-btn{
            padding: 12px 0; 
    }
}

@media (max-width: 576px) {
    .hero-bnr .owl-carousel .owl-item .item img{
            height: 90vh;
            object-fit: cover;
    }
    .search-box {
        background: #fff;
        border-radius: 10px;
        width: 90%;
        max-width: 700px;
        position: relative;
    }
    .close-popup{
            top: -47px;
        color: #fff;
        font-size: 31px;
    }
    .whatsapp-mobile-wraapper{
    display: flex;
    }
    .testimonials-section .main-title,.about-us-section .about-content .main-title,.contact-section .contact-info-wrapper .main-title{
        font-size: 30px;
    }
    .common-space   {
        padding: 43px 0;
    }
    .services-details img{
        margin-bottom: 10px;
    }
.hero-bnr h2 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
}

.hero-bnr .owl-nav {
    bottom: 19%;
    width: 100%;
    top: unset;

}
    .hero-bnr .bnr-content-wrappers{
            bottom: 23%;
    }
    .header-wrappers.sticky .logo-area img {
    max-width: 85px;
}
.contact-section{
    background-size: cover;
    background-image: linear-gradient(45deg, #ffffff, rgb(255 255 255 / 92%)), url(img/left-bg-events-home1.png);
}
.services-details .img-box img{
    height: unset;
}

.services-details .gal-wrapper{
        column-count: 1;
}
.whatsapp{
    display: none;
}
}