@media screen and (max-width: 768px) {
   .osmo-ui  {
        right: -18px;
    }
	
	.menu-list {}
	
	.booking-form__input, .booking-form__select{margin: 0px !important;}
	
	
.booking-form__row {
    display: flex
;
    flex-wrap: wrap  !important;
    justify-content: space-between  !important;
    align-items: flex-end  !important;
    /* margin: 0 -10px; */
 
}
	    .booking-panel.active {
        bottom: -6% !important;
    }
	
	.booking-panel {
    position: fixed;
    bottom: -89% !important;
    /* width: 100%; */
    z-index: 99;
    transition: all 0.5s ease;
    background: #fff;
    box-shadow: 0 1px 7px rgba(68, 68, 70, 0.3);
    border-radius: 20px;
}
	
}
	
	@media screen and (max-width: 1024px) {
    .booking-panel.hidden {
        bottom: -89%!important;
}
}