  .efi-bank-onboarding {
    height: 100vh;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .efi-onboarding-card {
    border-radius: 12px;
    background: var(--light-color);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  .efi-onboarding-card .onboarding-banner {
    background: #353751;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(90vh - 50px);
    height: 100%;
    width: 100%;
    border-radius: 12px 0 0 8px;
    padding: 3em;
  }

  .efi-onboarding-card .onboarding-banner img {
    margin-bottom: 2em;
    height: 15em;
    object-fit: contain;
  }

  .efi-onboarding-card .onboarding-banner h4 {
    color: var(--light-color);
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    line-height: 1.6em;
  }

  .onboarding-auth-header {
    margin-bottom: 2em;
  }

  .onboarding-auth-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: .8em; */
    gap: 2em;
  }

  .onboarding-auth-footer .btn a {
    text-decoration: none;
    color: var(--light-color)
  }

  .onboarding-auth-heading {
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    gap: 1em;
  }

  .onboarding-auth-heading img {
    width: 4em;
  }

  .onboarding-back-btn {
    position: relative;
    top: 2em;
    padding-left: 2em;
  }

  @media (min-width: 768px) and (max-width: 991.98px) {
    .efi-bank-onboarding {
      height: 100vh;
      background-color: #f9f9f9;
      display: flex;
      align-items: center;
      justify-content: space-around;
      padding: 0 2em;
      width: 100%;
    }

    .efi-bank-card .onboarding-banner img {
      margin-bottom: 2em;
      width: 18em;
    }
  }

  @media (max-width: 767.98px) {
    .efi-bank-onboarding {
      height: 100vh;
      background-color: #f9f9f9;
      display: flex;
      align-items: center;
      justify-content: space-around;
      padding: 0em 2em !important;
      width: 100%;
    }

    .efi-bank-card .onboarding-banner {
      display: none;
    }
  }

  .data-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

  }

  .data-error h3 {
    font-size: 1em;
    color: rgb(245, 9, 9);
    font-weight: 600;
    text-align: center;
    padding: 1em 0;
    margin: 0;
  }

  .retry-avater {
    width: 8em;
    height: auto;
    object-fit: contain;
  }

  /* .pingpong-frame {
    padding: 2em;
  } */

  .pingpong-frame form h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
  }