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 */
.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
}
.cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks{
	-ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks a.trackMyApp {
    background: #FFFFFF;
    color: #9D1D27;
    padding: 5px 15px;
    border-radius: 15px;
    margin-right: -16px;
}
.cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks a.trackMyApp:hover{
	color: #9D1D27 !important;
}

@media (max-width: 1400px) {
    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks a {
        font-size: 16px;
    }
}
.rupay-section {
  background-color: #121212;
}

.rupay-section .divider {
  text-align: center;
  margin: -40px auto 70px auto;
}

.rupay-section picture img {
  width: 100%;
}

.rupay-section picture img.auto {
  width: auto;
}

/* @media (max-width: 767px) {
  .rupay-section picture {
    margin-top: 81px;
  }
} */

.rupay-section.pt-200 {
  padding-top: 200px;
}

@media (max-width: 767px) {
  .rupay-section.pt-200 {
    padding-top: 0;
  }
}

.rupay-section.grediant-bg {
  background: url("../components/content/rupay-cc-rewamp/rupay-cc-banner/clientlibs/images/rupay/bg.jpg");
  background-size: cover;
  background-position: center;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .rupay-section.grediant-bg {
    padding-top: 100px;
    padding-bottom: 125px;
  }
}

.rupay-section.grediant-bg .content ul li {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-color: #9A9A9A;
}

.rupay-section.grediant-bg .content ul li a {
  color: #D9D9D9;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .rupay-section.grediant-bg .content ul li {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .rupay-section.grediant-bg .content ul {
    margin-top: 62px;
    margin-bottom: 0;
  }
}

.rupay-section .figure {
  margin-top: -40px;
}

.rupay-section .figure.mt-40 {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .rupay-section .figure.mt-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .rupay-section .figure {
    margin-top: 0;
  }
}

.rupay-section picture {
  margin: 0;
}

.rupay-section picture.minus-100 {
  margin-top: -50px;
}

@media (max-width: 991px) {
  .rupay-section picture.minus-100 {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .rupay-section .minus-margin {
    margin-top: -32%;
  }
}

.rupay-section .content {
  margin: 0 auto;
}

.rupay-section .content.mt-50 {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .rupay-section .content.mt-50 {
    margin-top: 0px;
  }
}

.rupay-section .content.mt-130 {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .rupay-section .content.mt-130 {
    margin-top: -130px;
  }
}

.rupay-section .content.mt-70 {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .rupay-section .content.mt-70 {
    margin-top: 0;
  }
}

.rupay-section .content.mt-minus-50 {
  margin-top: -90px;
}

@media (max-width: 767px) {
  .rupay-section .content.mt-minus-50 {
    margin-top: 0;
  }
}

.rupay-section .content.left {
  width: 430px;
}

.rupay-section .content.left.w320 {
  width: 320px;
}

@media (max-width: 767px) {
  .rupay-banner .rupay-section .content.left.w320 {
    width: 98%;
  }
}

@media (max-width: 767px) {
  .rupay-banner .rupay-section .content.left {
    width: 98%;
    padding: 0 20px;
    margin-top:0px;
  }
}

.rupay-section .content h1 {
  text-align: center;
  font-size: 56px;
  font-weight: 800;
  line-height: 100%;
  /* 56px */
  letter-spacing: 0.28px;
  background: -webkit-linear-gradient(146deg, #ffffff 7%, #29803c 31%, #d97b16 53%, #d97b16 72%, #ffffff 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 12px;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .rupay-section .content h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 100%;
    /* 42px */
    letter-spacing: 0.21px;
    margin-bottom: 10px;
  }
}

.rupay-section .content h2 {
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  opacity: 0.9;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .rupay-section .content h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
  }
}

.rupay-section .content p {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
  margin-bottom: 24px;
}

.rupay-section .content p.f36 {
  text-align: left;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  /* 36px */
  letter-spacing: 0.18px;
}

@media (max-width: 767px) {
  .rupay-section .content p.f36 {
    font-size: 32px;
    letter-spacing: 0.16px;
    margin-bottom: 22px;
  }
}

.rupay-section .content p strong {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  /* 36px */
  letter-spacing: 0.18px;
  /* 56px */
  letter-spacing: 0.28px;
  background: -webkit-linear-gradient(146deg, #ffffff 7%, #29803c 31%, #d97b16 53%, #d97b16 72%, #ffffff 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 767px) {
  .rupay-section .content p strong {
    font-size: 32px;
    letter-spacing: 0.16px;
  }
}

@media (max-width: 767px) {
  .rupay-section .content p {
    font-size: 24px;
    letter-spacing: 0.12px;
    margin-bottom: 8px;
  }
}

.rupay-section .content small {
  text-align: center;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
}

@media (max-width: 767px) {
  .rupay-section .content small {
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    /* 16.8px */
  }
}

.rupay-section .content small.f14 {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  font-weight: bold;
}

@media (max-width: 767px) {
  .rupay-section .content small.f14 {
    font-size: 11px;
  }
}

.rupay-section .btn-red {
  border-radius: 100px;
  background: #D73F41;
  display: block;
  width: 328px;
  height: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding: 13px 0;
  margin: 0 auto 14px auto;
  cursor: pointer;
}

@media (max-width: 767px) {
  .rupay-section .btn-red {
    margin: 0 auto 12px auto;
    color: #FFF;
    font-size: 14px;
  }
}



@media (max-width: 768px) {
  .rupay-section .content.left.w380 {
    width: 98%;
  }

  .rupay-section .content.left.w380 .btn-red {
    max-width: 100%;
  }
}

@media (max-width: 768px) and (max-width: 767px) {
  .rupay-section .content.left.w380 {
    width: 100%;
  }
}
.upi-carousel-section {
  padding: 100px 0 80px 0;
  background: #000;
}

.upi-carousel-section {
  min-height: 555px; /* CLS fixes css do not Change*/
}

.upi-carousel-section .containe {
  max-width: 80%;
}

@media (max-width: 767px) {
  .upi-carousel-section {
    padding: 50px 0;
    min-height: 700px;/* CLS fixes css do not Change*/
  }
}

.upi-carousel-section picture img {
  max-width: 100%;
}

.upi-carousel-section .img-container {
  width: 50%;
}

@media (max-width: 767px) {
  .upi-carousel-section .img-container {
    width: 100%;
  }
}

.upi-carousel-section .h2 {
  color: var(--N1-Style-Fade-Gray, #F6F6F6);
  font-size: 36px;
  font-weight: 800;
  line-height: 100%;
  /* 36px */
  letter-spacing: 0.18px;
  margin-bottom: 42px;
}

@media (max-width: 834px) {
  .upi-carousel-section .h2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .upi-carousel-section .h2 {
    font-size: 32px;
    margin-bottom: 17px;
    text-align: center;
  }
}

.upi-carousel-section small {
  color: #F7F7F7;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 9px;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .upi-carousel-section small {
    font-size: 12px;
    margin-bottom: 17px;
  }
}

.upi-carousel-section .btn-red {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 14px;
  /* 87.5% */
  border-radius: 100px;
  background: #D73F41;
  padding: 20px 16px;
  display: inline-block;
}

.upi-carousel-section .btn-red.outline {
  border: 1px solid #FFF;
  background: transparent;
}

@media (max-width: 767px) {
  .upi-carousel-section .btn-red {
    font-size: 12px;
    padding: 13px 16px;
  }
}

.upi-carousel-section .info {
  margin-top: 30px;
  color: #F7F7F7;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: normal;
}

.upi-carousel-section .info strong {
  display: block;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 767px) {
  .upi-carousel-section .info strong {
    font-size: 12px;
  }
}

@media (max-width: 834px) {
  .upi-carousel-section .info {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .upi-carousel-section .info {
    margin-top: 17px;
    text-align: center;
    font-size: 12px;
  }
}

.upi-carousel-section .owl-dots {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .upi-carousel-section .owl-dots {
    margin-top: 30px;
  }
}

.upi-carousel-section .owl-dots button {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  margin: 0 4px;
}

.upi-carousel-section .owl-dots button.active {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.upi-carousel-section .owl-item.active picture img {
  animation: slideRight 0.5s forwards;
}

.rupay-journey-part-fist .rjp-header {
  color: #323250;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  /* 117.857% */
  letter-spacing: -1px;
}

.rupay-journey-part-fist .rjp-sub-header {
  color: #323250;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 158.824% */
  letter-spacing: -0.607px;
  margin-top: 7px;
}

.rupay-journey-part-fist .form-group1 {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.rupay-journey-part-fist .form-group1 input {
  color: #25243B;
  /* font-family: "Inter"; */
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 141.176% */
  letter-spacing: -0.6px;
}

.modal-dialog {
  max-width: 600px;
}

.page-loader {
  z-index: 1055 !important;
}

.page-loader .loader-message-container {
  width: 300px;
  margin: 210px auto 0 auto;
  position: relative;
}

.page-loader .loader-msg {
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.571px;
}

.page-loader .loader-msg-desc {
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.571px;
  margin-top: 5px;
}

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

.owl-dots .owl-dot.active span {
  display: none;
}
.owl-dots .owl-dot span {
  display: none;
}

/* bredcrumb css  */
.breadcrumb-wrap {
  padding-top: 20px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb a {
  color: #4f4e4e
}

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

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

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

.breadcrumb-wrap.banner-brdcrumb.rupay-cc-bredcrumb-margin-top-custom{
  margin-top: 45px !important;
}
.rupay-section.grediant-bg {
  background: url("../../../content/dam/idfcfirstbank/images/rupay-credit-card/bg.jpg");
  background-size: cover;
  background-position: center;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .rupay-section.grediant-bg {
    padding-top: 100px;
    padding-bottom: 125px;
  }
}

.rupay-section.grediant-bg .content ul li {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-color: #9A9A9A;
}

.rupay-section.grediant-bg .content ul li a {
  color: #D9D9D9;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .rupay-section.grediant-bg .content ul li {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .rupay-section.grediant-bg .content ul {
    margin-top: 62px;
    margin-bottom: 0;
  }
}

#rupayknowmore .modal-dialog {
  max-width: 500px;
}

.rupay-know-more {
  color: #323250;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: -1px;
}

.rupay-know-more strong {
  font-weight: 600;
}

        .rupay-section .content small.f22 {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  opacity: 1;
  line-height: normal;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .rupay-section .content small.f22 {
    font-size: 14px;
    margin-bottom: 50px;
  }
}

.rupay-section .content small.f22 a {
  text-decoration: underline;
  font-size: inherit;
  color: #D9D9D9;
}


.modal-dialog {
  max-width: 600px;
}

.modal-dialog.container {
  max-width: 1100px;
}

.modal-dialog.container.op1 {
  max-width: 970px;
}

.modal-dialog .modal-body.op1 {
  padding: 70px 100px;
}

@media (max-width: 767px) {
  .modal-dialog .modal-body.op1 {
    padding: 50px 30px;
  }
}

.modal-dialog.op2 .modal-content {
  border-radius: 20px;
}

.modal-dialog.op2 .modal-content .modal-body {
  padding: 54px 25px;
}

.popup-close {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 1;
}


.rupay-section .h3 {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 767px) {
  .rupay-section .h3 {
    text-align: center;
    font-size: 24px;
  }
}

.upi-carousel .owl-stage, .upi-carousel .owl-item {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .upi-carousel .owl-stage, .upi-carousel .owl-item {
    display: block;
  }
}

@media (max-width: 767px) {
  .upi-carousel .owl-stage {
    margin-left: -15px;
  }
}

@media (max-width: 767px) {
  .upi-carousel .owl-item {
    width: 100%;
  }
  .upi-carousel .owl-item .item {
    min-height: 200px;
  }
}

.upi-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.upi-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 3px;
  background-color: #fff;
}

.upi-carousel .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.upi-carousel .item {
  position: relative;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 58px 24px 18px 24px;
  margin-top: 63px;
  width: 100%;
}

.upi-carousel .item span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 85px;
  height: 85px;
  border-radius: 42.5px;
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(150deg, #3F46A0 -112.96%, #9B1E26 4.82%, #E04D56 106.6%);
  position: absolute;
  top: -42px;
}

.upi-carousel .item p {
  text-align: left;
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.upi-carousel .item p strong {
  font-size: inherit;
  font-weight: 700;
  background: none;
  -webkit-text-fill-color: #fff;
}

@media (max-width: 767px) {
  .upi-carousel .item p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.upi-carousel .item figure {
  background-color: #fff;
  height: 36px;
  width: 36px;
  border-radius: 18px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0;
  margin-right: 5px;
}

.upi-carousel .item figure img {
  width: 18px;
}

.upi-carousel .item .know-more-upi-app {
  font-size: 14px;
  padding-top: 10px;
}

.upi-carousel .item .know-more-upi-app a {
  color: #D9D9D9;
  text-decoration: underline;
}

.getStarted_knowMore {
  color: #fff;
  text-decoration: underline;
}

.rupay-upi-card .rupay-know-more p{
  font-size: 16px;
}

.rupay-upi-card .rupay-know-more b{
  font-weight: 600;
  font-size: 20px;
}

.rupay-upi-card .know-more-upi-app {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
}

.rupay-upi-card  .know-more-upi-app a {
  color: #D9D9D9;
  text-decoration: underline;
}

/*Document Section CSS start*/

.document-section {
    background: linear-gradient(180deg, #c4777d 0%, #9d1d27 100%);
    padding: 50px 0;
}

.document-section .header-content-2 {
    font-weight: 600;
}

.document-section .hd24s {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    opacity: 0.9;
    margin-bottom: 30px;
}

.document-section .impt-docs-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    margin-top: 30px;
}

.document-section .card-docs {
    width: 175px;
    height: 175px;
    text-align: center;
    padding: 24px 26px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.document-section .card-docs a {
    color: #25243B;
}

@media (max-width: 991px) {
    .document-section .card-docs {
        width: 48%;
        height: 155px;
        padding: 20px 12px;
        margin-bottom: 15px;
    }
}

/*Document Section CSS End*/
.secondary-nav-rupay {
  font-size: 14px;
  padding: 8px 8px;
  margin: 0 auto;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.5);
  -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 {
  position: relative;
  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;
  /* 87.5% */
  padding: 20px 28px;
  border-radius: 31.5px;
  background: #D73F41;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .secondary-nav-rupay.secondary-nav-upi .btn-red {
    font-size: 12px;
    padding: 11px 28px !important;
    min-width: 234px !important;
    /* line-height: 14px !important; */
  }
 
}
@media (max-width: 996px) {
  .btn-box #mobcta {
    line-height: 14px !important;
    height: 38px !important;
  }
}


@media (max-width: 767px) {
  .btn-box #mobcta {
    line-height: 14px !important;
    height: 38px !important;

  }
}


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

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

.modal-open .secondary-nav-rupay {
  left: -17px;
}

.upi-pay-section {
  background-color: #121212;
}

@media (max-width: 991px) {
  .upi-pay-section {
    padding: 43px 20px;
  }
}

.upi-pay-section .dashed-line {
  position: relative;
  padding: 0 100px;
}

@media (max-width: 767px) {
  .upi-pay-section .dashed-line {
    padding: 0 0px;
  }
  .upi-pay-section .dashed-line .d-flex-mob {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 24px;
  }
  .upi-pay-section .dashed-line .d-flex-mob img {
    width: 58px;
    height: 58px;
    margin-right: 14px;
  }
}

.upi-pay-section .dashed-line img {
  z-index: 2;
  position: relative;
}

.upi-pay-section .dashed-line .middle-line {
  position: relative;
}

.upi-pay-section .dashed-line .middle-line:after {
  content: " ";
  height: 1px;
  border-bottom: 1px dashed #FFFFFF;
  width: 0%;
  margin: 0 auto;
  top: 34%;
  position: absolute;
  left: 50%;
  z-index: 1;
}

@media (max-width: 1180px) {
  .upi-pay-section .dashed-line .middle-line:after {
    left: 44%;
  }
}

@media (max-width: 1112px) {
  .upi-pay-section .dashed-line .middle-line:after {
    left: 45%;
  }
}

@media (max-width: 834px) {
  .upi-pay-section .dashed-line .middle-line:after {
    left: 35%;
  }
}

@media (max-width: 767px) {
  .upi-pay-section .dashed-line .middle-line:after {
    height: 0;
    border-right: 1px dashed #FFFFFF;
    width: 0px;
    margin: 0 auto;
    top: 45%;
    position: absolute;
    left: 43px;
  }
}

.upi-pay-section .dashed-line .middle-line.animated:after {
  animation: lineAnimation 0.5s ease-in-out 1s forwards;
  /* Apply animation */
}

@media (max-width: 767px) {
  .upi-pay-section .dashed-line .middle-line.animated:after {
    animation: verLineAnimation 0.5s ease-in-out 1s forwards;
    /* Apply animation */
  }
}

.upi-pay-section .dashed-line .middle-line2 {
  position: relative;
}

.upi-pay-section .dashed-line .middle-line2:after {
  content: " ";
  height: 1px;
  border-bottom: 1px dashed #FFFFFF;
  width: 0%;
  margin: 0 auto;
  top: 34%;
  position: absolute;
  left: 50%;
  z-index: 1;
}

@media (max-width: 1180px) {
  .upi-pay-section .dashed-line .middle-line2:after {
    left: 44%;
  }
}

@media (max-width: 1112px) {
  .upi-pay-section .dashed-line .middle-line2:after {
    left: 45%;
  }
}

@media (max-width: 834px) {
  .upi-pay-section .dashed-line .middle-line2:after {
    left: 35%;
  }
}

@media (max-width: 767px) {
  .upi-pay-section .dashed-line .middle-line2:after {
    height: 0;
    border-right: 1px dashed #FFFFFF;
    width: 0px;
    margin: 0 auto;
    top: 45%;
    position: absolute;
    left: 43px;
    right: auto;
  }
}

.upi-pay-section .dashed-line .middle-line2.animated:after {
  animation: lineAnimation 0.5s ease-in-out 2s forwards;
  /* Apply animation */
}

@media (max-width: 767px) {
  .upi-pay-section .dashed-line .middle-line2.animated:after {
    animation: verLineAnimation 0.5s ease-in-out 2s forwards;
    /* Apply animation */
  }
}

.upi-pay-section.grediant-bg {
  background: url("../../../content/dam/idfcfirstbank/images/upi-landing-l2/bg.jpg");
  background-size: cover;
  background-position: center;
  padding-bottom: 96px;
  padding-top: 100px;
}

@media (max-width: 767px) {
  .upi-pay-section.grediant-bg {
    padding-top: 39px;
    padding-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .upi-pay-section.grediant-bg .content {
    padding-left: 40px;
  }
}

@media (max-width: 768px) and (max-width: 767px) {
  .upi-pay-section.grediant-bg .content {
    padding-left: 0;
  }
}

.upi-pay-section .title {
  color: #FFFFFF;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .upi-pay-section .title {
    font-size: 32px;
  }
}

.upi-pay-section .txt {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 147.648%;
  margin-bottom: 76px;
  /* 29.53px */
}

@media (max-width: 991px) {
  .upi-pay-section .txt {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.068%;
    margin-bottom: 42px;
    /* 21.01px */
  }
}

.upi-pay-section .head {
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .upi-pay-section .head {
    text-align: left;
    margin-top: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes lineAnimation {
  from {
    width: 0;
    /* Start width */
  }
  to {
    width: 80%;
    /* End width */
    @media only screen and (min-width: 1580px) {
      width: 82%;
      /* End width */
    }
  }
}
@keyframes verLineAnimation {
  from {
    height: 0;
    /* Start width */
  }
  to {
    height: 100%;
    /* End width */
  }
}



.section-card-to-upi {
  background-color: #000;
  padding: 0 0 80px 0;
}

@media (max-width: 767px) {
  .section-card-to-upi {
    padding: 10px 0 50px 0;
  }
}

.section-card-to-upi figure {
  text-align: center;
}

.section-card-to-upi figure img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .section-card-to-upi figure img {
    max-width: 254px;
    margin: 0 auto;
  }
}

.section-card-to-upi .h2 {
  color: #FFF;
  text-shadow: 0px 4px 8.8px rgba(0, 0, 0, 0.76);
  font-size: 36px;
  font-weight: 700;
  line-height: 131.31%;
  /* 47.271px */
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  .section-card-to-upi .h2 {
    color: #FFF;
    font-size: 32px;
    line-height: normal;
  }
}

.section-card-to-upi .h3 {
  color: rgba(247, 247, 247, 0.8);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  /* 28px */
}

@media (max-width: 767px) {
  .section-card-to-upi .h3 {
    color: #F7F7F7;
    font-size: 18px;
    font-weight: 500;
  }
}

.section-card-to-upi ul li {
  padding: 20px 0;
  border-bottom: 1px solid #555;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.section-card-to-upi ul li:last-child {
  border: 0;
}

.section-card-to-upi ul li span {
  height: 60px;
  width: 60px;
  min-height: 60px;
  min-width: 60px;
  border-radius: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: linear-gradient(150deg, #3F46A0 -112.96%, #9B1E26 4.82%, #E04D56 106.6%);
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.section-card-to-upi ul li p {
  margin: 0;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  padding-left: 16px;
}

@media (max-width: 767px) {
  .section-card-to-upi ul li p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }
}

.section-card-to-upi small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: 129.494%;
  /* 18.129px */
  display: block;
  margin-top: 3px;
}

@media (max-width: 767px) {
  .section-card-to-upi small {
    text-align: center;
    color: rgba(247, 247, 247, 0.8);
    font-size: 12px;
  }
}

.faq-section-rupay {
  background-color: #121212;
  padding: 148px 0;
}

@media (max-width: 767px) {
  .faq-section-rupay {
    padding: 46px 0 96px 0;
  }
}

.faq-section-rupay h4 {
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .faq-section-rupay h4 {
    font-size: 24px;
    text-align: center;
  }
}

.faq-section-rupay .accordian .trgr {
  background-color: transparent;
  border-bottom: 1px solid #9A9A9A;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #C7C7C7;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin-top: 0;
}

.faq-section-rupay .accordian .trgr::before,
.faq-section-rupay .accordian .trgr::after {
  color: #fff;
}

.faq-section-rupay .accordian .trgr.last {
  border: 0;
}

.faq-section-rupay .accordian .trgr.act {
  box-shadow: none;
  background-color: #fff;
  color: #1C252E;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
}

.faq-section-rupay .accordian .trgr.act::before,
.faq-section-rupay .accordian .trgr.act::after {
  color: #1C252E;
}

.faq-section-rupay .accordian .trgr+.tog_cont {
  border-top: 0;
  padding-top: 0;
  box-shadow: none;
  margin: 0;
  color: #1C252E;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.faq-section-rupay .accordian .trgr+.tog_cont p {
  margin: 0;
}

@media (max-width: 767px) {
  .faq-section-rupay .accordian .trgr {
    font-size: 14px;
  }
}

.faq-section-rupay .accordian .trgr+.tog_cont p {
  margin-bottom: 10px;
  font-weight: initial;
}

@media (max-width: 767px) {
  .faq-section-rupay h4 {
    font-size: 24px;
    text-align: center;
  }
}

.faq-section-rupay .accordian .tog_cont {
  border-radius: 0 0 5px 5px;
}
.section-all-about, .section-welcome-offer {
  padding: 0px 0 80px 0;
  background-color: #000;
}

@media (max-width: 767px) {
  .section-all-about, .section-welcome-offer {
    padding: 10px 0 50px 0;
  }
  .section-all-about .mx-auto-0, .section-welcome-offer .mx-auto-0 {
    margin: 0;
  }
}

.section-all-about .h2, .section-welcome-offer .h2 {
  color: #FFF;
  //font-family: Inter;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .section-all-about .h2, .section-welcome-offer .h2 {
    font-size: 32px;
    margin-bottom: 4px;
  }
}

.section-all-about .h3, .section-welcome-offer .h3 {
  color: #F7F7F7;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .section-all-about .h3, .section-welcome-offer .h3 {
    font-size: 16px;
  }
}

.section-all-about .owl-carousel, .section-welcome-offer .owl-carousel {
  margin-top: 53px;
}

@media (max-width: 767px) {
  .section-all-about .owl-carousel, .section-welcome-offer .owl-carousel {
    margin-top: 24px;
  }
}

.section-all-about .owl-carousel .owl-stage, .section-welcome-offer .owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .section-all-about .owl-carousel .owl-stage, .section-welcome-offer .owl-carousel .owl-stage {
    margin-left: -30px;
  }
}

.section-all-about .owl-carousel .owl-item, .section-welcome-offer .owl-carousel .owl-item {
  overflow: hidden;
}

.section-all-about .item, .section-welcome-offer .item {
  border-radius: 8px;
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  height: 100%;
}

.section-all-about .item figure, .section-welcome-offer .item figure {
  padding: 20px 27px;
  padding-bottom: 67px;
}

.section-all-about .item figure img, .section-welcome-offer .item figure img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.section-all-about .item figcaption, .section-welcome-offer .item figcaption {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 5px 18px;
  z-index: 1;
}

.section-all-about .item figcaption small, .section-welcome-offer .item figcaption small {
  font-size: 13px;
}

.section-all-about .svg-container, .section-welcome-offer .svg-container {
  bottom: 0;
  left: 0;
  width: 100%;
}

.section-all-about .owl-dots, .section-welcome-offer .owl-dots {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .section-all-about .owl-dots, .section-welcome-offer .owl-dots {
    margin-top: 30px;
  }
}

.section-all-about .owl-dots button, .section-welcome-offer .owl-dots button {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff !important;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  margin: 0 4px;
}

.section-all-about .owl-dots button.active, .section-welcome-offer .owl-dots button.active {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.owl-dots .owl-dot span {
    display: none !important;
}

.section-welcome-offer {
  padding: 80px 0;
  background-image: url(../../../content/dam/idfcfirstbank/images/upi-landing-l2/welcome-bg.png);
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .section-welcome-offer {
    padding: 50px 0;
  }
}

.section-welcome-offer .svg-shape {
  background-image: url(../../../content/dam/idfcfirstbank/images/upi-landing-l2/shadow.png);
  background-size: cover;
  mix-blend-mode: screen;
}

.section-welcome-offer .item {
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

.section-welcome-offer .item figure {
  padding: 20px 0;
  padding-bottom: 140px;
}

.svg-container {
  width: 258px;
  height: 195px;
  position: relative;
  overflow: hidden;
}

.svg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 7px;
  background-image: url(../../../content/dam/idfcfirstbank/images/upi-landing-l2/rectangle.png);
  background-size: cover;
}

.section-get-reward {
  background-color: #000;
  padding: 0 0 80px 0;
}

@media (max-width: 767px) {
  .section-get-reward {
    padding: 10px 0 50px 0;
  }
}

.section-get-reward .h2 {
  color: #FFF;
  // font-family: Inter;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .section-get-reward .h2 {
    font-size: 32px;
    margin-bottom: 4px;
  }
}

.section-get-reward .h3 {
  color: #F7F7F7;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .section-get-reward .h3 {
    font-size: 16px;
  }
}

.section-get-reward .small {
  color: #F7F7F7;
  font-size: 12px;
  font-weight: 400;
  line-height: 133.73%;
  /* 16.048px */
  display: block;
  margin-bottom: 8px;
  margin-top: 22px;
}

.section-get-reward .x-small {
  color: #F7F7F7;
  font-size: 12px;
  font-weight: 400;
  line-height: 133.73%;
  /* 16.048px */
}

.section-get-reward .item-row {
  margin-top: 100px;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .section-get-reward .item-row {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .section-get-reward .item-row>div {
    margin-top: 100px;
  }
}

.section-get-reward .item {
  padding: 0 17px 80px 17px;
  border-radius: 8px;
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  height: 100%;
  min-height: 167px;
}

@media (max-width: 767px) {
  .section-get-reward .item {
    padding: 0 11px 45px 11px;
  }
}


@keyframes bounce1 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

.section-get-reward .item:hover figure {
  animation: bounce1 0.5s infinite alternate;
}

.section-get-reward .item figure {
  padding: 0;
  position: relative;
  top: -70px;
  margin-bottom: -70px !important;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.section-get-reward .item figure img {
  max-width: 100%;
}

.section-get-reward .item figcaption {
  padding: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

.section-get-reward .item figcaption strong {
  font-weight: 700;
}

@media (max-width: 767px) {
  .section-get-reward .item figcaption {
    font-size: 12px;
  }
}

.section-get-reward .disclaimer {
  padding: 20px 0 0 0px
}

@media(max-width: 767px) {
  .section-get-reward .disclaimer {
    padding: 20px 0px 0 0px
  }
}

.section-get-reward .disclaimer p {
  font-size: 14px;
  color: #fff
}

@media(max-width: 767px) {
  .section-get-reward .disclaimer p {
    font-size: 12px
  }
}
.upi-landing-l2 {
  padding: 100px 0 50px 0;
  background-color: #121212;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.upi-landing-l2 .content-section .btn-container a {
  color: #fff;
  text-align: center;
  /* font-family: Inter; */
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 14px 48px;
  background-color: #d73f41;
  height: 100%;
  display: block;
  width: 100%;
  border-radius: 30px;
}
.section-upi-link {
  padding: 53px 0 0 0;
  background-size: cover;
  background-color: #E04D56;
  background-image: url("../../../content/dam/idfcfirstbank/images/upi-landing-l2/bg.jpg");
}

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

.section-upi-link .h2 {
  color: #FFF;
  font-size: 42px;
  font-weight: 600;
  line-height: 131.31%;
  /* 55.15px */
  margin-bottom: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

.section-upi-link .content-section .card-section-l2 .card-content-l2 {
  padding: 32px 26px;
  background: transparent;
}

@media (max-width: 767px) {
  .section-upi-link .content-section .card-section-l2 .card-content-l2 {
    padding: 24px 22px;
  }
  .section-upi-link .content-section .card-section-l2 .card-content-l2 .btn-container {
    margin: 0 auto;
    min-width: 263px;
  }
}

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

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

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

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

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

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

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

.section-upi-link .content-section .card-section-l2 .card-header-l2 .card-image.active img {
  background-color: transparent;
  opacity: 1;
}

.upi-steps {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .upi-steps {
    padding-bottom: 40px;
  }
}

.upi-steps .h2 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 8.8px rgba(0, 0, 0, 0.76);
  font-size: 42px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 72px;
}

@media (max-width: 767px) {
  .upi-steps .h2 {
    margin-bottom: 32px;
    font-size: 32px;
  }
}

.upi-steps .item-container {
  position: relative;
}

.upi-steps .item-container::after {
  content: '';
  height: 1px;
  width: 89%;
  position: absolute;
  top: 50px;
  left: 5%;
  border-bottom: 1px dashed #fff;
}

@media (max-width: 767px) {
  .upi-steps .item-container::after {
    height: 90%;
    width: 2px;
    position: absolute;
    top: 50px;
    left: 30px;
    border-bottom: 0;
    border-left: 1px dashed #fff;
  }
}

.upi-steps .item {
  text-align: center;
}

@media (max-width: 767px) {
  .upi-steps .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 32px;
  }
  .upi-steps .item:last-child {
    margin-bottom: 0;
  }
}

.upi-steps .item img {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .upi-steps .item img {
    margin-bottom: 0;
    width: 60px;
  }
}

.upi-steps .item label {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 144%;
  /* 23.04px */
  padding-left: 22px;
}

@media (max-width: 767px) {
  .upi-steps .item label {
    margin-bottom: 0;
    text-align: left;
    font-size: 12px;
  }
  .upi-steps .item label br {
    display: none;
  }
}

.first-select-finfirst-blog-section {
  position: relative;
  padding: 0 140px 0
}

@media(max-width: 1180px) {
  .first-select-finfirst-blog-section {
      padding: 20px 40px 0
  }
}

@media(max-width: 991px) {
  .first-select-finfirst-blog-section {
      padding: 0 15px
  }
}

@media(max-width: 767px) {
  .first-select-finfirst-blog-section {
      padding: 0 15px
  }
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider {
  overflow: hidden
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide {
  border-radius: 20px;
  background: var(--Blogs, linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(177, 177, 177, 0.2) 100%));
  overflow: hidden;
  position: relative;
  min-height: 430px
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .banner-bg img {
  width: 100%;
  height: 194px;
  object-fit: cover;
  border-radius: 20px
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content {
  padding: 20px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .sldrh2 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px
}

@media(max-width: 767px) {
  .first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .sldrh2 {
      margin-bottom: 22px
  }
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .pera {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px
}

@media(max-width: 767px) {
  .first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .pera {
      max-width: 85%
  }
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .btn-box {
  position: absolute;
  bottom: 20px
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .btn-box .btn-red-new {
  padding: 10px 30px 12px 30px;
  margin: 0
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .btn-box .btn-red-new span {
  font-size: 14px
}

@media(max-width: 767px) {
  .first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-slide .slider-content .btn-box .btn-red-new {
      height: inherit;
      padding: 8px 30px
  }
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .scrollbar .swiper-scrollbar {
  background: #ededed;
  height: 6px;
  max-width: 132px;
  margin: 35px auto 0;
  position: relative;
  z-index: 0;
  overflow: hidden
}

.first-select-finfirst-blog-section .ff-finfirst-blog-slider .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fab21d
}

.first-select-blogs-container .title {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px
}

@media(max-width: 991px) {
  .first-select-blogs-container .title {
      font-size: 32px
  }
}

.first-select-blogs-container .txt {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 147.648%;
  margin-bottom: 25px
}

@media(max-width: 991px) {
  .first-select-blogs-container .txt {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150.068%;
      margin-bottom: 10px
  }
}

@media(max-width: 991px)and (max-width: 991px) {
  .first-select-blogs-container .txt {
      margin-bottom: 30px
  }
}

.first-select-blogs-container .btn-red-new {
  border-radius: 38px;
  background: #9c1d26;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  margin: 0px;
  padding: 10px 30px 12px 30px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-clip: inherit;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-width: 767px) {
  .first-select-blogs-container .btn-red-new {
      margin: 0 0 8px;
      padding: 0 12px;
      height: 40px
  }
}

.first-select-blogs-container .btn-red-new span {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 5px
}

@media(max-width: 767px) {
  .first-select-blogs-container .btn-red-new span {
      font-size: 14px
  }
}

.first-select-blogs-container.upilanding-fifr-blog {
  background-size: cover;
  background-color: #e04d56;
  background-image: url("../../../content/dam/idfcfirstbank/images/upi-landing-l2/bg.jpg");
  padding: 60px 0px
}

@media(max-width: 991px) {
  .first-select-blogs-container.upilanding-fifr-blog {
      padding: 40px 0px
  }
}

.first-select-blogs-container.upilanding-fifr-blog .ff-finfirst-blog-slider .swiper-slide {
  height: auto
}

.first-select-blogs-container.upilanding-fifr-blog .ff-finfirst-blog-slider .swiper-slide .slider-content {
  min-height: 238px;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width: 767px) {
  .first-select-blogs-container.upilanding-fifr-blog .ff-finfirst-blog-slider .swiper-slide .slider-content {
      min-height: auto
  }
}

.first-select-blogs-container.upilanding-fifr-blog .ff-finfirst-blog-slider .swiper-slide .slider-content .sldrh2 {
  color: #fff
}

.first-select-blogs-container.upilanding-fifr-blog .ff-finfirst-blog-slider .swiper-slide .slider-content .pera {
  color: #fff
}

.first-select-blogs-container.upilanding-fifr-blog .ff-finfirst-blog-slider .swiper-slide .slider-content .btn-box {
  position: relative;
  bottom: 0;
  margin-top: 10px
}

.upilanding-fifr-blog .first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-pagination {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 21px;
  z-index: 0
}

.upilanding-fifr-blog .first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 4px;
  background-color: #fff;
  transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
  margin: 0 4px
}

.upilanding-fifr-blog .first-select-finfirst-blog-section .ff-finfirst-blog-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1)
}
.upi-landing-l2 {
  padding: 100px 0 50px 0;
  background-color: #121212;
  overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(max-width: 991px) {

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

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

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

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

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

  100% {
    top: 86%
  }
}

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

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

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

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

@media(max-width: 991px) {

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

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

@media(max-width: 991px) {

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

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

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

@media(max-width: 991px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    top: 86%
  }
}

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

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

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

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

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

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

.grnt-section-upi-link .custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #fff
}
.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
}
.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 */
.PA0,
.cc-landing-drop ul li,
.cc-landing-page .ccnew-pup .modal-dialog .modal-body .cc-landing-drop ul li,
.cc-landing-page .ccnew-pup.cc-beginChall .modal-dialog .modal-body,
.cc-landing-page .ccnew-secion10 .PLR20,
.ficurning .white-bg,
.login-bx,
.ntb-stepBox .switch-step1Show li,
.ntb-stepBox .switch-step2Show li,
ul {
    padding: 0;
}

.hd,
a,
a:focus,
a:hover,
body {
    color: #54565b;
}

.breadcrumb,
.dropdown .dropdown-menu .dropdown-item:hover,
body {
    background-color: #f3f3f3;
}

.selec-nowrap,
.upload-file .f-input {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.msg__icon img,
.next__link img {
    max-width: 100%
}

.form-group1 input:focus,
.form-group1 select:focus,
.form-group1 textarea:focus,
.service-box .card button:focus,
:focus,
a:focus,
button:focus {
    outline: 0;
}

.btn-link:hover,
.ntbCore .headBox2,
a,
a:focus,
a:hover {
    text-decoration: none;
}

@font-face {
    font-family: ocr-b_10_btregular;
    src: url("../../../content/dam/idfcfirstbank/fonts/ocr-b_10_bt-webfont.woff2") format("woff2"), url("../../../content/dam/idfcfirstbank/fonts/ocr-b_10_bt-webfont.woff2") format("woff");
    font-weight: 400;
    font-style: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.bold,
.cc-compareTable .rTableCell .colorRedBolder,
.search-listing li .search-txt p .icon-Right.red,
.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,
.strong,
.top-nav-left>li.active>a,
.top-nav-left>li:hover>a,
b,
strong {
    font-weight: 700;
}

.hd,
.hd1l,
.hd2 {
    font-weight: 300;
}

.higherlimitlink a,
.search-bxIn .tt-menu .link,
.uline {
    text-decoration: underline;
}

ul {
    margin: 0;
}

ul li {
    list-style: none;
}

* html .clearfix {
    height: 1%
}

* html .ui-autocomplete,
header {
    height: 100px;
}

.aadhar-newPup .modal-dialog .btn-box,
.accordian .tog_cont .block,
.announ-box.open+.ann-overlay,
.banner .list-item,
.boc-form.active,
.cc-landing-page .beginPupMain .beginConta .beginQues li:first-child,
.cc-landing-page .cards640Up,
.cc-landing-page .ccnew-secion10 .owl-carousel.owl-drag .owl-item.center .btn-box,
.cc-landing-page .ccnew-secion3 .owl-carousel.owl-drag .owl-item.center .btn-box .btn-red,
.clearfix,
.credit-card-compare table tr td span.ohidden,
.cust-tooltip.open .share-positon-box,
.drop-down-notification:hover .notification-dropdown,
.form-group1 input:active+label,
.form-group1 input:focus+label,
.form-group1 select:active+label,
.form-group1 select:focus+label,
.form-group1 textarea:active+label,
.form-group1 textarea:focus+label,
.ntbShow .ntbTxt,
.right-nav .drop-down:hover .dropdown-content,
.sa-form.active,
.sec-nav .menu a img,
.sec-nav ul.last .drop-down:hover .dropdown-content,
.share-box .share-bubble .social li a,
.share-box.open .share-positon-box,
.sub-nav .drop-down:hover .dropdown-content,
.top-nav .drop-down:hover .dropdown-content,
.top-nav .logo a img,
.top-nav .menu a img,
.upload-file.active .filename,
header.sticky .top-nav-right li.stvi {
    display: block;
}

.ohidden,
body.overflow {
    overflow: hidden;
}

.FL,
.rTableRowTotal .btn-box {
    float: left;
}

.FR {
    float: right;
}

.cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .ccnew-pupTxt,
.cc-landing-page .ccnew-secion10 .owl-carousel .owl-stage,
.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew.ccnew-selectBoxNewDis,
.flex,
.footer ul.app-list,
.footer ul.social,
.form-details,
.login-bx .login-top .login-nav ul,
.mega-menu,
.ntb-calc .track-appIcons3 .container,
.sec-nav>ul,
.secondary-nav ul:not(.filter),
.secondary-tab ul:not(.filter),
.secondary-tab-normal ul:not(.filter),
.share-box .share-bubble .social,
.special-offering table td .box-details {
    display: -ms-flexbox;
    display: flex;
}

.CTR,
.cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt .ccAprImg h4,
.cc-landing-page .ccnew-secion2,
.cc-landing-page .ccnew-secion3,
.corePopup .btn-box,
.ntb-calc .cardNames {
    text-align: center;
}

.TAR,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .mobcomParePup .rTableHeadSaving,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain.cc-Saving,
.menu-cardList-cnt .hd-bx a {
    text-align: right;
}

.UC {
    text-transform: uppercase;
}

.tCap {
    text-transform: capitalize !important;
}

.PR,
.addNewetbMain,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .mobcomParePup .form-label-group22,
.cc-landing-page .ccnew-secion2 .container,
.cc-landing-page .ccnew-secion3 .container,
.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-sec1Left,
.cc-landing-page .ccnew-secion4 .container,
.cc-product-landing .banner-brdcrumb.breadcrumb-wrap,
.cc-sectionimg .imgContainer,
.cong-section .cc-card figure,
.credit-card-box figure,
.cust-tooltip,
.explorer11 .footer,
.ficurning .form-list,
.footer .fot-red .container,
.form-label-group,
.paBox,
.relative,
.search-bxIn,
.upload-file {
    position: relative;
}

.PA5 {
    padding: 5px;
}

.PA7 {
    padding: 7px;
}

.PA10,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .rTableCell,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .rTableHead,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .rTableRowTotal,
.ui-autocomplete li .ui-menu-item-wrapper {
    padding: 10px;
}

.PA12 {
    padding: 12px;
}

.PA15,
.offer-box .offer-inner {
    padding: 15px;
}

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

.PR5,
.or span {
    padding-right: 5px;
}

.PT3 {
    padding-top: 3px;
}

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

.PT7 {
    padding-top: 7px;
}

.PT8 {
    padding-top: 8px;
}

.PT10 {
    padding-top: 10px;
}

.PT15 {
    padding-top: 15px;
}

.PT20,
.breadcrumb-wrap,
.cc-landing-page .tabs-content3 {
    padding-top: 20px;
}

.PT25 {
    padding-top: 25px;
}

.PT30,
.cc-landing-page .ccnew-secion1 .ccnew-sec1Left {
    padding-top: 30px;
}

.PT35 {
    padding-top: 35px;
}

.PT40,
.ntbPupupBox .ntbPassword .ntbPupImg,
.ntbPupupBox .ntbPassword3 .ntbPupImg {
    padding-top: 40px;
}

.PT75,
.PT80 {
    padding-top: 75px;
}

.PB5,
.step-list li:nth-child(2) {
    padding-bottom: 5px;
}

.PB7 {
    padding-bottom: 7px;
}

.PB10,
.cc-forumInner .cc-ComBox.cc-ComBoxActive,
.ntbPupupBox .ntbPupImg2 {
    padding-bottom: 10px;
}

.PB15 {
    padding-bottom: 15px;
}

.PB20,
.cc-landing-page .ccnew-pup .modal-dialog .modal-body ul,
.ntbPupupBox .ntbPassword,
.ntbPupupBox .ntbPassword2,
.ntbPupupBox .ntbPassword3,
.ntbPupupBox .ntbPassword4 {
    padding-bottom: 20px;
}

.PB25 {
    padding-bottom: 25px;
}

.PB30,
.ntbPupupBox .ntbPassword2 h4 {
    padding-bottom: 30px;
}

.PB35,
.PB50 {
    padding-bottom: 50px;
}

.PB40,
.ntb-calc .etb-trackRight .etb-trackSteps li,
.ntb-calc h1,
.pd-section.ntb-core-sprint {
    padding-bottom: 40px;
}

.PB45 {
    padding-bottom: 45px;
}

.PB55 {
    padding-bottom: 55px;
}

.PB60 {
    padding-bottom: 60px;
}

.PL5 {
    padding-left: 5px;
}

.PL10,
.custom-control.custom-radio.default .custom-control-label,
.custom-control.custom-radio.green .custom-control-label,
.custom-control.custom-radio.red .custom-control-label {
    padding-left: 10px;
}

.PL15 {
    padding-left: 15px;
}

.PL20,
.ntb-calc .rTableHead h3 {
    padding-left: 20px;
}

.PL25 {
    padding-left: 25px;
}

.PR10 {
    padding-right: 10px;
}

.PR15,
.list-more ul li a span img,
.notification-dropdown .bdy {
    padding-right: 15px;
}

.PR20,
.ntb-core-sprint .form-details .col-right {
    padding-right: 20px;
}

.PL50,
.cc-landing-page .ccnew-secion1 .ccnew-sec1Right {
    padding-left: 50px;
}

.PR50,
.next-step .next-step-cont {
    padding-right: 50px;
}

.p0 {
    padding: 0 !important;
}

.MR5 {
    margin-right: 5px;
}

.MR7 {
    margin-right: 7px;
}

.MR10,
.newCarList .list-item li span,
header.d-lg-none .top-nav-right ul li {
    margin-right: 10px;
}

.MR15,
.btn-box a.MR15 {
    margin-right: 15px;
}

.MR20,
.share-box .share-bubble .social li {
    margin-right: 20px;
}

.MR25 {
    margin-right: 25px;
}

.MR30 {
    margin-right: 30px;
}

.MR0,
.cc-landing-page .ccnew-secion10 .navigation-thumbs.owl-carousel.owl-drag .owl-item {
    margin-right: 0 !important;
}

.ML2,
.progress-list.sticky ul {
    margin-left: 2px;
}

.ML5,
.tooltips {
    margin-left: 5px;
}

.ML7 {
    margin-left: 7px;
}

.ML10,
.switch-box .switch {
    margin-left: 10px;
}

.ML15 {
    margin-left: 15px;
}

.ML20 {
    margin-left: 20px;
}

.ML30 {
    margin-left: 30px;
}

.MT3 {
    margin-top: 3px;
}

.MT5 {
    margin-top: 5px;
}

.MT7 {
    margin-top: 7px;
}

.MT10,
.cc-sectionTxt .btn-box.MT30,
.coreBox1,
.stickyTopClas .cc-boxes4Main {
    margin-top: 10px;
}

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

.MT15,
.download-report .form-list,
.ntb-stepBox .form-listPading p {
    margin-top: 15px;
}

.MT20 {
    margin-top: 20px;
}

.MT25 {
    margin-top: 25px;
}

.MT30,
.backPopBox h3,
.cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .whatsTxt,
.form-list,
.gmail--statement,
.mega-menu .card-title.MT30,
.mega-menu .menu-title.MT30 {
    margin-top: 30px;
}

.MT35,
.referBanner .btn-box {
    margin-top: 35px;
}

.MT40 {
    margin-top: 40px;
}

.MT45 {
    margin-top: 45px;
}

.MT50,
.ntb-calc .mt50 {
    margin-top: 50px;
}

.MT70,
.credit-card-compare table tr td figure.MT70 {
    margin-top: 70px;
}

.MB5,
.mg5p {
    margin-bottom: 5px;
}

.MB10,
.cc-forumInner .cc-ComBox input:focus+p,
.ntb-core-sprint .form-list li.MB10 {
    margin-bottom: 10px;
}

.MB15,
.ficurning .list-item li {
    margin-bottom: 15px;
}

.MB20,
.form-list li {
    margin-bottom: 20px;
}

.MB30,
.ntb-core-sprint .form-list li,
.sectBox .btn-box,
.sprint2Step4In li.MB20 {
    margin-bottom: 30px;
}

.MB40 {
    margin-bottom: 40px;
}

#confirm-error,
#ntbBranchFlow1 #aadharNumber-error,
.cc-landing-page .ccnew-secion5.ccnew-section .owl-nav,
.cc-landing-page .owlLinksMain .owl-nav,
.cust-tooltip .error,
.custom-control.custom-radio #selectCard1-error,
.form-group1 input.is-valid+label.error,
.form-group1 input:active+label>span+span,
.form-group1 input:focus+label>span+span,
.form-group1 select.is-valid+label.error,
.form-group1 select:active+label>span+span,
.form-group1 select:focus+label>span+span,
.form-group1 textarea.is-valid+label.error,
.form-group1 textarea:active+label>span+span,
.form-group1 textarea:focus+label>span+span,
.ntb-calc #ntb-fetch-aadhaar1 #aadharNumber-error,
.relation-box .error {
    display: none !important;
}

.ui-autocomplete {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

body {
    /* font: 400 1rem/1.25rem Inter, sans-serif; */
    padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
}

.hd {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 1rem;
}

.hd1,
.hd1l,
.hd2,
.hdr {
    line-height: 1.1;
}

.hdr {
    font-size: 36px;
}

.hd1 {
    font-size: 64px;
    letter-spacing: -2px;
    color: #fff;
}

.black,
.choose-box.active label,
.hd1.black,
.icon-close.black::before,
.report-error .list-item.op1 li .hd2v a,
.search-bxIn .cls-btn .icon-close:before,
.search-bxIn .tt-suggestion strong,
.search-listing li .search-img .arrow.yellow .icon-Right:before,
.search-listing li .search-img .arrow.yellow .icon-play:before,
.search-listing li .search-txt p a:not(.f14br) strong,
.sec-nav .dropdown-content a,
.service-box.op3 .card .with-circle,
.step-list li .arrow.yellow span::before,
.upload-file .filetext span {
    color: #54565b;
}

@media(max-width:1024px) {
    .hd1 {
        font-size: 48px;
        letter-spacing: -1px;
    }
}

.hd1l {
    font-size: 64px;
    letter-spacing: -2px;
    color: #616161;
}

.hd2,
.hd2v,
.sub-title {
    font-size: 24px;
}

.hd2 {
    color: #fff;
    margin-bottom: 5px;
}

.hd2v {
    line-height: 1.2;
}

.hd5,
.hd7 {
    line-height: 1;
}

.sub-title {
    color: #54565b;
    margin-bottom: 25px;
}

.hd3,
.hd4 {
    font-size: 12px;
}

.hd3 {
    color: #b8b8b8;
    margin-bottom: 5px;
}

.hd4 {
    color: #767676;
}

.hd4 span {
    display: block;
    color: #b8b8b8;
}

.breadcrumb-wrap nav,
.ficurning .list-cont strong,
.icon-star,
.ntb-calc .here3Boxes .container .box1 .boxImg img,
.prconfirm,
.w40per .newTxt1 {
    display: inline-block;
}

.hd5 {
    font-size: 30px;
    font-weight: 700;
    color: #54565b;
    margin-bottom: .5rem;
}

.hd6 {
    color: #b8b8b8;
    font-size: 16px;
    margin-bottom: 5px;
}

.hd7 {
    font-size: 36px;
    font-weight: 300;
}

.f12br,
.hd3b,
.link-arw,
.read-stroy {
    font-weight: 700;
}

.read-stroy {
    color: #9d1d27;
    font-size: 14px;
}

.icon-star {
    width: 20px;
}

.icon-star-filled:before,
.icon-star.active::before,
.icon-star.active:hover::before,
.icon-star:hover::before {
    content: "\e91b";
    color: #9d1d27;
}

.arrow span::before,
.btn-circle.bgNone:hover .icon,
.c-white,
.footer .fot_trgr .icon-plus::before,
.footer-top a,
.grdPrivate a,
.grdSelect a,
.grdWealth a,
.ntbHeadBoxesAB2 .ntbHeadBoxCom .ntbHeadBox2 .ntbHeadLeft1,
.sec-nav a,
.sec-nav a:hover,
.sec-nav>ul>li>a.active,
.sec-nav>ul>li>a:hover,
.top-nav .grdPrivate a,
.top-nav .grdPrivate a:hover,
.top-nav .grdSelect a,
.top-nav .grdSelect a:hover,
.top-nav .grdWealth a,
.top-nav .grdWealth a:hover,
.unclockBox .form-group label,
.white {
    color: #fff;
}

.announ-list .announ-item .rmore,
.arrow.white span::before,
.arrow.yellow span::before,
.btn-circle+strong,
.btn-circle.bgNone .icon,
.btn-circle:disabled .icon:before,
.btn-link.no-link:hover,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .form-details select option,
.f16br,
.link-arw .icon-Right:before,
.mega-menu ul.nav li a.active,
.red,
.search-bxIn .tt-link a,
.search-bxIn .tt-menu .can-do .sry-tag strong,
.search-listing li .search-txt p .icon-Right.red:before,
.seeMoreLink a,
.top-nav a:hover,
.top-nav-left>li>a .icon-Down::before,
.top-nav-right .icon-search:before {
    color: #9d1d27;
}

.c-grey-3,
.choose-box label,
.clr-grey {
    color: #b8b8b8;
}

.link-arw {
    color: #9d1d27;
}

.link-arw .icon-Right {
    margin-left: 8px;
}

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

.arrow span,
.f12,
.f12br,
.notification-dropdown p,
.tooltip>.tooltip-inner,
.tooltipAbNew {
    font-size: 12px;
}

.f12br {
    color: #9d1d27;
}

.f14,
.gconnectPup .modal-body p,
.login-bx .login-top .tab-pane .btn-box a,
.ntb-calc #ntb-fetch-aadhaar1 p,
.ntb-calc #ntb-fetch-aadhaar2 p,
.ntb-calc .exAppBg p,
.ntb-calc .exAppBg2 p,
.ntb-core-sprint .btn-red,
.savemore p.font14 {
    font-size: 14px;
}

.f16b,
.f16br,
.mega-menu .card-title.with-btn .arrow span,
.mega-menu .menu-title.with-btn .arrow span,
.search-listing li .search-img .arrow.yellow .icon-Right,
.search-listing li .search-img .arrow.yellow .icon-play,
.sec-nav>ul .icon-search {
    font-size: 16px;
    font-weight: 700;
}

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

.f20l,
.sec-nav .menu a span,
.sec-nav>ul .icon-lage,
.top-nav .menu a span {
    font-size: 20px;
}

.f24,
.footer-top .fot-dred a span,
.ntbCore h4.hd,
.passwordPup h4 {
    font-size: 24px;
}

.f14br,
.f14g {
    font-size: 14px;
    font-weight: 700;
    color: #9d1d27;
}

.breadcrumb,
.breadcrumb a,
.f14g,
.service-box .card .btn-box .btn-white {
    color: #767676;
}

.f100l {
    font-size: 100px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -5px;
}

.pad1 {
    padding: 60px 0;
}

.breadcrumb {
    padding: 5px 20px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 13px;
    text-transform: uppercase;
}

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

.accordian .tog_cont,
.accordian .trgr,
.search-bxIn .search-ad .ad-card,
.white-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
}

.banner-brdcrumb.breadcrumb-wrap {
    position: absolute;
    z-index: 2;
}

.arrow {
    background: #9d1d27;
    width: 36px;
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    border-radius: 18px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .32);
}

.arrow.big {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

.arrow.big span {
    font-size: 18px;
}

.arrow.gray,
.arrow.green,
.arrow.white,
.credit-card-compare table tr td:nth-child(2),
.form2 .form-label-group input:not(:placeholder-shown)~label,
.form2 .form-label-group label.form-control-placeholder.changefloat,
.form2 .form-label-group label.form-control-placeholder.float,
.secondary-nav,
.secondary-tab,
.secondary-tab-normal {
    background: #fff;
}

.arrow.yellow {
    background: #ffcb05;
}

.arrow.green span::before {
    color: #00a07a;
}

.arrow.gray span::before,
.form1 .form-label-group>label,
.form2 .form-label-group>label {
    color: #737373;
}

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

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



.banner .date-of-birthNew .col-4:first-child,
.banner .date-of-birthNew .col-4:nth-child(2),
.banner .date-of-birthNew .date-bx,
.btn-box button.btn-red,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .form-details select,
.cc-landing-page .ccnew-pup.cc-landingTandC .modal-content .modal-footer,
.cc-landing-page .ccnew-pup.cc-landingTandC .modal-content .modal-header,
.ntb-calc .etb-newCompare .container,
.personalizePup .modal-content {
    border: 0;
}

.btn-box .btn-red {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .32);
}

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

.btn-box .btn-red.only-brd {
    background: 0;
    border: 1px solid #9d1d27;
    color: #9d1d27;
}

.aadhar-newPup .modal-dialog figure img,
.announ-list .announ-item .annImg img,
.btn-box .btn-red.only-brd.w-fuluid,
.cc-forumInner .btn-box button.btn-red,
.cc-landing-drop .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.cc-landing-page .beginPupMain .beginConta .beginImgLeft img,
.cc-landing-page .beginPupMain .beginConta .beginImgRight img,
.cc-landing-page .beginPupMain .beginContaResult .beginResLeft img,
.cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupRight img,
.cc-landing-page .cc-login-nav .mobScreen li.hide-verify2 .btn-box,
.cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt .ccAprImg,
.cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt .ccAprImg img,
.cc-landing-page .ccnew-secion11 .blog-card .blog-img img,
.form-label-group>input.number,
.img-fluidv2,
.list-benefits.op1 li,
.ntgCircle2 img,
.referNowPopup .popup-list-box .list-benefits li,
.search-bx .twitter-typeahead,
.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,
.stickyTopClas .cc-boxes4Txt {
    width: 100%
}


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

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

.dropdown .btn-secondary {
    background-color: transparent;
    font-weight: 700;
    color: #54565b;
    border-color: #d8d8d8;
    padding: 14px 55px 14px 20px;
    min-width: 300px;
    text-align: left;
    position: relative;
}

.dropdown .dropdown-toggle:after {
    font-family: icomoon;
    content: "\e900";
    border: 0;
    position: absolute;
    top: 15px;
    right: 15px;
}

.dropdown .dropdown-menu {
    min-width: 300px;
    background-color: #fff;
    height: 200px;
    overflow-y: auto;
    z-index: 1;
}

.dropdown .dropdown-menu .dropdown-item {
    padding: 12px 20px;
    font-weight: 700;
    color: #54565b;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: transparent;
    color: #54565b;
    border-color: #d8d8d8;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.cc-compareTable .cc-ComBox,
.cc-landing-drop .btn-light:not(:disabled):not(.disabled).active:focus,
.cc-landing-drop .btn-light:not(:disabled):not(.disabled):active:focus,
.cc-landing-drop .btn.focus,
.cc-landing-drop .btn:focus,
.cc-landing-drop .show>.btn-light.dropdown-toggle:focus,
.ntb-calc .etb-trackAppMain,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.cust-tooltip .share-positon-box .inner-box,
.tooltip .tooltip-inner {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
    padding: 5px;
    background: #f5f5f5;
}

.notes.op2 li {
    margin: 3px 0 20px 14px;
}

.notes li {
    margin: 3px 0 0 14px;
    position: relative;
}

.notes li::after,
.notes ol li::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #54565b;
}

.slider,
.slider:before {
    left: 0;
    position: absolute;
}

.form-details .col-left {
    width: 250px;
    padding-top: 50px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.form-details .col-right {
    width: 100%;
    border-left: 1px solid rgba(151, 151, 151, .3);
    padding: 75px 220px 60px 120px;
}

.form-details .col-right.op1 {
    padding: 50px 0 60px 120px;
}

.form-details .col-right.op1 .needs-validation {
    padding-right: 220px;
}

@media(max-width:1024px) {
    .hd5 {
        font-size: 24px;
    }

    .form-details .col-right.op1 .needs-validation {
        padding-right: 30px;
    }

    .form-details .col-right {
        padding: 50px 80px 60px 70px;
    }
}

.cc-product-landing #faqs.stickyTopClas2,
.form-details .col-right .form-list,
.mega-menu .menu-right-box ul.no-hd li:first-child,
.notes,
.ntb-calc .etb-newCompare,
.progress-list ul li:first-child,
.service-box.op2 .row.cards,
.service-box.op3 .row.cards,
.unclockBox .form-list {
    margin-top: 0;
}

.form-details select::-ms-expand {
    display: none;
}

.progress-list {
    position: relative;
    width: 200px;
}

.progress-list.sticky {
    position: fixed;
    top: 70px;
}

.progress-list ul li {
    min-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    padding: 10px 20px;
    border-radius: 25px 0 0 25px;
    position: relative;
    z-index: 1;
    line-height: 1.6;
    white-space: nowrap;
}

.progress-list ul li strong {
    position: absolute;
    right: -10px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/right.svg) center center no-repeat #9d1d27;
    border-radius: 10px;
}

.progress-list ul li.active {
    background: #f9eaec;
    overflow: hidden;
}

.ntb-core-sprint .progress-list ul li span,
.progress-list ul li.active span {
    z-index: 3;
    font-weight: 700;
}

.progress-list ul li .top {
    background: #eed8db;
    border-radius: 25px 0 0 25px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    transition: 1s;
    width: 0;
    overflow: hidden;
}

.progress-list ul li .colors {
    width: 100%;
    height: 4px;
}

.ML30N {
    margin-left: -30px;
}

.modal-dialog {
    max-width: 600px;
}

.cc-landing-page .ccnew-secion11 .container,
.modal-dialog.container {
    max-width: 1100px;
}

.modal-dialog.container.op1 {
    max-width: 970px;
}

.modal-dialog .modal-body.op1 {
    padding: 70px 100px;
}

.popup-close {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 1;
}

.more-reasons {
    background: #ffecee;
    background: linear-gradient(0, #ffecee 0, #c2b5b5 100%);
    padding: 75px 55px;
    height: 100%
}

.popup-list-box {
    padding: 40px 65px 90px 100px;
}

.popup-list-box .list-benefits li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 35px;
}

.MB0,
.cc-landing-page .ccnew-secion11 .list-img li p,
.download-report .form-list li,
.footer p,
.newCarList .list-item li,
.ntb-core-sprint .form-list li.prconfirm,
.proeRadio li,
.right-nav .dropdown-content li:last-child,
.search-listing li .search-txt p:last-child,
.sec-nav ul.last .dropdown-content li:last-child,
.secondary-nav ul:not(.filter) li p,
.secondary-tab ul:not(.filter) li p,
.secondary-tab-normal ul:not(.filter) li p,
.step-list li:last-child,
.step3NoteMB0 .form-label-group,
.sub-nav .dropdown-content li:last-child,
.top-nav .dropdown-content li:last-child,
.top-nav .top-nav-left .dropdown-content.onlinkList li,
.w22per .newTxt2,
.w40per .newTxt2 {
    margin-bottom: 0;
}

.MT5N {
    margin-top: -5px;
}

.tooltip-box {
    position: absolute;
    right: -40px;
    top: 10px;
}

.tooltip {
    margin-left: 10px;
    font-size: 13px;
}

.cc-sectionimg.animate .stars,
.choose-box .img-box.active img,
.ntb-calc .etb-note,
.os-animation.animated,
.tooltip.pt1,
.unclockBox .form2 .form-label-group>label#dateofbirth {
    opacity: 1;
}

.form1 .form-label-group .bootstrap-select>.btn,
.form1 .form-label-group .bootstrap-select>.btn-light,
.form1 .form-label-group .form-control.hasDatepicker,
.form2 .form-label-group .bootstrap-select>.btn,
.form2 .form-label-group .bootstrap-select>.btn-light,
.form2 .form-label-group .form-control.hasDatepicker,
.tooltip .arrow {
    background: 0;
}

.tooltip .arrow::before {
    border-style: solid;
    border-color: transparent #f5f5f5;
}

.tooltip .tooltip-inner {
    border-radius: 5px;
    color: #54565b;
    text-align: left;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #f5f5f5;
    border-bottom: 10px solid transparent;
    margin-right: -3px;
}

.collect__info,
.switch-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.choose-box,
.choose-box .img-box img {
    transition: transform .5s;
}

.slider:before {
    content: "";
    height: 22px;
    width: 22px;
    bottom: -1px;
    background-color: #fff;
    transition: .4s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
}

input:checked+.slider {
    background-color: #00a07a;
}

input:focus+.slider {
    box-shadow: 0 0 1px #00a07a;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%
}

.PA30,
.cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body {
    padding: 30px;
}

.choose-box {
    border: 1px solid #d8d8d8;
    height: 100%;
    padding: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.choose-box .img-box,
.cong-section .cc-card,
.sub-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.choose-box .img-box:hover img {
    transform: scale(1.1);
}

.choose-box img {
    width: 100%;
    height: auto;
    opacity: .5;
}

.choose-box img.other {
    width: 180px;
    display: block;
    margin: 0 auto;
    min-height: 285px;
}

.choose-box .custom-control-label {
    padding-top: 50px;
    margin-top: 30px;
    padding-left: 0 !important;
    text-align: center;
    width: 100%;
    left: -20px;
}

.choose-box .custom-control-label::after,
.choose-box .custom-control-label::before {
    left: 41%
}

.upload-file .error {
    position: absolute;
    margin: 0;
    padding: 5px 0;
    color: #d10000;
    font-size: 14px;
    background: 0;
    top: 35px;
    left: 20px;
}

.upload-file .f-input {
    border: 2px solid #b8b8b8;
    padding: 10px 25px 10px 15px;
    border-radius: 4px;
    font-size: 15px;
    color: #b8b8b8;
    overflow: hidden;
    margin-top: 8px;
    width: 100%
}

.upload-file .filename {
    position: relative;
    display: none;
    width: 145px;
}

.upload-file .filename .remove {
    color: #b8b8b8;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 18px;
}

.upload-file .filetext {
    border: 2px dashed #b8b8b8;
    padding: 20px;
    font-weight: 700;
    color: #9d1d27;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/upload.svg) 96% center no-repeat;
}

.upload-file .upload {
    left: 0;
    top: 0;
}

.upload-file .fileUpload {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.upload-file .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    min-height: 62px;
}

.special-offering table,
.upload-details table {
    border: 1px solid #d8d8d8;
    width: 100%
}

.upload-details table td,
.upload-details table th {
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 5px;
    font-size: 14px;
    font-weight: 400;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 26px;
    height: 26px;
}

.page-loader.act {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 2;
}

.page-loader {
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@keyframes spin {
    0 {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-cust {
    border: 4px solid #fff;
    border-radius: 50%;
    border-top: 4px solid #9d1d27;
    width: 150px;
    height: 150px;
    animation: 2s linear infinite spin;
}

.bg-2 {
    background: #fafafa;
}

.credit-card-compare table {
    width: 100%;
    border: 1px solid rgba(151, 151, 151, .3);
}

.credit-card-compare table tr td {
    border-bottom: 1px solid rgba(151, 151, 151, .3);
    width: 33.3%;
    vertical-align: top;
}

.announ-list .announ-item .more,
.credit-card-compare table tr td.m-box,
.mob-menu,
.more-nav,
.service-box.op2::before,
.service-box.op3::before,
.top-nav-right .right-nav>li.stvi,
header.sticky .sec-nav {
    display: none;
}

.credit-card-compare table tr td:first-child {
    box-shadow: inset -12px 0 27px -38px rgba(0, 0, 0, .9);
}

.credit-card-compare table tr td:nth-child(3) {
    box-shadow: inset 16px 2px 7px -15px rgba(0, 0, 0, .2);
}

.credit-card-compare table tr td.cal-data {
    padding: 25px 40px;
}

.credit-card-compare table tr td .recommended {
    background: #ffcb05;
    font-weight: 700;
    padding: 7px;
    margin: -2px -2px 36px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -13px 11px -9px rgba(0, 0, 0, .1);
}

.credit-card-compare table tr td figure.card-img {
    height: 208px;
}

.credit-card-compare table tr:last-child td:nth-child(2) {
    box-shadow: 0 14px 16px -8px rgba(0, 0, 0, .3);
}

.relation-box {
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}

.form-control:disabled,
.form-control[readonly] {
    background: #e5e5e5;
}

.share-box {
    position: relative;
    display: inline-block;
    margin-left: 36px;
}

.share-box .share-positon-box {
    position: absolute;
    right: -4px;
    top: -48px;
    display: none;
    min-width: 200px;
}

.share-box .share-bubble {
    position: relative;
    background: #ffcb05;
    padding: 10px 24px;
    border-radius: 21px;
}

.share-box .share-bubble:after {
    top: 100%;
    right: 25px;
    border: 7px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #ffcb05;
    margin-left: -7px;
}

.share-box .share-bubble .social li a i {
    font-size: 15px;
    vertical-align: middle;
}

.share-box .share-bubble .social li a img {
    height: 15px;
    width: auto;
}

.footer ul.app-list li:last-child,
.footer ul.social li:last-child,
.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,
.share-box .share-bubble .social li:last-child,
.top-nav-right .right-nav>li:last-child {
    margin-right: 0;
}

.cust-tooltip .share-positon-box {
    display: none;
    width: 200px;
    position: absolute;
    right: -140px;
    z-index: 1;
    top: -20px;
}

@media(max-width:1024px) {
    .cust-tooltip .share-positon-box {
        right: -100px;
    }
}

.cust-tooltip .share-positon-box .inner-box {
    margin-left: 10px;
    font-size: 13px;
    border-radius: 5px;
    color: #54565b;
    text-align: left;
    position: relative;
}

.cust-tooltip .share-positon-box .inner-box::before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-right: 20px solid #f5f5f5;
    border-bottom: 10px solid transparent;
    margin-right: -3px;
    left: -15px;
    top: 20px;
    border-color: transparent #f5f5f5;
}

.offer-box {
    background: #faebe7;
    background: linear-gradient(90deg, #faebe7 0, #d1b4ac 100%);
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.current-box,
.report-error {
    display: -ms-flexbox;
    -ms-flex-align: center;
    height: 100%
}

.offer-box .offer-inner .hd1 {
    font-weight: 300;
}

.current-box {
    background: #9d1d27;
    background: linear-gradient(180deg, #9d1d27 0, #c4777d 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.current-box::before {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/current-box.png) center bottom no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%
}

.current-box .inner-box {
    position: relative;
    z-index: 1;
    padding: 20px;
    text-align: center;
}

.current-box .inner-box .btn-box .btn-white {
    background: #fff;
    color: #9d1d27;
    border: 0;
}

.download-report {
    padding: 30px 55px;
}

.report-error {
    padding: 30px;
    display: flex;
    align-items: center;
}

.sec-nav,
.sec-nav>ul.last {
    display: -ms-flexbox;
    -ms-flex-align: center;
}

.report-error .list-item.op1 li span {
    background: #f3f3f3;
    width: 65px;
    height: 65px;
}

.report-error .list-item.op1 li span img {
    width: auto;
    height: auto;
}

.report-error .list-item.op1 li .list-cont {
    width: 69%
}

.cust-error,
.explorer11 .form-label-group .form-control~label.error,
.jvalidation .form-label-group input:not(:placeholder-shown)~label.error,
.jvalidation .form-label-group>label.error {
    position: static;
    margin: 0;
    padding: 5px 0;
    color: #d10000;
    font-size: 14px;
    background: 0;
}

.invalid-error {
    color: #d10000;
}

.or {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/line.gif) left center repeat-x;
    color: #25243b;
    text-align: center;
}

.or span {
    background: #fff;
}

.list-1 li {
    position: relative;
    padding-left: 16px;
    margin: 10px 0;
}

.list-1 li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    font-size: 24px;
    top: 0;
    line-height: .8;
}

.c-grey-2 {
    color: #979797;
}

@font-face {
    font-family: icomoon;
    src: url("../../../content/dam/idfcfirstbank/fonts/icomoon.eot?6t37sc");
    src: url("../../../content/dam/idfcfirstbank/fonts/icomoon.eot?6t37sc#iefix") format("embedded-opentype"), url("../../../content/dam/idfcfirstbank/fonts/icomoon.ttf?6t37sc") format("truetype"), url("clientlib-rupay-cc-optimized/fonts/icomoon.woff?6t37sc") format("woff"), url("clientlib-rupay-cc-optimized/fonts/icomoon.svg?6t37sc#icomoon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-date:before {
    content: "\e907";
    color: #787878;
}

.icon-tick:before {
    content: "\e91a";
    color: #9c1d26;
}

.icon-close:before {
    content: "\e919";
    color: #fff;
}

.icon-share:before {
    content: "\e918";
    color: #787878;
}

.icon-login:before {
    content: "\e916";
    color: #787878;
}

.icon-search:before {
    content: "\e917";
    color: #787878;
}

.icon-instagram:before {
    content: "\e914";
    color: #fff;
}

.icon-youtube:before {
    content: "\e915";
    color: #fff;
}

.icon-copy:before {
    content: "\e912";
    color: #fff;
}

.icon-whatsapp:before {
    content: "\e913";
    color: #fff;
}

.icon-fb:before {
    content: "\e90a";
    color: #fff;
}

.icon-linkedin:before {
    content: "\e90c";
    color: #fff;
}

.icon-menu:before {
    content: "\e90b";
    color: #787878;
}

.icon-service-req:before {
    content: "\e90d";
    color: #787878;
}

.icon-complaints:before {
    content: "\e90e";
    color: #787878;
}

.icon-compliments:before {
    content: "\e90f";
    color: #787878;
}

.icon-contact-us:before {
    content: "\e910";
    color: #787878;
}

.icon-play:before {
    content: "\e909";
    color: #fff;
}

.icon-star:before {
    content: "\e908";
    color: #787878;
}

.accordian.op1 .trgr.act::before,
.footer .fot_trgr.act .icon-plus::before,
.icon-minus:before {
    content: "\e905"
}

.icon-plus:before {
    content: "\e906";
    color: #787878;
}

.icon-rs:before {
    content: "\e904";
    color: #54565b;
}

.icon-Down:before {
    content: "\e900";
    color: #787878;
}

.icon-Up:before {
    content: "\e903";
    color: #787878;
}

.icon-Left:before {
    content: "\e901";
    color: #787878;
}

.icon-Right:before {
    content: "\e902";
    color: #787878;
}

*/.owl-animated-out {
    z-index: 1;
}

.owl-animated-in {
    z-index: 0;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s;
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

@keyframes pulse {

    from,
    to {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.03, 1.03, 1.03);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {

    from,
    to {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        transform: scale3d(.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, .85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {

    0,
    50% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {

    from,
    to {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}

.tada {
    animation-name: tada;
}

@keyframes wobble {

    from,
    to {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {

    11.1%,
    from,
    to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg);
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

.sec-nav,
.sub-nav {
    transform: translateY(0);
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0 {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0 {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0 {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0 {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@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,
header.sticky .top-nav-right li.drop-down {
    opacity: 0;
}

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

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

@keyframes fadeInUp {
    0 {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    0 {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: #fff;
}

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

header.inter {
    font: 14px Inter, sans-serif;
}

header.zindex {
    z-index: 4;
}

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

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

.form-label-group>label.pincodeCityState,
.form-label-group>label.pincodeCityState2 {
    left: unset;
    line-height: 15px;
    font-size: 11px !important;
}

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

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

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

.snav-wraper,
.stab-wraper,
body.logoOnly header,
header.sticky .login a,
header.sticky .top-nav {
    height: 70px;
}

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

.sec-nav>ul.last li .icon-search,
header.sticky .top-nav-right li.stvi .icon-search {
    vertical-align: middle;
}

.ntb-calc,
.ntb-calc .here3Boxes .container .box2 p,
.ntb-calc .track-appIcons2 .container li .trackNtbRight p,
.ntb-calc p,
.vendor-cc-banner.cc-proBanner2 .banner-form p,
header a {
    color: #25243b;
}

header.d-lg-none .btn-box .btn-white {
    border: 1px solid;
    padding: 8px 15px;
    margin-left: 15px;
    height: auto;
    line-height: 1.2;
    min-width: initial;
}

/* .btn-box .btn-white {
    background: #fff;
    color: #9d1d27;
    border-radius: 25px;
    padding: 12px 30px;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    border: 0;
} */

.header-main {
    margin: 0 auto;
}

.sec-nav {
    display: flex;
    background: linear-gradient(131.93deg, #353535 0, #000 100%);
    height: 55px;
    opacity: 1;
    transition: .3s;
    position: relative;
    z-index: 1;
    align-items: center;
}

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

.sec-nav>ul.pre li {
    margin: 0;
    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 {
        margin-left: 20px;
    }

    .sec-nav>ul.pre li a {
        padding: 0 15px;
    }
}

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

.sec-nav>ul.pre li a.active {
    /* background: linear-gradient(135deg, #9d1d27 .12%, #6e0a0f 100%); */
    font-weight: inherit;
    color: #fff;
}


.sub-nav {
    opacity: 1;
    transition: .3s;
    border-top: 1px solid #d8d8d8;
}

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

.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) {
    .my-corner {
        padding-right: 38px;
        height: 38px;
    }

    .my-corner span {
        display: none;
    }

    .login a {
        margin-right: 30px;
    }
}

.announcement,
.feedback {
    bottom: auto;
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 52%
}

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

.colred strong,
.grdiantCard a,
.service-box.op3 .card .black strong,
.service-box.op3 .card .with-circle strong {
    font-weight: 500;
}

.bg-grey .secondary-tab {
    background: #fafafa;
}

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

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

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

.cong-list li p,
.cong-section figure,
.modal-body .notes,
.ntb-calc .track-boxes3 li .trackBoxCont p,
.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,
.sprint2Step4In,
.step-list li p,
.w40per .instBox1:last-child {
    margin: 0;
}

.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: 30px 0 20px;
    display: block;
    font-weight: 400;
    position: relative;
    font-size: 16px;
}

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

.ntbHeadBoxes .ntbHeadBoxCom .ntbHeadBox2 b,
.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,
.special-offering table th {
    font-weight: 400;
}

@media(max-width:991px) {
    .hd1 {
        font-size: 36px;
        letter-spacing: 0;
    }

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

    .form-details .col-left {
        width: 300px;
    }

    .form-details .col-right.op1 .needs-validation {
        padding-right: 0;
    }

    .form-details .col-right {
        padding: 50px;
    }

    .more-reasons {
        background: #fff;
        background: linear-gradient(360deg, #fff 30%, #ffecee 30%, #c2b5b5 100%);
        padding: 75px 55px 0;
    }

    .popup-list-box {
        padding: 30px 55px;
    }

    .popup-list-box .list-benefits li {
        width: 47%
    }

    .credit-card-compare table tr td figure {
        padding: 10px;
    }

    .share-box .share-positon-box {
        right: auto;
        left: 0;
    }

    .share-box .share-bubble:after {
        right: auto;
        left: 30px;
    }

    .cust-tooltip .share-positon-box {
        position: static;
        width: auto;
        top: auto;
        right: auto;
        margin-top: 10px;
    }

    .cust-tooltip .share-positon-box .inner-box::before {
        top: -12px;
        left: 15px;
        border: 0;
        border-bottom: 20px solid #f5f5f5;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }

    .current-box,
    .download-report,
    .report-error {
        margin-top: 30px;
    }

    .current-box::before {
        background-position-y: 120px;
    }

    body {
        padding-top: 70px;
    }

    header.sticky .top-nav .logo {
        padding-top: 0;
    }

    header {
        height: 130px;
        box-shadow: 0 4px 8px rgba(37, 36, 59, .1);
    }

    .top-nav {
        box-shadow: none;
        height: 70px;
        -ms-flex-align: center;
        align-items: center;
    }

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

    .top-nav .logo {
        padding: 0 !important;
    }

    .top-nav .logo img {
        height: 34px;
    }

    .top-nav .menu-mob .icon-menu {
        margin: 0 10px 0 0;
    }

    .mob-menu .mob-smenu .fbody ul.flist,
    .top-nav .icon-search,
    .top-nav .menu-mob .icon-menu {
        display: block;
    }

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

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

    .mob-menu .mm-top-in .icon-close:before,
    .mob-menu .mm-top-in .search .icon-search:before,
    .mob-menu .mob-smenu .flist li a.f16br,
    .mob-menu .mob-smenu .flist li.viewAll a,
    .top-nav .menu-mob .icon-menu::before {
        color: #9b1e26;
    }

    .top-nav-right .right-nav>li {
        margin-right: 24px;
    }

    .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 {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background: #fff;
        overflow: auto;
    }

    .mob-menu .mm-top-in {
        height: 60px;
        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 .icon-close {
        font-size: 18px;
    }

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

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

    .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 .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,
    .mob-menu .footer .fot-dred .col-lg-5 {
        margin-bottom: 0;
    }

    .mob-menu .mob-smenu a.redirect-link {
        padding: 22px 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: "\e902";
        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;
    }

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

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

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

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

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

    .mob-menu .footer .fot-red1 ul li:last-child,
    .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;
        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: "\e903";
        color: #9d1d27;
    }

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

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

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

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

    .mob-menu .mob-smenu .flist li a {
        color: #25243b;
    }

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

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

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

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

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

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

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

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

.right-nav .dropdown-content li.sep-line,
.sec-nav ul.last .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;
}

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

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

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

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

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

.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::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 li {
    padding: 0;
    margin-top: 20px;
}

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

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

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

.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 .btn-white {
    line-height: 26px;
}

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

.login-bx .login-upgrade {
    background: url("../../../content/dam/idfcfirstbank/images/n1/upgrade.png") 0 0/cover no-repeat;
    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/svg/link-arrow.svg") right center no-repeat;
    padding-right: 20px;
}

.feedback {
    position: fixed;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.announcement {
    position: absolute;
    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: .4s;
}

.announ-box.open,
.cc-landing-page .ccnew-secion3 .ccnew-whats-new .owl-nav .owl-next {
    right: 0;
}

.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,
.ntb-calc .getOfferSticky2 .btn-box .btn {
    margin: 10px 0;
}

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

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

.menu-cardList-cnt .hd-bx small {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 5px;
    letter-spacing: -.6px;
}

@media(max-width:1366px) {
    .menu-cardList-cnt .hd-bx small {
        display: inline-block;
        padding-left: 15px;
    }
}

.menu-cardList-cnt .hd-bx .hd24 {
    font-size: 26px;
    font-weight: 500;
}

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

.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;
    transition: .1s ease-in;
}

.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 .logo-bar {
    padding: 18px 20px;
}

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

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

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

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

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

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

.grdP1 {
    background-image: linear-gradient(143deg, #ffebeb 0, #faf2da 100%);
}

.grdP2 {
    background-image: linear-gradient(143deg, #ffebeb 0, #f0e8eb 100%);
}

.grdP3 {
    background-image: linear-gradient(143deg, #faf3d8 0, #efdfd3 100%);
}

.grdP4 {
    background-image: linear-gradient(143deg, #f0e8eb 0, #ffebe0 100%);
}

.grdP5 {
    background-image: linear-gradient(143deg, #fbeaf8 0, #fefae9 100%);
}

.grdSelect {
    background-image: linear-gradient(143deg, #6c9ff3 0, #25499b 100%);
}

.grdWealth {
    background-image: linear-gradient(143deg, #9d1d27 0, #54123c 100%);
}

.grdPrivate {
    background-image: linear-gradient(143deg, #353535 0, #000 100%);
}

.bgWb1 {
    background: #e8d9df;
}

.bgWb2 {
    background: #f4d8cf;
}

.bgWb3 {
    background: #e1e1eb;
}

.link {
    color: #9b1e26;
    font-size: 12px;
    font-weight: 600;
    background: url("../../../content/dam/idfcfirstbank/images/n1/arrow.svg") center right no-repeat;
    padding-right: 26px;
}

body.logoOnly {
    padding-top: 70px;
}

.banner .list-item.op1 li span {
    height: 40px;
}

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

.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: #777;
}

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

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

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

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

.footer .fhd {
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, .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, .21);
    padding-bottom: 16px;
    margin-bottom: 10px;
}

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

.footer-top {
    background: #9d1d27;
    color: #fff;
}

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

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

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

.cc-landing-page .cc-login-nav .cr-screen2 .mobScreen,
.footer-btm .d-flex,
.row--spacing {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.service-box {
    background-color: #fff;
    padding: 60px 0 100px;
    position: relative;
}

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

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

.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 .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 .cards {
    margin-top: 60px;
}

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

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

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

.service-box .card .card-body.opt2 {
    background-color: #fafafa;
    padding: 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 .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;
}

.cc-landing-page .ccnew-secion10 .ccnew-card.ccnew-card2 img,
.list-benefits li .img-ctr,
.service-box .card .view-all a .txt {
    width: 80%
}

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

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

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

.overlay,
.search-bx {
    display: none;
    position: fixed;
    top: 0;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 .cc-9to36 .cc-9to36Txt span,
.cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew .per9to36 .cc-9to36 .cc-9to36Txt span,
.icn-box span {
    font-size: 50px;
}

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

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

.overlay {
    background: rgba(0, 0, 0, .2);
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%
}

.notification-bx,
.search-bx {
    -khtml-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    max-width: 800px;
    left: 50%
}

.search-bx {
    right: auto;
    background: #fff;
    width: 100%;
    min-height: 550px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
}

.search-bx .typeahead {
    width: 100%;
    padding: 22px 64px;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
}

.search-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 35px;
}

.notification-bx,
.notification-dropdown {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
    display: none;
}

.cc-landing-page .cc-login-nav .cr-screen3 .mobScreen li.mobw70,
.search-top .hdr {
    width: 70%
}

.search-listing li .search-img,
.search-top .search-box {
    margin-left: auto;
}

.search-bxIn .cls-btn,
.search-bxIn .icon-search {
    position: absolute;
    top: 20px;
    z-index: 1;
}

.search-bxIn .icon-search {
    left: 20px;
    font-size: 24px;
}

.search-bxIn .cls-btn {
    right: 20px;
    font-size: 20px;
}

.search-bxIn .tt-menu {
    width: 460px;
    max-height: 485px;
    overflow-y: auto;
    padding: 20px 30px;
    background: #fff;
}

.search-bxIn .tt-menu.tt-open {
    height: 485px;
}

.search-bxIn .tt-menu .tag {
    font-size: 10px;
    background: #787878;
    padding: 4px;
    color: #fff;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 8px;
    width: 62px;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
}

.search-bxIn .tt-menu .link {
    color: #9d1d27;
    font-size: 12px;
    float: right;
}

.search-bxIn .tt-menu .can-do {
    font-size: 14px;
    color: rgba(84, 86, 91, .5);
}

.search-bxIn .tt-menu .can-do .sry-tag {
    line-height: 30px;
    color: #54565b;
    background: url("../../../content/dam/idfcfirstbank/images/help-center/svg/alert.svg") 0 5px no-repeat;
    padding: 0 0 12px 30px;
}

.search-bxIn .tt-menu .can-do p {
    margin: 0 0 0 30px;
}

.search-bxIn .tt-menu .can-do ul.with-circle {
    padding-left: 30px;
}

.search-bxIn .tt-menu .can-do ul.with-circle li {
    padding: 8px 0 0 12px;
}

.search-bxIn .tt-menu .can-do ul.with-circle li::before {
    font-size: 16px;
    top: 10px;
}

.search-bxIn .search-hd {
    border-bottom: 1px solid #d8d8d8;
    font-size: 12px;
    color: #737373;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.search-bxIn .tt-suggestion {
    font-size: 14px;
    margin-top: 12px;
    color: rgba(84, 86, 91, .5);
}

.editIcon,
.search-bxIn .tt-suggestion:hover {
    cursor: pointer;
}

.search-bxIn .tt-link {
    font-size: 12px;
    margin-top: 12px;
    font-weight: 700;
}

.search-bxIn .search-ad {
    background: #fafafa;
    height: 485px;
    position: absolute;
    right: 0;
    top: 65px;
    width: 340px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-bxIn .search-ad .ad-card {
    width: 240px;
    padding-top: 30px;
    text-align: center;
}

.form-list li.acnumber,
.search-bxIn .search-ad .ad-card figure {
    margin-bottom: 28px;
}

.search-bxIn .search-ad .ad-card figure img {
    width: 120px;
}

.search-bxIn .search-ad .ad-card figure+p {
    padding: 0 50px;
    margin-bottom: 28px;
}

.search-bxIn .search-ad .ad-card .arrow.yellow {
    margin: 0 auto -24px;
}

.search-listing li {
    padding: 30px 0;
    border-bottom: 1px solid #d8d8d8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.search-listing li .search-txt {
    width: 74%
}

.search-listing li .search-txt .desc {
    line-height: 22px;
}

.search-listing li .search-txt p a:not(.f14br) {
    color: rgba(84, 86, 91, .5);
}

.search-listing li .search-txt p .tag {
    font-size: 12px;
    background: #787878;
    padding: 4px 8px;
    color: #fff;
    border-radius: 5px;
}

.search-listing li .search-txt p .f14br {
    text-decoration: underline;
    margin-right: 40px;
}

.search-listing li .search-img figure {
    margin: 0 40px;
}

.search-listing li .search-img img {
    height: 160px;
    width: auto;
}

.search-listing li .search-img .arrow.yellow {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.form-label-group label.form-control-placeholder.changefloat,
.form-label-group label.form-control-placeholder.float {
    margin-left: 7px;
    font-size: 75%;
    transform: translate(0, -1.1em);
    background: #fff;
    padding: 1px 4px;
}

.notification-dropdown {
    position: absolute;
    background: #fff;
    border-radius: 2px;
    width: 350px;
    right: 0;
    padding: 10px 0 0;
}

.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: 1px solid 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-bx,
.notification-bx .search-bxIn {
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%
}

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

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

.notification-bx {
    right: auto;
    max-height: 360px;
}

.card-box,
.step-list li {
    box-shadow: 0 1px 2px rgba(84, 86, 91, .2);
}

.notification-bx .search-bxIn {
    z-index: 1;
    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%
}

.form-label-group .dropdown .dropdown-toggle:after {
    top: 12px;
}

.form-label-group .form-control {
    height: inherit;
    border: 2px solid #d8d8d8;
}

.form-label-group .form-control:focus {
    border-color: inherit;
    box-shadow: inherit;
}

.explorer11 .form-label-group .form-control:focus~label,
.explorer11 .form-label-group .form-control:valid~label,
.explorer11 .form-label-group .form-control~label {
    display: inline-block !important;
    width: auto;
    background: #fff;
    margin-top: -12px;
    font-size: 12px;
    color: #777;
    padding: 1px 4px;
    margin-left: 7px;
    border-radius: 5px;
    transform: translate(0, 0) !important;
}

.explorer11 .form-label-group .form-control::-ms-clear {
    display: none;
}

.form-label-group textarea,
.form-label-group>input,
.form-label-group>label,
.inHeight .form-control {
    padding: .85rem .75rem;
}

.form-label-group>input.search {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/search.svg) 98% center no-repeat;
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #787878;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: .1s ease-in-out;
}

.form-label-group>label.pincodeCityState {
    color: #767676;
    font-family: Inter;
    letter-spacing: 0;
    line-height: 15px;
    position: relative;
    top: unset;
    left: unset;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown) {
    padding-top: calc($pad-y+$pad-y *(2 / 3));
    padding-bottom: calc($pad-y / 3);
}

.form-label-group input:focus~label,
.form-label-group input:not(:placeholder-shown)~label,
.form-label-group textarea:focus~label,
.form-label-group textarea:not(:placeholder-shown)~label,
.normal-select-box.selected:not(:placeholder-shown)~label {
    font-size: 12px;
    color: #777;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    width: auto;
    padding: 1px 4px;
    margin-left: 7px;
    margin-top: -10px;
}

.form-label-group label.form-control-placeholder {
    color: #777;
    display: inline-block;
    width: auto;
    transition: .3s;
}

.form-label-group label.form-control-placeholder.float {
    transition: .2s ease-in-out;
}

.cc-landing-page .beginPupMain .beginConta .beginQues .beginAns a.beginNoClick,
.cc-landing-page .ccnew-section .ccnew-expLinks li.active,
.form-label-group .form-control-placeholder,
.ntb-calc #ntb-fetch-aadhaar2 .disabled input,
.ntb-calc #ntb-fetch-aadhaar2 .disabled label,
.ntb-calc #ntbNew-landing-otp .form-group1.disabled input,
.ntb-calc #ntbNew-landing-otp .form-group1.disabled label {
    pointer-events: none;
}

.form-label-group .dropdown-item.active,
.form-label-group .dropdown-item:active {
    background: #d8d8d8;
}

.form-label-group .bootstrap-select.show>.btn-light.dropdown-toggle {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
}

.form-label-group .bootstrap-select>.btn,
.form-label-group .bootstrap-select>.btn-light {
    padding: .85rem .75rem;
    height: 48px;
    border-radius: 4px;
    background-color: #fff;
    border: 0;
    line-height: 1.5;
    color: #495057;
}

.form-label-group .bootstrap-select .dropdown-toggle:focus,
.form-label-group .bootstrap-select>.btn-light:focus,
.form-label-group .bootstrap-select>.btn-light:hover {
    outline: 0 !important;
    box-shadow: none !important;
    color: #495057;
}

.custom-control.default .custom-control-label::before {
    border: 2px solid #54565b;
    border-radius: 0;
}

.custom-control.default .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #54565b;
    background-color: #54565b;
    box-shadow: inherit;
}

.custom-control.default .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #54565b;
    box-shadow: inherit;
}

.custom-control.default .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: rgba(84, 86, 91, .6);
    border-color: rgba(84, 86, 91, .6);
}

.custom-control.red .custom-control-label::before {
    border: 2px solid #9d1d27;
    border-radius: 0;
}

.custom-control.red .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #9d1d27;
    background-color: #9d1d27;
    box-shadow: inherit;
}

.custom-control.red .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #9d1d27;
    box-shadow: inherit;
}

.custom-control.red .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: rgba(157, 29, 39, .6);
    border-color: rgba(157, 29, 39, .6);
}

.custom-control.green .custom-control-label::before {
    border: 2px solid #d8d8d8;
    border-radius: 0;
}

.custom-control.green .custom-control-input:focus~.custom-control-label::before,
.custom-control.green.green .custom-control-input:focus~.custom-control-label::before {
    border-color: #d8d8d8;
}

.custom-control.green .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #00a07a;
    background-color: #00a07a;
    box-shadow: inherit;
}

.custom-control.green .custom-control-input:focus~.custom-control-label::before {
    border-color: #00a07a;
    box-shadow: inherit;
}

.custom-control.green .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: rgba(0, 160, 122, .6);
    border-color: rgba(0, 160, 122, .6);
}

.custom-control.custom-radio.default .custom-control-label::after,
.custom-control.custom-radio.default .custom-control-label::before,
.custom-control.custom-radio.green .custom-control-label::after,
.custom-control.custom-radio.green .custom-control-label::before,
.custom-control.custom-radio.red .custom-control-label::after,
.custom-control.custom-radio.red .custom-control-label::before {
    border-radius: 50%;
    height: 28px;
    width: 28px;
    top: -4px;
}

.form1 .form-label-group .icon-date,
.form2 .form-label-group .icon-date {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 24px;
}

.form2 .form-label-group>label {
    font-weight: 400;
    color: #666;
    cursor: pointer;
}

.custom-control-label::after,
.custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
    left: -2.3rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after,
.ficurning .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background: url(clientlib-rupay-cc-optimized/css/content/dam/idfcfirstbank/images/credit-card-revamp/checkbox.svg) no-repeat;
}

.custom-control {
    padding-left: 2.4rem;
}

.selec-nowrap {
    overflow: hidden;
}

#newEtB,
.boc-form,
.cc-ComBoxMob,
.cc-boxes4MainMob.form-details,
.cc-note1,
.cc-power-list li .imgMob,
.coreBtn,
.credit-card-boxMob,
.customer-speak-carousel .owl-nav .owl-next span,
.customer-speak-carousel .owl-nav .owl-prev span,
.fetchTxt,
.fetchTxt2,
.fetchTxt3,
.fileUpload.active .arrow.yellow span,
.form-label-group>label.pincodeCityState.newPin,
.form-label-group>label.pincodeCityState2.newPin2,
.hide,
.hideNew,
.page-loader .loader-cust,
.pd-list,
.personalizePup .btn-box,
.rTableRow2Minus .rTableCell22,
.rTableRowMob,
.sa-form,
.section-wrapper2 .cc-sectionBox:not(:first-child),
.stickyTopClas .cc-boxes4Txt p,
.upBox2 .upBox2In,
.vendor-cc-banner.cc-proBanner2 .cardImgMobShow,
.vendor-cc-banner.cc-proBanner2 .mobScreenBtn,
.videoBoxBttom {
    display: none;
}

.pd-section {
    padding: 35px 0 20px;
    background: #ffecee;
    background: linear-gradient(180deg, #ffecee 0, #c3b5b5 100%);
}

.pd-list.active {
    display: block;
    display: -ms-flexbox;
    display: flex;
}

.pd-list li {
    margin-right: 50px;
}

.special-offering table th strong {
    display: block;
    font-size: 12px;
}

.special-offering table th .form-group {
    margin: -28px 0 0 10px;
    padding-bottom: 20px;
}

.special-offering table td,
.special-offering table th {
    padding: 15px 30px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    color: #737373;
}

.special-offering table td:nth-child(2),
.special-offering table td:nth-child(3),
.special-offering table th:nth-child(2),
.special-offering table th:nth-child(3) {
    text-align: center;
    width: 30%
}

.special-offering table td .box-details figure {
    margin: 0 20px 0 0;
}

.cong-section {
    padding: 70px 0;
    background: #fff;
}

.cc-landing-page .ccnew-pup .modal-dialog .modal-body ul.expBullet,
.cc-landing-page .ccnew-pup .modal-dialog .modal-body ul.expBullet li:last-child,
.cc-landing-page .privatecarousel,
.cong-section.op1,
.savemore p.PB10 {
    padding-bottom: 0;
}

.cong-section .cc-card figure figcaption,
.credit-card-box figure figcaption {
    position: absolute;
    left: 0;
    bottom: 24px;
    padding-left: 15px;
    font-family: ocr-b_10_btregular;
    color: #fff;
    font-size: 13px;
}

.cong-section .cc-card.op1 figure figcaption,
.credit-card-box.op1 figure figcaption {
    top: 105px;
}

.next-step {
    padding: 60px 0;
    background: #9d1d27;
    background: linear-gradient(90deg, #9d1d27 0, #c4777d 64%, #f3f3f3 64%, #f3f3f3 100%);
}

.cong-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cong-list li {
    padding: 0 90px;
    border-right: 1px solid #d8d8d8;
}

.accordian .tog_cont ul li:nth-child(4) .accTxtBox,
.cc-product-landing .accordian .tog_cont ul li:last-child .accTxtBox,
.cong-list li:last-child {
    border-right: 0;
}

.cong-list li strong {
    display: block;
    font-size: 24px;
}

.step-list li {
    background: #fff;
    padding: 20px 90px 20px 20px;
    border-radius: 4px;
    margin-bottom: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.step-list li input.f-input {
    border: 0;
    width: 100%;
    font-size: 12px;
    height: 15px;
}

.step-list li figure {
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    margin-right: 20px;
}

.step-list li .arrow.yellow {
    position: absolute;
    right: 20px;
}

.fileUpload {
    position: absolute;
    right: 0;
    top: 30px;
}

.fileUpload.active .arrow.yellow {
    background: url(clientlib-rupay-cc-optimized/css/.content/dam/idfcfirstbank/images/credit-card-revamp/checkbox.svg) center center no-repeat #00a07a;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
}

.common-section {
    background: #fff;
    padding: 75px 0;
}

.page-breaker {
    border: 2px solid #9d1d27;
    border-radius: 8px;
}

.latest-offer {
    padding: 70px 0;
    background: #fafafa;
}

.card-box {
    background: #fff;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 100%
}

.card-box .icon-star::before,
.card-box .icon-star:hover::before,
.cc-landing-page .ccnew-secion8 .mercBox span,
.form-group1 .indicator.active .icon,
.form-group1 input.is-valid+label+.bar+.indicator .icon,
.form-group1 input.is-valid+label+label+.bar+.indicator .icon,
.form-group1 input:not(:placeholder-shown)+label+.bar+.indicator .icon,
.form-group1 select.is-valid+label+.bar+.indicator .icon,
.form-group1 select.is-valid+label+label+.bar+.indicator .icon,
.form-group1 textarea.is-valid+label+.bar+.indicator .icon,
.form-group1 textarea.is-valid+label+label+.bar+.indicator .icon,
.rating-box .icon-star.active::before {
    color: #ffcb05;
}

.colred,
.edit-btnNew,
.etbIconTxt strong,
.ficurning .mobBtnBox .colred {
    color: #9c1d27;
}

.card-box .arrow {
    position: absolute;
    right: 70px;
    top: 110px;
}

.card-box .img-box {
    width: 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}

@media(max-width:1024px) {

    .bg-grey .secondary-tab,
    .secondary-tab-normal {
        height: auto;
    }

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

    .menu-cardList-cnt .hd-bx small {
        display: block;
        font-size: 12px;
        margin-top: 2px;
        padding-left: 0;
    }

    .menu-cardList-cnt .hd-bx .hd24 {
        font-size: 18px;
        line-height: 1.3;
    }

    .menu-cardList-cnt .hd-bx a {
        width: 40%
    }

    .grdiantCard {
        width: 30%;
        margin: 3px 5px;
    }

    .grdiantCard a {
        padding: 7px 10px;
        min-height: 60px;
        font-size: 12px;
    }

    .footer .fot-red .container .scroll-top {
        right: 0;
    }

    .service-box .card .card-title {
        font-size: 20px;
    }

    .selec-nowrap {
        width: 100% !important;
        padding-right: 30px !important;
    }

    .next-step .next-step-cont {
        padding-right: 0;
    }

    .cong-list li {
        padding: 0 20px;
    }

    .step-list li {
        padding: 15px 60px 15px 20px;
    }

    .card-box .hd2v {
        font-size: 18px;
    }
}

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

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

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

    .more-nav .mob-scroll {
        max-height: 84%;
        margin-bottom: 190px;
    }

    .footer .fot-red .container .scroll-top,
    .special-offering table td .box-details figure {
        display: none;
    }

    .search-top .hdr {
        width: 60%
    }

    .search-top .search-box {
        width: 235px;
    }

    .notification-dropdown {
        position: static;
    }

    .card-box .hd2v,
    .pd-section .hd {
        font-size: 24px;
    }

    .special-offering {
        margin-top: 50px;
    }

    .special-offering table th {
        text-align: center;
    }

    .card-box .link,
    .special-offering table td,
    .special-offering table th {
        padding: 15px;
    }

    .special-offering table td:nth-child(2),
    .special-offering table td:nth-child(3),
    .special-offering table th:nth-child(2),
    .special-offering table th:nth-child(3) {
        width: 50%
    }

    .mobile-fix {
        display: block;
        margin: 0 auto;
        width: 240px;
    }

    .mobile-fix .btn-red.brdn.MR30 {
        margin: 0;
    }

    .mobile-fix .f14g {
        display: block;
        margin-top: 15px;
    }

    .latest-offer .tabs-opt {
        max-width: 360px;
    }

    .card-box .arrow {
        top: 70px;
    }
}

.credit-card-box {
    margin-bottom: -60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.addNewetb {
    position: absolute;
    right: -330px;
    top: -140px;
    width: 300px;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
    padding: 40px 15px 15px;
    text-align: center;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}

.addNewetb2 {
    top: -450px;
}

.boc .addNewetb,
.prconfirm .tooltip-box {
    top: 0;
}

.etbIcon {
    width: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px !important;
}

.aadharCardNew img,
.cc-landing-page .ccnew-section .ccnew-img img,
.etbIcon img,
.resendImg2 img,
.sectBox .sectBoxImg img,
.stickyTopClas .cc-boxes4Img img {
    width: 100%;
    height: auto;
}

.edit-btnNew {
    background: 0;
    font-style: italic;
    top: auto;
    bottom: 10px;
}

.etdDisabled:disabled.disabled {
    background: #fff !important;
}

.sa-form .form-control.is-invalid,
.sa-form .was-validated .form-control:invalid {
    background: #fff;
}

#newEtB.addNewetb {
    top: -75px;
    padding: 25px 15px 5px;
}

.salariedShowW60 {
    width: 47%;
    float: left;
}

.salariedShowW40 {
    width: calc(53% - 34px);
    float: left;
}

.salariedShowW10 {
    width: 34px;
    float: left;
    padding-top: 15px;
    text-align: center;
}

.form-label-group .form-control.selectBankList.disabled,
select.form-control:disabled {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/down.svg) 98% center no-repeat #e5e5e5 !important;
}

@media(max-width:1340px) {
    .addNewetb {
        width: 250px;
        right: -270px;
    }
}

.addLeft,
.resendImg2,
.tooltipAb {
    position: absolute;
}

.accordian .trgr {
    padding: 20px 50px 20px 30px;
    margin-top: 1rem;
    position: relative;
    cursor: pointer;
}

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

.accordian .trgr.act {
    border-radius: 5px 5px 0 0;
}

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

.accordian .tog_cont {
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #9d1d27;
    padding: 20px 30px;
    margin-bottom: 1rem;
}

@media(max-width:767px) {
    [class*=col-] .no-pad-right {
        padding-right: 15px;
    }

    .hd,
    .hd7,
    .hdr,
    .list-more ul li a {
        font-size: 24px;
    }

    .icon-star.active::before,
    .icon-star.active:hover::before {
        content: "\e91b";
        color: #9d1d27;
    }

    .icon-star:hover::before {
        content: "\e908";
        color: #787878;
    }

    .pad1 {
        padding: 40px 0;
    }

    .breadcrumb-wrap {
        display: none;
    }

    .mob-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
    }

    .mob-scroll::-webkit-scrollbar {
        display: none;
    }

    .form-list li {
        margin-bottom: 28px;
    }

    .form-details,
    .login-bx .login-top .tab-pane .btn-box,
    .search-bxIn .tt-menu .can-do+div .link {
        display: block;
    }

    .form-details .col-left.op1 {
        width: 100%;
        overflow-x: auto;
        padding-top: 30px;
    }

    .form-details .col-left {
        width: 100%;
        overflow-x: auto;
        padding-top: 55px;
    }

    .cong-section,
    .form-details .col-right.op1,
    .pd-section,
    .service-box.op2,
    .service-box.op3 {
        padding: 30px 0;
    }

    .form-details .col-right {
        padding: 30px 20px;
        border: 0;
    }

    .form-details .col-right.op2 {
        padding: 30px 10px;
        border: 0;
    }

    .progress-list {
        width: 100%;
        text-align: center;
    }

    .progress-list.sticky {
        left: 0;
        background: #fff;
        z-index: 3;
        width: 100%;
        overflow-x: auto;
    }

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

    .progress-list ul li strong {
        right: 10px;
    }

    .progress-list ul li.cc {
        width: 250px;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
        margin: 0;
        border-radius: 25px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 30px;
        overflow: hidden;
    }

    .progress-list ul li {
        width: 250px;
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        margin: 0;
        border-radius: 25px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 30px;
        overflow: hidden;
    }

    .progress-list ul li.op1 {
        width: 250px;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        margin: 0;
        border-radius: 25px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 30px;
        overflow: hidden;
    }

    .modal-dialog .modal-body.op1 {
        padding: 50px 30px;
    }

    .more-reasons {
        padding: 30px 30px 0;
    }

    .more-reasons img {
        width: 250px;
    }

    .popup-list-box {
        padding: 0 30px 30px;
    }

    .offer-box img,
    .pd-list.op1 li:last-child,
    .popup-list-box .list-benefits li,
    .search-bxIn .tt-menu,
    .search-top .hdr {
        width: 100%
    }

    .tooltip-box {
        right: -30px;
    }

    .footer ul.app-list img,
    .tooltip .tooltip-inner {
        width: 140px;
    }

    .M-MB30,
    .form1 .form-label-group,
    .form2 .form-label-group,
    .latest-offer .col-md-4 {
        margin-bottom: 30px;
    }

    .upload-file .filetext span {
        display: none;
    }

    .mob-scrollm {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
    }

    .mob-scrollm::-webkit-scrollbar {
        display: none;
    }

    .mob-scrollm ul {
        min-width: 820px;
    }

    .car-journey .mob-scrollm ul {
        min-width: 630px;
    }

    .title-box {
        padding: 10px;
    }

    .mobile-body {
        height: 420px;
        overflow-y: auto;
        padding: 15px;
    }

    .credit-card-compare table tr td {
        background: #fff;
    }

    .credit-card-compare table tr td .hd2v {
        font-size: 16px;
    }

    .credit-card-compare table tr td.m-box {
        display: table-cell;
        background: 0;
        text-align: center;
        padding: 5px;
    }

    .credit-card-compare table tr td:nth-child(3) {
        box-shadow: inset 24px 2px 17px -25px rgba(0, 0, 0, .3);
    }

    .credit-card-compare table tr td.cal-data {
        padding: 20px 30px;
    }

    .credit-card-compare table tr td.cal-data:first-child,
    .footer .fot_trgr .icon-plus,
    .footer-top .stoke-value,
    .search-bxIn .search-ad,
    .search-bxIn .tt-menu .link {
        display: none;
    }

    .credit-card-compare table tr td .recommended {
        font-size: 14px;
    }

    .credit-card-compare table tr td figure.MT70 {
        margin-top: 88px;
    }

    .credit-card-compare table tr td figure.card-img {
        height: auto;
    }

    .cust-tooltip .share-positon-box .inner-box::before {
        top: -12px;
        left: 165px;
        border: 0;
        border-bottom: 20px solid #f5f5f5;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }

    .offer-box {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .current-box::before {
        background-position-y: 150px;
    }

    .download-report,
    .login-bx .login-btm,
    .report-error {
        padding: 30px;
    }

    .MT10M {
        margin-top: 15px;
    }

    .mob-menu .mm-mid .nav {
        padding: 0 15px;
    }

    .secondary-tab-normal ul {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .menu-cardList-cnt .hd-bx,
    .secondary-tab-normal ul li {
        margin: 0;
    }

    .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 a {
        min-width: 200px;
    }

    .login-bx .login-btm .btn-box.MT15 .MR10,
    .login-bx .login-top .tab-pane .btn-box a:first-child {
        margin: 0 0 10px;
    }

    .announ-box {
        right: -280px;
        width: 280px;
    }

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

    .announ-list {
        height: 88vh;
    }

    .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 .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: #fff;
    }

    .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-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,
    .service-box .cards .col-lg-4 {
        margin-bottom: 20px;
    }

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

    .service-box {
        padding: 60px 0 30px;
    }

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

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

    .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 {
        width: 124px;
        height: 124px;
        border-width: 12px;
    }

    .form1 .date-bx,
    .form2 .date-bx,
    .search-top {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .search-top .search-box {
        width: 100%;
        margin-top: 10px;
    }

    .search-top .search-box+.MT10 {
        margin-top: 28px;
    }

    .search-listing li .search-txt .desc {
        height: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .search-listing li .search-img figure {
        margin: 0 0 0 15px;
    }

    .search-listing li .search-img img {
        height: 95px;
    }

    .search-listing li .search-img .arrow.yellow {
        bottom: 0;
    }

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

    .form1 .date-bx span,
    .form2 .date-bx span {
        margin-bottom: 10px;
    }

    .pd-list.op1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pd-list.op1 li {
        margin: 0 5% 25px 0;
        width: 45%
    }

    .special-offering table td,
    .special-offering table th {
        border-right: 0;
        padding: 10px;
    }

    .next-step {
        background: #9d1d27;
        background: linear-gradient(180deg, #9d1d27 0, #c4777d 64%, #f3f3f3 64%, #f3f3f3 100%);
    }

    .cong-list {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .cong-list li {
        border-right: 0;
        margin: 20px 0;
    }

    .page-breaker.op1 {
        padding: 20px 20px 0;
    }

    .page-breaker.op1 .download-box a {
        margin-bottom: 15px;
        display: block;
    }

    .card-box {
        height: auto;
        margin-bottom: 30px;
    }

    .credit-card-box figure figcaption {
        bottom: 14px;
        padding-left: 9px;
    }

    .credit-card-box {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .credit-card-box img {
        width: 200px;
    }

    .progress-list.sticky {
        top: 0 !important;
        padding-top: 5px;
    }

    .accordian .trgr {
        padding: 20px 50px 20px 20px;
    }

    .accordian .tog_cont {
        padding: 20px;
    }
}

.accordian.op1 .trgr {
    box-shadow: none;
    font-size: 36px;
    font-weight: 300;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 50px 10px 0;
    border-radius: 0;
    line-height: 1;
}

.accordian.op1 .trgr::before {
    content: "\e906";
    height: auto;
    width: auto;
    right: 0;
    color: #54565b;
    top: 15px;
    font-size: 24px;
}

.accordian.op1 .tog_cont {
    box-shadow: none;
    border: 0;
    padding-left: 20px;
    margin: 0;
}

.accordian.op1 .tog_cont ul li {
    list-style: disc;
    margin-bottom: 15px;
}

.ntbHead1 {
    font-size: 24px;
    color: #54565b;
    font-weight: 700;
    line-height: 100%
}

.tooltipAb {
    right: -30px;
    top: 15px;
}

.listDis {
    pointer-events: none;
    opacity: .3;
}

.addressPop .modal-dialog {
    max-width: 800px;
}

.addRight {
    float: left;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .22);
    border-radius: 5px;
    padding: 40px 40px 30px;
}

.addLeft {
    float: left;
    top: 50%;
    margin-top: -14px;
    margin-left: -10px;
}

.clear {
    clear: both;
}

.unlockOffer .modal-dialog .modal-body.op1 {
    padding: 50px 100px;
}

.resendImg {
    background: #f3f3f3;
    width: 90px;
    height: 90px;
    margin: auto auto 15px;
    border-radius: 45px;
    text-align: center;
    line-height: 90px;
}

p.font24 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 150%
}

.resendImg2 {
    width: 24px;
    height: 24px;
    right: 10px;
}

.date-bx .col {
    padding: 0 2px;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .cc-ComBox,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .ccnew-selectBoxNewDis .form-details .form-control,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .form-details select,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .rTableHead,
.cc-landing-page .ccnew-pup.cc-beginChall .modal-dialog .modal-body .beginPupMain .beginConta .beginQues li,
.cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog .modal-body ol li,
.cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .whatsTxt ol li,
.date-bx .col:first-child,
.sprint2Step4In li {
    padding-left: 0;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-totalAmountTxt,
.date-bx .col:last-child,
.ntb-calc #creditCardLimit {
    padding-right: 0;
}

.ntgCircle {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/circle_bor.svg);
    text-align: center;
    width: 160px;
    height: 160px;
    margin: auto;
    line-height: 160px;
}

.ntgCircle2 {
    background: 0;
    width: 100px;
    height: 100p;
}

.bannerNewCard {
    height: 434px;
}

.bannerNewCard h3 {
    font-size: 24px;
    color: #54565b;
    line-height: 22px;
}

.bannerNewCard h4 {
    margin-bottom: 30px;
    color: #54565b;
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 28px;
}

.newCardBox {
    position: relative;
    padding: 35px 0 0;
    box-shadow: 12px 27px 38px rgba(0, 0, 0, .0871941);
}

#creditcard1 .vkycAddonBox,
.congrBox {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .22);
}

.newcBox1 {
    padding: 0 35px 15px;
    border-bottom: 1px solid #dfdfdf;
}

.newCardBox .newcBox1:last-child {
    border-bottom: 0;
    padding: 0 35px 35px;
}

.newCardBox h5 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1.2px;
    color: #54565b;
    font-weight: 700;
    padding: 20px 0 30px;
}

.newTxt1 {
    position: relative;
    font-size: 16px;
    color: #b8b8b8;
}

.etbFadeDiv div,
.greenBox,
.greenBox:before,
.newCtoolTip,
.newTxt3,
.ntbTxt,
.optTooltip {
    position: absolute;
}

.newTxt2 {
    font-size: 24px;
    color: #54565b;
    line-height: 28px;
    font-weight: 300;
}

.newTxt3 {
    font-size: 14px;
    color: rgba(84, 96, 91, .3);
    text-decoration: line-through;
    margin-top: -20px;
}

.higherlimitlink a {
    height: 18px;
    width: 117px;
    color: #9c1d26;
    font-family: Inter;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
}

.newCardBoxLeft {
    width: 320px;
    float: left;
    text-align: center;
}

.newCardBoxRight {
    width: calc(100% - 320px);
    float: left;
    padding-left: 42px;
    padding-right: 30px;
}

.newCtoolTip,
.optTooltip {
    right: -10px;
}

.optTooltip {
    margin-top: 17px;
    right: -30px;
}

.seeMoreLink {
    margin: 10px 0 0 12px;
}

.greenBox {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    top: 0;
    right: 0;
}

.greenBox .greTxt {
    padding: 8px 15px 8px 25px;
    background: #00a07a;
    width: auto;
    margin: auto;
    min-width: 204px;
    min-height: 36px;
    height: auto;
    color: #fff;
    text-align: right;
    font-size: 14px;
}

.yellowBox .greTxt {
    background: #ffcb05;
    color: #54565b;
    font-weight: 700;
}

.greenBox:before {
    display: block;
    width: 0;
    height: 0;
    border: 18px solid #fff;
    content: '';
    border-color: transparent transparent transparent #fff;
    top: 0;
    left: 0;
}

.redBox {
    float: right;
    margin-top: -5px;
}

.redBox .btn {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .0871941);
    padding: 0;
    background: #9d1d27;
    border-radius: 25px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}

.newCardDiv {
    margin: 40px 0 30px;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
}

.resendImg2 {
    top: 0;
    margin-top: 12px;
}

.ui-autocomplete {
    z-index: 9999;
}

.unlockOffer .tooltipAb {
    top: 15px;
}

#optSend .modal-title,
#tandc .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 24px;
}

.unlockOffer .acnumber .tooltipAb {
    right: -15px;
}

.acnumber #nameoftheBank.form-control.is-valid,
.acnumber #nameoftheCard.form-control.is-valid,
.cc-landing-page .ccnew-pup.cc-landingTandC .modal-content .list-tnc li::after,
.cc-landing-page .hero-banner-cc .owl-dots button.active span,
.cc-product-landing #faqs .faq-section,
.ficurning .form1 .form-label-group input:not(:placeholder-shown)~label,
.ficurning .form1 .form-label-group label.form-control-placeholder.changefloat,
.ficurning .form1 .form-label-group label.form-control-placeholder.float,
.ficurning .form2 .form-label-group input:not(:placeholder-shown)~label,
.ficurning .form2 .form-label-group label.form-control-placeholder.changefloat,
.ficurning .form2 .form-label-group label.form-control-placeholder.float,
.ficurning .jvalidation .form-control.is-invalid,
.jvalidation .cc-ComBox .form-control.is-invalid,
.ntb-calc .etb-congrList,
.ntb-calc .form-group1 input[type=text]:disabled {
    background: #fff;
}

.banner .date-of-birthNew .row .form-label-group .form-control {
    border-bottom: 2px solid #d8d8d8;
    padding: 10px 0;
    text-align: center;
}

.banner .date-of-birthNew .col-4 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.banner .date-of-birthNew .row {
    margin-left: -15px;
    margin-right: -15px;
}

.banner .date-of-birthNew .form-label-group>label {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.banner .date-of-birthNew .col-4:first-child::after,
.banner .date-of-birthNew .col-4:nth-child(2)::after {
    content: '/';
    display: block;
    position: absolute;
    right: -8px;
    top: 40%;
    font-size: 30px;
    color: #d8d8d8;
    font-weight: 300;
}

.banner .date-of-birthNew .row .form-label-group .form-control.is-invalid {
    border: 0;
    border-bottom: 2px solid #d10000;
}

.jvalidation .date-of-birthNew .custom-control-input.is-valid~.custom-control-label,
.jvalidation .date-of-birthNew .was-validated .custom-control-input:valid~.custom-control-label {
    color: inherit;
}

.ntbTxt {
    margin-top: 150px;
    color: #fff;
    display: none;
}

.page-loader {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/idfc-loader.gif) center center no-repeat rgba(0, 0, 0, .8);
    background-size: 100px;
}

.etbFadeDiv {
    padding-top: 15px;
    position: relative;
    width: 100%;
    height: 100px;
    margin: auto;
}

.etbFadeDiv div {
    width: 100%;
    text-align: center;
    margin: auto;
}

#proceedPup .modal-footer {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-details select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 53px;
    margin-right: 20px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .85rem .75rem;
    border: 0;
    border-bottom: 1px solid #979797;
    border-radius: .25rem;
    color: #787878;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/down.svg) 98% center no-repeat #fff !important;
}

.modal input[type=number] {
    -moz-appearance: textfield;
}

.corejourneyDobValidAge {
    position: fixed;
    top: -500px;
    left: -500px;
    opacity: 0;
}

.ntb-calc #etb-existing-credit-card .form-listPading li,
.proeRadio {
    padding: 0 20px;
}

.proeRadio .addRight {
    padding: 0;
    box-shadow: none;
}

.form-label-group input:hover,
.jvalidation .form-control.is-valid:hover,
.jvalidation .was-validated .form-control:valid:hover {
    border: 2px solid #000;
}

.jvalidation .form-control.is-valid,
.jvalidation .was-validated .form-control:valid {
    background: #fff;
    border: 2px solid #d8d8d8;
    color: #000;
}

.banner .date-of-birthNew .row .form-label-group .form-control:focus,
.banner .date-of-birthNew .row .form-label-group .form-control:hover {
    border-bottom: 2px solid #000;
}

.congrBox {
    padding: 18px 20px;
    text-align: left;
    margin-bottom: 40px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.calWidthLeft {
    width: calc(100% - 291px);
    float: left;
    padding-left: 20px;
}

.calWidthRight {
    width: 291px;
    float: left;
}

.conTxt {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
}

.congrBox strong {
    font-size: 16px;
    font-weight: 400;
    color: #54565b;
    padding-bottom: 5px;
    display: block;
}

.congrBox p {
    font-size: 12px;
    color: #a6a6a6;
    line-height: 16px;
    margin: 0;
}

.conAdd {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/con_icon1.jpg) left center no-repeat;
    padding-left: 40px;
}

.conProof {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/con_icon2.jpg) left center no-repeat;
    padding-left: 50px;
}

.landingV3.hero-banner.vendor-banner {
    background: linear-gradient(135.57deg, #c4777d 0, #9d1d27 100%);
}

.cc-landing-drop .ui-autocomplete li .ui-menu-item-wrapper:hover,
.cc-landingBg .ui-autocomplete li .ui-menu-item-wrapper:hover,
.newCardBoxRight .row .col-lg-3 .newTxt2 {
    color: #000;
}

.newTxt2 span,
.w100 {
    display: inline-block;
}

@media(max-width:600px) {
    .newCardBoxRight .col-lg-3 {
        width: 50%
    }

    .newCarList .list-item li {
        margin-bottom: 20px;
    }
}

.form-label-group>label.pincodeCityState {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.ntbCore h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 42px;
    color: #54565b;
}

.ntbCore .headBox {
    font-size: 16px;
    line-height: 20px;
}

.ntbCore .headBox2 {
    opacity: .3;
    margin-bottom: 8px;
}

.coreBox1 {
    font-size: 14px;
    color: #54565b;
    border-radius: 5px;
    background-color: #fcfcfc;
    padding: 24px 12px 0;
}

.coreBox1 li {
    padding-bottom: 30px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/dot.png) left 5px no-repeat;
    padding-left: 10px;
}

.coreBox1 li span {
    display: block;
    color: #b8b8b8;
    font-size: 12px;
    padding-top: 0;
}

.upload-details table th,
.upload-details-core table td {
    text-align: center;
    padding: 15px;
    height: 70px;
}

.cc-landing-page .ccnew-pup .modal-dialog .modal-body ul li p,
.cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog .modal-body .ccnew-pupTxt p,
.gconnectPup .modal-content,
.upload-details table th:first-child,
.upload-details table th:nth-child(2),
.upload-details-core table td:first-child,
.upload-details-core table td:nth-child(2) {
    text-align: left;
}

.ntb-core-sprint .upload-file .filetext {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/icon14.png) 96% center no-repeat;
}

.ntb-core-sprint .progress-list {
    transition: top .3s linear;
}

.ntb-core-sprint .progress-list li {
    width: 110px;
    float: right;
    text-align: left;
}

.corePopup .modal-dialog .modal-body.op1 {
    padding: 50px 80px 20px;
}

.corePopup .modal-dialog {
    max-width: 480px;
}

.corePopup .btn-box button.btn-red {
    width: 220px;
}

.corePopup .go-back {
    float: left;
    padding: 14px 0;
}

.corePopup .switch {
    width: 56px;
    height: 30px;
}

.corePopup .slider:before {
    height: 30px;
    width: 32px;
    bottom: 0;
}

.ntb-core-sprint .core-form {
    max-width: 500px;
    width: 100%
}

.headBox .tooltipAb2 {
    right: auto;
    margin-left: 5px;
    top: 0;
}

.form-details .col-right .tooltipAb2 {
    position: relative;
    right: 0;
    top: 0;
}

.tooltipAbNew li {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/dot2.png) 5px 8px no-repeat;
    padding-left: 15px;
}

.headBox .tooltipAb2 img {
    width: 18px;
}

.coreBtn {
    font-size: 14px;
    font-weight: 700;
    margin-left: 0;
    color: #9c1d26 !important;
}

.ntb-core-sprint .upload-file .f-input:disabled {
    border: 2px solid #b8b8b8;
    background: #fff;
}

.w100 {
    width: 100px;
}

.form-details .w100 select {
    background-position: 90% center !important;
}

.w100Full {
    width: calc(100% - 110px);
    margin-left: 0;
    display: block;
    float: right;
}

.ntb-core-sprint .credit-card-box figure figcaption {
    font-size: 16px;
    font-family: Inter, sans-serif;
}

.ntb-core-sprint input[type=number] {
    appearance: textfield !important;
    -moz-appearance: textfield !important;
    -webkit-appearance: textfield !important;
    margin: 0;
}

.ntb-core-sprint input[type=number]::-webkit-inner-spin-button,
.ntb-core-sprint input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

#faqs,
#stickyBanner4Boxes,
.cc-ComBox,
.cc-boxes4MainMob,
.cc-compareTable,
.cc-product-landing a,
.cc-product-landing h4,
.progress-list,
.rTableRowShow,
.rtableShowScroll,
header {
    transition: .2s ease-in-out;
}

.toggle-password {
    z-index: 2;
    cursor: pointer;
}

.filename2Mb {
    display: none;
    color: #d10000;
    font-size: 14px;
    margin-top: 5px;
}

.cc-landing-page .ccnew-secion3 .ccnew-whats-new .owl-nav button.disabled,
.cc-landing-page .ccnew-secion3 .owl-carousel.owl-drag .owl-item .ccnew-img,
.cc-landing-page .hero-banner-cc .owl-nav button.disabled,
.corePopup .btn-box button.btn-red.disabled,
.ntb-calc .etb-trackRight .etb-trackSteps .disabled span,
.ntb-calc .etb-trackRight .etb-trackSteps .disabled strong {
    opacity: .5;
}

.filetext span {
    font-size: 12px;
    font-weight: 400;
    color: #b8b8b8;
}

.ntb-core-sprint .form-list li,
.ntb-core-sprint .form-list li li {
    vertical-align: top;
}

.conAdd,
.conProof {
    background-position: left top;
    min-height: 80px;
    height: auto;
}

.congratBox2 .conAdd,
.congratBox2 .conProof {
    min-height: 110px;
}

.form-label-group>label.pincodeCityState2 {
    color: #767676;
    font-family: Inter;
    letter-spacing: 0;
    position: relative;
    padding: 5px 0 0;
    top: unset;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

#uploadHide.uploadHide {
    opacity: .5;
    filter: grayscale(1);
}

.cc-landing-page .ccnew-pup .modal-dialog .modal-content,
.cc-landing-page .ccnew-pup.cc-beginChall .modal-dialog .modal-body .beginPupMain .beginConta,
.upload-details-core .filename input {
    background: 0;
    border: 0;
}

.ntb-core-sprint .progress-list.mobProGess {
    display: none;
    position: fixed;
    top: -55px;
    background: #fff;
    z-index: 99;
    padding: 5px 10px;
    left: 0;
}

.sprint2Step4In .addLeft {
    position: absolute;
    float: none;
    width: 100%;
    top: auto;
    margin: 0;
}

.cc-landing-page .ccnew-pup.cc-AprPupBox.cc-AprPupBox2 .modal-dialog .modal-body .ccnew-pupTxt .aprTxt,
.cc-landing-page .ccnew-pup.cc-AprPupBox.cc-AprPupBox2 .modal-dialog .modal-body .ccnew-pupTxt .ccAprImg,
.form-group1 input:focus~.bar:after,
.form-group1 input:focus~.bar:before,
.form-group1 select:focus~.bar:after,
.form-group1 select:focus~.bar:before,
.form-group1 textarea:focus~.bar:after,
.form-group1 textarea:focus~.bar:before,
.w50Per {
    width: 50%
}

.sprint2Step4In li .addLeft .error {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 25px;
    color: #d10000;
    font-size: 14px;
}

.backPopBox .modal-dialog .modal-body.op1 {
    padding: 70px;
}

.MR45 {
    margin-right: 45px;
}

@media(max-width:1199px) {
    .newCardBoxLeft {
        text-align: center;
        width: 100%
    }

    .newCardBoxLeft img {
        width: 100%
    }

    .newCardBoxRight {
        width: 100%;
        padding-left: 0;
    }

    .greenBox {
        margin: 0;
        padding: 0;
    }

    .greenBox .greTxt {
        display: inline-block;
        float: right;
    }

    .credit-card-box img {
        width: 100%;
        height: auto;
    }

    .congratBox2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(max-width:991px) {
    .credit-card-box img {
        width: 100%;
        height: auto;
    }

    .congratBox2 .conAdd,
    .congratBox2 .conProof {
        min-height: 150px;
    }
}

@media(max-width:901px) {
    .credit-card-box img {
        width: 100%;
        height: auto;
    }

    .congratBox2 .conAdd,
    .congratBox2 .conProof {
        min-height: auto;
    }

    .calWidthLeft {
        padding-left: 0;
    }
}

@media(max-width:767px) {
    .pd-section.ntb-core-sprint {
        padding: 12px 0;
    }

    .ntb-core-sprint .progress-list ul li.op1 {
        width: auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 37px;
    }

    .ntb-core-sprint .mob-scrollm ul {
        min-width: auto;
        padding: 5px 0;
    }

    .ntb-core-sprint .form-details {
        padding-top: 50px;
    }

    .corePopup .modal-dialog .modal-body.op1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ntb-core-sprint .progress-list.sticky {
        top: 0;
        left: 10px;
        z-index: 99;
    }

    .mob-scrollm {
        background: #fff;
        z-index: 1;
    }

    .ntb-core-sprint .form-details .col-right.colPt70 {
        padding-top: 90px;
    }

    .pmob0 {
        margin-bottom: 0;
    }

    .ntb-core-sprint .form-details .col-right {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ntb-core-sprint .PT30 {
        padding-top: 15px;
    }

    .w50 {
        width: 50%
    }

    .form-list li.MMB20 {
        margin-bottom: 28px !important;
    }

    .banner-form-vkyc {
        padding-top: 0;
        padding-bottom: 0;
    }

    .myrow-banner.MT40 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

.wordTxt {
    font-size: 12px;
    padding: 1px 0;
}

.w20per,
.w22per,
.w40per {
    padding-right: 0;
}

.w20per {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.w22per {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%
}

.w40per {
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%
}

.instBox1 {
    float: left;
    margin-right: 20px;
}

.w40per .instBox1 .higherlimitlink {
    font-size: 12px;
    color: #54565b;
    text-decoration: line-through;
}

.newTxt2 span {
    font-size: 16px;
    color: #b8b8b8;
    padding-left: 2px;
}

.w40per .newTxt1 .newCtoolTip {
    right: -30px;
}

.MAFLNONE {
    float: none;
    margin: auto;
}

.higherlimitlink {
    line-height: 18px;
}

.banner-form-NTB .banner-form {
    padding: 45px 35px 40px;
}

li.step3Note {
    margin-bottom: 25px !important;
}

#creditcard1 .vkycAddonBox {
    padding: 60px 60px 30px;
}

.aadharCardNew {
    display: none;
    width: 300px;
    padding: 20px 0;
}

.document-content,
.msg {
    display: -ms-inline-flexbox;
}

#sprint2Step3 #msgBody2 {
    height: 140px;
}

@media(max-width:380px) {
    #ntbPanVer1 #msgBody2 {
        padding-top: 30px;
    }
}

li.sprint2Step2In .error {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 30px;
    color: #d10000;
    font-size: 14px;
    display: block !important;
    left: 0;
}

.custom-control-input.is-invalid[type=radio].custom-control-label,
.was-validated .custom-control-input[type=radio]:invalid.custom-control-label {
    color: unset;
}

li.sprint2Step2In .custom-control-label {
    padding-left: 0 !important;
}

li.sprint2Step2In .custom-control {
    position: inherit;
}

.ntbPupupBox .modal-body {
    padding: 24px 24px 60px;
}

.ntbPupupBox .ntbPassword .btn,
.ntbPupupBox .ntbPassword2 .btn,
.ntbPupupBox .ntbPassword4 .btn {
    margin: auto;
    display: block;
    color: #9c1d26;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
}

.ntbPupupBox .ntbPasswordP p {
    font-size: 16px;
}

.ntbPupupBox .close {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 24px;
    height: 24px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/close-icon.svg) center center no-repeat;
    opacity: 1;
}

.ntbPupupBox .modal-content {
    border-radius: 19px;
    border: 0;
    text-align: center;
    max-width: 452px;
}

.ntbPupupBox .ntbPupImg {
    padding-bottom: 35px;
    padding-top: 100px;
}

.ntbPupupBox .ntbPupImg img {
    display: block;
    margin: auto;
}

.ntbPupupBox h4 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 30px;
    color: #54565b;
    padding-bottom: 15px;
}

.ntbPupupBox p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}

.ntbPupupBox .ntbPupcircle {
    border: 10px solid #0a5a53;
    width: 143px;
    height: 143px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 42px;
    border-radius: 75px;
    margin: 40px auto;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.email-crawl {
    max-width: 1220px;
    margin: auto;
}

.document__content {
    margin-top: 20px;
    margin-bottom: 30px;
}

.document__img {
    margin-left: 16px;
}

.document__title {
    margin: 16px 0;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
}

.document__subtitle {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.collect {
    max-width: 520px;
    width: 92%;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 0 24px rgba(155, 30, 38, .1);
    -webkit-backdrop-filter: blur(5.43656px);
    backdrop-filter: blur(5.43656px);
    border-radius: 12px;
    padding: 20px 24px;
    margin: auto auto 40px;
}

.msg {
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

.msg--margin {
    margin-left: -10px;
}

.msg__icon {
    width: 45px;
}

.msg__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #9c1d26;
    padding-left: 12px;
}

.document-content {
    display: inline-flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 44px;
    list-style-type: none;
}

.cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox .owl-item,
.next__link {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.details {
    width: 89%
}

.details__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #54565b;
}

.gmail__description {
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #767676;
}

.gconnectPup .modal-body {
    padding: 60px;
    color: #54565b;
    line-height: 20px;
}

.gconnectPup .modal-body .gmailIcon {
    margin-bottom: 26px;
}

.gconnectPup .modal-body h4 {
    font-size: 24px;
    font-weight: 700;
    color: #54565b;
}

.fiHeadopps,
.gconnectPup .modal-body .gmailList {
    margin-top: 20px;
}

.gconnectPup .modal-body li {
    font-size: 16px;
    letter-spacing: -.25px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.ntb-calc .btn-box .btnAadhr,
.sectBox .btn-box button {
    font-size: 17px;
    font-weight: 600;
}

.gconnectPup .modal-body li::before {
    width: 8px;
    height: 8px;
    background: #686873;
    content: '';
    border-radius: 4px;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}

.gconnectPup .modal-dialog {
    max-width: 717px;
}

.sectBox {
    max-width: 400px;
    width: 92%;
    text-align: center;
    margin: 5% auto 0;
}

.sectBox .sectBoxImg {
    width: 143px;
    margin: auto;
}

.sectBox h5 {
    color: #0a5a53;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.69px;
    line-height: 30px;
    padding: 23px 0 33px;
}

.sectBox h6 {
    color: #54565b;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.4px;
    line-height: 24px;
}

.sectBox .sectedTxt {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(37, 36, 59, .1);
    max-width: 343px;
    width: 100%;
    margin: 30px auto auto;
    padding: 10px;
    text-align: left;
    position: relative;
    font-weight: 300;
    font-size: 14px;
}

.sectBox .chekRight {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -12px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/checkRight.svg) no-repeat;
}

.sectBox p {
    font-size: 16px;
    letter-spacing: -.25px;
    line-height: 20px;
}

.sectBox p img {
    width: 16px;
    height: auto;
}

.passwordPup .modal-body {
    padding: 60px 40px 30px;
}

.passIcon {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -13px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/eye_cross.png) no-repeat;
    width: 28px;
    height: 24px;
}

.ntb-calc .w900 {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.ntb-calc .MT100,
.ntb-calc .otpBox.cr-screen2 {
    margin-top: 100px;
}

.ntb-calc #ntb-fetch-aadhaar2 .form-group1.disabled,
.ntb-calc #ntb-fetch-aadhaar2 input {
    background: #fff;
    pointer-events: all;
}

.ntb-calc .core-form3 .form-group1 textarea {
    background: #fff !important;
}

.ntb-calc #ntbNew-landing-otp .form-group1.disabled {
    pointer-events: all;
}

.ntb-calc .etb-note2 {
    opacity: .32;
}

.ntb-calc #otp {
    letter-spacing: 30px;
}

.ntb-calc #otp::placeholder {
    letter-spacing: normal;
}

.ntb-calc #otp:-ms-input-placeholder {
    letter-spacing: normal;
}

.ntb-calc #otp::-ms-input-placeholder {
    letter-spacing: normal;
}

.cc-compareTable .rTableCell .btn-box,
.ntb-calc .btn-box .btn {
    margin: 20px 0;
}

.ntb-calc .btn-box .btnAadhr {
    color: #9b1e26;
    display: inline-block;
}

.ntb-calc .exAppBg {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/express_appBg.png) left top no-repeat;
    max-width: 472px;
    width: 100%;
    height: 138px;
    margin: auto;
    padding: 16px 0 16px 163px;
}

.ntb-calc .exAppBg h4 {
    background: #ffcb05;
    font-size: 12px;
    font-weight: 600;
    color: #25243b;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 5px;
    border-radius: 16px;
    margin-bottom: 14px;
}

.ntb-calc .exAppBg h5 {
    font-size: 21px;
    color: #25243b;
    font-weight: 600;
    margin-bottom: 12px;
}

.ntb-calc .exAppBg h5 span {
    color: #9b1e26;
}

.ntb-calc .exAppBg p strong {
    font-weight: 600;
    color: #9b1e26;
}

.ntb-calc .termsNew {
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
}

.ntb-calc .termsNew a {
    color: #9b1e26;
    font-weight: 600;
}

.ntb-calc #ntb-fetch-aadhaar2 .btnAadhr {
    margin: 40px 0 20px;
}

.ntb-calc #ntb-personal-details textarea:disabled {
    background: #fff !important;
    font-size: 21px;
    line-height: 110%
}

.ntb-calc .switch-box {
    width: 100%;
    position: relative;
}

.ntb-calc .switch-box .switch {
    position: absolute;
    right: 0;
    top: 5px;
}

.ntb-calc .here3Boxes {
    background: #212121;
    padding: 70px 0;
    border-radius: 30px 30px 0 0;
    margin-bottom: 70px;
}

.ntb-calc .here3Boxes .container {
    max-width: 725px;
    width: 100%
}

.ntb-calc .here3Boxes .container .box1 {
    background: #e21d52;
    border-radius: 8px;
    width: 214px;
    height: 222px;
    padding: 20px;
    position: relative;
}

.ntb-calc .here3Boxes .container .box1 p {
    font-weight: 600;
    color: #fff;
}

.ntb-calc .here3Boxes .container .box1 .boxImg {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.ntb-calc .here3Boxes .container .box2 {
    background: #c1d7ee;
}

.ntb-calc .here3Boxes .container .box3 {
    background: #5b8c38;
}

.ntb-calc .etb-newCompare .container h2 {
    padding-top: 0;
    padding-bottom: 0;
}

.ntb-calc .ntbCardBox h2 {
    color: #25243b;
    font-size: 26px;
}

.ntb-calc .ntbCardBox .cardImg {
    text-align: center;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.ntb-calc .ntbCardBox .cardImg span {
    position: absolute;
    top: 123px;
    color: #fff;
    margin-left: 9px;
    font-size: 14px;
    font-weight: 300;
}

.ntb-calc .cardNames h4 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -.01px;
    color: #25243b;
    padding: 0 0 40px;
}

.ntb-calc .cardNames a {
    box-shadow: 0 4px 8px rgba(155, 30, 38, .101);
    border-radius: 30px;
    letter-spacing: -.01px;
    color: #9b1e26;
    font-size: 17px;
    font-weight: 300;
    display: inline-block;
    padding: 6px 13px;
    margin: 0 2px 15px;
}

.ntb-calc .cardNames a.active {
    background: #9b1e26;
    color: #fff;
}

.ntb-calc .etb-docuTerms {
    padding-bottom: 0;
    padding-top: 40px;
}

.ntb-calc .ntb-video h4 {
    font-size: 26px;
    color: #25243b;
    font-weight: 300;
    padding: 40px 0 30px;
}

.ntb-calc .ntb-video h5 {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 5px;
}

.ntb-calc .ntb-video p {
    font-weight: 300;
    padding-bottom: 30px;
}

.ntb-calc .ntb-video li {
    padding-left: 96px;
    position: relative;
}

.ntb-calc .ntb-video li span {
    background: #fff;
    box-shadow: 0 4px 8px rgba(155, 30, 38, .05);
    opacity: 1;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.ntb-calc .ntb-video li .ntb-vid1 {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/vid-icon1.png) center center no-repeat #fff;
}

.ntb-calc .ntb-video li .ntb-vid2 {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/vid-icon2.png) center center no-repeat #fff;
}

.ntb-calc .ntb-video li .ntb-vid3 {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/vid-icon3.png) center center no-repeat #fff;
}

.cc-power-list span img,
.ntb-calc .ntb-video .vidBox img {
    width: 100%;
    height: auto;
    display: block;
}

.ntb-calc .ntb-video .videNote {
    font-weight: 600;
    margin-top: 15px;
}

.ntb-calc .ntb-video .w290 {
    margin: 0 10px;
}

.ntb-calc .etb-trackLeft {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/bg-congratulation.png) -11px -11px no-repeat;
    border-radius: 0;
}

.ntb-calc .etb-trackRight .etb-trackSteps li span {
    color: #686873;
    display: block;
    margin: 5px 0 2px;
}

.ntb-calc .etb-trackRight .etb-trackSteps li .viewTag {
    font-size: 14px;
    color: #9b1e26;
    font-weight: 600;
}

.ntb-calc .etb-trackRight .etb-trackSteps .disabled::before {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/cirlcle-dis.png) center center no-repeat;
    left: -4px;
    width: 42px;
    height: 42px;
}

.ntb-calc .etb-trackRight .etb-trackSteps .disabled::after {
    border: 1px dashed #f1f1f1;
}

.ntb-calc .track-appIcons .container {
    max-width: 850px;
}

.ntb-calc .track-appIcons3 .trackMobileImg {
    float: left;
    width: 350px;
}

.ntb-calc .track-appIcons3 .track-imgs {
    float: left;
    text-align: left;
    width: calc(100% - 350px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.ntb-calc .track-appIcons3 .track-imgs .track-imgsApp,
.ntb-calc .track-appIcons3 .track-imgs h2 {
    text-align: left;
    padding-left: 30px;
}

.ntb-calc .track-appIcons3 .track-imgs h2 {
    padding-left: 47px;
}

.ntb-calc .track-appIcons2 {
    margin-bottom: 50px;
}

.ntb-calc .track-appIcons2 .container {
    max-width: 1140px;
}

.ntb-calc .track-appIcons2 .container li,
.ntb-calc .track-boxes3 li {
    padding-left: 35px;
    padding-right: 35px;
}

.ntb-calc .track-appIcons2 .container li .trackNtbLeft {
    position: relative;
    display: block;
    background: #a51c35;
    background: linear-gradient(45deg, #a51c35 0, #000 100%);
    box-shadow: 0 4px 8px rgba(37, 36, 59, .05);
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 35px;
}

.ntb-calc .track-appIcons2 .container li .trackNtbLeft p {
    margin: 0;
    color: #fff;
    padding-left: 60px;
    padding-right: 40px;
}

.ntb-calc .track-appIcons2 .container li .trackNtbLeft .trackIcon {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -37px;
}

.ntb-calc .track-appIcons2 .container li .trackNtbLeft::after {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/arrow1.png) right no-repeat;
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -17px;
}

.ntb-calc .track-appIcons2 .container li .trackNtbRight {
    background: #add8d0;
}

.ntb-calc .track-appIcons2 .container li .trackNtbRight::after {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/arrow2.png) right no-repeat;
}

.ntb-calc .track-boxes3 li .trackBoxCont {
    box-shadow: 0 4px 8px rgba(37, 36, 59, .101);
    border-radius: 8px;
    background: #f6f6f6;
    padding: 24px 24px 20px;
}

.ntb-calc .ntbTop {
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0 4px 8px rgba(37, 36, 59, .05);
    background: linear-gradient(-20deg, #a51d35 -10%, #000 100%);
    height: 240px;
    border-radius: 0 0 30px 30px;
    position: relative;
}

.ntb-calc .ntbTop .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 950px;
}

.ntb-calc .ntbTop .container .rightText {
    max-width: 620px;
    width: 100%;
    padding-left: 50px;
}

.ntb-calc .ntbTop .container .rightText h3 {
    font-size: 48px;
    line-height: normal;
    color: #fff;
    font-weight: 300;
    margin-bottom: 5px;
}

.cardImgBanner b,
.cc-product-landing .accordian .tog_cont strong,
.cc-sectionTxt h3 strong,
.cc-sectionTxt p strong,
.ntb-calc .ntbTop .container .rightText h3 strong,
.vendor-cc-banner.cc-proBanner2 .cc-bannerForum.banner-form input {
    font-weight: 600;
}

.ntb-calc .ntbTop .container .rightText p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.ntb-calc .ntbTop .gift-rap {
    right: 0;
    position: absolute;
}

.ntb-calc .etb-per-head h2 {
    font-weight: 600;
    max-width: 900px;
}

.ntb-calc .searchIcon {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/icon-search.png) no-repeat;
}

.ntb-calc .stepper2 {
    bottom: -50px;
    line-height: normal;
}

.ntb-calc .etbComIMg img {
    width: auto;
    height: 146px;
}

.ntb-calc .ntbFoot {
    background: #e9e9e9;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 60px;
    font-size: 17px;
    color: #25243b;
    font-weight: 300;
}

.ntb-calc .exAppBg2 {
    background: 0;
    padding: 0;
    height: auto;
    width: auto;
    text-align: center;
}

.ntb-calc .exAppBg2 img {
    display: inline-block;
    margin-bottom: 40px;
}

.form-group1 select:valid+label,
.ntb-calc .form-group1 label,
.ntb-calc .form-group1 select.is-valid+label {
    margin-bottom: 10px !important;
    opacity: 1;
}

.ntb-stepBox {
    padding: 1px 0 30px;
    margin-top: 20px;
}

.ntb-calc .form-group1 .rupeeIconBox {
    position: absolute;
    font-size: 22px;
    top: 18px;
}

.ntb-calc .rupeeIconBox::before {
    content: '₹'
}

.aadhar-newPup .modal-dialog {
    max-width: 640px;
    text-align: center;
}

.aadhar-newPup .modal-dialog figure {
    width: 130px;
    margin: auto;
}

.aadhar-newPup .modal-dialog h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 20px 0;
    line-height: normal;
}

.aadhar-newPup .modal-dialog .btn-box .btn {
    max-width: initial;
    width: auto;
    display: block;
    margin: 0 auto 20px;
}

.aadhar-newPup .modal-dialog .btn-box a {
    display: inline-block;
    margin: 10px 0 30px;
}

@media screen and (max-width:990px) {
    .ntb-calc .ntb-video li {
        padding-left: 30px;
        padding-right: 30px;
    }

    .ntb-calc .ntb-video li li {
        padding-left: 80px;
    }

    .ntb-calc .etb-congrList {
        overflow: hidden;
    }

    .ntb-calc .ntbTop .container .rightText h3 {
        font-size: 30px;
    }
}

@media screen and (max-width:640px) {
    .details {
        margin-top: 10px;
    }

    .collect {
        padding-right: 10px;
    }

    .msg__icon {
        width: 30px;
    }

    .next {
        width: 50px;
        position: absolute;
        right: 10px;
    }

    .gconnectPup .modal-body,
    .ntb-calc .track-appIcons2 .container li .trackNtbLeft {
        padding: 20px;
    }

    .msg__title,
    .ntb-calc .ntb-video li h5 {
        font-size: 16px;
    }

    .details__description {
        font-size: 14px;
        line-height: normal;
    }

    .gmail__description {
        font-size: 12px;
        line-height: normal;
    }

    .passwordPup .modal-body {
        padding: 40px 20px;
    }

    .eGreen h5 {
        color: #00836d;
        font-size: 24px;
    }

    .eGreen h6,
    .ntb-calc .cardNames {
        text-align: left;
    }

    .sectBox h5 {
        padding-bottom: 15px;
    }

    .sectBox .sectedTxt {
        margin-top: 15px;
    }

    .ntb-calc .cardNames,
    .ntb-calc .ntb-stepBox {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ntb-calc .etb-newCompare .container h2 {
        text-align: left;
        line-height: 130%;
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ntb-calc #ntb-fetch-aadhaar1 .otpBox li,
    .ntb-calc .w900 li {
        padding: 0 !important;
    }

    .ntb-calc #ntb-fetch-aadhaar1 .otpBox li .exAppBg {
        padding-left: 115px !important;
        border-radius: 15px;
        margin-bottom: 20px;
    }

    .ntb-calc #ntb-fetch-aadhaar1 .otpBox li .exAppBg h4 {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .ntb-calc #ntb-fetch-aadhaar1 .otpBox li .exAppBg h5 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .ntb-calc #ntb-fetch-aadhaar1 .otpBox li .exAppBg p {
        font-size: 12px;
        line-height: 110%
    }

    .ntb-calc .exAppBg2,
    .ntb-calc .exAppBg2 img,
    .ntb-calc .ntbTop .gift-rap img {
        width: 100%
    }

    .ntb-calc .ntb-stepBox p {
        line-height: 120%
    }

    .ntb-calc .cardNames a,
    .ntb-calc .etb-docuTerms p,
    .ntb-calc .track-boxes3 li p {
        font-size: 14px;
    }

    .ntb-calc .btn-box .btn {
        margin-bottom: 0;
    }

    .ntb-calc .ntbCardBox .cardImg {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ntb-calc .cardNames h4 {
        font-size: 16px;
        text-align: center;
    }

    .ntb-calc .switch-box {
        padding-right: 50px;
        font-size: 16px;
    }

    .ntb-calc .ntb-video li {
        padding-left: 30px;
        position: relative;
        padding-right: 40px;
    }

    .ntb-calc .ntb-video li span {
        width: 48px;
        height: 48px;
        left: 0;
        position: absolute;
    }

    .ntb-calc .ntb-video li .ntb-vid1,
    .ntb-calc .ntb-video li .ntb-vid2,
    .ntb-calc .ntb-video li .ntb-vid3 {
        background-size: 80% !important;
    }

    .ntb-calc .ntb-video li .ntb-vid2,
    .ntb-calc .ntb-video li .ntb-vid3 {
        background-size: 60% !important;
    }

    .ntb-calc .ntb-video .vidBox,
    .ntb-calc .ntb-video li .btn-box .btn,
    .ntb-calc .ntb-video li .videNote {
        margin-bottom: 20px;
    }

    .ntb-calc .ntb-video li p {
        font-size: 14px;
        color: #25243b;
        font-weight: 500;
        margin-bottom: 25px;
    }

    .ntb-calc .ntb-video li li {
        padding-left: 60px;
        padding-right: 0;
    }

    .ntb-calc .ntb-video .vidBox img {
        border-radius: 20px 20px 0 0;
    }

    .ntb-calc .ntb-video .videNote {
        position: absolute;
        top: 0;
        color: #fff;
    }

    .ntb-calc .ntb-video .videoBoxTop {
        display: none;
    }

    .ntb-calc .videoBoxBttom {
        display: block;
        position: relative;
        margin-top: 20px;
    }

    .ntb-calc .videoBoxBttom .videNote {
        background: #000;
        color: #fff;
        padding: 20px;
        border-radius: 20px 20px 0 0;
        text-align: center;
        font-size: 20px;
    }

    .ntb-calc .videoBoxBttom img {
        width: 100%;
        height: auto;
    }

    .ntb-calc .etb-congrList {
        padding-bottom: 0;
    }

    .ntb-calc .etb-trackApp .etb-trackLeft .gift-rap {
        width: 80px;
    }

    .ntb-calc .etb-trackApp .etb-trackLeft p {
        font-weight: 500;
    }

    .ntb-calc .etb-trackApp .etb-trackLeft .track-cardImg span {
        padding-left: 20px;
    }

    .ntb-calc .track-boxes3 li {
        padding-bottom: 30px;
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ntb-calc .track2Ntb li {
        padding-bottom: 30px;
    }

    .ntb-calc .etb-trackLeft {
        height: 210px;
    }

    .ntb-calc .etb-trackRight {
        margin-top: 170px;
        box-shadow: 0 6px 8px rgba(37, 36, 59, .05);
        border-radius: 0 0 30px 30px;
    }

    .ntb-calc .track-boxes3 li .trackBoxCont {
        padding: 15px;
    }

    .ntb-calc .track-appIcons2 .container li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ntb-calc .track-appIcons h2 {
        text-align: left;
        font-size: 24px;
    }

    .ntb-calc .ntbTop .gift-rap {
        width: 100px;
    }

    .ntb-calc .ntbTop .rightText {
        max-width: initial;
        text-align: center;
        font-size: 24px;
    }

    .ntb-calc .ntbTop .ntbLeftImg {
        position: absolute;
    }
}

@media screen and (max-width:420px) {
    .ntb-calc .etb-trackApp .etb-trackLeft .track-cardImg span {
        padding-left: 10px;
        bottom: 20px;
    }

    .ntb-calc .etb-trackRight {
        margin-top: 140px;
    }

    .etb-trackApp .etb-trackLeft .font12 {
        padding: 0;
    }
}

.whiteBg .top-nav,
.whiteBg header.sticky,
.whiteBg header.sticky .top-nav {
    height: 70px !important;
}

.whiteBg .smHeader.sticky .top-nav .logo {
    padding: 10px 30px 0 46px;
}

.ntbHeadBoxes {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ntbHeadBoxes .ntbHeadBoxCom {
    height: 56px;
    border-radius: 4px;
    margin: 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    pointer-events: none;
}

.ntbHeadBoxes .ntbHeadBoxCom .ntbFlex {
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    width: 320px;
    padding: 0 5px 0 10px;
    border-radius: 4px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ntbHeadBoxes .ntbHeadBoxCom .ntbHeadBox1 {
    background: linear-gradient(91.65deg, #b5203c .38%, #500412 100%);
    border-radius: 4px;
}

.ntbHeadBoxes .ntbHeadBoxCom .ntbHeadBox2 {
    background: linear-gradient(91.65deg, #b59420 .38%, #502d04 100%);
    border-radius: 4px;
}

.ntbHeadBoxes .ntbHeadBoxCom .ntbHeadLeft1 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.ntbHeadBoxes .ntbHeadBoxCom .ntbHeadLeft2 {
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    line-height: 18px;
}

@media screen and (max-width:990px) {
    .ntbHeadBoxes .ntbHeadBoxCom {
        height: 46px;
        margin-top: 0;
        position: absolute;
        display: none;
    }

    .ntbHeadBoxes {
        -ms-flex-pack: end;
        justify-content: end;
    }

    .ntbHeadBoxes .ntbHeadBoxCom .ntbFlex {
        height: 46px;
    }

    .ntbHeadBoxes .ntbHeadBoxCom.active {
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width:480px) {
    .ntbHeadBoxes {
        padding-right: 00px;
        -ms-flex-pack: end;
        justify-content: end;
    }

    .ntbHeadBoxes .ntbHeadBoxCom {
        width: 240px;
        margin-left: -20px;
        padding: 0 0 0 5px;
    }

    .ntbHeadBoxes .ntbHeadBoxCom .ntbFlex {
        width: 100%
    }

    .ntbHeadBoxes .ntbHeadBoxCom .ntbFlex img {
        width: 40px;
        height: auto;
    }

    .ntbHeadBoxes .ntbHeadBoxCom .ntbHeadLeft1 {
        font-size: 23px;
    }

    .ntbHeadBoxes .ntbHeadBoxCom .ntbHeadLeft1 .ntbHeadLeft2 {
        font-size: 13px;
        line-height: 15px;
    }

    .ntbHeadBoxes .ntbHeadBoxCom .ntbHeadBox2 {
        line-height: normal;
        font-size: 13px;
        font-weight: 500;
    }

    .ntbHeadBoxes .ntbHeadBoxCom .ntbHeadBox2 b {
        display: block;
        font-size: 12px;
        line-height: 90%;
        font-weight: 400;
    }
}

.ntbHeadBoxesAB1 .ntbHeadBoxCom,
.ntbHeadBoxesAB2 .ntbHeadBoxCom {
    border-radius: 10px;
}

.ntbHeadBoxesAB1 .ntbHeadBoxCom .ntbHeadBox1 {
    background: linear-gradient(91.65deg, #faf3d8 .38%, #efdfd3 100%);
    border-radius: 10px;
}

.ntbHeadBoxesAB1 .ntbHeadBoxCom .ntbHeadBox1 .ntbHeadLeft1,
.ntbHeadBoxesAB1 .ntbHeadBoxCom .ntbHeadBox2 .ntbHeadLeft1,
.ntbHeadBoxesAB2 .ntbHeadBoxCom .ntbHeadBox1 .ntbHeadLeft1 {
    color: #131a1b;
}

.ntbHeadBoxesAB1 .ntbHeadBoxCom .ntbHeadBox2 {
    background: #e1e1eb;
    border-radius: 10px;
}

.cc-sectionTxt p.joinBullSm,
.ntbHeadBoxesAB1 .ntbHeadBoxCom .ntbHeadBox2 strong,
.ntbHeadBoxesAB2 .ntbHeadBoxCom .ntbHeadBox2 strong {
    font-size: 17px;
}

.referBanner .btn-box a,
.skip {
    font-size: 14px;
    font-weight: 700;
}

.ntbHeadBoxesAB1 .ntbHeadBoxCom img,
.ntbHeadBoxesAB2 .ntbHeadBoxCom img {
    padding: 8px;
}

.ntbHeadBoxesAB2 .ntbHeadBoxCom .ntbHeadBox1 {
    background-image: linear-gradient(135deg, #faf3d8 0, #efdfd3 100%);
    border-radius: 10px;
}

.ntbHeadBoxesAB2 .ntbHeadBoxCom .ntbHeadBox2 {
    background-image: radial-gradient(circle at 48% 50%, #9d1d27 0, #c3747b 109%, #c4777d 109%);
    border-radius: 10px;
}

.white-bg {
    background-color: #fff;
}

.list-benefits {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-benefits li {
    width: 30%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.list-benefits li figure {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    background: #f3f3f3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-benefits li .img-ctr strong {
    display: block;
    font-weight: 700;
    margin-top: 3px;
}

.terms {
    margin: 25px 0 45px;
}

.skip {
    color: #767676;
}

.otp-bx {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.atmcard,
.atmcash,
.cc-boxes4 {
    overflow: hidden;
}

.jvalidation .btn-box .btn-red:focus {
    box-shadow: 0 1px 4px 0 #000;
}

.jvalidation .form-control.is-invalid {
    border-color: #d10000;
    box-shadow: none;
}

.jvalidation .was-validated .form-control:valid,
.jvalidation .was-validated .form-control:valid:focus {
    border-color: #d8d8d8;
}

.jvalidation .was-validated input.form-control:valid,
.jvalidation .was-validated input.form-control:valid:focus {
    background-image: none;
}

.jvalidation .custom-control-input.is-valid~.custom-control-label,
.jvalidation .was-validated .custom-control-input:valid~.custom-control-label {
    color: inherit;
}

.jvalidation .form-control.is-valid,
.jvalidation .was-validated .form-control:valid {
    border-color: inherit;
}

.jvalidation #cancel-card textarea {
    background: 0 0 !important;
}

.cs-title-box {
    padding: 30px 0 0 35px;
}

.customer-speak-carousel .owl-nav {
    position: absolute;
    left: -260px;
    top: 120px;
}

.customer-speak-carousel .owl-nav .owl-next,
.customer-speak-carousel .owl-nav .owl-prev {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
    margin: 0 10px;
}

.customer-speak-carousel .owl-nav .owl-prev::before {
    font-family: icomoon;
    content: "\e901";
    color: #9d1d27;
}

.customer-speak-carousel .owl-nav .owl-next::before {
    font-family: icomoon;
    content: "\e902";
    color: #9d1d27;
}

.customer-speak {
    background: #fff;
    background: linear-gradient(90deg, #fff 40%, #c4777d 40%, #9d1d1d 100%);
}

.customer-speak .container.shape {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/shape.svg) 0 -2px no-repeat;
    padding: 120px 15px;
}

.accordian .customer-speak .tog_cont,
.accordian .customer-speak .trgr,
.customer-speak .accordian .tog_cont,
.customer-speak .accordian .trgr,
.customer-speak .search-bxIn .search-ad .ad-card,
.customer-speak .white-box,
.search-bxIn .search-ad .customer-speak .ad-card {
    padding: 30px 20px;
    margin: 2px;
    min-height: 205px;
}

.rating-box {
    border-bottom: 1px solid rgba(151, 151, 151, .3);
    padding-bottom: 10px;
}

.rating-box .icon-star {
    width: 16px;
}

.rating-box .icon-star::before {
    color: rgba(151, 151, 151, .3);
}

.notes ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notes ol li {
    margin: 3px 0 0 14px;
    position: relative;
    padding-bottom: 6px;
}

#tandc .modal-body {
    overflow: scroll;
    height: 450px;
}

.ui-widget {
    background: #fff;
    width: 320px !important;
}

.ui-autocomplete {
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
    width: 100%
}

.ui-autocomplete .ui-state-active {
    background: #f3f3f3;
}

.edit-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    background: #fff;
}

.referBanner .container {
    max-width: 1366px;
}

.referBanner {
    background: linear-gradient(229.31deg, #c2b5b5 0, #ffecee 100%);
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .cc-ComBox,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .rTableRow.rowGry,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .rTableRowHead,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .rTableRowMob.rowGry,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .rTableRowTotal,
.cc-landing-page .ccnew-pup.cc-beginChall .modal-dialog .modal-body .beginPupMain,
.form-group1.p0,
.referBanner .offer-box {
    background: 0;
}

.referBanner .offer-inner {
    position: relative;
    left: -120px;
}

.referBanner .offer-inner .hd1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 23px;
}

.referBanner .btn-box a {
    width: 194px;
}

.referBanner .btn-trans {
    display: inline-block;
    height: 50px;
    min-width: 160px;
    padding: 10px 30px;
    border-radius: 25px;
    background: 0;
    color: #9c1d26;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
}

.referNowPopup .more-reasons {
    background: linear-gradient(222.72deg, #ffecee 0, #c2b5b5 100%);
    border-radius: .3rem 0 0 .3rem;
    padding-bottom: 0;
}

.footer,
.referNowPopup .popup-list-box {
    padding-bottom: 70px;
}

.referNowPopup .ML100N {
    margin-left: 100px;
}

.ficurning .list-item li span {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.ficurning .owl-carousel .owl-nav button.owl-next {
    position: inherit;
    right: auto;
    left: 30px;
}

.ficurning .owl-carousel .owl-nav button.owl-prev {
    position: inherit;
    right: auto;
    left: -30px;
}

.ficurning .banner {
    background: linear-gradient(222.72deg, #ffecee 0, #dfbfbf 100%);
}

.ficurning .f16br {
    padding: 10px 0;
    display: block;
}

.ficurning .etbFadeImg2 {
    margin-top: 60px;
    margin-left: -60px;
    max-width: 390px;
    width: 390px;
}

.ficurning .banner-form {
    padding: 45px 60px 40px;
    min-height: inherit;
}

.ficurning .form-label-group>label {
    font-weight: 400 !important;
}

.fiHead {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 40px;
}

.colorBro {
    color: #9c1d26;
}

.fi-w500 {
    max-width: 500px;
}

.ficurning .addNewetb {
    width: 266px;
    top: -500px;
    right: -430px;
}

.form-label-group>label.pincodeCityState {
    transition: none;
    padding: 3px 0 0;
}

.ficurning .addNewetb2,
.ficurning .addNewetb3,
.form-group1 input.is-invalid+label.error#amount-error,
.form-group1 select.is-invalid+label.error#amount-error,
.form-group1 textarea.is-invalid+label.error#amount-error {
    top: 50px;
}

.cc-landing-page .ccnew-secion7 .container .owl-nav button,
.ficurning .form-list .addNewetbMain {
    position: initial;
}

.ficurning .etbIcon {
    width: 56px;
    margin-left: -28px;
    margin-top: -28px !important;
}

.ficurning .ntbHead1 {
    line-height: 120%
}

.ficurning .btn-box {
    display: inline-block;
    width: 100%
}

@media(max-width:1100px) {
    .referBanner .offer-inner {
        position: absolute;
        left: auto;
        right: 0;
        width: 500px;
    }
}

.cardImgBanner,
.cc-product-landing .cc-proBanner p {
    letter-spacing: -1px;
    line-height: 100%;
    font-size: 21px;
}

@media(max-width:920px) {
    .referBanner .offer-inner {
        width: 450px;
    }
}

@media(max-width:800px) {
    .referBanner .offer-inner {
        width: 400px;
    }
}

@media(max-width:488px) {
    .ficurning .ntbHead1 {
        font-size: 20px;
    }

    .ficurning .etbFadeImg2 {
        max-width: inherit;
        margin: 0 0 20px;
        height: 280px;
        background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/cards_bg.svg) center center no-repeat;
        width: 100%
    }

    .ficurning .banner-form {
        padding: 45px 20px 20px;
    }

    .ficurning #landing .form-list li {
        margin-bottom: 28px;
    }

    .ficurning .customer-speak-carousel .owl-dots {
        display: none;
    }

    .ficurning #landing li .MT30 {
        margin-top: 0;
    }
}

.toggle-password {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/eye_cross.svg) center center no-repeat !important;
}

.toggle-password.active {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/eye.svg) center center no-repeat !important;
}

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

.cc-close,
.cc-edit {
    right: 16px;
    cursor: pointer;
}

.trackYourApp img {
    width: 32px;
    height: 100%
}

.feedback {
    z-index: 99;
}

.footer {
    background: #fff;
}

.cc-product-landing {
    font-family: Inter, sans-serif;
    background: #fff;
}

.cc-product-landing .container {
    max-width: 1360px;
}

.cc-product-landing .cc-proBanner .container {
    max-width: 1315px;
}

.vendor-cc-banner.cc-proBanner {
    padding-top: 20px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/cc-product-banner-bg.png) center center no-repeat #000;
}

.cc-product-landing .banner-wrapper .banner-ctnt {
    position: initial;
    top: initial;
    transform: initial;
}

.cc-product-landing .cc-proBanner p {
    padding-bottom: 30px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

.cc-product-landing .cc-proBanner h1,
.cc-product-landing .cc-proBanner h2 {
    color: #ffdf66;
    font-size: 48px;
    font-weight: 700;
    background: -webkit-linear-gradient(45deg, #d1451a, #e9a469);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
}

.cc-product-landing .termsNew {
    font-size: 14px;
    letter-spacing: -.47px;
    text-align: center;
    padding: 0;
}

.cc-product-landing .termsNew a {
    font-weight: 600;
    color: #9d1d27;
}

.cc-proBanner .banner-wrapper .banner-ctnt .row {
    -ms-flex-align: initial;
    align-items: initial;
}

.cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog .modal-body .btn-box,
.cc-landing-page .ccnew-secion1,
.cc-landing-page .ccnew-secion12 .faq-section,
.cc-proBanner {
    padding-top: 0;
}

.cc-proBanner .btn-box .btn-red {
    width: 270px;
    background: #da3442;
    height: 56px;
    border-radius: 27px;
}

.cardImg {
    width: auto;
    margin: 0 0 0 auto;
}

.cardImgBanner {
    width: 100%;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/cardImgBannerBg.png) center right no-repeat #f6f6f6;
    display: inline-block;
    margin: 0 !important;
    padding: 20px 0 20px 28px;
    font-weight: 300;
    text-align: left;
    color: #25243b;
    height: 80px;
}

.cardImgBanner strong {
    font-size: 21px;
    letter-spacing: -.6px;
    color: #9b1e26;
    font-weight: 700;
    display: inline-block;
}

.cc-boxes4Main {
    position: relative;
    margin-top: -80px;
    z-index: 1;
}

.cc-boxes4 {
    padding: 22px 12px 0;
    background: linear-gradient(135.47deg, #d1451a 0, #e9a56a 100%);
    border-radius: 16px;
    height: 146px;
    display: block;
    margin-bottom: 25px;
}

.cc-boxes4:hover {
    transform: scale(1.04);
}

.comapreBoxMain {
    margin-top: -20px;
}

.cc-boxes4Main li {
    padding-left: 12px;
    padding-right: 12px;
}

.cc-boxes4Main .row {
    margin-left: -12px;
    margin-right: -12px;
}

.cc-boxes4Txt {
    float: left;
    width: calc(100% - 100px);
}

.cc-boxes4Txt h2,
.cc-boxes4Txt h3 {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -.6px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.cc-boxes4Txt h2::after,
.cc-boxes4Txt h3::after {
    width: 46px;
    height: 47px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/cc-arrow.svg) no-repeat;
    content: '';
    position: absolute;
    right: auto;
    top: auto;
    margin-top: -11px;
}

.cc-boxes4Txt p {
    font-size: 14px;
    letter-spacing: -.6px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    position: absolute;
    line-height: normal;
    width: 49%
}

.cc-ComBox input,
.cc-forumInner h3 {
    font-weight: 600;
    letter-spacing: -.5px;
}

.cc-boxes4Img {
    float: right;
    width: 100px;
}

.cc-compareBoxes {
    margin-top: 32px;
    padding-bottom: 70px;
}

.cc-forum {
    width: 327px;
    float: left;
}

.cc-forumInner {
    position: relative;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 32px 0 rgba(155, 30, 38, .1);
    padding: 30px 8px;
}

.cc-forumInner h3 {
    font-size: 20px;
    line-height: 26px;
    padding: 0 20px 0 8px;
    color: #25243b;
}

.cc-edit {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 32px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/cc-edit-icon.svg);
    z-index: 1;
}

.cc-close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 20px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/close.svg) 0 0/100%;
    z-index: 1;
    display: none;
}

.cc-ComBox {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(155, 30, 38, .05);
    border-radius: 8px;
    padding: 16px 16px 0;
    margin-top: 16px;
}

.cc-forumInner .cc-ComBox {
    padding-top: 8px;
    margin-top: 10px;
}

.jvalidation .cc-ComBox .form-control.is-valid,
.jvalidation .was-validated .cc-ComBox .form-control:valid {
    border: 0;
    color: #25243b;
}

.cc-ComBox input {
    background: #fff;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: #25243b !important;
    padding-left: 0;
}

.cc-ComBox p {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 13px;
    margin: 0;
    border-bottom: 1px solid #dbdbde;
    padding-bottom: 10px;
}

.cc-ComBox label {
    font-size: 11px;
    color: red;
    font-weight: 400;
    margin-bottom: 0;
}

.cc-ComBoxActive2 input,
.cc-forumInner .cc-ComBox input:focus {
    font-size: 20px;
    color: #9b1e26 !important;
    box-shadow: none !important;
}

.cc-ComBoxActive2 {
    padding-bottom: 16px;
}

.cc-forumInner .cc-ComBox.cc-ComBoxActive p {
    border-bottom: 1px solid #9b1e26;
}

.cc-BoxesContain {
    width: calc(100% - 327px);
    float: left;
}

.cc-compareTable {
    width: 100%;
    padding-left: 12px;
    padding-top: 3px;
}

.cc-compareTable .rTableRowHead {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cc-compareTable .rTable {
    display: table;
    width: 100%
}

.cc-compareTable .rTableRow {
    display: table-row;
}

.cc-compareTable .rTableHeading {
    display: table-header-group;
}

.cc-compareTable .rTableBody {
    display: table-row-group;
}

.cc-compareTable .rTableFoot {
    display: table-footer-group;
}

.cc-compareTable .rTableCell,
.cc-compareTable .rTableHead {
    display: table-cell;
}

.cc-compareTable .rTableCell {
    padding-top: 16px;
    padding-bottom: 16px;
    vertical-align: middle;
    padding-left: 20px;
    color: #25243b;
}

.cc-compareTable .rTableCell strong {
    font-weight: 600;
    letter-spacing: -.5px;
}

.cc-compareTable .rTableCell .colorRed {
    color: #9b1e26;
    font-size: 17px;
    font-weight: 600;
}

.cc-compareTable .rTableRowHead .rTableHead:first-child {
    border-radius: 8px 0 0 8px;
    padding-left: 20px;
    font-size: 20px;
}

.cc-compareTable .rTableRowHead .rTableHead:last-child {
    border-radius: 0 8px 8px 0;
}

.cc-compareTable .rTableRowHead .rTableHead {
    padding: 20px 0;
}

.cc-compareTable .rTableRow.rowGry,
.cc-compareTable .rTableRowMob.rowGry {
    background: #f6f6f6;
    width: 100%
}

.rTableRowMob {
    padding-left: 40px;
    color: #25243b;
}

.rTableRowMob::before {
    content: '';
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/cc-plus.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -5px;
}

.rTableRow2Minus .rTableRowMob::before {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/cc-mins.png) no-repeat;
}

.cc-compareTable .rTableRow .rTableCell:first-child {
    padding-left: 24px;
}

.cc-compareTable .rTableRow .rTableCell,
.cc-compareTable .rTableRowHead .rTableHead {
    width: 21.33%
}

.cc-compareTable .rTableRow .rTableCell:last-child,
.cc-compareTable .rTableRowHead .rTableHead {
    vertical-align: bottom;
    width: 12%
}

.cc-compareTable .rTableRow .rTableCell:last-child {
    padding-right: 40px;
    text-align: right;
}

.cc-compareTable .rTableRowHead .cc-ComBox {
    padding-bottom: 0;
    padding-top: 0;
}

.cc-compareTable .rTableRowHead .cc-ComBox .form-control {
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #9b1e26;
    font-weight: 600;
    margin-bottom: 0;
}

.cc-compareTable .rTableRowHead .cc-ComBox .form-label-group,
.cc-compareTable .rTableRowHead .cc-ComBox .form-label-group22 {
    border-bottom: 1px solid #9b1e26;
    padding-bottom: 12px;
    position: relative;
}

.cc-compareTable .rTableRowHead .cc-ComBox .form-label-group22 input {
    height: auto;
    padding-right: 45px;
}

.cc-compareTable .rTableRowHead .cc-ComBox .form-label-group22 input:focus {
    outline: 0;
    box-shadow: none !important;
}

.cc-compareTable .rTableHead .cc-ComBox .form-label-group22 input:-ms-input-placeholder {
    opacity: 1;
    color: #9b1e26;
}

.cc-compareTable .rTableHead .cc-ComBox .form-label-group22 input::placeholder {
    color: #9b1e26;
    opacity: 1;
}

.cc-compareTable .rTableHead .cc-ComBox .form-label-group22 input::-ms-input-placeholder {
    color: #9b1e26;
}

.cc-pro-search {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/search_icon.jpg) no-repeat;
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    z-index: 1;
    right: 20px;
}

.cc-closeBtn {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/close-btn.png) no-repeat;
    width: 18px;
    height: 18px;
}

.cc-Saving {
    position: relative;
    padding-right: 0;
    color: #25243b;
}

.cc-Saving a {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/toolIcon.svg) 0 0/cover no-repeat;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.cc-totalAmount {
    font-size: 14px;
    text-align: right;
    position: relative;
}

.cc-totalAmount strong,
.cc-totalAmountTxt strong {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 36px;
    color: #9b1e26;
}

.cc-sectionTxt h3,
.cc-sectionTxt p {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 30px;
    font-weight: 300;
}

.cc-totalAmountTxt {
    float: right;
    font-size: 14px;
    text-align: right;
    position: relative;
    padding-right: 20px;
}

.rTableRowTotal {
    width: 100%;
    background: #f6f6f6;
    padding: 23px 20px 13px;
}

@media(max-width:1152px) {
    .rTableRowTotal {
        border-bottom: 4px solid #fff;
    }
}

.section-wrapper2 {
    height: 1300vh;
    position: relative;
    background: #101010;
}

.section-wrapper2 .cc-sectionBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 70px 0 0;
}

.section-wrapper2 .cc-sectionBox.sticky {
    position: fixed;
}

.section-wrapper2 .cc-sectionBox.sticky2 {
    position: absolute;
    top: 1200vh;
}

.cc-sectionBox .container {
    max-width: 1285px;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.cc-note {
    font-size: 14px;
    letter-spacing: .7px;
    color: #686873;
    line-height: 16px;
    margin-top: 15px;
    padding-left: 12px;
}

.cc-sectionTxt h3 {
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 64px;
}

.cc-sectionTxt p {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 36px;
}

.cc-sectionTxt .colorYeloow {
    color: #ffdf66;
}

.cc-sectionTxt .btn-box a {
    max-width: 317px;
    width: 100%;
    background: #da3442;
    height: 56px;
}

.cc-sectionTxt {
    width: calc(100% - 600px);
    float: left;
}

.cc-sectionimg {
    width: 550px;
    float: left;
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    bottom: 0;
    right: 18%
}

.perImg1,
.perImg2 {
    position: absolute;
    width: 100%;
    height: 300px;
    vertical-align: middle;
    text-align: center;
    top: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.cc-sectionimg.animate .perImg1 img {
    width: 100px;
    opacity: 1;
    transition: width .5s linear, opacity .5s linear .25s;
}

.cc-sectionimg .perImg1 img {
    width: 210px;
    opacity: 0;
}

.cc-sectionimg.animate .perImg2 img {
    width: 100px;
    opacity: 0;
}

.cc-sectionimg .perImg2 img {
    transition: width .5s linear, opacity .5s linear .25s;
    opacity: 1;
    width: 210px;
}

.cc-sectionimg .stars {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/cc-stars.png) center center/40% no-repeat;
    height: 54px;
    font-size: 0;
    position: absolute;
    top: 280px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 1;
    transition: opacity .3s linear .25s;
}

.atmcard {
    border: 0;
    position: absolute;
    bottom: 376px;
    right: 219px;
    transform: rotate(27deg);
    width: 60px;
    transition: bottom .3s linear, right .3s linear, width .3s linear;
}

.atmcard img {
    width: auto;
}

.atmcash {
    border: 0;
    position: absolute;
    bottom: 157px;
    right: 305px;
    width: 18px;
    height: 150px;
    transition: bottom .3s linear .3s, right .3s linear .3s, width .3s linear .3s;
    transform: rotate(-61deg);
}

.atmcash img {
    width: auto;
    transform: rotate(60deg) translate(21px, 11px);
}

.atmcard.close {
    width: 10px;
    top: 303px;
    right: 164px;
}

.cc-sectionimg.animate .atmcash {
    width: 90px;
    bottom: 147px;
    right: 320px;
}

.cc-sectionimg.animate .atmcard {
    width: 12px;
    bottom: 368px;
    right: 226px;
}

.claimBox {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/cc-product-banner-bg.png) center center no-repeat #000;
    height: 344px;
    display: -ms-flexbox;
    display: flex;
}

.claimBox h2,
.claimBox h4 {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
}

.claimBox h2 strong,
.claimBox h4 strong {
    font-weight: 600;
    display: inline-block;
    margin: 0 10px;
}

.unclockBox {
    padding: 80px 0 40px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/unclockBg.svg) center -10px/150% no-repeat #433b86;
}

.unclockBox h2,
.unclockBox h4 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 60px;
    color: #fff;
    margin-bottom: 10px;
}

.unclockBox p {
    font-size: 16px;
    letter-spacing: -.61px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
}

.unclockBox h5 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -.6px;
    line-height: 30px;
    color: #fff;
}

.unclockBox .form-label-group .form-control {
    background: 0;
    border: 0;
    border-bottom: 1px solid #e9e9e9 !important;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}

.unclockBox .form-label-group input:not(:placeholder-shown)~label,
.unclockBox .form-label-group textarea:not(:placeholder-shown)~label,
.unclockBox .form2 .form-label-group input:not(:placeholder-shown)~label,
.unclockBox .form2 .form-label-group label.form-control-placeholder.changefloat,
.unclockBox .form2 .form-label-group label.form-control-placeholder.float {
    background: 0;
    color: #fff;
    margin-left: -6px;
}

.unclockBox .form-label-group textarea,
.unclockBox .form-label-group>input,
.unclockBox .form-label-group>label {
    background: 0;
    color: #fff;
    padding-left: 0;
}

.unclockBox .form2 .form-label-group>label {
    color: #fff;
    opacity: .8;
    background: 0 0 !important;
    margin-left: -4px;
    padding-left: 0;
}

.unclockBox .btn-box button {
    width: 258px;
    background: #9b1e26;
}

.cc-product-landing #faqs .faq-section.op3 {
    padding-top: 0;
    padding-bottom: 70px;
}

.cc-product-landing #faqs .accordian .trgr {
    background: #f6f6f6;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -.25px;
    line-height: 25px;
    color: #25243b;
    padding: 25px 50px 25px 30px;
    box-shadow: 0 4px 8px 0 rgba(37, 36, 59, .05);
    border-radius: 10px;
    margin-top: 12px;
}

.cc-product-landing .accordian .trgr::before {
    top: 50%;
    margin-top: -10px;
    font-weight: 600;
}

.cc-product-landing #faqs .accordian .trgr.act {
    font-weight: 600;
    border-radius: 10px 10px 0 0;
}

.cc-product-landing .accordian .tog_cont {
    border-top: 0;
    position: relative;
    margin-top: -1px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(37, 36, 59, .05);
    border-radius: 0 0 10px 10px;
}

.cc-forum2 h4,
.personalizePup.modal .modal-content,
.radius-16 {
    border-radius: 16px;
}

.cc-product-landing .accordian .tog_cont .accOr {
    padding: 20px 0;
    color: #9b1e26;
}

.cc-product-landing .accordian .tog_cont .colOrg {
    color: #9b1e26;
}

.accTxt {
    line-height: 135%
}

.accTxtBox {
    padding-right: 30px;
    border-right: 1px solid #dbdbde;
    padding-left: 20px;
    color: #25243b;
}

.cc-product-landing .accordian .tog_cont ul li {
    padding-top: 10px;
    padding-bottom: 20px;
}

.cc-product-landing .accordian .tog_cont h3 {
    padding: 10px 0;
    margin-left: -30px;
    background: #f6f6f6;
    margin-right: -30px;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #25243b;
    font-weight: 500;
    margin-bottom: 10px;
}

.cc-product-landing .accordian .tog_cont h3 img {
    margin-right: 10px;
    display: inline-block;
}

p.cc-noteTxt {
    font-size: 14px;
    letter-spacing: .7px;
    line-height: 16px;
    color: #686873;
    margin-top: 16px;
}

.cc-forum2 h3,
.cc-forum2 h4 {
    display: inline-block;
    margin: 0 5px;
}

.unclockBox .otp-bx {
    color: #fff;
    font-size: 14px;
}

.unclockBox .form2 .form-label-group>input#dateofbirth::-webkit-input-placeholder {
    opacity: 0 !important;
}

.unclockBox .form2 .form-label-group>input#dateofbirth::-moz-placeholder {
    opacity: 0 !important;
}

.unclockBox .form2 .form-label-group>input#dateofbirth:-ms-input-placeholder {
    opacity: 0 !important;
}

.unclockBox .form2 .form-label-group>input#dateofbirth:-moz-placeholder {
    opacity: 0 !important;
}

.unclockBox .form2 .form-label-group>input#dateofbirth:focus::-webkit-input-placeholder {
    opacity: 0 !important;
}

.unclockBox .form2 .form-label-group>input#dateofbirth:focus::-moz-placeholder {
    opacity: 0 !important;
}

.unclockBox .form2 .form-label-group>input#dateofbirth:focus:-ms-input-placeholder {
    opacity: 1 !important;
}

.unclockBox .form2 .form-label-group>input#dateofbirth:focus:-moz-placeholder {
    opacity: 1 !important;
}

#stickyBanner4Boxes {
    z-index: 999999;
}

.stickyTopClas {
    position: fixed;
    width: 100%;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/cc-product-banner-bg.png) center center no-repeat #000;
    z-index: 9999;
    top: 70px;
}

#stickyBanner4Boxes .cc-boxes4 {
    margin-bottom: 12px;
    transform: scale(1);
}

.stickyTopClas .cc-boxes4Img {
    width: 30px;
    position: absolute;
    right: 15px;
}

.stickyTopClas .cc-boxes4 {
    height: auto;
    padding-top: 10px;
    margin-bottom: 10px;
}

.stickyTopClas .cc-boxes4Txt h2,
.stickyTopClas .cc-boxes4Txt h3 {
    padding-right: 35px;
}

.cc-forum2 {
    display: none;
    text-align: center;
}

.cc-forum2 h3 {
    padding-top: 2px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -.6px;
    line-height: 24px;
    color: #25243b;
}

.cc-forum2 h4,
.cc-power-list li {
    letter-spacing: -.5px;
    color: #fff;
}

.cc-forum2 h4 {
    font-size: 14px;
    font-weight: 500;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/cc-edit-icon-wht.svg) 97% center no-repeat #25243b;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    width: 163px;
    height: 32px;
    line-height: 32px;
    padding-left: 8px;
    text-align: left;
}

.rTableCell22 {
    float: right;
    margin-right: 40px;
}

.cc-product-landing .btn-box .btn-red,
.cc-product-landing .btn-box .btn-white {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.cc-power-list li {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    padding: 8px 0 0 95px;
    margin-bottom: 20px;
    min-height: 65px;
    height: auto;
}

@media(max-width:991px) {

    .whiteBg .smHeader.sticky .top-nav .logo,
    .whiteBg .top-nav .logo {
        padding: 10px 30px 10px 20px;
    }

    .whiteBg .smHeader,
    .whiteBg .top-nav,
    .whiteBg header.sticky,
    .whiteBg header.sticky .top-nav {
        height: 60px !important;
    }

    .list-benefits li {
        width: 47%
    }

    .list-benefits li:nth-child(odd) {
        margin-right: 15px;
    }

    .cs-title-box {
        padding: 30px 0 0;
    }

    .customer-speak-carousel .owl-nav {
        left: -190px;
    }

    .referBanner .btn-box a {
        width: auto;
        min-width: auto;
        padding: 0 30px;
        line-height: 50px;
    }

    .referNowPopup .more-reasons {
        border-radius: .3rem .3rem 0 0;
    }

    .cc-power-list li {
        width: 50%
    }
}

.cc-power-list span {
    position: absolute;
    left: 15px;
    top: 0;
}

.cc-power-btn .btn-red {
    width: 194px !important;
    display: inline-block !important;
    border-radius: 30px !important;
}

.cc-power-btn .btnNobg {
    background: 0 0 !important;
    color: #da3442;
    font-weight: 600;
}

@media(min-width:990px) {
    .personalizePup .modal-dialog {
        margin-top: 0;
    }
}

@media(max-width:1500px) {
    .cc-sectionimg {
        right: 0;
    }
}

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

    .top-nav-left>li.hide-1024 {
        display: none;
    }

    .cc-product-landing .cc-proBanner .container {
        padding: 0 40px;
    }

    .cc-sectionBox .container {
        padding: 0 0 0 40px;
    }

    .cc-product-landing .cc-proBanner h1,
    .cc-product-landing .cc-proBanner h2 {
        letter-spacing: -1px;
    }

    .cc-compareTable .rTableCell {
        padding-top: 14px;
        padding-bottom: 15px;
    }

    .cc-proBanner .banner-wrapper .banner-ctnt ul.form-list.cr-screen2.op1.row {
        height: 360px;
    }
}

@media(max-width:1100px) {

    .claimBox h2,
    .claimBox h4 {
        display: block;
        margin-top: 60px;
    }

    .cc-compareTable .rTableRowHead .cc-ComBox {
        width: 100%
    }

    .cc-compareTable .rTableRow .rTableCell,
    .cc-compareTable .rTableRowHead .rTableHead {
        width: 20%
    }

    .cc-compareTable .rTableRow .rTableCell:last-child,
    .cc-compareTable .rTableRow .rTableHead:last-child {
        width: 15%;
        text-align: right;
        padding-right: 20px;
    }

    .cc-totalAmountTxt {
        padding-right: 0;
    }

    .cc-sectionTxt p br {
        display: none;
    }

    .cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .cc-Saving {
        padding-right: 30px;
    }

    .cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .rTableHead.rTableHeadSaving {
        width: 2%
    }
}

@media(max-width:1023px) {
    .cc-sectionimg {
        display: block;
        position: relative;
        width: 400px;
    }

    .cc-sectionBox {
        height: 600px;
    }

    .cc-sectionTxt {
        width: calc(100% - 400px);
    }

    .atmcash {
        width: 100px;
        right: 171px;
        bottom: 200px;
    }

    .atmcard {
        width: 40px;
        bottom: 396px;
        right: 108px;
    }

    .atmcard img {
        left: 34px;
        position: relative;
    }

    .cc-sectionimg .stars {
        display: block;
        opacity: 1;
        top: 220px;
        width: 200px;
        background-size: 100%;
        left: 50%;
        margin-left: -100px;
    }

    .perImg2 {
        display: none;
    }

    .perImg1 {
        display: block;
        bottom: auto;
        top: 15%
    }

    .cc-sectionimg .perImg1 img {
        opacity: 1;
        width: auto;
    }

    .cc-boxes4Txt p {
        line-height: normal;
    }

    .cc-boxes4 {
        padding-top: 12px;
    }

    .cc-boxes4Txt h2,
    .cc-boxes4Txt h3 {
        display: initial;
    }

    .cc-sectionimg img {
        width: 100%;
        height: auto;
    }

    .cc-proBanner .banner-wrapper .banner-ctnt ul.form-list.cr-screen2.op1.row {
        height: auto;
    }
}

@media(max-width:1130px) {
    .cc-compareTable .rTableCell {
        padding-top: 12px;
        padding-bottom: 13px;
    }
}

@media(max-width:990px) {

    .w20per,
    .w22per {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .w40per {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .cc-sectionTxt,
    .cc-sectionimg {
        width: 100%;
        float: none;
    }

    .cc-boxes4Txt p {
        position: relative;
        width: 100%;
        line-height: normal;
        padding-top: 10px;
    }

    .cc-sectionimg {
        margin: auto;
        max-width: 400px;
        bottom: auto;
    }

    .cc-sectionimg .atmcard img {
        width: 38px;
        height: auto;
    }

    .cc-sectionimg .imgContainer>img {
        width: 100%;
        height: auto;
    }

    .cc-proBanner .banner-ctnt .btn-box.MT30 {
        margin-top: 20px;
    }

    .cc-BoxesContain,
    .cc-boxes4Txt,
    .cc-forum {
        width: 100%
    }

    .cc-close,
    .cc-forum2,
    .cc-sectionBox .container,
    .personalizePup .btn-box {
        display: block;
    }

    .cc-compareTable .rTableRow .rTableCell:first-child,
    .cc-compareTable .rTableRow.rTableRowShow,
    .cc-compareTable .rTableRowHead .rTableHead:first-child,
    .cc-edit,
    .cc-forum {
        display: none;
    }

    .cc-forumInner h3 {
        padding-right: 40px;
    }

    .cc-forumLayer {
        display: none;
        background: rgba(0, 0, 0, .8);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999998;
    }

    .rTableRow2 {
        position: relative;
        height: 40px;
    }

    .rTableRowMob {
        height: 40px;
        display: block;
        font-size: 14px;
        position: absolute;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .rTableRow.rowGry {
        background: #fff;
    }

    .cc-product-landing #faqs .container,
    .comapreBoxMain .cc-BoxesContain,
    .comapreBoxMain .container {
        padding: 0;
    }

    .rTableRowHead .rTableHead {
        padding: 0 0 5px;
    }

    .section-wrapper2 {
        height: auto;
    }

    .section-wrapper2 .cc-sectionBox {
        position: static;
        height: auto;
    }

    .section-wrapper2 .cc-sectionBox:not(:first-child) {
        display: -ms-flexbox;
        display: flex;
    }

    .cc-sectionimg .imgContainer {
        margin-top: 0;
        height: auto;
    }

    .cc-sectionBox {
        height: auto;
        padding-top: 50px;
    }

    .perImg1 {
        top: 20%
    }

    .atmcash {
        bottom: auto;
        right: 214px;
        top: 173px;
    }

    .atmcard {
        bottom: auto;
        top: 105px;
        right: 164px;
    }

    .cc-product-landing .accordian .tog_cont {
        padding: 20px 10px;
    }

    .cc-boxes4 {
        height: 220px;
        padding-top: 10px;
    }

    .stickyTopClas .cc-boxes4 {
        padding: 5px 10px;
    }

    .unclockBox {
        background-size: 200%
    }

    .cc-compareTable {
        padding-right: 12px;
        overflow: auto;
    }

    .cc-compareTable .rTableRow.rTableRowShow.rTableRowShowBox {
        display: table-row;
        background: #fff;
    }

    .cc-compareTable .rTableRow.rowGry .rTableRowMob {
        border-bottom: 4px solid #fff;
    }

    .cc-product-landing .cc-proBanner .container,
    .cc-sectionBox .container {
        padding: 0 20px;
    }

    .cc-compareTable .rTableCell,
    .cc-compareTable .rTableCell .colorRed {
        font-size: 14px !important;
    }

    .cc-compareTable .rTableRow .rTableCell,
    .cc-compareTable .rTableRowHead .rTableHead {
        width: 26.5%
    }

    .cc-compareTable .rTableRowHead .rTableHead {
        border-radius: 8px;
    }

    .rTableCell22 {
        margin-right: 20px;
    }

    .stickyTopClasComp .cc-compareTable .rTableRowHead {
        position: fixed;
        width: calc(100% - 24px);
        z-index: 9999;
        top: 61px;
        border-radius: 0 0 8px 8px;
    }

    .stickyTopClasComp .cc-compareTable .rTableRowHead .rTableHead {
        padding: 0 5px;
    }

    .accTxtBox,
    .stickyTopClasComp .cc-compareTable .rTableRowHead .rTableHead:last-child {
        padding-right: 20px;
    }

    .cc-compareTable .rtableShowScroll {
        height: 85px;
        width: 100%
    }

    .cc-compareTable .rTableRowHead {
        position: absolute;
        width: calc(100% - 24px);
    }

    .stickyTopClas .cc-boxes4 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .cc-product-landing .accordian .tog_cont ul li:nth-child(2) .accTxtBox {
        border-right: 1px solid #dbdbde;
    }

    .cc-product-landing .accordian .tog_cont .accTxtBox {
        padding-left: 0;
    }

    .cc-sectionimg .stars {
        width: 180px;
        margin-left: -90px;
        top: 200px;
    }
}

@media(max-width:840px) {

    .stickyTopClas .cc-boxes4Txt h2: :after,
    .stickyTopClas .cc-boxes4Txt h3::after {
        display: none;
    }

    .vendor-cc-banner.cc-proBanner2 .cardImgMobShow {
        max-width: 343px;
    }

    .vendor-cc-banner.cc-proBanner2 .cardImg .cardImgBanner {
        width: 100% !important;
    }
}

@media(max-width:768px) {

    body,
    body.logoOnly {
        padding-top: 60px;
    }

    .drop-down-notification {
        margin-right: 15px;
    }

    .greenBox .greTxt,
    .redBox {
        float: none;
    }


    header .top-nav .logo {
        padding: 10px 40px 10px 20px;
    }

    .redBox {
        margin-top: 30px;
    }

    .unlockOffer .modal-dialog .modal-body.op1 {
        padding: 50px 30px;
    }

    .greenBox {
        text-align: center;
    }

    .ficurning .form-list li,
    .form-list li.acnumber li,
    .form2 .confirm-box .form-label-group {
        margin-bottom: 0;
    }

    .newCarList {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .newCarList .redBox {
        text-align: center;
        margin: 30px 0 20px;
    }

    .newCardBox {
        padding: 60px 0 0;
    }

    .newcBox1 {
        padding: 0 15px 15px;
    }

    .newCardBoxRight {
        padding-right: 0;
    }

    .newCardBoxRight .row,
    .referNowPopup .ML100N {
        margin: 0;
    }

    .newCardBoxRight .row .col-lg-12 {
        padding: 0;
    }

    .newCardBoxRight .row .col-lg-3 {
        padding-left: 0;
    }

    .newCardBox h5 {
        padding: 20px 0 10px;
    }

    .newCardBoxRight .row .col-lg-3:nth-child(2),
    .newCardBoxRight .row .col-lg-3:nth-child(3) {
        max-width: 30%
    }

    .newCardBoxRight .row .col-lg-3:nth-child(4) {
        max-width: 39%;
        -ms-flex: 0 0 39%;
        flex: 0 0 39%
    }

    .referBanner .offer-inner {
        position: inherit;
        left: inherit;
        width: 100%
    }

    .referBanner .btn-box {
        margin-top: 10px;
    }

    .referBanner .offer-inner .hd1 {
        font-size: 30px;
    }

    .ficurning .form-list li.addNewetbMain {
        margin-bottom: 30px;
    }

    .ficurning .MT30.mobBtnBox {
        margin-top: 0;
    }

    .cc-product-landing .cc-proBanner p {
        font-size: 17px;
        font-weight: 700;
        padding-bottom: 20px;
    }

    .vendor-cc-banner.cc-proBanner {
        padding-top: 45px;
    }

    .unclockBox .btn-box button {
        display: block;
        margin: auto;
    }

    .unclockBox {
        padding-bottom: 0;
        padding-top: 30px;
        background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/unclockBgMob.jpg) center top/cover no-repeat #433b86;
    }

    .unclockBox p {
        font-size: 14px;
    }

    .unclockBox h5 {
        font-size: 16px;
        line-height: normal;
    }

    .unclockBox h4 {
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 120%
    }

    .unclockBox form {
        padding: 20px 20px 0;
    }

    .unclockBox h5 {
        padding-left: 0 !important;
        margin-bottom: 30px;
        letter-spacing: -.8px;
    }

    .unclockBox #ntbLanding1 li {
        margin-bottom: 35px;
    }

    .unclockBox #ntbLanding1 li .btn-box {
        margin-top: 20px;
    }

    .rTableRowTotal {
        padding: 10px 20px 5px;
    }

    .stickyTopClas .cc-boxes4Img {
        display: none;
    }

    .cardImgBanner {
        font-size: 24px;
    }
}

@media(max-width:767px) {

    .cc-compareTable .rTableRowHead,
    .list-benefits li,
    .stickyTopClasComp .cc-compareTable .rTableRowHead {
        width: 100%
    }

    .list-benefits li:nth-child(odd) {
        margin-right: 0;
    }

    .mob-scroll,
    .mob-scroll1 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
    }

    .mob-scroll1::-webkit-scrollbar,
    .mob-scroll::-webkit-scrollbar {
        display: none;
    }

    .cs-title-box {
        text-align: center;
        margin-bottom: 30px;
    }

    .proceed-box {
        padding-bottom: 0;
    }

    .proceed-box .btn-box {
        margin: 0;
    }

    .proceed-box .btn-box .btn-red {
        border-radius: 0;
        width: 100%
    }

    .customer-speak-carousel .owl-nav {
        position: static;
        text-align: center;
        padding: 30px 0;
    }

    .customer-speak-carousel .owl-nav .owl-next,
    .customer-speak-carousel .owl-nav .owl-prev {
        background: #fff !important;
    }

    .customer-speak {
        background: #fff;
        background: linear-gradient(180deg, #fff 48%, #c4777d 48%, #9d1d27 100%);
    }

    .customer-speak .container.shape {
        padding: 80px 15px 0;
        background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/shape.svg) center -2px no-repeat;
    }

    .cc-power-list li {
        font-size: 14px;
        letter-spacing: -.5px;
        line-height: 18px;
        padding-left: 60px;
        padding-top: 0;
        padding-right: 20px;
    }

    .cc-power-list li .imgDesk,
    .cc-power-list li br {
        display: none;
    }

    .cc-power-list li .imgMob {
        display: block;
    }

    .cc-power-list span {
        width: 32px;
        height: 32px;
    }

    .cc-power-btn .btn-red {
        width: 150px !important;
        font-size: 14px;
        line-height: 3.2;
    }

    .cc-compareTable .rTableCell,
    .cc-compareTable .rTableCell .colorRed {
        font-size: 14px;
        font-weight: 400;
    }

    .vendor-cc-banner.cc-proBanner {
        height: 840px !important;
        background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/cc-product-banner-bgMob.png) center center/cover no-repeat #000;
    }

    .cc-proBanner .product-banner {
        padding-top: 40px;
    }

    .cardImgBanner {
        display: block;
        padding-top: 28px;
        margin: 30px auto 0;
    }

    .cc-compareTable {
        padding-left: 0;
        overflow: hidden;
        padding-right: 0;
    }

    .cc-compareTable .rTableRowHead .cc-ComBox .form-label-group,
    .cc-compareTable .rTableRowHead .cc-ComBox .form-label-group22 {
        padding-bottom: 6px;
    }

    .cc-compareTable .rTableRowHead .rTableHead {
        padding: 10px 5px;
    }

    .cc-compareTable .rTableCell .colorRedBolder {
        font-weight: 600;
    }

    .cc-compareTable .rTableCell {
        line-height: normal;
    }

    .cc-compareTable .rTableRow.rowGry {
        background: #fff;
    }

    .cc-product-landing .cc-proBanner h1,
    .cc-product-landing .cc-proBanner h2 {
        font-weight: 700;
    }

    .cc-compareTable .rtableShowScroll {
        height: 60px;
    }

    .cc-boxes4 {
        padding: 22px 8px 0;
    }

    .form-group1.radius-sm-0 {
        padding: 20px 16px;
        border-radius: 0;
    }

    .form-group1.radius-sm-0.m-minus-15 {
        margin: 0 -15px;
    }
}

@media(max-width:700px) {
    .vendor-cc-banner.cc-proBanner {
        height: 900px !important;
    }
}

@media(max-width:640px) {

    .w20per .newTxt1,
    .w22per .newTxt1,
    .w40per .newTxt1 {
        font-size: 12px;
        margin-bottom: 0;
    }

    .cc-boxes4Txt h3,
    .w20per .newTxt2,
    .w22per .newTxt2,
    .w40per .newTxt2 {
        font-size: 16px;
    }

    .backPopBox .modal-dialog .modal-body.op1 {
        padding: 30px;
    }

    .backPopBox .modal-dialog .modal-body.op1 figure img {
        width: 70px;
    }

    .backPopBox h3,
    .cc-note1,
    .cc-product-landing .form-list,
    .claimBox,
    .claimBox h4 {
        margin-top: 0;
    }

    .newCardBox .newcBox1:last-child {
        padding: 0 20px 35px;
    }

    .newCardBox h5 {
        font-size: 30px;
        list-style: outside;
    }

    .rTableRowTotal {
        border-bottom: 2px solid #fff;
    }

    .vendor-cc-banner.cc-proBanner {
        height: 1040px !important;
    }

    .cc-boxes4Main li {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cc-boxes4Main {
        margin-top: -310px;
    }

    .cc-product-landing .cc-proBanner h1,
    .cc-product-landing .cc-proBanner h2 {
        font-size: 34px;
    }

    .cc-boxes4 {
        height: 200px;
    }

    .cc-boxes4Txt {
        width: 100%
    }

    .cc-boxes4Txt p {
        line-height: normal;
    }

    .cc-boxes4Img {
        float: none;
        margin: auto;
    }

    .cc-sectionBox {
        padding-top: 50px;
    }

    .cc-sectionTxt h3 {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: .22px;
        line-height: 120%;
        padding-bottom: 15px;
    }

    .cc-sectionTxt p {
        font-size: 16px;
        letter-spacing: -.54px;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .cc-sectionTxt p strong {
        font-size: 21px;
        font-weight: 300;
        letter-spacing: -.6px;
        line-height: 30px;
    }

    .cc-sectionTxt p.cc-noteTxt {
        font-size: 12px;
        line-height: normal;
    }

    #stickyBanner4Boxes,
    .cc-ComBoxDesk,
    .cc-compareTable .rTable br,
    .cc-note2,
    .cc-product-landing #faqs .tog_cont ul li:nth-child(3),
    .cc-product-landing #faqs .tog_cont ul li:nth-child(4),
    .cc-sectionTxt p br {
        display: none;
    }

    .cc-ComBoxMob,
    .cc-boxes4MainMob,
    .cc-note1 {
        display: block;
    }

    .cc-sectionTxt .btn-box a {
        display: block;
        margin: 0 0 20px;
        width: 180px;
        height: 48px;
    }

    .claimBox h2,
    .claimBox h4 {
        font-size: 32px;
        font-weight: 600;
        letter-spacing: -1.23px;
        line-height: 120%
    }

    .unclockBox h2 {
        font-size: 32px !important;
        line-height: 120% !important;
    }

    .cc-product-landing .form2 .form-label-group {
        margin-bottom: 0;
    }

    .cc-product-landing #faqs .faq-section.op1 {
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
    }

    .cc-product-landing #faqs .accordian {
        margin-top: 0 !important;
    }

    .cc-product-landing #faqs .accordian .trgr {
        font-size: 14px;
        padding: 10px 50px 10px 20px;
    }

    .cc-product-landing #faqs .accordian .trgr::before {
        right: 15px;
    }

    .cc-product-landing .accordian .tog_cont h3 {
        margin-left: -20px;
        margin-right: -20px;
        background: #fff;
        margin-bottom: 0;
        font-size: 14px;
    }

    .accTxtBox {
        padding-left: 0;
        padding-right: 0;
        border: 0;
        line-height: 140%;
        font-size: 14px;
        font-weight: 400;
    }

    .cc-product-landing .accordian .tog_cont ul li {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .cc-product-landing .accordian .tog_cont .accOr {
        padding: 10px 0;
    }

    .cc-product-landing .accordian .tog_cont ul li:nth-child(odd) {
        background: rgba(233, 233, 233, .2);
    }

    .cc-product-landing .accordian .tog_cont ul li:nth-child(2n) {
        background: rgba(244, 216, 207, .2);
        border-left: 1px solid #fff;
    }

    .cc-product-landing .accordian .tog_cont {
        padding: 0 15px;
    }

    .cc-Saving,
    .cc-totalAmountTxt {
        padding-right: 0;
    }

    .cardImgBanner {
        padding-top: 28px;
        padding-left: 16px;
    }

    .claimBox {
        height: 250px;
        -ms-flex-align: center;
        align-items: center;
        background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/cc-product-banner-bg2.jpg) center center/cover no-repeat #000;
    }

    .rTableRowHead .cc-ComBox {
        width: 120px;
        padding: 10px 3px 0;
    }

    .cc-product-landing .btn-box button.btn-red,
    .rTableRowHead .cc-ComBox .form-control {
        font-size: 14px;
    }

    .cc-compareTable .rTableRowHead .cc-ComBox .form-label-group22 input {
        padding-right: 20px;
    }

    .cc-pro-search {
        right: -7PX;
    }

    .cc-Saving {
        font-size: 14px;
        width: 90px;
    }

    .rTableRowHead .cc-ComBox .form-label-group {
        padding-bottom: 5px;
    }

    .cc-note {
        font-size: 12px;
        padding: 0 20px 20px;
        color: #686873;
    }

    .cc-product-landing #faqs {
        margin-top: -14px;
    }

    .cc-boxes4MainMobHeight {
        height: 90px;
    }

    .cc-boxes4MainMob.form-details {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100%
    }

    .cc-boxes4MainMob .row li {
        padding: 0;
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .cc-boxes4MainMob .form-label-group {
        border-bottom: 1px solid #e9e9e9;
        margin: 0 10px;
    }

    .cc-boxes4MainMob .inHeight .form-control {
        padding-left: 0;
        padding-right: 0;
    }

    .cc-boxes4MainMob img {
        width: 35px;
        height: auto;
    }

    .cc-boxes4MainMob select,
    .rTableRowHead select {
        display: inline-block;
        background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/down-red.svg) 98% center/15px no-repeat !important;
        margin-right: 0;
    }

    .cc-pa {
        position: relative;
    }

    .cc-boxes4MainMob .form-label-group .form-control {
        margin-right: 0;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: -.5px;
        line-height: 18px;
        border: 0;
        border-radius: 0;
        width: calc(100% - 40px);
        display: inline-block;
        padding-left: 0;
    }

    .cc-boxes4MainMob .gryBgMob,
    .cc-boxes4MainMob .gryBgMob .form-control {
        background: #fbfbfb;
    }

    .cc-boxes4MainMob .gryBgMob2,
    .cc-boxes4MainMob .gryBgMob2 .form-control {
        background: #fdf7f5;
    }

    .cc-boxes4MainMob .gryBgMob2 {
        border-left: 1px solid #fff;
    }

    .cc-boxes4MainMobApply {
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }

    .cc-boxes4MainMobApply a {
        background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/aaply-arrow.png) center right no-repeat;
        display: inline-block;
        padding: 10px 30px 10px 0;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: -.5px;
        line-height: 20px;
        color: #9b1e26;
    }

    .cc-compareBoxes,
    .footer {
        padding-bottom: 0;
    }

    .rTableRowTotal {
        padding: 15px 20px 10px;
    }

    .cc-note1 {
        padding: 10px 20px;
    }

    .cc-boxes4MainMob.form-details.stickyTopClas3 {
        position: fixed;
        width: 100%;
        z-index: 9;
        top: 61px;
    }

    .cc-compareTable .rTableRow .rTableCell,
    .cc-compareTable .rTableRowHead .rTableHead {
        width: 41.5%
    }

    .cc-product-landing .accordian .tog_cont ul li:nth-child(4) .accTxtBox {
        border-right: 0;
    }
}

@media(max-width:576px) {
    .cc-boxes4Main .container {
        max-width: 100%
    }
}

@media(max-width:540px) {
    #banner4Boxes .cc-boxes4Main {
        margin-top: -300px;
    }

    .cc-product-landing .cc-proBanner h1,
    .cc-product-landing .cc-proBanner h2 {
        font-size: 36px;
    }

    .cc-proBanner .product-banner {
        padding-top: 0;
    }

    .vendor-cc-banner.cc-proBanner2 .cardImg {
        max-width: 100% !important;
    }

    .vendor-cc-banner.cc-proBanner2 .cardImg .cardImgBanner {
        max-width: 100% !important;
        width: 100% !important;
        background-size: cover !important;
    }
}

@media(max-width:520px) {
    .cc-boxes4 {
        height: 230px;
    }

    .cc-proBanner .btn-box .btn-red {
        width: 170px;
    }

    .cardImgBanner {
        height: auto;
        padding-bottom: 20px;
    }

    .cardImgBanner h3 {
        font-size: 21px;
        padding-right: 120px;
        line-height: 150%
    }

    .cardImgBanner h3 br {
        display: none;
    }

    .cardImgBanner b {
        color: #9b1e26;
    }

    #banner4Boxes .cc-boxes4Main {
        margin-top: -395px;
    }
}

@media(max-width:480px) {
    .upload-details-core {
        overflow: auto;
    }

    .ntb-core-sprint .credit-card-box {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .upload-details table th,
    .upload-details-core table td {
        padding: 15px 5px;
    }

    .coreMobBox,
    .credit-card-box {
        display: none;
    }

    .credit-card-boxMob {
        width: 72px;
        float: left;
        margin-right: 20px;
    }

    .credit-card-boxMob img {
        width: 100%
    }

    .ntb-core-sprint .hd,
    .ntbCore h4.hd {
        font-size: 16px;
    }

    .ntbCore .headBox {
        font-size: 12px;
    }

    .ntb-core-sprint .myrow-banner.MT40 {
        margin-top: 15px;
    }

    .coreBtn,
    .credit-card-boxMob {
        display: block;
    }

    .ntb-core-sprint .form-details {
        padding-top: 0;
    }

    .corePopup .btn-box button.btn-red {
        width: 150px;
    }

    .ntb-core-sprint .form-list li,
    .ntb-core-sprint .form-list li li {
        margin-bottom: 0;
    }

    .coreBtn {
        margin-top: 5px;
    }

    .coreBox1 {
        margin-top: 20px;
    }

    .wMob90 {
        width: 90%
    }

    .ntb-core-sprint .progress-list.mobProGess {
        display: block;
        overflow: scroll;
    }

    .mobBtnBox {
        overflow: hidden;
        padding-bottom: 10px;
        text-align: center;
    }

    .mobBtnBox .f14g,
    .mobBtnBox.redBox .f14g {
        float: none;
        padding-top: 15px;
        margin-right: 20px !important;
    }

    .mobBtnBox .brdn,
    .mobBtnBox.redBox .btn {
        float: none;
    }

    .pd-section.ntb-core-sprint {
        padding-bottom: 10px;
    }

    .etbFadeImg.etbFadeImg3 {
        height: 290px;
    }

    .cc-boxes4 {
        height: 200px;
    }

    .cc-boxes4Txt p {
        font-size: 12px;
        letter-spacing: -.2px;
    }

    .cc-product-landing .cc-proBanner p {
        font-size: 17px;
        padding-bottom: 20px;
        letter-spacing: -.5px;
        line-height: normal;
        font-weight: 700;
    }

    .cc-proBanner .btn-box .btn-red {
        height: 49px;
    }

    .cc-product-landing .cc-proBanner h1,
    .cc-product-landing .cc-proBanner h2 {
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -1.23px;
    }

    .cardImgBanner {
        padding-top: 20px;
        background-size: 100%
    }

    .cardImgBanner h3 {
        font-size: 21px;
        line-height: 130%
    }

    .cc-product-landing .accordian .tog_cont h3 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .cc-sectionimg {
        width: 280px;
        margin: auto;
        float: none;
    }

    .cc-sectionimg .perImg1 {
        top: 20%
    }

    .cc-sectionimg .perImg1 img {
        width: 50px;
    }

    .cc-sectionimg .stars {
        width: 100px;
        margin-left: -50px;
        top: 130px;
    }

    .atmcash {
        width: 57px;
        right: 137px;
        top: 104px;
    }

    .atmcard {
        top: 70px;
        width: 27px;
        right: 113px;
    }

    .atmcard img {
        left: 20px;
    }

    .cc-product-landing #faqs .accordian .trgr {
        border-radius: 0;
        margin-top: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .cc-product-landing #faqs .accordian .trgr.act {
        border-radius: 0;
    }

    .cc-product-landing #faqs .accordian .tog_cont {
        margin-bottom: 10px;
    }

    .cc-compareTable .rTableRow .rTableCell:last-child,
    .cc-compareTable .rTableRow .rTableHead:last-child {
        padding-left: 0;
        width: 18%
    }

    .cc-compareTable .rTableRow .rTableCell,
    .cc-compareTable .rTableRowHead .rTableHead {
        width: 39.5%
    }

    #banner4Boxes .cc-boxes4Main {
        margin-top: -430px;
    }
}

@media(max-width:420px) {
    #banner4Boxes .cc-boxes4Main {
        margin-top: -390px;
    }
}

@media(max-width:400px) {
    .cardImgBanner h3 {
        padding-right: 40px;
    }

    .cc-boxes4Txt h3 {
        font-size: 14px;
    }

    .cc-boxes4 {
        padding-top: 12px;
    }
}

@media(max-width:375px) {
    #banner4Boxes .cc-boxes4Main {
        margin-top: -410px;
    }

    .cc-compareTable .rTableRowHead .cc-ComBox {
        width: 108px;
    }
}

@media(max-width:330px) {
    .cc-compareTable .rTableRowHead .cc-ComBox {
        width: 100px;
    }

    .rTableCell22 {
        margin-right: 10px;
    }

    .rTableRowMob {
        padding-left: 35px;
    }

    .cc-product-landing #faqs .accordian .trgr {
        text-align: left;
        padding-left: 20px;
    }

    .cc-boxes4MainMob .form-label-group img {
        width: 20px;
        display: inline-block;
    }

    .cc-boxes4MainMob .form-label-group .form-control {
        width: calc(100% - 25px);
    }

    .cc-boxes4Txt p {
        padding-top: 0;
    }

    .cardImgBanner h3 {
        font-size: 18px;
    }

    #banner4Boxes .cc-boxes4Main {
        margin-top: -350px;
    }

    .vendor-cc-banner.cc-proBanner {
        height: 960px !important;
    }
}

.vendor-cc-banner.cc-proBanner2 {
    padding-bottom: 110px;
}

.vendor-cc-banner.cc-proBanner2 .banner-form h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    padding: 15px 0;
}

.vendor-cc-banner.cc-proBanner2 .landingNewPT {
    padding-left: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.vendor-cc-banner.cc-proBanner2 .cc-bannerForum.banner-form {
    border-radius: 20px;
    padding: 20px 16px;
    min-height: auto;
    margin: 0;
}

.vendor-cc-banner.cc-proBanner2 .cc-bannerForum.banner-form h3 {
    font-size: 22px;
    font-weight: 300;
    max-width: 250px;
    margin: auto;
    color: #25243b;
    text-align: center;
    line-height: 120%;
    padding-bottom: 20px;
}

.vendor-cc-banner.cc-proBanner2 .cc-bannerForum.banner-form .btn-box .btn-red {
    background: #9b1e26;
    display: inline-block;
    max-width: 194px;
}

.vendor-cc-banner.cc-proBanner2 .cc-bannerForum.banner-form input:-ms-input-placeholder {
    color: #25243b;
    opacity: .6;
    font-weight: 600;
}

.vendor-cc-banner.cc-proBanner2 .cc-bannerForum.banner-form input::placeholder {
    color: #25243b;
    opacity: .6;
    font-weight: 600;
}

.vendor-cc-banner.cc-proBanner2 .form-group1 label,
.vendor-cc-banner.cc-proBanner2 .form-group1 select.is-valid+label,
.vendor-cc-banner.cc-proBanner2 .form-group1 select:valid+label {
    opacity: 1;
    margin-bottom: 10px;
}

.vendor-cc-banner.cc-proBanner2 .otp-bx,
.vendor-cc-banner.cc-proBanner2 .otp-bx a {
    font-size: 13px !important;
}

.vendor-cc-banner.cc-proBanner2 .otp-bx img {
    width: auto;
    display: inline-block;
}

@media(max-width:1180px) {
    .credit-card-box img {
        width: 100%;
        height: auto;
    }

    .vendor-cc-banner.cc-proBanner2 .cardImg {
        top: 0;
        right: 20px;
    }

    .vendor-cc-banner.cc-proBanner2 .landingNewPT {
        padding-left: 0;
    }

    .vendor-cc-banner.cc-proBanner2 .cardImg .cardImgBanner {
        width: 300px;
    }

    .vendor-cc-banner.cc-proBanner2 .cc-bannerForum.banner-form input {
        font-size: 15px;
    }
}

@media only screen and (max-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1.5) {
    .cc-proBanner .banner-wrapper .banner-ctnt ul.form-list.cr-screen2.op1.row {
        height: 410px;
    }
}

@media(max-width:1024px) {
    .addNewetb {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        text-align: left;
        padding: 15px 15px 5px;
        border-radius: .25rem;
    }

    .etbIcon {
        left: 20px;
        margin: -30px 0 0;
        top: 50%
    }

    .etbIconTxt {
        padding-left: 75px;
    }

    #newEtB.addNewetb {
        top: auto;
        padding: 15px 15px 1px;
        text-align: center;
    }

    .accordian.op1 .trgr {
        font-size: 24px;
    }

    .accordian.op1 .trgr::before {
        font-size: 18px;
    }

    .accordian.op1 .tog_cont {
        padding-bottom: 16px;
    }

    .accordian.op1 .tog_cont ul li {
        margin-bottom: 8px;
    }

    .ficurning .addNewetb {
        top: auto;
        right: auto;
        width: 100%
    }

    .ficurning .form-list .addNewetbMain {
        position: relative;
    }

    .ficurning .etbIcon {
        margin-left: -5px;
    }

    .wealthBox .container {
        background-size: cover;
    }

    .vendor-cc-banner.cc-proBanner2 .landingNewPT {
        padding-left: 0;
    }

    .vendor-cc-banner.cc-proBanner2 .cardImg {
        right: 10px;
    }

    .cc-boxes4Txt h2 {
        font-size: 14px !important;
    }

    .cc-proBanner2 .banner-brdcrumb.breadcrumb-wrap {
        position: relative;
        padding-top: 0;
        padding-bottom: 20px;
    }
}

.spendabove p,
.uptoreward p {
    font-size: 17px;
    letter-spacing: -.5px;
}

@media(max-width:990px) {
    .vendor-cc-banner.cc-proBanner2 .landingNewPT {
        padding-left: 20px;
    }

    .vendor-cc-banner.cc-proBanner2 .cardImg {
        right: 10px;
        width: 300px;
    }
}

@media(max-width:900px) {
    .calWidthLeft {
        width: 100%
    }

    .calWidthRight {
        width: 100%;
        padding-left: 0;
    }

    .vendor-cc-banner.cc-proBanner2 {
        padding-bottom: 120px;
    }

    .vendor-cc-banner.cc-proBanner2 .landingNewPT {
        padding-left: 20px;
    }

    .vendor-cc-banner.cc-proBanner2 .cardImg {
        right: 10px;
        max-width: 343px;
        width: 100%
    }

    .vendor-cc-banner.cc-proBanner2 .cardImgDeskShow,
    .vendor-cc-banner.cc-proBanner2 .mobScreen {
        display: none;
    }

    .vendor-cc-banner.cc-proBanner2 .cardImgMobShow {
        display: block;
        position: relative;
        right: inherit;
        top: auto;
        margin: 20px auto 0;
    }

    .vendor-cc-banner.cc-proBanner2 .mobScreenBtn {
        display: block;
    }

    .vendor-cc-banner.cc-proBanner {
        height: auto !important;
    }

    .vendor-cc-banner.cc-proBanner2 .col-md-4.col-sm-12,
    .vendor-cc-banner.cc-proBanner2 .landingNewPT {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .vendor-cc-banner.cc-proBanner2 .cc-bannerForum.banner-form {
        margin-top: 30px;
    }

    .vendor-cc-banner.cc-proBanner2 .mobScreen.hide {
        display: none !important;
    }
}

@media(max-width:640px) {
    .vendor-cc-banner.cc-proBanner2 {
        padding-bottom: 340px;
    }
}

.vendor-cc-banner.cc-proBanner2 .cardImg .cardImgBanner {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/cardImgBannerBg3.png) center right no-repeat;
    padding: 16px 100px 16px 16px;
    width: auto !important;
}

.cardImgBanner {
    border-radius: 0;
    max-width: inherit;
}

.vendor-cc-banner.cc-proBanner2 .cardImg {
    position: relative;
    top: 30px;
    margin: 0;
    max-width: 100%;
    width: auto;
    right: 10px;
}

.vendor-cc-banner.cc-proBanner2 .cardImg .cardImgBanner strong {
    color: #9b1e26;
    font-size: 26px;
    letter-spacing: -2px;
    line-height: normal;
    font-weight: 600;
    display: inline;
}

.vendor-cc-banner.cc-proBanner2 .cardImg .cardImgBanner h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    display: inline;
}

.cardImg {
    text-align: left;
    padding-left: 10px;
}

@media(max-width:1180px) {
    .vendor-cc-banner.cc-proBanner2 .cardImg {
        top: 0;
    }
}

@media(max-width:860px) {
    .cardImgBanner h3 {
        padding-right: 0 !important;
    }

    .vendor-cc-banner.cc-proBanner2 .cardImg .cardImgBanner h3 br {
        display: none;
    }
}

@media(max-width:520px) {
    #banner4Boxes .cc-boxes4Main {
        margin-top: -300px;
    }

    .vendor-cc-banner.cc-proBanner2 {
        padding-bottom: 340px;
    }
}

.cc-sectionTxt p.joinBull {
    position: relative;
    padding-left: 25px;
    font-size: 21px;
    max-width: 470px;
    line-height: 140%;
    padding-bottom: 15px;
}

.cc-sectionTxt p.joinBull::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #f4d8cf;
    display: block;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 10px;
}

.uptoreward h3 {
    max-width: 450px;
    width: 100%
}

.uptoreward p {
    padding-bottom: 15px;
    line-height: 150%
}

.uptoreward p strong {
    font-size: 26px;
    display: inline-block;
    margin-right: 5px;
}

.savemore p.font21,
.spendabove p.font21,
.uptoreward p.font21 {
    font-size: 21px;
    font-weight: 700;
}

.uptoreward p.font14 {
    font-size: 14px;
    margin-top: 15px;
}

.spendabove h3 {
    max-width: 550px;
    width: 100%
}

.spendabove p {
    padding-bottom: 10px;
    line-height: 150%;
    position: relative;
}

.savemore p strong,
.spendabove p strong {
    display: inline-block;
    margin-right: 5px;
}

.spendabove p.bullDot {
    padding-left: 16px;
}

.cc-sectionBox p.bullDot::before,
.spendabove p.bullDot::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #f4d8cf;
    border-radius: 4px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}

.spendabove p.font14 {
    font-size: 14px;
    margin-top: 15px;
    padding-bottom: 25px;
}

.savemore h3 {
    max-width: 460px;
    width: 100%
}

.savemore p {
    font-size: 21px;
    padding-bottom: 15px;
    line-height: 150%;
    letter-spacing: -.5px;
    position: relative;
}

.savemore p.font12 {
    font-size: 12px;
    margin-top: 15px;
    letter-spacing: -.2px;
}

.savemore p.font16 {
    font-size: 16px;
    margin-top: 15px;
}

.cc-sectionBox p.font1622 {
    font-size: 16px;
    line-height: 150%;
    margin-top: 20px;
}

.cc-sectionBox p.bullDot {
    padding-left: 16px;
    font-size: 17px;
    padding-bottom: 10px;
    line-height: 150%
}

@media(max-width:640px) {

    .cc-sectionTxt p strong,
    .cc-sectionTxt p.joinBull {
        font-size: 17px;
    }

    .uptoreward p {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .cc-boxes4Txt h2,
    .savemore p {
        font-size: 16px;
    }

    .savemore p strong,
    .spendabove p strong,
    .uptoreward p strong {
        font-weight: 700;
    }

    .cc-sectionTxt p.font122 {
        font-size: 12px;
        padding-bottom: 20px;
    }

    .uptoreward p.font21 {
        font-size: 20px;
    }

    .cc-sectionTxt p.joinBull::before {
        top: 5px;
    }
}

@media(max-width:1210px) {
    .cc-proBanner2 .landingNewPT2 {
        padding-top: 30px;
    }

    .cc-product-landing .cc-proBanner h1 {
        line-height: 90%
    }

    .cc-product-landing .cc-proBanner p {
        padding-bottom: 25px;
    }

    .vendor-cc-banner.cc-proBanner2 .cardImg .cardImgBanner {
        margin-top: 20px !important;
    }
}

@media screen and (min-device-width:990px) and (max-device-width:1120px) {
    .cc-boxes4Img img {
        width: 100%
    }

    .cc-boxes4Img {
        padding-left: 30px;
    }

    .cc-boxes4Txt h2::after,
    .cc-boxes4Txt h3::after {
        right: -40px;
    }
}

@media(max-width:360px) {

    .cc-boxes4Txt h2: :after,
    .cc-boxes4Txt h3::after {
        display: none;
    }

    .cc-forum2 {
        text-align: center;
    }

    .cc-forum2 h3,
    .cc-forum2 h4 {
        float: none;
        margin: 0 auto 5px;
    }

    .cc-forum2 h4 {
        text-align: left;
    }

    .cc-pro-search {
        right: 0;
        width: 14px;
    }

    .cardImgBanner {
        background-size: 100%
    }
}

::-webkit-input-placeholder {
    color: #25243b;
    opacity: .4;
}

::-moz-placeholder {
    color: #25243b;
    opacity: .4;
}

:-ms-input-placeholder {
    color: #25243b;
    opacity: .4;
}

:-moz-placeholder {
    color: #25243b;
    opacity: .4;
}

input::-moz-clear,
input::-moz-reveal,
input::-ms-clear,
input::-ms-reveal,
input::-webkit-clear,
input::-webkit-reveal {
    display: none;
}

[include*="form-input-select()"] select:not(:focus):invalid {
    color: #c7c7c7;
}

.form-group1 {
    padding: 12px 16px 16px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(37, 36, 59, .05);
}

.btn-circle,
.btn-circle.bgNone:hover,
.btn-flat,
.form-group1 input:active+label+.bar::before,
.form-group1 input:active+label+.bar:after,
.form-group1 input:focus+label+.bar::before,
.form-group1 input:focus+label+.bar:after,
.form-group1 select:active+label+.bar::before,
.form-group1 select:active+label+.bar:after,
.form-group1 select:focus+label+.bar::before,
.form-group1 select:focus+label+.bar:after,
.form-group1 textarea:active+label+.bar::before,
.form-group1 textarea:active+label+.bar:after,
.form-group1 textarea:focus+label+.bar::before,
.form-group1 textarea:focus+label+.bar:after {
    background-color: #9d1d27;
}

.form-group1.show-border {
    border: 1px solid rgba(37, 36, 59, .2);
}

.form-group1.disabled {
    pointer-events: none;
    background-color: #e9e9e9;
}

.form-group1.p10,
.form-group1.p10 input {
    background: 0;
    border-radius: 0;
    box-shadow: none;
}

.form-group1.p10 input {
    padding: 10px 10px 10px 0;
}

.cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog .modal-body ul li::before,
.form-group1.p10 input+label+.bar,
.form-group1.p10 input+label+label+.bar {
    top: 10px;
}

.form-group1.p10 input+label+.bar::after,
.form-group1.p10 input+label+.bar::before,
.form-group1.p10 input+label+label+.bar::after,
.form-group1.p10 input+label+label+.bar::before {
    width: 50% !important;
}

.form-group1.custom-select-2 {
    box-shadow: none;
    padding-bottom: 10px;
}

.form-group1.custom-select-2 select {
    border-radius: 0;
    border-bottom-color: rgba(37, 36, 59, .2) !important;
}

.form-group1.custom-select-2 select#bank {
    border-bottom-width: 1px !important;
}

.form-group1 .rupee-symbole {
    color: #ccc9c9;
    top: 11px;
    left: 19px;
    position: absolute;
    font-size: 20px;
    font-weight: 700;
}

.form-group1.dropdown {
    min-height: 66px;
}

.form-group1 select {
    background-color: transparent !important;
    background-image: url("../../../content/dam/idfcfirstbank/images/credit-card-revamp/ic-keyboard-arrow-down.svg") !important;
    height: auto;
    background-size: 30px !important;
    background-position: 96% 0 !important;
    line-height: 1.2em;
    border-bottom: 0 solid #e9e9e9 !important;
}

.form-group1 select option {
    font-weight: 500;
    color: rgba(37, 36, 59, .5);
}

.form-group1 select#month,
.form-group1 select#year {
    background-position: 96% 10px !important;
}

.form-group1 .range-slider__range,
.form-group1 .range-value,
.form-group1 select:focus+label+label+span,
.form-group1 select:focus+label+span {
    opacity: 0;
    display: none;
}

.form-group1 select:invalid {
    color: rgba(37, 36, 59, .4);
}

.form-group1 select.is-valid {
    border-color: transparent !important;
}

.form-group1 select.is-valid:focus {
    border-color: #9d1d27 !important;
}

.form-group1 select.is-valid,
.form-group1 select:valid {
    padding-bottom: 0;
    border-width: 0;
    border-color: transparent !important;
}

.form-group1 select.is-valid.border-bottom,
.form-group1 select:valid.border-bottom {
    border-bottom: 1px solid #e9e9e9 !important;
}

.form-group1 select.is-valid+label,
.form-group1 select:valid+label {
    display: block;
    margin: 0 !important;
    opacity: 1;
}

.form-group1 textarea {
    resize: none;
}

.form-group1 input,
.form-group1 select,
.form-group1 textarea {
    box-shadow: none;
    color: #25243b;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .08px;
    padding: 0 28px 8px 0;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
    outline: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    min-height: 38px;
}

.form-group1 input.pr-100,
.form-group1 select.pr-100,
.form-group1 textarea.pr-100 {
    padding-right: 100px;
}

.form-group1 input.pb14,
.form-group1 select.pb14,
.form-group1 textarea.pb14 {
    padding: 18px 24px;
}

.form-group1 input.pb14.is-invalid,
.form-group1 select.pb14.is-invalid,
.form-group1 textarea.pb14.is-invalid {
    padding-bottom: 34px;
}

.btn-circle:disabled,
.form-group1 input:disabled,
.form-group1 select:disabled,
.form-group1 textarea:disabled {
    background-color: #e9e9e9;
}

.btn-circle.bgNone,
.cc-landing-page .ccnew-secion3 .owl-carousel.owl-drag .owl-item .btn:active,
.cc-landing-page .ccnew-secion3 .owl-carousel.owl-drag .owl-item .btn:focus {
    background-color: transparent;
}

.form-group1 input:disabled+label,
.form-group1 select:disabled+label,
.form-group1 textarea:disabled+label {
    display: block;
    margin-bottom: 0;
    border: 0;
}

.form-group1 input[type=checkbox],
.form-group1 input[type=radio],
.form-group1 select[type=checkbox],
.form-group1 select[type=radio],
.form-group1 textarea[type=checkbox],
.form-group1 textarea[type=radio] {
    -moz-appearance: auto;
    -webkit-appearance: auto;
    appearance: auto;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.form-group1 input[type=checkbox]+label.check-label,
.form-group1 input[type=radio]+label.check-label,
.form-group1 select[type=checkbox]+label.check-label,
.form-group1 select[type=radio]+label.check-label,
.form-group1 textarea[type=checkbox]+label.check-label,
.form-group1 textarea[type=radio]+label.check-label {
    position: relative;
    top: 0;
    left: 5px;
    padding: 0 28px;
    font-size: 14px;
    margin: 0;
    opacity: 1;
}

.form-group1 input[type=checkbox]+label.check-label>small,
.form-group1 input[type=radio]+label.check-label>small,
.form-group1 select[type=checkbox]+label.check-label>small,
.form-group1 select[type=radio]+label.check-label>small,
.form-group1 textarea[type=checkbox]+label.check-label>small,
.form-group1 textarea[type=radio]+label.check-label>small {
    line-height: 1;
    font-size: 10px;
}

.form-group1 input.is-invalid+label+.bar::before,
.form-group1 input.is-invalid+label+.bar:after,
.form-group1 input:invalid:focus+label+.bar::before,
.form-group1 input:invalid:focus+label+.bar:after,
.form-group1 select.is-invalid+label+.bar::before,
.form-group1 select.is-invalid+label+.bar:after,
.form-group1 select:invalid:focus+label+.bar::before,
.form-group1 select:invalid:focus+label+.bar:after,
.form-group1 textarea.is-invalid+label+.bar::before,
.form-group1 textarea.is-invalid+label+.bar:after,
.form-group1 textarea:invalid:focus+label+.bar::before,
.form-group1 textarea:invalid:focus+label+.bar:after {
    background-color: #9d1d27;
}

.form-group1 input.is-invalid+label+.bar+.indicator,
.form-group1 input:invalid:focus+label+.bar+.indicator,
.form-group1 select.is-invalid+label+.bar+.indicator,
.form-group1 select:invalid:focus+label+.bar+.indicator,
.form-group1 textarea.is-invalid+label+.bar+.indicator,
.form-group1 textarea:invalid:focus+label+.bar+.indicator {
    opacity: 1;
}

.form-group1 input.is-invalid+label+label+.bar+.indicator,
.form-group1 input:invalid:focus+label+label+.bar+.indicator,
.form-group1 select.is-invalid+label+label+.bar+.indicator,
.form-group1 select:invalid:focus+label+label+.bar+.indicator,
.form-group1 textarea.is-invalid+label+label+.bar+.indicator,
.form-group1 textarea:invalid:focus+label+label+.bar+.indicator {
    color: #ff0020;
    opacity: 1;
}

.form-group1 input:active,
.form-group1 input:focus,
.form-group1 select:active,
.form-group1 select:focus,
.form-group1 textarea:active,
.form-group1 textarea:focus {
    box-shadow: none !important;
    color: #9d1d27;
}

.form-group1 input.is-invalid+label.error,
.form-group1 input:active+label>span,
.form-group1 input:focus+label>span,
.form-group1 select.is-invalid+label.error,
.form-group1 select:active+label>span,
.form-group1 select:focus+label>span,
.form-group1 textarea.is-invalid+label.error,
.form-group1 textarea:active+label>span,
.form-group1 textarea:focus+label>span {
    display: block !important;
}

.cc-landing-page .ccnew-secion3 .owl-carousel.owl-drag .owl-item,
.cc-landing-page .ccnew-secion3 .owl-carousel.owl-drag .owl-item.center .ccnew-img,
.cc-landing-page .ccnew-secion7 .ccnew-expLinks.ccnew-expLinksBenfi li.active a,
.cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox.socIconImgBox2,
.form-group1 .indicator.active,
.form-group1 input:active+label+.bar+.indicator,
.form-group1 input:active+label+label+.bar+.indicator,
.form-group1 input:focus+label+.bar+.indicator,
.form-group1 input:focus+label+label+.bar+.indicator,
.form-group1 select:active+label+.bar+.indicator,
.form-group1 select:active+label+label+.bar+.indicator,
.form-group1 select:focus+label+.bar+.indicator,
.form-group1 select:focus+label+label+.bar+.indicator,
.form-group1 textarea:active+label+.bar+.indicator,
.form-group1 textarea:active+label+label+.bar+.indicator,
.form-group1 textarea:focus+label+.bar+.indicator,
.form-group1 textarea:focus+label+label+.bar+.indicator {
    opacity: 1;
}

.form-group1 input:active+label+label+span+span+.range-slider__range,
.form-group1 input:active+label+label+span+span+.range-slider__range+.range-value,
.form-group1 input:active+label+span+span+.range-slider__range,
.form-group1 input:active+label+span+span+.range-slider__range+.range-value,
.form-group1 input:focus+label+label+span+span+.range-slider__range,
.form-group1 input:focus+label+label+span+span+.range-slider__range+.range-value,
.form-group1 input:focus+label+span+span+.range-slider__range,
.form-group1 input:focus+label+span+span+.range-slider__range+.range-value,
.form-group1 select:active+label+label+span+span+.range-slider__range,
.form-group1 select:active+label+label+span+span+.range-slider__range+.range-value,
.form-group1 select:active+label+span+span+.range-slider__range,
.form-group1 select:active+label+span+span+.range-slider__range+.range-value,
.form-group1 select:focus+label+label+span+span+.range-slider__range,
.form-group1 select:focus+label+label+span+span+.range-slider__range+.range-value,
.form-group1 select:focus+label+span+span+.range-slider__range,
.form-group1 select:focus+label+span+span+.range-slider__range+.range-value,
.form-group1 textarea:active+label+label+span+span+.range-slider__range,
.form-group1 textarea:active+label+label+span+span+.range-slider__range+.range-value,
.form-group1 textarea:active+label+span+span+.range-slider__range,
.form-group1 textarea:active+label+span+span+.range-slider__range+.range-value,
.form-group1 textarea:focus+label+label+span+span+.range-slider__range,
.form-group1 textarea:focus+label+label+span+span+.range-slider__range+.range-value,
.form-group1 textarea:focus+label+span+span+.range-slider__range,
.form-group1 textarea:focus+label+span+span+.range-slider__range+.range-value {
    display: block;
    opacity: 1;
}

.form-group1 input.code,
.form-group1 select.code,
.form-group1 textarea.code {
    letter-spacing: 10px;
}

.form-group1 input.is-valid+label,
.form-group1 input.is-valid+label.error+label.label,
.form-group1 select.is-valid+label,
.form-group1 select.is-valid+label.error+label.label,
.form-group1 textarea.is-valid+label,
.form-group1 textarea.is-valid+label.error+label.label {
    display: block;
    margin: 0;
}

.form-group1 input.is-valid+label+.bar:after,
.form-group1 input.is-valid+label+.bar:before,
.form-group1 input.is-valid+label.error+label.label+.bar:after,
.form-group1 input.is-valid+label.error+label.label+.bar:before,
.form-group1 select.is-valid+label+.bar:after,
.form-group1 select.is-valid+label+.bar:before,
.form-group1 select.is-valid+label.error+label.label+.bar:after,
.form-group1 select.is-valid+label.error+label.label+.bar:before,
.form-group1 textarea.is-valid+label+.bar:after,
.form-group1 textarea.is-valid+label+.bar:before,
.form-group1 textarea.is-valid+label.error+label.label+.bar:after,
.form-group1 textarea.is-valid+label.error+label.label+.bar:before {
    width: 0;
}

.cc-landing-page #otpSend .popup-close img,
.cc-landing-page .beginPupMain .beginConta .beginQues li,
.cc-landing-page .cards640Down,
.cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft li::before,
.cc-landing-page .cc-login-nav .cc-ApplyDeskShow,
.cc-landing-page .cc-login-nav .mobScreen.hide,
.cc-landing-page .ccnew-pup .modal-dialog .modal-body .cc-landing-drop ul li::before,
.cc-landing-page .ccnew-pup .modal-dialog .modal-body ul.expBullet li::before,
.cc-landing-page .ccnew-pup.cc-beginChall .modal-dialog .modal-body .beginPupMain .beginConta .beginQues li::before,
.cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog .modal-body ol li::before,
.cc-landing-page .ccnew-secion10 .owl-carousel.owl-drag .owl-item .btn-box,
.cc-landing-page .ccnew-secion7 .container .owl-dots,
.cc-landing-page .ccnew-secion8 .socIconImages .owl-nav,
.cc-landingBg .announ-box,
.cc-landingBg .feedback,
.cc-landingBg .trackYourApp,
.form-group1 input.is-invalid+label.error+label.label,
.form-group1 label.error:not(.d-none)+label.label,
.form-group1 select.is-invalid+label.error+label.label,
.form-group1 textarea.is-invalid+label.error+label.label {
    display: none;
}

.form-group1 input.is-invalid+label.error+label.label+.bar::before,
.form-group1 input.is-invalid+label.error+label.label+.bar:after,
.form-group1 select.is-invalid+label.error+label.label+.bar::before,
.form-group1 select.is-invalid+label.error+label.label+.bar:after,
.form-group1 textarea.is-invalid+label.error+label.label+.bar::before,
.form-group1 textarea.is-invalid+label.error+label.label+.bar:after {
    background-color: #ff0020;
}

.form-group1 input.pb38,
.form-group1 select.pb38,
.form-group1 textarea.pb38 {
    padding-bottom: 38px;
}

.form-group1 input.pr48,
.form-group1 select.pr48,
.form-group1 textarea.pr48 {
    padding-right: 48px;
}

.form-group1 input.pr58,
.form-group1 select.pr58,
.form-group1 textarea.pr58 {
    padding-right: 58px;
}

.form-group1 label {
    display: none;
    color: #25243b;
    opacity: .4;
    font-size: 12px;
    font-weight: 400;
    pointer-events: none;
    letter-spacing: -.26px;
    line-height: 1;
    margin: 0 0 10px;
}

.form-group1 label.error {
    opacity: 1;
    color: #d10000;
    padding-right: 0;
}

.form-group1 .range-slider__range:hover {
    opacity: 1;
    display: block;
}

.form-group1 .range-slider__range:hover+.range-value {
    opacity: .4;
    display: block;
}

.form-group1 .bar {
    position: relative;
    display: block;
    width: 100%
}

.form-group1 .bar::before,
.form-group1 .bar:after {
    content: '';
    height: 1px;
    width: 50%;
    bottom: 0;
    position: absolute;
    background: #e9e9e9;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    border-radius: 8px;
}

.form-group1 .bar:before {
    left: 50%
}

.form-group1 .bar:after {
    right: 50%
}

.form-group1 .indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 10px;
}

.form-group1 .indicator.btn {
    opacity: 1;
    padding: 5px;
    font-weight: 700;
    color: #9d1d27;
    right: 10px;
    top: 10px;
}

.form-group1 .indicator.textVerify {
    top: 16px;
    opacity: 1;
    color: #00a07a;
}

.form-group1 .indicator.textVerify .icon {
    color: #00a07a !important;
    padding-right: 5px;
    font-size: 24px;
    display: inline-block !important;
    opacity: 1;
}

.form-group1 .indicator.minus {
    right: 10px;
    top: -4px;
}

.form-group1 .indicator.error .icon {
    color: #ff0020;
}

.form-group1 .indicator.dd {
    top: 15px;
    right: 15px;
}

.form-group1 .indicator.dd .icon {
    color: #9d1d27;
    font-size: 24px;
    opacity: 1;
    font-weight: 700;
}

.form-group1 .indicator .icon {
    font-size: 48px;
    opacity: .4;
}

.form-group1 .indicator .icon.f16 {
    top: 10px;
    right: 10px;
    font-size: 22px;
    opacity: 1;
}

.btn-circle {
    height: 80px;
    width: 80px;
    min-width: 80px;
    border-radius: 50%
}

.btn-circle.bgNone {
    margin-right: 60px;
}

.btn-circle:hover,
.btn-flat:hover {
    background-color: rgba(157, 29, 39, .8);
}

.btn-circle:disabled .icon {
    color: #9d1d27;
    opacity: .4;
}

.btn-circle .icon {
    font-size: 40px;
    color: #fff;
}

.btn-link {
    color: #9d1d27;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.11px;
}

.btn-link.no-link span {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -.26px;
    color: #25243b;
}

.btn-link:hover {
    color: rgba(157, 29, 39, .8);
}

.btn-link.disabled,
.btn-link:disabled {
    color: rgba(157, 29, 39, .4);
}

.box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
}

.btn-flat {
    width: 250px;
    max-width: 100%;
    padding: 16px;
    border-radius: 32px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.btn-flat.bg-white {
    font-weight: 700;
    width: 206px;
    height: 56px;
    color: #9d1d27;
}

.btn-flat.bg-white:hover {
    color: #9d1d27 !important;
}

.btn-flat.w160 {
    width: 160px;
}

.btn-flat:hover {
    color: #fff;
}

.btn-radio-checkbox {
    border-width: 0 !important;
}

.btn-radio-checkbox:hover {
    background-color: #00a07a !important;
}

.btn-radio-checkbox:hover label {
    border-color: #00a07a;
    color: #fff !important;
}

.btn-radio-checkbox label {
    font-weight: 700;
    color: #9d1d27 !important;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #9d1d27;
}

.btn-radio-checkbox label:before {
    left: 1rem !important;
}

.btn-radio-checkbox label:after {
    left: 19px !important;
}

.btn-radio-checkbox label:after,
.btn-radio-checkbox label:before {
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
}

.btn:active,
.btn:focus {
    box-shadow: none;
    background-color: #ffcb04;
}

.btn:disabled {
    color: #9d1d27;
    opacity: .4;
    background-color: #e9e9e9;
}

.overlay-loader {
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
}

@keyframes inputHighlighter {
    from {
        background: #5264ae;
    }

    to {
        width: 0;
        background: 0;
    }
}

@keyframes pulseCC {

    from,
    to {
        transform: scale3d(.8, .8, .8);
    }

    50% {
        transform: scale3d(1, 1, 1);
    }
}

.pulseCC {
    animation-name: pulseCC;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .cc-pro-search {
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .mobcomParePup .form-label-group22 input {
    padding-left: 22px;
    border: 0;
    position: relative;
    padding-bottom: 10px;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .mobcomParePup .cc-compareTable .form-details select {
    border: 0;
    position: relative;
}

.cc-landing-page .cc-compareTable .rTableRow .rTableCell:last-child,
.cc-landing-page .cc-compareTable .rTableRowHead .rTableHead {
    width: 10%
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .ccnew-selectBoxNewDis .cc-pro-search.cc-closeBtn {
    left: auto;
    right: 0 !important;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .ccnew-selectBoxNewDis .form-label-group22 input {
    padding-left: 0;
    padding-right: 22px;
}

.cc-landingBg {
    background: #000;
}

.cc-landingBg header.sticky {
    z-index: 1400;
}

.cc-landingBg footer {
    padding-bottom: 130px;
    background: #fff;
}

.cc-landingBg .modal-backdrop.show {
    opacity: .5;
}

.cc-landingBg .tooltip .arrow {
    box-shadow: none;
    background: #fff !important;
}

.cc-landingBg .tooltip .arrow::before {
    border-color: transparent #000 !important;
}

.cc-landingBg .jumpLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9;
}

.cc-landing-drop .dropdown-menu,
.cc-landingBg .ui-widget {
    background: #000;
    color: #fff;
    border: 1px solid #454545;
}

.storeImages a {
    display: inline-block;
    width: 46%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.storeImages a img {
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #333;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .form-label-group,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .form-label-group22,
.cc-landing-page .rTableRowTotal {
    border-bottom: 1px solid #fff;
}

.cc-landing-page .ccnew-section .ui-widget {
    width: 100% !important;
    border: 0;
}

.cc-landing-page .exploreTabsBox {
    overflow: auto;
}

.cc-landing-page .hoveTxt {
    text-align: left;
    position: absolute;
    left: 5px;
    top: 5px;
}

.cc-landing-page .hoveTxt span {
    font-size: 0;
    color: #000;
    text-align: left;
    padding-bottom: 10px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/Icon-i.svg) no-repeat;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
}

.cc-landing-page #tandc .modal-title {
    font-size: 36px;
}

.cc-landing-page .ccnew-pup.cc-landingTandC .modal-content {
    border: 1px solid rgba(255, 255, 255, .4) !important;
    background: rgba(0, 0, 0, .8);
    border-radius: 30px;
}

.cc-landing-page .ccnew-pup.cc-landingTandC .modal-content .modal-header {
    padding-left: 30px;
    color: #fff;
    font-weight: 700;
}

.cc-landing-page .ccnew-pup.cc-landingTandC .modal-content .modal-body {
    padding-top: 0 !important;
    display: block;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 30px;
}

.cc-landing-drop .dropdown .dropdown-menu .dropdown-item.active,
.cc-landing-drop .dropdown .dropdown-menu .dropdown-item:hover,
.cc-landing-page .ccnew-pup.cc-landingTandC .modal-content .modal-footer .brdn {
    background: #fff;
    color: #000;
}

.cc-landing-page .ccnew-pup.cc-landingTandC .modal-content .list-tnc li {
    font-size: 20px;
    color: #fff;
    line-height: normal;
}

.cc-landing-page .ccnew-pup.cc-landingTandC .modal-dialog .modal-body {
    border: 0;
    background: 0;
    overflow: auto !important;
}

.cc-landing-page #otpSend .modal-content {
    background: #000;
    border-radius: 30px;
    border: 1px solid #2c2c2c;
    padding: 30px 20px;
}

.cc-landing-page #otpSend .modal-content .modal-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding: 0 0 30px;
    text-align: center;
    width: 100%
}

.cc-landing-page #otpSend .modal-content .modal-body .notes p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.cc-landing-page #otpSend .modal-content .modal-header {
    border: 0;
    padding: 0;
}

.cc-landing-page #otpSend .modal-content .modal-footer {
    border: 0;
    padding: 30px 0 0;
}

.cc-landing-page #otpSend .popup-close {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/closeBtn.svg) 0 0/cover;
    opacity: 1;
    right: -10px;
    top: -10px;
}

.cc-landing-page .hero-banner-cc {
    height: calc(100vh - 150px);
    background: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.cc-landing-page .hero-banner-cc .owl-stage-outer,
.cc-landing-page .hero-banner-cc .owl-stage-outer .owl-stage {
    height: 100%
}

.cc-landing-page .hero-banner-cc .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.cc-landing-page .hero-banner-cc .banBox {
    padding: 0 30px;
}

.cc-landing-page .hero-banner-cc .banBox .fs65,
.cc-landing-page .hero-banner-cc .banBox h2 {
    color: #fff;
    font-size: 89px;
    letter-spacing: -2.67px;
    line-height: 89px;
    font-weight: 700;
}

@media(min-width:1024px) and (max-width:1440px) {

    .cc-landing-page .hero-banner-cc .banBox .fs65,
    .cc-landing-page .hero-banner-cc .banBox h2 {
        font-size: 65px;
        line-height: normal;
    }
}

@media(max-width:767px) {

    .form-group1 input,
    .form-group1 select,
    .form-group1 textarea {
        font-size: 16px;
    }

    .form-group1 label {
        font-size: 10px;
    }

    .form-group1 .indicator.dd .icon {
        font-size: 15px;
    }

    .form-group1 .indicator .icon {
        font-size: 38px;
    }

    .btn-circle.bgNone {
        margin-right: 30px;
    }

    .btn-link {
        font-size: 14px;
    }

    .btn-flat.bg-white {
        width: 300px;
        height: 48px;
    }

    .btn-flat {
        font-size: 14px;
        width: 185px;
        padding: 12px;
    }

    .cc-landing-page .hero-banner-cc .banBox .fs65,
    .cc-landing-page .hero-banner-cc .banBox h2 {
        font-size: 50px;
        line-height: normal;
    }
}

.cc-landing-page .hero-banner-cc .banBox h3 {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 40px;
}

.cc-landing-page .hero-banner-cc .banBox .btn {
    background: #fff;
    background: linear-gradient(90deg, #ac9fa2 0, #fff 20%, #fff 80%, #ac9fa2 100%);
    width: 281px;
    height: 54px;
    color: #2e2e2e;
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 40px;
    letter-spacing: 3.42px;
    font-weight: 700;
    line-height: 54px;
    padding: 0;
    border-radius: 30px;
}

.cc-landing-page .ccnew-secion3 .ccnew-whats-new .owl-nav,
.cc-landing-page .ccnew-section .owl-nav,
.cc-landing-page .hero-banner-cc .owl-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.cc-landing-page .ccnew-secion3 .ccnew-whats-new .owl-nav button,
.cc-landing-page .ccnew-section .owl-nav button,
.cc-landing-page .hero-banner-cc .owl-nav button {
    position: absolute;
    top: 0;
    z-index: 9999;
    font-size: 0;
    opacity: .5;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 29px solid #fff;
    background: 0;
}

.cc-landing-page .hero-banner-cc .owl-nav .owl-next {
    right: 50px;
}

.cc-landing-page .hero-banner-cc .owl-nav .owl-prev {
    left: 50px;
    transform: rotate(180deg);
}

@media(max-width:640px) {
    .cc-landing-page .cards640Up {
        display: none;
    }

    .cc-landing-page .cards640Down {
        display: block;
    }

    .cc-landing-page .hero-banner-cc .banBox h2 {
        font-size: 65px;
        line-height: 100%;
        letter-spacing: normal;
    }

    .cc-landing-page .hero-banner-cc .btn-box .btn {
        margin-top: 0 !important;
    }

    .cc-landing-page .hero-banner-cc .banBox h3 {
        font-size: 24px;
    }

    .cc-landing-page .hero-banner-cc .owl-nav .owl-next {
        right: 10px;
    }

    .cc-landing-page .hero-banner-cc .owl-nav .owl-prev {
        left: 10px;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew .w30New input {
        padding-left: 20px;
    }
}

@media(max-width:640px) and (max-width:400px) {
    .cc-landing-page .hero-banner-cc .banBox h2 {
        font-size: 50px;
    }
}

.cc-landing-page .hero-banner-cc .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 40px;
}

.cc-landing-page .hero-banner-cc .owl-dots button span {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, .4);
    display: block;
    border-radius: 15px;
    margin: 0 2px;
}

.cc-landing-page .ccnew-section {
    padding: 120px 0;
}

.cc-landing-page .ccnew-section .container {
    max-width: 1300px;
}

.cc-landing-page .ccnew-secion1 .container {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cc-landing-page .ccnew-secion1 .btn,
.cc-landing-page .ccnew-secion2 .btn,
.cc-landing-page .ccnew-secion4 .btn-box .btn {
    height: 54px;
    color: #2e2e2e;
    font-size: 19px;
    line-height: 54px;
    letter-spacing: 3.42px;
    text-transform: uppercase;
}

.cc-landing-page .ccnew-secion1 .w55 {
    width: 55%
}

.cc-landing-page .ccnew-secion1 .w45 {
    width: 45%
}

.cc-landing-page .ccnew-secion1 .ccnew-sec1Left .ccnew-img {
    max-width: 600px;
    width: 100%
}

.cc-landing-page .ccnew-secion1 h2 {
    font-size: 89px;
    font-weight: 700;
    letter-spacing: -2.67px;
    line-height: 89px;
    color: #fff;
}

.cc-landing-page .ccnew-secion1 h3 {
    font-size: 37px;
    font-weight: 700;
    line-height: 57px;
    color: #fff;
}

.cc-landing-page .ccnew-secion1 h3 .colorYelo {
    color: #fecb02;
}

.cc-landing-page .ccnew-secion1 .btn {
    background: #fff;
    background: linear-gradient(90deg, #ac9fa2 0, #fff 20%, #fff 80%, #ac9fa2 100%);
    width: 281px;
    margin-top: 20px;
    font-weight: 700;
    padding: 0;
    border-radius: 30px;
}

.cc-landing-page .ccnew-secion2 .ccnew-img {
    max-width: 433px;
    padding-bottom: 20px;
    width: 100%;
    margin: auto;
}

.cc-landing-page .ccnew-secion2 h3,
.cc-landing-page .ccnew-secion3 h3 {
    font-size: 89px;
    font-weight: 700;
    letter-spacing: -2.67px;
    line-height: 99px;
    color: #fff;
}

.cc-landing-page .ccnew-secion2 h4 {
    font-size: 37px;
    font-weight: 700;
    line-height: 37px;
    margin-top: 10px;
    color: #fff;
}

.cc-landing-page .ccnew-secion2 .btn {
    background: #fff;
    background: linear-gradient(90deg, #ac9fa2 0, #fff 20%, #fff 80%, #ac9fa2 100%);
    width: 281px;
    margin-bottom: 0;
    font-weight: 700;
    padding: 0;
    border-radius: 30px;
}

.cc-landing-page .ccnew-secion3 .ccnew-img img {
    border-radius: 13px;
}

.cc-landing-page .ccnew-secion3 .owl-carousel.owl-drag .owl-item.center {
    opacity: 1;
    cursor: pointer;
}

.cc-landing-page .ccnew-secion3 .owl-carousel.owl-drag .owl-item.center h4 {
    background: #fff;
    color: #73262c;
    border: 3px solid #fff;
}

.cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox {
    max-width: 300px;
    width: 100%;
    margin: 30px auto 0;
}

.cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox h4 {
    font-size: 25px;
    font-weight: 700;
    border: 3px solid #8f8f8f;
    padding: 0 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -ms-flexbox;
    display: flex;
    height: 58px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 37px;
    margin: auto auto 30px;
    color: #484848;
    background: #8f8f8f;
}

.cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .whatsTxt ol {
    display: none;
    margin-bottom: 0;
}

.cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .whatsTxt li {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: left;
    padding-bottom: 5px;
    list-style: decimal;
}

.cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .btn-box .btn-red {
    font-size: 19px;
    width: 100%;
    border: 0;
    border-radius: 86px;
    margin-top: 00px;
    background: 0;
    height: 64px;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    display: none;
    color: #fff;
    letter-spacing: 3.42px;
}

.cc-landing-page .ccnew-secion3 .ccnew-whats-new .owl-nav .owl-prev {
    left: 0;
    transform: rotate(180deg);
}

.cc-landing-page .ccnew-secion4 {
    padding: 100px 0;
}

.cc-landing-page .ccnew-secion4 h3,
.cc-landing-page .ccnew-secion8 h3 {
    font-size: 89px;
    font-weight: 700;
    letter-spacing: -2.67px;
    line-height: 99px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-sec1Left::after {
    content: "";
    width: 1px;
    height: 80%;
    background: #313131;
    position: absolute;
    right: 0;
    top: 0;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .w50 {
    width: 50%;
    float: left;
    text-align: center;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox {
    max-width: 370px;
    width: 100%;
    margin: auto;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .form-group1 {
    background: 0;
    margin-bottom: 0;
    padding-right: 0;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .form-group1 select {
    color: #fff;
    border-bottom: 1px solid #fff !important;
    background: url("../../../content/dam/idfcfirstbank/images/credit-card-revamp/arrowR2.png") center right/5% no-repeat !important;
    font-size: 22px;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .form-group1 input {
    background: 0;
    color: #fff;
    font-size: 22px;
    padding-right: 0;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .form-group1 :-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .form-group1 ::placeholder {
    color: #fff;
    opacity: 1;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .form-group1 ::-ms-input-placeholder {
    color: #fff;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectDropList .ccnew-img {
    max-width: 306px;
    width: 100%;
    margin: auto;
    height: 250px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectDropList li {
    color: #fff;
    font-weight: 700;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectDropList li h4 {
    font-size: 59px;
    line-height: 71px;
    font-weight: 700;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectDropList li p {
    font-size: 20px;
    line-height: 24px;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew {
    padding-top: 10px;
    position: relative;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew .cc-pro-search {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/searchIcon.svg) no-repeat;
    left: 0;
    top: 15px;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew .cc-pro-search.cc-closeBtn {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/close-btn.png) center center/60% no-repeat;
    border: 1px solid #fff;
    border-radius: 30px;
    right: -30px;
    top: 20px;
    left: auto;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew input {
    padding-left: 30px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/arrowR2.png) center right/5% no-repeat;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew .form-group1 {
    padding: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    min-height: initial;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew .form-group1 select {
    border-bottom: 0 !important;
    margin-bottom: 0;
    opacity: 1;
    padding: 0;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew.ccnew-selectBoxNewDis input {
    margin-left: 0;
    background: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew.ccnew-selectBoxNewDis select {
    background-size: 10%
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew .ccnew-selectBoxNewSel {
    position: relative;
    overflow: visible !important;
    display: none;
    padding-top: 0;
}

.cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew .ccnew-selectBoxNewSel::before {
    content: "";
    width: 2px;
    height: 20px;
    position: absolute;
    left: -10px;
    background: #fff;
    top: 8px;
}

@media(max-width:20000px) {
    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox {
        display: block;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .cc-pro-search.cc-closeBtn {
        right: 0 !important;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew {
        display: block !important;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew .w30New {
        margin: auto auto 15px;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew .w30New input {
        background: 0 0 !important;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew .w30New select {
        text-align: center;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew .ccnew-selectBoxNewSel {
        width: 100% !important;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew .ccnew-selectBoxNewSel::before {
        display: none;
    }
}

.cc-landing-page .ccnew-secion4 .btn-box,
.cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox.socIconImgBox2 a:hover {
    position: relative;
    z-index: 1;
}

.cc-landing-page .ccnew-secion4 .btn-box .btn {
    background: #fff;
    background: linear-gradient(90deg, #ac9fa2 0, #fff 20%, #fff 80%, #ac9fa2 100%);
    width: 281px;
    margin-top: -90px;
    font-weight: 700;
    padding: 0;
    border-radius: 30px;
}

.cc-landing-page .ccnew-secion10 .container,
.cc-landing-page .ccnew-secion5 .container,
.cc-landing-page .ccnew-secion7 .container,
.cc-landing-page .ccnew-secion9 .container {
    max-width: 1400px;
}

.cc-landing-page .ccnew-secion10 h3,
.cc-landing-page .ccnew-secion11 h3,
.cc-landing-page .ccnew-secion12 h3,
.cc-landing-page .ccnew-secion5 h3,
.cc-landing-page .ccnew-secion6 h3,
.cc-landing-page .ccnew-secion7 h3,
.cc-landing-page .ccnew-secion9 h3 {
    font-size: 89px;
    font-weight: 700;
    letter-spacing: -2.67px;
    line-height: 99px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.cc-landing-page .ccnew-secion5 .owl-carousel.owl-drag .owl-item {
    transform: scale(.8);
    transition: 1s;
}

.cc-landing-page .ccnew-secion5 .owl-carousel.owl-drag .owl-item.center {
    transform: scale(1);
    pointer-events: painted;
}

.cc-landing-page .ccnew-secion5 .PLR20 {
    padding: 20px 0;
    background: #141314;
    border: 1px solid #434343;
    border-radius: 30px;
}

.cc-landing-page .ccnew-secion5 .center .ccnew-ExpBox {
    background: #fff;
    top: 0;
}

.cc-landing-page .ccnew-secion5 .ccnew-ExpBox {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    height: 350px;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 40px;
    overflow: hidden;
    cursor: pointer;
}

.cc-landing-page .ccnew-secion5 .ccnew-ExpBox .flwerBg {
    background-size: cover;
    width: 200px;
    height: 200px;
    position: absolute;
    right: -23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cc-landing-page .ccnew-secion5 .ccnew-ExpBox .flwerBg img {
    width: 100%;
    margin-right: 0;
}

.cc-landing-page .ccnew-secion5 .ccnew-ExpBox a {
    color: #890d1e;
    margin-top: 15px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 3.24px;
    text-transform: uppercase;
    border-bottom: 1px solid #890d1e;
    padding-bottom: 1px;
    display: inline-block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: auto;
}

.cc-landing-page .ccnew-secion5 .ccnew-ExpBox h4 {
    color: #890d1e;
    font-size: 40px;
    line-height: 38px;
    font-weight: 700;
    width: 60%
}

.cc-landing-page .ccnew-secion10 .ccnew-expLinks,
.cc-landing-page .ccnew-secion5 .ccnew-expLinks,
.cc-landing-page .ccnew-secion8 .ccnew-expLinks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.cc-landing-page .ccnew-secion5 .ccnew-expLinks li a,
.cc-landing-page .ccnew-secion8 .ccnew-expLinks li a {
    font-size: 25px;
    font-weight: 700;
    border-radius: 30px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    border: 2px solid #8f8f8f;
    margin: 0 5px;
    width: 200px;
    opacity: 1;
    color: #484848;
    background: #8f8f8f;
}

.cc-landing-page .ccnew-secion10 .ccnew-expLinks .owl-item.current a,
.cc-landing-page .ccnew-secion5 .ccnew-expLinks li.active a,
.cc-landing-page .ccnew-secion7 .ccnew-expLinks li.active a,
.cc-landing-page .ccnew-secion8 .ccnew-expLinks li.active a,
.cc-landing-page .ccnew-secion9 .ccnew-expLinks .active a {
    opacity: 1;
    color: #73262c;
    border: 3px solid #fff;
    background: #fff;
}

.cc-landing-page .cc-MerchantPup.ccnew-pup .modal-dialog .modal-body {
    background: rgba(0, 0, 0, .8);
    padding: 30px;
    border-radius: 20px;
}

.cc-landing-page .cc-MerchantPup.ccnew-pup .modal-dialog .modal-body .pupMechHead {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
}

.cc-landing-page .cc-MerchantPup.ccnew-pup .modal-dialog .modal-body .pupMechHead img {
    width: 100px;
    margin-right: 20px;
}

.cc-landing-page .cc-MerchantPup.ccnew-pup .modal-dialog .modal-body p {
    text-align: left;
    font-size: 17px;
    line-height: 140%
}

.cc-landing-page .ccnew-secion6 {
    padding: 100px 0;
    background: url(../../../content/dam/idfcfirstbank/images/optimize/cc-landing-page/homeBg4optimized.webp) center center/70% no-repeat;
}

.cc-landing-page .ccnew-secion6 .owl-nav .owl-prev {
    left: 0 !important;
}

.cc-landing-page .ccnew-secion6 .owl-nav .owl-next {
    right: 0 !important;
}

.cc-landing-page .ccnew-secion6 .perBoxMain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 60px;
}

.cc-landing-page .ccnew-secion6 .perBoxMain.perBoxMain2 .perBoxMainIn {
    height: auto;
    padding-bottom: 50px;
}

.cc-landing-page .ccnew-secion6 .perBoxMain.perBoxMain2 .perBoxMainIn .ccnew-img img {
    width: 70%;
    height: auto;
}

.cc-landing-page .ccnew-secion6 .perBoxMain.perBoxMain2 h3 span {
    display: block;
    font-size: 40px;
    line-height: normal;
    letter-spacing: normal;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBoxMainIn {
    width: 50%;
    height: 460px;
    position: relative;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew {
    padding: 0 10px;
    transition: height .8s ease-in-out, width .8s ease-in-out;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36,
.cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew .per9to36 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #fff;
    width: 360px;
    height: 186px;
    transition: height .8s ease-in-out, width .8s ease-in-out;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 .cc-leftLog,
.cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew .per9to36 .cc-leftLog {
    width: 60px;
    background: #85222b;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 .cc-leftLog .cc-leftLogTxt,
.cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew .per9to36 .cc-leftLog .cc-leftLogTxt {
    color: #fff;
    transform: rotate(90deg);
    width: 120px;
    margin-left: -30px;
    margin-top: 50px;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew .per9to36 .cc-9to36 {
    text-align: left;
    padding: 30px 60px 30px 20px;
    margin: auto;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew .per9to36 .cc-9to36 .cc-9to36Txt {
    font-size: 63px;
    line-height: 80%;
    font-weight: 700;
    color: #85222b;
    margin: 0 auto;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew.perBox2 {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew.perBox2 .per9to36 {
    width: 100%;
    background: #696969;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew.perBox2 .per9to36 .cc-leftLog {
    background: #4e4e4e;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew.perBox2 .per9to36 .cc-9to36 {
    background: #d3d3d3;
    margin: 0;
    padding: 30px 38px;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew.perBox2 .per9to36 .cc-9to36 .cc-9to36Txt {
    color: #6c6c6c;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew.perBox2New {
    width: 70px;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBox {
    padding: 0 10px;
    margin-bottom: 20px;
    transition: height .8s ease-in-out;
}

.cc-landing-page .ccnew-secion6 .ccnew-aprBox .ccnew-img img,
.cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 .cc-leftLog img {
    width: auto;
    margin: auto;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 .cc-9to36 {
    text-align: left;
    padding: 10px 60px 30px 20px;
    margin: 0 auto;
    width: calc(100% - 68px);
    position: relative;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 .cc-9to36 .hoverTxt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 12px;
    line-height: 1.2;
    position: absolute;
    top: 5px;
    right: 1px;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 .cc-9to36 .hoverTxt img {
    margin-left: 5px;
    height: 15px;
    width: 15px;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 .cc-9to36 .cc-9to36Txt {
    font-size: 63px;
    line-height: 80%;
    font-weight: 700;
    color: #85222b;
    width: 50%;
    margin: 30px auto 20px;
    transition: width .8s ease-in-out;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 .cc-9to36 p {
    display: block;
    color: #85222b;
    font-size: 17px;
    line-height: normal;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    max-width: 407px;
    width: 100%
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBox.active .per9to36 {
    width: calc(100% - 50px);
    height: 428px;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBox.active .per9to36 .cc-9to36 {
    padding: 10px 60px 30px 20px !important;
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBox.active .per9to36 .cc-9to36 .cc-9to36Txt {
    margin-bottom: 20px;
    width: 100%
}

.cc-landing-page .ccnew-secion6 .perBoxMain .perBox.active .per9to36 .cc-9to36 p {
    opacity: 1;
    transition: opacity .8s ease-in-out .6s;
}

.cc-landing-page .ccnew-secion6 .perBoxMain h3 {
    width: 50%;
    padding: 0 10px 0 30px;
    text-align: left;
}

.cc-landing-page .ccnew-secion6 .ccnew-aprBox h4 {
    font-size: 89px;
    font-weight: 700;
    line-height: 99px;
    letter-spacing: -2.67px;
    color: #fff;
}

.cc-landing-page .ccnew-secion6 .ccnew-aprBox .btn {
    background: #fff;
    background: linear-gradient(90deg, #ac9fa2 0, #fff 15%, #fff 85%, #ac9fa2 100%);
    width: 281px;
    height: 54px;
    color: #2e2e2e;
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 60px;
    letter-spacing: 3.42px;
    font-weight: 700;
    line-height: 54px;
    padding: 0;
    border-radius: 30px;
}

.cc-landing-page .ccnew-secion7 .container .owl-nav {
    position: inherit;
    margin: 20px auto;
    top: initial;
    text-align: center;
    width: 200px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cc-landing-page .ccnew-secion7 .container .owl-nav .owl-prev {
    left: auto;
    margin-right: 40px;
}

.cc-landing-page .ccnew-secion7 .container .owl-nav .owl-next {
    right: auto;
    margin-left: 40px;
}

.cc-landing-page .ccnew-secion7 .PLR20 {
    padding: 0 !important;
    position: relative;
    border: 0;
    background: 0;
    display: block !important;
}

.cc-landing-page .ccnew-secion7 h5 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 700;
    margin-top: 20px;
}

@media(max-width:768px) {
    .vendor-cc-banner.cc-proBanner2 {
        padding-top: 20px;
    }

    .vendor-cc-banner.cc-proBanner2 .landingNewPT {
        padding-top: 0;
        width: 100%
    }

    .vendor-cc-banner.cc-proBanner2 .banner-form {
        margin-top: 30px !important;
    }

    .vendor-cc-banner.cc-proBanner2 .cc-bannerForum.banner-form input {
        font-size: 18px;
    }

    .vendor-cc-banner.cc-proBanner2 .cc-boxes4Txt p {
        position: relative;
        width: auto;
    }

    .vendor-cc-banner.cc-proBanner2 .cardImg .cardImgBanner h3 {
        font-size: 16px;
    }

    .unclockBox h4 {
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 120%
    }

    .cc-compareTable .rtableShowScroll2,
    .cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .rTableRowHead.mobcomParePup .rtableShowScroll {
        display: none;
    }

    .cc-landing-page .cc-compareTable .rTableRow .rTableCell:last-child,
    .cc-landing-page .cc-compareTable .rTableRowHead .rTableHead {
        width: 100%;
        text-align: center;
    }

    .cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .rTableRowHead.mobcomParePup {
        position: relative;
        display: table-caption;
        max-width: 400px;
        margin: auto;
    }

    .cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .rTableRowHead.mobcomParePup .rTableHead {
        width: 100%;
        display: block;
    }

    .cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .rTableRowHead.mobcomParePup .rTableHead .cc-ComBox {
        padding-right: 0;
        width: 100% !important;
    }

    .cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .rTableRowHead.mobcomParePup .rTableHead .inHeight .form-control {
        padding-left: 0;
    }

    .cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .rTableRowHead.mobcomParePup .rTableHead.rTableHeadSaving {
        width: 100%
    }

    .cc-landing-page .ccnew-secion7 h5 {
        font-size: 24px;
    }
}

@media(max-width:540px) {
    .cc-landing-page .ccnew-secion7 h5 {
        font-size: 20px;
    }
}

.cc-landing-page .ccnew-secion7 .slider-counter {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 5px;
}

.cc-landing-page .ccnew-secion7 .ccnew-ExpBox {
    border-radius: 20px;
    width: 100%;
    position: relative;
    padding: 0 30px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.cc-landing-page .ccnew-secion7 .ccnew-ExpBox .btn-box {
    text-align: center;
    margin-top: 20px;
}

.cc-landing-page .ccnew-secion7 .ccnew-ExpBox h4 {
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
    width: 60%
}

.cc-landing-page .ccnew-secion7 .ccnew-ExpBox .ccnew-img img {
    width: auto;
    margin: auto;
    height: 300px;
}

.cc-landing-page .ccnew-secion7 .ccnew-expLinks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    overflow: auto;
}

.cc-landing-page .ccnew-secion7 .ccnew-expLinks a {
    font-size: 25px;
    font-weight: 700;
    border-radius: 30px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
    border: 2px solid #8f8f8f;
    margin: 0 5px;
    min-width: inherit;
    opacity: 1;
    text-align: center;
    line-height: 80%;
    color: #484848;
    background: #8f8f8f;
}

.cc-landing-page .ccnew-secion7 .ccnew-expLinks.ccnew-expLinksBenfi {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 900px;
    width: 100%;
    margin: auto;
    -ms-flex-pack: center;
    justify-content: center;
}

.cc-landing-page .ccnew-secion7 .ccnew-expLinks.ccnew-expLinksBenfi li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.cc-landing-page .ccnew-secion7 .ccnew-expLinks.ccnew-expLinksBenfi li a {
    margin-bottom: 10px;
    padding: 0 25px;
    height: 50px;
}

@media(max-width:880px) {
    .cc-landing-page .exploreTabsBox .ccnew-expLinks.ccnew-expLinksBenfi {
        width: 1700px;
        max-width: initial;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.cc-landing-page .ccnew-secion8 {
    padding: 100px 0;
    overflow: hidden;
}

.cc-landing-page .ccnew-secion8 .mercBox {
    max-width: 880px;
    width: 100%;
    margin: auto;
    font-size: 32px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.cc-landing-page .ccnew-secion8 .socIconImages {
    transform: rotate(-13deg);
    margin-top: -50px;
    overflow: hidden;
    width: 120%
}

.cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox {
    display: -ms-flexbox;
    display: flex;
    opacity: .1;
    width: 150%
}

.cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox a,
.cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox span {
    display: inline-block;
    margin: 0 5px 15px;
    width: 150px;
    pointer-events: none;
}

.cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox a img,
.cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox span img {
    width: 100%;
    display: block;
}

.cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox.socIconImgBox2 .owl-item:nth-child(2n) a {
    animation-delay: .5s;
}

.cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox.socIconImgBox2 a {
    width: 200px;
    pointer-events: painted;
    animation-delay: .25s;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
}

.cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox.socIconImgBox2 a img {
    transition: .3s;
    position: relative;
}

.cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox.socIconImgBox2 a:hover img {
    transform: scale(1.3);
}

.cc-landing-page .ccnew-secion8 .btn-box {
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -200px;
}

.cc-landing-page .ccnew-secion8 .btn {
    background: #fff;
    background: linear-gradient(90deg, #ac9fa2 0, #fff 20%, #fff 80%, #ac9fa2 100%);
    width: 281px;
    height: 54px;
    color: #2e2e2e;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 3.42px;
    font-weight: 700;
    line-height: 54px;
    padding: 0;
    border-radius: 30px;
}

.cc-landing-page .ccnew-secion9 .exploreTabs {
    overflow: hidden;
    width: 100%
}

.cc-landing-page .ccnew-secion9 .exploreTabs .ccnew-expLinks {
    max-width: 1200px;
    width: 100%
}

.cc-landing-page .ccnew-secion9 .PLR20 {
    padding: 0 40px;
}

.cc-landing-page .ccnew-secion9 .ccnew-ExpBox {
    border-radius: 30px;
    width: 100%;
    position: relative;
    padding: 10px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In {
    margin: auto auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight {
    padding-left: 80px;
}

.cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight h3 {
    font-size: 89px;
    letter-spacing: -2.67px;
    color: #fff;
    line-height: 89px;
    font-weight: 700;
}

.cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight p {
    font-size: 39px;
    font-weight: 700;
    line-height: 58px;
    color: #fff;
}

.cc-landing-page .ccnew-secion9 .ccnew-ExpBox a.btn {
    background: #fff;
    background: linear-gradient(90deg, #ac9fa2 0, #fff 20%, #fff 80%, #ac9fa2 100%);
    min-width: 320px;
    height: 62px;
    color: #2e2e2e;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3.42px;
    font-weight: 700;
    line-height: 62px;
    padding: 0 20px;
    border-radius: 30px;
    margin: 0 5px 20px;
}

.cc-landing-page .ccnew-secion9 .ccnew-ExpBox a.btn.btnDown {
    background: 0;
    border: 1px solid #930000;
    color: #fff;
}

.cc-landing-page .ccnew-secion9 .ccnew-ExpBox h4 {
    color: #fff;
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
    width: 70%
}

.cc-landing-page .ccnew-secion9 .ccnew-expLinks a {
    font-size: 25px;
    height: 50px;
    padding: 0 20px;
    margin: 0 5px;
    opacity: 1;
    color: #484848;
    background: #8f8f8f;
    font-weight: 700;
    text-align: center;
}

.cc-landing-page .ccnew-secion10 .ccnew-expLinks a {
    font-size: 25px;
    height: 50px;
    padding: 0 5px;
    margin: 0 5px;
    opacity: 1;
    color: #484848;
    background: #8f8f8f;
    font-weight: 700;
    text-align: center;
}

.cc-landing-page .ccnew-secion9 .ccnew-expLinks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

.cc-landing-page .ccnew-secion9 .ccnew-expLinks a {
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #8f8f8f;
    min-width: 200px;
}

.cc-landing-page .ccnew-secion10 .owlLinksMain .navigation-thumbs {
    margin: 0 0 20px;
}

.cc-landing-page .ccnew-secion10 .owl-carousel.owl-drag .owl-item {
    transform: scale(.8);
    transition: 1s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cc-landing-page .ccnew-secion10 .owl-carousel.owl-drag .owl-item.center,
.cc-landing-page .owlLinksMain .owl-carousel.owl-drag .owl-item {
    transform: scale(1);
}

.cc-landing-page .ccnew-secion10 .owl-carousel.owl-drag .owl-item.center .ccnew-card2 img {
    width: 100% !important;
    border-radius: 10px;
}

.cc-landing-page .ccnew-secion10 .navigation-thumbs.owl-carousel.owl-drag .owl-item {
    height: auto !important;
}

.cc-landing-page .ccnew-secion10 .PLR20 .btn-box a {
    background: radial-gradient(circle, #fff 50%, #ac9fa2 120%);
    width: 281px;
    height: 54px;
    color: #2e2e2e;
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 3.42px;
    font-weight: 700;
    line-height: 54px;
    padding: 0;
    border-radius: 30px;
}

.cc-landing-page .ccnew-secion10 .ccnew-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 450px;
    text-align: center;
    padding-left: 10px;
}

.cc-landing-page .ccnew-secion10 .ccnew-card img {
    width: 100%;
    border-radius: 10px;
}

.cc-landing-page .ccnew-secion10 .ccnew-Explore2 {
    max-width: 800px;
    width: 70%;
    margin: auto;
}

.cc-landing-page .ccnew-secion10 .ccnew-expLinks a {
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #8f8f8f;
    width: auto;
}

.cc-landing-page .ccnew-secion10.ccnew-section .owl-nav .owl-prev {
    left: -100px;
}

.cc-landing-page .ccnew-secion10.ccnew-section .owl-nav .owl-next {
    right: -100px;
}

.cc-landing-page .ccnew-section .owl-nav button.disabled {
    opacity: .15;
}

.cc-landing-page .ccnew-section .owl-nav .owl-next {
    right: -30px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/arrowR-filled-white.png) no-repeat;
}

.cc-landing-page .ccnew-section .owl-nav .owl-prev {
    left: -30px;
    transform: rotate(180deg);
}

.cc-landing-page .ccnew-secion11 .card-box {
    overflow: visible;
    background: 0;
    box-shadow: none;
}

.cc-landing-page .ccnew-secion11 .blog-card {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.cc-landing-page .ccnew-secion11 .blog-card .blog-img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 30px 0 0 -90px;
    width: 350px;
    padding-top: 20px;
}

.cc-landing-page .ccnew-secion11 .blog-card .read-stroy {
    max-width: 350px;
    width: 100%;
    background: #4c4c4c;
    border: 1px solid #707070;
    border-radius: 86px;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 3.78px;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.cc-landing-page .ccnew-secion11 .blog-card .card-left {
    padding: 20px 45px 20px 300px;
    border-right: 1px solid #707070;
}

.cc-landing-page .ccnew-secion11 .blog-card .card-left .hd3 {
    font-size: 26px;
    font-weight: 700;
    padding-top: 10px;
    color: #fff;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.cc-landing-page .ccnew-secion11 .blog-card .card-left .hd {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
}

.cc-landing-page .ccnew-secion11 .blog-card .card-left p {
    font-size: 22px;
    color: #fff;
    line-height: normal;
    font-weight: 300;
}

.cc-landing-page .ccnew-secion11 .blog-card .card-left .hd4 {
    font-weight: 700;
    font-style: italic;
    color: #fff;
}

.cc-landing-page .ccnew-secion11 .blog-card .card-left .hd4 span {
    font-weight: 300;
    font-style: normal;
    color: #fff;
}

.cc-landing-page .ccnew-secion11 .blog-card .card-right {
    padding: 50px 24px 0 50px;
}

@media(max-width:1024px) {
    .cc-landing-page .ccnew-secion11 .blog-card .card-right {
        padding: 35px 24px 0 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .cc-landing-page .ccnew-secion11 .blog-home .blog-card .card-right {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.cc-landing-page .ccnew-secion11 .blog-card-wrapper {
    padding-bottom: 4px;
    background: no-repeat padding-box #262626;
    border: 1px solid #707070;
    border-radius: 48px;
}

@media(max-width:991px) {
    .cc-landing-page .ccnew-secion11 .blog-card .card-left {
        padding: 10px;
        border-right: 0;
    }

    .cc-landing-page .ccnew-secion11 .blog-card .card-right {
        padding: 0;
        border-top: 1px solid #d8d8d8;
    }

    .cc-landing-page .ccnew-secion11 .blog-card-wrapper {
        margin-top: 200px;
        border-radius: 20px;
    }

    .cc-landing-page .ccnew-secion11 .blog-card-wrapper .list-img {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cc-landing-page .ccnew-secion11 .blog-card-wrapper .list-img li {
        width: 50%
    }
}

@media(max-width:991px) and (max-width:767px) {
    .credit-card-compare table tr td figure img {
        width: 120px;
    }

    .cc-landing-page .ccnew-secion11 .blog-card-wrapper .list-img li {
        width: auto;
    }
}

.cc-landing-page .ccnew-secion11 .blog-home {
    background: #000;
    padding: 0;
}

.cc-landing-page .ccnew-secion11 .blog-home .blog-card .card-right {
    padding: 36px 30px 16px 48px;
}

.cc-landing-page .ccnew-secion11 .blog-home .blog-card .card-right .list-img li {
    margin-bottom: 0;
    padding: 15px 0;
    border-top: 1px solid #707070;
}

.cc-landing-page .ccnew-secion11 .blog-home .blog-card .card-right .list-img li:last-child {
    margin-bottom: 24px;
}

.cc-landing-page .ccnew-secion11 .list-img li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 330px;
}

.cc-landing-page .ccnew-secion11 .list-img li img {
    width: 65px;
}

.cc-landing-page .ccnew-secion11 .list-img li .img-box {
    margin-right: 0;
    margin-bottom: 0;
}

.cc-landing-page .ccnew-secion11 .list-img li .img-cont {
    font-size: 14px;
    line-height: 18px;
    color: #737373;
}

.cc-landing-page .ccnew-secion11 .list-img li .img-cont a {
    color: #fff;
    letter-spacing: -.63px;
    font-weight: 700;
    font-style: italic;
    font-size: 21px;
    line-height: normal;
}

.cc-landing-page .ccnew-secion11 .list-img li .img-cont p.hd4 span {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    margin-top: 2px;
}

.cc-landing-page .ccnew-secion11 .list-img li .img-cont p.hd4 span b {
    position: relative;
    display: inline-block;
    top: 3px;
    padding: 0 8px;
}

.cc-landing-page .ccnew-secion12 .container {
    max-width: 1024px;
}

.cc-landing-page .ccnew-secion12 .accordian .trgr {
    background: #000;
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #545454;
    border-radius: 0;
    line-height: normal;
}

.cc-landing-page .ccnew-secion12 .accordian .trgr h4 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.cc-landing-page .ccnew-secion12 .accordian .trgr::before {
    content: "";
    transform: rotate(90deg);
    right: 0;
    transition: .1s;
    opacity: .5;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 29px solid #fff;
    background: 0;
}

.cc-landing-page .ccnew-secion12 .accordian .trgr.act {
    border-bottom: 1px solid #000;
}

.cc-landing-page .ccnew-secion12 .accordian .trgr.act::before {
    transform: rotate(-90deg);
}

.cc-landing-page .ccnew-secion12 .accordian .tog_cont {
    background: #000;
    color: #fff;
    border-bottom: 1px solid #545454;
    text-align: center;
    border-top: 0;
}

.cc-landing-page .ccnew-secion12 .accordian .tog_cont p {
    font-size: 21px;
    line-height: normal;
}

.cc-landing-page .ccnew-secion12 .accordian .tog_cont ol li,
.cc-landing-page .ccnew-secion12 .accordian .tog_cont ul li {
    text-align: left;
    padding-bottom: 10px;
}

@media(max-width:1400px) {
    .cc-landing-page .ccnew-secion12 .accordian .trgr {
        font-size: 30px;
    }

    .cc-landing-page .ccnew-secion12 .accordian .tog_cont p {
        font-size: 18px;
    }
}

.cc-landing-page .cc-login-nav {
    position: fixed;
    bottom: 20px;
    width: 100%;
    z-index: 99;
}

.cc-landing-page .cc-login-nav .container {
    max-width: 1528px;
}

.cc-landing-page .cc-login-nav .cr-screen2 {
    position: relative;
    z-index: 99;
    max-width: initial;
}

.cc-landing-page .cc-login-nav .cr-screen2 .mobScreen li.mobw36 {
    width: 36%
}

.cc-landing-page .cc-login-nav .cr-screen2 .mobScreen li.mob31 {
    width: 35%
}

.cc-landing-page .cc-login-nav .cr-screen2 .mobScreenNew {
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0 0;
    background: #1f1f1f;
    border-radius: 40px;
    border: 1px solid #454545;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.cc-landing-page .cc-login-nav .cr-screen2 .mobScreenNew .cc-login-close,
.cc-landing-page .cc-login-nav .mobScreen .cc-login-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/closeBtn.svg) 0 0/cover;
    opacity: 1;
    right: -5px;
    top: -5px;
    display: none;
    z-index: 1;
}

.cc-landing-page .cc-login-nav .cr-screen2 .mobScreenNew .mobScreen {
    background: 0;
    border: 0;
    padding: 0 30px;
    border-radius: 0;
}

.cc-landing-page .cc-login-nav .cr-screen2 .mobScreenNew li .form-group {
    border: 1px solid #707070;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    background: #333;
    padding-bottom: 16px;
    border-radius: 0 0 40px 40px;
    margin-bottom: 0;
}

.cc-landing-page .cc-login-nav .cr-screen3 {
    max-width: 800px;
    margin: auto;
}

.cc-landing-page .cc-login-nav .cr-screen3 .mobScreen li {
    width: 30%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cc-landing-page .cc-login-nav .mobScreen {
    display: -ms-flexbox;
    display: flex;
    padding: 16px 30px 0;
    background: #1f1f1f;
    border-radius: 40px;
    border: 1px solid #454545;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
}

.cc-landing-page .cc-login-nav .mobScreen li {
    padding: 0 20px 0 0;
    margin-bottom: 16px;
    width: 28%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.cc-landing-page .cc-login-nav .mobScreen li h5 {
    color: #069d00;
    width: 100%
}

.cc-landing-page .cc-login-nav .mobScreen li h4 {
    color: #fff;
    width: 100%;
    font-size: 14px;
}

.cc-landing-page .cc-login-nav .mobScreen li .btn-box .btn-red {
    box-shadow: none;
    background: #9d1d27;
}

.cc-landing-page .cc-login-nav .mobScreen li .btn-box .btn-red.disabled {
    color: #fff;
    opacity: 1;
}

.cc-landing-page .cc-login-nav .mobScreen li .btn-box .btn-red.btn-wht {
    background: 0;
    border: 1px solid #fff;
}

.cc-landing-page .cc-login-nav .mobScreen li.hide-verify2 {
    width: 16%;
    padding-right: 0;
    text-align: right;
}

.cc-landing-page .cc-login-nav .mobScreen li .form-group1 {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    background: 0;
}

.cc-landing-page .cc-login-nav .mobScreen li .form-group1 input {
    border: 3px solid #484848;
    background: #1d1d1d;
    color: #fff;
    border-radius: 15px;
    height: 53px;
    font-size: 16px;
    padding: 0 0 0 20px;
    font-weight: 400;
    line-height: 53px;
}

.cc-landing-page .cc-login-nav .mobScreen li .form-group1 input::placeholder {
    color: #fff !important;
    opacity: 1;
    font-weight: 400;
}

.cc-landing-page .cc-login-nav .mobScreen li .form-group1 input:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
    font-weight: 400;
}

.cc-landing-page .cc-login-nav .mobScreen li .form-group1 input::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
    font-weight: 400;
}

.cc-landing-page .cc-login-nav .mobScreen .form-group1 label.error {
    margin: 10px 0 0 10px;
}

.cc-landing-page .cc-login-nav .mobScreen2 li {
    width: 33.33%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.cc-landing-page .cc-login-nav .mobScreen2 li:last-child {
    text-align: right;
    -ms-flex-pack: end;
    justify-content: end;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .cc-Saving,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .cc-totalAmountTxt strong,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .colorRed,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .rTableCell,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .rTableRowMob,
.cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks a:hover,
.cc-landing-page .cc-login-nav .mobScreen2 h4 {
    color: #fff;
}

.cc-landing-page .cc-login-nav .mobScreen2 .btn-wht {
    background: 0;
    border: 1px solid #fff;
    color: #fff;
}

.cc-landing-page .cc-login-nav .jumpSection .container {
    max-width: 1182px;
}

.cc-landing-page .cc-login-nav .jumpSection .container .jumpBox {
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    background: #1f1f1f;
    border-radius: 60px;
    border: 1px solid #454545;
    height: 38px;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpTxt {
    width: 150px;
    font-size: 18px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpTxt .jumpArrow {
    width: 60px;
    height: 23px;
    text-align: right;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/jumpArrow.png) center center no-repeat;
    color: #5c5c5c;
}

.cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpTxt img {
    display: inline-block;
    margin: 0 20px;
}

.cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks {
    width: calc(100% - 150px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks a {
    font-size: 18px;
    font-weight: 700;
    color: #5c5c5c;
}

.cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks a.active {
    font-size: 21px;
    color: #fff;
}

.cc-landing-page .ccnew-pup .modal-dialog {
    max-width: 1200px;
    border: 0;
    margin-top: 100px;
}

.cc-landing-page .ccnew-pup .modal-dialog .modal-content .close {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/closeBtn.svg) 0 0/cover #000;
    opacity: 1;
    right: -10px;
    top: -10px;
    z-index: 99999;
    border-radius: 25px;
}

.cc-landing-page .ccnew-pup .modal-dialog .modal-body {
    border: 1px solid rgba(255, 255, 255, .4);
    background: rgba(0, 0, 0, .8);
    border-radius: 50px;
    padding: 50px 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.cc-landing-page .ccnew-pup .modal-dialog .modal-body ul li {
    padding-left: 25px;
    position: relative;
}

.cc-landing-page .ccnew-pup .modal-dialog .modal-body ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 15px;
}

.cc-landing-page .ccnew-pup .modal-dialog .modal-body ul.expBullet li {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-bottom: 15px;
    -ms-flex-align: center;
    align-items: center;
}

.cc-landing-page .ccnew-pup .modal-dialog .modal-body ul.expBullet li span {
    margin-right: 10px;
    width: 130px;
}

.cc-landing-page .ccnew-pup .modal-dialog .modal-body ul.expBullet li span img {
    width: inherit;
    height: auto;
}

.cc-landing-page .ccnew-pup .modal-dialog .modal-body p {
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 76px;
    letter-spacing: 0;
    font-weight: 700;
}

.cc-landing-page .ccnew-pup.cc-AprPupBox {
    left: 50%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
    transform: translate(-50%, 0);
    width: 100%
}

.cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt h4 {
    font-size: 89px;
    line-height: 90%;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
}

.cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt .aprTxt {
    text-align: left;
    padding-left: 30px;
    width: 60%
}

.cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt .aprTxt p {
    font-size: 21px;
    line-height: normal;
    text-align: left;
}

.cc-landing-page .ccnew-pup.cc-AprPupBox.cc-AprPupBox2 .modal-dialog .modal-body .ccnew-pupTxt .ccAprImg img {
    position: relative;
    margin-left: -100px;
    width: 120%
}

.cc-landing-page .cc-ExpBoxPup .modal-dialog {
    max-width: 90%
}

.cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-content .close {
    right: -20px;
    top: -20px;
}

.cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body {
    padding-right: 0;
    padding-bottom: 80px;
    border-radius: 20px;
    background: #fff;
    color: #890d1e;
}

.cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body h3 {
    text-align: left;
    font-size: 79px;
    line-height: normal;
    color: #890d1e;
}

.cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body h4 {
    font-size: 30px;
    padding-bottom: 20px;
    line-height: normal;
}

.cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft {
    width: 50%;
    float: left;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 100px;
}

.cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft p {
    font-size: 20px;
    line-height: 130%;
    text-align: left;
    font-weight: 400;
}

.cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft li {
    padding-bottom: 8px;
    font-size: 20px;
    line-height: normal;
    padding-left: 0;
}

.cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft .btn-box .btn {
    margin-top: 20px;
    line-height: 50px;
}

.cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft .btn-box .btn-white {
    background: #890d1e;
    box-shadow: none;
    border: 0;
    margin-right: 10px;
    padding: 0;
    color: #fff;
}

.cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupRight {
    width: 500px;
    float: left;
    position: relative;
    right: -120px;
    background-size: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 500px;
    font-size: 200px;
    color: #47484a;
    font-weight: 700;
}

.cc-landing-page .cc-ExpBoxPup.cc-ExpBoxPupNew .modal-dialog .modal-body .cc-pupRight {
    height: 400px;
}

@media(max-width:960px) {
    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft {
        width: 100%
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft h3 {
        font-size: 40px;
        letter-spacing: normal;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft ul {
        width: calc(100% - 150px);
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupRight {
        width: 250px;
        display: block;
        height: 250px;
        bottom: 0;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupRight .cc-pupRightImg {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupRight .cc-pupRightImg img {
        width: 40%
    }

    .cc-landing-page .cc-ExpBoxPup.cc-ExpBoxPupNew .modal-dialog .modal-body .cc-pupRight {
        height: 250px;
    }
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body {
    padding: 60px;
    border-radius: 20px;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain {
    width: 100%;
    float: none;
    color: #fff;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .cc-Saving a {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/toolIcon-white.svg) no-repeat;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .form-details select {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/down-white.svg) 98% center no-repeat !important;
    color: #fff;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .cc-pro-search {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/searchIcon.svg) no-repeat;
    right: 0;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .cc-pro-search.cc-closeBtn {
    background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/close-btn.png) no-repeat;
    right: 0;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .form-label-group input,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .form-label-group22 input {
    background: 0;
    color: #fff !important;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .form-label-group :-ms-input-placeholder,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .form-label-group22 :-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .form-label-group ::placeholder,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .form-label-group22 ::placeholder {
    color: #fff;
    opacity: 1;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .form-label-group ::-ms-input-placeholder,
.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .form-label-group22 ::-ms-input-placeholder {
    color: #fff;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-note {
    color: #fff;
    font-size: 12px;
}

.cc-landing-page .beginPupMain {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cc-landing-page .beginPupMain .beginConta {
    background: #161616;
    border: 1px solid #3d3d3d;
    width: 100%;
    border-radius: 30px;
    position: relative;
    min-height: 630px;
    height: 70vh;
    overflow: hidden;
    padding-top: 60px;
}

.cc-landing-page .beginPupMain .beginConta .beginQuesOpen {
    width: 60%;
    margin: auto;
    text-align: center;
    height: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cc-landing-page .beginPupMain .beginConta .beginQuesOpen h3 {
    font-size: 86px;
    line-height: 75px;
}

.cc-landing-page .beginPupMain .beginConta .beginQuesOpen a {
    background: #fff;
    height: 50px;
    width: 150px;
    border-radius: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}

.cc-landing-page .beginPupMain .beginConta .beginImgLeft {
    position: absolute;
    left: -15%;
    width: 470px;
    bottom: 0;
    z-index: 1;
}

.cc-landing-page .beginPupMain .beginConta .beginImgRight {
    position: absolute;
    right: -15%;
    bottom: 0;
    z-index: 1;
}

.cc-landing-page .beginPupMain .beginConta .beginQues {
    width: 80%;
    margin: auto;
    text-align: center;
    color: #fff;
}

.cc-landing-page .beginPupMain .beginConta .beginQues .beginQ {
    font-size: 54px;
    line-height: normal;
    font-weight: 700;
}

.cc-landing-page .beginPupMain .beginConta .beginQues .beginResult {
    margin-top: 30px;
    font-size: 24px;
    height: 80px;
    font-weight: 700;
}

.cc-landing-page .beginPupMain .beginConta .beginQues .beginResult.beginGren {
    color: #baff00;
}

.cc-landing-page .beginPupMain .beginConta .beginQues .beginResult.beginRed {
    color: #be0000;
}

.cc-landing-page .beginPupMain .beginConta .beginQues .beginAns {
    display: -ms-flexbox;
    display: flex;
    max-width: 480px;
    margin: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cc-landing-page .beginPupMain .beginConta .beginQues .beginAns a {
    font-size: 23px;
    border: 1px solid #fff;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48%;
    border-radius: 35px;
    color: #fff;
    margin-bottom: 26px;
    font-weight: 700;
}

.cc-landing-page .beginPupMain .beginConta .beginQues .beginAns .beginCorrGren {
    color: #baff00;
    border: 1px solid #baff00;
}

.cc-landing-page .beginPupMain .beginConta .beginQues .beginAns .beginCorrRed {
    color: #be0000;
    border: 1px solid #be0000;
}

.cc-landing-page .beginPupMain .beginConta .beginRedTape {
    height: 76px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #9d1d27;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #f6ab15;
    font-size: 50px;
    font-weight: 700;
}

.cc-landing-page .beginPupMain .beginContaResult {
    background: #36151a;
    border: 1px solid #4d4d4d;
    max-width: 1800px;
    width: 100%;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    padding: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.cc-landing-page .beginPupMain .beginContaResult .beginResLeft {
    width: 40%
}

.cc-landing-page .beginPupMain .beginContaResult .beginResRight {
    padding-left: 60px;
    width: 60%
}

.cc-landing-page .beginPupMain .beginContaResult .beginResRight .btn-box .btn {
    width: 200px;
    color: #000;
    background: #fff;
    letter-spacing: normal;
    font-size: 14px;
}

.cc-landing-page .beginPupMain .beginContaResult .beginResRight .beginResHead {
    font-size: 80px;
    color: #f6ab15;
    line-height: normal;
    font-weight: 700;
}

.cc-landing-page .beginPupMain .beginContaResult .beginResRight .beginResSm {
    font-size: 45px;
    color: #f6ab15;
    line-height: normal;
    font-weight: 700;
}

@media(max-width:1300px) {
    #cc-up-to-10X-reward .cc-sectionTxt h3 {
        font-size: 30px;
        line-height: normal;
        max-width: initial;
    }

    .cc-sectionTxt h3 {
        font-size: 36px;
        line-height: normal;
    }

    .cc-sectionTxt p {
        font-size: 20px;
        line-height: normal;
    }

    .uptoreward p strong {
        font-size: 20px;
    }

    .uptoreward p.font21 {
        font-size: 18px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox a {
        letter-spacing: 2px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox h4 {
        font-size: 30px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox {
        height: 300px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox .flwerBg {
        width: 200px;
        height: 200px;
    }

    .cc-landing-page .ccnew-secion10 .PLR20 .btn-box a {
        width: 200px;
        letter-spacing: 2px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQuesOpen h3,
    .cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt h4 {
        font-size: 60px;
    }

    .cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt .aprTxt p {
        font-size: 17px;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body {
        padding-left: 30px;
    }

    .cc-landing-page .beginPupMain .beginConta {
        height: auto;
        padding-bottom: 100px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues {
        width: 70%
    }
}

@media(max-width:1100px) {
    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox {
        height: 300px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox .flwerBg {
        width: 170px;
        height: 170px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox .flwerBg img {
        width: 90%
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain h3 {
        width: 100%;
        text-align: center;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBoxMainIn {
        width: 100%;
        height: 400px;
        max-width: 500px;
        margin: auto;
    }

    .cc-landing-page .beginPupMain .beginConta {
        -ms-flex-align: center;
        align-items: center;
        min-height: auto;
        padding-bottom: 80px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues .beginQ {
        font-size: 40px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginImgLeft,
    .cc-landing-page .beginPupMain .beginConta .beginImgRight {
        display: none;
    }

    .cc-landing-page .beginPupMain .beginContaResult {
        height: auto;
        min-height: auto;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cc-landing-page .beginPupMain .beginContaResult .beginResRight {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}

@media(max-width:1200px) {
    .cc-landing-page .ccnew-section {
        padding: 60px 0;
    }

    .cc-landing-page .ccnew-section h2,
    .cc-landing-page .ccnew-section h3 {
        font-size: 60px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-section .blog-card {
        display: block;
    }

    .cc-landing-page .ccnew-section .blog-card .card-left {
        border-right: 0;
    }

    .cc-landing-page .ccnew-secion1 {
        padding-top: 0;
    }

    .cc-landing-page .ccnew-secion1 h3,
    .cc-landing-page .ccnew-secion11 .blog-card .card-left .hd {
        font-size: 30px;
    }

    .cc-landing-page .ccnew-secion11 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .cc-landing-page .ccnew-secion11 .blog-card-wrapper {
        margin-top: 60px;
    }

    .cc-landing-page .ccnew-secion11 .blog-home .blog-card .card-right {
        padding: 0;
    }

    .cc-landing-page .ccnew-secion11 .blog-home .blog-card .card-right li {
        width: 48%
    }

    .cc-landing-page .ccnew-pup .modal-dialog {
        width: 95%
    }

    .cc-landing-page .ccnew-pup .modal-dialog .modal-body p {
        font-size: 30px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion4 .btn-box .btn {
        margin-top: 20px;
    }
}

@media(max-width:990px) {
    .vendor-cc-banner.cc-proBanner2 .cardImg {
        top: 20px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .cc-boxes4Main .container,
    .comapreBoxMain .container {
        max-width: 100%
    }

    .cc-landing-page .ccnew-secion5 .ccnew-expLinks,
    .cc-landing-page .ccnew-secion8 .ccnew-expLinks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-expLinks li {
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .cc-landing-page .cc-MerchantPup.ccnew-pup .modal-dialog .modal-body .pupMechHead img {
        width: 60px;
    }

    .cc-landing-page .ccnew-secion8 .mercBox {
        font-size: 28px;
        padding-bottom: 50px;
    }

    .cc-landing-page .ccnew-secion8 .btn-box {
        margin-top: -100px;
    }

    .cc-landing-page .ccnew-secion8 .ccnew-expLinks li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .cc-landing-page .ccnew-section {
        padding: 60px 0;
    }

    .cc-landing-page .ccnew-section h2,
    .cc-landing-page .ccnew-section h3 {
        font-size: 60px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion1 {
        padding-top: 0;
    }

    .cc-landing-page .ccnew-secion1 h3 {
        font-size: 24px;
    }

    .cc-landing-page .ccnew-expLinks {
        overflow: auto;
        padding-bottom: 10px;
    }

    .cc-landing-page .rTableRowMob {
        border-bottom: 1px solid #fff;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox h4 {
        font-size: 18px;
        padding: 0 10px;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks a,
    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .whatsTxt li {
        font-size: 16px;
    }

    .cc-landing-page .ccnew-secion3 .owl-carousel.owl-drag .owl-item {
        padding: 0 10px;
    }

    .cc-landing-page .cc-login-nav .cc-ApplyDeskShow {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 65px;
    }

    .cc-landing-page .cc-login-nav .cc-ApplyDeskShow .btn-red {
        min-width: 300px;
    }

    .cc-landing-page .cc-login-nav .cr-screen1 {
        display: none;
    }

    .cc-landing-page .cc-login-nav .mobScreen,
    .cc-landing-page .cc-login-nav .mobScreenNew {
        display: block;
        max-width: 600px;
        width: 100%;
        margin: auto;
        border-radius: 30px;
        padding: 30px 30px 15px;
        position: relative;
        z-index: 1;
    }

    .cc-landing-page .cc-login-nav .mobScreen .cc-login-close,
    .cc-landing-page .cc-login-nav .mobScreenNew .cc-login-close {
        display: block !important;
    }

    .cc-landing-page .cc-login-nav .mobScreen li,
    .cc-landing-page .cc-login-nav .mobScreenNew li {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .cc-landing-page .cc-login-nav .mobScreen li .btn-box,
    .cc-landing-page .cc-login-nav .mobScreen li.hide-verify2 .btn-box,
    .cc-landing-page .cc-login-nav .mobScreenNew li .btn-box,
    .cc-landing-page .cc-login-nav .mobScreenNew li.hide-verify2 .btn-box {
        margin: auto;
    }

    .cc-landing-page .cc-login-nav .mobScreen li.hide-verify2,
    .cc-landing-page .cc-login-nav .mobScreenNew li.hide-verify2 {
        width: 100%;
        text-align: center;
    }

    .cc-landing-page .cc-login-nav .mobScreen li.hide-verify2 .btn-box .btn-red,
    .cc-landing-page .cc-login-nav .mobScreenNew li.hide-verify2 .btn-box .btn-red {
        max-width: 300px;
        width: 100%
    }

    .cc-landing-page .ccnew-secion7 .ccnew-expLinks a {
        font-size: 18px;
        min-width: inherit;
    }

    .cc-landing-page .ccnew-secion10 .ccnew-expLinks a {
        font-size: 20px;
    }
}

@media(max-width:900px) {
    .cc-landing-page .cc-login-nav .jumpSection {
        position: relative;
        z-index: 1;
        width: 250px;
        margin: auto;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container {
        max-width: 250px;
        position: relative;
        z-index: 10;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox {
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        transition: 1s;
        border-radius: 20px;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpTxt {
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        position: relative;
        padding: 8px 0;
        width: auto;
        margin-bottom: 10px;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpTxt::before {
        content: "";
        width: 23px;
        height: 23px;
        background: url(../../../content/dam/idfcfirstbank/images/credit-card-revamp/jumpArrow2.png) 0 0/100% no-repeat;
        margin-right: 20px;
        transition: .5s;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpTxt .jumpArrow {
        display: none;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks {
        display: block;
        width: 100%
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks a {
        display: block;
        padding: 5px 0;
        text-align: center;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox.active {
        height: auto;
        border-radius: 20px;
        padding-bottom: 10px;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox.active .jumpTxt {
        border-bottom: 2px solid #fff;
        padding: 15px 0;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox.active .jumpTxt::before {
        transform: rotate(180deg);
        transition: .5s;
    }

    .cc-landing-page .ccnew-secion10 .ccnew-expLinks a,
    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox a.btn {
        font-size: 17px;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox {
        display: block;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight {
        padding-left: 0;
        padding-right: 30px;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight h3 {
        font-size: 60px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight p {
        font-size: 28px;
        line-height: normal;
    }
}

@media(max-width:767px) {

    .cc-landing-page .ccnew-secion11 .blog-card .card-left .hd,
    .cc-landing-page .ccnew-secion12 .accordian .trgr {
        font-size: 24px;
    }

    .cc-landing-page .ccnew-secion12 .accordian .tog_cont p {
        font-size: 16px;
    }

    .cc-landing-page .ccnew-secion1 h3,
    .cc-landing-page .ccnew-secion2 h4 {
        font-size: 24px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-section h3 {
        font-size: 50px;
    }

    .cc-landing-page .ccnew-section h2 {
        font-size: 50px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion1 .container {
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        padding-top: 80px;
        padding-left: 20px;
    }

    .cc-landing-page .ccnew-secion1 .container .ccnew-sec1Left {
        position: absolute;
        right: 0;
        bottom: -50px;
        width: 250px;
    }

    .cc-landing-page .ccnew-secion1 .container .ccnew-sec1Right {
        width: calc(100% - 200px);
        padding-left: 0;
    }

    .cc-landing-page .ccnew-secion2 h4 {
        padding-bottom: 20px;
        font-size: 30px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox h4,
    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .form-group1 input,
    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .form-group1 select {
        font-size: 20px;
    }

    .cc-landing-page .ccnew-secion11 .blog-card .card-left p {
        font-size: 17px;
    }

    .cc-landing-page .ccnew-secion11 .blog-home .blog-card .card-right li {
        width: 100%
    }

    .cc-landing-page .ccnew-aprs .owl-nav .owl-prev {
        left: 0;
    }

    .cc-landing-page .ccnew-aprs .owl-nav .owl-next {
        right: 0;
    }

    .cc-landing-page .ccnew-secion4 h3 {
        text-align: center;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-sec1Left .ccnew-selectBox {
        padding-right: 20px;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectDropList .ccnew-img {
        height: 180px;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectDropList li h4 {
        font-size: 40px;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-sec1Right .ccnew-selectDropList {
        padding-left: 20px;
    }

    .cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox {
        width: 250%
    }

    .cc-landing-page .ccnew-secion10 .ccnew-expLinks {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cc-landing-page .ccnew-secion11 .blog-home {
        padding-top: 0;
    }

    .cc-landing-page .ccnew-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media(max-width:640px) {
    .cc-landing-page .ccnew-pup .modal-dialog .modal-body ul.expBullet li span {
        width: 80px;
    }

    .cc-landing-page .beginPupMain .beginContaResult .beginResRight .beginResHead,
    .cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt h4,
    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight h3 {
        font-size: 40px;
    }

    .cc-landing-page .beginPupMain .beginContaResult .beginResRight .beginResSm,
    .cc-landing-page .ccnew-secion5 .ccnew-expLinks li a,
    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight p {
        font-size: 20px;
    }

    .cc-landing-page {
        padding-right: 0 !important;
    }

    .cc-landing-page .cc-note,
    .cc-landing-page .ccnew-secion12 .accordian .tog_cont,
    .cc-landing-page .ccnew-secion3 .container,
    .cc-landing-page .ccnew-secion6 .perBoxMain,
    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox {
        padding: 0;
    }

    .cc-landing-page .ccnew-whats-new {
        width: 80%;
        margin: auto;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQuesOpen h3 {
        font-size: 40px !important;
        line-height: normal;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues {
        width: 100%;
        padding: 0 20px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues .beginQ {
        font-size: 30px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues .beginAns a {
        font-size: 18px;
        height: 50px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .owl-nav .owl-prev {
        left: -30px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .owl-nav .owl-next {
        right: -30px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginRedTape {
        font-size: 30px;
        height: 60px;
    }

    .cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body {
        padding: 30px 20px;
    }

    .cc-landing-page .cc-compareTable .rTableRow.rowGry .rTableRowMob {
        border-bottom: 2px solid #fff;
    }

    .cc-landing-page .cc-compareTable .btn-box .btn-red {
        font-size: 17px !important;
        width: auto !important;
    }

    .cc-landing-page .cc-Saving {
        text-align: left;
    }

    .cc-landing-page .ccnew-section .btn-box .btn-red {
        font-size: 17px !important;
        width: 200px;
        padding-left: 20px;
        padding-right: 20px;
        letter-spacing: normal;
        height: 50px;
        line-height: 50px;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 {
        width: auto;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox.active .per9to36 .cc-9to36,
    .cc-landing-page .modal-body {
        padding: 20px;
    }

    .cc-landing-page .ccnew-secion1 {
        padding-bottom: 120px !important;
        padding-top: 0 !important;
        overflow: visible;
        overflow-x: hidden;
    }

    .cc-landing-page .ccnew-secion1 .brn {
        width: 250px;
    }

    .cc-landing-page .ccnew-secion1 .container .ccnew-sec1Right {
        width: 100%;
        padding-right: 50px;
    }

    .cc-landing-page .ccnew-secion1 .container .ccnew-sec1Left {
        bottom: -120px;
        right: -20px;
    }

    .cc-landing-page .ccnew-secion2 {
        padding-top: 0;
        margin-top: -60px;
    }

    .cc-landing-page .cc-compareTable .rTableRow .rTableCell,
    .cc-landing-page .cc-compareTable .rTableRowHead .rTableHead {
        width: 21.5%
    }

    .cc-landing-page .ccnew-secion11 .blog-card .blog-img {
        max-width: 350px;
        width: 90%
    }

    .cc-landing-page .ccnew-secion11 .list-img li .img-cont a,
    .cc-landing-page .ccnew-secion11 .list-img li .img-cont p.hd4 span {
        font-size: 17px;
    }

    .cc-landing-page .ccnew-secion11 .blog-card .read-stroy {
        font-size: 16px;
        height: 50px;
    }

    .cc-landing-page .ccnew-secion12 .accordian .trgr {
        margin-top: 0;
        padding-left: 0;
        font-size: 20px;
    }

    .cc-landing-page .ccnew-secion12 .accordian .trgr::before {
        width: 17px;
        height: 20px;
        background-size: cover;
    }

    .cc-landing-page .ccnew-secion8 .mercBox {
        font-size: 20px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In {
        display: block;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight {
        padding-left: 0;
        text-align: center;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight h3 br {
        display: none;
    }

    .cc-landing-page .ccnew-secion7 .ccnew-expLinks {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cc-landing-page .ccnew-secion1 .container {
        padding-top: 20px;
    }
}

.cc-landing-page .tab-content,
.cc-landing-page .tab-content4 {
    transition: .3s;
}

.cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog .modal-body .ccnew-pupTxt {
    display: block;
    text-align: left;
}

.cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog {
    max-width: 630px;
    width: 95%
}

.cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog .modal-body {
    padding: 40px;
}

.cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog .modal-body p {
    font-size: 28px;
}

.cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog .modal-body ol li::marker {
    font-size: 28px;
    color: #fff;
}

.cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog .modal-body .btn-box .btn-red {
    background: #fff;
    height: 50px;
    width: 150px;
    border-radius: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: #000;
}

.cc-landing-page .ccnew-expLinks li.ui-tabs-active a {
    cursor: pointer;
    background: #fff;
    border: 2px solid #fff;
    color: #73262c;
}

.cc-landing-page .ccnew-section .btn-box a {
    display: inline-block;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-device-width:769px) and (max-device-width:2000px) {

    .cc-landing-page .ccnew-secion10 .owlLinksMain .owl-stage-outer,
    .cc-landing-page .ccnew-secion10 .owlLinksMain .owl-stage-outer .owl-stage {
        margin: auto;
        max-width: 1000px;
        width: 100%
    }

    .cc-landing-page .ccnew-secion10 .owlLinksMain .owl-carousel.owl-drag .owl-item {
        display: inline-block;
        width: 200px !important;
    }

    .cc-landing-page .ccnew-secion10 .owlLinksMain .owl-carousel.owl-drag .owl-stage {
        -ms-flex-pack: center;
        justify-content: center;
        width: 100% !important;
    }
}

@media screen and (min-device-width:1401px) and (max-device-width:2000px) {
    .cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog .modal-body h3 {
        font-size: 50px;
        text-align: left;
        letter-spacing: normal;
    }

    .cc-landing-page .ccnew-section {
        padding: 80px 0;
    }

    .cc-landing-page .ccnew-secion1 {
        padding-top: 30px;
    }

    .cc-landing-page .cc-login-nav .mobScreen,
    .cc-landing-page .cc-login-nav .mobScreenNew {
        padding: 10px 20px 0;
    }

    .cc-landing-page .cc-login-nav .mobScreen .form-group1 input,
    .cc-landing-page .cc-login-nav .mobScreenNew .form-group1 input {
        height: 38px;
        border-radius: 8px;
        border: 1px solid #484848;
        font-size: 14px;
        padding-left: 10px;
    }

    .cc-landing-page .cc-login-nav .mobScreen .btn-box .btn-red,
    .cc-landing-page .cc-login-nav .mobScreenNew .btn-box .btn-red {
        height: 38px;
        line-height: 38px;
        padding: 0;
    }

    .cc-landing-page .cc-login-nav .mobScreen li,
    .cc-landing-page .cc-login-nav .mobScreenNew li,
    .cc-landing-page .ccnew-section h3 {
        margin-bottom: 10px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox,
    .cc-landing-page .form-list {
        margin-top: 0;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox,
    .cc-landing-page .ccnew-secion10 .PLR20 .btn-box a {
        margin-top: 10px;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks a,
    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks a.active,
    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpTxt {
        font-size: 16px;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpTxt .jumpArrow {
        height: 20px;
        background-size: 30%
    }

    .cc-landing-page .cc-login-nav .container {
        max-width: 1200px;
    }

    .cc-landing-page .ccnew-secion1 .w55,
    .cc-landing-page .ccnew-secion2 .ccnew-img {
        max-width: 400px;
    }

    .cc-landing-page .ccnew-secion1 h2 {
        font-size: 70px;
        line-height: 100%
    }

    .cc-landing-page .ccnew-secion1 .container {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cc-landing-page .ccnew-secion1 h3 {
        font-size: 30px !important;
        line-height: normal;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body h3,
    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight h3,
    .cc-landing-page .ccnew-section h3 {
        font-size: 60px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion1 .beginPupMain h3 {
        font-size: 70px !important;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues {
        max-width: 70%
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues .beginQ,
    .cc-landing-page .beginPupMain .beginConta .beginRedTape {
        font-size: 45px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues .beginAns a,
    .cc-landing-page .ccnew-secion11 .blog-card .read-stroy {
        height: 60px;
    }

    .cc-landing-page .beginPupMain .beginContaResult .beginResRight .beginResHead {
        font-size: 70px;
    }

    .cc-landing-page .beginPupMain .beginContaResult .beginResRight .beginResSm {
        font-size: 40px;
    }

    .cc-landing-page .ccnew-pup .modal-dialog .modal-body p {
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion11 .blog-card .card-left .hd,
    .cc-landing-page .ccnew-secion2 h4,
    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox h4 {
        font-size: 30px;
    }

    .cc-landing-page .ccnew-secion4 h3 {
        margin-bottom: 0;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog,
    .cc-landing-page .ccnew-secion3 .container,
    .cc-landing-page .ccnew-secion9 .container {
        max-width: 1100px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox h4 {
        width: 90%;
        font-size: 18px;
        height: 50px;
        margin-bottom: 30px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .btn-box .btn-red {
        font-size: 19px;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .whatsTxt {
        margin-top: 15px;
        overflow: auto;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .whatsTxt li {
        font-size: 15px;
        margin-bottom: 0;
    }

    .cc-landing-page .ccnew-secion3 .owl-carousel.owl-drag .owl-item {
        padding-left: 0;
        padding-right: 0;
    }

    .cc-landing-page .ccnew-secion3 .owl-carousel.owl-drag .owl-item .ccnew-img {
        margin: auto;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .owl-nav .owl-prev {
        left: -30px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .owl-nav .owl-next {
        right: -30px;
    }

    .cc-landing-page .cc-login-nav {
        bottom: 10px;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectDropList .ccnew-img {
        max-width: 250px;
        height: 200px;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectDropList li h4 {
        font-size: 45px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectDropList li p {
        font-size: 18px;
    }

    .cc-landing-page .ccnew-secion10 h3,
    .cc-landing-page .ccnew-secion11 h3,
    .cc-landing-page .ccnew-secion5 .ccnew-expLinks,
    .cc-landing-page .ccnew-secion5 h3,
    .cc-landing-page .ccnew-secion9 h3 {
        margin-bottom: 20px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox {
        padding: 20px;
        height: 300px;
        top: 30px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox .flwerBg {
        width: 200px;
        height: 200px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-expLinks li a {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
    }

    .cc-landing-page .ccnew-secion7 .ccnew-expLinks a,
    .cc-landing-page .ccnew-secion8 .ccnew-expLinks li a {
        font-size: 18px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox {
        width: 100%
    }

    .cc-landing-page .ccnew-secion8 .btn-box {
        margin-top: -150px;
    }

    .cc-landing-page .ccnew-secion8 .mercBox {
        font-size: 30px;
        padding-bottom: 60px;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight p {
        font-size: 30px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccnew-img {
        max-width: 300px;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox a.btn {
        height: 54px;
        line-height: 54px;
        font-size: 18px;
    }

    .cc-landing-page .ccnew-secion10 .ccnew-expLinks a,
    .cc-landing-page .ccnew-secion9 .ccnew-expLinks a {
        font-size: 20px;
    }

    .cc-landing-page .ccnew-secion11 .blog-card .card-left {
        padding-left: 210px;
        padding-right: 20px;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft p,
    .cc-landing-page .ccnew-secion11 .blog-card .card-left p,
    .cc-landing-page .ccnew-secion11 .list-img li .img-cont a,
    .cc-landing-page .ccnew-secion11 .list-img li .img-cont p.hd4 span {
        font-size: 17px;
    }

    .cc-landing-page .ccnew-secion11 .blog-card .blog-img {
        width: 270px;
    }

    .cc-landing-page .ccnew-secion11 .blog-home .blog-card .card-right .list-img li {
        padding: 8px 0;
    }

    .blog-home .blog-card .card-right,
    .cc-landing-page .ccnew-secion11 .blog-home .blog-card .card-right {
        padding: 30px 10px 0 30px;
    }

    .blog-card .card-left {
        padding-right: 20px;
    }

    .cc-landing-page .ccnew-secion12 .accordian .trgr {
        font-size: 24px;
        margin-top: 0;
    }

    .cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt h4 {
        font-size: 60px;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body h4,
    .cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt .aprTxt p {
        font-size: 28px;
    }

    .cc-landing-page .ccnew-pup .modal-dialog .modal-body {
        padding: 60px;
    }

    .cc-landing-page .ccnew-pup .modal-dialog .modal-body .ccnew-pupTxt {
        display: -ms-flexbox;
        display: flex;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQuesOpen {
        height: 100%
    }
}

@media(max-width:1400px) {
    .cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog .modal-body h3 {
        font-size: 40px;
        text-align: left;
        letter-spacing: normal;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body h4,
    .cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog .modal-body p,
    .cc-landing-page .ccnew-secion12 .accordian .trgr {
        font-size: 24px;
    }

    .cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .rTableCell,
    .cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .rTableHead,
    .cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .rTableRowTotal {
        padding: 7px 10px;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain h3 {
        word-break: break-word;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues .beginQ,
    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft h3,
    .cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt h4 {
        font-size: 40px;
    }

    .cc-landing-page .ccnew-section {
        padding: 80px 0;
    }

    .cc-landing-page .cc-login-nav .mobScreen {
        padding: 10px 20px 0;
    }

    .cc-landing-page .cc-login-nav .mobScreen li,
    .cc-landing-page .ccnew-secion10 .owlLinksMain .navigation-thumbs,
    .cc-landing-page .ccnew-secion8 .ccnew-expLinks {
        margin-bottom: 10px;
    }

    .cc-landing-page .cc-login-nav .mobScreen li .form-group1 input {
        height: 38px;
        border-radius: 8px;
        border: 1px solid #484848;
        font-size: 14px;
        padding-left: 10px;
    }

    .cc-landing-page .cc-login-nav .mobScreen .btn-box .btn-red {
        /* height: 38px; */
        line-height: 38px;
        padding: 0;
    }

    .cc-landing-page .form-list {
        margin-top: 0;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox {
        margin-top: 10px;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks a,
    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks a.active,
    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpTxt {
        font-size: 16px;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpTxt .jumpArrow {
        height: 20px;
        background-size: 30%
    }

    .cc-landing-page .cc-login-nav .container {
        max-width: 1200px;
    }

    .cc-landing-page .ccnew-secion1 .ccnew-sec1Left .ccnew-img {
        max-width: 350px;
        margin: auto;
    }

    .cc-landing-page .ccnew-secion1 h2,
    .cc-landing-page .ccnew-secion2 h3 {
        font-size: 50px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion1 .ccnew-sec1Right {
        padding-left: 0;
    }

    .cc-landing-page .ccnew-secion1 h3,
    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight p {
        font-size: 30px;
        line-height: normal;
    }

    #cc-compareDetails .modal-body {
        padding-top: 0;
    }

    .cc-landing-page .ccnew-pup .modal-dialog {
        max-width: 990px;
    }

    .cc-landing-page .ccnew-pup .modal-dialog .modal-body {
        border-radius: 30px;
        padding: 30px;
    }

    .cc-landing-page .ccnew-pup .modal-dialog .cc-compareTable .rTableRowHead,
    .cc-landing-page .ccnew-secion11 .blog-home .blog-card .card-right .list-img li:last-child,
    .cc-landing-page .ccnew-secion5 h3,
    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 .cc-9to36 p,
    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox.perBox2,
    .cc-landing-page .hero-banner-cc .banBox h3 {
        margin-bottom: 0;
    }

    .cc-landing-page .ccnew-secion1 .btn,
    .cc-landing-page .ccnew-secion2 .btn,
    .cc-landing-page .ccnew-secion4 .btn-box .btn {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    .cc-landing-page .beginPupMain .beginConta {
        padding-top: 30px;
        min-height: 450px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues .beginResult {
        font-size: 18px;
        margin-top: 15px;
        height: 60px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginImgLeft {
        width: 350px;
        left: -10%
    }

    .cc-landing-page .beginPupMain .beginConta .beginImgRight {
        width: 350px;
        right: -10%
    }

    .cc-landing-page .beginPupMain .beginConta .beginQuesOpen h3 {
        font-size: 60px;
        line-height: 100%
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues .beginAns a {
        font-size: 18px;
        height: 50px;
        margin-bottom: 15px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginRedTape {
        height: 50px;
        font-size: 30px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues {
        width: 60%
    }

    .cc-landing-page .beginPupMain .beginContaResult .beginResRight .beginResHead {
        font-size: 60px;
    }

    .cc-landing-page .beginPupMain .beginContaResult .beginResRight .beginResSm,
    .cc-landing-page .ccnew-secion11 .blog-card .card-left .hd,
    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox h4,
    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 .cc-9to36 .cc-9to36Txt span,
    .cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew .per9to36 .cc-9to36 .cc-9to36Txt span,
    .cc-landing-page .ccnew-secion6 h3 span {
        font-size: 30px;
    }

    .cc-landing-page .ccnew-pup .modal-dialog .modal-content .close {
        width: 30px;
        height: 30px;
        right: -5px;
        top: -5px;
    }

    .cc-landing-page .ccnew-secion2 h4 {
        font-size: 28px;
        margin-top: 0;
    }

    .cc-landing-page .ccnew-secion11 .blog-card .blog-img,
    .cc-landing-page .ccnew-secion2 .ccnew-img {
        max-width: 300px;
    }

    .cc-landing-page .ccnew-secion3 h3 {
        font-size: 50px;
        line-height: 100%
    }

    .cc-landing-page .ccnew-secion3 .container,
    .cc-landing-page .ccnew-secion6 .container,
    .cc-landing-page .ccnew-secion9 .container {
        max-width: 1100px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox {
        margin-top: 20px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .whatsTxt {
        margin-top: 15px;
        overflow: auto;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .whatsTxt li {
        font-size: 14px;
        margin-bottom: 0;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .owl-nav .owl-prev {
        left: -30px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .owl-nav .owl-next {
        right: -30px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox h4 {
        width: 90%;
        font-size: 18px;
        height: 50px;
        margin-bottom: 30px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .btn-box .btn-red {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        max-width: 200px;
        margin: 10px auto 0;
    }

    .cc-landing-page .ccnew-secion3 .owl-carousel.owl-drag .owl-item {
        padding-left: 0;
        padding-right: 0;
    }

    .cc-landing-page .ccnew-secion3 .owl-carousel.owl-drag .owl-item .ccnew-img {
        margin: auto;
    }

    .cc-landing-page .ccnew-secion4 h3 {
        font-size: 50px;
        text-align: center;
        margin-bottom: 0;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectDropList li p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .cc-landing-page .ccnew-secion5 h3,
    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 .cc-9to36 .cc-9to36Txt,
    .cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew .per9to36 .cc-9to36 .cc-9to36Txt,
    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight h3 {
        font-size: 50px;
    }

    .cc-landing-page .ccnew-secion5 .tabs-content {
        max-width: 1100px;
        margin: auto;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox {
        padding: 20px;
        top: 30px;
        height: 200px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox .flwerBg {
        width: 190px;
        height: 190px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-expLinks {
        max-width: 400px;
        margin: auto auto 20px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-expLinks li a {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
    }

    .cc-landing-page .ccnew-secion6 h3 {
        font-size: 60px;
        word-break: break-all;
        line-height: 100%;
        width: 40%
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 {
        width: 300px;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox.active .per9to36 .cc-9to36 {
        padding: 20px;
        padding-right: 5px !important;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 .cc-leftLog .cc-leftLogTxt {
        font-size: 14px;
        margin-top: 40px;
    }

    .cc-landing-page .ccnew-secion6 .ccnew-aprBox .btn {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        margin-top: 20px;
    }

    .cc-landing-page .ccnew-secion7 h3 {
        font-size: 50px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .cc-landing-page .ccnew-secion7 .ccnew-expLinks a,
    .cc-landing-page .ccnew-secion8 .ccnew-expLinks li a {
        font-size: 18px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion10 h3,
    .cc-landing-page .ccnew-secion12 h3,
    .cc-landing-page .ccnew-secion8 h3,
    .cc-landing-page .ccnew-secion9 h3 {
        font-size: 50px;
        margin-bottom: 0;
    }

    .cc-landing-page .ccnew-secion8 .mercBox {
        font-size: 24px;
        line-height: normal;
        padding-bottom: 30px;
    }

    .cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox a,
    .cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox span,
    .cc-landing-page .ccnew-secion8 .socIconImages .socIconImgBox.socIconImgBox2 a {
        width: 80px;
    }

    .cc-landing-page .ccnew-secion8 .btn-box {
        margin-top: -140px;
    }

    .cc-landing-page .ccnew-secion8 .btn-box .btn {
        font-size: 18px;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-expLinks {
        overflow: auto;
    }

    .cc-landing-page .ccnew-secion10 .ccnew-expLinks a,
    .cc-landing-page .ccnew-secion11 .blog-card .card-left .hd3,
    .cc-landing-page .ccnew-secion9 .ccnew-expLinks a {
        font-size: 20px;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight {
        padding-left: 10px;
        text-align: center;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight h3 {
        text-align: center;
        line-height: 100%
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox a.btn {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        letter-spacing: normal;
        max-width: 200px;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body {
        padding: 30px;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft {
        width: calc(100% - 30%);
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft li {
        font-size: 16px;
        line-height: 140%
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupRight {
        width: 400px;
        height: 360px;
        text-align: center;
        right: -30px;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupRight img {
        width: 100%
    }

    .cc-landing-page .ccnew-secion11 h3 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .cc-landing-page .ccnew-secion11 .blog-card .card-left p,
    .cc-landing-page .ccnew-secion11 .list-img li .img-cont a,
    .cc-landing-page .ccnew-secion11 .list-img li .img-cont p.hd4 span,
    .cc-landing-page .ccnew-secion12 .accordian .tog_cont p {
        font-size: 17px;
    }

    .cc-landing-page .ccnew-secion11 .blog-card .read-stroy {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        letter-spacing: normal;
        max-width: 200px;
    }

    .cc-landing-page .ccnew-secion11 .blog-card .card-left {
        padding-left: 250px;
    }

    .cc-landing-page .ccnew-secion11 .blog-home .blog-card .card-right .list-img li {
        padding: 7px 0;
    }

    .cc-landing-page .cc-login-nav {
        bottom: 10px;
    }

    .cc-landing-page .ccnew-section .btn-box a {
        padding: 0 20px;
    }

    .cc-landing-page .ccnew-section .cc-compareTable .btn-box a {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }

    .cc-landing-page .ccnew-secion2 .ccnew-img {
        padding-bottom: 0;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectDropList .ccnew-img {
        max-width: 180px;
        height: 140px;
    }

    .cc-landing-page .ccnew-secion4 h3 {
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectDropList li h4 {
        line-height: normal;
        font-size: 36px;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36,
    .cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew .per9to36 {
        height: 155px;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBoxMainIn {
        height: 360px;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox.active .per9to36 {
        height: 330px;
    }

    .cc-landing-page .tabs-content3 {
        padding-top: 10px;
    }

    .cc-landing-page .ccnew-secion7 .ccnew-ExpBox .ccnew-img img {
        height: 150px;
    }

    .cc-landing-page .ccnew-secion8 .socIconImages {
        margin-top: -80px;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccnew-img {
        max-width: 25%
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox {
        padding: 0;
    }

    .cc-landing-page .ccnew-secion10 .ccnew-Explore2 {
        width: 50%
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox h4 {
        line-height: 110%
    }
}

@media(max-width:1280px) {
    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .whatsTxt li {
        font-size: 13px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .owl-nav .owl-next {
        right: -10px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .owl-nav .owl-prev {
        left: -10px;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-sec1Right {
        padding-left: 20px;
    }
}

@media(max-width:1200px) {
    .cc-landing-page .ccnew-secion11 .blog-home .blog-card .card-right {
        padding-left: 250px;
    }

    .cc-landing-page .cc-login-nav .cr-screen2 .mobScreen li.mob31 {
        width: 38%
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain h3 {
        word-break: break-word;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBoxMainIn {
        padding-top: 0 !important;
    }

    .cc-landing-page .ccnew-secion8 .btn-box {
        margin-top: -120px;
    }
}

@media(max-width:990px) {
    .cc-landing-page .cc-compareTable .rTableRow.rTableRowShow.rTableRowShowBox {
        background: 0;
    }

    .cc-landing-page .ccnew-secion7 .ccnew-expLinks a,
    .cc-landing-page .ccnew-secion8 .ccnew-expLinks li a {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }

    .cc-landing-page .ccnew-secion11 .blog-card .blog-img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: -60px 0 0;
    }

    .cc-landing-page .ccnew-secion11 .blog-card .card-left {
        padding-left: 30px;
    }

    .cc-landing-page .ccnew-secion11 .blog-home .blog-card .card-right {
        padding-left: 0;
    }

    .cc-landing-page .cc-login-nav .mobScreen .cc-login-close,
    .cc-landing-page .cc-login-nav .mobScreenNew .cc-login-close {
        background-size: 100%
    }

    .cc-landing-page .cc-login-nav .cc-ApplyDeskShow .btn-red {
        font-size: 20px;
    }

    .cc-landing-page .cc-login-nav .cr-screen2 .mobScreen li,
    .cc-landing-page .cc-login-nav .cr-screen3 .mobScreen li {
        width: 100% !important;
    }

    .cc-landing-page .ccnew-secion8 .btn-box {
        margin-top: -90px;
    }

    .cc-landing-page .ccnew-section .owl-nav {
        display: none !important;
    }

    .cc-landing-page .ccnew-section.ccnew-secion6 .owl-nav,
    .cc-landing-page .ccnew-section.ccnew-secion7 .owl-nav,
    .cc-landing-page .ccnew-section.ccnew-secion9 .owl-nav {
        display: block !important;
    }

    .cc-landing-page .ccnew-secion5 .PLR20 {
        padding: 30px 0;
        border-radius: 0;
        margin: 0 -15px;
        display: -ms-flexbox;
        display: flex;
    }
}

@media(max-width:900px) {
    .cc-landing-page .ccnew-section {
        padding: 60px 0;
    }

    .cc-landing-page .ccnew-secion1 .ccnew-sec1Left .ccnew-img {
        max-width: 340px;
    }

    .cc-landing-page .ccnew-secion1 h2 {
        font-size: 46px;
        letter-spacing: normal;
    }

    .cc-landing-page .ccnew-secion2 h3 {
        font-size: 36px;
        letter-spacing: normal;
    }

    .cc-landing-page .beginPupMain .beginContaResult .beginResRight .beginResSm,
    .cc-landing-page .ccnew-secion12 .accordian .trgr,
    .cc-landing-page .ccnew-secion2 h4 {
        font-size: 20px;
    }

    .cc-landing-page .beginPupMain .beginConta {
        min-height: auto;
        padding-bottom: 60px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQuesOpen h3 {
        font-size: 40px;
        line-height: normal;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues {
        width: 90%
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues .beginQ,
    .cc-landing-page .beginPupMain .beginContaResult .beginResRight .beginResHead,
    .cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt h4 {
        font-size: 30px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues .beginResult,
    .cc-landing-page .ccnew-secion11 .blog-card .card-left .hd3,
    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .form-group1 input,
    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .form-group1 select,
    .cc-landing-page .ccnew-secion8 .mercBox,
    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight p {
        font-size: 17px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQues .beginAns a {
        font-size: 17px;
        height: 40px;
    }

    .cc-landing-page .beginPupMain .beginContaResult {
        padding: 20px;
    }

    .cc-landing-page .beginPupMain .beginContaResult .beginResLeft {
        width: 30%
    }

    .cc-landing-page .cc-login-nav .cc-ApplyDeskShow {
        bottom: 50px;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container {
        max-width: 250px;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox .jumpLinks a {
        padding: 6px 0;
    }

    .cc-landing-page .cc-login-nav .jumpSection .container .jumpBox.active .jumpTxt {
        padding: 10px 0;
    }

    .cc-landing-page .ccnew-secion10 h3,
    .cc-landing-page .ccnew-secion11 h3,
    .cc-landing-page .ccnew-secion12 h3,
    .cc-landing-page .ccnew-secion3 h3,
    .cc-landing-page .ccnew-secion4 h3,
    .cc-landing-page .ccnew-secion5 h3 {
        font-size: 30px;
        letter-spacing: normal;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox h4 {
        font-size: 18px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .whatsTxt li {
        font-size: 14px;
        padding-bottom: 2px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .owl-nav .owl-prev {
        left: -5px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .owl-nav .owl-next {
        right: -5px;
    }

    .cc-landing-page .ccnew-secion3 .owl-carousel.owl-drag .owl-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-expLinks {
        max-width: 500px;
        margin: auto;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox h4 {
        font-size: 24px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox {
        height: 200px;
    }

    .cc-landing-page .ccnew-secion5 .PLR20 {
        border: 0;
        padding: 20px 0;
    }

    .cc-landing-page .ccnew-secion6 h3 {
        font-size: 30px;
        letter-spacing: normal;
        margin-bottom: 0;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain h3 {
        font-size: 30px;
        word-break: break-word;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain.perBoxMain2 h3 span {
        font-size: 20px;
        display: block;
        padding: 20px 0;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain.perBoxMain2 .perBoxMainIn .ccnew-img img {
        max-width: 40%
    }

    .cc-landing-page .ccnew-secion7.ccnew-section h3 {
        letter-spacing: normal;
    }

    .cc-landing-page .ccnew-secion7 .ccnew-expLinks a,
    .cc-landing-page .ccnew-secion8 .ccnew-expLinks li a {
        font-size: 18px;
        height: 47px;
        line-height: 100%
    }

    .cc-landing-page .ccnew-secion8 h3 {
        font-size: 30px;
        letter-spacing: normal;
        margin-bottom: 20px !important;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight h3 {
        font-size: 30px;
        letter-spacing: normal;
        padding-bottom: 10px;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccnew-img {
        max-width: 30%
    }

    .cc-landing-page .ccnew-secion9 .ccnew-expLinks a {
        width: auto;
        min-width: 150px;
        height: 50px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion10 .ccnew-expLinks a {
        font-size: 18px;
        height: 50px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion10 .ccnew-expLinks {
        margin-top: 20px;
        padding-bottom: 15px;
    }

    .cc-landing-page .ccnew-secion11 .blog-card .card-left {
        padding-left: 0;
    }

    .cc-landing-page .ccnew-secion11 .blog-card .card-left .hd {
        font-size: 20px;
        margin-bottom: 0;
    }

    .cc-landing-page .ccnew-secion11 .blog-card .card-left p {
        font-size: 14px;
    }

    .cc-landing-page .ccnew-secion12 .accordian .tog_cont p {
        font-size: 16px;
    }

    .cc-landing-page .ccnew-secion12 .accordian .tog_cont {
        padding-top: 0;
    }

    .cc-landing-page .ccnew-section.ccnew-secion2 {
        padding-top: 80px;
    }

    .cc-landing-page .ccnew-section h3 {
        font-size: 50px !important;
        margin-bottom: 10px;
    }

    .cc-landing-page .ccnew-secion1 h3 {
        font-size: 30px !important;
    }
}

@media(max-width:768px) {
    .cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt .ccAprImg {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt .ccAprImg h4 {
        display: block;
    }

    .cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt .aprTxt {
        width: 100% !important;
        padding-left: 0;
    }

    .cc-landing-page .ccnew-pup.cc-AprPupBox .modal-dialog .modal-body .ccnew-pupTxt .aprTxt h4,
    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight p br {
        display: none;
    }

    .cc-landing-page .ccnew-pup.cc-AprPupBox.cc-AprPupBox2 .modal-dialog .modal-body .ccnew-pupTxt .ccAprImg img {
        margin-left: 0;
        width: 100%
    }

    .cc-landing-page .cc-ExpBoxPup.cc-ExpBoxPupNew .modal-dialog .modal-body .cc-pupRight {
        height: 150px;
    }

    .cc-landing-page .ccnew-secion10 .owlLinksMain .owl-carousel.owl-drag .owl-item {
        display: inline-block;
        width: 200px !important;
    }

    .cc-landing-page .ccnew-secion10 .owlLinksMain .owl-stage-outer {
        margin: auto;
        max-width: 1000px;
        width: 100%
    }

    .cc-landing-page .ccnew-secion1 .ccnew-sec1Left .ccnew-img {
        max-width: 200px;
    }

    .cc-landing-page .ccnew-secion1 .w45 {
        width: 60%
    }

    .cc-landing-page .ccnew-secion1 .ccnew-sec1Left {
        width: 70%
    }

    .cc-landing-page .ccnew-secion2 {
        margin-top: 0 !important;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox .flwerBg {
        width: 120px;
        height: 120px;
    }

    .cc-landing-page .beginPupMain .beginConta .beginQuesOpen,
    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft,
    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft ul {
        width: 100%
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupRight {
        width: 150px;
        height: 150px;
        right: 0;
        position: absolute;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body h4 {
        font-size: 20px;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft p {
        font-size: 16px;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccnew-img {
        margin: auto;
        padding: 20px 0;
        max-width: 50%
    }

    .cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .cc-Saving {
        width: auto;
        text-align: right !important;
        padding-right: 30px;
    }

    .cc-landing-page .ccnew-section .PLR20 .btn-box a {
        margin-top: 0;
        height: 40px;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        line-height: 40px;
        letter-spacing: normal;
        padding: 0 20px;
    }

    .cc-landing-page .ccnew-secion1 h3 {
        font-size: 20px !important;
    }

    .cc-landing-page .ccnew-secion7 .ccnew-expLinks a,
    .cc-landing-page .ccnew-secion8 .ccnew-expLinks li a {
        font-size: 18px;
        line-height: normal;
    }

    .hero-banner-cc .mobShow {
        position: absolute;
        z-index: 111;
        bottom: 120px;
        display: block;
    }

    .hero-banner-cc .mobShow .btn {
        background: radial-gradient(circle, #fff 50%, #ac9fa2 120%);
        width: 281px;
        height: 54px;
        color: #2e2e2e;
        font-size: 19px;
        text-transform: uppercase;
        margin-top: 40px;
        letter-spacing: 3.42px;
        font-weight: 700;
        line-height: 54px;
        padding: 0;
        border-radius: 30px;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft {
        padding-left: 0;
    }

    .cc-landing-page .ccnew-secion10 .PLR20,
    .cc-landing-page .ccnew-secion10 .container,
    .cc-landing-page .ccnew-secion7 .PLR20 {
        padding: 0;
    }

    .cc-landing-page .ccnew-secion10 .ccnew-Explore2 {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
    }

    .cc-landing-page .ccnew-secion9 .exploreTabs .ccnew-expLinks {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media(max-width:640px) {

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew.ccnew-selectBoxNewDis .w30New input,
    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .form-group1,
    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight {
        padding-left: 0;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .form-group1 select {
        padding-right: 13px;
    }

    .cc-landingBg .ui-widget {
        width: 190px !important;
    }

    .cc-landing-page .cc-compareTable .rTableRowHead .rTableHead {
        width: 36.5%
    }

    .cc-landing-page .ccnew-secion8 .ccnew-expLinks {
        width: 650px;
        display: block;
    }

    .cc-landing-page .ccnew-secion10 .cards640Down .ccnew-expLinks li,
    .cc-landing-page .ccnew-secion8 .ccnew-expLinks li {
        display: inline-block;
    }

    .cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog .modal-body p {
        font-size: 20px;
        line-height: 130% !important;
    }

    .cc-landing-page .ccnew-secion10 .PLR20 .btn-box a {
        font-size: 17px !important;
        width: 200px;
        padding-left: 20px;
        padding-right: 20px;
        letter-spacing: normal;
        height: 50px;
        line-height: 50px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new {
        width: 100%
    }

    .cc-landing-page .ccnew-secion7 .ccnew-ExpBox {
        padding: 0 20px;
    }

    .cc-landing-page .ccnew-secion7 .ccnew-ExpBox .ccnew-img {
        margin: 20px 0;
    }

    .cc-landing-page .ccnew-secion7 .ccnew-ExpBox .ccnew-img img {
        width: 70%;
        height: auto;
    }

    .cc-landing-page .hero-banner-cc {
        margin-bottom: 100px;
    }

    .cc-landing-page .ccnew-secion1 h2 {
        font-size: 46px;
    }

    .cc-landing-page .ccnew-secion1 .container .ccnew-sec1Right {
        padding-right: 80px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .whatsTxt li {
        font-size: 12px;
        line-height: normal;
    }

    .cc-landing-page .ccnew-secion10 .PLR20,
    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox,
    .cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew.perBox2 {
        padding: 0;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox h4 {
        font-size: 24px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox a {
        letter-spacing: normal;
        width: 100px;
    }

    .cc-landing-page .ccnew-secion6 .ccnew-aprBox .btn {
        margin-top: 0;
    }

    .cc-landing-page .ccnew-secion6 h3 {
        font-size: 45px !important;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft h3 {
        font-size: 30px !important;
        line-height: normal;
    }

    .cc-landing-page .ccnew-section h3 {
        font-size: 28px !important;
    }

    .cc-landing-page .ccnew-pup .modal-dialog .modal-body p {
        font-size: 20px;
    }

    .cc-landing-page .ccnew-pup .modal-dialog .modal-body,
    .cc-landing-page .ccnew-pup.ccnew-pupNew .modal-dialog .modal-body {
        padding: 20px;
    }

    .cc-landing-page .ccnew-pup .modal-dialog .modal-body ul li::before {
        top: 14px;
    }

    .cc-landing-page .cc-ExpBoxPup .modal-dialog .modal-body .cc-pupLeft .btn-box {
        width: 50%
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox h4 {
        font-size: 14px;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBoxMainIn {
        transform: scale(.8);
        max-width: initial;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox.active .per9to36 {
        width: calc(100% - 13px);
        height: 380px;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew {
        transition: .8s ease-in-out;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew.perBox2 {
        bottom: auto;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew.perBox2New {
        bottom: -21px;
        z-index: 999999;
        right: -57px;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox.active .per9to36 .cc-9to36 .cc-9to36Txt {
        padding-top: 0;
    }

    .cc-landing-page .ccnew-secion6 .owl-carousel.owl-drag .owl-item {
        overflow: hidden;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36,
    .cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew .per9to36 {
        height: 150px;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 .cc-9to36 .cc-9to36Txt {
        margin-top: 20px;
    }

    .cc-landing-page .ccnew-secion6 .perBoxMain .perBox .per9to36 .cc-9to36 .cc-9to36Txt,
    .cc-landing-page .ccnew-secion6 .perBoxMain .perBoxNew .per9to36 .cc-9to36 .cc-9to36Txt {
        font-size: 50px;
    }

    .cc-landing-page .ccnew-secion10 .cards640Down .owlLinksMain {
        overflow: auto;
    }

    .cc-landing-page .ccnew-secion10 .cards640Down .ccnew-expLinks {
        padding-bottom: 5px;
        width: 890px;
        display: inline-block;
        -ms-flex-pack: initial;
        justify-content: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }

    .cc-landing-page .ccnew-secion10 .cards640Down .ccnew-expLinks a {
        font-size: 17px;
        height: 50px;
    }

    .cc-landing-page .ccnew-secion10 .cards640Down .ccnew-expLinks a.active {
        color: #73262c;
        border: 3px solid #fff;
        background: #fff;
        opacity: 1;
    }

    .cc-landing-page .ccnew-secion10 .owl-carousel.owl-drag .owl-item.active .btn-box {
        display: block;
    }

    .cc-landing-page .ccnew-section.ccnew-secion10 .owl-nav {
        display: block !important;
    }

    .cc-landing-page .ccnew-secion10.ccnew-section .owl-nav .owl-prev {
        left: 0;
    }

    .cc-landing-page .ccnew-secion10.ccnew-section .owl-nav .owl-next {
        right: 0;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .ccnew-selectBoxNew .w30New {
        width: 100% !important;
    }
}

@media(max-width:580px) {
    .cc-landing-page .ccnew-secion3 .owl-carousel.owl-drag .owl-item {
        padding: 0 10px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .whatsTxt li {
        font-size: 11px;
    }

    .cc-landing-page .cc-login-nav .cr-screen2 .mobScreen li .btn-box .btn-red.btn-wht {
        margin-top: 10px;
    }
}

@media(max-width:480px) {
    .cc-landing-page .ccnew-whats-new {
        width: 100%;
        margin: auto;
    }

    .cc-landing-page .ccnew-secion10 .PLR20 {
        padding: 0 20px;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccnew-img {
        width: 200px;
    }

    .cc-landing-page .ccnew-secion3 .ccnew-whats-new .ccnew-whatsBox .whatsTxt li {
        font-size: 9px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox .flwerBg {
        width: 110px;
        height: 110px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox h4 {
        font-size: 16px;
    }

    .cc-landing-page .ccnew-secion5 .center .ccnew-ExpBox {
        padding: 10px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox a {
        font-size: 11px;
        width: 80px;
    }

    .cc-landing-page .ccnew-secion5 .ccnew-ExpBox {
        height: 140px;
        border-radius: 10px;
        top: 17px;
    }

    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .form-group1 input,
    .cc-landing-page .ccnew-secion4 .ccnew-secBoxNew .ccnew-selectBox .form-group1 select {
        font-size: 14px;
    }

    .cc-landing-page .ccnew-secion9 .ccnew-ExpBox .ccSec9In .ccSec9InRight h3 {
        font-size: 40px !important;
    }
}

@media(max-width:400px) {
    .cc-boxes4Txt h2 {
        font-size: 14px;
    }

    .cc-landing-page .ccnew-secion1 .container .ccnew-sec1Left {
        bottom: -170px;
    }

    .cc-landing-page .ccnew-secion1 {
        padding-bottom: 170px !important;
    }

    .cc-landing-page .ccnew-secion8 .btn-box {
        margin-top: -70px;
    }

    .cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-compareTable .cc-Saving {
        text-align: left !important;
        padding-right: 0;
        width: 90px;
    }
}

.cc-landing-page .modal-dialog .modal-body p {
    line-height: normal !important;
    margin-top: .85rem;
    margin-bottom: .85rem;
}

.fs60-b-cc {
    font-size: 60px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: -2.67px;
}

@media(max-width:1400px) {
    .fs60-b-cc {
        font-size: 50px;
    }
}

@media(max-width:767px) {
    .fs60-b-cc {
        font-size: 28px;
        letter-spacing: normal;
    }

    .cc-landing-page .ccnew-section .fs60-b-cc {
        margin-bottom: 10px;
        font-size: 28px;
        letter-spacing: normal;
    }
}

.cc-landing-page .ccnew-secion10 .ccnew-expLinks .owl-item a h3 {
    font-size: 20px;
    margin: auto;
    letter-spacing: normal;
    color: #484848;
}

.cc-landing-page .ccnew-secion10 .ccnew-expLinks .owl-item.current a h3 {
    font-size: 20px;
    color: #73262c;
    margin: auto;
    letter-spacing: normal;
}

.cc-landing-drop .dropdown .dropdown-menu {
    width: 100%;
    height: auto;
    padding: 0;
}

.cc-landing-drop .dropdown .dropdown-menu .dropdown-item {
    font-weight: 400;
    color: #fff;
}

.cc-landing-drop .bootstrap-select>.dropdown-toggle.bs-placeholder,
.cc-landing-drop .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.cc-landing-drop .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.cc-landing-drop .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.cc-landing-drop .btn-light:not(:disabled):not(.disabled).active,
.cc-landing-drop .btn-light:not(:disabled):not(.disabled):active,
.cc-landing-drop .show>.btn-light.dropdown-toggle {
    color: #fff;
}

.cc-landing-drop .dropdown .dropdown-toggle:after {
    font-size: 0;
    text-indent: -999999px;
}

.cc-landing-drop .btn-light {
    border: 0;
    border-radius: 0;
    color: #fff;
    border-bottom: 1px solid #fff !important;
    background: url("../../../content/dam/idfcfirstbank/images/credit-card-revamp/arrowR2.png") center right/5% no-repeat !important;
    font-size: 22px;
    margin-bottom: 0;
}

.cc-landing-drop .bootstrap-select .dropdown-toggle:focus,
.cc-landing-drop .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline-offset: 0;
    outline: #000 dotted thin !important;
}

.cc-landing-page .ccnew-pup .modal-dialog .modal-body .cc-landing-drop .btn-light {
    font-size: 18px;
    color: #fff;
}

.fs60-b-cc {
    font-size: 60px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: -2.67px;
}

@media(max-width:1400px) {
    .fs60-b-cc {
        font-size: 50px;
    }
}

@media(max-width:767px) {
    .fs60-b-cc {
        font-size: 28px;
        letter-spacing: normal;
    }
}

@media(max-width:767px) {
    .cc-landing-page .ccnew-section .fs60-b-cc {
        margin-bottom: 10px;
        font-size: 28px;
        letter-spacing: normal;
    }
}

.cc-landing-page .ccnew-secion10 .ccnew-expLinks .owl-item a h3 {
    font-size: 20px;
    margin: auto;
    letter-spacing: normal;
    color: #484848;
}

.cc-landing-page .ccnew-secion10 .ccnew-expLinks .owl-item.current a h3 {
    font-size: 20px;
    color: #73262c;
    margin: auto;
    letter-spacing: normal;
}

.cc-landing-page .cc-CompBoxPup .modal-dialog .modal-body .cc-BoxesContain .cc-note p {
    font-size: 12px;
}

.hero-banner-cc .owl-nav span {
    display: none;
}

#ccnew-section9 .owl-nav span {
    display: none;
}

#ccnew-section3 .owl-dots {
    display: none;
}

#ccnew-section5 .owl-dots {
    display: none !important;
}

#ccnew-section10 .owl-dots {
    display: none;
}

#ccnew-section7 .owl-nav span {
    display: none;
}

#ccnew-section10 .owl-nav span {
    display: none;
}

@media(max-width:991px) {

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

.ui-autocomplete {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
    background-color: #fafafa;
}

.ui-autocomplete .ui-menu-item-wrapper:hover {
    background: #f3f3f3 url("../../../content/dam/idfcfirstbank/images/credit-card/etb/pre-approved/sign.png") no-repeat right center !important;
}

.ui-autocomplete {
    z-index: 9999;
}

.cc-landing-page .ccnew-secion10 .ccnew-expLinks .owl-item a h3 {
    font-size: 18px;
    margin: auto;
    letter-spacing: normal;
    color: #484848;
    line-height: normal;
}

.cc-landing-page .ccnew-secion10 .ccnew-expLinks .owl-item.current a h3 {
    font-size: 18px;
    color: #73262c;
    margin: auto;
    letter-spacing: normal;
}

.cc-landing-drop .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.cc-landing-page .ccnew-secion10 .container .owl-dots {
    display: none;
}

#ccnew-section3 .owl-nav span {
    display: none;
}

@media (max-width: 640px) {
    .cc-landing-page .ccnew-secion4 .btn-box .btn {
        width: fit-content !important;
    }
}

.help-dropdonw .dropdown .dropdown-menu {

    height: auto !important;
    z-index: 9999;
}

.login-button .dropdown .dropdown-menu {

    height: auto !important;
    z-index: 9999;
}

.normal-tabs-dropdonw .dropdown .dropdown-menu {

    height: auto !important;
}

/* .login-upgrade .btn-box .btn-red {
    height: 50px !important;
} */

.normal-tabs-dropdonw .btn-box .btn-white {
    height: auto !important;
}

.help-drodown-menu {
    height: auto !important;
}

.cc-landing-page .cc-login-nav {
    z-index: 1;
}

.ccnew-aprBox .btn-box .btn-red {
    height: 57px !important;
}

.btn-box .btn-red {
    height: 57px !important;
}

.col-md-6 .btn-box .btn-red {
    height: 36px !important;
}

.cc-login-nav .btn-box .btn-red {
    height: 38px !important;
}

@media(max-width:767px) {
    .helpDropdownClick .btn-box .btn-white {
        padding: 8px 15px !important;
    }

    .login-button .btn-box .btn-white {
        padding: 8px 15px !important;
    }

    .btn-box .btn-red {
        height: 57px !important;
    }
}

.dropdown .dropdown-menu {
    z-index: 9999;
    height: auto;
}


.cc-landing-page .ccnew-secion4 .btn-box {
    z-index: 0;
}

.ccnew-ExploreBenfi,
.ccnew-offers-carousel,
.ccnew-balance,
.owl-theme {
    z-index: 0;
}


/* body{
    font: 14px 'Inter', sans-serif;
  } */

@media (max-width: 767px) {
    .power-modal .modal-dialog {
        margin: 0;
    }
}

.power-modal .modal-content {
    max-width: 651px;
    border-radius: 16px;
    margin: 0 auto;
}

.power-modal .modal-header {
    border: 0;
}

.power-modal .modal-header a {
    position: absolute;
    top: 10px;
    right: 20px;
}

@media (max-width: 767px) {
    .power-modal .modal-header a {
        right: 10px;
    }
}

.power-modal .modal-body {
    padding: 8px 0;
    margin: 0px 24px;
    overflow: auto;
}

@media (max-width: 767px) {
    .power-modal .modal-body {
        padding: 18px 0;
        margin: 0px 10px;
    }
}

.power-modal .modal-body .main-container .title {
    color: #25243b;
    text-align: center;
    /* font-family: "Inter"; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.857px;
    max-width: 350px;
    margin: 0px auto 24px auto;
}

@media (max-width: 767px) {
    .power-modal .modal-body .main-container .title {
        max-width: 238px;
    }
}

.power-modal .modal-body .main-container .sub-title {
    color: #25243b;
    text-align: center;
    /* font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    letter-spacing: -0.571px;
    max-width: 330px;
    margin: 0px auto 30px auto;
}

@media (max-width: 767px) {
    .power-modal .modal-body .main-container .sub-title {
        max-width: 295px;
    }
}

.power-modal .modal-body .main-container .card-main .progress-status-bar {
    position: relative;
    padding-bottom: 5px;
    margin-top: 20px;
}

.power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-wrapper {
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 21px;
    overflow: auto;
}

@media (max-width: 767px) {
    .power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    .power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-wrapper {
        width: 450px;
    }
}

@media (max-width: 992px) {
    .power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-wrapper {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-wrapper {
        width: 350px;
        margin-bottom: 18px;
    }
}

@media (max-width: 450px) {
    .power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-wrapper {
        width: 295px;
    }
}

.power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    min-width: 150px;
}

.power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-item img {
    width: auto;
    margin: 18px 0px;
}

@media (max-width: 767px) {
    .power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-item img {
        margin: 13px 18px 0px 18px;
        width: 25px;
    }
}

@media (max-width: 767px) {
    .power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-item {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px;
    }
}

.power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px dashed #9d1d27;
    width: 100%;
    top: 28px;
    z-index: 1;
    left: 55px;
}

@media (max-width: 767px) {
    .power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-item::after {
        left: -15px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        width: 54px;
        top: 60px;
    }
}

.power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-item .step-counter {
    position: relative;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: #dbdbde;
    background-color: #dbdbde;
    margin-top: 9px;
    margin-bottom: 6px;
    color: #9d1d27;
    /* font-family: "Inter"; */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 767px) {
    .power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-item .step-counter {
        width: 25px;
        height: 25px;
        margin-top: 13px;
        color: #9b1e26;
        /* font-family: "Inter"; */
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.714px;
    }
}

.power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-item .step-name {
    color: #25243b;
    text-align: center;
    /* font-family: "Inter"; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.5px;
}

@media (max-width: 767px) {
    .power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-item .step-name {
        color: #25243b;
        /* font-family: "Inter"; */
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        /* 125% */
        letter-spacing: -0.5px;
        text-align: left;
    }
}

.power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-item:first-child::before {
    content: none;
}

.power-modal .modal-body .main-container .card-main .progress-status-bar .stepper-item:last-child::after {
    content: none;
}

.modal-dialog.container {
    max-width: 1100px;
}

.rupay-modal-heading {
    color: #25243B;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.857px;
    margin-top: 15px;
}

.rupay-modal-sub-heading {
    color: #25243B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.571px;
    padding: 12px 50px 0 50px;
}

.btn-modal-rupay {
    border-radius: 27px;
    background: #D73F41;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.5px;
    border: none;
    max-width: 148px;
    width: 100%;
    padding: 13px 13px;
}

@media (max-width: 767px) {
    .rupay-modal-sub-heading {
        padding: 12px 20px 0 20px;
    }
}

/*Accessiblity CSS For CC Start*/
.help-dropdonw .btn-box .btn-white {
    height: none !important;
}

/*Accessiblity CSS For CC END*/
