.booking-wrapper {
  position: relative;
  width: 100%;
  background: #fdfaf1;
  color: #212529;
  padding: 22px;
  margin: 6px 0px;
  top: 41px;
  border-top: 5px solid #b99a3a;
}
.booking-wrapper form {
  margin: 0;
  padding: 0;
  max-width: 980px;
  margin: auto auto;
}
.booking-wrapper form h2 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: #212529;
  text-align: justify;
  padding: 0 0 0.7em 0;
}
.booking-wrapper form p {
  line-height: 24.2px;
  font-size: 14px;
  /* letter-spacing: 0.05em; */
  color: #212529;
}
.booking-wrapper form .control-group {
  padding: 6px 0% 9px 0%;
}
.booking-wrapper form .control-group label {
  display: inline-block;
  font-weight: 500;
  line-height: 21px;
  margin: 0;
  padding: 0 0 3px 0;
  color: #212529;
  font-size: 14px;
  text-transform: none;
}
.booking-wrapper form .control-group input {
  color: #212529;
  background: none;
  border: none;
  border-bottom: 1px solid #212529;
  outline: none;
  box-shadow: none;
}
.booking-wrapper form .control-group select {
  background: transparent;
  color: #212529;
  border-color: #212529;
  padding: 5.5px;
  width: 100%;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .booking-wrapper form .control-group select {
    font-size: 14px;
  }
}
.booking-wrapper form .control-group .button {
  background: transparent;
  color: #212529;
  padding: 5.5px 11px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
}

[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #212529;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  [type="color"],
  [type="date"],
  [type="datetime-local"],
  [type="datetime"],
  [type="email"],
  [type="month"],
  [type="number"],
  [type="password"],
  [type="search"],
  [type="tel"],
  [type="text"],
  [type="time"],
  [type="url"],
  [type="week"],
  textarea {
    font-size: 14px;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  font-family: inherit;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #212529;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (max-width: 768px) {
  select {
    font-size: 14px;
  }
} /*# sourceMappingURL=bookAppointment.css.map */
