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 */
/*SA Product Banner With Calculator CSS START*/
.grnt-sap-banner {
    padding: 50px 0;
    position: relative;
    background: linear-gradient(115.65deg, rgba(248, 212, 216, 0.6) 19.03%, rgba(243, 186, 194, 0.6) 137.58%);
    overflow: hidden;
    z-index: 1
}

@media(max-width: 1199px) {
    .grnt-sap-banner {
        padding: 30px 0
    }
}

.grnt-sap-banner .banr.gfm-banr {
    margin-bottom: 24px
}

@media(max-width: 767px) {
    .grnt-sap-banner .banr.gfm-banr {
        margin-bottom: 0
    }
}

.grnt-sap-banner .banr.gfm-banr .breadcrumb-wrap {
    padding-top: 0;
    position: relative
}

@media(max-width: 991px) {
    .grnt-sap-banner .banr.gfm-banr .breadcrumb-wrap {
        margin-top: 0px
    }
}

.grnt-sap-banner .banr.gfm-banr .breadcrumb-wrap nav .breadcrumb {
    background: #fff
}

.grnt-sap-banner .grnt-sap-desc .hastag {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #6e0a0f
}

@media(max-width: 1199px) {
    .grnt-sap-banner .grnt-sap-desc .hastag {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-sap-desc .hastag {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 9px
    }
}

.grnt-sap-banner .grnt-sap-desc .h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    letter-spacing: -0.05em;
    color: #222;
    margin-bottom: 24px
}

@media(max-width: 1199px) {
    .grnt-sap-banner .grnt-sap-desc .h1 {
        font-size: 44px;
        line-height: 54px;
        margin-bottom: 18px
    }
}

@media(max-width: 991px) {
    .grnt-sap-banner .grnt-sap-desc .h1 {
        letter-spacing: -0.01em;
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 15px
    }
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-sap-desc .h1 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
        letter-spacing: 0
    }
}

.grnt-sap-banner .grnt-sap-desc ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #25243b;
    margin-bottom: 12px
}

@media(max-width: 1199px) {
    .grnt-sap-banner .grnt-sap-desc ul li {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-sap-desc ul li {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 8px
    }
}

.grnt-sap-banner .grnt-sap-desc ul li img {
    -ms-flex: 0 0 32px;
    flex: 0 0 32px
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-sap-desc ul li img {
        -ms-flex: 0 0 24px;
        flex: 0 0 24px
    }
}

.grnt-sap-banner .grnt-sap-desc .btn-box {
    margin-top: 48px
}

@media(max-width: 1199px) {
    .grnt-sap-banner .grnt-sap-desc .btn-box {
        margin-top: 40px
    }
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-sap-desc .btn-box {
        margin-top: 24px
    }
}

.grnt-sap-banner .grnt-sap-desc .btn-box .btn-red {
    padding: 13px 50px;
    background: #9b1e26;
    -webkit-backdrop-filter: blur(67px);
    backdrop-filter: blur(67px);
    border-radius: 9999px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}

@media(max-width: 1199px) {
    .grnt-sap-banner .grnt-sap-desc .btn-box .btn-red {
        padding: 13px 40px
    }
}

@media(max-width: 991px) {
    .grnt-sap-banner .grnt-sap-desc .btn-box .btn-red {
        padding: 12px 30px;
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-sap-desc .btn-box .btn-red {
        padding: 13px 70px
    }
}

.grnt-sap-banner .banner-img {
    position: absolute;
    left: 50%;
    bottom: -32%;
    margin: 0 auto;
    z-index: -1
}

@media(max-width: 991px) {
    .grnt-sap-banner .banner-img {
        position: relative;
        left: auto;
        bottom: auto;
        text-align: center;
        margin-top: 30px
    }
}

.grnt-sap-banner .banner-img img {
    max-width: 581px
}

@media(max-width: 1199px) {
    .grnt-sap-banner .banner-img img {
        max-width: 480px
    }
}

@media(max-width: 991px) {
    .grnt-sap-banner .banner-img img {
        max-width: 400px;
        width: 400px
    }
}

@media(max-width: 767px) {
    .grnt-sap-banner .banner-img img {
        max-width: 260px;
        width: 260px
    }
}

.grnt-sap-banner .grnt-new-sa-calc {
    background: #fdf2f4;
    border: 1px solid rgba(243, 187, 194, .6);
    box-shadow: 0px 8px 25px rgba(112, 21, 27, .15);
    border-radius: 20px;
    padding: 24px 24px 14px;
    z-index: 1
}

@media(max-width: 991px) {
    .grnt-sap-banner .grnt-new-sa-calc {
        max-width: 460px;
        margin: -178px auto 0px
    }
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc {
        max-width: 450px;
        margin: -118px auto 0px;
        padding: 24px 20px 14px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .new-sa-calc-title {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #252439;
    margin-bottom: 18px
}

.grnt-sap-banner .grnt-new-sa-calc .set-balance-popup {
    padding: 10px 12px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ad6f6b;
    box-shadow: 0px 2px 12px rgba(172, 111, 107, .32), 0px 2px 4px rgba(173, 111, 107, .32);
    max-width: 260px;
    right: 0;
    top: 29px;
    margin-left: auto;
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 0
}

@media(max-width: 991px) {
    .grnt-sap-banner .grnt-new-sa-calc .set-balance-popup {
        margin-right: auto;
        left: 0;
        max-width: 80%
    }
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .set-balance-popup {
        max-width: 236px;
        top: 24px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .set-balance-popup .set-balance-popup-img {
    position: absolute;
    top: -12px;
    left: 27%
}

.grnt-sap-banner .grnt-new-sa-calc .set-balance-popup .set-balance-popup-img svg {
    width: 8px;
    height: 6px
}

.grnt-sap-banner .grnt-new-sa-calc .set-balance-popup .txt {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #252439;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .set-balance-popup .txt {
        font-size: 12px;
        line-height: 17px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .set-balance-popup .txt b {
    font-weight: 700;
    background: linear-gradient(92.89deg, #9C1D26 8.95%, #520F14 93.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .white-bx {
    margin-bottom: 16px
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .white-bx .existing-balance-container {
    margin-bottom: 8px
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .white-bx .existing-balance-container .existingbal-desc {
    margin-bottom: .8em
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .white-bx .existing-balance-container .existingbal-desc .title {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #252439;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .white-bx .existing-balance-container .form-input {
    width: 100%;
    padding: 13px 16px;
    background: #fff;
    border: 1px solid rgba(227, 191, 175, .8);
    border-radius: 8px;
    box-shadow: none;
    outline: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #252439
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .white-bx .existing-balance-container .static-placeholder {
    position: absolute;
    top: 13px;
    left: 80px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: rgba(37, 36, 57, .5);
    margin: 0
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper {
    position: relative;
    z-index: 1
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider {
    background: #e3bfaf;
    border-radius: 9999px;
    border: 2px solid #fdeee8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: rgba(0, 0, 0, 0);
    border-radius: 999px;
    outline: none;
    padding: 0;
    margin: 0;
    transition: background 450ms ease-in
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider input[type=range] {
        height: 8px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #9c1d26;
    border: 1px solid #fff;
    box-shadow: 0px 2.4px 14.4px rgba(172, 111, 107, .32), 0px 2.4px 4.8px rgba(173, 111, 107, .32);
    cursor: pointer;
    transition: transform .2s ease;
    z-index: 2
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider input[type=range]::-webkit-slider-thumb {
        height: 18px;
        width: 18px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider input[type=range]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #9c1d26;
    border: 1px solid #fff;
    box-shadow: 0px 2.4px 14.4px rgba(172, 111, 107, .32), 0px 2.4px 4.8px rgba(173, 111, 107, .32);
    cursor: pointer;
    transition: transform .2s ease;
    z-index: 2
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider input[type=range]::-moz-range-thumb {
        height: 20px;
        width: 20px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider input[type=range]::-moz-range-track {
    background: rgba(0, 0, 0, 0);
    height: 10px;
    border-radius: 999px
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider input[type=range]::-moz-range-track {
        height: 10px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider input[type=range]::-ms-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #9c1d26;
    border: 1px solid #fff;
    box-shadow: 0px 2.4px 14.4px rgba(172, 111, 107, .32), 0px 2.4px 4.8px rgba(173, 111, 107, .32);
    cursor: pointer;
    transition: transform .2s ease;
    z-index: 2
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider input[type=range]::-ms-thumb {
        height: 18px;
        width: 18px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider input[type=range]::-ms-track {
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    height: 10px
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider input[type=range]::-ms-track {
        height: 10px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider .slider-ticks .slider-tick {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 2px;
    background: rgba(255, 255, 255, .5)
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider .slider-ticks .slider-tick {
        top: 2px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .styled-slider .slider-ticks .slider-tick.is-current {
    opacity: 0
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .help-block {
    margin: 8px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .help-block span {
    font-size: 12px;
    font-weight: 500;
    color: #686873
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .grnt-sa-product-cal .slider-wraper .help-block span {
        font-size: 14px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main {
    padding: 9px 0;
    min-height: 290px;
    z-index: 1
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .bars-container-main {
        margin-top: 16px;
        padding: 9px 9px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 4px
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .bars-container-main .h5 {
        font-size: 12px;
        line-height: 17px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-title-top {
    margin-bottom: 12px;
    min-height: 37px
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-title-top {
        margin-bottom: 20px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .main-title {
    gap: 4px
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .bars-container-main .main-title {
        -ms-flex-align: center;
        align-items: center
    }
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .main-title .h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    line-height: 21px;
    background: linear-gradient(92.89deg, #9C1D26 8.95%, #520F14 93.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    margin-bottom: 0
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .bars-container-main .main-title .h3 {
        font-size: 19px;
        line-height: 26px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .main-title .info-link {
    -ms-flex: 0 0 18px;
    flex: 0 0 18px
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    -ms-flex-align: end;
    align-items: end;
    min-height: 140px
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main.negative-scenario .bars-grid-box .chart .bar {
    background: linear-gradient(270deg, #858585 0%, #A8A8A8 75.48%, #D6D6D6 100%) !important
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main.negative-scenario .bars-grid-box .chart .bar .bartop {
    background: radial-gradient(82.78% 138.71% at 68.74% 118.99%, #FFFFFF 0%, #9A9393 100%) !important;
    box-shadow: inset 4px -4px 8px rgba(255, 255, 255, .15) !important
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main .bars-grid-box {
    margin-bottom: 20px
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main .bars-grid-box .chart {
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 120px;
    max-height: 120px;
    overflow: hidden;
    -ms-flex-pack: center;
    justify-content: center
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main .bars-grid-box .chart .bar {
    position: relative;
    width: 32px;
    border-radius: 16px/8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main .bars-grid-box .chart .bar .bartop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    border-radius: 50%;
    z-index: 2
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main .bars-grid-box .chart .bar.other-bank {
    background: linear-gradient(270deg, #B25C61 0%, #DB7F85 75.48%, #F5BABD 100%)
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main .bars-grid-box .chart .bar.other-bank .bartop {
    background: radial-gradient(82.78% 138.71% at 68.74% 118.99%, #E9A1A6 0%, #EE999E 100%);
    box-shadow: inset 4px -4px 8px rgba(255, 255, 255, .15)
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main .bars-grid-box .chart .bar.idfc-bank {
    background: linear-gradient(270deg, #7D1E24 0%, #A13038 75.48%, #DB525B 100%)
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main .bars-grid-box .chart .bar.idfc-bank .bartop {
    background: radial-gradient(82.78% 138.71% at 68.74% 118.99%, #DB515B 0%, #C2444C 100%);
    box-shadow: inset 4px -4px 8px rgba(255, 255, 255, .15)
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main .bars-grid-box.bars-img-container {
    margin-bottom: 0
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main .bars-grid-box.text-end {
    text-align: right
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main .bars-grid-box .bgb-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    color: #303030;
    opacity: .65;
    margin-bottom: 6px
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main .bars-grid-box .bgb-amt {
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    color: #945652;
    margin-bottom: 0
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main .bars-grid-box .bars-img-grid {
    gap: 16px;
    margin-bottom: 6px
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bars-grid-main .bars-grid-box .bar-title {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 0;
    margin-top: 8px
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .btn-unlock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 9px auto 11px;
    width: 100%;
    padding: 12px 16px;
    background: linear-gradient(0deg, #9C1D26, #9C1D26), #1a1a1a;
    border-radius: 999px;
    gap: 9px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .bars-container-main .btn-unlock {
        margin: 20px auto 11px;
        padding: 12px 16px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .btn-disclimer {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #303030;
    opacity: .65
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bar-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -24px;
    right: -24px;
    z-index: -1
}

@media(max-width: 767px) {
    .grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bar-bg {
        bottom: 80px
    }
}

.grnt-sap-banner .grnt-new-sa-calc .bars-container-main .bar-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

/******************************************************************************************/
/*Modal CSS Start*/
.incomp-popup {
    background: rgba(0, 0, 0, .6)
}

@media(max-width: 767px) {
    .incomp-popup.modal.fade .modal-dialog {
        transform: translate(0, 100%)
    }

    .incomp-popup.modal.fade.show .modal-dialog {
        transform: none
    }
}

.incomp-popup .modal-dialog {
    max-width: 516px
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog {
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: end;
        min-height: calc(100% - 0rem);
        max-width: 100%
    }
}

.incomp-popup .modal-dialog .modal-content {
    border-radius: 12px;
    border: 0;
    background: #f6f6f6
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-content {
        border-radius: 12px 12px 0px 0px
    }
}

.incomp-popup .modal-dialog .modal-body {
    padding: 24px;
    padding-bottom: 98px;
    position: relative
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body {
        padding: 24px 16px;
        padding-bottom: 78px
    }
}

.incomp-popup .modal-dialog .modal-body .icon-close.black::before {
    color: #9b1e26
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .icon-close.black::before {
        font-size: 18px;
        top: 27px
    }
}

.incomp-popup .modal-dialog .modal-body .popup-close {
    top: 32px
}

.incomp-popup .modal-dialog .modal-body .h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px
    }
}

.incomp-popup .modal-dialog .modal-body .desc {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #504e4e
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .desc {
        font-size: 12px;
        line-height: 130%;
        margin-bottom: 0;
        font-weight: 400
    }
}

.incomp-popup .modal-dialog .modal-body .comparison-card {
    max-width: 500px;
    margin: auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    border: 1px solid #e0e0e0;
    overflow: hidden;
    margin-top: 20px
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .comparison-card {
        margin-top: 10px
    }
}

.incomp-popup .modal-dialog .modal-body .comparison-card table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    background: #fff;
    overflow: hidden;
    border-radius: 12px
}

.incomp-popup .modal-dialog .modal-body .comparison-card table td {
    padding: 14px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    border: 1px solid #e0e0e0;
    color: #504e4e
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .comparison-card table td {
        font-size: 15px;
        line-height: 21px;
        padding: 12px 9px
    }
}

.incomp-popup .modal-dialog .modal-body .comparison-card table th {
    padding: 14px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #504e4e;
    border: 1px solid #e0e0e0
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .comparison-card table th {
        font-size: 12px;
        line-height: 17px;
        padding: 12px 14px
    }
}

.incomp-popup .modal-dialog .modal-body .comparison-card table thead {
    background: #fff
}

.incomp-popup .modal-dialog .modal-body .comparison-card table thead th.highlight {
    background: linear-gradient(92.89deg, #9C1D26 8.95%, #520F14 93.51%);
    color: #fff;
    font-weight: 500;
    -webkit-text-fill-color: #fff;
    font-style: normal
}

.incomp-popup .modal-dialog .modal-body .comparison-card table tbody td:first-child {
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #504e4e
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .comparison-card table tbody td:first-child {
        font-size: 10px;
        line-height: 15px
    }
}

.incomp-popup .modal-dialog .modal-body .comparison-card table .highlight {
    color: #a02020;
    font-weight: 600;
    background: #fceff1
}

.incomp-popup .modal-dialog .modal-body .comparison-card table .highlight b {
    background: linear-gradient(92.89deg, #9C1D26 8.95%, #520F14 93.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 600;
    font-style: italic;
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    margin: auto;
    display: block
}

.incomp-popup .modal-dialog .modal-body .comparison-card .note {
    background: #fff;
    padding: 12px;
    text-align: center;
    color: #504e4e;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .comparison-card .note {
        padding: 10px 12px;
        font-size: 11px;
        line-height: 17px;
        text-align: left
    }
}

.incomp-popup .modal-dialog .modal-body .comparison-card .note b {
    font-weight: 700;
    color: #6e0a0f
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .comparison-card .note b {
        color: #504e4e
    }
}

.incomp-popup .modal-dialog .modal-body .btn-see {
    margin-top: 8px;
    text-align: center
}

/* @media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .btn-see {
        margin-top: 12px
    }
} */

.incomp-popup .modal-dialog .modal-body .btn-see .see-link {
    font-size: 12px;
    line-height: 140%;
    font-weight: 500;
    color: #9b1e26;
    text-decoration: underline;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto;
    display: block
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .btn-see .see-link {
        font-size: 13px;
        line-height: 18px
    }
}

/* .incomp-popup .modal-dialog .modal-body .bottom-btn {
    padding: 16px;
    background: #fff;
    border-top: 1px solid #e9e9e9;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0px 0px 12px 12px
}

.incomp-popup .modal-dialog .modal-body .bottom-btn .bred-btn {
    padding: 11px 25px;
    background: rgba(0, 0, 0, 0);
    color: #9b1e26;
    border: 1px solid #9b1e26;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    border-radius: 100px
}

.incomp-popup .popup-hd {
    text-align: left;
} */

/*Modal CSS Ends*/
/* @media only screen and (min-width: 992px)and (max-width: 1370px) {
    .banner-brdcrumb.breadcrumb-wrap {
        margin-top: 20px
    }
}

.banr .breadcrumb-wrap nav .breadcrumb {
    margin-bottom: 0;
    padding: 5px 20px;
    font-size: 12px;
    color: #2b2b2b;
}

.banr .breadcrumb-wrap nav .breadcrumb a {
    color: #2b2b2b;
}

.banr .breadcrumb-wrap nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #2b2b2b;
} */

.incomp-popup .modal-dialog .modal-body .rate-compare {
    margin-top: 32px
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .rate-compare {
        margin-top: 12px
    }
}

.incomp-popup .modal-dialog .modal-body .rate-compare .title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #504e4e;
    margin-bottom: 12px
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .rate-compare .title {
        font-size: 12px;
        font-weight: 400
    }
}

.incomp-popup .modal-dialog .modal-body .rate-compare .rate-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 8px
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .rate-compare .rate-grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

.incomp-popup .modal-dialog .modal-body .rate-compare .rate-grid .rate-box {
    gap: 6px;
    padding: 16px;
    background: #fff;
    border-radius: 8px
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .rate-compare .rate-grid .rate-box {
        padding: 10px 16px
    }
}

.incomp-popup .modal-dialog .modal-body .rate-compare .rate-grid .rate-box .desc {
    font-size: 12px;
    line-height: 130%;
    color: #504e4e;
    font-weight: 400;
    margin: 0
}

.incomp-popup .modal-dialog .modal-body .rate-compare .rate-grid .rate-box .desc b {
    font-size: 14px;
    font-weight: 700
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .rate-compare .rate-grid .rate-box .desc {
        font-size: 11px
    }

    .incomp-popup .modal-dialog .modal-body .rate-compare .rate-grid .rate-box .desc b {
        font-size: 13px
    }
}

.incomp-popup .modal-dialog .modal-body .rate-compare .small-desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #303030;
    opacity: .65;
    margin-bottom: 8px
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .rate-compare .small-desc {
        font-size: 10px
    }
}

.incomp-popup .modal-dialog .modal-body .bottom-btn {
    padding: 16px;
    background: #fff;
    border-top: 1px solid #e9e9e9;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0px 0px 12px 12px
}

.incomp-popup .modal-dialog .modal-body .bottom-btn .bred-btn {
    padding: 11px 25px;
    background: rgba(0, 0, 0, 0);
    color: #9b1e26;
    border: 1px solid #9b1e26;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    border-radius: 100px
}

@media(max-width: 767px) {
    .incomp-popup .modal-dialog .modal-body .bottom-btn .bred-btn {
        line-height: 1
    }
}

.grnt-sap-banner .disclaimer {
    margin-top: 30px;
    font-size: 12px;
    line-height: 120%;
    color: #25243b;
    margin-bottom: 0;
    text-align: left
}

.disc-popup {
    background: rgba(0, 0, 0, .6)
}

@media(max-width: 767px) {
    .disc-popup.modal.fade .modal-dialog {
        transform: translate(0, 100%)
    }

    .disc-popup.modal.fade.show .modal-dialog {
        transform: none
    }
}

.disc-popup .modal-dialog {
    max-width: 516px
}

@media(max-width: 767px) {
    .disc-popup .modal-dialog {
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: end;
        min-height: calc(100% - 0rem);
        max-width: 100%
    }
}

.disc-popup .modal-dialog .modal-content {
    border-radius: 12px;
    border: 0;
    background: #f6f6f6
}

@media(max-width: 767px) {
    .disc-popup .modal-dialog .modal-content {
        border-radius: 12px 12px 0px 0px
    }
}

.disc-popup .modal-dialog .modal-body {
    padding: 24px
}

@media(max-width: 767px) {
    .disc-popup .modal-dialog .modal-body {
        padding: 24px 16px
    }
}

.disc-popup .modal-dialog .modal-body .icon-close.black::before {
    color: #9b1e26
}

@media(max-width: 767px) {
    .disc-popup .modal-dialog .modal-body .icon-close.black::before {
        font-size: 18px;
        top: 27px
    }
}

.disc-popup .modal-dialog .modal-body .popup-close {
    top: 32px
}

.disc-popup .modal-dialog .modal-body .h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .disc-popup .modal-dialog .modal-body .h3 {
        font-size: 20px;
        line-height: 28px
    }
}

.disc-popup .modal-dialog .modal-body .desc {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #504e4e
}

@media(max-width: 767px) {
    .disc-popup .modal-dialog .modal-body .desc {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px
    }
}

.disc-popup .modal-dialog .modal-body .desc:last-child {
    margin-bottom: 0
}
/*SA Product Banner With Calculator CSS END*/

/* css added for cls fix */
@media screen and (min-width:991px) {
    .grnt-sap-banner .banner-img img{
        width: 477px;
        height: 551px;
    }
}

@media(min-width: 991px) {
    .grnt-sap-banner .banner-img {
        width:447px;
        height: 551px;
    }
}
.inoutwrd-subnav .container::-webkit-scrollbar {
    height: 5px
}

.inoutwrd-subnav .container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0)
}

.inoutwrd-subnav .container::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #ccc
}

.inoutwrd-subnav .container::-webkit-scrollbar-thumb:hover {
    background-color: #999
}

.inoutwrd-subnav .container .outer-wrapper::-webkit-scrollbar:vertical {
    display: none
}

.inoutwrd-subnav .pseduo-track {
    background-color: #999;
    height: 2px;
    width: 100%;
    position: relative;
    top: -3px;
    z-index: -10
}

@media(any-hover: none) {
    .inoutwrd-subnav .pseduo-track .pseduo-track {
        display: none
    }
}

.inoutwrd-subnav .nav {
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 65px
}

.inoutwrd-subnav .secondary-nav .container {
    position: relative
}

.inoutwrd-subnav .secondary-nav .container .btn-box {
    top: 0
}

.inoutwrd-subnav .secondary-nav .container .btn-box .btn-red {
    padding: 10px 20px
}

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

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

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

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

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

.inoutwrd-subnav .secondary-nav ul:not(.filter),
.inoutwrd-subnav .secondary-tab ul:not(.filter),
.inoutwrd-subnav .secondary-tab-normal ul:not(.filter) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 54px
}

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

@media(max-width: 1180px) {

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

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

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

@media(max-width: 1024px) {

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

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

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

.inoutwrd-subnav .secondary-nav ul:not(.filter) li a::after,
.inoutwrd-subnav .secondary-tab ul:not(.filter) li a::after,
.inoutwrd-subnav .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
}

.inoutwrd-subnav .secondary-nav ul:not(.filter) li a strong,
.inoutwrd-subnav .secondary-tab ul:not(.filter) li a strong,
.inoutwrd-subnav .secondary-tab-normal ul:not(.filter) li a strong {
    color: #616161;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    letter-spacing: -0.18px
}

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

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

.inoutwrd-subnav .secondary-nav ul:not(.filter) li a.btn-apply,
.inoutwrd-subnav .secondary-tab ul:not(.filter) li a.btn-apply,
.inoutwrd-subnav .secondary-tab-normal ul:not(.filter) li a.btn-apply {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    border-radius: 30px;
    background: #9a1b24;
    min-width: 30px;
    /* text-transform: capitalize */
}

.inoutwrd-subnav .secondary-nav ul:not(.filter) li a.btn-apply::after,
.inoutwrd-subnav .secondary-tab ul:not(.filter) li a.btn-apply::after,
.inoutwrd-subnav .secondary-tab-normal ul:not(.filter) li a.btn-apply::after {
    display: none
}

@media(max-width: 991px) {

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

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

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

.inoutwrd-subnav .btn-container-mobile-only {
    position: fixed;
    bottom: 15px;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    z-index: 3
}

.inoutwrd-subnav .btn-container-mobile-only .btn-apply {
    border-radius: 100px;
    background: linear-gradient(94deg, #610E14 1.19%, #9B1E26 39.98%, #350A0D 107.4%);
    padding: 12px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    box-shadow: 0px 4px 8.5px rgba(0, 0, 0, .22)
}
/*Sticky CTA CSS Start*/
.sticky-footer-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.sticky-footer-button .btn-red {
    background: #9a1b24;
    width: 100%;
    height: 63px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.sticky-footer-button .btn-box {
    border-radius: 12px 12px 0px 0px;
    border: .4px solid rgba(255, 255, 255, .1);
    background: linear-gradient(90deg, rgba(62, 1, 5, 0.5) 0%, rgba(14, 5, 8, 0.5) 100%);
    padding: 10px 0 5px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.sticky-footer-button .btn-box .btn-red {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 30px;
    height: auto;
    margin: 0 auto
}

.nri-sticky-btn {
    bottom: -11%;
    transition: all .5s;
}

.nri-sticky-btn.stick {
    bottom: 0
}

@media(max-width: 991px) {
    .sticky-footer-button .btn-box .btn-red {
        background: #9a1b24;
        width: 100%;
        height: 63px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0;
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal
    }
}

.sticky-footer-button .btn-box {
    border-radius: 0;
    border: 0;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px)
}

/*Sticky CTA CSS End*/
/*SA Product Overview CSS START*/
.gsa-overview {
    padding: 60px 0
}

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

.gsa-overview .gsa-overview-top {
    margin-bottom: 48px
}

@media(max-width: 1199px) {
    .gsa-overview .gsa-overview-top {
        margin-bottom: 30px
    }
}

.gsa-overview .gsa-overview-top .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #222
}

@media(max-width: 1199px) {
    .gsa-overview .gsa-overview-top .h2 {
        font-size: 32px
    }
}

@media(max-width: 991px) {
    .gsa-overview .gsa-overview-top .h2 {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .gsa-overview .gsa-overview-top .h2 {
        line-height: 130%
    }
}

.gsa-overview .gsa-overview-img img {
    border-radius: 16px;
    max-width: 100%
}

@media(max-width: 1199px) {
    .gsa-overview .gsa-overview-img img {
        width: 100%
    }
}

@media(max-width: 991px) {
    .gsa-overview .gsa-overview-img {
        max-width: 70%;
        margin: 0 auto 25px
    }
}

@media(max-width: 767px) {
    .gsa-overview .gsa-overview-img {
        max-width: 100%
    }
}

@media(max-width: 991px) {
    .gsa-overview .gsa-overview-desc {
        text-align: center
    }
}

.gsa-overview .gsa-overview-desc .desc {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 30px;
    color: #242424
}

@media(max-width: 1199px) {
    .gsa-overview .gsa-overview-desc .desc {
        margin-bottom: 20px
    }
}

.gsa-overview .gsa-overview-desc .f16br {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: -0.5px;
    color: #9b1e26
}

.gsa-overview .gsa-overview-desc .moretext {
    display: none
}

/*SA Product Overview CSS END*/
/*SA Product Why Choose IDFC CSS Start*/
.gsa-benifits {
    padding: 60px 0
}

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

.gsa-benifits .gsa-benifit-desc {
    margin-bottom: 48px
}

@media(max-width: 1199px) {
    .gsa-benifits .gsa-benifit-desc {
        margin-bottom: 30px
    }
}

.gsa-benifits .gsa-benifit-desc .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #222
}

@media(max-width: 1199px) {
    .gsa-benifits .gsa-benifit-desc .h2 {
        font-size: 32px
    }
}

@media(max-width: 991px) {
    .gsa-benifits .gsa-benifit-desc .h2 {
        font-size: 24px
    }
}

.gsa-benifits .gsa-benifit-swiper .row {
    height: 100%
}

@media(max-width: 991px) {
    .gsa-benifits .gsa-benifit-swiper .row {
        row-gap: 30px
    }
}

@media(max-width: 767px) {
    .gsa-benifits .gsa-benifit-swiper .row {
        row-gap: 20px
    }
}

.gsa-benifits .gsa-benifit-swiper .col-lg-3 {
    display: inherit;
    height: 100%
}

@media(max-width: 1199px) {
    .gsa-benifits .gsa-benifit-swiper .col-lg-3 {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width: 991px) {
    .gsa-benifits .gsa-benifit-swiper .col-lg-3 {
        padding-left: 15px;
        padding-right: 15px;
        height: auto
    }
}

.gsa-benifits .gsa-benifit-swiper .swiper-slide {
    padding: 5px;
    height: auto
}

.gsa-benifits .gsa-benifit-swiper .benifit-box {
    width: 100%;
    border: 1px solid rgba(227, 191, 175, .3);
    border-radius: 12px;
    padding: 45px 16px 40px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05);
    z-index: 1
}

@media(max-width: 1199px) {
    .gsa-benifits .gsa-benifit-swiper .benifit-box {
        padding: 35px 15px 30px
    }
}

@media(max-width: 767px) {
    .gsa-benifits .gsa-benifit-swiper .benifit-box {
        padding: 22px 12px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 90px auto;
        grid-template-columns: 90px auto;
        gap: 8px;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid rgba(227, 191, 175, .4);
        text-align: left !important
    }
}

.gsa-benifits .gsa-benifit-swiper .benifit-box .benifit-box-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.gsa-benifits .gsa-benifit-swiper .benifit-box .benifit-box-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px
}

.gsa-benifits .gsa-benifit-swiper .benifit-box .beni-img {
    margin-bottom: 16px
}

.gsa-benifits .gsa-benifit-swiper .benifit-box .beni-img img {
    height: 120px;
    object-fit: fill;
    margin: 0 auto;
    display: block
}

@media(max-width: 1199px) {
    .gsa-benifits .gsa-benifit-swiper .benifit-box .beni-img img {
        height: 100px
    }
}

@media(max-width: 767px) {
    .gsa-benifits .gsa-benifit-swiper .benifit-box .beni-img img {
        max-height: 80px;
        height: auto;
        width: 100%
    }
}

.gsa-benifits .gsa-benifit-swiper .benifit-box .beni-desc .h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #25243b;
    margin-bottom: 8px
}

@media(max-width: 767px) {
    .gsa-benifits .gsa-benifit-swiper .benifit-box .beni-desc .h3 {
        font-weight: 600
    }
}

.gsa-benifits .gsa-benifit-swiper .benifit-box .beni-desc .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #686873;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .gsa-benifits .gsa-benifit-swiper .benifit-box .beni-desc .desc {
        margin-bottom: 0
    }
}

.gsa-benifits .gsa-benifit-swiper .benifit-box .beni-desc .btn-red-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #9b1e26;
    text-decoration: none;
    margin: 0 auto
}

@media(max-width: 767px) {
    .gsa-benifits .gsa-benifit-swiper .benifit-box .beni-desc .btn-red-arrow {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 0;
        width: 100%;
    }

    .gsa-benifits .gsa-benifit-swiper .benifit-box .beni-desc .btn-red-arrow svg {
        display: none
    }
}

.gsa-benifits .gsa-benifit-swiper .benifit-box .beni-desc .btn-red-arrow-mob {
    position: absolute;
    bottom: 7px;
    right: 7px
}

.gsa-benifits .gsa-benifit-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 35px auto 0;
    gap: 16px
}

@media(max-width: 991px) {
    .gsa-benifits .gsa-benifit-navigation {
        margin: 25px auto 0px
    }
}

.gsa-benifits .gsa-benifit-navigation .swiper-button-prev:after,
.gsa-benifits .gsa-benifit-navigation .swiper-button-next:after {
    display: none
}

.gsa-benifits .gsa-benifit-navigation .swiper-button-prev,
.gsa-benifits .gsa-benifit-navigation .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    z-index: 1
}

.gsa-benifits .gsa-benifit-navigation .swiper-pagination {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    left: auto;
    bottom: auto;
    background: #b40410;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    padding: 5px 10px;
    z-index: 1
}

.gsa-benifits .class-apart-main {
    margin: 40px auto 0;
    width: -moz-fit-content;
    width: fit-content;
    gap: 12px;
    padding: 12px 24px;
    background: linear-gradient(309.36deg, rgba(242, 209, 143, 0.2) 8.13%, rgba(252, 237, 183, 0.2) 100%);
    border-radius: 16px;
    border: 1px solid #f4d88b
}

@media(max-width: 767px) {
    .gsa-benifits .class-apart-main {
        margin: 20px auto 0;
        gap: 8px;
        padding: 12px 16px;
        border-radius: 6px
    }
}

.gsa-benifits .class-apart-main img {
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    width: 36px
}

@media(max-width: 767px) {
    .gsa-benifits .class-apart-main img {
        -ms-flex: 0 0 18px;
        flex: 0 0 18px;
        width: 18px
    }
}

.gsa-benifits .class-apart-main .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #222;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .gsa-benifits .class-apart-main .desc {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .gsa-benifits .class-apart-main .desc {
        font-size: 12px;
        line-height: 17px
    }
}

/*SA Product Why Choose IDFC CSS End*/
/*Savings Account Product Choose You Prefered CSS Start*/
.gsa-balance-option {
  padding: 60px 0
}

.gsa-balance-option .gsbalnceop-swiper {
  overflow: visible
}

@media(max-width: 991px) {
  .gsa-balance-option .gsbalnceop-swiper {
    overflow: hidden
  }
}

@media(max-width: 1199px) {
  .gsa-balance-option {
    padding: 40px 0px
  }
}

.gsa-balance-option .gsa-choose-desc {
  margin-bottom: 40px
}

@media(max-width: 1199px) {
  .gsa-balance-option .gsa-choose-desc {
    margin-bottom: 30px
  }
}

.gsa-balance-option .gsa-choose-desc .h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #222
}

@media(max-width: 1199px) {
  .gsa-balance-option .gsa-choose-desc .h2 {
    font-size: 32px
  }
}

@media(max-width: 991px) {
  .gsa-balance-option .gsa-choose-desc .h2 {
    font-size: 24px
  }
}

.gsa-balance-option .gsa-choose-desc .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #222
}

@media(max-width: 1199px) {
  .gsa-balance-option .gsa-choose-desc .desc {
    font-size: 16px
  }
}

.gsa-balance-option .col-lg-6 {
  display: inherit
}

.gsa-balance-option .swiper-slide {
  height: auto
}

.gsa-balance-option .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: auto;
  bottom: auto;
  background: #9c1d26;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  padding: 5px 10px;
  z-index: 1;
  margin: 25px auto 0px
}

.gsa-balance-option .swiper-balance-thumbs {
  margin: 0 auto 40px
}

@media(max-width: 767px) {
  .gsa-balance-option .swiper-balance-thumbs {
    margin: 0 auto 24px
  }
}

.gsa-balance-option .swiper-balance-thumbs .swiper-slide {
  padding: 12px 32px;
  background: #f0f0f0;
  border-radius: 36px;
  text-align: center;
  cursor: pointer
}

@media(max-width: 1199px) {
  .gsa-balance-option .swiper-balance-thumbs .swiper-slide {
    padding: 11px 28px
  }
}

@media(max-width: 767px) {
  .gsa-balance-option .swiper-balance-thumbs .swiper-slide {
    padding: 12px 24px
  }
}

.gsa-balance-option .swiper-balance-thumbs .swiper-slide .thumb-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #222;
  margin: 0 auto;
  text-align: center
}

@media(max-width: 1199px) {
  .gsa-balance-option .swiper-balance-thumbs .swiper-slide .thumb-title {
    font-size: 18px;
    line-height: 22px
  }
}

@media(max-width: 991px) {
  .gsa-balance-option .swiper-balance-thumbs .swiper-slide .thumb-title {
    font-size: 16px;
    line-height: 20px
  }
}

.gsa-balance-option .swiper-balance-thumbs .swiper-slide.swiper-slide-thumb-active {
  background: #9b1e26
}

.gsa-balance-option .swiper-balance-thumbs .swiper-slide.swiper-slide-thumb-active .thumb-title {
  color: #fff;
  font-weight: 600
}

.gsa-balance-option .gsa-choose-box {
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 24px;
  padding: 0 25px
}

@media(max-width: 767px) {
  .gsa-balance-option .gsa-choose-box {
    padding: 0 16px
  }
}

.gsa-balance-option .gsa-choose-box .top-shape-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1
}

.gsa-balance-option .gsa-choose-box .top-shape-img img {
  width: 100%
}

.gsa-balance-option .gsa-choose-box .top-badge {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  height: 54px;
  margin: 0 auto;
  top: -10px
}

@media(max-width: 767px) {
  .gsa-balance-option .gsa-choose-box .top-badge {
    top: 10px
  }
}

.gsa-balance-option .gsa-choose-box .top-title-image {
  margin-top: 54px;
  margin-bottom: 32px
}

@media(max-width: 767px) {
  .gsa-balance-option .gsa-choose-box .top-title-image {
    margin-bottom: 24px;
    margin-top: 20px
  }
}

.gsa-balance-option .gsa-choose-box .top-title-image .h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #222;
  margin-bottom: 0
}

.gsa-balance-option .gsa-choose-box .top-title-image .h3 sup {
  font-size: 22px;
  top: -0.75em
}

.gsa-balance-option .gsa-choose-box .top-title-image .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #686873;
  margin-bottom: 0
}

.gsa-balance-option .gsa-choose-box .top-title-image .desc-small {
  font-size: 13px
}

@media(max-width: 767px) {
  .gsa-balance-option .gsa-choose-box .top-title-image .desc-small {
    font-size: 12px;
    font-weight: 500;
    color: #686873
  }
}

.gsa-balance-option .gsa-choose-box .top-title-image img {
  max-width: 222px;
  display: block;
  margin: 20px auto 6px
}

.gsa-balance-option .gsa-choose-box .desc-listing-main .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #686873;
  margin-bottom: 22px
}

@media(max-width: 767px) {
  .gsa-balance-option .gsa-choose-box .desc-listing-main .desc {
    font-size: 12px;
    text-align: center;
    margin-bottom: 16px
  }
}

.gsa-balance-option .gsa-choose-box .desc-listing-main ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: start;
  gap: 8px;
  margin-bottom: 24px
}

.gsa-balance-option .gsa-choose-box .desc-listing-main ul li img {
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  position: relative;
  top: 3px
}

.gsa-balance-option .gsa-choose-box .desc-listing-main ul li .listing-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #686873;
  margin: 0
}

@media(max-width: 1199px) {
  .gsa-balance-option .gsa-choose-box .desc-listing-main ul li .listing-desc {
    line-height: 160%
  }
}

@media(max-width: 767px) {
  .gsa-balance-option .gsa-choose-box .desc-listing-main ul li .listing-desc {
    font-size: 15px;
    line-height: 150%
  }
}

.gsa-balance-option .gsa-choose-box .desc-listing-main ul li .listing-desc b,
.gsa-balance-option .gsa-choose-box .desc-listing-main ul li .listing-desc strong {
  color: #222;
  font-weight: 500
}

.gsa-balance-option .gsa-choose-box.golden-bg {
  background: radial-gradient(241.89% 23.48% at 54.18% 19.89%, rgba(252, 221, 156, 0) 0%, rgba(252, 221, 156, 0.3) 100%), #fff;
  border: 1px solid #ffeabc
}

.gsa-balance-option .gsa-choose-box.golden-bg .top-title-image {
  margin-top: 0
}

@media(max-width: 767px) {
  .gsa-balance-option .gsa-choose-box.golden-bg .top-title-image {
    margin-top: 15px
  }
}

.gsa-balance-option .gsa-choose-box.blue-bg {
  background: radial-gradient(191.17% 18.55% at 54.18% 18.55%, rgba(191, 218, 243, 0) 0%, rgba(191, 218, 243, 0.3) 100%), #fff;
  border: 1px solid #cde0f4
}

/*Savings Account Product Choose You Prefered CSS End*/
/*Choose Perfect Savings Account CSS Start*/
.gsa-saving-account {
    padding: 60px 0
}

@media(max-width: 1199px) {
    .gsa-saving-account {
        padding: 40px 0px
    }
}

.gsa-saving-account .gsa-saving-desc {
    margin-bottom: 32px
}

@media(max-width: 1199px) {
    .gsa-saving-account .gsa-saving-desc {
        margin-bottom: 26px
    }
}

.gsa-saving-account .gsa-saving-desc .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #222
}

@media(max-width: 1199px) {
    .gsa-saving-account .gsa-saving-desc .h2 {
        font-size: 32px
    }
}

@media(max-width: 991px) {
    .gsa-saving-account .gsa-saving-desc .h2 {
        font-size: 24px
    }
}

.gsa-saving-account .swiper-sa-thumbs {
    margin: 0 auto 40px
}

@media(max-width: 767px) {
    .gsa-saving-account .swiper-sa-thumbs {
        margin: 0 auto 32px
    }
}

.gsa-saving-account .swiper-sa-thumbs .swiper-slide {
    padding: 12px 32px;
    background: #f0f0f0;
    border-radius: 36px;
    text-align: center;
    cursor: pointer
}

@media(max-width: 1199px) {
    .gsa-saving-account .swiper-sa-thumbs .swiper-slide {
        padding: 11px 28px
    }
}

@media(max-width: 767px) {
    .gsa-saving-account .swiper-sa-thumbs .swiper-slide {
        padding: 12px 16px;
        width: -moz-fit-content;
        width: fit-content;
        line-height: 1
    }
}

.gsa-saving-account .swiper-sa-thumbs .swiper-slide .thumb-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #222;
    margin: 0 auto;
    text-align: center
}

@media(max-width: 1199px) {
    .gsa-saving-account .swiper-sa-thumbs .swiper-slide .thumb-title {
        font-size: 18px;
        line-height: 22px
    }
}

@media(max-width: 991px) {
    .gsa-saving-account .swiper-sa-thumbs .swiper-slide .thumb-title {
        font-size: 16px;
        line-height: 20px
    }
}

.gsa-saving-account .swiper-sa-thumbs .swiper-slide.swiper-slide-thumb-active {
    background: #9b1e26
}

.gsa-saving-account .swiper-sa-thumbs .swiper-slide.swiper-slide-thumb-active .thumb-title {
    color: #fff;
    font-weight: 600
}

.gsa-saving-account .swiper-sa-main .swiper-slide {
    border-radius: 24px;
    border: 1px solid #fde2e4;
    background: linear-gradient(0deg, rgba(251, 233, 235, 0.31), rgba(251, 233, 235, 0.31)), #fff;
    padding: 1px
}

.gsa-saving-account .swiper-sa-main .col-lg-5,
.gsa-saving-account .swiper-sa-main .col-lg-7 {
    display: inherit
}

.gsa-saving-account .swiper-sa-main .gsa-sas-img {
    width: 100%;
    z-index: 1
}

.gsa-saving-account .swiper-sa-main .gsa-sas-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 300px;
    border-radius: 24px 0 0 0;
    background: linear-gradient(177.86deg, #000000 -30.05%, rgba(0, 0, 0, 0.3) 51.57%, rgba(0, 0, 0, 0) 76.23%);
    z-index: 1
}

@media(max-width: 767px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-img:before {
        border-radius: 24px 24px 0px 0px
    }
}

.gsa-saving-account .swiper-sa-main .gsa-sas-img img {
    width: 100%;
    height: 100%;
    border-radius: 24px 0 0 24px
}

@media(max-width: 767px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-img img {
        border-radius: 24px 24px 0 0px;
        height: 220px;
        object-fit: cover;
        object-position: top
    }
}

.gsa-saving-account .swiper-sa-main .gsa-sas-img .h3 {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 0;
    z-index: 2
}

@media(max-width: 1199px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-img .h3 {
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        font-size: 26px;
        line-height: 130%
    }
}

@media(max-width: 991px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-img .h3 {
        font-size: 20px;
        line-height: 130%;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px
    }
}

@media(max-width: 767px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-img .h3 {
        font-size: 24px;
        line-height: 130%;
        top: 30px;
        left: 30px;
        right: 30px;
        text-align: center;
        bottom: 30px
    }
}

.gsa-saving-account .swiper-sa-main .gsa-sas-desc {
    padding: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media(max-width: 1199px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-desc {
        padding: 40px 30px
    }
}

@media(max-width: 991px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-desc {
        padding: 25px 20px
    }
}

@media(max-width: 767px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-desc {
        padding: 30px 22px
    }
}

.gsa-saving-account .swiper-sa-main .gsa-sas-desc .gsa-sas-desc-top ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
    gap: 14px;
    margin-bottom: 20px
}

@media(max-width: 991px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-desc .gsa-sas-desc-top ul li {
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-desc .gsa-sas-desc-top ul li {
        margin-bottom: 20px;
        gap: 12px
    }
}

.gsa-saving-account .swiper-sa-main .gsa-sas-desc .gsa-sas-desc-top ul li img {
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    position: relative;
    top: 6px
}

.gsa-saving-account .swiper-sa-main .gsa-sas-desc .gsa-sas-desc-top ul li .listing-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #686873;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-desc .gsa-sas-desc-top ul li .listing-desc {
        font-size: 18px
    }
}

@media(max-width: 991px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-desc .gsa-sas-desc-top ul li .listing-desc {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-desc .gsa-sas-desc-top ul li .listing-desc {
        font-size: 15px
    }
}

.gsa-saving-account .swiper-sa-main .gsa-sas-desc .gsa-sas-desc-top ul li .listing-desc b,
.gsa-saving-account .swiper-sa-main .gsa-sas-desc .gsa-sas-desc-top ul li .listing-desc strong {
    color: #222;
    font-weight: 500
}

.gsa-saving-account .swiper-sa-main .gsa-sas-desc .btn-box {
    display: -ms-flexbox;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 50px
}

@media(max-width: 1199px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-desc .btn-box {
        gap: 40px
    }
}

@media(max-width: 991px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-desc .btn-box {
        gap: 25px;
        margin-top: 10px
    }
}

@media(max-width: 767px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-desc .btn-box {
        margin-top: 5px
    }
}

.gsa-saving-account .swiper-sa-main .gsa-sas-desc .btn-box .red-link {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #9b1e26;
    text-decoration: none
}

.gsa-saving-account .swiper-sa-main .gsa-sas-desc .btn-box .btn-red {
    padding: 10px 60px;
    background: #9d1d27;
    border-radius: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    height: auto;
}

@media(max-width: 1199px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-desc .btn-box .btn-red {
        padding: 10px 50px;
        height: auto;
    }
}

@media(max-width: 991px) {
    .gsa-saving-account .swiper-sa-main .gsa-sas-desc .btn-box .btn-red {
        padding: 10.5px 30px;
        font-size: 15px;
        line-height: 1;
        height: auto;
    }
}

/*Choose Perfect Savings Account CSS END*/

/*SA Product Fees And Charges CSS Start*/
.gsa-fee-charge {
    padding: 60px 0
}

@media(max-width: 1199px) {
    .gsa-fee-charge {
        padding: 40px 0px
    }
}

.gsa-fee-charge .gsa-ir-top {
    margin-bottom: 48px
}

@media(max-width: 1199px) {
    .gsa-fee-charge .gsa-ir-top {
        margin-bottom: 30px
    }
}

@media(max-width: 991px) {
    .gsa-fee-charge .gsa-ir-top {
        margin-bottom: 22px
    }
}

.gsa-fee-charge .gsa-ir-top .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #222
}

@media(max-width: 1199px) {
    .gsa-fee-charge .gsa-ir-top .h2 {
        font-size: 32px
    }
}

@media(max-width: 991px) {
    .gsa-fee-charge .gsa-ir-top .h2 {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .gsa-fee-charge .read-more-toggle {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 180%;
        letter-spacing: -0.5px;
        color: #9b1e26;
        display: block;
        cursor: pointer;
        margin: auto
    }
}

@media(max-width: 991px) {
    .gsa-fee-charge .gsa-ir-img {
        max-width: 70%;
        margin: 0 auto 25px
    }
}

@media(max-width: 767px) {
    .gsa-fee-charge .gsa-ir-img {
        max-width: 100%
    }
}

.gsa-fee-charge .gsa-ir-img img {
    width: 100%;
    border-radius: 16px
}

@media(max-width: 991px) {
    .gsa-fee-charge .gsa-ir-desc {
        text-align: center
    }
}

.gsa-fee-charge .gsa-ir-desc .desc {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 24px;
    color: #242424
}

@media(max-width: 1199px) {
    .gsa-fee-charge .gsa-ir-desc .desc {
        margin-bottom: 20px
    }
}

.gsa-fee-charge .gsa-ir-desc .btn-white-arrow {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 28px;
    border: 1px solid #9b1e26;
    background: #fff;
    border-radius: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #9b1e26;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin-top: 40px
}

@media(max-width: 991px) {
    .gsa-fee-charge .gsa-ir-desc .btn-white-arrow {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px
    }
}

@media(max-width: 767px) {
    .gsa-fee-charge .gsa-ir-desc .btn-white-arrow {
        padding: 7.7px 22px
    }
}

/*SA Product Fees And Charges CSS End*/
/*Savings Account Look For Solution Section CSS Start*/
.gsa-look {
  background-color: rgba(0, 0, 0, 0);
  padding: 40px 0px
}

.gsa-look .look-for-solution {
  box-shadow: 0 4px 8px 0 rgba(37, 36, 59, .05);
  border-radius: 16px;
  padding: 0 20px;
  background: linear-gradient(132deg, #F0E8EB 0%, #FFEBE0 100%)
}

.gsa-look .look-for-solution .hd2v {
  color: #25243b;
  font-weight: 500
}

.gsa-look .look-for-solution p {
  color: #54565b;
  margin-bottom: 1rem
}

@media(max-width: 767px) {
  .gsa-look .look-for-solution .col-md-3.col-4 img {
    width: 100%
  }
}

.gsa-look .look-for-solution .btn-box .btn-red {
  padding: 7px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  height: auto;
  background-image: linear-gradient(135deg, #9D1D27 0%, #6E0A0F 100%)
}

.gsa-look .look-for-solution .btn-box .btn-white {
  padding: 7px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  height: auto;
  border: none;
  background-color: #fff
}

.gsa-look .look-for-solution .btn-box .btn-white img {
  width: 20px
}

@media(max-width: 767px) {

  .gsa-look .look-for-solution .btn-box .btn-red,
  .gsa-look .look-for-solution .btn-box .btn-white {
    width: 48%
  }
}

.gsa-look .look-for-solution .btn-box.btn-custom a {
  width: auto;
  display: inline-block;
  margin-top: 15px
}

.gsa-look .look-for-solution .btn-custom .btn-red {
  padding: 7px 15px;
  min-width: 100px;
  height: 40px;
  font-weight: 500
}

@media(max-width: 767px) {
  .gsa-look .look-for-solution.startUpgrdP4 .PT20 {
    padding-top: 10px
  }

  .gsa-look .look-for-solution.startUpgrdP4 .btn-box .btn-red,
  .gsa-look .look-for-solution.startUpgrdP4 .btn-box .btn-white {
    width: 70%
  }
}

/*Savings Account Look For Solution Section CSS End*/
/*How To Open Savings Account Tab CSS Start*/
.gsa-eligibility {
    padding: 60px 0
}

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

.gsa-eligibility .esa-eli-desc {
    margin-bottom: 48px
}

@media(max-width: 1199px) {
    .gsa-eligibility .esa-eli-desc {
        margin-bottom: 30px
    }
}

.gsa-eligibility .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #222
}

@media(max-width: 1199px) {
    .gsa-eligibility .h2 {
        font-size: 32px
    }
}

@media(max-width: 991px) {
    .gsa-eligibility .h2 {
        font-size: 24px
    }
}

.gsa-eligibility .indca-started-bg {
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(161.82deg, rgba(254, 249, 231, 0.09) 0.64%, rgba(252, 237, 183, 0.18) 101.92%), #fff;
    border: 1px solid #fcebb1;
    box-shadow: 0px 8px 20px rgba(37, 36, 59, .05);
    position: relative;
    z-index: 1
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg {
        padding: 30px 20px
    }
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg {
        padding: 26px 17px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg {
        padding: 30px 20px;
        background: linear-gradient(160.98deg, rgba(254, 249, 231, 0.09) 0.67%, rgba(252, 237, 183, 0.18) 119.42%), #fff;
        border-radius: 20px
    }
}

.gsa-eligibility .indca-started-bg .indca-started-links {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 32px;
    position: relative;
    gap: 24px;
    z-index: 1
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-started-links {
        gap: 0 auto 24px
    }
}

.gsa-eligibility .indca-started-bg .indca-started-links a {
    padding: 0 0 10px;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #25243b;
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-started-links a {
        font-size: 22px;
        line-height: 30px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-started-links a {
        font-size: 18px;
        line-height: 25px
    }
}

.gsa-eligibility .indca-started-bg .indca-started-links a.active {
    font-weight: 600;
    border-bottom-color: #9b1e26
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .indca-started-desc {
    display: none
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .indst-top-desc {
    margin-top: 32px
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .indst-top-desc {
        margin-top: 24px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .indst-top-desc.indst-offline {
    max-width: 80%;
    margin: 32px auto 0px
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .indst-top-desc.indst-offline {
        max-width: 100%;
        margin: 24px auto 0px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .indst-top-desc .btn-white-arrow {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 28px;
    border: 1px solid #9b1e26;
    background: #fff;
    border-radius: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #9b1e26;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .indst-top-desc .txt {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #242424;
    margin-bottom: 24px
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .indst-top-desc .txt:last-child {
    margin-bottom: 0
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-apply-top {
    margin-top: 18px;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-apply-top {
        margin-top: 12px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-apply-top {
        text-align: center
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-apply-top span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #686873
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-apply-top span {
        font-size: 15px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-apply-top.mobile-align-top span {
        -ms-flex-align: start;
        align-items: start
    }

    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-apply-top.mobile-align-top span svg {
        position: relative;
        top: 5px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .indstde-video-btn {
    max-width: 870px;
    margin: 48px auto 60px
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .indstde-video-btn {
        max-width: 100%;
        margin: 35px auto
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .indstde-video-btn .h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #25243b;
    margin-bottom: 20px
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .indstde-video-btn img {
    width: 100%;
    border-radius: 20px
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .indstde-video-btn img {
        border-radius: 16px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 27% 27% 27%;
    grid-template-columns: 80px 27% 27% 27%;
    gap: 30px;
    max-width: 870px;
    margin: 25px auto 0
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain {
        gap: 20px;
        -ms-grid-columns: 70px 26% 26% 26%;
        grid-template-columns: 70px 26% 26% 26%
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        max-width: 100%;
        margin: 35px auto 0px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box {
    position: relative;
    z-index: 1
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .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
    }
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box:first-child .h4 {
        margin-top: 25px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box:first-child {
        display: block
    }

    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box:first-child .h4 {
        margin-top: 0;
        font-size: 18px;
        line-height: 25px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .h4 {
    margin-top: 26px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #25243b;
    margin-bottom: 0
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .h4 {
        font-size: 14px;
        line-height: 19px;
        margin-top: 9px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .h4 {
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        margin-top: 0px
    }

    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .h4 br {
        display: none
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .h3 {
    margin-top: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #686873;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .h3 {
        font-size: 15px;
        line-height: 21px
    }
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .h3 {
        font-size: 14px;
        line-height: 19px;
        margin-top: 9px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .h3 {
        font-size: 15px;
        line-height: 22px;
        text-align: left;
        margin-top: 0px
    }

    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .h3 br {
        display: none
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .grfwostepb-img {
    text-align: center
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .grfwostepb-img {
        text-align: left
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .grfwostepb-img picture {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 72px;
    margin: auto;
    width: 72px;
    height: 72px;
    background: #fdf7e0;
    border-radius: 50%
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .grfwostepb-img picture {
        width: 60px;
        max-width: 60px;
        height: 60px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .grfwostepb-img picture {
        width: 48px;
        max-width: 48px;
        height: 48px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .grfwostepb-img img {
    max-width: 40px;
    margin: auto
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .grfwostepb-img img {
        max-width: 34px
    }
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .grfwostep-box .grfwostepb-img img {
        max-width: 26px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .middle-line:after {
    content: " ";
    height: 1px;
    border-bottom: 2px dashed #f7d146;
    width: 0%;
    max-width: 80%;
    margin: 0 auto;
    top: 28%;
    position: absolute;
    left: -18%;
    z-index: -1
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .middle-line:after {
        top: 28%
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .middle-line:after {
        height: 0;
        border-right: 2px dashed #f7d146;
        width: 0px;
        margin: 0 auto;
        bottom: 60%;
        top: auto;
        position: absolute;
        left: 24px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .middle-line.animated:after {
    animation: lineAnimation .5s ease-in-out .6s forwards
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .middle-line.animated:after {
        animation: verLineAnimation .5s ease-in-out .6s forwards
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .middle-line2:after {
    content: " ";
    height: 1px;
    border-bottom: 2px dashed #f7d146;
    width: 0%;
    margin: 0 auto;
    top: 28%;
    position: absolute;
    left: -47%;
    z-index: -1
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .middle-line2:after {
        top: 28%
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .middle-line2:after {
        height: 0;
        border-right: 2px dashed #f7d146;
        width: 0px;
        margin: 0 auto;
        bottom: 60%;
        top: auto;
        position: absolute;
        left: 24px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .middle-line2.animated:after {
    animation: lineAnimation .5s ease-in-out 1.3s forwards
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .middle-line2.animated:after {
        animation: verLineAnimation .5s ease-in-out 1.3s forwards
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .middle-line3:after {
    content: " ";
    height: 1px;
    border-bottom: 2px dashed #f7d146;
    width: 0%;
    margin: 0 auto;
    top: 28%;
    position: absolute;
    left: -47%;
    z-index: -1
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .middle-line3:after {
        top: 28%
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .middle-line3:after {
        height: 0;
        border-right: 2px dashed #f7d146;
        width: 0px;
        margin: 0 auto;
        bottom: 60%;
        top: auto;
        position: absolute;
        left: 24px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .middle-line3.animated:after {
    animation: lineAnimation .5s ease-in-out 2.3s forwards
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .grfwostep-inmain .middle-line3.animated:after {
        animation: verLineAnimation .5s ease-in-out 2.3s forwards
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg {
    margin: 60px auto 0px;
    background: radial-gradient(174.02% 170.6% at 4.58% 1.81%, rgba(253, 242, 205, 0.12) 0%, #FDF2CD 100%), #fff;
    border: 1px solid #fcebb1;
    border-radius: 20px
}

@media(max-width: 1199px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg {
        margin: 45px auto 30px
    }
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg {
        margin: 35px 0px 20px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg {
        margin: 25px 0px 0px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top {
    padding: 30px 50px
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top {
        padding: 25px 20px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top {
        padding: 32px 24px 25px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .seb-top-box .h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #222;
    margin-bottom: 24px
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .seb-top-box .h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .seb-top-box .h3 {
        font-size: 18px;
        line-height: 25px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .seb-top-box .txt {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #242424;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .seb-top-box .txt {
        font-size: 16px;
        line-height: 22px;
        color: #686873
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .seb-top-box .txt b,
.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .seb-top-box .txt strong {
    font-weight: 700
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .seb-top-box .read-more-toggle {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 180%;
        letter-spacing: -0.5px;
        color: #9b1e26;
        display: block;
        cursor: pointer;
        margin: auto
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-outer-box {
    padding: 32px 20px;
    border-top: .5px solid #686873;
    max-width: 82%;
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 1199px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-outer-box {
        max-width: 92%
    }
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-outer-box {
        max-width: 100%;
        padding: 25px 18px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-outer-box {
        padding: 25px 12px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-outer-box:last-child {
    padding-bottom: 0
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-outer-box .tit {
    text-align: center
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-outer-box .tit .h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #222;
    margin-bottom: 0
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-outer-box .tit .h3 {
        font-size: 20px;
        line-height: 28px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-outer-box .tit .h3 {
        font-size: 18px;
        line-height: 26px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-midgrid-main {
    margin-top: 34px
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-midgrid-main {
        margin-top: 22px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-midgrid {
    margin: 25px auto 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    gap: 40px;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-midgrid {
        margin: 14px auto 0px;
        max-width: 100%;
        gap: 10px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-midgrid {
        margin: 25px auto 0px;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 20px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-midgrid .indredmid-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32px auto;
    grid-template-columns: 32px auto;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-midgrid .indredmid-box {
        -ms-grid-columns: 20px auto;
        grid-template-columns: 20px auto;
        gap: 14px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-midgrid .indredmid-box .indredmidb-img img {
    max-width: 32px
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-midgrid .indredmid-box .indredmidb-img img {
        max-width: 20px
    }
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-midgrid .indredmid-box .indredmidb-desc br {
        display: none
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-top .indredm-midgrid .indredmid-box .indredmidb-desc .desc {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #686873;
    margin-bottom: 0
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-bottom {
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(12.6px);
    backdrop-filter: blur(12.6px);
    border-radius: 0px 0px 20px 20px;
    padding: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
    text-align: center
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-bottom {
        padding: 24px 20px;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 14px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-bottom .desc {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 0
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-bottom .desc {
        font-size: 13px;
        line-height: 16px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-bottom .desc {
        font-size: 14px;
        line-height: 20px;
        text-align: center
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-bottom .btn-white {
    padding: 6px 22px;
    border-radius: 999px;
    background: #fff;
    color: #222;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 180%;
    text-align: center
}

@media(max-width: 991px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-bottom .btn-white {
        padding: 4px 16px
    }
}

@media(max-width: 767px) {
    .gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-bottom .btn-white {
        width: 100%;
        display: block;
        padding: 7px 16px
    }
}

.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-bottom .btn-white:hover,
.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-bottom .btn-white:focus,
.gsa-eligibility .indca-started-bg .indca-stated-tabs .started-experience-bg .seb-bottom .btn-white:active {
    background: #222;
    color: #fff
}

/*Video Modal CSS Start*/
.indstde-video {
    background: rgba(0, 0, 0, .6)
}

.indstde-video .modal-dialog {
    max-width: 900px
}

@media(max-width: 991px) {
    .indstde-video .modal-dialog {
        max-width: 700px
    }
}

.indstde-video .modal-dialog .modal-content {
    border-radius: 12px;
    border: 0
}

.indstde-video .modal-dialog .modal-body {
    padding: 24px 24px 48px
}

@media(max-width: 991px) {
    .indstde-video .modal-dialog .modal-body {
        padding: 20px 20px 25px
    }
}

.indstde-video .modal-dialog .modal-body .icon-close.black::before {
    color: #9b1e26
}

.indstde-video .modal-dialog .modal-body .h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .indstde-video .modal-dialog .modal-body .h3 {
        font-size: 20px;
        line-height: 27px
    }
}

.indstde-video .modal-dialog .modal-body .embed-responsive {
    max-width: 90%;
    margin: 48px auto 0;
    border-radius: 20px
}

@media(max-width: 991px) {
    .indstde-video .modal-dialog .modal-body .embed-responsive {
        max-width: 100%;
        margin: 20px 0px 0px
    }
}

@media(max-width: 767px) {
    .indstde-video .modal-dialog .modal-body .embed-responsive {
        margin-top: 40px 0px 0px;
        border-radius: 15px
    }
}

@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%
    }
}

/*Video Modal CSS End*/
/*How To Open Savings Account Tab CSS END*/
/*Award Winning SA CSS Start*/
.gsa-platform {
    padding: 60px 0px 0px;
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1
}

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

@media(max-width: 991px) {
    .gsa-platform {
        padding: 40px 0px 40px
    }
}

.gsa-platform::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='1280' height='663' viewBox='0 0 1280 663' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(../components/content/sa-product-revamp/sa-product-award-winning/clientlibs/css/%23filter0_f_5214_235)'%3E%3Cellipse cx='911' cy='706' rx='334' ry='386' fill='url(../components/content/sa-product-revamp/sa-product-award-winning/clientlibs/css/%23paint0_radial_5214_235)' fill-opacity='0.27'/%3E%3C/g%3E%3Cg filter='url(../components/content/sa-product-revamp/sa-product-award-winning/clientlibs/css/%23filter1_f_5214_235)'%3E%3Cellipse cx='975' cy='-17.7173' rx='685' ry='375.5' fill='url(../components/content/sa-product-revamp/sa-product-award-winning/clientlibs/css/%23paint1_radial_5214_235)' fill-opacity='0.27'/%3E%3C/g%3E%3Cg filter='url(../components/content/sa-product-revamp/sa-product-award-winning/clientlibs/css/%23filter2_f_5214_235)'%3E%3Cellipse cx='304' cy='-17.7173' rx='685' ry='375.5' fill='url(../components/content/sa-product-revamp/sa-product-award-winning/clientlibs/css/%23paint2_radial_5214_235)' fill-opacity='0.27'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_5214_235' x='545' y='288' width='732' height='836' 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='16' result='effect1_foregroundBlur_5214_235'/%3E%3C/filter%3E%3Cfilter id='filter1_f_5214_235' x='258' y='-425.217' width='1434' height='815' 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='16' result='effect1_foregroundBlur_5214_235'/%3E%3C/filter%3E%3Cfilter id='filter2_f_5214_235' x='-413' y='-425.217' width='1434' height='815' 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='16' result='effect1_foregroundBlur_5214_235'/%3E%3C/filter%3E%3CradialGradient id='paint0_radial_5214_235' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(960 706) rotate(96.6802) scale(421.226 363.247)'%3E%3Cstop stop-color='%23FAB7BC'/%3E%3Cstop offset='1' stop-color='%23FAB7BC' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_5214_235' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(975 -17.7173) rotate(90) scale(406.986 476.304)'%3E%3Cstop stop-color='%23FAB7BC'/%3E%3Cstop offset='1' stop-color='%23FAB7BC' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_5214_235' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(304 -17.7173) rotate(90) scale(406.986 476.304)'%3E%3Cstop stop-color='%23FAB7BC'/%3E%3Cstop offset='1' stop-color='%23FAB7BC' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1
}

.gsa-platform .gsa-plt-desc {
    margin-bottom: 48px
}

@media(max-width: 1199px) {
    .gsa-platform .gsa-plt-desc {
        margin-bottom: 35px
    }
}

@media(max-width: 991px) {
    .gsa-platform .gsa-plt-desc {
        margin-bottom: 25px
    }
}

.gsa-platform .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #222
}

@media(max-width: 1199px) {
    .gsa-platform .h2 {
        font-size: 32px
    }
}

@media(max-width: 991px) {
    .gsa-platform .h2 {
        font-size: 24px
    }
}

.gsa-platform .gsaplat-main {
    max-width: 82%;
    margin-left: 20px;
    margin-bottom: 50px
}

@media(max-width: 991px) {
    .gsa-platform .gsaplat-main {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px
    }
}

@media(max-width: 767px) {
    .gsa-platform .gsaplat-main {
        max-width: 100%
    }
}

.gsa-platform .gsaplat-main .gsaplat-img {
    text-align: center
}

.gsa-platform .gsaplat-main .gsaplat-img img {
    max-width: 100%
}

.gsa-platform .gsaplat-main .gsaplat-desc {
    margin-top: 32px;
    text-align: center
}

.gsa-platform .gsaplat-main .gsaplat-desc .btn-box {
    margin-bottom: 26px
}

.gsa-platform .gsaplat-main .gsaplat-desc .red-btn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 7.6px 27px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    background: #9d1d27;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 100px
}

.gsa-platform .gsaplat-main .gsaplat-desc .txt {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #686873;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .gsa-platform .gsaplat-main .gsaplat-desc .txt {
        font-size: 14px
    }
}

.gsa-platform .gsaplat-main .gsaplat-desc .txt b {
    font-weight: 600;
    color: #222
}

.gsa-platform .gsaplat-main .gsaplat-inmain {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
}

@media(max-width: 767px) {
    .gsa-platform .gsaplat-main .gsaplat-inmain {
        gap: 8px
    }
}

.gsa-platform .gsaplat-main .gsaplat-inmain .gsaplat-box {
    padding: 20px;
    text-align: center;
    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;
    border-radius: 10px
}

@media(max-width: 767px) {
    .gsa-platform .gsaplat-main .gsaplat-inmain .gsaplat-box {
        padding: 16px 20px;
        border-radius: 8px
    }
}

.gsa-platform .gsaplat-main .gsaplat-inmain .gsaplat-box:first-child::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='199' height='111' viewBox='0 0 199 111' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(../components/content/sa-product-revamp/sa-product-award-winning/clientlibs/css/%23clip0_4_9816)'%3E%3Cg filter='url(../components/content/sa-product-revamp/sa-product-award-winning/clientlibs/css/%23filter0_f_4_9816)'%3E%3Cpath d='M398.606 103.139C398.606 172.109 334.789 228.019 256.066 228.019C177.344 228.019 113.527 172.109 113.527 103.139C113.527 34.1703 177.344 -21.7402 256.066 -21.7402C334.789 -21.7402 398.606 34.1703 398.606 103.139Z' fill='url(../components/content/sa-product-revamp/sa-product-award-winning/clientlibs/css/%23paint0_radial_4_9816)' fill-opacity='0.18'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_4_9816' x='73.1617' y='-62.1054' width='365.809' height='330.49' 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='20.1826' result='effect1_foregroundBlur_4_9816'/%3E%3C/filter%3E%3CradialGradient id='paint0_radial_4_9816' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(119.834 100.688) rotate(90) scale(121.976 139.225)'%3E%3Cstop stop-color='%23F1B034'/%3E%3Cstop offset='1' stop-color='%23F1B034' stop-opacity='0'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_4_9816'%3E%3Cpath d='M0 10.9238C0 5.4239 4.45858 0.965332 9.95851 0.965332H188.083C193.583 0.965332 198.042 5.42391 198.042 10.9238V100.476C198.042 105.976 193.583 110.434 188.083 110.434H9.95852C4.45858 110.434 0 105.976 0 100.476V10.9238Z' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
}

@media(max-width: 991px) {
    .gsa-platform .gsaplat-main .gsaplat-inmain .gsaplat-box:first-child::before {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='157' height='88' viewBox='0 0 157 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(../components/content/sa-product-revamp/sa-product-award-winning/clientlibs/css/%23filter0_f_4_16059)'%3E%3Cellipse cx='78' cy='72.25' rx='113' ry='99' fill='url(../components/content/sa-product-revamp/sa-product-award-winning/clientlibs/css/%23paint0_radial_4_16059)' fill-opacity='0.18'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_4_16059' x='-67' y='-58.75' width='290' height='262' 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='16' result='effect1_foregroundBlur_4_16059'/%3E%3C/filter%3E%3CradialGradient id='paint0_radial_4_16059' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(78 79.4313) rotate(90) scale(96.6977 110.372)'%3E%3Cstop stop-color='%23F1B034'/%3E%3Cstop offset='1' stop-color='%23F1B034' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A")
    }
}

.gsa-platform .gsaplat-main .gsaplat-inmain .gsaplat-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='243' height='111' viewBox='0 0 243 111' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(../components/content/sa-product-revamp/sa-product-award-winning/clientlibs/css/%23clip0_4_9824)'%3E%3Cg filter='url(../components/content/sa-product-revamp/sa-product-award-winning/clientlibs/css/%23filter0_f_4_9824)'%3E%3Cellipse cx='128.797' cy='100.459' rx='142.539' ry='126.141' fill='url(../components/content/sa-product-revamp/sa-product-award-winning/clientlibs/css/%23paint0_radial_4_9824)' fill-opacity='0.18'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_4_9824' x='-54.1078' y='-66.0473' width='365.809' height='333.012' 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='20.1826' result='effect1_foregroundBlur_4_9824'/%3E%3C/filter%3E%3CradialGradient id='paint0_radial_4_9824' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(128.797 109.609) rotate(90) scale(123.208 139.225)'%3E%3Cstop stop-color='%23F1B034'/%3E%3Cstop offset='1' stop-color='%23F1B034' stop-opacity='0'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_4_9824'%3E%3Cpath d='M0.132812 10.9238C0.132812 5.4239 4.59139 0.965332 10.0913 0.965332H232.365C237.865 0.965332 242.324 5.42391 242.324 10.9238V100.476C242.324 105.976 237.865 110.434 232.365 110.434H10.0913C4.59139 110.434 0.132812 105.976 0.132812 100.476V10.9238Z' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    z-index: -1
}

.gsa-platform .gsaplat-main .gsaplat-inmain .gsaplat-box .h3 {
    font-size: 25px;
    line-height: 33px;
    font-weight: 600;
    background: linear-gradient(180.78deg, rgba(186, 91, 3, 0.8) -120.26%, rgba(255, 223, 102, 0.8) 225.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    margin-bottom: 12px
}

@media(max-width: 767px) {
    .gsa-platform .gsaplat-main .gsaplat-inmain .gsaplat-box .h3 {
        font-size: 20px;
        line-height: 27px
    }
}

.gsa-platform .gsaplat-main .gsaplat-inmain .gsaplat-box .h3 img {
    max-width: 20px;
    margin-left: 5px
}

@media(max-width: 767px) {
    .gsa-platform .gsaplat-main .gsaplat-inmain .gsaplat-box .h3 img {
        max-width: 16px
    }
}

.gsa-platform .gsaplat-main .gsaplat-inmain .gsaplat-box img {
    max-width: 150px;
    margin: auto
}

@media(max-width: 767px) {
    .gsa-platform .gsaplat-main .gsaplat-inmain .gsaplat-box img {
        max-width: 100%
    }
}

.gsa-platform .gsaplat-right {
    position: relative;
    z-index: 1;
    max-width: 310px;
    margin: auto
}

.gsa-platform .gsaplat-right .gsaplatr-img img {
    width: 100%;
    border-radius: 31px 31px 0px 0px;
    box-shadow: 0px 40px 48px rgba(103, 21, 26, .25)
}

.gsa-platform .gsaplat-right .gsaplatr-qr {
    max-width: 160px;
    background: #fff;
    border: 1px solid #dbdbde;
    padding: 10px 10px 12px;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 8px
}

.gsa-platform .gsaplat-right .gsaplatr-qr .gsaplatr-qr-img {
    margin-bottom: 5px
}

.gsa-platform .gsaplat-right .gsaplatr-qr .gsaplatr-qr-img img {
    width: 100%
}

.gsa-platform .gsaplat-right .gsaplatr-qr .txt {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #67151a;
    margin-bottom: 0
}

/*Award Winning SA CSS End*/
/*SA Product Offers CSS Start*/
.gsa-deals {
    padding: 45px 0
}

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

.gsa-deals .ghdm-desc .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    margin-bottom: 26px;
    color: #222
}

@media(max-width: 1199px) {
    .gsa-deals .ghdm-desc .h2 {
        font-size: 32px
    }
}

@media(max-width: 991px) {
    .gsa-deals .ghdm-desc .h2 {
        font-size: 24px;
        line-height: 32px
    }
}

.gsa-deals .hot-deals-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 36px
}

@media(max-width: 991px) {
    .gsa-deals .hot-deals-tabs {
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 10px;
        gap: 10px;
        overflow-x: scroll;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        margin-bottom: 32px
    }
}

@media(max-width: 767px) {
    .gsa-deals .hot-deals-tabs {
        -ms-flex-pack: start;
        justify-content: start;
        margin-bottom: 22px
    }
}

.gsa-deals .hot-deals-tabs a {
    padding: 10px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3a3a3a;
    border: 1px solid #cacaca;
    border-radius: 50px;
    transition: .5s all
}

.gsa-deals .hot-deals-tabs a.active {
    background: #f0d8d0;
    border-color: #f0d8d0;
    color: #000;
    font-weight: 500
}

.gsa-deals .hot-deals-tab-desc {
    display: none
}

.gsa-deals .hdtd-box {
    height: 141px;
    position: relative;
    background: linear-gradient(153.05deg, rgba(255, 214, 247, 0.6) -71.87%, rgba(255, 248, 214, 0.36) 173.42%);
    border-radius: 8px
}

.gsa-deals .hdtd-box img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    max-width: 128px;
    width: auto !important
}

.gsa-deals .swiper-pagination {
    text-align: center;
    margin-top: 20px;
    position: relative;
    display: none
}

@media(max-width: 991px) {
    .gsa-deals .swiper-pagination {
        display: block
    }
}

.gsa-deals .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #d9d9d9;
    border-radius: 50%;
    margin: 0 4px;
    opacity: 1;
    transition: all .5s linear
}

.gsa-deals .swiper-pagination .swiper-pagination-bullet-active {
    background: #3f3f3f;
    width: 24px;
    border-radius: 3px
}

.gsa-deals .swiper-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 991px) {
    .gsa-deals .swiper-flex {
        display: none
    }
}

.gsa-deals .swiper-button-prev,
.gsa-deals .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #efeded;
    border-radius: 100%;
    color: #9d1d27;
    font-size: 18px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 30px 0 0
}

.gsa-deals .swiper-button-prev::after,
.gsa-deals .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold
}

.gsa-deals .swiper-button-prev.swiper-button-disabled,
.gsa-deals .swiper-button-next.swiper-button-disabled {
    opacity: .5
}

.gsa-deals .hot-deals-btns {
    margin-top: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width: 767px) {
    .gsa-deals .hot-deals-btns {
        gap: 10px
    }
}

.gsa-deals .hot-deals-btns a {
    font-size: 16px;
    font-weight: 700
}

.gsa-deals .hot-deals-btns .btn-underline {
    text-decoration: underline;
    color: #3a3a3a
}

.gsa-deals .hot-deals-btns .btn-red {
    color: #fff;
    padding: 10px 30px;
    background: #9a1b24;
    border-radius: 30px;
    line-height: 1
}

@media(max-width: 767px) {
    .gsa-deals .hot-deals-btns .btn-red {
        padding: 11px 24px;
        font-size: 14px
    }
}

/*SA Product Offers CSS END*/
/*SA Product Testimonial CSS Start*/
.saTestimonailComp {
    padding: 10px 0 58px 0
}

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

@media(max-width: 767px) {
    .saTestimonailComp {
        padding: 20px 0 47px 0;
        overflow: hidden
    }
}

.saTestimonailComp .sectionHead-title {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.6px;
    margin-bottom: 24px
}

@media(max-width: 991px) {
    .saTestimonailComp .sectionHead-title {
        font-size: 24px
    }
}

.saTestimonailComp .grnt36 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #222;
    margin-bottom: 20px
}

@media(max-width: 1199px) {
    .saTestimonailComp .grnt36 {
        font-size: 32px
    }
}

@media(max-width: 991px) {
    .saTestimonailComp .grnt36 {
        font-size: 24px
    }
}

.saTestimonailComp-cards {
    margin: 0 auto
}

.saTestimonailComp-cards-container {
    overflow: hidden
}

@media(max-width: 767px) {
    .saTestimonailComp-cards-container {
        overflow: visible
    }
}

.saTestimonailComp-cards-container .scrollbar {
    padding-top: 40px
}

.saTestimonailComp-cards-container .scrollbar .swiper-horizontal>.swiper-scrollbar,
.saTestimonailComp-cards-container .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 132px;
    left: 44%;
    z-index: 1;
    position: relative
}

@media(max-width: 767px) {

    .saTestimonailComp-cards-container .scrollbar .swiper-horizontal>.swiper-scrollbar,
    .saTestimonailComp-cards-container .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
        left: 33%
    }
}

.saTestimonailComp-cards-container .scrollbar .swiper-scrollbar-drag {
    background: #fab21d
}

.saTestimonailComp-cards-container .swiper-button-prev {
    background: url(../../../content/dam/idfcfirstbank/images/saving-account-revamp/arrowlft.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    left: -90px
}

@media(max-width: 767px) {
    .saTestimonailComp-cards-container .swiper-button-prev {
        display: none
    }
}

.saTestimonailComp-cards-container .swiper-button-prev::after {
    content: none
}

.saTestimonailComp-cards-container .swiper-button-next {
    background: url(../../../content/dam/idfcfirstbank/images/saving-account-revamp/arrowright.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    right: -90px
}

@media(max-width: 767px) {
    .saTestimonailComp-cards-container .swiper-button-next {
        display: none
    }
}

.saTestimonailComp-cards-container .swiper-button-next::after {
    content: none
}

.saTestimonailComp-cards-container .swiper-slide {
    transition: all 200ms linear;
    height: auto;
    position: relative
}

.saTestimonailComp-cards-container .swiper-slide:after {
    content: "";
    background: url(../../../content/dam/idfcfirstbank/images/saving-account-revamp/quot.svg);
    width: 62px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 50px;
    position: absolute;
    right: 24px;
    bottom: 24px
}

@media(max-width: 767px) {
    .saTestimonailComp-cards-container .swiper-slide:after {
        width: 50px
    }
}

.saTestimonailComp-cards-container .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1
}

.saTestimonailComp-cards-container2 {
    overflow: hidden
}

.saTestimonailComp-cards-container2 .owl-scrollbar {
    height: 6px;
    background: #eee;
    margin-top: 40px;
    position: relative;
    border-radius: 3px
}

.saTestimonailComp-cards-container2 .owl-scrollbar .owl-scrollbar-thumb {
    height: 100%;
    width: 40px;
    background: #fab21d;
    border-radius: 3px;
    position: absolute;
    left: 0;
    cursor: grab
}

.saTestimonailComp-cards-container2 .swiper-button-prev {
    background: url(../../../content/dam/idfcfirstbank/images/saving-account-revamp/arrowlft.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    left: -90px
}

@media(max-width: 767px) {
    .saTestimonailComp-cards-container2 .swiper-button-prev {
        display: none
    }
}

.saTestimonailComp-cards-container2 .swiper-button-prev::after {
    content: none
}

.saTestimonailComp-cards-container2 .swiper-button-next {
    background: url(../../../content/dam/idfcfirstbank/images/saving-account-revamp/arrowright.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    right: -90px
}

@media(max-width: 767px) {
    .saTestimonailComp-cards-container2 .swiper-button-next {
        display: none
    }
}

.saTestimonailComp-cards-container2 .swiper-button-next::after {
    content: none
}

.saTestimonailComp-cards-container2 .saTestimonailComp-cards-items {
    transition: all 200ms linear;
    height: auto;
    position: relative
}

.saTestimonailComp-cards-container2 .saTestimonailComp-cards-items:after {
    content: "";
    background: url(../../../content/dam/idfcfirstbank/images/saving-account-revamp/quot.svg);
    width: 62px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 50px;
    position: absolute;
    right: 24px;
    bottom: 24px
}

@media(max-width: 767px) {
    .saTestimonailComp-cards-container2 .saTestimonailComp-cards-items:after {
        width: 50px
    }
}

.saTestimonailComp-cards-container2 .saTestimonailComp-cards-items.swiper-slide-active {
    transform: scale(1);
    opacity: 1
}

.saTestimonailComp-cards-container2 .saTestimonailComp-cards-items.custom-grnt .saTestimonailComp-cards-items-text-para {
    color: #222 !important
}

.saTestimonailComp-cards-items {
    border-radius: 12px;
    background: #f5f5f5;
    padding: 34px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.saTestimonailComp-cards-items-ivtImg {
    width: 36px !important;
    height: 36px
}

.saTestimonailComp-cards-items-text-para {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px
}

@media(max-width: 767px) {
    .saTestimonailComp-cards-items-text-para {
        font-size: 14px;
        line-height: 20px
    }
}

.saTestimonailComp-cards-items-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.saTestimonailComp-cards-items-info-person {
    color: #9b1e26;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .saTestimonailComp-cards-items-info-person {
        font-size: 14px;
        line-height: 20px
    }
}

.saTestimonailComp-cards-items-info-title {
    color: #222;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .saTestimonailComp-cards-items-info-title {
        font-size: 10px
    }
}

/*SA Product Testimonial CSS END*/
/*SA Product Things To Keep In Mind CSS Start*/
.gsa-sa-account .gsaacc-box {
    background: linear-gradient(0deg, rgba(251, 233, 235, 0.31), rgba(251, 233, 235, 0.31)), #fff
}

.gsa-sa-account .gsaacc-box.active .gsaaccb-btn {
    background: linear-gradient(0deg, rgba(251, 233, 235, 0.31), rgba(251, 233, 235, 0.31)), #fff;
    border: 0
}

.gsa-sa-account .gsaacc-box.active .gsaaccb-btn .gsaaccb-main::before {
    transform: rotate(180deg)
}

.gsa-sa-account .gsaacc-box .gsaaccb-btn {
    border-top: 1px solid #fde2e4;
    border-bottom: 1px solid #fde2e4;
    padding: 18px;
    cursor: pointer
}

@media(max-width: 767px) {
    .gsa-sa-account .gsaacc-box .gsaaccb-btn {
        padding: 18px 0px
    }
}

.gsa-sa-account .gsaacc-box .gsaaccb-btn .gsaaccb-main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48px auto;
    grid-template-columns: 48px auto;
    gap: 16px;
    -ms-flex-align: center;
    align-items: center;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-right: 40px;
    position: relative;
    z-index: 1
}

@media(max-width: 767px) {
    .gsa-sa-account .gsaacc-box .gsaaccb-btn .gsaaccb-main {
        -ms-grid-columns: 40px auto;
        grid-template-columns: 40px auto;
        gap: 8px
    }
}

.gsa-sa-account .gsaacc-box .gsaaccb-btn .gsaaccb-main::before {
    content: "";
    position: absolute;
    top: 33%;
    right: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4_15098' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='21'%3E%3Crect x='20' y='0.783203' width='20' height='20' transform='rotate(90 20 0.783203)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(../components/content/sa-product-revamp/sa-product-things-to-keep/clientlibs/css/%23mask0_4_15098)'%3E%3Cpath d='M1.66634 7.47233L3.14551 5.99316L9.99967 12.8473L16.8538 5.99316L18.333 7.47233L9.99967 15.8057L1.66634 7.47233Z' fill='%239D1D27'/%3E%3C/g%3E%3C/svg%3E%0A");
    z-index: -1;
    transition: all .5s
}

.gsa-sa-account .gsaacc-box .gsaaccb-btn .gsaaccb-main .gsaaccb-img {
    width: 48px;
    height: 48px;
    background: linear-gradient(0deg, #FDE7E9, #FDE7E9), #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media(max-width: 767px) {
    .gsa-sa-account .gsaacc-box .gsaaccb-btn .gsaaccb-main .gsaaccb-img {
        width: 40px;
        height: 40px
    }
}

.gsa-sa-account .gsaacc-box .gsaaccb-btn .gsaaccb-main .gsaaccb-img img {
    max-width: 28px;
    margin: auto
}

@media(max-width: 767px) {
    .gsa-sa-account .gsaacc-box .gsaaccb-btn .gsaaccb-main .gsaaccb-img img {
        max-width: 24px
    }
}

.gsa-sa-account .gsaacc-box .gsaaccb-btn .gsaaccb-main .gsaaccb-desc .txt {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #25243b;
    margin-bottom: 0
}

@media(max-width: 991px) {
    .gsa-sa-account .gsaacc-box .gsaaccb-btn .gsaaccb-main .gsaaccb-desc .txt {
        font-size: 18px;
        line-height: 25px
    }
}

@media(max-width: 767px) {
    .gsa-sa-account .gsaacc-box .gsaaccb-btn .gsaaccb-main .gsaaccb-desc .txt {
        font-size: 16px;
        line-height: 22px
    }
}

.gsa-sa-account .gsaacc-box .gsaaccb-content {
    border-top: 1px solid #fde2e4;
    border-bottom: 1px solid #fde2e4;
    padding: 40px 0px
}

@media(max-width: 991px) {
    .gsa-sa-account .gsaacc-box .gsaaccb-content {
        padding: 25px 0px
    }
}

@media(max-width: 767px) {
    .gsa-sa-account .gsaacc-box .gsaaccb-content {
        padding: 30px 0px
    }
}

.gsa-sa-account .gsaacc-box .gsaaccb-content .gsaaccbco-main .gsaaccbco-box {
    position: relative;
    z-index: 1;
    padding-left: 26px
}

.gsa-sa-account .gsaacc-box .gsaaccb-content .gsaaccbco-main .gsaaccbco-box::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(115.65deg, rgba(248, 212, 216, 0.8) 19.03%, rgba(254, 134, 151, 0.8) 137.58%);
    z-index: -1
}

.gsa-sa-account .gsaacc-box .gsaaccb-content .gsaaccbco-main .gsaaccbco-box.without-bullet{
    padding-left: 0
}

.gsa-sa-account .gsaacc-box .gsaaccb-content .gsaaccbco-main .gsaaccbco-box.without-bullet::before{
    display: none
}

.gsa-sa-account .gsaacc-box .gsaaccb-content .gsaaccbco-main .gsaaccbco-box+.gsaaccbco-box {
    margin-top: 24px
}

.gsa-sa-account .gsaacc-box .gsaaccb-content .gsaaccbco-main .gsaaccbco-box .h3 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #222;
    margin-bottom: 4px
}

.gsa-sa-account .gsaacc-box .gsaaccb-content .gsaaccbco-main .gsaaccbco-box .txt {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #686873;
    margin-bottom: 0
}

/*SA Product Things To Keep In Mind CSS Start*/
/*SA Product FAQ CSS Start*/
.income-tax-faq {
    background: #fff;
    padding: 40px 0px
}

@media(max-width: 767px) {
    .income-tax-faq {
        padding: 40px 0
    }
}

.income-tax-faq .accordian .trgr {
    background: rgba(0, 0, 0, 0);
    border-bottom: none;
    box-shadow: none;
}

.income-tax-faq .accordian .trgr.act {
    border-bottom: none
}

.income-tax-faq .accordian .trgr::before {
    top: 20px;
    width: 26px;
    height: 26px;
    right: 20px;
    color: #000;
    font-weight: normal
}

@media(max-width: 767px) {
    .income-tax-faq .accordian .trgr::before {
        width: 20px;
        height: 20px;
        background-size: contain;
        top: 40%
    }
}

.income-tax-faq .accordian .faq-items {
    padding: 0px;
    border-bottom: 1px solid rgba(120, 120, 120, .2)
}

.income-tax-faq .accordian .faq-items:has(>.trgr.act) {
    background: linear-gradient(180deg, #FBFBFB 0%, #F0F0F0 100%);
    border-bottom: 0;
    border-radius: 10px
}

.income-tax-faq .accordian .faq-items .trgr-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 24px 30px 16px 16px
}

@media(max-width: 991px) {
    .income-tax-faq .accordian .faq-items .trgr-title {
        font-size: 16px;
        padding: 24px 40px 12px 24px
    }
}

@media(max-width: 991px) {
    .income-tax-faq .accordian .faq-items {
        padding: 0px
    }
}

.income-tax-faq .accordian .faq-items .tog_cont {
    border-bottom: none;
    background: rgba(0, 0, 0, 0);
    color: #3f3f3f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 92px 20px 16px
}

@media(max-width: 991px) {
    .income-tax-faq .accordian .faq-items .tog_cont {
        font-size: 14px;
        padding: 0px 24px 20px 24px
    }
}

.income-tax-faq .accordian .btn-box {
    margin-top: 32px;
    text-align: right
}

.income-tax-faq .accordian .btn-box .btn-link {
    color: #9b1e26;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

@media(max-width: 991px) {
    .income-tax-faq .accordian .btn-box {
        margin-top: 24px
    }
}

.income-tax-faq.grnt-epf-faqs .faq-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px
}

@media(max-width: 1199px) {
    .income-tax-faq.grnt-epf-faqs .faq-title {
        font-size: 26px;
        line-height: 32px
    }
}

@media(max-width: 767px) {
    .income-tax-faq.grnt-epf-faqs .faq-title {
        font-size: 24px;
        line-height: 30px;
        padding: 0;
        margin-bottom: 20px;
        text-align: left
    }
}

.income-tax-faq.grnt-epf-faqs .faq-items p {
    line-height: 24px
}

@media(max-width: 767px) {
    .income-tax-faq.grnt-epf-faqs .faq-items p {
        line-height: 22px
    }
}

.income-tax-faq .faq-title {
    color: #9b1e26;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px
}

@media(max-width: 991px) {
    .income-tax-faq .faq-title {
        font-size: 20px;
        margin-bottom: 16px;
        padding: 0 20px
    }
}

.gsa-faqs {
    padding: 60px 0px
}

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

.gsa-faqs .h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px
}

@media(max-width: 1199px) {
    .gsa-faqs .h2 {
        font-size: 32px;
        line-height: 42px
    }
}

@media(max-width: 991px) {
    .gsa-faqs .h2 {
        font-size: 24px;
        line-height: 33px
    }
}

.gsa-faqs .btn-box .btn-red {
    padding: 7px 30px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #9b1e26;
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto;
    border: 1px solid #9b1e26;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 0 0 !important
}

.gsa-faqs .gsa-main-faqs-filter {
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    cursor: pointer;
    overflow-x: auto;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    padding-bottom: 0px;
    margin: 40px 0px 30px
}

@media(max-width: 1199px) {
    .gsa-faqs .gsa-main-faqs-filter {
        margin: 30px 0px
    }
}

@media(max-width: 991px) {
    .gsa-faqs .gsa-main-faqs-filter {
        gap: 17px
    }
}

@media(max-width: 767px) {
    .gsa-faqs .gsa-main-faqs-filter {
        gap: 8px;
        margin-bottom: 0;
        margin-right: -15px;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap
    }
}

.gsa-faqs .gsa-main-faqs-filter .gsa-main-faqs-filter-items {
    gap: 10px;
    border-radius: 100px;
    border: none;
    overflow: hidden;
    display: inline-table
}

.gsa-faqs .gsa-main-faqs-filter .gsa-main-faqs-filter-items .gsa-main-faqs-filter-items-txt {
    padding: 9px 40px;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #000;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    border-radius: 100px
}

@media(max-width: 1199px) {
    .gsa-faqs .gsa-main-faqs-filter .gsa-main-faqs-filter-items .gsa-main-faqs-filter-items-txt {
        padding: 9px 30px
    }
}

@media(max-width: 991px) {
    .gsa-faqs .gsa-main-faqs-filter .gsa-main-faqs-filter-items .gsa-main-faqs-filter-items-txt {
        padding: 8px 23px
    }
}

@media(max-width: 767px) {
    .gsa-faqs .gsa-main-faqs-filter .gsa-main-faqs-filter-items .gsa-main-faqs-filter-items-txt {
        font-size: 16px;
        padding: 12px 20px
    }
}

.gsa-faqs .gsa-main-faqs-filter .gsa-main-faqs-filter-items .gsa-main-faqs-filter-items-txt.active {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-color: #9b1e26;
    background: #9b1e26
}

@media(max-width: 767px) {
    .gsa-faqs .gsa-main-faqs-filter .gsa-main-faqs-filter-items .gsa-main-faqs-filter-items-txt.active {
        font-size: 14px
    }
}

.gsa-faqs .gsa-main-faqs-filter .first-classic-cc-container .gsa-main-faqs-filter-items:has(>.first-classic-cc-container .gsa-main-faqs-filter-items-txt.active) p {
    background: #9b1e26
}

@media(max-width: 767px) {
    .gsa-faqs .accordian {
        margin-top: 24px
    }
}

.gsa-faqs .accordian .faq-items .trgr-title {
    font-size: 18px
}

@media(max-width: 767px) {
    .gsa-faqs .accordian .faq-items .trgr-title {
        font-size: 16px
    }
}

.gsa-faqs .accordian .tog_cont {
    box-shadow: none;
}

.gsa-faqs .btn-box .btn-red {
    height: auto;
}

.accordian .trgr {
    padding: 20px 0 20px 0;
    margin-top: 0;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0px;
    font-weight: 500
}

.accordian .trgr::before {
    position: absolute;
    width: 15px;
    height: 15px;
    font-family: icomoon;
    content: "";
    right: 30px;
    top: 20px;
    color: #9d1d27
}

@media(max-width: 767px) {
    .accordian .trgr::before {
        right: 0px
    }
}

.accordian .trgr.act {
    border-bottom: 0px solid
}

.accordian .trgr.act::before {
    content: ""
}

/*SA Product FAQ CSS END*/
/*SA Product Latest Blog Posts CSS STart*/
.gsap-blogs {
    padding-bottom: 50px
}

.gsap-blogs .creditCardsBlog-Parent {
    margin: 0 auto
}

.gsap-blogs .sectionHead {
    padding-bottom: 30px
}

.gsap-blogs .sectionHead-title,
.gsap-blogs .sectionHead-subtitle {
    text-align: center
}

.gsap-blogs .btn-box {
    margin-top: 20px
}

.gsap-blogs .btn-black {
    background: #9b1e26;
    color: #fff;
    border-radius: 25px;
    padding: 10px 30px;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px)
}

.gsap-blogs .btn-black svg {
    max-width: 20px;
    margin-left: 5px
}

.gsap-blogs .creditCardsBlog-card-container {
    overflow: hidden;
    padding: 30px 0 0
}

.gsap-blogs .creditCardsBlog-card-container .scrollbar {
    padding-top: 40px
}

.gsap-blogs .creditCardsBlog-card-container .scrollbar .swiper-horizontal>.swiper-scrollbar,
.gsap-blogs .creditCardsBlog-card-container .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 132px;
    left: 44%;
    z-index: 1
}

@media(max-width: 767px) {

    .gsap-blogs .creditCardsBlog-card-container .scrollbar .swiper-horizontal>.swiper-scrollbar,
    .gsap-blogs .creditCardsBlog-card-container .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
        left: 33%
    }
}

.gsap-blogs .creditCardsBlog-card-container .scrollbar .swiper-scrollbar-drag {
    background: #9b1e26
}

.gsap-blogs .creditCardsBlog-card-container .swiper-button-prev,
.gsap-blogs .creditCardsBlog-card-container .swiper-button-next {
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    z-index: 1
}

.gsap-blogs .creditCardsBlog-card-container .swiper-button-prev::after,
.gsap-blogs .creditCardsBlog-card-container .swiper-button-next::after {
    content: none
}

@media(max-width: 767px) {

    .gsap-blogs .creditCardsBlog-card-container .swiper-button-prev,
    .gsap-blogs .creditCardsBlog-card-container .swiper-button-next {
        display: none
    }
}

.gsap-blogs .creditCardsBlog-card-container .swiper-button-prev {
    background-image: url(../../../content/dam/idfcfirstbank/images/saving-account-revamp/arrowlft.svg);
    left: -90px
}

.gsap-blogs .creditCardsBlog-card-container .swiper-button-next {
    background-image: url(../../../content/dam/idfcfirstbank/images/saving-account-revamp/arrowright.svg);
    right: -90px
}

.gsap-blogs .creditCardsBlog-card-container .creditCardsBlog-card-items {
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(177, 177, 177, 0.2) 100%)
}

@media(max-width: 767px) {
    .gsap-blogs .creditCardsBlog-card-container .creditCardsBlog-card-items {
        max-width: 100%
    }
}

.gsap-blogs .creditCardsBlog-card-container .creditCardsBlog-card-items .blogImg {
    width: 100%;
    border-radius: 16px
}

.gsap-blogs .creditCardsBlog-card-container .creditCardsBlog-card-items .blogTitle {
    padding: 20px;
    height: 280px;
    max-height: 280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gsap-blogs .creditCardsBlog-card-container .creditCardsBlog-card-items .blogTitle-head {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 8px
}

.gsap-blogs .creditCardsBlog-card-container .creditCardsBlog-card-items .blogTitle-desc {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 20px
}

.gsap-blogs.grmpill-blog {
    padding: 60px 0px
}

@media(max-width: 1199px) {
    .gsap-blogs.grmpill-blog {
        padding: 30px 0px 50px
    }
}

@media(max-width: 991px) {
    .gsap-blogs.grmpill-blog {
        padding: 30px 0px 30px
    }
}

@media(max-width: 767px) {
    .gsap-blogs.grmpill-blog {
        padding: 30px 0px 30px
    }
}

.gsap-blogs.grmpill-blog .sectionHead {
    padding-bottom: 0
}

.gsap-blogs.grmpill-blog .creditCardsBlog-card-container .creditCardsBlog-card-items .blogTitle {
    height: auto
}

.gsap-blogs.grmpill-blog .creditCardsBlog-card-container .creditCardsBlog-card-items .blogTitle-head {
    padding-bottom: 0;
    margin-bottom: 1rem
}

.gsap-blogs.grmpill-blog .creditCardsBlog-card-container .creditCardsBlog-card-items .blogTitle-desc {
    margin-bottom: 0
}

.gsap-blogs.grmpill-blog .head .h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #222
}

@media(max-width: 1199px) {
    .gsap-blogs.grmpill-blog .head .h2 {
        font-size: 32px;
        line-height: 41px
    }
}

@media(max-width: 767px) {
    .gsap-blogs.grmpill-blog .head .h2 br {
        display: none
    }
}

@media(max-width: 991px) {
    .gsap-blogs.grmpill-blog .head .h2 {
        font-size: 24px;
        line-height: 33px
    }
}

.gsap-blogs.grmpill-blog .head .txt {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #242424
}

.gsap-blogs.grmpill-blog .creditCardsBlog-card-container {
    padding-top: 0;
    margin-top: 25px
}

@media(max-width: 1199px) {
    .gsap-blogs.grmpill-blog .creditCardsBlog-card-container {
        margin-top: 15px
    }
}

@media(max-width: 767px) {
    .gsap-blogs.grmpill-blog .creditCardsBlog-card-container {
        margin-top: 8px
    }
}

.gsap-blogs.grmpill-blog .creditCardsBlog-card-container .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 6px
}

@media(max-width: 767px) {
    .gsap-blogs.grmpill-blog .creditCardsBlog-card-container .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
        height: 4px
    }
}

@media(max-width: 991px) {
    .gsap-blogs.grmpill-blog .creditCardsBlog-card-container .swiper-button-prev {
        display: none
    }
}

@media(max-width: 991px) {
    .gsap-blogs.grmpill-blog .creditCardsBlog-card-container .swiper-button-next {
        display: none
    }
}

/*SA Product Latest Blog Posts CSS End*/
/*SA Product Related Videos CSS Start*/
.gsa-relatvideo {
    background: #f9f8f8;
    padding: 60px 0
}

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

@media(max-width: 991px) {
    .gsa-relatvideo {
        padding: 40px 15px 40px
    }
}

.gsa-relatvideo .abs-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10
}

.gsa-relatvideo .title {
    color: #222;
    color: #222;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px
}

@media(max-width: 1199px) {
    .gsa-relatvideo .title {
        font-size: 32px;
        line-height: 41px
    }
}

@media(max-width: 991px) {
    .gsa-relatvideo .title {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 24px
    }
}

@media(max-width: 991px) {
    .gsa-relatvideo .owl-dots {
        margin-top: 25px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.gsa-relatvideo .tax-card {
    border-radius: 20px 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    max-width: 362px;
    margin: 0 13px;
    background: #fff
}

@media(max-width: 767px) {
    .gsa-relatvideo .tax-card {
        margin: 0 0px 12px 0;
        font-size: 11px
    }
}

.gsa-relatvideo .tax-card.card {
    border: 0;
    height: 100%
}

.gsa-relatvideo .tax-card .card-body {
    background: #fff;
    padding: 32px 24px
}

@media(max-width: 1199px) {
    .gsa-relatvideo .tax-card .card-body {
        padding: 24px 20px
    }
}

.gsa-relatvideo .tax-card .card-body .card-title {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px
}

@media(max-width: 767px) {
    .gsa-relatvideo .tax-card .card-body .card-title {
        font-size: 16px;
        margin-bottom: 12px
    }
}

.gsa-relatvideo .tax-card .card-body .card-date {
    color: #222;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 767px) {
    .gsa-relatvideo .tax-card .card-body .card-date {
        margin: 0 0px 12px 0;
        font-size: 11px !important
    }
}

.gsa-relatvideo figure {
    text-align: center;
    margin: 0
}

.gsa-relatvideo .carouselOuterDiv {
    max-width: 890px;
    margin: auto
}

@media(max-width: 767px) {
    .gsa-relatvideo .carouselOuterDiv {
        max-width: 100%
    }
}

.gsa-relatvideo .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%)
}

.gsa-relatvideo .owl-nav button.owl-next {
    right: -10px !important
}

@media(max-width: 991px) {
    .gsa-relatvideo .owl-nav button.owl-next {
        right: -10px !important
    }
}

.gsa-relatvideo .owl-nav button.owl-prev {
    left: -10px !important
}

@media(max-width: 991px) {
    .gsa-relatvideo .owl-nav button.owl-prev {
        left: -10px !important
    }
}

.gsa-relatvideo .owl-dots button.owl-dot {
    width: 8px;
    height: 8px
}

.gsa-relatvideo .owl-dots button.owl-dot.active {
    width: 12px;
    height: 12px;
    background-color: #9b1e26
}

.gsa-relatvideo .owl-stage {
    display: -ms-flexbox;
    display: flex
}

.gsa-relatvideo .swiperouterdiv {
    position: relative;
    z-index: 1
}

.gsa-relatvideo .swiperouterdiv .swiper-button-next {
    height: 40px;
    width: 40px;
    right: -20px
}

.gsa-relatvideo .swiperouterdiv .swiper-button-next::after {
    display: none
}

.gsa-relatvideo .swiperouterdiv .swiper-button-next.swiper-button-disabled {
    display: none
}

@media(max-width: 767px) {
    .gsa-relatvideo .swiperouterdiv .swiper-button-next {
        display: none
    }
}

.gsa-relatvideo .swiperouterdiv .swiper-button-next .icon-Right {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    color: #9d1d27;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 4px 8px 0px rgba(84, 86, 91, .15);
    font-size: 17px
}

.gsa-relatvideo .swiperouterdiv .swiper-button-next .icon-Right::before {
    color: #9d1d27
}

.gsa-relatvideo .swiperouterdiv .swiper-button-prev {
    height: 40px;
    width: 40px;
    left: -20px
}

.gsa-relatvideo .swiperouterdiv .swiper-button-prev::after {
    display: none
}

.gsa-relatvideo .swiperouterdiv .swiper-button-prev.swiper-button-disabled {
    display: none
}

@media(max-width: 767px) {
    .gsa-relatvideo .swiperouterdiv .swiper-button-prev {
        display: none
    }
}

.gsa-relatvideo .swiperouterdiv .swiper-button-prev .icon-Left {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    font-weight: 700;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #9d1d27;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 4px 8px 0px rgba(84, 86, 91, .15);
    font-size: 17px
}

.gsa-relatvideo .swiperouterdiv .swiper-button-prev .icon-Left::before {
    color: #9d1d27
}

.gsa-relatvideo .swiperouterdiv .swiper-pagination {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 25px 0 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gsa-relatvideo .swiperouterdiv .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #c4c4c4;
    border-radius: 50%;
    margin: 0 3px;
    opacity: 1;
    transition: ease-in .2s all
}

.gsa-relatvideo .swiperouterdiv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #9b1e26;
    width: 10px;
    height: 10px
}

.gsa-relatvideo .first-money-user-guide-swiper .swiper-slide {
    height: auto
}

.gsa-relatvideo .first-money-user-guide-swiper .card {
    height: 100%;
    margin: 0 7px
}

/*SA Product Related Videos CSS End*/

/* Handling Spacing issue due to lozad image */
.lozad.image-height {
    height: 192px;
}

@media screen and (max-width:767px) {
    .lozad.image-height {
        height: 156px;
    }
}
/*SA Product Related Searches CSS Start*/
.dsa-searches {
  padding: 60px 0px
}

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

@media(max-width: 767px) {
  .dsa-searches {
    padding: 40px 0px 20px
  }
}

.dsa-searches .dsasearc-head {
  text-align: center
}

.dsa-searches .dsasearc-head .h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #222;
  margin-bottom: 0
}

@media(max-width: 1199px) {
  .dsa-searches .dsasearc-head .h2 {
    font-size: 32px
  }
}

@media(max-width: 991px) {
  .dsa-searches .dsasearc-head .h2 {
    font-size: 24px
  }
}

.dsa-searches .dserch-main {
  margin-top: 48px
}

@media(max-width: 1199px) {
  .dsa-searches .dserch-main {
    margin-top: 30px
  }
}

@media(max-width: 991px) {
  .dsa-searches .dserch-main {
    margin-top: 22px
  }
}

.dsa-searches .dserch-main .dserch-inmain {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  row-gap: 32px;
  column-gap: 24px
}

@media(max-width: 1199px) {
  .dsa-searches .dserch-main .dserch-inmain {
    row-gap: 25px;
    column-gap: 20px
  }
}

@media(max-width: 991px) {
  .dsa-searches .dserch-main .dserch-inmain {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width: 767px) {
  .dsa-searches .dserch-main .dserch-inmain {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 20px
  }
}

.dsa-searches .dserch-main .dserch-inmain .dserch-box {
  padding: 32px 22px 22px;
  background: linear-gradient(135.38deg, rgba(247, 186, 168, 0.4) 0.55%, rgba(245, 228, 223, 0.4) 94.93%);
  border-radius: 12px;
  text-align: center;
  position: relative
}

@media(max-width: 1199px) {
  .dsa-searches .dserch-main .dserch-inmain .dserch-box {
    padding: 24px 18px 20px
  }
}

@media(max-width: 991px) {
  .dsa-searches .dserch-main .dserch-inmain .dserch-box {
    padding: 22px 18px 20px
  }
}

@media(max-width: 767px) {
  .dsa-searches .dserch-main .dserch-inmain .dserch-box {
    display: none
  }

  .dsa-searches .dserch-main .dserch-inmain .dserch-box.show {
    display: block
  }
}

.dsa-searches .dserch-main .dserch-inmain .dserch-box .alink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px
}

.dsa-searches .dserch-main .dserch-inmain .dserch-box .dserchb-img {
  margin-bottom: 12px
}

.dsa-searches .dserch-main .dserch-inmain .dserch-box .dserchb-img img {
  max-width: 40px
}

.dsa-searches .dserch-main .dserch-inmain .dserch-box .dserchb-desc .h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 0px
}

@media(max-width: 1199px) {
  .dsa-searches .dserch-main .dserch-inmain .dserch-box .dserchb-desc .h3 {
    font-size: 15px;
    line-height: 20px
  }
}

.dsa-searches .dserch-main .btn-box .show-more {
  display: block;
  padding: 9px 24px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #9b1e26;
  border-radius: 100px;
  color: #9b1e26;
  font-size: 16px;
  font-weight: 600;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 24px auto 0px;
  line-height: 1;
  text-decoration: none
}

/*SA Product Related Searches CSS End*/
/*SA Product Have Question CSS Start*/
.gsa-discover {
  padding: 60px 0
}

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

.gsa-discover .gsa-discover-title .h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #222;
  margin-bottom: 0
}

@media(max-width: 1199px) {
  .gsa-discover .gsa-discover-title .h2 {
    font-size: 32px
  }
}

@media(max-width: 991px) {
  .gsa-discover .gsa-discover-title .h2 {
    font-size: 24px
  }
}

.gsa-discover .gsa-discover-desktop {
  margin-top: 48px
}

@media(max-width: 1199px) {
  .gsa-discover .gsa-discover-desktop {
    margin-top: 30px
  }
}

@media(max-width: 991px) {
  .gsa-discover .gsa-discover-desktop {
    margin-top: 22px
  }
}

.gsa-discover .gsa-discover-desktop .gsa-discover-swiper {
  max-width: 88%;
  margin: 0 auto
}

.gsa-discover .gsa-discover-desktop .gsadis-box {
  padding: 7px 18px 24px;
  background: linear-gradient(153.05deg, rgba(255, 214, 247, 0.6) -71.87%, rgba(255, 248, 214, 0.36) 173.42%);
  border-radius: 12px;
  z-index: 1
}

.gsa-discover .gsa-discover-desktop .gsadis-box .redirect-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 12px;
  z-index: 2
}

.gsa-discover .gsa-discover-desktop .gsadis-box .gsadis-img {
  width: 100%;
  height: 132px;
  margin-bottom: 9px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1
}

.gsa-discover .gsa-discover-desktop .gsadis-box .gsadis-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto
}

.gsa-discover .gsa-discover-desktop .gsadis-box .gsadis-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: radial-gradient(145.63% 52.82% at 50% 55.9%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(7.39742px);
  z-index: -1
}

.gsa-discover .gsa-discover-desktop .gsadis-box .h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #242424;
  margin-bottom: 0
}

@media(max-width: 991px) {
  .gsa-discover .gsa-discover-desktop .gsadis-box .h3 {
    font-size: 16px;
    line-height: 19px
  }
}

.gsa-discover .gsa-discover-desktop .swiper-button-next,
.gsa-discover .gsa-discover-desktop .swiper-button-prev {
  top: 50%;
  margin: 0;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  z-index: 1
}

@media(max-width: 991px) {

  .gsa-discover .gsa-discover-desktop .swiper-button-next,
  .gsa-discover .gsa-discover-desktop .swiper-button-prev {
    width: 38px;
    height: 38px
  }
}

.gsa-discover .gsa-discover-desktop .swiper-button-next:after,
.gsa-discover .gsa-discover-desktop .swiper-button-prev:after {
  display: none
}

.gsa-discover .gsa-discover-desktop .swiper-button-prev {
  left: 0;
  right: auto
}

.gsa-discover .gsa-discover-desktop .swiper-button-next {
  right: 0;
  left: auto
}

.gsa-discover .gsa-discover-mob .gsdismob-main {
  margin-top: 30px
}

.gsa-discover .gsa-discover-mob .gsdismob-main .gsadis-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px auto;
  grid-template-columns: 60px auto;
  gap: 10px;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(153.05deg, rgba(255, 214, 247, 0.6) -71.87%, rgba(255, 248, 214, 0.36) 173.42%);
  border-radius: 8px;
  padding: 14px 14px;
  padding-right: 35px;
  position: relative
}

.gsa-discover .gsa-discover-mob .gsdismob-main .gsadis-box+.gsadis-box {
  margin-top: 16px
}

.gsa-discover .gsa-discover-mob .gsdismob-main .gsadis-box .gsadis-img img {
  max-width: 60px
}

.gsa-discover .gsa-discover-mob .gsdismob-main .gsadis-box .h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0
}

.gsa-discover .gsa-discover-mob .gsdismob-main .gsadis-box .arrow-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px
}

.gsa-discover .gsa-discover-mob .gsdismob-main .gsadis-box .arrow-link svg {
  max-width: 16px
}

.gsa-discover .gsa-discover-mob .gsdismob-main .gsadis-box .redirect-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px
}

/*SA Product Have Question CSS End*/
/*SA Product Start Popup CSS Start*/
.sa-intent-pop.show {
    padding: 0 !important
}

@media(max-width: 767px) {
    .sa-intent-pop.show .modal-dialog {
        transform: translateY(0) !important;
        height: 100%;
        overflow-y: auto;
        transition: transform .8s ease-in-out !important
    }
}

.sa-intent-pop .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        width: 100%;
        height: auto;
        border-radius: 10px 10px 0 0;
        transform: translateY(100%) !important;
        transition: transform .8s ease-in-out !important
    }
}

.sa-intent-pop .modal-dialog .modal-content {
    border: none;
    height: calc(100% - 0px);
    background-size: cover;
    top: 0px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px)
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content {
        top: 0px;
        height: calc(100% - 0px)
    }
}

.sa-intent-pop .modal-dialog .modal-content .popup-close {
    top: 30px;
    right: 30px;
    z-index: 2
}

.sa-intent-pop .modal-dialog .modal-content .popup-close img {
    width: 20px;
    height: 20px
}

.sa-intent-pop .modal-dialog .modal-content .popup-close svg {
    width: 20px;
    height: 20px
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .popup-close {
        top: 25px;
        right: 25px
    }

    .sa-intent-pop .modal-dialog .modal-content .popup-close img {
        width: 15px;
        height: 15px
    }

    .sa-intent-pop .modal-dialog .modal-content .popup-close svg {
        width: 15px;
        height: 15px
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    height: -moz-fit-content;
    height: fit-content;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent {
    background: radial-gradient(50.07% 100.67% at 71.71% 29.26%, rgba(200, 101, 109, 0.3) 0%, rgba(200, 101, 109, 0) 100%), radial-gradient(396.04% 620.82% at -13.36% -19.53%, #FEF6F7 0%, #F3BAC2 97.94%), #fff;
    border-radius: 20px;
    background-size: auto;
    background-size: cover;
    overflow: scroll;
    padding: 32px;
    max-width: 730px;
    margin: 0px auto 0;
    position: relative;
    overflow: hidden;
    max-height: 100%
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent {
        padding: 32px;
        margin: 0 auto;
        max-width: 100%;
        border-radius: 24px 24px 0 0;
        background: radial-gradient(108.66% 95.43% at 50.13% 64.55%, rgba(200, 101, 109, 0.3) 0%, rgba(200, 101, 109, 0) 100%), radial-gradient(396.04% 620.82% at -13.36% -19.53%, #FEF6F7 0%, #F3BAC2 97.94%), #fff;
        overflow-y: auto
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 55% auto;
    grid-template-columns: 55% auto;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        gap: 32px
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -26px;
    bottom: -30px;
    left: auto;
    width: 310px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='295' height='427' viewBox='0 0 295 427' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(../components/content/sa-product-revamp/sa-product-popup/clientlibs/css/%23clip0_236_6907)'%3E%3Cpath d='M569.124 708.146L-357.466 708.146M569.124 675.634L-357.466 675.634M569.124 643.122L-357.466 643.122M569.124 610.611L-357.466 610.611M569.124 578.099L-357.466 578.099M569.124 545.587L-357.466 545.587M569.124 513.075L-357.466 513.075M569.124 480.563L-357.466 480.563M569.124 448.051L-357.466 448.051M569.124 415.539L-357.466 415.539M569.124 383.027L-357.466 383.027M569.124 350.515L-357.466 350.515M569.124 318.003L-357.466 318.003M569.124 285.491L-357.466 285.491M569.124 252.979L-357.466 252.979M569.124 220.467L-357.466 220.467M569.124 187.955L-357.466 187.955M569.124 155.443L-357.466 155.443M569.124 122.931L-357.466 122.931M569.124 90.4193L-357.466 90.4193M569.124 57.9073L-357.466 57.9074M569.124 25.3954L-357.466 25.3954M569.124 -7.11654L-357.466 -7.11654M569.124 -39.6285L-357.466 -39.6285M569.124 -72.1404L-357.466 -72.1404M569.124 -104.652L-357.466 -104.652M569.124 -137.164L-357.466 -137.164M569.124 -169.676L-357.466 -169.676M569.124 -202.188L-357.466 -202.188M569.124 -234.7L-357.466 -234.7M569.124 -267.212L-357.466 -267.212M-379.919 688.978L-379.919 -245.333M-347.407 688.978L-347.407 -245.333M-314.895 688.978L-314.895 -245.333M-282.383 688.978L-282.383 -245.333M-249.871 688.978L-249.871 -245.333M-217.36 688.978L-217.36 -245.333M-184.848 688.978L-184.848 -245.333M-152.336 688.978L-152.336 -245.333M-119.824 688.978L-119.824 -245.333M-87.3117 688.978L-87.3117 -245.333M-54.7998 688.978L-54.7998 -245.333M-22.2878 688.978L-22.2879 -245.333M10.2242 688.978L10.2241 -245.333M42.7361 688.978L42.7361 -245.333M75.248 688.978L75.248 -245.333M107.76 688.978L107.76 -245.333M140.272 688.978L140.272 -245.333M172.784 688.978L172.784 -245.333M205.296 688.978L205.296 -245.333M237.808 688.978L237.808 -245.333M270.32 688.978L270.32 -245.333M302.832 688.978L302.832 -245.333M335.344 688.978L335.344 -245.333M367.856 688.978L367.856 -245.333M400.368 688.978L400.367 -245.333M432.879 688.978L432.879 -245.333M465.391 688.978L465.391 -245.333M497.903 688.978L497.903 -245.333M530.415 688.978L530.415 -245.333M562.927 688.978L562.927 -245.333M595.439 688.978L595.439 -245.333' stroke='url(../components/content/sa-product-revamp/sa-product-popup/clientlibs/css/%23paint0_radial_236_6907)' stroke-width='1.42388'/%3E%3Cpath d='M569.124 708.146L-357.466 708.146M569.124 675.634L-357.466 675.634M569.124 643.122L-357.466 643.122M569.124 610.611L-357.466 610.611M569.124 578.099L-357.466 578.099M569.124 545.587L-357.466 545.587M569.124 513.075L-357.466 513.075M569.124 480.563L-357.466 480.563M569.124 448.051L-357.466 448.051M569.124 415.539L-357.466 415.539M569.124 383.027L-357.466 383.027M569.124 350.515L-357.466 350.515M569.124 318.003L-357.466 318.003M569.124 285.491L-357.466 285.491M569.124 252.979L-357.466 252.979M569.124 220.467L-357.466 220.467M569.124 187.955L-357.466 187.955M569.124 155.443L-357.466 155.443M569.124 122.931L-357.466 122.931M569.124 90.4193L-357.466 90.4193M569.124 57.9073L-357.466 57.9074M569.124 25.3954L-357.466 25.3954M569.124 -7.11654L-357.466 -7.11654M569.124 -39.6285L-357.466 -39.6285M569.124 -72.1404L-357.466 -72.1404M569.124 -104.652L-357.466 -104.652M569.124 -137.164L-357.466 -137.164M569.124 -169.676L-357.466 -169.676M569.124 -202.188L-357.466 -202.188M569.124 -234.7L-357.466 -234.7M569.124 -267.212L-357.466 -267.212M-379.919 688.978L-379.919 -245.333M-347.407 688.978L-347.407 -245.333M-314.895 688.978L-314.895 -245.333M-282.383 688.978L-282.383 -245.333M-249.871 688.978L-249.871 -245.333M-217.36 688.978L-217.36 -245.333M-184.848 688.978L-184.848 -245.333M-152.336 688.978L-152.336 -245.333M-119.824 688.978L-119.824 -245.333M-87.3117 688.978L-87.3117 -245.333M-54.7998 688.978L-54.7998 -245.333M-22.2878 688.978L-22.2879 -245.333M10.2242 688.978L10.2241 -245.333M42.7361 688.978L42.7361 -245.333M75.248 688.978L75.248 -245.333M107.76 688.978L107.76 -245.333M140.272 688.978L140.272 -245.333M172.784 688.978L172.784 -245.333M205.296 688.978L205.296 -245.333M237.808 688.978L237.808 -245.333M270.32 688.978L270.32 -245.333M302.832 688.978L302.832 -245.333M335.344 688.978L335.344 -245.333M367.856 688.978L367.856 -245.333M400.368 688.978L400.367 -245.333M432.879 688.978L432.879 -245.333M465.391 688.978L465.391 -245.333M497.903 688.978L497.903 -245.333M530.415 688.978L530.415 -245.333M562.927 688.978L562.927 -245.333M595.439 688.978L595.439 -245.333' stroke='url(../components/content/sa-product-revamp/sa-product-popup/clientlibs/css/%23paint1_radial_236_6907)' stroke-width='1.42388'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_236_6907' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(158.902 -104.5) rotate(90) scale(287.225 531.83)'%3E%3Cstop offset='0.354072' stop-color='%23FAE2E5' stop-opacity='0'/%3E%3Cstop offset='0.623992' stop-color='%23F9DDE1' stop-opacity='0.9'/%3E%3Cstop offset='0.809937' stop-color='%23FAE5E8' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_236_6907' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(172.5 413) rotate(-89.7178) scale(101.501 121.461)'%3E%3Cstop stop-color='%23FAE5E8' stop-opacity='0'/%3E%3Cstop offset='0.544798' stop-color='%23F9DDE1' stop-opacity='0.9'/%3E%3Cstop offset='1' stop-color='%23F9DDE1' stop-opacity='0'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_236_6907'%3E%3Crect width='477' height='294.743' fill='white' transform='matrix(0 -1 -1 0 295 449)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    z-index: -1
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main::before {
        display: none
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintemle-top .h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 32px
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintemle-top .h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 24px
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintemle-top .h2 b {
    background: linear-gradient(92.89deg, #9C1D26 8.95%, #520F14 93.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 600
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintemle-top .grex-sapointers .grexsapo-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32px auto;
    grid-template-columns: 32px auto;
    gap: 8px;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintemle-top .grex-sapointers .grexsapo-box {
        -ms-grid-columns: 28px auto;
        grid-template-columns: 28px auto
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintemle-top .grex-sapointers .grexsapo-box .grexsapob-img img {
    max-width: 32px
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintemle-top .grex-sapointers .grexsapo-box .grexsapob-img img {
        max-width: 28px
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintemle-top .grex-sapointers .grexsapo-box .grexsapob-desc .txt {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #25243b;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintemle-top .grex-sapointers .grexsapo-box .grexsapob-desc .txt {
        font-weight: 500
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintemle-top .grex-sapointers .grexsapo-box+.grexsapo-box {
    margin-top: 12px
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintemle-top .grex-sapointers .grexsapo-box+.grexsapo-box {
        margin-top: 15px
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom {
    margin-top: 96px
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom {
        margin-top: 32px
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .grlb-pointer ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .grlb-pointer ul {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .grlb-pointer ul li {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #222;
    position: relative;
    z-index: 1
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .grlb-pointer ul li {
        font-size: 10px;
        line-height: 14px
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .grlb-pointer ul li+li {
    margin-left: 6px;
    padding-left: 10px
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .grlb-pointer ul li+li {
        padding-left: 8px;
        margin-left: 4px
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .grlb-pointer ul li+li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(155, 30, 38, .2);
    z-index: -1
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .btn-box {
    margin-top: 24px
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .btn-box {
        margin-top: 22px
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .btn-box .red-btn {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 15px 50px;
    border-radius: 30px;
    background: #9b1e26
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .btn-box .red-btn {
        font-size: 16px;
        line-height: 22px;
        padding: 12px 30px;
        width: 100%;
        max-width: 100%;
        text-align: center
    }
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-right .saintr-img img {
    width: 100%
}

.sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .maxHeight {
    max-height: calc(100vh - 550px);
    overflow: auto
}

@media(max-width: 1366px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .maxHeight {
        max-height: calc(100vh - 335px);
        overflow: auto;
        margin-top: -40px
    }
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .maxHeight {
        max-height: calc(100vh - 400px);
        overflow: auto;
        margin-top: 0
    }
}

@media all and (max-width: 389px) {
    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .maxHeight {
        height: 300px;
        max-height: calc(100vh - 390px);
        overflow: auto
    }

    .sa-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .maxHeight img.img-fluid {
        max-width: 90%;
        margin: 0 auto
    }
}

@media(max-width: 767px) {
    .sa-intent-pop .modal-dialog {
        margin: 0
    }

    .sa-intent-pop .fee-charges {
        padding: 90px 20px 40px 20px
    }
}

.grexit-int {
    background: rgba(0, 0, 0, .8);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    opacity: 1 !important
}

.grexit-int.fade:not(.show) {
    opacity: 0 !important
}

/*SA Product Start Popup CSS END*/
.breadcrumb {
    padding: 5px 20px;
}
