/* crypto cta start  */
.crypto-cta {
  background: #1b223c !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 80px 0px !important;
}

.crypto-cta::after {
  position: absolute;
  top: -20px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  content: "";
  background: url("../img/crypt-payment-gateway/cta-crpto-payment.webp") !important;
  z-index: -1;
  background-size: 100% 100% !important;
}

.crypto-cta h2 {
  max-width: 700px !important;
}

.crypto-cta p {
  color: #fff;
  max-width: 600px !important;
}

.crypto-cta span.blu {
  color: #0263ff;
}

.crypto-cta a {
  width: fit-content !important;
}

@media (max-width: 991.98px) {
  .crypto-cta p {
    margin: 0 auto;
  }

  .crypto-cta::after {
    display: none;
  }

  .crypto-cta {
    text-align: center;
  }

  .crypto-cta-btn,
  .crypto-cta-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}

/* crypto cta end */

.crypt-payment-ss.section-seventeen::before {
  top: 275px
}

@media (min-width: 991px) and (max-width: 1200.98px) {
  .crypto-pay.crypto-cta p,
  .crypto-pay.crypto-cta h2 {
    text-align: left !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .payment-gateway-banner.bannersection {
    height: 640px;
  }

}
.section-seventeen.crypto-pay-ss::before{
  top: 300px;
}