#booking-bottom-mobile{
    display:none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;   
}

#booking-bottom-mobile .custom-booking-form{
  border-radius:0;
}

.calendar-wrapper{
    display:none;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
}

#booking-bottom-mobile .booking-form-item {
    padding-bottom: .75rem;
    padding-top: .75rem;
}

.booking-form-bttons{
    width:100%;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}

.toggle-calendar-section{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}

#booking-bottom-mobile  .check-btn{
    padding: 15px 32px 15px 32px;
}

.toggle-calendar-section p{
     margin-bottom: 0;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 4px;
}

#booking-bottom-mobile .check-btn{
     white-space: normal;
}

#booking-bottom-mobile .form-row {
    display: flex;
    flex-direction: column;
}

#booking-bottom-mobile .form-group {
     margin-left: 0;
}

#booking-bottom-mobile  .w-100{
     width:100%;
}

#booking-bottom-mobile  .w-90{
     width:90%;
}

#booking-bottom-mobile  .g-5{
     gap: 5px;
}

#booking-bottom-mobile  .g-20{
     gap: 20px;
}

@media (max-width: 1021px) {
    #booking-bottom-mobile{
    	display:block;
    }
}

