.navbar_xs {
    display: none;
}

.navbar_lg {
    margin: 0;
    padding: 0;
}

.navbar-nav {
    width: 100%;
}

.nav-item {
    background-color: rgb(92, 165, 148);
    width: 100%;
    text-align: center;
    line-height: 2;
    font-size: 17px;
}

.nav-link,
.nav-link:hover,
.dropdown_item,
.dropdown_item:hover {
    color: rgb(255, 255, 255);
}

.dropdown_menu {
    background-color: rgb(92, 165, 148, 0.9);
    border: none;
    border-radius: 0;
    text-align: center;
    font-size: 17px;
    width: max-content;
}

_:-ms-lang(x), 
.dropdown_menu { 
    background-color: rgb(92, 165, 148); 
}

.nav-item:hover,
.dropdown_item:hover {
    background-color: rgb(65, 118, 106, 0.9);
}

_:-ms-lang(x), 
.nav-item:hover,
.dropdown_item:hover { 
    background-color: rgb(65, 118, 106); 
}

@media (max-width: 992px) { 
    .navbar_lg {
        display: none;
    }
    .navbar_xs {
        display: block;
        background-color: rgb(255, 255, 255);
        position: relative;
    }
    .logo_xs {
        width: 150px;
    }
    .language_xs {
        position: absolute;
        top: 2px;
        right: 70px;
    }
    .navbar-toggler {
        background-color: rgb(92, 165, 148);
        float: right;
        margin-top: 3px;
    }
    .fa-bars {
        color: rgb(255, 255, 255);
        margin-top: 2px;
    }
    .nav-item {
        width: 80%;
        line-height: 1.6;
        border-radius: 5px;
        margin: 5px auto;
        background-color: rgb(92, 165, 148);
        color: rgb(255, 255, 255);
    }
}
