.thank {
  margin-top: 107px;
}

/* .page-template-page-thank .header__menu--item {
  display: none;
}

.page-template-page-thank .header__menu {
  display: none !important;
} */

.img-backup {
  display: none;
}

.thank-menu-none {
  display: none !important;
}

.thank__container {
  position: relative;
  height: 100%;
  /* height: 70vh; */
  /* max-width: 50%; */
  margin: 0 auto;
  width: 100%;
  /* z-index: 999; */
  border-radius: 28px;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submitted-icon {
  width: 127px;
  height: 127px;
  margin-bottom: 30px;
}

.thankyou-content {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.thankyou-title {
  color: var(--primary-color);
  font-family: "Fahkwang";
  font-size: 32px;
  line-height: 41px;
  margin-bottom: 32px;
}

.thankyou-sub {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  /* width: 600px; */
  margin: 0 auto;
  font-family: "Be Vietnam Pro", sans-serif;
}

.thankyou-btn {
  margin: 90px 0px;
}

.thankyou-btn a {
  display: block;
  margin: 0 auto;
  background-color: #3b3f80;
  border-radius: 20px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 17.71px;
  transition: 0.3s linear all;
  font-weight: 300;
  color: #fff;
  border: 1px solid #3b3f80;
  width: fit-content;
  padding: 8px 66px;
  width: 217px;
  text-align: center;
  transform: scale(1);
  font-family: "Be Vietnam Pro";
}

.thankyou-btn a:hover {
  background-color: var(--third-color);
  transform: scale(1.04);
  transition: 0.3s linear all;
}

@media (max-width: 1200px) {
  /* .thank__container {
    height: 90vh;
  } */

  .submitted-icon {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 991px) {
  .submitted-icon {
    width: 70px;
    height: 70px;
  }

  .thank {
    margin-top: 80px;
  }

  /* .thank__container {
    height: 50vh;
  } */

  .thankyou-btn {
    margin: 80px 0px;
  }
}

@media (max-width: 768px) {
  .submitted-icon {
    width: 50px;
    height: 50px;
  }

  .thankyou-btn {
    margin: 50px 0px;
  }
}

@media (max-width: 576px) {
  .thank {
    margin-top: 60px;
  }

  /* .thank__container {
    height: 50vh;
  } */

  .thankyou-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .thankyou-sub {
    font-size: 13px;
    line-height: 24px;
  }

  .thankyou-btn {
    margin: 30px 0px;
  }

  .thankyou-btn a {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .thankyou-btn a {
    padding: 8px 36px;
  }
}

.sticky-phone {
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 70px;
  right: 20px;
  height: 50px;
  width: 50px;
}

.sticky-phone .floating-hotline__list {
  position: absolute;
  background: #ffffff;
  padding: 10px;
  width: 0px;
  right: 120%;
  top: -30%;
  font-size: 20px;
  -webkit-box-shadow: 10px 10px 24px 0px rgba(59, 63, 128, 0.07);
  -moz-box-shadow: 10px 10px 24px 0px rgba(59, 63, 128, 0.07);
  box-shadow: 10px 10px 24px 0px rgba(59, 63, 128, 0.07);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: linear 200ms all;
  visibility: hidden;
}
.sticky-phone .floating-hotline__list a {
  color: transparent;
  transition: linear 200ms all;
}

.sticky-phone:hover .floating-hotline__list {
  visibility: visible;
  width: 200px;
  transition: linear 200ms all;
}

.sticky-phone:hover .floating-hotline__list a {
  color: #8681ed;
  transition: linear 200ms all;
  transition-delay: 150ms;
}

.sticky-phone a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.sticky-phone img {
  width: auto;
  height: 100px;
  object-fit: contain;
}
