@media (max-width: 1200px) {
    .header .logo {
        order: 1;
    }

    .header .btn-getstarted {
        order: 2;
        margin: 0 15px 0 0;
        padding: 6px 15px;
    }

    .header .navmenu {
        order: 3;
    }
}

@media (max-width: 1199px) {

    .testimonial-thumbsSlider,
    .generic-navigation,
    .customer-img,
    .feedbacks-img {
        display: none;
    }

    .testimonials-slider {
        padding: 0 !important;
        margin-top: 30px;

        .img-wrapper {
            img {
                width: 100%;
                height: 100%;
            }
        }
    }

    .testimonial-card {
        flex-wrap: wrap;
    }

    .call-btn {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .hero {
        padding: 60px 0 30px 0;
        min-height: 400px;
    }

    .hero h1 {
        font-size: 1.5em;
        line-height: 1.2em;
    }

    .hero p {
        font-size: 14px;
        line-height: 1.5em;
    }

    .form-wrapper {
        width: 100%;
        padding: 20px;
    }

    .custom-services .text-center h2 {
        font-size: 24px !important;
        line-height: 1 !important;
    }

    .section {
        padding: 30px 0;
    }

    .custom-services .custom-description {
        width: 90%;
        font-size: 14px;
    }

    .about-section {
        padding: 100px 0 0 0;
    }

    .service-block {
        margin-bottom: 20px;
        width: 100%;
    }

    .service-block .inner-box {
        padding: 20px;
        margin: 0;
    }

    .header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .header .logo {
        margin-bottom: 10px;
    }

    .header .mobile-nav-toggle {
        display: block;
        font-size: 30px;
    }


    .header .navmenu ul li {
        margin: 10px 0;

        a {
            color: var(--thm-color);
        }
    }

    .thm-btn-primary .btn-title {
        line-height: 18px;
        font-size: 14px;
    }

    section {
        overflow: hidden;
    }

    ul.main-menu {
        position: fixed;
        left: auto;
        width: 100%;
        height: 100%;
        background: #131313;
        top: 60px;
        padding: 20px;
        right: -100%;
        transition: 1s;
        padding-bottom: 80px;
        overflow-y: scroll;
    }

    .mobile-nav-active {
        .header {
            ul.main-menu {
                right: 0;
                transition: 1s;
            }
        }
    }

    .toggle-dropdown {
        &::before {
            transition: .5s;
        }
    }

    .dropdown {
        .active {
            .toggle-dropdown {
                &::before {
                    transform: rotate(180deg);
                    transition: .5s;
                }
            }
        }

    }

    .dropdown-active {
        display: block;
        width: 100%;
        padding: 20px;
        position: relative;
    }

    .hero-btns {
        flex-wrap: wrap;
    }

    .hero {
        .row {
            flex-direction: column-reverse;
        }
    }

    .wider-audience {
        p {
            font-size: 14px;
            line-height: 1.5em;
            margin-bottom: 30px;
        }
    }
}

@media screen and (max-width: 1024px) {
    .hero {
        padding: 100px 0 40px 0;
        min-height: 600px;
    }

    .hero h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 40px !important;
        line-height: 1 !important;
        word-spacing: 0px !important;
    }

    .custom-services .custom-description {
        width: 100%;
    }

    .services-tabs {
        .tab-pane {
            width: 100%;
        }

        .nav-pills {
            padding: 5px;
        }

        .nav-link {
            margin-left: 0;
        }
    }

    .custom-portfolio {
        .custom-description {

            width: 85%;

        }
    }

    .best-selling {
        .section {
            padding: 20px 0;
        }

        .featured-block-two {
            flex-direction: column;

            .text {
                padding-top: 50px;
            }
        }
    }

    p {
        width: 100% !important;
    }

    .social_media_linkss_ft ul {

        justify-content: center;
    }

    .lets-connect {
        .form-wrapper {
            width: 100%;
        }
    }

    .nav-item {
        margin-bottom: 20px;
    }

    .nav-tabs {
        font-size: 11px;
    }

    .tab-content>.active {
        padding-bottom: 20px;
    }

    .call-to-section {
        .auto-container {
            margin: 20px;
        }

        .inner {
            width: 100%;
            bottom: 0;
            margin-top: 0;
            padding: 20px 5px;
        }
    }

    .contact_form_secc {
        padding: 30px 0;
    }

    .footer-lists,
    .ul-footer {
        text-align: left;
    }

    .ul-footer {
        padding: 20px 0 0 0 !important;
    }

    .faq-section .accordion-button h5 {
        font-size: 15px;
    }

    .theme_btn2 {
        padding: 11px 20px;
        font-size: 15px;
        letter-spacing: 0;
        font-weight: 400;
    }

    .footer_top {
        padding: 0;
    }

    .contact-form-text {

        h2 {
            font-size: 25px !important;
            line-height: 40px !important;
        }
    }

    .faq-section .accordion {
        width: 100% !important;
    }

    .footer_top ul {
        flex-direction: column;
        gap: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    a {
        color: var(--default-color);
    }

    .why-choose-us-area.style_two::before {
        background: #131313;
    }

    .why-choose-us-area.style_two {
        padding: 50px 20px;

        .screen-lap {
            background: url(../images/choose.png);
            background-repeat: no-repeat;
            object-fit: cover;
        }
    }

}

@media screen and (min-width: 1025px) and (max-width: 1200px) {

    .services-tabs {
        .nav-link {
            margin-left: 0;
        }

        p {
            font-size: 18px;
        }
    }

    .why-choose-us-area.style_two::before {
        background: #131313;
    }

    .why-choose-us-area {
        .screen-lap {
            background: url(../images/choose.png);
            background-repeat: no-repeat;
            object-fit: cover;
        }
    }

    .custom-services .text-center h2 {
        font-size: 50px;
    }

    .custom-services .custom-description {
        width: 60%;
    }
}

@media (max-width: 480px) {
    .generic-modal {
        max-width: 100% !important;
    }

    .right-wrapper {
        padding: 2em 2em 2em 2em !important;
    }

    .header-heading {
        font-size: 30px !important;
    }
}
