/* SMS OptIn thank you css */
html,
body {
  height: 100%;
}

body.registrationpage-thankyou {
  margin: 0;
  padding: 0;
  font-family: "AvenirNextLT-Pro-Regular";
  height: 100%;
}

body.registrationpage-thankyou image,
video {
  max-width: 100%;
}

body.registrationpage-thankyou header {
  background: #1c1b19;
  padding: 20px 0;
}

body.registrationpage-thankyou .logo-new {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.registration-footer {
  background: #1c1b19;
  padding: 32px 0;
}

footer.registration-footer .footer-wraper {
  max-width: 1344px;
  padding: 0 48px;
  margin: 0 auto;
}

footer.registration-footer .two-clumn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer.registration-footer .copyright p {
  color: #c6aa76;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

footer.registration-footer .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you-register {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 640px !important;
  padding: 260px 0px 200px 0px;
}

.thank-you-register .background-gif,
video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.thank-you-wrapper {
  position: relative;
  margin: 0 20px;
  width: 100%;
  max-width: 888px;
}

.thank-you-register h2 {
  font-family: "AvenirNextCondenced";
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 16px;
  letter-spacing: -0.4px;
}

.content-thankyou {
  padding: 48px 112px;
  align-self: stretch;
  border: 1px solid #c6aa76;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.book-a-visit-button-div {
  padding-top: 16px;
}

.content-thankyou .thankyou-button {
  background-color: #d5250a;
  color: #ffffff;
  border: 0;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.28px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: "AvenirNextLT-Pro-Regular";
  text-decoration: none;
  display: inline-block;
}

.content-thankyou p {
  font-family: "AvenirNextLT-Pro-Regular";
  opacity: 0.8;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.content-thankyou a {
  font-family: "AvenirNextLTPro-Bold";
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
  font-weight: 800;
}

.bold-text-gc {
  font-family: "AvenirNextLTPro-Bold";
  color: #ffffff;
  font-weight: 800;
}

.opacity-gc {
  opacity: unset !important;
}

@media (max-width: 768px) {
  .thank-you-register h2 {
    font-size: 36px;
    line-height: 38px;
  }

  footer.registration-footer .two-clumn {
    display: block;
  }

  footer.registration-footer .copyright p {
    margin: 8px 0 0;
    text-align: center;
  }

  .content-thankyou {
    padding: 48px 24px;
  }

  .thank-you-register {
    padding: 200px 0px 172px 0px;
    min-height: unset !important;
  }
}

@media (max-width: 991px) {
  .content-thankyou {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .thank-you-register {
    padding: 100px 0px 48px 0px;
  }
}

.thank-you-wrapper .divider-line {
  background-color: #c6aa76;
  height: 1px;
  width: 212px;
  margin: 24px 0px;
  text-align: center;
  max-width: 212px;
}

.display-none {
  display: none;
}

.display-show {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.open-in-phone-icon {
  width: 65px;
  height: 65px;
  display: block;
  margin-bottom: 32px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .thank-you-register {
    min-height: 1000px !important;
  }
}
