#booking-shuttle-bus-reg .form-wrapper .form-elements {
  max-width: 100%;
}

#booking-shuttle-bus-reg .form-wrapper .form-elements .form-element:last-of-type {
  margin-bottom: 0;
}

#booking-shuttle-bus-reg .form-wrapper .form-elements .heading-note {
  font-size: 16px;
  color: #1d9d73;
}

#booking-shuttle-bus-reg .form-wrapper .form-elements .sb-type .element-options {
  padding: 15px;
  border: 1px solid #ccc;
}

#booking-shuttle-bus-reg .form-wrapper .form-elements .sb-type .contr-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}

#booking-shuttle-bus-reg .form-wrapper .form-elements .sb-type .contr-cat label {
  padding-bottom: 5px;
}

#booking-shuttle-bus-reg .form-wrapper .form-elements .members_datails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}
#booking-shuttle-bus-reg .form-wrapper .form-elements .favourite_lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}

#booking-shuttle-bus-reg .form-wrapper .form-elements .members_datails label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #eee;
}
#booking-shuttle-bus-reg .form-wrapper .form-elements .favourite_lines label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #eee;
}

#booking-shuttle-bus-reg .form-wrapper .form-elements .members_datails label > span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

#booking-shuttle-bus-reg .form-wrapper .form-elements .members_datails label .mem-booking-before {
  display: block;
  color: #ccc;
  padding: 5px 0 0;
}

#booking-shuttle-bus-reg .form-wrapper .form-elements .members_datails label input {
  margin-left: 7px;
}

#booking-shuttle-bus-reg .form-wrapper .form-elements .members_datails label .mem-num {
  color: #ccc;
}

#booking-shuttle-bus-reg .message_payment {
  width: 100%;
  color: red;
  font-size: 12px;
  text-align: left;
  margin: 0 0 30px 0;
}

#booking-shuttle-bus-reg .calculation-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

#booking-shuttle-bus-reg .calculation-section > span {
  margin-bottom: 15px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-width: 50%;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 650px) {
  #booking-shuttle-bus-reg .calculation-section > span {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-width: 100%;
    margin-bottom: 10px;
  }
  #booking-shuttle-bus-reg .calculation-section > span:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
}

#booking-shuttle-bus-reg .calculation-section br {
  display: none;
}

#booking-shuttle-bus-reg .calculation-section .calc-result:not(:empty) {
  position: relative;
  padding: 0 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

#booking-shuttle-bus-reg .form-error,
#booking-shuttle-bus-reg .form-info {
  text-align: center;
  font-size: 15px;
}

#booking-shuttle-bus-reg .form-error:not(:empty),
#booking-shuttle-bus-reg .form-info:not(:empty) {
  width: 100%;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

#booking-shuttle-bus-reg .form-error:not(:empty).form-info,
#booking-shuttle-bus-reg .form-info:not(:empty).form-info {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

#booking-shuttle-bus-reg .form-error:not(:empty).form-error,
#booking-shuttle-bus-reg .form-info:not(:empty).form-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

#booking-shuttle-bus-reg .form-error:not(:empty).success,
#booking-shuttle-bus-reg .form-info:not(:empty).success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

#sprt-memship-renew #shuttle_bus_details {
  background: #fff;
}

#sprt-memship-renew #shuttle_bus_details > table {
  width: 100%;
}

#sprt-memship-renew #shuttle_bus_details > table > tbody > tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#sprt-memship-renew #shuttle_bus_details > table > tbody > tr > th,
#sprt-memship-renew #shuttle_bus_details > table > tbody > tr > td {
  width: 100% !important;
  text-align: center;
}

#sprt-memship-renew #shuttle_bus_details > table > tbody > tr > td {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

#sprt-memship-renew #shuttle_bus_details > table > tbody > tr > td button[onclick] {
  background: #1d9d73;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: bold;
  direction: ltr;
  cursor: pointer;
}

#sprt-memship-renew #shuttle_bus_details > table > tbody > tr > td button[onclick]::before {
  margin-right: 5px;
  content: "\f02f";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#sprt-memship-renew #shuttle_bus_details > table > tbody > tr > td > p {
  margin: 0;
}

#sprt-memship-renew #shuttle_bus_details > table > tbody > tr > td table {
  width: 100%;
  margin: -18px 0;
}

#sprt-memship-renew #shuttle_bus_details > table > tbody > tr > td table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
}

#sprt-real-estate .pt_bg {
  display: none !important;
}
/*# sourceMappingURL=shuttle-booking.css.map */