.prestine-booking-form {
    background: #e0ffff;
    padding: 20px;
    border-radius: 10px;
}
.prestine-booking-form input,
.prestine-booking-form select {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
}
.prestine-booking-form button {
    background-color: #339999;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    width: 100%;
}
