.nav-tabs .nav-link.active, .nav-tabs .show > .nav-link{
    background-color: gray;
    color: white;
}
.nav-tabs .nav-link{
    background-color: #dab631;
    color: white;
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight:bold;
    font-size: 14px;
    border-radius: 0px 0px 0px 0px;
    font-weight: bold;
    justify-content: center;
    width: 20%;
      border: 1px solid #dee2e6;
}
.nav-tabs{
    border-bottom: 0px solid #dee2e6;
}
.nav-tabs .nav-link:hover{
    background-color: gray;
}

@media only screen and (min-width: 10px) and (max-width: 575px){
    .nav-tabs .nav-link{
        width: 20%;
       
        font-size: 8px;
        background-color: #dab631;
        color: white;
        font-weight: 900;
        border-radius: 0px 0px 0px 0px;
        
        
    }

    .nav-tabs .nav-link.active, .nav-pills .show > .nav-link{
        background-color: gray;
        color: white;
    }
}