.booking-body {
  background-color: #fff;
  color: #000;
  margin: 0;
}

.booking-top-nav {
  width: 100%;
  position: relative;
  z-index: 9999;
  background-color: #fff;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-footer-nav {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.booking-shell {
  max-width: 1170px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.booking-shell-top {
  justify-content: space-between;
}

.booking-shell-footer {
  justify-content: flex-end;
  gap: 10px;
}

.booking-logo-main {
  max-width: 33px;
  height: auto;
  display: block;
}

.booking-logo-small {
  width: 20px;
  height: auto;
  display: block;
  margin-right: 20px;
}

.booking-nav-link,
.booking-footer-text {
  font-family: Speedee, LatoLatinWebLight, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.booking-nav-link {
  color: inherit;
  text-decoration: none;
}

.booking-footer-text {
  color: #000;
  font-size: 16px;
}
