

/* Start:/local/components/uniqtrip/forms/templates/booking-form/style.css?1752055715690*/
#booking-form .modal-custom__title {
    margin-bottom: 100px;
}

#booking-form-name {
    margin-top: -50px;
    margin-bottom: 40px;
}

#booking-form .modal-custom__body {
    overflow-y: inherit;
    overflow-x: inherit;
}

@media (max-width: 768px) {
    #booking-form .modal-custom__title {
        margin-bottom: 75px;
    }
}

@media (max-width: 575px) {
    #booking-form .modal-custom__title {
        margin-bottom: 70px;
    }

    #booking-form-name  {
        margin-bottom: 20px;
    }

    #booking-form .modal-custom__body {
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (max-width: 300px) {
    #booking-form-name {
        font-size: 14px;
    }
}

/* End */
/* /local/components/uniqtrip/forms/templates/booking-form/style.css?1752055715690 */
