.appointment .form-main .nice-select{
    width: 100%;
    height: 45px;
    line-height: 50px;
    margin-bottom: 25px;
    border: 1px solid #ecedf2 !important;
}
.appointment .form-main .nice-select .list {
    width: 100%;
    height: 300px;
    overflow: scroll;
}
.nice-select .option:hover {
    background-color: #F6F7FB;
    color: black;
}