.web-content-sec {
  margin-top: var(--headerheight);
  padding: 65px 0;
}
@media (max-width: 767px) {
  .web-content-sec {
    padding: 45px 0;
  }
}
.web-content-sec h2, .web-content-sec h3, .web-content-sec h4, .web-content-sec h5, .web-content-sec h6 {
  font-family: "Roboto", sans-serif;
}
.web-content-sec h1 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
}
.web-content-sec h2, .web-content-sec h3 {
  font-weight: 500;
}
.web-content-sec h2, .web-content-sec h3 {
  font-size: 24px;
  margin: 12px 0 20px;
}
@media (max-width: 520px) {
  .web-content-sec h2, .web-content-sec h3 {
    margin: 12px 0 16px;
  }
}
.web-content-sec p, .web-content-sec ul {
  margin-bottom: 20px;
  text-align: justify;
}
.web-content-sec ul {
  padding-left: 35px;
}
@media (max-width: 520px) {
  .web-content-sec ul {
    padding-left: 20px;
  }
}
.web-content-sec ul li {
  list-style: disc;
}
.web-content-sec ul li::marker {
  color: var(--blue);
}

.thank-you-banner {
  position: relative;
}
.thank-you-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgba(0, 0, 0, 0.6);
}
.thank-you-banner .bg {
  line-height: 0;
}
.thank-you-banner .bg img {
  width: 100%;
  height: calc(100vh - 16px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .thank-you-banner .bg img {
    height: 500px;
  }
}
.thank-you-banner .banner-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
}
.thank-you-banner .banner-wrapper .content {
  text-align: center;
  color: var(--white);
}
.thank-you-banner .banner-wrapper .content p {
  margin: 8px 0 50px;
}
.thank-you-banner .banner-wrapper .content .btm-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
.thank-you-banner .banner-wrapper .content .btn {
  width: auto;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  color: var(--black);
  line-height: 40px;
  overflow: hidden;
  border-radius: 25px;
  background: var(--light-pink);
  border: 1px solid none;
  padding: 0 24px;
  position: relative;
  z-index: 0;
  text-transform: capitalize;
  transition: 0.7s;
  font-weight: 500;
}
.thank-you-banner .banner-wrapper .content .btn svg, .thank-you-banner .banner-wrapper .content .btn path {
  transition: 0.5s ease;
}
.thank-you-banner .banner-wrapper .content .btn:hover {
  background: var(--pink);
  color: var(--white);
  border-color: var(--pink);
}
.thank-you-banner .banner-wrapper .content .wtsp {
  width: auto;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  color: var(--white);
  line-height: 40px;
  overflow: hidden;
  border-radius: 25px;
  background: none;
  border: 1px solid var(--white);
  padding: 0 24px;
  position: relative;
  z-index: 0;
  text-transform: capitalize;
  transition: 0.7s;
  font-weight: 500;
}
.thank-you-banner .banner-wrapper .content .wtsp svg, .thank-you-banner .banner-wrapper .content .wtsp path {
  transition: 0.5s ease;
}
.thank-you-banner .banner-wrapper .content .wtsp:hover {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
}/*# sourceMappingURL=other.css.map */