.bank-detail-banner {
  background: linear-gradient(151.94deg, #456EEE 44.82%, #3654EA 75.14%);
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 587px;

  .palm-plant-img {
    position: absolute;
    z-index: 0;
    left: auto;
    right: 190px;
    bottom: 50px;
    /*height: 100%;*/
    max-height: 587px;
    /*//width: 100%;*/
    max-width: 587px;
    padding: 0;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

.bank-detail-banner .banner-content {
  padding-top: 132px;
  z-index: 1;
}

.Cash-Cheque-Deposit-wrapper {
  text-align: center;
}

.Cash-Cheque-Deposit-wrapper h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 12px;
}

/* bank box start here*/
.the-bank-dtails-wrapper {
  background: #f1f9f7;
}

.bank-box {
  text-align: center;
  margin-block: 30px;
}

.bank-box h2 {
  font-weight: 700;
  font-size: 30.01px;
  margin-bottom: 25px;
}

.bank-logo {
  min-height: 146px;
  place-content: end;
  margin-bottom: 34px;
}

.donate-to {
  min-height: 48px;
}

.donate-to {
  font-weight: 400;
  font-size: 19.78px;
  line-height: 1;
}

.donate-to span {
  color: #717171;
}

.account-detail-table {
  margin-top: 20px;
}

.account-detail-table tr {
  border-bottom: 0.68px solid #000000a6;
}

.account-detail-table tr td {
  padding: 5px 3px;
  font-weight: 400;
  font-size: 19.78px;
}

@media (max-width: 767px) {
  .account-detail-table tr td {
    display: block;
    width: 100%;
  }

  .account-detail-table tr td:first-child {
    padding-bottom: 0;
  }

  .account-detail-table tr td:last-child {
    padding-top: 0;
  }

  .bank-detail-banner {
    background: linear-gradient(85.27deg, #324CE7 5.3%, #1D27E1 73.4%);

    .banner-content-div {
      min-height: 431px;
      width: 100%;
    }

    .banner-content {
      padding-top: 0;
      padding-bottom: 30px;
      text-align: center;
      z-index: 1;
      width: 100%;
      max-width: 100%;
    }

    .palm-plant-img {
      position: absolute;
      z-index: 0;
      left: auto;
      right: 0;
      top: 0;
      height: 100%;
      max-height: 316px;
      width: 100%;
      max-width: 100%;
      padding: 0;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
      }
    }
  }


}