/* Benefits element*/
.benefits {
    background: #c4777d;
    background: linear-gradient(180deg, #c4777d 0%, #9d1d27 100%);
    padding: 50px 0;
    color: #FFFFFF;
}

.benefits .hd1+p,
.benefits .btn-box+p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .benefits .hdr {
        font-size: 36px;
    }
}

.benefits-list {
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.benefits-list li {
    padding: 0 40px;
}

.benefits-list li .hd1 {
    display: -ms-flexbox;
    display: flex;
}

.benefits-list li .hd1 span {
    font-size: 36px;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}

.benefits-list li .hd1 span small {
    margin: 0;
}

.benefits-list li .hd1 small {
    font-size: 16px;
    margin-top: 20px;
}

.benefits-list li:first-child {
    padding-left: 0;
}

.benefits-list li:last-child {
    padding-right: 0;
}

.benefits-list li .btn-box .btn-white {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

@media (max-width: 1024px) {
    .benefits-list li {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .benefits-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .benefits-list li {
        padding: 0 12px;
        width: 25%;
    }

    .benefits-list li:last-child {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .benefits-list li:last-child .btn-box {
        margin-right: 30px;
    }

    .benefits-list li .hd1 {
        font-size: 48px;
    }

    .benefits-list li .hd1 span {
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .benefits-list {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .benefits-list li {
        padding: 0 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
        width: 100%;
    }

    .benefits-list li:first-child {
        padding-left: 20px;
    }

    .benefits-list li:last-child {
        padding: 0 30px;
        margin-bottom: 0;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .benefits-list li:last-child .btn-box {
        margin-right: 0;
    }

    .benefits-list li:last-child p {
        width: 100%;
        text-align: center;
    }

    .benefits-list li:last-child p .btn-white {
        width: 100%;
    }

    .benefits-list li:last-child p .know-more {
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }

    .benefits-list li p {
        width: 50%;
        margin-bottom: 0;
    }

    .benefits-list li .hd1 {
        width: 50%;
        font-size: 64px;
    }

    .benefits-list li .hd1 span {
        margin-top: 24px;
    }
}


body.new .btn-box a.btn-white {
    font-weight: 600;
    height: auto;
    font-size: 14px ;
    line-height: 1.5;
}

/* Benefits element end*/
/* Credit Ratings Investor page start*/
.benefits.cr .benefits-list li {
    text-align: center;
}

.benefits.cr .benefits-list li .hdr {
    margin-bottom: 10px;
}

.benefits.cr .benefits-list li p {
    margin-bottom: 0;
}

.benefits.cr .btn-box .btn-white {
    color: #FFFFFF;
}

@media (max-width: 1000px) and (min-width: 767px) {
    .benefits.cr .benefits-list li {
        width: 20%;
    }

    .benefits.cr .benefits-list li:last-child {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .benefits.cr .benefits-list li {
        text-align: left;
    }

    .benefits.cr .benefits-list li:first-child {
        padding-left: 12px;
    }

    .benefits.cr .benefits-list li:last-child {
        padding: 0 12px;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .benefits.cr .benefits-list li .hdr {
        width: 70%;
    }

    .benefits.cr .benefits-list li p {
        width: 30%;
    }
}

.bankOfferList {
    margin: 40px 0 0 0;
}



.offerItem .itemBody {
    background: #FFFFFF;
    color: #54565B;
    text-align: center;
    font-size: 14px;
    padding-bottom: 14px;
}

.offerItem .itemBody strong {
    display: block;
}

.offerItem figure {
    margin-bottom: 0px;
}

.benefits .btn-box .btn-white {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.benefits .btn-box .btn-white {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.btn-box.btn-small .btn-red,
.btn-box.btn-small .btn-white {
    width: auto;
    padding: 0 30px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
}

.btn-box .btn-link {
    color: #9D1D27;
    font-weight: 700;
    font-size: 14px;
}

.btn-box .btn-red,
.btn-box .btn-white,
.btn-box .btn-red1 {
    display: inline-block;
    height: 50px;
    min-width: 160px;
    padding: 10px 30px;
    border-radius: 25px;
    background: #9D1D27;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
}

@media (max-width: 991px) {

    .btn-box .btn-red,
    .btn-box .btn-white,
    .btn-box .btn-red1 {
        min-width: auto;
        padding: 0 30px;
        line-height: 3;
    }
}

.btn-box .btn-white {
    background: transparent;
    border: solid 2px #d8d8d8;
    color: #9d1d27;
    font-weight: 700;
}

.btn-box .btn-white.disabled {
    box-shadow: none;
    color: #767676;
    cursor: not-allowed;
}

.btn-box .btn-white.op1 {
    background: #FFFFFF;
    color: #54565B;
    border: 0;
}



.compare-bxNew {
  position: fixed;
  z-index: 3;
  top: 50%;
  bottom: auto;
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  width: 133px;
}

@media (max-width: 991px) {
  .compare-bxNew {
    bottom: 0px;
    transform: unset;
    top: inherit;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.compare-bxNew h4 {
  position: absolute;
  top: 32px;
  left: -56px;
  transform: rotate(-90deg);
  background: #9D1D27;
  color: #FFFFFF;
  padding: 4px 6px;
  box-shadow: 0px 4px 10px 4px rgba(36, 37, 43, 0.05);
  border-radius: 4px 4px 0px 0px;
  font-weight: 700;
  font-size: 14px;
}

.compare-bxNew h4 .mbLink {
  color: #FFFFFF;
  float: right;
  display: none;
}

.btn-box .btn-red{
font-weight: 600;
height: auto;
font-size: 14px;
line-height: 1.5;
}

@media (max-width: 991px) {
  .compare-bxNew h4 .mbLink {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .compare-bxNew h4 {
    position: static;
    transform: unset;
    width: 100%;
    padding: 10px 16px;
  }
}

.compare-bxNew .d-flex {
  -ms-flex-direction: column;
      flex-direction: column;
}

.compare-bxNew .cmp-list {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 4px rgba(36, 37, 43, 0.05);
  border-radius: 0px 0px 0px 4px;
  width: 133px;
  padding: 12px 32px 12px 8px;
}

@media (max-width: 991px) {
  .compare-bxNew .cmp-list {
    width: 100%;
  }
}

.compare-bxNew .cmp-list li {
  font-size: 14px;
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 6px;
  padding-top: 8px;
  position: relative;
}

@media (max-width: 991px) {
  .compare-bxNew .cmp-list li {
    border: 0px solid;
    font-size: 16px;
    font-weight: 700;
  }
}

.compare-bxNew .cmp-list li:last-child {
  border-bottom: 0px;
}

.compare-bxNew .cmp-list li a.remove-item {
  display: block;
  position: absolute;
  top: 10px;
  right: -17px;
}

@media (max-width: 991px) {
  .compare-bxNew .cmp-list li a.remove-item {
    top: 4px;
  }
}

.compare-bxNew .cmp-list li a.remove-item img {
  width: 10px;
}

.compare-bxNew .cmp-list .btn-box {
  margin-top: 18px;
}

@media (max-width: 991px) {
  .compare-bxNew .cmp-list .btn-box {
    display: none;
  }
}

.compare-bxNew .cmp-list .btn-box .btn-red {
  min-width: 110px;
  padding: 8px 16px;
}


.footer {
  font-size: 14px;
  font-weight: 300;
}

.explorer11 .footer {
  position: relative;
}

.explorer11 .footer .stoke-value {
  float: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer .fot-red .container {
  position: relative;
}

.footer .fot-red .container .scroll-top {
  position: absolute;
  top: -82px;
  right: -32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #FFCB05;
  font-size: 12px;
  font-weight: 700;
  color: #525252;
}

.footer .fot-red .container .scroll-top .icon-Up {
  font-size: 20px;
  margin-bottom: -4px;
  color: #525252;
}

@media (max-width: 991px) {
  .footer .fot-red .container .scroll-top {
    display: none;
  }
}

.footer p {
  margin-bottom: 0;
}

.footer .stoke-value {
  font-size: 24px;
  line-height: 1;
  float: right;
}

.footer ul li {
  margin-top: 12px;
}

.footer ul.social {
  display: -ms-flexbox;
  display: flex;
}

.footer ul.social li {
  margin: 0 30px 0 0;
}

.footer ul.social li:last-child {
  margin-right: 0;
}

.footer ul.app-list {
  display: -ms-flexbox;
  display: flex;
}

.footer ul.app-list li {
  margin: 0 10px 0 0;
}

.footer ul.app-list li:last-child {
  margin-right: 0;
}

/* CLS fix.. do not change */
.footer ul.app-list img {
  min-height: 50px;
}

@media (max-width: 767px) {
  .footer ul.app-list img {
    width: 140px;
  }
}

.footer .fhd {
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  padding-bottom: 16px;
  letter-spacing: .5px;
  margin-bottom: 10px;
}

.footer .fhd.nol {
  border-bottom: 0;
  margin-bottom: 0;
}

.footer .fot_trgr {
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 24px;
  cursor: pointer;
}

.footer .fot_trgr.act {
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  padding-bottom: 16px;
  margin-bottom: 10px;
}

.footer .fot_trgr.act .icon-plus::before {
  content: "\e905";
}

.footer .fot_trgr .icon-plus {
  font-size: 24px;
  margin-left: 20px;
  vertical-align: top;
  display: inline-block;
}

.footer .fot_trgr .icon-plus::before {
  color: #FFFFFF;
}

.footer-top {
  background: #9D1D27;
  color: #FFFFFF;
}

.footer-top a {
  color: #FFFFFF;
}

.footer-top .fot-red {
  padding: 50px 0;
}

.footer-top .fot-dred {
  background: rgba(17, 17, 17, 0.1);
  padding: 40px 0;
}

.footer-top .fot-dred a span {
  font-size: 24px;
}

@media (max-width: 767px) {
  .footer-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-top .fot-dred {
    -ms-flex-order: 3;
    order: 3;
  }

  .footer-top .stoke-value {
    display: none;
  }
}

.footer-btm {
  padding: 30px 0;
  color: #0D0D0D;
}

.footer-btm .d-flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-btm a {
  color: #0D0D0D;
  margin: 0 5px;
}

@media (max-width: 1024px) {
  .footer .fot-red .container .scroll-top {
    right: 0;
  }
}

@media (max-width: 767px) {

  .footer .fot-red .fhd,
  .footer .fot_trgr {
    padding-top: 6px;
  }

  .footer .fot-red .fhd::before,
  .footer .fot_trgr::before {
    position: absolute;
    width: 15px;
    height: 15px;
    font-family: icomoon;
    content: "\e906";
    right: 13px;
    top: 6px;
    color: #FFFFFF;
  }

  .footer .fot-red .fhd.act::before,
  .footer .fot_trgr.act::before {
    content: "\e905";
  }

  .footer .fot-red .fhd.act+.row,
  .footer .fot_trgr.act+.row {
    margin-bottom: 15px;
  }

  .footer .footer-top .fot-red:first-child {
    padding-bottom: 0;
    padding-top: 30px;
  }

  .footer .footer-top .fot-red:last-child {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .footer .fot_trgr {
    padding: 6px 0 16px;
  }

  .footer .fot_trgr .icon-plus {
    display: none;
  }

  .footer .fot-dred .col-lg-5 {
    margin: 35px 0;
  }

  .footer-btm .d-flex {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-btm .d-flex p:first-child {
    margin-bottom: 20px;
  }

  .footer .fot_tog .row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.service-box {
  background-color: #FFFFFF;
  padding: 50px 0;
  position: relative;
}

.service-box::before {
  background: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 125px;
  width: 100%;
}

.service-box.op1::before {
  height: 85px;
}

.service-box.op2::before {
  display: none;
}

@media (max-width: 767px) {
  .service-box.op2 {
    padding: 30px 0;
  }
}

.service-box.op2 .row.cards {
  margin-top: 0;
}

.service-box.op3::before {
  display: none;
}

.service-box.op3 .list-item {
  padding: 0;
  margin-bottom: 15px;
}

.service-box.op3 .list-item li span {
  height: 90px;
  width: 90px;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}

.service-box.op3 .card .card-body {
  padding: 40px 16px;
}

.service-box.op3 .card .card-title {
  line-height: 1;
  margin: 0;
}

.service-box.op3 .card .with-circle {
  color: #54565b;
}

.service-box.op3 .card .with-circle strong {
  font-weight: 500;
}

.service-box.op3 .card .with-circle .flex span {
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
}

.service-box.op3 .card .with-circle.op3 li {
  padding: 1px 0 1px 15px;
}

.service-box.op3 .card .with-circle.op3 li::before {
  top: 1px;
}

.service-box.op3 .card .black strong {
  font-weight: 500;
}

@media (max-width: 767px) {
  .service-box.op3 {
    padding: 30px 0;
  }
}

.service-box.op3 .row.cards {
  margin-top: 0;
}

.service-box .cards {
  margin-top: 50px;
}

.service-box .card {
  color: #b8b8b8;
  height: 100%;
  border-radius: 3px;
}

.service-box .card .card-body {
  padding: 40px 32px;
  border-bottom: 0;
  background: none;
}

.service-box .card .card-body.opt1 {
  padding: 40px 35px 15px 35px;
  border-bottom: 0;
}

.service-box .card .card-body.opt2 {
  background-color: #fafafa;
  padding: 24px 35px 24px 35px;
  color: #54565b;
  border-radius: 0 0 3px 3px;
}

.service-box .card .card-title {
  font-size: 24px;
  font-weight: 300;
  color: #54565b;
  margin-bottom: 20px;
}

.service-box .card .btn-box .btn-white {
  color: #767676;
}

.service-box .card .view-all a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 4px;
  color: #b8b8b8;
}

.service-box .card .view-all a .txt {
  width: 80%;
}

.service-box .card button {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}

.service-box .card button:focus {
  outline: 0;
}

.service-box .card button span {
  font-size: 22px;
}

.service-box .was-validated .form-control:valid,
.service-box .was-validated .form-control:invalid {
  background-image: none;
}

@media (max-width: 1024px) {
  .service-box .card .card-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .service-box {
    padding: 60px 0 30px;
  }

  .service-box::before {
    height: 120px;
  }

  .service-box .cards {
    margin-top: 45px;
  }

  .service-box .cards .col-lg-4 {
    margin-bottom: 20px;
  }

  .service-box .card .card-body {
    padding: 40px 30px;
  }

  .service-box .card .col-5.black {
    white-space: nowrap;
  }

  .service-box .card .card-body.opt1,
  .service-box .card .card-body.opt2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .service-box .mt-xs-7 {
    margin-top: 32px;
  }
}

.icn-box {
  background-color: #ffcb05;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 18px solid #FFFFFF;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.icn-box span {
  font-size: 50px;
}

.icn-box img {
  height: 50px;
}

.icn-box+.fhd {
  font-weight: 700;
  margin-top: 4px;
  text-align: center;
}

@media (max-width: 767px) {
  .icn-box {
    width: 124px;
    height: 124px;
    border-width: 12px;
  }
}


  /* downloadbtn */
  a.ftr-download-btn {
    display: inline-block;
    height: 48px;
    min-width: 160px;
    padding: 10px 30px;
    border-radius: 25px;
    background: #FFFFFF;
    color: #9D1D27 !important;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    border: 0;
    font-size: 16px;
    font-weight: 700;
  }
  
  @media (max-width: 991px) {
    a.ftr-download-btn {
      min-width: auto;
      padding: 0 30px;
      line-height: 3;
    }
  }
  .footer-top .fot-dred .d-ctr {
    text-align: center;
  }
  @media (max-width: 991px) {
    .footer-top .fot-dred .d-ctr {
      text-align: left;
    }
  }
@media (max-width: 767px) {
    .footer-top .fot-dred .d-ctr {
        margin: 20px 0;
      }
    }
  /* downloadbtn */
/* BA Compare Card Banner start */
.ca-banner-new .banner-ctnt {
  margin-top: 0px;
}

.ca-banner-new .banner-ctnt .hd1 {
  color: #3A3A3A;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 991px) {
  .ca-banner-new .banner-ctnt .hd1 {
    font-size: 24px;
  }
}

.ca-banner-new .banner-ctnt div.badge-pink {
  margin-top: 32px;
  width: 145px;
  height: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px;
  background: #FFECEE;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 24px;
}

@media (max-width: 767px) {
  .ca-banner-new .banner-ctnt div.badge-pink {
    margin-top: 21px;
    width: 116px;
    height: 37px;
    font-size: 14px;
  }
}

.ca-banner-new .banner-ctnt div.badge-pink img {
  width: 18px;
}

.ca-banner-new .banner-ctnt .desc {
  color: #FFFFFF;
}

.ca-banner-new .banner-ctnt .btn-box .btn-red {
  background: #FFFFFF;
  color: #9D1D27;
  font-size: 14px;
  font-weight: 700;
}

.ca-banner-new .banner-ctnt .btn-box .btn-red1 {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

@media (max-width: 768px) {
  .ca-banner-new .banner-ctnt {
    margin-top: 0px;
  }

  .ca-banner-new .banner-ctnt .btn-box {
    display: -ms-flexbox;
    display: flex;
  }

  .ca-banner-new .banner-ctnt .btn-box .btn-red {
    margin-right: 10px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .ca-banner-new .banner-ctnt {
    margin-top: 0;
  }

  .ca-banner-new .banner-ctnt .btn-box {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ca-banner-new .banner-ctnt .btn-box .btn-red {
    margin: 0 0 16px;
  }
}

.ca-banner-new figure img {
  width: 100%;
}

/* BA Compare Card Banner end */
/*BA Compare Card Overview CSS Start*/
.bravo-sec {
  border-radius: 30px;
  background: #FFFFFF;
  padding: 40px 48px;
  margin-bottom: 64px;
}

@media (max-width: 991px) {
  .bravo-sec {
    padding: 24px 20px;
  }
}

.bravo-sec .brv-p {
  color: #3A3A3A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1180px) {
  .bravo-sec .brv-p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .bravo-sec .brv-p {
    font-size: 16px;
  }
}

/* .bravo-sec .brv-img {
  width: 96px;
  height: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  .bravo-sec .brv-img {
    width: 70px;
    height: 19px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 8px;
  }
} */

.bravo-sec .text-link {
  color: #9D1D27;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-width: 105px;
}

@media (max-width: 767px) {
  .bravo-sec .text-link {
    margin-top: 32px;
    text-align: center;
    font-size: 14px;
  }
}

.bravo-sec .bravo-details {
  border-top: 1px solid #E4E4E4;
  margin-top: 25px;
}

@media (max-width: 1180px) {
  .bravo-sec .bravo-details {
    margin-top: 12px;
    padding-top: 20px;
  }
}

.bravo-sec .bravo-details .ptxt {
  color: #3A3A3A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .bravo-sec .bravo-details .ptxt {
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .bravo-sec .bravo-details .ptxt img {
    width: 70.161px;
    height: 52.621px;
  }
}

.bravo-sec .bravo-details .btn-box {
  margin-top: 24px;
}

@media (max-width: 991px) {
  .bravo-sec .bravo-details .btn-box {
    margin-top: 16px;
  }
}

.bravo-sec .bravo-details .btn-box .btn-red {
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 12px 20px;
}

.bravo-sec .bravo-details .btn-box .btn-line {
  color: #3A3A3A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 991px) {
  .bravo-sec .bravo-details .btn-box .btn-line {
    font-size: 12px;
  }
}

.bravo-sec .bravo-details .col-md-3 img {
  width: 56px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.bravo-sec .bravo-details .hd3 {
  color: #494949;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.bravo-sec .trnfrm {
  transform: rotate(180deg);
}
/*------------------------------------*/




.ca-customized {
  padding: 40px;
}

@media (max-width: 991px) {
  .ca-customized {
    padding: 40px 0px;
  }
}

.ca-customized .hdr {
  color: #3A3A3A;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .ca-customized .hdr {
    margin-bottom: 10px;
    font-size: 24px;
  }
}

.ca-customized .hdr span {
  text-transform: lowercase;
}

@media (max-width: 767px) {
  .ca-customized .hdr span {
    display: block;
    color: #3A3A3A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    margin-top: 5px;
    text-transform: none;
    padding-left: 2px;
  }
}




.ca-customized .bottom-rad {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.ca-customized .card {
  padding: 0 0;
  border-radius: 16px;
  margin-top: 16px;
}



.ca-customized .card.card-selected {
  border: 3px solid #00A07A;
}

.ca-customized .card .card-header {
  border-radius: 12px 12px 0px 0px;
  background: var(--Red-Gradient, linear-gradient(248deg, #75161B -23.47%, #A02931 114.49%));
  padding: 30px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  min-height: 130px;
}

@media (max-width: 991px) {
  .ca-customized .card .card-header {
    min-height: auto;
    padding: 25px 15px;
  }
}

.ca-customized .card .card-header .hd2 {
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.4px;
  margin-bottom: 0;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .ca-customized .card .card-header .hd2 {
    font-size: 18px;
  }
}

.ca-customized .card .card-header .tag {
  background: #FFFFFF;
  color: #9D1D27;
  border-radius: 50px;
  padding: 7px 10px 7px 10px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

.ca-customized .card .btn-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
}

.ca-customized .btn-link {
  color: #9D1D27;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.ca-customized .btn-box.filter-btn {
  margin: 25px 0 0;
}

@media (max-width: 991px) {
  .ca-customized .btn-box.filter-btn {
    margin: 25px 0 20px 0;
  }
}

.ca-customized .btn-box.filter-btn.fixed-top {
  position: inherit;
}

.ca-customized .btn-box.filter-btn .btn-line {
  color: #3A3A3A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 191px;
  border: 1px solid #3A3A3A;
  padding: 12px 20px;
}

.ca-customized .more-cards {
  height: 1450px;
  overflow: hidden;
  position: relative;
}

.ca-customized .more-cards>.MB30:nth-child(odd) {
  padding-right: 5px;
}

@media (max-width: 767px) {
  .ca-customized .more-cards>.MB30:nth-child(odd) {
    padding-right: 15px;
  }
}

.ca-customized .more-cards>.MB30:nth-child(even) {
  padding-left: 5px;
}

@media (max-width: 767px) {
  .ca-customized .more-cards>.MB30:nth-child(even) {
    padding-left: 15px;
  }
}

.ca-customized .more-cards .bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 59px;
}

.ca-customized .bigchk-box {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -20px;
}

.ca-customized .bigchk-box .custom-control.custom-checkbox.green .custom-control-label::before,
.ca-customized .bigchk-box .custom-control.custom-checkbox.green .custom-control-label::after {
  width: 32px;
  height: 32px;
  background-size: contain;
  border-radius: 50%;
  cursor: pointer;
}

.ca-customized .view-hr {
  border-top: 1px solid #9393A7;
  padding-top: 42px;
}

.ca-customized .head1 {
  color: #3A3A3A;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .ca-customized .head1 {
    font-size: 24px;
  }
}

.ca-customized .p-txt {
  color: #494949;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 49px;
}

@media (max-width: 991px) {
  .ca-customized .p-txt {
    font-size: 14px;
    margin-bottom: 32px;
  }
}

/*BA Compare Card Overview CSS End*/
/* Compare Card CSS Start*/
.ca-customized .card-text-link {
  color: #9D1D27;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

.card-text-link:hover {
  color: #9D1D27;
  text-decoration: underline;
}

.ca-customized {
  padding: 40px;
}

@media (max-width: 991px) {
  .ca-customized {
    padding: 40px 0px;
  }
}

.filterBox-mob .filter-bx .filter-accordian .filter_trgr.act::before {
  content: '\e903' !important;
}

.ca-customized .hdr {
  color: #3A3A3A;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .ca-customized .hdr {
    margin-bottom: 10px;
    font-size: 24px;
  }
}

.ca-customized .hdr span {
  text-transform: lowercase;
}

@media (max-width: 767px) {
  .ca-customized .hdr span {
    display: block;
    color: #3A3A3A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    margin-top: 5px;
    text-transform: none;
    padding-left: 2px;
  }
}

.ca-customized .filter-head {
  color: #3A3A3A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  letter-spacing: -0.4px;
  border-radius: 16px 16px 0px 0px;
  padding: 30px 15px;
  background: linear-gradient(135deg, #E9E9E9 0%, #DBDBDE 99.5%);
}

.ca-customized .filter-bx {
  margin-top: 0;
  margin-right: 15px;
}

.ca-customized .filter-bx .trgr {
  margin: 0 0;
  border-radius: 0;
  box-shadow: none;
  padding: 15px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
}

.ca-customized .filter-bx .trgr::before {
  color: #353535;
  top: auto;
  right: 15px;
}

.ca-customized .filter-bx .form-list {
  background: #fff;
  padding: 10px 15px 10px;
  margin: 0 0;
}

.ca-customized .filter-bx .form-list li:last-child {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.ca-customized .filter-bx .form-list .custom-control {
  padding-left: 25px;
}

.ca-customized .filter-bx hr {
  width: 95%;
  margin: 0 0;
}

.ca-customized .filter-bx .custom-control.custom-radio.green .custom-control-label::before,
.ca-customized .filter-bx .custom-control.custom-radio.green .custom-control-label::after {
  width: 18px;
  height: 18px;
  top: 3px;
  left: -25px;
}

.ca-customized .filter-bx .custom-control.custom-checkbox.green .custom-control-label::before,
.ca-customized .filter-bx .custom-control.custom-checkbox.green .custom-control-label::after {
  width: 18px;
  height: 18px;
  left: -25px;
  background-size: contain;
}

.ca-customized .filter-bx .custom-control-label {
  color: #353535;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.5px;
  padding-top: 3px;
}

.ca-customized .filter-bx .custom-control-input:checked~.custom-control-label {
  font-weight: 600;
}

.ca-customized .bottom-rad {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.ca-customized .card {
  padding: 0 0;
  border-radius: 16px;
  margin-top: 16px;
}

.ca-customized .card .card-body {
  height: 430px;
  overflow: hidden;
}

.ca-customized .card .card-body .card-text {
  color: #3A3A3A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.32px;
}

@media (max-width: 991px) {
  .ca-customized .card .card-body .card-text {
    font-size: 14px;
  }
}

.ca-customized .card .card-body .card-normal-text {
  color: #3A3A3A;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.36px;
  margin-top: 10px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .ca-customized .card .card-body .card-normal-text {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 32px;
  }
}

.ca-customized .card.card-selected {
  border: 3px solid #00A07A;
}

.ca-customized .card .card-header {
  border-radius: 12px 12px 0px 0px;
  background: var(--Red-Gradient, linear-gradient(248deg, #75161B -23.47%, #A02931 114.49%));
  padding: 30px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  min-height: 130px;
}

@media (max-width: 991px) {
  .ca-customized .card .card-header {
    min-height: auto;
    padding: 25px 15px;
  }
}

.ca-customized .card .card-header .hd2 {
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.4px;
  margin-bottom: 0;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .ca-customized .card .card-header .hd2 {
    font-size: 18px;
  }
}

.ca-customized .card .card-header .tag {
  background: #FFFFFF;
  color: #9D1D27;
  border-radius: 50px;
  padding: 7px 10px 7px 10px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

.ca-customized .card .btn-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
}

.ca-customized .btn-link {
  color: #9D1D27;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.ca-customized .btn-box.filter-btn {
  margin: 25px 0 0;
}

@media (max-width: 991px) {
  .ca-customized .btn-box.filter-btn {
    margin: 25px 0 20px 0;
  }
}

.ca-customized .btn-box.filter-btn.fixed-top {
  position: inherit;
}

.ca-customized .btn-box.filter-btn .btn-line {
  color: #3A3A3A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 191px;
  border: 1px solid #3A3A3A;
  padding: 12px 20px;
}

.ca-customized .more-cards {
  height: 1450px;
  overflow: hidden;
  position: relative;
}

.ca-customized .more-cards>.MB30:nth-child(odd) {
  padding-right: 5px;
}

@media (max-width: 767px) {
  .ca-customized .more-cards>.MB30:nth-child(odd) {
    padding-right: 15px;
  }
}

.ca-customized .more-cards>.MB30:nth-child(even) {
  padding-left: 5px;
}

@media (max-width: 767px) {
  .ca-customized .more-cards>.MB30:nth-child(even) {
    padding-left: 15px;
  }
}

.ca-customized .more-cards .bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 59px;
}

.ca-customized .bigchk-box {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -20px;
}

.ca-customized .bigchk-box .custom-control.custom-checkbox.green .custom-control-label::before,
.ca-customized .bigchk-box .custom-control.custom-checkbox.green .custom-control-label::after {
  width: 32px;
  height: 32px;
  background-size: contain;
  border-radius: 50%;
  cursor: pointer;
}

.ca-customized .view-hr {
  border-top: 1px solid #9393A7;
  padding-top: 42px;
}

.ca-customized .head1 {
  color: #3A3A3A;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .ca-customized .head1 {
    font-size: 24px;
  }
}

.ca-customized .p-txt {
  color: #494949;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 49px;
}

@media (max-width: 991px) {
  .ca-customized .p-txt {
    font-size: 14px;
    margin-bottom: 32px;
  }
}

.ca-customized .filter-bx .trgr::before {
  color: #353535;
  top: auto;
  right: 15px;
}

.accordian .trgr.act::before {
  content: "\e903";
}

.accordian .trgr::before {
  position: absolute;
  width: 15px;
  height: 15px;
  font-family: icomoon;
  content: "\e900";
}

.accordian .trgr {

  position: relative;
  cursor: pointer;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background: url(../../../content/dam/idfcfirstbank/images/ba-compare-card/checkbox.svg) no-repeat;
}

.compare-section {
  position: absolute;
  z-index: 1;
  top: 107%;
  right: 0px;
  width: 222px;
}

.compare-section.ca-sticky {
  top: 50%;
}

@media (max-width: 1366px) {
  .compare-section {
    top: 93%;
    right: 0px;
  }
}

@media (max-width: 1280px) {
  .compare-section {
    top: 91%;
    right: 0px;
  }
}

@media (max-width: 1112px) {
  .compare-section {
    top: 105%;
    right: 0px;
  }
}

@media (max-width: 1024px) {
  .compare-section {
    top: 62%;
    right: 0px;
    width: 195px;
  }
}

@media (max-width: 991px) {
  .compare-section {
    position: fixed;
    bottom: 0px;
    transform: unset;
    top: inherit;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.compare-section .cmpr-data {
  background: #FFFFFF;
  padding: 12px 12px;
  min-height: 170px;
}

@media (max-width: 991px) {
  .compare-section .cmpr-data {
    min-height: auto;
  }
}

.compare-section .cmpr-data .add-btn a {
  color: #3A3A3A;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.5px;
  padding: 10px 16px;
  background: #F1F1F1;
  border-radius: 50px;
  display: inline-block;
}

.compare-section .cmpr-data .add-btn a img {
  width: 16px;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .compare-section .cmpr-data .add-btn a img {
    margin-left: 5px;
  }
}

.compare-section .cmpr-data ul li {
  color: #3A3A3A;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.5px;
  border-radius: 191px;
  border: 1px solid #3A3A3A;
  padding: 10px 14px;
  display: inline-block;
  margin-bottom: 12px;
}

.compare-section .cmpr-data ul li img {
  width: 16px;
  height: 16px;
}

.compare-section .cmpr-data ul li .remove-item {
  margin-left: 8px;
}

@media (max-width: 991px) {
  .compare-section .cmpr-data {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 2px;
  }

  .compare-section .cmpr-data ul {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
  }

  .compare-section .cmpr-data ul li {
    height: 40px;
    -ms-flex: none;
    flex: none;
    margin: 0 6px;
  }

  .compare-section .cmpr-data .add-btn {
    min-width: 90px;
    margin: 0 5px;
  }
}

.compare-section .cmpr-data .accnt-list {
  border-radius: 10px;
  background: #F1F1F1;
  margin-top: 4px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .compare-section .cmpr-data .accnt-list {
    position: absolute;
    right: 10px;
    bottom: 37px;
  }
}

.compare-section .cmpr-data .accnt-list .hd5 {
  color: #3A3A3A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.5px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 11px;
  margin-bottom: 0;
}

.compare-section .cmpr-data .accnt-list .hd5 img {
  transform: rotate(45deg);
}

.compare-section .cmpr-data .accnt-list .accnt-list-new-ul {
  max-height: 170px;
  overflow-y: scroll;
  position: relative;
  scrollbar-color: #ccc #999;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}

.compare-section .cmpr-data .accnt-list .accnt-list-new-ul::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.compare-section .cmpr-data .accnt-list .accnt-list-new-ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.compare-section .cmpr-data .accnt-list .accnt-list-new-ul::-webkit-scrollbar-thumb {
  height: 5px;
  width: 5px;
  background-color: #ccc;
}

.compare-section .cmpr-data .accnt-list .accnt-list-new-ul::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.compare-section .cmpr-data .accnt-list .accnt-list-new-ul .outer-wrapper::-webkit-scrollbar:vertical {
  display: none;
}

.compare-section .cmpr-data .accnt-list ul button {
  color: #3A3A3A;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.5px;
  border-top: 1px solid #D9D9D9;
  border-radius: 0;
  border-width: 1px 0 0 0;
  display: block;
  margin: 0 0;
  text-align: left;
  padding: 10px 10px;
}

@media (max-width: 991px) {
  .compare-section .cmpr-data .accnt-list ul {
    display: block;
    overflow: initial;
    width: 100%;
  }

  .compare-section .cmpr-data .accnt-list ul button {
    height: auto;
  }
}

.compare-section .black-gradient {
  border-radius: 0px 0px 0px 16px;
  background: linear-gradient(132deg, #353535 0%, #000 95.19%);
  padding: 11px 12px;
}

.compare-section .black-gradient button:disabled {
  background: #D9D9D9;
}

.compare-section .black-gradient-mobile button:disabled {
  background: #D9D9D9;
}

.compare-section .cnt-h5 {
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 24px 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 16px 0px 0px 0px;
  background: linear-gradient(132deg, #353535 0%, #000 95.19%);
}

@media (max-width: 991px) {
  .compare-section .cnt-h5 {
    border-radius: 16px 16px 0px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 13px;
  }
}

.compare-section h4 {
  position: absolute;
  top: 32px;
  left: -56px;
  transform: rotate(-90deg);
  background: #9D1D27;
  color: #FFFFFF;
  padding: 4px 6px;
  box-shadow: 0px 4px 10px 4px rgba(36, 37, 43, 0.05);
  border-radius: 4px 4px 0px 0px;
  font-weight: 700;
  font-size: 14px;
}

.compare-section h4 .mbLink {
  color: #FFFFFF;
  float: right;
  display: none;
}

@media (max-width: 991px) {
  .compare-section h4 .mbLink {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .compare-section h4 {
    position: static;
    transform: unset;
    width: 100%;
    padding: 10px 16px;
  }
}

.compare-section .d-flex {
  -ms-flex-direction: column;
  flex-direction: column;
}

.compare-section .cmp-list {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 4px rgba(36, 37, 43, 0.05);
  border-radius: 0px 0px 0px 4px;
  width: 133px;
  padding: 12px 32px 12px 8px;
}

@media (max-width: 991px) {
  .compare-section .cmp-list {
    width: 100%;
  }
}

.compare-section .cmp-list li {
  font-size: 14px;
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 6px;
  padding-top: 8px;
  position: relative;
}

@media (max-width: 991px) {
  .compare-section .cmp-list li {
    border: 0px solid;
    font-size: 16px;
    font-weight: 700;
  }
}

.compare-section .cmp-list li:last-child {
  border-bottom: 0px;
}

.compare-section .cmp-list li a.remove-item {
  display: block;
  position: absolute;
  top: 10px;
  right: -17px;
}

@media (max-width: 991px) {
  .compare-section .cmp-list li a.remove-item {
    top: 4px;
  }

  .idfc-current-cards .btn-box .btn-red,
  .idfc-current-cards .btn-box .btn-white,
  .idfc-current-cards .btn-box .btn-red1 {
    height: inherit;
    padding: 10px 30px;
  }
}

.idfc-current-cards .btn-box .btn-red,
.idfc-current-cards .btn-box .btn-white,
.idfc-current-cards .btn-box .btn-red1 {
  font-weight: 600;
  height: auto;
  font-size: 14px;
  line-height: 1.5;
}

.compare-section .cmp-list li a.remove-item img {
  width: 10px;
}

.compare-section .cmp-list .btn-box {
  margin-top: 18px;
}

@media (max-width: 991px) {
  .compare-section .cmp-list .btn-box {
    display: none;
  }
}

.compare-section .cmp-list .btn-box .btn-red {
  min-width: 110px;
  padding: 8px 16px;
}

@media (max-width: 767px) {

  .compare-section .btn-box .btn-red,
  .compare-section .btn-box .btn-white,
  .compare-section .btn-box .btn-red1 {
    height: inherit;
  }

  .btn-box .btn-red {
    padding: 10px 30px;
  }
}

.filterBx-mob-fixTop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #FFFFFF;
  overflow-y: scroll;
  height: 100%;
}

.filterBx-mob-fixTop .filter-bx {
  margin: 0px;
}

.filterBx-mob-fixTop .filter-bx .filter-accordian {
  padding: 0;
  padding-top: 50px;
  padding-bottom: 52px;
}

.filterBx-mob-fixTop .filter-bx .filter-accordian .filter_trgr {
  padding: 14px 15px;
  background: #E8E8E8;
  margin: 0px;
  margin-bottom: 1px;
}

.filterBx-mob-fixTop .filter-bx .filter-accordian .filter_trgr::before {
  content: "\e900";
  right: 16px;
  top: 18px;
  color: #9D1D27;
}

.filterBx-mob-fixTop .filter-bx .filter-accordian .filter_trgr.act::before {
  content: none !important;
}

.filterBox-mob .filter-bx .filter-accordian .filter_trgr::before {
  content: none !important;
}

.filterBx-mob-fixTop .filter-bx .filter-accordian .filter_tog {
  background: #f3f3f3;
  padding: 0 15px;
}

.filterBx-mob-fixTop .filter-bx .form-list {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 0px;
}

.filterBx-mob-fixTop .filter-bx .form-list li:last-child {
  margin-bottom: 0px;
}

.filterBx-mob-fixTop .filter-bx .form-list .custom-control.custom-radio.green .custom-control-label {
  padding-left: 5px;
  padding-top: 3px;
}

.filterBx-mob-fixTop .filter-top {
  position: fixed;
  top: 0px;
  z-index: 9;
  width: 100%;
  padding: 16px 20px;
  background: #9D1D27;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}

.filterBx-mob-fixTop .filter-top a {
  float: right;
  color: #9D1D27;
}

.filterBx-mob-fixTop .filter-btm {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.15);
}

.filterBx-mob-fixTop .filter-btm a,
.filterBx-mob-fixTop .filter-btm button {
  padding: 16px;
  text-align: center;
  font-size: 16px;
  border: solid 0px;
  font-weight: 700;
}

.filterBx-mob-fixTop .filter-btm a.close-btn,
.filterBx-mob-fixTop .filter-btm button.close-btn {
  width: 50%;
  background: #FFFFFF;
  color: #25243B;
}

.filterBx-mob-fixTop .filter-btm a.apply-btn,
.filterBx-mob-fixTop .filter-btm button.apply-btn {
  width: 50%;
  color: #FFFFFF;
  background: #9D1D27;
}

.filterBox-mob {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
  height: 80%;
  padding-top: 100px;
}

.filterBox-mob .filter-bx {
  margin: 0px;
}

.filterBox-mob .filter-bx .filter-accordian {
  padding: 0px 20px;
  padding-bottom: 70px;
  height: calc(100vh - 152px);
  background: #fff;
  overflow-y: auto;
}

.filterBox-mob .filter-bx .filter-accordian .filter_trgr {
  padding: 14px 15px;
  background: #FFFFFF;
  margin: 0px;
  margin-bottom: 1px;
  color: #3A3A3A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 111.111% */
  letter-spacing: -0.5px;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #F5F5F5;
}

.filterBox-mob .filter-bx .filter-accordian .filter_trgr.act {
  border: 0;
}

.filterBox-mob .filter-bx .filter-accordian .filter_trgr::before {
  /* content: "\e900"; */
  right: 16px;
  top: 15px;
  color: #3A3A3A;
}



.filterBox-mob .filter-bx .filter-accordian .filter_tog {
  background: #FFFFFF;
  padding: 0 15px;
  color: #353535;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.5px;
  border-bottom: 1px solid #F5F5F5;
}

.filterBox-mob .filter-bx .form-list {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 0px;
}

.filterBox-mob .filter-bx .form-list li:last-child {
  margin-bottom: 0px;
}

.filterBox-mob .filter-bx .form-list .custom-control.custom-radio.green .custom-control-label {
  padding-left: 5px;
  padding-top: 3px;
}

.filterBox-mob .filter-top {
  position: relative;
  width: 100%;
  padding: 16px 20px;
  background: #F1F1F1;
  color: #9D1D27;
  font-weight: 700;
  font-size: 20px;
  border-radius: 16px 16px 0 0;
}

.filterBox-mob .filter-top a {
  float: right;
  color: #9D1D27;
}

.filterBox-mob .filter-top a .icon-close::before {
  color: #9D1D27;
}

.filterBox-mob .filter-btm {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-weight: 700;
  background: #F1F1F1;
  padding: 9px 20px;
  box-shadow: none;
}

.filterBox-mob .filter-btm a,
.filterBox-mob .filter-btm button {
  padding: 16px;
  text-align: center;
  font-size: 16px;
  border: solid 0px;
  font-weight: 700;
}

.filterBox-mob .filter-btm a.close-btn,
.filterBox-mob .filter-btm button.close-btn {
  background: transparent;
  color: #9D1D27;
}

.filterBox-mob .filter-btm a.apply-btn,
.filterBox-mob .filter-btm button.apply-btn {
  color: #FFFFFF;
  background: #9D1D27;
  border-radius: 50px;
}

.filterBox-mob .custom-control.custom-checkbox.green .custom-control-label::before,
.filterBox-mob .custom-control.custom-checkbox.green .custom-control-label::after {
  width: 18px;
  height: 18px;
  left: -25px;
  background-size: contain;
  top: 5px;
}

.filterBox-mob .custom-control.custom-radio.green .custom-control-label::before,
.filterBox-mob .custom-control.custom-radio.green .custom-control-label::after {
  width: 18px;
  height: 18px;
  left: -25px;
  top: 5px;
}

.filterBox-mob .custom-control-label {
  font-size: 16px;
}

.filterBox-mob .custom-control-input:checked~.custom-control-label {
  font-weight: 600;
}

.filterBox-mob .filter-bx .filter-accordian .filter_trgr.act::before {
  content: '\e903';
}

.filterBox-mob .filter-bx .filter-accordian .filter_trgr::before {
  content: "\e900";
  right: 16px;
  top: 15px;
  color: #3A3A3A;
}

.filter-accordian .filter_trgr::before {
  position: absolute;
  width: 15px;
  height: 15px;
  font-family: icomoon;
  content: "\e906";
  right: 0px;
  top: 20px;
  color: #54565B;
}

/* Compare Card CSS END  */
/* PIS Revamp compare css Start*/
.ca-compare-main {
    padding: 40px 55px 60px 55px;
}

@media (max-width: 991px) {
    .ca-compare-main {
        padding: 16px 1px 50px 1px;
    }
}

.ca-compare-main .top-back {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

@media (max-width: 991px) {
    .ca-compare-main .top-back {
        margin-bottom: 33px;
    }
}

.ca-compare-main .top-back a {
    display: -ms-flexbox;
    display: flex;
}

.ca-compare-main .hd1 {
    color: #3A3A3A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.48px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: -1;
}

@media (max-width: 991px) {
    .ca-compare-main .hd1 {
        font-size: 18px;
        margin-bottom: 0px;
    }
}

.ca-compare-main .back-txt {
    color: #3A3A3A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.32px;
}

.ca-compare-main table {
    border-collapse: separate;
    border: solid #F1F1F1 1px;
    border-radius: 16px;
    -moz-border-radius: 6px;
    width: 100%;
    border-spacing: 0;
}

.ca-compare-main th {
    border-left: 0px;
    border-top: solid #F1F1F1 1px;
    padding: 35px 40px;
    border-bottom: 0 !important;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.4px;
}

@media (max-width: 991px) {
    .ca-compare-main th {
        padding: 30px 24px;
        font-size: 16px;
    }
}

.ca-compare-main td {
    border-left: solid #F1F1F1 1px;
    border-top: solid #F1F1F1 1px;
    padding: 35px 40px;
    color: #3A3A3A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.48px;
}

.ca-compare-main td a{
    color:#3A3A3A;
}

@media (max-width: 991px) {
    .ca-compare-main td {
        font-size: 14px !important;
        text-align: center !important;
        padding: 30px 14px;
        font-weight: 700;
    }

    .ca-compare-main td .benefit-txt {
        font-size: 20px;
        font-weight: 400;
        margin-top: 12px;
    }
}

.ca-compare-main tr:first-child td {
    border-top: 0px;
}

.ca-compare-main tr:first-child th:first-child {
    border-top-left-radius: 16px;
}

.ca-compare-main tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
}

.ca-compare-main tr:first-child th:last-child {
    border-top-right-radius: 16px;
}

.ca-compare-main th {
    border-top: none;
}

.ca-compare-main td:first-child,
.ca-compare-main th:first-child {
    border-left: none;
    color: #3A3A3A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.4px;
    text-align: left;
}

@media (max-width: 991px) {

    .ca-compare-main td:first-child,
    .ca-compare-main th:first-child {
        text-align: center;
        font-size: 16px;
    }
}

.ca-compare-main td:nth-child(odd) {
    background: #fafafa;
}

.ca-compare-main .btn-box .btn-red {
    color: #FFFFFF;
    text-align: center;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ca-compare-main .btn-box .btn-link {
    text-align: center;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 24px;
    display: block;
}

@media (max-width: 991px) {
    .ca-compare-main .btn-box .btn-link {
        margin-top: 20px;
    }
}

.ca-compare-main .bg-grey {
    background: #DDD;
}

.ca-compare-main .bg-redGrad {
    background: var(--Red-Gradient, linear-gradient(248deg, #75161B -23.47%, #A02931 114.49%));
}

.ca-compare-main .bg-lgt-grey {
    background: #F1F1F1;
}

/* PIS Revamp compare css End*/
