.profile select.form-control {
    font-family: 'BNPP Sans';
    width: 100%;
    font-weight: 400;
    border: none;
    border-radius: 15px;
    background: #EEEEF3;
    color: #575757;
    font-size: 18px;
    line-height: 30px;
    padding: 14px 20px;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 98% 50%;
    cursor: auto;
}
