    @media(max-width:1200px) {
        .banner .banner-content .banner-header {
            font-size: 48px;
        }
        .navbar-brand img {
            width: 120px;
        }
        .banner::before {
            width: 500px;
            height: 500px;
            background-size: 500px 500px;
            background-repeat: no-repeat;
        }
        .counter-outer .tw-count-number {
            font-size: 36px;
            line-height: 36px;
        }
        .single-work.sw::before {
            display: none;
        }
        .inner-banner {
            margin-top: 86px;
        }
    }
    
    @media(max-width:1100px) and (min-width:992px) {
        .navbar .nav-link {
            padding: 8px 15px !important;
            font-size: 12px;
        }
    }
    
    @media(max-width:992px) {
        .navbar-collapse {
            position: fixed;
            top: 0;
            left: 0;
            width: 280px;
            height: 100vh;
            background-color: #e80607;
            overflow: auto;
            transform: translate(-280px);
            transition: transform 0.2s ease-in-out 0s;
            padding-top: 50px;
            padding-bottom: 20px;
            z-index: 112;
        }
        .navbar-shown .navbar-collapse {
            transform: translate(0);
        }
        .navbar-collapse .secondary-btn {
            color: #fff;
            position: absolute;
            right: 10px;
            top: 10px;
            font-size: 20px;
            cursor: pointer;
        }
        .navbar-collapse svg path {
            stroke: #fff;
        }
        .navbar-collapse .main-btn {
            background-color: #fff;
            color: #e80607;
            margin-left: 20px;
        }
        .navbar-toggler-btn {
            font-size: 24px;
        }
        .px-50 {
            padding-left: 20px;
            padding-right: 20px;
        }
        .navbar>.container-fluid {
            justify-content: start;
            flex-wrap: initial;
        }
        .banner {
            padding-top: 80px !important;
        }
        .service-dropdown-content {
            display: block;
            position: relative;
            background-color: transparent;
            min-width: 160px;
            box-shadow: none;
            z-index: 1;
        }
        .navbar .nav-link {
            color: #fff;
        }
        .service-dropdown-content li a {
            color: #fff;
            padding: 8px 20px 8px 40px;
            border-bottom: none;
        }
        .banner .banner-content .banner-header {
            font-size: 36px;
        }
        .history-years-box .history-year h1 {
            font-size: 100px;
            letter-spacing: 0;
        }
        .history-years-box .history-year-info span {
            font-size: 24px;
            line-height: 24px;
        }
        .counter-outer {
            margin-bottom: 20px;
        }
        footer .footer-contact a {
            font-size: 14px;
        }
        .py-100 {
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .pt-100 {
            padding-top: 0;
        }
        .header-content {
            margin: 0 auto;
            width: 100%;
        }
        /* .banner::before {
        width: 300px;
        height: 300px;
        background-size: 300px 300px;
        background-repeat: no-repeat;
    } */
        .home-request-quote .request-quote-text h4 {
            font-size: 36px;
        }
        .service-section .service-title {
            font-size: 36px;
            line-height: 40px;
        }
        .dropdown-content {
            display: block;
            position: relative;
            background-color: #e80607;
            box-shadow: none;
        }
        .dropdown-content li a {
            color: #fff;
            padding-left: 40px;
        }
    }
    
    @media(max-width:768px) {
        .py-50 {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .banner::before {
            display: none;
        }
        .sub-header {
            font-size: 26px;
            line-height: 26px;
            padding-top: 10px;
            -webkit-text-stroke-width: .7px;
        }
        .main-header {
            font-size: 36px;
            line-height: 36px;
        }
        .history-box {
            padding: 30px 20px;
            margin-left: 0;
        }
        .history-years-box {
            flex-direction: column;
            align-items: start;
        }
        .history-years-box .history-year-info {
            max-width: 100%;
        }
        .history-years-box .history-year-info span {
            font-size: 18px;
            line-height: normal;
            margin-bottom: 40px;
            display: block;
        }
        footer {
            text-align: left;
            overflow: hidden;
            padding-bottom: 100px;
        }
        footer .footer-contact {
            display: flex;
            flex-direction: column;
            align-items: start;
            gap: 10px;
        }
        footer .footer-contact span {
            display: none;
        }
        footer .footer-bottom {
            width: 700px;
        }
        .home-our-services-wrap {
            padding: 0;
            margin-bottom: 0;
        }
        .home-request-quote .request-quote-text h4 {
            font-size: 24px;
        }
        .service-section .service-title {
            font-size: 36px;
            line-height: 36px;
        }
        .service-section .service-name {
            font-size: 24px;
            line-height: 24px;
            padding-top: 20px;
            padding-bottom: 5px;
        }
        .track .step::before,
        .track .step::after {
            height: 100%;
            width: 7px;
            left: 17px;
        }
        .track .step {
            height: 80px;
            width: 300px;
        }
    }
    
    @media(max-width:576px) {
        .additional-box h4 br {
            display: none;
        }
        .home-request-quote {
            padding-bottom: 100px;
        }
        .main-header {
            font-size: 24px;
            line-height: 30px;
        }
        .sub-header {
            font-size: 18px;
            line-height: 24px;
            padding-bottom: 0;
        }
        .service-section .service-title {
            font-size: 24px;
            line-height: 30px;
        }
        .service-section .service-name {
            font-size: 20px;
        }
        .banner .banner-content .banner-header {
            font-size: 30px;
        }
        .navbar {
            padding-top: 70px;
        }
        .navbar form {
            position: absolute;
            top: 10px;
            left: 50%;
            width: 98%;
            transform: translateX(-50%);
        }
        .navbar form input {
            width: 70%;
        }
        .navbar form .main-btn {
            min-width: auto;
            width: 30%;
        }
        .banner,
        .about-why-us {
            padding-top: 120px !important;
        }
        .inner-banner,
        .map {
            margin-top: 140px;
        }
        .inner-banner h3 {
            font-size: 24px;
        }
    }
    
    @media(max-width:500px) {
        .navbar-brand img {
            width: 100px;
        }
        .service-icon-box .service-icon-box-media {
            float: none;
            margin-bottom: 15px;
        }
        .counter-outer {
            flex-direction: column;
            align-items: start;
        }
        .counter-outer .icon-content {
            padding-left: 0;
            padding-top: 20px;
        }
        .navbar-brand img {
            width: 100px;
        }
    }