blockquote {
  flex: 1; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-image{
  height: 100%;
}
.orbdoc-footer-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.orbdoc-footer-rights-reserved{
  max-width: 856px;
}
.app-store-banner, .play-store-banner{
  border-radius: 33px;
}
.custom-how-it-works-steps .step{
  height: 420px;
}
.step::after {
  background-color: var(--si-steps-connect-color);
}
.bg-works{
  background-image: url(assets/img/how-it-works.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.inner-sticky {
  position: relative;
  z-index: 0;
}
.inner-sticky img {
  position: absolute;
  top: 0;
  z-index: -6;
  height: calc(100vh - 150px);
}
.how-it-work-img-main{
  top:50px;
}
.speciality-section, .testimonials-section{
  position: relative;
  overflow : hidden;
}
.speciality-section  {
  background-color: white !important;
}
.testimonials-section {
  background: radial-gradient(116.18% 118% at 50% 100%, rgba(99, 102, 241, 0.1) 0%, rgb(254 249 255) 41.83%, rgb(254 254 254) 82.52%) !important;
}
section.testimonials-section .container {
    z-index: 2;
    position: relative;
}
section.testimonials-section:after {
  width: 100vw;
  left: 0;
  bottom: -3px;
  height: 42px;
  content: "";
  background: #0b0f19;
  position: absolute;
  z-index: 0;
}
.features-center-image{
    max-width: 580px;
}
.CTA-app-section{
    background-color: #0B0F19;
    margin-top: -40px;
}
.cta-app-heading, .cta-subheading {
    color: #FFFFFF;
}
.cta-btn-app-store, .cta-btn-play-store{
    border-radius: 33px;
}
.book-demo-main{
    position: relative; 
    background-color: #FFFFFF;
    box-shadow: 0px 8px 18px -8px #13102226; 
    border-radius: 20px;
}
.footer-icons .facebook{
    background-color: white;
    color: white;
    border: 1px solid #E2E5F1;
}
.footer-icons .facebook > i{
    background-color: #33354D;
}
.footer-icons .facebook:hover > i{
    background-color: #1877f2;
}
.footer-icons .instagram, .footer-icons .twitter,  .footer-icons .linkedin {
    background-color: white;
    border: 1px solid #E2E5F1;
}
.feature-img-inner{
    width: 630px;
}
.feature-img-inner .feature-img{
    height: 830px;
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .feature-img-inner{
        width: 530px;
    }
    .feature-img-inner .feature-img{
        height: 630px;
        width: 100%;
    }   
}

@media screen and (max-width: 980px) {
  .inner-sticky img{
    height: calc(100vh - 650px);
  }
  .works-spacing{
    margin-top: 0 !important;
  }
  .cta-image{
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .custom-how-it-works-steps .step{
    height: auto;
  }
  .step-body{
    padding-left: 10px;
  }
  .step::before, .step::after{
    position: unset !important;
  }
  .desktop-step{
    display: none;
  }
  .percentage-reduction, .percentage-accuracy{
    justify-content: center;
  }
}
