body {
    padding-top: 160px
}

body.overflow {
    overflow: hidden
}

@media(max-width: 991px) {
    body {
        padding-top: 120px
    }
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100px;
    background: #fff;
    transition: all .1s ease
}

/* header.secNavSticky.d-lg-block {
    height: auto
} */

/* header.secNavSticky.d-lg-block .top-nav {
    display: none
} */

header.zindex {
    z-index: 3;
}

/* header.zindex.secNavSticky {
    box-shadow: none;
    z-index: 3
} */

header.sticky {
    height: 70px;
    overflow: hidden;
    z-index: 3
}

header.sticky .menu {
    opacity: 1;
    left: 0;
    width: 84px;
    padding: 25px 20px 25px 40px
}

header.sticky .top-nav-left {
    opacity: 0;
    width: 50px
}

header.sticky .top-nav-right li.drop-down {
    opacity: 0
}

header.sticky .top-nav-right li.drop-down>a {
    line-height: inherit
}

header.sticky .sub-nav {
    opacity: 0;
    transform: translateY(-50%)
}

header.sticky .top-nav {
    height: 70px
}

header.sticky .top-nav .logo {
    padding: 15px 0 0 20px
}

header.sticky .top-nav-right li.stvi {
    display: block
}

header.sticky .top-nav-right li.stvi .icon-search {
    vertical-align: middle
}

header.sticky .sec-nav {
    display: none
}

header.sticky .login a {
    height: 70px
}

@media(max-width: 991px) {
    header.sticky .top-nav .logo {
        padding-top: 0
    }
}

@media(max-width: 991px) {
    header {
        height: 120px
    }
}

header a {
    color: #25243b
}

header.d-lg-none .btn-box .btn-white {
    border: solid 1px;
    padding: 8px 15px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600
}

header.d-lg-none .top-nav-right ul li {
    margin-right: 7px;
    padding: 0px
}

header.d-lg-none .top-nav-right ul li:last-child {
    padding: 0 0 0 2px
}

@media(max-width: 991px) {
    header.d-lg-none .top-nav-right ul li.lang-bx {
        position: relative
    }

    header.d-lg-none .top-nav-right ul li.lang-bx .dropdown-content {
        left: auto;
        right: -130px;
        width: 160px;
        padding: 10px 10px 5px 10px;
        top: 30px
    }

    header.d-lg-none .top-nav-right ul li.lang-bx .dropdown-content ul li {
        padding: 5px;
        margin: 0;
        border-bottom: 1px solid #d8d8d8;
        font-size: 14px
    }

    header.d-lg-none .top-nav-right ul li.lang-bx .dropdown-content ul li:last-child {
        border-bottom: 0
    }
}

header .icon-lage .path1:before {
    color: #353535
}

header .icon-lage .path2:before {
    color: #353535
}

@media(max-width: 991px) {
    header .icon-lage .path1:before {
        color: #979797
    }

    header .icon-lage .path2:before {
        color: #616161
    }
}

.header-main {
    margin: 0 auto
}

.sec-nav {
    display: -ms-flexbox;
    display: flex;
    background: linear-gradient(131.93deg, #353535 0%, #000000 100%);
    height: 56px;
    opacity: 1;
    transform: translateY(0);
    transition: all .3s ease;
    position: relative;
    z-index: 1;
    -ms-flex-align: center;
    align-items: center
}

.sec-nav.bg-white {
    background-color: #fff !important;
    background: rgba(0, 0, 0, 0)
}

.sec-nav.bg-white>ul.last li a,
.sec-nav.bg-white>ul.last li a:visited {
    color: #353535
}

.sec-nav.bg-white>ul.last li a:hover,
.sec-nav.bg-white>ul.last li a:active,
.sec-nav.bg-white>ul.last li a:visited:hover,
.sec-nav.bg-white>ul.last li a:visited:active {
    background: #fff
}

.sec-nav.bg-white>ul.last li .dropdown-content {
    border-radius: 0px 4px 8px 8px;
    background: #fff;
    box-shadow: 0px 0px 6.8px 0px rgba(0, 0, 0, .25);
}

.sec-nav.bg-white>ul.last li .dropdown-content li a,
.sec-nav.bg-white>ul.last li .dropdown-content li a:visited {
    color: #353535
}

.sec-nav>ul {
    display: -ms-flexbox;
    display: flex
}

.sec-nav>ul.pre {
    background: #000;
    margin-left: 20px;
    border-radius: 24px
}

@media(max-width: 1440px) {
    .sec-nav>ul.pre {
        margin-left: 12px
    }
}

.sec-nav>ul.pre.bg-transparent li a {
    color: #353535
}

.sec-nav>ul.pre.bg-transparent li a:hover {
    color: #353535;
    background: rgba(0, 0, 0, 0)
}

.sec-nav>ul.pre li {
    margin: 0px;
    line-height: 2.5;
    font-size: 12px
}

.sec-nav>ul.pre li a {
    border-radius: 24px;
    display: block;
    padding: 0 20px;
    color: #fff
}

@media(max-width: 1440px) {
    .sec-nav>ul.pre li a {
        padding: 0 15px
    }
}

@media(max-width: 1024px) {
    .sec-nav>ul.pre li a {
        padding: 0 7px
    }
}

.sec-nav>ul.pre li a:hover {
    font-weight: inherit;
    background: rgba(157, 29, 39, .3);
    color: #fff
}

.sec-nav>ul.last {
    margin-left: auto;
    margin-right: 70px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.sec-nav>ul.last li {
    position: relative;
    height: 100%;
    margin-right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1280px) {
    .sec-nav>ul.last li {
        margin-right: 0px
    }
}

.sec-nav>ul.last li .icon-search {
    vertical-align: middle
}

.sec-nav>ul.last li a {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    font-size: 14px;
    color: #fff
}

.sec-nav>ul.last li a:link {
    color: #fff
}

.sec-nav>ul.last li a:visited {
    color: #fff
}

.sec-nav>ul.last li a:hover {
    background: #000;
    color: #fff
}

.sec-nav>ul.last li a.btn-white {
    min-width: 88px;
    font-weight: 500;
    height: 36px;
    font-size: 14px;
    color: #fff !important;
    background-color: #981a1d
}

@media(max-width: 1024px) {
    .sec-nav>ul.last li a.btn-white {
        min-width: 68px;
        font-size: 14px;
        height: 33px
    }
}

.sec-nav>ul.last li a.btn-white:hover {
    color: #fff;
    background: #981a1d !important
}

.sec-nav>ul.last li a.btn-white.customer-support {
    min-width: 70px;
    padding: 0 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.6px;
    color: #353535 !important;
    border: 1px solid #353535;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0) !important
}

.sec-nav>ul.last li a.btn-white.customer-support:hover {
    background: #fff !important
}

.sec-nav>ul.last li:last-child {
    margin-right: 0
}

.sec-nav>ul.last li:last-child a {
    margin: 0
}

.sec-nav>ul.last li.help-dropdonw {
    margin: 0 15px
}

.sec-nav>ul.last li.help-dropdonw:hover,
.sec-nav>ul.last li.login-button:hover {
    background: none
}

.sec-nav>ul>li {
    line-height: 40px;
    font-size: 14px;
    margin-right: 32px
}

.sec-nav>ul>li.sec {
    background: #f5f5f5;
    margin-right: 0;
    padding-left: 30px
}

.sec-nav>ul>li>a:hover,
.sec-nav>ul>li>a.active {
    color: #fff
}

.sec-nav>ul>li>a:hover .icon-Down::before,
.sec-nav>ul>li>a.active .icon-Down::before {
    content: ""
}

.sec-nav>ul>li>a .icon-Down {
    font-weight: 700;
    font-size: 13px;
    margin-left: 5px
}

.sec-nav>ul .icon-search {
    font-size: 16px;
    font-weight: 700
}

.sec-nav>ul .icon-lage {
    font-size: 15px
}

.sec-nav>ul .dfv {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

@media(max-width: 1024px) {
    .sec-nav>ul li {
        margin-right: 24px
    }

    .sec-nav>ul.pre {
        padding-left: 0px;
        margin-left: 10px
    }

    .sec-nav>ul.last {
        margin-right: 4px
    }
}

.sec-nav .menu {
    position: relative;
    left: -20px;
    padding: 25px 0;
    width: 0;
    opacity: 0;
    transition: all .3s linear
}

.sec-nav .menu a img {
    display: block
}

.sec-nav .menu a span {
    font-size: 20px
}

.sec-nav .logo {
    padding: 0px 0px 0 70px
}

@media(max-width: 1024px) {
    .sec-nav .logo {
        padding: 0px 0px 0 10px
    }
}

.sec-nav .logo a img {
    height: 36px;
    display: block;
    width: auto
}

@media(max-width: 1024px) {
    .sec-nav .logo a img {
        height: 36px
    }
}

.sec-nav a {
    color: #fff
}

.sec-nav a:hover {
    color: #fff
}

.sec-nav .dropdown-content a {
    color: #54565b
}

.sec-nav .icon-Down:before {
    color: #da3442
}

.sec-nav .btn-box .btn-red {
    padding: 7px 23px;
    font-size: 14px
}

.sec-nav .btn-box .btn-white {
    min-width: 70px;
    height: 30px;
    padding: 0 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px;
    color: #981a1d;
    letter-spacing: -0.6px
}

.sec-nav .btn-box .btn-white.dropdown-toggle:after {
    display: none
}

@media(max-width: 1024px) {
    .sec-nav .btn-box .btn-white {
        min-width: 68px;
        height: 33px;
        font-size: 14px
    }
}

@media(max-width: 1280px) {
    .sec-nav .btn-box .btn-white {
        font-size: 14px;
        line-height: 20px;
        padding: 0 8px;
        margin-left: 5px;
        margin-right: 5px;
        min-width: 72px
    }
}

.sec-nav .btn-box .btn-white:hover {
    background: #9d1d27;
    color: #fff
}

.sec-nav .btn-box .btn-white.ira-help:hover {
    background-color: #fff
}

.sec-nav .btn-box .btn-white.ira-help img {
    margin-top: -7px
}

.sec-nav .btn-box.dropdown.show>a.dropdown-toggle.btn-white {
    position: relative;
    z-index: 2
}

.sec-nav .btn-box.dropdown.show>a.dropdown-toggle.btn-white:before {
    content: "\a";
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
    background-color: #fff;
    position: absolute;
    top: 39px;
    right: 25px;
    box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, .25);
    z-index: 3
}

.top-nav {
    font-size: 14px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 65px;
    background: #fff
}

.top-nav.bg-light-white {
    padding: 0 70px
}

@media(max-width: 1024px) {
    .top-nav {
        padding: 0
    }
}

@media(max-width: 991px) {
    .top-nav {
        box-shadow: none
    }
}

.top-nav .logo {
    padding: 10px 30px 0 46px
}

.top-nav .logo a img {
    display: block
}

.top-nav .menu {
    position: relative;
    left: -20px;
    padding: 25px 0;
    width: 0;
    opacity: 0;
    transition: all .3s linear
}

.top-nav .menu a img {
    display: block
}

.top-nav .menu a span {
    font-size: 20px
}

@media(max-width: 1024px) {
    .top-nav .logo {
        padding: 10px 10px 0 30px
    }
}

@media(max-width: 991px) {
    .top-nav {
        height: 60px;
        -ms-flex-align: center;
        align-items: center
    }

    .top-nav .menu {
        position: static;
        opacity: 1;
        left: 0;
        width: 24px
    }

    .top-nav .logo {
        padding: 0 0 0 0
    }

    .top-nav .logo img {
        height: 28px
    }

    .top-nav .menu-mob .icon-menu,
    .top-nav .icon-search {
        display: block;
        font-size: 20px
    }

    .top-nav .icon-search {
        font-size: 24px
    }

    .top-nav .myCornerm img {
        height: 30px
    }

    .top-nav .menu-mob .icon-menu::before {
        color: #9b1e26
    }
}

.top-nav .top-nav-left .drop-down.rgt .dropdown-content {
    left: auto;
    right: 0px
}

.top-nav .top-nav-left .dropdown-content {
    left: 0;
    top: 45px
}

.top-nav .top-nav-left .dropdown-content.menu-cardList-cnt {
    min-width: 760px;
    max-height: 290px;
    overflow-y: scroll
}

@media(max-width: 1024px) {
    .top-nav .top-nav-left .dropdown-content.menu-cardList-cnt {
        min-width: 550px
    }
}

.top-nav .top-nav-left .dropdown-content.menu-cardList-cnt.two-col {
    height: 235px;
    min-width: 520px
}

.top-nav .top-nav-left .dropdown-content.menu-cardList-cnt.two-col .grdiantCard {
    width: 46%
}

.top-nav .top-nav-left .dropdown-content.onlinkList {
    padding: 0px;
    border-radius: 0 0 10px 10px
}

.top-nav .top-nav-left .dropdown-content.onlinkList li {
    margin-bottom: 0px
}

.top-nav .top-nav-left .dropdown-content.onlinkList li:last-child a {
    border-bottom: 0px
}

.top-nav .top-nav-left .dropdown-content.onlinkList li a {
    display: -ms-flexbox;
    display: flex;
    padding: 18px 20px;
    border-bottom: solid 1px rgba(151, 151, 151, .2);
    -ms-flex-align: center;
    align-items: center
}

.top-nav .top-nav-left .dropdown-content.onlinkList li a span {
    padding-right: 23px
}

.top-nav-left {
    opacity: 1;
    transition: opacity .3s ease;
    display: -ms-flexbox;
    display: flex
}

.top-nav-left>li {
    margin: 0;
    position: relative
}

.top-nav-left>li.active>a,
.top-nav-left>li:hover>a {
    font-weight: 700
}

.top-nav-left>li.active>a .icon-Down::before,
.top-nav-left>li:hover>a .icon-Down::before {
    color: #9d1d27;
    content: ""
}

.top-nav-left>li>a {
    display: block;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    padding: 14px 30px 14px 0;
    height: 45px;
    color: #353535;
    white-space: nowrap;
    font-size: 14px
}

@media(max-width: 1024px) {
    .top-nav-left>li>a {
        padding: 16px 8px
    }
}

.top-nav-left>li>a .icon-Down {
    font-weight: 700;
    font-size: 13px;
    margin-left: 5px
}

.top-nav-left>li>a .icon-Down::before {
    color: #9d1d27
}

.top-nav-left>li>a:hover {
    border-bottom: 3px solid #9d1d27
}

.top-nav-left>li .dfm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.top-nav-left>li .dfm .icon-more {
    font-size: 20px;
    margin-right: 8px
}

.top-nav-left>li .icon {
    margin-right: 8px;
    display: inline-block
}

.top-nav-left>li .icon img {
    width: 20px;
    height: 20px
}

@media(max-width: 1280px) {
    .top-nav-left>li.hide-1024 {
        display: none
    }
}

@media(max-width: 1280px) {
    .top-nav-left>li {
        font-size: 14px;
        margin: 0
    }

    .top-nav-left>li>a {
        padding: 15px 30px 10px 0px
    }
}

@media(max-width: 1024px) {
    .top-nav-left>li {
        font-size: 14px;
        margin: 0
    }

    .top-nav-left>li>a {
        padding: 15px 18px 10px 0px
    }
}

.top-nav-right {
    opacity: 1;
    transition: opacity .3s ease;
    display: -ms-flexbox;
    display: flex
}

.top-nav-right .icon-search:before {
    color: #9d1d27
}

.top-nav-right .right-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.top-nav-right .right-nav .phone svg {
    margin-top: 0px
}

.top-nav-right .right-nav .hotline-new {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 12px;
    margin-top: -2px
}

.top-nav-right .right-nav .hotline-new .hotline-new-customer-care-txt {
    color: #353535;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    margin-top: 0
}

.top-nav-right .right-nav .hotline-new .hotline-new-customer-care-number {
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    margin-top: 2px
}

@media(max-width: 1024px) {
    .top-nav-right .right-nav {
        padding: 0px 10px 0 0
    }
}

.top-nav-right .right-nav>li {
    margin: 0 12px;
    position: relative
}

.top-nav-right .right-nav>li>a {
    padding: 15px 0;
    line-height: 30px
}

.top-nav-right .right-nav>li:last-child {
    margin-right: 0
}

.top-nav-right .right-nav>li.stvi {
    display: none
}

.top-nav-right .right-nav>li .search,
.top-nav-right .right-nav>li .icon-lage {
    font-size: 22px
}

.top-nav-right .right-nav>li .phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0
}

.top-nav-right .right-nav>li .phone:hover .f10 {
    color: #222
}

.top-nav-right .right-nav>li .phone .f10 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 10px;
    margin-left: 8px;
    font-weight: 600
}

.top-nav-right .right-nav>li .phone .f10.hotline {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #981a1d;
    white-space: nowrap
}

@media(max-width: 1440px) {
    .top-nav-right .right-nav>li .phone .f10.hotline {
        font-size: 11px;
        line-height: 16px
    }
}

.top-nav-right .right-nav>li .phone span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #9d1d27;
    letter-spacing: .23px;
    margin-top: 4px
}

@media(max-width: 1440px) {
    .top-nav-right .right-nav>li .phone span {
        font-size: 13px
    }
}

@media(max-width: 1024px) {
    .top-nav-right .right-nav>li {
        margin: 0 8px;
        font-size: 14px
    }
}

@media(max-width: 991px) {
    .top-nav-right .right-nav>li {
        margin-right: 24px
    }
}

.sub-nav {
    opacity: 1;
    transform: translateY(0);
    transition: all .3s ease;
    border-top: 1px solid #d8d8d8
}

.sub-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.sub-nav ul li {
    padding: 20px
}

.my-corner {
    display: inline-block;
    background: url(../../../content/dam/idfcfirstbank/images/homepage-redesign/my-corner.svg) no-repeat right center;
    padding-right: 46px;
    line-height: 38px
}

@media(max-width: 1024px) {
    .my-corner {
        padding-right: 38px;
        height: 38px
    }

    .my-corner span {
        display: none
    }
}

.login a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s;
    position: relative;
    padding: 0;
    margin: 0 54px 0 0;
    color: #525252
}

.login a span {
    margin-right: 8px
}

@media(max-width: 1024px) {
    .login a {
        margin-right: 30px
    }
}

@media(max-width: 991px) {
    .login a {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 14px 13px 13px;
        margin-right: -15px;
        font-size: 12px
    }

    .login a span {
        font-size: 20px;
        margin: 0 0 3px
    }
}

.mob-menu {
    display: none
}

@media(max-width: 991px) {
    .mob-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background: #fff;
        overflow: auto
    }

    .mob-menu .mm-top-in {
        height: 70px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .07)
    }

    .mob-menu .mm-top-in .logo img {
        height: 34px;
        width: auto
    }

    .mob-menu .mm-top-in .search {
        margin-left: auto;
        margin-right: 20px
    }

    .mob-menu .mm-top-in .search .icon-search {
        font-size: 24px
    }

    .mob-menu .mm-top-in .search .icon-search:before {
        color: #9b1e26
    }

    .mob-menu .mm-top-in .language {
        margin: 0 16px 0 -4px
    }

    .mob-menu .mm-top-in .language .icon-lage {
        font-size: 18px
    }

    .mob-menu .mm-top-in .icon-close {
        font-size: 18px
    }

    .mob-menu .mm-top-in .icon-close:before {
        color: #9b1e26
    }

    .mob-menu .mm-mid .mob-scrollm {
        background: linear-gradient(131.93deg, #353535 0%, #000000 100%);
        padding: 15px
    }

    .mob-menu .mm-mid .mob-scrollm ul {
        min-width: 300px
    }

    .mob-menu .mm-mid .tab-content>.active {
        display: block
    }

    .mob-menu .mm-mid .nav.pre {
        background: #000;
        border-radius: 24px;
        padding: 0
    }

    .mob-menu .mm-mid .nav.pre li {
        padding: 0;
        margin-right: 4px
    }

    .mob-menu .mm-mid .nav.pre li a {
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        white-space: nowrap
    }

    .mob-menu .mm-mid .nav.pre li a.active {
        background: linear-gradient(135deg, #9d1d27 0.12%, #6e0a0f 100%);
        font-weight: inherit
    }

    .mob-menu .mm-mid .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 35px;
        overflow-x: auto
    }

    .mob-menu .mm-mid .nav li {
        margin-right: 12px;
        padding: 15px 0
    }

    .mob-menu .mm-mid .nav li:last-child {
        margin-right: 0
    }

    .mob-menu .mm-mid .nav li a {
        display: inline-block;
        padding: 5px 14px;
        border-radius: 15px
    }

    .mob-menu .mm-mid .nav li a.active {
        font-weight: 700;
        background: #9d1d27;
        color: #fff
    }

    .mob-menu .mm-mid .tab-content {
        padding: 0
    }

    .mob-menu .mm-mid .tab-content .mlink {
        border-bottom: 1px solid rgba(157, 29, 39, .3);
        padding-bottom: 24px;
        margin-bottom: 0
    }

    .mob-menu .mm-mid .tab-content .mlink a {
        font-weight: 700;
        color: #9d1d27
    }

    .mob-menu .footer-top .fot-dred {
        padding: 40px 20px
    }

    .mob-menu .footer .fot-dred .col-lg-5 {
        margin-bottom: 0
    }

    .mob-menu .mob-smenu a.redirect-link {
        padding: 22px 15px 15px 15px;
        position: relative;
        background: #9d1d27;
        border-bottom: 1px solid rgba(216, 216, 216, .21);
        color: #fff;
        display: block
    }

    .mob-menu .mob-smenu a.redirect-link::before {
        position: absolute;
        font-size: 14px;
        font-family: icomoon;
        content: "";
        right: 15px;
        top: 24px;
        color: #fff
    }

    .mob-menu .mob-smenu .main-link {
        padding: 20px 15px;
        background: #d8d8d8;
        font-weight: 700
    }

    .mob-menu .mob-smenu .main-link a {
        color: #9d1d27;
        font-size: 14px
    }

    .mob-menu .mob-smenu .fhd {
        padding: 20px 15px;
        position: relative;
        background: #f3f3f3;
        border-bottom: 1px solid #d8d8d8;
        font-size: 14px
    }

    .mob-menu .mob-smenu .fhd.act {
        color: #9d1d27;
        font-weight: 700
    }

    .mob-menu .mob-smenu .fhd.act::before {
        content: ""
    }

    .mob-menu .mob-smenu .fhd::before {
        position: absolute;
        font-size: 14px;
        font-family: icomoon;
        content: "";
        right: 15px;
        top: 20px;
        color: #9d1d27
    }

    .mob-menu .mob-smenu .fhd.others-menu {
        background: #525252;
        color: #fff;
        border-bottom-color: #d0d0d0
    }

    .mob-menu .mob-smenu .fhd.others-menu.last {
        border-bottom: 0
    }

    .mob-menu .mob-smenu .fhd.others-menu::before {
        color: #fff
    }

    .mob-menu .mob-smenu .fbody {
        display: none;
        border-bottom: 1px solid #d8d8d8
    }

    .mob-menu .mob-smenu .fbody .fhd {
        border-bottom: 0;
        background: #f3f3f3;
        border-top: 1px solid rgba(216, 216, 216, .5);
        padding: 22px 15px 15px 15px;
        color: #54565b
    }

    .mob-menu .mob-smenu .fbody .fhd:first-child {
        border-top: 0
    }

    .mob-menu .mob-smenu .fbody .fhd.act {
        color: #54565b
    }

    .mob-menu .mob-smenu .fbody .fhd.act::before {
        content: "";
        color: #9d1d27
    }

    .mob-menu .mob-smenu .fbody .fhd::before {
        content: "";
        right: 15px;
        color: #54565b
    }

    .mob-menu .mob-smenu .fbody ul {
        display: none
    }

    .mob-menu .mob-smenu .fbody ul.flist {
        display: block
    }

    .mob-menu .mob-smenu .flist {
        padding-top: 25px;
        display: none
    }

    .mob-menu .mob-smenu .flist li {
        padding: 0 25px 20px 25px
    }

    .mob-menu .mob-smenu .flist li.viewAll a {
        color: #9b1e26;
        font-size: 14px
    }

    .mob-menu .mob-smenu .flist li a {
        color: #222;
        font-size: 14px
    }

    .mob-menu .mob-smenu .flist li a.f16br {
        color: #9b1e26
    }

    .mob-menu .mob-smenu .flist li hr {
        margin-bottom: .5rem
    }

    .mob-menu .mob-smenu .flist li:last-child {
        padding-bottom: 28px
    }

    .mob-menu .mob-smenu .flist li.flist-hd {
        font-weight: 700;
        color: #9d1d27;
        padding-left: 15px
    }

    .mob-menu .mob-smenu .fhd-link {
        padding: 28px 0;
        font-weight: 700;
        border-top: 1px solid rgba(216, 216, 216, .5)
    }

    .mob-menu .footer .fot-red1 {
        padding: 20px 0
    }

    .mob-menu .footer .fot-red1 ul li {
        font-weight: 700;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        margin-top: 0;
        padding: 16px 0
    }

    .mob-menu .footer .fot-red1 ul li:last-child {
        border-bottom: 0
    }

    .mob-menu .footer {
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    .mob-menu .mm-mid .nav {
        padding: 0 15px
    }
}

.snav-wraper,
.stab-wraper {
    height: 65px
}

.bg-grey .secondary-tab {
    border-bottom: solid 1px #d8d8d8;
    background: #fafafa;
    height: 69px
}

@media(max-width: 1024px) {
    .bg-grey .secondary-tab {
        height: auto
    }
}

.secondary-nav,
.secondary-tab,
.secondary-tab-normal {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(37, 36, 59, .1);
    position: relative
}

.secondary-nav.sticky,
.secondary-tab.sticky,
.secondary-tab-normal.sticky {
    position: fixed;
    width: 100%;
    top: 55px;
    left: 0;
    z-index: 2
}

.secondary-nav.sticky ul:not(.filter) li a,
.secondary-tab.sticky ul:not(.filter) li a,
.secondary-tab-normal.sticky ul:not(.filter) li a {
    padding: 15px 0 10px;
    font-size: 16px
}

.secondary-nav.sticky .container .btn-box,
.secondary-tab.sticky .container .btn-box,
.secondary-tab-normal.sticky .container .btn-box {
    top: 5px
}

.secondary-nav.sticky .container .btn-box .btn-red,
.secondary-tab.sticky .container .btn-box .btn-red,
.secondary-tab-normal.sticky .container .btn-box .btn-red {
    padding: 7px 30px;
    font-size: 14px
}

.secondary-nav ul:not(.filter),
.secondary-tab ul:not(.filter),
.secondary-tab-normal ul:not(.filter) {
    display: -ms-flexbox;
    display: flex
}

.secondary-nav ul:not(.filter).op1 li,
.secondary-tab ul:not(.filter).op1 li,
.secondary-tab-normal ul:not(.filter).op1 li {
    margin: 0 25px
}

.secondary-nav ul:not(.filter).op1 li:last-child,
.secondary-tab ul:not(.filter).op1 li:last-child,
.secondary-tab-normal ul:not(.filter).op1 li:last-child {
    margin-right: 0
}

@media(max-width: 1024px) {

    .secondary-nav ul:not(.filter).op1 li,
    .secondary-tab ul:not(.filter).op1 li,
    .secondary-tab-normal ul:not(.filter).op1 li {
        margin: 0 14px
    }
}

.secondary-nav ul:not(.filter) li,
.secondary-tab ul:not(.filter) li,
.secondary-tab-normal ul:not(.filter) li {
    margin: 0 36px
}

.secondary-nav ul:not(.filter) li p,
.secondary-tab ul:not(.filter) li p,
.secondary-tab-normal ul:not(.filter) li p {
    margin-bottom: 0
}

.secondary-nav ul:not(.filter) li.no-data,
.secondary-tab ul:not(.filter) li.no-data,
.secondary-tab-normal ul:not(.filter) li.no-data {
    margin: 0
}

@media(max-width: 1024px) {

    .secondary-nav ul:not(.filter) li,
    .secondary-tab ul:not(.filter) li,
    .secondary-tab-normal ul:not(.filter) li {
        margin: 0 15px
    }
}

.secondary-nav ul:not(.filter) li:first-child,
.secondary-tab ul:not(.filter) li:first-child,
.secondary-tab-normal ul:not(.filter) li:first-child {
    margin-left: 0
}

.secondary-nav ul:not(.filter) li a,
.secondary-tab ul:not(.filter) li a,
.secondary-tab-normal ul:not(.filter) li a {
    padding: 25px 0 20px;
    display: block;
    font-weight: 400;
    position: relative;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.5px
}

.secondary-nav ul:not(.filter) li a::after,
.secondary-tab ul:not(.filter) li a::after,
.secondary-tab-normal ul:not(.filter) li a::after {
    border-bottom: 3px solid #9d1d27;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin: auto;
    position: absolute;
    transition: .3s all ease
}

.secondary-nav ul:not(.filter) li a strong,
.secondary-tab ul:not(.filter) li a strong,
.secondary-tab-normal ul:not(.filter) li a strong {
    font-weight: 300;
    color: #222
}

.secondary-nav ul:not(.filter) li a.active strong,
.secondary-nav ul:not(.filter) li a:hover strong,
.secondary-tab ul:not(.filter) li a.active strong,
.secondary-tab ul:not(.filter) li a:hover strong,
.secondary-tab-normal ul:not(.filter) li a.active strong,
.secondary-tab-normal ul:not(.filter) li a:hover strong {
    font-weight: 500
}

.secondary-nav ul:not(.filter) li a.active::after,
.secondary-nav ul:not(.filter) li a:hover::after,
.secondary-tab ul:not(.filter) li a.active::after,
.secondary-tab ul:not(.filter) li a:hover::after,
.secondary-tab-normal ul:not(.filter) li a.active::after,
.secondary-tab-normal ul:not(.filter) li a:hover::after {
    width: 100%
}

@media(max-width: 991px) {

    .secondary-nav,
    .secondary-tab,
    .secondary-tab-normal {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none
    }

    .secondary-nav::-webkit-scrollbar,
    .secondary-tab::-webkit-scrollbar,
    .secondary-tab-normal::-webkit-scrollbar {
        display: none
    }

    .secondary-nav ul li,
    .secondary-tab ul li,
    .secondary-tab-normal ul li {
        margin: 0 24px
    }
}

.secondary-tab-normal {
    border-bottom: solid 1px #d8d8d8;
    height: 69px
}

@media(max-width: 767px) {
    .secondary-tab-normal ul {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto
    }
}

.secondary-tab-normal ul li {
    margin: 0 8px
}

@media(max-width: 767px) {
    .secondary-tab-normal ul li {
        margin: 0
    }
}

.secondary-tab-normal ul li a {
    padding: 30px 15px 20px 20px
}

@media(max-width: 1024px) {
    .secondary-tab-normal {
        height: auto
    }
}

.sec-nav ul.last .dropdown-content,
.right-nav .dropdown-content,
.sub-nav .dropdown-content,
.top-nav .dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    width: 760px;
    left: -20px;
    z-index: 2;
    top: 50px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .07);
    padding: 20px 28px 5px
}

.sec-nav ul.last .dropdown-content li,
.right-nav .dropdown-content li,
.sub-nav .dropdown-content li,
.top-nav .dropdown-content li {
    margin-bottom: 12px
}

.sec-nav ul.last .dropdown-content li:last-child,
.right-nav .dropdown-content li:last-child,
.sub-nav .dropdown-content li:last-child,
.top-nav .dropdown-content li:last-child {
    margin-bottom: 0
}

.sec-nav ul.last .dropdown-content li.sep-line,
.right-nav .dropdown-content li.sep-line,
.sub-nav .dropdown-content li.sep-line,
.top-nav .dropdown-content li.sep-line {
    border-bottom: 1px solid #d8d8d8;
    margin: 16px 0
}

.sec-nav ul.last .drop-down:hover>a,
.right-nav .drop-down:hover>a,
.sub-nav .drop-down:hover>a,
.top-nav .drop-down:hover>a {
    border-bottom-color: #9d1d27
}

.sec-nav ul.last .drop-down:hover>a .icon-Down::before,
.right-nav .drop-down:hover>a .icon-Down::before,
.sub-nav .drop-down:hover>a .icon-Down::before,
.top-nav .drop-down:hover>a .icon-Down::before {
    content: ""
}

.sec-nav ul.last .drop-down:hover .dropdown-content,
.right-nav .drop-down:hover .dropdown-content,
.sub-nav .drop-down:hover .dropdown-content,
.top-nav .drop-down:hover .dropdown-content {
    display: block
}

.sec-nav ul.last .drop-down.lang-bx .dropdown-content,
.right-nav .drop-down.lang-bx .dropdown-content,
.sub-nav .drop-down.lang-bx .dropdown-content,
.top-nav .drop-down.lang-bx .dropdown-content {
    width: 160px
}

@media(max-width: 1024px) {

    .sec-nav ul.last .drop-down.lang-bx .dropdown-content,
    .right-nav .drop-down.lang-bx .dropdown-content,
    .sub-nav .drop-down.lang-bx .dropdown-content,
    .top-nav .drop-down.lang-bx .dropdown-content {
        right: -4px
    }
}

.sec-nav ul.last .dropdown-content {
    top: 55px;
    background: #000;
    width: 260px;
    left: 0px;
    padding: 3px 0;
    border-radius: 0 0 10px 10px
}

.sec-nav ul.last .dropdown-content.help-drodown-menu {
    border-radius: 6px;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, .25)
}

.sec-nav ul.last .dropdown-content li {
    line-height: 1;
    font-size: 16px;
    margin: 0px;
    display: block
}

.sec-nav ul.last .dropdown-content li:last-child a {
    border-bottom: 0px
}

.sec-nav ul.last .dropdown-content li a {
    padding: 12px 30px 12px 12px;
    font-size: 12px;
    line-height: 1.3;
    color: #fff;
    border-bottom: solid 1px rgba(216, 216, 216, .2);
    /* background: url("../../../content/dam/idfcfirstbank/images/homepage-redesign/arrow2.svg") no-repeat 94% 15px; */
    -ms-flex-pack: start;
    justify-content: start
}

.sec-nav ul.last .rgt .dropdown-content {
    left: auto;
    right: -20px
}

.mega-menu {
    display: -ms-flexbox;
    display: flex
}

.mega-menu ul.nav {
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #d8d8d8;
    -ms-flex: 0 0 185px;
    flex: 0 0 185px;
    padding: 10px 0;
    min-height: 520px;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.mega-menu ul.nav li {
    padding: 0;
    margin-top: 30px;
    font-weight: 700;
    position: relative
}

.mega-menu ul.nav li a {
    padding: 0;
    line-height: 24px;
    display: block
}

.mega-menu ul.nav li a.active {
    color: #9d1d27
}

.mega-menu ul.nav li a.active::after {
    border-right: 2px solid #9d1d27;
    position: absolute;
    right: -2px;
    top: 0;
    height: 100%;
    content: ""
}

.mega-menu .menu-right-box {
    padding: 40px 0 40px 60px;
    width: 100%
}

.mega-menu .menu-right-box ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column
}

.mega-menu .menu-right-box ul.no-hd li:first-child {
    margin-top: 0
}

.mega-menu .menu-right-box ul li {
    padding: 0;
    margin-top: 20px
}

.mega-menu .menu-title,
.mega-menu .card-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700
}

.mega-menu .menu-title.MT30,
.mega-menu .card-title.MT30 {
    margin-top: 30px
}

.mega-menu .menu-title.with-btn,
.mega-menu .card-title.with-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.mega-menu .menu-title.with-btn .arrow span,
.mega-menu .card-title.with-btn .arrow span {
    font-size: 16px;
    font-weight: bold
}

.icon-close.black::before {
    color: #54565b
}

.login-bx {
    padding: 0
}

.login-bx .login-top {
    background: #9d1d27;
    background-image: linear-gradient(134deg, #c4777d 0%, #9d1d27 91%);
    padding: 40px 60px 32px;
    border-radius: 4px 4px 0 0
}

.login-bx .login-top .hd {
    color: #fff;
    margin-bottom: 20px
}

.login-bx .login-top .white-box,
.login-bx .login-top .accordian .tog_cont,
.accordian .login-bx .login-top .tog_cont,
.login-bx .login-top .accordian .trgr,
.accordian .login-bx .login-top .trgr,
.login-bx .login-top .search-bxIn .search-ad .ad-card,
.search-bxIn .search-ad .login-bx .login-top .ad-card {
    padding-top: 5px
}

.login-bx .login-top .login-nav ul {
    display: -ms-flexbox;
    display: flex
}

.login-bx .login-top .login-nav ul li {
    width: 50%;
    text-align: center
}

.login-bx .login-top .login-nav ul li a {
    padding: 20px 0;
    display: block;
    border-bottom: 5px solid rgba(0, 0, 0, 0)
}

.login-bx .login-top .login-nav ul li a.active {
    border-bottom-color: #9d1d27;
    font-weight: 700
}

.login-bx .login-top .tab-pane {
    text-align: center;
    padding: 40px 20px
}

.login-bx .login-top .tab-pane .padg {
    padding: 0 60px
}

.login-bx .login-top .tab-pane .btn-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px
}

.login-bx .login-top .tab-pane .btn-box a {
    font-size: 14px
}

.login-bx .login-top .tab-pane .btn-box .btn-white {
    line-height: 26px
}

.login-bx .login-btm {
    padding: 40px 80px;
    background: #fff;
    border-radius: 0 0 4px 4px
}

@media(max-width: 991px) {
    .login-bx .login-top .tab-pane .btn-box a {
        line-height: 50px
    }

    .login-bx .login-top .tab-pane .btn-box .btn-white {
        line-height: 46px
    }
}

@media(max-width: 767px) {
    .login-bx .popup-close {
        right: 12px;
        top: 12px
    }

    .login-bx .login-top {
        padding: 30px 15px
    }

    .login-bx .login-top .tab-pane .padg {
        padding: 0
    }

    .login-bx .login-top .tab-pane .btn-box {
        display: block
    }

    .login-bx .login-top .tab-pane .btn-box a {
        min-width: 200px
    }

    .login-bx .login-top .tab-pane .btn-box a:first-child {
        margin: 0 0 10px
    }

    .login-bx .login-btm {
        padding: 30px
    }

    .login-bx .login-btm .btn-box.MT15 .MR10 {
        margin: 0 0 10px
    }
}

.login-bx .login-upgrade {
    background: url(../../../content/dam/idfcfirstbank/images/homepage-redesign/upgrade.png) no-repeat 0 0;
    background-size: cover;
    padding: 35px 40px 30px
}

.login-bx .loan-and-wholesale {
    padding: 35px 40px 10px
}

.login-bx .loan-and-wholesale .heading {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px
}

.login-bx .loan-and-wholesale ul li {
    font-size: 17px;
    font-weight: 700;
    color: #9d1d27;
    margin-bottom: 20px
}

.login-bx .loan-and-wholesale ul li a {
    color: #9d1d27;
    display: inline-block;
    background: url(../../../content/dam/idfcfirstbank/images/homepage-redesign/link-arrow.svg) no-repeat right center;
    padding-right: 20px;
    font-size: 16px
}

.feedback {
    position: fixed;
    right: 0;
    top: 50%;
    bottom: auto;
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 52%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.feedback img {
    width: 32px;
    height: auto
}

.announcement {
    position: absolute;
    top: 50%;
    bottom: auto;
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 52%;
    margin: -80px 0 0 -62px
}

.announcement img {
    width: 37px;
    height: 82.2px
}

.announ-box {
    background: #fff;
    padding: 30px 15px 30px 30px;
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100%;
    z-index: 4;
    transition: all ease .4s
}

.announ-box.open {
    right: 0
}

.announ-box.open+.ann-overlay {
    display: block
}

@media(max-width: 767px) {
    .announ-box {
        right: -280px;
        width: 280px
    }

    .announ-box .hd3b {
        font-size: 20px
    }
}

.ann-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    z-index: 3;
    display: none
}

.announ-list {
    height: 96%;
    margin-top: 10px
}

.announ-list .announ-item {
    padding: 16px 0;
    margin-right: 10px;
    border-bottom: 1px solid #d8d8d8;
    color: #767676
}

.announ-list .announ-item .f12 {
    line-height: 16px;
    margin: 8px 0
}

.announ-list .announ-item .annImg {
    margin: 10px 0
}

.announ-list .announ-item .annImg img {
    width: 100%
}

.announ-list .announ-item .more {
    display: none
}

.announ-list .announ-item .rmore {
    color: #9d1d27
}

.announ-list .announ-item a {
    font-weight: 700
}

@media(max-width: 767px) {
    .announ-list {
        height: 88vh
    }
}

.menu-cardList-cnt .hd-bx {
    margin: 0px
}

.menu-cardList-cnt .hd-bx h4 {
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(37, 36, 59, .5);
    letter-spacing: 1.5px
}

.menu-cardList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.grdiantCard {
    border-radius: 8px;
    min-width: 31%;
    margin: 0 8px;
    margin-bottom: 15px
}

@media(max-width: 1024px) {
    .grdiantCard {
        width: 30%;
        margin: 3px 5px
    }
}

.grdiantCard a {
    position: relative;
    padding: 15px 20px;
    min-height: 72px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    font-weight: 500;
    transition: ease-in .1s
}

@media(max-width: 1024px) {
    .grdiantCard a {
        padding: 7px 10px;
        min-height: 60px;
        font-size: 12px
    }
}

.grdiantCard a span {
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grdiantCard a span:before {
    color: #9d1d27;
    font-weight: 600
}

.more-nav {
    display: none
}

@media(max-width: 991px) {
    .more-nav {
        background-image: linear-gradient(180deg, #353535 0%, #000000 100%);
        display: none;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 3;
        top: 0px
    }

    .more-nav.act {
        display: block !important
    }
}

.more-nav .logo-bar {
    padding: 18px 20px
}

.more-nav .logo-bar .logo {
    width: 88px
}

@media(max-width: 991px) {
    .more-nav .mob-scroll {
        max-height: 84%;
        margin-bottom: 190px
    }
}

.list-more ul li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    font-size: 28px;
    padding: 20px 35px 20px 20px
}

@media(max-width: 767px) {
    .list-more ul li a {
        font-size: 24px
    }
}

.list-more ul li a span {
    background: #54565b
}

.list-more ul li a span img {
    padding-right: 15px
}

@media(max-width: 767px) {
    .list-more ul li a span {
        background: none
    }
}

.list-more ul li a .icon-Down:before {
    font-size: 20px;
    color: #da3442
}

.list-more ul li a.act .icon-Down:before {
    content: ""
}

.list-more .dropdown-content {
    background: #000;
    padding: 30px 0
}

.list-more .dropdown-content li {
    line-height: 1;
    font-size: 16px;
    margin: 0px;
    display: block;
    margin-left: 55px;
    margin-right: 30px
}

.list-more .dropdown-content li:last-child a {
    border-bottom: 0px
}

.list-more .dropdown-content li a {
    padding: 10px 30px 20px 12px;
    font-size: 16px;
    color: #fff;
    background: url("../../../content/dam/idfcfirstbank/images/homepage-redesign/arrow.svg") no-repeat 97% 15px;
    -ms-flex-pack: start;
    justify-content: start
}

.header-op1 {
    height: 70px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22)
}

.header-op1 .logo {
    padding: 15px 0
}

.header-op1 .logo img {
    width: auto;
    height: 40px
}

.offer-modal {
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
    border-radius: 15px;
    border: 0;
    padding: 50px
}

.offer-modal .f30,
.offer-modal .f20 {
    font-weight: 600
}

.offer-modal .f20 {
    color: #616161;
    margin-top: 10px
}

.offer-modal .icon-close {
    font-size: 24px;
    font-weight: 700
}

.offer-modal .icon-close::before {
    color: #9b1e26
}

.offer-modal .mobNo-box .flex {
    -ms-flex-align: start;
    align-items: flex-start
}

.offer-modal .mobNo-box .form-box {
    width: 70%
}

.offer-modal .custom-select.op1 {
    width: auto;
    padding-right: 20px;
    font-weight: 600;
    font-size: 32px;
    border-bottom: 0;
    background-size: 22px
}

.offer-modal .input-bx {
    border: 0;
    border-bottom: 1px solid #9b1e26;
    width: 100%;
    font-weight: 600;
    font-size: 32px;
    padding: 8px 0;
    letter-spacing: 5px
}

.offer-modal .w90p {
    width: 90%
}

.offer-modal .otp-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 24px
}

.offer-modal .otp-info span {
    color: #9b1e26
}

.offer-modal .otp-info a {
    color: #616161
}

.offer-modal label.error {
    color: #9b1e26;
    margin: 8px 0 0
}

@media(max-width: 991px) {
    .offer-modal {
        padding: 25px
    }

    .offer-modal .f30 {
        font-size: 20px
    }

    .offer-modal .f20 {
        font-size: 16px;
        font-weight: 500
    }

    .offer-modal .otp-info {
        font-size: 14px
    }

    .offer-modal .custom-select.op1 {
        font-size: 18px;
        background-size: 16px
    }

    .offer-modal .input-bx {
        font-size: 18px;
        letter-spacing: 2px
    }

    .offer-modal .icon-close {
        font-size: 18px
    }

    .offer-modal .MT30,
    .offer-modal .MT20 {
        margin-top: 15px
    }

    .offer-modal .MT50 {
        margin-top: 25px
    }
}

.modal-backdrop {
    background: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px)
}

.modal-backdrop-whatsapp {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px)
}

.hd3b {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2
}

.m-support {
    position: relative;
    padding: 8px 0px;
    box-shadow: 0px 4px 8px rgba(37, 36, 59, .05);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    background-color: #fff
}

.m-support .btn-box .btn-white {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #981a1d
}

.m-support .btn-box .btn-white img {
    margin-right: 4px
}

@media(max-width: 767px) {
    .m-support .btn-box .btn-white {
        padding: 4px 15px !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.top-nav-container {
    position: relative;
    z-index: 2
}

@media(max-width: 767px) {
    .top-nav-container {
        border-bottom: 1px solid #d9d9d9
    }
}

@media(max-width: 767px) {
    .top-nav-container .top-nav .logo img {
        height: 34px
    }
}

@media(max-width: 767px) {
    .top-nav-container .top-nav .btn-box .btn-white {
        border: solid 1px #9d1d27 !important;
        padding: 8px 15px;
        margin-left: 15px;
        font-size: 14px;
        font-weight: 500;
        background-color: #9d1d27;
        color: #fff
    }

    .top-nav-container .top-nav .btn-box .btn-white#dropdownMenuHelp {
        background-color: rgba(0, 0, 0, 0);
        color: #353535;
        border-color: #353535 !important;
    }
}

.top-nav-container .top-nav .btn-box .btn-white.dropdown-toggle:after {
    display: none
}

.top-nav-container .top-nav .btn-box.dropdown.show>a.dropdown-toggle.btn-white {
    position: relative
}

.top-nav-container .top-nav .btn-box.dropdown.show>a.dropdown-toggle.btn-white:before {
    content: "\a";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    left: 30%;
    transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    transform: rotate(90deg) translateX(-30%) scale(0.8);
    -webkit-transform: rotate(90deg) translateX(-30%) scale(0.8);
    bottom: -13px
}

@media(max-width: 767px) {
    .top-nav-container .top-nav .btn-box.dropdown.show>a.dropdown-toggle.btn-white:before {
        display: none
    }
}

.lang-bxMob {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 6;
    padding: 20px;
    display: none
}

.lang-bxMob .f20 {
    font-weight: 600;
    margin-bottom: 16px
}

.lang-bxMob .icon-close {
    font-size: 18px
}

.lang-bxMob .icon-close::before {
    color: #9b1e26
}

.lang-bxMob li {
    padding: 8px 0;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px
}

.lang-bxMob li a {
    color: #222
}

.overlay1 {
    display: block;
    background: rgba(0, 0, 0, .2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%
}

.help-drodown-menu {
    width: 355px;
    min-width: 355px;
    max-width: 355px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 0;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, .25);
    z-index: 9999;
    margin-top: 10px;
    margin-left: -15px;
    line-height: normal;
    overflow: hidden;
    top: 36px !important;
    left: -95px !important
}

@media(max-width: 1024px) {
    .help-drodown-menu {
        left: -174px !important
    }
}

@media(max-width: 834px) {
    .help-drodown-menu {
        top: auto !important;
        position: fixed !important;
        bottom: -2px !important;
        left: 0 !important;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        transform: none !important;
        border-radius: 8px 8px 0 0
    }
}

.help-drodown-menu a {
    padding: 15px !important;
    border-bottom: 1px solid #d9d9d9
}

@media(max-width: 834px) {
    .help-drodown-menu a {
        padding: 12px 32px !important
    }

    .help-drodown-menu a.close {
        padding: 10px 10px 0 10px !important;
        margin-bottom: -8px;
        padding-bottom: 10px !important
    }

    .help-drodown-menu a:last-child:not(.close) {
        padding-bottom: 36px !important
    }
}

@media(max-width: 767px) {
    .help-drodown-menu a {
        padding: 12px 32px !important
    }

    .help-drodown-menu a.close {
        padding: 10px 10px 0 10px !important;
        opacity: 1;
        margin-bottom: -8px;
        padding-bottom: 10px !important
    }

    .help-drodown-menu a:last-child:not(.close) {
        padding-bottom: 36px !important
    }
}

.help-drodown-menu a:last-child {
    border: 0
}

.help-drodown-menu a figure {
    margin: 0;
    margin-right: 5px
}

.help-drodown-menu a p {
    margin: 0;
    margin-left: 15px
}

.help-drodown-menu a p span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400
}

.help-drodown-menu a p strong {
    color: #982127;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    display: block
}

.help-drodown-menu a:hover {
    background-color: #eee !important
}

.help-drodown-menu.grnt-cs-dropdown-menu {
    max-width: 219px !important;
    width: 219px !important;
    min-width: 219px !important;
    left: 0 !important
}

.help-drodown-menu.grnt-cs-dropdown-menu .inner {
    padding: 10px;
    border-radius: 12px;
    border-color: rgba(0, 0, 0, 0)
}

.help-drodown-menu.grnt-cs-dropdown-menu .inner .inner-top {
    background: rgba(0, 0, 0, 0);
    padding: 10px;
    border-radius: 10px;
    transition: .5s all
}

.help-drodown-menu.grnt-cs-dropdown-menu .inner .inner-top:hover {
    background: #f5f5f5
}

.help-drodown-menu.grnt-cs-dropdown-menu .inner .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #1a1a1a;
    margin-bottom: 4px;
    padding: 0 !important;
    border: 0 !important
}

.help-drodown-menu.grnt-cs-dropdown-menu .inner .h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #616161;
    margin-bottom: 12px
}

.help-drodown-menu.grnt-cs-dropdown-menu .inner picture img,
.help-drodown-menu.grnt-cs-dropdown-menu .inner figure img {
    max-width: 125px;
    margin: 0 auto;
    display: block
}

.help-drodown-menu.grnt-cs-dropdown-menu .inner hr {
    border: 1px solid #f7f7f7;
    margin: 15px 0
}

.help-drodown-menu.grnt-cs-dropdown-menu .inner .inner-bottom {
    background: rgba(0, 0, 0, 0);
    padding: 10px;
    border-radius: 10px;
    transition: .5s all
}

.help-drodown-menu.grnt-cs-dropdown-menu .inner .inner-bottom:hover {
    background: #f5f5f5
}

.help-drodown-menu.grnt-cs-dropdown-menu .inner .grnt-help-link.h3 {
    gap: 6px;
    margin-bottom: 4px;
    background: rgba(0, 0, 0, 0) !important
}

.help-drodown-menu.grnt-cs-dropdown-menu .inner .h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #25243b;
    margin: 0
}

#bulletin-modal .modal-dialog {
    max-width: 984px
}

#bulletin-modal .modal-dialog:before {
    content: "";
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background: none;
}

.bulletin-modal {
    padding: 50px 38px 29px 38px;
    border-radius: 5px
}

.bulletin-modal .h3 {
    color: #3a3a3a;
    font-size: 36px;
    font-weight: 700;
    line-height: 130%;
    margin: 0
}

.bulletin-modal .icon-close:before {
    color: #9b1e26;
    font-size: 20px
}

.bulletin-modal .modal-carousel-container .owl-stage-outer {
    overflow: hidden
}

.bulletin-modal .modal-carousel-container .owl-stage {
    display: -ms-flexbox;
    display: flex
}

.bulletin-modal .modal-carousel-container .owl-nav {
    float: right;
    margin-top: 24px
}

.bulletin-modal .modal-carousel-container .owl-nav .owl-prev,
.bulletin-modal .modal-carousel-container .owl-nav .owl-next {
    background-color: #efeded;
    height: 36px;
    width: 36px;
    border-radius: 18px;
    box-shadow: none;
    border: 0;
    margin-left: 20px;
    font-size: 14px
}

.bulletin-modal .modal-carousel-container .owl-nav .owl-prev.disabled,
.bulletin-modal .modal-carousel-container .owl-nav .owl-next.disabled {
    opacity: .5
}

.bulletin-modal .modal-carousel-container .owl-nav .owl-prev span,
.bulletin-modal .modal-carousel-container .owl-nav .owl-next span {
    font-size: 21px
}

.bulletin-modal .modal-carousel-container .owl-nav .owl-prev span:before,
.bulletin-modal .modal-carousel-container .owl-nav .owl-next span:before {
    color: #9d1d27
}

.bulletin-modal .modal-carousel-container .item {
    border-radius: 16px;
    overflow: hidden;
    background: #d3d3d3 50%/cover no-repeat
}

.bulletin-modal .modal-carousel-container .item figure {
    text-align: center
}

.bulletin-modal .modal-carousel-container .item figure img {
    max-width: 100%
}

.bulletin-modal .modal-carousel-container .item .content {
    padding: 20px 10px;
    background: #9d1d27
}

.bulletin-modal .modal-carousel-container .item .content p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border-bottom: .5px solid rgba(255, 255, 255, .5);
    margin-bottom: 13px;
    padding-bottom: 15px
}

.bulletin-modal .modal-carousel-container .item .content a {
    color: var(--Gray-6, #f2f2f2);
    font-size: 16px;
    font-weight: 700;
    line-height: normal
}

#bell-bulletin.active {
    position: relative
}

#bell-bulletin.active:after {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid #fff
}

.bg-light-white {
    background: #f5f5f5;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
}

.login-button .dropdown .login-btn+.login-drodown-menu {
    min-width: 320px;
    padding: 20px 20px 0 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, .25);
    border: none;
    left: auto;
    right: -65px;
    top: 40px !important
}

@media(max-width: 1024px) {
    .login-button .dropdown .login-btn+.login-drodown-menu {
        right: -10px
    }
}

@media(max-width: 834px) {
    .login-button .dropdown .login-btn+.login-drodown-menu {
        top: auto !important;
        right: 0;
        bottom: 0px;
        transform: none !important;
        position: fixed !important;
        z-index: 9999999999999;
        border-radius: 8px 8px 0 0;
        border: 0;
        padding: 20px 32px 0 32px
    }

    .login-button .dropdown .login-btn+.login-drodown-menu .close {
        margin-top: -7px;
        margin-right: -20px
    }
}

@media(max-width: 834px)and (max-width: 767px) {
    .login-button .dropdown .login-btn+.login-drodown-menu .close {
        opacity: 1
    }
}

.login-button .dropdown .login-btn+.login-drodown-menu .hd2v {
    color: #9d1d27;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.5px
}

.login-button .dropdown .login-btn+.login-drodown-menu p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 20px
}

.login-button .dropdown .login-btn+.login-drodown-menu .btn-red {
    color: #fff
}

.login-button .dropdown .login-btn+.login-drodown-menu .btn-red:visited {
    color: #fff
}

.login-button .dropdown .login-btn+.login-drodown-menu .btn-red:hover {
    background: #9d1d27
}

.login-button .dropdown .login-btn+.login-drodown-menu .loan-and-wholesale {
    margin-top: 20px
}

.login-button .dropdown .login-btn+.login-drodown-menu .loan-and-wholesale a {
    padding: 20px 20px !important;
    color: #9d1d27;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    background: rgba(241, 241, 241, .9);
    margin: 0 -20px
}

.login-button .dropdown .login-btn+.login-drodown-menu .loan-and-wholesale a.border {
    border: 0 !important;
    border-bottom: 1px solid rgba(83, 83, 83, .2) !important
}

@media(max-width: 767px) {
    .login-button .dropdown .login-btn+.login-drodown-menu .loan-and-wholesale a {
        margin: 0 -32px;
        padding: 20px 32px !important
    }

    .login-button .dropdown .login-btn+.login-drodown-menu .loan-and-wholesale a.border {
        padding-top: 36px !important
    }

    .login-button .dropdown .login-btn+.login-drodown-menu .loan-and-wholesale a:not(.border) {
        padding-bottom: 36px !important
    }
}

.login-button .dropdown .login-btn+.login-drodown-menu .loan-and-wholesale p {
    color: #353535;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px
}

.normal-tabs-dropdonw .dropdown-toggle {
    height: auto !important
}

.header-search .customer-support {
    min-width: 70px;
    padding: 7px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.6px;
    color: #353535 !important;
    border: 1px solid #353535;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0) !important;
    margin-left: 15px !important
}

.header-search .customer-support:hover {
    background: #fff !important
}

.header-search .customer-support:after {
    display: none
}

.header-search .customer-support+.help-drodown-menu {
    top: -19px !important;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    overflow: visible;
    border: 0
}

.header-search .customer-support+.help-drodown-menu .inner {
    margin-top: 20px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border: none;
    left: auto;
    background: #fff;
    border: 1px solid #d9d9d9
}

.header-search .customer-support.what-special:hover {
    font-weight: bold
}

.header-search .customer-support.grnt-customer-service {
    position: relative
}

.header-search .customer-support.grnt-customer-service .grnt-animation-odometer {
    height: 1.2em;
    overflow: hidden;
    position: relative
}

.header-search .customer-support.grnt-customer-service .grnt-animation-odometer .grnt-odometer-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: transform .6s ease-in-out
}

.header-search .customer-support.grnt-customer-service .grnt-animation-odometer .grnt-odometer-track span {
    height: 1.2em;
    line-height: 1.2em;
    white-space: nowrap
}

.normal-tabs-dropdonw .dropdown-toggle:after {
    display: none
}

.normal-tabs-dropdonw .dropdown-toggle::before {
    bottom: -9px !important
}

.normal-tabs-dropdonw .dropdown-toggle+.normal-tabs-drodown-menu {
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    min-width: 180px;
    margin-top: 6px;
    z-index: 99
}

.normal-tabs-dropdonw .dropdown-toggle+.normal-tabs-drodown-menu a {
    padding: 12px 11px;
    color: #353535;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0
}

.normal-tabs-dropdonw .dropdown-toggle+.normal-tabs-drodown-menu a:last-child {
    border: 0
}

.normal-tabs-dropdonw .dropdown-toggle+.normal-tabs-drodown-menu a:hover,
.normal-tabs-dropdonw .dropdown-toggle+.normal-tabs-drodown-menu a.active {
    color: #9d1d27 !important;
    font-weight: 700;
    background: #f1f1f1 !important;
    border-radius: 4px
}

/* header.zindex .top-nav.bg-light-white {
    z-index: 9;
    box-shadow: 0px 4px 8px rgba(37, 36, 59, .1)
}

header.zindex .sec-nav.bg-white {
    display: none;
    opacity: 0;
    transition: display 0s, opacity .5s linear
} */

header.zindex .header-main {
    transform: translateY(-55px)
}

header.zindex .top-nav.bg-light-white {
    z-index: 9;
    box-shadow: 0px 4px 8px rgba(37, 36, 59, .1)
}


@media(max-width: 1366px) {
    header.zindex .sec-nav.bg-white .logo {
        padding: 0px 0px 0 10px
    }

    header.zindex .sec-nav.bg-white .logo img {
        height: 30px
    }
}


.header-search-box input {
    border-radius: 19.5px;
    border: 1px solid #353535;
    background: #fff;
    padding: 9px 10px 9px 50px;
    width: 100%;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 767px) {
    .header-search-box input {
        font-size: 14px
    }
}

.header-search-box .img-search {
    top: 10px;
    left: 23px
}

@media(max-width: 1366px) {
    header.zindex .header-search .container {
        max-width: 1140px
    }
}

@media(max-width: 1180px) {
    header.zindex .header-search .container {
        max-width: 900px
    }
}

header #login-dropdonw-li:hover::before {
    content: "\a";
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
    background-color: #fff;
    position: absolute;
    top: 46px;
    right: 25px;
    box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, .25);
    z-index: 1
}

@media(max-width: 991px) {
    header #login-dropdonw-li:hover::before {
        display: none
    }
}

header #help-dropdonw-li.grnt-cs-drop-down:hover:before {
    right: 55px
}

header #help-dropdonw-li:hover::before {
    content: "\a";
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
    background-color: #fff;
    position: absolute;
    top: 49px;
    right: 25px;
    box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, .25);
    z-index: 1
}

@media(max-width: 991px) {
    header #help-dropdonw-li:hover::before {
        display: none
    }
}

#normal-tabs-dropdown {
    height: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#normal-tabs-dropdown .dropdown.show .dropdown-toggle::before {
    display: none
}

#normal-tabs-dropdown:hover .dropdown.show .dropdown-toggle:before {
    display: block
}

#normal-tabs-dropdown:hover .normal-tabs-drodown-menu {
    display: block
}

/* @media(max-width: 767px) {
    .dropdown.btn-box.show:before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        top: 0;
        left: 0;
        z-index: 11;
        pointer-events: none
    }
} */

.sec-nav>ul.last li.help-dropdonw,
.mobile-accessibility-view ul li.help-dropdonw {
    margin: 0 10px
}

.sec-nav>ul.last li a,
.mobile-accessibility-view ul li a {
    padding: 0 10px;
    font-size: 12px
}

.sec-nav>ul.last li.skip-to-main-content,
.mobile-accessibility-view ul li.skip-to-main-content {
    height: auto
}

.sec-nav>ul.last li.skip-to-main-content a,
.mobile-accessibility-view ul li.skip-to-main-content a {
    color: #353535;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 6px 10px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 14px;
    border: .7px solid #353535
}

.sec-nav>ul.last li.drop-down-accessibility,
.mobile-accessibility-view ul li.drop-down-accessibility {
    position: relative
}

.sec-nav>ul.last li.drop-down-accessibility svg,
.mobile-accessibility-view ul li.drop-down-accessibility svg {
    font-weight: 600;
    margin-left: 3px;
    margin-right: 3px
}

.sec-nav>ul.last li.drop-down-accessibility a,
.mobile-accessibility-view ul li.drop-down-accessibility a {
    color: #353535;
    font-size: 12px;
    font-weight: 600;
    line-height: normal
}

.sec-nav>ul.last li.drop-down-accessibility .dropdown-content,
.mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 7.3px 0px rgba(0, 0, 0, .68);
    padding: 2px 10px 9px 10px
}

.sec-nav>ul.last li.drop-down-accessibility .dropdown-content li,
.mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #cacaca;
    padding: 8px 0px
}

.sec-nav>ul.last li.drop-down-accessibility .dropdown-content li:last-child,
.mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content li:last-child {
    border: 0
}

.sec-nav>ul.last li.drop-down-accessibility .dropdown-content .label,
.mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content .label {
    color: #333;
    font-size: 10px;
    font-weight: 500;
    line-height: normal
}

.sec-nav>ul.last li.drop-down-accessibility .dropdown-content .button-group-spacing,
.mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content .button-group-spacing {
    background: #f9f9f9;
    padding: 3px 6px;
    border-radius: 2px
}

.sec-nav>ul.last li.drop-down-accessibility .dropdown-content .button-group-spacing a,
.mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content .button-group-spacing a {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 10px;
    font-weight: 800;
    line-height: normal
}

.sec-nav>ul.last li.drop-down-accessibility .dropdown-content .button-group-spacing a:hover,
.mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content .button-group-spacing a:hover {
    background: #dfdfdf
}

.sec-nav>ul.last li.drop-down-accessibility .dropdown-content .button-group a,
.mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content .button-group a {
    border-radius: 2px;
    background: #f9f9f9;
    color: #000;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    margin-left: 5px;
    font-weight: 400;
    border: 0;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center
}

.sec-nav>ul.last li.drop-down-accessibility .dropdown-content .button-group a.w-24,
.mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content .button-group a.w-24 {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px
}

.sec-nav>ul.last li.drop-down-accessibility .dropdown-content .button-group a.w-30,
.mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content .button-group a.w-30 {
    min-width: 30px;
    min-height: 16px;
    max-width: 30px;
    max-height: 16px;
    font-size: 8px
}

.sec-nav>ul.last li.drop-down-accessibility .dropdown-content .button-group a.w-53,
.mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content .button-group a.w-53 {
    min-width: 53px;
    min-height: 20px;
    max-height: 20px;
    font-size: 9px
}

.sec-nav>ul.last li.drop-down-accessibility .dropdown-content .button-group a:hover,
.mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content .button-group a:hover {
    background: #dfdfdf
}

.sec-nav>ul.last li.drop-down-accessibility .dropdown-content .button-group a.active,
.mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content .button-group a.active {
    font-weight: 700;
    background: #dfdfdf;
    box-shadow: 0px 1px 2.5px 0px rgba(0, 0, 0, .17)
}

@media(max-width: 991px) {

    .sec-nav>ul.last li.drop-down-accessibility .dropdown-content,
    .mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content {
        display: none;
        position: absolute;
        top: 23px;
        right: 0;
        z-index: 1
    }
}

@media(max-width: 991px) {

    .sec-nav>ul.last li.drop-down-accessibility:hover .dropdown-content,
    .mobile-accessibility-view ul li.drop-down-accessibility:hover .dropdown-content {
        display: block;
        min-width: 200px
    }
}

.notification-dropdown {
    position: absolute;
    display: none;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .22);
    border-radius: 2px;
    width: 350px;
    right: 0;
    padding: 10px 0 0
}

.notification-dropdown .btn-box a {
    color: #9d1d27;
    font-weight: 700
}

.notification-dropdown ul {
    min-height: 110px;
    max-height: 300px;
    overflow-y: auto
}

.notification-dropdown li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: normal;
    border-bottom: solid 1px rgba(151, 151, 151, .4);
    padding: 15px 20px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.notification-dropdown h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px
}

.notification-dropdown h4 {
    font-size: 14px;
    color: #767676;
    font-weight: 700;
    margin-bottom: 4px
}

.notification-dropdown p {
    font-size: 12px
}

.notification-dropdown .bdy {
    padding-right: 15px
}

@media(max-width: 991px) {
    .notification-dropdown {
        position: static
    }
}

.drop-down-notification {
    padding: 0 6px
}

@media(max-width: 768px) {
    .drop-down-notification {
        margin-right: 15px
    }
}

.drop-down-notification:hover {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .22)
}

.drop-down-notification:hover.p1 {
    box-shadow: none;
    position: relative
}

@media(max-width: 767px) {
    .drop-down-notification:hover {
        box-shadow: none
    }
}

.drop-down-notification:hover .notification-dropdown {
    display: block;
    z-index: 1
}

.notification-bx {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    right: auto;
    -khtml-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    background: #fff;
    width: 100%;
    max-width: 800px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
    max-height: 360px
}

.notification-bx .search-bxIn {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    height: 60px
}

.notification-bx .search-bxIn h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 20px
}

.notification-bx .notification-dropdown {
    display: block;
    width: 100%;
    box-shadow: none;
    padding-top: 60px;
    overflow-y: scroll;
    height: 100%
}

@media(max-width: 767px) {
    .drop-down-notification.p1 {
        position: relative
    }
}

.drop-down-notification.p1 .notification-dropdown {
    width: 240px;
    padding-top: 0
}

@media(max-width: 768px) {
    .drop-down-notification.p1 .notification-dropdown {
        position: absolute;
        margin: 0 120px 0 0
    }
}

@media(max-width: 991px) {
    .drop-down-notification.p1 .notification-dropdown {
        position: absolute;
        margin: 12px 0 0
    }

    .drop-down-notification.p1 .notification-dropdown .phone-bx::before {
        content: "";
        position: absolute;
        top: -8px;
        right: 8px;
        width: 0;
        height: 0;
        border-left: 8px solid rgba(0, 0, 0, 0);
        border-right: 8px solid rgba(0, 0, 0, 0);
        border-bottom: 8px solid #eee
    }
}

.phone-bx {
    padding: 16px 20px
}

.phone-bx p {
    margin-bottom: 0
}

.phone-bx hr {
    margin-top: 12px;
    margin-bottom: 12px
}

.phone-bx a {
    font-size: 18px;
    list-style: 1;
    font-weight: 600;
    color: #9d1d27;
    display: block;
    margin-top: 4px
}

.m-nav-bottom {
    box-shadow: 0px 4px 8px rgba(37, 36, 59, .05);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.m-nav-bottom::-webkit-scrollbar {
    display: none
}

.m-nav-bottom li.active>a {
    border-color: #9d1d27;
    color: #25243b
}

.m-nav-bottom li>a {
    padding: 10px 8px 13px 8px;
    color: rgba(37, 36, 59, .8)
}

.m-nav-bottom li>a.active {
    color: #25243b
}

.dd-shadow:hover>a {
    height: auto;
    border-radius: 8px 8px 0px 0px;
    background: #f7f7f7 !important;
    height: 28px !important;
    box-shadow: 0px -2px 3.1px 0px rgba(0, 0, 0, .25);
    color: #661213 !important;
    font-weight: bold;
    cursor: pointer;
}

.dd-shadow:hover .dropdown-content {
    top: 42px !important;
    border-radius: 0px 4px 8px 8px;
    background: #fff;
    box-shadow: 0px 0px 6.8px 0px rgba(0, 0, 0, .25);
    padding: 0 5px;
    overflow: hidden
}

.dd-shadow:hover .dropdown-content li:hover a {
    color: #661213 !important;
    font-weight: bold
}

.bg-gry {
    background: #525252 !important;
    border-bottom: 1px solid #d0d0d0 !important
}

.bg-gry a {
    color: #fff !important;
    font-weight: 400 !important
}

/*Mobile Heritage Menu Starts*/
.metal-drop-down .grdiantCard.grdP3 {
    background: linear-gradient(268deg, #FAF5E9 1.27%, #FFF5F3 59.2%)
}

.metal-drop-down .grdiantCard a {
    padding: 0;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.metal-drop-down .grdiantCard a .tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 15px;
    margin-bottom: 15px
}

.metal-drop-down .grdiantCard a .tags .tag {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 7px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    box-shadow: 4px 2px 4px 0px rgba(144, 42, 44, .16);
    color: #353535;
    /* font-family: "Inter"; */
    font-size: 12px;
    font-style: normal;
    /* font-weight: 300; */
    line-height: normal;
    margin-right: 8px
}

.metal-drop-down .grdiantCard a .tags .tag.tgclr1 {
    background: #fffbe6
}

.metal-drop-down .grdiantCard a .tags .tag.tgclr2 {
    background: #ebffff
}

.metal-drop-down .grdiantCard a .tags .tag.tgclr3 {
    background: #ffeffd
}

.metal-drop-down .grdiantCard a .tags .tag.tgclr4 {
    background: #ffcece
}

.metal-drop-down .grdiantCard a .tags .tag.tgclr5 {
    background: #ffe1ec
}

.metal-drop-down .grdiantCard a .tags .tag.tgclr6 {
    background: #f2e5ff
}

.metal-drop-down .grdiantCard a .tags .tag.tgclr7 {
    background: #eefff2
}

.metal-drop-down .grdiantCard a .tags .tag.tgclr8 {
    background: #fff7f7
}

.metal-drop-down .grdiantCard a .tags~.title {
    padding: 0 8px 18px 12px
}

.metal-drop-down .grdiantCard a .title {
    color: #353535;
    /* font-family: "Inter"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 8px 0 12px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.metal-drop-down .grdiantCard a .title span {
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 20px;
    box-shadow: 0px 1px 2.5px rgba(145, 42, 44, .24);
    top: 0;
    position: relative
}

.metal-drop-down .grdiantCard a .title span::before {
    font-size: 10px
}

.metal-drop-down .grdiantCard a:hover .title {
    color: #9d1d27
}

.metal-drop-down .link {
    color: #801c1e;
    /* font-family: "Inter"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: url(../../../content/dam/idfcfirstbank/images/homepage-redesign/arrow-metal.svg) no-repeat center right;
    padding-right: 10px;
    width: auto !important
}

.metal-drop-down .link:hover {
    text-decoration: underline;
    font-weight: 700
}

.metal-drop-down .hd-bx h4 {
    color: #7a7a7a;
    /* font-family: "Inter"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none
}

.all-drop-down .grdiantCard.grdP3 {
    background: linear-gradient(268deg, #FAF5E9 1.27%, #FFF5F3 59.2%)
}

.all-drop-down .grdiantCard a {
    padding: 0;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.all-drop-down .grdiantCard a .tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 15px;
    margin-bottom: 10px
}

.all-drop-down .grdiantCard a .tags .tag {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 7px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    box-shadow: 4px 2px 4px 0px rgba(144, 42, 44, .16);
    color: #353535;
    /* font-family: "Inter"; */
    font-size: 12px;
    font-style: normal;
    /* font-weight: 300; */
    line-height: normal;
    margin-right: 8px
}

.all-drop-down .grdiantCard a .tags .tag.tgclr1 {
    background: #fffbe6
}

.all-drop-down .grdiantCard a .tags .tag.tgclr2 {
    background: #ebffff
}

.all-drop-down .grdiantCard a .tags .tag.tgclr3 {
    background: #ffeffd
}

.all-drop-down .grdiantCard a .tags .tag.tgclr4 {
    background: #ffcece
}

.all-drop-down .grdiantCard a .tags .tag.tgclr5 {
    background: #ffe1ec
}

.all-drop-down .grdiantCard a .tags .tag.tgclr6 {
    background: #f2e5ff
}

.all-drop-down .grdiantCard a .tags .tag.tgclr7 {
    background: #eefff2
}

.all-drop-down .grdiantCard a .tags .tag.tgclr8 {
    background: #fff7f7
}

.all-drop-down .grdiantCard a .tags~.title {
    padding: 0 8px 10px 12px
}

.all-drop-down .grdiantCard a .title {
    color: #353535;
    /* font-family: "Inter"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 8px 0 12px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.all-drop-down .grdiantCard a .title span {
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 20px;
    box-shadow: 0px 1px 2.5px rgba(145, 42, 44, .24);
    top: 0;
    position: relative
}

.all-drop-down .grdiantCard a .title span::before {
    font-size: 10px
}

.all-drop-down .grdiantCard a:hover .title {
    color: #9d1d27
}

.all-drop-down .grdiantCard.grdSelect .title,
.all-drop-down .grdiantCard.grdWealth .title,
.all-drop-down .grdiantCard.grdPrivate .title,
.all-drop-down .grdiantCard.grdSelect a:hover .title,
.all-drop-down .grdiantCard.grdWealth a:hover .title,
.all-drop-down .grdiantCard.grdPrivate a:hover .title {
    color: #fff
}

.all-drop-down .link {
    color: #801c1e;
    /* font-family: "Inter"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: url(../../../content/dam/idfcfirstbank/images/homepage-redesign/arrow-metal.svg) no-repeat center right;
    padding-right: 10px;
    width: auto !important
}

.all-drop-down .link:hover {
    text-decoration: underline;
    font-weight: 700
}

.all-drop-down .hd-bx h4 {
    color: #7a7a7a;
    /* font-family: "Inter"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none
}

.heritage-menu .mob-smenu .fhd {
    color: #000;
    /* font-family: "Inter"; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.heritage-menu .mob-smenu .flist li {
    padding: 0;
    margin-bottom: 6px
}

.heritage-menu .mob-smenu .flist li a {
    padding: 0
}

.heritage-menu .mob-smenu .flist li a .grdiantCard {
    background: linear-gradient(268deg, #FAF5E9 1.27%, #FFF5F3 59.2%);
    padding: 8px 5px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 100%;
    border-radius: 0
}

.heritage-menu .mob-smenu .flist li a .grdiantCard .title {
    color: #353535;
    /* font-family: "Inter"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 10px
}

.heritage-menu .mob-smenu .flist li a .grdiantCard .tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 15px
}

.heritage-menu .mob-smenu .flist li a .grdiantCard .tags .tag {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 7px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    box-shadow: 4px 2px 4px 0px rgba(144, 42, 44, .16);
    color: #353535;
    /* font-family: "Inter"; */
    font-size: 12px;
    font-style: normal;
    /* font-weight: 300; */
    line-height: normal;
    margin-right: 8px
}

.heritage-menu .mob-smenu .flist li a .grdiantCard .tags .tag.tgclr1 {
    background: #fffbe6
}

.heritage-menu .mob-smenu .flist li a .grdiantCard .tags .tag.tgclr2 {
    background: #ebffff
}

.heritage-menu .mob-smenu .flist li a .grdiantCard .tags .tag.tgclr3 {
    background: #ffeffd
}

.heritage-menu .mob-smenu .flist li a .grdiantCard .tags .tag.tgclr4 {
    background: #ffcece
}

.heritage-menu .mob-smenu .flist li a .grdiantCard .tags .tag.tgclr5 {
    background: #ffe1ec
}

.heritage-menu .mob-smenu .flist li a .grdiantCard .tags .tag.tgclr6 {
    background: #f2e5ff
}

.heritage-menu .mob-smenu .flist li a .grdiantCard .tags .tag.tgclr7 {
    background: #eefff2
}

.heritage-menu .mob-smenu .flist li a .grdiantCard .tags .tag.tgclr8 {
    background: #fff7f7
}

.heritage-menu .mob-smenu .flist li.viewAll {
    color: #7a7a7a;
    /* font-family: "Inter"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px 10px 10px
}

.heritage-menu .mob-smenu .flist li.viewAll .link {
    color: #801c1e;
    /* font-family: "Inter"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: url(../../../content/dam/idfcfirstbank/images/homepage-redesign/arrow-metal.svg) no-repeat center right;
    padding-right: 10px;
    margin: 0 5px
}

.heritage-menu .mob-smenu .flist li.viewAll .link:hover {
    text-decoration: underline;
    font-weight: 700
}

.menu-cardList-cnt .hd-bx {
    background: inherit;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.menu-cardList-cnt .hd-bx a {
    text-align: right;
}

/* new header css for l3 logo */

@media(min-width: 1200px) {
    #header-search-section #search-container.container {
        max-width: 1230px
    }
}

@media only screen and (min-width: 1600px)and (max-width: 1920px) {
    #header-search-section #search-container.container {
        max-width: 75%
    }
}

@media(max-width: 834px) {
    #header-search-section #search-container.container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

#header-search-section #search-container.container .closeLogin-new {
    display: none
}

@media(max-width: 834px) {
    #header-search-section #search-container.container .closeLogin-new {
        display: inline-block;
        margin-right: 0
    }
}

#header-search-section #search-container.container .logo {
    margin-right: 15px;
    display: none
}

@media(min-width: 1580px) {
    #header-search-section #search-container.container .logo {
        margin-right: 15px;
        position: absolute;
        left: 70px
    }
}

#header-search-section #search-container.container .logo img {
    height: 36px;
    display: block;
    width: auto
}

header.zindex #header-search-section #search-container .logo {
    display: block
}

@media(max-width: 991px) {
    header.zindex #header-search-section #search-container .logo {
        display: none
    }
}

.metal-drop-down .hd-bx h4,
.metal-drop-down .hd-bx .hd-bx-h4 {
    color: #7a7a7a;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none
}

.metal-drop-down .hd-bx .hd-bx-h4 {
    margin: 0
}

.all-drop-down .hd-bx h4,
.all-drop-down .hd-bx .hd-bx-h4 {
    color: #7a7a7a;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none
}

.all-drop-down .hd-bx .hd-bx-h4 {
    margin: 0
}

.notification-dropdown h3,
.notification-dropdown .no-bx-h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px
}

.notification-dropdown .no-bx-h3 {
    margin: 0
}

.notification-bx .search-bxIn h3,
.notification-bx .search-bxIn .no-bx-h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 20px
}

.notification-bx .search-bxIn .no-bx-h3 {
    margin: 0
}

.grnt-mob-cs-li {
    background: #fff;
    color: #353535 !important;
    border: 1px solid #353535;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    text-align: center;
    white-space: nowrap
}

.grnt-mob-cs-li.with-anim {
    position: relative;
    display: block
}

.grnt-mob-cs-li.with-anim .grnt-animation-odometer {
    height: 1.2em;
    overflow: hidden;
    position: relative
}

.grnt-mob-cs-li.with-anim .grnt-animation-odometer .grnt-odometer-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: transform .6s ease-in-out
}

.grnt-mob-cs-li.with-anim .grnt-animation-odometer .grnt-odometer-track span {
    height: 1.2em;
    line-height: 1.2em;
    white-space: nowrap
}

.grnt-app-mob-main {
    display: none
}

@media(max-width: 991px) {
    body.grnt-new-header-app-body {
        padding-top: 195px
    }
}

body.grnt-new-header-app-body .grnt-new-header-app {
    height: 195px
}

body.grnt-new-header-app-body .grnt-new-header-app .grnt-app-mob-main {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #dbdbde
}

body.grnt-new-header-app-body .grnt-new-header-app .grnt-app-mob-main .grnt-app-mob-flex {
    gap: 12px
}

body.grnt-new-header-app-body .grnt-new-header-app .grnt-app-mob-main .grnt-app-mob-flex .gam-left {
    gap: 9px
}

body.grnt-new-header-app-body .grnt-new-header-app .grnt-app-mob-main .grnt-app-mob-flex .gam-left .btn-close {
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    border: 0;
    box-shadow: none;
    outline: none
}

body.grnt-new-header-app-body .grnt-new-header-app .grnt-app-mob-main .grnt-app-mob-flex .gam-left picture img,
body.grnt-new-header-app-body .grnt-new-header-app .grnt-app-mob-main .grnt-app-mob-flex .gam-left figure img {
    max-width: 188px
}

body.grnt-new-header-app-body .grnt-new-header-app .grnt-app-mob-main .grnt-app-mob-flex .gam-left picture img {
    min-height: 59px;
}
body.grnt-new-header-app-body .grnt-new-header-app .grnt-app-mob-main .grnt-app-mob-flex .btn-red {
    padding: 12.5px 20px;
    border-radius: 99px;
    background: #9d1d27;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px
}


.grnt-qr-new {
    position: fixed;
    bottom: 6px;
    right: 20px;
    padding: 12px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0px 24px 71px rgba(92, 93, 98, .12), 0px 7.2353px 21.4044px rgba(92, 93, 98, .0781907), 0px 3.00517px 8.8903px rgba(92, 93, 98, .06), 0px 1.08691px 3.21545px rgba(92, 93, 98, .0418093);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    width: 132px;
    height: 152px;
    transition: .3s all;
    z-index: 2
}

.grnt-qr-new .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #1a1a1a;
    margin-bottom: 15px;
    transition: .3s all
}

.grnt-qr-new .h3.no-hover {
    display: block
}

.grnt-qr-new .h3.active-hover {
    display: none
}

.grnt-qr-new picture img {
    max-width: 95px;
    margin: 0 auto;
    display: block;
    transition: .3s all
}

.grnt-qr-new.active {
    width: 194px;
    height: 238px;
    background: #fff;
    box-shadow: 0px 24px 71px rgba(132, 135, 149, .39), 0px 7.2353px 21.4044px rgba(132, 135, 149, .25412), 0px 3.00517px 8.8903px rgba(132, 135, 149, .195), 0px 1.08691px 3.21545px rgba(132, 135, 149, .13588);
    z-index: 11
}

.grnt-qr-new.active picture img {
    max-width: 155px
}

.grnt-qr-new.active .h3.active-hover {
    display: block
}

.grnt-qr-new.active .h3.no-hover {
    display: none
}

@media(max-width: 991px) {
    .grnt-qr-new {
        display: none
    }
}


.grnt-mob-cs-dropdown-menu {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: -100%;
    transition: .5s all
}

.grnt-mob-cs-dropdown-menu .inner {
    background: #fff;
    border-radius: 12px 12px 0 0;
    padding: 20px
}

.grnt-mob-cs-dropdown-menu .inner .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1a1a1a;
    margin-bottom: 4px
}

.grnt-mob-cs-dropdown-menu .inner .h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #616161
}

.grnt-mob-cs-dropdown-menu .inner .grnt-hedownload-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    background: #000 !important;
    color: #fff;
    text-decoration: none;
    padding: 12px !important;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    margin-top: 20px
}

.grnt-mob-cs-dropdown-menu .inner .grnt-hedownload-btn .grnt-hedimg-wrapper {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 4px
}

.grnt-mob-cs-dropdown-menu .inner .grnt-hedownload-btn .grnt-hedimg-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.9);
    animation: toggleIcon 6s infinite ease-in-out
}

.grnt-mob-cs-dropdown-menu .inner .grnt-hedownload-btn .grnt-hedimg-wrapper .img1 {
    animation-delay: 0s
}

.grnt-mob-cs-dropdown-menu .inner .grnt-hedownload-btn .grnt-hedimg-wrapper .img2 {
    animation-delay: 3s
}

@keyframes toggleIcon {
    0% {
        opacity: 0;
        transform: scale(0.9)
    }

    10%,
    40% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: 0;
        transform: scale(0.9)
    }

    100% {
        opacity: 0;
        transform: scale(0.9)
    }
}

.grnt-mob-cs-dropdown-menu .inner hr {
    border: 1px solid #f7f7f7;
    margin: 25px 0
}

.grnt-mob-cs-dropdown-menu .inner .grnt-help-link.h3 {
    gap: 6px;
    margin-bottom: 4px;
    background: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    padding: 0 !important
}

.grnt-mob-cs-dropdown-menu .inner .h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #25243b;
    margin: 0
}

.grnt-mob-cs-dropdown-menu a.grnt-mob-cs-close {
    padding: 0 !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    margin: 0 auto 18px;
    z-index: 12;
    background: rgba(0, 0, 0, 0) !important;
    opacity: 1 !important
}

body.qr-body-bg {
    position: relative
}

body.qr-body-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 10
}

.top-nav-right .right-nav>li .grnt-hedownload-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 600;
    overflow: hidden
}

.top-nav-right .right-nav>li .grnt-hedownload-btn .grnt-hedimg-wrapper {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 4px
}

.top-nav-right .right-nav>li .grnt-hedownload-btn .grnt-hedimg-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.9);
    animation: toggleIcon 6s infinite ease-in-out
}

.top-nav-right .right-nav>li .grnt-hedownload-btn .grnt-hedimg-wrapper .img1 {
    animation-delay: 0s
}

.top-nav-right .right-nav>li .grnt-hedownload-btn .grnt-hedimg-wrapper .img2 {
    animation-delay: 3s
}

@keyframes toggleIcon {
    0% {
        opacity: 0;
        transform: scale(0.9)
    }

    10%,
    40% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: 0;
        transform: scale(0.9)
    }

    100% {
        opacity: 0;
        transform: scale(0.9)
    }
}
.dark-mode body,
.dark-mode section,
.dark-mode .sec-nav.bg-white>ul.last li .dropdown-content,
.dark-mode .normal-tabs-dropdonw .dropdown-toggle+.normal-tabs-drodown-menu,
.dark-mode .calculator-form.form-bg,
.dark-mode .revamp_financial_calc .revamp_financial_calc_container .revamp_financial_calc_row .revamp_financial_calc_card_container .financial-calc-form .saving-account-screen .simulation-container,
.dark-mode .testimonial-section .card,
.dark-mode .header-search-modal .modal-body.bg-white,
.dark-mode .header-search-modal .tabs-container ul a,
.dark-mode .mob-menu,
.dark-mode .mob-menu .mob-smenu .fhd,
.dark-mode .home-banner.home-banner-new .content-container .apply-btn-revamp,
.dark-mode .mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content,
.dark-mode .mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content .button-group a,
.dark-mode .chip-slider-wraper label,
.dark-mode .login-button .dropdown .login-btn+.login-drodown-menu .loan-and-wholesale a,
.dark-mode .header-search,
.dark-mode .header-search-modal .ad-card {
  background: #333 !important
}

.dark-mode .home-banner.home-banner-new .content-container .selectBox-ui .ui-selectmenu-button.ui-button {
  background: #333 url(../../../content/dam/idfcfirstbank/images/homepage-redesign/arrow-down.svg) no-repeat 91% center
}

.dark-mode .mob-menu .mob-smenu .fhd::before,
.dark-mode .mob-menu .mm-top-in .search .icon-search:before,
.dark-mode .mob-menu .mm-top-in .icon-close:before,
.dark-mode .grey-bg3 .form-label-group .dropdown .dropdown-toggle:after,
.dark-mode :-ms-input-placeholder {
  color: #ff0
}

.dark-mode .mob-menu .mob-smenu .fhd::before,
.dark-mode .mob-menu .mm-top-in .search .icon-search:before,
.dark-mode .mob-menu .mm-top-in .icon-close:before,
.dark-mode .grey-bg3 .form-label-group .dropdown .dropdown-toggle:after,
.dark-mode ::placeholder {
  color: #ff0
}

.dark-mode .top-nav,
.dark-mode .sec-nav>ul.last li.drop-down-accessibility .dropdown-content .button-group a,
.dark-mode .sec-nav>ul.last li.drop-down-accessibility .dropdown-content .button-group a.active,
.dark-mode .mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content .button-group a.active,
.dark-mode .sec-nav>ul.last li.drop-down-accessibility .dropdown-content .button-group-spacing,
.dark-mode .mobile-accessibility-view ul li.drop-down-accessibility .dropdown-content .button-group-spacing,
.dark-mode .sec-nav,
.dark-mode footer,
.dark-mode .footer-top,
.dark-mode .customer-friendly,
.dark-mode .grdP1,
.dark-mode .grdP2,
.dark-mode .header-search-modal .tabs-container,
.dark-mode .header-search-modal .recent-activity-searched a,
.dark-mode .header-search-modal .item-chip,
.dark-mode .home-carousel-2 .home-carousel-2-nav-chip,
.dark-mode .mob-menu .mob-smenu .main-link,
.dark-mode .top-nav-container,
.dark-mode header,
.dark-mode .revamp_financial_calc .revamp_financial_calc_container .revamp_financial_calc_row .revamp_financial_calc_card_container .financial-calc-form .saving-account-screen .slider-container,
.dark-mode .search-bx,
.dark-mode .search-bxIn .tt-menu,
.dark-mode .header-search .login-button .dropdown .login-btn+.login-drodown-menu____,
.dark-mode .header-search-box input,
.dark-mode .btn-box .btn-white,
.dark-mode .header-search-modal .accordian .trgr,
.dark-mode .header-search-modal .accordian .tog_cont,
.dark-mode .header-search-modal .ad-card .link,
.dark-mode .header-search-modal .search-not-found .desc {
  background: #000 !important
}

.dark-mode a,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode p,
.dark-mode span,
.dark-mode strong,
.dark-mode em,
.dark-mode small,
.dark-mode div,
.dark-mode li,
.dark-mode a,
.dark-mode button,
.dark-mode label,
.dark-mode td,
.dark-mode th,
.dark-mode caption,
.dark-mode legend,
.dark-mode pre,
.dark-mode blockquote,
.dark-mode address,
.dark-mode code,
.dark-mode kbd,
.dark-mode samp,
.dark-mode var,
.dark-mode cite,
.dark-mode abbr,
.dark-mode dfn,
.dark-mode mark,
.dark-mode q,
.dark-mode sub,
.dark-mode sup,
.dark-mode time,
.dark-mode ins,
.dark-mode del,
.dark-mode input,
.dark-mode select,
.dark-mode svg {
  color: #ff0 !important
}

.dark-mode .get-intouch-revamp .getin-list-revamp .getin-list-item a p {
  color: #ff0 !important;
  background: #ff0;
  background-clip: text;
  -webkit-background-clip: text
}

.dark-mode .sec-nav>ul.last li a.btn-white.customer-support {
  background-color: #fff !important
}

.dark-mode .get-intouch-revamp,
.dark-mode .sec-nav>ul.last li.drop-down-accessibility .dropdown-content .button-group a.active {
  background: #222 !important
}

.highlighted {
  border: 1px solid #000
}

.highlightedWhite {
  border: 1px solid #fff
}

.dark-mode .sec-nav>ul.last li.drop-down-accessibility svg path,
.dark-mode .mobile-accessibility-view ul li.drop-down-accessibility svg path,
.dark-mode .login-button .dropdown .login-btn+.login-drodown-menu .loan-and-wholesale a svg path {
  stroke: #ff0
}

.dark-mode .login-button .dropdown .login-btn+.login-drodown-menu .close path {
  stroke: #ff0;
  fill: #ff0
}

.dark-mode .sec-nav .icon-Down:before {
  color: #ff0
}

.dark-mode .sec-nav.bg-white>ul.last li a:hover,
.dark-mode .top-nav .dropdown-content,
.dark-mode .header-search .login-button .dropdown .login-btn+.login-drodown-menu .inner,
.dark-mode .header-search .customer-support+.help-drodown-menu .inner,
.dark-mode .phone-bx,
.dark-mode .help-drodown-menu,
.dark-mode ul#custom-select-uiDes-menu li div {
  background: #333
}

.dark-mode .drop-down-notification.p1 .notification-dropdown .phone-bx::before {
  border-bottom-color: #333 !important
}

.dark-mode .search-bx .typeahead,
.dark-mode .header-search-modal .accordian .trgr:before {
  background-color: #333 !important
}

@media(max-width: 767px) {

  .dark-mode .header-search,
  .dark-mode .header-search .login-button .dropdown .login-btn+.login-drodown-menu {
    background: #000 !important
  }
}


.dark-mode .header-search .customer-support {
  color: #fff !important
}

.header-search .customer-support:hover {
  background: #fff !important
}

.dark-mode .header-search .customer-support:hover {
  color: #000 !important
}

.dark-mode .help-drodown-menu a:hover {
  background-color: #000 !important
}

.dark-mode .btn:focus,
.dark-mode .btn:active {
  background-color: #000
}

.dark-mode .modal-content.bulletin-modal,
.dark-mode .modal-content.offer-modal {
  background-color: #333 !important
}

.dark-mode .bulletin-modal .modal-carousel-container .owl-nav .owl-prev,
.dark-mode .bulletin-modal .modal-carousel-container .owl-nav .owl-next {
  background-color: #000
}

.dark-mode .bulletin-modal .modal-carousel-container .owl-nav .owl-prev span:before,
.dark-mode .bulletin-modal .modal-carousel-container .owl-nav .owl-next span:before {
  color: #ff0
}

.dark-mode .bulletin-modal .modal-carousel-container .item .content {
  background: #000
}

.dark-mode .bulletin-modal .icon-close:before {
  color: #ff0
}

.dark-mode .arrow.white {
  color: #ff0;
  background: #000
}

.dark-mode .arrow.white span:before {
  color: #ff0
}

.dark-mode .icon-Right:before,
.dark-mode .icon-Left:before,
.dark-mode .icon-share:before,
.dark-mode .icon-Up:before,
.dark-mode .offer-modal .icon-close::before {
  color: #ff0
}

.dark-mode .grdiantCard a span {
  background: #333
}

.dark-mode .offer-modal .input-bx {
  background: #333
}

.dark-mode .offer-modal .custom-select.op1 option {
  background: #333
}

.dark-mode .form-label-group input:not(:placeholder-shown)~label,
.dark-mode .form-label-group textarea:not(:placeholder-shown)~label,
.dark-mode .normal-select-box.selected:not(:placeholder-shown)~label {
  background: #000
}
.modal-backdrop.black {
    background-color: rgba(0, 0, 0, .2)
}

@media(max-width: 834px) {
    #search-container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

#search-container .closeLogin-new {
    display: none
}

@media(max-width: 834px) {
    #search-container .closeLogin-new {
        display: inline-block;
        margin-right: 0
    }
}

.header-search-box input {
    border-radius: 19.5px;
    border: 1px solid #353535;
    background: #fff;
    padding: 9px 10px 9px 50px;
    width: 100%;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 767px) {
    .header-search-box input {
        font-size: 14px
    }

    .header-search-modal .item-chip.chip2 .sbgs-search .apply-btn-container {
        align-self: flex-end;
    }
}

.header-search-box .img-search {
    top: 10px;
    left: 23px
}

.header-search-box .img-close {
    top: 10px;
    right: 23px;
    cursor: pointer;
    display: none
}

.header-search-modal .modal-dialog {
    max-width: 1160px
}

.header-search-modal .img-close {
    display: block
}

.header-search-modal .modal-body {
    border-radius: 12px;
    overflow: hidden
}

@media(max-width: 767px) {
    .header-search-modal .modal-body {
        overflow: hidden;
        overflow-y: auto;
        max-height: 90vh
    }
}

.header-search-modal .modal-content {
    overflow: auto;
    max-height: 90vh;
    background-color: #fff;
    border-radius: 0 0 12px 12px
}

.header-search-modal .header-search-box input {
    border-color: rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .25) inset
}

.header-search-modal .tabs-pane {
    max-height: 68vh;
    padding-right: 0px;
    overflow: auto
}

@media(max-width: 767px) {
    .header-search-modal .tabs-pane {
        overflow: visible;
        height: 100%;
        max-height: 100%
    }
}

.header-search-modal .tabs-container {
    border-radius: 12px;
    background: #efefef;
    padding: 12px 0px;
    overflow: auto
}

@media(max-width: 767px) {
    .header-search-modal .tabs-container {
        position: sticky;
        top: 0;
        z-index: 2
    }
}

.header-search-modal .tabs-container ul {
    gap: 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.header-search-modal .tabs-container ul li:first-child {
    padding-left: 24px
}

@media(max-width: 767px) {
    .header-search-modal .tabs-container ul li:first-child {
        padding-left: 15px
    }
}

.header-search-modal .tabs-container ul li:last-child {
    padding-right: 24px
}

@media(max-width: 767px) {
    .header-search-modal .tabs-container ul li:last-child {
        padding-right: 15px
    }
}

.header-search-modal .tabs-container ul a {
    border-radius: 16px;
    border: 1px solid #e0e0e0;
    background: #fff;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 6px 16px;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

@media(max-width: 767px) {
    .header-search-modal .tabs-container ul a {
        font-size: 14px
    }
}

.header-search-modal .tabs-container ul a.active,
.header-search-modal .tabs-container ul a:hover {
    color: #fff;
    background: #9b1e26;
    border: 1px solid #9b1e26;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25)
}

.header-search-modal .tabs-container ul a.active img,
.header-search-modal .tabs-container ul a:hover img {
    mix-blend-mode: plus-lighter
}

.header-search-modal .tabs-container ul a img {
    margin-right: 6px;
    height: 22px;
    width: 22px;
    mix-blend-mode: luminosity
}

.header-search-modal .title {
    color: #353535;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 0 24px;
    margin-bottom: 12px
}

@media(max-width: 767px) {
    .header-search-modal .title {
        font-size: 14px;
        padding: 0 15px
    }
}

.header-search-modal .recent-activity-searched .owl-stage-outer {
    padding-left: 24px
}

@media(max-width: 767px) {
    .header-search-modal .recent-activity-searched .owl-stage {
        display: -ms-flexbox;
        display: flex;
        margin-left: -15px
    }
}

.header-search-modal .recent-activity-searched .owl-next,
.header-search-modal .recent-activity-searched .owl-prev {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-40%);
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.1) 100%) !important;
    height: 100%;
    width: 50px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: end
}

.header-search-modal .recent-activity-searched .owl-next.disabled,
.header-search-modal .recent-activity-searched .owl-prev.disabled {
    opacity: 0
}

.header-search-modal .recent-activity-searched .owl-prev {
    right: auto;
    left: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, #fff 100%) !important;
    -ms-flex-pack: center;
    justify-content: center
}

.header-search-modal .recent-activity-searched a {
    color: #666;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 12px;
    border-radius: 18px;
    background: #f0f0f0;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.header-search-modal .recent-activity-searched a:hover {
    color: #161616;
    background: #cdcdcd
}

@media(max-width: 767px) {
    .header-search-modal .recent-activity-searched a {
        font-size: 11px;
        white-space: nowrap
    }
}

.header-search-modal .recent-activity-searched.hpshu-recent {
    padding: 0 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

@media(max-width: 767px) {
    .header-search-modal .recent-activity-searched.hpshu-recent {
        padding: 0 15px
    }
}

.header-search-modal .spacer {
    margin: 18px 0 10px 0
}

.header-search-modal .chip-container {
    gap: 26px;
    padding: 0 24px 4px 24px;
    overflow: auto
}

@media(max-width: 767px) {
    .header-search-modal .chip-container {
        gap: 10px;
        padding: 0 15px 4px 15px
    }
}

.header-search-modal .item-chip {
    -ms-flex: 1;
    flex: 1;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 2px 7.2px 0px rgba(0, 0, 0, .16);
    padding: 10px
}

@media(max-width: 767px) {
    .header-search-modal .item-chip {
        min-width: 215px;
        box-shadow: 0px 2px 7.2px 0px rgba(0, 0, 0, .16)
    }
}

.header-search-modal .item-chip img {
    margin-right: 5px
}

@media(max-width: 767px) {
    .header-search-modal .item-chip img {
        width: 40px
    }
}

.header-search-modal .item-chip .f14sb {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #3a3a3a
}

@media(max-width: 767px) {
    .header-search-modal .item-chip .f14sb {
        font-size: 12px
    }
}

.header-search-modal .item-chip .link {
    color: #9b1e26;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    background: none !important;

}

.header-search-modal .item-chip .link:hover {
    text-decoration: none
}

.header-search-modal .item-chip.chip2 {
    padding: 5px 10px
}

.header-search-modal .item-chip.chip2 .sbgs-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative
}

.header-search-modal .item-chip.chip2 .sbgs-search .apply-btn-container {
    position: relative;
    z-index: 2
}

.header-search-modal .item-chip.chip2 .sbgs-search .entire-box-link {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

@media(max-width: 767px) {
    .header-search-modal .item-chip.chip2 .sbgs-search {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media(max-width: 767px) {
    .header-search-modal .item-chip.chip2 {
        padding: 7px 10px
    }
}

.header-search-modal .link-only {
    color: #9b1e26;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    padding-bottom: 10px
}

.header-search-modal .link-only:hover {
    text-decoration: none
}

@media(max-width: 767px) {
    .header-search-modal .link-only {
        font-size: 12px;
        min-width: 48%
    }
}

.header-search-modal .right-panel {
    height: 100%;
    max-height: 78vh
}

@media(max-width: 767px) {
    .header-search-modal .right-panel {
        height: 100%;
        max-height: 100%
    }
}

.header-search-modal .right-panel>div,
.header-search-modal .right-panel .owl-stage-outer,
.header-search-modal .right-panel .owl-stage,
.header-search-modal .right-panel .owl-item {
    height: 100%
}

.header-search-modal .right-panel .owl-dots {
    gap: 5px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    text-align: center;
    display: block !important
}

.header-search-modal .right-panel .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #dcdcdc;
    margin: 0 3px;
    filter: drop-shadow(0px 2px 4.2px rgba(0, 0, 0, 0.58))
}

.header-search-modal .right-panel .owl-dots .owl-dot.active {
    width: 13px;
    transition: all .3s ease-in-out;
    background-color: #9b1e26
}

@media(max-width: 767px) {
    .header-search-modal .right-panel .owl-dots {
        display: none !important
    }

    .header-search-modal .right-panel .item img {
        height: 171px;
    }
}

.header-search-modal .right-panel .item {
    height: 100%;
    position: relative
}

.header-search-modal .right-panel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.header-search-modal .right-panel .item .content {
    padding: 12px;
    max-width: 100%
}

@media(max-width: 767px) {
    .header-search-modal .right-panel .item .content {
        padding: 10px;
        max-width: 60%
    }
}

.header-search-modal .right-panel .item .h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: normal
}

@media(max-width: 767px) {
    .header-search-modal .right-panel .item .h3 {
        font-size: 16px
    }
}

.header-search-modal .right-panel .item .txt {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 148%
}

@media(max-width: 767px) {
    .header-search-modal .right-panel .item .txt {
        font-size: 12px
    }
}

.header-search-modal .right-panel .item .btn-red {
    border-radius: 18px;
    background: #9b1e26;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 148%;
    padding: 8px 20px
}

@media(max-width: 767px) {
    .header-search-modal .right-panel .item .btn-red {
        font-size: 12px
    }
}

.header-search-modal .ad-card {
    border-radius: 8px;
    border: 1px solid #ded4d4;
    background: #fff;
    overflow: hidden;
    margin-bottom: 12px
}

@media(max-width: 991px) {
    .header-search-modal .ad-card {
        margin-left: 7px;
        margin-right: 7px
    }
}

.header-search-modal .ad-card figure {
    border-radius: 8px;
    margin-bottom: 0px
}

.header-search-modal .ad-card figure img {
    width: 100%;
    max-height: 120px;
    object-fit: cover
}

.header-search-modal .ad-card .figcaption {
    padding: 10px 18px
}

@media(max-width: 767px) {
    .header-search-modal .ad-card .figcaption {
        padding: 10px
    }
}

.header-search-modal .ad-card .h3 {
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 7px
}

@media(max-width: 767px) {
    .header-search-modal .ad-card .h3 {
        font-size: 12px
    }
}

.header-search-modal .ad-card .head {
    color: #494949;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px
}

@media(max-width: 767px) {
    .header-search-modal .ad-card .head {
        font-size: 13px
    }
}

.header-search-modal .ad-card .small {
    color: #666;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    display: block
}

@media(max-width: 767px) {
    .header-search-modal .ad-card .small {
        font-size: 8px
    }
}

.header-search-modal .ad-card .link {
    margin-top: 8px;
    border-radius: 18px;
    border: 1px solid #9b1e26;
    background: #fff;
    color: #9b1e26;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    padding: 8px 12px;
    display: inline-block
}

@media(max-width: 767px) {
    .header-search-modal .ad-card .link {
        font-size: 11px
    }
}

.header-search-modal .ad-card .logo {
    float: right;
    margin-top: -30px;
    position: relative;
    z-index: 1
}

.header-search-modal .ad-card .logo img {
    width: 60px
}

.header-search-modal .pop-faqs {
    position: relative;
    min-height: 110px;
    z-index: 1
}

.header-search-modal .pop-faqs .pop-innr {
    position: absolute
}

@media(max-width: 767px) {
    .header-search-modal .pop-faqs .pop-innr {
        position: relative
    }
}

.header-search-modal .accordian .trgr {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    border-bottom: 0 solid;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 50px;
}

.header-search-modal .accordian .trgr:before {
    top: auto;
    border: none;
    background: url(../../../content/dam/idfcfirstbank/images/homepage-redesign/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center
}

.accordian .trgr::before {
    position: absolute;
    width: 26px;
    height: 26px;
    font-family: icomoon;
    content: "";
    /* background: url(../../../content/dam/idfcfirstbank/images/homepage-redesign/arrow-down.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    right: 25px;
    top: 0px;
    color: #9d1d27;
}

.header-search-modal .accordian .trgr.act {
    border-bottom: 1px solid #000
}

.header-search-modal .accordian .trgr.act:before {
    top: auto;
    border: none;
    background: url(../../../content/dam/idfcfirstbank/images/homepage-redesign/arrow-up.png);
    background-repeat: no-repeat;
    background-position: center
}

.header-search-modal .accordian .tog_cont {
    border: none;
    padding: 10px 0 0
}

.header-search-modal .accordian .tog_cont p {
    font-size: 12px;
    font-weight: 500;
    color: #666
}

.header-search-modal .get-touch .item-chip {
    background: #fff8f8;
    border: 1px solid rgba(154, 27, 36, .02)
}

.header-search-modal .get-touch .h3 {
    font-size: 14px;
    font-weight: bold;
    color: #9b1e26;
    margin: 0
}

@media(max-width: 767px) {
    .header-search-modal .get-touch .h3 {
        font-size: 12px
    }
}

.header-search-modal .get-touch .gtus {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin: 0
}

@media(max-width: 767px) {
    .header-search-modal .get-touch .gtus {
        font-size: 12px
    }
}

.header-search-modal .searchblog .sbgs {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin: 10px 0
}

.header-search-modal .searchblog .sbgs2 {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin: 10px 0
}

.header-search-modal .searchblog .sbgs2 span {
    font-weight: 600
}

.header-search-modal .searchblog .link-only {
    color: #9b1e26;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    padding-bottom: 10px;
    text-align: center;
    margin: 0 auto;
    display: block
}

.header-search-modal .recommend-search {
    min-height: 570px;
    max-height: 570px;
    overflow: auto
}

@media(max-width: 767px) {
    .header-search-modal .recommend-search {
        min-height: inherit;
        max-height: inherit;
        overflow: inherit
    }
}

@media(max-width: 767px) {
    .header-search-modal .recommend-search .item-chip {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}

.header-search-modal .recommend-search .item-chip img {
    margin-right: 10px
}

@media(max-width: 767px) {
    .header-search-modal .recommend-search .item-chip img {
        width: auto
    }
}

.header-search-modal .recommend-search .btn-box .btn-red {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 15px
}

.header-search-modal .recommend-search .link-only {
    color: #9b1e26;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    padding-bottom: 10px;
    text-align: center;
    margin: 0 auto;
    display: block
}

.header-search-modal .search-not-found {
    min-height: 570px;
    max-height: 570px;
    overflow: auto;
    padding-bottom: 40px;
}

@media(max-width: 767px) {
    .header-search-modal .search-not-found {
        min-height: inherit;
        max-height: inherit;
        overflow: inherit
    }
}

.header-search-modal .search-not-found .headH2 {
    font-size: 36px;
    color: #9b1e26;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center
}

@media(max-width: 767px) {
    .header-search-modal .search-not-found .headH2 {
        font-size: 24px
    }
}

.header-search-modal .search-not-found .pera {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 400;
    text-align: center
}

@media(max-width: 767px) {
    .header-search-modal .search-not-found .pera {
        font-size: 12px
    }
}

.header-search-modal .search-not-found .desc {
    max-width: 490px;
    margin: 0 auto;
    background: #f4f4f4;
    border-radius: 12px;
    padding: 15px
}

@media(max-width: 767px) {
    .header-search-modal .search-not-found .desc {
        margin: 0 20px
    }
}

.header-search-modal .search-not-found .desc .h3 {
    font-size: 20px;
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 10px;
    text-align: center
}

@media(max-width: 767px) {
    .header-search-modal .search-not-found .desc .h3 {
        font-size: 16px
    }
}

.header-search-modal .search-not-found .desc ul {
    margin: 0 auto;
    display: table
}

@media(max-width: 767px) {
    .header-search-modal .search-not-found .desc ul {
        margin: 0 30px
    }
}

.header-search-modal .search-not-found .desc ul li {
    list-style: disc;
    padding: 2px;
    font-size: 14px;
    color: #666
}

@media(max-width: 767px) {
    .header-search-modal .search-not-found .desc ul li {
        font-size: 14px;
        margin: 0 0 10px
    }

    .header-search-modal .search-not-found .desc ul li:last-child {
        margin: 0
    }
}

@media(max-width: 767px) {
    .header-search-modal .search-not-found .item-chip {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}

.header-search-modal .search-not-found .item-chip img {
    margin-right: 10px
}

@media(max-width: 767px) {
    .header-search-modal .search-not-found .item-chip img {
        width: auto
    }
}

.header-search-modal .search-not-found .btn-box .btn-red {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 25px;
    background: #9b1e26;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: 0;
    height: auto;
}

.header-search {
    background: #fff
}

.header-search #login-dropdonw-li:hover::before,
.header-search #help-dropdonw-li:hover::before {
    top: 42px
}

.header-search ul.cta-container li .dropdown {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width: 835px) {
    .header-search ul.cta-container li.drop-down:hover .dropdown-content:not(.show) {
        display: block;
        top: 20px !important
    }
}

.header-search .login-button .dropdown .login-btn {
    min-width: 70px;
    padding: 8px 16px;
    font-weight: 500;
    height: 36px;
    font-size: 14px;
    color: #fff !important;
    background-color: #902a2c;
    margin-left: 12px !important
}

.header-search .login-button .dropdown .login-btn:after {
    display: none
}

.header-search .login-button .dropdown .login-btn+.login-drodown-menu {
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: 9;
    margin-top: 10px
}

.header-search .login-button .dropdown .login-btn+.login-drodown-menu .inner {
    padding: 20px 20px 0 20px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border: none;
    left: auto;
    background: #fff
}

@media(max-width: 834px) {
    .header-search .login-button .dropdown .login-btn+.login-drodown-menu {
        top: auto !important;
        background: #fff;
        width: 100%;
        padding: 0;
        border: 1px solid #d9d9d9;
        box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, .25)
    }
}

@media(max-width: 834px)and (max-width: 767px) {
    .header-search .login-button .dropdown .login-btn+.login-drodown-menu {
        padding: 20px 32px 0 32px
    }
}

.header-search .customer-support {
    min-width: 70px !important;
    padding: 7px 16px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: -0.6px !important;
    color: #353535 !important;
    border: 1px solid #353535 !important;
    border-radius: 50px !important;
    background: rgba(0, 0, 0, 0) !important;
    margin-left: 15px !important;
    /* height:auto !important; */
}

.header-search .customer-support:hover {
    background: #fff !important
}

.header-search .customer-support:after {
    display: none
}

.header-search .customer-support+.help-drodown-menu {
    top: -19px !important;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    overflow: visible;
    border: 0
}

.header-search .customer-support+.help-drodown-menu .inner {
    margin-top: 20px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border: none;
    left: auto;
    background: #fff;
    border: 1px solid #d9d9d9
}

.header-search .customer-support.what-special:hover {
    font-weight: bold
}

.header-search-modal .search-not-found .btn-red-search-apply-now {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 25px;
    background: #9b1e26;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    line-height: 20px;
    border: 0;
    text-decoration: none;
}
header.d-lg-none .btn-box .btn-white {
    min-width: inherit;
}

@media (max-width: 991px) {
    .mob-menu .mm-top-in .icon-close:before {
        color: #9B1E26;
    }
}

.search-bxIn .cls-btn .icon-close:before {
    color: #54565B;
}

.search-bxIn .cls-btn {
    right: 20px;
    font-size: 20px;
}

.search-bxIn .icon-search,
.search-bxIn .cls-btn {
    position: absolute;
    top: 20px;
    z-index: 1;
}

.sec-nav.bg-white>ul.last li a,
.sec-nav.bg-white>ul.last li a:visited {
    color: #353535
}

.blk-btn-new {
    border-radius: 50px;
    border: 1px solid #353535;
    background: rgba(0, 0, 0, 0);
    color: #353535;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    padding: 6px 16px;
    margin: 6px 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.blk-btn-new svg,
.blk-btn-new img {
    margin-right: 4px
}

.blk-btn-new:hover {
    font-weight: bold;
    color: #353535
}

.header-search .customer-support {
    min-width: 70px;
    padding: 7px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.6px;
    color: #353535 !important;
    border: 1px solid #353535;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0) !important;
    margin-left: 15px !important
}

.help-dropdonw .btn-box .btn-white {
    height: fit-content !important;
}

.login-button .btn-box .btn-white {
    line-height: normal !important;
}


@media (max-width: 767px) {

    .top-nav-right .btn-box .btn-white {
        line-height: 17px !important;
        height: fit-content !important;
    }
}

.login-upgrade .btn-box .btn-red {
    background: #9d1d27 !important;
}

.recent-searches-owl-carousel .owl-nav.disabled {
    display: block;
}

.pop-innr .accordian .trgr {
    padding: 20px 50px 20px 0;
    margin-top: 0;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0px;
}

.pop-innr .accordian .trgr::before {
    right: 5px;
    content: "";
}

.pop-innr .accordian .trgr.act::before {
    content: "";
}

.pop-innr .accordian .tog_cont {
    box-shadow: none;
    margin-bottom: auto;
}

.recent-searches-owl-carousel .owl-nav span {
    font-size: inherit;
}

.modal-backdrop.show {
    opacity: 1;
}

.icon-twitter {
    width: 24px;
    height: 24px;
    position: relative;
    display: block
}

.icon-twitter::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-twitter-x' viewBox='0 0 16 16'%3E%3Cpath d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/%3E%3C/svg%3E")
}

.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 */
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.bg-ashva {
  background: conic-gradient(from 90deg at 100% 28.29%, #999 0deg, #EFEFEF 48.6000019312deg, #CACACA 104.3999969959deg, #EFEFEF 163.8000047207deg, #CACACA 230.3999948502deg, #999 288.0000042915deg, #EFEFEF 320.3999948502deg)!important;
}

@media(max-width: 767px) {
  .bg-ashva {
    /* background: conic-gradient(from 90deg at 101% 30.29%, #999 0deg, #EFEFEF 48.6000019312deg, #CACACA 104.3999969959deg, #EFEFEF 163.8000047207deg, #CACACA 230.3999948502deg, #999 288.0000042915deg, #EFEFEF 320.3999948502deg) */
    background: unset;
  }
}

.fade-in-up-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2s, transform 2s
}

.fade-in-up-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0)
}

.section-ashv-intro {
  overflow: hidden
}

.section-ashv-intro.animate .ashv-intro-container .fadeInup {
  animation: moveUp .5s linear forwards .2s
}

.section-ashv-intro.animate .ashv-intro-container .bottom-mark {
  animation: hideLogo .2s forwards .2s
}

.section-ashv-intro.animate .ashv-intro-container .intro-eng-logo-container {
  animation: scaleAndMove 1s forwards .5s
}

@media(max-width: 767px) {
  .section-ashv-intro.animate .ashv-intro-container .intro-eng-logo-container {
    animation: scaleAndMoveMobile 1s forwards .5s
  }
}

.section-ashv-intro.animate .ashv-intro-container .card-name {
  animation: spacing .8s forwards 1s
}

.section-ashv-intro.animate .ashv-intro-container .last-step {
  animation: showLastStep .8s linear forwards 1s
}

.section-ashv-intro.animate .ashv-intro-container .card-desc {
  animation: cardDescAnim .8s linear forwards 1.1s
}

.section-ashv-intro.animate .ashv-intro-container .place-holder-img {
  animation: placeholderAnim .8s linear forwards 1.1s
}

.ashv-intro-container {
  display: block;
  animation: hideMainContainer 1s linear forwards 3.2s
}

.ashv-intro-container,
.ashv-new-container {
  height: calc(100vh - 113px) !important;
  background: linear-gradient(307deg, #40010A 7.52%, #840114 31.28%, #40010A 56.14%);
  padding-top: 113px
}

.ashv-intro-container .mxw450,
.ashv-new-container .mxw450 {
  max-width: 450px
}

.ashv-intro-container .f34,
.ashv-new-container .f34 {
  background: linear-gradient(90deg, #BA9FA2 20%, #9E777D 110.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  z-index: 1
}

@media(max-width: 767px) {

  .ashv-intro-container .f34,
  .ashv-new-container .f34 {
    font-size: 22px
  }
}

.ashv-intro-container .f22,
.ashv-new-container .f22 {
  color: #62000d;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

@media(max-width: 768px) {

  .ashv-intro-container .f22,
  .ashv-new-container .f22 {
    text-align: center;
    font-size: 18px;
    line-height: 22px
  }

  .ashv-intro-container .f22 span,
  .ashv-new-container .f22 span {
    display: block
  }
}

.ashv-intro-container .f16,
.ashv-new-container .f16 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  background: var(--Primary, linear-gradient(90deg, #40010A 0%, #840114 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  padding-right: 30px
}

@media(max-width: 768px) {

  .ashv-intro-container .f16,
  .ashv-new-container .f16 {
    font-size: 14px;
    padding-right: 0px
  }
}

.ashv-intro-container .static-image,
.ashv-new-container .static-image {
  opacity: 0;
  text-align: center
}

@media(max-width: 767px) {

  .ashv-intro-container .static-image img,
  .ashv-new-container .static-image img {
    max-width: 95%
  }
}

.ashv-intro-container .logo-container,
.ashv-new-container .logo-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 150px
}

@media(max-width: 767px) {

  .ashv-intro-container .logo-container img,
  .ashv-new-container .logo-container img {
    max-width: 95%
  }
}

.ashv-intro-container .logo-container.eng-logo-container,
.ashv-new-container .logo-container.eng-logo-container {
  width: 0;
  animation: introEngAnimation 2.5s linear forwards 1s;
  overflow: hidden
}

.ashv-intro-container .intro-eng,
.ashv-new-container .intro-eng {
  background: url("../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashv/Desktop-Ashva.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-attachment: fixed
}

.ashv-intro-container .eng-logo,
.ashv-new-container .eng-logo {
  position: relative;
  z-index: 1
}

.ashv-intro-container .bottom-mark,
.ashv-new-container .bottom-mark {
  margin-top: 30px;
  opacity: 0;
  animation: showBottomMark 2s linear forwards 4s
}

@media(max-width: 767px) {

  .ashv-intro-container .bottom-mark,
  .ashv-new-container .bottom-mark {
    margin-top: 15px
  }
}

.ashv-intro-container .intro-eng-logo-container,
.ashv-new-container .intro-eng-logo-container {
  width: 100vw;
  position: absolute;
  left: 0;
  z-index: 1
}

.ashv-intro-container .card-name,
.ashv-new-container .card-name {
  padding-top: 30px
}

.ashv-intro-container .last-step,
.ashv-new-container .last-step {
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  margin-top: -15%
}

@media(max-width: 1280px) {

  .ashv-intro-container .last-step,
  .ashv-new-container .last-step {
    margin-top: -20%
  }
}

@media(max-width: 1280px)and (max-width: 991px) {

  .ashv-intro-container .last-step,
  .ashv-new-container .last-step {
    margin-top: -25%
  }
}

@media(max-width: 1280px)and (max-width: 991px)and (max-width: 767px) {

  .ashv-intro-container .last-step,
  .ashv-new-container .last-step {
    margin-top: -55%
  }
}

@media(max-width: 767px) {

  .ashv-intro-container .last-step figure img,
  .ashv-new-container .last-step figure img {
    max-width: 100%
  }
}

.ashv-intro-container .card-desc,
.ashv-new-container .card-desc {
  opacity: 0;
  transform: translate(-100%, 100%)
}

.ashv-intro-container .place-holder-img,
.ashv-new-container .place-holder-img {
  opacity: .3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform-origin: center center;
  transform: rotate(45deg) scale(0.8) translate(-70%, 100%)
}

.ashv-intro-container .flip-container,
.ashv-new-container .flip-container {
  perspective: 1000px
}

.ashv-intro-container .flip-card,
.ashv-new-container .flip-card {
  display: -ms-grid;
  display: grid;
  width: 100%;
  transform-style: preserve-3d;
  transition: transform .6s;
  cursor: pointer;
  animation: introEngAnimation 3s linear forwards 8s
}

.ashv-intro-container .flip-card.active,
.ashv-new-container .flip-card.active {
  transform: rotateY(180deg)
}

.ashv-intro-container .flip-card .front,
.ashv-intro-container .flip-card .back,
.ashv-new-container .flip-card .front,
.ashv-new-container .flip-card .back {
  grid-area: 1/1/2/2;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.ashv-intro-container .flip-card .front,
.ashv-new-container .flip-card .front {
  background-image: url("../components/content/heritage-cc/heritage-cc-banner/clientlibs/css/path/to/your/front-image.jpg");
  background-size: cover;
  background-position: center
}

.ashv-intro-container .flip-card .back,
.ashv-new-container .flip-card .back {
  background-image: url("../components/content/heritage-cc/heritage-cc-banner/clientlibs/css/path/to/your/back-image.jpg");
  background-size: cover;
  background-position: center;
  transform: rotateY(180deg)
}

.ashv-header {
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 20px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1
}

@media(max-width: 767px) {
  .ashv-header {
    display: none
  }
}

.ashv-header .fees {
  font-size: 16px;
  margin-left: 20px;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #fff;
  animation: chageFeeColor 1s linear forwards 3s
}

.ashv-header .fees svg {
  stroke: #fff;
  fill: #fff;
  animation: chageFeeIconColor 1s linear forwards 3s
}

.ashv-header.ashv-header-fixed {
  position: fixed !important;
  top: 106px;
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  z-index: 1051;
  display: none
}

@media(max-width: 767px) {
  .ashv-header.ashv-header-fixed {
    background: rgba(239, 239, 239, .6);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0;
    top: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }

  .ashv-header.ashv-header-fixed .btn-red {
    background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transform: scale(0.8);
    transform-origin: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 5px
  }

  .ashv-header.ashv-header-fixed .fees {
    margin: 0;
    text-decoration: none;
    border-bottom: 1px solid #625a50;
    display: none
  }

  .ashv-header.ashv-header-fixed .fees svg {
    display: none
  }

  .ashv-header.ashv-header-fixed .font14 {
    color: #1a1a1a;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0
  }
}

@media(max-width: 767px) {
  .ashv-header {
    z-index: 0
  }
}

.ashv-header .btn-red {
  border-radius: 38px;
  background: #9a1b24;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  padding: 14px 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal
}

@media(max-width: 767px) {
  .ashv-header .btn-red {
    transform: scale(0.8);
    transform-origin: center right
  }
}

.ashv-header .fee-and-charges {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-left: 35px
}

.ashv-new-container {
  height: 0;
  overflow: hidden;
  background-image: url("../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashv/Desktop-Ashva.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 0px;
  position: relative;
  animation: showNextContainerAswa 2s linear forwards 3.2s;
  -webkit-animation: showNextContainerAswa 2s linear forwards 3.2s
}

@media(max-width: 767px) {
  .ashv-new-container {
      height: 0;
      background-image: url("../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashv/Mobile-Ashva.png");
      background-size: cover;
      background-repeat: repeat;
      background-position: center center;
      background-attachment: fixed;
      padding-top: 0px;
      padding-bottom: 0px;
      animation: showNextContainerAswaMobile 2s linear forwards 3.2s;
      -webkit-animation: showNextContainerAswaMobile 2s linear forwards 3.2s
  }
}

@media(max-width: 767px) {
  .ashv-new-container {
    height: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    animation: showNextContainerAswaMobile 2s linear forwards 3.2s;
    -webkit-animation: showNextContainerAswaMobile 2s linear forwards 3.2s
  }
}

.ashv-new-container::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashv/flyer2.png);
  height: 160px;
  width: 100px
}

@media(max-width: 767px) {
  .ashv-new-container::before {
    display: none
  }
}

.ashv-new-container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashv/flyer1.png);
  height: 160px;
  width: 130px
}

@media(max-width: 767px) {
  .ashv-new-container::after {
    display: none
  }
}

.ashv-new-container .ashv-new-container-content {
  opacity: 0;
  animation: fadeIn .5s linear forwards 4.5s;
  -webkit-animation: fadeIn .5s linear forwards 4.5s
}

@media(max-width: 767px) {
  .ashv-new-container .ashv-new-container-content {
    height: calc(100vh - 183px)
  }
}

.ashv-new-container .ashv-new-container-content .card-img {
  margin-top: 50px;
  margin-bottom: 75px
}

@media(max-width: 767px) {
  .ashv-new-container .ashv-new-container-content .card-img {
    margin: 25px 0
  }
}

.ashv-new-container .ashv-new-container-content .card-img img {
  max-width: 90%
}

.ashv-new-container .ashv-new-container-content .d-grid {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr)
}

@media(max-width: 767px) {
  .ashv-new-container .ashv-new-container-content .d-grid {
    gap: 20px
  }
}

.ashv-new-container .ashv-new-container-content .btn-black {
  width: 140px;
  padding: 11px 20px;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  border-radius: 25px
}

.ashv-new-container .ashv-new-container-content .btn-link {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}

@media(max-width: 767px) {
  .ashv-new-container .ashv-new-container-content .btn-link {
    font-size: 16px;
    line-height: normal
  }
}

@media(max-width: 991px) {
  .ashv-new-container .figure img {
    max-width: 100%
  }
}

.ashv-new-container .go-back-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-top: 8px
}

.ashv-new-container .plus-1::before,
.ashv-new-container .plus-1::after,
.ashv-new-container .plus-2::before,
.ashv-new-container .plus-2::after,
.ashv-new-container .plus-3::before,
.ashv-new-container .plus-3::after {
  content: "";
  position: absolute;
  background: #332b28
}

.ashv-new-container .plus-1 {
  top: 36%;
  left: 11%;
  z-index: 1
}

.ashv-new-container .plus-1::before {
  top: 14px;
  left: -14vw;
  width: 14vw;
  height: 1px
}

@media(min-width: 1367px) {
  .ashv-new-container .plus-1::before {
    left: -20vw;
    width: 20vw
  }
}

@media(max-width: 1280px) {
  .ashv-new-container .plus-1::before {
    left: -8vw;
    width: 8vw
  }
}

@media(max-width: 767px) {
  .ashv-new-container .plus-1::before {
    transform: rotate(90deg);
    left: -9.8vw;
    top: 76px;
    width: 25vw
  }
}

@media only screen and (min-width: 1600px)and (max-width: 1800px)and (min-width: 1367px) {
  .ashv-new-container .plus-1::before {
    left: -18vw;
    width: 18vw
  }
}

@media only screen and (min-width: 1367px)and (max-width: 1600px)and (min-width: 1367px) {
  .ashv-new-container .plus-1::before {
    left: -14vw;
    width: 14vw
  }
}

.ashv-new-container .plus-1::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: -5px;
  top: 13px
}

@media(max-width: 767px) {
  .ashv-new-container .plus-1::after {
    left: 8px;
    top: 26px
  }
}

.ashv-new-container .plus-2 {
  top: 57%;
  left: 54%;
  z-index: 1
}

.ashv-new-container .plus-2::before,
.ashv-new-container .plus-2::after {
  display: none
}

.ashv-new-container .plus-2::before {
  top: 14px;
  left: -30vw;
  width: 30vw;
  height: 1px
}

.ashv-new-container .plus-2::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: -5px;
  top: 13px
}

.ashv-new-container .plus-3 {
  top: 15%;
  right: 39%;
  z-index: 1
}

.ashv-new-container .plus-3::before,
.ashv-new-container .plus-3::after {
  display: none
}

.ashv-new-container .plus-3::before {
  top: 14px;
  left: -40vw;
  width: 40vw;
  height: 1px
}

@media(max-width: 1180px) {
  .ashv-new-container .plus-3::before {
    left: -38vw;
    width: 38vw
  }
}

.ashv-new-container .plus-3::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: -5px;
  top: 13px
}

.ashv-new-container .circleAnimation {
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 50%;
  animation: zoomFade 3s infinite
}

.ashv-new-container .circleAnimation.circle1 {
  background-color: #fff;
  animation-delay: 0s
}

.ashv-new-container .circleAnimation.circle2 {
  background-color: #fcfcfc;
  animation-delay: .5s
}

.ashv-new-container .circleAnimation.circle3 {
  background-color: #fafafa;
  animation-delay: 1.5s
}

.ashv-new-container .circleAnimation.circle4 {
  background-color: #f7f7f7;
  animation-delay: 2s
}

.ashv-new-container .circleAnimation.circle5 {
  background-color: #f5f5f5;
  animation-delay: 2.5s
}

.ashv-new-container .circleAnimation.circle6 {
  background-color: #f0f0f0;
  animation-delay: 3s
}

@keyframes zoomFade {
  0% {
    transform: scale(0);
    opacity: 0
  }

  50% {
    transform: scale(1);
    opacity: 1
  }

  100% {
    transform: scale(1.5);
    opacity: 0
  }
}

@media(max-width: 767px) {
  .ashv-new-container .circleAnimation {
    width: 20px;
    height: 20px
  }
}

.new-card-2 {
  transition: all .5s ease-in-out;
  transform: rotate(-15deg)
}

.text-2 {
  margin-top: 30%;
  margin-left: 10%;
  transition: all .5s ease-in-out
}

@media(max-width: 767px) {
  .text-2 {
    margin-top: 30px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
  }
}

.new-card-3 {
  transition: all .5s ease-in-out;
  transform: rotate(-40deg)
}

.text-3 {
  transition: all .5s ease-in-out;
  margin-top: -20%
}

@media(max-width: 1280px) {
  .text-3 {
    margin-top: -25%
  }
}

@media(max-width: 1280px)and (max-width: 767px) {
  .text-3 {
    margin-top: 30px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
  }
}

.plus-2-container .new-card-2 {
  transition: all .2s ease-in-out;
  transform: rotate(0deg)
}

.plus-2-container .plus-1 {
  top: 29%;
  left: 6%
}

.plus-2-container .plus-1::before,
.plus-2-container .plus-1::after {
  display: none
}

.plus-2-container .plus-2 {
  top: 63%;
  left: 51%
}

.plus-2-container .plus-2::before {
  display: block
}

@media(max-width: 767px) {
  .plus-2-container .plus-2::before {
    transform: rotate(90deg);
    left: -9.4vw;
    top: 81px;
    width: 26vw
  }
}

.plus-2-container .plus-2::after {
  display: block
}

@media(max-width: 767px) {
  .plus-2-container .plus-2::after {
    left: 12px;
    top: 30px
  }
}

.plus-2-container .plus-3 {
  top: 22%;
  right: 30%
}

.plus-2-container .plus-3::before,
.plus-2-container .plus-3::after {
  display: none
}

.plus-3-container .new-card-3 {
  transition: all .2s ease-in-out;
  transform: rotate(0deg)
}

.plus-3-container .plus-1 {
  top: 11%;
  left: 22%
}

.plus-3-container .plus-1::before,
.plus-3-container .plus-1::after {
  display: none
}

.plus-3-container .plus-2 {
  top: 63%;
  left: 42%
}

.plus-3-container .plus-2::before,
.plus-3-container .plus-2::after {
  display: none
}

.plus-3-container .plus-3 {
  top: 22%;
  right: 19%
}

.plus-3-container .plus-3::after {
  display: block
}

@media(max-width: 767px) {
  .plus-3-container .plus-3::after {
    top: 30px;
    left: 10px
  }
}

.plus-3-container .plus-3::before {
  display: block
}

@media(max-width: 767px) {
  .plus-3-container .plus-3::before {
    transform: rotate(90deg);
    width: 40vw;
    top: 110px;
    left: -17vw
  }
}

@media(max-width: 767px) {
  .flex-grow-1 {
    width: 100%
  }
}

@keyframes hideMainContainer {
  0% {
    display: block
  }

  100% {
    display: none
  }
}

@keyframes showNextContainerAswa {
  0% {
    height: 0
  }

  1% {
    padding-top: 70px;
    height: calc(100vh - 10px)
  }

  100% {
    opacity: 1;
    padding-top: 70px;
    height: calc(100vh - 10px);
    background-image: url("../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashv/Desktop-Ashva.png")
  }
}

@keyframes showNextContainerAswaMobile {
  0% {
    height: 0
  }

  1% {
    height: 100%
  }

  100% {
    opacity: 1;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url("../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashv/Mobile-Ashva.png")
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes hideLogo {
  0% {
    opacity: 1
  }

  100% {
    z-index: -1;
    position: absolute;
    opacity: 0;
    left: -100%
  }
}

@keyframes cardDescAnim {
  0% {
    opacity: .5;
    transform: translate(-100%, 100%)
  }

  100% {
    opacity: 1;
    transform: none
  }
}

@keyframes placeholderAnim {
  0% {
    opacity: .2;
    transform: rotate(45deg) scale(0.8) translate(-70%, 100%)
  }

  100% {
    opacity: 0;
    z-index: -1;
    transform: rotate(45deg) scale(0.8) translate(-30%, -100%)
  }
}

@keyframes showLastStep {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1;
    position: relative;
    left: 0;
    z-index: 1
  }
}

@keyframes spacing {
  0% {
    transform: scale(1) translateY(0)
  }

  100% {
    transform: scale(0.5) translateY(-450%);
    transform-origin: center top
  }
}

@keyframes moveUp {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-100%);
    opacity: .5
  }

  100% {
    transform: translateY(-200%);
    opacity: 0
  }
}

@keyframes scaleAndMove {
  0% {
    transform: scale(1) translateY(0);
    opacity: 0
  }

  100% {
    transform: scale(0.5) translateY(-100%);
    opacity: 1;
    transform-origin: center top
  }
}

@keyframes scaleAndMoveMobile {
  0% {
    transform: scale(1) translateY(0);
    opacity: 0
  }

  100% {
    transform: scale(0.5) translateY(-200%);
    opacity: 1;
    transform-origin: center top
  }
}

@keyframes showBottomMark {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes introEngAnimation {
  0% {
    width: 10%
  }

  50% {
    width: 50%
  }

  100% {
    width: 100%
  }
}

@keyframes chageFeeColor {
  0% {
    color: #fff
  }

  50% {
    color: #fff
  }

  100% {
    color: #88807a
  }
}

@keyframes chageFeeIconColor {
  0% {
    stroke: #fff;
    fill: #fff
  }

  50% {
    stroke: #fff;
    fill: #fff
  }

  100% {
    stroke: #88807a;
    fill: #88807a
  }
}


.modal-open .ashv-header,
.modal-open .ashv-header.ashv-header-fixed {
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  right: 0;
  left: 0;
  width: auto;
  height: 68px;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed !important;
  top: 106px;
  z-index: 999;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 767px) {

  .modal-open .ashv-header,
  .modal-open .ashv-header.ashv-header-fixed {
    padding: 10px 20px;
    right: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
    top: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    bottom: 0;
    z-index: 1
  }

  .modal-open .ashv-header .btn-red,
  .modal-open .ashv-header.ashv-header-fixed .btn-red {
    background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transform: scale(0.8);
    transform-origin: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 5px
  }

  .modal-open .ashv-header .fees,
  .modal-open .ashv-header.ashv-header-fixed .fees {
    margin: 0
  }

  .modal-open .ashv-header .fees svg,
  .modal-open .ashv-header.ashv-header-fixed .fees svg {
    display: none
  }
}

@media(max-width: 767px) {
  #feeAndChargesPopuP .container {
    padding: 0 10px
  }

  #feeAndChargesPopuP .container .row {
    margin: 0;
    max-height: calc(100vh - 300px);
    overflow: auto
  }
}

.ahvamayur-bredcrumbs .breadcrumb-wrap {
  z-index: 2
}


.light-rays {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  transition: all .2s ease-in-out;
  display: none
}

.light-rays::before {
  content: "";
  position: absolute;
  top: -5%;
  left: 50%;
  margin: 0;
  width: 0%;
  height: 100%;
  opacity: .5;
  transform: rotate(-26deg) scale(1.5);
  z-index: 1;
  box-shadow: -20px 0px 10px 5px rgba(255, 255, 255, .6);
  mix-blend-mode: plus-lighter;
  transition: all .2s ease-in-out
}

.plus-1-container .light-rays:before {
  transform: rotate(-66deg) scale(1.5);
  -webkit-transform: rotate(-66deg) scale(1.5)
}

.plus-2-container .light-rays:before {
  transform: rotate(-46deg) scale(1.5);
  -webkit-transform: rotate(-46deg) scale(1.5)
}

.plus-3-container .light-rays:before {
  transform: rotate(75deg) scale(1.5);
  -webkit-transform: rotate(75deg) scale(1.5)
}

.feeAndChargesPopuP.show {
  padding: 0 !important
}

.feeAndChargesPopuP .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0
}

.feeAndChargesPopuP .modal-dialog .modal-content {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/metal-bg.png) no-repeat center center;
  border: none;
  height: calc(100% - 170px);
  background-size: cover;
  top: 170px;
  overflow: hidden
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog .modal-content {
    top: 107px;
    height: calc(100% - 107px)
  }
}

.feeAndChargesPopuP .modal-dialog .modal-content .popup-close {
  top: 10px;
  right: 120px
}

@media(max-width: 1366px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .popup-close {
    top: 25px;
    right: 25px
  }
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .popup-close {
    top: 20px;
    right: 20px
  }
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body {
  padding: 0
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges {
  padding: 80px 15px 40px;
  background: none
}

@media(max-width: 1366px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges {
    padding: 80px 15px 40px
  }
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges {
    padding: 50px 20px
  }
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges::before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/metal-left-pattern.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -80px;
  width: 193px;
  height: 274px;
  mix-blend-mode: luminosity
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges::before {
    content: " ";
    left: -10px;
    top: -30px;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center bottom
  }
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges::after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/metal-right-pattern.png);
  background-repeat: no-repeat;
  position: fixed;
  right: 30px;
  top: auto;
  width: 193px;
  height: 230px;
  mix-blend-mode: luminosity;
  bottom: 0
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges::after {
    top: auto;
    bottom: 0;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center top
  }
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges .container {
  overflow: hidden;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  border-radius: 20px;
  background-size: cover
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges .container .row {
  padding: 0 0
}

@media(max-width: 1366px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges .container .row {
    padding: 0 0px
  }
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges .container .row {
    padding: 0 0px;
    max-height: calc(100vh - 300px)
  }
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges .container ul li span:last-child {
  font-weight: 900
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges .container .texture-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: .8;
  object-fit: cover;
  height: 100%
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges .container .text-center {
  position: relative;
  z-index: 1
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges .container .maxHeight {
  max-height: calc(100vh - 550px);
  overflow: auto;
  margin-bottom: 30px
}

@media(max-width: 1366px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges .container .maxHeight {
    max-height: calc(100vh - 500px);
    overflow: auto;
    margin-bottom: 15px
  }
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .fee-charges .container .maxHeight {
    max-height: calc(100vh - 350px);
    overflow: auto;
    margin-bottom: 15px
  }
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .privilegesPopup.fee-charges {
    padding: 90px 20px 0
  }
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .privilegesPopup.fee-charges .container {
  padding: 40px 70px;
  background: none;
  border-radius: 20px;
  background: linear-gradient(138deg, #999 -15.44%, #EFEFEF 0.15%, #CACACA 18.04%, #EFEFEF 37.09%, #CACACA 58.44%, #999 76.91%, #EFEFEF 87.3%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25)
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .privilegesPopup.fee-charges .container {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #fcfcf1
  }
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .privilegesPopup.fee-charges .headh2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 42px
}

@media(max-width: 1366px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .privilegesPopup.fee-charges .headh2 {
    font-size: 32px;
    margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .privilegesPopup.fee-charges .headh2 {
    font-size: 26px;
    margin-bottom: 18px;
    text-align: left
  }
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .privilegesPopup.fee-charges p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .privilegesPopup.fee-charges p a {
  border-bottom: 1px solid #40010a
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .privilegesPopup.fee-charges .btn-box {
  margin: -18px auto 30px;
  text-align: left
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .privilegesPopup.fee-charges .btn-box .btn-white {
  padding: 10px 20px;
  gap: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  border: 1px solid #fcfcf1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin: 0 15px 0 0
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .privilegesPopup.fee-charges .readmore {
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid #840114
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .privilegesPopup.fee-charges .maxHeight {
  max-height: calc(100vh - 550px);
  overflow: auto;
  margin-bottom: 30px
}

@media(max-width: 1366px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .privilegesPopup.fee-charges .maxHeight {
    max-height: calc(100vh - 500px);
    overflow: auto;
    margin-bottom: 15px
  }
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .privilegesPopup.fee-charges .maxHeight {
    max-height: calc(100vh - 350px);
    overflow: auto;
    margin-bottom: 15px
  }
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .benefitPopup.fee-charges {
    padding: 90px 20px 0
  }
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .benefitPopup.fee-charges .container {
  padding: 40px 70px
}

@media(max-width: 1366px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .benefitPopup.fee-charges .container {
    padding: 40px 40px
  }
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .benefitPopup.fee-charges .container {
    padding: 20px
  }
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .benefitPopup.fee-charges .headh2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 42px
}

@media(max-width: 1366px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .benefitPopup.fee-charges .headh2 {
    font-size: 32px;
    margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .benefitPopup.fee-charges .headh2 {
    font-size: 26px;
    margin-bottom: 18px;
    text-align: left
  }
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .benefitPopup.fee-charges p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .benefitPopup.fee-charges p a {
  border-bottom: 1px solid #c8c6c6
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .benefitPopup.fee-charges .btn-box {
  margin: -18px auto 30px;
  text-align: left
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .benefitPopup.fee-charges .btn-box .btn-white {
  padding: 10px 20px;
  gap: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin: 0 15px 0 0
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .benefitPopup.fee-charges .readmore {
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  border-bottom: 1px solid rgba(255, 255, 255, .61)
}

.feeAndChargesPopuP .modal-dialog .modal-content .modal-body .benefitPopup.fee-charges .maxHeight {
  max-height: calc(100vh - 550px);
  overflow: auto;
  margin-bottom: 30px
}

@media(max-width: 1366px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .benefitPopup.fee-charges .maxHeight {
    max-height: calc(100vh - 500px);
    overflow: auto;
    margin-bottom: 15px
  }
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog .modal-content .modal-body .benefitPopup.fee-charges .maxHeight {
    max-height: calc(100vh - 350px);
    overflow: auto;
    margin-bottom: 15px
  }
}

@media(max-width: 767px) {
  .feeAndChargesPopuP .modal-dialog {
    margin: 0
  }

  .feeAndChargesPopuP .fee-charges {
    padding: 90px 20px 40px 20px
  }
}

.fee-charges {
  padding: 50px 15px 40px;
  position: relative
}

@media(max-width: 767px) {
  .fee-charges {
    padding: 40px 20px 30px 20px
  }
}

.fee-charges::before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/fee-pattern.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -80px;
  width: 132px;
  height: 274px;
  mix-blend-mode: luminosity;
  filter: grayscale(100%)
}

@media(max-width: 767px) {
  .fee-charges::before {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/fee-pattern-m.png);
    top: 0px;
    left: -10px;
    width: 135px;
    height: 192px;
    mix-blend-mode: luminosity;
    filter: grayscale(100%)
  }
}

.fee-charges::after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/fee-after.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 420px;
  width: 127px;
  height: 307px;
  mix-blend-mode: luminosity;
  filter: grayscale(100%)
}

@media(max-width: 767px) {
  .fee-charges::after {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/fee-popup.png);
    top: auto;
    bottom: -12px;
    right: 0px;
    width: 114px;
    height: 107px;
    mix-blend-mode: luminosity;
    filter: grayscale(100%)
  }
}

.fee-charges .metal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0
}

.fee-charges .container {
  max-width: 1060px;
  border-radius: 20px;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  position: relative;
  z-index: 1
}

.fee-charges .container ul {
  max-width: 390px;
  margin: 0 auto;
  padding: 50px 0
}

@media(max-width: 1366px) {
  .fee-charges .container ul {
    padding: 30px 0
  }
}

@media(max-width: 767px) {
  .fee-charges .container ul {
    padding: 32px 0;
    max-width: 100% !important
  }
}

.fee-charges .container ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0
}

.fee-charges .container ul li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.fee-charges .container ul li span strong {
  font-weight: 900
}

@media(max-width: 1366px) {
  .fee-charges .container ul li span {
    font-size: 18px;
    line-height: 20px
  }
}

@media(max-width: 767px) {
  .fee-charges .container ul li span {
    color: #fbf8f2;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
  }
}

.fee-charges .container ul li {
  border: 1px solid rgba(0, 0, 0, 0);
  border-image: linear-gradient(to right, #C8C6C6, #F1F0F0, #C8C6C6);
  border-image-slice: 1;
  border-left: 0;
  border-right: 0;
  border-top: 0
}

.fee-charges .container ul.ul1 {
  max-width: 90%
}

@media(max-width: 767px) {
  .fee-charges .container ul.ul1 {
    padding-bottom: 0
  }
}

.fee-charges .container ul.ul2 {
  max-width: 90%
}

@media(max-width: 767px) {
  .fee-charges .container ul.ul2 {
    padding-top: 0
  }

  .fee-charges .container ul.ul2 li:last-child {
    border-bottom: 0px
  }
}

.fee-charges .container .metal-content {
  position: relative;
  z-index: 1
}

.fee-charges .container .metal-content ul {
  padding: 50px 0
}

@media(max-width: 1366px) {
  .fee-charges .container .metal-content ul {
    padding: 30px 0
  }
}

@media(max-width: 767px) {
  .fee-charges .container .metal-content ul {
    padding: 16px 0 20px
  }
}

.fee-charges .btn-box {
  margin: 0 auto;
  text-align: center
}

.fee-charges .btn-box .btn-more {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: none
}

@media(max-width: 767px) {
  .fee-charges .btn-box .btn-more {
    font-size: 14px
  }
}

.fee-charges .btn-box .btn-more span {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  border-image-source: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  border-image-slice: 1
}

.fee-charges .btn-box .btn-more:focus,
.fee-charges .btn-box .btn-more:active {
  background-color: rgba(0, 0, 0, 0)
}

.fee-charges .title {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(94deg, #5D2227 -0.76%, #BB1624 26.03%, #5D2227 47.43%, #BB1624 69.44%, #5D2227 96.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 32px
}

@media(max-width: 1366px) {
  .fee-charges .title {
    font-size: 32px;
    margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  .fee-charges .title {
    font-size: 30px;
    margin-bottom: 25px
  }
}

body.modal-open section {
  filter: none;
}

.section-mayura-intro {
  overflow-x: hidden
}

.mayura-intro-section .plus-2-container .plus-1 {
  top: 22%;
  left: 15%
}

.section-ashv-intro.mayura-intro-section .ashv-header {
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px)
}

.section-ashv-intro.mayura-intro-section .ashv-intro-container {
  background: linear-gradient(308deg, #110140 4.16%, #1E2A8E 44.91%, #010740 88.8%)
}

.section-ashv-intro.mayura-intro-section .ashv-intro-container .f34 {
  background: var(--Metal-2, linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.section-ashv-intro.mayura-intro-section .ashv-intro-container .f22 {
  color: #2d3679
}

.section-ashv-intro.mayura-intro-section .ashv-new-container {
  background-image: url("../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/Desktop-Mayura.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 70px;
  animation: showNextContainer 2s linear forwards 3.2s;
  -webkit-animation: showNextContainer 2s linear forwards 3.2s
}

@media (max-width: 767px) {
  .section-ashv-intro.mayura-intro-section .ashv-new-container {
      padding-top: 0px;
      height: 0;
      background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/Mobile-Mayura.png);
      background-size: cover;
      background-repeat: repeat;
      background-position: center center;
      background-attachment: fixed;
      padding-bottom: 0px;
      animation: showNextContainerMobile 2s linear forwards 3.2s;
      -webkit-animation: showNextContainerMobile 2s linear forwards 3.2s;
  }
}

@media(max-width: 767px) {
  .section-ashv-intro.mayura-intro-section .ashv-new-container {
    padding-top: 0px;
    height: 0;
    padding-bottom: 0px;
    animation: showNextContainerMobile 2s linear forwards 3.2s;
    -webkit-animation: showNextContainerMobile 2s linear forwards 3.2s
  }
}

.section-ashv-intro.mayura-intro-section .ashv-new-container::before {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/flyer2.png);
  height: 160px;
  width: 170px
}

@media(max-width: 767px) {
  .section-ashv-intro.mayura-intro-section .ashv-new-container::before {
    display: none
  }
}

.section-ashv-intro.mayura-intro-section .ashv-new-container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -32px;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/flyer1.png);
  height: 160px;
  width: 130px
}

@media(max-width: 767px) {
  .section-ashv-intro.mayura-intro-section .ashv-new-container::after {
    display: none
  }
}

.section-ashv-intro.mayura-intro-section .ashv-new-container .f34 {
  background: var(--Metal-2, linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.section-ashv-intro.mayura-intro-section .ashv-new-container .f22 {
  color: #2d3679
}

.section-ashv-intro.mayura-intro-section .ashv-new-container .f16 {
  background: var(--Primary, linear-gradient(308.18deg, #110140 4.16%, #1E2A8E 44.91%, #010740 88.8%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.section-ashv-intro.mayura-intro-section .intro-eng {
  background: url("../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/Desktop-Mayura.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-attachment: fixed
}

.mayurafeeAndChargesPopuP.show {
  padding: 0 !important
}

.mayurafeeAndChargesPopuP .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/metal-bg.png) no-repeat center center;
  border: none;
  height: calc(100% - 170px);
  background-size: cover;
  top: 170px;
  overflow: hidden
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content {
    top: 107px;
    height: calc(100% - 107px)
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .popup-close {
  top: 10px;
  right: 120px
}

@media(max-width: 1366px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .popup-close {
    top: 25px;
    right: 25px
  }
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .popup-close {
    top: 20px;
    right: 20px
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body {
  padding: 0
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges {
  padding: 80px 15px 20px;
  background: none
}

@media(max-width: 1366px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges {
    padding: 80px 15px 40px
  }
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges {
    padding: 70px 20px 50px 20px
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges:before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-before.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  right: 0;
  top: auto;
  width: 130px;
  height: 230px;
  bottom: 60px
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges:before {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/mayura-popup-right-mob.png);
    width: 108px;
    height: 143px;
    bottom: 0px
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges:after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  left: 0;
  bottom: 60px;
  width: 130px;
  height: 230px;
  top: auto
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges:after {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/mayura-popup-left-mob.png);
    width: 117px;
    height: 150px;
    bottom: auto;
    top: -45px;
    position: absolute
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges .container {
  overflow: hidden;
  border-radius: 20px;
  background-size: cover
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges .container .row {
    max-height: calc(100vh - 300px)
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges .container ul li span:last-child {
  font-weight: 900
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges .container .texture-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: .8;
  object-fit: cover;
  height: 100%
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges .container .text-center {
  position: relative;
  z-index: 1
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog {
    margin: 0
  }
}

.feeChargesModal .btn-box {
  text-align: right;
  background: #fbf8f2;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  padding: 10px 0
}

@media(max-width: 767px) {
  .feeChargesModal .btn-box {
    padding: 10px 20px
  }
}

.feeChargesModal .modal-dialog {
  max-width: 1080px
}

@media(max-width: 767px) {
  .feeChargesModal .modal-dialog {
    max-width: 100%
  }
}

.feeChargesModal .modal-dialog .modal-content {
  background: rgba(0, 0, 0, 0);
  border: none
}

.feeChargesModal .modal-dialog .modal-content .popup-close {
  margin-top: 52px
}

.feeChargesModal .modal-dialog .modal-content .modal-body {
  padding: 0
}

@media(max-width: 767px) {
  .feeChargesModal .modal-dialog .modal-content .modal-body {
    padding: 0 15px
  }
}

.feeChargesModal .modal-dialog .modal-content .modal-body .fee-charges-body {
  padding: 120px 15px 40px;
  overflow: hidden
}

.feeChargesModal .modal-dialog .modal-content .modal-body .fee-charges-body .container {
  overflow: hidden;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  border-radius: 20px;
  background-size: cover
}

.feeChargesModal .modal-dialog .modal-content .modal-body .fee-charges-body .container .row {
  max-width: 798px;
  margin: 0 auto
}

@media(max-width: 767px) {
  .feeChargesModal .modal-dialog .modal-content .modal-body .fee-charges-body .container .row {
    max-width: 100%
  }
}

.feeChargesModal .modal-dialog .modal-content .modal-body .fee-charges-body .container ul li span:last-child {
  font-weight: 900
}

@media(max-width: 767px) {
  .feeChargesModal .modal-dialog .modal-content .modal-body .fee-charges-body .container ul {
    padding: 0 0
  }
}

.feeChargesModal .modal-dialog .modal-content .modal-body .fee-charges-body .container .texture-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: .8;
  object-fit: cover
}

@media(max-width: 767px) {
  .feeChargesModal .modal-dialog .modal-content .modal-body .fee-charges-body .container .texture-bg {
    height: 100%
  }
}

.feeChargesModal .modal-dialog .modal-content .modal-body .fee-charges-body .container .text-center {
  position: relative;
  z-index: 1
}

@media(max-width: 767px) {
  .feeChargesModal .modal-dialog {
    margin: 0
  }

  .feeChargesModal .fee-charges-body {
    padding: 90px 20px 40px 20px !important
  }
}

.custom-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

.custom-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 10px
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #c3c3c3;
  border-radius: 10px
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: gray
}

.modal-open .ashv-header,
.modal-open .ashv-header.ashv-header-fixed {
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  right: 0;
  left: 0;
  width: auto;
  height: 68px;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed !important;
  top: 106px;
  z-index: 999;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 767px) {

  .modal-open .ashv-header,
  .modal-open .ashv-header.ashv-header-fixed {
    padding: 10px 20px;
    right: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
    top: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    bottom: 0;
    z-index: 1
  }

  .modal-open .ashv-header .btn-red,
  .modal-open .ashv-header.ashv-header-fixed .btn-red {
    background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transform: scale(0.8);
    transform-origin: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 5px
  }

  .modal-open .ashv-header .fees,
  .modal-open .ashv-header.ashv-header-fixed .fees {
    margin: 0
  }

  .modal-open .ashv-header .fees svg,
  .modal-open .ashv-header.ashv-header-fixed .fees svg {
    display: none
  }
}

@media(max-width: 767px) {

  .feeAndChargesTopSticky .container,
  .feeAndChargesSliderPopuP .container,
  .feeAndChargesMorePopuP .container {
    padding: 0 10px
  }

  .feeAndChargesTopSticky .container .row,
  .feeAndChargesSliderPopuP .container .row,
  .feeAndChargesMorePopuP .container .row {
    margin: 0;
    max-height: calc(100vh - 300px);
    overflow: auto
  }
}

.mayura-fee-charges {
  padding: 45px 15px;
  position: relative
}

@media(max-width: 767px) {
  .mayura-fee-charges {
    padding: 35px 15px
  }
}

.mayura-fee-charges:before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-ccmayura/reward-pattern-before.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 40%;
  width: 130px;
  height: 230px
}

.mayura-fee-charges:after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-ccmayura/reward-pattern.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -115px;
  width: 130px;
  width: 130px;
  height: 230px
}

.mayura-fee-charges .text-center {
  position: relative;
  z-index: 2
}

.mayura-fee-charges .metal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.mayura-fee-charges .container {
  max-width: 1060px;
  border-radius: 20px;
  background: var(--Metal-blue, linear-gradient(308deg, #110140 4.16%, #1E2A8E 44.91%, #010740 88.8%));
  position: relative;
  z-index: 1
}

.mayura-fee-charges .container ul {
  max-width: 390px;
  margin: 0 auto;
  padding: 50px 0
}

@media(max-width: 1366px) {
  .mayura-fee-charges .container ul {
    padding: 30px 0
  }
}

@media(max-width: 767px) {
  .mayura-fee-charges .container ul {
    padding: 16px 0 20px
  }
}

.mayura-fee-charges .container ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0
}

.mayura-fee-charges .container ul li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1366px) {
  .mayura-fee-charges .container ul li span {
    font-size: 18px;
    line-height: 20px
  }
}

@media(max-width: 767px) {
  .mayura-fee-charges .container ul li span {
    color: #fbf8f2;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
  }
}

.mayura-fee-charges .container ul li span:last-child {
  font-weight: 900
}

.mayura-fee-charges .container ul li:not(:last-child) {
  border: 1px solid rgba(0, 0, 0, 0);
  border-image: linear-gradient(to right, #C8C6C6, #F1F0F0, #C8C6C6);
  border-image-slice: 1;
  border-left: 0;
  border-right: 0;
  border-top: 0
}

.mayura-fee-charges .btn-box {
  margin: 0 auto;
  text-align: center
}

.mayura-fee-charges .btn-box .btn-more {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  background: none
}

@media(max-width: 767px) {
  .mayura-fee-charges .btn-box .btn-more {
    font-size: 14px
  }
}

.mayura-fee-charges .btn-box .btn-more span {
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-fee-charges .btn-box .btn-more:focus {
  background-color: rgba(0, 0, 0, 0)
}

.mayura-fee-charges .title {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(94deg, #5D2227 -0.76%, #BB1624 26.03%, #5D2227 47.43%, #BB1624 69.44%, #5D2227 96.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 35px
}

@media(max-width: 1366px) {
  .mayura-fee-charges .title {
    font-size: 32px;
    margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  .mayura-fee-charges .title {
    font-size: 30px;
    margin-bottom: 25px
  }
}

@keyframes blink {

  from,
  to {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}


#applyNowPopuP {
  z-index: 999;
}

.modal-popup {
  overflow: hidden;
  /* filter: blur(4px); */
}

.modal-backdrop.show {
  z-index: 998;
}

.applyNowInfoPopup .modal-dialog {
  max-width: 650px
}

.applyNowInfoPopup .popup-close {
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 1;
  opacity: .7
}

.applyNowInfoPopup .modal-content {
  padding: 50px;
  border-radius: 20px;
  border: none;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}

@media(max-width: 767px) {
  .applyNowInfoPopup .modal-content {
    padding: 50px 20px;
    margin-top: 0
  }
}

.applyNowInfoPopup .texture-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: .8;
  object-fit: cover;
  height: 100%
}

.applyNowInfoPopup .text-center {
  position: relative;
  z-index: 1
}

.applyNowInfoPopup .headh2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px
}

@media(max-width: 1366px) {
  .applyNowInfoPopup .headh2 {
    font-size: 32px;
    margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  .applyNowInfoPopup .headh2 {
    font-size: 26px;
    margin-bottom: 18px;
    text-align: center
  }
}

.applyNowInfoPopup p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  text-align: center
}

.applyNowInfoPopup p sup {
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .applyNowInfoPopup p br {
    display: none
  }
}

.applyNowInfoPopup .btn-box {
  margin: 20px auto 0;
  text-align: center
}

.applyNowInfoPopup .btn-box .btn-white {
  padding: 10px 20px;
  gap: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin: 0 15px 0 0
}

/* bredcrumb css  */
.breadcrumb-wrap {
  padding-top: 20px
}

.breadcrumb-wrap nav {
  display: inline-block
}

.breadcrumb-wrap nav .breadcrumb {
  background: #e8e8e8;
  margin-bottom: 0
}

@media(max-width: 767px) {
  .breadcrumb-wrap {
      display: none
  }
}
.banner-brdcrumb.breadcrumb-wrap {
  position: absolute;
  z-index: 2
}

.breadcrumb-wrap {
  padding-top: 20px
}

.explorer11 .blog-main .breadcrumb-wrap nav {
  display: inline
}

.breadcrumb-wrap nav {
  display: inline-block
}

.breadcrumb-wrap nav .breadcrumb {
  margin-bottom: 0
}

.breadcrumb-wrap nav .breadcrumb.op1 {
  background: #f3f3f3
}

@media(max-width: 767px) {
  .breadcrumb-wrap {
      display: none
  }
}

/* .banner-brdcrumb.breadcrumb-wrap {
  position: absolute;
  z-index: 1
} */

.banner-brdcrumb.breadcrumb-wrap .breadcrumb {
  font-weight: 500
}

.banner-brdcrumb.breadcrumb-wrap .breadcrumb-item {
  font-weight: 500;
  font-family: "Inter", sans-serif
}

.banner-brdcrumb.breadcrumb-wrap .breadcrumb-item a {
  color: #4f4e4e
}

.breadcrumb {
  padding: 5px 20px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 13px;
  background: inherit;
  color: #767676;
  font-weight: 500
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\e902";
  color: #9d1d27;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.breadcrumb a {
  color: #4f4e4e
}

.breadcrumb li:last-child a {
  color: #767676;
  pointer-events: none
}

.banner-brdcrumb.breadcrumb-wrap .breadcrumb-item {
  font-weight: 500;
  font-family: "Inter", sans-serif
}

.banner-brdcrumb.breadcrumb-wrap .breadcrumb-item a {
  color: #4f4e4e
}
.grnt-exit-intent-pop.show {
        padding: 0 !important
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop.show .modal-dialog {
                transform: translateY(0) !important;
                height: 100%;
                overflow-y: auto
        }
}

.grnt-exit-intent-pop .modal-dialog {
        max-width: 100%;
        height: 100%;
        margin: 0
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog {
                position: fixed;
                bottom: 0;
                left: 0;
                right: 0;
                margin: 0;
                width: 100%;
                height: auto;
                border-radius: 10px 10px 0 0;
                transform: translateY(100%) !important;
                transition: transform .3s ease-in-out
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content {
        border: none;
        height: calc(100% - 0px);
        background-size: cover;
        top: 0px;
        overflow: hidden;
        background: rgba(0, 0, 0, 0);
        -webkit-backdrop-filter: blur(2.5px);
        backdrop-filter: blur(2.5px)
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content {
                top: 0px;
                height: calc(100% - 0px)
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .popup-close {
        top: 20px;
        right: 20px
}

.grnt-exit-intent-pop .modal-dialog .modal-content .popup-close img {
        width: 32px;
        height: 32px
}

.grnt-exit-intent-pop .modal-dialog .modal-content .popup-close svg {
        width: 32px;
        height: 32px
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .popup-close {
                top: 10px;
                right: 10px
        }

        .grnt-exit-intent-pop .modal-dialog .modal-content .popup-close img {
                width: 25px;
                height: 25px
        }

        .grnt-exit-intent-pop .modal-dialog .modal-content .popup-close svg {
                width: 25px;
                height: 25px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body {
        padding: 0;
        background: rgba(0, 0, 0, 0);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        height: -moz-fit-content;
        height: fit-content;
        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
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body {
                -ms-flex-pack: end;
                justify-content: flex-end
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent {
        border-radius: 6px;
        background: #f4f4f4;
        background-size: auto;
        background-size: cover;
        overflow: scroll;
        padding: 40px;
        max-width: 730px;
        margin: 0px auto 0;
        position: relative;
        overflow: hidden;
        max-height: 100%
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent {
                padding: 38px 26px 30px;
                margin: 0 auto;
                max-width: 100%;
                border-radius: 25px 25px 0 0;
                overflow-y: auto
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top {
                -ms-grid-columns: (1fr)[1];
                grid-template-columns: repeat(1, 1fr);
                gap: 14px;
                text-align: center;
                max-width: 90%;
                margin: auto
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-img img {
        width: 100%;
        border-radius: 6px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, .25)
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-desc {
        padding: 10px 0px 0px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-desc {
                padding: 0;
                text-align: center
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-desc .grexitintet-desc-top .heading {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
        font-weight: 700;
        color: #222
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-desc .grexitintet-desc-top .heading {
                font-size: 15px;
                line-height: 21px;
                margin-bottom: 4px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-desc .grexitintet-desc-top .txt {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 16px;
        font-weight: 500;
        color: #222
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-desc .grexitintet-desc-top .txt:last-child {
        margin-bottom: 0
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-desc .grexitintet-desc-top .txt {
                font-size: 12px;
                line-height: 18px;
                margin-bottom: 10px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center {
        margin-top: 40px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        -ms-flex-align: center;
        align-items: center
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center {
                gap: 17px;
                padding-top: 20px;
                margin-top: 20px;
                border-top: 1px solid #c1c1c1;
                -ms-flex-align: start;
                align-items: start
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center .grexitintemcen-box {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 52px auto;
        grid-template-columns: 52px auto;
        gap: 12px;
        -ms-flex-align: center;
        align-items: center
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center .grexitintemcen-box {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                flex-direction: column;
                gap: 8px;
                text-align: center;
                -ms-flex-pack: start;
                justify-content: start
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center .grexitintemcen-box .grexitintemcenb-icon {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #ebdfdf;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #880e16
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center .grexitintemcen-box .grexitintemcenb-icon img {
        width: 23px
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center .grexitintemcen-box .grexitintemcenb-desc p {
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
        color: #222;
        margin-bottom: 0
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center .grexitintemcen-box .grexitintemcenb-desc p {
                font-size: 9px;
                line-height: 12px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom {
        margin-top: 22px
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom {
                margin-top: 20px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .grexitintembo-box {
        background: #ebe5df;
        border-radius: 4px;
        text-align: center;
        padding: 12px 25px
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .grexitintembo-box {
                padding: 10px 20px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .txt {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 6px;
        font-weight: 500;
        color: #222
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .txt {
                font-size: 10px;
                line-height: 12px;
                margin-bottom: 4px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .txt:last-child {
        margin-bottom: 0
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        color: #9b1e26;
        margin-bottom: 15px
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .title {
                font-size: 12px;
                line-height: 18px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .title:last-child {
        margin-bottom: 0
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .tit-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .tit-icon img {
        max-width: 19px;
        margin-top: -10px;
        margin-left: 3px
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .tit-icon img {
                margin-top: -7px;
                max-width: 16px
        }
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .applybt-main {
                margin-top: 20px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .applybt-main .apply-btn {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        color: #fff;
        display: block;
        padding: 13px 40px;
        background: #9b1e26;
        border-radius: 23px;
        max-width: -moz-fit-content;
        max-width: fit-content
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .applybt-main .apply-btn {
                margin: auto
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .maxHeight {
        max-height: calc(100vh - 550px);
        overflow: auto
}

@media(max-width: 1366px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .maxHeight {
                max-height: calc(100vh - 335px);
                overflow: auto;
                margin-top: -40px
        }
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .maxHeight {
                max-height: calc(100vh - 400px);
                overflow: auto;
                margin-top: 0
        }
}

@media all and (max-width: 389px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .maxHeight {
                height: 300px;
                max-height: calc(100vh - 390px);
                overflow: auto
        }

        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .maxHeight img.img-fluid {
                max-width: 90%;
                margin: 0 auto
        }
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog {
                margin: 0
        }

        .grnt-exit-intent-pop .fee-charges {
                padding: 90px 20px 40px 20px
        }
}

.grnt-exit-intent-pop.grnt-ashva-exit-intent .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop.grnt-ashva-exit-intent .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom {
                gap: 10px
        }
}

.grnt-exit-intent-pop.grnt-ashva-exit-intent .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .grexitintembo-box {
        background: #e6e6e6
}

.grexit-int {
        background: rgba(0, 0, 0, .8) !important;
        -webkit-backdrop-filter: blur(2.5px) !important;
        backdrop-filter: blur(2.5px) !important;
        opacity: 1 !important
}

.grexit-int.fade:not(.show) {
        opacity: 0 !important
}
.ashva-slider-hero {
  background: #fff;
  overflow: hidden
}

.ashva-slider-hero .ashva-slider-swiper-container .ashva-slider {
  height: calc(100vh - 170px)
}

@media(max-width: 991px) {
  .ashva-slider-hero .ashva-slider-swiper-container .ashva-slider {
      height: 535px
  }
}

@media(max-width: 767px) {
  .ashva-slider-hero .ashva-slider-swiper-container .ashva-slider {
      height: calc(100vh - 115px)
  }
}

.ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .banner-bg {
  position: relative
}

@media(max-width: 991px) {
  .ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .banner-bg {
      height: 100%
  }
}

.ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .banner-bg::before {
  content: "";
  background: var(--Black-gradient, linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 65%));
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0
}

@media(max-width: 767px) {
  .ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .banner-bg::before {
      background: var(--Black-gradient, linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 65%))
  }
}

.ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media(max-width: 991px) {
  .ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .banner-bg img {
      object-fit: cover
  }
}

.ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .slider-content {
  position: absolute;
  bottom: 60px;
  right: 100px;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 480px
}

@media(max-width: 991px) {
  .ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .slider-content {
      bottom: 50px;
      right: 20px
  }
}

@media(max-width: 767px) {
  .ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .slider-content {
      bottom: 0;
      right: 0;
      -ms-flex-align: center;
      align-items: center;
      max-width: inherit;
      padding: 20px
  }
}

.ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .slider-content .sldrh2 {
  color: #fff;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, .25);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 24px
}

@media(max-width: 767px) {
  .ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .slider-content .sldrh2 {
      font-size: 36px;
      margin: 0 0 18px;
      line-height: 40px;
      text-align: center
  }
}

.ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .slider-content .sldrh3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 32px
}

@media(max-width: 767px) {
  .ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .slider-content .sldrh3 {
      font-size: 18px;
      margin: 0 0 9px;
      line-height: 22px;
      text-align: center
  }
}

.ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .slider-content .sldrh3 span {
  font-weight: 600
}

.ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .slider-content .btn-box .btn-white {
  padding: 10px 20px;
  gap: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin: 0 15px 0 0
}

.ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .slider-content .btn-box .read-more {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}

@media(max-width: 767px) {
  .ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .slider-content .btn-box {
      -ms-flex-direction: column;
      flex-direction: column;
      display: -ms-flexbox;
      display: flex
  }

  .ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .slider-content .btn-box .btn-white {
      margin: 0 0 15px;
      font-size: 14px
  }
}

@media all and (min-width: 992px)and (max-width: 1366px) {
  .ashva-slider-hero .ashva-slider-swiper-container .ashva-slider {
      height: 580px
  }

  .ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .banner-bg {
      height: 100%
  }

  .ashva-slider-hero .ashva-slider-swiper-container .ashva-slider .slider-content {
      position: absolute;
      bottom: 50px;
      right: 100px
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

.mayura-slider-hero {
  background: #fff;
  overflow: hidden
}

@media(max-width: 991px) {
  .mayura-slider-hero .mayura-slider-swiper-container .mayura-slider {
    height: 535px
  }
}

@media(max-width: 767px) {
  .mayura-slider-hero .mayura-slider-swiper-container .mayura-slider {
    height: calc(100vh - 115px)
  }
}

.mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .banner-bg {
  position: relative
}

@media(max-width: 991px) {
  .mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .banner-bg {
    height: 100%
  }
}

.mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .banner-bg::before {
  content: "";
  background: var(--Black-gradient, linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 65%));
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0
}

@media(max-width: 767px) {
  .mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .banner-bg::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -1.72%, rgba(0, 0, 0, 0.62) 21.88%, #000 108.06%);
    top: auto;
    bottom: 0;
    height: 50%
  }
}

.mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media(max-width: 991px) {
  .mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .banner-bg img {
    object-fit: cover
  }
}

.mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .slider-content {
  position: absolute;
  bottom: 200px;
  right: 200px;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 480px
}

@media(max-width: 991px) {
  .mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .slider-content {
    bottom: 50px;
    right: 20px
  }
}

@media(max-width: 767px) {
  .mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .slider-content {
    bottom: 0;
    right: 0;
    -ms-flex-align: center;
    align-items: center;
    max-width: inherit;
    padding: 20px
  }
}

.mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .slider-content .sldrh2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  margin: 0 0 20px
}

@media(max-width: 767px) {
  .mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .slider-content .sldrh2 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 18px
  }
}

.mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .slider-content .sldrh3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  margin: 0 0 20px
}

@media(max-width: 767px) {
  .mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .slider-content .sldrh3 {
    font-size: 18px;
    margin: 0 0 9px;
    line-height: 22px;
    text-align: center
  }
}

.mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .slider-content .sldrh3 span {
  font-weight: 600
}

.mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .slider-content .btn-box .btn-white {
  padding: 10px 20px;
  gap: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid var(--Silver, #FCFCF1);
  background: var(--Linear-01, linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%));
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin: 0 15px 0 0
}

.mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .slider-content .btn-box .read-more {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}

@media(max-width: 767px) {
  .mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .slider-content .btn-box {
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex
  }

  .mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .slider-content .btn-box .btn-white {
    margin: 0 0 15px;
    font-size: 14px
  }
}

@media all and (min-width: 992px)and (max-width: 1366px) {
  .mayura-slider-hero .mayura-slider-swiper-container .mayura-slider {
    height: 580px
  }

  .mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .banner-bg {
    height: 100%
  }

  .mayura-slider-hero .mayura-slider-swiper-container .mayura-slider .slider-content {
    position: absolute;
    bottom: 50px;
    right: 100px
  }
}

.fee-and-charges {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}

@media(max-width: 767px) {
  .fee-and-charges {
    font-size: 14px !important;
    text-align: center;
    margin-bottom: 4px
  }
}

.fee-and-charges:focus {
  color: #fff;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}

.fee-and-charges:hover {
  color: #fff;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}

.fee-and-charges:focus {
  color: #fff !important;
  text-decoration: underline
}
.grnt-mayura-forex {
  padding: 85px 0;
  position: relative;
  z-index: 1
}

.grnt-mayura-forex .shape {
  position: absolute;
  z-index: -2
}

.grnt-mayura-forex .shape img {
  max-width: 117px
}

.grnt-mayura-forex .shape.grnts1 {
  top: 0;
  left: 0
}

.grnt-mayura-forex .shape.grnts2 {
  bottom: 0;
  right: 0
}

@media(max-width: 991px) {
  .grnt-mayura-forex .shape img {
      max-width: 75px
  }
}

@media(max-width: 767px) {
  .grnt-mayura-forex .shape img {
      max-width: 45px
  }
}

.grnt-mayura-forex .mf-desc h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  background: linear-gradient(97.2deg, #110140 6.02%, #1E2A8E 44.26%, #010740 97.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  margin-bottom: 16px
}

.grnt-mayura-forex .mf-desc p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  background: linear-gradient(97.2deg, #110140 6.02%, #1E2A8E 44.26%, #010740 97.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  margin-bottom: 15px
}

@media(max-width: 991px) {
  .grnt-mayura-forex .mf-desc {
      text-align: center
  }

  .grnt-mayura-forex .mf-desc h2 {
      font-size: 32px;
      line-height: 40px
  }

  .grnt-mayura-forex .mf-desc p {
      font-size: 18px;
      line-height: 24px
  }
}

.grnt-mayura-forex .save-bg {
  background-image: url(../components/content/heritage-cc/heritage-cc-forex/clientlibs/images/save-bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 20px;
  padding: 30px 24px;
  margin-top: 48px;
  position: relative
}

.grnt-mayura-forex .save-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  background: linear-gradient(97.2deg, #110140 6.02%, #1E2A8E 44.26%, #010740 97.8%);
  z-index: -1
}

.grnt-mayura-forex .save-bg p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #fffdfd;
  margin-bottom: 12px
}

.grnt-mayura-forex .save-bg p:last-child {
  margin: 0
}

.grnt-mayura-forex .save-bg h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  background: linear-gradient(137.82deg, #999999 -15.44%, #EFEFEF 0.15%, #CACACA 18.04%, #EFEFEF 37.09%, #CACACA 58.44%, #999999 76.91%, #EFEFEF 87.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  margin-bottom: 12px
}

@media(max-width: 991px) {
  .grnt-mayura-forex .save-bg {
      text-align: center;
      margin: 24px 0 39px
  }
}

.grnt-mayura-forex .btn-know-more {
  border-radius: 40px;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  border: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content
}

.grnt-mayura-forex .mf-desc-right {
  padding: 56px 48px 25px;
  position: relative;
  border-radius: 32px;
  background-image: url(../components/content/heritage-cc/heritage-cc-forex/clientlibs/images/mf-desc-right-bg.png);
  background-size: cover;
  background-repeat: repeat
}

.grnt-mayura-forex .mf-desc-right:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 32px;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  z-index: -1
}

@media(max-width: 991px) {
  .grnt-mayura-forex .mf-desc-right:before {
      border-radius: 0
  }
}

@media(max-width: 991px) {
  .grnt-mayura-forex .mf-desc-right {
      border-radius: 0;
      padding: 32px 20px 15px
  }
}

.grnt-mayura-forex .idfc-card-box {
  background: linear-gradient(97.2deg, #110140 6.02%, #1E2A8E 44.26%, #010740 97.8%);
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 12px
}

.grnt-mayura-forex .idfc-card-box .idfc-img-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: start;
  gap: 12px
}

.grnt-mayura-forex .idfc-card-box .idfc-img-title img {
  border-radius: 6px;
  max-width: 128px
}

@media(max-width: 767px) {
  .grnt-mayura-forex .idfc-card-box .idfc-img-title img {
      max-width: 100%
  }
}

.grnt-mayura-forex .idfc-card-box .idfc-img-title h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff
}

@media(max-width: 991px) {
  .grnt-mayura-forex .idfc-card-box .idfc-img-title h5 {
      width: 100%;
      font-size: 14px;
      line-height: 18px
  }
}

@media(max-width: 991px) {
  .grnt-mayura-forex .idfc-card-box .idfc-img-title {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 12px
  }
}

.grnt-mayura-forex .idfc-card-box .text-end p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin: 0;
  text-align: right
}

.grnt-mayura-forex .idfc-card-box .text-end p b,
.grnt-mayura-forex .idfc-card-box .text-end p strong {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px
}

@media(max-width: 991px) {
  .grnt-mayura-forex .idfc-card-box .text-end p {
      font-size: 10px
  }

  .grnt-mayura-forex .idfc-card-box .text-end p b,
  .grnt-mayura-forex .idfc-card-box .text-end p strong {
      font-size: 20px;
      line-height: 25px
  }
}

@media(max-width: 991px) {
  .grnt-mayura-forex .idfc-card-box {
      min-height: 206px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: justify;
      justify-content: space-between
  }
}

.grnt-mayura-forex .idfc-card-box.other-card-box {
  margin: 15px 0;
  background: linear-gradient(90deg, #7F7F7F 0%, #676767 45.5%, #4A4A4A 100%)
}

@media(max-width: 991px) {
  .grnt-mayura-forex .idfc-card-box.other-card-box {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: 330px;
      -ms-flex-pack: justify;
      justify-content: space-between
  }

  .grnt-mayura-forex .idfc-card-box.other-card-box .text-end p b,
  .grnt-mayura-forex .idfc-card-box.other-card-box .text-end p strong {
      display: block
  }
}

.grnt-mayura-forex .idfc-card-charges svg {
  max-width: 100%
}

.grnt-mayura-forex .idfc-card-charges p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 12px 0 0
}

.grnt-mayura-forex .idfc-card-charges p b,
.grnt-mayura-forex .idfc-card-charges p strong {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700
}

@media(max-width: 991px) {
  .grnt-mayura-forex .idfc-card-charges {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px;
      margin-top: 15px;
      width: -moz-fit-content;
      width: fit-content
  }

  .grnt-mayura-forex .idfc-card-charges svg {
      margin: 0
  }

  .grnt-mayura-forex .idfc-card-charges p {
      font-size: 12px;
      line-height: 19px;
      margin: 0
  }

  .grnt-mayura-forex .idfc-card-charges p b,
  .grnt-mayura-forex .idfc-card-charges p strong {
      font-size: 20px;
      line-height: 22px
  }

  .grnt-mayura-forex .idfc-card-charges .mob-icon {
      position: absolute;
      right: 0;
      top: 20px
  }
}

@media(max-width: 767px) {
  .grnt-mayura-forex .idfc-card-charges p {
      font-size: 10px
  }

  .grnt-mayura-forex .idfc-card-charges p b,
  .grnt-mayura-forex .idfc-card-charges p strong {
      font-size: 18px
  }

  .grnt-mayura-forex .idfc-card-charges .mob-icon {
      right: -3px
  }
}

.grnt-mayura-forex .other-disclimers p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin-bottom: 8px
}

.grnt-mayura-forex .other-disclimers p:last-child {
  margin: 0
}

.grnt-mayura-forex .other-disclimers p b,
.grnt-mayura-forex .other-disclimers p strong {
  font-weight: 700
}

@media(max-width: 991px) {
  .grnt-mayura-forex .other-disclimers {
      margin-top: 18px
  }

  .grnt-mayura-forex .other-disclimers p {
      font-size: 10px
  }
}

.grnt-mayura-forex .mob-apply-desc-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 16px 20px;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.grnt-mayura-forex .mob-apply-desc-btn p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background: linear-gradient(97.2deg, #110140 6.02%, #1E2A8E 44.26%, #010740 97.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  margin: 0
}

.grnt-mayura-forex .mob-apply-desc-btn p b,
.grnt-mayura-forex .mob-apply-desc-btn p strong {
  display: block;
  font-size: 24px;
  line-height: 26px
}

.grnt-mayura-forex .mob-apply-desc-btn .btn-know-more {
  padding: 10px 20px;
  font-size: 14px;
  margin: 0
}

@media(max-width: 767px) {
  .grnt-mayura-forex {
      padding: 50px 0
  }
}

.grnt-ashva-forex {
  background: conic-gradient(from 153.43deg at 50% 0%, #999999 0deg, #EFEFEF 48.6deg, #CACACA 104.4deg, #EFEFEF 163.8deg, #CACACA 230.4deg, #999999 288deg, #EFEFEF 320.4deg, #999999 360deg);
  padding: 85px 0;
  position: relative;
  z-index: 1;
  background: conic-gradient(from 153.43deg at 50% 0%, #999 0deg, #EFEFEF 48.6deg, #CACACA 104.4deg, #EFEFEF 163.8deg, #CACACA 230.4deg, #999 288deg, #EFEFEF 320.4deg, #999 360deg)
}

.grnt-ashva-forex .shape {
  position: absolute;
  z-index: -2
}

.grnt-ashva-forex .shape img {
  max-width: 117px
}

.grnt-ashva-forex .shape.grnts1 {
  top: 0;
  left: 0
}

.grnt-ashva-forex .shape.grnts2 {
  bottom: 0;
  right: 0
}

@media(max-width: 991px) {
  .grnt-ashva-forex .shape img {
      max-width: 75px
  }
}

@media(max-width: 767px) {
  .grnt-ashva-forex .shape img {
      max-width: 45px
  }
}

.grnt-ashva-forex .mf-desc h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  background: linear-gradient(92.06deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  margin-bottom: 16px
}

.grnt-ashva-forex .mf-desc p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  background: linear-gradient(92.06deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  margin-bottom: 15px
}

@media(max-width: 991px) {
  .grnt-ashva-forex .mf-desc {
      text-align: center
  }

  .grnt-ashva-forex .mf-desc h2 {
      font-size: 32px;
      line-height: 40px
  }

  .grnt-ashva-forex .mf-desc p {
      font-size: 18px;
      line-height: 24px
  }
}

.grnt-ashva-forex .save-bg {
  background-image: url(../components/content/heritage-cc/heritage-cc-forex/clientlibs/images/save-bg.png);
  background-size: cover;
  background-repeat: repeat;
  border-radius: 20px;
  padding: 30px 24px;
  margin-top: 48px;
  position: relative
}

.grnt-ashva-forex .save-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  z-index: -1
}

.grnt-ashva-forex .save-bg p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #fffdfd;
  margin-bottom: 12px
}

.grnt-ashva-forex .save-bg p:last-child {
  margin: 0
}

.grnt-ashva-forex .save-bg h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  background: linear-gradient(137.82deg, #999999 -15.44%, #EFEFEF 0.15%, #CACACA 18.04%, #EFEFEF 37.09%, #CACACA 58.44%, #999999 76.91%, #EFEFEF 87.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  margin-bottom: 12px
}

@media(max-width: 991px) {
  .grnt-ashva-forex .save-bg {
      text-align: center;
      margin: 24px 0 39px
  }
}

.grnt-ashva-forex .btn-know-more {
  border-radius: 40px;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  border: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content
}

.grnt-ashva-forex .mf-desc-right {
  padding: 56px 48px 25px;
  position: relative;
  border-radius: 32px;
  background-image: url(../components/content/heritage-cc/heritage-cc-forex/clientlibs/images/mf-desc-right-bg.png);
  background-size: cover;
  background-repeat: repeat
}

.grnt-ashva-forex .mf-desc-right:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 32px;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  z-index: -1
}

@media(max-width: 991px) {
  .grnt-ashva-forex .mf-desc-right:before {
      border-radius: 0
  }
}

@media(max-width: 991px) {
  .grnt-ashva-forex .mf-desc-right {
      border-radius: 0;
      padding: 32px 20px 15px
  }
}

.grnt-ashva-forex .idfc-card-box {
  background: linear-gradient(90deg, #840114 0%, #40010A 100%);
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 12px
}

.grnt-ashva-forex .idfc-card-box .idfc-img-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: start;
  gap: 12px
}

.grnt-ashva-forex .idfc-card-box .idfc-img-title img {
  border-radius: 6px;
  max-width: 128px
}

@media(max-width: 767px) {
  .grnt-ashva-forex .idfc-card-box .idfc-img-title img {
      max-width: 100%
  }
}

.grnt-ashva-forex .idfc-card-box .idfc-img-title h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff
}

@media(max-width: 991px) {
  .grnt-ashva-forex .idfc-card-box .idfc-img-title h5 {
      width: 100%;
      font-size: 14px;
      line-height: 18px
  }
}

@media(max-width: 991px) {
  .grnt-ashva-forex .idfc-card-box .idfc-img-title {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 12px
  }
}

.grnt-ashva-forex .idfc-card-box .text-end p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin: 0;
  text-align: right
}

.grnt-ashva-forex .idfc-card-box .text-end p b,
.grnt-ashva-forex .idfc-card-box .text-end p strong {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px
}

@media(max-width: 991px) {
  .grnt-ashva-forex .idfc-card-box .text-end p {
      font-size: 10px
  }

  .grnt-ashva-forex .idfc-card-box .text-end p b,
  .grnt-ashva-forex .idfc-card-box .text-end p strong {
      font-size: 20px;
      line-height: 25px
  }
}

@media(max-width: 991px) {
  .grnt-ashva-forex .idfc-card-box {
      min-height: 206px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: justify;
      justify-content: space-between
  }
}

.grnt-ashva-forex .idfc-card-box.other-card-box {
  margin: 15px 0;
  background: linear-gradient(90deg, #7F7F7F 0%, #676767 45.5%, #4A4A4A 100%)
}

@media(max-width: 991px) {
  .grnt-ashva-forex .idfc-card-box.other-card-box {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: 330px;
      -ms-flex-pack: justify;
      justify-content: space-between
  }

  .grnt-ashva-forex .idfc-card-box.other-card-box .text-end p b,
  .grnt-ashva-forex .idfc-card-box.other-card-box .text-end p strong {
      display: block
  }
}

.grnt-ashva-forex .idfc-card-charges svg {
  max-width: 100%
}

.grnt-ashva-forex .idfc-card-charges p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 12px 0 0
}

.grnt-ashva-forex .idfc-card-charges p b,
.grnt-ashva-forex .idfc-card-charges p strong {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700
}

@media(max-width: 991px) {
  .grnt-ashva-forex .idfc-card-charges {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px;
      margin-top: 15px;
      width: -moz-fit-content;
      width: fit-content
  }

  .grnt-ashva-forex .idfc-card-charges svg {
      margin: 0
  }

  .grnt-ashva-forex .idfc-card-charges p {
      font-size: 12px;
      line-height: 19px;
      margin: 0
  }

  .grnt-ashva-forex .idfc-card-charges p b,
  .grnt-ashva-forex .idfc-card-charges p strong {
      font-size: 20px;
      line-height: 22px
  }

  .grnt-ashva-forex .idfc-card-charges .mob-icon {
      position: absolute;
      right: 0;
      top: 20px
  }
}

@media(max-width: 767px) {
  .grnt-ashva-forex .idfc-card-charges p {
      font-size: 10px
  }

  .grnt-ashva-forex .idfc-card-charges p b,
  .grnt-ashva-forex .idfc-card-charges p strong {
      font-size: 18px
  }

  .grnt-ashva-forex .idfc-card-charges .mob-icon {
      right: -3px
  }
}

.grnt-ashva-forex .other-disclimers p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin-bottom: 8px
}

.grnt-ashva-forex .other-disclimers p:last-child {
  margin: 0
}

.grnt-ashva-forex .other-disclimers p b,
.grnt-ashva-forex .other-disclimers p strong {
  font-weight: 700
}

@media(max-width: 991px) {
  .grnt-ashva-forex .other-disclimers {
      margin-top: 18px
  }

  .grnt-ashva-forex .other-disclimers p {
      font-size: 10px
  }
}

.grnt-ashva-forex .mob-apply-desc-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 16px 20px;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.grnt-ashva-forex .mob-apply-desc-btn p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #9b1e26;
  margin: 0;
  text-align: center
}

.grnt-ashva-forex .mob-apply-desc-btn p b,
.grnt-ashva-forex .mob-apply-desc-btn p strong {
  display: block;
  font-size: 24px;
  line-height: 26px
}

.grnt-ashva-forex .mob-apply-desc-btn .btn-know-more {
  padding: 10px 20px;
  font-size: 14px;
  margin: 0
}

@media(max-width: 767px) {
  .grnt-ashva-forex {
      padding: 50px 0
  }
}
.benefits-swiper {
  padding: 90px 0 90px 0;
  position: relative;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/metal-bg.png) no-repeat center center;
  background-size: cover
}

@media(max-width: 767px) {
  .benefits-swiper {
    padding: 40px 0px
  }
}

.benefits-swiper .eligibility {
  padding: 17px;
  text-align: center;
  margin: 0px 0 80px 0;
  border-radius: 8px;
  border: 1px solid #999;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%)
}

.benefits-swiper .eligibility span,
.benefits-swiper .eligibility strong {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.benefits-swiper .eligibility strong {
  font-weight: 700
}

@media(max-width: 767px) {
  .benefits-swiper .eligibility {
    padding: 13px 12px;
    margin: 0 0 58px
  }

  .benefits-swiper .eligibility span,
  .benefits-swiper .eligibility strong {
    font-size: 12px
  }
}

.benefits-swiper .btn-read-more {
  border-radius: 20px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  border: none
}

.benefits-swiper .btn-read-more span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.benefits-swiper .card {
  border-radius: 20px;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  background-size: cover;
  overflow: hidden;
  border: none;
  outline: 0;
  height: 100%;
  padding: 80px 24px 60px
}

.benefits-swiper .metal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.benefits-swiper figure {
  z-index: 1
}

.benefits-swiper .ben-arrow {
  margin: 30px 0 24px
}

.benefits-swiper .card-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0;
  z-index: 1
}

.benefits-swiper .card-title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(138deg, #999 -15.44%, #EFEFEF 0.15%, #CACACA 18.04%, #EFEFEF 37.09%, #CACACA 58.44%, #999 76.91%, #EFEFEF 87.3%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px
}

@media(max-width: 767px) {
  .benefits-swiper .card-title {
    margin-bottom: 20px
  }
}

.benefits-swiper .card-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0
}

@media(max-width: 767px) {
  .benefits-swiper .card-text {
    margin-bottom: 6px
  }
}

.benefits-swiper .frwrd-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px
}

.benefits-swiper::after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ben-after1.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -115px;
  width: 148px;
  height: 274px;
  mix-blend-mode: luminosity;
  filter: grayscale(100%)
}

@media(max-width: 767px) {
  .benefits-swiper::after {
    display: none
  }
}

.benefits-swiper .after2::after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/fee-popup.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 114px;
  height: 107px;
  mix-blend-mode: luminosity;
  filter: grayscale(100%)
}

@media(max-width: 767px) {
  .benefits-swiper .after2::after {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ben-after2-m.png);
    width: 97px;
    height: 52px;
    mix-blend-mode: luminosity;
    filter: grayscale(100%)
  }
}

.benefits-swiper::before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ben-before.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 130px;
  width: 96px;
  height: 274px;
  mix-blend-mode: luminosity;
  filter: grayscale(100%)
}

@media(max-width: 767px) {
  .benefits-swiper::before {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ben-before-m.png);
    top: 0px;
    left: 0;
    width: 91px;
    height: 192px;
    mix-blend-mode: luminosity;
    filter: grayscale(100%)
  }
}

.benefits-swiper .title {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 35px
}

@media(max-width: 767px) {
  .benefits-swiper .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 31px
  }
}

.benefits-swiper .container {
  overflow: hidden;
  max-width: 1080px
}

.benefits-swiper .nudge-swiper-ff-blogs {
  position: relative
}

.benefits-swiper .nudges-slider {
  border-radius: 20px;
  height: auto
}

@media screen and (max-width: 640px) {
  .benefits-swiper .nudges-slider {
    padding: 0px 0px
  }
}

.benefits-swiper .nudges-slider .nudges-text-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.benefits-swiper .nudges-slider .nudges-text-wrap .nudges-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 36px
}

@media(max-width: 767px) {
  .benefits-swiper .nudges-slider .nudges-text-wrap .nudges-title {
    font-size: 32px;
    text-align: center
  }
}

.benefits-swiper .nudges-slider .nudges-text-wrap .nudges-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 40px
}

@media(max-width: 767px) {
  .benefits-swiper .nudges-slider .nudges-text-wrap .nudges-desc {
    font-size: 14px;
    padding-bottom: 24px;
    text-align: center
  }
}

.benefits-swiper .nudges-slider .nudges-text-wrap .btn-box .btn-black {
  cursor: pointer
}

@media(max-width: 767px) {
  .benefits-swiper .nudges-slider .nudges-text-wrap .btn-box {
    display: none !important
  }
}

.benefits-swiper .nudges-slider .nudges-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: end
}

@media(max-width: 991px) {
  .benefits-swiper .nudges-slider .nudges-banner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
  }
}

.benefits-swiper .nudges-slider .nudges-banner picture {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.benefits-swiper .nudges-slider .nudges-banner-img {
  border-radius: 10px
}

@media(max-width: 991px) {
  .benefits-swiper .nudges-slider .nudges-banner-img {
    width: 100%;
    height: auto
  }
}

.benefits-swiper .nudges-slider .nudges-banner .btn-box {
  display: none !important
}

@media(max-width: 767px) {
  .benefits-swiper .nudges-slider .nudges-banner .btn-box {
    display: block !important;
    width: 192px;
    margin-top: 21px
  }
}

.benefits-swiper .nudges-slider .nudges-banner .btn-box .btn-black {
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer
}

.benefits-swiper .scrollbar {
  padding-top: 35px;
  position: relative
}

@media(max-width: 767px) {
  .benefits-swiper .scrollbar {
    padding-top: 24px
  }
}

.benefits-swiper .scrollbar .swiper-horizontal>.swiper-scrollbar,
.benefits-swiper .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  left: 44%;
  z-index: 1;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn2.png);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden
}

@media(max-width: 767px) {

  .benefits-swiper .scrollbar .swiper-horizontal>.swiper-scrollbar,
  .benefits-swiper .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 30%;
    top: 10px
  }
}

.benefits-swiper .scrollbar .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn.png);
  background-repeat: no-repeat;
  padding: 5px 0;
  background-position: center center
}

@media(max-width: 767px) {
  #benefitPopup .fee-charges {
    padding: 90px 20px 0
  }
}

#benefitPopup .fee-charges .container {
  padding: 40px 70px
}

@media(max-width: 1366px) {
  #benefitPopup .fee-charges .container {
    padding: 40px 40px
  }
}

@media(max-width: 767px) {
  #benefitPopup .fee-charges .container {
    padding: 20px
  }
}

#benefitPopup .fee-charges .headh2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 42px
}

@media(max-width: 1366px) {
  #benefitPopup .fee-charges .headh2 {
    font-size: 32px;
    margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  #benefitPopup .fee-charges .headh2 {
    font-size: 26px;
    margin-bottom: 18px;
    text-align: left
  }
}

#benefitPopup .fee-charges p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px
}

#benefitPopup .fee-charges p a {
  border-bottom: 1px solid #c8c6c6
}

#benefitPopup .fee-charges .btn-box {
  margin: -18px auto 30px;
  text-align: left
}

#benefitPopup .fee-charges .btn-box .btn-white {
  padding: 10px 20px;
  gap: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin: 0 15px 0 0
}

#benefitPopup .fee-charges .readmore {
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  border-bottom: 1px solid rgba(255, 255, 255, .61)
}

#benefitPopup .fee-charges .maxHeight {
  max-height: calc(100vh - 550px);
  overflow: auto;
  margin-bottom: 30px;
  height: 500px
}

@media(max-width: 1366px) {
  #benefitPopup .fee-charges .maxHeight {
    max-height: calc(100vh - 500px);
    overflow: auto;
    margin-bottom: 15px
  }
}

@media(max-width: 767px) {
  #benefitPopup .fee-charges .maxHeight {
    max-height: calc(100vh - 350px);
    overflow: auto;
    margin-bottom: 15px
  }
}

.custom-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

.custom-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 10px
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #c3c3c3;
  border-radius: 10px
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: gray
}

.mayura-benefits-swiper {
  padding: 90px 0 90px;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/benefit-bg.png) no-repeat center;
  background-size: cover;
  position: relative
}

.mayura-benefits-swiper:before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/benefit-icon-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -55px;
  width: 130px;
  height: 230px
}

.mayura-benefits-swiper:after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/benefit-icon-right.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 130px;
  height: 230px
}

@media(max-width: 767px) {
  .mayura-benefits-swiper {
    padding: 35px 0px
  }
}

.mayura-benefits-swiper .incomecheckbox {
  border-radius: 8px;
  border: 1px solid #999;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  padding: 17px;
  text-align: center;
  margin-bottom: 45px
}

.mayura-benefits-swiper .incomecheckbox span {
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-benefits-swiper .incomecheckbox span strong {
  font-weight: 700
}

@media(max-width: 767px) {
  .mayura-benefits-swiper .incomecheckbox span {
    font-size: 12px
  }
}

.mayura-benefits-swiper .btn-read-more {
  border-radius: 20px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  border: none
}

.mayura-benefits-swiper .btn-read-more span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-benefits-swiper .card {
  border-radius: 20px;
  background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%);
  background-size: cover;
  overflow: hidden;
  border: none;
  outline: 0;
  height: 100%;
  padding: 89px 24px 12px
}

@media(max-width: 1366px) {
  .mayura-benefits-swiper .card {
    padding: 40px 24px 12px
  }
}

@media(max-width: 767px) {
  .mayura-benefits-swiper .card {
    padding: 80px 24px 12px
  }
}

.mayura-benefits-swiper .metal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.mayura-benefits-swiper figure {
  z-index: 1
}

.mayura-benefits-swiper figure img.ben-icon {
  height: 70px;
  object-fit: contain;
  width: 70px
}

.mayura-benefits-swiper .ben-arrow {
  margin: 34px 0 24px
}

.mayura-benefits-swiper .card-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0;
  z-index: 1
}

.mayura-benefits-swiper .card-title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: conic-gradient(from 142deg at 50% 35.29%, #999 0deg, #EFEFEF 48.6000019312deg, #CACACA 104.3999969959deg, #EFEFEF 163.8000047207deg, #CACACA 230.3999948502deg, #999 288.0000042915deg, #EFEFEF 320.3999948502deg);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin: 0 0 15px;
  padding: 0
}

.mayura-benefits-swiper .card-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-benefits-swiper .title {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 35px
}

@media(max-width: 767px) {
  .mayura-benefits-swiper .title {
    font-size: 30px;
    margin-bottom: 25px
  }
}

.mayura-benefits-swiper .ben-arrow-froward {
  text-align: right
}

.mayura-benefits-swiper .ben-arrow-froward img {
  width: 40px;
  height: 40px
}

.mayura-benefits-swiper .container {
  overflow: hidden;
  max-width: 1080px
}

.mayura-benefits-swiper .nudge-swiper-ff-blogs {
  position: relative
}

.mayura-benefits-swiper .nudges-slider {
  border-radius: 20px;
  height: auto
}

@media screen and (max-width: 640px) {
  .mayura-benefits-swiper .nudges-slider {
    padding: 0px 0px
  }
}

.mayura-benefits-swiper .nudges-slider .nudges-text-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.mayura-benefits-swiper .nudges-slider .nudges-text-wrap .nudges-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 36px
}

@media(max-width: 767px) {
  .mayura-benefits-swiper .nudges-slider .nudges-text-wrap .nudges-title {
    font-size: 32px;
    text-align: center
  }
}

.mayura-benefits-swiper .nudges-slider .nudges-text-wrap .nudges-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 40px
}

@media(max-width: 767px) {
  .mayura-benefits-swiper .nudges-slider .nudges-text-wrap .nudges-desc {
    font-size: 14px;
    padding-bottom: 24px;
    text-align: center
  }
}

.mayura-benefits-swiper .nudges-slider .nudges-text-wrap .btn-box .btn-black {
  cursor: pointer
}

@media(max-width: 767px) {
  .mayura-benefits-swiper .nudges-slider .nudges-text-wrap .btn-box {
    display: none !important
  }
}

.mayura-benefits-swiper .nudges-slider .nudges-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: end
}

@media(max-width: 991px) {
  .mayura-benefits-swiper .nudges-slider .nudges-banner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
  }
}

.mayura-benefits-swiper .nudges-slider .nudges-banner picture {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.mayura-benefits-swiper .nudges-slider .nudges-banner-img {
  border-radius: 10px
}

@media(max-width: 991px) {
  .mayura-benefits-swiper .nudges-slider .nudges-banner-img {
    width: 100%;
    height: auto
  }
}

.mayura-benefits-swiper .nudges-slider .nudges-banner .btn-box {
  display: none !important
}

@media(max-width: 767px) {
  .mayura-benefits-swiper .nudges-slider .nudges-banner .btn-box {
    display: block !important;
    width: 192px;
    margin-top: 21px
  }
}

.mayura-benefits-swiper .nudges-slider .nudges-banner .btn-box .btn-black {
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer
}

.mayura-benefits-swiper .scrollbar {
  padding-top: 35px;
  position: relative
}

.mayura-benefits-swiper .scrollbar .swiper-horizontal>.swiper-scrollbar,
.mayura-benefits-swiper .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  left: 44%;
  z-index: 1;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn2.png);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden
}

@media(max-width: 767px) {

  .mayura-benefits-swiper .scrollbar .swiper-horizontal>.swiper-scrollbar,
  .mayura-benefits-swiper .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 30%
  }
}

.mayura-benefits-swiper .scrollbar .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn.png);
  background-repeat: no-repeat;
  padding: 5px 0;
  background-position: center center
}

.mayura-fee-charges {
  padding: 45px 15px;
  position: relative
}

@media(max-width: 767px) {
  .mayura-fee-charges {
    padding: 35px 15px
  }
}

.mayura-fee-charges:before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-before.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 40%;
  width: 130px;
  height: 230px
}

.mayura-fee-charges:after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -115px;
  width: 130px;
  width: 130px;
  height: 230px
}

.mayura-fee-charges .text-center {
  position: relative;
  z-index: 2
}

.mayura-fee-charges .metal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.mayura-fee-charges .container {
  max-width: 1060px;
  border-radius: 20px;
  background: var(--Metal-blue, linear-gradient(308deg, #110140 4.16%, #1E2A8E 44.91%, #010740 88.8%));
  position: relative;
  z-index: 1
}

.mayura-fee-charges .container ul {
  max-width: 390px;
  margin: 0 auto;
  padding: 50px 0
}

@media(max-width: 1366px) {
  .mayura-fee-charges .container ul {
    padding: 30px 0
  }
}

@media(max-width: 767px) {
  .mayura-fee-charges .container ul {
    padding: 16px 0 20px
  }
}

.mayura-fee-charges .container ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0
}

.mayura-fee-charges .container ul li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1366px) {
  .mayura-fee-charges .container ul li span {
    font-size: 18px;
    line-height: 20px
  }
}

@media(max-width: 767px) {
  .mayura-fee-charges .container ul li span {
    color: #fbf8f2;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
  }
}

.mayura-fee-charges .container ul li span:last-child {
  font-weight: 900
}

.mayura-fee-charges .container ul li:not(:last-child) {
  border: 1px solid rgba(0, 0, 0, 0);
  border-image: linear-gradient(to right, #C8C6C6, #F1F0F0, #C8C6C6);
  border-image-slice: 1;
  border-left: 0;
  border-right: 0;
  border-top: 0
}

.mayura-fee-charges .btn-box {
  margin: 0 auto;
  text-align: center
}

.mayura-fee-charges .btn-box .btn-more {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  background: none
}

@media(max-width: 767px) {
  .mayura-fee-charges .btn-box .btn-more {
    font-size: 14px
  }
}

.mayura-fee-charges .btn-box .btn-more span {
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-fee-charges .btn-box .btn-more:focus {
  background-color: rgba(0, 0, 0, 0)
}

.mayura-fee-charges .title {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(94deg, #5D2227 -0.76%, #BB1624 26.03%, #5D2227 47.43%, #BB1624 69.44%, #5D2227 96.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 35px
}

@media(max-width: 1366px) {
  .mayura-fee-charges .title {
    font-size: 32px;
    margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  .mayura-fee-charges .title {
    font-size: 30px;
    margin-bottom: 25px
  }
}

.conic-gradient-bg {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/mayura-back-bg.png) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden
}

.mayurafeeAndChargesPopuP.show {
  padding: 0 !important
}

.mayurafeeAndChargesPopuP .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/metal-bg.png) no-repeat center center;
  border: none;
  height: calc(100% - 170px);
  background-size: cover;
  top: 170px;
  overflow: hidden
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content {
    top: 107px;
    height: calc(100% - 107px)
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .popup-close {
  top: 10px;
  right: 120px
}

@media(max-width: 1366px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .popup-close {
    top: 25px;
    right: 25px
  }
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .popup-close {
    top: 20px;
    right: 20px
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body {
  padding: 0
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges {
  padding: 80px 15px 20px;
  background: none
}

@media(max-width: 1366px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges {
    padding: 80px 15px 40px
  }
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges {
    padding: 70px 20px 50px 20px
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges:before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-before.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  right: 0;
  top: auto;
  width: 130px;
  height: 230px;
  bottom: 60px
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges:before {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/mayura-popup-right-mob.png);
    width: 108px;
    height: 143px;
    bottom: 0px
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges:after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  left: 0;
  bottom: 60px;
  width: 130px;
  height: 230px;
  top: auto
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges:after {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/mayura-popup-left-mob.png);
    width: 117px;
    height: 150px;
    bottom: auto;
    top: -45px;
    position: absolute
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges .container {
  overflow: hidden;
  border-radius: 20px;
  background-size: cover
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges .container .row {
    max-height: calc(100vh - 300px);
    overflow: auto
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges .container ul li span:last-child {
  font-weight: 900
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges .container .texture-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: .8;
  object-fit: cover;
  height: 100%
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayura-fee-charges .container .text-center {
  position: relative;
  z-index: 1
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog {
    margin: 0
  }
}

/* #mayuraBenefitPopup .mayura-fee-charges {
  padding: 80px 15px 0
}

@media(max-width: 767px) {
  #mayuraBenefitPopup .mayura-fee-charges {
    padding: 90px 20px 0
  }
}

#mayuraBenefitPopup .mayura-fee-charges:before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-before.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  right: 0;
  top: 75px;
  width: 120px;
  height: 200px;
  bottom: auto
}

@media(max-width: 767px) {
  #mayuraBenefitPopup .mayura-fee-charges:before {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/mayura-popup-right-mob.png);
    width: 108px;
    height: 143px;
    bottom: 0px;
    top: auto
  }
}

#mayuraBenefitPopup .mayura-fee-charges:after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 130px;
  height: 230px;
  top: auto
}

@media(max-width: 767px) {
  #mayuraBenefitPopup .mayura-fee-charges:after {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/mayura-popup-left-mob.png);
    width: 117px;
    height: 150px;
    bottom: auto;
    top: -45px;
    position: absolute
  }
}

#mayuraBenefitPopup .mayura-fee-charges .container {
  padding: 40px 70px
}

@media(max-width: 1366px) {
  #mayuraBenefitPopup .mayura-fee-charges .container {
    padding: 40px 40px
  }
}

@media(max-width: 767px) {
  #mayuraBenefitPopup .mayura-fee-charges .container {
    padding: 20px
  }
}

#mayuraBenefitPopup .mayura-fee-charges .headh2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 42px
}

@media(max-width: 1366px) {
  #mayuraBenefitPopup .mayura-fee-charges .headh2 {
    font-size: 32px;
    margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  #mayuraBenefitPopup .mayura-fee-charges .headh2 {
    font-size: 26px;
    margin-bottom: 18px;
    text-align: left
  }
}

#mayuraBenefitPopup .mayura-fee-charges p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px
}

#mayuraBenefitPopup .mayura-fee-charges p a {
  border-bottom: 1px solid #c8c6c6
}

#mayuraBenefitPopup .mayura-fee-charges .btn-box {
  margin: -18px auto 30px;
  text-align: left
}

#mayuraBenefitPopup .mayura-fee-charges .btn-box .btn-white {
  padding: 10px 20px;
  gap: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin: 0 15px 0 0
}

#mayuraBenefitPopup .mayura-fee-charges .readmore {
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  border-bottom: 1px solid #c8c6c6
}

#mayuraBenefitPopup .mayura-fee-charges .maxHeight {
  max-height: calc(100vh - 550px);
  overflow: auto;
  margin-bottom: 30px;
  height: 500px
}

@media(max-width: 1366px) {
  #mayuraBenefitPopup .mayura-fee-charges .maxHeight {
    max-height: calc(100vh - 500px);
    overflow: auto;
    margin-bottom: 15px
  }
}

@media(max-width: 767px) {
  #mayuraBenefitPopup .mayura-fee-charges .maxHeight {
    max-height: calc(100vh - 350px);
    overflow: auto;
    margin-bottom: 15px
  }
} */

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges {
  padding: 80px 15px 0
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges {
      padding: 90px 20px 0
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges:before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-before.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  right: 0;
  top: 75px;
  width: 120px;
  height: 200px;
  bottom: auto
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges:before {
      background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/mayura-popup-right-mob.png);
      width: 108px;
      height: 143px;
      bottom: 0px;
      top: auto
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges:after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 130px;
  height: 230px;
  top: auto
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges:after {
      background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/mayura-popup-left-mob.png);
      width: 117px;
      height: 150px;
      bottom: auto;
      top: -45px;
      position: absolute
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges .container {
  padding: 40px 70px
}

@media(max-width: 1366px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges .container {
      padding: 40px 40px
  }
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges .container {
      padding: 20px
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges .headh2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 42px
}

@media(max-width: 1366px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges .headh2 {
      font-size: 32px;
      margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges .headh2 {
      font-size: 26px;
      margin-bottom: 18px;
      text-align: left
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges p a {
  border-bottom: 1px solid #c8c6c6
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges .btn-box {
  margin: -18px auto 30px;
  text-align: left
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges .btn-box .btn-white {
  padding: 10px 20px;
  gap: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin: 0 15px 0 0
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges .readmore {
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  border-bottom: 1px solid #c8c6c6
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges .maxHeight {
  max-height: calc(100vh - 550px);
  overflow: auto;
  margin-bottom: 30px
}

@media(max-width: 1366px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges .maxHeight {
      max-height: calc(100vh - 500px);
      overflow: auto;
      margin-bottom: 15px
  }
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraBenefitPopup.mayura-fee-charges .maxHeight {
      max-height: calc(100vh - 350px);
      overflow: auto;
      margin-bottom: 15px
  }
}
.ashva-red-carpet .nav-tabs {
  border-bottom: none
}

.ashva-red-carpet {
  background: #480a14;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  padding: 40px 0;
  position: relative;
  z-index: 1
}

@media(max-width: 767px) {
  .ashva-red-carpet {
    padding: 36px 0 41px
  }
}

.ashva-red-carpet .container {
  max-width: 1050px
}

@media(max-width: 767px) {
  .ashva-red-carpet .container {
    padding: 0
  }
}

.ashva-red-carpet .h2head {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(138deg, #999 -15.44%, #EFEFEF 0.15%, #CACACA 18.04%, #EFEFEF 37.09%, #CACACA 58.44%, #999 76.91%, #EFEFEF 87.3%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 24px
}

@media(max-width: 767px) {
  .ashva-red-carpet .h2head {
    font-size: 30px;
    margin-bottom: 24px;
    padding: 0 20px
  }
}

.ashva-red-carpet .tabs-container {
  overflow: auto
}

.ashva-red-carpet .tabs-container ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.ashva-red-carpet .tabs-container ul li {
  padding: 10px
}

.ashva-red-carpet .tabs-container ul li a {
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #40010a;
  opacity: .8;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.ashva-red-carpet .tabs-container ul li a:hover {
  border: 1px solid #40010a
}

.ashva-red-carpet .tabs-container ul li a.active {
  font-weight: 600;
  background: linear-gradient(138deg, #999 -15.44%, #EFEFEF 0.15%, #CACACA 18.04%, #EFEFEF 37.09%, #CACACA 58.44%, #999 76.91%, #EFEFEF 87.3%);
  color: #480a14;
  border-color: #480a14
}

@media(max-width: 767px) {
  .ashva-red-carpet .tabs-container ul li a.active {
    font-size: 14px;
    border: 0
  }
}

.ashva-red-carpet .tabs-container ul li a.active span {
  background: #480a14;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .ashva-red-carpet .tabs-container ul {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-left: 15px
  }

  .ashva-red-carpet .tabs-container ul li {
    padding: 6px
  }

  .ashva-red-carpet .tabs-container ul li a {
    white-space: nowrap;
    font-size: 14px
  }
}

.ashva-red-carpet .astha-red-carped-slider {
  overflow: hidden
}

.ashva-red-carpet .astha-red-carped-slider .swiper-wrapper {
  padding: 47px 0
}

@media(max-width: 767px) {
  .ashva-red-carpet .astha-red-carped-slider .swiper-wrapper {
    padding: 24px 20px 40px
  }
}

.ashva-red-carpet .astha-red-carped-slider .scrollbar {
  position: relative
}

.ashva-red-carpet .astha-red-carped-slider .ashva-slider {
  border-radius: 20px;
  border: 1px solid #999;
  background: url(../components/content/heritage-cc/heritage-cc-red-carpet/clientlibs/css/<path-to-image>) #d3d3d3 50%/cover no-repeat
}

.ashva-red-carpet .astha-red-carped-slider .banner-bg img {
  width: 100%
}

.ashva-red-carpet .astha-red-carped-slider .slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 20px;
  height: 229px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.85%, rgba(0, 0, 0, 0.62) 46.86%, #000 95.59%);
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px)
}

.ashva-red-carpet .astha-red-carped-slider .slider-content .tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 8px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  margin-bottom: 8px
}

.ashva-red-carpet .astha-red-carped-slider .slider-content .tag span {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(307deg, #40010A 35.05%, #840114 50.45%, #40010A 66.55%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .ashva-red-carpet .astha-red-carped-slider .slider-content .tag span {
    background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
  }
}

.ashva-red-carpet .astha-red-carped-slider .slider-content .sldrh2 {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px
}

.ashva-red-carpet .astha-red-carped-slider .slider-content .sldrh3 {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.ashva-red-carpet .astha-red-carped-slider .slider-content .frwrd-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px
}

.ashva-red-carpet .astha-red-carped-slider .scrollbar .swiper-horizontal>.swiper-scrollbar,
.ashva-red-carpet .astha-red-carped-slider .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn2.png) no-repeat center;
  left: 44%;
  z-index: 1;
  background-position: center center;
  overflow: hidden
}

@media(max-width: 767px) {

  .ashva-red-carpet .astha-red-carped-slider .scrollbar .swiper-horizontal>.swiper-scrollbar,
  .ashva-red-carpet .astha-red-carped-slider .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 33%
  }
}

.ashva-red-carpet .astha-red-carped-slider .scrollbar .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn.png) no-repeat center;
  background-position: center center
}

.ashva-red-carpet .astha-offer-delight-slider {
  overflow: hidden
}

.ashva-red-carpet .astha-offer-delight-slider .swiper-wrapper {
  padding: 40px 0
}

@media(max-width: 767px) {
  .ashva-red-carpet .astha-offer-delight-slider .swiper-wrapper {
    padding: 20px 20px 40px
  }
}

.ashva-red-carpet .astha-offer-delight-slider .scrollbar {
  position: relative
}

.ashva-red-carpet .astha-offer-delight-slider .ashva-slider {
  border-radius: 20px;
  overflow: hidden
}

.ashva-red-carpet .astha-offer-delight-slider .banner-bg img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid var(--Linear-gradient, #999)
}

@media(max-width: 767px) {
  .ashva-red-carpet .astha-offer-delight-slider .banner-bg img {
    max-height: 181px
  }
}

.ashva-red-carpet .astha-offer-delight-slider .slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 17.64%, #000 105.09%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px
}

.ashva-red-carpet .astha-offer-delight-slider .slider-content .sldrh2 {
  color: #fbf8f2;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase
}

@media(max-width: 767px) {
  .ashva-red-carpet .astha-offer-delight-slider .slider-content .sldrh2 {
    font-size: 12px
  }
}

.ashva-red-carpet .astha-offer-delight-slider .slider-content .sldrh2 span {
  display: block;
  color: #fbf8f2;
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

@media(max-width: 767px) {
  .ashva-red-carpet .astha-offer-delight-slider .slider-content .sldrh2 span {
    font-size: 24px
  }
}

.ashva-red-carpet .astha-offer-delight-slider .scrollbar .swiper-horizontal>.swiper-scrollbar,
.ashva-red-carpet .astha-offer-delight-slider .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn2.png) no-repeat center;
  left: 44%;
  z-index: 1;
  background-position: center center;
  overflow: hidden
}

@media(max-width: 767px) {

  .ashva-red-carpet .astha-offer-delight-slider .scrollbar .swiper-horizontal>.swiper-scrollbar,
  .ashva-red-carpet .astha-offer-delight-slider .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 33%
  }
}

.ashva-red-carpet .astha-offer-delight-slider .scrollbar .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn.png) no-repeat center;
  filter: grayscale(1);
  background-position: center center
}

.ashva-red-carpet .btn-box .btn-know-more {
  border-radius: 40px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  border: 1px solid #fcfcf1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px
}

@media(max-width: 767px) {
  .ashva-red-carpet .btn-box .btn-know-more {
    margin-top: 32px
  }
}

.ashva-red-carpet .btn-box .btn-know-more span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

@media(max-width: 767px) {
  .ashva-red-carpet .btn-box .btn-know-more span {
    font-size: 14px
  }
}

.mayura-red-carpet .nav-tabs {
  border-bottom: none
}

.mayura-red-carpet {
  background: var(--Mayura-BG, #08133C);
  background: linear-gradient(-45deg, #08133C, #44538d, #0d1841, #08133c);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  padding: 45px 0 45px 0
}

@media(max-width: 767px) {
  .mayura-red-carpet {
    padding: 35px 0
  }
}

.mayura-red-carpet .container {
  max-width: 1050px
}

@media(max-width: 767px) {
  .mayura-red-carpet .container {
    padding: 0
  }
}

.mayura-red-carpet .h2head {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px
}

@media(max-width: 767px) {
  .mayura-red-carpet .h2head {
    font-size: 30px;
    max-width: 280px;
    margin: 0 auto 25px
  }
}

.mayura-red-carpet .tabs-container {
  overflow: auto
}

.mayura-red-carpet .tabs-container ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: none
}

.mayura-red-carpet .tabs-container ul li {
  padding: 10px
}

.mayura-red-carpet .tabs-container ul li a {
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  opacity: .8;
  border-radius: 10px;
  border: 1px solid var(--Mayura, #08133C);
  background: rgba(255, 255, 255, .7);
  color: #110140;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.mayura-red-carpet .tabs-container ul li a span {
  background: var(--Metal-blue, linear-gradient(308deg, #110140 4.16%, #1E2A8E 44.91%, #010740 88.8%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-red-carpet .tabs-container ul li a.active {
  color: #08133c;
  font-weight: 600;
  border-radius: 10px;
  background: linear-gradient(138deg, #999 -15.44%, #EFEFEF 0.15%, #CACACA 18.04%, #EFEFEF 37.09%, #CACACA 58.44%, #999 76.91%, #EFEFEF 87.3%)
}

.mayura-red-carpet .tabs-container ul li a.active span {
  color: #08133c
}

@media(max-width: 767px) {
  .mayura-red-carpet .tabs-container ul {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-left: 15px
  }

  .mayura-red-carpet .tabs-container ul li {
    padding: 6px
  }

  .mayura-red-carpet .tabs-container ul li a {
    white-space: nowrap
  }
}

.mayura-red-carpet .astha-red-carped-slider {
  overflow: hidden
}

.mayura-red-carpet .astha-red-carped-slider .swiper-wrapper {
  padding: 40px 0 0
}

@media(max-width: 767px) {
  .mayura-red-carpet .astha-red-carped-slider .swiper-wrapper {
    padding: 20px 20px 0
  }
}

.mayura-red-carpet .astha-red-carped-slider .scrollbar {
  position: relative;
  padding-top: 35px
}

.mayura-red-carpet .astha-red-carped-slider .mayura-slider {
  border-radius: 20px;
  border: 1px solid #fcfcf1
}

.mayura-red-carpet .astha-red-carped-slider .banner-bg img {
  width: 100%
}

.mayura-red-carpet .astha-red-carped-slider .slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 20px;
  height: 240px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(66, 66, 66, 0) 4.85%, rgba(66, 66, 66, 0.62) 46.86%, #424242 95.59%);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px)
}

@media(max-width: 767px) {
  .mayura-red-carpet .astha-red-carped-slider .slider-content {
    height: auto;
    min-height: 240px;
    padding: 20px 20px
  }
}

.mayura-red-carpet .astha-red-carped-slider .slider-content .ben-arrow-froward {
  text-align: right;
  position: absolute;
  right: 15px;
  bottom: 15px
}

.mayura-red-carpet .astha-red-carped-slider .slider-content .tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 8px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  margin-bottom: 10px
}

.mayura-red-carpet .astha-red-carped-slider .slider-content .tag span {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-red-carpet .astha-red-carped-slider .slider-content .sldrh2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px
}

.mayura-red-carpet .astha-red-carped-slider .slider-content .sldrh3 {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.mayura-red-carpet .astha-red-carped-slider .scrollbar {
  padding-top: 35px;
  position: relative
}

.mayura-red-carpet .astha-red-carped-slider .scrollbar .swiper-horizontal>.swiper-scrollbar,
.mayura-red-carpet .astha-red-carped-slider .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/scrollbar.svg) no-repeat center;
  left: 44%;
  z-index: 1;
  background-position: center center;
  overflow: hidden
}

@media(max-width: 767px) {

  .mayura-red-carpet .astha-red-carped-slider .scrollbar .swiper-horizontal>.swiper-scrollbar,
  .mayura-red-carpet .astha-red-carped-slider .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 33%
  }
}

.mayura-red-carpet .astha-red-carped-slider .scrollbar .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/scrollbar-handle.svg) no-repeat center;
  background-position: center center
}

.mayura-red-carpet .astha-offer-delight-slider {
  overflow: hidden
}

.mayura-red-carpet .astha-offer-delight-slider .swiper-wrapper {
  padding: 40px 0 0
}

@media(max-width: 767px) {
  .mayura-red-carpet .astha-offer-delight-slider .swiper-wrapper {
    padding: 20px 20px 0
  }
}

.mayura-red-carpet .astha-offer-delight-slider .scrollbar {
  padding-top: 35px;
  position: relative
}

.mayura-red-carpet .astha-offer-delight-slider .ashva-slider {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #fcfcf1
}

.mayura-red-carpet .astha-offer-delight-slider .banner-bg img {
  width: 100%;
  max-height: 260px;
  object-fit: cover
}

.mayura-red-carpet .astha-offer-delight-slider .slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 17.64%, #000 105.09%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px
}

.mayura-red-carpet .astha-offer-delight-slider .slider-content .sldrh2 {
  color: #fbf8f2;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase
}

.mayura-red-carpet .astha-offer-delight-slider .slider-content .sldrh2 span {
  display: block;
  color: #fbf8f2;
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

.mayura-red-carpet .astha-offer-delight-slider .scrollbar {
  padding-top: 35px;
  position: relative
}

.mayura-red-carpet .astha-offer-delight-slider .scrollbar .swiper-horizontal>.swiper-scrollbar,
.mayura-red-carpet .astha-offer-delight-slider .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/scrollbar.svg) no-repeat center;
  left: 44%;
  z-index: 1;
  background-position: center center;
  overflow: hidden
}

@media(max-width: 767px) {

  .mayura-red-carpet .astha-offer-delight-slider .scrollbar .swiper-horizontal>.swiper-scrollbar,
  .mayura-red-carpet .astha-offer-delight-slider .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 33%
  }
}

.mayura-red-carpet .astha-offer-delight-slider .scrollbar .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/scrollbar-handle.svg) no-repeat center;
  background-position: center center
}

.mayura-red-carpet .btn-box .btn-know-more {
  border-radius: 40px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  border: 1px solid #fcfcf1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 45px
}

.mayura-red-carpet .btn-box .btn-know-more span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

#ashva-tab-container-myTabContent .tab-pane {
  display: none
}

#ashva-tab-container-myTabContent .tab-pane.active {
  display: block
}

#ashva-tab-container2-myTabContent .tab-pane {
  display: none
}

#ashva-tab-container2-myTabContent .tab-pane.active {
  display: block
}

@media(max-width: 767px) {
  #privilegesPopuP .fee-charges { 
    padding: 90px 20px 0
  }
}

#privilegesPopuP .fee-charges .container {
  padding: 40px 70px;
  background: none;
  border-radius: 20px;
  background: linear-gradient(138deg, #999 -15.44%, #EFEFEF 0.15%, #CACACA 18.04%, #EFEFEF 37.09%, #CACACA 58.44%, #999 76.91%, #EFEFEF 87.3%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25)
}

@media(max-width: 767px) {
  #privilegesPopuP .fee-charges .container {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #fcfcf1
  }
}

#privilegesPopuP .fee-charges .headh2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 42px
}

@media(max-width: 1366px) {
  #privilegesPopuP .fee-charges .headh2 {
    font-size: 32px;
    margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  #privilegesPopuP .fee-charges .headh2 {
    font-size: 26px;
    margin-bottom: 18px;
    text-align: left
  }
}

#privilegesPopuP .fee-charges p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px
}

#privilegesPopuP .fee-charges p a {
  border-bottom: 1px solid #40010a
}

#privilegesPopuP .fee-charges .btn-box {
  margin: -18px auto 30px;
  text-align: left
}

#privilegesPopuP .fee-charges .btn-box .btn-white {
  padding: 10px 20px;
  gap: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  border: 1px solid #fcfcf1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin: 0 15px 0 0
}

#privilegesPopuP .fee-charges .readmore {
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid #840114
}

#privilegesPopuP .fee-charges .maxHeight {
  max-height: calc(100vh - 550px);
  overflow: auto;
  margin-bottom: 30px;
  height: 500px
}

@media(max-width: 1366px) {
  #privilegesPopuP .fee-charges .maxHeight {
    max-height: calc(100vh - 500px);
    overflow: auto;
    margin-bottom: 15px
  }
}

@media(max-width: 767px) {
  #privilegesPopuP .fee-charges .maxHeight {
    max-height: calc(100vh - 350px);
    overflow: auto;
    margin-bottom: 15px
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges {
  padding: 80px 15px 0
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges {
      padding: 90px 20px 0
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges:before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-before.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  right: 0;
  top: 75px;
  width: 120px;
  height: 200px;
  bottom: auto
}

@media(max-width: 767px) {
  #mayuraprivilegesPopuP .mayura-fee-charges:before {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/mayura-popup-right-mob.png);
    width: 108px;
    height: 143px;
    bottom: 0px;
    top: auto
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges:after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 130px;
  height: 230px;
  top: auto
}

@media(max-width: 767px) {
  #mayuraprivilegesPopuP .mayura-fee-charges:after {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/mayura-popup-left-mob.png);
    width: 117px;
    height: 150px;
    bottom: auto;
    top: -45px;
    position: absolute
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges .container {
  padding: 40px 70px;
  background: none;
  border-radius: 20px;
  background: linear-gradient(138deg, #999 -15.44%, #EFEFEF 0.15%, #CACACA 18.04%, #EFEFEF 37.09%, #CACACA 58.44%, #999 76.91%, #EFEFEF 87.3%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25)
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges .container {
      padding: 20px;
      border-radius: 20px;
      border: 1px solid #fcfcf1
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges .headh2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 42px
}

@media(max-width: 1366px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges .headh2 {
      font-size: 32px;
      margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges .headh2 {
      font-size: 26px;
      margin-bottom: 18px;
      text-align: left
  }
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges p a {
  border-bottom: 1px solid #08133c
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges .btn-box {
  margin: -18px auto 30px;
  text-align: left
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges .btn-box .btn-white {
  padding: 10px 20px;
  gap: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  border: 1px solid #fcfcf1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin: 0 15px 0 0
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges .readmore {
  background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #2e3e79;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}

.mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges .maxHeight {
  max-height: calc(100vh - 550px);
  overflow: auto;
  margin-bottom: 30px
}

@media(max-width: 1366px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges .maxHeight {
      max-height: calc(100vh - 500px);
      overflow: auto;
      margin-bottom: 15px
  }
}

@media(max-width: 767px) {
  .mayurafeeAndChargesPopuP .modal-dialog .modal-content .modal-body .mayuraprivilegesPopup.mayura-fee-charges .maxHeight {
      max-height: calc(100vh - 350px);
      overflow: auto;
      margin-bottom: 15px
  }
}
.ashva-reward-point {
  padding: 109px 0 40px;
  position: relative
}

@media(max-width: 767px) {
  .ashva-reward-point {
    padding: 48px 0 40px;
    overflow: hidden
  }
}

.ashva-reward-point .container {
  max-width: 1050px
}

.ashva-reward-point:before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/explore-more-pattern.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  left: 0;
  top: -50px;
  width: 120px;
  height: 274px;
  mix-blend-mode: luminosity;
  filter: grayscale(100%)
}

.ashva-reward-point:after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/explore-more-pattern.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 95px;
  height: 274px;
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
  z-index: -1
}

.ashva-reward-point .h2head {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--Red-Heritage, linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 32px
}

@media(max-width: 767px) {
  .ashva-reward-point .h2head {
    font-size: 30px;
    margin-bottom: 24px
  }
}

.ashva-reward-point .btn-box {
  margin-top: 10px
}

@media(max-width: 767px) {
  .ashva-reward-point .btn-box {
    margin-top: 30px
  }
}

.ashva-reward-point .btn-box .btn-know-more {
  border-radius: 40px;
  border: 1px solid var(--Silver, #FCFCF1);
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px
}

.ashva-reward-point .btn-box .btn-know-more span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

.ashva-reward-point .btn-box .btn-compare {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  color: #332b28;
  margin: 0 10px
}

@media(max-width: 767px) {
  .ashva-reward-point .btn-box .btn-compare {
    font-size: 14px
  }
}

.ashva-reward-point .btn-box .btn-compare span {
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.ashva-reward-point .grad-bg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  position: relative;
  padding: 24px
}

.ashva-reward-point .grad-bg .grad-bg-texture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 12px;
  filter: grayscale(100%)
}

.ashva-reward-point .grad-bg .zindex {
  z-index: 1;
  position: relative
}

.ashva-reward-point .reward-desc {
  min-height: 125px
}

.ashva-reward-point .reward-desc .h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.ashva-reward-point .reward-desc .h2 img {
  margin-right: 8px
}

.ashva-reward-point .reward-desc .para {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin: 0
}

.ashva-reward-point .astha-reward-points-slider {
  overflow: hidden
}

.ashva-reward-point .astha-reward-points-slider .reward-desc {
  min-height: 427px;
  border-radius: 20px;
  background: linear-gradient(110deg, #40010A 0%, #840114 100%)
}

.ashva-reward-point .astha-reward-points-slider .reward-desc .zindex {
  z-index: 1;
  position: absolute;
  top: 90px;
  left: 20px;
  right: 20px
}

.ashva-reward-point .astha-reward-points-slider .reward-desc .strip {
  margin: 25px 0
}

.ashva-reward-point .astha-reward-points-slider .reward-desc .h2 {
  font-family: "Inter";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  background: linear-gradient(138deg, #999 -15.44%, #EFEFEF 0.15%, #CACACA 18.04%, #EFEFEF 37.09%, #CACACA 58.44%, #999 76.91%, #EFEFEF 87.3%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .ashva-reward-point .astha-reward-points-slider .reward-desc .h2 {
    margin-bottom: 10px
  }
}

.ashva-reward-point .astha-reward-points-slider .reward-desc .frwrd-arrow {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 15px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1
}

.ashva-reward-point .astha-reward-points-slider .reward-desc .para {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.ashva-reward-point .astha-reward-points-slider .swiper-wrapper {
  padding-bottom: 40px
}

.ashva-reward-point .astha-reward-points-slider .scrollbar .swiper-horizontal>.swiper-scrollbar,
.ashva-reward-point .astha-reward-points-slider .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/scrollbar-2.svg) no-repeat center;
  left: 44%;
  z-index: 1;
  background-position: center center;
  overflow: hidden
}

@media(max-width: 767px) {

  .ashva-reward-point .astha-reward-points-slider .scrollbar .swiper-horizontal>.swiper-scrollbar,
  .ashva-reward-point .astha-reward-points-slider .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 33%
  }
}

.ashva-reward-point .astha-reward-points-slider .scrollbar .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/scrollbar-handle-2.svg) no-repeat center;
  background-position: center center
}

.ashva-calculator .calc-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-align: center;
  margin-bottom: 70px
}

.ashva-calculator .head2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.ashva-calculator .input-div-dark {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 115px
}

@media(min-width: 1025px) {
  .ashva-calculator .input-div-dark {
    width: 137px
  }
}

.ashva-calculator .input-div-dark:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%)
}

.ashva-calculator .input-div-dark .line-input {
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .ashva-calculator .input-div-dark .line-input {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
  }
}

.ashva-calculator .input-div-dark .form-input {
  background: rgba(0, 0, 0, 0);
  border: none;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 0 0
}

.ashva-calculator .shortDesc {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .ashva-calculator .shortDesc {
    font-size: 10px;
    line-height: 12px
  }
}

.ashva-calculator .bottom-div {
  padding: 10px 0px;
  border-radius: 10px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  margin-bottom: 12px
}

@media(max-width: 767px) {
  .ashva-calculator .bottom-div {
    padding: 10px 8px
  }
}

.ashva-calculator .bottom-div .div1 {
  padding-right: 0;
  position: relative
}

.ashva-calculator .bottom-div .div1 h2 {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 6px;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 991px) {
  .ashva-calculator .bottom-div .div1 h2 {
    color: #d4d4d4;
    text-align: center;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
    background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
  }
}

.ashva-calculator .bottom-div .div1 h1 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 991px) {
  .ashva-calculator .bottom-div .div1 h1 {
    color: #e7e7ff;
    text-align: center;
    font-family: "Inter";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
  }
}

.ashva-calculator .bottom-div .div1 span {
  position: absolute;
  width: 1px;
  height: 85px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  top: 0;
  right: 0
}

@media(max-width: 991px) {
  .ashva-calculator .bottom-div .div1 span {
    height: 62px
  }
}

.ashva-calculator .bottom-div .div2 {
  padding-left: 0
}

.ashva-calculator .bottom-div .div2 h2 {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 6px;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 991px) {
  .ashva-calculator .bottom-div .div2 h2 {
    color: #d4d4d4;
    text-align: center;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
    background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
  }
}

.ashva-calculator .bottom-div .div2 h1 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 991px) {
  .ashva-calculator .bottom-div .div2 h1 {
    color: #e7e7ff;
    text-align: center;
    font-family: "Inter";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
  }
}

.ashva-calculator .slider-wraper .help-block {
  margin-top: 8px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #454545;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.5px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .ashva-calculator .slider-wraper .help-block {
    font-size: 14px
  }
}

.ashva-calculator .rangeTrack-hpcl .slider-wraper {
  width: 100%;
  margin: auto
}

.ashva-calculator .rangeTrack-hpcl .ui-widget.ui-widget-content {
  background: rgba(0, 0, 0, 0);
  height: 18px;
  margin: 15px 15px 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100% !important;
  border: none;
  max-width: 89%
}

.ashva-calculator .rangeTrack-hpcl .ui-widget.ui-widget-content::before {
  content: "";
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/slider-line.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -10px;
  right: -32px;
  height: 2px;
  top: 8px
}

@media(max-width: 767px) {
  .ashva-calculator .rangeTrack-hpcl .ui-widget.ui-widget-content {
    max-width: 82%
  }

  .ashva-calculator .rangeTrack-hpcl .ui-widget.ui-widget-content::before {
    right: -40px
  }
}

.ashva-calculator .rangeTrack-hpcl .ui-slider .ui-slider-handle {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  width: 56px;
  height: 26px;
  top: -4px;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/slider-line-handle.png) no-repeat center;
  cursor: pointer;
  margin-left: -15px
}

#rewardcalculator .zindex {
  max-height: inherit;
  overflow: inherit
}

@media(max-width: 991px) {
  #rewardcalculator .ashva-calculator .calc-title {
    line-height: 32px;
    margin-bottom: 32px;
    font-size: 30px
  }

  #rewardcalculator .ashva-calculator .head2 {
    font-size: 14px;
    line-height: normal
  }

  #rewardcalculator .ashva-calculator .form-input {
    font-size: 18px;
    line-height: normal;
    text-align: left
  }
}

.modal-backdrop {
  background: rgba(255, 255, 255, .7);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  opacity: .5
}

.rewardPopup.show {
  padding: 0 !important
}

.rewardPopup .modal-dialog {
  max-width: 100% !important;
  height: 100%;
  margin: 0
}

.rewardPopup .modal-content {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/metal-bg.png) no-repeat center center !important;
  border: none;
  height: calc(100% - 170px);
  background-size: cover !important;
  top: 170px;
  overflow: hidden
}

@media(max-width: 767px) {
  .rewardPopup .modal-content {
    top: 107px;
    height: calc(100% - 107px)
  }
}

.rewardPopup .modal-content .popup-close {
  top: 10px;
  right: 120px
}

@media(max-width: 1366px) {
  .rewardPopup .modal-content .popup-close {
    top: 25px;
    right: 25px
  }
}

@media(max-width: 767px) {
  .rewardPopup .modal-content .popup-close {
    top: 20px;
    right: 20px
  }
}

.rewardPopup .modal-content::before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/metal-left-pattern.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -80px;
  width: 193px;
  height: 274px;
  mix-blend-mode: luminosity
}

@media(max-width: 767px) {
  .rewardPopup .modal-content::before {
    content: " ";
    left: -10px;
    top: -30px;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center bottom
  }
}

.rewardPopup .modal-content::after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/metal-right-pattern.png);
  background-repeat: no-repeat;
  position: fixed;
  right: 30px;
  top: auto;
  width: 193px;
  height: 230px;
  mix-blend-mode: luminosity;
  bottom: 0
}

@media(max-width: 767px) {
  .rewardPopup .modal-content::after {
    top: auto;
    bottom: 0;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center top
  }
}

.rewardPopup .modal-body {
  padding: 0
}

@media(max-width: 1366px) {
  .rewardPopup .modal-body {
    padding: 0 15px
  }
}

@media(max-width: 767px) {
  .rewardPopup .modal-body {
    padding: 0 20px
  }
}

.rewardPopup .modal-body .container {
  border-radius: 20px;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  overflow: hidden;
  padding: 40px 70px;
  margin: 80px auto 0;
  max-width: 1060px;
  -ms-flex: inherit;
  flex: inherit;
  position: relative
}

@media(max-width: 1366px) {
  .rewardPopup .modal-body .container {
    padding: 40px 70px;
    margin: 80px auto 0;
    z-index: 1
  }

  .rewardPopup .modal-body .container .zindex {
    max-height: calc(100vh - 480px);
    overflow: auto
  }

  .rewardPopup .modal-body .container .head2 {
    font-size: 30px;
    margin-bottom: 25px
  }

  .rewardPopup .modal-body .container .head2.spm {
    margin-bottom: 0px
  }

  .rewardPopup .modal-body .container li {
    padding: 15px 0;
    font-size: 16px
  }
}

@media(max-width: 767px) {
  .rewardPopup .modal-body .container {
    padding: 30px 20px 20px;
    margin: 90px auto 0
  }
}

.rewardPopup .modal-body .container .grad-bg-texture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 12px;
  opacity: .15;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/reward-bg.png) no-repeat center;
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
  background-size: cover
}

.rewardPopup .modal-body .container .zindex {
  z-index: 1;
  position: relative;
  max-height: calc(100vh - 520px);
  overflow: auto
}

@media(max-width: 767px) {
  .rewardPopup .modal-body .container .zindex {
    max-height: calc(100vh - 370px)
  }
}

.rewardPopup .modal-body .container .head2 {
  text-align: center;
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 40px
}

@media(max-width: 1366px) {
  .rewardPopup .modal-body .container .head2 .head2 {
    font-size: 30px;
    margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  .rewardPopup .modal-body .container .head2 {
    font-size: 32px;
    line-height: 32px
  }
}

.rewardPopup .modal-body .container ul li {
  padding: 24px 0;
  border-bottom: 1px solid #c8c6c6;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.rewardPopup .modal-body .container ul li:last-child {
  border: none
}

@media(max-width: 1366px) {
  .rewardPopup .modal-body .container ul li {
    padding: 15px 0;
    font-size: 16px
  }
}

@media(max-width: 767px) {
  .rewardPopup .modal-body .container ul li {
    font-size: 16px
  }
}

.rewardPopup .modal-body .container .btn-box {
  margin: 0 auto 15px;
  text-align: left
}

.rewardPopup .modal-body .container .btn-box .btn-white {
  padding: 10px 20px;
  gap: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin: 0 15px 0 0
}

.rewardPopup .modal-body .container .readmore {
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  border-bottom: 1px solid #c8c6c6
}

@media(max-width: 767px) {
  .rewardPopup .ashva-calculator .calc-title {
    line-height: 32px;
    margin-bottom: 32px
  }

  .rewardPopup .ashva-calculator .head2 {
    font-size: 14px;
    line-height: normal
  }

  .rewardPopup .ashva-calculator .form-input {
    font-size: 18px;
    line-height: normal;
    text-align: left
  }
}

#rewarMoreInfoPopuP .mayura-fee-charges {
  padding: 80px 15px 0
}

@media(max-width: 767px) {
  #rewarMoreInfoPopuP .mayura-fee-charges {
    padding: 90px 20px 0
  }
}

#rewarMoreInfoPopuP .mayura-fee-charges:before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-before.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  right: 0;
  top: 75px;
  width: 120px;
  height: 200px;
  bottom: auto
}

@media(max-width: 767px) {
  #rewarMoreInfoPopuP .mayura-fee-charges:before {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/mayura-popup-right-mob.png);
    width: 108px;
    height: 143px;
    bottom: 0px;
    top: auto
  }
}

#rewarMoreInfoPopuP .mayura-fee-charges:after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 130px;
  height: 230px;
  top: auto
}

@media(max-width: 767px) {
  #rewarMoreInfoPopuP .mayura-fee-charges:after {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/mayura-popup-left-mob.png);
    width: 117px;
    height: 150px;
    bottom: auto;
    top: -45px;
    position: absolute
  }
}

#rewarMoreInfoPopuP .mayura-fee-charges .container {
  padding: 40px 70px;
  background: none;
  border-radius: 20px;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25)
}

@media(max-width: 767px) {
  #rewarMoreInfoPopuP .mayura-fee-charges .container {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #fcfcf1
  }
}

#rewarMoreInfoPopuP .mayura-fee-charges .headh2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 42px
}

@media(max-width: 1366px) {
  #rewarMoreInfoPopuP .mayura-fee-charges .headh2 {
    font-size: 32px;
    margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  #rewarMoreInfoPopuP .mayura-fee-charges .headh2 {
    font-size: 26px;
    margin-bottom: 18px;
    text-align: left
  }
}

#rewarMoreInfoPopuP .mayura-fee-charges p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px
}

#rewarMoreInfoPopuP .mayura-fee-charges p a {
  border-bottom: 1px solid #c8c6c6
}

#rewarMoreInfoPopuP .mayura-fee-charges .btn-box {
  margin: -18px auto 30px;
  text-align: left
}

#rewarMoreInfoPopuP .mayura-fee-charges .btn-box .btn-white {
  padding: 10px 20px;
  gap: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin: 0 15px 0 0
}

#rewarMoreInfoPopuP .mayura-fee-charges .readmore {
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  border-bottom: 1px solid #c8c6c6
}

#rewarMoreInfoPopuP .mayura-fee-charges .maxHeight {
  max-height: calc(100vh - 550px);
  overflow: auto;
  margin-bottom: 30px;
  height: 500px
}

@media(max-width: 1366px) {
  #rewarMoreInfoPopuP .mayura-fee-charges .maxHeight {
    max-height: calc(100vh - 500px);
    overflow: auto;
    margin-bottom: 15px
  }
}

@media(max-width: 767px) {
  #rewarMoreInfoPopuP .mayura-fee-charges .maxHeight {
    max-height: calc(100vh - 350px);
    overflow: auto;
    margin-bottom: 15px
  }
}

.mayura-reward-point {
  padding: 90px 0 45px 0;
  background-size: 100% 100%;
  position: relative
}

@media(max-width: 767px) {
  .mayura-reward-point {
    padding: 35px 0;
    overflow: hidden
  }
}

.mayura-reward-point:before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-before.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 40%;
  width: 130px;
  height: 230px
}

.mayura-reward-point:after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -115px;
  width: 130px;
  width: 130px;
  height: 230px
}

.mayura-reward-point .h2head {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--Red-Heritage, linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 35px
}

@media(max-width: 767px) {
  .mayura-reward-point .h2head {
    font-size: 30px;
    margin-bottom: 25px
  }
}

.mayura-reward-point .btn-box {
  margin-top: 40px
}

.mayura-reward-point .btn-box .btn-know-more {
  border-radius: 40px;
  border: 1px solid var(--Silver, #FCFCF1);
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px
}

.mayura-reward-point .btn-box .btn-know-more span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

.mayura-reward-point .btn-box .btn-compare {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  color: #332b28;
  margin: 0 10px
}

.mayura-reward-point .btn-box .btn-compare span {
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-reward-point .grad-bg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px;
  border-radius: 12px;
  border: 1px solid var(--Silver, #FCFCF1);
  background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%);
  position: relative;
  padding: 24px 32px
}

.mayura-reward-point .grad-bg .grad-bg-texture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 12px
}

.mayura-reward-point .grad-bg .zindex {
  z-index: 1;
  position: relative
}

.mayura-reward-point .reward-desc {
  min-height: 125px
}

.mayura-reward-point .reward-desc .h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-reward-point .reward-desc .h2 img {
  margin-right: 8px
}

.mayura-reward-point .reward-desc .para {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin: 0
}

.mayura-reward-point .astha-reward-points-slider .reward-desc {
  min-height: 427px;
  border-radius: 20px;
  background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%)
}

.mayura-reward-point .astha-reward-points-slider .reward-desc .zindex {
  z-index: 1;
  position: absolute;
  top: 80px;
  left: 20px;
  right: 20px
}

@media(max-width: 1366px) {
  .mayura-reward-point .astha-reward-points-slider .reward-desc .zindex {
    top: 40px
  }
}

.mayura-reward-point .astha-reward-points-slider .reward-desc .ben-arrow-froward {
  text-align: right
}

.mayura-reward-point .astha-reward-points-slider .reward-desc .strip {
  margin: 25px 0
}

.mayura-reward-point .astha-reward-points-slider .reward-desc .h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  background: var(--Linear-01, linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-reward-point .astha-reward-points-slider .reward-desc .para {
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-reward-point .astha-reward-points-slider .scrollbar {
  padding-top: 35px;
  position: relative
}

.mayura-reward-point .astha-reward-points-slider .scrollbar .swiper-horizontal>.swiper-scrollbar,
.mayura-reward-point .astha-reward-points-slider .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/scrollbar-2.svg) no-repeat center;
  left: 44%;
  z-index: 1;
  background-position: center center;
  overflow: hidden
}

@media(max-width: 767px) {

  .mayura-reward-point .astha-reward-points-slider .scrollbar .swiper-horizontal>.swiper-scrollbar,
  .mayura-reward-point .astha-reward-points-slider .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 33%
  }
}

.mayura-reward-point .astha-reward-points-slider .scrollbar .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/scrollbar-handle-2.svg) no-repeat center;
  background-position: center center
}

.mayura-calculator .calc-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-align: center;
  margin-bottom: 70px
}

@media(max-width: 767px) {
  .mayura-calculator .calc-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 32px
  }
}

.mayura-calculator .head2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-calculator .input-div-dark {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 115px
}

@media(min-width: 1025px) {
  .mayura-calculator .input-div-dark {
    width: 137px
  }
}

.mayura-calculator .input-div-dark:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%)
}

.mayura-calculator .input-div-dark .line-input {
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .mayura-calculator .input-div-dark .line-input {
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal
  }
}

.mayura-calculator .input-div-dark .form-input {
  background: rgba(0, 0, 0, 0);
  border: none;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: 100%
}

@media(max-width: 767px) {
  .mayura-calculator .input-div-dark .form-input {
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal
  }
}

.mayura-calculator .shortDesc {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .mayura-calculator .shortDesc {
    font-size: 10px;
    line-height: 12px
  }
}

.mayura-calculator .bottom-div {
  padding: 10px 0px;
  border-radius: 10px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  margin-bottom: 12px
}

@media(max-width: 767px) {
  .mayura-calculator .bottom-div {
    padding: 10px 8px
  }
}

.mayura-calculator .bottom-div .div1 {
  padding-right: 0;
  position: relative
}

.mayura-calculator .bottom-div .div1 h2 {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 6px;
  background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 991px) {
  .mayura-calculator .bottom-div .div1 h2 {
    color: #d4d4d4;
    text-align: center;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
    background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
  }
}

.mayura-calculator .bottom-div .div1 h1 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 991px) {
  .mayura-calculator .bottom-div .div1 h1 {
    color: #e7e7ff;
    text-align: center;
    font-family: "Inter";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
  }
}

.mayura-calculator .bottom-div .div1 span {
  position: absolute;
  width: 1px;
  height: 85px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  top: 0;
  right: 0
}

@media(max-width: 991px) {
  .mayura-calculator .bottom-div .div1 span {
    height: 62px
  }
}

.mayura-calculator .bottom-div .div2 {
  padding-left: 0
}

.mayura-calculator .bottom-div .div2 h2 {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 6px;
  background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 991px) {
  .mayura-calculator .bottom-div .div2 h2 {
    color: #d4d4d4;
    text-align: center;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
    background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
  }
}

.mayura-calculator .bottom-div .div2 h1 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 991px) {
  .mayura-calculator .bottom-div .div2 h1 {
    color: #e7e7ff;
    text-align: center;
    font-family: "Inter";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
  }
}

.mayura-calculator .slider-wraper .help-block {
  margin-top: 8px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #454545;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.5px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .mayura-calculator .slider-wraper .help-block {
      font-size: 14px
  }
}


.mayura-calculator .rangeTrack-hpcl .slider-wraper {
  width: 100%;
  margin: auto
}

.mayura-calculator .rangeTrack-hpcl .ui-slider-horizontal .ui-slider-range{
  height: unset;
}

.mayura-calculator .rangeTrack-hpcl .ui-widget.ui-widget-content {
  background: rgba(0, 0, 0, 0);
  height: 18px;
  margin: 15px 15px 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100% !important;
  border: none;
  max-width: 89%
}

.mayura-calculator .rangeTrack-hpcl .ui-widget.ui-widget-content::before {
  content: "";
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/slider-line.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -10px;
  right: -32px;
  height: 2px;
  top: 8px
}

@media(max-width: 767px) {
  .mayura-calculator .rangeTrack-hpcl .ui-widget.ui-widget-content {
    max-width: 82%
  }

  .mayura-calculator .rangeTrack-hpcl .ui-widget.ui-widget-content::before {
    right: -40px
  }
}

.mayura-calculator .rangeTrack-hpcl .ui-slider .ui-slider-handle {
  border: unset;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  width: 56px;
  height: 26px;
  top: -4px;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/slider-line-handle.png) no-repeat center;
  cursor: pointer;
  margin-left: -15px
}

#rewardcalculator .zindex {
  max-height: inherit;
  overflow: inherit
}

@media(max-width: 767px) {
  #rewardcalculator .mayura-calculator .calc-title {
      line-height: 32px;
      margin-bottom: 32px;
      font-size: 30px
  }

  #rewardcalculator .mayura-calculator .head2 {
      font-size: 14px;
      line-height: normal
  }

  #rewardcalculator .mayura-calculator .form-input {
      font-size: 18px;
      line-height: normal;
      text-align: left
  }
}

.modal-backdrop {
  background: rgba(255, 255, 255, .7);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  opacity: .5
}

.rewardPopup.mayuraRewardPopup.show {
  padding: 0 !important
}

.rewardPopup.mayuraRewardPopup .modal-dialog {
  max-width: 100% !important;
  height: 100%;
  margin: 0
}

.rewardPopup.mayuraRewardPopup .modal-content {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/metal-bg.png) no-repeat center center !important;
  border: none;
  height: calc(100% - 170px);
  background-size: cover !important;
  top: 170px;
  overflow: hidden
}

@media(max-width: 767px) {
  .rewardPopup.mayuraRewardPopup .modal-content {
    top: 107px;
    height: calc(100% - 107px)
  }
}

.rewardPopup.mayuraRewardPopup .modal-content .popup-close {
  top: 10px;
  right: 120px
}

@media(max-width: 1366px) {
  .rewardPopup.mayuraRewardPopup .modal-content .popup-close {
    top: 25px;
    right: 25px
  }
}

@media(max-width: 767px) {
  .rewardPopup.mayuraRewardPopup .modal-content .popup-close {
    top: 20px;
    right: 20px
  }
}

.rewardPopup.mayuraRewardPopup .modal-content::before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/metal-left-pattern.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -80px;
  width: 193px;
  height: 274px;
  mix-blend-mode: luminosity
}

@media(max-width: 767px) {
  .rewardPopup.mayuraRewardPopup .modal-content::before {
    content: " ";
    left: -10px;
    top: -30px;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center bottom
  }
}

.rewardPopup.mayuraRewardPopup .modal-content::after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/metal-right-pattern.png);
  background-repeat: no-repeat;
  position: fixed;
  right: 30px;
  top: auto;
  width: 193px;
  height: 230px;
  mix-blend-mode: luminosity;
  bottom: 0
}

@media(max-width: 767px) {
  .rewardPopup.mayuraRewardPopup .modal-content::after {
    top: auto;
    bottom: 0;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center top
  }
}

.rewardPopup.mayuraRewardPopup .modal-body {
  padding: 0
}

@media(max-width: 1366px) {
  .rewardPopup.mayuraRewardPopup .modal-body {
    padding: 0 15px
  }
}

@media(max-width: 767px) {
  .rewardPopup.mayuraRewardPopup .modal-body {
    padding: 0 20px
  }
}

.rewardPopup.mayuraRewardPopup .modal-body .container {
  border-radius: 20px;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  overflow: hidden;
  padding: 40px 70px;
  margin: 80px auto 0;
  max-width: 1060px;
  -ms-flex: inherit;
  flex: inherit;
  position: relative;
  z-index: 1
}

@media(max-width: 1366px) {
  .rewardPopup.mayuraRewardPopup .modal-body .container {
    padding: 40px 70px;
    margin: 80px auto 0;
    z-index: 1
  }

  .rewardPopup.mayuraRewardPopup .modal-body .container .zindex {
    max-height: calc(100vh - 480px);
    overflow: auto
  }
}

@media(max-width: 1366px)and (max-width: 767px) {
  .rewardPopup.mayuraRewardPopup .modal-body .container .zindex {
    max-height: calc(100vh - 300px);
    overflow: auto
  }
}

@media(max-width: 1366px) {
  .rewardPopup.mayuraRewardPopup .modal-body .container .head2 {
    margin-bottom: 25px
  }

  .rewardPopup.mayuraRewardPopup .modal-body .container .head2.spm {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: normal
  }

  .rewardPopup.mayuraRewardPopup .modal-body .container li {
    padding: 15px 0;
    font-size: 16px
  }

  .rewardPopup.mayuraRewardPopup .modal-body .container .ashva-calculator .head2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
  }
}

@media(max-width: 767px) {
  .rewardPopup.mayuraRewardPopup .modal-body .container {
    padding: 30px 20px 20px;
    margin: 90px auto 0
  }
}

.rewardPopup.mayuraRewardPopup .modal-body .container .grad-bg-texture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 12px;
  opacity: .15;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/reward-bg.png) no-repeat center;
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
  background-size: cover
}


.rewardPopup.mayuraRewardPopup .modal-body .container .row {
  max-height: calc(100vh - 300px)
}

.rewardPopup.mayuraRewardPopup .modal-body .container .zindex {
  z-index: 1;
  position: relative;
  max-height: calc(100vh - 520px);
  overflow: auto
}

@media(max-width: 767px) {
  .rewardPopup.mayuraRewardPopup .modal-body .container .zindex {
      max-height: calc(100vh - 370px)
  }
}

.rewardPopup.mayuraRewardPopup .modal-body .container .head2 {
  text-align: center;
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 40px
}

@media(max-width: 1366px) {
  .rewardPopup.mayuraRewardPopup .modal-body .container .head2 .head2 {
    font-size: 30px;
    margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  .rewardPopup.mayuraRewardPopup .modal-body .container .head2 {
    font-size: 32px;
    line-height: 32px
  }
}

.rewardPopup.mayuraRewardPopup .modal-body .container ul li {
  padding: 24px 0;
  border-bottom: 1px solid #c8c6c6;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.rewardPopup.mayuraRewardPopup .modal-body .container ul li:last-child {
  border: none
}

@media(max-width: 1366px) {
  .rewardPopup.mayuraRewardPopup .modal-body .container ul li {
    padding: 15px 0;
    font-size: 16px
  }
}

@media(max-width: 767px) {
  .rewardPopup.mayuraRewardPopup .modal-body .container ul li {
    font-size: 16px
  }
}

.rewardPopup #rewardcalculator .modal-body .container .zindex {
  max-height: inherit
}

#rewarMoreInfoPopuP .mayura-fee-charges {
  padding: 80px 15px 0
}

@media(max-width: 767px) {
  #rewarMoreInfoPopuP .mayura-fee-charges {
    padding: 90px 20px 0
  }
}

#rewarMoreInfoPopuP .mayura-fee-charges:before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-before.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  right: 0;
  top: 75px;
  width: 120px;
  height: 200px;
  bottom: auto
}

@media(max-width: 767px) {
  #rewarMoreInfoPopuP .mayura-fee-charges:before {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/mayura-popup-right-mob.png);
    width: 108px;
    height: 143px;
    bottom: 0px;
    top: auto
  }
}

#rewarMoreInfoPopuP .mayura-fee-charges:after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 130px;
  height: 230px;
  top: auto
}

@media(max-width: 767px) {
  #rewarMoreInfoPopuP .mayura-fee-charges:after {
    background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/mayura-popup-left-mob.png);
    width: 117px;
    height: 150px;
    bottom: auto;
    top: -45px;
    position: absolute
  }
}

#rewarMoreInfoPopuP .mayura-fee-charges .container {
  padding: 40px 70px;
  background: none;
  border-radius: 20px;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25)
}

@media(max-width: 767px) {
  #rewarMoreInfoPopuP .mayura-fee-charges .container {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #fcfcf1
  }
}

#rewarMoreInfoPopuP .mayura-fee-charges .headh2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 42px
}

@media(max-width: 1366px) {
  #rewarMoreInfoPopuP .mayura-fee-charges .headh2 {
    font-size: 32px;
    margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  #rewarMoreInfoPopuP .mayura-fee-charges .headh2 {
    font-size: 26px;
    margin-bottom: 18px;
    text-align: left
  }
}

#rewarMoreInfoPopuP .mayura-fee-charges p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px
}

#rewarMoreInfoPopuP .mayura-fee-charges p a {
  margin: 8px 0 0;
  display: inline-block;
  border-bottom: 1px solid #c8c6c6
}

#rewarMoreInfoPopuP .mayura-fee-charges .btn-box {
  margin: -18px auto 30px;
  text-align: left
}

#rewarMoreInfoPopuP .mayura-fee-charges .btn-box .btn-white {
  padding: 10px 20px;
  gap: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin: 0 15px 0 0
}

#rewarMoreInfoPopuP .mayura-fee-charges .readmore {
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  border-bottom: 1px solid #c8c6c6
}

#rewarMoreInfoPopuP .mayura-fee-charges .maxHeight {
  max-height: calc(100vh - 550px);
  overflow: auto;
  margin-bottom: 30px;
  height: 500px
}

@media(max-width: 1366px) {
  #rewarMoreInfoPopuP .mayura-fee-charges .maxHeight {
    overflow: auto;
    margin-bottom: 15px
  }
}

@media(max-width: 767px) {
  #rewarMoreInfoPopuP .mayura-fee-charges .maxHeight {
    max-height: calc(100vh - 450px);
    overflow: auto;
    margin-bottom: 15px
  }
}

.ashva-reward-point .ui-slider-horizontal .ui-slider-range-min,
.mayura-reward-point .ui-slider-horizontal .ui-slider-range-min {
  height: unset;
}


.ashva-reward-point .ui-state-default,
.ashva-reward-point .ui-widget-content .ui-state-default,
.ashva-reward-point .ui-widget-header .ui-state-default,
.ashva-reward-point .ui-button,
.ashva-reward-point html .ui-button.ui-state-disabled:hover,
.ashva-reward-point html .ui-button.ui-state-disabled:active,
.mayura-reward-point .ui-state-default,
.mayura-reward-point .ui-widget-content .ui-state-default,
.mayura-reward-point .ui-widget-header .ui-state-default,
.mayura-reward-point .ui-button,
.mayura-reward-point html .ui-button.ui-state-disabled:hover,
.mayura-reward-point html .ui-button.ui-state-disabled:active {
  border: none;
}


.mayura-reward-point {
  padding: 90px 0 45px 0;
  background-size: 100% 100%;
  position: relative;
}
@media (max-width: 767px) {
  .mayura-reward-point {
    padding: 35px 0;
    overflow: hidden;
  }
}
.mayura-reward-point:before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-before.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 40%;
  width: 130px;
  height: 230px;
}
.mayura-reward-point:after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -115px;
  width: 130px;
  width: 130px;
  height: 230px;
}
.mayura-reward-point .h2head {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(
    --Red-Heritage,
    linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .mayura-reward-point .h2head {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.mayura-reward-point .btn-box {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .mayura-reward-point .btn-box {
    margin-top: 40px;
  }
}
.mayura-reward-point .btn-box .btn-know-more {
  border-radius: 40px;
  border: 1px solid var(--Silver, #FCFCF1);
  background: linear-gradient(
    270deg,
    #332B28 0%,
    #514A44 21.11%,
    #8B837D 50.14%,
    #625A50 71.74%,
    #7A766D 90.18%,
    #433C32 100%
  );
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.mayura-reward-point .btn-box .btn-know-more span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mayura-reward-point .btn-box .btn-compare {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  color: #332B28;
  margin: 0 10px;
}
.mayura-reward-point .btn-box .btn-compare span {
  background: linear-gradient(
    270deg,
    #332B28 0%,
    #514A44 21.11%,
    #8B837D 50.14%,
    #625A50 71.74%,
    #7A766D 90.18%,
    #433C32 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .mayura-reward-point .btn-box .btn-compare {
    font-size: 14px;
  }
}
.mayura-reward-point .grad-bg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px;
  border-radius: 12px;
  border: 1px solid var(--Silver, #FCFCF1);
  background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%);
  position: relative;
  padding: 24px 32px;
}
.mayura-reward-point .grad-bg .grad-bg-texture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 12px;
}
.mayura-reward-point .grad-bg .zindex {
  z-index: 1;
  position: relative;
}
.mayura-reward-point .reward-desc {
  min-height: 125px;
}
.mayura-reward-point .reward-desc .h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.mayura-reward-point .reward-desc .h2 img {
  margin-right: 8px;
}
.mayura-reward-point .reward-desc .para {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin: 0;
}
.mayura-reward-point .astha-reward-points-slider {
  overflow: hidden;
}
.mayura-reward-point .astha-reward-points-slider .reward-desc {
  min-height: 427px;
  border-radius: 20px;
  background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%);
}
.mayura-reward-point .astha-reward-points-slider .reward-desc .zindex {
  z-index: 1;
  position: absolute;
  top: 90px;
  left: 20px;
  right: 20px;
}
.mayura-reward-point
  .astha-reward-points-slider
  .reward-desc
  .ben-arrow-froward {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 15px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1;
}
.mayura-reward-point .astha-reward-points-slider .reward-desc .strip {
  margin: 25px 0;
}
.mayura-reward-point .astha-reward-points-slider .reward-desc .h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  background: var(
    --Linear-01,
    linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .mayura-reward-point .astha-reward-points-slider .reward-desc .h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.mayura-reward-point .astha-reward-points-slider .reward-desc .para {
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.mayura-reward-point .astha-reward-points-slider .scrollbar {
  padding-top: 35px;
  position: relative;
}
.mayura-reward-point
  .astha-reward-points-slider
  .scrollbar
  .swiper-horizontal
  > .swiper-scrollbar,
.mayura-reward-point
  .astha-reward-points-slider
  .scrollbar
  .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/scrollbar-2.svg) no-repeat center;
  left: 44%;
  z-index: 1;
  background-position: center center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mayura-reward-point
    .astha-reward-points-slider
    .scrollbar
    .swiper-horizontal
    > .swiper-scrollbar,
  .mayura-reward-point
    .astha-reward-points-slider
    .scrollbar
    .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 33%;
  }
}
.mayura-reward-point
  .astha-reward-points-slider
  .scrollbar
  .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ashva/scrollbar-handle-2.svg) no-repeat center;
  background-position: center center;
}
.mayura-calculator .calc-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-align: center;
  margin-bottom: 70px;
}
.rewards {
  padding: 50px 0px 40px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media(max-width: 767px) {
  .rewards {
      height: auto;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 40px 0 40px
  }
}

.rewards .container {
  max-width: 1080px;
  padding: 0 0
}

@media(max-width: 1180px) {
  .rewards .container {
      padding: 0 15px
  }
}

.rewards picture {
  position: absolute;
  top: 0;
  right: 0
}

@media(max-width: 767px) {
  .rewards picture {
      width: 100%;
      height: auto;
      left: 0;
      bottom: 0;
      position: relative
  }
}

.rewards picture img {
  width: 100%;
  height: auto
}

@media(max-width: 767px) {
  .rewards picture img {
      width: 100%;
      height: auto
  }
}

.rewards .content {
  position: relative;
  z-index: 1;
  height: 295px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 64px 47px 44px
}

@media(max-width: 991px) {
  .rewards .content {
      height: 238px
  }
}

@media(max-width: 834px) {
  .rewards .content {
      height: 212px
  }
}

@media(max-width: 767px) {
  .rewards .content {
      padding: 12px 12px 0 20px;
      position: absolute;
      -ms-flex-pack: distribute;
      justify-content: space-around
  }
}

.rewards .content .h1head {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1024px) {
  .rewards .content .h1head {
      padding-left: 0px;
      margin-top: 0px;
      line-height: 40px
  }
}

@media(max-width: 767px) {
  .rewards .content .h1head {
      font-size: 30px
  }
}

.rewards .content .btn-box {
  margin-top: 50px
}

@media(max-width: 1180px) {
  .rewards .content .btn-box {
      margin-top: 0px
  }
}

.rewards .content .btn-box .btn-more {
  margin-top: 24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  background: none
}

.rewards .content .btn-box .btn-more span {
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-image: linear-gradient(to right, #C8C6C6, #F1F0F0, #C8C6C6);
  border-image-slice: 1;
  border-left: 0;
  border-right: 0;
  border-top: 0
}

@media(max-width: 767px) {
  .rewards .content .btn-box .btn-more {
      font-size: 14px;
      padding: 0 0
  }
}

.rewards .content .btn-box .btn-more:focus,
.rewards .content .btn-box .btn-more:active {
  background-color: rgba(0, 0, 0, 0)
}

.mayura-rewards {
  padding: 45px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media(max-width: 767px) {
  .mayura-rewards {
      height: auto;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 35px 0
  }
}

.mayura-rewards .container {
  max-width: 1080px;
  padding: 0 0
}

@media(max-width: 1180px) {
  .mayura-rewards .container {
      padding: 0 15px
  }
}

.mayura-rewards picture {
  position: absolute;
  top: 0;
  right: 0
}

@media(max-width: 767px) {
  .mayura-rewards picture {
      width: 100%;
      height: auto;
      left: 0;
      bottom: 0;
      position: relative
  }
}

.mayura-rewards picture img {
  width: 100%;
  height: auto
}

@media(max-width: 767px) {
  .mayura-rewards picture img {
      width: 100%;
      height: auto
  }
}

.mayura-rewards .content {
  position: relative;
  z-index: 1;
  height: 295px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 64px 47px 44px
}

@media(max-width: 991px) {
  .mayura-rewards .content {
      height: 238px
  }
}

@media(max-width: 834px) {
  .mayura-rewards .content {
      height: 212px
  }
}

@media(max-width: 767px) {
  .mayura-rewards .content {
      padding: 12px 12px 0 15px;
      position: absolute
  }
}

.mayura-rewards .content .h1head {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1024px) {
  .mayura-rewards .content .h1head {
      padding-left: 0px;
      margin-top: 0px
  }
}

@media(max-width: 767px) {
  .mayura-rewards .content .h1head {
      font-size: 30px;
      line-height: 40px
  }
}

.mayura-rewards .content .btn-box {
  margin-top: 50px
}

@media(max-width: 1180px) {
  .mayura-rewards .content .btn-box {
      margin-top: 0px
  }
}

.mayura-rewards .content .btn-box .btn-more {
  margin-top: 24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  background: none
}

.mayura-rewards .content .btn-box .btn-more span {
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  border: 2px solid rgba(0, 0, 0, 0);
  border-image: linear-gradient(to right, #C8C6C6, #F1F0F0, #C8C6C6);
  border-image-slice: 1;
  border-left: 0;
  border-right: 0;
  border-top: 0
}

@media(max-width: 767px) {
  .mayura-rewards .content .btn-box .btn-more {
      font-size: 14px;
      padding: 0 0
  }
}

.mayura-rewards .content .btn-box .btn-more:focus {
  background-color: rgba(0, 0, 0, 0)
}

.fee-charges {
  padding: 50px 15px 40px;
  position: relative
}

@media(max-width: 767px) {
  .fee-charges {
      padding: 40px 20px 30px 20px
  }
}

.fee-charges::before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/fee-pattern.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -80px;
  width: 132px;
  height: 274px;
  mix-blend-mode: luminosity;
  filter: grayscale(100%)
}

@media(max-width: 767px) {
  .fee-charges::before {
      background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/fee-pattern-m.png);
      top: 0px;
      left: -10px;
      width: 135px;
      height: 192px;
      mix-blend-mode: luminosity;
      filter: grayscale(100%)
  }
}

.fee-charges::after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/fee-after.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 420px;
  width: 127px;
  height: 307px;
  mix-blend-mode: luminosity;
  filter: grayscale(100%)
}

@media(max-width: 767px) {
  .fee-charges::after {
      background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/fee-popup.png);
      top: auto;
      bottom: -12px;
      right: 0px;
      width: 114px;
      height: 107px;
      mix-blend-mode: luminosity;
      filter: grayscale(100%)
  }
}

.fee-charges .metal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0
}

.fee-charges .container {
  max-width: 1060px;
  border-radius: 20px;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  position: relative;
  z-index: 1
}

.fee-charges .container ul {
  max-width: 390px;
  margin: 0 auto;
  padding: 50px 0
}

@media(max-width: 1366px) {
  .fee-charges .container ul {
      padding: 30px 0
  }
}

@media(max-width: 767px) {
  .fee-charges .container ul {
      padding: 32px 0;
      max-width: 100% !important
  }
}

.fee-charges .container ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0
}

.fee-charges .container ul li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.fee-charges .container ul li span strong {
  font-weight: 900
}

@media(max-width: 1366px) {
  .fee-charges .container ul li span {
      font-size: 18px;
      line-height: 20px
  }
}

@media(max-width: 767px) {
  .fee-charges .container ul li span {
      color: #fbf8f2;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px
  }
}

.fee-charges .container ul li {
  border: 1px solid rgba(0, 0, 0, 0);
  border-image: linear-gradient(to right, #C8C6C6, #F1F0F0, #C8C6C6);
  border-image-slice: 1;
  border-left: 0;
  border-right: 0;
  border-top: 0
}

.fee-charges .container ul.ul1 {
  max-width: 90%
}

@media(max-width: 767px) {
  .fee-charges .container ul.ul1 {
      padding-bottom: 0
  }
}

.fee-charges .container ul.ul2 {
  max-width: 90%
}

@media(max-width: 767px) {
  .fee-charges .container ul.ul2 {
      padding-top: 0
  }

  .fee-charges .container ul.ul2 li:last-child {
      border-bottom: 0px
  }
}

.fee-charges .container .metal-content {
  position: relative;
  z-index: 1
}

.fee-charges .container .metal-content ul {
  padding: 50px 0
}

@media(max-width: 1366px) {
  .fee-charges .container .metal-content ul {
      padding: 30px 0
  }
}

@media(max-width: 767px) {
  .fee-charges .container .metal-content ul {
      padding: 16px 0 20px
  }
}

.fee-charges .btn-box {
  margin: 0 auto;
  text-align: center
}

.fee-charges .btn-box .btn-more {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: none
}

@media(max-width: 767px) {
  .fee-charges .btn-box .btn-more {
      font-size: 14px
  }
}

.fee-charges .btn-box .btn-more span {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  border-image-source: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  border-image-slice: 1
}

.fee-charges .btn-box .btn-more:focus,
.fee-charges .btn-box .btn-more:active {
  background-color: rgba(0, 0, 0, 0)
}

.fee-charges .title {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(94deg, #5D2227 -0.76%, #BB1624 26.03%, #5D2227 47.43%, #BB1624 69.44%, #5D2227 96.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 32px
}

@media(max-width: 1366px) {
  .fee-charges .title {
      font-size: 32px;
      margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  .fee-charges .title {
      font-size: 30px;
      margin-bottom: 25px
  }
}

.mayura-fee-charges {
  padding: 45px 15px;
  position: relative
}

@media(max-width: 767px) {
  .mayura-fee-charges {
      padding: 35px 15px
  }
}

.mayura-fee-charges:before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-before.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 40%;
  width: 130px;
  height: 230px
}

.mayura-fee-charges:after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -115px;
  width: 130px;
  width: 130px;
  height: 230px
}

.mayura-fee-charges .text-center {
  position: relative;
  z-index: 2
}

.mayura-fee-charges .metal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.mayura-fee-charges .container {
  max-width: 1060px;
  border-radius: 20px;
  background: var(--Metal-blue, linear-gradient(308deg, #110140 4.16%, #1E2A8E 44.91%, #010740 88.8%));
  position: relative;
  z-index: 1
}

.mayura-fee-charges .container ul {
  max-width: 390px;
  margin: 0 auto;
  padding: 50px 0
}

@media(max-width: 1366px) {
  .mayura-fee-charges .container ul {
      padding: 30px 0
  }
}

@media(max-width: 767px) {
  .mayura-fee-charges .container ul {
      padding: 16px 0 20px
  }
}

.mayura-fee-charges .container ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0
}

.mayura-fee-charges .container ul li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1366px) {
  .mayura-fee-charges .container ul li span {
      font-size: 18px;
      line-height: 20px
  }
}

@media(max-width: 767px) {
  .mayura-fee-charges .container ul li span {
      color: #fbf8f2;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px
  }
}

.mayura-fee-charges .container ul li span:last-child {
  font-weight: 900
}

.mayura-fee-charges .container ul li:not(:last-child) {
  border: 1px solid rgba(0, 0, 0, 0);
  border-image: linear-gradient(to right, #C8C6C6, #F1F0F0, #C8C6C6);
  border-image-slice: 1;
  border-left: 0;
  border-right: 0;
  border-top: 0
}

.mayura-fee-charges .btn-box {
  margin: 0 auto;
  text-align: center
}

.mayura-fee-charges .btn-box .btn-more {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  background: none
}

@media(max-width: 767px) {
  .mayura-fee-charges .btn-box .btn-more {
      font-size: 14px
  }
}

.mayura-fee-charges .btn-box .btn-more span {
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-fee-charges .btn-box .btn-more:focus {
  background-color: rgba(0, 0, 0, 0)
}

.mayura-fee-charges .title {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(94deg, #5D2227 -0.76%, #BB1624 26.03%, #5D2227 47.43%, #BB1624 69.44%, #5D2227 96.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 35px
}

@media(max-width: 1366px) {
  .mayura-fee-charges .title {
      font-size: 32px;
      margin-bottom: 25px
  }
}

@media(max-width: 767px) {
  .mayura-fee-charges .title {
      font-size: 30px;
      margin-bottom: 25px
  }
}

.grnt-custom-listing {
  width: 100%;
  padding: 50px 0
}

@media(max-width: 767px) {
  .grnt-custom-listing {
      padding: 10px 0
  }
}

.grnt-custom-listing ul {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto;
  max-width: 100% !important;
  padding: 0 !important
}

.grnt-custom-listing ul.two-column {
  column-count: 2
}

.grnt-custom-listing ul.two-column li {
  margin: 0 32px
}

@media(max-width: 767px) {
  .grnt-custom-listing ul.two-column {
      column-count: 1
  }

  .grnt-custom-listing ul.two-column li {
      margin: 0
  }
}

.grnt-custom-listing ul li small {
  font-size: 12px;
  line-height: 20px;
  color: #fff
}

@media(max-width: 767px) {
  .modal .grnt-custom-listing {
      height: 350px;
      overflow-y: scroll
  }
}
.cc-upi {
  padding: 50px 0px 90px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media(max-width: 767px) {
  .cc-upi {
      height: auto;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 30px 0 42px
  }
}

.cc-upi .upi-img {
  width: 100px;
  height: auto
}

@media(max-width: 767px) {
  .cc-upi .upi-img {
      width: 96px
  }
}

.cc-upi::before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/upi-pattern.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 102px;
  height: 274px;
  mix-blend-mode: luminosity;
  filter: grayscale(100%)
}

@media(max-width: 767px) {
  .cc-upi::before {
      background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/upi-pattern-m.png);
      right: 0;
      left: auto;
      bottom: -70px;
      width: 91px;
      height: 192px;
      mix-blend-mode: luminosity;
      filter: grayscale(100%)
  }
}

.cc-upi .container {
  max-width: 1080px;
  padding: 0 0
}

@media(max-width: 1180px) {
  .cc-upi .container {
      padding: 0 15px
  }
}

.cc-upi picture {
  position: absolute;
  top: 0;
  right: 0
}

@media(max-width: 767px) {
  .cc-upi picture {
      width: 100%;
      height: auto;
      left: 0;
      bottom: 0;
      position: relative
  }
}

.cc-upi picture img {
  width: 100%;
  height: auto
}

@media(max-width: 767px) {
  .cc-upi picture img {
      width: 100%;
      height: auto
  }
}

.cc-upi .content {
  position: relative;
  z-index: 1;
  height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 92px
}

@media(max-width: 991px) {
  .cc-upi .content {
      height: 286px;
      padding-left: 50px
  }
}

@media(max-width: 834px) {
  .cc-upi .content {
      height: 296px
  }
}

@media(max-width: 767px) {
  .cc-upi .content {
      padding: 12px 12px 0 15px;
      position: absolute
  }
}

.cc-upi .content .h1head {
  color: #fbf8f2;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

@media(max-width: 1024px) {
  .cc-upi .content .h1head {
      padding-left: 0px;
      margin-top: 0px
  }
}

@media(max-width: 767px) {
  .cc-upi .content .h1head {
      margin-top: 130px;
      font-size: 36px
  }
}

.cc-upi .content .btn-box {
  margin-top: 32px
}

.cc-upi .content .btn-box .btn-red {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  border: 1px solid #332b28;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%)
}

.cc-upi .content .btn-box .btn-red:hover {
  box-shadow: none
}

.cc-upi .content .btn-box .btn-red:focus {
  background: linear-gradient(90deg, #40010A 0%, #840114 100%)
}

@media(max-width: 767px) {
  .cc-upi .content .btn-box {
      text-align: center
  }
}

.mayura-cc-upi {
  padding: 45px 0 90px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media(max-width: 767px) {
  .mayura-cc-upi {
      height: auto;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 35px 0
  }
}

.mayura-cc-upi .upi-img {
  width: 100px;
  height: auto
}

@media(max-width: 767px) {
  .mayura-cc-upi .upi-img {
      width: 96px
  }
}

.mayura-cc-upi::before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 230px
}

@media(max-width: 767px) {
  .mayura-cc-upi::before {
      right: 0;
      left: auto;
      bottom: -70px;
      width: 91px;
      height: 192px
  }
}

.mayura-cc-upi .container {
  max-width: 1080px;
  padding: 0 0
}

@media(max-width: 1180px) {
  .mayura-cc-upi .container {
      padding: 0 15px
  }
}

.mayura-cc-upi picture {
  position: absolute;
  top: 0;
  right: 0
}

@media(max-width: 767px) {
  .mayura-cc-upi picture {
      width: 100%;
      height: auto;
      left: 0;
      bottom: 0;
      position: relative
  }
}

.mayura-cc-upi picture img {
  width: 100%;
  height: auto
}

@media(max-width: 767px) {
  .mayura-cc-upi picture img {
      width: 100%;
      height: auto
  }
}

.mayura-cc-upi .content {
  position: relative;
  z-index: 1;
  height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 92px
}

@media(max-width: 991px) {
  .mayura-cc-upi .content {
      height: 286px;
      padding-left: 50px
  }
}

@media(max-width: 834px) {
  .mayura-cc-upi .content {
      height: 296px
  }
}

@media(max-width: 767px) {
  .mayura-cc-upi .content {
      padding: 12px 12px 0 15px;
      position: absolute
  }
}

.mayura-cc-upi .content .h1head {
  color: #fbf8f2;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

@media(max-width: 1024px) {
  .mayura-cc-upi .content .h1head {
      padding-left: 0px;
      margin-top: 0px
  }
}

@media(max-width: 767px) {
  .mayura-cc-upi .content .h1head {
      padding-left: 21px;
      margin-top: 100px
  }
}

.mayura-cc-upi .content .btn-box {
  margin-top: 32px
}

@media(max-width: 1180px) {
  .mayura-cc-upi .content .btn-box {
      margin-top: 22px
  }
}

.mayura-cc-upi .content .btn-box .btn-red {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 40px;
  background: inear-gradient(90deg, #40010A 0%, #840114 100%)
}

@media(max-width: 767px) {
  .mayura-cc-upi .content .btn-box {
      text-align: center
  }
}

.exp-more-swiper {
  padding: 90px 0 40px 0;
  position: relative
}

@media(max-width: 767px) {
  .exp-more-swiper {
      padding: 48px 26px
  }
}

.exp-more-swiper .card {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  border: none;
  outline: 0;
  height: 100%;
  position: relative
}

.exp-more-swiper .card a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.exp-more-swiper figure {
  z-index: 1
}

.exp-more-swiper figure img {
  width: 80%;
  text-align: center;
  display: inline-block
}

.exp-more-swiper .card-body {
  height: 100%;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  border-radius: 20px;
  margin-top: -30px;
  padding: 55px 20px 40px 20px
}

.exp-more-swiper .card-body.heritage::after {
  content: "";
  background-image: url("../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/heritage.png");
  width: 66px;
  height: 46px;
  position: absolute;
  right: 11px;
  bottom: 11px
}

@media(max-width: 767px) {
  .exp-more-swiper .card-body {
      padding: 45px 19px 38px 19px
  }
}

.exp-more-swiper .card-title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 0
}

@media(max-width: 767px) {
  .exp-more-swiper .card-title {
      font-size: 20px;
      margin-bottom: 0
  }
}

.exp-more-swiper::before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/explore-more-pattern.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 320px;
  width: 172px;
  height: 274px;
  mix-blend-mode: luminosity;
  filter: grayscale(100%)
}

@media(max-width: 767px) {
  .exp-more-swiper::before {
      background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ff-pattern-m.png);
      top: 0px;
      left: -10px;
      width: 135px;
      height: 192px;
      mix-blend-mode: luminosity;
      filter: grayscale(100%)
  }
}

.exp-more-swiper .title {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 35px
}

@media(max-width: 767px) {
  .exp-more-swiper .title {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 30px
  }
}

.exp-more-swiper .container {
  overflow: hidden;
  max-width: 1080px
}

.exp-more-swiper .nudge-swiper-exp-more {
  position: relative
}

.exp-more-swiper .nudges-slider {
  border-radius: 20px
}

@media screen and (max-width: 640px) {
  .exp-more-swiper .nudges-slider {
      padding: 0px 0px
  }
}

.exp-more-swiper .nudges-slider .nudges-text-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.exp-more-swiper .nudges-slider .nudges-text-wrap .nudges-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 36px
}

@media(max-width: 767px) {
  .exp-more-swiper .nudges-slider .nudges-text-wrap .nudges-title {
      font-size: 32px;
      text-align: center
  }
}

.exp-more-swiper .nudges-slider .nudges-text-wrap .nudges-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 40px
}

@media(max-width: 767px) {
  .exp-more-swiper .nudges-slider .nudges-text-wrap .nudges-desc {
      font-size: 14px;
      padding-bottom: 24px;
      text-align: center
  }
}

.exp-more-swiper .nudges-slider .nudges-text-wrap .btn-box .btn-black {
  cursor: pointer
}

@media(max-width: 767px) {
  .exp-more-swiper .nudges-slider .nudges-text-wrap .btn-box {
      display: none !important
  }
}

.exp-more-swiper .nudges-slider .nudges-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: end
}

@media(max-width: 991px) {
  .exp-more-swiper .nudges-slider .nudges-banner {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center
  }
}

.exp-more-swiper .nudges-slider .nudges-banner picture {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.exp-more-swiper .nudges-slider .nudges-banner-img {
  border-radius: 10px
}

@media(max-width: 991px) {
  .exp-more-swiper .nudges-slider .nudges-banner-img {
      width: 100%;
      height: auto
  }
}

.exp-more-swiper .nudges-slider .nudges-banner .btn-box {
  display: none !important
}

@media(max-width: 767px) {
  .exp-more-swiper .nudges-slider .nudges-banner .btn-box {
      display: block !important;
      width: 192px;
      margin-top: 21px
  }
}

.exp-more-swiper .nudges-slider .nudges-banner .btn-box .btn-black {
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer
}

.exp-more-swiper .scrollbar {
  padding-top: 35px
}

@media(max-width: 767px) {
  .exp-more-swiper .scrollbar {
      padding-top: 24px;
      margin-top: 10px
  }
}

.exp-more-swiper .scrollbar .swiper-horizontal>.swiper-scrollbar,
.exp-more-swiper .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  left: 44%;
  z-index: 1;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn2.png);
  background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden
}

@media(max-width: 767px) {

  .exp-more-swiper .scrollbar .swiper-horizontal>.swiper-scrollbar,
  .exp-more-swiper .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
      left: 30%
  }
}

.exp-more-swiper .scrollbar .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn.png);
  background-repeat: no-repeat;
  padding: 5px 0;
  background-position: center center
}

.exp-more-swiper .btn-box {
  margin-top: 40px
}

@media(max-width: 767px) {
  .exp-more-swiper .btn-box {
      margin-top: 0px
  }
}

.exp-more-swiper .btn-box .btn-know-more {
  border-radius: 40px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.exp-more-swiper .btn-box .btn-know-more span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

.exp-more-swiper .btn-box .btn-compare {
  margin-top: 18px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline
}

.exp-more-swiper .btn-box .btn-compare:focus,
.exp-more-swiper .btn-box .btn-compare:active {
  background-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .exp-more-swiper .btn-box .btn-compare {
      margin-top: 20px;
      font-size: 14px
  }
}

.exp-more-swiper .btn-box .btn-compare span {
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.exp-more-swiper .btn-box .btn-compare:focus,
.exp-more-swiper .btn-box .btn-compare:active {
  background-color: rgba(0, 0, 0, 0)
}


.mayura-exp-more-swiper {
  padding: 90px 0 45px 0;
  position: relative;
  background-size: 100% 100%
}

@media(max-width: 767px) {
  .mayura-exp-more-swiper {
      padding: 35px 20px
  }
}

.mayura-exp-more-swiper::before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/reward-pattern-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -115px;
  width: 130px;
  height: 230px
}

@media(max-width: 767px) {
  .mayura-exp-more-swiper::before {
      top: 0px;
      left: -10px;
      width: 135px;
      height: 192px
  }
}

.mayura-exp-more-swiper::after {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/reward-pattern-before.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 130px;
  height: 230px
}

@media(max-width: 767px) {
  .mayura-exp-more-swiper::after {
      bottom: 0px;
      right: -10px;
      width: 135px;
      height: 192px
  }
}

.mayura-exp-more-swiper .card {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  border: none;
  outline: 0;
  height: 100%;
  position: relative
}

.mayura-exp-more-swiper .card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.mayura-exp-more-swiper figure {
  z-index: 1
}

.mayura-exp-more-swiper figure img {
  width: 80%;
  text-align: center;
  display: inline-block
}

.mayura-exp-more-swiper .card-body {
  height: 100%;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  border-radius: 20px;
  margin-top: -30px;
  padding: 55px 20px 40px 20px
}

.mayura-exp-more-swiper .card-body.heritage::after {
  content: "";
  background-image: url("../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/heritage.png");
  width: 66px;
  height: 46px;
  position: absolute;
  right: 11px;
  bottom: 11px
}

@media(max-width: 767px) {
  .mayura-exp-more-swiper .card-body {
      padding: 45px 19px 38px 19px
  }
}

.mayura-exp-more-swiper .card-title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .mayura-exp-more-swiper .card-title {
      font-size: 20px
  }
}

.mayura-exp-more-swiper .title {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 35px
}

@media(max-width: 767px) {
  .mayura-exp-more-swiper .title {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 25px
  }
}

.mayura-exp-more-swiper .container {
  overflow: hidden;
  max-width: 1080px
}

.mayura-exp-more-swiper .nudge-swiper-exp-more {
  position: relative
}

.mayura-exp-more-swiper .nudges-slider {
  border-radius: 20px
}

@media screen and (max-width: 640px) {
  .mayura-exp-more-swiper .nudges-slider {
      padding: 0px 0px
  }
}

.mayura-exp-more-swiper .nudges-slider .nudges-text-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.mayura-exp-more-swiper .nudges-slider .nudges-text-wrap .nudges-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 36px
}

@media(max-width: 767px) {
  .mayura-exp-more-swiper .nudges-slider .nudges-text-wrap .nudges-title {
      font-size: 32px;
      text-align: center
  }
}

.mayura-exp-more-swiper .nudges-slider .nudges-text-wrap .nudges-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 40px
}

@media(max-width: 767px) {
  .mayura-exp-more-swiper .nudges-slider .nudges-text-wrap .nudges-desc {
      font-size: 14px;
      padding-bottom: 24px;
      text-align: center
  }
}

.mayura-exp-more-swiper .nudges-slider .nudges-text-wrap .btn-box .btn-black {
  cursor: pointer
}

@media(max-width: 767px) {
  .mayura-exp-more-swiper .nudges-slider .nudges-text-wrap .btn-box {
      display: none !important
  }
}

.mayura-exp-more-swiper .nudges-slider .nudges-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: end
}

@media(max-width: 991px) {
  .mayura-exp-more-swiper .nudges-slider .nudges-banner {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center
  }
}

.mayura-exp-more-swiper .nudges-slider .nudges-banner picture {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.mayura-exp-more-swiper .nudges-slider .nudges-banner-img {
  border-radius: 10px
}

@media(max-width: 991px) {
  .mayura-exp-more-swiper .nudges-slider .nudges-banner-img {
      width: 100%;
      height: auto
  }
}

.mayura-exp-more-swiper .nudges-slider .nudges-banner .btn-box {
  display: none !important
}

@media(max-width: 767px) {
  .mayura-exp-more-swiper .nudges-slider .nudges-banner .btn-box {
      display: block !important;
      width: 192px;
      margin-top: 21px
  }
}

.mayura-exp-more-swiper .nudges-slider .nudges-banner .btn-box .btn-black {
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer
}

.mayura-exp-more-swiper .scrollbar {
  padding-top: 35px;
  position: relative
}

.mayura-exp-more-swiper .scrollbar .swiper-horizontal>.swiper-scrollbar,
.mayura-exp-more-swiper .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  left: 44%;
  z-index: 1;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn2.png);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden
}

@media(max-width: 767px) {

  .mayura-exp-more-swiper .scrollbar .swiper-horizontal>.swiper-scrollbar,
  .mayura-exp-more-swiper .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
      left: 30%
  }
}

.mayura-exp-more-swiper .scrollbar .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn.png);
  background-repeat: no-repeat;
  padding: 5px 0;
  background-position: center center
}

.mayura-exp-more-swiper .btn-box {
  margin-top: 40px
}

.mayura-exp-more-swiper .btn-box .btn-know-more {
  border-radius: 40px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.mayura-exp-more-swiper .btn-box .btn-know-more span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

.mayura-exp-more-swiper .btn-box .btn-compare {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline
}

.mayura-exp-more-swiper .btn-box .btn-compare span {
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.all-thing-money-swiper-section {
  padding: 50px 0;
  position: relative;
  overflow-x: hidden
}

@media(max-width: 767px) {
  .all-thing-money-swiper-section {
    padding: 40px 0px
  }
}

.all-thing-money-swiper-section:before {
  content: " ";
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: -20px;
  width: 132px;
  height: 274px;
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/ff-pattern.png);
  mix-blend-mode: luminosity;
  filter: grayscale(100%)
}

@media(max-width: 767px) {
  .all-thing-money-swiper-section:before {
    top: -15px;
    right: -40px;
    width: 82px;
    height: 112px;
    background-size: contain;
    mix-blend-mode: luminosity;
    filter: grayscale(100%)
  }
}

.all-thing-money-swiper-section:after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 132px;
  height: 274px;
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/fee-pattern.png);
  mix-blend-mode: luminosity;
  filter: grayscale(100%)
}

@media(max-width: 767px) {
  .all-thing-money-swiper-section:after {
    display: none
  }
}

.all-thing-money-swiper-section .title {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 62px
}

@media(max-width: 767px) {
  .all-thing-money-swiper-section .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px
  }
}

.all-thing-money-swiper-section .swiper-item {
  position: relative;
  transition: all .2s ease-in-out;
  transform: scale(0.8);
  -webkit-transform: scale(0.85);
  transform-origin: center center;
  opacity: .8
}

.all-thing-money-swiper-section .swiper-item.swiper-slide-active {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1
}

.all-thing-money-swiper-section .swiper-item.swiper-slide-active figcaption {
  font-size: 24px;
  line-height: 28px
}

@media(max-width: 767px) {
  .all-thing-money-swiper-section .swiper-item.swiper-slide-active figcaption {
    font-size: 16px;
    line-height: 20px
  }
}

.all-thing-money-swiper-section .swiper-item.swiper-slide-active .cc-story-carousel.story .story__prev,
.all-thing-money-swiper-section .swiper-item.swiper-slide-active .cc-story-carousel.story .story__next {
  pointer-events: auto
}

.all-thing-money-swiper-section .swiper-item .idfc-logo {
  position: absolute;
  top: 20px;
  left: 12px;
  z-index: 2
}

.all-thing-money-swiper-section .swiper-item .card {
  border-radius: 20px;
  background: #d9d9d9;
  overflow: hidden;
  border: none;
  outline: 0;
  height: 100%
}

.all-thing-money-swiper-section .swiper-item figure {
  z-index: 1;
  position: relative
}

.all-thing-money-swiper-section .swiper-item figure img {
  max-width: 100%;
  width: 100%;
  object-fit: cover
}

.all-thing-money-swiper-section .swiper-item figcaption {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, .25);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  font-style: normal;
  padding: 33px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) -100.86%, rgba(0, 0, 0, 0) 30%)
}

@media(max-width: 767px) {
  .all-thing-money-swiper-section .swiper-item figcaption {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 15px
  }
}

.all-thing-money-swiper-section .container {
  overflow: hidden;
  max-width: 1080px
}

.all-thing-money-swiper-section .scrollbar {
  padding-top: 0px
}

@media(max-width: 767px) {
  .all-thing-money-swiper-section .scrollbar {
    padding-top: 24px
  }
}

.all-thing-money-swiper-section .scrollbar .swiper-horizontal>.swiper-scrollbar,
.all-thing-money-swiper-section .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  left: 44%;
  z-index: 1;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn2.png);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden
}

@media(max-width: 767px) {

  .all-thing-money-swiper-section .scrollbar .swiper-horizontal>.swiper-scrollbar,
  .all-thing-money-swiper-section .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 30%
  }
}

.all-thing-money-swiper-section .scrollbar .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn.png);
  background-repeat: no-repeat;
  padding: 5px 0;
  background-position: center center
}

.cc-story-carousel.story .story__slide {
  position: relative
}

.cc-story-carousel.story .story__slide video,
.cc-story-carousel.story .story__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center
}

.cc-story-carousel.story .story__pagination {
  bottom: unset !important;
  top: 10px !important;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px
}

.cc-story-carousel.story .story__pagination .swiper-pagination-bullet {
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 100vh;
  height: 3px;
  margin: 0 2px !important;
  background-color: rgba(247, 247, 245, .4);
  opacity: 1
}

.cc-story-carousel.story .story__pagination .swiper-pagination-bullet .swiper-pagination-progress {
  height: 100%;
  width: 0%;
  border-radius: 100vh;
  background-color: #f7f7f5
}

.cc-story-carousel.story .story__prev,
.cc-story-carousel.story .story__next {
  height: 100%;
  width: 50%;
  top: 0;
  margin-top: 0;
  pointer-events: none
}

.cc-story-carousel.story .story__prev::after,
.cc-story-carousel.story .story__next::after {
  content: none
}

.cc-story-carousel.story .story__prev {
  left: 0
}

.cc-story-carousel.story .story__next {
  right: 0
}

.mayura-all-thing-money-swiper-section {
  padding: 45px 0;
  position: relative;
  background-size: 100% 100%;
  overflow-x: hidden
}

@media(max-width: 767px) {
  .mayura-all-thing-money-swiper-section {
    padding: 35px 0px
  }
}

.mayura-all-thing-money-swiper-section:before {
  content: " ";
  background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
  height: 230px
}

.mayura-all-thing-money-swiper-section .title {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 35px
}

@media(max-width: 767px) {
  .mayura-all-thing-money-swiper-section .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px
  }
}

.mayura-all-thing-money-swiper-section .swiper-item {
  position: relative;
  transition: all .2s ease-in-out;
  transform: scale(0.8);
  -webkit-transform: scale(0.85);
  transform-origin: center center;
  opacity: .8
}

.mayura-all-thing-money-swiper-section .swiper-item.swiper-slide-active {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1
}

.mayura-all-thing-money-swiper-section .swiper-item.swiper-slide-active figcaption {
  font-size: 24px;
  line-height: 30px
}

@media(max-width: 767px) {
  .mayura-all-thing-money-swiper-section .swiper-item.swiper-slide-active figcaption {
    font-size: 16px;
    line-height: 20px
  }
}

.mayura-all-thing-money-swiper-section .swiper-item.swiper-slide-active .cc-story-carousel.story .story__prev,
.mayura-all-thing-money-swiper-section .swiper-item.swiper-slide-active .cc-story-carousel.story .story__next {
  pointer-events: auto
}

.mayura-all-thing-money-swiper-section .swiper-item .idfc-logo {
  position: absolute;
  top: 20px;
  left: 12px;
  z-index: 2
}

.mayura-all-thing-money-swiper-section .swiper-item .card {
  border-radius: 20px;
  background: #d9d9d9;
  overflow: hidden;
  border: none;
  outline: 0;
  height: 100%
}

.mayura-all-thing-money-swiper-section .swiper-item figure {
  z-index: 1;
  position: relative
}

.mayura-all-thing-money-swiper-section .swiper-item figure img {
  max-width: 100%;
  width: 100%;
  object-fit: cover
}

.mayura-all-thing-money-swiper-section .swiper-item figcaption {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, .25);
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  padding: 33px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) -100.86%, rgba(0, 0, 0, 0) 30%)
}

@media(max-width: 767px) {
  .mayura-all-thing-money-swiper-section .swiper-item figcaption {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 15px
  }
}

.mayura-all-thing-money-swiper-section .container {
  overflow: hidden;
  max-width: 1080px
}

.mayura-all-thing-money-swiper-section .scrollbar {
  padding-top: 35px;
  position: relative
}

.mayura-all-thing-money-swiper-section .scrollbar .swiper-horizontal>.swiper-scrollbar,
.mayura-all-thing-money-swiper-section .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  left: 44%;
  z-index: 1;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn2.png);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden
}

@media(max-width: 767px) {

  .mayura-all-thing-money-swiper-section .scrollbar .swiper-horizontal>.swiper-scrollbar,
  .mayura-all-thing-money-swiper-section .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 30%
  }
}

.mayura-all-thing-money-swiper-section .scrollbar .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn.png);
  background-repeat: no-repeat;
  padding: 5px 0;
  background-position: center center
}

.cc-story-carousel.story .story__slide {
  position: relative
}

.cc-story-carousel.story .story__slide video,
.cc-story-carousel.story .story__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center
}

.cc-story-carousel.story .story__pagination {
  bottom: unset !important;
  top: 10px !important;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px
}

.cc-story-carousel.story .story__pagination .swiper-pagination-bullet {
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 100vh;
  height: 3px;
  margin: 0 2px !important;
  background-color: rgba(247, 247, 245, .4);
  opacity: 1
}

.cc-story-carousel.story .story__pagination .swiper-pagination-bullet .swiper-pagination-progress {
  height: 100%;
  width: 0%;
  border-radius: 100vh;
  background-color: #f7f7f5
}

.cc-story-carousel.story .story__prev,
.cc-story-carousel.story .story__next {
  height: 100%;
  width: 50%;
  top: 0;
  margin-top: 0;
  pointer-events: none
}

.cc-story-carousel.story .story__prev::after,
.cc-story-carousel.story .story__next::after {
  content: none
}

.cc-story-carousel.story .story__prev {
  left: 0
}

.cc-story-carousel.story .story__next {
  right: 0
}
.first-select-benefits-container .btn-black-new,
.first-select-unlock-container .btn-black-new,
.first-select-experince-container .btn-black-new,
.first-select-power-container .btn-black-new,
.first-select-reward-container .btn-black-new,
.first-select-reason-container .btn-black-new,
.first-select-fees-container .btn-black-new,
.first-select-explore-container .btn-black-new,
.first-select-deals-container .btn-black-new,
.first-select-compare-container .btn-black-new,
.first-select-thing-container .btn-black-new,
.first-select-blogs-container .btn-black-new,
.first-select-faq-container .btn-black-new,
.grnt-first-goto-container .btn-black-new {
  border-radius: 38px;
  background: #000;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  margin-right: 12px;
  padding: 0 24px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-clip: inherit;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-width: 767px) {

  .first-select-benefits-container .btn-black-new,
  .first-select-unlock-container .btn-black-new,
  .first-select-experince-container .btn-black-new,
  .first-select-power-container .btn-black-new,
  .first-select-reward-container .btn-black-new,
  .first-select-reason-container .btn-black-new,
  .first-select-fees-container .btn-black-new,
  .first-select-explore-container .btn-black-new,
  .first-select-deals-container .btn-black-new,
  .first-select-compare-container .btn-black-new,
  .first-select-thing-container .btn-black-new,
  .first-select-blogs-container .btn-black-new,
  .first-select-faq-container .btn-black-new,
  .grnt-first-goto-container .btn-black-new {
    margin: 0 0 8px;
    padding: 0 12px;
    height: 40px
  }
}

.first-select-benefits-container .btn-black-new span,
.first-select-unlock-container .btn-black-new span,
.first-select-experince-container .btn-black-new span,
.first-select-power-container .btn-black-new span,
.first-select-reward-container .btn-black-new span,
.first-select-reason-container .btn-black-new span,
.first-select-fees-container .btn-black-new span,
.first-select-explore-container .btn-black-new span,
.first-select-deals-container .btn-black-new span,
.first-select-compare-container .btn-black-new span,
.first-select-thing-container .btn-black-new span,
.first-select-blogs-container .btn-black-new span,
.first-select-faq-container .btn-black-new span,
.grnt-first-goto-container .btn-black-new span {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 5px
}

@media(max-width: 767px) {

  .first-select-benefits-container .btn-black-new span,
  .first-select-unlock-container .btn-black-new span,
  .first-select-experince-container .btn-black-new span,
  .first-select-power-container .btn-black-new span,
  .first-select-reward-container .btn-black-new span,
  .first-select-reason-container .btn-black-new span,
  .first-select-fees-container .btn-black-new span,
  .first-select-explore-container .btn-black-new span,
  .first-select-deals-container .btn-black-new span,
  .first-select-compare-container .btn-black-new span,
  .first-select-thing-container .btn-black-new span,
  .first-select-blogs-container .btn-black-new span,
  .first-select-faq-container .btn-black-new span,
  .grnt-first-goto-container .btn-black-new span {
    font-size: 14px
  }
}

.first-select-benefits-container .btn-red-new,
.first-select-unlock-container .btn-red-new,
.first-select-experince-container .btn-red-new,
.first-select-power-container .btn-red-new,
.first-select-reward-container .btn-red-new,
.first-select-reason-container .btn-red-new,
.first-select-fees-container .btn-red-new,
.first-select-explore-container .btn-red-new,
.first-select-deals-container .btn-red-new,
.first-select-compare-container .btn-red-new,
.first-select-thing-container .btn-red-new,
.first-select-blogs-container .btn-red-new,
.first-select-faq-container .btn-red-new,
.grnt-first-goto-container .btn-red-new {
  border-radius: 38px;
  background: #9c1d26;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  margin-right: 12px;
  padding: 10px 24px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-clip: inherit;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-width: 767px) {

  .first-select-benefits-container .btn-red-new,
  .first-select-unlock-container .btn-red-new,
  .first-select-experince-container .btn-red-new,
  .first-select-power-container .btn-red-new,
  .first-select-reward-container .btn-red-new,
  .first-select-reason-container .btn-red-new,
  .first-select-fees-container .btn-red-new,
  .first-select-explore-container .btn-red-new,
  .first-select-deals-container .btn-red-new,
  .first-select-compare-container .btn-red-new,
  .first-select-thing-container .btn-red-new,
  .first-select-blogs-container .btn-red-new,
  .first-select-faq-container .btn-red-new,
  .grnt-first-goto-container .btn-red-new {
    margin: 0 0 8px;
    padding: 0 12px;
    height: 40px
  }
}

.first-select-benefits-container .btn-red-new span,
.first-select-unlock-container .btn-red-new span,
.first-select-experince-container .btn-red-new span,
.first-select-power-container .btn-red-new span,
.first-select-reward-container .btn-red-new span,
.first-select-reason-container .btn-red-new span,
.first-select-fees-container .btn-red-new span,
.first-select-explore-container .btn-red-new span,
.first-select-deals-container .btn-red-new span,
.first-select-compare-container .btn-red-new span,
.first-select-thing-container .btn-red-new span,
.first-select-blogs-container .btn-red-new span,
.first-select-faq-container .btn-red-new span,
.grnt-first-goto-container .btn-red-new span {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 5px
}

@media(max-width: 767px) {

  .first-select-benefits-container .btn-red-new span,
  .first-select-unlock-container .btn-red-new span,
  .first-select-experince-container .btn-red-new span,
  .first-select-power-container .btn-red-new span,
  .first-select-reward-container .btn-red-new span,
  .first-select-reason-container .btn-red-new span,
  .first-select-fees-container .btn-red-new span,
  .first-select-explore-container .btn-red-new span,
  .first-select-deals-container .btn-red-new span,
  .first-select-compare-container .btn-red-new span,
  .first-select-thing-container .btn-red-new span,
  .first-select-blogs-container .btn-red-new span,
  .first-select-faq-container .btn-red-new span,
  .grnt-first-goto-container .btn-red-new span {
    font-size: 14px
  }
}

.first-select-benefits-container .btn-white-new,
.first-select-unlock-container .btn-white-new,
.first-select-experince-container .btn-white-new,
.first-select-power-container .btn-white-new,
.first-select-reward-container .btn-white-new,
.first-select-reason-container .btn-white-new,
.first-select-fees-container .btn-white-new,
.first-select-explore-container .btn-white-new,
.first-select-deals-container .btn-white-new,
.first-select-compare-container .btn-white-new,
.first-select-thing-container .btn-white-new,
.first-select-blogs-container .btn-white-new,
.first-select-faq-container .btn-white-new,
.grnt-first-goto-container .btn-white-new {
  border-radius: 38px;
  background: #fff;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  margin-right: 12px;
  padding: 0 24px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-clip: inherit;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-width: 767px) {

  .first-select-benefits-container .btn-white-new,
  .first-select-unlock-container .btn-white-new,
  .first-select-experince-container .btn-white-new,
  .first-select-power-container .btn-white-new,
  .first-select-reward-container .btn-white-new,
  .first-select-reason-container .btn-white-new,
  .first-select-fees-container .btn-white-new,
  .first-select-explore-container .btn-white-new,
  .first-select-deals-container .btn-white-new,
  .first-select-compare-container .btn-white-new,
  .first-select-thing-container .btn-white-new,
  .first-select-blogs-container .btn-white-new,
  .first-select-faq-container .btn-white-new,
  .grnt-first-goto-container .btn-white-new {
    margin: 0 0 8px;
    padding: 0 12px;
    height: 40px
  }
}

.first-select-benefits-container .btn-white-new span,
.first-select-unlock-container .btn-white-new span,
.first-select-experince-container .btn-white-new span,
.first-select-power-container .btn-white-new span,
.first-select-reward-container .btn-white-new span,
.first-select-reason-container .btn-white-new span,
.first-select-fees-container .btn-white-new span,
.first-select-explore-container .btn-white-new span,
.first-select-deals-container .btn-white-new span,
.first-select-compare-container .btn-white-new span,
.first-select-thing-container .btn-white-new span,
.first-select-blogs-container .btn-white-new span,
.first-select-faq-container .btn-white-new span,
.grnt-first-goto-container .btn-white-new span {
  color: #1c252e;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 5px
}

@media(max-width: 767px) {

  .first-select-benefits-container .btn-white-new span,
  .first-select-unlock-container .btn-white-new span,
  .first-select-experince-container .btn-white-new span,
  .first-select-power-container .btn-white-new span,
  .first-select-reward-container .btn-white-new span,
  .first-select-reason-container .btn-white-new span,
  .first-select-fees-container .btn-white-new span,
  .first-select-explore-container .btn-white-new span,
  .first-select-deals-container .btn-white-new span,
  .first-select-compare-container .btn-white-new span,
  .first-select-thing-container .btn-white-new span,
  .first-select-blogs-container .btn-white-new span,
  .first-select-faq-container .btn-white-new span,
  .grnt-first-goto-container .btn-white-new span {
    font-size: 14px
  }
}

.first-select-benefits-container .eligibility,
.first-select-unlock-container .eligibility,
.first-select-experince-container .eligibility,
.first-select-power-container .eligibility,
.first-select-reward-container .eligibility,
.first-select-reason-container .eligibility,
.first-select-fees-container .eligibility,
.first-select-explore-container .eligibility,
.first-select-deals-container .eligibility,
.first-select-compare-container .eligibility,
.first-select-thing-container .eligibility,
.first-select-blogs-container .eligibility,
.first-select-faq-container .eligibility,
.grnt-first-goto-container .eligibility {
  border-radius: 8px;
  background: linear-gradient(103deg, #F3F3F3 64.15%, #FFF 109.86%);
  text-align: center;
  position: relative;
  top: -20px
}

@media(max-width: 1180px) {

  .first-select-benefits-container .eligibility,
  .first-select-unlock-container .eligibility,
  .first-select-experince-container .eligibility,
  .first-select-power-container .eligibility,
  .first-select-reward-container .eligibility,
  .first-select-reason-container .eligibility,
  .first-select-fees-container .eligibility,
  .first-select-explore-container .eligibility,
  .first-select-deals-container .eligibility,
  .first-select-compare-container .eligibility,
  .first-select-thing-container .eligibility,
  .first-select-blogs-container .eligibility,
  .first-select-faq-container .eligibility,
  .grnt-first-goto-container .eligibility {
    top: -20px
  }
}

@media(max-width: 767px) {

  .first-select-benefits-container .eligibility,
  .first-select-unlock-container .eligibility,
  .first-select-experince-container .eligibility,
  .first-select-power-container .eligibility,
  .first-select-reward-container .eligibility,
  .first-select-reason-container .eligibility,
  .first-select-fees-container .eligibility,
  .first-select-explore-container .eligibility,
  .first-select-deals-container .eligibility,
  .first-select-compare-container .eligibility,
  .first-select-thing-container .eligibility,
  .first-select-blogs-container .eligibility,
  .first-select-faq-container .eligibility,
  .grnt-first-goto-container .eligibility {
    top: 10px
  }
}

.first-select-benefits-container .eligibility span,
.first-select-unlock-container .eligibility span,
.first-select-experince-container .eligibility span,
.first-select-power-container .eligibility span,
.first-select-reward-container .eligibility span,
.first-select-reason-container .eligibility span,
.first-select-fees-container .eligibility span,
.first-select-explore-container .eligibility span,
.first-select-deals-container .eligibility span,
.first-select-compare-container .eligibility span,
.first-select-thing-container .eligibility span,
.first-select-blogs-container .eligibility span,
.first-select-faq-container .eligibility span,
.grnt-first-goto-container .eligibility span {
  background: linear-gradient(268deg, #B72A55 -27.31%, #8A2A47 33.28%, #240F13 107.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  padding: 10px;
  display: block
}

@media(max-width: 767px) {

  .first-select-benefits-container .eligibility span,
  .first-select-unlock-container .eligibility span,
  .first-select-experince-container .eligibility span,
  .first-select-power-container .eligibility span,
  .first-select-reward-container .eligibility span,
  .first-select-reason-container .eligibility span,
  .first-select-fees-container .eligibility span,
  .first-select-explore-container .eligibility span,
  .first-select-deals-container .eligibility span,
  .first-select-compare-container .eligibility span,
  .first-select-thing-container .eligibility span,
  .first-select-blogs-container .eligibility span,
  .first-select-faq-container .eligibility span,
  .grnt-first-goto-container .eligibility span {
    font-size: 12px
  }
}

.first-select-benefits-container .eligibility span strong,
.first-select-unlock-container .eligibility span strong,
.first-select-experince-container .eligibility span strong,
.first-select-power-container .eligibility span strong,
.first-select-reward-container .eligibility span strong,
.first-select-reason-container .eligibility span strong,
.first-select-fees-container .eligibility span strong,
.first-select-explore-container .eligibility span strong,
.first-select-deals-container .eligibility span strong,
.first-select-compare-container .eligibility span strong,
.first-select-thing-container .eligibility span strong,
.first-select-blogs-container .eligibility span strong,
.first-select-faq-container .eligibility span strong,
.grnt-first-goto-container .eligibility span strong {
  font-weight: 700
}

.first-select-blogs-container {
  padding: 112px 0 0
}

.first-select-blogs-container.mx60 {
  padding: 60px 0 0
}

.first-select-blogs-container.mx90 {
  padding: 80px 0 0
}

@media(max-width: 1180px) {
  .first-select-blogs-container {
    padding: 60px 0 0
  }

  .first-select-blogs-container.mx90 {
    padding: 60px 0 0
  }
}

.first-select-blogs-container .container {
  max-width: 1170px
}

@media(max-width: 1180px) {
  .first-select-blogs-container .container {
    max-width: 960px
  }
}

.first-select-blogs-container .heading {
  margin-bottom: 32px
}

@media(max-width: 767px) {
  .first-select-blogs-container .heading {
    margin-bottom: 32px
  }
}

.first-select-blogs-container .heading .headH2 {
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  background: linear-gradient(116deg, #6B2D68 34.06%, #A62E54 54.7%, #D2585D 69.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 16px
}

@media(max-width: 1180px) {
  .first-select-blogs-container .heading .headH2 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 12px
  }
}

@media(max-width: 767px) {
  .first-select-blogs-container .heading .headH2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 12px
  }
}

.first-select-blogs-container .heading .subHeadH2 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0
}

@media(max-width: 1180px) {
  .first-select-blogs-container .heading .subHeadH2 {
    font-size: 16px;
    line-height: 18px
  }
}

@media(max-width: 767px) {
  .first-select-blogs-container .heading .subHeadH2 {
    font-size: 16px;
    line-height: 18px;
    color: #00073b
  }
}

.first-select-finfirst-blog-section {
  position: relative;
  padding: 0 140px 0
}

@media(max-width: 1180px) {
  .first-select-finfirst-blog-section {
    padding: 20px 40px 0
  }
}

@media(max-width: 991px) {
  .first-select-finfirst-blog-section {
    padding: 0 15px
  }
}

@media(max-width: 767px) {
  .first-select-finfirst-blog-section {
    padding: 0 15px
  }
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider {
  overflow: hidden
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide {
  border-radius: 20px;
  background: var(--Blogs, linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(177, 177, 177, 0.2) 100%));
  overflow: hidden;
  position: relative;
  min-height: 430px
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .banner-bg img {
  width: 100%;
  height: 194px;
  object-fit: cover;
  border-radius: 20px
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content {
  padding: 20px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .sldrh2 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px
}

@media(max-width: 767px) {
  .first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .sldrh2 {
    margin-bottom: 22px
  }
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .pera {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px
}

@media(max-width: 767px) {
  .first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .pera {
    max-width: 85%
  }
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .btn-box {
  position: absolute;
  bottom: 20px
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .btn-box .btn-red-new {
  padding: 10px 30px 12px 30px;
  margin: 0
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .btn-box .btn-red-new span {
  font-size: 14px
}

@media(max-width: 767px) {
  .first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .btn-box .btn-red-new {
    height: inherit;
    padding: 8px 30px
  }
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .scrollbar .swiper-scrollbar {
  background: #ededed;
  height: 6px;
  max-width: 132px;
  margin: 35px auto 0;
  position: relative;
  z-index: 0
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fab21d
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .btn-box .btn-red-new {
  padding: 10px 30px 12px 30px;
  margin: 0
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .btn-box .btn-red-new span {
  font-size: 14px
}

@media(max-width: 767px) {
  .first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .btn-box .btn-red-new {
    height: inherit;
    padding: 8px 30px
  }
}

.ashva-fifr-blog {
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  padding: 60px 0px;
  margin-top: 50px
}

@media(max-width: 991px) {
  .ashva-fifr-blog {
    margin-top: 40px;
    padding: 40px 0px
  }
}

.ashva-fifr-blog .heading .headH2 {
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.ashva-fifr-blog .ff-finfirst-blog-slider .swiper-slide {
  height: auto
}

.ashva-fifr-blog .ff-finfirst-blog-slider .swiper-slide .slider-content {
  min-height: 238px;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width: 767px) {
  .ashva-fifr-blog .ff-finfirst-blog-slider .swiper-slide .slider-content {
    min-height: auto
  }
}

.ashva-fifr-blog .ff-finfirst-blog-slider .swiper-slide .slider-content .btn-box {
  position: relative;
  bottom: 0;
  margin-top: 10px
}

.ashva-fifr-blog .ff-finfirst-blog-slider .scrollbar .swiper-horizontal>.swiper-scrollbar,
.ashva-fifr-blog .ff-finfirst-blog-slider .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  z-index: 1;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn2.png);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden
}

.ashva-fifr-blog .ff-finfirst-blog-slider .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn.png);
  background-repeat: no-repeat;
  padding: 5px 0;
  background-position: center center
}

.mayura-fifr-blog {
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  padding: 60px 0px;
  margin-top: 50px
}

@media(max-width: 991px) {
  .mayura-fifr-blog {
    margin-top: 30px;
    padding: 40px 0px
  }
}

.mayura-fifr-blog .heading .headH2 {
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-fifr-blog .ff-finfirst-blog-slider .swiper-slide {
  height: auto
}

.mayura-fifr-blog .ff-finfirst-blog-slider .swiper-slide .slider-content {
  min-height: 238px;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width: 767px) {
  .mayura-fifr-blog .ff-finfirst-blog-slider .swiper-slide .slider-content {
    min-height: auto
  }
}

.mayura-fifr-blog .ff-finfirst-blog-slider .swiper-slide .slider-content .btn-box {
  position: relative;
  bottom: 0;
  margin-top: 10px
}

.mayura-fifr-blog .ff-finfirst-blog-slider .scrollbar .swiper-horizontal>.swiper-scrollbar,
.mayura-fifr-blog .ff-finfirst-blog-slider .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  z-index: 1;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn2.png);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden
}

.mayura-fifr-blog .ff-finfirst-blog-slider .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn.png);
  background-repeat: no-repeat;
  padding: 5px 0;
  background-position: center center
}

.comman-landi-fifr-blog {
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  padding: 60px 0px;
  margin-top: 0px
}

@media(max-width: 991px) {
  .comman-landi-fifr-blog {
    padding: 40px 0px
  }
}

.comman-landi-fifr-blog .heading .headH2 {
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.comman-landi-fifr-blog .ff-finfirst-blog-slider .swiper-slide {
  height: auto
}

.comman-landi-fifr-blog .ff-finfirst-blog-slider .swiper-slide .slider-content {
  min-height: 238px;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width: 767px) {
  .comman-landi-fifr-blog .ff-finfirst-blog-slider .swiper-slide .slider-content {
    min-height: auto
  }
}

.comman-landi-fifr-blog .ff-finfirst-blog-slider .swiper-slide .slider-content .btn-box {
  position: relative;
  bottom: 0;
  margin-top: 10px
}

.comman-landi-fifr-blog .ff-finfirst-blog-slider .scrollbar .swiper-horizontal>.swiper-scrollbar,
.comman-landi-fifr-blog .ff-finfirst-blog-slider .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 152px;
  height: 20px;
  z-index: 1;
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn2.png);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden
}

.comman-landi-fifr-blog .ff-finfirst-blog-slider .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/swiper-btn.png);
  background-repeat: no-repeat;
  padding: 5px 0;
  background-position: center center
}
.ashva-cc-faq {
        padding: 40px 0 90px;
        position: relative
}

.ashva-cc-faq .container {
        max-width: 1080px
}

.ashva-cc-faq:after {
        content: " ";
        background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/faq-pattern.png);
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        width: 172px;
        height: 274px;
        z-index: 0;
        mix-blend-mode: luminosity;
        filter: grayscale(100%)
}

@media(max-width: 767px) {
        .ashva-cc-faq:after {
                background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/faq-pattern-m.png);
                width: 84px;
                height: 165px;
                right: 0;
                left: auto;
                mix-blend-mode: luminosity;
                filter: grayscale(100%);
                filter: grayscale(100%)
        }
}

.ashva-cc-faq .btn-know-more {
        border-radius: 40px;
        border: 1px solid #fcfcf1;
        background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
        border: none;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 10px 20px;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
}

.ashva-cc-faq .btn-know-more span {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
        .ashva-cc-faq .btn-know-more span {
                font-size: 14px
        }
}

.ashva-cc-faq .hd {
        text-align: center;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        margin-bottom: 32px
}

@media(max-width: 767px) {
        .ashva-cc-faq .hd {
                font-size: 30px;
                margin-bottom: 23px
        }
}

.ashva-cc-faq-filter {
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        cursor: pointer;
        overflow-x: auto;
        margin-bottom: 18px;
        position: relative;
        z-index: 1;
        padding-bottom: 5px
}

@media(max-width: 767px) {
        .ashva-cc-faq-filter {
                gap: 12px;
                margin-bottom: 0
        }
}

.ashva-cc-faq-filter-items {
        gap: 10px;
        border-radius: 10px;
        border: 1px solid #40010a;
        background: #fdfcfa
}

.ashva-cc-faq-filter-items-txt {
        padding: 8px 16px;
        width: -moz-max-content;
        width: max-content;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: linear-gradient(257deg, #360443 -4.07%, #3D1313 101.73%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        margin-bottom: 0
}

@media(max-width: 767px) {
        .ashva-cc-faq-filter-items-txt {
                font-size: 14px;
                -webkit-text-fill-color: #000
        }
}

.ashva-cc-faq-filter-items-txt.active {
        border-radius: 10px;
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        background: #fff;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
        .ashva-cc-faq-filter-items-txt.active {
                font-size: 14px
        }
}

.ashva-cc-faq-filter .ashva-cc-faq-filter-items:has(>.ashva-cc-faq-filter-items-txt.active) {
        border-radius: 10px;
        background: linear-gradient(90deg, #40010A 0%, #840114 100%)
}

.ashva-cc-faq .accordian.MT25 {
        margin-top: 40px
}

@media(max-width: 767px) {
        .ashva-cc-faq .accordian.MT25 {
                margin-top: 14px
        }
}

.ashva-cc-faq .accordian .faq-wrap {
        padding: 0px 22px 0px 44px;
        border-radius: 15px;
        position: relative;
}

@media(max-width: 767px) {
        .ashva-cc-faq .accordian .faq-wrap {
                padding: 0px 17px 0px 17px
        }
}

.ashva-cc-faq .accordian .faq-wrap .trgr {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        background: rgba(0, 0, 0, 0);
        box-shadow: none;
        border-bottom: 1px solid #c8c6c6;
        border-radius: 0;
        padding: 22px 0 22px 16px;
        margin-top: 0
}

.ashva-cc-faq .accordian .faq-wrap .trgr::before {
        position: absolute;
        width: 15px;
        height: 15px;
        font-family: icomoon;
        content: "";
        right: 30px;
        top: 20px;
        color: #000
}

@media(max-width: 767px) {
        .ashva-cc-faq .accordian .faq-wrap .trgr::before {
                right: 18px
        }
}

.ashva-cc-faq .accordian .faq-wrap .trgr.act {
        -webkit-text-stroke-width: 1;
        -webkit-text-stroke-color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        border-radius: 0;
        border-bottom: 0
}

.ashva-cc-faq .accordian .faq-wrap .trgr.act+.tog_cont {
        color: #1c252e;
        -webkit-text-stroke-width: 1;
        -webkit-text-stroke-color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-right: 98px
}

@media(max-width: 767px) {
        .ashva-cc-faq .accordian .faq-wrap .trgr.act+.tog_cont {
                padding-right: 80px
        }
}

.ashva-cc-faq .accordian .faq-wrap .trgr.act+.tog_cont.show {
        display: block !important
}

.ashva-cc-faq .accordian .faq-wrap .trgr:last-child {
        border-bottom: none
}

@media(max-width: 767px) {
        .ashva-cc-faq .accordian .faq-wrap .trgr {
                padding: 18px 36px 18px 18px;
                font-size: 14px
        }
}

.ashva-cc-faq .accordian .faq-wrap .trgr.act::before {
        content: "";
        background-image: url("../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/trgr-up.svg");
        background-repeat: no-repeat
}

.ashva-cc-faq .accordian .faq-wrap .tog_cont {
        background: rgba(0, 0, 0, 0);
        border-top: 0;
        box-shadow: none;
        padding: 0px 0 0 16px
}

.ashva-cc-faq .accordian .faq-wrap .tog_cont p,
.ashva-cc-faq .accordian .faq-wrap .tog_cont ol li {
        color: #1c252e;
        -webkit-text-stroke-width: 1;
        -webkit-text-stroke-color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        margin-bottom: 0
}

.ashva-cc-faq .accordian .faq-wrap .tog_cont a {
        color: #fff;
        text-decoration: underline;
        border: 1px solid rgba(255, 255, 255, .3411764706);
        border-width: 0 0 1px 0;
        font-weight: 600
}

.ashva-cc-faq .accordian .faq-wrap:has(>div>.trgr.act) {
        background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
        stroke-width: 1px;
        stroke: #c8c6c6;
        padding: 24px 22px 34px 44px
}

@media(max-width: 767px) {
        .ashva-cc-faq .accordian .faq-wrap:has(>div>.trgr.act) {
                padding: 9px 0 10px 6px
        }
}

.ashva-cc-faq .discover-more-wrap-btn {
        margin-top: 53px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column
}

.mayura-cc-faq {
        padding: 45px 0;
        position: relative;
        background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%)
}

.mayura-cc-faq .container {
        max-width: 1080px
}

.mayura-cc-faq:after {
        content: " ";
        background-image: url(../../../content/dam/idfcfirstbank/images/heritage-cc/mayura-cc/reward-pattern-after.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 130px;
        height: 230px
}

@media(max-width: 767px) {
        .mayura-cc-faq:after {
                width: 75px;
                height: 120px
        }
}

.mayura-cc-faq .btn-know-more {
        border-radius: 40px;
        border: 1px solid #fcfcf1;
        background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
        border: none;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 10px 20px;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
}

.mayura-cc-faq .btn-know-more span {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal
}

@media(max-width: 767px) {
        .mayura-cc-faq .btn-know-more span {
                font-size: 14px
        }
}

.mayura-cc-faq .hd {
        text-align: center;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        margin-bottom: 35px
}

@media(max-width: 767px) {
        .mayura-cc-faq .hd {
                font-size: 30px;
                margin-bottom: 25px
        }
}

.mayura-cc-faq-filter {
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        cursor: pointer;
        overflow-x: auto;
        margin-bottom: 18px;
        position: relative;
        z-index: 1
}

@media(max-width: 767px) {
        .mayura-cc-faq-filter {
                gap: 12px
        }
}

.mayura-cc-faq-filter-items {
        gap: 10px;
        border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #08133c;
        background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%)
}

.mayura-cc-faq-filter-items-txt {
        padding: 8px 16px;
        width: -moz-max-content;
        width: max-content;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: var(--Mayura, linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        margin-bottom: 0
}

@media(max-width: 767px) {
        .mayura-cc-faq-filter-items-txt {
                font-size: 14px
        }
}

.mayura-cc-faq-filter-items-txt.active {
        border-radius: 10px;
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        background: #fff;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
        .mayura-cc-faq-filter-items-txt.active {
                font-size: 14px
        }
}

.mayura-cc-faq-filter-items.active {
        border-radius: 10px;
        background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%)
}

.mayura-cc-faq-filter-items.active .mayura-cc-faq-filter-items-txt {
        color: #fff;
        background: none;
        -webkit-text-fill-color: #fff
}

.mayura-cc-faq-filter .mayura-cc-faq-filter-items:has(>.mayura-cc-faq-filter-items-txt.active) {
        border-radius: 10px;
        background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%)
}

@media(max-width: 767px) {
        .mayura-cc-faq .accordian .MT25 {
                margin-top: 12px
        }
}

.mayura-cc-faq .accordian .faq-wrap {
        padding: 0px 22px 0px 44px;
        border-radius: 15px;
        position: relative;
}

@media(max-width: 767px) {
        .mayura-cc-faq .accordian .faq-wrap {
                padding: 0px 17px 0px 17px
        }
}

.mayura-cc-faq .accordian .faq-wrap .trgr {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        background: rgba(0, 0, 0, 0);
        box-shadow: none;
        border-bottom: 1px solid #c8c6c6;
        border-radius: 0;
        padding: 22px 0 22px 16px;
        margin-top: 0
}

.mayura-cc-faq .accordian .faq-wrap .trgr::before {
        position: absolute;
        width: 15px;
        height: 15px;
        font-family: icomoon;
        content: "";
        right: 30px;
        top: 20px;
        color: #000
}

@media(max-width: 767px) {
        .mayura-cc-faq .accordian .faq-wrap .trgr::before {
                right: 18px
        }
}

.mayura-cc-faq .accordian .faq-wrap .trgr.act {
        -webkit-text-stroke-width: 1;
        -webkit-text-stroke-color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: var(--Linear-01, linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        border-radius: 0;
        border-bottom: 0
}

.mayura-cc-faq .accordian .faq-wrap .trgr.act+.tog_cont {
        color: #1c252e;
        -webkit-text-stroke-width: 1;
        -webkit-text-stroke-color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-right: 98px
}

@media(max-width: 767px) {
        .mayura-cc-faq .accordian .faq-wrap .trgr.act+.tog_cont {
                padding-right: 80px
        }
}

.mayura-cc-faq .accordian .faq-wrap .trgr.act+.tog_cont.show {
        display: block !important
}

.mayura-cc-faq .accordian .faq-wrap .trgr:last-child {
        border-bottom: none
}

@media(max-width: 767px) {
        .mayura-cc-faq .accordian .faq-wrap .trgr {
                padding: 18px 36px 18px 18px;
                font-size: 14px
        }
}

.mayura-cc-faq .accordian .faq-wrap .trgr.act::before {
        content: "";
        background-image: url("../../../content/dam/idfcfirstbank/images/heritage-cc/ashva-cc/trgr-up.svg");
        background-repeat: no-repeat
}

.mayura-cc-faq .accordian .faq-wrap .tog_cont {
        background: rgba(0, 0, 0, 0);
        border-top: 0;
        box-shadow: none;
        padding: 0px 0 0 16px
}

.mayura-cc-faq .accordian .faq-wrap .tog_cont p,
.mayura-cc-faq .accordian .faq-wrap .tog_cont ol li {
        color: #1c252e;
        -webkit-text-stroke-width: 1;
        -webkit-text-stroke-color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-cc-faq .accordian .faq-wrap:has(>div>.trgr.act) {
        background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
        stroke-width: 1px;
        stroke: #c8c6c6;
        padding: 24px 22px 34px 44px
}

@media(max-width: 767px) {
        .mayura-cc-faq .accordian .faq-wrap:has(>div>.trgr.act) {
                padding: 9px 0 10px 6px
        }
}

.mayura-cc-faq .discover-more-wrap-btn {
        margin-top: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column
}

.ashva-cc-faq .accordian .faq-wrap .tog_cont p sup,
.ashva-cc-faq .accordian .faq-wrap .tog_cont ol li sup,
.ashva-cc-faq .accordian .faq-wrap .tog_cont ul li sup {
    background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mayura-cc-faq .accordian .faq-wrap .tog_cont p sup,
.mayura-cc-faq .accordian .faq-wrap .tog_cont ol li sup,
.mayura-cc-faq .accordian .faq-wrap .tog_cont ul li sup {
    background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}
.ashva-doc-section {
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  padding: 60px 0
}

@media(max-width: 767px) {
  .ashva-doc-section {
      padding: 60px 19px 100px 19px
  }
}

.ashva-doc-section .header-content-2 {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%
}

.ashva-doc-section .hd24s {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 24px
}

@media(max-width: 767px) {
  .ashva-doc-section .hd24s {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 32px
  }
}

.ashva-doc-section .impt-docs-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px
}

@media(max-width: 767px) {
  .ashva-doc-section .impt-docs-list {
      margin-top: 0px
  }
}

.ashva-doc-section .card-docs {
  width: 175px;
  height: 175px;
  text-align: center;
  padding: 24px 20px;
  border-radius: 12px;
  border: 1px solid #5d2227;
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)
}

.ashva-doc-section .card-docs a {
  color: #25243b
}

@media(max-width: 991px) {
  .ashva-doc-section figure {
      margin: 0 0
  }

  .ashva-doc-section .card-docs {
      width: 48%;
      height: 146px;
      padding: 18px 5px;
      margin-bottom: 12px
  }
}

.mayura-doc-section {
  background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
  padding: 60px 0
}

@media(max-width: 767px) {
  .mayura-doc-section {
      padding: 60px 19px 100px 19px
  }
}

.mayura-doc-section .header-content-2 {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%
}

.mayura-doc-section .hd24s {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 24px
}

@media(max-width: 767px) {
  .mayura-doc-section .hd24s {
      font-size: 30px;
      font-weight: 700
  }
}

.mayura-doc-section .impt-docs-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px
}

.mayura-doc-section .card-docs {
  width: 175px;
  height: 175px;
  text-align: center;
  padding: 24px 26px;
  border-radius: 12px;
  border: 1px solid #08133c;
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 12px
}

.mayura-doc-section .card-docs a {
  color: #25243b
}

@media(max-width: 991px) {
  .mayura-doc-section figure {
      margin: 0 0
  }

  .mayura-doc-section .card-docs {
      width: 48%;
      height: 146px;
      padding: 18px 5px;
      margin-bottom: 6px
  }
}
.get-in-touch {
  padding: 38px 0 78px 0;
  background: linear-gradient(73deg, #C7C6C6 -74.4%, #F1F1F1 23.15%)
}

@media(max-width: 767px) {
  .get-in-touch {
    padding: 35px 0 60px 0
  }
}

.get-in-touch .h4 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 66px
}

@media(max-width: 767px) {
  .get-in-touch .h4 {
    margin-bottom: 26px;
    font-size: 24px
  }
}

.get-in-touch .gt-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.get-in-touch .gt-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .get-in-touch .gt-item a {
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px
  }
}

.get-in-touch .gt-item figure {
  margin: 0 11px 0 0
}

@media(max-width: 767px) {
  .get-in-touch .gt-item figure {
    margin: 0 0px 6px 0
  }
}

.get-in-touch .gt-item figure img {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media(max-width: 767px) {
  .get-in-touch .gt-item figure img {
    width: 54px;
    height: 54px
  }
}

.get-in-touch .gt-item p {
  margin-bottom: 0
}


.mayura-get-in-touch {
  padding: 38px 0 78px 0;
  background: linear-gradient(73deg, #C7C6C6 -74.4%, #F1F1F1 23.15%)
}

@media(max-width: 767px) {
  .mayura-get-in-touch {
    padding: 35px 0 60px 0
  }
}

.mayura-get-in-touch .h4 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 66px
}

@media(max-width: 767px) {
  .mayura-get-in-touch .h4 {
    margin-bottom: 26px;
    font-size: 24px
  }
}

.mayura-get-in-touch .gt-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.mayura-get-in-touch .gt-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  background: linear-gradient(137deg, #08133C 4.07%, #2E3E79 75.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .mayura-get-in-touch .gt-item a {
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    margin-bottom: 5px
  }
}

.mayura-get-in-touch .gt-item figure {
  margin: 0 11px 0 0
}

@media(max-width: 767px) {
  .mayura-get-in-touch .gt-item figure {
    margin: 0 0px 6px 0
  }
}

.mayura-get-in-touch .gt-item figure img {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media(max-width: 767px) {
  .mayura-get-in-touch .gt-item figure img {
    width: 54px;
    height: 54px
  }
}

.mayura-get-in-touch .gt-item p {
  margin-bottom: 0
}

.get-in-touch-red {
  padding: 48px 0 51px 0;
  background: var(--Grey-1, linear-gradient(73deg, #c7c6c6 -74.4%, #f1f1f1 23.15%))
}

@media(max-width: 767px) {
  .get-in-touch-red {
      padding: 35px 0 60px 0
  }
}

.get-in-touch-red .h4 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background: var(--Select-Heading, linear-gradient(268deg, #b72a55 -27.31%, #8a2a47 33.28%, #240f13 107.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 50px
}

@media(max-width: 767px) {
  .get-in-touch-red .h4 {
      margin-bottom: 26px;
      font-size: 24px
  }
}

.get-in-touch-red .gt-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.get-in-touch-red .gt-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  background: linear-gradient(77deg, #5f0d16 0%, #b43140 98.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .get-in-touch-red .gt-item a {
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 14px;
      margin-bottom: 5px
  }
}

.get-in-touch-red .gt-item figure {
  margin: 0 17px 0 0
}

@media(max-width: 767px) {
  .get-in-touch-red .gt-item figure {
      margin: 0 0px 6px 0
  }
}

.get-in-touch-red .gt-item figure img {
  width: 74px;
  height: 74px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media(max-width: 767px) {
  .get-in-touch-red .gt-item figure img {
      width: 54px;
      height: 54px
  }
}

.get-in-touch-red .gt-item p {
  margin-bottom: 0
}


.customer-friendly {
  margin: 0px 0 0 0;
  padding: 35px 0 15px 0;
  background: #9D1D27;
}

.customer-friendly .customer-friendly-inner .cf-heading {
  color: #BC3B45;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 3.6px;
}

@media (max-width: 767px) {
  .customer-friendly .customer-friendly-inner .cf-heading {
    color: #D23643;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
  }
  .customer-friendly .customer-friendly-inner .cf-heading span {
    display: block;
    color: #D23643;
    font-family: "Inter";
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: -0.3px;
    padding-top: 4px;
  }
}

.customer-friendly .customer-friendly-inner .cf-sub-heading {
  color: #BC3B45;
  font-family: "Inter";
  font-size: 77px;
  font-style: normal;
  font-weight: 900;
  line-height: 77px;
  letter-spacing: -0.77px;
  padding-top: 6px;
}

@media (max-width: 767px) {
  .customer-friendly .customer-friendly-inner .cf-sub-heading {
    color: #D23643;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: -0.5px;
    padding-top: 4px;
  }
  .customer-friendly .customer-friendly-inner .cf-sub-heading span {
    display: block;
    color: #D23643;
    font-family: "Inter";
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    letter-spacing: -0.3px;
    padding-top: 6px;
  }
}
.os-animation {
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}


.ashv-navigation {
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  z-index: 1
}

.ashv-navigation .snav-wraper {
  height: auto
}

.ashv-navigation .snav-wraper .secondary-nav {
  height: auto
}

.ashv-navigation .snav-wraper .secondary-nav.sticky {
  top: 105px
}

.ashv-navigation .snav-wraper .secondary-nav ul {
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.ashv-navigation .snav-wraper .secondary-nav ul li {
  margin: 0 !important
}

.ashv-navigation .snav-wraper .secondary-nav ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 16px 5px;
  display: inline-block
}

.ashv-navigation .snav-wraper .secondary-nav ul li a:hover,
.ashv-navigation .snav-wraper .secondary-nav ul li a.active {
  color: #111010;
  position: relative
}

@media(max-width: 767px) {
  .ashv-navigation .snav-wraper .secondary-nav ul li a {
    padding: 16px 18px
  }
}

.ashv-navigation .snav-wraper .secondary-nav ul li a.btn-apply {
  border-radius: 40px;
  background: #912a2c;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 10px 20px
}

.ashv-navigation .snav-wraper .secondary-nav ul li a.btn-apply::after {
  display: none
}

@media(max-width: 767px) {
  .ashv-navigation .snav-wraper .secondary-nav ul li a.btn-apply {
    margin: 0px 18px
  }
}

.ashv-navigation .snav-wraper .secondary-nav ul li a.fees {
  color: #912a2c;
  font-size: 14px;
  font-weight: 700;
  line-height: normal
}

.ashv-navigation .snav-wraper .secondary-nav ul li a.fees:after {
  display: none
}

.ashv-navigation.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 100px;
  z-index: 2
}

@media(max-width: 767px) {
  .ashv-navigation.sticky {
    top: 112px
  }
}

.ashv-navigation .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media(max-width: 991px) {
  .ashv-navigation .container {
    max-width: 100%
  }
}
.common-video-feature {
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/metal/metal-changes/bg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed;
  height: 100vh;
  position: relative
}

@media(max-width: 767px) {
  .common-video-feature {
    height: 100%
  }
}

.common-video-feature .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  opacity: 1;
  height: 100%
}

.common-video-feature .embed-responsive:before {
  padding-top: 50.7%
}

@media(max-width: 767px) {
  .common-video-feature .embed-responsive:before {
    padding-top: 100vh
  }
}

.common-video-feature .embed-responsive .embed-responsive-item,
.common-video-feature .embed-responsive iframe,
.common-video-feature .embed-responsive embed,
.common-video-feature .embed-responsive object,
.common-video-feature .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover
}

@media(max-width: 767px) {

  .common-video-feature .embed-responsive .embed-responsive-item,
  .common-video-feature .embed-responsive iframe,
  .common-video-feature .embed-responsive embed,
  .common-video-feature .embed-responsive object,
  .common-video-feature .embed-responsive video {
    object-fit: cover
  }
}

.common-video-feature .banner-video {
  position: absolute;
  width: 100%;
  top: 75px;
  z-index: 1
}

@media(max-width: 767px) {
  .common-video-feature .banner-video {
    top: 40px;
    left: 20px
  }
}

.common-video-feature .banner-video .head-h1 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  line-height: 55.67px
}

@media(max-width: 767px) {
  .common-video-feature .banner-video .head-h1 {
    font-size: 32px;
    line-height: 38px
  }
}

.common-video-feature .banner-video .btn-box .btn-red {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 25px;
  background: linear-gradient(90deg, #40010A 0%, #840114 100%);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .3s;
  gap: 10px
}

@media(max-width: 767px) {
  .common-video-feature .banner-video .btn-box.MT40 {
    margin-top: 15px
  }
}

.common-video-feature .videoPlay {
  width: 68px;
  height: 68px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -34px;
  margin-left: -34px;
  z-index: 2;
  cursor: pointer
}

.common-video-feature .videoPlay img.icon-play {
  display: block
}

.common-video-feature .videoPlay img.icon-stop {
  display: none
}

.common-video-feature .videoPlay.stop img.icon-play {
  display: none
}

.common-video-feature .videoPlay.stop img.icon-stop {
  display: block
}

.common-video-feature .videoPlay img {
  width: 100%;
  height: 100%
}

.common-video-feature .videoPlay.metal-common.stop img.icon-play {
  display: none
}

.common-video-feature .videoPlay.metal-common.stop img.icon-stop {
  display: none !important
}

.common-video-feature:hover .videoPlay.metal-common.stop img.icon-play {
  display: none
}

.common-video-feature:hover .videoPlay.metal-common.stop img.icon-stop {
  display: block !important
}

/* bredcrumb css  */
.breadcrumb-wrap {
  padding-top: 20px
}

.breadcrumb-wrap nav {
  display: inline-block
}

.breadcrumb-wrap nav .breadcrumb {
  background: #e8e8e8;
  margin-bottom: 0
}

@media(max-width: 767px) {
  .breadcrumb-wrap {
      display: none
  }
}

.white-box,
.accordian .tog_cont,
.accordian .trgr,
.search-bxIn .search-ad .ad-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .22)
}

.banner-brdcrumb.breadcrumb-wrap {
  position: absolute;
  z-index: 2
}
.breadcrumb-wrap {
  padding-top: 20px
}

.explorer11 .blog-main .breadcrumb-wrap nav {
  display: inline
}

.breadcrumb-wrap nav {
  display: inline-block
}

.breadcrumb-wrap nav .breadcrumb {
  margin-bottom: 0
}

.breadcrumb-wrap nav .breadcrumb.op1 {
  background: #f3f3f3
}

@media(max-width: 767px) {
  .breadcrumb-wrap {
      display: none
  }
}

/* .banner-brdcrumb.breadcrumb-wrap {
  position: absolute;
  z-index: 1
} */

.banner-brdcrumb.breadcrumb-wrap .breadcrumb {
  font-weight: 500
}

.banner-brdcrumb.breadcrumb-wrap .breadcrumb-item {
  font-weight: 500;
  font-family: "Inter", sans-serif
}

.banner-brdcrumb.breadcrumb-wrap .breadcrumb-item a {
  color: #4f4e4e
}

.breadcrumb {
  background-color: #f3f3f3;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 13px;
  text-transform: uppercase;
  color: #767676
}

.breadcrumb a {
  color: #767676
}

.breadcrumb-wrap {
  padding-top: 20px
}

.breadcrumb-wrap nav {
  display: inline-block
}

.breadcrumb-wrap nav .breadcrumb {
  background: #e8e8e8;
  margin-bottom: 0
}

@media(max-width: 767px) {
  .breadcrumb-wrap {
      display: none
  }
}
.breadcrumb {
  padding: 5px 20px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 13px;
  background: inherit;
  color: #767676;
  font-weight: 500
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "";
  color: #9d1d27;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.breadcrumb a {
  color: #4f4e4e
}

.breadcrumb li:last-child a {
  color: #767676;
  pointer-events: none
}

.breadcrumb-wrap {
  padding-top: 20px
}

.explorer11 .blog-main .breadcrumb-wrap nav {
  display: inline
}

.breadcrumb-wrap nav {
  display: inline-block
}

.breadcrumb-wrap nav .breadcrumb {
  margin-bottom: 0
}

.breadcrumb-wrap nav .breadcrumb.op1 {
  background: #f3f3f3
}

@media(max-width: 767px) {
  .breadcrumb-wrap {
      display: none
  }
}
.common-lp-slider-comp,
.common-lp-slider {
  position: relative
}

.common-lp-slider-comp .slideup-motif,
.common-lp-slider .slideup-motif {
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -115px;
  z-index: 2;
  mix-blend-mode: luminosity;
  opacity: .4
}

@media(max-width: 767px) {

  .common-lp-slider-comp .slideup-motif,
  .common-lp-slider .slideup-motif {
    top: -50px;
    left: 50%;
    margin-left: -80px
  }

  .common-lp-slider-comp .slideup-motif img,
  .common-lp-slider .slideup-motif img {
    max-width: 80px
  }
}

.common-lp-slider-comp .slidebot-motif,
.common-lp-slider .slidebot-motif {
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -115px;
  z-index: 2;
  mix-blend-mode: luminosity;
  opacity: .4
}

@media(max-width: 767px) {

  .common-lp-slider-comp .slidebot-motif,
  .common-lp-slider .slidebot-motif {
    bottom: -60px;
    left: 50%;
    margin-left: -80px
  }

  .common-lp-slider-comp .slidebot-motif img,
  .common-lp-slider .slidebot-motif img {
    max-width: 80px
  }
}

.common-lp-slider-comp .horizontal-scroll-section,
.common-lp-slider-comp .common-lp-slider-swiper-container,
.common-lp-slider .horizontal-scroll-section,
.common-lp-slider .common-lp-slider-swiper-container {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden
}

.common-lp-slider-comp .common-lp-slider,
.common-lp-slider .common-lp-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.common-lp-slider-comp .common-lp-slider.slide1,
.common-lp-slider .common-lp-slider.slide1 {
  background: #480d07
}

.common-lp-slider-comp .common-lp-slider.slide2,
.common-lp-slider .common-lp-slider.slide2 {
  background: #0c465a
}

.common-lp-slider-comp .common-lp-slider.slide3,
.common-lp-slider .common-lp-slider.slide3 {
  background: #480d07
}

.common-lp-slider-comp .common-lp-slider .slider-content,
.common-lp-slider .common-lp-slider .slider-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-width: 991px) {

  .common-lp-slider-comp .common-lp-slider .slider-content,
  .common-lp-slider .common-lp-slider .slider-content {
    -ms-flex-align: center;
    align-items: center
  }
}

.common-lp-slider-comp .common-lp-slider img,
.common-lp-slider .common-lp-slider img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0
}

@media(max-width: 1366px) {

  .common-lp-slider-comp .common-lp-slider img,
  .common-lp-slider .common-lp-slider img {
    max-width: 55%
  }
}

@media(max-width: 991px) {

  .common-lp-slider-comp .common-lp-slider img,
  .common-lp-slider .common-lp-slider img {
    position: relative;
    max-width: 100%
  }
}

.common-lp-slider-comp .common-lp-slider .sldrh2,
.common-lp-slider .common-lp-slider .sldrh2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--Linear-02, linear-gradient(208deg, #F1F0F0 15%, #8A8A8A 32%, #F1F0F0 53.5%, #8A8A8A 75%, #F1F0F0 95%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
  max-width: 490px;
  margin-bottom: 14px
}

.common-lp-slider-comp .common-lp-slider .sldrh2.os-animation,
.common-lp-slider .common-lp-slider .sldrh2.os-animation {
  opacity: 0;
  transition: opacity .5s ease-out
}

.common-lp-slider-comp .common-lp-slider .sldrh2.os-animation.active,
.common-lp-slider .common-lp-slider .sldrh2.os-animation.active {
  opacity: 1
}

@media(max-width: 1366px) {

  .common-lp-slider-comp .common-lp-slider .sldrh2,
  .common-lp-slider .common-lp-slider .sldrh2 {
    margin-left: -50px
  }
}

@media(max-width: 991px) {

  .common-lp-slider-comp .common-lp-slider .sldrh2,
  .common-lp-slider .common-lp-slider .sldrh2 {
    font-size: 30px;
    text-align: center;
    max-width: 298px;
    margin: 0 auto 14px
  }
}

.common-lp-slider-comp .common-lp-slider .sldrh3,
.common-lp-slider .common-lp-slider .sldrh3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: var(--Linear-02, linear-gradient(208deg, #F1F0F0 15%, #8A8A8A 32%, #F1F0F0 53.5%, #8A8A8A 75%, #F1F0F0 95%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
  max-width: 450px
}

.common-lp-slider-comp .common-lp-slider .sldrh3.os-animation,
.common-lp-slider .common-lp-slider .sldrh3.os-animation {
  opacity: 0;
  transition: opacity .5s ease-out
}

.common-lp-slider-comp .common-lp-slider .sldrh3.os-animation.active,
.common-lp-slider .common-lp-slider .sldrh3.os-animation.active {
  opacity: 1
}

@media(max-width: 1366px) {

  .common-lp-slider-comp .common-lp-slider .sldrh3,
  .common-lp-slider .common-lp-slider .sldrh3 {
    margin-left: -50px
  }
}

@media(max-width: 991px) {

  .common-lp-slider-comp .common-lp-slider .sldrh3,
  .common-lp-slider .common-lp-slider .sldrh3 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-left: 0
  }
}
.common-intro-metal-card {
  background: var(--Metal-2, linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%));
  position: relative;
  padding: 110px 0 70px
}

@media(max-width: 767px) {
  .common-intro-metal-card {
    padding: 80px 0 50px
  }
}

/* .common-intro-metal-card::before {
  content: "";
  background: url(../../../content/dam/idfcfirstbank/images/heritage-cc/common-lp/common_ashv_mayura_bg.png) repeat top center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
} */

.common-intro-metal-card {
  background-image: url("../../../content/dam/idfcfirstbank/images/heritage-cc/common-lp/clp-desktop-metalc-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 110px 0 70px
}

@media(max-width: 767px) {
  .common-intro-metal-card {
      padding: 80px 0 50px;
      background-image: url("../../../content/dam/idfcfirstbank/images/heritage-cc/common-lp/clp-mobile-metalc-bg.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center
  }
}

.common-intro-metal-card .introMidContent {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 30px
}

.common-intro-metal-card .introMidContent .headH2 {
  background: var(--Linear-Silver-001, linear-gradient(138deg, #999 -15.44%, #EFEFEF 0.15%, #CACACA 18.04%, #EFEFEF 37.09%, #CACACA 58.44%, #999 76.91%, #EFEFEF 87.3%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  max-width: 690px;
  margin: 0 auto
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .headH2 {
    font-size: 30px;
    letter-spacing: -0.3px
  }
}

.common-intro-metal-card .introMidContent .headH2 span {
  display: block;
  background: var(--Linear-Silver-001, linear-gradient(138deg, #999 -15.44%, #EFEFEF 0.15%, #CACACA 18.04%, #EFEFEF 37.09%, #CACACA 58.44%, #999 76.91%, #EFEFEF 87.3%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .headH2 span {
    font-size: 26px;
    letter-spacing: -0.26px
  }
}

.common-intro-metal-card .introMidContent .headH3 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
  background: var(--Linear-Silver-001, linear-gradient(138deg, #999 -15.44%, #EFEFEF 0.15%, #CACACA 18.04%, #EFEFEF 37.09%, #CACACA 58.44%, #999 76.91%, #EFEFEF 87.3%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  padding: 26px 0
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .headH3 {
    font-size: 18px;
    letter-spacing: -0.18px
  }
}

.common-intro-metal-card .introMidContent .ashva-metal-card {
  display: -ms-flexbox;
  display: flex;
  padding: 26px 29.5px 31.907px 29.5px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background: var(--Linear-01, linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%));
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin-bottom: 32px
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .ashva-metal-card {
    padding: 20px;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.common-intro-metal-card .introMidContent .ashva-metal-card .cardImg {
  padding: 0
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .ashva-metal-card .cardImg img {
    max-width: 100%
  }
}

.common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content {
  padding-left: 40px
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content {
    padding-left: 0
  }
}

.common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .headH4 {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(94deg, #5D2227 -0.76%, #BB1624 26.03%, #5D2227 47.43%, #BB1624 69.44%, #5D2227 96.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .headH4 {
    font-size: 22px;
    margin-top: 12px
  }
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content picture img {
    width: 100%
  }
}

.common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .para {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 22px;
  background: var(--Red-001, linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .para {
    font-size: 16px;
    text-align: center
  }
}

.common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .fees {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--Red-001, linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 22px
}

.common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .fees strong {
  font-weight: 700
}

.common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .fees sup {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--Red-001, linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .fees {
    font-size: 12px;
    text-align: center
  }
}

.common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .btn-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .btn-box {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .btn-box .btn-know-more {
  border-radius: 40px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .btn-box .btn-know-more {
    margin-bottom: 15px
  }
}

.common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .btn-box .btn-know-more span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .btn-box .btn-know-more span {
    font-size: 14px
  }
}

.common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .btn-box .btn-apply {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  background: var(--Metal-2, linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  padding: 0
}

.common-intro-metal-card .introMidContent .ashva-metal-card .common-intro-content .btn-box .btn-apply span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #332b28;
  border-bottom: 1px solid #332b28
}

.common-intro-metal-card .introMidContent .mayura-metal-card {
  display: -ms-flexbox;
  display: flex;
  padding: 26px 29.5px 31.907px 29.5px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background: var(--Linear-01, linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%));
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25)
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .mayura-metal-card {
    padding: 20px;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.common-intro-metal-card .introMidContent .mayura-metal-card .cardImg {
  padding: 0
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .mayura-metal-card .cardImg img {
    max-width: 100%
  }
}

.common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content {
  padding-left: 40px
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content {
    padding-left: 0
  }
}

.common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .headH4 {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--Blue-001, linear-gradient(94deg, #22245D 31.58%, #3A519F 61.77%, #23225D 82.24%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .headH4 {
    font-size: 22px;
    margin-top: 12px
  }
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content picture img {
    width: 100%
  }
}

.common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .para {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 22px;
  background: var(--Blue-001, linear-gradient(94deg, #22245D 31.58%, #3A519F 61.77%, #23225D 82.24%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .para {
    font-size: 16px;
    text-align: center
  }
}

.common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .fees {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--Blue-001, linear-gradient(94deg, #22245D 31.58%, #3A519F 61.77%, #23225D 82.24%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 22px
}

.common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .fees strong {
  font-weight: 700
}

.common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .fees sup {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--Blue-001, linear-gradient(94deg, #22245D 31.58%, #3A519F 61.77%, #23225D 82.24%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .fees {
    font-size: 12px;
    text-align: center
  }
}

.common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .btn-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .btn-box {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .btn-box .btn-know-more {
  border-radius: 40px;
  border: 1px solid #fcfcf1;
  background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .btn-box .btn-know-more {
    margin-bottom: 15px
  }
}

.common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .btn-box .btn-know-more span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

@media(max-width: 767px) {
  .common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .btn-box .btn-know-more span {
    font-size: 14px
  }
}

.common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .btn-box .btn-apply {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  background: var(--Metal-2, linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  padding: 0
}

.common-intro-metal-card .introMidContent .mayura-metal-card .common-intro-content .btn-box .btn-apply span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #332b28;
  border-bottom: 1px solid #332b28
}
.greenGraTxt {
        background: linear-gradient(103.94deg, #7BB1DF 24.04%, #D5E15A 135.14%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
}

@media (max-width: 767px) {
        .greenGraTxt {
                font-size: 32px;
                line-height: 32px;
        }
}

@media(max-width: 767px) {
        .creditCardsBlog {
                padding-top: 50px;
                padding-bottom: 50px
        }

        .testimonailComp {
                padding-top: 50px
        }
}

.testimonailComp {
        padding-top: 62px
}

.testimonailComp-cards {
        padding: 58px 0 0 0;
        margin: 0 auto
}

.testimonailComp-cards .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.testimonailComp-cards .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.testimonailComp-cards .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.testimonailComp-cards .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.testimonailComp-cards .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.testimonailComp-cards .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.testimonailComp-cards-container {
        overflow: hidden
}

.testimonailComp-cards-container .scrollbar {
        padding-top: 40px
}

.testimonailComp-cards-container .scrollbar .swiper-horizontal>.swiper-scrollbar,
.testimonailComp-cards-container .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: 132px;
        left: 44%;
        z-index: 1
}

@media(max-width: 767px) {

        .testimonailComp-cards-container .scrollbar .swiper-horizontal>.swiper-scrollbar,
        .testimonailComp-cards-container .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
                left: 33%
        }
}

.testimonailComp-cards-container .scrollbar .swiper-scrollbar-drag {
        background: #fab21d
}

.testimonailComp-cards-container .swiper-button-prev {
        background: url(../../../content/dam/idfcfirstbank/images/cc-testimonials-new/arrowlft.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 48px;
        height: 48px;
        left: -90px
}

@media(max-width: 767px) {
        .testimonailComp-cards-container .swiper-button-prev {
                display: none
        }
}

.testimonailComp-cards-container .swiper-button-prev::after {
        content: none
}

.testimonailComp-cards-container .swiper-button-next {
        background: url(../../../content/dam/idfcfirstbank/images/cc-testimonials-new/arrowrgt.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 48px;
        height: 48px;
        right: -90px
}

@media(max-width: 767px) {
        .testimonailComp-cards-container .swiper-button-next {
                display: none
        }
}

.testimonailComp-cards-container .swiper-button-next::after {
        content: none
}

.testimonailComp-cards-container .swiper-slide {
        transition: all 200ms linear;
        height: auto
}

.testimonailComp-cards-container .swiper-slide-prev {
        filter: grayscale(1);
        opacity: 1;
        transform: scale(0.9)
}

.testimonailComp-cards-container .swiper-slide-next {
        filter: grayscale(1);
        transform: scale(0.9);
        opacity: 1
}

.testimonailComp-cards-container .swiper-slide.swiper-slide-active {
        transform: scale(1);
        opacity: 1
}

.testimonailComp-cards-items {
        border-radius: 20px;
        background: #7eb2df;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        padding: 34px 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
}

.testimonailComp-cards-items-ivtImg {
        width: 22px;
        margin-bottom: 22px
}

.testimonailComp-cards-items-text-para {
        color: #fff;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600
}

.testimonailComp-cards-items-info-person {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 600
}

.testimonailComp-cards-items-info-person-city {
        color: #fff;
        font-size: 14px;
        font-weight: 400
}

.testimonailComp-cards-items-info-title {
        color: #fff;
        font-size: 14px;
        font-weight: 700
}

.testimonailComp-cards {
        padding: 58px 0 0 0;
        margin: 0 auto
}

.testimonailComp-cards-container {
        overflow: hidden
}

.testimonailComp-cards-container .scrollbar {
        padding-top: 40px
}

.testimonailComp-cards-container .scrollbar .swiper-horizontal>.swiper-scrollbar,
.testimonailComp-cards-container .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: 132px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1
}

.testimonailComp-cards-container .scrollbar .swiper-scrollbar-drag {
        background: #b0afe3
}

.testimonailComp-cards-container .swiper-button-prev {
        background: url(../../../content/dam/idfcfirstbank/images/cc-testimonials-new/arrowlft.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 48px;
        height: 48px;
        left: -90px;
        z-index: 1
}

@media(max-width: 767px) {
        .testimonailComp-cards-container .swiper-button-prev {
                display: none
        }
}

.testimonailComp-cards-container .swiper-button-prev::after {
        content: none
}

.testimonailComp-cards-container .swiper-button-next {
        background: url(../../../content/dam/idfcfirstbank/images/cc-testimonials-new/arrowrgt.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 48px;
        height: 48px;
        right: -90px;
        z-index: 1
}

@media(max-width: 767px) {
        .testimonailComp-cards-container .swiper-button-next {
                display: none
        }
}

.testimonailComp-cards-container .swiper-button-next::after {
        content: none
}

.testimonailComp-cards-container .swiper-slide {
        transition: all 200ms linear;
        height: auto
}

.testimonailComp-cards-container .swiper-slide-prev {
        opacity: 1;
        transform: scale(0.9)
}

.testimonailComp-cards-container .swiper-slide-next {
        transform: scale(0.9);
        opacity: 1
}

.testimonailComp-cards-container .swiper-slide.swiper-slide-active {
        transform: scale(1);
        opacity: 1
}

.testimonailComp-cards-items {
        border-radius: 20px;
        padding: 34px 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
}

.testimonailComp-cards-items-ivtImg {
        width: 22px;
        margin-bottom: 22px
}

.testimonailComp-cards-items-text-para {
        color: #fff;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600
}

.testimonailComp-cards-items-info-person {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 600
}

.testimonailComp-cards-items-info-person-city {
        color: #fff;
        font-size: 14px;
        font-weight: 400
}

.testimonailComp-cards-items-info-title {
        color: #fff;
        font-size: 14px;
        font-weight: 700
}

.testimonailComp .sectionHead .headH2 {
        text-align: center;
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
        line-height: 52px;
        background: linear-gradient(116deg, #6B2D68 34.06%, #A62E54 54.7%, #D2585D 69.65%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        margin-bottom: 0px
}

@media(max-width: 1199px) {
        .testimonailComp .sectionHead .headH2 {
                font-size: 40px;
                line-height: 42px
        }
}

@media(max-width: 991px) {
        .testimonailComp .sectionHead .headH2 {
                font-size: 34px;
                line-height: 42px
        }
}

@media(max-width: 767px) {
        .testimonailComp .testimonailComp-cards {
                padding-top: 30px !important
        }
}

.testimonailComp .testimonailComp-cards-container .testimonailComp-cards-items {
        filter: grayscale(0) !important;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px)
}

@media(max-width: 1280px) {
        .testimonailComp .testimonailComp-cards-container .swiper-button-prev {
                left: -50px
        }
}

@media(max-width: 1180px) {
        .testimonailComp .testimonailComp-cards-container .swiper-button-prev {
                left: -40px
        }
}

@media(max-width: 991px) {
        .testimonailComp .testimonailComp-cards-container .swiper-button-prev {
                display: none
        }
}

@media(max-width: 1280px) {
        .testimonailComp .testimonailComp-cards-container .swiper-button-next {
                right: -50px
        }
}

@media(max-width: 1180px) {
        .testimonailComp .testimonailComp-cards-container .swiper-button-next {
                right: -40px
        }
}

@media(max-width: 991px) {
        .testimonailComp .testimonailComp-cards-container .swiper-button-next {
                display: none
        }
}

.testimonailComp .scrollbar .swiper-scrollbar-horizontal {
        background: #ededed;
        height: 6px;
        max-width: 132px
}

.testimonailComp .scrollbar .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
        background: #fab21d
}

.grnt-test-millennia .sectionHead .headH2 {
        background: var(--Millennia, linear-gradient(90deg, #00073B 0%, #0D73AE 74.42%, #CFE8F7 107.08%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.grnt-test-millennia .testimonailComp-cards-items {
        background: #b1b1b1
}

.grnt-test-millennia .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-test-millennia .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-test-millennia .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-test-millennia .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-test-millennia .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-test-millennia .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-test-millennia .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-test-millennia .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-test-millennia .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active {
        background: #cedce3
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date {
        border-left-color: #000
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date .txt {
        color: #000
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-ivtImg {
        filter: invert(1)
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-text-para {
        color: #000
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person {
        color: #000
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person .testimonailComp-cards-items-info-person-city {
        color: #000
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-title {
        color: #000
}

.grnt-test-select .testimonailComp-cards-items {
        background: #b1b1b1
}

.grnt-test-select .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-test-select .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-test-select .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-test-select .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-test-select .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-test-select .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-test-select .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-test-select .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-test-select .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active {
        background: #f5dce6
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-ivtImg {
        filter: invert(1)
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date {
        border-left-color: #000
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date .txt {
        color: #000
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-text-para {
        color: #000
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person {
        color: #000
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person .testimonailComp-cards-items-info-person-city {
        color: #000
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-title {
        color: #000
}

.grnt-test-wealth .sectionHead .headH2 {
        background: var(--Wealth-new, linear-gradient(116deg, #0F1B4E 13.97%, #00BEA3 97.77%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.grnt-test-wealth .testimonailComp-cards-items {
        background: #b1b1b1
}

.grnt-test-wealth .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-test-wealth .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-test-wealth .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-test-wealth .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-test-wealth .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-test-wealth .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-test-wealth .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-test-wealth .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-test-wealth .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-test-wealth .testimonailComp-cards-items.swiper-slide-active {
        background: #00b9a0
}

.grnt-test-wealth .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-test-classic .sectionHead .headH2 {
        background: linear-gradient(90deg, #174991 41.6%, #009DDB 95.01%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.grnt-test-classic .testimonailComp-cards-items {
        background: #b1b1b1
}

.grnt-test-classic .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-test-classic .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-test-classic .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-test-classic .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-test-classic .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-test-classic .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-test-classic .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-test-classic .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-test-classic .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active {
        background: #b6dada
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date {
        border-left-color: #000
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date .txt {
        color: #000
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-ivtImg {
        filter: invert(1)
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-text-para {
        color: #000
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person {
        color: #000
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person .testimonailComp-cards-items-info-person-city {
        color: #000
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-title {
        color: #000
}

.grnt-test-wow .sectionHead .headH2 {
        background: linear-gradient(90deg, #51090B 0%, #6C1114 48.5%, #BE0006 87%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        background-clip: text
}

.grnt-test-wow .testimonailComp-cards-items {
        background: #b1b1b1
}

.grnt-test-wow .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-test-wow .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-test-wow .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-test-wow .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-test-wow .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-test-wow .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-test-wow .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-test-wow .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-test-wow .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active {
        background: #f9e5cc
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date {
        border-left-color: #000
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date .txt {
        color: #000
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-ivtImg {
        filter: invert(1)
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-text-para {
        color: #000
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person {
        color: #000
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person .testimonailComp-cards-items-info-person-city {
        color: #000
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-title {
        color: #000
}

.grnt-test-wow .scrollbar .swiper-scrollbar-horizontal {
        margin: 35px auto 0
}

.grnt-test-wow .scrollbar .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
        background: #4c9de9
}

@media(max-width: 767px) {
        .grnt-first-swpy {
                padding-top: 50px !important
        }
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items {
        background: gray
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items.swiper-slide-active {
        background: #edaa42
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-first-swpy .testimonailComp-cards-container .scrollbar {
        display: none
}

.grnt-first-swpy .testimonailComp-cards-container .swiper-swpy-pagination {
        margin-top: 80px;
        position: relative;
        z-index: 1
}

@media(max-width: 991px) {
        .grnt-first-swpy .testimonailComp-cards-container .swiper-swpy-pagination {
                margin-top: 40px
        }
}

.grnt-first-swpy .testimonailComp-cards-container .swiper-swpy-pagination .swiper-pagination-bullet {
        background-color: #d0d0d0;
        border-radius: 4px;
        height: 8px;
        width: 8px;
        margin: 0 3px;
        opacity: 1;
        transition: all .2s ease-in-out
}

.grnt-first-swpy .testimonailComp-cards-container .swiper-swpy-pagination .swiper-pagination-bullet-active {
        background-color: #9b1e26;
        border-radius: 6px;
        height: 12px;
        width: 12px
}

.grnt-first-swpy .testimonailComp-cards-container .swiper-button-next {
        top: auto !important;
        bottom: 0 !important;
        right: calc(50% - 260px) !important;
        transform: translateX(50%) !important
}

.grnt-first-swpy .testimonailComp-cards-container .swiper-button-prev {
        top: auto !important;
        bottom: 0 !important;
        left: calc(50% - 260px) !important;
        transform: translateX(50%) !important
}

.grnt-test-common {
        background: var(--Grey-1, linear-gradient(73deg, #C7C6C6 -74.4%, #F1F1F1 23.15%));
        padding: 60px 0px
}

.grnt-test-common .sectionHead .headH2 {
        background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.grnt-test-common .testimonailComp-cards-items {
        background: gray
}

.grnt-test-common .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-test-common .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-test-common .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-test-common .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-test-common .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-test-common .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-test-common .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-test-common .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-test-common .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-test-common .testimonailComp-cards-items.swiper-slide-active {
        background: #6e685f
}

.grnt-test-common .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-test-common .scrollbar .swiper-scrollbar-horizontal {
        width: 152px;
        height: 20px;
        z-index: 1;
        background: url(../../../content/dam/idfcfirstbank/images/cc-testimonials-new/swiper-btn2.png);
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden
}

.grnt-test-common .scrollbar .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
        background: url(../../../content/dam/idfcfirstbank/images/cc-testimonials-new/swiper-btn.png);
        background-repeat: no-repeat;
        padding: 5px 0;
        background-position: center center
}

.grnt-test-common .swiper-button-next {
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='%23CFCFCF'/%3E%3Cpath d='M14.3281 24L21.1425 18L14.3281 12' stroke='%239D1D27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 38px;
        height: 38px;
        right: -30px
}

@media(max-width: 991px) {
        .grnt-test-common .swiper-button-next {
                width: 28px;
                right: -25px;
                height: 28px
        }
}

.grnt-test-common .swiper-button-prev {
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' transform='matrix(-1 0 0 1 36 0)' fill='%23CFCFCF'/%3E%3Cpath d='M21.6719 24L14.8575 18L21.6719 12' stroke='%239D1D27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 38px;
        height: 38px;
        left: -30px
}

@media(max-width: 991px) {
        .grnt-test-common .swiper-button-prev {
                width: 28px;
                left: -25px;
                height: 28px
        }
}

.grnt-ashva-testimonial {
        background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
        padding-bottom: 62px
}

@media(max-width: 991px) {
        .grnt-ashva-testimonial {
                padding-top: 50px;
                padding-bottom: 50px
        }
}

@media(max-width: 767px) {
        .grnt-ashva-testimonial {
                padding-top: 38px;
                padding-bottom: 38px
        }
}

.grnt-ashva-testimonial .greenGraTxt {
        background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        text-align: center
}

.grnt-ashva-testimonial .testimonailComp-cards {
        padding: 30px 0px 0px
}

@media(max-width: 767px) {
        .grnt-ashva-testimonial .testimonailComp-cards {
                padding: 16px 0px 0px
        }
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items {
        background: #7eb2df;
        filter: grayscale(1) !important;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px)
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide.swiper-slide-active {
        background: #480a14;
        filter: grayscale(0) !important;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px)
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .scrollbar .swiper-scrollbar {
        max-width: 132px
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .scrollbar .swiper-horizontal>.swiper-scrollbar,
.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: 152px;
        height: 20px;
        z-index: 1;
        background: url(../../../content/dam/idfcfirstbank/images/cc-testimonials-new/swiper-btn2.png);
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
        background: url(../../../content/dam/idfcfirstbank/images/cc-testimonials-new/swiper-btn.png);
        background-repeat: no-repeat;
        padding: 5px 0;
        background-position: center center
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-button-next {
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='%23CFCFCF'/%3E%3Cpath d='M14.3281 24L21.1425 18L14.3281 12' stroke='%239D1D27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 38px;
        height: 38px;
        right: -30px
}

@media(max-width: 991px) {
        .grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-button-next {
                width: 28px;
                right: -25px;
                height: 28px
        }
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-button-prev {
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' transform='matrix(-1 0 0 1 36 0)' fill='%23CFCFCF'/%3E%3Cpath d='M21.6719 24L14.8575 18L21.6719 12' stroke='%239D1D27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 38px;
        height: 38px;
        left: -30px
}

@media(max-width: 991px) {
        .grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-button-prev {
                width: 28px;
                left: -25px;
                height: 28px
        }
}

.grnt-ashva-testimonial.grnt-mayura-testimonial {
        padding: 60px 0px
}

@media(max-width: 991px) {
        .grnt-ashva-testimonial.grnt-mayura-testimonial {
                padding: 50px 0px
        }
}

@media(max-width: 767px) {
        .grnt-ashva-testimonial.grnt-mayura-testimonial {
                padding: 38px 0px
        }
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide {
        background: #7eb2df;
        filter: grayscale(1) !important;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px)
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide.swiper-slide-active {
        filter: grayscale(0) !important;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
        background: #08133c
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-earn-test {
        background-color: #fff;
        padding: 60px 0px
}

.grnt-earn-test .sectionHead .headH2 {
        text-align: center;
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
        line-height: 52px;
        color: #252351;
        margin-bottom: 0px;
        background: unset;
        --webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
}

@media(max-width: 1199px) {
        .grnt-earn-test .sectionHead .headH2 {
                font-size: 40px;
                line-height: 42px
        }
}

@media(max-width: 991px) {
        .grnt-earn-test .sectionHead .headH2 {
                font-size: 34px;
                line-height: 42px
        }
}

.grnt-earn-test .testimonailComp-cards-items {
        background: #b1b1b1
}

.grnt-earn-test .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-earn-test .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-earn-test .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-earn-test .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-earn-test .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-earn-test .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-earn-test .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-earn-test .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-earn-test .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active {
        background: #fde9d8
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date {
        border-left-color: #000
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date .txt {
        color: #000
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-ivtImg {
        filter: invert(1)
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-text-para {
        color: #000
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person {
        color: #000
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person .testimonailComp-cards-items-info-person-city {
        color: #000
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-title {
        color: #000
}

.grnt-test-upi {
        padding: 60px 0
}

@media(max-width: 991px) {
        .grnt-test-upi {
                padding: 40px 0
        }
}

.grnt-test-upi .sectionHead .headH2 {
        text-align: center;
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
        line-height: 52px;
        color: #fff;
        margin-bottom: 0px;
        background: unset;
        --webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
}

@media(max-width: 1199px) {
        .grnt-test-upi .sectionHead .headH2 {
                font-size: 40px;
                line-height: 42px
        }
}

@media(max-width: 991px) {
        .grnt-test-upi .sectionHead .headH2 {
                font-size: 34px;
                line-height: 42px
        }
}

.grnt-test-upi .testimonailComp-cards-items {
        background: gray
}

.grnt-test-upi .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-test-upi .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-test-upi .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-test-upi .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-test-upi .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-test-upi .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-test-upi .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-test-upi .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-test-upi .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-test-upi .testimonailComp-cards-items.swiper-slide-active {
        background: #563b80
}

.grnt-test-upi .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-test-upi .scrollbar {
        display: none
}

.grnt-test-upi .swiper-swpy-pagination {
        margin-top: 40px;
        position: relative;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
}

.grnt-test-upi .swiper-swpy-pagination .swiper-pagination-bullet {
        background: #fff;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 5px;
        opacity: 1;
        cursor: pointer
}

.grnt-test-upi .swiper-swpy-pagination .swiper-pagination-bullet-active {
        width: 14px;
        height: 14px;
        background: #fff
}
