.modelnavBox{
    width:100%;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    a{
        width:24%;
        height:100%;
        background-color: #EFEFEF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        margin-bottom: 10px;
    }
}
.modelnavBox a:hover{
    background-color:#3DAFE4 ;
    color: #fff;
}

.modelnavBox a.active{
    background-color:#3DAFE4 ;
    color: #fff;
}