    @media (max-width: 541px) {
        .slider .item .text-block p {
            font-size: 27px;
        }
        .slider .item .text-block h3 {
            font-size: 21px;
        }
        .slider .item .text-block p {
            font-size: 20px;
            line-height: 22px;
        }
        .slider .item img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }
    }
    
    @media (max-width:600px) {
        .testimonial-detail h5 {
            font-size: 20px;
        }
        .swiper-slide--inner .testimonial-detail p {
            font-size: 16px;
            line-height: 28px;
        }
        .industry-portfolio-note .note-content h3 {
            font-size: 26px;
        }
        .mobile-header {
            display: block !important;
        }
        .header-search-form-wrapper {
            display: none;
        }
        .slider .item img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }
        .section-title>span {
            font-size: 22px;
        }
        .contact-form-sec {
            width: 100%!important;
        }
        .frm-cntct {
            padding: 10px;
        }
        .form-flex {
            display: block;
        }
        .contact-info-sec {
            width: 100%!important;
            margin-left: 0px;
        }
    }
    
    @media (max-width:992px) {
        .slider {
            margin-top: 0;
        }
        .slider .item img {
            width: 100vw;
            height: 400px;
            object-fit: cover;
        }
        .industry-hero-address {
            margin-top: 0;
            margin-right: 0px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            background: #fff;
            width: 100%;
        }
        .slider .item .text-block {
            right: 2%;
            width: 84%;
        }
        .slider .item .text-block p {
            font-size: 20px;
            line-height: 22px;
        }
        .section-title h2 {
            font-size: 25px;
        }
        .navbar {
            z-index: 999;
            background-color: #000;
            color: #191a1b;
        }
        .navbar-nav .nav-item .nav-link {
            color: #191a1b;
        }
        .mobile-header {
            display: block;
        }
        .header-search-form-wrapper {
            display: none;
        }
        .con-sec {
            background: #fff;
        }
        .con-sec {
            display: none;
        }
        .navbar-nav .nav-item .nav-link {
            color: var(--white);
        }
        .navbar-toggler {
            background-color: #fff;
        }
        .card-c {
            height: auto;
            width: auto;
        }
        .relationship-inner h2 {
            font-size: 25px;
            line-height: 30px;
        }
        .relationship-inner p {
            font-size: 30px;
        }
    }
    
    @media (max-width:1920px) {
        .mobile-header {
            display: none;
        }
    }