.form-label-group {
    position: relative;
    /* :active works but when replace with :focus, it doesn't work */
  }
  .form-label-group .form-control {
    height: inherit;
    border: 2px solid #d8d8d8;
  }
  
  .form-label-group .form-control:focus {
    border-color: inherit;
    box-shadow: inherit;
  }
  
  .explorer11 .form-label-group .form-control:focus ~ label,
  .explorer11 .form-label-group .form-control:valid ~ label,
  .explorer11 .form-label-group .form-control ~ label {
    display: inline-block !important;
    width: auto;
    background: #FFFFFF;
    margin-top: -12px;
    font-size: 12px;
    color: #777;
    padding: 1px 4px;
    margin-left: 7px;
    border-radius: 5px;
    transform: translate(0px, 0px) !important;
  }
  
  .explorer11 .form-label-group .form-control::-ms-clear {
    display: none;
  }
  .form-label-group > label,
.form-label-group > input {
  padding: 0.85rem 0.75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #787878;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

/* Newsroom top search Start */
.news-page .secondary-tab .container {
    position: relative;
  }
  
  .news-page .secondary-tab .container .search-box {
    position: absolute;
    right: 15px;
    top: 13px;
  }
  
  .news-page .hd7 + .search-box {
    display: none;
  }
  
  @media (max-width: 991px) {
    .news-page .secondary-tab .search-box {
      display: none;
    }
    .news-page .hd7 + .search-box {
      display: block;
      margin-top: 24px;
    }
  }
  
  /* Newsroom top search End */
.grey-bg1, .prod-feature, .press-release {
  background: #F5F5F5;
}

.pad1, .about-intro, .press-release, .gallery, .video-gallery {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .pad1, .about-intro, .press-release, .gallery, .video-gallery {
    padding: 40px 0;
  }
}

.mob-scroll,
  .mob-scroll1 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }

/* Press Release Card Start */

@media (max-width: 991px){
.press-list.news .card-bx {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0;
}
            }
            
.press-list {
    margin-top: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  
  .press-list li {
    width: 23%;
  }


  
  .press-list li:hover .card-bx {
    background: #c4777d;
    background: linear-gradient(36deg, #c4777d 0%, #9d1d27 100%);
    color: #FFFFFF;
    border-color: transparent;
  }
  
  .press-list li:hover .card-bx .links .f16b {
    color: #FFFFFF;
  }
  
  .press-list .card-bx {
    padding: 30px 24px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    transition: all .3s ease;
  }
  
  .press-list .card-bx .hd3b {
    min-height: 170px;
  }
  
  .press-list .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    min-height: 36px;
  }
  
  .press-list .links .f16b {
    color: #9D1D27;
  }
  
  @media (max-width: 991px) {
    .press-list {
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .press-list li {
      width: 250px;
      margin-right: 20px;
    }
  }
  
  /* Press Release Card End */

.ml-auto,.mx-auto{
    margin-left:auto!important;
    }
@media (min-width:576px){
.m-sm-0{
    margin:0!important;
    }
}
    .hd3b {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.download {
    background: #FFFFFF;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    border-radius: 50%;
  }
  
  .download.grey {
    background: #f3f3f3;
  }
/* Gallery Start */
  .gallery {
    background: #fafafa;
  }
  
  .gallery .media-card {
    margin: 35px 1% 1%;
  }
  
  /* Gallery End */

  
    .link-arw .icon-Right {
    margin-left: 8px;
}
    .link-arw .icon-Right:before {
    color: #9D1D27;
}
         /* Gallery Card Start */
  .media-card .card-link {
    position: absolute;
    width: 92%;
    height: 100%;
    z-index: 1;
  }
  
  .media-card figure {
    margin-bottom: 0;
    position: relative;
  }
  
  .media-card figure img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
  
  .media-card figure .play {
    font-size: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -khtml-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
  }
  
  .media-card figure .top-links {
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
  }
  
  .media-card figure .top-links .icon-share:before,
  .media-card figure .top-links .icon-star:before {
    color: #FFFFFF;
  }
  
  .media-card figure .top-links .share-box {
    margin-left: 0;
  }
  
  .media-card figure .top-links .share-box .share-positon-box {
    right: -24px;
  }
  
  .media-card .mcard-body {
    padding: 30px;
  }
  
  .media-card .mcard-body .hd3b {
    min-height: 50px !important;
    margin-bottom: 10px;
    font-weight: 400;
  }
  
  .media-card .mcard-body .hd3b + p {
    margin-bottom: 0;
  }
  
  .media-card.op1 {
    height: 100%;
  }
  
  .media-card.op1 figure {
    position: relative;
    height: 100%;
  }
  
  .media-card.op1 figure.icon {
    text-align: center;
  }
  
  .media-card.op1 figure.icon img {
    width: auto;
    margin-top: 60px;
  }
  
  .media-card.op1 figure.icon figcaption .hd2,
  .media-card.op1 figure.icon figcaption .hd7 {
    color: #54565B;
    text-align: left;
  }
  
  .media-card.op1 figure img {
    border-radius: 5px;
  }
  
  .media-card.op1 figure figcaption {
    padding: 34px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  
  .media-card.op1 figure figcaption .arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    margin-left: 12px;
  }
  
  .media-card.op1 figure figcaption .arrow span {
    font-size: 20px;
  }
  
  .media-card.op1 figure .hd7 {
    color: #FFFFFF;
  }
  
  .media-card.op1 figure .hd2 {
    margin-bottom: 0;
  }
  
  @media (min-width: 768px) and (max-width: 992px) {
    .media-card.hor {
      display: -ms-flexbox;
      display: flex;
    }
    .media-card.hor .card-link {
      width: 96%;
      height: 92%;
    }
    .media-card.hor figure {
      border-radius: 5px 0 0 5px;
    }
    .media-card.hor .mcard-body {
      width: 50%;
      padding: 20px 30px;
    }
    .media-card.hor .mcard-body .hd3b {
      min-height: inherit;
    }
  }
  
  @media (max-width: 1024px) {
    .media-card.op1 figure.icon img {
      margin-top: 30px;
    }
  }
  
  @media (max-width: 991px) {
    .media-card .share-box .share-positon-box {
      right: auto;
      left: -160px;
    }
    .media-card .share-box .share-bubble:after {
      left: 170px;
    }
    .media-card.op1 figure.icon img {
      height: 50px;
    }
    .media-card.op1 figure figcaption {
      padding: 20px;
    }
    .media-card.op1 figure .hd2 {
      font-size: 16px;
    }
    .media-card.op1 figure .hd7 {
      font-size: 24px;
    }
  }
  
  @media (max-width: 767px) {
    .media-card .mcard-body {
      padding: 20px;
    }
    .media-card.op1 {
      min-height: 158px;
    }
  }
  
  .black {
    color: #54565B;
}
.os-animation {
  opacity: 1;
}
.pad1, .board-lcc, .best-give, .banner2.why-bank, .need-assistance, .recom-goals, .annual-report.invt, .faq-grey, .media-kit.mpp, .offer-onboard.catg .your-goal, .offers-forYou, .brand-offer.op1, .offer-byCard, .offer-redeem, .fastag-overview, .help-card.op1, .blog-tab.fastag, .fastag-tandc, .new-mission, .about-intro, .press-release, .gallery, .video-gallery, .office-address {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .pad1, .board-lcc, .best-give, .banner2.why-bank, .need-assistance, .recom-goals, .annual-report.invt, .faq-grey, .media-kit.mpp, .offer-onboard.catg .your-goal, .offers-forYou, .brand-offer.op1, .offer-byCard, .offer-redeem, .fastag-overview, .help-card.op1, .blog-tab.fastag, .fastag-tandc, .new-mission, .about-intro, .press-release, .gallery, .video-gallery, .office-address {
      padding: 40px 0;
  }
}
.white-box, .accordian .trgr, .accordian .tog_cont, .card-look, .media-card, .pr-list>li .card-bx, .trgr1, .trgr2, .trgr3, .tog_cont1, .tog_cont2, .tog_cont3, .media-kit .media-list .card-media {
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 22%);
}
.video-modal .modal-content .icon-close::before{
  color: #9d1d27 !important;
}
  
  /* Gallery Card End */
/* Gallery Start */
  .gallery {
    background: #fafafa;
  }
  
  .gallery .media-card {
    margin: 35px 1% 1%;
  }
  
  /* Gallery End */

  
    .link-arw .icon-Right {
    margin-left: 8px;
}
    .link-arw .icon-Right:before {
    color: #9D1D27;
}
         /* Gallery Card Start */
  .media-card .card-link {
    position: absolute;
    width: 92%;
    height: 100%;
    z-index: 1;
  }
  
  .media-card figure {
    margin-bottom: 0;
    position: relative;
  }
  
  .media-card figure img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
  
  .media-card figure .play {
    font-size: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -khtml-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
  }
  
  .media-card figure .top-links {
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
  }
  
  .media-card figure .top-links .icon-share:before,
  .media-card figure .top-links .icon-star:before {
    color: #FFFFFF;
  }
  
  .media-card figure .top-links .share-box {
    margin-left: 0;
  }
  
  .media-card figure .top-links .share-box .share-positon-box {
    right: -24px;
  }
  
  .media-card .mcard-body {
    padding: 30px;
  }
  
  .media-card .mcard-body .hd3b {
    min-height: 165px;
    margin-bottom: 10px;
    font-weight: 400;
  }
  
  .media-card .mcard-body .hd3b + p {
    margin-bottom: 0;
  }
  
  .media-card.op1 {
    height: 100%;
  }
  
  .media-card.op1 figure {
    position: relative;
    height: 100%;
  }
  
  .media-card.op1 figure.icon {
    text-align: center;
  }
  
  .media-card.op1 figure.icon img {
    width: auto;
    margin-top: 60px;
  }
  
  .media-card.op1 figure.icon figcaption .hd2,
  .media-card.op1 figure.icon figcaption .hd7 {
    color: #54565B;
    text-align: left;
  }
  
  .media-card.op1 figure img {
    border-radius: 5px;
  }
  
  .media-card.op1 figure figcaption {
    padding: 34px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  
  .media-card.op1 figure figcaption .arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    margin-left: 12px;
  }
  
  .media-card.op1 figure figcaption .arrow span {
    font-size: 20px;
  }
  
  .media-card.op1 figure .hd7 {
    color: #FFFFFF;
  }
  
  .media-card.op1 figure .hd2 {
    margin-bottom: 0;
  }
  
  @media (min-width: 768px) and (max-width: 992px) {
    .media-card.hor {
      display: -ms-flexbox;
      display: flex;
    }
    .media-card.hor .card-link {
      width: 96%;
      height: 92%;
    }
    .media-card.hor figure {
      border-radius: 5px 0 0 5px;
    }
    .media-card.hor .mcard-body {
      width: 50%;
      padding: 20px 30px;
    }
    .media-card.hor .mcard-body .hd3b {
      min-height: inherit;
    }
  }
  
  @media (max-width: 1024px) {
    .media-card.op1 figure.icon img {
      margin-top: 30px;
    }
  }
  
  @media (max-width: 991px) {
    .media-card .share-box .share-positon-box {
      right: auto;
      left: -160px;
    }
    .media-card .share-box .share-bubble:after {
      left: 170px;
    }
    .media-card.op1 figure.icon img {
      height: 50px;
    }
    .media-card.op1 figure figcaption {
      padding: 20px;
    }
    .media-card.op1 figure .hd2 {
      font-size: 16px;
    }
    .media-card.op1 figure .hd7 {
      font-size: 24px;
    }
  }
  
  @media (max-width: 767px) {
    .media-card .mcard-body {
      padding: 20px;
    }
    .media-card.op1 {
      min-height: 158px;
    }
  }
  
  /* Gallery Card End */
/* Media Kit Start */
  .media-kit {
    padding: 70px 0 110px;
  }
  
  .media-kit .mk-left {
    padding: 44px 0 44px 60px;
    margin-right: 40px;
  }
  
  .media-kit .mk-left.white {
    background: #FFFFFF;
  }
  
  .media-kit .mk-left p.clr-grey {
    min-height: 80px;
    margin-top: 12px;
  }
  
  .media-kit .media-list {
    margin: 0 -40px -110px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  
  .media-kit .media-list .card-media {
    width: 180px;
    height: 180px;
    text-align: center;
    padding: 24px 30px 0;
    margin-bottom: 28px;
  }
  
  .media-kit .media-list .card-media > a {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  
  .media-kit .media-list .card-media figure {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 10px;
  }
  
  .media-kit .media-right .hd2 {
    margin: 44px 0 20px;
  }
  
  .media-kit .media-right .list-item li {
    margin-bottom: 24px;
  }
  
  .media-kit .media-right.white .list-item.opt1 li span {
    background: #FFFFFF;
  }
  
  @media (max-width: 991px) {
    .media-kit {
      padding: 40px 0;
    }
    .media-kit .mk-left {
      margin-right: 0;
      padding-left: 20px;
      padding-right: 20px;
    }
    .media-kit .media-list {
      margin-right: 0;
    }
    .media-kit .media-list .card-media {
      width: 135px;
      height: 135px;
      padding: 20px 10px 0;
    }
    .media-kit .media-list .card-media figure {
      width: 60px;
      height: 60px;
    }
    .media-kit .media-list .card-media figure img.jpg {
      width: 100%;
    }
    .media-kit .media-list .card-media figure img.svg {
      height: 40px;
      width: auto;
    }
    .media-kit .media-right .list-item {
      display: -ms-flexbox;
      display: flex;
    }
    .media-kit .media-right .list-item li {
      width: 30%;
      margin-right: 5%;
    }
    .media-kit .media-right .list-item li:last-child {
      margin-right: 0;
    }
  }
  
  @media (max-width: 767px) {
    .media-kit .media-list {
      margin-top: 30px;
    }
    .media-kit .media-right {
      padding: 30px 20px 0;
    }
    .media-kit .media-right .list-item {
      -ms-flex-direction: column;
          flex-direction: column;
    }
    .media-kit .media-right .list-item li {
      width: 100%;
    }
  }

.media-kit .media-right .hd2 {
    margin: 44px 0 20px;
}
  
  /* Media Kit end */

/* circle type list start */
.list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 16px;
}

.list-item.with-arw li {
  position: relative;
  padding-right: 20px;
}

.list-item.with-arw li a {
  width: 100%;
}

.list-item.with-arw li::before {
  position: absolute;
  width: 15px;
  height: 15px;
  font-family: icomoon;
  content: "\e902";
  right: 0;
  top: 24px;
  color: #787878;
}

.list-item.op1 li a {
  color: #FFFFFF;
}

.list-item.op1 li span {
  background: #FFFFFF;
}

.list-item.op1 li span img {
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .list-item.op1 li a {
    color: #54565B;
  }
}

.list-item.op2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0;
}

.list-item.op2 li {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

@media (max-width: 767px) {
  .list-item.op2 li {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.list-item.op2 li span {
  background: #FFFFFF;
}

.list-item.op2 li span img {
  width: 24px;
  height: 24px;
}

.list-item.op2 li .img-ctr {
  width: 80%;
  /*whatsapp banking*/
  /*whatsapp banking end*/
}

.list-item.op2 li .img-ctr.w60 {
  width: 60%;
}

.list-item.opt1 li:last-child {
  margin-bottom: 0;
}

.list-item.opt1 li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.list-item.opt1 li span {
  background: #f3f3f3;
}

.list-item li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 36px;
}

.list-item li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.list-item li span {
  width: 70px;
  height: 70px;
  background: #FFCB05;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin-right: 15px;
}

.list-item li span.opt1 {
  background: #FFFFFF;
}

@media (max-width: 1024px) {
  .list-item li {
    margin-bottom: 24px;
  }
  .list-item li span {
    width: 60px;
    height: 60px;
    -ms-flex: 0 0 60px;
        flex: 0 0 60px;
  }
}

/*  End  */


.csr-banner.webm figure img {
    width: 100%;
}

.csr-banner.webm .f14 {
    color: #FFFFFF;
    margin-top: 20px;
    line-height: 20px;
}

.csr-banner.webm .f14 strong {
    font-weight: 600;
}

.csr-banner.webm .btn-box .btn-white {
    background: #FFFFFF;
    border-color: #FFFFFF;
}

@media (max-width: 991px) {
    .csr-banner.webm .banner-wrapper .banner-ctnt {
        top: 45px;
    }

    .csr-banner.webm .banner-wrapper .banner-ctnt .hd48 {
        font-size: 36px;
    }

    .csr-banner.webm .banner-wrapper .banner-ctnt .hd48+.f14 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .csr-banner.webm .banner-wrapper .banner-ctnt {
        top: 30px;
    }
}

.f16 {
    font-size: 16px;
    line-height: 22px;
}

.hd48l {
    font-weight: 200;
    font-size: 48px;
    color: #54565B;
    letter-spacing: -0.75px;
}

.media-kit.webm .media-list .card-media {
    padding: 14px 10px 0;
}

.media-kit.webm .media-list .card-media figure {
    margin-bottom: 0;
}

.media-kit.webm .media-list .card-media figure+p {
    font-size: 16px;
    letter-spacing: -0.33px;
}

.media-kit.webm .media-list .card-media figure+p strong {
    font-size: 21px;
    font-weight: 600;
}

.media-kit.webm .media-right {
    margin: 30px 0 0 30px;
}

.media-kit.webm .media-right figure {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    display: inline-block;
    margin: 30px 0 0;
}

@media (max-width: 1024px) {
    .media-kit.webm .media-right {
        margin-left: 0;
    }

    .media-kit.webm .media-right .hd48l {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .media-kit.webm .media-list .card-media figure img.svg {
        height: auto;
    }

    .media-kit.webm .media-list .card-media figure+p {
        font-size: 14px;
    }

    .media-kit.webm .media-list .card-media figure+p strong {
        font-size: 18px;
    }

    .media-kit.webm .media-right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 50px;
    }

    .media-kit.webm .media-right .hd48l {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .media-kit.webm .media-right {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .media-kit.webm .media-right .hd48l {
        margin-right: 0;
        text-align: center;
    }
}

.app-usps {
    padding-bottom: 50px;
}

.app-usps .uspsIn {
    background: url(../../../content/dam/idfcfirstbank/images/webmigration/key-uspBg.jpg) no-repeat center center/cover;
    box-shadow: 0 4px 8px 0 rgba(37, 36, 59, 0.1);
    border-radius: 20px;
    padding: 30px 120px;
}

.app-usps .uspsIn .hdr {
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    letter-spacing: -1.5px;
}

.app-usps .uspsIn .usp-bx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #FFFFFF;
}

.app-usps .uspsIn .usp-bx img {
    margin-top: 4px;
}

.app-usps .uspsIn .usp-bx .hd5 {
    letter-spacing: -1px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1;
}

.app-usps .uspsIn .usp-bx .hd5+p {
    font-size: 14px;
    line-height: 20px;
}

.app-usps .uspsIn .btn-box .btn-white {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #25243B;
}

@media (max-width: 1024px) {
    .app-usps .uspsIn {
        padding: 30px 40px;
    }
}

@media (max-width: 767px) {
    .app-usps .uspsIn {
        padding: 30px;
    }

    .app-usps .uspsIn .usp-bx span {
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
    }
}

.new-comp.webm {
    padding: 50px 0;
}

.new-comp.webm .hd5 {
    font-weight: 500;
    margin-bottom: 30px;
}

.new-comp.webm .whiteBx .ltCol .nav li a {
    font-weight: 600;
}

.new-comp.webm .whiteBx .ltCol .nav li a.active {
    letter-spacing: -0.5px;
}

.new-comp.webm .sec-ctnt .seclt {
    color: #54565B;
}

.new-comp.webm .sec-ctnt .seclt .hdr {
    letter-spacing: -0.6px;
}

@media (max-width: 991px) {
    .new-comp.webm .sec-ctnt .seclt .btn-box .btn-white {
        line-height: 1.5;
    }

    .new-comp.webm .btn-box .btn-red {
        height: 50px;
    }
}

.earn-points.webm {
    background: #FFFFFF;
}

.earn-points.webm .media-card .mcard-body h3+p {
    margin-top: 12px;
    min-height: 60px;
}

@media (max-width: 991px) {
    .earn-points.webm .media-card .mcard-body h3 {
        font-size: 18px;
    }
}

.customer-speak.webm .container.shape {
    background: url(../components/content/news-media/media-kit-box/clientlibs/images/webm/comma.svg) no-repeat 10px 0;
}

.customer-speak.webm .container.shape .hd {
    color: #54565B;
}

.customer-speak.webm .white-box,
.customer-speak.webm .search-bxIn .search-ad .ad-card,
.search-bxIn .search-ad .customer-speak.webm .ad-card,
.customer-speak.webm .accordian .trgr,
.accordian .customer-speak.webm .trgr,
.customer-speak.webm .accordian .tog_cont,
.accordian .customer-speak.webm .tog_cont,
.customer-speak.webm .card-look,
.customer-speak.webm .media-card,
.customer-speak.webm .pr-list>li .card-bx,
.pr-list>li .customer-speak.webm .card-bx,
.customer-speak.webm .trgr1,
.customer-speak.webm .trgr2,
.customer-speak.webm .trgr3,
.customer-speak.webm .tog_cont1,
.customer-speak.webm .tog_cont2,
.customer-speak.webm .tog_cont3,
.customer-speak.webm .mf-invest .start-box,
.mf-invest .customer-speak.webm .start-box,
.customer-speak.webm .more-box,
.customer-speak.webm .media-kit .media-list .card-media,
.media-kit .media-list .customer-speak.webm .card-media,
.customer-speak.webm .ebc-loan-banner .lawbx,
.ebc-loan-banner .customer-speak.webm .lawbx {
    min-height: inherit;
}

.customer-speak.webm .white-box .f16,
.customer-speak.webm .search-bxIn .search-ad .ad-card .f16,
.search-bxIn .search-ad .customer-speak.webm .ad-card .f16,
.customer-speak.webm .accordian .trgr .f16,
.accordian .customer-speak.webm .trgr .f16,
.customer-speak.webm .accordian .tog_cont .f16,
.accordian .customer-speak.webm .tog_cont .f16,
.customer-speak.webm .card-look .f16,
.customer-speak.webm .media-card .f16,
.customer-speak.webm .pr-list>li .card-bx .f16,
.pr-list>li .customer-speak.webm .card-bx .f16,
.customer-speak.webm .trgr1 .f16,
.customer-speak.webm .trgr2 .f16,
.customer-speak.webm .trgr3 .f16,
.customer-speak.webm .tog_cont1 .f16,
.customer-speak.webm .tog_cont2 .f16,
.customer-speak.webm .tog_cont3 .f16,
.customer-speak.webm .mf-invest .start-box .f16,
.mf-invest .customer-speak.webm .start-box .f16,
.customer-speak.webm .more-box .f16,
.customer-speak.webm .media-kit .media-list .card-media .f16,
.media-kit .media-list .customer-speak.webm .card-media .f16,
.customer-speak.webm .ebc-loan-banner .lawbx .f16,
.ebc-loan-banner .customer-speak.webm .lawbx .f16 {
    color: #54565B;
    margin-bottom: 4px;
    line-height: 1;
}

.customer-speak.webm .white-box .f12,
.customer-speak.webm .search-bxIn .search-ad .ad-card .f12,
.search-bxIn .search-ad .customer-speak.webm .ad-card .f12,
.customer-speak.webm .accordian .trgr .f12,
.accordian .customer-speak.webm .trgr .f12,
.customer-speak.webm .accordian .tog_cont .f12,
.accordian .customer-speak.webm .tog_cont .f12,
.customer-speak.webm .card-look .f12,
.customer-speak.webm .media-card .f12,
.customer-speak.webm .pr-list>li .card-bx .f12,
.pr-list>li .customer-speak.webm .card-bx .f12,
.customer-speak.webm .trgr1 .f12,
.customer-speak.webm .trgr2 .f12,
.customer-speak.webm .trgr3 .f12,
.customer-speak.webm .tog_cont1 .f12,
.customer-speak.webm .tog_cont2 .f12,
.customer-speak.webm .tog_cont3 .f12,
.customer-speak.webm .mf-invest .start-box .f12,
.mf-invest .customer-speak.webm .start-box .f12,
.customer-speak.webm .more-box .f12,
.customer-speak.webm .media-kit .media-list .card-media .f12,
.media-kit .media-list .customer-speak.webm .card-media .f12,
.customer-speak.webm .ebc-loan-banner .lawbx .f12,
.ebc-loan-banner .customer-speak.webm .lawbx .f12,
.customer-speak.webm .white-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .white-box .blog-by,
.customer-speak.webm .search-bxIn .search-ad .ad-card .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .search-bxIn .search-ad .ad-card .blog-by,
.search-bxIn .search-ad .customer-speak.webm .ad-card .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .search-bxIn .search-ad .customer-speak.webm .ad-card .blog-by,
.customer-speak.webm .accordian .trgr .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .accordian .trgr .blog-by,
.accordian .customer-speak.webm .trgr .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .accordian .customer-speak.webm .trgr .blog-by,
.customer-speak.webm .accordian .tog_cont .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .accordian .tog_cont .blog-by,
.accordian .customer-speak.webm .tog_cont .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .accordian .customer-speak.webm .tog_cont .blog-by,
.customer-speak.webm .card-look .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .card-look .blog-by,
.customer-speak.webm .media-card .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .media-card .blog-by,
.customer-speak.webm .pr-list>li .card-bx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .pr-list>li .card-bx .blog-by,
.pr-list>li .customer-speak.webm .card-bx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .pr-list>li .customer-speak.webm .card-bx .blog-by,
.customer-speak.webm .trgr1 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .trgr1 .blog-by,
.customer-speak.webm .trgr2 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .trgr2 .blog-by,
.customer-speak.webm .trgr3 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .trgr3 .blog-by,
.customer-speak.webm .tog_cont1 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .tog_cont1 .blog-by,
.customer-speak.webm .tog_cont2 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .tog_cont2 .blog-by,
.customer-speak.webm .tog_cont3 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .tog_cont3 .blog-by,
.customer-speak.webm .mf-invest .start-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .mf-invest .start-box .blog-by,
.mf-invest .customer-speak.webm .start-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .mf-invest .customer-speak.webm .start-box .blog-by,
.customer-speak.webm .more-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .more-box .blog-by,
.customer-speak.webm .media-kit .media-list .card-media .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .media-kit .media-list .card-media .blog-by,
.media-kit .media-list .customer-speak.webm .card-media .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .media-kit .media-list .customer-speak.webm .card-media .blog-by,
.customer-speak.webm .ebc-loan-banner .lawbx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .ebc-loan-banner .lawbx .blog-by,
.ebc-loan-banner .customer-speak.webm .lawbx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .ebc-loan-banner .customer-speak.webm .lawbx .blog-by {
    margin-bottom: 0;
}

.customer-speak.webm .customer-speak-carousel .owl-nav {
    top: 120px;
}

.faqs-bx {
    background: #f3f3f3;
    padding-top: 50px;
    color: #54565B;
}

.accordian.opn1 {
    font-size: 16px;
}

.accordian.opn1 .trgr.act::before {
    content: "\e905";
    color: #787878;
}

.accordian.opn1 .trgr::before {
    content: "\e906";
    font-size: 20px;
}

.accordian.opn1 .tog_cont {
    background: #F5F5F5;
    border-top-width: 2px;
}
.grey-bg, .banner2 .banner-wrapper.grey-btm, .code-pol, .related-product, .blog-tab.fastag, .bod-page, .media-kit .mk-left, .trending, .pr-page {
    background: #f3f3f3;
}



/* Media Contact Start */
.media-contact .card-look.full.opt1 {
  background: none;
}

.media-contact .card-look.full.opt1 .f12,
.media-contact .card-look.full.opt1 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .media-contact .card-look.full.opt1 .blog-by {
  color: #737373;
}

.media-contact .card-look.full.opt1 div {
  width: 32%;
  padding: 0;
  padding-left: 40px;
}

.media-contact .card-look.full.opt1 div.btn-box {
  padding: 0;
}

.media-contact .card-look.full.opt1 div.btn-box .btn-white {
  min-width: inherit;
  color: #54565B;
}

.media-contact .card-look.full.opt1 figure img {
  width: 300px;
}

@media (max-width: 1024px) {
  .media-contact .card-look.full.opt1 div:first-child {
    padding-left: 20px;
  }

  .media-contact .card-look.full.opt1 figure {
    margin: 0 12px 0 0;
  }
}

@media (max-width: 991px) {
  .media-contact .card-look.full.opt1 div {
    width: 100%;
  }

  .media-contact .card-look.full.opt1 div:first-child {
    padding: 0 0 30px 0;
  }

  .media-contact .card-look.full.opt1 div.btn-box {
    width: 50%;
    margin-left: 0;
  }

  .media-contact .card-look.full.opt1 figure {
    margin: -110px 0 0 auto;
  }
}

@media (max-width: 767px) {
  .media-contact .card-look.full.opt1 {
    padding: 30px 20px 0;
  }

  .media-contact .card-look.full.opt1 div.btn-box {
    margin-bottom: 15px;
  }

  .media-contact .card-look.full.opt1 div.btn-box .btn-white {
    padding: 0 20px;
  }

  .media-contact .card-look.full.opt1 figure {
    margin: 0 auto;
  }

  .media-contact .card-look.full.opt1 figure img {
    width: 100%;
  }
}

/* Media Contact End */

.card-look.full figure {
    margin: 0 36px;
  }
  
  .card-look.full figure img {
    width: 146px;
    height: auto;
  }
  
  .card-look.full figcaption,
  .card-look.full div {
    width: 35%;
  }
  
  .card-look.full .btn-box {
    width: 35%;
    margin-left: auto;
  }
  
  .card-look.full.opt1 {
    width: 100%;
    border: 2px solid #9d1d27;
  }
  
  .card-look.full.opt1 figure img {
    width: 432px;
  }
  
  @media (max-width: 767px) {
    .card-look.full.opt1 figure {
      margin: 0 -30px;
    }
    .card-look.full.opt1 figure img {
      width: 100%;
    }
  }
  
  .card-look.full.opt1 figcaption,
  .card-look.full.opt1 div {
    padding: 50px;
    width: 65%;
  }
  
  @media (max-width: 1024px) {
    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
      padding: 30px;
    }
    .card-look.full.opt1 figcaption .hd,
    .card-look.full.opt1 div .hd {
      font-size: 30px;
    }
  }
  
  @media (max-width: 991px) {
    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
      width: 100%;
    }
  }
  
  @media (max-width: 767px) {
    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
      padding: 0;
      margin: 0;
    }
  }
  
  .card-look > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px;
  }
  
  .card-look figure {
    margin: 0 20px 0 0;
  }
  
  .card-look figure img {
    width: 32px;
    height: 32px;
  }
  
  .card-look .title {
    color: #54565B;
    margin-bottom: 5px;
  }
  
  .card-look p {
    font-size: 12px;
    line-height: 16px;
    color: #A6A6A6;
    margin-bottom: 0;
  }
  
  @media (max-width: 991px) {
    .card-look.full {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      padding: 36px 30px 0;
    }
    .card-look.full figure {
      -ms-flex-order: 1;
          order: 1;
      margin: -80px 0 auto auto;
    }
    .card-look.full figure img {
      width: 175px;
    }
    .card-look.full figcaption,
    .card-look.full div {
      width: 100%;
      text-align: left;
    }
    .card-look.full figcaption p,
    .card-look.full div p {
      display: block;
      margin: 8px 0 20px;
    }
    .card-look.full .btn-box {
      width: 100%;
    }
    .card-look > a {
      min-height: 100px;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
    }
    .card-look > a.see-more figure img, .card-look > a.see-less figure img {
      height: auto;
    }
    .card-look p {
      display: none;
    }
    .card-look figure {
      margin: 0 0 16px;
    }
    .card-look figcaption,
    .card-look div {
      text-align: center;
    }
    .card-look figcaption .title,
    .card-look div .title {
      margin-bottom: 0;
    }
  }



@media (max-width: 767px) {
    .card-look.full figure {
      margin-top: 10px;
    }
    .card-look > a {
      min-height: 150px;
    }
  }

.card-look.full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 97%;
    margin: 0 auto;
}
@media (max-width: 991px) {
  .card-look.full {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 36px 30px 0;
  }

  .card-look.full figure {
    -ms-flex-order: 1;
    order: 1;
    margin: -80px 0 auto auto;
  }

  .card-look.full figure img {
    width: 175px;
  }

  .card-look.full figcaption,
  .card-look.full div {
    width: 100%;
    text-align: left;
  }

  .card-look.full figcaption p,
  .card-look.full div p {
    display: block;
    margin: 8px 0 20px;
  }

  .card-look.full .btn-box {
    width: 100%;
  }

  .card-look>a {
    min-height: 100px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card-look>a.see-more figure img,
  .card-look>a.see-less figure img {
    height: auto;
  }

  .card-look p {
    display: none;
  }

  .card-look figure {
    margin: 0 0 16px;
  }

  .card-look figcaption,
  .card-look div {
    text-align: center;
  }

  .card-look figcaption .title,
  .card-look div .title {
    margin-bottom: 0;
  }
}
.in-news {
    padding: 80px 0;
}

/* In the news Start */
  .in-news .brdb {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 16px;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  
  .in-news .brdb .hd2 {
    margin-bottom: 0;
  }
  
  @media (max-width: 991px) {
    .in-news .media-card {
      margin-top: 20px;
    }
  }
  
  /* In the news End */

    .link-arw {
    font-weight: 700;
    color: #9D1D27;
}

    .link-arw .icon-Right {
    margin-left: 8px;
}

    .link-arw .icon-Right:before {
    color: #9D1D27;
}
        /* In the news Card start */
  .press-list.news {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 24px;
  }
  
  .press-list.news li {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
  }
  
  .press-list.news li:last-child {
    border-bottom: 0;
  }
  
  .press-list.news li:hover .my-links a.f16b,
  .press-list.news li:hover .icon-share:before,
  .press-list.news li:hover .icon-star:before {
    color: #FFFFFF;
  }
  
  .press-list.news .card-bx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 24px;
    border: 0;
  }
  
  .press-list.news .card-bx .txt {
    width: 72%;
  }
  
  .press-list.news .card-bx .txt p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  
  .press-list.news .card-bx .txt .hd3b {
    min-height: 58px;
    font-weight: 400;
  }
  
  .press-list.news .card-bx .my-links {
    margin-left: auto;
    font-size: 20px;
  }
  
  .press-list.news .card-bx .my-links .share-box {
    margin-left: 30px;
  }
  
  .press-list.news .card-bx .my-links .share-box .share-positon-box {
    right: -24px;
  }
  
  .press-list.news .card-bx .my-links .share-box .share-bubble .social li {
    border-bottom: 0;
  }
  
  .press-list.news .card-bx .my-links a.f16b {
    font-size: 16px;
    color: #9D1D27;
  }
  
  .press-list.news .card-bx .my-links a span {
    background: none;
    margin-bottom: 0;
    width: 20px;
    height: 20px;
  }
  
  .press-list.news .card-bx .my-links a span.icon-star, .press-list.news .card-bx .my-links a span.icon-share {
    font-size: 20px;
  }
  
  @media (max-width: 991px) {
    .press-list.news .card-bx {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding: 20px 0;
    }
    .press-list.news .card-bx .txt {
      width: 100%;
    }
    .press-list.news .card-bx .txt .hd3b {
      min-height: inherit;
    }
    .press-list.news .card-bx .my-links {
      margin: 30px 0 0;
      -ms-flex-pack: start;
          justify-content: flex-start;
      width: 100%;
    }
    .press-list.news .card-bx .my-links .share-box .share-positon-box {
      right: auto;
      left: -160px;
    }
    .press-list.news .card-bx .my-links .share-box .share-bubble:after {
      left: 170px;
    }
    .press-list.news .card-bx .my-links .f16b {
      margin-right: auto;
    }
  }
  
  /* In the news Card End */
.trending {
    padding-top: 60px;
}

.grey-bg, .banner2 .banner-wrapper.grey-btm, .related-product, .bod-page, .media-kit .mk-left, .trending, .pr-page {
    background: #f3f3f3;
}
.nav.trnd li {
    margin-right: 40px;
}


.nav.trnd li a.active {
    background-image: url(../../../content/dam/idfcfirstbank/images/news-media/svg/bghover.svg);
}
.nav.trnd li a {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: url(../../../content/dam/idfcfirstbank/images/news-media/svg/bgIcon.svg) no-repeat center center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav.trnd li {
    margin-right: 40px;
}
.icon-linkedin:before {
    content: "\e90c";
    color: #fff;
}
element.style {
    background-image: url(../../../content/dam/idfcfirstbank/images/news-media/frame.jpg);
}

@media (max-width: 767px){
.trending .tab-content {
    margin: 30px -15px 0;
    padding: 30px;
    min-height: inherit;
}
    }

@media (max-width: 767px){
.trending .tab-content .tab-pane {
    height: 220px;
    overflow-y: auto;
}
            }

.trending .tab-content {
    background-size: contain;
    padding: 54px;
    margin-right: -30px;
    min-height: 512px;
}
    .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1024px)
{
    .nav.trnd {
        margin-top: 50px;
    }
}

.nav.trnd {
    display: flex;
}
@media (max-width: 767px)
{
    .trending .tab-content {
        margin: 30px -15px 0;
        padding: 30px;
        min-height: inherit;
    }
    .trending .tab-content .tab-pane {
        height: 220px;
        overflow-y: auto;
    }
}

