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 */

.swyp-owl-carousel-section {
    padding-bottom: 100px;
    padding-top: 50px;
    min-height: 400px;/* CLS fixes css do not Change*/
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel-section {
      padding-bottom: 20px;
    }
  }
  
  .swyp-owl-carousel-section .owl-carousel .owl-item picture img {
    height: 100%;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel-section .owl-carousel .owl-item picture img {
      width: 100%;
    }
  }
  
  .swyp-owl-carousel-section .top-text {
    top: 60px;
    left: 80px;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel-section .top-text {
      left: 0;
      width: 100%;
      text-align: center;
      top: 150px;
    }
  }
  
  .swyp-owl-carousel-section .bottom-text {
    bottom: 20px;
    right: 80px;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel-section .bottom-text {
      right: 0;
      width: 100%;
      text-align: center;
      bottom: 20%;
    }
  }
  
  .swyp-owl-carousel-section .text-top {
    top: 20%;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel-section .text-top {
      top: 35%;
    }
  }
  
  .swyp-owl-carousel-section .text-bottom {
    bottom: 20%;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel-section .text-bottom {
      bottom: 30%;
    }
  }
  .swyp-owl-carousel {
    padding-top: 15px;
    z-index: 1;
  }
  
  .swyp-owl-carousel .owl-stage-outer {
    /* padding-top: 40px; */
    padding-bottom: 100px;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel .owl-stage-outer {
      padding-bottom: 27px;
    }
  }
  
  .swyp-owl-carousel .owl-stage, .swyp-owl-carousel .owl-item {
    display: -ms-flexbox;
    display: flex;
  }
  
  .swyp-owl-carousel .item {
    max-width: 832px;
    min-width: 832px;
    max-height: 460px;
  }
  
  @media (max-width: 991px) {
    .swyp-owl-carousel .item {
      max-width: 700px;
      min-width: 700px;
    }
  }
  
  @media (max-width: 991px) and (max-width: 767px) {
    .swyp-owl-carousel .item {
      max-width: 288px;
      min-width: 288px;
      max-height: 464px;
      min-height: 464px;
    }
  }
  
  .swyp-owl-carousel .card {
    border: 0;
    background-color: #5FBACC;
    /* border-radius: 100px; */
    padding: 50px 60px 60px 60px;
    height: 100%;
    transition-duration: 300ms;
    transition-property: transform, box-shadow;
    transition-timing-function: ease-out;
    transform: rotate3d(0);
  }
  
  .swyp-owl-carousel .card.yellow {
    background-color: #FFD99D;
  }
  
  .swyp-owl-carousel .card.darkYellow {
    background-color: #EDAA42;
  }
  
  .swyp-owl-carousel .card.pink {
    background-color: #DB4057;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel .card {
      border-radius: 50px;
      padding: 30px 25px;
    }
  }
  
  .swyp-owl-carousel .card:hover {
    transition-duration: 150ms;
    /* box-shadow: 0 2px 5px 2px #00000044; */
  }
  
  .swyp-owl-carousel img.position-absolute.card-arrow {
    width: 120px;
    top: 0;
    left: -60px;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel img.position-absolute.card-arrow {
      width: 100px;
      top: -80px;
      left: 40%;
    }
  }
  
  .swyp-owl-carousel small.position-absolute.card-text {
    left: 30px;
    top: 40px;
    color: #000;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel .w-75, .swyp-owl-carousel .w-50 {
      width: 100% !important;
      max-width: 100% !important;
    }
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel .invite-peeps {
      width: 80% !important;
      max-width: 100% !important;
      margin: 0 auto;
    }
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel .rupee-card {
      position: absolute;
      top: -38px;
      left: 5px;
      right: 5px;
    }
    .swyp-owl-carousel .rupee-card img {
      width: 95%;
      margin: 0 auto;
    }
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel .card-group {
      width: 380px !important;
    }
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel .icon-shoe {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 80px;
    }
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel .icon-headphone {
      position: absolute;
      top: 0;
      left: 0;
      width: 80px;
    }
  }
  
  .swyp-owl-carousel figure.position-absolute img {
    width: 235px;
    height: 310px;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel figure.position-absolute img {
      width: 100px;
      height: 130px;
    }
  }
  
  .swyp-owl-carousel figure.position-absolute.right {
    right: 60px;
    top: -40px;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel figure.position-absolute.right {
      right: 10px;
      top: -40px;
    }
  }
  
  .swyp-owl-carousel figure.position-absolute.right img {
    width: 142px;
    height: 262px;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel figure.position-absolute.right img {
      width: 71px;
      height: 130px;
    }
  }
  
  .swyp-owl-carousel figure.position-absolute.left {
    left: 0;
    bottom: 0;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel figure.position-absolute.left {
      bottom: auto;
      top: -35px;
    }
  }
  
  .swyp-owl-carousel figure.position-absolute.icon-one img, .swyp-owl-carousel figure.position-absolute.icon-two img, .swyp-owl-carousel figure.position-absolute.icon-three img, .swyp-owl-carousel figure.position-absolute.icon-four img {
    width: 90px;
    height: auto;
  }
  
  @media (max-width: 820px) {
    .swyp-owl-carousel small.position-absolute.card-text {
      left: 20px;
    }
  }
  
  
  @media (max-width: 820px) {
    .swyp-owl-carousel small.position-absolute.card-text span {
      width: 145px;
    }
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel figure.position-absolute.icon-one img, .swyp-owl-carousel figure.position-absolute.icon-two img, .swyp-owl-carousel figure.position-absolute.icon-three img, .swyp-owl-carousel figure.position-absolute.icon-four img {
      width: 60px;
    }
  }
  
  .swyp-owl-carousel figure.position-absolute.icon-one {
    top: 0;
    right: 0;
  }
  
  .swyp-owl-carousel figure.position-absolute.icon-two {
    top: 100px;
    right: 20px;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel figure.position-absolute.icon-two {
      top: auto;
      bottom: 10px;
    }
  }
  
  .swyp-owl-carousel figure.position-absolute.icon-three {
    top: 190px;
    right: 70px;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel figure.position-absolute.icon-three {
      top: 20px;
      left: 30px;
      right: auto;
    }
  }
  
  .swyp-owl-carousel figure.position-absolute.icon-four {
    bottom: 40px;
    right: 20px;
  }
  
  @media (max-width: 767px) {
    .swyp-owl-carousel figure.position-absolute.icon-four {
      left: 30px;
      right: auto;
    }
  }
  
  .swyp-owl-carousel .owl-dots {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    margin-top: 20px;
  }
  
  .swyp-owl-carousel .owl-dots button {
    background-color: #D0D0D0;
    border-radius: 4px;
    height: 8px;
    width: 8px;
    margin: 0 3px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  
  .swyp-owl-carousel .owl-dots button.active {
    background-color: #9B1E26 !important;
    border-radius: 6px;
    height: 12px;
    width: 12px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  
  .owl-dots .owl-dot span {
    display: block;
    /* width: 6px; */
    height: 0px !important;
    border: 0;
    background-color: #787878;
    border-radius: 3px;
  }
  
  .owl-dots .owl-dot.active span {
    background: none;
  }
  
  .swyp-owl-carousel .owl-nav {
    position: relative;
    top: -22px;
  }
  
  .swyp-owl-carousel .owl-nav::after {
    content: 'SWYP to know more!';
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
  
  .swyp-owl-carousel .owl-nav button.owl-prev, .swyp-owl-carousel .owl-nav button.owl-next {
    background-color: #fff;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.21));
    color: #9B1E26;
    font-size: 16px;
    position: absolute;
    left: 30%;
    transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    opacity: 1;
  }
  .owl-nav span {
    font-size: inherit;
  }
  .swyp-owl-carousel .owl-nav button.owl-prev.disabled, .swyp-owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0.5 !important;
    cursor: default;
  }
  
  .swyp-owl-carousel .owl-nav button.owl-prev span::before, .swyp-owl-carousel .owl-nav button.owl-next span::before {
    font-weight: 600;
    font-size: 16px;
    color: #9B1E26;
  }
  
  .swyp-owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 30%;
  }
  .swyp-owl-carousel small.position-absolute.card-text span {
    margin-top: 200px;
    display: inline-block;
  }
  
    
  .apply-now-container {
    margin-top: -85px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
  }
  
  @media (max-width: 767px) {
    .apply-now-container {
      margin-top: 0px;
      padding-bottom: 5px;
    }
  }
  
  @media (max-width: 767px){
      .btn-swyp-link {
          color: #9B1E26 !important;
      }
  }
  
  a:hover {
      text-decoration: none;
      color: #9D1D27;
  }
.btn-swyp-red, .btn-swyp-normal {
  color: #FDFDFD;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding: 16px 39px;
  background-color: #9B1E26;
  border-radius: 25px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.21));
}
/* bredcrumb css */

.swyp-breadcrumb .breadcrumb-wrap {
  padding-left: 40px
}

@media(max-width: 991px) {
  .swyp-breadcrumb .breadcrumb-wrap {
      padding-left: 23px
  }
}
.breadcrumb-wrap {
  padding-top: 20px
}

.breadcrumb-wrap nav {
  display: inline-block
}

.breadcrumb-wrap nav .breadcrumb {
  background: #e8e8e8;
  margin-bottom: 0
}

@media(max-width: 767px) {
  .breadcrumb-wrap {
      display: none
  }
}
.banner-brdcrumb.breadcrumb-wrap {
  position: absolute;
  z-index: 2
}

.breadcrumb-wrap {
  padding-top: 20px
}

.explorer11 .blog-main .breadcrumb-wrap nav {
  display: inline
}

.breadcrumb-wrap nav {
  display: inline-block
}

.breadcrumb-wrap nav .breadcrumb {
  margin-bottom: 0
}

.breadcrumb-wrap nav .breadcrumb.op1 {
  background: #f3f3f3
}

@media(max-width: 767px) {
  .breadcrumb-wrap {
      display: none
  }
}

/* .banner-brdcrumb.breadcrumb-wrap {
  position: absolute;
  z-index: 1
} */

.banner-brdcrumb.breadcrumb-wrap .breadcrumb {
  font-weight: 500
}

.banner-brdcrumb.breadcrumb-wrap .breadcrumb-item {
  font-weight: 500;
  font-family: "Inter", sans-serif
}

.banner-brdcrumb.breadcrumb-wrap .breadcrumb-item a {
  color: #4f4e4e
}

.breadcrumb {
  padding: 5px 20px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 13px;
  background: inherit;
  color: #767676;
  font-weight: 500
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\e902";
  color: #9d1d27;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.breadcrumb a {
  color: #4f4e4e
}

.breadcrumb li:last-child a {
  color: #767676;
  pointer-events: none
}

.banner-brdcrumb.breadcrumb-wrap .breadcrumb-item {
  font-weight: 500;
  font-family: "Inter", sans-serif
}

.banner-brdcrumb.breadcrumb-wrap .breadcrumb-item a {
  color: #4f4e4e
}
.grnt-exit-intent-pop.show {
        padding: 0 !important
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop.show .modal-dialog {
                transform: translateY(0) !important;
                height: 100%;
                overflow-y: auto
        }
}

.grnt-exit-intent-pop .modal-dialog {
        max-width: 100%;
        height: 100%;
        margin: 0
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog {
                position: fixed;
                bottom: 0;
                left: 0;
                right: 0;
                margin: 0;
                width: 100%;
                height: auto;
                border-radius: 10px 10px 0 0;
                transform: translateY(100%) !important;
                transition: transform .3s ease-in-out
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content {
        border: none;
        height: calc(100% - 0px);
        background-size: cover;
        top: 0px;
        overflow: hidden;
        background: rgba(0, 0, 0, 0);
        -webkit-backdrop-filter: blur(2.5px);
        backdrop-filter: blur(2.5px)
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content {
                top: 0px;
                height: calc(100% - 0px)
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .popup-close {
        top: 20px;
        right: 20px
}

.grnt-exit-intent-pop .modal-dialog .modal-content .popup-close img {
        width: 32px;
        height: 32px
}

.grnt-exit-intent-pop .modal-dialog .modal-content .popup-close svg {
        width: 32px;
        height: 32px
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .popup-close {
                top: 10px;
                right: 10px
        }

        .grnt-exit-intent-pop .modal-dialog .modal-content .popup-close img {
                width: 25px;
                height: 25px
        }

        .grnt-exit-intent-pop .modal-dialog .modal-content .popup-close svg {
                width: 25px;
                height: 25px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body {
        padding: 0;
        background: rgba(0, 0, 0, 0);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        height: -moz-fit-content;
        height: fit-content;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body {
                -ms-flex-pack: end;
                justify-content: flex-end
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent {
        border-radius: 6px;
        background: #f4f4f4;
        background-size: auto;
        background-size: cover;
        overflow: scroll;
        padding: 40px;
        max-width: 730px;
        margin: 0px auto 0;
        position: relative;
        overflow: hidden;
        max-height: 100%
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent {
                padding: 38px 26px 30px;
                margin: 0 auto;
                max-width: 100%;
                border-radius: 25px 25px 0 0;
                overflow-y: auto
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top {
                -ms-grid-columns: (1fr)[1];
                grid-template-columns: repeat(1, 1fr);
                gap: 14px;
                text-align: center;
                max-width: 90%;
                margin: auto
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-img img {
        width: 100%;
        border-radius: 6px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, .25)
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-desc {
        padding: 10px 0px 0px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-desc {
                padding: 0;
                text-align: center
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-desc .grexitintet-desc-top .heading {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
        font-weight: 700;
        color: #222
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-desc .grexitintet-desc-top .heading {
                font-size: 15px;
                line-height: 21px;
                margin-bottom: 4px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-desc .grexitintet-desc-top .txt {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 16px;
        font-weight: 500;
        color: #222
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-desc .grexitintet-desc-top .txt:last-child {
        margin-bottom: 0
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-top .grexitintet-desc .grexitintet-desc-top .txt {
                font-size: 12px;
                line-height: 18px;
                margin-bottom: 10px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center {
        margin-top: 40px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        -ms-flex-align: center;
        align-items: center
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center {
                gap: 17px;
                padding-top: 20px;
                margin-top: 20px;
                border-top: 1px solid #c1c1c1;
                -ms-flex-align: start;
                align-items: start
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center .grexitintemcen-box {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 52px auto;
        grid-template-columns: 52px auto;
        gap: 12px;
        -ms-flex-align: center;
        align-items: center
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center .grexitintemcen-box {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                flex-direction: column;
                gap: 8px;
                text-align: center;
                -ms-flex-pack: start;
                justify-content: start
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center .grexitintemcen-box .grexitintemcenb-icon {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #ebdfdf;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #880e16
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center .grexitintemcen-box .grexitintemcenb-icon img {
        width: 23px
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center .grexitintemcen-box .grexitintemcenb-desc p {
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
        color: #222;
        margin-bottom: 0
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-center .grexitintemcen-box .grexitintemcenb-desc p {
                font-size: 9px;
                line-height: 12px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom {
        margin-top: 22px
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom {
                margin-top: 20px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .grexitintembo-box {
        background: #ebe5df;
        border-radius: 4px;
        text-align: center;
        padding: 12px 25px
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .grexitintembo-box {
                padding: 10px 20px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .txt {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 6px;
        font-weight: 500;
        color: #222
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .txt {
                font-size: 10px;
                line-height: 12px;
                margin-bottom: 4px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .txt:last-child {
        margin-bottom: 0
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        color: #9b1e26;
        margin-bottom: 15px
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .title {
                font-size: 12px;
                line-height: 18px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .title:last-child {
        margin-bottom: 0
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .tit-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .tit-icon img {
        max-width: 19px;
        margin-top: -10px;
        margin-left: 3px
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .tit-icon img {
                margin-top: -7px;
                max-width: 16px
        }
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .applybt-main {
                margin-top: 20px
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .applybt-main .apply-btn {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        color: #fff;
        display: block;
        padding: 13px 40px;
        background: #9b1e26;
        border-radius: 23px;
        max-width: -moz-fit-content;
        max-width: fit-content
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .applybt-main .apply-btn {
                margin: auto
        }
}

.grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .maxHeight {
        max-height: calc(100vh - 550px);
        overflow: auto
}

@media(max-width: 1366px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .maxHeight {
                max-height: calc(100vh - 335px);
                overflow: auto;
                margin-top: -40px
        }
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .maxHeight {
                max-height: calc(100vh - 400px);
                overflow: auto;
                margin-top: 0
        }
}

@media all and (max-width: 389px) {
        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .maxHeight {
                height: 300px;
                max-height: calc(100vh - 390px);
                overflow: auto
        }

        .grnt-exit-intent-pop .modal-dialog .modal-content .modal-body .grexit-intent .maxHeight img.img-fluid {
                max-width: 90%;
                margin: 0 auto
        }
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop .modal-dialog {
                margin: 0
        }

        .grnt-exit-intent-pop .fee-charges {
                padding: 90px 20px 40px 20px
        }
}

.grnt-exit-intent-pop.grnt-ashva-exit-intent .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
}

@media(max-width: 767px) {
        .grnt-exit-intent-pop.grnt-ashva-exit-intent .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom {
                gap: 10px
        }
}

.grnt-exit-intent-pop.grnt-ashva-exit-intent .modal-dialog .modal-content .modal-body .grexit-intent .grexitinte-main .grexitintem-bottom .grexitintembo-box {
        background: #e6e6e6
}

.grexit-int {
        background: rgba(0, 0, 0, .8) !important;
        -webkit-backdrop-filter: blur(2.5px) !important;
        backdrop-filter: blur(2.5px) !important;
        opacity: 1 !important
}

.grexit-int.fade:not(.show) {
        opacity: 0 !important
}
.decide-everything-section {
  padding: 50px 0 59px 0;
  overflow: hidden;
  background-color: #fff2f4;
  min-height: 400px; /* CLS fixes css do not Change*/
}

@media(max-width: 767px) {
  .decide-everything-section {
    padding: 17px 0 66px 0
  }
}

.decide-everything-section .decide-everything-container .swyPdiSclaimer {
  font-size: 14px;
  max-width: 800px;
  margin: auto
}

.decide-everything-section .decide-everything-container .or-seprator {
  margin: 0 25px;
  background-color: #fdfdfd;
  border-radius: 25px;
  transform: rotate(-35.568deg);
  -webkit-transform: rotate(-35.568deg);
  padding: 5px 55px
}

@media(max-width: 991px) {
  .decide-everything-section .decide-everything-container .or-seprator {
    margin: 0
  }
}

@media(max-width: 991px)and (max-width: 767px) {
  .decide-everything-section .decide-everything-container .or-seprator {
    transform: none;
    -webkit-transform: none;
    margin: 29px 0 39px 0;
    margin-left: -32%;
    padding-right: 0;
    max-width: 270px
  }
}

.decide-everything-section .decide-everything-container .or-seprator p {
  transform: rotate(35.568deg);
  -webkit-transform: rotate(35.568deg)
}

@media(max-width: 767px) {
  .decide-everything-section .decide-everything-container .or-seprator p {
    transform: none;
    -webkit-transform: none;
    font-size: 30px;
    font-style: italic
  }
}

.decide-everything-section .decide-everything-container .arrow1 {
  top: -190px;
  left: 0;
  width: 14vw
}

@media(max-width: 1180px) {
  .decide-everything-section .decide-everything-container .arrow1 {
    left: auto;
    right: 30px
  }
}

@media(max-width: 1180px)and (max-width: 767px) {
  .decide-everything-section .decide-everything-container .arrow1 {
    right: auto;
    top: -76px;
    bottom: auto;
    left: 136px;
    width: 20vw
  }
}

.decide-everything-section .decide-everything-container .arrow2 {
  top: -180px;
  right: -100px;
  width: 14vw
}

@media(max-width: 767px) {
  .decide-everything-section .decide-everything-container .arrow2 {
    right: auto;
    top: auto;
    bottom: 20px;
    left: 0px;
    width: 30vw
  }
}

.decide-everything-section .decide-everything-container .flyer1 {
  top: -70px;
  right: 0
}

@media(max-width: 767px) {
  .decide-everything-section .decide-everything-container .flyer1 {
    width: 95px;
    top: -60px;
    left: 10px;
    transform: rotate(300deg);
    -webkit-transform: rotate(300deg)
  }
}

.decide-everything-section .decide-everything-container .flyer2 {
  top: -115px;
  left: 0
}

@media(max-width: 767px) {
  .decide-everything-section .decide-everything-container .flyer2 {
    width: 115px;
    top: 50px;
    left: auto;
    transform: rotate(490deg);
    -webkit-transform: rotate(490deg);
    right: 42px
  }
}

.decide-everything-section .decide-everything-container .content {
  padding: 180px 0 75px 0
}

@media(max-width: 767px) {
  .decide-everything-section .decide-everything-container .content {
    padding: 94px 0 75px 0
  }
}

.decide-everything-section .decide-everything-container .top-50 {
  z-index: 1;
  top: 50px
}

@media(max-width: 767px) {
  .decide-everything-section .decide-everything-container .top-50 {
    top: 0;
    margin-bottom: 150px
  }
}

@media(max-width: 767px) {
  .decide-everything-section .decide-everything-container .w-300 {
    max-width: 220px
  }
}

.decide-everything-section .position-absolute.w-80 {
  max-width: 24vw
}

@media(max-width: 1180px) {
  .decide-everything-section .position-absolute.w-80 {
    max-width: 20vw
  }
}

.decide-everything-section .position-absolute.img1 {
  left: 0;
  top: 0
}

@media(max-width: 767px) {
  .decide-everything-section .position-absolute.img1 {
    left: auto;
    right: 50px;
    top: 105px;
    max-width: 100vw
  }
}

.decide-everything-section .position-absolute.img2 {
  left: 120px;
  top: 170px
}

@media(max-width: 767px) {
  .decide-everything-section .position-absolute.img2 {
    left: auto;
    right: 70px;
    top: 220px;
    max-width: 100vw;
    z-index: 1
  }
}

.decide-everything-section .position-absolute.img3 {
  left: 0px;
  bottom: 70px
}

@media(max-width: 767px) {
  .decide-everything-section .position-absolute.img3 {
    left: auto;
    bottom: auto;
    right: 0px;
    top: 220px;
    max-width: 100vw
  }
}

.decide-everything-section .position-absolute.img4 {
  right: 0px;
  bottom: 0px
}

@media(max-width: 767px) {
  .decide-everything-section .position-absolute.img4 {
    right: auto;
    left: 0;
    bottom: 150px;
    max-width: 100vw
  }
}

.swyp-font-18 {
  color: #000;
  font-size: 18px;
  line-height: normal;
  font-style: normal;
}

.swyp-font-20 {
  color: #000;
  font-size: 20px;
  line-height: normal;
}

.swyp-font-30 {
  color: #000;
  font-size: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .swyp-font-20 {
    font-size: 16px;
  }
}

.btn-swyp-link {
  color: var(--n-1-style-mid-grey, #DBDBDE);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.btn-swyp-link img {
  width: 20px !important;
}

@media (max-width: 767px) {
  .btn-swyp-link {
    color: #9B1E26;
  }
}

.btn-swyp-link.text-center {
  color: #9B1E26;
}


.pop-up2-main .pop-up2-main-content .main-heading {
  color: #db4057;
  font-family: inherit;
  font-size: 40px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 6px;
  text-align: left;
}
.secondary-nav-rupay {
  font-size: 14px;
  padding: 8px 8px;
  margin: 0 auto;
  border-radius: 0px;
  background: rgba(0, 0, 0, .3);
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  position: fixed;
  width: 201px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 5;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.secondary-nav-rupay small {
  color: #fff;
  font-weight: bold
}

.secondary-nav-rupay .btn-red {
  cursor: pointer;
  border-radius: 100px;
  margin: 0 auto;
  border-radius: 100px !important;
  border: 5px solid #4e4e4e
}

.secondary-nav-rupay.secondary-nav-upi {
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset
}

.secondary-nav-rupay.secondary-nav-upi .position-absolute {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px)
}

.secondary-nav-rupay.secondary-nav-upi .btn-box {
  z-index: 2
}

@media(max-width: 767px) {
  .secondary-nav-rupay.secondary-nav-upi {
    padding: 11px
  }
}

.secondary-nav-rupay.secondary-nav-upi .btn-red {
  border: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  padding: 20px 28px;
  border-radius: 31.5px;
  background: #d73f41;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25)
}

@media(max-width: 767px) {
  .secondary-nav-rupay.secondary-nav-upi .btn-red {
    font-size: 12px;
    padding: 11px 28px;
    min-width: 234px
  }
}

.secondary-nav-rupay.secondary-nav-upi small {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, .25);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%
}

@media(max-width: 767px) {
  .secondary-nav-rupay.secondary-nav-upi small {
    font-size: 10px
  }
}

.secondary-nav-rupay.sticky {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0px;
  z-index: 5
}

@media(max-width: 767px) {
  .secondary-nav-rupay.sticky .btn-red {
    font-size: 14px
  }

  .secondary-nav-rupay.sticky small {
    font-size: 11px
  }
}

@media(max-width: 767px) {
  .secondary-nav-rupay {
    display: none
  }
}

.btn-swyp-red.small,
.btn-swyp-normal.small {
    padding: 10px 30px
}

@media(max-width: 767px) {

    .btn-swyp-red.small,
    .btn-swyp-normal.small {
        padding: 10px 30px
    }
}
.feature-section {
  padding: 92px 0 82px 0;
  background-color: #fff
}

@media(max-width: 767px) {
  .feature-section {
    padding: 33px 0 15px 0
  }
}

.feature-section .w-350 {
  width: 350px;
  margin: 38px auto 0 auto;
  max-width: 100%
}

.feature-section .flip-card {
  margin-bottom: 45px
}

.feature-section .flip-card:nth-child(odd) {
  margin-right: 22px
}

@media(max-width: 360px) {
  .feature-section .flip-card:nth-child(odd) {
    margin-right: 5px;
    width: 40%
  }

  .feature-section .flip-card:nth-child(odd) img {
    width: 100%
  }

  .feature-section .flip-card:nth-child(odd) figcaption {
    min-height: 42px
  }

  .feature-section .flip-card:nth-child(odd) .swyp-font-16 {
    font-size: 12px
  }

  .feature-section .flip-card:nth-child(odd) .swyp-font-16+p {
    font-size: 10px
  }
}

.feature-section .flip-card:nth-child(even) {
  margin-left: 22px
}

@media(max-width: 360px) {
  .feature-section .flip-card:nth-child(even) {
    margin-left: 5px;
    width: 40%
  }

  .feature-section .flip-card:nth-child(even) img {
    width: 100%
  }

  .feature-section .flip-card:nth-child(even) figcaption {
    min-height: 42px
  }
}

.feature-section .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform .8s;
  -webkit-transition: transform .8s
}

.feature-section .flip-card:hover {
  z-index: 1
}

.feature-section .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg)
}

.feature-section .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden
}

.feature-section .flip-card-back {
  border-radius: 8px;
  border: .5px solid #5fbacc;
  background: #e3f6fa;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .25);
  transform: rotateY(180deg);
  top: 0;
  left: 0
}

.feature-section .grnt-flip-card-main {
  margin: 30px 0
}

.feature-section .grnt-flip-card-main .row {
  row-gap: 50px
}

@media(max-width: 767px) {
  .feature-section .grnt-flip-card-main .row {
    row-gap: 30px
  }
}

.feature-section .grnt-flip-card-main .row .col-lg-3 {
  display: inherit
}

@media(max-width: 991px) {
  .feature-section .grnt-flip-card-main .row .col-lg-3 {
    width: 33.33%
  }
}

@media(max-width: 767px) {
  .feature-section .grnt-flip-card-main .row .col-lg-3 {
    width: 50%
  }
}

.feature-section .grnt-flip-card-main .flip-card {
  width: 100%;
  margin: 0 auto !important;
  position: relative
}

.feature-section .grnt-flip-card-main .flip-card a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2
}

.feature-section .grnt-flip-card-main .flip-card-inner {
  height: auto
}

.feature-section .grnt-flip-card-main .flip-card-front {
  height: 145px
}
.tinder-section {
    padding: 47px 0 97px 0;
    background-color: #E3F6FA;
    position: relative;
  }
  
  @media (max-width: 767px) {
    .tinder-section {
      padding: 19px 0 24px 0;
    }
  }
  
  .tinder-section .edge.top {
    top: 0;
    left: 0;
    width: 117px;
    height: 146px;
    border-radius: 0 40px 40px 0;
    background-color: #FFEFAB;
  }
  
  @media (max-width: 767px) {
    .tinder-section .edge.top {
      width: 76px;
      height: 53px;
      border-radius: 0 0px 20px 0;
    }
  }
  
  .tinder-section .edge.right {
    right: 0;
    top: 0;
  }
  
  .tinder-section .edge.right img {
    max-width: 30vw;
  }
  
  .tinder-section .edge.bottom {
    bottom: 0;
    right: 0;
    width: 117px;
    height: 161px;
    border-radius: 40px 0px 0px 20px;
    background-color: #5FBACC;
  }
  
  @media (max-width: 767px) {
    .tinder-section .edge.bottom {
      width: 76px;
      height: 53px;
      border-radius: 20px 0px 0px 0;
    }
  }
  
  .tinder-section .edge.left {
    bottom: 0;
    left: 0;
  }
  
  .tinder-section .edge.left img {
    max-width: 30vw;
  }
  
  .tinder-section .tinder {
    width: 100vw;
    height: 524px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
  }
  
  .tinder-section .loaded.tinder {
    opacity: 1;
  }
  
  .tinder-section .tinder--status {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    width: 100%;
    text-align: center;
    pointer-events: none;
  }
  
  .tinder-section .tinder--cards {
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: end;
        align-items: flex-end;
    z-index: 1;
  }
  
  .tinder-section .tinder--card {
    width: 321px;
    height: 383px;
    padding: 20px 18px;
    overflow: hidden;
    position: absolute;
    will-change: transform;
    transition: all 0.3s ease-in-out;
    cursor: grab;
    border-radius: 30px;
    background-color: #EDAA42;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  }
  
  .tinder-section .tinder--card.removed + .tinder--card {
    background-color: #EDAA42;
  }
  
  .tinder-section .tinder--card + .tinder--card {
    box-shadow: none;
    background-color: #DB4057;
  }
  
  .tinder-section .tinder--card .content {
    height: 255px;
    width: 100%;
    border-radius: 50px;
    padding: 20px;
    background-color: #FFD99D;
    pointer-events: none;
    position: relative;
  }
  
  .tinder-section .tinder--card .content figure {
    z-index: 1;
    display: block;
    position: absolute;
    top: -55px;
  }
  
  .tinder-section .tinder--card .content figure img {
    width: 110px;
  }
  
  .tinder-section .moving.tinder--card {
    transition: none;
    cursor: grabbing;
  }
  
  .tinder-section .tinder--buttons {
    text-align: center;
    padding-top: 40px;
    width: 321px;
    margin: 0 auto;
  }
  
  @media (max-width: 767px) {
    .tinder-section .tinder--buttons {
      padding-top: 30px;
    }
  }
  
  .tinder-section .tinder--buttons button {
    transition: all 0.2s ease-in-out;
    background: none;
    border: 0;
  }
  
  .tinder-section .tinder--buttons button:hover {
    transform: scale(1.1);
  }
  
  @media (max-width: 767px) {
    .tinder-section .tinder--buttons button img {
      width: 74px;
    }
  }
  
  
  .tinder-section-view-all {
    background-color: #E3F6FA;
    position: relative;
    padding: 70px 0 156px 0;
  }
  
  .tinder-section-view-all .edge.top {
    top: 0;
    right: 0;
    width: 160px;
    height: 146px;
    border-radius: 40px 40px 40px 40px;
    background-color: #DB4057;
  }
  
  @media (max-width: 767px) {
    .tinder-section-view-all .edge.top {
      width: 76px;
      height: 53px;
      border-radius: 0 0px 20px 0;
    }
  }
  
  .tinder-section-view-all .edge.bottom {
    bottom: 0;
    left: 0;
    width: 117px;
    height: 161px;
    border-radius: 0px 40px 20px 0px;
    background-color: #EDAA42;
  }
  
  @media (max-width: 767px) {
    .tinder-section-view-all .edge.bottom {
      width: 76px;
      height: 53px;
      border-radius: 20px 0px 0px 0;
    }
  }
  
  .tinder-section-view-all .white-container {
    border: 1px solid #DCDCDC;
    border-radius: 25px;
    padding: 48px 20px 23px 20px;
  }
  
  .tinder-section-view-all .white-container .circle-container {
    -ms-flex: 0 0 18%;
        flex: 0 0 18%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 46px;
  }
  
  @media (max-width: 767px) {
    .tinder-section-view-all .white-container .circle-container {
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
      margin-left: 1%;
      margin-right: 1%;
      margin-bottom: 26px;
    }
  }
  
  .tinder-section-view-all .white-container .circle-container figure {
    height: 74px;
    width: 74px;
    border-radius: 37px;
    background-color: #DCDCDC;
    border: 2px solid #DCDCDC;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 auto 10px auto;
    position: relative;
  }
  
  .tinder-section-view-all .white-container .circle-container figure .heart {
    display: none;
    height: 20px;
    width: 20px;
    top: 0;
    right: 0;
  }
  
  .tinder-section-view-all .white-container .circle-container figure.active {
    background-color: #FFCBD3;
    border: 2px solid #DB4057;
  }
  
  .tinder-section-view-all .white-container .circle-container figure.active .heart {
    display: block;
  }
  
  .tinder-section-view-all .white-container .circle-container figcaption {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }
  
  @media (max-width: 767px) {
    .tinder-section-view-all .white-container .circle-container figcaption {
      font-size: 14px;
    }
  }
  
  .tinder-section-view-all .progress-container {
    position: relative;
    width: 270px;
    height: 270px;
    margin: 0 auto 20px auto;
  }
  
  @media (max-width: 767px) {
    .tinder-section-view-all .progress-container {
      margin-top: 20px;
      width: 180px;
      height: 180px;
    }
  }
  
  .tinder-section-view-all .progress-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    background: transparent;
    border: 6px solid #DB4057;
  }
  
  .tinder-section-view-all .progress-circle:before {
    content: '';
    position: absolute;
    width: 105%;
    height: 105%;
    border: 6px solid #EDAA42;
    border-radius: 50%;
    top: -6px;
    left: -5px;
  }
  
  .tinder-section-view-all .progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
  }
  
  @media (max-width: 767px) {
    .tinder-section-view-all .progress-text {
      font-size: 18px;
    }
  }
  .tinder-section-view-all .pie-wrapper {
    height: 270px;
    width: 270px;
    margin: 0 auto 20px auto;
    position: relative;
  }
  
  @media (max-width: 767px) {
    .tinder-section-view-all .pie-wrapper {
      margin-top: 20px;
      width: 180px;
      height: 180px;
    }
    .tinder-section-view-all .pie-wrapper canvas {
      width: 180px !important;
      height: 180px !important;
    }
  }
  
  .tinder-section-view-all .pie-wrapper:nth-child(3n+1) {
    clear: both;
  }
  
  .tinder-section-view-all .pie-wrapper .pie {
    height: 100%;
    width: 100%;
    clip: rect(0, 270px, 270px, 135px);
    left: 0;
    position: absolute;
    top: 0;
  }
  
  @media (max-width: 767px) {
    .tinder-section-view-all .pie-wrapper .pie {
      clip: rect(0, 180px, 180px, 90px);
    }
  }
  
  /* .tinder-section-view-all .pie-wrapper .pie .half-circle {
    height: 100%;
    width: 100%;
    border: 6px solid #EDAA42;
    border-radius: 50%;
    clip: rect(0, 135px, 270px, 0);
    left: 0;
    position: absolute;
    top: 0;
  }
  
  @media (max-width: 767px) {
    .tinder-section-view-all .pie-wrapper .pie .half-circle {
      clip: rect(0, 90px, 180px, 0);
    }
  } */
  
  .tinder-section-view-all .pie-wrapper .label {
    background: transparent;
    border-radius: 50%;
    bottom: 0;
    cursor: default;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    color: #000;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
  }
  
  @media (max-width: 767px) {
    .tinder-section-view-all .pie-wrapper .label {
      font-size: 18px;
    }
  }
  
  .tinder-section-view-all .pie-wrapper.progress-30 .pie .half-circle {
    border-color: #EDAA42;
  }
  
  .tinder-section-view-all .pie-wrapper.progress-30 .pie .left-side {
    transform: rotate(108deg);
  }
  
  .tinder-section-view-all .pie-wrapper.progress-30 .pie .right-side {
    display: none;
  }

.btn-swyp-red, .btn-swyp-normal {
    color: #FDFDFD;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 16px 39px;
    background-color: #9B1E26;
    border-radius: 25px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.21));
}

.btn-swyp-red:hover, .btn-swyp-red:visited, .btn-swyp-normal:hover, .btn-swyp-normal:visited {
    filter: none;
    color: #FDFDFD;
  }
  
  .btn-swyp-red.border-1, .btn-swyp-normal.border-1 {
    border: 1px solid #9B1E26;
    color: #000;
  }
  
  @media (max-width: 767px) {
    .btn-swyp-red, .btn-swyp-normal {
      padding: 16px 36px;
    }
  }
  
  /* .btn-swyp-red.small, .btn-swyp-normal.small {
    padding: 10px 30px;
  } */
  
  /* @media (max-width: 767px) {
    .btn-swyp-red.small, .btn-swyp-normal.small {
      padding: 10px 30px;
    }
  } */
  
@media (max-width: 767px) {
    .btn-swyp-red, .btn-swyp-normal {
      padding: 16px 36px;
    }
  }
.font-weight-800 {
    font-weight: 800;
}

.upi-activation-section {
  background-color: #FFD5DB;
  padding: 46px 0 40px 0;
  position: relative;
}

@media (max-width: 767px) {
  .upi-activation-section {
    padding: 46px 0 46px 0;
  }
}

.upi-activation-section .upi-options {
  top: 50%;
  right: 24px;
  width: 364px;
  max-width: 275px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .upi-activation-section .upi-options {
    max-width: 358px;
  }
}

@media (max-width: 991px) {
  .upi-activation-section .upi-options {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .upi-activation-section .upi-options img {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .upi-activation-section .upi-options {
    top: 206px;
    left: 0;
    transform: none;
    -webkit-transform: none;
    width: 100%;
    max-width: 100%;
    right: auto;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center !important;
        align-items: center !important;
  }
}

@media (max-width: 991px) and (max-width: 767px) and (max-width: 600px) {
  .upi-activation-section .upi-options {
    top: 220px;
  }
}

.upi-activation-section .upi-options img {
  max-width: 40%;
}

@media (max-width: 767px) {
  .upi-activation-section .upi-options img {
    max-width: 22%;
  }
}

.upi-activation-section .mobile-image {
  margin-bottom: 75px;
}

.upi-activation-section ul {
  margin-top: 45px;
  max-width: 367px;
  margin-bottom: 46px;
}

@media (max-width: 767px) {
  .upi-activation-section ul {
    margin-top: 34px;
    margin-bottom: 36px;
    max-width: 294px;
  }
}

.upi-activation-section ul li {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #9B1E26;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  position: relative;
  padding-left: 46px;
  padding-right: 11px;
}

@media (max-width: 767px) {
  .upi-activation-section ul li {
    padding-left: 5px;
    font-size: 14px;
  }
  .upi-activation-section ul li a {
    font-size: 14px;
  }
}

.upi-activation-section ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.upi-activation-section ul li::before {
  content: '';
  position: absolute;
  left: -19px;
  top: calc(50% - 24px);
  transform: translateY(40%);
  -webkit-transform: translateY(40%);
  background: url("../../../content/dam/idfcfirstbank/images/swpy/star.svg");
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  background-size: cover;
}

@media (max-width: 767px) {
  .upi-activation-section ul li::before {
    top: calc(50% - 15px);
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
}

.upi-activation-section .edge.top {
  top: 0;
  left: 0;
  width: 197px;
  height: 166px;
  border-radius: 0 0px 40px 0;
  background-color: #A4E1ED;
}

@media (max-width: 767px) {
  .upi-activation-section .edge.top {
    width: 76px;
    height: 53px;
    border-radius: 0 0px 20px 0;
  }
}

.upi-activation-section .edge.right {
  right: 0;
  top: 0;
}

.upi-activation-section .edge.right img {
  max-width: 30vw;
}

.upi-activation-section .edge.bottom {
  bottom: 0;
  right: 0;
  width: 132px;
  height: 141px;
  border-radius: 40px 0px 0px 0;
  background-color: #FFE9C6;
}

@media (max-width: 767px) {
  .upi-activation-section .edge.bottom {
    width: 76px;
    height: 53px;
    border-radius: 20px 0px 0px 0;
  }
}

.upi-activation-section .edge.left {
  bottom: 0;
  left: 0;
}

.upi-activation-section .edge.left img {
  max-width: 30vw;
}

.upi-activation-section .arrow1 {
  max-width: 15vw;
  left: 15%;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}

.upi-activation-section .arrow2 {
  max-width: 15vw;
  right: 18%;
  top: 30%;
  transform: translateY(-30%) rotate(115deg);
  -webkit-transform: translateY(-30%) rotate(115deg);
}

.upi-activation-section .flyer1 {
  max-width: 15vw;
  top: -70px;
  left: 17%;
  transform: rotate(-105deg);
  -webkit-transform: rotate(-105deg);
}

@media (max-width: 767px) {
  .upi-activation-section .flyer1 {
    top: 70px;
    left: 10%;
  }
}

.upi-activation-section .flyer2 {
  max-width: 15vw;
  bottom: 40px;
  right: 17%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

@media (max-width: 767px) {
  .upi-activation-section .flyer2 {
    bottom: auto;
    top: -22px;
    right: 13%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}


.swyp-font-32 {
    color: #000;
    font-size: 32px;
    line-height: normal;
}


.swyp-font-32 {
    color: #000;
    font-size: 32px;
    line-height: normal;
}
.btn-swyp-red, .btn-swyp-normal {
  color: #FDFDFD;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding: 16px 39px;
  background-color: #9B1E26;
  border-radius: 25px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.21));
}
.section-guarantee {
  padding: 72px 0 36px 0;
  background-color: #FFFAFA;
}

@media (max-width: 767px) {
  .section-guarantee {
    padding: 31px 0 24px 0;
  }
}

.section-guarantee .content {
  margin-top: 62px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .section-guarantee .content {
    margin-top: 56px;
    margin-bottom: -23px;
  }
}

.section-guarantee .content img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .section-guarantee .content em {
    font-size: 30px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .section-guarantee .content em {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .section-guarantee .content > div {
    margin-bottom: 42px;
  }
}



.swyp-font-40 {
  color: #000;
  font-size: 40px;
  line-height: normal;
}

@media (max-width: 820px) {
  .swyp-font-40 {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .swyp-font-40 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .swyp-font-40 {
    font-size: 25px;
  }
}
.color-yellow {
  color: #EDAA42;
}


@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.os-animation {
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

.color-blue {
    color: #5FBACC;
}
.color-red {
    color: #DB4057;
}
.section-terms {
  background-color: #FFF2F4;
  padding: 53px 0;
}

@media (max-width: 767px) {
  .section-terms {
    padding: 22px 0;
  }
  .section-terms h2 {
    font-size: 14px;
  }
  .section-terms p {
    font-size: 14px;
    font-weight: 500;
  }
}
.section-terms .swyp-font-18 {
  max-width: 830px;
  margin: 0 auto;
  text-align: left !important;
  font-size: 14px;
}

.swyp-font-16 {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
}

.swyp-font-25 {
    color: #000;
    font-size: 25px;
    line-height: normal;
}
.section-stop {
  padding: 52px 0 43px 0;
  background-color: #EFFCFF;
}

@media (max-width: 767px) {
  .section-stop {
    padding: 40px 0 29px 0;
  }
}

.section-stop picture, .section-stop .content .card {
  transition: all 0.2s ease-in-out 0.3s;
}

@media (min-width: 992px) {
  .section-stop:hover picture {
    transform: scale(0.8);
    transition: all 0.2s ease-in-out 0.3s;
    transform-origin: bottom left;
  }
  .section-stop:hover .content .card.bg-yellow {
    transform: rotate(-23.003deg) scale(0.95);
  }
  .section-stop:hover .content .card.bg-blue {
    transform: rotate(-30deg) scale(0.75);
  }
  .section-stop:hover .content .card.bg-pink {
    transform: rotate(17deg) scale(0.75);
  }
  .section-stop:hover .content .card.bg-yellow2 {
    transform: rotate(-15.009deg) scale(0.75);
  }
  .section-stop:hover .content .card.bg-blue2 {
    transform: rotate(15.009deg) scale(0.75);
  }
}

.section-stop .avatar-girl {
  bottom: 0;
  left: 0;
}

.section-stop .avatar-girl img {
  max-width: 20vw;
}

.section-stop .content {
  margin-top: 72px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-stop .content {
    margin-top: 30px;
  }
}

.section-stop .content > div {
  width: 70%;
  margin-bottom: 15px;
}

@media (max-width: 1180px) {
  .section-stop .content > div {
    width: 80%;
    margin-bottom: 15px;
  }
}

@media (max-width: 1180px) and (max-width: 991px) {
  .section-stop .content > div {
    width: 100%;
  }
}

@media (max-width: 1180px) and (max-width: 991px) and (max-width: 767px) {
  .section-stop .content > div {
    margin-bottom: 35px;
  }
}

.section-stop .card {
  height: 146px;
  min-height: 146px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 0;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 378px;
  padding: 0 5px;
  border-radius: 100px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-stop .card {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 35px;
    height: auto;
    min-height: 83px;
    padding: 25px 14px;
  }
  .section-stop .card:last-child {
    margin-bottom: 0;
  }
}

.section-stop .card.bg-yellow {
  background-color: #FFE9C6;
  transform: rotate(-23.003deg);
}

@media (max-width: 767px) {
  .section-stop .card.bg-yellow {
    transform: rotate(4.012deg);
  }
}

.section-stop .card.bg-blue {
  background-color: #A4E1ED;
  transform: rotate(-30deg);
}

@media (max-width: 767px) {
  .section-stop .card.bg-blue {
    transform: rotate(-4.012deg);
  }
}

.section-stop .card.bg-pink {
  background-color: #FFD5DB;
  transform: rotate(17deg);
}

@media (max-width: 767px) {
  .section-stop .card.bg-pink {
    transform: rotate(4.012deg);
  }
}

.section-stop .card.bg-yellow2 {
  background-color: #FFE9C6;
  transform: rotate(-15.009deg);
}

@media (max-width: 767px) {
  .section-stop .card.bg-yellow2 {
    transform: rotate(3deg);
  }
}

.section-stop .card.bg-blue2 {
  background-color: #A4E1ED;
  transform: rotate(15.009deg);
}

@media (max-width: 767px) {
  .section-stop .card.bg-blue2 {
    transform: rotate(-4.012deg);
  }
}

.section-stop .card p {
  margin: 0;
}

.section-tribe {
    background-color: #fff;
    padding: 82px 0 56px 0;
    overflow: hidden;
  }
  
  @media (max-width: 767px) {
    .section-tribe {
      padding: 40px 0 25px 0;
    }
  }
  
  .section-tribe .slider-container {
    width: 100%;
    position: relative;
    height: 210px;
    margin: 0 auto;
    max-width: 710px;
  }
  
  .section-tribe .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 13px;
    background: #CBCBCB;
    outline: none;
    transition: opacity .2s;
    border-radius: 20px;
  }
  
  .section-tribe .slider:before {
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: none;
    display: none;
  }
  
  .section-tribe .range {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    z-index: 1;
    border-radius: 5px;
  }
  
  .section-tribe .slider:hover {
    opacity: 1;
  }
  
  .section-tribe .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 81px;
    height: 32px;
    border-radius: 16px;
    background-color: #5FBACC;
    cursor: pointer;
    z-index: 3;
    background-image: url("../../../content/dam/idfcfirstbank/images/swpy/slider-thumb.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .section-tribe .slider.yellow::-webkit-slider-thumb {
    background-color: #EDAA42;
  }
  
  .section-tribe .slider.pink::-webkit-slider-thumb {
    background-color: #CE3148;
  }
  
  .section-tribe .slider.yellow + .range + .thumb-container .thumb {
    background: #EDAA42;
  }
  
  .section-tribe .slider.yellow + .range + .thumb-container .thumb::before {
    border-bottom: 30px solid #EDAA42;
  }
  
  .section-tribe .slider.pink + .range + .thumb-container .thumb {
    background: #CE3148;
  }
  
  .section-tribe .slider.pink + .range + .thumb-container .thumb::before {
    border-bottom: 30px solid #CE3148;
  }
  
  .section-tribe .thumb-container {
    position: absolute;
    bottom: -10px;
    left: 0;
    margin: 0 -9%;
    min-width: 140px;
  }
  
  .section-tribe .thumb-container img {
    position: absolute;
    top: 4px;
  }
  
  @media (max-width: 767px) {
    .section-tribe .thumb-container {
      bottom: 20px;
      margin: 0 -11%;
    }
    .section-tribe .thumb-container p {
      width: 120px;
    }
    .section-tribe .thumb-container em {
      font-size: 14px;
    }
  }
  
  .section-tribe .thumb-container .thumb {
    position: relative;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    background-color: #5FBACC;
    border-radius: 25px;
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.16);
    padding: 15px 27px;
  }
  
  @media (max-width: 767px) {
    .section-tribe .thumb-container .thumb {
      font-size: 18px;
      font-weight: 600;
      padding: 12px 0px;
      z-index: 1;
      width: 100px;
    }
  }
  
  .section-tribe .thumb-container .thumb::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-left: 20px solid transparent;
    /* Adjust the size as needed */
    border-right: 20px solid transparent;
    /* Adjust the size as needed */
    border-bottom: 30px solid #5FBACC;
    /* Adjust the color and size as needed */
  }
  
  @media (max-width: 767px) {
    .section-tribe .thumb-container .thumb::before {
      top: -15px;
      border-left: 12px solid transparent;
      /* Adjust the size as needed */
      border-right: 12px solid transparent;
      /* Adjust the size as needed */
      border-bottom: 22px solid #5FBACC;
      /* Adjust the color and size as needed */
    }
  }
  
  .section-tribe .picture-container {
    padding: 120px 0;
    position: relative;
    max-width: 710px;
    margin: 90px auto 36px auto;
    left: -5%;
  }
  
  .section-tribe .picture-container .thumb-img {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  
  .section-tribe .picture-container .thumb-img.active {
    opacity: 1;
  }
  
  .section-tribe .picture-container.img-2 .thumb-img {
    left: 72%;
    transform: translateX(-72%);
    bottom: 0px;
    z-index: 1;
  }
  
  @media (max-width: 767px) {
    .section-tribe .picture-container.img-2 .thumb-img {
      transform: translateX(-72%) scale(0.6);
    }
  }
  
  .section-tribe .picture-container.img-2 .thumb-img.active {
    opacity: 1;
  }
  
  .section-tribe .picture-container.img-2 .thumb-img.yellow {
    background-color: #EDAA42;
  }
  
  .section-tribe .picture-container.img-2 .thumb-img.pink {
    background-color: #CE3148;
  }
  
  .section-tribe .picture-container.img-2 .thumb-img.active {
    z-index: 1;
  }
  
  .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(2) {
    left: 50%;
    top: 0;
    bottom: auto;
    transform-origin: top center;
    transform: translateX(-50%) scale(0.8);
    opacity: 1;
  }
  
  @media (max-width: 767px) {
    .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(2) {
      transform: translateX(-50%) scale(0.55);
    }
  }
  
  .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(3) {
    left: 72%;
    top: 0;
    bottom: auto;
    transform-origin: top center;
    transform: translateX(-72%) scale(0.5);
  }
  
  @media (max-width: 767px) {
    .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(3) {
      transform: translateX(-72%) scale(0.4);
      transform-origin: top right;
    }
  }
  
  .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(4) {
    left: 51%;
    top: auto;
    bottom: 40px;
    transform-origin: bottom center;
    transform: translateX(-51%) scale(0.4);
  }
  
  @media (max-width: 767px) {
    .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(4) {
      transform: translateX(-51%) scale(0.3);
      transform-origin: bottom left;
    }
  }
  
  .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(5) {
    left: 85%;
    top: 40px;
    bottom: auto;
    transform-origin: top center;
    transform: translateX(-85%) scale(0.4);
  }
  
  @media (max-width: 767px) {
    .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(5) {
      transform: translateX(-85%) scale(0.3);
      transform-origin: center right;
    }
  }
  
  .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(6) {
    left: 37%;
    top: auto;
    bottom: 0;
    transform-origin: bottom center;
    transform: translateX(-37%) scale(0.5);
  }
  
  @media (max-width: 767px) {
    .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(6) {
      transform: translateX(-37%) scale(0.4);
      transform-origin: top left;
    }
  }
  
  .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(7) {
    left: 94%;
    top: 100px;
    bottom: auto;
    bottom: auto;
    transform-origin: top center;
    transform: translateX(-94%) scale(0.4);
  }
  
  @media (max-width: 767px) {
    .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(7) {
      transform: translateX(-94%) scale(0.3);
      transform-origin: center right;
    }
  }
  
  .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(8) {
    left: 32%;
    top: 20px;
    bottom: auto;
    transform-origin: top center;
    transform: translateX(-32%) scale(0.4);
  }
  
  @media (max-width: 767px) {
    .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(8) {
      transform: translateX(-32%) scale(0.3);
      transform-origin: top left;
    }
  }
  
  .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(9) {
    left: 31%;
    top: 90px;
    bottom: auto;
    transform-origin: top center;
    transform: translateX(-31%) scale(0.4);
  }
  
  @media (max-width: 767px) {
    .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(9) {
      transform: translateX(-31%) scale(0.3);
      transform-origin: bottom left;
    }
  }
  
  .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(10) {
    left: 100%;
    top: 30px;
    bottom: auto;
    transform-origin: top center;
    transform: translateX(-100%) scale(0.4);
  }
  
  @media (max-width: 767px) {
    .section-tribe .picture-container.img-2 .thumb-img.active:nth-child(10) {
      transform: translateX(-100%) scale(0.3);
      transform-origin: top right;
    }
  }
  
  .section-tribe .picture-container .thumb-img {
    width: 158px;
    height: 158px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 79px;
    background-color: #5FBACC;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
  
  .section-tribe .picture-container .thumb-img:nth-child(2) {
    left: 40%;
    top: 0;
    bottom: auto;
    transform: translateX(-40%);
  }
  
.btn-swyp-red, .btn-swyp-normal {
  color: #FDFDFD;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding: 16px 39px;
  background-color: #9B1E26;
  border-radius: 25px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.21));
}
.section-sneak-peak {
    padding: 86px 0 55px 0;
    background-color: #FFFAFA;
    /* Do an horizontal flip when you move the mouse over the flip box container */
    /* Position the front and back side */
    /* Style the back side */
  }
  
  .section-sneak-peak .content {
    margin-top: 80px;
  }
  
  @media (max-width: 767px) {
    .section-sneak-peak .content {
      margin-top: 36px;
    }
  }
  
  .section-sneak-peak .options a {
    border: 2px solid #000;
    border-radius: 100%;
    margin-bottom: 30px;
    opacity: 0.4;
    background-color: #FDB949;
  }
  
  @media (max-width: 991px) {
    .section-sneak-peak .options a {
      margin-right: 30px;
      margin-bottom: 0;
    }
  }
  
  .section-sneak-peak .options a.selected, .section-sneak-peak .options a:hover {
    opacity: 1;
  }
  
  .section-sneak-peak .options a:last-child {
    background-color: transparent;
    opacity: 1;
    border: 0;
    margin: 0;
  }
  
  .section-sneak-peak .options a:last-child img {
    margin-top: 25px;
  }
  
  .section-sneak-peak .img-container {
    background-image: url("../components/content/swyp-author/swyp-your-card/clientlibs/images/swyp/shadow.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #DB4057;
    border-radius: 150px;
    width: 380px;
    height: 501px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }
  
  @media (max-width: 767px) {
    .section-sneak-peak .img-container {
      width: 281px;
      height: 351px;
      border-radius: 80px;
      margin: 0 auto 20px auto;
    }
    .section-sneak-peak .img-container img {
      max-width: 100%;
      height: 351px;
      margin: 0 !important;
    }
  }
  
  .section-sneak-peak .img-container img {
    display: none;
    margin: -40px 0 0 50px;
  }
  
  .section-sneak-peak .img-container img.active {
    display: block;
    transition-duration: 300ms;
    transition-property: transform;
    transition-timing-function: ease-out;
    transform: rotate3d(0);
  }
  
  .section-sneak-peak .img-container img.active:hover {
    transition-duration: 150ms;
  }
  
  .section-sneak-peak .img-container #name {
    position: absolute;
    color: #EDEDED;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    top: 34%;
    left: 21%;
    transform: rotate(-5deg);
  }
  
  @media (max-width: 991px) {
    .section-sneak-peak .img-container #name {
      top: 34%;
      left: 18%;
    }
  }
  
  @media (max-width: 991px) and (max-width: 767px) {
    .section-sneak-peak .img-container #name {
      top: 34%;
      left: 15%;
      font-size: 12px;
      font-weight: 500;
    }
  }
  
  .section-sneak-peak .form-container {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
  }
  
  .section-sneak-peak .form-container input {
    border: 1px solid #000;
    border-radius: 15px;
    padding: 15px 10px;
    margin-bottom: 25px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
  }
  
  @media (max-width: 991px) {
    .section-sneak-peak .caption-img img {
      width: 80px;
    }
  }
  
  .section-sneak-peak .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
  }
  
  .section-sneak-peak .flip-card.active {
    z-index: 1;
  }
  
  .section-sneak-peak .flip-card.active .flip-card-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
  
  .section-sneak-peak .flip-card.active .flip-card-back {
    display: block;
  }
  
  .section-sneak-peak .flip-card.active .flip-card-front {
    display: none;
  }
  
  .section-sneak-peak .flip-card-back {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    /* Safari */
    backface-visibility: hidden;
  }
  
  .section-sneak-peak .flip-card-back {
    transform: rotateY(180deg);
    top: 0;
    left: 0;
  }

.section-tracking {
    background-color: #FFEFD6;
    padding: 70px 0 29px 0;
    position: relative;
  }
  
  @media (max-width: 767px) {
    .section-tracking {
      padding: 37px 0 31px 0;
    }
  }

  .section-tracking .faq-info {
    width: 113px;
    height: 34px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 30px 0 0 30px;
    right: 0;
    top: 84px;
    background-color: #9B1E26;
    padding-left: 5px;
  }
  
  @media (max-width: 767px) {
    .section-tracking .faq-info {
      right: 0;
      top: 137px;
      width: 77px;
      height: 31px;
    }
    .section-tracking .faq-info img {
      width: 30px;
    }
  }
  
  .section-tracking .content {
    margin: 110px 0 60px 0;
  }
  
  @media (max-width: 767px) {
    .section-tracking .content {
      margin: 46px 0 -12px 0;
    }
  }
  
  @media (max-width: 767px) {
    .section-tracking .content > div {
      padding: 48px 0;
    }
    .section-tracking .content > div:nth-child(odd) small {
      margin-right: 28px;
      text-align: left;
    }
    .section-tracking .content > div:nth-child(even) small {
      margin-left: 28px;
      text-align: right;
    }
    .section-tracking .content > div:last-child img.arrow {
      left: auto;
      right: 20%;
      top: -40px;
      transform: none;
    }
  }
  
  .section-tracking .content > div .abs-figure {
    position: absolute;
    top: 28%;
    right: 25%;
    opacity: 0;
  }
  
  @media (max-width: 767px) {
    .section-tracking .content > div .abs-figure {
      top: 0;
      right: 60%;
    }
  }
  
  .section-tracking .content > div.active {
    opacity: 1;
  }
  
  .section-tracking .content > div.active .abs-figure {
    opacity: 1;
  }
  
  .section-tracking .content > div.inactive {
    opacity: 0.2;
  }
  
  .section-tracking .content .counter {
    width: 119px;
    height: 112px;
    border-radius: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #000;
    color: #5FBACC;
    text-align: center;
    font-size: 70px;
    font-style: italic;
    font-weight: 700;
    line-height: 129.023%;
    /* 90.316px */
  }
  
  @media (max-width: 767px) {
    .section-tracking .content .counter {
      width: 70px;
      height: 70px;
      color: #5FBACC;
      font-size: 40px;
      line-height: normal;
    }
  }
  
  .section-tracking .content small {
    margin-top: 16px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
  }
  
  @media (max-width: 767px) {
    .section-tracking .content small {
      margin-top: 0;
      font-size: 16px;
    }
  }
  
  .section-tracking .content img.arrow {
    transform: rotate(32.449deg);
    width: 183px;
    height: 137px;
    box-shadow: none;
    background: none;
    margin-left: -50%;
    transform: scale3d(1.12, 0.95, 0.9);
  }
  
  .section-tracking .content img.arrow.flip {
    transform: scale3d(1.12, -1, 0.9);
  }
  
  @media (max-width: 767px) {
    .section-tracking .content img.arrow.flip {
      transform: scaleX(-1);
      left: 20%;
      top: -70px;
    }
  }
  
  @media (max-width: 767px) {
    .section-tracking .content img.arrow {
      position: absolute;
      width: 111px;
      height: 111px;
      top: -90px;
      margin: 0;
      transform: none;
    }
  }
  
  .section-tracking .content .crown {
    top: -60px;
    left: 13%;
    transition: all 0.3s ease-in-out;
  }
  
  @media (max-width: 767px) {
    .section-tracking .content .crown {
      width: 70px;
      top: 5px;
      left: 12%;
    }
  }

        .btn-swyp-red, .btn-swyp-normal {
  color: #FDFDFD;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding: 16px 39px;
  background-color: #9B1E26;
  border-radius: 25px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.21));
}


.section-deets {
    background-color: #fff;
    padding: 62px 0 0 0;
  }
  
  .section-deets .content {
    margin: 32px 0 0 0;
  }
  
  .section-deets .content .card {
    width: 239px;
    height: 206px;
    padding: 42px 12px;
    margin-right: 35px;
    border-radius: 25px;
    background-color: #C7F6FF;
    box-shadow: -10px 10px #A4E1ED;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-bottom: 32px;
    border: 0;
    overflow: hidden;
  }
  
  @media (max-width: 767px) {
    .section-deets .content .card {
      width: 156px;
      height: 141px;
      padding: 28px 10px;
      margin-right: 24px;
      box-shadow: -5px 5px #5FBACC;
    }
  }
  
  .section-deets .content .card:last-child {
    margin-right: 0;
  }
  
  .section-deets .content .card:visited {
    transform: scale(1);
  }
  
  .section-deets .content .card:hover {
    transform: scale(0.985);
    box-shadow: -4px 4px #5FBACC;
  }
  
  @media (max-width: 767px) {
    .section-deets .content .card:hover {
      box-shadow: -2px 2px #5FBACC;
    }
  }
  
  .section-deets .content .card:nth-child(2) {
    background-color: #FFD5DB;
    box-shadow: -10px 10px #DB4057;
  }
  
  .section-deets .content .card:nth-child(2):hover {
    box-shadow: -4px 4px #DB4057;
  }
  
  @media (max-width: 767px) {
    .section-deets .content .card:nth-child(2) {
      margin-right: 0;
      box-shadow: -5px 5px #DB4057;
    }
    .section-deets .content .card:nth-child(2):hover {
      box-shadow: -2px 2px #DB4057;
    }
  }
  
  .section-deets .content .card:nth-child(3) {
    background-color: #FFE9C6;
    box-shadow: -10px 10px #EDAA42;
  }
  
  .section-deets .content .card:nth-child(3):hover {
    box-shadow: -4px 4px #EDAA42;
  }
  
  @media (max-width: 767px) {
    .section-deets .content .card:nth-child(3) {
      box-shadow: -5px 5px #EDAA42;
    }
    .section-deets .content .card:nth-child(3):hover {
      box-shadow: -2px 2px #EDAA42;
    }
  }
  
  .section-deets .content .card strong {
    color: #000;
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    z-index: 1;
  }
  
  @media (max-width: 767px) {
    .section-deets .content .card strong {
      font-size: 16px;
    }
  }
  
  .section-deets svg.wave {
    position: absolute;
    top: -2px;
    width: 102%;
    z-index: 0;
    left: -2px;
  }
  
  .section-deets svg.wave.bottom {
    top: auto;
    bottom: -2px;
    transform: none;
  }
  
  @media (max-width: 767px) {
    .section-deets svg.wave.bottom {
      bottom: auto !important;
    }
  }
  
  @media (max-width: 767px) {
    .section-deets svg.wave {
      transform: rotate(-180deg);
      bottom: auto;
      top: auto;
    }
  }
  
  .section-deets img.right-arrow {
    position: absolute;
    bottom: 10px;
    left: 38%;
    width: 40px;
    z-index: 0;
  }

.section-deets svg.wave.bottom {
    top: auto;
    bottom: -2px;
    transform: none;
}

.swyp-font-25 {
    color: #000;
    font-size: 25px;
    line-height: normal;
}
.btn-swyp-red, .btn-swyp-normal {
    color: #FDFDFD;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 16px 39px;
    background-color: #9B1E26;
    border-radius: 25px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.21));
}


.section-rewarding {
    padding: 80px 0 0 0;
    background-color: #fff;
  }
  
  .section-rewarding .card {
    width: 504px;
    height: 226px;
    max-width: 100%;
    border-radius: 100px;
    border: 0;
  }
  
  .section-rewarding .card.pink {
    background-color: #F894A3;
  }
  
  .section-rewarding .card.yellow {
    background-color: #FFD99D;
  }
  
  .section-rewarding .card.blue {
    background-color: #A4E1ED;
  }
  
  @media (max-width: 767px) {
    .section-rewarding .card {
      width: 262.342px;
      height: 264.123px;
    }
    .section-rewarding .card strong, .section-rewarding .card p {
      font-size: 14px;
      text-align: center;
    }
  }
  
  .section-rewarding .card-container {
    margin-top: 36px;
  }
  
  @media (max-width: 767px) {
    .section-rewarding .card-container > div:nth-child(even) .card {
      border-radius: 0 100px 100px 0;
    }
    .section-rewarding .card-container > div:nth-child(odd) .card {
      border-radius: 100px 0px 0px 100px;
    }
  }
  
  .section-rewarding .circle {
    width: 279px;
    height: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 125px;
    z-index: 1;
    max-width: 25vw;
    height: auto;
  }
  
  @media (max-width: 767px) {
    .section-rewarding .circle {
      max-width: 173px;
      height: 176px;
    }
  }
  
  .section-rewarding .circle img {
    margin-top: 0;
    margin-left: 0;
    max-width: 21vw;
  }
  
  @media (max-width: 767px) {
    .section-rewarding .circle img {
      max-width: 174px;
    }
  }
  
  .section-rewarding .flyer1 {
    left: 16%;
    top: -20px;
    width: 100px;
    z-index: 1;
    transform: rotate(-75deg);
  }
  
  @media (max-width: 767px) {
    .section-rewarding .flyer1 {
      width: 76px;
      left: 0%;
    }
  }
  
  .section-rewarding .flyer2 {
    right: 16%;
    top: -10px;
    width: 100px;
    z-index: 1;
    transform: rotate(45deg);
  }
  
  @media (max-width: 767px) {
    .section-rewarding .flyer2 {
      width: 76px;
      right: 0%;
    }
  }



#pop-up1 .modal-dialog {
    width: 1140px;
    max-width: 100%;
  }
  
  
  @media (max-width: 768px) {
    #pop-up1 .modal-dialog {
      padding: 15px;
      margin: 0;
    }
  }
  
  .pop-up1-main {
    border-radius: 24px;
    background: #fff2f4;
    margin: auto;
  }
  
  @media (max-width: 768px) {
    .pop-up1-main {
      margin: auto auto 30px auto;
    }
  }
  
  .pop-up1-main .pop-up1-main-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
    position: relative;
  }
  
  @media (max-width: 768px) {
    .pop-up1-main .pop-up1-main-content {
      padding-bottom: 50px;
    }
  }
  
  .pop-up1-main .pop-up1-main-content .image-container {
    margin-top: -1px;
  }
  
  .pop-up1-main .pop-up1-main-content .bg-image-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
  }
  
  .pop-up1-main .pop-up1-main-content .button-container-popup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    margin: -50px 0px 32px 0px;
    z-index: 1;
  }
  
  .pop-up1-main .pop-up1-main-content .button-container-popup .click-and-download-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 60px;
  }
  
  .pop-up1-main .pop-up1-main-content .button-container-popup .click-and-download-container .clickknow {
    color: var(--n-1-style-primary-interactive, #9b1e26);
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    margin-right: 24px;
  }
  
  .pop-up1-main .pop-up1-main-content .button-container-popup .click-and-download-container .downloadhere {
    color: var(--n-1-style-primary-interactive, #9b1e26);
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    margin-right: 8px;
  }
  
  .pop-up1-main .pop-up1-main-content .button-container-popup-mobile {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  
  .pop-up1-main .pop-up1-main-content .button-container-popup-mobile .clickknow-m {
    color: var(--n-1-style-primary-interactive, #9b1e26);
    text-align: center;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    margin-bottom: 14px;
    display: block;
  }
  
  .pop-up1-main .pop-up1-main-content .button-container-popup-mobile .downloadhere-m {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px;
  }
  
  .pop-up1-main .pop-up1-main-content .button-container-popup-mobile .downloadhere-m a {
    margin-right: 8px;
    color: var(--n-1-style-primary-interactive, #9b1e26);
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop {
    border-radius: 20px;
    width: 165px;
    height: 218.667px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop .anc-class {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop.blue {
    background: #a4e1ed;
    box-shadow: 7px 7px 0px #5fbacc;
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop.yellow {
    background: #ffefab;
    box-shadow: 7px 7px 0px #edaa42;
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop.pitch {
    background: #ffd5db;
    box-shadow: 7px 7px 0px #f894a3;
  }
  
  @media (max-width: 768px) {
    .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop {
      width: 142px;
      height: 176px;
    }
    .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop.blue {
      background: #a4e1ed;
      box-shadow: 4px 4px 0px #5fbacc;
    }
    .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop.yellow {
      background: #ffefab;
      box-shadow: 4px 4px 0px #edaa42;
    }
    .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop.pitch {
      background: #ffd5db;
      box-shadow: 4px 4px 0px #f894a3;
    }
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop .card-content {
    padding: 13px 22px 27px;
  }
  
  @media (max-width: 768px) {
    .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop .card-content {
      padding: 7px 15px 30px;
    }
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop .card-content .heading {
    color: #000;
    text-align: center;
    font-family: inherit;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 43.5px;
    /* 181.25% */
    margin-bottom: 22px;
    border-radius: 24px;
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop .card-content .heading.blue-text {
    background: #a4e1ed;
    box-shadow: 3px 3px 0px #5fbacc;
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop .card-content .heading.yellow-text {
    background: #ffefab;
    box-shadow: 3px 3px 0px #edaa42;
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop .card-content .heading.pitch-text {
    background: #ffd5db;
    box-shadow: 3px 3px 0px #f894a3;
  }
  
  @media (max-width: 768px) {
    .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop .card-content .heading {
      color: #000;
      text-align: center;
      font-family: inherit;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 43.5px;
      /* 241.667% */
      margin-bottom: 11px;
    }
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop .card-content .subheading {
    color: #000;
    text-align: center;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
  }
  
  @media (max-width: 768px) {
    .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop .card-content .subheading {
      color: #000;
      text-align: center;
      font-family: inherit;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px;
      /* 128.571% */
    }
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop .card-content .subheading span {
    color: #000;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  
  @media (max-width: 768px) {
    .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop .card-content .subheading span {
      color: #000;
      font-family: inherit;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 18px;
    }
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop:hover.blue {
    box-shadow: 3px 3px 0px #5fbacc;
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop:hover.yellow {
    box-shadow: 3px 3px 0px #edaa42;
  }
  
  .pop-up1-main .pop-up1-main-content .card-container-popup .card-pop:hover.pitch {
    box-shadow: 3px 3px 0px #f894a3;
  }


  #pop-up2 .modal-dialog, .pop-up-swpy2 .modal-dialog {
    width: 1140px;
    max-width: 100%;
  }
  
  @media (max-width: 768px) {
    #pop-up2 .modal-dialog, .pop-up-swpy2 .modal-dialog {
      padding: 15px;
      margin: 0;
    }
  }
  
  .pop-up2-main {
    border-radius: 24px;
    background: #fff2f4;
    margin: auto;
  }
  
  @media (max-width: 768px) {
    .pop-up2-main {
      margin: auto auto 30px auto;
    }
  }
  
  .pop-up2-main .pop-up2-main-content {
    padding: 51px 180px 108px 193px;
  }
  
  @media (max-width: 768px) {
    .pop-up2-main .pop-up2-main-content {
      padding: 90px 16px 75px 16px;
    }
  }
  
  .pop-up2-main .pop-up2-main-content .main-heading {
    color: #db4057;
    font-family: inherit;
    font-size: 40px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 6px;
  }
  
  @media (max-width: 768px) {
    .pop-up2-main .pop-up2-main-content .main-heading {
      color: #db4057;
      font-family: inherit;
      font-size: 24px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      margin-bottom: 12px;
    }
  }
  
  .pop-up2-main .pop-up2-main-content .sub-heading {
    color: #000;
    font-family: inherit;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 54px;
  }
  
  @media (max-width: 768px) {
    .pop-up2-main .pop-up2-main-content .sub-heading {
      color: #000;
      font-family: inherit;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 19px;
      /* 135.714% */
      margin-bottom: 24px;
    }
  }
  
  .pop-up2-main .pop-up2-main-content .contents {
    margin-bottom: 47px;
  }
  
  @media (max-width: 768px) {
    .pop-up2-main .pop-up2-main-content .contents {
      margin-bottom: 40px;
    }
  }
  
  .pop-up2-main .pop-up2-main-content .contents .con-text1 {
    color: #000;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
  }
  
  @media (max-width: 768px) {
    .pop-up2-main .pop-up2-main-content .contents .con-text1 {
      color: #000;
      font-family: inherit;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      /* 171.429% */
    }
  }
  
  .pop-up2-main .pop-up2-main-content .contents .con-text2 {
    color: #000;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
  }
  
  @media (max-width: 768px) {
    .pop-up2-main .pop-up2-main-content .contents .con-text2 {
      color: #000;
      font-family: inherit;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      /* 171.429% */
    }
  }
  
  .pop-up2-main .pop-up2-main-content .contents ul {
    margin-left: 20px;
  }
  
  .pop-up2-main .pop-up2-main-content .contents ul li {
    list-style-type: disc;
    margin-top: 10px;
    color: #000;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  
  .pop-up2-main .pop-up2-main-content .click-and-download-container-p2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  
  @media (max-width: 768px) {
    .pop-up2-main .pop-up2-main-content .click-and-download-container-p2 {
      -ms-flex-direction: column;
          flex-direction: column;
    }
  }
  
  .pop-up2-main .pop-up2-main-content .click-and-download-container-p2 .clickknow {
    color: var(--n-1-style-primary-interactive, #9b1e26);
    text-align: center;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    margin-right: 48px;
  }
  
  @media (max-width: 768px) {
    .pop-up2-main .pop-up2-main-content .click-and-download-container-p2 .clickknow {
      color: var(--n-1-style-primary-interactive, #9b1e26);
      text-align: center;
      font-family: Inter;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      margin-right: 0;
      margin-bottom: 24px;
    }
  }
  
  @media (max-width: 768px) {
    .pop-up2-main .pop-up2-main-content .click-and-download-container-p2 .down-img {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
    }
  }
  
  .pop-up2-main .pop-up2-main-content .click-and-download-container-p2 .downloadhere {
    color: var(--n-1-style-primary-interactive, #9b1e26);
    text-align: center;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    margin-right: 8px;
  }
  
  @media (max-width: 768px) {
    .pop-up2-main .pop-up2-main-content .click-and-download-container-p2 .downloadhere {
      color: var(--n-1-style-primary-interactive, #9b1e26);
      text-align: center;
      font-family: inherit;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
    }
  }
  
.blogs-container {
  border-radius: 16px;
  padding: 28px 0 14px 0px;
  margin: 16px 0 20px 0;
  background-color: #FDF0DC;
}

@media (max-width: 767px) {
  .blogs-container {
    padding: 16px 0 6px 0;
    border-radius: 0;
    background: none;
  }
}

@media (max-width: 767px) {
  .blogs-container.blogs-container-landing-faq .hd26 {
    margin-bottom: 12px;
  }
}

.blogs-container .hd26 {
  margin-bottom: 12px;
  padding-left: 28px;
  padding-right: 28px;
}

@media (max-width: 991px) {
  .blogs-container .hd26 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .blogs-container .hd26 {
    margin-bottom: 20px;
    border-radius: 0;
    background: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
  }
}

.blogs-container .card {
  border: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(37, 36, 59, 0.05);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.blogs-container .card figure {
  max-height: 140px;
  overflow: hidden;
}

.blogs-container .card figure img {
  object-fit: cover;
  object-position: center;
}

.blogs-container .card figcaption,
.blogs-container .card .figcaption {
  padding: 15px 15px 10px 15px;
}

@media (max-width: 767px) {
  .blogs-container .card figcaption,
  .blogs-container .card .figcaption {
    padding: 12px 12px 7px 12px;
  }
}

.blogs-container .card figcaption p,
.blogs-container .card .figcaption p {
  font-weight: 400;
  letter-spacing: -0.5px;
  display: block;
  display: -ms-flexbox;
  height: 42px;
  /* Fallback for non-webkit */
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogs-container .card figcaption address,
.blogs-container .card .figcaption address {
  font-weight: 400;
  font-size: 9px;
  line-height: 12px;
  text-transform: uppercase;
  margin: 11px 0 4px 0;
}

.blogs-container .blogs-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.blogs-container .blogs-carousel.statement-account .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

@media (max-width: 767px) {
  .blogs-container .blogs-carousel.statement-account .owl-stage {
    left: -64px;
  }
}

.blogs-container .blogs-carousel.statement-account .owl-stage .owl-item:not(.active) .owl-lazy {
  opacity: 1 !important;
}

.blogs-container .blogs-carousel.owl-carousel.with-long-arrow .owl-nav .owl-prev {
  left: 0;
}

.blogs-container .blogs-carousel.owl-carousel.with-long-arrow .owl-nav .owl-next {
  right: 0;
}

.blogs-container .blogs-carousel.owl-carousel.with-long-arrow .owl-nav button.disabled {
  opacity: 1;
  cursor: default;
}

.blogs-container .blogs-carousel.owl-carousel.with-long-arrow .owl-nav button.disabled span:before {
  color: #d7d7d7;
}

.blogs-container .loop_false .owl-stage {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.blogs-container .loop_false.statement-account .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

@media (max-width: 767px) {
  .blogs-container .loop_false.statement-account .owl-stage {
    left: -64px;
  }
}

.blogs-container .loop_false.statement-account .owl-stage .owl-item:not(.active) .owl-lazy {
  opacity: 1 !important;
}

.btn-swyp-red, .btn-swyp-normal {
    color: #FDFDFD;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 16px 39px;
    background-color: #9B1E26;
    border-radius: 25px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.21));
}
.swyp-accordian {
  background: #fff;
  padding-top: 70px;
}

.swyp-accordian .accordian .accordion-item {
  background-color: #C7F6FF;
  padding: 41px 38px;
  border-radius: 25px;
  margin-bottom: 17px;
  display: none;
}

.swyp-accordian .accordian .accordion-item.visible {
  display: block;
}

@media (max-width: 767px) {
  .swyp-accordian .accordian .accordion-item {
    padding: 27px 19px;
  }
}

.swyp-accordian .accordian .accordion-item:nth-child(2) {
  background-color: #FFE9C6;
}

.swyp-accordian .accordian .accordion-item:nth-child(3) {
  background-color: #FFD5DB;
}

.swyp-accordian .accordian .accordion-item:nth-child(5) {
  background-color: #FFE9C6;
}

.swyp-accordian .accordian .accordion-item .trgr, .swyp-accordian .accordian .accordion-item .tog_cont {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.swyp-accordian .accordian .accordion-item .trgr {
  color: #000;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-right: 45px;
}

@media (max-width: 820px) {
  .swyp-accordian .accordian .accordion-item .trgr {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .swyp-accordian .accordian .accordion-item .trgr {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .swyp-accordian .accordian .accordion-item .trgr {
    font-size: 20px;
  }
}

.swyp-accordian .accordian .accordion-item .trgr:before {
  width: 40px;
  height: 40px;
  top: -5px;
  right: 0;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #fff;
  font-style: normal;
  font-size: 20px;
  content: "\e900";
}

.swyp-accordian .accordian .accordion-item .tog_cont {
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  margin: 38px 0 14px 0;
}

@media (max-width: 767px) {
  .swyp-accordian .accordian .accordion-item .tog_cont {
    font-size: 14px;
  }
}

.swyp-accordian .accordian .accordion-item .tog_cont ul {
  margin-left: 30px;
}

.swyp-accordian .accordian .accordion-item .tog_cont ul li {
  list-style-type: disc;
  padding-top: 5px;
}

.swyp-accordian .accordian .accordion-item.faq-bg-light-blue {
  background-color: #C7F6FF;
}

.swyp-accordian .accordian .accordion-item.faq-bg-light-cream {
  background-color: #FFE9C6;
}

.swyp-accordian .accordian .accordion-item.faq-bg-light-pink {
  background-color: #FFD5DB;
}

.swyp-font-18 {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-style: normal
}

.offer-section {
  background-color: #e3f6fa;
  padding: 39px 0
}

.offer-section .owl-stage-outer {
  padding-bottom: 10px
}

.offer-section .offer-carousel {
  margin-top: 25px;
  margin-bottom: 30px
}

.offer-section .offer-carousel .card {
  cursor: pointer;
  background-color: #fff;
  padding: 5px 8px;
  border: 0;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.21));
  border-radius: 25px
}

.offer-section .offer-carousel .card:hover figure img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2)
}

.offer-section .offer-carousel .card figure {
  padding: 10px 20px;
  border-radius: 5px;
  border-radius: 16px;
  background: #f894a3;
  transform: rotate(-5.191deg);
  -webkit-transform: rotate(-5.191deg);
  width: 92.658px;
  height: 86.397px;
  margin: 0 8px 0 -25px
}

.offer-section .offer-carousel .card figure img {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out
}

.offer-section .offer-carousel .card figure img.w-auto {
  width: auto
}

.offer-section .grnt-swyp-main {
  margin: 30px 0
}

.offer-section .grnt-swyp-main .row {
  row-gap: 30px
}

.offer-section .grnt-swyp-main .row .col-lg-4 {
  display: inherit
}

@media(max-width: 991px) {
  .offer-section .grnt-swyp-main .row .col-lg-4 {
    width: 50%
  }
}

@media(max-width: 767px) {
  .offer-section .grnt-swyp-main .row .col-lg-4 {
    width: 100%
  }
}

.offer-section .grnt-swyp-main .card {
  width: 100%;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  padding: 15px 15px 15px 8px;
  border: 0;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.21));
  border-radius: 25px
}

@media(max-width: 767px) {
  .offer-section .grnt-swyp-main .card {
    padding: 10px;
    width: 85%;
    margin: 0 auto
  }
}

.offer-section .grnt-swyp-main .card:hover figure img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2)
}

.offer-section .grnt-swyp-main .card figure {
  padding: 10px 20px;
  border-radius: 5px;
  border-radius: 16px;
  background: #f894a3;
  transform: rotate(-5.191deg);
  -webkit-transform: rotate(-5.191deg);
  width: 92.658px;
  height: 86.397px;
  margin: 0 8px 0 -25px
}

.offer-section .grnt-swyp-main .card figure img {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out
}

.offer-section .grnt-swyp-main .card figure img.w-auto {
  width: auto
}

.offer-section .grnt-swyp-main .card a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2
}
.greenGraTxt {
        background: linear-gradient(103.94deg, #7BB1DF 24.04%, #D5E15A 135.14%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
}

@media (max-width: 767px) {
        .greenGraTxt {
                font-size: 32px;
                line-height: 32px;
        }
}

@media(max-width: 767px) {
        .creditCardsBlog {
                padding-top: 50px;
                padding-bottom: 50px
        }

        .testimonailComp {
                padding-top: 50px
        }
}

.testimonailComp {
        padding-top: 62px
}

.testimonailComp-cards {
        padding: 58px 0 0 0;
        margin: 0 auto
}

.testimonailComp-cards .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.testimonailComp-cards .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.testimonailComp-cards .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.testimonailComp-cards .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.testimonailComp-cards .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.testimonailComp-cards .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.testimonailComp-cards-container {
        overflow: hidden
}

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

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

@media(max-width: 767px) {

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

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

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

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

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

.testimonailComp-cards-container .swiper-button-next {
        background: url(../../../content/dam/idfcfirstbank/images/cc-testimonials-new/arrowrgt.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 48px;
        height: 48px;
        right: -90px
}

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

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

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

.testimonailComp-cards-container .swiper-slide-prev {
        filter: grayscale(1);
        opacity: 1;
        transform: scale(0.9)
}

.testimonailComp-cards-container .swiper-slide-next {
        filter: grayscale(1);
        transform: scale(0.9);
        opacity: 1
}

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

.testimonailComp-cards-items {
        border-radius: 20px;
        background: #7eb2df;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        padding: 34px 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
}

.testimonailComp-cards-items-ivtImg {
        width: 22px;
        margin-bottom: 22px
}

.testimonailComp-cards-items-text-para {
        color: #fff;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600
}

.testimonailComp-cards-items-info-person {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 600
}

.testimonailComp-cards-items-info-person-city {
        color: #fff;
        font-size: 14px;
        font-weight: 400
}

.testimonailComp-cards-items-info-title {
        color: #fff;
        font-size: 14px;
        font-weight: 700
}

.testimonailComp-cards {
        padding: 58px 0 0 0;
        margin: 0 auto
}

.testimonailComp-cards-container {
        overflow: hidden
}

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

.testimonailComp-cards-container .scrollbar .swiper-horizontal>.swiper-scrollbar,
.testimonailComp-cards-container .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: 132px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1
}

.testimonailComp-cards-container .scrollbar .swiper-scrollbar-drag {
        background: #b0afe3
}

.testimonailComp-cards-container .swiper-button-prev {
        background: url(../../../content/dam/idfcfirstbank/images/cc-testimonials-new/arrowlft.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 48px;
        height: 48px;
        left: -90px;
        z-index: 1
}

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

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

.testimonailComp-cards-container .swiper-button-next {
        background: url(../../../content/dam/idfcfirstbank/images/cc-testimonials-new/arrowrgt.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 48px;
        height: 48px;
        right: -90px;
        z-index: 1
}

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

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

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

.testimonailComp-cards-container .swiper-slide-prev {
        opacity: 1;
        transform: scale(0.9)
}

.testimonailComp-cards-container .swiper-slide-next {
        transform: scale(0.9);
        opacity: 1
}

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

.testimonailComp-cards-items {
        border-radius: 20px;
        padding: 34px 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
}

.testimonailComp-cards-items-ivtImg {
        width: 22px;
        margin-bottom: 22px
}

.testimonailComp-cards-items-text-para {
        color: #fff;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600
}

.testimonailComp-cards-items-info-person {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 600
}

.testimonailComp-cards-items-info-person-city {
        color: #fff;
        font-size: 14px;
        font-weight: 400
}

.testimonailComp-cards-items-info-title {
        color: #fff;
        font-size: 14px;
        font-weight: 700
}

.testimonailComp .sectionHead .headH2 {
        text-align: center;
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
        line-height: 52px;
        background: linear-gradient(116deg, #6B2D68 34.06%, #A62E54 54.7%, #D2585D 69.65%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        margin-bottom: 0px
}

@media(max-width: 1199px) {
        .testimonailComp .sectionHead .headH2 {
                font-size: 40px;
                line-height: 42px
        }
}

@media(max-width: 991px) {
        .testimonailComp .sectionHead .headH2 {
                font-size: 34px;
                line-height: 42px
        }
}

@media(max-width: 767px) {
        .testimonailComp .testimonailComp-cards {
                padding-top: 30px !important
        }
}

.testimonailComp .testimonailComp-cards-container .testimonailComp-cards-items {
        filter: grayscale(0) !important;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px)
}

@media(max-width: 1280px) {
        .testimonailComp .testimonailComp-cards-container .swiper-button-prev {
                left: -50px
        }
}

@media(max-width: 1180px) {
        .testimonailComp .testimonailComp-cards-container .swiper-button-prev {
                left: -40px
        }
}

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

@media(max-width: 1280px) {
        .testimonailComp .testimonailComp-cards-container .swiper-button-next {
                right: -50px
        }
}

@media(max-width: 1180px) {
        .testimonailComp .testimonailComp-cards-container .swiper-button-next {
                right: -40px
        }
}

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

.testimonailComp .scrollbar .swiper-scrollbar-horizontal {
        background: #ededed;
        height: 6px;
        max-width: 132px
}

.testimonailComp .scrollbar .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
        background: #fab21d
}

.grnt-test-millennia .sectionHead .headH2 {
        background: var(--Millennia, linear-gradient(90deg, #00073B 0%, #0D73AE 74.42%, #CFE8F7 107.08%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.grnt-test-millennia .testimonailComp-cards-items {
        background: #b1b1b1
}

.grnt-test-millennia .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-test-millennia .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-test-millennia .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-test-millennia .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-test-millennia .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-test-millennia .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-test-millennia .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-test-millennia .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-test-millennia .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active {
        background: #cedce3
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date {
        border-left-color: #000
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date .txt {
        color: #000
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-ivtImg {
        filter: invert(1)
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-text-para {
        color: #000
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person {
        color: #000
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person .testimonailComp-cards-items-info-person-city {
        color: #000
}

.grnt-test-millennia .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-title {
        color: #000
}

.grnt-test-select .testimonailComp-cards-items {
        background: #b1b1b1
}

.grnt-test-select .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-test-select .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-test-select .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-test-select .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-test-select .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-test-select .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-test-select .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-test-select .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-test-select .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active {
        background: #f5dce6
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-ivtImg {
        filter: invert(1)
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date {
        border-left-color: #000
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date .txt {
        color: #000
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-text-para {
        color: #000
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person {
        color: #000
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person .testimonailComp-cards-items-info-person-city {
        color: #000
}

.grnt-test-select .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-title {
        color: #000
}

.grnt-test-wealth .sectionHead .headH2 {
        background: var(--Wealth-new, linear-gradient(116deg, #0F1B4E 13.97%, #00BEA3 97.77%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.grnt-test-wealth .testimonailComp-cards-items {
        background: #b1b1b1
}

.grnt-test-wealth .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-test-wealth .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-test-wealth .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-test-wealth .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-test-wealth .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-test-wealth .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-test-wealth .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-test-wealth .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-test-wealth .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-test-wealth .testimonailComp-cards-items.swiper-slide-active {
        background: #00b9a0
}

.grnt-test-wealth .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-test-classic .sectionHead .headH2 {
        background: linear-gradient(90deg, #174991 41.6%, #009DDB 95.01%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.grnt-test-classic .testimonailComp-cards-items {
        background: #b1b1b1
}

.grnt-test-classic .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-test-classic .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-test-classic .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-test-classic .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-test-classic .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-test-classic .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-test-classic .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-test-classic .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-test-classic .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active {
        background: #b6dada
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date {
        border-left-color: #000
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date .txt {
        color: #000
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-ivtImg {
        filter: invert(1)
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-text-para {
        color: #000
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person {
        color: #000
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person .testimonailComp-cards-items-info-person-city {
        color: #000
}

.grnt-test-classic .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-title {
        color: #000
}

.grnt-test-wow .sectionHead .headH2 {
        background: linear-gradient(90deg, #51090B 0%, #6C1114 48.5%, #BE0006 87%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        background-clip: text
}

.grnt-test-wow .testimonailComp-cards-items {
        background: #b1b1b1
}

.grnt-test-wow .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-test-wow .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-test-wow .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-test-wow .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-test-wow .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-test-wow .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-test-wow .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-test-wow .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-test-wow .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active {
        background: #f9e5cc
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date {
        border-left-color: #000
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date .txt {
        color: #000
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-ivtImg {
        filter: invert(1)
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-text-para {
        color: #000
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person {
        color: #000
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person .testimonailComp-cards-items-info-person-city {
        color: #000
}

.grnt-test-wow .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-title {
        color: #000
}

.grnt-test-wow .scrollbar .swiper-scrollbar-horizontal {
        margin: 35px auto 0
}

.grnt-test-wow .scrollbar .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
        background: #4c9de9
}

@media(max-width: 767px) {
        .grnt-first-swpy {
                padding-top: 50px !important
        }
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items {
        background: gray
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items.swiper-slide-active {
        background: #edaa42
}

.grnt-first-swpy .testimonailComp-cards-container .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-first-swpy .testimonailComp-cards-container .scrollbar {
        display: none
}

.grnt-first-swpy .testimonailComp-cards-container .swiper-swpy-pagination {
        margin-top: 80px;
        position: relative;
        z-index: 1
}

@media(max-width: 991px) {
        .grnt-first-swpy .testimonailComp-cards-container .swiper-swpy-pagination {
                margin-top: 40px
        }
}

.grnt-first-swpy .testimonailComp-cards-container .swiper-swpy-pagination .swiper-pagination-bullet {
        background-color: #d0d0d0;
        border-radius: 4px;
        height: 8px;
        width: 8px;
        margin: 0 3px;
        opacity: 1;
        transition: all .2s ease-in-out
}

.grnt-first-swpy .testimonailComp-cards-container .swiper-swpy-pagination .swiper-pagination-bullet-active {
        background-color: #9b1e26;
        border-radius: 6px;
        height: 12px;
        width: 12px
}

.grnt-first-swpy .testimonailComp-cards-container .swiper-button-next {
        top: auto !important;
        bottom: 0 !important;
        right: calc(50% - 260px) !important;
        transform: translateX(50%) !important
}

.grnt-first-swpy .testimonailComp-cards-container .swiper-button-prev {
        top: auto !important;
        bottom: 0 !important;
        left: calc(50% - 260px) !important;
        transform: translateX(50%) !important
}

.grnt-test-common {
        background: var(--Grey-1, linear-gradient(73deg, #C7C6C6 -74.4%, #F1F1F1 23.15%));
        padding: 60px 0px
}

.grnt-test-common .sectionHead .headH2 {
        background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.grnt-test-common .testimonailComp-cards-items {
        background: gray
}

.grnt-test-common .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-test-common .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-test-common .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-test-common .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-test-common .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-test-common .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-test-common .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-test-common .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-test-common .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-test-common .testimonailComp-cards-items.swiper-slide-active {
        background: #6e685f
}

.grnt-test-common .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-test-common .scrollbar .swiper-scrollbar-horizontal {
        width: 152px;
        height: 20px;
        z-index: 1;
        background: url(../../../content/dam/idfcfirstbank/images/cc-testimonials-new/swiper-btn2.png);
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden
}

.grnt-test-common .scrollbar .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
        background: url(../../../content/dam/idfcfirstbank/images/cc-testimonials-new/swiper-btn.png);
        background-repeat: no-repeat;
        padding: 5px 0;
        background-position: center center
}

.grnt-test-common .swiper-button-next {
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='%23CFCFCF'/%3E%3Cpath d='M14.3281 24L21.1425 18L14.3281 12' stroke='%239D1D27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 38px;
        height: 38px;
        right: -30px
}

@media(max-width: 991px) {
        .grnt-test-common .swiper-button-next {
                width: 28px;
                right: -25px;
                height: 28px
        }
}

.grnt-test-common .swiper-button-prev {
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' transform='matrix(-1 0 0 1 36 0)' fill='%23CFCFCF'/%3E%3Cpath d='M21.6719 24L14.8575 18L21.6719 12' stroke='%239D1D27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 38px;
        height: 38px;
        left: -30px
}

@media(max-width: 991px) {
        .grnt-test-common .swiper-button-prev {
                width: 28px;
                left: -25px;
                height: 28px
        }
}

.grnt-ashva-testimonial {
        background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
        padding-bottom: 62px
}

@media(max-width: 991px) {
        .grnt-ashva-testimonial {
                padding-top: 50px;
                padding-bottom: 50px
        }
}

@media(max-width: 767px) {
        .grnt-ashva-testimonial {
                padding-top: 38px;
                padding-bottom: 38px
        }
}

.grnt-ashva-testimonial .greenGraTxt {
        background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        text-align: center
}

.grnt-ashva-testimonial .testimonailComp-cards {
        padding: 30px 0px 0px
}

@media(max-width: 767px) {
        .grnt-ashva-testimonial .testimonailComp-cards {
                padding: 16px 0px 0px
        }
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items {
        background: #7eb2df;
        filter: grayscale(1) !important;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px)
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide.swiper-slide-active {
        background: #480a14;
        filter: grayscale(0) !important;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px)
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .scrollbar .swiper-scrollbar {
        max-width: 132px
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .scrollbar .swiper-horizontal>.swiper-scrollbar,
.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: 152px;
        height: 20px;
        z-index: 1;
        background: url(../../../content/dam/idfcfirstbank/images/cc-testimonials-new/swiper-btn2.png);
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
        background: url(../../../content/dam/idfcfirstbank/images/cc-testimonials-new/swiper-btn.png);
        background-repeat: no-repeat;
        padding: 5px 0;
        background-position: center center
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-button-next {
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='%23CFCFCF'/%3E%3Cpath d='M14.3281 24L21.1425 18L14.3281 12' stroke='%239D1D27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 38px;
        height: 38px;
        right: -30px
}

@media(max-width: 991px) {
        .grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-button-next {
                width: 28px;
                right: -25px;
                height: 28px
        }
}

.grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-button-prev {
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' transform='matrix(-1 0 0 1 36 0)' fill='%23CFCFCF'/%3E%3Cpath d='M21.6719 24L14.8575 18L21.6719 12' stroke='%239D1D27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 38px;
        height: 38px;
        left: -30px
}

@media(max-width: 991px) {
        .grnt-ashva-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-button-prev {
                width: 28px;
                left: -25px;
                height: 28px
        }
}

.grnt-ashva-testimonial.grnt-mayura-testimonial {
        padding: 60px 0px
}

@media(max-width: 991px) {
        .grnt-ashva-testimonial.grnt-mayura-testimonial {
                padding: 50px 0px
        }
}

@media(max-width: 767px) {
        .grnt-ashva-testimonial.grnt-mayura-testimonial {
                padding: 38px 0px
        }
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide {
        background: #7eb2df;
        filter: grayscale(1) !important;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px)
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide.swiper-slide-active {
        filter: grayscale(0) !important;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
        background: #08133c
}

.grnt-ashva-testimonial.grnt-mayura-testimonial .testimonailComp-cards .testimonailComp-cards-container .swiper-slide.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-earn-test {
        background-color: #fff;
        padding: 60px 0px
}

.grnt-earn-test .sectionHead .headH2 {
        text-align: center;
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
        line-height: 52px;
        color: #252351;
        margin-bottom: 0px;
        background: unset;
        --webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
}

@media(max-width: 1199px) {
        .grnt-earn-test .sectionHead .headH2 {
                font-size: 40px;
                line-height: 42px
        }
}

@media(max-width: 991px) {
        .grnt-earn-test .sectionHead .headH2 {
                font-size: 34px;
                line-height: 42px
        }
}

.grnt-earn-test .testimonailComp-cards-items {
        background: #b1b1b1
}

.grnt-earn-test .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-earn-test .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-earn-test .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-earn-test .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-earn-test .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-earn-test .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-earn-test .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-earn-test .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-earn-test .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active {
        background: #fde9d8
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date {
        border-left-color: #000
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-date .txt {
        color: #000
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-ivtImg {
        filter: invert(1)
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-text-para {
        color: #000
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person {
        color: #000
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-person .testimonailComp-cards-items-info-person-city {
        color: #000
}

.grnt-earn-test .testimonailComp-cards-items.swiper-slide-active .testimonailComp-cards-items-info-title {
        color: #000
}

.grnt-test-upi {
        padding: 60px 0
}

@media(max-width: 991px) {
        .grnt-test-upi {
                padding: 40px 0
        }
}

.grnt-test-upi .sectionHead .headH2 {
        text-align: center;
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
        line-height: 52px;
        color: #fff;
        margin-bottom: 0px;
        background: unset;
        --webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
}

@media(max-width: 1199px) {
        .grnt-test-upi .sectionHead .headH2 {
                font-size: 40px;
                line-height: 42px
        }
}

@media(max-width: 991px) {
        .grnt-test-upi .sectionHead .headH2 {
                font-size: 34px;
                line-height: 42px
        }
}

.grnt-test-upi .testimonailComp-cards-items {
        background: gray
}

.grnt-test-upi .testimonailComp-cards-items .testimonailComp-cards-items-text .testimonailComp-cards-items-text-para {
        margin-bottom: 36px
}

.grnt-test-upi .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-person {
        margin-bottom: 11px
}

.grnt-test-upi .testimonailComp-cards-items .testimonailComp-cards-items-info .testimonailComp-cards-items-info-title {
        margin-bottom: 8px
}

.grnt-test-upi .testimonailComp-cards-items .grtestimoneb-bot {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
}

.grnt-test-upi .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
}

.grnt-test-upi .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li {
        line-height: 10px
}

.grnt-test-upi .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #fff
}

.grnt-test-upi .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #fff
}

.grnt-test-upi .testimonailComp-cards-items .grtestimoneb-bot .grtestimoneb-date .txt {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
}

.grnt-test-upi .testimonailComp-cards-items.swiper-slide-active {
        background: #563b80
}

.grnt-test-upi .testimonailComp-cards-items.swiper-slide-active .grtestimoneb-bot .grtestimoneb-star li svg path {
        fill: #ffcb07
}

.grnt-test-upi .scrollbar {
        display: none
}

.grnt-test-upi .swiper-swpy-pagination {
        margin-top: 40px;
        position: relative;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
}

.grnt-test-upi .swiper-swpy-pagination .swiper-pagination-bullet {
        background: #fff;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 5px;
        opacity: 1;
        cursor: pointer
}

.grnt-test-upi .swiper-swpy-pagination .swiper-pagination-bullet-active {
        width: 14px;
        height: 14px;
        background: #fff
}

.headH2 {
    -webkit-text-fill-color: inherit;
    text-align: inherit;
}

.g-disclimer {
    color: #fff;
    margin-top: 25px;
}

.g-disclimer a {
    color: #fff;
    text-decoration: underline;
}

.first-millennia-flight-booking {
    padding: 112px 0 0
}

.first-millennia-flight-booking.mx60 {
    padding: 60px 0 0
}

.first-millennia-flight-booking.mx90 {
    padding: 80px 0 0
}

@media(max-width: 1180px) {
    .first-millennia-flight-booking {
        padding: 60px 0 0
    }

    .first-millennia-flight-booking.mx90 {
        padding: 60px 0 0
    }
}

.first-millennia-flight-booking .container {
    max-width: 1170px
}

@media(max-width: 1180px) {
    .first-millennia-flight-booking .container {
        max-width: 960px
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section {
    border-radius: 20px;
    background: linear-gradient(100deg, #00073B 0%, #084D86 57.3%, #0D73AE 79.12%, #7EB7D9 105.01%, #CFE8F7 114.08%);
    padding: 40px 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1180px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section {
        padding: 30px
    }
}

@media(max-width: 767px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section {
        padding: 16px;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col40 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%
}

@media(max-width: 1180px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col40 {
        -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
        max-width: 36%
    }
}

@media(max-width: 991px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col40 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media(max-width: 767px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col40 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 20px 4px
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col40 .headH2 {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

@media(max-width: 1180px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col40 .headH2 {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col40 .headH2 {
        font-size: 24px
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col40 .pera {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px
}

@media(max-width: 1180px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col40 .pera {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col40 .pera {
        font-size: 16px;
        margin-bottom: 24px
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col40 ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 24px
}

@media(max-width: 767px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col40 ul li {
        font-size: 12px;
        margin-bottom: 20px
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col40 ul li:last-child {
    margin: 0
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col40 ul li strong {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-bottom: 6px
}

@media(max-width: 767px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col40 ul li strong {
        font-size: 14px
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col40 ul li img {
    margin-right: 12px
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col40 .btn-enquire {
    border-radius: 40px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 20px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-clip: inherit;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    text-align: center;
    justify-content: center
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col40 .btn-enquire span {
    color: #1c252e;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col40 .btn-enquire img {
    transform: rotate(180deg)
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%
}

@media(max-width: 1180px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%
    }
}

@media(max-width: 991px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media(max-width: 767px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 20px 0
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking {
    border-radius: 10px;
    background: #dbedff;
    padding: 24px;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 1180px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking {
        padding: 18px 10px
    }
}

@media(max-width: 991px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 767px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking {
        overflow: hidden;
        padding: 28px 0 20px 12px
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .qrCodeCol {
    overflow: hidden;
    margin-right: 24px
}

@media(max-width: 1180px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .qrCodeCol {
        margin-right: 18px;
        max-width: 150px
    }

    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .qrCodeCol img {
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .qrCodeCol {
        display: none
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo {
    padding: 10px 0 0;
    pointer-events: none
}

@media(max-width: 991px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo {
        overflow: hidden;
        padding: 0;
        pointer-events: visible
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .h3 {
        font-size: 16px
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: none
}

@media(max-width: 991px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard {
    padding-bottom: 28px;
    padding-left: 28px;
    position: relative
}

@media(min-width: 992px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard {
        width: 100% !important
    }
}

@media(max-width: 991px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard {
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 28px;
        padding-right: 28px
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::before {
    content: "";
    width: 11px;
    height: 11px;
    background: #000;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 5px
}

@media(max-width: 991px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::before {
        top: 0px
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::after {
    content: "";
    width: 1px;
    background: #000;
    position: absolute;
    left: 5px;
    top: 10px;
    bottom: -5px
}

@media(max-width: 991px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::after {
        width: auto;
        top: 5px;
        left: 0;
        right: 0;
        bottom: auto;
        height: 1px
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard:last-child {
    padding-bottom: 0
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard:last-child::after {
    display: none
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .h14 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .f14 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .f14 strong {
    font-weight: 600
}

@media(max-width: 767px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .f14 {
        font-size: 12px;
        margin: 0
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .scrollbar {
    display: none
}

@media(max-width: 991px) {
    .first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .scrollbar {
        display: block
    }
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .scrollbar .swiper-scrollbar {
    background: #fff;
    height: 6px;
    max-width: 132px;
    margin: 35px auto 0;
    position: relative;
    z-index: 0
}

.first-millennia-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking .howTo .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fab21d
}

.first-select-flight-booking {
    padding: 112px 0 0
}

.first-select-flight-booking.mx60 {
    padding: 60px 0 0
}

.first-select-flight-booking.mx90 {
    padding: 80px 0 0
}

@media(max-width: 1180px) {
    .first-select-flight-booking {
        padding: 60px 0 0
    }

    .first-select-flight-booking.mx90 {
        padding: 60px 0 0
    }
}

.first-select-flight-booking .container {
    max-width: 1170px
}

@media(max-width: 1180px) {
    .first-select-flight-booking .container {
        max-width: 960px
    }
}

.first-select-flight-booking .first-select-flight-booking-section {
    border-radius: 20px;
    background: var(--Select---new, linear-gradient(135deg, #6B2D68 0%, #A62E54 58%, #D2585D 96.5%));
    padding: 40px 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1180px) {
    .first-select-flight-booking .first-select-flight-booking-section {
        padding: 30px
    }
}

@media(max-width: 767px) {
    .first-select-flight-booking .first-select-flight-booking-section {
        padding: 16px;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col40 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%
}

@media(max-width: 1180px) {
    .first-select-flight-booking .first-select-flight-booking-section .col40 {
        -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
        max-width: 36%
    }
}

@media(max-width: 991px) {
    .first-select-flight-booking .first-select-flight-booking-section .col40 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media(max-width: 767px) {
    .first-select-flight-booking .first-select-flight-booking-section .col40 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 20px 4px
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col40 .headH2 {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

@media(max-width: 1180px) {
    .first-select-flight-booking .first-select-flight-booking-section .col40 .headH2 {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .first-select-flight-booking .first-select-flight-booking-section .col40 .headH2 {
        font-size: 24px
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col40 .pera {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px
}

@media(max-width: 1180px) {
    .first-select-flight-booking .first-select-flight-booking-section .col40 .pera {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .first-select-flight-booking .first-select-flight-booking-section .col40 .pera {
        font-size: 16px;
        margin-bottom: 24px
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col40 ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 24px
}

@media(max-width: 767px) {
    .first-select-flight-booking .first-select-flight-booking-section .col40 ul li {
        font-size: 12px;
        margin-bottom: 20px
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col40 ul li:last-child {
    margin: 0
}

.first-select-flight-booking .first-select-flight-booking-section .col40 ul li strong {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-bottom: 6px
}

@media(max-width: 767px) {
    .first-select-flight-booking .first-select-flight-booking-section .col40 ul li strong {
        font-size: 14px
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col40 ul li img {
    margin-right: 12px
}

.first-select-flight-booking .first-select-flight-booking-section .col40 .btn-enquire {
    border-radius: 40px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 20px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-clip: inherit;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    text-align: center;
    justify-content: center
}

.first-select-flight-booking .first-select-flight-booking-section .col40 .btn-enquire span {
    color: #1c252e;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.first-select-flight-booking .first-select-flight-booking-section .col40 .btn-enquire img {
    transform: rotate(180deg)
}

.first-select-flight-booking .first-select-flight-booking-section .col60 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%
}

@media(max-width: 1180px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%
    }
}

@media(max-width: 991px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media(max-width: 767px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 20px 0
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking {
    border-radius: 10px;
    background: #ffecf4;
    padding: 24px;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 1180px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking {
        padding: 18px 10px
    }
}

@media(max-width: 991px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 767px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking {
        overflow: hidden;
        padding: 28px 0 20px 12px
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .qrCodeCol {
    overflow: hidden;
    margin-right: 24px
}

@media(max-width: 1180px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .qrCodeCol {
        margin-right: 18px;
        max-width: 150px
    }

    .first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .qrCodeCol img {
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .qrCodeCol {
        display: none
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo {
    padding: 10px 0 0;
    pointer-events: none
}

@media(max-width: 991px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo {
        overflow: hidden;
        padding: 0;
        pointer-events: visible
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .h3 {
        font-size: 16px
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: none
}

@media(max-width: 991px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard {
    padding-bottom: 28px;
    padding-left: 28px;
    position: relative
}

@media(min-width: 992px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard {
        width: 100% !important
    }
}

@media(max-width: 991px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard {
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 28px;
        padding-right: 28px
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::before {
    content: "";
    width: 11px;
    height: 11px;
    background: #000;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 5px
}

@media(max-width: 991px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::before {
        top: 0px
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::after {
    content: "";
    width: 1px;
    background: #000;
    position: absolute;
    left: 5px;
    top: 10px;
    bottom: -5px
}

@media(max-width: 991px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::after {
        width: auto;
        top: 5px;
        left: 0;
        right: 0;
        bottom: auto;
        height: 1px
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard:last-child {
    padding-bottom: 0
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard:last-child::after {
    display: none
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .h14 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .f14 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .f14 strong {
    font-weight: 600
}

@media(max-width: 767px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .f14 {
        font-size: 12px;
        margin: 0
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .scrollbar {
    display: none
}

@media(max-width: 991px) {
    .first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .scrollbar {
        display: block
    }
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .scrollbar .swiper-scrollbar {
    background: #fff;
    height: 6px;
    max-width: 132px;
    margin: 35px auto 0;
    position: relative;
    z-index: 0
}

.first-select-flight-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fab21d
}

.first-wealth-flight-booking {
    padding: 112px 0 0
}

.first-wealth-flight-booking.mx60 {
    padding: 60px 0 0
}

.first-wealth-flight-booking.mx90 {
    padding: 80px 0 0
}

@media(max-width: 1180px) {
    .first-wealth-flight-booking {
        padding: 60px 0 0
    }

    .first-wealth-flight-booking.mx90 {
        padding: 60px 0 0
    }
}

.first-wealth-flight-booking .container {
    max-width: 1170px
}

@media(max-width: 1180px) {
    .first-wealth-flight-booking .container {
        max-width: 960px
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section {
    border-radius: 20px;
    background: var(--Wealth-new, linear-gradient(116deg, #0F1B4E 13.97%, #00BEA3 97.77%));
    padding: 40px 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1180px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section {
        padding: 30px
    }
}

@media(max-width: 767px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section {
        padding: 16px;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col40 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%
}

@media(max-width: 1180px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col40 {
        -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
        max-width: 36%
    }
}

@media(max-width: 991px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col40 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media(max-width: 767px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col40 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 20px 4px
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col40 .headH2 {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

@media(max-width: 1180px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col40 .headH2 {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col40 .headH2 {
        font-size: 24px
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col40 .pera {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px
}

@media(max-width: 1180px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col40 .pera {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col40 .pera {
        font-size: 16px;
        margin-bottom: 24px
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col40 ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 24px
}

@media(max-width: 767px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col40 ul li {
        font-size: 12px;
        margin-bottom: 20px
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col40 ul li:last-child {
    margin: 0
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col40 ul li strong {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-bottom: 6px
}

@media(max-width: 767px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col40 ul li strong {
        font-size: 14px
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col40 ul li img {
    margin-right: 12px
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col40 .btn-enquire {
    border-radius: 40px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 20px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-clip: inherit;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    text-align: center;
    justify-content: center
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col40 .btn-enquire span {
    color: #1c252e;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col40 .btn-enquire img {
    transform: rotate(180deg)
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%
}

@media(max-width: 1180px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%
    }
}

@media(max-width: 991px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media(max-width: 767px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 20px 0
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking {
    border-radius: 10px;
    background: #e2fcff;
    padding: 24px;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 1180px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking {
        padding: 18px 10px
    }
}

@media(max-width: 991px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 767px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking {
        overflow: hidden;
        padding: 28px 0 20px 12px
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .qrCodeCol {
    overflow: hidden;
    margin-right: 24px
}

@media(max-width: 1180px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .qrCodeCol {
        margin-right: 18px;
        max-width: 150px
    }

    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .qrCodeCol img {
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .qrCodeCol {
        display: none
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo {
    padding: 10px 0 0;
    pointer-events: none
}

@media(max-width: 991px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo {
        overflow: hidden;
        padding: 0;
        pointer-events: visible
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .h3 {
        font-size: 16px
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: none
}

@media(max-width: 991px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard {
    padding-bottom: 28px;
    padding-left: 28px;
    position: relative
}

@media(min-width: 992px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard {
        width: 100% !important
    }
}

@media(max-width: 991px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard {
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 28px;
        padding-right: 28px
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::before {
    content: "";
    width: 11px;
    height: 11px;
    background: #000;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 5px
}

@media(max-width: 991px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::before {
        top: 0px
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::after {
    content: "";
    width: 1px;
    background: #000;
    position: absolute;
    left: 5px;
    top: 10px;
    bottom: -5px
}

@media(max-width: 991px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::after {
        width: auto;
        top: 5px;
        left: 0;
        right: 0;
        bottom: auto;
        height: 1px
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard:last-child {
    padding-bottom: 0
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard:last-child::after {
    display: none
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .h14 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .f14 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .f14 strong {
    font-weight: 600
}

@media(max-width: 767px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .f14 {
        font-size: 12px;
        margin: 0
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .scrollbar {
    display: none
}

@media(max-width: 991px) {
    .first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .scrollbar {
        display: block
    }
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .scrollbar .swiper-scrollbar {
    background: #fff;
    height: 6px;
    max-width: 132px;
    margin: 35px auto 0;
    position: relative;
    z-index: 0
}

.first-wealth-flight-booking .first-wealth-flight-booking-section .col60 .stepBooking .howTo .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fab21d
}

.first-classic-flight-booking {
    padding: 112px 0 0
}

.first-classic-flight-booking.mx60 {
    padding: 60px 0 0
}

.first-classic-flight-booking.mx90 {
    padding: 80px 0 0
}

@media(max-width: 1180px) {
    .first-classic-flight-booking {
        padding: 60px 0 0
    }

    .first-classic-flight-booking.mx90 {
        padding: 60px 0 0
    }
}

.first-classic-flight-booking .container {
    max-width: 1170px
}

@media(max-width: 1180px) {
    .first-classic-flight-booking .container {
        max-width: 960px
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section {
    border-radius: 20px;
    background: linear-gradient(313deg, #174991 35.7%, #009DDB 87.56%, #CDEAEA 112.84%);
    padding: 40px 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1180px) {
    .first-classic-flight-booking .first-classic-flight-booking-section {
        padding: 30px
    }
}

@media(max-width: 767px) {
    .first-classic-flight-booking .first-classic-flight-booking-section {
        padding: 16px;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col40 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%
}

@media(max-width: 1180px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col40 {
        -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
        max-width: 36%
    }
}

@media(max-width: 991px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col40 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media(max-width: 767px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col40 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 20px 4px
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col40 .headH2 {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

@media(max-width: 1180px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col40 .headH2 {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col40 .headH2 {
        font-size: 24px
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col40 .pera {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px
}

@media(max-width: 1180px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col40 .pera {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col40 .pera {
        font-size: 16px;
        margin-bottom: 24px
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col40 ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 24px
}

@media(max-width: 767px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col40 ul li {
        font-size: 12px;
        margin-bottom: 20px
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col40 ul li:last-child {
    margin: 0
}

.first-classic-flight-booking .first-classic-flight-booking-section .col40 ul li strong {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-bottom: 6px
}

@media(max-width: 767px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col40 ul li strong {
        font-size: 14px
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col40 ul li img {
    margin-right: 12px
}

.first-classic-flight-booking .first-classic-flight-booking-section .col40 .btn-enquire {
    border-radius: 40px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 20px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-clip: inherit;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    text-align: center;
    justify-content: center
}

.first-classic-flight-booking .first-classic-flight-booking-section .col40 .btn-enquire span {
    color: #1c252e;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.first-classic-flight-booking .first-classic-flight-booking-section .col40 .btn-enquire img {
    transform: rotate(180deg)
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%
}

@media(max-width: 1180px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%
    }
}

@media(max-width: 991px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media(max-width: 767px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 20px 0
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking {
    border-radius: 10px;
    background: #d9f3ff;
    padding: 24px;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 1180px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking {
        padding: 18px 10px
    }
}

@media(max-width: 991px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 767px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking {
        overflow: hidden;
        padding: 28px 0 20px 12px
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .qrCodeCol {
    overflow: hidden;
    margin-right: 24px
}

@media(max-width: 1180px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .qrCodeCol {
        margin-right: 18px;
        max-width: 150px
    }

    .first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .qrCodeCol img {
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .qrCodeCol {
        display: none
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo {
    padding: 10px 0 0;
    pointer-events: none
}

@media(max-width: 991px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo {
        overflow: hidden;
        padding: 0;
        pointer-events: visible
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .h3 {
        font-size: 16px
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: none
}

@media(max-width: 991px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard {
    padding-bottom: 28px;
    padding-left: 28px;
    position: relative
}

@media(min-width: 992px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard {
        width: 100% !important
    }
}

@media(max-width: 991px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard {
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 28px;
        padding-right: 28px
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::before {
    content: "";
    width: 11px;
    height: 11px;
    background: #000;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 5px
}

@media(max-width: 991px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::before {
        top: 0px
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::after {
    content: "";
    width: 1px;
    background: #000;
    position: absolute;
    left: 5px;
    top: 10px;
    bottom: -5px
}

@media(max-width: 991px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard::after {
        width: auto;
        top: 5px;
        left: 0;
        right: 0;
        bottom: auto;
        height: 1px
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard:last-child {
    padding-bottom: 0
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard:last-child::after {
    display: none
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .h14 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .f14 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .f14 strong {
    font-weight: 600
}

@media(max-width: 767px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .swiper-wrapper .stepCard .f14 {
        font-size: 12px;
        margin: 0
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .scrollbar {
    display: none
}

@media(max-width: 991px) {
    .first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .scrollbar {
        display: block
    }
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .scrollbar .swiper-scrollbar {
    background: #fff;
    height: 6px;
    max-width: 132px;
    margin: 35px auto 0;
    position: relative;
    z-index: 0
}

.first-classic-flight-booking .first-classic-flight-booking-section .col60 .stepBooking .howTo .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fab21d
}

.grnt-ff-flight-booking .first-millennia-flight-booking-section {
    background: linear-gradient(92deg, #03000C -44.03%, #0C012C 4.3%, #820816 51.46%, #B00B2C 74.24%, #8E031F 107.99%)
}
.grnt-ff-flight-booking .first-millennia-flight-booking-section .col40 .headH2 {
    -webkit-text-fill-color: #fff
}

.grnt-ff-flight-booking .first-millennia-flight-booking-section .col60 .stepBooking {
    background: linear-gradient(104deg, #cacaca -3.77%, #e9e9e9 135.14%)
}

.grnt-first-family-popup .btn-box .readmore img {
    max-width: 24px
}

@media(max-width: 767px) {
    .grnt-fwow-booking .first-select-flight-booking-section .btn-box {
        margin-top: 35px !important
    }
}

.grnt-fwow-booking .first-select-flight-booking-section .col40 .btn-enquire {
    margin: auto
}

.grnt-fwow-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .scrollbar .swiper-scrollbar {
    background: #e9e9e9
}

.grnt-fwow-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
    background: #4c9de9
}

.grnt-fwow-booking .heading {
    margin-bottom: 32px
}

.grnt-fwow-booking .heading .headH2 {
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    background: linear-gradient(90deg, #51090B 0%, #6C1114 48.5%, #BE0006 87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    margin-bottom: 16px
}

@media(max-width: 1199px) {
    .grnt-fwow-booking .heading .headH2 {
        font-size: 36px;
        line-height: 44px
    }
}

@media(max-width: 991px) {
    .grnt-fwow-booking .heading .headH2 {
        font-size: 34px;
        line-height: 42px
    }
}

.grnt-fwow-booking .first-select-flight-booking-section {
    background: linear-gradient(136.41deg, #8AC6EB -19.65%, #EDD6BA 41.51%, #F2EBE4 96.05%);
    border-radius: 20px
}

.grnt-fwow-booking .first-select-flight-booking-section .col40 .pera {
    color: #9c1d26
}

.grnt-fwow-booking .first-select-flight-booking-section .col40 ul li {
    color: #131313
}

.grnt-fwow-booking .first-select-flight-booking-section .col60 .stepBooking {
    background: #fff9f2;
    border-radius: 10px
}

@media(max-width: 767px) {
    .grnt-fwow-booking .heading .headH2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 12px
    }
}

/* updated css */

.first-millennia-flight-booking.fipower-booking {
    background: #fff;
    padding: 0px 0 60px;
}

@media (max-width: 767px) {
    .first-millennia-flight-booking.fipower-booking {
        padding: 0px 0 30px;
    }
}

.first-select-flight-booking.fipower-booking {
    background: #fff;
    padding: 0px 0 60px;
}

@media (max-width: 767px) {
    .first-select-flight-booking.fipower-booking {
        padding: 0px 0 30px;
    }
}

.first-wealth-flight-booking.fipower-booking {
    background: #fff;
    padding: 0px 0 60px;
}

@media (max-width: 767px) {
    .first-wealth-flight-booking.fipower-booking {
        padding: 0px 0 30px;
    }
}

.first-classic-flight-booking.fipower-booking {
    background: #fff;
    padding: 0px 0 60px;
}

@media (max-width: 767px) {
    .first-classic-flight-booking.fipower-booking {
        padding: 0px 0 30px;
    }
}

.first-select-flight-booking.fipower-booking .first-select-flight-booking-section {
    background: linear-gradient(76deg, #f2edea 0%, #f2edea 57.3% 57.3%, #dad5d3 79.12%, #c2bebb 105.01%, #c2bebb 114.08%);
}

.first-select-flight-booking.fipower-booking .first-select-flight-booking-section {
    background: linear-gradient(76deg, #f2edea 0%, #f2edea 57.3% 57.3%, #dad5d3 79.12%, #c2bebb 105.01%, #c2bebb 114.08%);
}

.first-select-flight-booking.fipower-booking .first-select-flight-booking-section .col40 .headH2 {
    color: #000;
}

.first-select-flight-booking.fipower-booking .first-select-flight-booking-section .col40 .pera {
    color: #000;
}

.first-select-flight-booking.fipower-booking .first-select-flight-booking-section .col60 .stepBooking {
    background: #cacaca;
}

.first-select-flight-booking.fipower-booking .first-select-flight-booking-section .col60 .stepBooking .f14 {
    color: #000;
}

.first-select-flight-booking.fipower-booking .g-disclimer a.text-black {
    color: #000;
}

.first-select-flight-booking.fiswpy-bokking .first-select-flight-booking-section {
    background: var(--Select---new, linear-gradient(135deg, #FFD99D, #FFD99D 96.5%));
}

.first-select-flight-booking.fiswpy-bokking .first-select-flight-booking-section .col60 .stepBooking {
    background: #edaa42;
}

.first-select-flight-booking.fipower-booking .first-select-flight-booking-section .col60 .stepBooking .howTo .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fab21d;
}

.first-select-flight-booking.fiswpy-bokking {
    padding: 60px 0px 0px;
}

@media (max-width: 767px) {
    .first-select-flight-booking.fiswpy-bokking {
        padding: 40px 0px 0px;
    }
}

.first-select-flight-booking.fiswpy-bokking .first-select-flight-booking-section .col60 .stepBooking .howTo .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
    background: #000;
}

.first-select-flight-booking.fipower-booking .first-select-flight-booking-section .col40 .btn-enquire {
    border-radius: 40px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 20px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-clip: inherit;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    text-align: center;
    justify-content: center;
    margin: inherit;
}


.program-comp {
    background: #F4F4F8;
  }
  
  .program-comp .fs21 {
    font-weight: 600;
  }
  
  .program-comp .fs17 {
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 24px;
  }
  
  .fs21 {
    font-size: 21px;
  }

  .fs17 {
    font-size: 17px;
}
  .program-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  
  .program-list li {
    width: 23%;
  }
  
  .program-list li a {
      color: #25243b
  }
  
  .program-list li .cardp {
    box-shadow: 0 5px 10px 0 rgba(37, 36, 59, 0.13);
    border-radius: 10px;
    padding: 20px 20px 18px;
  }
  
  .program-list li .cardp.bg1 {
    background: #E8D9DF;
  }
  
  .program-list li .cardp.bg2 {
    background: #F4D8CF;
  }
  
  .program-list li .cardp.bg3 {
    background: #E1E1EB;
  }
  
  .program-list li .cardp.bg4 {
    background: #EFDFD3;
  }
  
  .program-list li .cardp .f17 {
    font-weight: 600;
    letter-spacing: -0.6px;
    min-height: 42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    line-height: 1.2;
  }
  
  .program-list li figure {
    text-align: right;
    min-height: 85px;
    margin-bottom: 0;
  }
  
  .program-list li figure img {
    max-height: 85px;
  }
  
  @media (max-width: 1199px) {
    .program-list li .cardp {
      padding: 20px 12px 18px;
    }
    .program-list li .cardp .f17 {
      font-size: 15px;
    }
  }
  
  @media (max-width: 767px) {
    .program-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 20px;
    }
    .program-list li {
      width: 48%;
      margin-bottom: 4%;
    }
  }
  .intBx {
    background: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(37, 36, 59, 0.1);
    border-radius: 16px;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #25243B;
  }
  
  .intBx.fs21 {
    font-size: 16px;
  }
  
  .intBx figure {
    margin: 0 20px 0 0;
  }
  
  .intBx span {
    margin-left: auto;
    background: #F6F6F6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  
  @media (max-width: 991px) {
    .intBx.fs21 {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .intBx {
      margin-bottom: 20px;
      font-size: 18px;
    }
    .intBx.fs21 {
      font-size: 14px;
    }
  }
  .program-comp {
    padding: 50px 0;
}
    
.PT60 {
    padding-top: 60px;
}
 .grnt-common-overview.fsn-page .headH2 {
     font-size: 46px;
     font-style: normal;
     font-weight: 700;
     line-height: 56px;
     background: linear-gradient(116deg, #6B2D68 34.06%, #A62E54 54.7%, #D2585D 69.65%);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: rgba(0, 0, 0, 0);
     margin-bottom: 32px
 }

 @media(max-width: 1180px) {
     .grnt-common-overview.fsn-page .headH2 {
         font-size: 40px;
         line-height: 50px
     }
 }

 @media(max-width: 767px) {
     .grnt-common-overview.fsn-page .headH2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 22px
     }
 }

 .grnt-common-overview.fsn-page .gco-subtext {
     color: #000;
     font-size: 18px;
     font-style: normal;
     font-weight: 500;
     line-height: 24px;
     margin: 0
 }

 .grnt-common-overview.fsn-page .gco-subtext .exp {
     color: #9d1d27
 }

 @media(max-width: 1180px) {
     .grnt-common-overview.fsn-page .gco-subtext {
         font-size: 16px;
         line-height: 18px
     }
 }

 @media(max-width: 767px) {
     .grnt-common-overview.fsn-page .gco-subtext {
         font-size: 16px;
         line-height: 18px;
         color: #00073b
     }
 }

 /* Millennia start */
 .grnt-common-overview.fsm-page .headH2 {
     font-size: 46px;
     font-style: normal;
     font-weight: 700;
     line-height: 56px;
     background: var(--Millennia, linear-gradient(90deg, #00073B 0%, #0D73AE 74.42%, #CFE8F7 107.08%));
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: rgba(0, 0, 0, 0);
     margin-bottom: 32px
 }

 @media(max-width: 1180px) {
     .grnt-common-overview.fsm-page .headH2 {
         font-size: 40px;
         line-height: 50px
     }
 }

 @media(max-width: 767px) {
     .grnt-common-overview.fsm-page .headH2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 22px
     }
 }

 .grnt-common-overview.fsm-page .gco-subtext {
     color: #000;
     font-size: 18px;
     font-style: normal;
     font-weight: 500;
     line-height: 24px;
     margin: 0
 }

 .grnt-common-overview.fsm-page .gco-subtext .exp {
     color: #9d1d27
 }

 @media(max-width: 1180px) {
     .grnt-common-overview.fsm-page .gco-subtext {
         font-size: 16px;
         line-height: 18px
     }
 }

 @media(max-width: 767px) {
     .grnt-common-overview.fsm-page .gco-subtext {
         font-size: 16px;
         line-height: 18px;
         color: #00073b
     }
 }
  /* Millennia End */

 /* Wealth Start */ 
 .grnt-common-overview.fsw-page .headH2 {
     font-size: 46px;
     font-style: normal;
     font-weight: 700;
     line-height: 56px;
     background: var(--Wealth-new, linear-gradient(116deg, #0F1B4E 13.97%, #00BEA3 97.77%));
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: rgba(0, 0, 0, 0);
     margin-bottom: 32px
 }

 @media(max-width: 1180px) {
     .grnt-common-overview.fsw-page .headH2 {
         font-size: 40px;
         line-height: 50px
     }
 }

 @media(max-width: 767px) {
     .grnt-common-overview.fsw-page .headH2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 22px
     }
 }

 .grnt-common-overview.fsw-page .gco-subtext {
     color: #000;
     font-size: 18px;
     font-style: normal;
     font-weight: 500;
     line-height: 24px;
     margin: 0
 }

 .grnt-common-overview.fsw-page .gco-subtext .exp {
     color: #9d1d27
 }

 @media(max-width: 1180px) {
     .grnt-common-overview.fsw-page .gco-subtext {
         font-size: 16px;
         line-height: 18px
     }
 }

 @media(max-width: 767px) {
     .grnt-common-overview.fsw-page .gco-subtext {
         font-size: 16px;
         line-height: 18px;
         color: #00073b
     }
 }

  /* Wealth End */ 

  /* Classic Start */

  
 .grnt-common-overview.fsc-page .headH2 {
     font-size: 46px;
     font-style: normal;
     font-weight: 700;
     line-height: 56px;
     background: linear-gradient(90deg, #174991 41.6%, #009DDB 95.01%);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: rgba(0, 0, 0, 0);
     margin-bottom: 32px
 }

 @media(max-width: 1180px) {
     .grnt-common-overview.fsc-page .headH2 {
         font-size: 40px;
         line-height: 50px
     }
 }

 @media(max-width: 767px) {
     .grnt-common-overview.fsc-page .headH2 {
         font-size: 36px;
         line-height: 42px;
         margin-bottom: 22px
     }
 }

 .grnt-common-overview.fsc-page .gco-subtext {
     color: #000;
     font-size: 18px;
     font-style: normal;
     font-weight: 500;
     line-height: 24px;
     margin: 0
 }

 .grnt-common-overview.fsc-page .gco-subtext .exp {
     color: #9d1d27
 }

 @media(max-width: 1180px) {
     .grnt-common-overview.fsc-page .gco-subtext {
         font-size: 16px;
         line-height: 18px
     }
 }

 @media(max-width: 767px) {
     .grnt-common-overview.fsc-page .gco-subtext {
         font-size: 16px;
         line-height: 18px;
         color: #00073b
     }
 }

 /* Classic End */

 /* Lic Start */
 
 .grnt-common-overview.lic-cc-page .headH2 {
     color: #25243b;
     font-family: "Inter";
     font-size: 36px;
     font-style: normal;
     font-weight: 600;
     line-height: 46px;
     letter-spacing: -0.6px;
     margin: 0px 0px 20px 0px
 }

 @media(max-width: 991px) {
     .grnt-common-overview.lic-cc-page .headH2 {
         color: #25243b;
         font-family: "Inter";
         font-size: 24px;
         font-style: normal;
         font-weight: 600;
         line-height: 30px;
         letter-spacing: -0.6px
     }
 }

 .grnt-common-overview.lic-cc-page .gco-subtext {
     color: #25243b;
     font-family: "Inter";
     font-size: 17px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
     letter-spacing: -0.5px
 }

 @media(max-width: 767px) {
     .grnt-common-overview.lic-cc-page .gco-subtext {
         font-size: 14px
     }
 }

 .grnt-common-overview.lic-cc-page .gco-subtext .exp {
     color: #9d1d27;
     font-weight: 500
 }
 /* Lic End */

 /* SWYP Start */
.color-red {
    color: #db4057;
}
 .PB60 {
    padding-bottom: 60px;
}


 .swyp-font-40 {
     color: #000;
     font-size: 40px;
     line-height: normal
 }

 @media(max-width: 820px) {
     .swyp-font-40 {
         font-size: 25px
     }
 }

 @media(max-width: 768px) {
     .swyp-font-40 {
         font-size: 25px
     }
 }

 @media(max-width: 767px) {
     .swyp-font-40 {
         font-size: 25px
     }
 }
 .font-italic {
     font-style: italic
 }

  .swyp-font-18 {
     color: #000;
     font-size: 18px;
     line-height: 26px;
     font-style: normal
 }

 .grnt-common-overview.fspy-page .gco-subtext .exp {
    color: #9d1d27;
}

  /* SWYP End */

  /* Ashva Start */
  
 .grnt-common-overview.ashva-page {
     padding: 75px 0;
     position: relative;
     z-index: 1;
     background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%)
 }

 @media(max-width: 767px) {
     .grnt-common-overview.ashva-page {
         padding: 40px 0
     }
 }

 .grnt-common-overview.ashva-page .headH2 {
     font-size: 40px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: rgba(0, 0, 0, 0);
     margin-bottom: 30px
 }

 @media(max-width: 767px) {
     .grnt-common-overview.ashva-page .headH2 {
         font-size: 32px;
         font-weight: 700
     }
 }

 .grnt-common-overview.ashva-page .gco-subtext {
     color: #000;
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
     margin: 0
 }

 .grnt-common-overview.ashva-page .gco-subtext .exp {
     color: #9d1d27;
     font-weight: 500
 }

 @media(max-width: 1180px) {
     .grnt-common-overview.ashva-page .gco-subtext {
         font-size: 16px;
         line-height: 22px
     }
 }

  .fade-in-up-on-scroll {
     opacity: 0;
     transform: translateY(50px);
     transition: opacity 2s, transform 2s
 }

 .fade-in-up-on-scroll.in-view {
     opacity: 1;
     transform: translateY(0)
 }

  /* Ashva End */

  /* Mayura Start */
  
 .grnt-common-overview.mayura-page {
     padding: 75px 0;
     position: relative;
     z-index: 1;
     background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%)
 }

 @media(max-width: 767px) {
     .grnt-common-overview.mayura-page {
         padding: 40px 0
     }
 }

 .grnt-common-overview.mayura-page .headH2 {
     font-size: 40px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     background: linear-gradient(92deg, #5D2227 36.27%, #982B35 70.68%, #5D2227 85.89%);
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: rgba(0, 0, 0, 0);
     margin-bottom: 30px
 }

 @media(max-width: 767px) {
     .grnt-common-overview.mayura-page .headH2 {
         font-size: 32px;
         font-weight: 700
     }
 }

 .grnt-common-overview.mayura-page .gco-subtext {
     color: #000;
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
     margin: 0
 }

 .grnt-common-overview.mayura-page .gco-subtext .exp {
     color: #9d1d27;
     font-weight: 500
 }

 @media(max-width: 1180px) {
     .grnt-common-overview.mayura-page .gco-subtext {
         font-size: 16px;
         line-height: 22px
     }
 }
 .fade-in-up-on-scroll {
     opacity: 0;
     transform: translateY(50px);
     transition: opacity 2s, transform 2s
 }

 .fade-in-up-on-scroll.in-view {
     opacity: 1;
     transform: translateY(0)
 }
  /* Mayura End */
  
  /* UPI Start */
  
.grnt-common-overview.upil-page {
    padding: 0 0 75px;
    background: #000
}

@media(max-width: 767px) {
    .grnt-common-overview.upil-page {
        padding: 0 0 40px
    }
}

.grnt-common-overview.upil-page .headH2 {
    color: #fff;
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .grnt-common-overview.upil-page .headH2 {
        font-size: 32px;
        margin-bottom: 10px
    }
}

.grnt-common-overview.upil-page .gco-subtext {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 147.648%
}

@media(max-width: 991px) {
    .grnt-common-overview.upil-page .gco-subtext {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150.068%
    }
}

.grnt-common-overview.upil-page .gco-subtext .exp {
    color: #9d1d27;
    font-weight: 500
}
  /* UPI End */

  /* First Earn Start */
  
 .grnt-common-overview.fearn-page {
     padding: 60px 0;
     background: #fff
 }

 @media(max-width: 767px) {
     .grnt-common-overview.fearn-page {
         padding: 40px 0
     }
 }

 .grnt-common-overview.fearn-page .headH2 {
     color: #1d1b1b;
     font-size: 36px;
     font-style: normal;
     font-weight: 700;
     line-height: 120%;
     margin-bottom: 30px
 }

 @media(max-width: 991px) {
     .grnt-common-overview.fearn-page .headH2 {
         font-size: 28px;
         margin-bottom: 22px
     }
 }

 .grnt-common-overview.fearn-page .gco-subtext {
     color: #1d1b1b;
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px
 }

 @media(max-width: 1180px) {
     .grnt-common-overview.fearn-page .gco-subtext {
         font-size: 16px;
         line-height: 22px
     }
 }

 .grnt-common-overview.fearn-page .gco-subtext .exp {
     color: #9d1d27;
     font-weight: 500
 }
  /* First Earn End */

  /* HPCL Start */
 
.grnt-common-overview.hpcl-page {
    padding: 75px 0 50px;
    background: #fff
}

@media(max-width: 767px) {
    .grnt-common-overview.hpcl-page {
        padding: 40px 0
    }
}

.grnt-common-overview.hpcl-page .headH2 {
    color: #25243b;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .grnt-common-overview.hpcl-page .headH2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px
    }
}

.grnt-common-overview.hpcl-page .gco-subtext {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #25243b
}

.grnt-common-overview.hpcl-page .gco-subtext .exp {
    color: #9d1d27;
    font-weight: 500
}
/* HPCL End */
