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

/*==================== Styles ====================*/
.booking-form {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .booking-form {
    width: 400px;
  }
}
.booking-form input {
  position: relative;
  color: #424955;
  height: 70px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  border: none;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  padding: 19px 10px 19px 0px;
  text-transform: uppercase;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.booking-form input::-ms-clear {
  display: none;
}
.booking-form a[data-type='submit'] {
  padding: 22px 35px 22px;
}
.booking-form *::-webkit-input-placeholder {
  color: #424955;
  opacity: 1;
}
.booking-form *:-moz-placeholder {
  color: #424955;
  opacity: 1;
}
.booking-form *::-moz-placeholder {
  color: #424955;
  opacity: 1;
}
.booking-form *:-ms-input-placeholder {
  color: #424955;
  opacity: 1;
}

.tmInput {
  position: relative;
  padding-left: 70px;
  padding-right: 20px;
  background: #fff;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.tmInput:before {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 20px;
  color: #d2d3d5;
  left: 29px;
  top: 22px;
  z-index: 2;
}

.step1:before {
  content: '\f007';
}

.step2:before {
  content: '\f003';
}

.step3:before {
  content: '\f098';
}
.step4:before {
  content: '\f098';
}
.step5:before {
  content: '\f098';
}
.tmInput, .tmSelect {
  position: relative;
}

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

#controlHolder {
  position: relative;
}

#controlHolder ul {
  list-style-type: none;
   text-align: center;
}
#controlHolder li {
display: inline;
   text-align: center;
   margin: 0 10px 0 0;
}

/* Messages */
.error-message {
  position: absolute;
  top: 3px;
  left: 15px;
  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: #91c46c;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 15px;
  padding: 20px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}

/* 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;
}
.booking-form select {
    display: block;
    width: 100%;
    height: 70px;
    padding: 6px 12px;
   
        font-weight: 600;
   
    text-transform: uppercase;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    font-family: "Open Sans", sans-serif;
    border: none;
    font-size: 15px;
    border-radius: 22px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.media-body {
        
    vertical-align: top;
        overflow: hidden;
    zoom: 1;
    
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}