@media screen and (max-width: 992px) {

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: flex;
        z-index: 9999999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .footer-menu-item {
        margin-top: 35px;
    }

    .footer-menu-item ul {
        margin-top: 25px;
    }

    .mobile-header .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100px;
        padding: 0 15px;
        width: 100%;
        z-index: 99;
        position: relative;
        background: #fff;
        box-shadow: 0px 1px 35px -10px #0000001f;
    }

    .mobile-header ul.header-menu-list {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .mobile-header .header-menu {
        height: auto;
        display: flex;
        align-items: flex-start;
        width: 100%;
        height: 100dvh;
        padding-top: 150px;
        margin-top: -100px;
        background: #e31f25b3;
        backdrop-filter: blur(5px);
        z-index: 0;
        transform: translate(0, -100dvh);
        transition: 400ms;
    }

    /* .mobile-header.menu-active .header-menu {
        transform: translate(0, 0);
        transition: 400ms;
    } */

    .mobile-header.menu-active .header-menu {
        transform: translate(0, 0);
        transition: 400ms;
        z-index: 9;
        position: relative;
        background: #e31f25b3;
    }

    .mobile-header.menu-active .header-top {
        background: #fff;
    }

    /* .mobile-header.menu-active .header-logo a img {
        filter: grayscale(1) brightness(0) invert(1);
    }

    .mobile-header.menu-active .header-logo .header-dealer-title {
        display: none;
    }

    .mobile-header.menu-active .header-logo {
        justify-content: center;
    } */

    .mobile-header .header {
        width: 100%;
        height: 0;
    }

    .mobile-header ul.header-menu-list li {
        margin: 10px;
    }

    .mobile-header ul.header-menu-list li a {
        font-size: 24px;
        font-weight: 200;
    }

    .mobile-header ul.header-menu-list li a:not(.menu-link-button) {
        padding: 15px 0;
        font-size: 20px;
    }

    .mobile-header ul.header-menu-list li a {
        color: #fff !important;
    }


    .mobile-header ul.header-menu-list li a.menu-link-button {
        margin-top: 25px;
    }

    .mobile-header button.menu-button {
        background: none;
        border: none;
        padding: 0;
    }

    .mobile-header button.menu-button .line {
        width: 27px;
        height: 4px;
        border-radius: 5px;
        background: var(--secondary);
        margin: 5px 0;
        transition: 400ms;
    }

    .mobile-header button.menu-button .line.small-line {
        width: 20px;
    }

    .mobile-header.menu-active button.menu-button .small-line:nth-child(1) {
        transform: rotate(-45deg) translateY(5px) translateX(-5px);
        width: 27px;
    }

    .mobile-header.menu-active button.menu-button .small-line:nth-child(3) {
        transform: rotate(45deg) translateY(-6px) translateX(-6px);
        width: 27px;
    }

    .mobile-header.menu-active button.menu-button .big-line {
        opacity: 0;
    }

    .mobile-header.menu-active button.menu-button .line {
        height: 3px;
        background: var(--secondary);
    }

    .mobile-header {
        pointer-events: none;
    }

    .mobile-header.menu-active {
        pointer-events: all;
    }

    header {
        pointer-events: none;
    }

    header:has(.mobile-header.menu-active) {
        pointer-events: all !important;
    }

    .header-logo,
    .menu-button {
        pointer-events: all !important;
    }

    .copyright-content span {
        font-size: 12px;
    }

    .copyright-content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-top {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 30px 0;
    }

    .footer-top .footer-phone {
        margin: 30px 0;
    }

    .footer-socials a {
        margin: 0 10px;
        font-size: 20px;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .footer-top .footer-logo img {
        height: 33px;
    }

    .footer-phone a span {
        font-size: 20px;
        margin-left: 10px;
    }

    .footer-phone img {
        height: 25px;
        object-fit: contain;
    }

    .page-bottom-area .page-bottom-content .title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .page-bottom-area .page-bottom-content p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .page-bottom-area .bottom-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .page-bottom-area .bottom-buttons a {
        margin: 5px 0;
    }

    .page-bottom-area .bottom-buttons a {
        height: 55px;
    }

    .page-bottom-area {
        height: 435px;
    }

    .contact-form .col-md-4 {
        padding-right: 15px;
    }

    form input {
        height: 55px;
        margin-bottom: 15px;
    }

    .contact-form {
        margin-top: 30px;
    }

    .section-title span {
        padding: 13px 30px;
        font-size: 20px;
    }

    a.gallery-item {
        border-radius: 18px;
        margin-bottom: 10px;
    }

    .gallery-images .col-md-3 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-images .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    a.blog-item {
        border-radius: 20px;
        margin-bottom: 5px;
    }

    .blog-item .item-top {
        height: 200px;
        overflow: hidden;
    }

    .blog-item .item-bottom p {
        font-size: 13px;
    }

    .blog-item .item-bottom .btn-theme {
        justify-content: center;
        height: 45px;
    }

    .blog-details .blog-image img {
        height: 300px;
        margin-top: 15px;
    }

    .blog-content p {
        font-size: 14px;
    }

    .blog-content .created-at,
    .blog-content .created-at strong {
        font-size: 14px;
        color: #808080;
    }

    .page-banner-content h1 {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .page-banner {
        height: 95px;
    }

    span.breadcrumbs-item a {
        font-size: 13px;
    }

    .inner-page-content {
        padding: 35px 0 70px 0;
    }

    .services-list-item {
        height: 350px;
        border-radius: 25px;
        padding: 25px;
        margin-bottom: 25px;
    }

    .services-list-item span.item-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .services-list-item p {
        font-size: 14px;
    }

    .feature-list-item {
        padding: 20px;
        margin-bottom: 25px;
    }

    .about-expertise-content .about-expertise-description p {
        font-size: 14px;
    }

    .about-expertise {
        margin: 75px 0 !important;
    }

    .packages-slider,
    .awards-slider {
        position: relative;
        padding: 0 15px;
    }

    .packages-control,
    .awards-control {
        position: absolute;
        width: 106%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        top: 95px;
        left: -3%;
    }

    .packages-control img,
    .awards-control img {
        height: 25px;
    }

    .header-logo {
        width: 235px;
    }

    main {
        margin-top: 100px;
    }

    .header-dealer-title {
        height: 24px;
    }

    .main-slider .slider-item h4 {
        font-size: 32px;
        line-height: 38px;
    }

    .main-slider-content p {
        font-size: 16px;
    }

    .btn-theme {
        height: 50px;
        padding: 0 35px;
        font-size: 14px;
    }

    .main-awards,
    .main-services,
    .main-features {
        margin-top: 75px;
    }

    a.packages-list-item .item-bottom {
        padding: 15px 0;
    }

    .awards-control {
        top: calc(50% - 38px) !important;
    }

    .packages-control {
        top: calc(50% - 25px) !important;
    }

    section.main-packages .owl-dots,
    section.main-awards .owl-dots {
        height: 50px;
    }

    .awards-content {
        padding: 20px 20px 20px 0;
    }

    .awards-slider-content .row div:has(.awards-content) {
        padding-left: 0;
    }

    .awards-content span {
        font-size: 16px;
        line-height: 1 !important;
        margin-bottom: 10px !important;
        display: block;
    }

    .awards-content p {
        font-size: 13px;
        line-height: 18px;
    }
}


/** max992 **/

@media (max-width: 1500px) {}


/**** Laptop ****/

@media (max-width: 1366px) {}


/**** Laptop END ****/


/**** Tablet ****/

@media screen and (max-width: 768px) {}


/**** Tablet END ****/

@media screen and (min-width: 992px) {

    /** Desktop **/
    .no-desktop {
        display: none !important;
    }

    .mobile {
        display: none !important;
    }
}

@media screen and (max-width: 375px) {
    /** Ä°phoneX **/
}

@media (min-width: 1399px) {
    .container {
        max-width: 1315px !important;
    }
}