.inquiry-section p {
  margin: 0 auto 20px;
}
.inquiry-section .inner-small {
  padding-top: 0;
}
.inquiry-section .request {
  margin-top: 40px;
}
.contact-form {
  width: 60%;
  padding-right: 50px;
  text-align: left;
}
@media all and (max-width: 1024px ) {
  .contact-form {
    width: 65%;
  }
}
@media all and (max-width: 736px ) {
  .contact-form {
    width: 100%;
    padding-right: 0;
    margin-top: 60px;
  }
}
.contact-form .drop-line {
  margin-bottom: 40px;
}
.waiting {
  display: none;
}

.show{
	display:block;
}
.contact-form h2 {
  margin-bottom: 25px;
}
.contact-form label {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  display: block;
  color: #fff;
}
.contact-form .form-group {
  position: relative;
  max-width: 700px;
  width: 100%;
}
.contact-form #main-group .help-block {
  right: auto !important;
  left: 0px;
  top: 60px;
  color: #fff;
}
@media all and (max-width: 500px ) {
  .contact-form #main-group .help-block {
    text-align: center;
    position: relative;
    top: 15px;
  }
}
.contact-form .alert-success {
  color: #fff;
  margin-top: 10px;
  font-family: "Nunito", sans-serif;
}
.contact-form .form-control {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 14px;
  outline: none;
  max-width: 500px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
.contact-form textarea {
  width: 100%;
  height: 100px;
  padding: 15px;
  box-sizing: border-box;
  max-width: 500px;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
.contact-form .bookNow {
  clear: both;
  text-align: left;
  margin-top: 60px;
}
@media all and (max-width: 500px ) {
  .contact-form .bookNow {
    text-align: center;
    margin-top: 40px;
  }
}
.contact-form .a {
  outline: none;
  border: none;
}
.contact-form .help-block {
  font-family: "Nunito", sans-serif;
  font-size: 9px;
  color: #f92949;
  position: absolute;
  top: 45px;
  left: 410px;
}
.contact-form input[type="date"] {
  min-height: 3em;
  color: #747474;
  font-family: "Nunito", sans-serif;
}
a {
  color: #fff;
}
dl {
  margin: 0;
}
.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}
.dropdown ul {
  margin: -1px 0 0 0;
}
.dropdown dd {
  position: relative;
}
.dropdown a,
.dropdown a:visited {
  color: #747474;
  text-decoration: none;
  outline: none;
  font-size: 16px;
}
.dropdown dt a {
  background-color: #fff;
  display: block;
  padding: 12px 0px 12px 15px;
  min-height: 20px;
  overflow: hidden;
  border: 0;
  max-width: 485px;
}
.dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 0px 0;
  font-size: 14px;
  color: #747474;
}
.multiSel {
  margin: 0 !important;
}
.dropdown dd ul {
  background-color: #fff;
  border: 0;
  color: #747474;
  display: none;
  left: 0px;
  padding: 10px 0px 10px 15px;
  top: 2px;
  max-width: 485px;
  list-style: none;
  border-top: 1px solid #ccc;
  overflow: auto;
  width: 100%;
}
.dropdown span.value {
  display: none;
}
.dropdown dd ul li a {
  padding: 5px;
  display: block;
}
.dropdown dd ul li a:hover {
  background-color: #fff;
}
.dropdown input {
  width: auto;
  outline: none;
  border: none;
  margin-bottom: 10px;
  font-size: 16px;
  margin-right: 5px;
}
.dropdown dd ul li {
  letter-spacing: 0.2px;
  font-family: "Nunito", sans-serif;
}
.event-name,
.time,
.interest-name {
  margin-bottom: 30px;
}
.custom-select {
  position: relative;
  max-width: 500px;
  width: 100%;
}
.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
.select-selected {
  background-color: #fff;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #747474 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #747474 transparent;
  top: 14px;
}
/*style the items (options), including the selected item:*/
.select-items div {
  padding: 6px 15px;
}
.select-selected {
  padding: 12px 15px;
}
.select-items div,
.select-selected {
  color: #747474;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
}
/*style items (options):*/
.select-items {
  position: relative;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
fieldset {
  padding: 15px;
  max-width: 480px;
  /* padding-block-start: 0; */
  padding-inline-end: 0;
  padding-inline-start: 15px;
  /* border-width: 1px; */
  border: 1px solid #fff;
}
@media all and (max-width: 500px ) {
  fieldset {
    padding-inline-start: 7px;
    padding: 10px;
  }
}
legend {
  color: #fff;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.2px;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox label {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding-left: 22px;
  font-weight: normal;
  min-width: 100px;
}
@media all and (max-width: 500px ) {
  .checkbox label {
    min-width: 80px;
    font-size: 16px;
    padding-left: 19px;
  }
}
@media all and (max-width: 500px ) and (max-width: 350px) {
  .checkbox label {
    min-width: 75px;
    font-size: 15px;
  }
}
.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}
/*Outer box of the fake checkbox*/
.checkbox label::before {
  height: 16px;
  width: 16px;
  border: 1px solid;
  left: 0px;
  top: 3px;
}
@media all and (max-width: 500px ) {
  .checkbox label::before {
    height: 13px;
    width: 13px;
    top: 4px;
  }
}
.checkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}
.checkbox input[type="checkbox"] + label::after {
  content: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: #ffffff auto 2px;
}
