/* line 1, ../../sass/layout/booking.scss */
.content--rocketrez-booking {
  margin: -25rem auto 10rem auto !important;
  position: relative;
  z-index: 9997;
  background: white;
  padding: 0 2.5%;
  width: 92.5%;
  max-width: 750px;
  border-radius: 5px;
  padding-top: 2.5rem;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  /* line 1, ../../sass/layout/booking.scss */
  .content--rocketrez-booking {
    width: 95%;
    margin-top: -23% !important;
    border-radius: 0px;
    margin-bottom: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 414px) {
  /* line 1, ../../sass/layout/booking.scss */
  .content--rocketrez-booking {
    width: 95%;
    border-radius: 0px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
