/*==================== Layout ====================*/
.booking-form .controlHolder + .controlHolder {
  margin-top: 10px;
}
.booking-form * + .btn {
  margin-top: 20px;
}
.booking-form * + p {
  margin-top: 15px;
}

.controlHolder {
  width: 70.5%;
  display: inline-block;
}
@media (max-width: 1199px) {
  .controlHolder {
    width: 100%;
  }
}

.bform h3 + p {
  margin-top: 32px;
  font-weight: 300;
  color: #676767;
  font-size: 30px;
}
@media (max-width: 767px) {
  .bform h3 + p {
    font-size: 20px;
  }
}

/*==================== Styles ====================*/
.booking-form {
  position: relative;
  text-align: left;
  margin-top: 52px;
}
.booking-form input {
  color: #979797;
  height: 26px;
  width: 94%;
  font-family: "Roboto", sans-serif;
  border: none;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  padding: 19px 10px 19px 23px;
  border: 1px solid #ccc;
  outline: none;
}
@media (max-width: 479px) {
  .booking-form input {
    width: 90%;
  }
}
.booking-form a[data-type='submit'] {
  background: #39b54a;
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  margin-left: 5px;
  border: 1px solid #fff;
}
.booking-form a[data-type='submit']:after {
  content: '\f18e';
  font-family: "FontAwesome";
  font-size: 22px;
  margin-left: 12px;
}
.booking-form a[data-type='submit']:hover {
  background: #fff;
  color: #39b54a;
  border: 1px solid #39b54a;
}
.booking-form *::-webkit-input-placeholder {
  color: #979797;
  opacity: 1;
}
.booking-form *:-moz-placeholder {
  color: #979797;
  opacity: 1;
}
.booking-form *::-moz-placeholder {
  color: #979797;
  opacity: 1;
}
.booking-form *:-ms-input-placeholder {
  color: #979797;
  opacity: 1;
}
@media (max-width: 1199px) {
  .booking-form {
    text-align: center;
  }
  .booking-form a[data-type='submit'] {
    margin-left: 0;
    margin-top: 10px;
  }
}

.tmInput, .tmSelect {
  position: relative;
}

.tmSelect {
  display: block;
}
.tmSelect input {
  padding-right: 50px;
}

.controlHolder {
  position: relative;
}

/* Messages */
.error-message {
  position: absolute;
  top: 3px;
  left: 3px;
  font-weight: normal;
  text-align: left;
  width: 100%;
  font-size: 10px;
  line-height: 10px;
  z-index: 4;
  color: red;
}

.success-message {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  color: #39b54a;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #39b54a;
}

/* transformSelect CSS */
.tmSelect {
  clear: both;
  width: 100%;
  margin: 0px;
}
.tmSelect li {
  position: relative;
  list-style: none;
}
.tmSelect span, .tmSelect input[type=text] {
  position: relative;
  cursor: pointer;
  display: block;
  left: 0;
  top: 0;
  margin: 0;
}
.tmSelect.auto {
  cursor: pointer;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 20px;
}
.tmSelect.auto span {
  background: transparent;
}
.tmSelect.auto ul {
  margin: 1px 0 0;
  width: 100%;
  background: #F9F9F9;
}
.tmSelect.auto > li:first-child > span {
  padding: 7px 12px;
  width: 35px;
  height: 100%;
}
.tmSelect ul, .tmSelect .transformSelectDropdown {
  width: 100%;
  position: absolute;
  top: 100%;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 35px;
  overflow: hidden;
  z-index: 10;
}
.tmSelect ul span, .tmSelect .transformSelectDropdown span {
  border: 0;
  color: #000;
  padding: 5px 13px;
}
