/* Booking section */

#booking-section {
  background-color: #f6f6f7;
  padding: 45px 0;
  margin-bottom: 170px;
}

#booking-section #booking-section-wrapper {
  position: relative;
}

#booking-section #booking-section-wrapper>div:first-child {
  padding-right: 450px;
}

#booking-section #booking-section-wrapper .section-header {
  margin-bottom: 12px;
}

#booking-section #booking-section-wrapper #readiness-question {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #a6a6a6;
  margin-bottom: 12px;
}

#booking-section #booking-section-wrapper p {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #a6a6a6;
  margin-bottom: 24px;
}

#booking-section #booking-section-wrapper #booking-button {
  background-color: transparent;
  border: 1px solid #848382;
  border-radius: 25px;
  color: #848382;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
  margin-bottom: 55px;
  display: inline-block;
  text-decoration: none;
}

#booking-section #booking-section-wrapper #social-media-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a6a6a6;
}

#booking-section #booking-section-wrapper #social-media-bar span {
  margin-right: 12px;
}

#booking-section #booking-section-wrapper #social-media-bar a {
  text-decoration: underline;
  color: #a6a6a6;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

#booking-section #booking-section-wrapper #social-media-bar #booking-section-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

#booking-section #booking-section-wrapper #social-media-bar #booking-section-icons>div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

#booking-section #booking-section-wrapper #social-media-bar #booking-section-icons>div img {
  margin-right: 8px;
}

#booking-section #booking-section-img {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  height: 650px;
}

@media only screen and (max-width: 991px) {
  #booking-section {
    padding-top: 200px;
    margin-bottom: 0;
  }

  #booking-section #booking-section-wrapper>div:first-child {
    padding-right: 0;
  }

  #booking-section #booking-section-img {
    top: -150px;
    height: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #booking-section #booking-section-wrapper #social-media-bar {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    color: #a6a6a6;
  }

  #booking-section #booking-section-wrapper #readiness-question {
    font-size: 20px;
    line-height: 30px;
  }
}