.header-right {
  padding: 0;
}

.offcanvas .offcanvas__bar {
  background: #fff;
}

.offcanvas__close {
  text-align: right;
  position: static;
  margin-left: auto;
  margin-right: 15px;
}

.form__wrapper p {
  font-size: 14px;
  font-weight: 600;
}

.appointment__form.form__wrapper p:nth-child(2) {
  grid-column: span 3;
}

.form__wrapper select {
  height: 45px;
  background: transparent;
  padding: 9px;
  border: 1px solid #aaa;
  font-family: var(--secondary-font);
  width: 100%;
  border-radius: 5px;
}

.appointment__form.form__wrapper p:nth-child(3) {
  grid-column: span 9;
}

.appointment__form.form__wrapper p:nth-last-child(5),
.appointment__form.form__wrapper p:nth-last-child(4) {
  grid-column: span 6;
}

.appointment__form.form__wrapper p:nth-last-child(6) {
  grid-column: span 12;
}

.appointment__form.form__wrapper p:nth-last-child(6) textarea {
  height: 150px;
}

.form__wrapper input {
  color: #111;
  font-family: var(--secondary-font);
  font-weight: 500;
}

.form__wrapper input[type="submit"] {
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.16em;
  border-radius: 50px;
  width: 100%;
  text-transform: uppercase;
}

.form__wrapper input[type="submit"]:hover {
  background: #992020;
}

.heading-wrap p {
  margin-top: 12px;
}
