.th_main {
  padding-top: 91px;
}
.th_container {
  max-width: 1378px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.thankyou-banner {
  background-image: url("../images/banner_img.webp");
  height: 626px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.th_banner_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.th_banner_inner h1 {
  position: relative;
  margin: 0;
  font-size: 124px;
  font-weight: 700;
  line-height: 100%;
  text-transform: initial;
  color: white;
  letter-spacing: 0px;
}
.th_banner_inner h1:after {
  content: "Thank You";
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.th_banner_inner span {
  font-size: 30px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 100%;
  letter-spacing: 0.05em;
  padding-top: 12px;
}
.th_banner_inner p {
  font-size: 26px;
  font-weight: 300;
  line-height: 150%;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  padding-top: 30px;
  margin: 0;
}
.th_banner_inner p span {
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.th_pt_70 {
  padding-top: 70px;
}
.assistance {
  position: relative;
}
.assistance h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  text-align: center;
}
.assistance p {
  margin: 0;
  padding-top: 45px;
  font-size: 24px;
  font-weight: 500;
  color: rgba(32, 32, 32, 1);
  text-align: center;
}
.th_social_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 50px;
  padding-top: 50px;
}
.th_us_mail {
  background: rgba(241, 248, 255, 1);
  border-radius: 10px;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.th_us_mail a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1px;
  color: rgba(7, 7, 7, 1);
  display: flex;
  justify-content: center;
  column-gap: 8px;
}
.th_cta {
  border: 1px solid rgba(174, 215, 255, 1);
  background: rgba(241, 248, 255, 1);
  border-radius: 40px;
  padding: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 60px;
}
.tc_cta_title h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 100%;
  color: rgba(32, 32, 32, 1);
  position: relative;
}
.tc_cta_title p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: rgba(32, 32, 32, 1);
  padding-top: 30px;
  width: 620px;
}
.th_cta_button button {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 800;
  background: rgba(37, 131, 233, 1);
  border: 1px solid #2583e9 !important;
  border: none;
  border-radius: 60px;
  padding: 20px 40px;
}

.th_cta_button button:hover {
  border: 1px solid #2583e9;
  color: rgba(37, 131, 233, 1);
  background: rgba(255, 255, 255, 1);
}

.bottom_border h2:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background: #2583e9;
  left: 46%;
  top: 50px;
  border-radius: 5px;
}
.th_cta h2:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background: #2583e9;
  left: 0;
  top: 50px;
  border-radius: 5px;
}
.th_blog p {
  font-size: 18px;
}
/* react11 */
h2.font44.fw-600.title-border.title-bordercenter.mt-0.mb-30 {
  display: none;
}
.buttons-block.text-center.pt-50.pb_50 {
  padding-bottom: 0;
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
  padding-top: 30px;
}
/* responsive */
@media only screen and (max-width: 1199px) {
  .th_banner_inner h1 {
    font-size: 90px;
  }
  .th_banner_inner p {
    font-size: 22px;
  }
  .th_banner_inner span {
    font-size: 24px;
  }
  .th_cta {
    padding: 40px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .th_us_mail a {
    font-size: 16px;
  }
  .th_social_wrap {
    padding-top: 30px;
    column-gap: 10px;
    row-gap: 10px;
  }
  .assistance h2 {
    font-size: 28px;
  }
  .bottom_border h2:after {
    top: 40px;
  }
  .tc_cta_title h2 {
    text-align: center;
  }
  .th_cta h2:after {
    left: 44%;
    top: 50px !important;
  }
  .tc_cta_title p {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .th_banner_inner h1 {
    font-size: 60px;
  }
  .thankyou-banner {
    height: auto;
    padding-bottom: 30px;
  }
  .th_banner_inner p {
    font-size: 18px;
  }
  .th_banner_inner span {
    font-size: 20px;
  }
  .th_pt_70 {
    padding-top: 30px;
  }
  .bottom_border h2:after {
    left: 38%;
  }
  .th_social_wrap {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .th_us_mail {
    width: 100%;
    justify-content: center;
  }
  .tc_cta_title h2 {
    font-size: 30px;
  }
  .th_blog h2:after {
    top: 40px !important;
  }
  .tc_cta_title p {
    font-size: 19px;
    line-height: 30px;
  }
  .th_main {
    padding-top: 80px;
  }
  .th_banner_inner {
    padding-top: 20px;
  }
  .th_banner_inner h1:after {
    top: 5px;
  }
  .th_cta h2:after {
    top: 39px !important;
  }
}

@media only screen and (max-width: 567px) {
  .tc_cta_title h2 {
    font-size: 28px;
  }
  .th_cta_button button {
   font-size: 16px;
  }
  .th_blog h2:after {
    top: 70px !important;
  }
  .th_cta_button button {
  padding: 20px 20px;
}
}
@media only screen and (max-width: 390px) {
  .tc_cta_title h2 {
    font-size: 30px;
  }
  .th_blog h2:after {
    top: 97px !important;
  }
  .th_cta h2:after {
    top: 62px !important;
    left: 95px;
  }
}
