#appointment .blue-img{
    top: -24%;
    max-width: 441px;
}
#appointment .bottom-img{
    position: relative;
    bottom: 7%;
}
@media screen and (max-width: 500px) {
    #appointment .bottom-img {
        bottom: -46%;
      }
}
#appointment{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#appointment .input input{
    border-bottom: 1px solid #FFF !important;
    color: #FFF;
}
#appointment select{
    border-bottom: 1px solid #FFF !important;
    color: #FFF;
    /* background-color: black; */
}
#appointment .form-check{
    color: #FFF;
}
select option{
    color: black;
}
#appointment select option:hover{
    color: #FFF;
    background: gray !important;
}

#appointment .appointment-blue{
    left: -18%;
    max-width: 350px;
}