@media (min-width: 1400px) {
	
}

@media (max-width: 1399.99px) {
    #header .header-main .header-menus {
        order: 3;
    }

    #header .header-main .header-navbar-toggler {
        display: block;
    }

    #header .header-main .header-menus .navbar-nav {
        margin-top: 15px;
        padding: 15px 25px;
        background-color: var(--color-white);
        max-width: 300px;
    }

    #header .header-main .header-menus a.nav-link {
        color: var(--color-dark);
        margin: 0;
        padding: 10px 0;
    }

    #header .header-main .header-menus a.nav-link::after {
        content: none;
    }

    #header .header-main .header-menus a.nav-link.active,
    #header .header-main .header-menus a.nav-link:hover {
        color: var(--color-pink);
    } 
}

@media (max-width: 1199.99px) {
    #whyChooseUs .box-wrapper.left {
        padding: 3rem 0rem 3rem 0;
    }

    .section-about-one .box-wrapper {
        padding: 3rem 0 3rem 0;
    }

    .gallery-wrapper .gallery-textbox {
        align-items: flex-end;
    }

    .gallery-wrapper .gallery-textbox .gallery-textbox-content {
        padding: 3rem 4rem;
    }
}

@media (max-width: 991.99px) {
    :root {
        --font-size-xxxl: 48px;
        --font-size-xxl: 36px;
        --font-size-xl: 24px;
        --font-size-lg: 22px;
        --font-size-md: 18px;
        --font-size-nm: 16px;
        --font-size-sm: 12px;
    
        --line-height-xxxl: 1;
        --line-height-xxl: 1.1;
        --line-height-xl: 1.2;
        --line-height-lg: 1.5;
        --line-height-md: 1.4;
        --line-height-nm: 1.5;
        --line-height-sm: inherit;
    }

    #header .header-main .header-logo {
        width: 30%;
    }

    #header .header-main .header-navbar-toggler {
        width: 35%;
    }

    #header .header-main .header-button {
        width: 35%;
    }

    .section-contact-one img {
        object-fit: cover;
        height: 250px;
    }

    .box-service-menu .service-menu-details {
        padding-top: 0;
        padding-bottom: 120px;
    } 
}

@media (max-width: 767.99px) {
    :root {
        --font-size-xxxl: 38px;
        --font-size-xxl: 28px;
        --font-size-xl: 24px;
        --font-size-lg: 20px;
        --font-size-md: 18px;
        --font-size-nm: 16px;
        --font-size-sm: 12px;
    
        --line-height-xxxl: 1.1;
        --line-height-xxl: 1.2;
        --line-height-xl: 1.2;
        --line-height-lg: 1.5;
        --line-height-md: 1.4;
        --line-height-nm: 1.5;
        --line-height-sm: inherit;
    }

    .section-wrapper {
        padding-top: 100px;
    }

    .banner-textbox .textbox-content .textbox-subtitle {
        margin-bottom: 15px;
    }
    
    .banner-textbox .textbox-content .textbox-title {
        margin: 0;
    }

    .page-header-textbox .textbox-content .textbox-subtitle {
        margin-top: 15px;
    }

    .section-wrapper.section-one .box-wrapper {
        padding: 0;
    }

    .section-wrapper.section-one .counter-wrapper .counter-item {
        padding: 0 1rem;
    }

    .section-w-bg-overlay {
        padding: 3rem 0;
    }

    #whyChooseUs {
        padding: 0;
        background-image: none;
        overflow-x: unset;
    }

    #whyChooseUs .box-wrapper.left {
        padding-top: 0;
    }

    #whyChooseUs .box-wrapper.right .img-object-fit-cover {
        width: 100%;
        max-width: 100%;
        height: 250px;
    }

    .gallery-wrapper .gallery-textbox {
        align-items: center;
        padding: 0 3rem;
    }

    .gallery-wrapper .gallery-textbox .gallery-textbox-content {
        padding: 3rem 3rem;
    }

    #footer .footer-top {
        flex-direction: column;
    }

    #footer .footer-top .footer-top-left,
    #footer .footer-top .footer-top-middle,
    #footer .footer-top .footer-top-right {
        width: 100%;
        justify-content: center;
    }

    #footer .footer-top .footer-top-middle {
        order: 1;
        margin-bottom: 15px;
    }

    #footer .footer-top .footer-top-left {
        order: 3;
    }

    #footer .footer-top .footer-top-right {
        order: 2;
        margin-bottom: 15px;
    }

    #footer .footer-top .social-list-footer,
    #footer .footer-top .menu-list-footer {
        justify-content: center;
    }

    #footer .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .section-about-one .bg-img {
        height: 250px;
    }

    .section-about-one .box-wrapper {
        padding-top: 0;
    }

    .section-contact-two .box-wrapper {
        padding: 3rem;
    }

    .box-service-menu .service-menu-details {
        padding-top: 0;
        padding-bottom: 100px;
    } 
}

@media (max-width: 575.99px) {
    #header .header-top .column-right {
        display: none;
    }

	#header .header-main .header-logo {
        text-align: right;
        width: 50%;
    }

    #header .header-main .header-menus .navbar-nav {
        max-width: 100%;
    }

    #header .header-main .header-navbar-toggler {
        display: block;
        width: 50%;
    }

    #header .header-main .header-button {
        display: none;
    }

    .banner-wrapper, .page-header-wrapper {
        padding-top: 12rem;
        padding-bottom: calc(12rem - 131.5px);
    }

    .section-wrapper.section-three .box-wrapper {
        padding: 0;
    }

    #testimonial .testimonial-wrapper {
        padding: 0 0;
    }

    .box-service-menu .service-menu-details {
        padding-left: 0;
        padding-right: 0;
    } 

    .sticky-social-bar {
        display: none;
    }
}