/* LOH site — mobile responsiveness */
html {
    -webkit-text-size-adjust: 100%;
}

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

img,
svg,
video,
iframe {
    max-width: 100%;
    height: auto;
}

.page-content {
    overflow-x: hidden;
}

.background {
    overflow: hidden;
}

.background img {
    width: 100%;
    max-width: 100%;
}

.home-phone-slider,
.home-phone-slider .owl-carousel,
.owl-stage-outer {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
    }

    body {
        padding-top: 84px;
    }

    .header {
        min-height: 64px;
    }

    .header .container > .d-flex {
        align-items: center;
        min-height: 56px;
    }

    .header .logo {
        display: flex;
        align-items: center;
    }

    .header .logo img {
        max-width: 90px;
        max-height: 48px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .page-content > .container:first-child,
    #who {
        padding-top: 1.5rem;
    }

    .site-header h1 {
        margin-top: 1rem;
        padding-top: 0.5rem;
    }

    .user-section .material-button.button1 {
        font-size: 12px;
        padding: 6px 14px;
        white-space: nowrap;
    }

    .user-section .user-name {
        display: none;
    }

    .nav-side:not(.open) {
        visibility: hidden;
        pointer-events: none;
    }

    .nav-side.open {
        visibility: visible;
        pointer-events: auto;
        z-index: 1001 !important;
        padding-top: 84px;
    }

    .side-over-lay.open {
        z-index: 999 !important;
    }

    .nav-side {
        width: min(85vw, 320px) !important;
        overflow-y: auto;
    }

    .nav-side .nav-button {
        font-size: 18px !important;
    }

    .site-header {
        text-align: center;
    }

    .header .container {
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .site-header .p-4,
    .site-header .p-5,
    .site-header [class*="p-"] {
        padding: 1rem !important;
    }

    .b-header::before {
        display: none;
    }

    .b-header img {
        max-width: 220px !important;
        width: 100%;
    }

    .link-img {
        max-width: 140px !important;
        width: 100%;
    }

    .title-cont h3,
    .title-cont p {
        padding-left: 12px;
        padding-right: 12px;
    }

    .title-cont p[style*="1.75rem"] {
        font-size: 1.35rem !important;
    }

    #steps h2,
    .home-phone-slider h3 {
        font-size: 1.45rem;
        text-align: center;
    }

    .bg-img2 {
        width: 70% !important;
        max-width: 260px;
    }

    .statistics .counters-cont > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .statistics h2 {
        font-size: 1.35rem;
    }

    .statistics p[style*="1.25rem"] {
        font-size: 1rem !important;
    }

    .endfooter .d-flex.justify-content-between {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
        gap: 16px !important;
    }

    .endfooter .apps img {
        max-width: 130px;
        height: auto;
    }

    .endfooter .footer-link {
        margin: 0 6px;
    }

    .cart-card .row {
        flex-direction: column-reverse;
    }

    .cart-card .main-img {
        max-width: 280px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .site-header h1 {
        font-size: 1.75rem;
        line-height: 1.35;
    }

    .home-phone-slider .owl-carousel .owl-item {
        display: flex;
        justify-content: center;
    }

    .home-phone-slider .carouselImg {
        width: auto !important;
        max-width: 100% !important;
        max-height: 320px !important;
    }

    .header .bars {
        position: relative;
        z-index: 1002;
    }
}

@media (max-width: 575.98px) {
    body {
        padding-top: 80px;
    }

    .site-header h1 {
        font-size: 1.45rem;
        margin-top: 1.25rem;
    }

    .statistics .counters-cont > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .advantages-card .ad-head span {
        font-size: 14px;
    }

    .user-section .material-button.button1 {
        font-size: 11px;
        padding: 5px 10px;
    }

    .modal-dialog {
        margin: 0.75rem;
    }
}
