.booking-form .row > div:not(:last-child) {
  margin-bottom: 27px;
}
.booking-form .row > div:last-child {
  margin-top: 20px;
}
.booking-form label {
  color: #333;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.booking-form label .required {
  color: red;
}
.booking-form .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block;
}
.booking-form .wpcf7-list-item {
  margin: 0;
}
.booking-form .wpcf7-list-item input {
  display: none;
}
.booking-form .wpcf7-list-item input:checked ~ span::before {
  background-color: #bcd97a;
}
.booking-form .wpcf7-list-item input:checked ~ span::after {
  opacity: 1;
}
.booking-form .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 34px;
}
.booking-form .wpcf7-list-item .wpcf7-list-item-label::before {
  width: 17px;
  height: 17px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 5px;
}
.booking-form .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 4px;
  top: 10px;
  transform: rotate(-45deg);
  opacity: 0;
}

@media (max-width: 767px) {
  .booking-form .row > div {
    width: 100%;
  }
}

/*# sourceMappingURL=contact.css.map */
