

.overlay-1 {
  display: none;
}
.popup-form {
  position: relative;
  width: 390px;
  max-width: 100% !important;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  background: var(--White, #fff);
  box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, .16);
  margin: 50px auto 0;
  z-index: 10;
  scroll-margin-top: 15px;
  max-width: initial;
}
.overlay-1 .close-popUpForm {
  top: 10px !important;
  right: 0px;
  color: #111 !important;
  font-size: 28px !important;
  width: auto;
  height: auto;
  padding: 10px;
  background: transparent !important;
}

.overlay-1.visible {
  display: block;
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 0 0 100px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .thanks p {
    font-size: 14px;
  }
}
.docs {
  word-break: break-word;
  padding: 0 0 50px;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: var(--orange);
  transition: 0.3s;
}
.docs a:hover {
  color: #111;
}