.language-active {
    border: 1px solid #316768;
    color: #316768;
    transition: all 0.3s ease;
}

.ultilities-btn-active {
    background: #316768;
}

.tab-header .active, 
.tab-header .active,
.tab-header .active
{
    border-radius: 99px;
    background: #316768;
    padding: 8px 16px;
    color: white;
    transition: all 0.3s ease;
}