.nav-new{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #f2f2f2;
}
.nav-new .nav-new-a{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}

.nav-new .nav-new-a img{
    width: 20px;
}

.nav-new .nav-new-a-name{
    font-size: 12px;
}

.on_color{
    color: #BA1F27;
}

.nav-new-1-a{
    width: 33.33%;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:0.5px solid #c9c9c9;
}

.nav-new-1-a .nav-new-1-a-img{
    width: 80%;
    max-width: 160px;
}