#dropdownMenuButton1 {
    background: transparent;
    border: none;
    font-weight: 600;
}

#dropdownMenuButton1:focus {
    outline: none;
    box-shadow: none;
}


a#dropdownMenuButton3.dropdown-toggle::after {
display: none;

}




.settings-btn {
    background: transparent;
    border: 1px solid white;
}

.settings-btn:focus {
    outline: none;
    box-shadow: none;
}

.launguage-drapdown > .dropdown-menu {
    background: #172639;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 0px;
}

.launguage-drapdown .dropdown-item {
    color: #fff;
    padding: 10px 20px;
}

.launguage-drapdown .dropdown-item:hover {
    outline: none;
    box-shadow: none;
    background-color: #1c2c43;
}

.question-btn {
    background: transparent;
    color: #F7E84E;
    border: 2px solid #F7E84E;
    font-size: 13px;
    border-radius: 32px;    
}

.question-btn:hover {
    background: #F7E84E;
    color: #0a2240;
    border: 2px solid #F7E84E;
}


@media (min-width:1600px) { 
    .sub-category-overflow {
        display: flex !important;
        justify-content: center !important;
    }
}

@media (max-width:1599px) { 
    .sub-category-overflow {
        display: flex !important;
        justify-content: start !important;
    }
}

