@media only screen and (max-width:1285px) {
    .logins a {
        padding: 5px 15px;
    }
    .logo img {
        max-width: 150px;
    }
    .header-style-one .auto-container {
        width: 95%;
    }
}

@media only screen and (max-width:1240px) {
    .main-menu .navigation>li {
        margin: 0 8px;
    }
    .menu-right .lang {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1199.9px) {
    .menu-right {
        /*display: none;*/
    }
    .main-menu .navigation>li {
        margin-right: 20px;
    }
    .banner-one .content-box {
        height: auto;
    }
    .banner-one .content-box .content {
        padding-top: 300px;
        padding-bottom: 220px;
    }
    .header-style-one .logo-box {
        min-width: 150px;
        max-width: 150px;
    }
    .header-style-one .auto-container{width: 100%;max-width: 100%;}
}

@media only screen and (max-width: 1139px) {}

@media only screen and (min-width: 768px) {
    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }


}

@media only screen and (max-width: 991px) {
    .main-header .nav-outer .main-menu,
    .sticky-header {
        display: none !important;
    }
    .nav-outer .mobile-nav-toggler {
        display: block;
        margin-right: 0px;
        margin-top: 0px;
    }
    .home-light-style .info-section .faded-text.style-two .f-text span,
    .services-section-two .faded-text.style-two .f-text span,
    .faded-text .f-text span {
        font-size: 100px;
    }
    .menu-right.centered {
        position: unset;
    }
    .menu-right {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .menu-right.centered {
        display: none;
    }
    .nav-outer .mobile-nav-toggler {
        margin-top: 0px;
    }

}

@media only screen and (max-width: 599px) {
    .header-style-one .nav-content {
        float: right;
    }
    .nav-outer .mobile-nav-toggler {
        margin-right: 0px;
    }
    .header-style-one .header-upper {
        padding: 10px 0px;
    }
    .header-style-two .other-links,
    .sec-title-three h2 br,
    .welcome-section .content .sub-title::after,
    .welcome-section .content .sub-title::before,
    .call-to-section .content .sub-title::before,
    .call-to-section .content .sub-title::after {
        display: none;
    }
    /* .header-style-one .logo-box {
        width: 100%;
        max-width: 150px;
    } */
}

@media only screen and (max-width: 479px) {
    .header-style-one .cart-btn,
    .about-section-four .image-column .info-text,
    .about-section-four .image-column .image:after,
    .about-section-four .image-column .image:before,
    .sec-title .sub-title::before,
    .sec-title .sub-title::after,
    .faded-text .f-text span,
    .header-style-one .other-links,
    .header-style-four .other-links {
        display: none;
    }
    /* .header-style-one .logo-box {
        width: 100%;
        max-width: 150px;
    } */
}