@media (min-width: 1600px) {
    .hero-banner-content h1 {
        font-size: 5rem;
        line-height: 1.054;
    }

    .hero-banner-cnt {
        padding-bottom: 150px;
    }

    .hero-banner-content h2 {
        font-size: 4rem;
    }
}

@media (max-width: 1440px) {
    .hero-banner-content h1 {
        font-size: 3.8rem;
        line-height: 1.054;
    }
}

@media (min-width: 1440px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (max-width: 991px) {
    .logo.logo-theme a {
        text-align: center;
    }

    .btn.btn-primary.icon-menu {
        background: transparent;
        color: #ffffff;
        padding: 0 10px;
        border: none;
        font-size: 22px;
        float: right;
    }

    .btn.btn-primary.icon-menu svg {
        fill: #ffffff;
        width: 24px;
    }

    .offcanvas.hiding,
    .offcanvas.show,
    .offcanvas.showing {
        z-index: 99999;
    }

    .header .offcanvas-body .navbar-nav li a {
        display: inline-block;
        color: #000000;
        padding-bottom: 18px !important;
    }

    .just-exp-left {
        padding: 0 20px;
        margin: 35px 0 0;
        width: 100%;
    }

    .luv-info .luv-about h2 {
        font-size: 1.3rem;
    }

    .luv-readmore a.btn.btn-luv {
        margin-top: 0;
    }

    .luv-btn-notext {
        padding: 0;
        margin: 0 20px 0 0;
    }

    .luv-news-desc>div:first-child .luv-cat {
        font-size: 12px;
    }

    .luv-news-item .luv-news-date {
        font-size: 11px;
    }

    .luv-news-desc .btn-luv:after {
        width: 2rem;
        height: 2rem;
    }

    .just-exp-center {
        width: 30%;
        top: 40%;
    }

    .just-exp-slider p {
        margin-top: .5em;
    }

    .btn-mobile .top-contact {
        width: 100%;
        color: #000000 !important;
        text-align: left;
    }

    .header.header--scrolled-down .btn.btn-primary.icon-menu {
        color: #000000;
    }

}

@media (max-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .hero-banner-cnt {
        transform: translateY(-50%);
    }

    .hero-banner-content h1 {
        font-size: 3.8rem;
        line-height: 1.054;
    }

    .hero-banner-content h2 {
        font-size: 3rem;
    }

    .just-exp-center {
        width: 60%;
    }

    .luv-info p {
        margin-top: 20px;
    }

    .luv-readmore {
        justify-content: start;
    }

    .luv-analytics-desc {
        width: 30%;
        float: left;
    }

    .cus-cnt { 
        margin: 0;
    }

    .hero-banner-content p {
        font-size: 1rem;
    }
}


@media (max-width: 576px) {

    .container,
    .container-sm {
        max-width: 100%;
    }

    .hero-banner-content h1 {
        font-size: 1.8rem;
        line-height: 1.054;
    }

    .hero-banner-content h2 {
        font-size: 1rem;
    }

    .top-contact a {
        font-size: 12px;
    }

    .top-contact a:before {
        height: 34px;
    }

    .logo-in-theme {
        height: 100%;
        display: flex;
        align-items: center;
    }
}