@media screen and (max-width: 1024px) {
    .nav-toggle-btn {
        display: flex;
    }

    .menu-visible .nav-toggle-btn .btn-inner {
        border-color: transparent;
    }

    .menu-visible .nav-toggle-btn .btn-inner:before {
        transform: rotate(45deg);
        top: 0;
    }

    .menu-visible .nav-toggle-btn .btn-inner:after {
        transform: rotate(-45deg);
        top: 0;
    }

    .nav-items-wrapper .nav-list {
        flex-direction: column;
        position: fixed;
        right: -100%;
        top: 80px;
        padding-top: 10px;
        display: block;
        width: 300px;
        height: 100vh;
        background: var(--primary-color);
        align-items: flex-start;
        padding-left: 20px;
        z-index: 99;
        overflow: hidden;
        transition: all .5s ease;
        box-shadow: var(--header-box-shadow);
    }

    .menu-visible .nav-list {
        right: 0;
    }

    .nav-list .nav-list-item {
        height: auto;
        display: block;
    }

    .nav-item-link.get-call {
        margin-left: 0;
        padding-left: 17px;
        display: inline-block;
    }

    .nav-item-link {
        padding-left: 0;
    }

    .nav-item-link {
        color: var(--secondary-color);
        padding-bottom: 15px;
        height: auto;
    }
    .nav-items-wrapper {
        justify-content: space-between;
        padding: 0 30px;
    }
    .nav-item-submenu {
        position: unset;
        background: transparent;
        margin-left: 5px;
    }
}

@media screen and (max-width: 991px) {
    .nav-items-wrapper {
        justify-content: space-between;
        padding: 0 30px;
    }
    
    .about-item-left,
    .category-details-item-left {
        width: 100%;
    }
    
    .about-item-right,
    .category-details-item-right {
        width: 100%;
        padding-bottom: 0;
    }
    .contact-info-wrapper,
    .contact-form-wrapper{
        width: 100%;
    }

    .home-content-outer{
        padding: 50px;
    }

    .section-top-title {
        letter-spacing: 2px;
        font-size: 13px;
    }

    .section-title {
        font-size: 30px;
    }

    .about-item-text {
        font-size: 14px;
    }

    .footer-section-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .footer-section-text {
        font-size: 13px;
    }
    .footer-sec-top {
        padding: 0 20px;
    }
    .category-details-section-top-title {
        letter-spacing: 2px;
        font-size: 12px;
    }
    
    .category-details-section-title {
        font-size: 30px;
    }
    
    .category-details-section-text {
        font-size: 14px;
    }
    
    .category-details-section-contact-link {
        font-size: 14px;
    }
    .banner-content-outer .title {
        font-size: 30px;
    }
    
    .contact-info-title {
        font-size: 30px;
    }
    
    .contact-form-title {
        font-size: 30px;
    }
    
    .contact-form-des {
        font-size: 14px;
    }
    .company-details-top-title {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .company-details-text {
        font-size: 14px;
    }
    .company-details-title {
        font-size: 25px;
    }
    .company-details-image {
        height: auto;
    }
    .footer-item-wrap {
        margin-bottom: 30px;
    }
    .about-item-image {
        width: 100%;
    }
    .category-details-item-image {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .header-section {
        position: unset;
    }
    
    .home-section {
        padding-top: 0;
    }
    
    .home-content-top-subtitle {
        font-size: 13px;
        letter-spacing: 2px;
    }
    
    .home-content-top-main-title {
        font-size: 35px;
        margin-bottom: 20px;
    }
    
    .home-content-bottom-title {
        font-size: 16px;
    }
    
    .home-content-bottom-text {
        font-size: 14px;
    }
    
    .home-content-bottom-number {
        font-size: 25px;
    }
    
    .section-title {
        font-size: 25px;
    }
    .banner-section {
        padding: 70px 0;
    }
    .about-items-wrapper {
        display: block;
    }
    .contact-info-item {
        height: auto;
    }
    .category-details-item-right {
        display: none;
    }
    .category-details-item-right-res-none {
        display: block;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .slider-item {
        height: 500px;
    }

    .slider-content-outer .slider-content h2 {
        font-size: 20px;
    }

    .slider-content-outer .slider-content h1 {
        font-size: 30px;
    }

    .slider-content-outer .slider-content h4 {
        font-size: 16px;
    }

    .slider-content-outer .slider-content {
        padding: 20px 0 20px 25px;
    }

    .banner-content-outer .title {
        font-size: 25px;
        margin-bottom: 0;
    }

    .breadcrumb-outer .breadcrumbs_item.active {
        font-size: 16px;
    }

    .breadcrumb-outer .separator:after {
        margin: 0 5px;
    }
    .home-content-outer{
        padding: 50px 20px;
    }
}

@media screen and (max-width: 430px) {
    .slider-item {
        height: 300px;
    }

    .slider-content-outer .slider-content h2 {
        font-size: 18px;
    }

    .slider-content-outer .slider-content h1 {
        font-size: 25px;
    }

    .slider-content-outer .slider-content h4 {
        font-size: 14px;
    }

    .service-item-img {
        margin-bottom: 10px;
    }

    .service-item-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .section-heading {
        font-size: 18px;
    }
}

@media screen and (max-width: 330px) {
    .service-list-item-content .view-details-btn.whatsapp {
        margin-top: 10px;
    }
}