/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.booking_wrapper{
    padding: 20px 20px 10px 20px;
}
.booking_form .nice-select{
    margin-bottom: 0px;
    border: none;
}


@media (max-width: 768px) {
    .booking_form .nice-select {
        margin-bottom: 12px;
    }
}

