/*thankyou page css start  28-11-2022*/
.thankyou-page-section {
  max-width: 1148px;
  margin: 40px auto 0;
  background-image: url(../images/thank-you-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
  position: relative;
  border-radius: 12px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14);
}
.thankyou-page-section .thankyou-wrapper {
  position: relative;
  z-index: 2;
}
.thankyou-page-section .content-request-demo {
  margin-top: 25px;
}
.thankyou-page-section .disc {
  margin-top: 25px;
}
.thankyou-page-section .thankyou-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 -15px;
}
.thankyou-page-section .thankyou-wrapper-inner .thankyou-left, .thankyou-page-section .thankyou-wrapper-inner .thankyou-right {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  text-align: center;
}
.thankyou-page-section .thankyou-wrapper-inner .thankyou-left img {
  margin: 0 auto;
}
.thankyou-page-section .content-request-demo .book-btn {
  position: relative;
  padding-left: 32px;
}
.thankyou-page-section .thnkyou-title p {
  font-size: 16px;
  line-height: 22px;
  color: #252525;
}
.thankyou-page-section .disc p {
  font-size: 16px;
  line-height: 24px;
}
.thankyou-page-section .thankyou-right {
  margin-top: 30px;
}
.fancybox-wrap.login_center_form {
  height: auto;
}
.thankyou-page-section .service_contact {
  padding-left: 50px;
  position: relative;
}
.thankyou-page-section .service_contact:after {
  content: "";
  display: block;
  background-image: url(../images/book-meeting-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 10px;
  left: 20px;
}
/*thankyou page css start  27-12-2022*/
@media (min-width: 768px) {
  .thankyou-page-section {
    padding: 50px 0;
    margin: 60px auto 0;
  }
  .thankyou-page-section .thnkyou-title p {
    font-size: 18px;
    line-height: 20px;
  }
  .thankyou-page-section .disc p {
    font-size: 20px;
    line-height: 30px;
  }
  .thankyou-page-section .content-request-demo {
    margin-top: 30px;
  }
  .thankyou-page-section .disc {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .thankyou-page-section .thankyou-wrapper-inner .thankyou-left, .thankyou-page-section .thankyou-wrapper-inner .thankyou-right {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .thankyou-page-section .thankyou-right {
    margin-top: 0;
  }
  .thankyou-page-section:after {
    content: "";
    display: block;
    height: 100%;
    width: 270px;
    position: absolute;
    background: linear-gradient(180deg, #f26334 20.31%, #fe812f 100%);
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 12px 0px 0px 12px;
  }
  .thankyou-page-section {
    margin: 80px auto 0;
  }
}
@media (min-width: 1440px) {
  .thankyou-page-section .content-request-demo {
    margin-top: 40px;
  }
  .thankyou-page-section .disc {
    margin-top: 40px;
  }
  .thankyou-page-section {
    padding: 80px 0;
  }
  .thankyou-page-section {
    margin: 100px auto 0;
  }
}
.info-error-page {
  padding: 40px 0;
}
.info-error-page .title {
  color: #f94900;
}
.info-error-page .error-image {
  text-align: center;
  margin-bottom: 30px;
}
.info-error-page .error-cta-wrap {
  text-align: center;
}
.thankyou-page-section .content-request-demo .header-inquiry .btn_wrap .request_btn {
  color: #fff;
}
/*# sourceMappingURL=thank-you.css.map */