.nav-item{
    text-align: center;
    list-style: none;
    font-size: 1.5rem;
    margin-right: 2rem;
}
.nav-item>div{
    display: table;
    background: white;
    border-top-right-radius: 5px;
    border-top-left-radius:5px ;
    padding: 0.8rem 2rem;
}
.nav-item>div>div{
    display: table-cell;
}
.nav-item img,.nav-item span{
    vertical-align: middle;
}

.nav-item-browser,.nav-item-tool{
    display: block;
    width: 150px;
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
}
.nav-browser-text,.nav-tool-text{
    color: #16507b
}
.nav-browser-text:hover,.nav-tool-text:hover{
    color: #2487ce;
}
.nav-link{
    text-align: center;
    width: 1.85714em;
}
.nav_logo{
    width:20px;
    height:100%;
    margin-right: 5px;
}
.nav-subitem-browse,.nav-subitem-tool{
    display: block;
    position: absolute;
    box-shadow: 0 5px 10px rgb(18 18 18 / 10%);
    transition: all 0.3s ease 0s;
    opacity: 0;
    top:15rem;
    background: white;
    z-index: 999;
    padding:0;

}
.nav-subitem-browse li,.nav-subitem-tool li{
    display: block;
    padding:1rem 0.7rem;
}

#nav-browser li{
    display: block;
}
.nav-list a{
    color:black;
    transition: 0.3s;
}
/*.nav-list a:hover{*/
/*    color:white*/
/*}*/

@media (min-width: 990px){
    .nav-list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        padding: 0 3rem;
        font-family:Roboto, sans-serif ;
        font-weight: 600;
        margin:0;
    }
}
@media (min-width: 1300px){
    .nav-list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        padding: 0 3rem;
        font-family:Roboto, sans-serif ;
        font-weight: 600;
        margin:0;
    }
}
