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 */
.indca-sibnavbar .snav-wraper {
    height: 55px
}

@media(max-width: 991px) {
    .indca-sibnavbar .snav-wraper {
        height: 55px
    }
}

@media(max-width: 767px) {
    .indca-sibnavbar .snav-wraper {
        height: 51px
    }
}

.indca-sibnavbar .secondary-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    background: rgba(25, 30, 66, .3);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    white-space: nowrap
}

.indca-sibnavbar .secondary-nav .container {
    max-width: 1170px;
    margin: 0 auto
}

@media(max-width: 1180px) {
    .indca-sibnavbar .secondary-nav .container {
        max-width: 100%
    }
}

.indca-sibnavbar .secondary-nav ul:not(.filter) li a::after {
    border-bottom-color: #fff
}

.indca-sibnavbar .secondary-nav ul {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0px
}

@media(max-width: 1199px) {
    .indca-sibnavbar .secondary-nav ul {
        padding-top: 0
    }
}

@media(max-width: 991px) {
    .indca-sibnavbar .secondary-nav ul {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width: 767px) {
    .indca-sibnavbar .secondary-nav ul {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.indca-sibnavbar .secondary-nav ul li {
    margin: 0 16px
}

.indca-sibnavbar .secondary-nav ul li:last-child {
    margin-right: 0
}

.indca-sibnavbar .secondary-nav ul li a {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0
}

@media(max-width: 991px) {
    .indca-sibnavbar .secondary-nav ul li a {
        font-size: 16px
    }
}

.indca-sibnavbar .secondary-nav ul li a strong {
    font-weight: 500;
    color: #fff;
    padding: 17px 0 17px 0;
    display: block
}

@media(max-width: 991px) {
    .indca-sibnavbar .secondary-nav ul li a strong {
        padding: 16px 0px 16px 0px
    }
}

@media(max-width: 767px) {
    .indca-sibnavbar .secondary-nav ul li a strong {
        padding: 14px 0px 14px 0px
    }
}

.indca-sibnavbar .secondary-nav ul li a.active strong {
    font-weight: 500
}

.indca-sibnavbar .secondary-nav ul li a.btn-red {
    justify-content: center;
    padding: 10px 30px !important;
    height: unset;
    min-width: unset;
    border-radius: 25px;
    background: #fff;
    color: #0a0c0b;
    text-align: center;
    white-space: nowrap;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 20px !important;
    transition: all .3s
}

@media(max-width: 991px) {
    .indca-sibnavbar .secondary-nav ul li a.btn-red {
        padding: 6px 20px
    }
}

.indca-sibnavbar .secondary-nav ul li a.btn-red::after {
    display: none
}

@media(max-width: 1180px) {
    .indca-sibnavbar .secondary-nav ul li {
        margin: 0 10px
    }

    .indca-sibnavbar .secondary-nav ul li a.btn-red {
        padding: 6px 20px
    }
}

@media(max-width: 991px) {
    .indca-sibnavbar .secondary-nav ul li {
        margin: 0 16px
    }

    .indca-sibnavbar .secondary-nav ul li a.btn-red {
        padding: 8px 20px
    }
}

.indca-sibnavbar .secondary-nav.sticky {
    top: 105px
}

@media(max-width: 767px) {
    .indca-sibnavbar .secondary-nav.sticky {
        top: 112px
    }
}

.indca-sibnavbar .secondary-nav.sticky ul li a {
    font-size: 16px;
    padding: 0
}

@media(max-width: 991px) {
    .indca-sibnavbar .secondary-nav.sticky ul li a {
        font-size: 16px
    }
}

.first-hello-stickyCta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out;
    z-index: 2;
    text-align: center
}

.first-hello-stickyCta .txt {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0
}

.first-hello-stickyCta .txt .strike {
    text-decoration: line-through;
    font-weight: 400;
    color: #fff
}

.first-hello-stickyCta .btn-box {
    margin-bottom: 10px
}

.first-hello-stickyCta .btn-box:last-child {
    margin-bottom: 0
}

.first-hello-stickyCta .btn-red {
    padding: 12px 25px;
    background: #fff;
    height: unset;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .25);
    border-radius: 40px;
    border-radius: 9999px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #0a0c0b;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto
}
.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
    }
}

.banner-brdcrumb.breadcrumb-wrap {
    position: absolute;
    z-index: 2
}

.breadcrumb {
    padding: 5px 20px !important;
    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
    }
}

.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
}

.hcabc-banner {
    min-height: 650px;
    background: #10131a;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.hcabc-banner .back-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2
}

.hcabc-banner .back-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media(max-width: 1199px) {
    .hcabc-banner {
        min-height: 490px
    }
}

@media(max-width: 991px) {
    .hcabc-banner {
        min-height: 430px
    }
}

@media(max-width: 767px) {
    .hcabc-banner {
        min-height: 680px
    }
}

.hcabc-banner .shadow-light {
    width: 572px;
    height: 743px;
    position: absolute;
    top: -300px;
    opacity: .4;
    right: -60px;
    animation: spotlight 2.6s ease-in-out infinite
}

@media(max-width: 991px) {
    .hcabc-banner .shadow-light {
        width: 412px;
        height: 640px
    }
}

@media(max-width: 767px) {
    .hcabc-banner .shadow-light {
        height: 478px;
        width: 368px;
        top: -92px;
        right: 0%;
        margin: auto;
        left: -40px
    }
}

.hcabc-banner .shadow-light img {
    width: 100%;
    height: 100%
}

.hcabc-banner .hcban-outer {
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.hcabc-banner .hcban-outer .step1 {
    width: 100%;
    height: 100%
}

.hcabc-banner .hcban-box {
    width: 100%;
    height: 100%;
    background: linear-gradient(105.84deg, #0A0C0A 4.17%, #141631 60.77%, #13173C 100%);
    z-index: -1;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    transition: all .5s ease-in-out
}

.hcabc-banner .hcban-box .hcban-intro {
    margin-top: 0;
    opacity: 0;
    transition: all .5s ease-in-out
}

.hcabc-banner .hcban-box .hcban-intro .h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0
}

@media(max-width: 991px) {
    .hcabc-banner .hcban-box .hcban-intro .h3 {
        font-size: 21px;
        line-height: 28px
    }
}

@media(max-width: 767px) {
    .hcabc-banner .hcban-box .hcban-intro .h3 {
        font-size: 24px;
        line-height: 32px
    }
}

.hcabc-banner .hcban-box .hcb-line {
    width: 50%;
    height: 2px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.467818) 17.14%, #FFFFFF 55.43%, rgba(222, 222, 222, 0.680429) 81%, rgba(153, 153, 153, 0) 100%);
    position: absolute;
    bottom: 86px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all .5s ease-in-out;
    z-index: 2
}

@media(max-width: 1199px) {
    .hcabc-banner .hcban-box .hcb-line {
        bottom: 66px
    }
}

@media(max-width: 991px) {
    .hcabc-banner .hcban-box .hcb-line {
        bottom: 58px;
        width: 70%
    }
}

@media(max-width: 767px) {
    .hcabc-banner .hcban-box .hcb-line {
        bottom: 108px;
        width: 90%
    }
}

.hcabc-banner .hcban-box .shadow-lef {
    position: absolute;
    top: 0;
    bottom: -73%;
    left: -562px;
    width: 100%;
    background: conic-gradient(from 180deg at 50% 50%, #25286a 0deg, #232668 0.04deg, #0a0a22 356.13deg, #4c53ea 361deg);
    transform: matrix(0, 1, 1, 0, 0, 0);
    z-index: 1;
    opacity: 0;
    transition: all .5s ease-in-out
}

@media(max-width: 1199px) {
    .hcabc-banner .hcban-box .shadow-lef {
        left: -417px
    }
}

@media(max-width: 991px) {
    .hcabc-banner .hcban-box .shadow-lef {
        left: -368px
    }
}

@media(max-width: 767px) {
    .hcabc-banner .hcban-box .shadow-lef {
        display: none
    }
}

.hcabc-banner .hcban-box .shadow-rig {
    position: absolute;
    top: 0;
    bottom: -73%;
    right: -562px;
    width: 100%;
    background: conic-gradient(from 180deg at 50% 50%, #1e2059 0deg, #232668 0.04deg, #0b0b24 356.13deg, #3c42bb 360deg);
    transform: rotate(90deg);
    z-index: 1;
    opacity: 0;
    transition: all .5s ease-in-out
}

@media(max-width: 1199px) {
    .hcabc-banner .hcban-box .shadow-rig {
        right: -424px
    }
}

@media(max-width: 991px) {
    .hcabc-banner .hcban-box .shadow-rig {
        right: -370px
    }
}

@media(max-width: 767px) {
    .hcabc-banner .hcban-box .shadow-rig {
        top: 0;
        left: -50%;
        bottom: 0;
        right: -50%;
        background-position: bottom center;
        width: 200%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url("data:image/svg+xml,%3Csvg width='390' height='689' viewBox='0 0 390 689' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(../components/content/hello-cc/hello-cc-banner/clientlibs/css/%23paint0_angular_3194_4824_clip_path)' data-figma-skip-parse='true'%3E%3Cg transform='matrix(-0.1785 1.75395e-08 -2.52804e-09 -0.611 364.5 579)'%3E%3CforeignObject x='-1011.15' y='-1011.15' width='2022.3' height='2022.3'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='background:conic-gradient(from 90deg,rgba(247, 247, 247, 1) 0deg,rgba(170, 170, 170, 1) 0.036deg,rgba(0, 0, 0, 1) 358.125deg,rgba(247, 247, 247, 1) 360deg);height:100%25;width:100%25;opacity:1'%3E%3C/div%3E%3C/foreignObject%3E%3C/g%3E%3C/g%3E%3Crect x='543' y='-32' width='1222' height='357' transform='rotate(90 543 -32)' data-figma-gradient-fill='%7B&%2334;type&%2334;:&%2334;GRADIENT_ANGULAR&%2334;,&%2334;stops&%2334;:%5B%7B&%2334;color&%2334;:%7B&%2334;r&%2334;:0.97083336114883423,&%2334;g&%2334;:0.97083336114883423,&%2334;b&%2334;:0.97083336114883423,&%2334;a&%2334;:1.0%7D,&%2334;position&%2334;:0.0%7D,%7B&%2334;color&%2334;:%7B&%2334;r&%2334;:0.66666668653488159,&%2334;g&%2334;:0.66666668653488159,&%2334;b&%2334;:0.66666668653488159,&%2334;a&%2334;:1.0%7D,&%2334;position&%2334;:9.9999997473787516e-05%7D,%7B&%2334;color&%2334;:%7B&%2334;r&%2334;:0.0,&%2334;g&%2334;:0.0,&%2334;b&%2334;:0.0,&%2334;a&%2334;:1.0%7D,&%2334;position&%2334;:0.99479168653488159%7D%5D,&%2334;stopsVar&%2334;:%5B%5D,&%2334;transform&%2334;:%7B&%2334;m00&%2334;:-357.0,&%2334;m01&%2334;:-5.0560893214424141e-06,&%2334;m02&%2334;:543.0,&%2334;m10&%2334;:3.5079083318123594e-05,&%2334;m11&%2334;:-1222.0,&%2334;m12&%2334;:1190.0%7D,&%2334;opacity&%2334;:1.0,&%2334;blendMode&%2334;:&%2334;NORMAL&%2334;,&%2334;visible&%2334;:true%7D'/%3E%3Cg clip-path='url(../components/content/hello-cc/hello-cc-banner/clientlibs/css/%23paint1_angular_3194_4824_clip_path)' data-figma-skip-parse='true'%3E%3Cg transform='matrix(0.165 1.49677e-08 2.75182e-09 -0.614 23 579)'%3E%3CforeignObject x='-1012.06' y='-1012.06' width='2024.13' height='2024.13'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='background:conic-gradient(from 90deg,rgba(247, 247, 247, 1) 0deg,rgba(170, 170, 170, 1) 0.036deg,rgba(0, 0, 0, 1) 358.125deg,rgba(247, 247, 247, 1) 360deg);height:100%25;width:100%25;opacity:1'%3E%3C/div%3E%3C/foreignObject%3E%3C/g%3E%3C/g%3E%3Crect width='1228' height='330' transform='matrix(-4.4818e-09 1 1 9.07133e-08 -142 -35)' data-figma-gradient-fill='%7B&%2334;type&%2334;:&%2334;GRADIENT_ANGULAR&%2334;,&%2334;stops&%2334;:%5B%7B&%2334;color&%2334;:%7B&%2334;r&%2334;:0.97083336114883423,&%2334;g&%2334;:0.97083336114883423,&%2334;b&%2334;:0.97083336114883423,&%2334;a&%2334;:1.0%7D,&%2334;position&%2334;:0.0%7D,%7B&%2334;color&%2334;:%7B&%2334;r&%2334;:0.66666668653488159,&%2334;g&%2334;:0.66666668653488159,&%2334;b&%2334;:0.66666668653488159,&%2334;a&%2334;:1.0%7D,&%2334;position&%2334;:9.9999997473787516e-05%7D,%7B&%2334;color&%2334;:%7B&%2334;r&%2334;:0.0,&%2334;g&%2334;:0.0,&%2334;b&%2334;:0.0,&%2334;a&%2334;:1.0%7D,&%2334;position&%2334;:0.99479168653488159%7D%5D,&%2334;stopsVar&%2334;:%5B%5D,&%2334;transform&%2334;:%7B&%2334;m00&%2334;:330.0,&%2334;m01&%2334;:5.5036452977219597e-06,&%2334;m02&%2334;:-142.0,&%2334;m10&%2334;:2.9935401471448131e-05,&%2334;m11&%2334;:-1228.0,&%2334;m12&%2334;:1193.0%7D,&%2334;opacity&%2334;:1.0,&%2334;blendMode&%2334;:&%2334;NORMAL&%2334;,&%2334;visible&%2334;:true%7D'/%3E%3Cdefs%3E%3CclipPath id='paint0_angular_3194_4824_clip_path'%3E%3Crect x='543' y='-32' width='1222' height='357' transform='rotate(90 543 -32)'/%3E%3C/clipPath%3E%3CclipPath id='paint1_angular_3194_4824_clip_path'%3E%3Crect width='1228' height='330' transform='matrix(-4.4818e-09 1 1 9.07133e-08 -142 -35)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        transform: rotate(0deg);
        mix-blend-mode: color-dodge
    }
}

.hcabc-banner .hcban-box .backshadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #08081E 0%, rgba(8, 8, 30, 0) 50%, #08081E 100%);
    z-index: 1;
    opacity: 0;
    transition: all .5s ease-in-out
}

.hcabc-banner .hcban-box .hcbani-img {
    position: absolute;
    bottom: 86px;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: end;
    z-index: 1
}

@media(max-width: 1199px) {
    .hcabc-banner .hcban-box .hcbani-img {
        bottom: 66px
    }
}

@media(max-width: 991px) {
    .hcabc-banner .hcban-box .hcbani-img {
        bottom: 58px
    }
}

@media(max-width: 767px) {
    .hcabc-banner .hcban-box .hcbani-img {
        bottom: 108px
    }
}

.hcabc-banner .hcban-box .hcbani-img img {
    width: 508px
}

@media(max-width: 1199px) {
    .hcabc-banner .hcban-box .hcbani-img img {
        width: 390px
    }
}

@media(max-width: 991px) {
    .hcabc-banner .hcban-box .hcbani-img img {
        width: 340px
    }
}

@media(max-width: 767px) {
    .hcabc-banner .hcban-box .hcbani-img img {
        width: 279px
    }
}

.hcabc-banner .hcban-box .hcbani-img .hcbani-jason {
    width: 508px;
    position: absolute;
    bottom: -100%;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
    opacity: 0;
    transition: all .6s ease-in-out
}

@media(max-width: 1199px) {
    .hcabc-banner .hcban-box .hcbani-img .hcbani-jason {
        width: 390px
    }
}

@media(max-width: 991px) {
    .hcabc-banner .hcban-box .hcbani-img .hcbani-jason {
        width: 340px
    }
}

@media(max-width: 767px) {
    .hcabc-banner .hcban-box .hcbani-img .hcbani-jason {
        width: 279px;
        right: 0;
        margin: auto;
        left: 0;
        transform: translateX(0)
    }
}

.hcabc-banner .hcban-box .hcbani-img .hcbani-jason svg {
    width: 100%
}

.hcabc-banner .hcban-step2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0a0c0a;
    opacity: 0;
    transition: all .1s ease-in-out
}

@media(max-width: 767px) {
    .hcabc-banner .hcban-step2 {
        position: relative
    }
}

.hcabc-banner .hcban-step2 .hcashback-bread {
    z-index: 3
}

.hcabc-banner .hcban-step2 .hcashback-bread.breadcrumb-wrap {
    padding-top: 30px
}

@media(max-width: 1199px) {
    .hcabc-banner .hcban-step2 .hcashback-bread.breadcrumb-wrap {
        padding-top: 16px
    }
}

.hcabc-banner .hcban-step2 .hcashback-bread.breadcrumb-wrap nav .breadcrumb {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .2)
}

.hcabc-banner .hcban-step2 .hcashback-bread.breadcrumb-wrap nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.hcabc-banner .hcban-step2 .hcashback-bread.breadcrumb-wrap nav .breadcrumb .breadcrumb-item a {
    color: #fff
}

.hcabc-banner .hcaban-main {
    min-height: 650px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0px;
    position: relative;
    z-index: 1
}

@media(max-width: 1199px) {
    .hcabc-banner .hcaban-main {
        min-height: 490px
    }
}

@media(max-width: 991px) {
    .hcabc-banner .hcaban-main {
        min-height: 430px
    }
}

@media(max-width: 767px) {
    .hcabc-banner .hcaban-main {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 40px
    }
}

.hcabc-banner .st4inn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    gap: 30px;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .hcabc-banner .st4inn {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 68px
    }
}

.hcabc-banner .hcaban-left {
    position: relative;
    z-index: 2
}

@media(max-width: 767px) {
    .hcabc-banner .hcaban-left {
        text-align: center;
        max-width: 351px;
        margin: auto
    }
}

.hcabc-banner .hcaban-left .chips {
    display: -ms-flexbox;
    display: flex;
    gap: 6px
}

@media(max-width: 767px) {
    .hcabc-banner .hcaban-left .chips {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hcabc-banner .hcaban-left .backed {
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 6px 10px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, .8);
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 60px;
    margin: 0 0 15px;
    display: block
}

@media(max-width: 767px) {
    .hcabc-banner .hcaban-left .backed {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
        padding: 7px 12px;
        font-weight: 500
    }
}

.hcabc-banner .hcaban-left .high {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    background: linear-gradient(90deg, #37438A 0%, #926295 8.21%, #D45F8F 12.64%, #BD465E 16.88%, #AC333F 20.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 12px
}

@media(max-width: 991px) {
    .hcabc-banner .hcaban-left .high {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 9px
    }
}

@media(max-width: 767px) {
    .hcabc-banner .hcaban-left .high {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto 8px
    }
}

.hcabc-banner .hcaban-left .h1 {
    font-size: 48px;
    line-height: 57px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px
}

@media(max-width: 1199px) {
    .hcabc-banner .hcaban-left .h1 {
        font-size: 38px;
        line-height: 47px
    }
}

@media(max-width: 991px) {
    .hcabc-banner .hcaban-left .h1 {
        font-size: 30px;
        line-height: 38px
    }
}

@media(max-width: 767px) {
    .hcabc-banner .hcaban-left .h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .hcabc-banner .hcaban-left .h1 br {
        display: none
    }
}

.hcabc-banner .hcaban-left .txt {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0
}

@media(max-width: 991px) {
    .hcabc-banner .hcaban-left .txt {
        font-size: 15px;
        line-height: 21px
    }
}

@media(max-width: 767px) {
    .hcabc-banner .hcaban-left .txt {
        font-size: 16px;
        line-height: 23px
    }
}

.hcabc-banner .hcaban-left .txt b {
    font-weight: 700;
    color: #ac333f
}

.hcabc-banner .hcaban-left .white-btn {
    margin-top: 32px;
    padding: 14px 40px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #0a0c0b;
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    background: #fff;
    border-radius: 40px
}

@media(max-width: 767px) {
    .hcabc-banner .hcaban-left .white-btn {
        max-width: 100%;
        margin-top: 40px;
        text-align: center
    }
}

.hcabc-banner .hcaban-right .hcaban-riin {
    position: relative;
    z-index: 1
}

.hcabc-banner .hcaban-right .hcaban-riin .hcaban-ani {
    perspective: 1000px;
    max-width: 420px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin: auto
}

@media(max-width: 1199px) {
    .hcabc-banner .hcaban-right .hcaban-riin .hcaban-ani {
        max-width: 340px
    }
}

@media(max-width: 991px) {
    .hcabc-banner .hcaban-right .hcaban-riin .hcaban-ani {
        max-width: 280px
    }
}

.hcabc-banner .hcaban-right .hcaban-riin .hcaban-ani .hcabanani-box {
    transition: transform .8s ease, opacity .4s ease, visibility .4s ease;
    transform-style: preserve-3d;
    width: 100%;
    will-change: transform, opacity
}

.hcabc-banner .hcaban-right .hcaban-riin .hcaban-ani .hcabanani-box img {
    width: 100%
}

.hcabc-banner .hcaban-right .hcaban-riin .hcaban-ani .hcabanani-box.is-hidden {
    transform: rotateY(180deg);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden
}

.hcabc-banner .hcaban-right .hcaban-riin .hcaban-ani .hcabanani-box.is-active {
    transform: rotateY(0deg);
    opacity: 1;
    position: relative;
    visibility: visible
}

.hcabc-banner .hcaban-right .hcaban-riin .hcaban-back {
    position: absolute;
    height: 601px;
    bottom: -165px;
    left: -250px;
    display: block;
    right: -250px;
    width: 1000px;
    z-index: -1;
    margin: 0 auto
}

@media(max-width: 991px) {
    .hcabc-banner .hcaban-right .hcaban-riin .hcaban-back {
        height: 471px;
        bottom: -130px;
        left: -220px;
        right: -220px;
        width: 690px
    }
}

@media(max-width: 767px) {
    .hcabc-banner .hcaban-right .hcaban-riin .hcaban-back {
        width: 690px;
        height: 556px;
        left: -180px;
        right: -180px;
        bottom: -377px
    }
}

.hcabc-banner .hcaban-right .hcaban-riin .hcaban-back img {
    width: 100%;
    height: 100%
}

@keyframes spotlight {
    0% {
        transform: translate(0, 0);
        opacity: .4
    }

    50% {
        transform: matrix(0.9, -0.43, 0.43, 0.9, 0, 0);
        opacity: .4
    }

    100% {
        transform: translate(0, 0);
        opacity: .4
    }
}
.hcabc-overview {
  padding: 60px 0;
  overflow: hidden;
  position: relative
}

@media(max-width: 1199px) {
  .hcabc-overview {
    padding: 40px 0px
  }
}

.hcabc-overview .cursor-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  -webkit-clip-path: circle(0% at center);
  clip-path: circle(0% at center)
}

.hcabc-overview .cursor-img img {
  width: 100%
}

.hcabc-overview .saintovr-desc {
  max-width: 75%;
  margin: auto;
  position: relative;
  z-index: 2
}

@media(max-width: 767px) {
  .hcabc-overview .saintovr-desc {
    max-width: 100%
  }
}

.hcabc-overview .saintovr-desc .h2 {
  font-size: 40px;
  line-height: 47px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px
}

.hcabc-overview .saintovr-desc .h2 b {
  background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1199px) {
  .hcabc-overview .saintovr-desc .h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 18px
  }
}

@media(max-width: 991px) {
  .hcabc-overview .saintovr-desc .h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px
  }

  .hcabc-overview .saintovr-desc .h2:last-child {
    margin-bottom: 0
  }
}

@media(max-width: 767px) {
  .hcabc-overview .saintovr-desc .h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 14px
  }
}

.hcabc-overview .saintovr-desc .txt {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #d2d3dc;
  margin-bottom: 16px
}

.hcabc-overview .saintovr-desc .txt:last-child {
  margin-bottom: 0
}

@media(max-width: 1199px) {
  .hcabc-overview .saintovr-desc .txt {
    margin-bottom: 16px;
    line-height: 22px
  }
}

@media(max-width: 991px) {
  .hcabc-overview .saintovr-desc .txt br {
    display: none
  }
}

.hcabc-overview .saintovr-desc .txt:last-child {
  margin-bottom: 0
}

.hcabc-overview .saintovr-desc .readmore {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  padding: 11px 23px;
  margin: 16px auto 0px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 200px;
  display: block;
  border: 1px solid rgba(255, 255, 255, .6)
}

@media(max-width: 991px) {
  .hcabc-overview .saintovr-desc .readmore {
    line-height: 15px
  }
}

@media(max-width: 767px) {
  .hcabc-overview .saintovr-desc .readmore {
    line-height: 18px;
    padding: 11px 23px
  }
}

.hcabc-overview .cursor {
  position: absolute;
  width: 200px;
  height: 200px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(238, 174, 202, 0) 0%, rgb(10, 12, 10) 90%);
  transform: translate(-50%, -50%);
  z-index: 1
}
.hcabc-cashback {
  background: #0a0c0a;
  position: relative;
  overflow: hidden;
  z-index: 2
}

.hcabc-cashback .hcshb-back-use {
  position: relative;
  z-index: 1
}

.hcabc-cashback .hcshb-back-use .backse-img {
  position: absolute;
  inset: 0;
  z-index: -1
}

.hcabc-cashback .hcshb-back-use .backse-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.hcabc-cashback .hcshb-main {
  position: relative;
  background: #0a0c0a
}

.hcabc-cashback .hcshb-main .hcshb-first-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  opacity: 0;
  margin: auto;
  visibility: hidden;
  pointer-events: none;
  height: calc(100vh - 104px);
  z-index: 10;
  transform: translateY(200px);
  transition: all 1s ease-in
}

.hcabc-cashback .hcshb-main .hcshb-first-box.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  transition: all 1s ease-in
}

.hcabc-cashback .hcshb-main .hcshb-first-box.is-active .hcshbfi-main {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s ease-in
}

.hcabc-cashback .hcshb-main .hcshb-first-box.is-remove {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: rotateY(90deg);
  transition: all 1s ease-in-out
}

.hcabc-cashback .hcshb-main .hcshb-second-box {
  opacity: 0;
  visibility: hidden
}

.hcabc-cashback .hcshb-main .hcshb-second-box.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.hcabc-cashback .hcshb-first-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.hcabc-cashback .hcshb-first-box .backfi-img {
  position: absolute;
  inset: 0;
  z-index: -1
}

.hcabc-cashback .hcshb-first-box .backfi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hcabc-cashback .hcshb-first-box .hcshbfi-main .hcshbfi-top-logo {
  text-align: center
}

.hcabc-cashback .hcshb-first-box .hcshbfi-main .hcshbfi-top-logo img {
  max-width: 205px;
  margin: auto
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-first-box .hcshbfi-main .hcshbfi-top-logo img {
    max-width: 165px
  }
}

.hcabc-cashback .hcshb-first-box .hcshbfi-main .hcshbfi-top-logo svg {
  max-width: 205px;
  margin: auto
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-first-box .hcshbfi-main .hcshbfi-top-logo svg {
    max-width: 165px
  }
}

.hcabc-cashback .hcshb-first-box .hcshbfi-main .hcshbfi-desc {
  text-align: center;
  margin-top: 32px
}

.hcabc-cashback .hcshb-first-box .hcshbfi-main .hcshbfi-desc .h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px
}

@media(max-width: 1199px) {
  .hcabc-cashback .hcshb-first-box .hcshbfi-main .hcshbfi-desc .h3 {
    font-size: 35px;
    line-height: 42px
  }
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-first-box .hcshbfi-main .hcshbfi-desc .h3 {
    font-size: 30px;
    line-height: 38px
  }
}

.hcabc-cashback .hcshb-first-box .hcshbfi-main .hcshbfi-desc .h3 b {
  background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text
}

.hcabc-cashback .hcshb-second-box {
  position: relative;
  z-index: 1;
  height: calc(100vh - 104px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: clip
}

.hcabc-cashback .hcshb-second-box .backse-img {
  position: absolute;
  inset: 0;
  z-index: -1
}

.hcabc-cashback .hcshb-second-box .backse-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hcabc-cashback .hcshb-second-box::before {
  content: "";
  position: absolute;
  width: 1422px;
  height: 342px;
  left: -71px;
  right: -70px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  filter: blur(210.313px);
  bottom: 0;
  background: #252c69;
  opacity: .7
}

.hcabc-cashback .hcshb-second-box .hcsbse-left {
  background: rgba(255, 255, 255, .05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding: 60px 20px 20px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden
}

@media(max-width: 1199px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-left {
    padding: 50px 15px 15px
  }
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .backinle-img {
  position: absolute;
  inset: 0;
  z-index: -1
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .backinle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-top-window {
  position: relative
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-top-window .hcsbsel-top-strip {
  position: relative
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-top-window .hcsbselt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: none
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-top-window .hcsbselt-box .hcsbselt-num {
  margin-bottom: 8px
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-top-window .hcsbselt-box .hcsbselt-num .h3 {
  font-size: 210px;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(132deg, #536098 5%, #BE59C4 20%, #EA5492 45%, #E55471 67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text
}

@media(max-width: 1199px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-top-window .hcsbselt-box .hcsbselt-num .h3 {
    font-size: 160px
  }
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-top-window .hcsbselt-box .hcsbselt-num .h3 {
    font-size: 100px
  }
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-top-window .hcsbselt-box .hcsbselt-num .h3 .per {
  font-size: 103px;
  color: #e55472;
  -webkit-text-fill-color: #e55472
}

@media(max-width: 1199px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-top-window .hcsbselt-box .hcsbselt-num .h3 .per {
    font-size: 85px
  }
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-top-window .hcsbselt-box .hcsbselt-num .h3 .per {
    font-size: 65px
  }
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-top-window .hcsbselt-box .txt {
  font-size: 32px;
  color: #fff;
  font-weight: 400
}

@media(max-width: 1199px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-top-window .hcsbselt-box .txt {
    font-size: 24px
  }
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-top-window .hcsbselt-box .txt {
    font-size: 21px
  }
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-top-window .hcsbselt-box .txt:last-child {
  margin-bottom: 0
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-tap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  position: relative
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-tap::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 33.33%;
  height: 1px;
  background: rgba(255, 255, 255, .6);
  transition: transform .4s ease;
  z-index: 2
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-tap:has(.tapping:nth-child(1).active)::before {
  transform: translateX(0)
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-tap:has(.tapping:nth-child(2).active)::before {
  transform: translateX(100%)
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-tap:has(.tapping:nth-child(3).active)::before {
  transform: translateX(200%)
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-tap .tapping {
  font-size: 14px;
  padding: 15px 5px;
  text-align: center;
  color: #fff;
  opacity: .3;
  cursor: pointer;
  transition: opacity .3s
}

.hcabc-cashback .hcshb-second-box .hcsbse-left .hcsbsel-tap .tapping.active {
  opacity: 1
}

.hcabc-cashback .hcshb-second-box .hcsbse-right {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-images-window {
  height: calc(100vh - 190px);
  border-radius: 20px;
  overflow: hidden;
  position: relative
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-images-window .hcsbseri-images-strip {
  position: relative;
  height: 100%
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-images-window .hcsbseri-imgbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-images-window .hcsbseri-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 5
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window {
    left: 12px;
    right: 12px;
    bottom: 12px
  }
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-cont-strip {
  position: relative
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(108, 108, 108, .4);
  backdrop-filter: blur(64px);
  -webkit-backdrop-filter: blur(64px);
  border-radius: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in {
  padding: 20px 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px auto;
  grid-template-columns: 170px auto;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media(max-width: 1199px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in {
    padding: 12px 26px
  }
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in {
    padding: 12px 22px;
    -ms-grid-columns: 120px auto;
    grid-template-columns: 120px auto
  }
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 178px;
  bottom: 20px;
  border-left: 1px solid rgba(255, 255, 255, .2);
  width: 2px
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in::before {
    left: 126px
  }
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-lecon {
  padding: 15px 24px 15px 0px
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-lecon {
    padding: 10px 15px 10px 0px
  }
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-lecon .h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px
}

@media(max-width: 1199px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-lecon .h3 {
    font-size: 35px;
    line-height: 43px
  }
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-lecon .h3 {
    font-size: 30px;
    line-height: 38px
  }
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-lecon .txt {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0
}

@media(max-width: 1199px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-lecon .txt {
    font-size: 20px;
    line-height: 27px
  }
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-lecon .txt {
    font-size: 17px;
    line-height: 26px
  }
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-ricon {
  padding: 15px 0px 15px 0px
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-ricon .hcbcoinri-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23px auto;
  grid-template-columns: 23px auto;
  gap: 6px
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-ricon .hcbcoinri-card {
    -ms-grid-columns: 20px auto;
    grid-template-columns: 20px auto;
    gap: 5px
  }
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-ricon .hcbcoinri-card+.hcbcoinri-card {
  margin-top: 8px
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-ricon .hcbcoinri-card+.hcbcoinri-card {
    margin-top: 5px
  }
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-ricon .hcbcoinri-card .hcbcoinrc-img img {
  max-width: 23px
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-ricon .hcbcoinri-card .hcbcoinrc-img img {
    max-width: 20px
  }
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-ricon .hcbcoinri-card .hcbcoinrc-desc .txt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-ricon .hcbcoinri-card .hcbcoinrc-desc .txt {
    font-size: 13px;
    line-height: 19px
  }
}

.hcabc-cashback .hcshb-second-box .hcsbse-right .hcsbseri-cont-window .hcsbseri-contbox .hcsbsericonb-in .hcbcoin-ricon .hcbcoinri-card .hcbcoinrc-desc .txt a {
  color: #fff;
  text-decoration: underline
}

.hcabc-cashback .hcshb-bottom-desc {
  margin: 0px 0px 40px
}

@media(max-width: 991px) {
  .hcabc-cashback .hcshb-bottom-desc {
    margin: 0 0 30px
  }
}

@media(max-width: 767px) {
  .hcabc-cashback .hcshb-bottom-desc {
    margin: 0 0 27px
  }
}

.hcabc-cashback .hcshb-bottom-desc .hcshboo-indesc ul {
  margin-left: 16px
}

@media(max-width: 767px) {
  .hcabc-cashback .hcshb-bottom-desc .hcshboo-indesc ul {
    margin-left: 12px
  }
}

.hcabc-cashback .hcshb-bottom-desc .hcshboo-indesc ul li {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: #adadad;
  list-style-type: disc;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  text-align: center
}

@media(max-width: 767px) {
  .hcabc-cashback .hcshb-bottom-desc .hcshboo-indesc ul li {
    font-size: 10px;
    line-height: 14px
  }
}

.hcabc-cashback .hcshb-bottom-desc .hcshboo-indesc ul li+li {
  margin-top: 2px
}

@media(max-width: 767px) {
  .hcabc-cashback .hcshb-bottom-desc .hcshboo-indesc ul li+li {
    margin-top: 8px
  }
}

.hcabc-cashbackmo {
  position: relative;
  z-index: 1
}

@media(max-width: 767px) {
  .hcabc-cashbackmo {
    z-index: 2;
    background: #0a0c0a
  }
}

.hcabc-cashbackmo .hcabc-mobile {
  overflow: hidden
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main {
  position: relative
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-fi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 112px);
  z-index: 100;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0b0d0b;
  transition: opacity .5s ease;
  z-index: 4
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-fi.is-active {
  opacity: 1;
  visibility: visible
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-fi.is-remove {
  display: none;
  opacity: 0;
  visibility: hidden
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-fi .hcbmo-fi-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
  z-index: -1;
  transition: all .7s ease-in-out
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-fi .hcbmo-fi-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-fi.is-active .hcbmo-fi-back {
  opacity: .7
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-fi.is-active .hcbmofiin-cont {
  transform: translateY(0)
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-fi .hcbmo-fiin .hcbmofiin-logo {
  text-align: center;
  transition: all .7s ease-in-out
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-fi .hcbmo-fiin .hcbmofiin-logo img {
  max-width: 124px;
  margin: auto
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-fi .hcbmo-fiin .hcbmofiin-logo svg {
  max-width: 124px;
  margin: auto
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-fi .hcbmo-fiin .hcbmofiin-cont {
  text-align: center;
  max-width: 85%;
  margin: 18px auto 0px;
  opacity: 0;
  transform: translateY(120px);
  transition: all .7s ease-in-out
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-fi .hcbmo-fiin .hcbmofiin-cont .h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-scroolar {
  position: relative
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-scroolar .hcbmoscol-in {
  position: relative;
  height: calc(100vh - 112px);
  will-change: transform;
  z-index: 1;
  padding: 30px 0px
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-scroolar .hcbmoscol-in::before {
  content: "";
  position: absolute;
  width: 347px;
  height: 936px;
  left: 0;
  right: 0;
  margin: auto;
  top: -150px;
  bottom: -150px;
  background: #252c69;
  filter: blur(210.313px);
  z-index: -1
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-scroolar .hcbmoscol-in .hcbmoscolin-box {
  padding: 20px 18px;
  background: rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(28.866px);
  backdrop-filter: blur(28.866px);
  border-radius: 15px;
  top: 30px;
  bottom: 30px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 90%;
  margin-bottom: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-scroolar .hcbmoscol-in .hcbmoscolin-box.box-1 {
  visibility: visible;
  opacity: 1;
  pointer-events: all
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-scroolar .hcbmoscol-in .hcbmoscolin-box:last-child {
  margin-bottom: 0
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-scroolar .hcbmoscol-in .hcbmoscolin-box .hcbmoscolinb-img {
  margin-bottom: 15px;
  max-height: 66%
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-scroolar .hcbmoscol-in .hcbmoscolin-box .hcbmoscolinb-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-scroolar .hcbmoscol-in .hcbmoscolin-box .hcbmoscolinb-desc .h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 14px
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-scroolar .hcbmoscol-in .hcbmoscolin-box .hcbmoscolinb-desc .h3 b {
  font-size: 40px;
  line-height: 47px;
  font-weight: 700;
  background: linear-gradient(132.08deg, #536098 5.83%, #BE59C4 19.53%, #EA5492 44.6%, #E55471 66.68%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-scroolar .hcbmoscol-in .hcbmoscolin-box .hcbmoscolinb-desc .h3 .pers {
  margin-right: 4px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #e55472
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-scroolar .hcbmoscol-in .hcbmoscolin-box .hcbmoscolinb-desc .txt {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-scroolar .hcbmoscol-in .hcbmoscolin-box .hcbmoscolinb-desc .txt a {
  color: rgba(255, 255, 255, .7);
  text-decoration: underline
}

.hcabc-cashbackmo .hcabc-mobile .hcbmo-main .hcbmo-scroolar .hcbmoscol-in .hcbmoscolin-box .hcbmoscolinb-desc .txt+.txt {
  margin-top: 12px
}

.hcabc-cashbackmo .hcshb-bottom-desc {
  margin: 0px 0px 40px
}

@media(max-width: 991px) {
  .hcabc-cashbackmo .hcshb-bottom-desc {
    margin: 0 0 30px
  }
}

@media(max-width: 767px) {
  .hcabc-cashbackmo .hcshb-bottom-desc {
    margin: 0 0 27px;
    position: relative;
    z-index: 2
  }
}

@media(max-width: 767px) {
  .hcabc-cashbackmo .hcshb-bottom-desc .hcshboo-indesc {
    max-width: 84%;
    margin: 0 auto
  }
}

.hcabc-cashbackmo .hcshb-bottom-desc .hcshboo-indesc ul {
  margin-left: 16px
}

@media(max-width: 767px) {
  .hcabc-cashbackmo .hcshb-bottom-desc .hcshboo-indesc ul {
    margin-left: 12px
  }
}

.hcabc-cashbackmo .hcshb-bottom-desc .hcshboo-indesc ul li {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: #adadad;
  list-style-type: disc;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  text-align: center
}

@media(max-width: 767px) {
  .hcabc-cashbackmo .hcshb-bottom-desc .hcshboo-indesc ul li {
    font-size: 10px;
    line-height: 14px;
    word-break: break-all
  }
}

.hcabc-cashbackmo .hcshb-bottom-desc .hcshboo-indesc ul li+li {
  margin-top: 2px
}

@media(max-width: 767px) {
  .hcabc-cashbackmo .hcshb-bottom-desc .hcshboo-indesc ul li+li {
    margin-top: 8px
  }
}
.hcabc-benifit {
  padding: 64px 0px;
  background: #1d2239;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.hcabc-benifit .back-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: -1
}

.hcabc-benifit .back-img img {
  width: 100%;
  height: 100%
}

@media(max-width: 1199px) {
  .hcabc-benifit {
    padding: 40px 0px
  }
}

.hcabc-benifit .head {
  margin-bottom: 40px
}

@media(max-width: 1199px) {
  .hcabc-benifit .head {
    margin-bottom: 30px
  }
}

@media(max-width: 767px) {
  .hcabc-benifit .head {
    margin-bottom: 25px
  }
}

.hcabc-benifit .head .h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  max-width: 100%
}

.hcabc-benifit .head .h2 b {
  background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .hcabc-benifit .head .h2 br {
    display: none
  }
}

@media(max-width: 1199px) {
  .hcabc-benifit .head .h2 {
    font-size: 34px;
    line-height: 44px
  }
}

@media(max-width: 991px) {
  .hcabc-benifit .head .h2 {
    font-size: 28px;
    line-height: 37px
  }
}

.hcabc-benifit .head .txt {
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  color: #fff
}

@media(max-width: 767px) {
  .hcabc-benifit .head .txt {
    font-size: 16px;
    line-height: 23px
  }
}

.hcabc-benifit .hcabc-benimain {
  padding: 0 64px;
  position: relative;
  z-index: 1
}

@media(max-width: 991px) {
  .hcabc-benifit .hcabc-benimain {
    padding: 0px 44px
  }
}

@media(max-width: 767px) {
  .hcabc-benifit .hcabc-benimain {
    padding: 0px 20px
  }
}

.hcabc-benifit .hcabc-benimain::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 80px;
  left: 32px;
  right: 32px;
  z-index: 0;
  border-radius: 10px;
  background: #1d2239;
  border: 1px solid rgba(255, 255, 255, .5)
}

@media(max-width: 991px) {
  .hcabc-benifit .hcabc-benimain::before {
    left: 22px;
    right: 22px
  }
}

@media(max-width: 767px) {
  .hcabc-benifit .hcabc-benimain::before {
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    top: 43px;
    bottom: 83px
  }
}

.hcabc-benifit .hcabc-benimain::after {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 104px;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 10px;
  background: #1d2239;
  border: 1px solid rgba(255, 255, 255, .1)
}

@media(max-width: 767px) {
  .hcabc-benifit .hcabc-benimain::after {
    display: none
  }
}

.hcabc-benifit .swiper-hcabc-benifits {
  position: relative;
  overflow: hidden
}

.hcabc-benifit .swiper-hcabc-benifits .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .hcabc-benifit .swiper-hcabc-benifits .row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box {
  background: #33384c;
  opacity: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .3);
  transition: all .8s ease-in-out
}

@media(max-width: 767px) {
  .hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box {
    background: #2b2e4b
  }
}

.hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-desc {
  padding: 49px 92px 49px 46px;
  min-height: 318px
}

@media(max-width: 1199px) {
  .hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-desc {
    padding: 30px 60px 30px 30px;
    min-height: 260px
  }
}

@media(max-width: 991px) {
  .hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-desc {
    padding: 25px 20px 25px;
    min-height: 240px
  }
}

@media(max-width: 767px) {
  .hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-desc {
    padding: 30px 16px;
    min-height: 210px
  }
}

.hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-desc .h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 14px
}

@media(max-width: 1199px) {
  .hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-desc .h3 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 12px
  }
}

@media(max-width: 991px) {
  .hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-desc .h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 7px
  }
}

@media(max-width: 767px) {
  .hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-desc .h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px
  }
}

.hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-desc .h3 .strike {
  text-decoration: line-through
}

.hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-desc .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #bebebe
}

.hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-desc .desc a {
  color: #bebebe;
  text-decoration: underline
}

@media(max-width: 991px) {
  .hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-desc .desc {
    font-size: 15px;
    line-height: 140%
  }
}

@media(max-width: 767px) {
  .hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-desc .desc {
    font-size: 14px;
    line-height: 140%
  }
}

.hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-desc .desc:last-child {
  margin-bottom: 0
}

.hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-img {
  height: 100%
}

.hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 10px 10px 0
}

@media(max-width: 767px) {
  .hcabc-benifit .swiper-hcabc-benifits .hcabc-benifit-box .hcabc-benifit-img img {
    border-radius: 10px 10px 0px 0
  }
}

.hcabc-benifit .swiper-hcabc-benifits .swiper-slide-active .hcabc-benifit-box {
  opacity: 1
}

.hcabc-benifit .swiper-hcabc-benifits .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 32px auto 0;
  left: 0;
  bottom: 0;
  background: #fff;
  border-radius: 30px;
  padding: 7px 10px;
  color: #222;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  z-index: 1
}

@media(max-width: 991px) {
  .hcabc-benifit .swiper-hcabc-benifits .swiper-pagination {
    position: relative;
    margin: 32px auto 0;
    left: 0;
    bottom: 0
  }
}

@media(max-width: 767px) {
  .hcabc-benifit .swiper-hcabc-benifits .swiper-pagination {
    border-radius: 40px;
    padding: 5px 9px;
    font-size: 12px;
    display: block;
    margin-top: 24px
  }
}
.hcabc-powred {
    padding: 100px 0px;
    background: #1d2239;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media(max-width: 1199px) {
    .hcabc-powred {
        padding: 50px 0px
    }
}

@media(max-width: 767px) {
    .hcabc-powred {
        padding: 40px 0px;
        background: linear-gradient(180deg, #0A0C0A 0%, #13173C 53.92%, #0C0E11 100%)
    }
}

.hcabc-powred::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    height: 308px;
    background: linear-gradient(180deg, #1D2239 0%, #0A0C0B 100%);
    transform: rotate(-180deg);
    z-index: -1
}

@media(max-width: 1199px) {
    .hcabc-powred::before {
        height: 228px
    }
}

@media(max-width: 767px) {
    .hcabc-powred::before {
        display: none
    }
}

.hcabc-powred::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    height: 238px;
    background: linear-gradient(180deg, #1D2239 0%, #0C0E10 100%);
    z-index: -1
}

@media(max-width: 1199px) {
    .hcabc-powred::after {
        height: 178px
    }
}

@media(max-width: 767px) {
    .hcabc-powred::after {
        display: none
    }
}

.hcabc-powred .head {
    margin-bottom: 40px
}

@media(max-width: 991px) {
    .hcabc-powred .head {
        margin-bottom: 30px
    }
}

@media(max-width: 767px) {
    .hcabc-powred .head {
        margin-bottom: 24px
    }
}

.hcabc-powred .head .h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    max-width: 100%
}

.hcabc-powred .head .h2 b {
    background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
    .hcabc-powred .head .h2 b {
        display: block
    }
}

@media(max-width: 767px) {
    .hcabc-powred .head .h2 br {
        display: none
    }
}

@media(max-width: 1199px) {
    .hcabc-powred .head .h2 {
        font-size: 34px;
        line-height: 44px
    }
}

@media(max-width: 991px) {
    .hcabc-powred .head .h2 {
        font-size: 28px;
        line-height: 37px
    }
}

.hcabc-powred .head .txt {
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    color: #fff
}

@media(max-width: 767px) {
    .hcabc-powred .head .txt {
        font-size: 16px;
        line-height: 23px
    }
}

@media(max-width: 767px) {
    .hcabc-powred .hcbxpow-swiper {
        overflow: visible
    }
}

.hcabc-powred .hcbxpow-swiper .hcbpow-inbox {
    margin: 1px
}

.hcabc-powred .hcbxpow-swiper .hcbpow-inbox .hcbpow-box {
    padding: 20px 20px 35px;
    background: linear-gradient(92.11deg, rgba(0, 0, 0, 0.1) 1.78%, rgba(102, 102, 102, 0.1) 100%);
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48px auto;
    grid-template-columns: 48px auto;
    gap: 16px
}

@media(max-width: 1199px) {
    .hcabc-powred .hcbxpow-swiper .hcbpow-inbox .hcbpow-box {
        padding: 20px 20px 25px
    }
}

@media(max-width: 991px) {
    .hcabc-powred .hcbxpow-swiper .hcbpow-inbox .hcbpow-box {
        padding: 16px 15px 20px;
        -ms-grid-columns: 36px auto;
        grid-template-columns: 36px auto;
        gap: 11px
    }
}

@media(max-width: 767px) {
    .hcabc-powred .hcbxpow-swiper .hcbpow-inbox .hcbpow-box {
        padding: 20px;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        gap: 16px
    }
}

.hcabc-powred .hcbxpow-swiper .hcbpow-inbox .hcbpow-box+.hcbpow-box {
    margin-top: 32px
}

@media(max-width: 991px) {
    .hcabc-powred .hcbxpow-swiper .hcbpow-inbox .hcbpow-box+.hcbpow-box {
        margin-top: 20px
    }
}

.hcabc-powred .hcbxpow-swiper .hcbpow-inbox .hcbpow-box .hcbpowb-img img {
    max-width: 48px
}

@media(max-width: 991px) {
    .hcabc-powred .hcbxpow-swiper .hcbpow-inbox .hcbpow-box .hcbpowb-img img {
        max-width: 36px
    }
}

@media(max-width: 767px) {
    .hcabc-powred .hcbxpow-swiper .hcbpow-inbox .hcbpow-box .hcbpowb-img img {
        max-width: 48px
    }
}

.hcabc-powred .hcbxpow-swiper .hcbpow-inbox .hcbpow-box .hcbpowb-desc .h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px
}

@media(max-width: 1199px) {
    .hcabc-powred .hcbxpow-swiper .hcbpow-inbox .hcbpow-box .hcbpowb-desc .h3 {
        font-size: 22px;
        line-height: 30px
    }
}

@media(max-width: 991px) {
    .hcabc-powred .hcbxpow-swiper .hcbpow-inbox .hcbpow-box .hcbpowb-desc .h3 {
        font-size: 20px;
        line-height: 27px
    }
}

@media(max-width: 767px) {
    .hcabc-powred .hcbxpow-swiper .hcbpow-inbox .hcbpow-box .hcbpowb-desc .h3 {
        margin-bottom: 8px
    }
}

.hcabc-powred .hcbxpow-swiper .hcbpow-inbox .hcbpow-box .hcbpowb-desc .txt {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #d2d3dc;
    margin-bottom: 0
}

.hcabc-powred .hcbxpow-swiper .swiper-pagination {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 32px auto 0;
    left: 0;
    bottom: 0;
    background: #ececec;
    border-radius: 30px;
    padding: 7px 10px;
    color: #111422;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    z-index: 1
}

@media(max-width: 991px) {
    .hcabc-powred .hcbxpow-swiper .swiper-pagination {
        position: relative;
        margin: 32px auto 0;
        left: 0;
        bottom: 0
    }
}

@media(max-width: 767px) {
    .hcabc-powred .hcbxpow-swiper .swiper-pagination {
        border-radius: 40px;
        padding: 5px 9px;
        font-size: 12px;
        display: block;
        margin-top: 24px
    }
}
.hcabc-privilege {
  padding: 64px 0px;
  background: #0a0c0a;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.hcabc-privilege::before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='1280' height='236' viewBox='0 0 1280 236' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='643' cy='118' rx='118' ry='660.5' transform='rotate(90 643 118)' fill='%23252C69'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1321px;
  height: 236px;
  filter: blur(210.313px);
  z-index: -1;
  opacity: .6
}

@media(max-width: 1199px) {
  .hcabc-privilege::before {
    width: 990px
  }
}

@media(max-width: 991px) {
  .hcabc-privilege::before {
    width: 750px;
    height: 200px
  }
}

@media(max-width: 767px) {
  .hcabc-privilege::before {
    background-image: url("data:image/svg+xml,%3Csvg width='350' height='364' viewBox='0 0 350 364' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='175' cy='182' rx='182' ry='175' transform='rotate(90 175 182)' fill='%23313E77'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 364px;
    height: 350px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .8
  }
}

@media(max-width: 1199px) {
  .hcabc-privilege {
    padding: 40px 0px
  }
}

.hcabc-privilege .head {
  margin-bottom: 40px
}

@media(max-width: 991px) {
  .hcabc-privilege .head {
    margin-bottom: 30px
  }
}

@media(max-width: 767px) {
  .hcabc-privilege .head {
    margin-bottom: 25px
  }
}

.hcabc-privilege .head .h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  max-width: 100%
}

.hcabc-privilege .head .h2 b {
  background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .hcabc-privilege .head .h2 br {
    display: none
  }
}

@media(max-width: 1199px) {
  .hcabc-privilege .head .h2 {
    font-size: 34px;
    line-height: 44px
  }
}

@media(max-width: 991px) {
  .hcabc-privilege .head .h2 {
    font-size: 28px;
    line-height: 37px
  }
}

.hcabc-privilege .head .txt {
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  color: #fff
}

@media(max-width: 767px) {
  .hcabc-privilege .head .txt {
    font-size: 16px;
    line-height: 23px
  }
}

.hcabc-privilege .hcabackprivi-swiper .hcbpri-box {
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.hcabc-privilege .hcabackprivi-swiper .hcbpri-box .ab-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2
}

.hcabc-privilege .hcabackprivi-swiper .hcbpri-box .hcbprib-img img {
  width: 100%;
  border-radius: 20px
}

.hcabc-privilege .hcabackprivi-swiper .hcbpri-box .hcbpri-desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 24px 16px;
  z-index: 1
}

@media(max-width: 767px) {
  .hcabc-privilege .hcabackprivi-swiper .hcbpri-box .hcbpri-desc {
    padding: 20px 16px
  }
}

.hcabc-privilege .hcabackprivi-swiper .hcbpri-box .hcbpri-desc::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, #191C28 29.66%, rgba(25, 28, 40, 0.866885) 53.61%, rgba(25, 28, 40, 0) 100%);
  z-index: -1
}

@media(max-width: 767px) {
  .hcabc-privilege .hcabackprivi-swiper .hcbpri-box .hcbpri-desc::before {
    top: 0%;
    background: linear-gradient(360deg, #191C28 29.66%, rgba(25, 28, 40, 0.866885) 53.61%, rgba(25, 28, 40, 0) 100%)
  }
}

.hcabc-privilege .hcabackprivi-swiper .hcbpri-box .hcbpri-desc .topdesc {
  margin-bottom: 16px
}

@media(max-width: 767px) {
  .hcabc-privilege .hcabackprivi-swiper .hcbpri-box .hcbpri-desc .topdesc {
    margin-bottom: 14px
  }
}

.hcabc-privilege .hcabackprivi-swiper .hcbpri-box .hcbpri-desc .h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px
}

.hcabc-privilege .hcabackprivi-swiper .hcbpri-box .hcbpri-desc .txt {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #d1d2d4;
  margin-bottom: 12px
}

.hcabc-privilege .hcabackprivi-swiper .hcbpri-box .hcbpri-desc .txt:last-child {
  margin-bottom: 0
}

.hcabc-privilege .hcabackprivi-swiper .hcbpri-box .hcbpri-desc .explore-link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #dbdbde;
  gap: 7px;
  opacity: .5;
  transition: all .5s;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  overflow: hidden
}

.hcabc-privilege .hcabackprivi-swiper .hcbpri-box .hcbpri-desc .explore-link span {
  transform: translateX(130%);
  opacity: 0;
  display: block;
  transition: transform .5s, opacity 1s
}

.hcabc-privilege .hcabackprivi-swiper .hcbpri-box .hcbpri-desc .explore-link svg {
  opacity: .5;
  transition: all .5s
}

.hcabc-privilege .hcabackprivi-swiper .hcbpri-box:hover .hcbpri-desc .explore-link {
  opacity: 1
}

.hcabc-privilege .hcabackprivi-swiper .hcbpri-box:hover .hcbpri-desc .explore-link span {
  opacity: 1;
  transform: translateX(0)
}

.hcabc-privilege .hcabackprivi-swiper .hcbpri-box:hover .hcbpri-desc .explore-link svg {
  opacity: 1
}

.hcabc-privilege .hcabackprivi-swiper .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 32px auto 0;
  left: 0;
  bottom: 0;
  background: #fff;
  border-radius: 30px;
  padding: 7px 10px;
  color: #222;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  z-index: 1
}

@media(max-width: 991px) {
  .hcabc-privilege .hcabackprivi-swiper .swiper-pagination {
    position: relative;
    margin: 32px auto 0;
    left: 0;
    bottom: 0
  }
}

@media(max-width: 767px) {
  .hcabc-privilege .hcabackprivi-swiper .swiper-pagination {
    border-radius: 40px;
    padding: 5px 9px;
    font-size: 12px;
    display: block;
    margin-top: 24px
  }
}

.grnt-crecal-modal {
  background: rgba(0, 0, 0, .5)
}

.grnt-crecal-modal .modal-dialog {
  max-width: 790px
}

@media(max-width: 767px) {
  .grnt-crecal-modal .modal-dialog {
    max-width: 100%
  }
}

.grnt-crecal-modal .modal-dialog .modal-content {
  background: rgba(0, 0, 0, 0);
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 60px 58px
}

@media(max-width: 767px) {
  .grnt-crecal-modal .modal-dialog .modal-content {
    padding: 40px 20px
  }
}

.grnt-crecal-modal .modal-dialog .modal-content .pop-back-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  z-index: -1
}

.grnt-crecal-modal .modal-dialog .modal-content .pop-back-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: fill;
  object-position: center
}

.grnt-crecal-modal .modal-header {
  border: 0;
  background: rgba(0, 0, 0, 0);
  padding: 0
}

@media(max-width: 767px) {
  .grnt-crecal-modal .modal-header {
    -ms-flex-pack: center;
    justify-content: center
  }
}

.grnt-crecal-modal .modal-header .popup-close {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1;
  text-align: right;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto
}

@media(max-width: 767px) {
  .grnt-crecal-modal .modal-header .popup-close {
    top: 20px;
    right: 20px
  }
}

.grnt-crecal-modal .modal-header .popup-close svg {
  max-width: 32px
}

@media(max-width: 767px) {
  .grnt-crecal-modal .modal-header .popup-close svg {
    max-width: 30px
  }
}

.grnt-crecal-modal .modal-body {
  padding: 0
}

.grnt-crecal-modal .modal-body .grnt-crecal-desc .crecald-top {
  margin-bottom: 16px
}

@media(max-width: 767px) {
  .grnt-crecal-modal .modal-body .grnt-crecal-desc .crecald-top {
    margin-bottom: 16px
  }
}

.grnt-crecal-modal .modal-body .grnt-crecal-desc .crecald-top .h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #fff
}

.grnt-crecal-modal .modal-body .grnt-crecal-desc .crecald-top .h2 b,
.grnt-crecal-modal .modal-body .grnt-crecal-desc .crecald-top .h2 strong {
  background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .grnt-crecal-modal .modal-body .grnt-crecal-desc .crecald-top .h2 {
    font-size: 28px;
    line-height: 34px
  }
}

.grnt-crecal-modal .modal-body .grnt-crecal-desc .txt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #e9e9e9;
  margin-bottom: 16px
}

.grnt-crecal-modal .modal-body .grnt-crecal-desc .txt a {
  text-decoration: underline;
  color: #e9e9e9
}

.grnt-crecal-modal .modal-body .grnt-crecal-desc .txt:last-child {
  margin-bottom: 0
}

.grnt-crecal-modal .modal-body .grnt-crecal-desc .explore-btn {
  font-size: 14px;
  margin-top: 24px;
  line-height: 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 600;
  color: #dbdbde;
  text-decoration: underline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-right: auto
}

@media(max-width: 767px) {
  .grnt-crecal-modal .modal-body .grnt-crecal-desc .explore-btn {
    margin-top: 20px
  }
}

.grnt-crecal-modal .modal-body .grnt-crecal-desc .explore-btn svg {
  max-width: 10px
}
.hcc-steps-section {
  padding: 64px 0px;
  background: #0a0c0a;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.hcc-steps-section .back-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1
}

.hcc-steps-section .back-img img {
  width: 100%;
  height: 100%
}

@media(max-width: 1199px) {
  .hcc-steps-section {
    padding: 40px 0px
  }
}

.hcc-steps-section .head {
  margin-bottom: 40px
}

@media(max-width: 991px) {
  .hcc-steps-section .head {
    margin-bottom: 30px
  }
}

@media(max-width: 767px) {
  .hcc-steps-section .head {
    margin-bottom: 25px
  }
}

.hcc-steps-section .head .h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  max-width: 100%
}

.hcc-steps-section .head .h2 b {
  background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .hcc-steps-section .head .h2 br {
    display: none
  }
}

@media(max-width: 1199px) {
  .hcc-steps-section .head .h2 {
    font-size: 34px;
    line-height: 44px
  }
}

@media(max-width: 991px) {
  .hcc-steps-section .head .h2 {
    font-size: 28px;
    line-height: 37px
  }
}

.hcc-steps-section .head .txt {
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  color: #fff
}

@media(max-width: 767px) {
  .hcc-steps-section .head .txt {
    font-size: 16px;
    line-height: 23px
  }
}

.hcc-steps-section .steps-check-main {
  position: relative;
  z-index: 1
}

.hcc-steps-section .steps-check-main:before,
.hcc-steps-section .steps-check-main:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  height: 1px;
  background: linear-gradient(90deg, #9A6294 0%, #C95479 51.53%, #AF3745 103.47%);
  left: 0;
  z-index: -1
}

@media(max-width: 1199px) {

  .hcc-steps-section .steps-check-main:before,
  .hcc-steps-section .steps-check-main:after {
    width: 180px
  }
}

@media(max-width: 991px) {

  .hcc-steps-section .steps-check-main:before,
  .hcc-steps-section .steps-check-main:after {
    width: 80px
  }
}

@media(max-width: 767px) {

  .hcc-steps-section .steps-check-main:before,
  .hcc-steps-section .steps-check-main:after {
    top: 10%;
    transform: translateY(-10%);
    left: -50px
  }
}

.hcc-steps-section .steps-check-main:after {
  left: auto;
  right: 0
}

@media(max-width: 767px) {
  .hcc-steps-section .steps-check-main:after {
    right: -50px
  }
}

.hcc-steps-section .steps-check-main .h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 18px
}

@media(max-width: 767px) {
  .hcc-steps-section .steps-check-main .h3 {
    font-size: 20px;
    line-height: 120%
  }
}

.hcc-steps-section .steps-check-main .steps-check-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px;
  position: relative;
  z-index: 1
}

@media(max-width: 767px) {
  .hcc-steps-section .steps-check-main .steps-check-flex {
    max-width: 260px;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
  }
}

.hcc-steps-section .steps-check-main .steps-check-flex .steps-check-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  z-index: 1
}

@media(max-width: 767px) {
  .hcc-steps-section .steps-check-main .steps-check-flex .steps-check-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.hcc-steps-section .steps-check-main .steps-check-flex .steps-check-box .scb-img {
  width: 24px
}

.hcc-steps-section .steps-check-main .steps-check-flex .steps-check-box .scb-img img {
  width: 100%
}

.hcc-steps-section .steps-check-main .steps-check-flex .steps-check-box .txt {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0
}

@media(max-width: 767px) {
  .hcc-steps-section .steps-check-main .steps-check-flex .steps-check-box .txt {
    font-size: 16px;
    line-height: 23px
  }
}

.hcc-steps-section .steps-check-main .steps-check-flex .steps-check-box:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, .2);
  z-index: -1
}

.hcc-steps-section .add-started-desc-tab {
  margin-top: 40px;
  padding: 40px 30px;
  background: rgba(29, 34, 58, .3);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .1)
}

@media(max-width: 767px) {
  .hcc-steps-section .add-started-desc-tab {
    margin-top: 32px;
    padding: 40px 20px
  }
}

.hcc-steps-section .add-started-desc-tab .grfwostep-inmain {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 760px;
  margin: 0 auto 0
}

.hcc-steps-section .add-started-desc-tab .grfwostep-inmain.four-items {
  max-width: 976px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr)
}

@media(max-width: 767px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain.four-items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }
}

@media(max-width: 767px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 30px
  }
}

.hcc-steps-section .add-started-desc-tab .grfwostep-inmain .grfwostep-box {
  position: relative;
  z-index: 1
}

@media(max-width: 767px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .grfwostep-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48px auto;
    grid-template-columns: 48px auto;
    gap: 18px;
    -ms-flex-align: center;
    align-items: center
  }
}

.hcc-steps-section .add-started-desc-tab .grfwostep-inmain .grfwostep-box .h3 {
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 8px
}

@media(max-width: 1199px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .grfwostep-box .h3 {
    font-size: 16px;
    line-height: 20px
  }
}

@media(max-width: 991px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .grfwostep-box .h3 {
    font-size: 14px;
    line-height: 19px;
    margin-top: 9px
  }
}

@media(max-width: 767px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .grfwostep-box .h3 {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    margin-top: 0px
  }

  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .grfwostep-box .h3 br {
    display: none
  }
}

.hcc-steps-section .add-started-desc-tab .grfwostep-inmain .grfwostep-box .desc {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #d8d8d8;
  margin-bottom: 0
}

.hcc-steps-section .add-started-desc-tab .grfwostep-inmain .grfwostep-box .desc a {
  font-weight: 700;
  text-decoration: underline;
  color: #d8d8d8
}

@media(max-width: 767px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .grfwostep-box .desc {
    text-align: left
  }
}

.hcc-steps-section .add-started-desc-tab .grfwostep-inmain .grfwostep-box .grfwostepb-img {
  text-align: center
}

@media(max-width: 767px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .grfwostep-box .grfwostepb-img {
    text-align: left
  }
}

.hcc-steps-section .add-started-desc-tab .grfwostep-inmain .grfwostep-box .grfwostepb-img img {
  margin: auto;
  width: 72px;
  height: 72px;
  max-width: 72px
}

@media(max-width: 991px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .grfwostep-box .grfwostepb-img img {
    width: 60px;
    max-width: 60px;
    height: 60px
  }
}

@media(max-width: 767px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .grfwostep-box .grfwostepb-img img {
    width: 48px;
    max-width: 48px;
    height: 48px
  }
}

.hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line:after {
  content: " ";
  height: 1px;
  border-bottom: 2px dashed rgba(255, 255, 255, .4);
  width: 0%;
  margin: 0 auto;
  top: 22%;
  position: absolute;
  left: 62%;
  z-index: -1
}

@media(max-width: 1180px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line:after {
    left: 44%
  }
}

@media(max-width: 1112px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line:after {
    left: 45%
  }
}

@media(max-width: 991px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line:after {
    top: 20%
  }
}

@media(max-width: 767px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line:after {
    height: 0;
    border-right: 2px dashed rgba(255, 255, 255, .4);
    width: 0px;
    margin: 0 auto;
    top: 90%;
    position: absolute;
    left: 24px
  }
}

.hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line.animated:after {
  animation: lineAnimation .5s ease-in-out .6s forwards
}

@media(max-width: 767px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line.animated:after {
    animation: verLineAnimation .5s ease-in-out .6s forwards
  }
}

.hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line2:after {
  content: " ";
  height: 1px;
  border-bottom: 2px dashed rgba(255, 255, 255, .4);
  width: 0%;
  margin: 0 auto;
  top: 22%;
  position: absolute;
  left: 62%;
  z-index: -1
}

@media(max-width: 1180px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line2:after {
    left: 44%
  }
}

@media(max-width: 1112px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line2:after {
    left: 45%
  }
}

@media(max-width: 991px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line2:after {
    top: 20%
  }
}

@media(max-width: 767px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line2:after {
    height: 0;
    border-right: 2px dashed rgba(255, 255, 255, .4);
    width: 0px;
    margin: 0 auto;
    top: 100%;
    position: absolute;
    left: 24px
  }
}

.hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line2.animated:after {
  animation: lineAnimation .5s ease-in-out 1.3s forwards
}

@media(max-width: 767px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line2.animated:after {
    animation: verLineAnimation .5s ease-in-out 1.3s forwards
  }
}

.hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line3:after {
  content: " ";
  height: 1px;
  border-bottom: 2px dashed rgba(255, 255, 255, .4);
  width: 0%;
  margin: 0 auto;
  top: 22%;
  position: absolute;
  left: 62%;
  z-index: -1
}

@media(max-width: 1180px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line3:after {
    left: 44%
  }
}

@media(max-width: 1112px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line3:after {
    left: 45%
  }
}

@media(max-width: 991px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line3:after {
    top: 20%
  }
}

@media(max-width: 767px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line3:after {
    height: 0;
    border-right: 2px dashed rgba(255, 255, 255, .4);
    width: 0px;
    margin: 0 auto;
    top: 100%;
    position: absolute;
    left: 24px
  }
}

.hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line3.animated:after {
  animation: lineAnimation .5s ease-in-out 2.3s forwards
}

@media(max-width: 767px) {
  .hcc-steps-section .add-started-desc-tab .grfwostep-inmain .middle-line3.animated:after {
    animation: verLineAnimation .5s ease-in-out 2.3s forwards
  }
}

.hcc-steps-section .add-started-desc-tab .step-btm {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.hcc-steps-section .add-started-desc-tab .step-btm .txt {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 16px
}

.hcc-steps-section .add-started-desc-tab .step-btm .txt b,
.hcc-steps-section .add-started-desc-tab .step-btm .txt strong {
  font-weight: 600
}

.hcc-steps-section .add-started-desc-tab .step-btm .txt:last-child {
  margin-bottom: 0
}

@keyframes lineAnimation {
  from {
    width: 0
  }

  to {
    width: 100%;

    @media only screen and (min-width: 1580px) {
      width: 100%
    }
  }
}

@keyframes verLineAnimation {
  from {
    height: 0
  }

  to {
    height: 100%
  }
}
.upi-landing-l2 {
  padding: 100px 0 50px 0;
  background-color: #121212;
  overflow: hidden
}

@media(max-width: 991px) {
  .upi-landing-l2 {
    padding: 50px 10px
  }
}

.upi-landing-l2 .main-image {
  margin-top: 66px
}

@media(max-width: 991px) {
  .upi-landing-l2 .main-image {
    margin-top: 0px
  }
}

.upi-landing-l2 .main-image img {
  width: 100%
}

.upi-landing-l2 .content-section {
  max-width: 580px
}

@media(max-width: 991px) {
  .upi-landing-l2 .content-section {
    margin-top: -70px;
    max-width: none
  }
}

.upi-landing-l2 .content-section .heading {
  color: #fff;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: .9;
  margin-bottom: 41px
}

@media(max-width: 991px) {
  .upi-landing-l2 .content-section .heading {
    color: #fff;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    opacity: .9;
    margin-bottom: 16px;
    padding-left: 20px
  }
}

.upi-landing-l2 .content-section .card-section-l2 {
  border-radius: 8px;
  background: var(--UPI, radial-gradient(165.51% 162.2% at -10.53% 1.07%, #e04d56 0%, #9b1e26 49.83%, #3f46a0 100%))
}

.upi-landing-l2 .content-section .card-section-l2 .card-header-l2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: scroll
}

@media(max-width: 991px) {
  .upi-landing-l2 .content-section .card-section-l2 .card-header-l2 {
    overflow-x: scroll;
    overflow-y: hidden
  }
}

.upi-landing-l2 .content-section .card-section-l2 .card-header-l2 .card-image {
  min-width: 145px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  border-right: 2px solid #fff;
  background-color: #d8868b;
  height: 55px
}

@media(max-width: 991px) {
  .upi-landing-l2 .content-section .card-section-l2 .card-header-l2 .card-image {
    width: 100%
  }
}

.upi-landing-l2 .content-section .card-section-l2 .card-header-l2 .card-image:first-child {
  border-radius: 8px 0 0 0
}

@media(max-width: 991px) {
  .upi-landing-l2 .content-section .card-section-l2 .card-header-l2 .card-image:first-child {
    border-radius: 0px 0 0 0
  }
}

.upi-landing-l2 .content-section .card-section-l2 .card-header-l2 .card-image:last-child {
  border-right: none;
  border-radius: 0 8px 0 0
}

@media(max-width: 991px) {
  .upi-landing-l2 .content-section .card-section-l2 .card-header-l2 .card-image:last-child {
    border-radius: 0px 0 0 0
  }
}

.upi-landing-l2 .content-section .card-section-l2 .card-header-l2 .card-image.active {
  background-color: #fff
}

.upi-landing-l2 .content-section .card-section-l2 .card-header-l2 img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.upi-landing-l2 .content-section .card-section-l2 .card-content-l2 {
  padding: 32px 40px 32px 20px;
  border-radius: 0 0 8px 8px;
  background: var(--UPI, radial-gradient(165.51% 162.2% at -10.53% 1.07%, #e04d56 0%, #9b1e26 49.83%, #3f46a0 100%))
}

@media(max-width: 991px) {
  .upi-landing-l2 .content-section .card-section-l2 .card-content-l2 {
    padding: 8px 30px
  }
}

.upi-landing-l2 .content-section .card-section-l2 .card-content-l2 .title-container {
  margin-bottom: 16px
}

@media(max-width: 991px) {
  .upi-landing-l2 .content-section .card-section-l2 .card-content-l2 .title-container {
    margin-bottom: 20px
  }
}

.upi-landing-l2 .content-section .card-section-l2 .card-content-l2 .title-container h2 {
  color: #fff;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px
}

@media(max-width: 991px) {
  .upi-landing-l2 .content-section .card-section-l2 .card-content-l2 .title-container h2 {
    color: #fff;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px
  }
}

.upi-landing-l2 .content-section .card-section-l2 .card-content-l2 .title-container hr {
  border: 1px solid #cacaca;
  margin: 0
}

.upi-landing-l2 .content-section .card-section-l2 .card-content-l2 ol {
  padding-left: 20px;
  margin-bottom: 24px
}

.upi-landing-l2 .content-section .card-section-l2 .card-content-l2 ol li {
  color: #fff;
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px
}

@media(max-width: 991px) {
  .upi-landing-l2 .content-section .card-section-l2 .card-content-l2 ol li {
    color: #fff;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px
  }
}

.upi-landing-l2 .content-section .card-section-l2 .card-content-l2 .scanner-container h2 {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 12px
}

.upi-landing-l2 .content-section .btn-container {
  height: 45px;
  width: 232px;
  margin: 0 auto 22px auto
}

.upi-landing-l2 .content-section .btn-container a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 14px 48px;
  background-color: #d73f41;
  height: 100%;
  display: block;
  width: 100%;
  border-radius: 30px
}

.section-upi-link {
  padding: 53px 0 0 0;
  background-size: cover;
  background-color: #e04d56;
  background-image: url("../../../content/dam/idfcfirstbank/images/upi-landing-l2/bg.jpg")
}

@media(max-width: 767px) {
  .section-upi-link {
    padding: 33px 0 0 0;
    margin-top: 10px
  }
}

.section-upi-link .h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 131.31%;
  margin-bottom: 12px
}

.section-upi-link .h2 b {
  background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .section-upi-link .h2 {
    font-size: 28px;
    margin-bottom: 10px;
    padding: 0 15px
  }
}

.section-upi-link .h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: normal
}

@media(max-width: 767px) {
  .section-upi-link .h3 {
    font-size: 16px;
    padding: 0 15px
  }
}

.section-upi-link .main-image {
  margin: 0
}

.section-upi-link .main-image img {
  max-height: 620px
}

.section-upi-link .scanner-container {
  margin-left: 10px;
  border-radius: 6px;
  width: 116px;
  min-width: 116px;
  min-height: 116px;
  height: 116px;
  padding: 5px;
  background: #d3d3d3
}

.section-upi-link .scanner-container img {
  max-width: 100%
}

.section-upi-link .content-section {
  max-width: 700px
}

@media(max-width: 991px) {
  .section-upi-link .content-section {
    margin: 0
  }
}

.section-upi-link .content-section .card-section-l2 {
  border-radius: 8px;
  background: rgba(255, 255, 255, .4);
  margin-top: 73px
}

@media(max-width: 767px) {
  .section-upi-link .content-section .card-section-l2 {
    margin-top: 26px
  }
}

.section-upi-link .content-section .card-section-l2 .card-content-l2 {
  padding: 32px 26px;
  background: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .section-upi-link .content-section .card-section-l2 .card-content-l2 {
    padding: 24px 22px
  }

  .section-upi-link .content-section .card-section-l2 .card-content-l2 .btn-container {
    margin: 0 auto;
    min-width: 263px
  }
}

.section-upi-link .content-section .card-section-l2 .card-content-l2 .title-container {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 18px
}

@media(max-width: 767px) {
  .section-upi-link .content-section .card-section-l2 .card-content-l2 .title-container {
    font-size: 18px
  }
}

.section-upi-link .content-section .card-section-l2 .card-content-l2 ol li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px
}

@media(max-width: 767px) {
  .section-upi-link .content-section .card-section-l2 .card-content-l2 ol li {
    font-size: 12px
  }
}

.section-upi-link .content-section .card-section-l2 .card-header-l2 {
  overflow-x: auto;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image {
  min-width: 1px;
  margin: 0;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  background: radial-gradient(146.93% 40.53% at 45.74% 55.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%)
}

.section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image img {
  border-radius: 0px;
  opacity: .8;
  padding: 0 0px;
  max-width: 100%
}

.section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image.active img {
  background-color: rgba(0, 0, 0, 0);
  opacity: 1
}

@keyframes slideRight {
  from {
    transform: translateX(100%);
    opacity: 0
  }

  to {
    transform: translateX(0);
    opacity: 1
  }
}

.grnt-section-upi-link {
  padding: 132px 0 106px;
  background: radial-gradient(at top left, #AD2A33 0%, #131023 100%);
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1
}

@media(max-width: 1199px) {
  .grnt-section-upi-link {
    padding: 80px 0 86px
  }
}

@media(max-width: 991px) {
  .grnt-section-upi-link {
    padding: 75px 0
  }
}

@media(max-width: 767px) {
  .grnt-section-upi-link {
    padding: 50px 0
  }
}

@media(max-width: 767px) {
  .grnt-section-upi-link .h2 {
    font-size: 24px;
    line-height: 34px
  }
}

.grnt-section-upi-link .content-section {
  max-width: 804px;
  margin: 0 auto
}

@media(max-width: 767px) {
  .grnt-section-upi-link .content-section {
    max-width: 100%;
    padding: 0 12px
  }
}

.grnt-section-upi-link .content-section .card-section-l2 {
  border-radius: 0px;
  background: rgba(0, 0, 0, 0);
  margin-top: 31px
}

@media(max-width: 767px) {
  .grnt-section-upi-link .content-section .card-section-l2 {
    margin-top: 6px
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 {
  margin-bottom: 28px;
  overflow-y: hidden;
  overflow-x: scroll;
  column-gap: 10px;
  -ms-flex-pack: start;
  justify-content: start;
  max-width: 636px;
  margin-left: auto;
  padding-bottom: 5px;
  position: relative;
  z-index: 1
}

@media(max-width: 991px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    width: 100%
  }
}

@media(max-width: 767px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 {
    margin-bottom: 16px
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image {
  height: auto;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -ms-flex: initial;
  flex: initial;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 50px !important
}

@media(max-width: 991px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image {
    width: 100%;
    min-width: 81px
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image a {
  border-radius: 50px;
  background: rgba(241, 241, 241, .07);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 13px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
  align-items: center
}

.grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image a picture {
  display: inline-block
}

.grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image a picture img {
  width: 30px;
  height: 30px
}

@media(max-width: 991px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image a picture img {
    width: 36px;
    height: 36px
  }
}

@media(max-width: 991px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image a picture {
    padding: 14px;
    background: rgba(241, 241, 241, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50px
  }
}

@media(max-width: 991px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image a {
    background: rgba(0, 0, 0, 0) !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    font-weight: 400;
    padding: 0
  }
}

@media(max-width: 991px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image a span {
    opacity: .5;
    display: inline-block;
    text-align: center
  }
}

@media(max-width: 991px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image.active {
    background: rgba(0, 0, 0, 0) !important
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image.active a {
  color: #222;
  background: #f8f8f8
}

@media(max-width: 991px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image.active a {
    color: #fff;
    font-weight: 600;
    background: rgba(0, 0, 0, 0) !important
  }
}

@media(max-width: 991px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image.active a span {
    opacity: 1
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image.active picture {
  color: #222;
  background: #f8f8f8
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 {
  padding: 0
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content {
  display: none
}

@media(max-width: 991px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content {
    padding: 14px;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    z-index: 1
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content.active {
  display: inherit
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-phone-img {
  margin-left: -72px;
  margin-top: -51px;
  margin-bottom: -50px;
  position: relative;
  z-index: 1
}

@media(max-width: 991px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-phone-img {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 359px
  }
}

@media(max-width: 991px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-phone-img>picture>img {
    max-width: 176px
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 76px 50px 76px 50px;
  border-radius: 0 24px 24px 0
}

@media(max-width: 991px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner {
    overflow: initial
  }
}

@media(max-width: 767px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner {
    padding: 20px 0px 0px 12px
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -154px;
  right: 0;
  bottom: 0;
  background: rgba(241, 241, 241, .07);
  border-radius: 24px;
  z-index: -4
}

@media(max-width: 991px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner::before {
    top: -14px;
    left: -240px;
    right: -14px;
    bottom: -110px
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner::after {
  content: "";
  position: absolute;
  top: -445px;
  left: -203px;
  height: 494px;
  width: 484px;
  border-radius: 100%;
  background: #54408b;
  z-index: -1;
  filter: blur(330px)
}

@media(max-width: 767px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner::after {
    left: -295px;
    opacity: .8;
    filter: blur(330px)
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container {
  margin-bottom: 0;
  width: 80%
}

@media(max-width: 767px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container {
    width: 100%
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  color: #f9f9f9;
  opacity: .7;
  margin-bottom: 0
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .h3:first-child {
  opacity: .5;
  margin-bottom: 0
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .h3:nth-child(3) {
  opacity: 1;
  margin-bottom: 15px
}

@media(max-width: 767px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .h3 {
    font-size: 32px;
    line-height: 48px;
    padding: 0
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  opacity: 1;
  margin-bottom: 15px
}

@media(max-width: 767px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container h4 {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin-bottom: 12px
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #f6f6f6;
  margin-bottom: 15px
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .txt b {
  font-weight: 600
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .txt:last-child {
  margin-bottom: 0
}

@media(max-width: 767px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .txt {
    font-size: 14px;
    line-height: 21px
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container.title-container-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 10px
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container.title-container-row p {
  width: 78%
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .title-container-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 10px
}

@media(max-width: 767px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .title-container-row {
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .title-container-row p {
  width: 78%
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .scanner-container {
  padding: 21px 14px 21px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  min-width: auto;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  border-radius: 15px;
  margin: 0
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .scanner-container .scanner-img img {
  max-width: -moz-fit-content;
  max-width: fit-content
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .scanner-container p {
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  color: #222;
  width: 70%;
  margin: 15px auto 0
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .tab-shap {
  position: absolute;
  bottom: -322px;
  right: -186px;
  background-color: #992837;
  height: 391px;
  width: 391px;
  border-radius: 100%;
  z-index: -1;
  filter: blur(180px)
}

@media(max-width: 767px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .tab-shap {
    bottom: -400px;
    right: -15px
  }
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .btn-container {
  margin: 30px auto 6px auto;
  position: relative;
  z-index: 0;
  height: auto
}

.grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .btn-container a {
  padding: 18px 48px;
  line-height: 19px;
  background-color: #902a2c
}

@media(max-width: 767px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .btn-container a {
    padding: 13px 48px
  }
}

@media(max-width: 767px) {
  .grnt-section-upi-link .content-section .card-section-l2 .card-content-l2 .tab-content .btn-container {
    min-width: 100%;
    margin: 24px auto 6px auto
  }
}

.grnt-section-upi-link .animation-box {
  position: absolute;
  left: 18px;
  right: 18px;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  visibility: hidden
}

.grnt-section-upi-link .animation-box.active {
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in-out
}

.grnt-section-upi-link .animate-one,
.grnt-section-upi-link .phpeanimate-one {
  max-width: 187px;
  height: 187px;
  border-radius: 20px;
  background: rgba(217, 217, 217, .15);
  top: 50%;
  transform: translateY(-50%)
}

@media(max-width: 991px) {

  .grnt-section-upi-link .animate-one,
  .grnt-section-upi-link .phpeanimate-one {
    height: 147px
  }
}

.grnt-section-upi-link .animate-one .ab-qr-img,
.grnt-section-upi-link .phpeanimate-one .ab-qr-img {
  max-width: 115px;
  height: 0;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 1s all ease-in-out
}

.grnt-section-upi-link .animate-one .ab-qr-img img,
.grnt-section-upi-link .phpeanimate-one .ab-qr-img img {
  max-width: 115px
}

.grnt-section-upi-link .animate-one .ab-qr-img .ab-qr-scan,
.grnt-section-upi-link .phpeanimate-one .ab-qr-img .ab-qr-scan {
  left: 0;
  right: 0;
  top: 2%;
  height: 4px;
  position: absolute;
  background: #417dff;
  box-shadow: 0px 4px 4px #04aeff;
  animation: scanning 1s linear alternate infinite
}

@keyframes scanning {
  0% {
    top: 2%
  }

  100% {
    top: 86%
  }
}

.grnt-section-upi-link .animate-one.active .ab-qr-img,
.grnt-section-upi-link .phpeanimate-one.active .ab-qr-img {
  height: 110px
}

.grnt-section-upi-link .animate-two,
.grnt-section-upi-link .phpeanimate-five {
  top: 0;
  transform: translateY(0);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  transition: .5s all ease-in-out
}

.grnt-section-upi-link .animate-two .animate-two-top,
.grnt-section-upi-link .animate-two .phpeanimate-five-top,
.grnt-section-upi-link .phpeanimate-five .animate-two-top,
.grnt-section-upi-link .phpeanimate-five .phpeanimate-five-top {
  opacity: 0;
  height: 0;
  position: relative;
  transition: .5s all ease-in-out
}

.grnt-section-upi-link .animate-two .animate-two-top picture img,
.grnt-section-upi-link .animate-two .phpeanimate-five-top picture img,
.grnt-section-upi-link .phpeanimate-five .animate-two-top picture img,
.grnt-section-upi-link .phpeanimate-five .phpeanimate-five-top picture img {
  width: 175px;
  height: 175px;
  filter: grayscale(100%)
}

@media(max-width: 991px) {

  .grnt-section-upi-link .animate-two .animate-two-top picture img,
  .grnt-section-upi-link .animate-two .phpeanimate-five-top picture img,
  .grnt-section-upi-link .phpeanimate-five .animate-two-top picture img,
  .grnt-section-upi-link .phpeanimate-five .phpeanimate-five-top picture img {
    width: 140px;
    height: 140px
  }
}

.grnt-section-upi-link .animate-two .animate-two-top span.payment,
.grnt-section-upi-link .animate-two .phpeanimate-five-top span.payment,
.grnt-section-upi-link .phpeanimate-five .animate-two-top span.payment,
.grnt-section-upi-link .phpeanimate-five .phpeanimate-five-top span.payment {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: #000;
  padding: 10px;
  margin: 0 auto;
  top: -40px;
  position: relative
}

@media(max-width: 991px) {

  .grnt-section-upi-link .animate-two .animate-two-top span.payment,
  .grnt-section-upi-link .animate-two .phpeanimate-five-top span.payment,
  .grnt-section-upi-link .phpeanimate-five .animate-two-top span.payment,
  .grnt-section-upi-link .phpeanimate-five .phpeanimate-five-top span.payment {
    padding: 15px 10px 10px
  }
}

.grnt-section-upi-link .animate-two .animate-two-top.show-me,
.grnt-section-upi-link .animate-two .phpeanimate-five-top.show-me,
.grnt-section-upi-link .phpeanimate-five .animate-two-top.show-me,
.grnt-section-upi-link .phpeanimate-five .phpeanimate-five-top.show-me {
  opacity: 1;
  margin-top: 30%;
  height: auto
}

.grnt-section-upi-link .animate-two .animate-two-middle picture img,
.grnt-section-upi-link .animate-two .animate-five-middle picture img,
.grnt-section-upi-link .phpeanimate-five .animate-two-middle picture img,
.grnt-section-upi-link .phpeanimate-five .animate-five-middle picture img {
  max-width: 73px;
  height: 73px;
  filter: grayscale(100%)
}

@media(max-width: 991px) {

  .grnt-section-upi-link .animate-two .animate-two-middle picture img,
  .grnt-section-upi-link .animate-two .animate-five-middle picture img,
  .grnt-section-upi-link .phpeanimate-five .animate-two-middle picture img,
  .grnt-section-upi-link .phpeanimate-five .animate-five-middle picture img {
    max-width: 50px;
    height: 50px
  }
}

.grnt-section-upi-link .animate-two .animate-two-middle span.payment,
.grnt-section-upi-link .animate-two .animate-five-middle span.payment,
.grnt-section-upi-link .phpeanimate-five .animate-two-middle span.payment,
.grnt-section-upi-link .phpeanimate-five .animate-five-middle span.payment {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin: 15px auto 0;
  position: relative
}

.grnt-section-upi-link .animate-two .animate-two-bottom,
.grnt-section-upi-link .animate-two .animate-five-bottom,
.grnt-section-upi-link .phpeanimate-five .animate-two-bottom,
.grnt-section-upi-link .phpeanimate-five .animate-five-bottom {
  transition: .5s all ease-in-out
}

.grnt-section-upi-link .animate-two .animate-two-bottom picture img,
.grnt-section-upi-link .animate-two .animate-five-bottom picture img,
.grnt-section-upi-link .phpeanimate-five .animate-two-bottom picture img,
.grnt-section-upi-link .phpeanimate-five .animate-five-bottom picture img {
  max-width: 100%;
  filter: grayscale(100%)
}

.grnt-section-upi-link .animate-two .animate-two-both-content,
.grnt-section-upi-link .animate-two .phpeanimate-five-both-content,
.grnt-section-upi-link .phpeanimate-five .animate-two-both-content,
.grnt-section-upi-link .phpeanimate-five .phpeanimate-five-both-content {
  opacity: 0;
  height: 0;
  transition: .5s all ease-in-out
}

.grnt-section-upi-link .animate-two .animate-two-both-content.show-me,
.grnt-section-upi-link .animate-two .phpeanimate-five-both-content.show-me,
.grnt-section-upi-link .phpeanimate-five .animate-two-both-content.show-me,
.grnt-section-upi-link .phpeanimate-five .phpeanimate-five-both-content.show-me {
  opacity: 1;
  height: auto;
  margin-top: 20%
}

.grnt-section-upi-link .animate-two .animate-two-both-content.show-me .animate-two-bottom,
.grnt-section-upi-link .animate-two .animate-two-both-content.show-me .animate-five-bottom,
.grnt-section-upi-link .animate-two .phpeanimate-five-both-content.show-me .animate-two-bottom,
.grnt-section-upi-link .animate-two .phpeanimate-five-both-content.show-me .animate-five-bottom,
.grnt-section-upi-link .phpeanimate-five .animate-two-both-content.show-me .animate-two-bottom,
.grnt-section-upi-link .phpeanimate-five .animate-two-both-content.show-me .animate-five-bottom,
.grnt-section-upi-link .phpeanimate-five .phpeanimate-five-both-content.show-me .animate-two-bottom,
.grnt-section-upi-link .phpeanimate-five .phpeanimate-five-both-content.show-me .animate-five-bottom {
  margin-top: 30px
}

.grnt-section-upi-link .animate-three {
  text-align: center;
  top: 25%;
  transform: translateY(-25%)
}

.grnt-section-upi-link .animate-three .animate-three-top picture img {
  width: 73px;
  height: 73px;
  filter: grayscale(100%)
}

.grnt-section-upi-link .animate-three .animate-three-top span.payment {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin: 15px auto 0
}

.grnt-section-upi-link .animate-three .animate-three-bottom {
  margin-top: 120px;
  transition: 1s all ease-in-out
}

.grnt-section-upi-link .animate-three .animate-three-bottom picture img {
  filter: grayscale(100%)
}

.grnt-section-upi-link .animate-three.active .animate-three-bottom {
  margin-top: 40px
}

.grnt-section-upi-link .phpeanimate-two {
  top: 0;
  text-align: center;
  bottom: 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .8s ease-in-out
}

.grnt-section-upi-link .phpeanimate-two .phpeanimate-animate-top {
  opacity: 0;
  transition: all .4s ease
}

.grnt-section-upi-link .phpeanimate-two .phpeanimate-animate-top picture img {
  max-width: 100%;
  border-radius: 10px
}

.grnt-section-upi-link .phpeanimate-two.active .phpeanimate-animate-top {
  opacity: 1
}

.grnt-section-upi-link .phpeanimate-two .phpeanimate-animate-center {
  margin-top: 27px;
  opacity: 0;
  transition: all .4s ease-in
}

.grnt-section-upi-link .phpeanimate-two .phpeanimate-animate-center picture img {
  max-width: 157px
}

@media(max-width: 991px) {
  .grnt-section-upi-link .phpeanimate-two .phpeanimate-animate-center picture img {
    max-width: 140px
  }
}

@media(max-width: 991px) {
  .grnt-section-upi-link .phpeanimate-two .phpeanimate-animate-center {
    margin-top: 15px
  }
}

.grnt-section-upi-link .phpeanimate-two.active .phpeanimate-animate-center {
  transition-delay: .5s;
  opacity: 1
}

.grnt-section-upi-link .phpeanimate-two .phpeanimate-animate-bottom {
  margin-top: 50px;
  opacity: 0;
  transition: all .3s ease-in
}

@media(max-width: 991px) {
  .grnt-section-upi-link .phpeanimate-two .phpeanimate-animate-bottom {
    margin-top: 35px
  }
}

.grnt-section-upi-link .phpeanimate-two .phpeanimate-animate-bottom .add-card-btn {
  display: block;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 600;
  color: #222;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  border-radius: 20px;
  background: #c4c4c4;
  transition: all .3s;
  position: relative
}

@media(max-width: 991px) {
  .grnt-section-upi-link .phpeanimate-two .phpeanimate-animate-bottom .add-card-btn {
    padding: 8px 22px;
    font-size: 8px
  }
}

.grnt-section-upi-link .phpeanimate-two .phpeanimate-animate-bottom .add-card-btn::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  background: rgba(255, 255, 255, .5);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: all .4s
}

@media(max-width: 991px) {
  .grnt-section-upi-link .phpeanimate-two .phpeanimate-animate-bottom .add-card-btn::after {
    width: 20px;
    height: 20px
  }
}

.grnt-section-upi-link .phpeanimate-two.active-btn .add-card-btn {
  background: #222;
  color: #c4c4c4;
  transition-delay: 1s
}

.grnt-section-upi-link .phpeanimate-two.active-btn .add-card-btn::after {
  opacity: 1;
  bottom: 4px;
  transition: all .2s
}

.grnt-section-upi-link .phpeanimate-two.active .phpeanimate-animate-bottom {
  transition-delay: .5s;
  opacity: 1;
  margin-top: 25px
}

@media(max-width: 991px) {
  .grnt-section-upi-link .phpeanimate-two.active .phpeanimate-animate-bottom {
    margin-top: 20px
  }
}

.grnt-section-upi-link .phpeanimate-two.hide-center-bottom .phpeanimate-animate-center,
.grnt-section-upi-link .phpeanimate-two.hide-center-bottom .phpeanimate-animate-bottom {
  opacity: 0;
  transition-delay: 0s;
  margin-top: 25px
}

.grnt-section-upi-link .phpeanimate-two.hide-center-bottom .add-card-btn::after {
  opacity: 0
}

.grnt-section-upi-link .phpeanimate-three {
  top: 0%;
  transform: translateY(0%);
  text-align: center
}

.grnt-section-upi-link .phpeanimate-three.active {
  opacity: 1;
  visibility: visible;
  transition: opacity .1s ease-in-out, visibility .1s ease-in-out
}

.grnt-section-upi-link .phpeanimate-three .phpeanimate-animate-top {
  transform: translateY(-80px);
  opacity: 0;
  transition: all .6s ease-in-out
}

.grnt-section-upi-link .phpeanimate-three .phpeanimate-animate-top picture img {
  max-width: 155px;
  max-height: 155px;
  filter: grayscale(100%)
}

@media(max-width: 991px) {
  .grnt-section-upi-link .phpeanimate-three .phpeanimate-animate-top picture img {
    max-width: 140px;
    max-height: 140px
  }
}

.grnt-section-upi-link .phpeanimate-three .phpeanimate-animate-top span.payment {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  top: -30px
}

.grnt-section-upi-link .phpeanimate-three .phpeanimate-animate-bottom {
  margin-top: 120px;
  transition: all .4s ease-in-out
}

@media(max-width: 991px) {
  .grnt-section-upi-link .phpeanimate-three .phpeanimate-animate-bottom {
    margin-top: 35px
  }
}

.grnt-section-upi-link .phpeanimate-three .phpeanimate-animate-bottom picture {
  position: relative;
  display: block
}

.grnt-section-upi-link .phpeanimate-three .phpeanimate-animate-bottom picture::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(238, 238, 238, .2);
  border-radius: 10px;
  bottom: 0;
  left: 2px;
  right: 2px;
  transition: all .6s ease-in-out;
  z-index: 1
}

.grnt-section-upi-link .phpeanimate-three .phpeanimate-animate-bottom picture img {
  max-width: 100%;
  border-radius: 10px
}

.grnt-section-upi-link .phpeanimate-three.active .phpeanimate-animate-top {
  transform: translateY(0px);
  transition-delay: .9s;
  opacity: 1
}

.grnt-section-upi-link .phpeanimate-three.active .phpeanimate-animate-bottom {
  margin-top: 26px;
  transition: all .8s ease-in-out
}

.grnt-section-upi-link .phpeanimate-three.active .phpeanimate-animate-bottom picture::after {
  top: -11px;
  bottom: 11px
}

.grnt-section-upi-link .phpeanimate-four {
  width: 187px;
  height: 187px;
  top: 50%;
  transform: translateY(-50%);
  left: -50%
}

@media(max-width: 991px) {
  .grnt-section-upi-link .phpeanimate-four {
    width: 140px
  }
}

.grnt-section-upi-link .phpeanimate-four.active {
  opacity: 1;
  visibility: visible;
  left: 18px;
  transition: opacity .7s ease-in-out, visibility .7s ease-in-out, left .7s ease-in-out
}

.grnt-section-upi-link .phpeanimate-four .ab-qr-img {
  width: 183px;
  height: 0;
  margin: 0 auto;
  display: block;
  transition: 1s all ease-in-out
}

.grnt-section-upi-link .phpeanimate-four .ab-qr-img .ab-qr-img-top img {
  max-width: 183px;
  height: 150px
}

@media(max-width: 991px) {
  .grnt-section-upi-link .phpeanimate-four .ab-qr-img .ab-qr-img-top img {
    max-width: 140px
  }
}

.grnt-section-upi-link .phpeanimate-four .ab-qr-img .ab-qr-img-bottom {
  opacity: 0;
  transition: all .4s ease-in
}

.grnt-section-upi-link .phpeanimate-four .ab-qr-img .ab-qr-img-bottom .ab-qr-scan {
  position: absolute;
  text-align: center;
  top: -15px;
  left: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  right: 0
}

@media(max-width: 991px) {
  .grnt-section-upi-link .phpeanimate-four .ab-qr-img .ab-qr-img-bottom .ab-qr-scan {
    top: 5px
  }
}

.grnt-section-upi-link .phpeanimate-four .ab-qr-img .ab-qr-img-bottom .ab-qr-scan::after {
  content: "";
  left: 0;
  right: 0;
  top: -2%;
  height: 4px;
  position: absolute;
  background: #417dff;
  box-shadow: 0px 4px 4px #04aeff
}

.grnt-section-upi-link .phpeanimate-four .ab-qr-img .ab-qr-img-bottom .ab-qr-scan picture img {
  width: 114px;
  height: 114px
}

@media(max-width: 991px) {
  .grnt-section-upi-link .phpeanimate-four .ab-qr-img .ab-qr-img-bottom .ab-qr-scan picture img {
    width: 84px;
    height: 84px
  }
}

@keyframes scanning2 {
  0% {
    top: 2%
  }

  100% {
    top: 86%
  }
}

.grnt-section-upi-link .phpeanimate-four.active .ab-qr-img {
  height: 150px
}

.grnt-section-upi-link .phpeanimate-four.active .ab-qr-img .ab-qr-img-bottom {
  transition-delay: 1.2s;
  opacity: 1
}

.grnt-section-upi-link .phpeanimate-four.active .ab-qr-img .ab-qr-img-bottom .ab-qr-scan::after {
  animation: scanning2 1s linear alternate infinite
}

.grnt-section-upi-link .custom-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

.grnt-section-upi-link .custom-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 10px
}

.grnt-section-upi-link .custom-scroll::-webkit-scrollbar-thumb {
  background: #c3c3c3;
  border-radius: 10px
}

.grnt-section-upi-link .custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #fff
}

.grnt-section-hcashe-link {
  padding: 70px 0 70px;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  position: relative;
  z-index: 1
}

@media(max-width: 1199px) {
  .grnt-section-hcashe-link {
    padding: 60px 0 60px
  }
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link {
    padding: 50px 0
  }
}

@media(max-width: 767px) {
  .grnt-section-hcashe-link {
    padding: 50px 0
  }
}

.grnt-section-hcashe-link::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  position: absolute;
  height: 204px;
  background: linear-gradient(180deg, #0E1224 17.89%, rgba(13, 16, 20, 0.320329) 67.45%, rgba(10, 12, 11, 0) 100%);
  z-index: -1
}

.grnt-section-hcashe-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
  height: 204px;
  background: linear-gradient(180deg, #131727 50%, rgba(13, 16, 20, 0.320329) 80.18%, rgba(10, 12, 11, 0) 100%);
  transform: rotate(-180deg);
  z-index: -1
}

.grnt-section-hcashe-link .back-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1
}

.grnt-section-hcashe-link .back-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.grnt-section-hcashe-link .content-section .btn-container a {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  line-height: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 14px 48px;
  background-color: #fff;
  height: 100%;
  display: block;
  width: 100%;
  border-radius: 30px
}

@media(max-width: 1199px) {
  .grnt-section-hcashe-link .h2 {
    font-size: 34px
  }
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .h2 {
    font-size: 28px;
    line-height: 36px
  }
}

@media(max-width: 767px) {
  .grnt-section-hcashe-link .h2 br {
    display: none
  }
}

.grnt-section-hcashe-link .content-section {
  max-width: 804px;
  margin: 0 auto
}

@media(max-width: 767px) {
  .grnt-section-hcashe-link .content-section {
    max-width: 100%;
    padding: 0 12px
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 {
  border-radius: 0px;
  background: rgba(0, 0, 0, 0);
  margin-top: 31px
}

@media(max-width: 767px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 {
    margin-top: 6px
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 {
  margin-bottom: 28px;
  overflow-y: hidden;
  overflow-x: scroll;
  column-gap: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: start;
  max-width: 636px;
  margin-left: auto;
  padding-bottom: 5px;
  position: relative;
  z-index: 1
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    width: 100%
  }
}

@media(max-width: 767px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 {
    margin-bottom: 16px
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 .card-image {
  height: auto;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -ms-flex: initial;
  flex: initial;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 50px !important
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 .card-image {
    width: 100%;
    min-width: 81px
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 .card-image a {
  border-radius: 50px;
  background: rgba(241, 241, 241, .07);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 13px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 .card-image a {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 .card-image a picture {
  display: inline-block
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 .card-image a picture img {
  width: 30px;
  height: 30px
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 .card-image a picture img {
    width: 36px;
    height: 36px
  }
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 .card-image a picture {
    padding: 14px;
    background: rgba(241, 241, 241, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50px
  }
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 .card-image a {
    background: rgba(0, 0, 0, 0) !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    font-weight: 400;
    padding: 0
  }
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 .card-image a span {
    opacity: .5;
    display: inline-block;
    text-align: center
  }
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 .card-image.active {
    background: rgba(0, 0, 0, 0) !important
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 .card-image.active a {
  color: #222;
  background: #f8f8f8
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 .card-image.active a {
    color: #fff;
    font-weight: 600;
    background: rgba(0, 0, 0, 0) !important
  }
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 .card-image.active a span {
    opacity: 1
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-header-l2 .card-image.active picture {
  color: #222;
  background: #f8f8f8
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 {
  padding: 0
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content {
  display: none
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content {
    padding: 14px;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    z-index: 1
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content.active {
  display: inherit
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-phone-img {
  margin-left: -72px;
  margin-top: -51px;
  margin-bottom: -50px;
  position: relative;
  z-index: 1
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-phone-img {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 359px
  }
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-phone-img>picture>img {
    max-width: 176px
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 55px 50px 55px 50px;
  border-radius: 0 24px 24px 0
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner {
    overflow: initial
  }
}

@media(max-width: 767px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner {
    padding: 20px 0px 0px 12px
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -154px;
  right: 0;
  border: 1px solid rgba(255, 255, 255, .1);
  bottom: 0;
  background: rgba(241, 241, 241, .18);
  border-radius: 24px;
  z-index: -4
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner::before {
    top: -14px;
    left: -240px;
    right: -34px;
    bottom: -110px;
    background: rgba(241, 241, 241, .07)
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner::after {
  content: "";
  position: absolute;
  top: -445px;
  left: -203px;
  height: 494px;
  width: 484px;
  border-radius: 100%;
  background: #816499;
  z-index: -1;
  filter: blur(330px)
}

@media(max-width: 767px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner::after {
    left: -345px;
    opacity: .8;
    top: -330px;
    filter: blur(330px);
    background: #54408b
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container {
  margin-bottom: 0;
  width: 75%
}

@media(max-width: 767px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container {
    width: 100%
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  color: #f9f9f9;
  opacity: .7;
  margin-bottom: 0
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .h3:first-child {
  opacity: .5;
  margin-bottom: 0
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .h3:nth-child(3) {
  opacity: 1;
  margin-bottom: 15px
}

@media(max-width: 767px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .h3 {
    font-size: 32px;
    line-height: 48px;
    padding: 0
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  opacity: 1;
  margin-bottom: 15px
}

@media(max-width: 767px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container h4 {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin-bottom: 12px
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #f6f6f6;
  margin-bottom: 15px
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .txt b {
  font-weight: 600
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .txt:last-child {
  margin-bottom: 0
}

@media(max-width: 767px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .txt {
    font-size: 14px;
    line-height: 21px
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container.title-container-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 10px
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container.title-container-row p {
  width: 78%
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .title-container-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 10px
}

@media(max-width: 767px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .title-container-row {
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .title-container .title-container-row p {
  width: 78%
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .scanner-container {
  padding: 24px 15px 24px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  min-width: auto;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  border-radius: 15px;
  margin: 0
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .scanner-container .scanner-img img {
  max-width: 160px;
  width: 160px
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .scanner-container p {
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  color: #222;
  width: 70%;
  margin: 15px auto 0
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .tab-shap {
  position: absolute;
  bottom: -322px;
  right: -186px;
  background-color: #d15f8f;
  height: 391px;
  width: 391px;
  border-radius: 100%;
  z-index: -1;
  filter: blur(330px)
}

@media(max-width: 767px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .tab-content-wrap .tab-content-inner .tab-shap {
    bottom: -370px;
    background: #992837;
    right: -210px
  }
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .btn-container {
  margin: 30px auto 6px auto;
  position: relative;
  z-index: 0;
  height: auto
}

.grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .btn-container a {
  padding: 14px 48px;
  color: #000;
  line-height: 19px
}

@media(max-width: 767px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .btn-container a {
    padding: 13px 48px
  }
}

@media(max-width: 767px) {
  .grnt-section-hcashe-link .content-section .card-section-l2 .card-content-l2 .tab-content .btn-container {
    min-width: 100%;
    margin: 24px auto 6px auto
  }
}

.grnt-section-hcashe-link .animation-box {
  position: absolute;
  left: 18px;
  right: 18px;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  visibility: hidden
}

.grnt-section-hcashe-link .animation-box.active {
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in-out
}

.grnt-section-hcashe-link .animate-one,
.grnt-section-hcashe-link .phpeanimate-one {
  max-width: 187px;
  height: 187px;
  border-radius: 20px;
  background: rgba(217, 217, 217, .15);
  top: 50%;
  transform: translateY(-50%)
}

@media(max-width: 991px) {

  .grnt-section-hcashe-link .animate-one,
  .grnt-section-hcashe-link .phpeanimate-one {
    height: 147px
  }
}

.grnt-section-hcashe-link .animate-one .ab-qr-img,
.grnt-section-hcashe-link .phpeanimate-one .ab-qr-img {
  max-width: 115px;
  height: 0;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 1s all ease-in-out
}

.grnt-section-hcashe-link .animate-one .ab-qr-img img,
.grnt-section-hcashe-link .phpeanimate-one .ab-qr-img img {
  max-width: 115px
}

.grnt-section-hcashe-link .animate-one .ab-qr-img .ab-qr-scan,
.grnt-section-hcashe-link .phpeanimate-one .ab-qr-img .ab-qr-scan {
  left: 0;
  right: 0;
  top: 2%;
  height: 4px;
  position: absolute;
  background: #417dff;
  box-shadow: 0px 4px 4px #04aeff;
  animation: scanning 1s linear alternate infinite
}

@keyframes scanning {
  0% {
    top: 2%
  }

  100% {
    top: 86%
  }
}

.grnt-section-hcashe-link .animate-one.active .ab-qr-img,
.grnt-section-hcashe-link .phpeanimate-one.active .ab-qr-img {
  height: 110px
}

.grnt-section-hcashe-link .animate-two,
.grnt-section-hcashe-link .phpeanimate-five {
  top: 0;
  transform: translateY(0);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  transition: .5s all ease-in-out
}

.grnt-section-hcashe-link .animate-two .animate-two-top,
.grnt-section-hcashe-link .animate-two .phpeanimate-five-top,
.grnt-section-hcashe-link .phpeanimate-five .animate-two-top,
.grnt-section-hcashe-link .phpeanimate-five .phpeanimate-five-top {
  opacity: 0;
  height: 0;
  position: relative;
  transition: .5s all ease-in-out
}

.grnt-section-hcashe-link .animate-two .animate-two-top picture img,
.grnt-section-hcashe-link .animate-two .phpeanimate-five-top picture img,
.grnt-section-hcashe-link .phpeanimate-five .animate-two-top picture img,
.grnt-section-hcashe-link .phpeanimate-five .phpeanimate-five-top picture img {
  width: 175px;
  height: 175px;
  filter: grayscale(100%)
}

@media(max-width: 991px) {

  .grnt-section-hcashe-link .animate-two .animate-two-top picture img,
  .grnt-section-hcashe-link .animate-two .phpeanimate-five-top picture img,
  .grnt-section-hcashe-link .phpeanimate-five .animate-two-top picture img,
  .grnt-section-hcashe-link .phpeanimate-five .phpeanimate-five-top picture img {
    width: 140px;
    height: 140px
  }
}

.grnt-section-hcashe-link .animate-two .animate-two-top span.payment,
.grnt-section-hcashe-link .animate-two .phpeanimate-five-top span.payment,
.grnt-section-hcashe-link .phpeanimate-five .animate-two-top span.payment,
.grnt-section-hcashe-link .phpeanimate-five .phpeanimate-five-top span.payment {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: #000;
  padding: 10px;
  margin: 0 auto;
  top: -40px;
  position: relative
}

@media(max-width: 991px) {

  .grnt-section-hcashe-link .animate-two .animate-two-top span.payment,
  .grnt-section-hcashe-link .animate-two .phpeanimate-five-top span.payment,
  .grnt-section-hcashe-link .phpeanimate-five .animate-two-top span.payment,
  .grnt-section-hcashe-link .phpeanimate-five .phpeanimate-five-top span.payment {
    padding: 15px 10px 10px
  }
}

.grnt-section-hcashe-link .animate-two .animate-two-top.show-me,
.grnt-section-hcashe-link .animate-two .phpeanimate-five-top.show-me,
.grnt-section-hcashe-link .phpeanimate-five .animate-two-top.show-me,
.grnt-section-hcashe-link .phpeanimate-five .phpeanimate-five-top.show-me {
  opacity: 1;
  margin-top: 30%;
  height: auto
}

.grnt-section-hcashe-link .animate-two .animate-two-middle picture img,
.grnt-section-hcashe-link .animate-two .animate-five-middle picture img,
.grnt-section-hcashe-link .phpeanimate-five .animate-two-middle picture img,
.grnt-section-hcashe-link .phpeanimate-five .animate-five-middle picture img {
  max-width: 73px;
  height: 73px;
  filter: grayscale(100%)
}

@media(max-width: 991px) {

  .grnt-section-hcashe-link .animate-two .animate-two-middle picture img,
  .grnt-section-hcashe-link .animate-two .animate-five-middle picture img,
  .grnt-section-hcashe-link .phpeanimate-five .animate-two-middle picture img,
  .grnt-section-hcashe-link .phpeanimate-five .animate-five-middle picture img {
    max-width: 50px;
    height: 50px
  }
}

.grnt-section-hcashe-link .animate-two .animate-two-middle span.payment,
.grnt-section-hcashe-link .animate-two .animate-five-middle span.payment,
.grnt-section-hcashe-link .phpeanimate-five .animate-two-middle span.payment,
.grnt-section-hcashe-link .phpeanimate-five .animate-five-middle span.payment {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin: 15px auto 0;
  position: relative
}

.grnt-section-hcashe-link .animate-two .animate-two-bottom,
.grnt-section-hcashe-link .animate-two .animate-five-bottom,
.grnt-section-hcashe-link .phpeanimate-five .animate-two-bottom,
.grnt-section-hcashe-link .phpeanimate-five .animate-five-bottom {
  transition: .5s all ease-in-out
}

.grnt-section-hcashe-link .animate-two .animate-two-bottom picture img,
.grnt-section-hcashe-link .animate-two .animate-five-bottom picture img,
.grnt-section-hcashe-link .phpeanimate-five .animate-two-bottom picture img,
.grnt-section-hcashe-link .phpeanimate-five .animate-five-bottom picture img {
  max-width: 100%;
  filter: grayscale(100%)
}

.grnt-section-hcashe-link .animate-two .animate-two-both-content,
.grnt-section-hcashe-link .animate-two .phpeanimate-five-both-content,
.grnt-section-hcashe-link .phpeanimate-five .animate-two-both-content,
.grnt-section-hcashe-link .phpeanimate-five .phpeanimate-five-both-content {
  opacity: 0;
  height: 0;
  transition: .5s all ease-in-out
}

.grnt-section-hcashe-link .animate-two .animate-two-both-content.show-me,
.grnt-section-hcashe-link .animate-two .phpeanimate-five-both-content.show-me,
.grnt-section-hcashe-link .phpeanimate-five .animate-two-both-content.show-me,
.grnt-section-hcashe-link .phpeanimate-five .phpeanimate-five-both-content.show-me {
  opacity: 1;
  height: auto;
  margin-top: 20%
}

.grnt-section-hcashe-link .animate-two .animate-two-both-content.show-me .animate-two-bottom,
.grnt-section-hcashe-link .animate-two .animate-two-both-content.show-me .animate-five-bottom,
.grnt-section-hcashe-link .animate-two .phpeanimate-five-both-content.show-me .animate-two-bottom,
.grnt-section-hcashe-link .animate-two .phpeanimate-five-both-content.show-me .animate-five-bottom,
.grnt-section-hcashe-link .phpeanimate-five .animate-two-both-content.show-me .animate-two-bottom,
.grnt-section-hcashe-link .phpeanimate-five .animate-two-both-content.show-me .animate-five-bottom,
.grnt-section-hcashe-link .phpeanimate-five .phpeanimate-five-both-content.show-me .animate-two-bottom,
.grnt-section-hcashe-link .phpeanimate-five .phpeanimate-five-both-content.show-me .animate-five-bottom {
  margin-top: 30px
}

.grnt-section-hcashe-link .animate-three {
  text-align: center;
  top: 25%;
  transform: translateY(-25%)
}

.grnt-section-hcashe-link .animate-three .animate-three-top picture img {
  width: 73px;
  height: 73px;
  filter: grayscale(100%)
}

.grnt-section-hcashe-link .animate-three .animate-three-top span.payment {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin: 15px auto 0
}

.grnt-section-hcashe-link .animate-three .animate-three-bottom {
  margin-top: 120px;
  transition: 1s all ease-in-out
}

.grnt-section-hcashe-link .animate-three .animate-three-bottom picture img {
  filter: grayscale(100%)
}

.grnt-section-hcashe-link .animate-three.active .animate-three-bottom {
  margin-top: 40px
}

.grnt-section-hcashe-link .phpeanimate-two {
  top: 0;
  text-align: center;
  bottom: 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .8s ease-in-out
}

.grnt-section-hcashe-link .phpeanimate-two .phpeanimate-animate-top {
  opacity: 0;
  transition: all .4s ease
}

.grnt-section-hcashe-link .phpeanimate-two .phpeanimate-animate-top picture img {
  max-width: 100%;
  border-radius: 10px
}

.grnt-section-hcashe-link .phpeanimate-two.active .phpeanimate-animate-top {
  opacity: 1
}

.grnt-section-hcashe-link .phpeanimate-two .phpeanimate-animate-center {
  margin-top: 27px;
  opacity: 0;
  transition: all .4s ease-in
}

.grnt-section-hcashe-link .phpeanimate-two .phpeanimate-animate-center picture img {
  max-width: 157px
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .phpeanimate-two .phpeanimate-animate-center picture img {
    max-width: 140px
  }
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .phpeanimate-two .phpeanimate-animate-center {
    margin-top: 15px
  }
}

.grnt-section-hcashe-link .phpeanimate-two.active .phpeanimate-animate-center {
  transition-delay: .5s;
  opacity: 1
}

.grnt-section-hcashe-link .phpeanimate-two .phpeanimate-animate-bottom {
  margin-top: 50px;
  opacity: 0;
  transition: all .3s ease-in
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .phpeanimate-two .phpeanimate-animate-bottom {
    margin-top: 35px
  }
}

.grnt-section-hcashe-link .phpeanimate-two .phpeanimate-animate-bottom .add-card-btn {
  display: block;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 600;
  color: #222;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  border-radius: 20px;
  background: #c4c4c4;
  transition: all .3s;
  position: relative
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .phpeanimate-two .phpeanimate-animate-bottom .add-card-btn {
    padding: 8px 22px;
    font-size: 8px
  }
}

.grnt-section-hcashe-link .phpeanimate-two .phpeanimate-animate-bottom .add-card-btn::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  background: rgba(255, 255, 255, .5);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: all .4s
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .phpeanimate-two .phpeanimate-animate-bottom .add-card-btn::after {
    width: 20px;
    height: 20px
  }
}

.grnt-section-hcashe-link .phpeanimate-two.active-btn .add-card-btn {
  background: #222;
  color: #c4c4c4;
  transition-delay: 1s
}

.grnt-section-hcashe-link .phpeanimate-two.active-btn .add-card-btn::after {
  opacity: 1;
  bottom: 4px;
  transition: all .2s
}

.grnt-section-hcashe-link .phpeanimate-two.active .phpeanimate-animate-bottom {
  transition-delay: .5s;
  opacity: 1;
  margin-top: 25px
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .phpeanimate-two.active .phpeanimate-animate-bottom {
    margin-top: 20px
  }
}

.grnt-section-hcashe-link .phpeanimate-two.hide-center-bottom .phpeanimate-animate-center,
.grnt-section-hcashe-link .phpeanimate-two.hide-center-bottom .phpeanimate-animate-bottom {
  opacity: 0;
  transition-delay: 0s;
  margin-top: 25px
}

.grnt-section-hcashe-link .phpeanimate-two.hide-center-bottom .add-card-btn::after {
  opacity: 0
}

.grnt-section-hcashe-link .phpeanimate-three {
  top: 0%;
  transform: translateY(0%);
  text-align: center
}

.grnt-section-hcashe-link .phpeanimate-three.active {
  opacity: 1;
  visibility: visible;
  transition: opacity .1s ease-in-out, visibility .1s ease-in-out
}

.grnt-section-hcashe-link .phpeanimate-three .phpeanimate-animate-top {
  transform: translateY(-80px);
  opacity: 0;
  transition: all .6s ease-in-out
}

.grnt-section-hcashe-link .phpeanimate-three .phpeanimate-animate-top picture img {
  max-width: 155px;
  max-height: 155px;
  filter: grayscale(100%)
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .phpeanimate-three .phpeanimate-animate-top picture img {
    max-width: 140px;
    max-height: 140px
  }
}

.grnt-section-hcashe-link .phpeanimate-three .phpeanimate-animate-top span.payment {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  top: -30px
}

.grnt-section-hcashe-link .phpeanimate-three .phpeanimate-animate-bottom {
  margin-top: 120px;
  transition: all .4s ease-in-out
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .phpeanimate-three .phpeanimate-animate-bottom {
    margin-top: 35px
  }
}

.grnt-section-hcashe-link .phpeanimate-three .phpeanimate-animate-bottom picture {
  position: relative;
  display: block
}

.grnt-section-hcashe-link .phpeanimate-three .phpeanimate-animate-bottom picture::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(238, 238, 238, .2);
  border-radius: 10px;
  bottom: 0;
  left: 2px;
  right: 2px;
  transition: all .6s ease-in-out;
  z-index: 1
}

.grnt-section-hcashe-link .phpeanimate-three .phpeanimate-animate-bottom picture img {
  max-width: 100%;
  border-radius: 10px
}

.grnt-section-hcashe-link .phpeanimate-three.active .phpeanimate-animate-top {
  transform: translateY(0px);
  transition-delay: .9s;
  opacity: 1
}

.grnt-section-hcashe-link .phpeanimate-three.active .phpeanimate-animate-bottom {
  margin-top: 26px;
  transition: all .8s ease-in-out
}

.grnt-section-hcashe-link .phpeanimate-three.active .phpeanimate-animate-bottom picture::after {
  top: -11px;
  bottom: 11px
}

.grnt-section-hcashe-link .phpeanimate-four {
  width: 187px;
  height: 187px;
  top: 50%;
  transform: translateY(-50%);
  left: -50%
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .phpeanimate-four {
    width: 140px
  }
}

.grnt-section-hcashe-link .phpeanimate-four.active {
  opacity: 1;
  visibility: visible;
  left: 18px;
  transition: opacity .7s ease-in-out, visibility .7s ease-in-out, left .7s ease-in-out
}

.grnt-section-hcashe-link .phpeanimate-four .ab-qr-img {
  width: 183px;
  height: 0;
  margin: 0 auto;
  display: block;
  transition: 1s all ease-in-out
}

.grnt-section-hcashe-link .phpeanimate-four .ab-qr-img .ab-qr-img-top img {
  max-width: 183px;
  height: 150px
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .phpeanimate-four .ab-qr-img .ab-qr-img-top img {
    max-width: 140px
  }
}

.grnt-section-hcashe-link .phpeanimate-four .ab-qr-img .ab-qr-img-bottom {
  opacity: 0;
  transition: all .4s ease-in
}

.grnt-section-hcashe-link .phpeanimate-four .ab-qr-img .ab-qr-img-bottom .ab-qr-scan {
  position: absolute;
  text-align: center;
  top: -15px;
  left: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  right: 0
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .phpeanimate-four .ab-qr-img .ab-qr-img-bottom .ab-qr-scan {
    top: 5px
  }
}

.grnt-section-hcashe-link .phpeanimate-four .ab-qr-img .ab-qr-img-bottom .ab-qr-scan::after {
  content: "";
  left: 0;
  right: 0;
  top: -2%;
  height: 4px;
  position: absolute;
  background: #417dff;
  box-shadow: 0px 4px 4px #04aeff
}

.grnt-section-hcashe-link .phpeanimate-four .ab-qr-img .ab-qr-img-bottom .ab-qr-scan picture img {
  width: 114px;
  height: 114px
}

@media(max-width: 991px) {
  .grnt-section-hcashe-link .phpeanimate-four .ab-qr-img .ab-qr-img-bottom .ab-qr-scan picture img {
    width: 84px;
    height: 84px
  }
}

@keyframes scanning2 {
  0% {
    top: 2%
  }

  100% {
    top: 86%
  }
}

.grnt-section-hcashe-link .phpeanimate-four.active .ab-qr-img {
  height: 150px
}

.grnt-section-hcashe-link .phpeanimate-four.active .ab-qr-img .ab-qr-img-bottom {
  transition-delay: 1.2s;
  opacity: 1
}

.grnt-section-hcashe-link .phpeanimate-four.active .ab-qr-img .ab-qr-img-bottom .ab-qr-scan::after {
  animation: scanning2 1s linear alternate infinite
}

.grnt-section-hcashe-link .custom-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

.grnt-section-hcashe-link .custom-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 10px
}

.grnt-section-hcashe-link .custom-scroll::-webkit-scrollbar-thumb {
  background: #c3c3c3;
  border-radius: 10px
}

.grnt-section-hcashe-link .custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #fff
}
.grnt-hcashe-mapp {
  padding: 80px 0px;
  position: relative;
  z-index: 1
}

@media(max-width: 1199px) {
  .grnt-hcashe-mapp {
    padding: 50px 0px
  }
}

.grnt-hcashe-mapp .back-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1
}

.grnt-hcashe-mapp .back-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom
}

.grnt-hcashe-mapp .hcasba-main {
  position: relative;
  z-index: 1
}

@media(max-width: 991px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-desc {
    text-align: center;
    max-width: 80%;
    margin: auto;
    padding-bottom: 20px !important;
    border-bottom: 0 !important
  }
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-desc {
    max-width: 100%;
    padding-bottom: 0px !important
  }
}

.grnt-hcashe-mapp .hcasba-main .hcasba-desc .h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 19px;
  font-weight: 700;
  color: #fff;
  max-width: 100%
}

.grnt-hcashe-mapp .hcasba-main .hcasba-desc .h2:last-child {
  margin-bottom: 0
}

.grnt-hcashe-mapp .hcasba-main .hcasba-desc .h2 b {
  background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-desc .h2 br {
    display: none
  }
}

@media(max-width: 1199px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-desc .h2 {
    font-size: 34px;
    line-height: 44px
  }
}

@media(max-width: 991px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-desc .h2 {
    font-size: 28px;
    line-height: 37px
  }
}

.grnt-hcashe-mapp .hcasba-main .hcasba-desc .txt {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px
}

.grnt-hcashe-mapp .hcasba-main .hcasba-desc .txt:last-child {
  margin-bottom: 0
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-desc .txt {
    font-size: 16px;
    line-height: 23px
  }
}

.grnt-hcashe-mapp .hcasba-main .hcasba-desc .know-btn {
  padding: 13px 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #14182e;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 200px;
  background: #fff
}

@media(max-width: 991px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-desc .know-btn {
    margin: auto
  }
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-desc .know-btn {
    padding: 14px 25px;
    width: 100%;
    max-width: 100%;
    line-height: 20px;
    background: #3d4269;
    color: #fff
  }
}

.grnt-hcashe-mapp .hcasba-main .common-line {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

@media(max-width: 991px) {
  .grnt-hcashe-mapp .hcasba-main .common-line {
    padding-bottom: 30px
  }
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-main .common-line {
    border-bottom: 0px;
    padding-bottom: 0
  }
}

.grnt-hcashe-mapp .hcasba-main .hcasba-middle-img {
  text-align: center;
  margin-bottom: -60px
}

@media(max-width: 1199px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-middle-img {
    margin-bottom: -45px
  }
}

@media(max-width: 991px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-middle-img {
    margin-bottom: -10px
  }
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-middle-img {
    margin-bottom: 0;
    margin: 35px 0px
  }
}

.grnt-hcashe-mapp .hcasba-main .hcasba-middle-img img {
  width: 100%;
  margin: auto
}

@media(max-width: 991px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-middle-img img {
    width: 100%
  }
}

.grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-top {
  margin-bottom: 25px
}

@media(max-width: 991px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-top {
    margin-bottom: 18px;
    text-align: center
  }
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-top {
    margin-bottom: 24px
  }
}

.grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-top img {
  width: 100%
}

@media(max-width: 991px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-top img {
    max-width: 70%;
    margin: auto
  }
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-top img {
    max-width: 360px
  }
}

.grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-middle {
  margin-bottom: 17px;
  text-align: center
}

.grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-middle .txt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px
}

.grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-middle .txt:last-child {
  margin-bottom: 0
}

.grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-middle .txt b {
  font-weight: 600
}

.grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 15px 24px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .2);
  -ms-flex-align: center;
  align-items: center;
  margin: auto
}

@media(max-width: 1199px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last {
    gap: 20px;
    padding: 12px 10px
  }
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last {
    padding: 15px;
    gap: 32px
  }
}

.grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last .hcasbaril-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last .hcasbaril-box {
    max-width: 100%
  }
}

.grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last .hcasbaril-box+.hcasbaril-box {
  position: relative;
  z-index: 1
}

.grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last .hcasbaril-box+.hcasbaril-box::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 0;
  bottom: 0;
  width: 2px;
  border-left: 1px solid rgba(255, 255, 255, .1);
  z-index: -1
}

@media(max-width: 1199px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last .hcasbaril-box+.hcasbaril-box::before {
    left: -9px
  }
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last .hcasbaril-box+.hcasbaril-box::before {
    left: -16px
  }
}

.grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last .hcasbaril-box .con {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0
}

@media(max-width: 1199px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last .hcasbaril-box .con {
    font-size: 13px;
    line-height: 17px
  }
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last .hcasbaril-box .con {
    font-size: 15px;
    line-height: 20px
  }
}

.grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last .hcasbaril-box .hcasbaril-img {
  max-width: 102px;
  -ms-flex: 0 0 102px;
  flex: 0 0 102px
}

@media(max-width: 1199px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last .hcasbaril-box .hcasbaril-img {
    max-width: 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px
  }
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last .hcasbaril-box .hcasbaril-img {
    max-width: 102px;
    -ms-flex: 0 0 102px;
    flex: 0 0 102px
  }
}

.grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last .hcasbaril-box .hcasbaril-img img {
  width: 102px
}

@media(max-width: 1199px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last .hcasbaril-box .hcasbaril-img img {
    width: 80px
  }
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-main .hcasba-right .hcasbari-last .hcasbaril-box .hcasbaril-img img {
    width: 102px
  }
}

.grnt-hcashe-mapp .hcasba-bottom {
  margin-top: 60px
}

@media(max-width: 991px) {
  .grnt-hcashe-mapp .hcasba-bottom {
    margin-top: 45px
  }
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-bottom {
    margin-top: 35px
  }
}

@media(max-width: 991px) {
  .grnt-hcashe-mapp .hcasba-bottom .row {
    row-gap: 30px
  }
}

.grnt-hcashe-mapp .hcasba-bottom .hcasbabo-box {
  text-align: center
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-bottom .hcasbabo-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 24px auto;
    grid-template-columns: 24px auto;
    gap: 16px;
    text-align: left
  }
}

.grnt-hcashe-mapp .hcasba-bottom .hcasbabo-box .hcasbabo-img {
  max-width: 24px;
  margin: 0 auto 16px
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-bottom .hcasbabo-box .hcasbabo-img {
    margin: 0
  }
}

.grnt-hcashe-mapp .hcasba-bottom .hcasbabo-box .hcasbabo-img img {
  width: 100%
}

.grnt-hcashe-mapp .hcasba-bottom .hcasbabo-box .hcasbabo-desc .txt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-bottom .hcasbabo-box .hcasbabo-desc .txt br {
    display: none
  }
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-bottom .hcasbabo-box .hcasbabo-desc .txt {
    margin-bottom: 8px
  }
}

.grnt-hcashe-mapp .hcasba-bottom .hcasbabo-box .hcasbabo-desc .txt:last-child {
  margin-bottom: 0
}

.grnt-hcashe-mapp .hcasba-bottom .hcasbabo-box .hcasbabo-desc .he-link {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .grnt-hcashe-mapp .hcasba-bottom .hcasbabo-box .hcasbabo-desc .he-link {
    margin-left: 0
  }
}
.hcabc-fees {
  padding: 70px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.hcabc-fees::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1140px;
  height: 382px;
  opacity: .7;
  filter: blur(420.313px);
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='1140' height='382' viewBox='0 0 1140 382' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse opacity='0.6' cx='570' cy='191' rx='191' ry='570' transform='rotate(90 570 191)' fill='%232E3891'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  transform: translateY(40px)
}

@media(max-width: 991px) {
  .hcabc-fees::before {
    width: 750px
  }
}

@media(max-width: 767px) {
  .hcabc-fees::before {
    background-image: url("data:image/svg+xml,%3Csvg width='390' height='682' viewBox='0 0 390 682' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(../components/content/hello-cc/hello-cc-fees/clientlibs/css/%23filter0_f_1_14870)'%3E%3Cellipse cx='195' cy='360.5' rx='347.5' ry='175' transform='rotate(90 195 360.5)' fill='%231A215F'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1_14870' x='-400.625' y='-407.625' width='1191.25' height='1536.25' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='210.313' result='effect1_foregroundBlur_1_14870'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 760px;
    width: 400px;
    opacity: .9
  }
}

@media(max-width: 1199px) {
  .hcabc-fees {
    padding: 40px 0px 30px
  }
}

@media(max-width: 991px) {
  .hcabc-fees {
    padding: 40px 0px 40px
  }
}

@media(max-width: 767px) {
  .hcabc-fees {
    padding: 50px 0px
  }
}

.hcabc-fees .head {
  margin-bottom: 30px
}

.hcabc-fees .head .h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  max-width: 100%
}

.hcabc-fees .head .h2 b {
  background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .hcabc-fees .head .h2 br {
    display: none
  }
}

@media(max-width: 1199px) {
  .hcabc-fees .head .h2 {
    font-size: 34px;
    line-height: 44px
  }
}

@media(max-width: 991px) {
  .hcabc-fees .head .h2 {
    font-size: 28px;
    line-height: 37px
  }
}

.hcabc-fees .head .txt {
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  color: #fff
}

@media(max-width: 767px) {
  .hcabc-fees .head .txt {
    font-size: 16px;
    line-height: 23px
  }
}

.hcabc-fees .indca-fees-charge {
  padding: 30px;
  background: rgba(29, 34, 58, .1);
  -webkit-backdrop-filter: blur(177.5px);
  backdrop-filter: blur(177.5px);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 30px;
  max-width: 83.333333%;
  margin: auto
}

@media(max-width: 1199px) {
  .hcabc-fees .indca-fees-charge {
    margin-top: 30px;
    padding: 30px
  }
}

@media(max-width: 991px) {
  .hcabc-fees .indca-fees-charge {
    padding: 30px 30px;
    max-width: 100%
  }
}

@media(max-width: 767px) {
  .hcabc-fees .indca-fees-charge {
    padding: 30px 20px;
    margin-top: 30px;
    border-radius: 24px
  }
}

.hcabc-fees .indca-fees-charge ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 767px) {
  .hcabc-fees .indca-fees-charge ul li {
    gap: 15px
  }
}

.hcabc-fees .indca-fees-charge ul li.full {
  display: block;
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
  width: 100%;
  max-width: 60%;
  margin-left: auto
}

@media(max-width: 1199px) {
  .hcabc-fees .indca-fees-charge ul li.full {
    width: 70%
  }
}

@media(max-width: 767px) {
  .hcabc-fees .indca-fees-charge ul li.full {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%
  }
}

.hcabc-fees .indca-fees-charge ul li.full .infees-desc {
  text-align: right
}

.hcabc-fees .indca-fees-charge ul li+li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1)
}

@media(max-width: 767px) {
  .hcabc-fees .indca-fees-charge ul li+li {
    margin-top: 20px;
    padding-top: 20px
  }
}

.hcabc-fees .indca-fees-charge ul li .infees-desc {
  padding: 10px 20px;
  background: #27272b;
  background: rgba(255, 255, 255, .05);
  -webkit-backdrop-filter: blur(177.5px);
  backdrop-filter: blur(177.5px);
  border-radius: 10px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-top: 6px
}

@media(max-width: 991px) {
  .hcabc-fees .indca-fees-charge ul li .infees-desc {
    padding: 6px 10px
  }
}

@media(max-width: 767px) {
  .hcabc-fees .indca-fees-charge ul li .infees-desc {
    padding: 9px 16px;
    margin-top: 10px
  }
}

.hcabc-fees .indca-fees-charge ul li .infees-desc .txt {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #e9e9e9;
  margin-bottom: 0
}

.hcabc-fees .indca-fees-charge ul li .infees-desc .txt a {
  color: #e9e9e9;
  font-weight: 700;
  text-decoration: underline
}

@media(max-width: 991px) {
  .hcabc-fees .indca-fees-charge ul li .infees-desc .txt {
    font-size: 12px;
    line-height: 16px
  }
}

@media(max-width: 767px) {
  .hcabc-fees .indca-fees-charge ul li .infees-desc .txt {
    font-size: 10px;
    line-height: 14px
  }
}

.hcabc-fees .indca-fees-charge ul li .infees-left .pHead {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px
}

.hcabc-fees .indca-fees-charge ul li .infees-left .pHead b {
  font-weight: 700
}

@media(max-width: 991px) {
  .hcabc-fees .indca-fees-charge ul li .infees-left .pHead {
    font-size: 18px;
    line-height: 25px
  }
}

@media(max-width: 767px) {
  .hcabc-fees .indca-fees-charge ul li .infees-left .pHead {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0
  }
}

.hcabc-fees .indca-fees-charge ul li .infees-left .pHead:last-child {
  margin-bottom: 0
}

.hcabc-fees .indca-fees-charge ul li .infees-left .shortdesc {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0
}

@media(max-width: 767px) {
  .hcabc-fees .indca-fees-charge ul li .infees-left .shortdesc {
    font-size: 14px;
    line-height: 20px
  }
}

@media(max-width: 767px) {
  .hcabc-fees .indca-fees-charge ul li .infees-right {
    text-align: right
  }
}

.hcabc-fees .indca-fees-charge ul li .infees-right .pHead {
  margin-bottom: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: end;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: end;
  gap: 6px
}

.hcabc-fees .indca-fees-charge ul li .infees-right .pHead span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto
}

@media(max-width: 991px) {
  .hcabc-fees .indca-fees-charge ul li .infees-right .pHead span {
    font-size: 18px;
    line-height: 24px
  }
}

@media(max-width: 767px) {
  .hcabc-fees .indca-fees-charge ul li .infees-right .pHead span {
    font-size: 16px;
    line-height: 23px
  }
}

.hcabc-fees .indca-fees-charge ul li .infees-right .pHead span b,
.hcabc-fees .indca-fees-charge ul li .infees-right .pHead span strong {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #fff
}

@media(max-width: 767px) {

  .hcabc-fees .indca-fees-charge ul li .infees-right .pHead span b,
  .hcabc-fees .indca-fees-charge ul li .infees-right .pHead span strong {
    font-size: 16px;
    line-height: 23px
  }
}

@media(max-width: 767px) {
  .hcabc-fees .indca-fees-charge ul li .infees-right .pHead {
    gap: 10px;
    margin-bottom: 7px
  }
}

.hcabc-fees .indca-fees-charge ul li .infees-right .pHead span.or {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  margin: 0px 12px
}

@media(max-width: 767px) {
  .hcabc-fees .indca-fees-charge ul li .infees-right .pHead span.or {
    font-size: 20px;
    line-height: 1
  }
}

.hcabc-fees .indca-fees-charge ul li .infees-right .pHead:last-child {
  margin-bottom: 0
}

.hcabc-fees .indca-fees-charge ul li .infees-right span.strike {
  text-decoration: line-through;
  color: #ea5492
}

.hcabc-fees .indca-fees-charge ul li .infees-right .shortdesc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0
}

.hcabc-fees .indca-fees-charge ul li .infees-right .shortdesc.heighlight {
  background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .hcabc-fees .indca-fees-charge ul li .infees-right .shortdesc {
    font-size: 12px;
    line-height: 16px
  }
}

.hcabc-fees .btn-box {
  margin-top: 30px
}

@media(max-width: 767px) {
  .hcabc-fees .btn-box {
    margin-top: 24px
  }
}

.hcabc-fees .btn-box .btn-underline {
  font-size: 12px;
  line-height: 22px;
  color: #222;
  text-decoration: underline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto
}

@media(max-width: 767px) {
  .hcabc-fees .btn-box .btn-underline {
    font-size: 16px;
    line-height: 23px
  }
}

.hcabc-fees .btn-box .btn-underline b,
.hcabc-fees .btn-box .btn-underline strong {
  font-weight: 700
}
.hcabc-cta {
    padding: 20px 0px 60px
}

@media(max-width: 1199px) {
    .hcabc-cta {
        padding: 35px 0px 40px
    }
}

.hcabc-cta .hcabcct-main {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
    padding: 47px 40px;
    background: #34394d
}

@media(max-width: 1199px) {
    .hcabc-cta .hcabcct-main {
        padding: 30px 34px
    }
}

@media(max-width: 991px) {
    .hcabc-cta .hcabcct-main {
        border-radius: 20px;
        padding: 25px 28px
    }
}

@media(max-width: 767px) {
    .hcabc-cta .hcabcct-main {
        border-radius: 30px;
        padding: 40px 20px
    }
}

.hcabc-cta .hcabcct-main .back-img {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    opacity: .5;
    bottom: 0;
    z-index: -1
}

@media(max-width: 767px) {
    .hcabc-cta .hcabcct-main .back-img {
        opacity: 1
    }
}

.hcabc-cta .hcabcct-main .back-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media(max-width: 991px) {
    .hcabc-cta .hcabcct-main .hcabcct-left {
        text-align: center
    }
}

.hcabc-cta .hcabcct-main .hcabcct-left .h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
    max-width: 100%
}

@media(max-width: 1199px) {
    .hcabc-cta .hcabcct-main .hcabcct-left .h2 {
        font-size: 34px;
        line-height: 42px
    }
}

.hcabc-cta .hcabcct-main .hcabcct-left .h2 b {
    background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
    .hcabc-cta .hcabcct-main .hcabcct-left .h2 br {
        display: none
    }
}

@media(max-width: 1199px) {
    .hcabc-cta .hcabcct-main .hcabcct-left .h2 {
        font-size: 34px;
        line-height: 44px
    }
}

@media(max-width: 991px) {
    .hcabc-cta .hcabcct-main .hcabcct-left .h2 {
        font-size: 28px;
        line-height: 37px
    }
}

@media(max-width: 767px) {
    .hcabc-cta .hcabcct-main .hcabcct-left .h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 12px
    }
}

.hcabc-cta .hcabcct-main .hcabcct-left .txt {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 14px
}

.hcabc-cta .hcabcct-main .hcabcct-left .txt:last-child {
    margin-bottom: 0
}

@media(max-width: 767px) {
    .hcabc-cta .hcabcct-main .hcabcct-left .txt {
        font-size: 16px;
        line-height: 23px
    }
}

.hcabc-cta .hcabcct-main .hcabcct-right .white-btn {
    padding: 18px 44px;
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    background: #fff;
    border-radius: 38px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #653874
}

@media(max-width: 1199px) {
    .hcabc-cta .hcabcct-main .hcabcct-right .white-btn {
        padding: 14px 30px
    }
}

@media(max-width: 991px) {
    .hcabc-cta .hcabcct-main .hcabcct-right .white-btn {
        margin-right: auto;
        margin-top: 25px
    }
}

@media(max-width: 767px) {
    .hcabc-cta .hcabcct-main .hcabcct-right .white-btn {
        max-width: 100%;
        text-align: center
    }
}
.hcabc-testi {
    padding: 60px 0px;
    background: #0a0c0a;
    overflow: hidden
}

@media(max-width: 1199px) {
    .hcabc-testi {
        padding: 45px 0px
    }
}

@media(max-width: 767px) {
    .hcabc-testi {
        padding: 50px 0px
    }
}

.hcabc-testi .head {
    margin-bottom: 40px
}

@media(max-width: 991px) {
    .hcabc-testi .head {
        margin-bottom: 30px
    }
}

.hcabc-testi .head .h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    max-width: 100%
}

.hcabc-testi .head .h2 b {
    background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
    .hcabc-testi .head .h2 br {
        display: none
    }
}

@media(max-width: 1199px) {
    .hcabc-testi .head .h2 {
        font-size: 34px;
        line-height: 44px
    }
}

@media(max-width: 991px) {
    .hcabc-testi .head .h2 {
        font-size: 28px;
        line-height: 37px
    }
}

@media(max-width: 767px) {
    .hcabc-testi .head .h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 0
    }
}

.hcabc-testi .head .txt {
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    color: #fff
}

@media(max-width: 767px) {
    .hcabc-testi .head .txt {
        font-size: 16px;
        line-height: 23px
    }
}

.hcabc-testi .fwb-testi-swiper {
    margin: 0px 30px 0px
}

@media(max-width: 767px) {
    .hcabc-testi .fwb-testi-swiper {
        margin: 0;
        overflow: visible
    }
}

.hcabc-testi .swiper-slide {
    transition: all 200ms linear;
    height: auto
}

.hcabc-testi .fwbtestti-box {
    padding: 24px;
    background: #191c28;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    opacity: .8;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width: 1199px) {
    .hcabc-testi .fwbtestti-box {
        padding: 18px
    }
}

@media(max-width: 767px) {
    .hcabc-testi .fwbtestti-box {
        padding: 30px 25px
    }
}

.hcabc-testi .fwbtestti-box .fwtesb-quote {
    margin-bottom: 15px
}

.hcabc-testi .fwbtestti-box .fwtesb-quote svg {
    max-width: 20px
}

.hcabc-testi .fwbtestti-box .fwtesb-quote svg path {
    fill: #fff
}

.hcabc-testi .fwbtestti-box .h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px
}

@media(max-width: 767px) {
    .hcabc-testi .fwbtestti-box .h3 {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 13px
    }
}

.hcabc-testi .fwbtestti-box .txt {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #b9b9b9;
    margin-bottom: 15px
}

@media(max-width: 767px) {
    .hcabc-testi .fwbtestti-box .txt {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px
    }
}

.hcabc-testi .fwbtestti-box .txt:last-child {
    margin-bottom: 0
}

.hcabc-testi .fwbtestti-box .fwtesb-bottom {
    margin-top: 23px
}

@media(max-width: 767px) {
    .hcabc-testi .fwbtestti-box .fwtesb-bottom {
        margin-top: 16px
    }
}

.hcabc-testi .fwbtestti-box .h4 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px
}

@media(max-width: 1199px) {
    .hcabc-testi .fwbtestti-box .h4 {
        font-size: 18px;
        line-height: 23px
    }
}

@media(max-width: 767px) {
    .hcabc-testi .fwbtestti-box .h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 3px
    }
}

.hcabc-testi .fwbtestti-box .smal-txt {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #b9b9b9;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .hcabc-testi .fwbtestti-box .smal-txt {
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width: 767px) {
    .hcabc-testi .fwbtestti-box .smal-txt {
        font-size: 13px;
        line-height: 18px
    }
}

.hcabc-testi .fwbtestti-box .fwtesb-botstar {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .hcabc-testi .fwbtestti-box .fwtesb-botstar {
        margin-top: 15px
    }
}

.hcabc-testi .fwbtestti-box .fwtesb-botstar .fwtesb-star {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

@media(max-width: 767px) {
    .hcabc-testi .fwbtestti-box .fwtesb-botstar .fwtesb-star {
        gap: 4px
    }
}

.hcabc-testi .fwbtestti-box .fwtesb-botstar .fwtesb-star li {
    line-height: 18px
}

@media(max-width: 767px) {
    .hcabc-testi .fwbtestti-box .fwtesb-botstar .fwtesb-star li {
        line-height: 13px
    }
}

.hcabc-testi .fwbtestti-box .fwtesb-botstar .fwtesb-star li svg {
    max-width: 18px
}

@media(max-width: 767px) {
    .hcabc-testi .fwbtestti-box .fwtesb-botstar .fwtesb-star li svg {
        max-width: 13px
    }
}

.hcabc-testi .fwbtestti-box .fwtesb-botstar .fwtesb-star li svg path {
    fill: #fff
}

.hcabc-testi .fwbtestti-box .fwtesb-botstar .fwtesb-date {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #b9b9b9
}

.hcabc-testi .fwbtestti-box .fwtesb-botstar .fwtesb-date .date-txt {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #b9b9b9;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .hcabc-testi .fwbtestti-box .fwtesb-botstar .fwtesb-date .date-txt {
        font-size: 10px;
        line-height: 14px
    }
}

.hcabc-testi .swiper-slide-prev {
    opacity: 1;
    transform: scale(0.9)
}

.hcabc-testi .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1
}

.hcabc-testi .swiper-slide.swiper-slide-active .fwbtestti-box {
    background: linear-gradient(90deg, #3E4883 -7.87%, #AC333F 128.59%);
    filter: grayscale(0%);
    border: 0;
    opacity: 1
}

.hcabc-testi .swiper-slide.swiper-slide-active .fwbtestti-box .h3 {
    color: #fff
}

.hcabc-testi .swiper-slide.swiper-slide-active .fwbtestti-box .txt {
    color: #fff
}

.hcabc-testi .swiper-slide.swiper-slide-active .fwbtestti-box .h4 {
    color: #fff
}

.hcabc-testi .swiper-slide.swiper-slide-active .fwbtestti-box .smal-txt {
    color: #fff
}

.hcabc-testi .swiper-slide.swiper-slide-active .fwbtestti-box .fwtesb-star li svg path {
    fill: #fff
}

.hcabc-testi .swiper-slide.swiper-slide-active .fwbtestti-box .fwtesb-quote svg path {
    fill: #fff
}

.hcabc-testi .swiper-slide.swiper-slide-active .fwbtestti-box .fwtesb-date {
    border-left: 1px solid #fff
}

.hcabc-testi .swiper-slide.swiper-slide-active .fwbtestti-box .fwtesb-date .date-txt {
    color: #fff
}

.hcabc-testi .swiper-slide-next {
    transform: scale(0.9)
}

.hcabc-testi .swiper-pagination {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 32px auto 0;
    left: 0;
    bottom: 0;
    background: #222;
    border-radius: 30px;
    padding: 7px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    z-index: 1
}

@media(max-width: 991px) {
    .hcabc-testi .swiper-pagination {
        position: relative;
        margin: 32px auto 0;
        left: 0;
        bottom: 0
    }
}

@media(max-width: 767px) {
    .hcabc-testi .swiper-pagination {
        border-radius: 40px;
        padding: 5px 9px;
        font-size: 12px;
        display: block;
        margin-top: 24px
    }
}

.hcabc-testi .swiper-button-prev {
    background: url(../../../content/dam/idfcfirstbank/images/hello-cc/hc-arrowlft.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    left: -20px;
    z-index: 1;
    top: 55%;
    transform: translateY(-50%)
}

@media(max-width: 1199px) {
    .hcabc-testi .swiper-button-prev {
        width: 38px;
        height: 38px;
        left: 0
    }
}

@media(max-width: 991px) {
    .hcabc-testi .swiper-button-prev {
        width: 33px;
        height: 33px
    }
}

@media(max-width: 767px) {
    .hcabc-testi .swiper-button-prev {
        display: none
    }
}

.hcabc-testi .swiper-button-prev::after {
    content: none
}

.hcabc-testi .swiper-button-next {
    background: url(../../../content/dam/idfcfirstbank/images/hello-cc/hcarrowrgt.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    right: -20px;
    z-index: 1;
    top: 55%;
    transform: translateY(-50%)
}

@media(max-width: 1199px) {
    .hcabc-testi .swiper-button-next {
        width: 38px;
        height: 38px;
        right: 0
    }
}

@media(max-width: 991px) {
    .hcabc-testi .swiper-button-next {
        width: 33px;
        height: 33px
    }
}

@media(max-width: 767px) {
    .hcabc-testi .swiper-button-next {
        display: none
    }
}

.hcabc-testi .swiper-button-next::after {
    content: none
}
.hcabc-blog {
    padding: 60px 0;
    overflow: hidden;
    background: #0a0c0a
}

@media(max-width: 1199px) {
    .hcabc-blog {
        padding: 40px 0px
    }
}

@media(max-width: 991px) {
    .hcabc-blog {
        padding: 30px 0px
    }
}

@media(max-width: 767px) {
    .hcabc-blog {
        padding: 50px 0px 40px
    }
}

.hcabc-blog .gcl-desc-main {
    margin-bottom: 40px
}

@media(max-width: 767px) {
    .hcabc-blog .gcl-desc-main {
        margin-bottom: 30px;
        max-width: 85%;
        margin: 0px auto 30px
    }
}

.hcabc-blog .gcl-desc-main .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 20px
}

.hcabc-blog .gcl-desc-main .h2:last-child {
    margin-bottom: 0
}

.hcabc-blog .gcl-desc-main .h2 b {
    background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1199px) {
    .hcabc-blog .gcl-desc-main .h2 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 16px
    }
}

@media(max-width: 991px) {
    .hcabc-blog .gcl-desc-main .h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .hcabc-blog .gcl-desc-main .h2 {
        margin-bottom: 20px
    }
}

.hcabc-blog .gcl-desc-main .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #fff;
    margin-bottom: 20px
}

@media(max-width: 1199px) {
    .hcabc-blog .gcl-desc-main .desc {
        line-height: 26px
    }
}

@media(max-width: 991px) {
    .hcabc-blog .gcl-desc-main .desc {
        line-height: 23px
    }
}

.hcabc-blog .swiper-pagination {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 32px auto 0;
    left: 0;
    bottom: 0;
    background: #222;
    border-radius: 30px;
    padding: 7px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    z-index: 1
}

@media(max-width: 991px) {
    .hcabc-blog .swiper-pagination {
        position: relative;
        margin: 32px auto 0;
        left: 0;
        bottom: 0
    }
}

@media(max-width: 767px) {
    .hcabc-blog .swiper-pagination {
        border-radius: 40px;
        padding: 5px 9px;
        font-size: 12px;
        display: block;
        margin-top: 24px
    }
}

.hcabc-blog .nri-reso-box {
    width: 100%;
    border-radius: 20px;
    background: #191c28
}

.hcabc-blog .nri-reso-box img {
    width: 100%;
    border-radius: 20px 20px 0px 0px
}

@media(max-width: 767px) {
    .hcabc-blog .nri-reso-box img {
        border-radius: 20px
    }
}

.hcabc-blog .nri-reso-box .nri-reso-new-desc {
    padding: 20px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-direction: column;
    flex-direction: column
}

.hcabc-blog .nri-reso-box .nri-reso-new-desc .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px
}

.hcabc-blog .nri-reso-box .nri-reso-new-desc .desc-date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #c6c6c6;
    margin-bottom: 0
}

.hcabc-blog .nri-reso-box .nri-reso-new-desc .btn-black {
    padding: 14px 24px;
    background: #000;
    border-radius: 38px;
    border: 1px solid #454545;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px
}

@media(max-width: 767px) {
    .hcabc-blog .nri-reso-box .nri-reso-new-desc .btn-black {
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 24px auto 0px;
        padding: 11px 42px
    }
}

@media(max-width: 767px) {
    .hcabc-blog .nri-resource-swiper {
        overflow: visible
    }
}
.hcabc-faq {
    padding: 60px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media(max-width: 1199px) {
    .hcabc-faq {
        padding: 40px 0px 40px
    }
}

@media(max-width: 767px) {
    .hcabc-faq {
        padding: 30px 0px 40px
    }
}

.hcabc-faq::before {
    content: "";
    position: absolute;
    opacity: .8;
    width: 968px;
    height: 666px;
    filter: blur(420.313px);
    top: 55%;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='966' height='666' viewBox='0 0 966 666' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse opacity='0.6' cx='483' cy='333' rx='333' ry='483' transform='rotate(90 483 333)' fill='%23252C69'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@media(max-width: 991px) {
    .hcabc-faq::before {
        width: 738px;
        height: 450px
    }
}

@media(max-width: 767px) {
    .hcabc-faq::before {
        background-image: url("data:image/svg+xml,%3Csvg width='455' height='666' viewBox='0 0 455 666' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse opacity='0.6' cx='227.5' cy='333' rx='333' ry='227.5' transform='rotate(90 227.5 333)' fill='%23252C69'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 100% 100%;
        width: 455px;
        height: 666px;
        top: 35%
    }
}

.hcabc-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
}

.hcabc-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) {
    .hcabc-faq .btn-know-more span {
        font-size: 14px
    }
}

.hcabc-faq .heading {
    margin-bottom: 40px
}

@media(max-width: 991px) {
    .hcabc-faq .heading {
        margin-bottom: 30px
    }
}

@media(max-width: 767px) {
    .hcabc-faq .heading {
        max-width: 100%;
        margin: auto
    }
}

.hcabc-faq .headH2 {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin-bottom: 0
}

.hcabc-faq .headH2 b {
    background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1199px) {
    .hcabc-faq .headH2 {
        font-size: 34px;
        line-height: 44px
    }
}

@media(max-width: 991px) {
    .hcabc-faq .headH2 {
        font-size: 28px;
        line-height: 37px
    }
}

@media(max-width: 767px) {
    .hcabc-faq .headH2 {
        font-size: 24px;
        margin-bottom: 0px;
        line-height: 32px
    }
}

.hcabc-faq .first-family-faq-filter {
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    cursor: pointer;
    overflow-x: auto;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    padding-bottom: 5px
}

@media(max-width: 1199px) {
    .hcabc-faq .first-family-faq-filter {
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media(max-width: 991px) {
    .hcabc-faq .first-family-faq-filter {
        gap: 16px
    }
}

@media(max-width: 767px) {
    .hcabc-faq .first-family-faq-filter {
        gap: 12px;
        margin-bottom: 0;
        margin-right: -15px;
        margin-top: 30px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap
    }
}

.hcabc-faq .first-family-faq-filter-items {
    gap: 10px;
    border-radius: 38px;
    border: none;
    overflow: hidden;
    display: inline-table
}

.hcabc-faq .first-family-faq-filter-items-txt {
    padding: 9px 30px;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 38px;
    border: 1px solid rgba(255, 255, 255, .4)
}

@media(max-width: 991px) {
    .hcabc-faq .first-family-faq-filter-items-txt {
        padding: 8px 20px
    }
}

@media(max-width: 767px) {
    .hcabc-faq .first-family-faq-filter-items-txt {
        font-size: 14px
    }
}

.hcabc-faq .first-family-faq-filter-items-txt.active {
    border-radius: 38px;
    color: #101010;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #fff;
    border-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
    .hcabc-faq .first-family-faq-filter-items-txt.active {
        font-size: 14px
    }
}

.hcabc-faq .first-family-faq .accordian.MT25 {
    margin-top: 32px
}

@media(max-width: 767px) {
    .hcabc-faq .first-family-faq .accordian.MT25 {
        margin-top: 14px
    }
}

.hcabc-faq .first-family-faq .accordian .faq-wrap {
    padding: 0 10px;
    border-radius: 15px
}

@media(max-width: 767px) {
    .hcabc-faq .first-family-faq .accordian .faq-wrap {
        padding: 0px 17px 0px 17px
    }
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .trgr {
    position: relative;
    color: #fff;
    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 rgba(255, 255, 255, .2);
    border-radius: 0;
    padding: 25px 16px 25px 16px;
    margin-top: 0
}

@media(max-width: 767px) {
    .hcabc-faq .first-family-faq .accordian .faq-wrap .trgr {
        padding: 18px 20px 18px 10px
    }
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .trgr::before {
    position: absolute;
    width: 15px;
    height: 15px;
    font-family: icomoon;
    content: "";
    right: 30px;
    top: 20px;
    color: #5d5d5d
}

@media(max-width: 767px) {
    .hcabc-faq .first-family-faq .accordian .faq-wrap .trgr::before {
        right: 18px
    }
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .trgr.act {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    border-radius: 0;
    border-bottom: 0
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .trgr.act+.tog_cont {
    color: #fff;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-right: 98px
}

@media(max-width: 767px) {
    .hcabc-faq .first-family-faq .accordian .faq-wrap .trgr.act+.tog_cont {
        padding-right: 10px;
        padding-left: 10px
    }
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .trgr.act+.tog_cont.show {
    display: block !important
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .trgr:last-child {
    border-bottom: none
}

@media(max-width: 767px) {
    .hcabc-faq .first-family-faq .accordian .faq-wrap .trgr {
        padding: 18px 36px 18px 18px;
        font-size: 14px
    }
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .trgr.act::before {
    content: "";
    transform: rotate(180deg)
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont {
    background: rgba(0, 0, 0, 0);
    border-top: 0;
    box-shadow: none;
    padding: 0px 0 0 16px
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont p,
.hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont ol li,
.hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont ul li {
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: rgba(255, 255, 255, .7);
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0
}

@media(max-width: 767px) {

    .hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont p,
    .hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont ol li,
    .hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont ul li {
        font-size: 14px;
        line-height: 20px
    }
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont p sup,
.hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont ol li sup,
.hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont ul li sup {
    color: rgba(255, 255, 255, .7)
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont ol.ashwa-product-faq {
    margin-top: 6px;
    margin-bottom: 10px
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont ol.ashwa-product-faq li {
    color: rgba(255, 255, 255, .7);
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: rgba(255, 255, 255, .7);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    -webkit-text-fill-color: inherit
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont ol.ashwa-product-faq li::before {
    content: "-";
    text-indent: -5px;
    color: rgba(255, 255, 255, .7);
    background: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: rgba(255, 255, 255, .7);
    margin: 0 5px 0 -12px
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont ul {
    padding-left: 40px
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont ul li {
    list-style: disc;
    color: #dbdbde
}

@media(max-width: 767px) {
    .hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont ul {
        padding-left: 30px
    }
}

.hcabc-faq .first-family-faq .accordian .faq-wrap .tog_cont a {
    color: rgba(255, 255, 255, .7);
    text-decoration: underline;
    font-weight: 400
}

.hcabc-faq .first-family-faq .accordian .faq-wrap:has(>div>.trgr.act) {
    background: #191c28;
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, .7);
    padding: 15px 10px 24px
}

@media(max-width: 767px) {
    .hcabc-faq .first-family-faq .accordian .faq-wrap:has(>div>.trgr.act) {
        padding: 8px 20px 20px
    }
}

.hcabc-faq .btn-box {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width: 991px) {
    .hcabc-faq .btn-box {
        margin-top: 30px
    }
}

@media(max-width: 767px) {
    .hcabc-faq .btn-box {
        margin-top: 32px
    }
}

.hcabc-faq .btn-box .btn-red-new {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 38px;
    color: #0b0b0b !important;
    background: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 24px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700
}

@media(max-width: 767px) {
    .hcabc-faq .btn-box .btn-red-new {
        padding: 7px 20px;
        font-size: 16px;
        line-height: 23px;
        font-weight: 700;
        border-radius: 30px
    }
}

.hcabc-faq .btn-box .btn-red-new span {
    font-size: 14px
}

@media(max-width: 767px) {
    .hcabc-faq .btn-box .btn-red-new span {
        font-size: 16px;
        line-height: 23px;
        font-weight: 700
    }
}
.creditpro-doc {
  padding: 32px 0 50px;
  background: #1c1c1e
}

.creditpro-doc.golden-color {
  background: #281f1c
}

@media(max-width: 1199px) {
  .creditpro-doc {
    padding: 40px 0px
  }
}

@media(max-width: 767px) {
  .creditpro-doc {
    padding: 30px 0 40px
  }
}

.creditpro-doc .heading {
  margin-bottom: 0
}

@media(max-width: 767px) {
  .creditpro-doc .heading {
    margin-bottom: 0
  }
}

.creditpro-doc .heading .headH2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(113.91deg, #575757 0.38%, #FFFFFF 41.37%, #575757 104.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.creditpro-doc.golden-color .heading .headH2 {
  background: linear-gradient(105.17deg, #251611 -25.01%, #FFCA97 42.41%, #251611 121.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1199px) {
  .creditpro-doc .heading .headH2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 12px
  }
}

@media(max-width: 991px) {
  .creditpro-doc .heading .headH2 {
    font-size: 28px;
    line-height: 37px
  }
}

@media(max-width: 767px) {
  .creditpro-doc .heading .headH2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0
  }
}

.creditpro-doc .impt-docs-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 54px;
  gap: 70px
}

@media(max-width: 1199px) {
  .creditpro-doc .impt-docs-list {
    margin-top: 20px
  }
}

@media(max-width: 991px) {
  .creditpro-doc .impt-docs-list {
    gap: 10px
  }
}

@media(max-width: 767px) {
  .creditpro-doc .impt-docs-list {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    margin-top: 30px;
    gap: 15px
  }
}

.creditpro-doc .impt-docs-list .card-docs {
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 18px 8px;
  border-radius: 12px;
  border: 1px solid gray;
  background: linear-gradient(131.93deg, #353535 0%, #000000 95.19%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center
}

.creditpro-doc.golden-color .impt-docs-list .card-docs {
  border: 1px solid #f3bf8c;
  background: linear-gradient(131.93deg, #3E302B 28.78%, #251611 69.2%);
}

@media(max-width: 767px) {
  .creditpro-doc .impt-docs-list .card-docs {
    margin: 4px
  }
}

.creditpro-doc .impt-docs-list .card-docs figure {
  margin-bottom: 14px;
  min-height: 46px
}

.creditpro-doc .impt-docs-list .card-docs figure img {
  max-width: 50px
}

.creditpro-doc .impt-docs-list .card-docs a {
  color: #f6f6f6
}

.creditpro-doc.golden-color .impt-docs-list .card-docs a {
  color: #e9e9e9
}

.creditpro-doc .impt-docs-list .card-docs .header-content-2 {
  color: #f6f6f6;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%
}

.creditpro-doc .impt-docs-list .card-docs .header-content-2 {
  color: #e9e9e9;
}

.hcabc-doc {
  padding: 32px 0 50px;
  background: #191c28
}

@media(max-width: 1199px) {
  .hcabc-doc {
    padding: 40px 0px
  }
}

@media(max-width: 767px) {
  .hcabc-doc {
    padding: 30px 0 40px
  }
}

.hcabc-doc .heading {
  margin-bottom: 0
}

@media(max-width: 767px) {
  .hcabc-doc .heading {
    margin-bottom: 0
  }
}

.hcabc-doc .heading .headH2 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.hcabc-doc .heading .headH2 b {
  background: linear-gradient(90deg, #7080E3 0%, #BE59C4 14.99%, #EA5492 44.91%, #E55471 80.63%, #DC3A4A 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1199px) {
  .hcabc-doc .heading .headH2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 12px
  }
}

@media(max-width: 991px) {
  .hcabc-doc .heading .headH2 {
    font-size: 28px;
    line-height: 37px
  }
}

@media(max-width: 767px) {
  .hcabc-doc .heading .headH2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0
  }
}

.hcabc-doc .impt-docs-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 34px;
  gap: 70px;
  position: relative;
  z-index: 1
}

@media(max-width: 1199px) {
  .hcabc-doc .impt-docs-list {
    margin-top: 20px
  }
}

@media(max-width: 991px) {
  .hcabc-doc .impt-docs-list {
    gap: 10px;
    margin-top: 12px
  }
}

@media(max-width: 767px) {
  .hcabc-doc .impt-docs-list {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    margin-top: 30px;
    gap: 15px
  }
}

.hcabc-doc .impt-docs-list .card-docs {
  width: 148px;
  height: 150px;
  text-align: center;
  padding: 18px 8px;
  border-radius: 12px;
  border: 0;
  background: #1d223a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2px;
  position: relative
}

.hcabc-doc .impt-docs-list .card-docs::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 12px;
  background: linear-gradient(90deg, #9A6294 0%, #C95479 51.53%, #AF3745 103.47%);
  z-index: -1
}

@media(max-width: 767px) {
  .hcabc-doc .impt-docs-list .card-docs {
    margin: 4px
  }
}

.hcabc-doc .impt-docs-list .card-docs figure {
  margin-bottom: 14px;
  min-height: 46px
}

.hcabc-doc .impt-docs-list .card-docs figure img {
  max-width: 50px
}

.hcabc-doc .impt-docs-list .card-docs a {
  color: #f6f6f6
}

.hcabc-doc .impt-docs-list .card-docs .header-content-2 {
  color: #f6f6f6;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%
}
.rupay-in-touch {
  padding: 48px 0 51px 0;
  background: var(--Grey-1, linear-gradient(73deg, #C7C6C6 -74.4%, #F1F1F1 23.15%))
}

@media(max-width: 767px) {
  .rupay-in-touch {
    padding: 35px 0 60px 0
  }
}

.rupay-in-touch .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) {
  .rupay-in-touch .h4 {
    margin-bottom: 26px;
    font-size: 24px
  }
}

.rupay-in-touch .gt-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.rupay-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(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) {
  .rupay-in-touch .gt-item a {
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    margin-bottom: 5px
  }
}

.rupay-in-touch .gt-item figure {
  margin: 0 17px 0 0
}

@media(max-width: 767px) {
  .rupay-in-touch .gt-item figure {
    margin: 0 0px 6px 0
  }
}

.rupay-in-touch .gt-item figure img {
  width: 74px;
  height: 74px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media(max-width: 767px) {
  .rupay-in-touch .gt-item figure img {
    width: 54px;
    height: 54px
  }
}

.rupay-in-touch .gt-item p {
  margin-bottom: 0
}

.rupay-in-touch .hd {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #222
}

@media(max-width: 1199px) {
    .rupay-in-touch .hd {
        font-size: 36px;
        line-height: 44px
    }
}

@media(max-width: 991px) {
    .rupay-in-touch .hd {
        font-size: 32px;
        line-height: 40px
    }
}

@media(max-width: 767px) {
    .rupay-in-touch .hd {
        font-size: 28px;
        line-break: 35px
    }
}


.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;
}


body.hello-cashback-card {
    font-family: "Inter", sans-serif;
    background: #0a0c0a;
    overflow-x: clip
}

body.hello-cashback-card .footer-btm {
    background: #fff
}
