• How to close IDFC First Bank account?

    How to Close an IDFC First Bank Account Online

    Closing a bank account can seem tedious if you don't know the process. However, closing your IDFC First Bank savings or current account is quick and straightforward if you complete the required formalities accurately. This comprehensive guide will outline the procedure to permanently close an IDFC First Bank retail account by visiting your home branch.…

    Wajiha Khan

    5 minutes
  • How to close IDFC First Bank account?

    How to Close an IDFC First Bank Account Online

    Closing a bank account can seem tedious if you don't know the process. However, closing your IDFC First Bank savings or current account is quick and straightforward if you complete the required formalities accurately. This comprehensive guide will outline the procedure to permanently close an IDFC First Bank retail account by visiting your home branch.…

    Wajiha Khan

    5 minutes
/* -- The root styles must go in the element of the structure with the name "Card". --*/

.card-wpfy-blog__wrapper{
  &:first-child{
    grid-column: 1 / -1;

    .card-wpfy-blog{
      flex-direction: row;
      gap: var(--at-space--m);
      align-items: center;
    }

    .card-wpfy-blog__container{
      height: auto;
    }

    .card-wpfy-blog__icon{
      display: none;
    }

    @media (max-width: 767px) {
      grid-column: auto;
      grid-row: auto;

      .card-wpfy-blog{
        flex-direction: column;
      }
    }
  }
}