﻿.banner-carousel .slide-item {
    height: 100vh;
}

@media screen and (max-width: 768px) {


    .mobile-menu::-webkit-scrollbar {
        width: 10px !important;
        scrollbar-color: #fff #eee !important;

    }

    .mobile-menu {
        height: auto;
        padding: 0;
    }

    .mobile-menu-visible .mobile-menu .menu-box, .mobile-menu .nav-bottom {
        position: relative;
    }

    .mobile-menu .nav-bottom {
        bottom: unset;
        height: auto;
    }

    .mobile-menu::-webkit-scrollbar-thumb {
        scrollbar-color: #fff #eee !important;

        background-color: #d8b560 !important;


    }

    .mobile-nav-toggler {
        margin-top: 10px !important;
    }

    header .logo-box {
        width: 100px;
    }

    header .other-links {
        margin: auto !important;
    }

    .header-upper .logo-box {
        padding-top: 0px !important;
        padding-bottom: 10px;
    }

}