.expert-search{
    background: #880015;
    color: #fff;
    border-radius: 0;
    margin-top: 25px;
    margin-bottom: 30px;
}

.expert-search:hover,
.expert-search:focus{
    background: #E4E4E4;
    color: #000;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

select{
    width: 220px !important;
}

.select{
    float: left;
    margin-right: 25px;
}