#form-reserve .row {
  display: block;
  padding: 1vw 2vw !important;
}
.bottomBarPanel {
  padding: 1vw 2vw !important;
}
#booking-package_inputFormPanel select {
  width: auto !important;
}

#booking-package_schedulePage .service_details,
#booking-package_servicePage .service_details {
  display: block !important;
}
.week_slot {
  font-size: 0;
}
.week_slot::before {
  font-size: 16px;
}
.week_slot.sun::before {
  content: "Sun";
}
.week_slot.mon::before {
  content: "Mon";
}
.week_slot.tue::before {
  content: "Tue";
}
.week_slot.wed::before {
  content: "Wed";
}
.week_slot.thu::before {
  content: "Thu";
}
.week_slot.fri::before {
  content: "Fri";
}
.week_slot.sat::before {
  content: "Sat";
}
@media only screen and (max-width: 480px){
  #booking-package_calendarPage .day_slot {
    height: 4.5em !important;
  }
}
@media (min-width: 768px){
  
}

@media (max-width: 991px){
  
}

@media (max-width: 767px){
  #booking-package #booking-package_calendarPage .symbolPanel {
    overflow: visible !important;
  }
}

@media (max-width: 480px){
  
}


