.otb-include {
  text-align: right;
  float: right;
}
html.modal-open {
  overflow: hidden;
  padding-right: 17px;
}
.modal-btn.appointment {
  border: none;
  font-weight: bold;
  background: #c0423d;
  box-shadow: none;
  padding: .35rem .75rem;
  margin: 1rem 1rem 1rem 0;
  border-radius: 3rem;
  text-shadow: none;
  color: #fff;
  white-space: nowrap;
  height: auto;
}
.modal-btn.appointment:hover,
.modal-btn.appointment:focus {
  background: #222;
  color: #fff;
}
.modal.appointment, .modal-info {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10011;
}
.modal.appointment .modal-box {
  height: 750px;
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 1rem rgba(0,0,0,0.25);
  border-radius: .25rem;
}
.modal.appointment .modal-box .modal-content {
  width: 100%;
  height: 100%;
}
.modal.appointment .modal-box .modal-content iframe {
  width: 100%;
  height: 100%;
}
.modal.appointment .modal-box svg.modal-close {
  width: 2rem;
  height: 2rem;
  fill: #222;
  position: absolute;
  top: -.5rem;
  right: -.5rem;
  background: #fff;
  border-radius: 1.5rem;
  padding: .5rem;
}
.modal.appointment .modal-box svg.modal-close path {
  fill: #222;
}
.modal.appointment.maxheight .modal-box svg.modal-close {
  top: .5rem;
  right: .5rem;
}
.modal.appointment .modal-box svg.modal-close:hover {
  cursor: pointer;
  fill: #34a665;
}
.modal.appointment .modal-box svg.modal-close:hover path {
  fill: #2e92c0;
}
.modal.appointment.maxheight .modal-box {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-transform: none;
  transform: none;
  max-height: 750px;
}
@media (max-width:767px) {
  .modal-btn.appointment {
    font-size: .8rem;
  }
}
@media (max-width:600px) {
  .modal-btn.appointment {
    margin-top: 1rem;
  }
}
