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 .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 */
/* Banner common start */
.banner2 .banner-wrapper .hd1-new {
  font-size: 32px;
  line-height: 1.20;
  color: #54565b;
}

.banner2 .banner-wrapper .subhead {
  font-size: 22px;
  margin-top: 10px;
  color: #54565b;
  line-height: 1.30;
  max-width: 370px;
}

.breadcrumb {
  background-color: #f3f3f3;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 13px;
  text-transform: uppercase;
  color: #54565B;
}

.breadcrumb a {
  color: #54565B;
}

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

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

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

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

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

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

.ml-1 {
  margin-left: .25rem !important;
}

.banner-brdcrumb.breadcrumb-wrap {
  position: absolute;
  z-index: 1;
  padding-top: 20px !important;
}


.banner-wrapper {
  position: relative;
}

.banner-wrapper picture img {
  width: 100%;
  min-height: 400px; /* CSS for CLS do not change */
  height: auto;
}

.banner-wrapper nav {
  top: 1.25rem;
  position: absolute;
}

.f14br,
.product-banner .hero-know-more,
.f14g {
  color: #9D1D27 !important;
}

.product-banner.fastag .hero-know-more {
  color: #FFFFFF;
  font-size: 16px;
}

.banner-wrapper .banner-ctnt {
  position: absolute;
  top: 50%;
  bottom: auto;
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;

}


.banner-wrapper .banner-ctnt .row {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.banner-wrapper .banner-btm {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
}

.banner-wrapper .banner-btm .list-item {
  display: -ms-flexbox;
  display: flex;
}

.banner-wrapper .banner-btm .list-item li {
  width: 25%;
}

.banner-wrapper figure {
  margin-bottom: 0;
}

.banner-wrapper picture img {
  width: 100%;
  min-height: 400px; /* CSS for CLS do not change */
}

.banner-wrapper .desc {
  margin-top: 15px;
  color: #54565B;
}

.banner-wrapper .desc span {
  color: #9D1D27;
}

@media (max-width: 991px) {
  .banner-wrapper .banner-ctnt {
    transform: none;
    left: 0;
    top: 24px;
  }

  .banner-wrapper .banner-btm {
    position: static;
    background: #FFFFFF;
    border-bottom: 3px solid #F5F5F5;
    overflow-x: auto;
  }

  .banner-wrapper .banner-btm .list-item.op1 {
    padding-top: 0;
  }

  .banner-wrapper .banner-btm .list-item.op1 li {
    color: #54565B;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    margin: 24px 32px 30px 0;
  }

  .banner-wrapper .banner-btm .list-item.op1 li span {
    background: #f3f3f3;
    margin-bottom: 10px;
  }
}

/*  End  */
/* circle type list start */
.list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 16px;
}

.list-item.with-arw li {
  position: relative;
  padding-right: 20px;
}

.list-item.with-arw li:hover::before {
  color: #9D1D27;
}

.list-item.with-arw li:hover a {
  color: #9D1D27;
}

.list-item.with-arw li a {
  width: 100%;
}

.list-item.with-arw li::before {
  position: absolute;
  width: 15px;
  height: 15px;
  font-family: icomoon;
  content: "\e902";
  right: 0;
  top: 24px;
  color: #787878;
}

.list-item.op1 li a {
  color: #FFFFFF;
}

.list-item.op1 li span {
  background: #FFFFFF;
}

.list-item.op1 li span img {
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .list-item.op1 li a {
    color: #54565B;
  }
}

.list-item li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
}

.list-item li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.list-item li span {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #FFCB05;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 15px;
}

.list-item li span.opt1 {
  background: #FFFFFF;
}

@media (max-width: 1024px) {
  .list-item li {
    margin-bottom: 20px;
  }
}

/*  End  */
/* Product listing banner start */
.hero-banner.inner-page .banner-ctnt {
  margin-top: 0px;
}

.hero-banner.inner-page .banner-ctnt.text-grey .hd1 {
  color: #616161;
}

.hero-banner.inner-page .banner-ctnt.text-grey .desc {
  color: #616161;
}

@media (max-width: 768px) {
  .hero-banner.inner-page .banner-ctnt {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .hero-banner.inner-page .banner-ctnt {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .hero-banner.inner-page .banner-ctnt .hd1 {
    font-size: 28px;
  }
}

/*  End  */
/* Banner bounce layer start */
.banner-top,
.product-banner {
  position: relative;
}

.banner-top .banner-btm,
.product-banner .banner-btm {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
}

.product-banner .banner-btm {
  display: none;
}

.banner-top .banner-btm .list-item,
.product-banner .banner-btm .list-item {
  display: -ms-flexbox;
  display: flex;
}

.banner-top .banner-btm .list-item li,
.product-banner .banner-btm .list-item li {
  width: 25%;
}

@media (max-width: 991px) {

  .banner-top .banner-btm,
  .product-banner .banner-btm {
    position: static;
    background: #FFFFFF;
    border-bottom: 3px solid #F5F5F5;
    overflow-x: auto;
  }

  .banner-top .banner-btm .list-item.op1,
  .product-banner .banner-btm .list-item.op1 {
    padding-top: 0;
  }

  .banner-top .banner-btm .list-item.op1 li,
  .product-banner .banner-btm .list-item.op1 li {
    margin-bottom: 0;
    width: auto;
  }

  .banner-top .banner-btm .list-item.op1 li a,
  .product-banner .banner-btm .list-item.op1 li a {
    color: #54565B;
    -ms-flex-direction: column;
    flex-direction: column;
    /*white-space: nowrap;*/
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    margin: 24px 32px 24px 0;
  }

  .banner-top .banner-btm .list-item.op1 li a span,
  .product-banner .banner-btm .list-item.op1 li a span {
    background: #f3f3f3;
    margin-bottom: 10px;
  }

  .banner-top .banner-btm .list-item.op2,
  .product-banner .banner-btm .list-item.op2 {
    padding-top: 0;
  }

  .banner-top .banner-btm .list-item.op2 li,
  .product-banner .banner-btm .list-item.op2 li {
    margin-bottom: 0;
    width: auto;
    color: #54565B;
    -ms-flex-direction: column;
    flex-direction: column;
    /*white-space: nowrap;*/
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    margin: 24px 32px 24px 0;
  }

  .banner-top .banner-btm .list-item.op2 li span,
  .product-banner .banner-btm .list-item.op2 li span {
    background: #f3f3f3;
    margin-bottom: 10px;
  }
}

.product-banner figure img {
  width: 100%;
}

.product-banner .list-item.op1 li:last-child {
  margin-bottom: 0;
}

.product-banner .btn-box {
  display: -ms-flexbox;
  display: flex;
}

.product-banner .hero-know-more {
  line-height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px !important;
}

.product-banner .hero-know-more .icon-play {
  font-size: 24px;
  margin-right: 10px;
}

.product-banner .hero-know-more .icon-play::before {
  color: #9D1D27;
}

.product-banner .list-item {
  border-top: 0;
  padding-top: 0;
  display:block;
}



@media (max-width: 991px) {
  .product-banner .banner-wrapper .list-item {
    display: none !important;
  }

  .product-banner .banner-ctnt {
    top: 50px;
  }

  .product-banner .banner-ctnt .hd1 {
    font-size: 24px;
    margin-top: 30px;
  }

  .product-banner .banner-ctnt .desc {
    display: none;
  }

  .product-banner .hero-know-more {
    margin: 0;
    /* white-space: nowrap;*/
    /* margin-left: 30px; */
  }

  .product-banner .banner-btm {
    display: block;
  }
}

@media (max-width: 767px) {
  .product-banner .banner-ctnt {
    top: 24px;
  }

  .product-banner .banner-ctnt .hd1 {
    margin-top: 0;
  }

  .product-banner .banner-ctnt .desc {
    display: block;
  }
}

/*  End  */
/* CALCULATORS Comp on homepage start */
.banner2 figure {
  margin-top: -30px;
}

.banner2 figure img {
  margin-left: 60px;
  max-width: 455px;
}

.banner2 .banner-wrapper.grey-btm figure {
  margin-top: 0;
  padding-top: 60px;
}

.banner2 .banner-wrapper.grey-btm .list-item.opt1 {
  border-top: 0;
}

.banner2 .banner-wrapper.grey-btm .list-item.opt1 li span {
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .banner2 .banner-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .banner2 .banner-wrapper .banner-ctnt {
    position: inherit;
  }

  .banner2 .banner-wrapper .banner-ctnt .list-item {
    margin-top: 20px;
  }

  .banner2 .banner-wrapper .banner-ctnt .list-item li {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .banner2 figure img {
    width: 50%;
    margin-left: -20px;
  }

  .banner2 .banner-wrapper .banner-ctnt {
    top: 50px;
  }
}

@media (max-width: 767px) {
  .banner2 figure {
    margin: 20px 10px 0;
  }

  .banner2 figure img {
    margin: 0;
    width: 100%;
  }
}

/*  End  */

/*from Home*/
.hero-know-more {
  color: c-white;
}

@media (min-width: 1920px) {

  .banner-wrapper .container,
  .banner-top .banner-btm .container,
  .banr.container {
    max-width: 1620px;
  }
}

.banner-wrapper .hd1 {
  font-size: 48px;
  line-height: 1.15;
  color: #54565B;
}

/* korebot css is overideing to solve  */
.banner-wrapper .banner-ctnt h1 {
  text-align: left !important;
}

@media (max-width: 767px) {

  .banner-top .banner-btm .list-item.op2 li,
  .product-banner .banner-btm .list-item.op2 li {
    margin: 24px 16px 24px 0;
    font-size: 14px;
    line-height: 16px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

.offer-page .btn-box .btn-red,
.offer-page .btn-box .btn-white,
.offer-page .btn-box .btn-red1 {
  font-weight: 600;
  height: auto;
  font-size: 14px;
  line-height: 1.5;
}

.offer-page .banner-wrapper .btn-red {
  padding: 10px 20px;
}

.offer-page .f14br,
.offer-page .product-banner .hero-know-more,
.product-banner .offer-page .hero-know-more {
  letter-spacing: -0.5px;
  font-weight: 600;
  height: auto;
}

.offer-page .banner-wrapper .hero-know-more {
  margin-left: 20px;
  font-weight: 600;
}

.banner-btm {
  display: none;
}

.ListLi {
  color: white;

}

.banner-wrapper picture img {
  width: 100%;
  height: auto;
  min-height: 400px; /* CSS for CLS do not change */
}

.list-item.op2 li span img {
  width: 24px;
  height: 24px
}

.banner-wrapper .fontsubtitle {
  font-size: 17px;
}

.productbanner .list-item.op1 li span img {
  width: 32px;
  height: 32px;
}

.poclpopup .offer-modal {
  padding: 0 !important;
  border-radius: 24px !important;
  background: #fff !important;
  border: 1px solid #d4d4d4 !important;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .08) !important;
  min-height: auto
}

.poclpopup .popup-close {
  right: 20px;
  top: 20px
}

.poclpopup .popup-close img {
  max-width: 20px
}

@media(max-width: 767px) {
  .poclpopup .popup-close img {
    max-width: 16px
  }
}

.poclpopup .popup-close svg {
  max-width: 20px
}

@media(max-width: 767px) {
  .poclpopup .popup-close svg {
    max-width: 16px
  }
}

.poclpopup .modal-dialog.modal-lg {
  max-width: 880px
}

@media(max-width: 991px) {
  .poclpopup .modal-dialog.modal-lg {
    max-width: 720px
  }
}

@media(max-width: 767px) {
  .poclpopup .modal-dialog.modal-lg {
    max-width: 90%;
    margin: .5rem auto
  }
}

.poclpopup .poclpop-main {
  position: relative
}

.poclpopup .poclpop-main .poclpop-inmain {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0px
}

@media(max-width: 767px) {
  .poclpopup .poclpop-main .poclpop-inmain {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }
}

.poclpopup .poclpop-main .poclpop-inmain .poclpm-box {
  padding: 42px 50px;
  background: #fff;
  position: relative;
  border-radius: 24px 0px 0px 24px;
  transition: all .5s
}

@media(max-width: 991px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box {
    padding: 36px 30px
  }
}

@media(max-width: 767px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box {
    border-radius: 24px 24px 0px 0px;
    padding: 26px 30px 30px
  }
}

.poclpopup .poclpop-main .poclpop-inmain .poclpm-box:hover {
  background: linear-gradient(180deg, #FFD7D7 0%, #F9F2DD 100%)
}

.poclpopup .poclpop-main .poclpop-inmain .poclpm-box+.poclpm-box {
  border-radius: 0px 24px 24px 0px
}

@media(max-width: 767px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box+.poclpm-box {
    border-radius: 0px 0px 24px 24px;
    padding: 30px 30px 26px
  }
}

.poclpopup .poclpop-main .poclpop-inmain .poclpm-box+.poclpm-box::before {
  content: "";
  position: absolute;
  top: 42px;
  left: -1px;
  width: 1px;
  bottom: 42px;
  background: #d4d4d4
}

@media(max-width: 767px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box+.poclpm-box::before {
    top: -1px;
    left: 30px;
    right: 30px;
    bottom: auto;
    width: auto;
    height: 1px
  }
}

.poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-img {
  margin-bottom: 20px;
  text-align: center
}

@media(max-width: 991px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-img {
    margin-bottom: 14px
  }
}

.poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-img img {
  max-width: 78px;
  margin: auto
}

@media(max-width: 991px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-img img {
    max-width: 58px
  }
}

@media(max-width: 767px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-img img {
    max-width: 46px
  }
}

.poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .h3 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  text-align: center
}

@media(max-width: 991px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px
  }
}

@media(max-width: 767px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px
  }
}

.poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .desc {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  text-align: center
}

@media(max-width: 991px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .desc {
    font-size: 14px;
    line-height: 21px
  }
}

@media(max-width: 767px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .desc {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 14px
  }
}

.poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .icon-bullet {
  margin: 0px auto 30px;
  max-width: -moz-max-content;
  max-width: max-content
}

@media(max-width: 991px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .icon-bullet {
    margin: 0 auto 20px
  }
}

@media(max-width: 767px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .icon-bullet {
    margin: 0 auto 20px
  }
}

.poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .icon-bullet li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24px auto;
  grid-template-columns: 24px auto;
  gap: 5px;
  font-size: 16px;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  line-height: 25px;
  font-weight: 400;
  color: #1a1a1a
}

@media(max-width: 767px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .icon-bullet li {
    -ms-grid-columns: 17px auto;
    grid-template-columns: 17px auto
  }
}

@media(max-width: 991px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .icon-bullet li {
    font-size: 14px;
    line-height: 21px
  }
}

@media(max-width: 767px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .icon-bullet li {
    font-size: 13px;
    line-height: 18px
  }
}

.poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .icon-bullet li img {
  max-width: 24px
}

@media(max-width: 991px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .icon-bullet li img {
    max-width: 21px
  }
}

@media(max-width: 767px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .icon-bullet li img {
    max-width: 17px
  }
}

.poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .icon-bullet li+li {
  margin-top: 10px
}

@media(max-width: 767px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .icon-bullet li+li {
    margin-top: 6px
  }
}

.poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .red-btn {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
  padding: 13px 40px;
  border-radius: 180px;
  background: #9b1e26;
  transition: all .5s
}

@media(max-width: 991px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .red-btn {
    padding: 11px 24px
  }
}

@media(max-width: 767px) {
  .poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .red-btn {
    padding: 8px 22px;
    font-size: 12px;
    line-height: 17px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto
  }
}

.poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .red-btn:hover {
  background: #cd353f
}

.poclpopup .poclpop-main .poclpop-inmain .poclpm-box .poclpmb-desc .red-btn:focus {
  background: #6e1c21
}

.poclpopup .poclpop-main .poclpop-orimg {
  position: absolute;
  top: 43%;
  transform: translate(-50%);
  left: 50%
}

@media(max-width: 767px) {
  .poclpopup .poclpop-main .poclpop-orimg {
    top: 46%
  }
}

.poclpopup .poclpop-main .poclpop-orimg img {
  max-width: 70px
}

@media(max-width: 991px) {
  .poclpopup .poclpop-main .poclpop-orimg img {
    max-width: 50px
  }
}

@media(max-width: 767px) {
  .poclpopup .poclpop-main .poclpop-orimg img {
    max-width: 52px
  }
}

.poclbpopup .modal-backdrop {
  background: rgba(225, 225, 225, .5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px)
}

.poclbpopup .modal-backdrop.show {
  opacity: 1
}
@media (max-width: 767px) {
.product-banner .banner-btm .list-item.op2 {
      flex-direction: row;
  }
}
/*  Web Migration CSS  */
.csr-banner.webm figure img {
    width: 100%;
}

.csr-banner.webm .f14 {
    color: #FFFFFF;
    margin-top: 20px;
    line-height: 20px;
}

.csr-banner.webm .f14 strong {
    font-weight: 600;
}

.csr-banner.webm .btn-box .btn-white {
    background: #FFFFFF;
    border-color: #FFFFFF;
}

@media (max-width: 991px) {
    .csr-banner.webm .banner-wrapper .banner-ctnt {
        top: 45px;
    }

    .csr-banner.webm .banner-wrapper .banner-ctnt .hd48 {
        font-size: 36px;
    }

    .csr-banner.webm .banner-wrapper .banner-ctnt .hd48+.f14 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .csr-banner.webm .banner-wrapper .banner-ctnt {
        top: 30px;
    }
}

.f16 {
    font-size: 16px;
    line-height: 22px;
}

.hd48l {
    font-weight: 200;
    font-size: 48px;
    color: #54565B;
    letter-spacing: -0.75px;
}

.media-kit.webm .media-list .card-media {
    padding: 14px 10px 0;
}

.media-kit.webm .media-list .card-media figure {
    margin-bottom: 0;
}

.media-kit.webm .media-list .card-media figure+p {
    font-size: 16px;
    letter-spacing: -0.33px;
}

.media-kit.webm .media-list .card-media figure+p strong {
    font-size: 21px;
    font-weight: 600;
}

.media-kit.webm .media-right {
    margin: 30px 0 0 30px;
}

.media-kit.webm .media-right figure {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    display: inline-block;
    margin: 30px 0 0;
}

@media (max-width: 1024px) {
    .media-kit.webm .media-right {
        margin-left: 0;
    }

    .media-kit.webm .media-right .hd48l {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .media-kit.webm .media-list .card-media figure img.svg {
        height: auto;
    }

    .media-kit.webm .media-list .card-media figure+p {
        font-size: 14px;
    }

    .media-kit.webm .media-list .card-media figure+p strong {
        font-size: 18px;
    }

    .media-kit.webm .media-right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 50px;
    }

    .media-kit.webm .media-right .hd48l {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .media-kit.webm .media-right {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .media-kit.webm .media-right .hd48l {
        margin-right: 0;
        text-align: center;
    }
}

.app-usps {
    padding-bottom: 50px;
}

.app-usps .uspsIn {
    background: url("../../../content/dam/idfcfirstbank/images/webmigration/key-uspBg.jpg") no-repeat center center/cover;
    box-shadow: 0 4px 8px 0 rgba(37, 36, 59, 0.1);
    border-radius: 20px;
    padding: 30px 120px;
}

.app-usps .uspsIn .hdr {
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    letter-spacing: -1.5px;
}

.app-usps .uspsIn .usp-bx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #FFFFFF;
}

.app-usps .uspsIn .usp-bx img {
    margin-top: 4px;
}

.app-usps .uspsIn .usp-bx .hd5 {
    letter-spacing: -1px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1;
}

.app-usps .uspsIn .usp-bx .hd5+p {
    font-size: 14px;
    line-height: 20px;
}

.app-usps .uspsIn .btn-box .btn-white {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #25243B;
}

@media (max-width: 1024px) {
    .app-usps .uspsIn {
        padding: 30px 40px;
    }
}

@media (max-width: 767px) {
    .app-usps .uspsIn {
        padding: 30px;
    }

    .app-usps .uspsIn .usp-bx span {
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
    }
}

.new-comp.webm {
    padding: 50px 0;
}

.new-comp.webm .hd5 {
    font-weight: 500;
    margin-bottom: 30px;
}

.new-comp.webm .whiteBx .ltCol .nav li a {
    font-weight: 600;
}

.new-comp.webm .whiteBx .ltCol .nav li a.active {
    letter-spacing: -0.5px;
}

.new-comp.webm .sec-ctnt .seclt {
    color: #54565B;
}

.new-comp.webm .sec-ctnt .seclt .hdr {
    letter-spacing: -0.6px;
}

@media (max-width: 991px) {
    .new-comp.webm .sec-ctnt .seclt .btn-box .btn-white {
        line-height: 1.5;
    }

    .new-comp.webm .btn-box .btn-red {
        height: 50px;
    }
}

.earn-points.webm {
    background: #FFFFFF;
}

.earn-points.webm .media-card .mcard-body h3+p {
    margin-top: 12px;
    min-height: 60px;
}

@media (max-width: 991px) {
    .earn-points.webm .media-card .mcard-body h3 {
        font-size: 18px;
    }
}

.customer-speak.webm .container.shape {
    background: url("../../../content/dam/idfcfirstbank/images/svg/comma.svg") no-repeat 10px 0;
}

.customer-speak.webm .container.shape .hd {
    color: #54565B;
}

.customer-speak.webm .white-box,
.customer-speak.webm .search-bxIn .search-ad .ad-card,
.search-bxIn .search-ad .customer-speak.webm .ad-card,
.customer-speak.webm .accordian .trgr,
.accordian .customer-speak.webm .trgr,
.customer-speak.webm .accordian .tog_cont,
.accordian .customer-speak.webm .tog_cont,
.customer-speak.webm .card-look,
.customer-speak.webm .media-card,
.customer-speak.webm .pr-list>li .card-bx,
.pr-list>li .customer-speak.webm .card-bx,
.customer-speak.webm .trgr1,
.customer-speak.webm .trgr2,
.customer-speak.webm .trgr3,
.customer-speak.webm .tog_cont1,
.customer-speak.webm .tog_cont2,
.customer-speak.webm .tog_cont3,
.customer-speak.webm .mf-invest .start-box,
.mf-invest .customer-speak.webm .start-box,
.customer-speak.webm .more-box,
.customer-speak.webm .media-kit .media-list .card-media,
.media-kit .media-list .customer-speak.webm .card-media,
.customer-speak.webm .ebc-loan-banner .lawbx,
.ebc-loan-banner .customer-speak.webm .lawbx {
    min-height: inherit;
}

.customer-speak.webm .white-box .f16,
.customer-speak.webm .search-bxIn .search-ad .ad-card .f16,
.search-bxIn .search-ad .customer-speak.webm .ad-card .f16,
.customer-speak.webm .accordian .trgr .f16,
.accordian .customer-speak.webm .trgr .f16,
.customer-speak.webm .accordian .tog_cont .f16,
.accordian .customer-speak.webm .tog_cont .f16,
.customer-speak.webm .card-look .f16,
.customer-speak.webm .media-card .f16,
.customer-speak.webm .pr-list>li .card-bx .f16,
.pr-list>li .customer-speak.webm .card-bx .f16,
.customer-speak.webm .trgr1 .f16,
.customer-speak.webm .trgr2 .f16,
.customer-speak.webm .trgr3 .f16,
.customer-speak.webm .tog_cont1 .f16,
.customer-speak.webm .tog_cont2 .f16,
.customer-speak.webm .tog_cont3 .f16,
.customer-speak.webm .mf-invest .start-box .f16,
.mf-invest .customer-speak.webm .start-box .f16,
.customer-speak.webm .more-box .f16,
.customer-speak.webm .media-kit .media-list .card-media .f16,
.media-kit .media-list .customer-speak.webm .card-media .f16,
.customer-speak.webm .ebc-loan-banner .lawbx .f16,
.ebc-loan-banner .customer-speak.webm .lawbx .f16 {
    color: #54565B;
    margin-bottom: 4px;
    line-height: 1;
}

.customer-speak.webm .white-box .f12,
.customer-speak.webm .search-bxIn .search-ad .ad-card .f12,
.search-bxIn .search-ad .customer-speak.webm .ad-card .f12,
.customer-speak.webm .accordian .trgr .f12,
.accordian .customer-speak.webm .trgr .f12,
.customer-speak.webm .accordian .tog_cont .f12,
.accordian .customer-speak.webm .tog_cont .f12,
.customer-speak.webm .card-look .f12,
.customer-speak.webm .media-card .f12,
.customer-speak.webm .pr-list>li .card-bx .f12,
.pr-list>li .customer-speak.webm .card-bx .f12,
.customer-speak.webm .trgr1 .f12,
.customer-speak.webm .trgr2 .f12,
.customer-speak.webm .trgr3 .f12,
.customer-speak.webm .tog_cont1 .f12,
.customer-speak.webm .tog_cont2 .f12,
.customer-speak.webm .tog_cont3 .f12,
.customer-speak.webm .mf-invest .start-box .f12,
.mf-invest .customer-speak.webm .start-box .f12,
.customer-speak.webm .more-box .f12,
.customer-speak.webm .media-kit .media-list .card-media .f12,
.media-kit .media-list .customer-speak.webm .card-media .f12,
.customer-speak.webm .ebc-loan-banner .lawbx .f12,
.ebc-loan-banner .customer-speak.webm .lawbx .f12,
.customer-speak.webm .white-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .white-box .blog-by,
.customer-speak.webm .search-bxIn .search-ad .ad-card .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .search-bxIn .search-ad .ad-card .blog-by,
.search-bxIn .search-ad .customer-speak.webm .ad-card .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .search-bxIn .search-ad .customer-speak.webm .ad-card .blog-by,
.customer-speak.webm .accordian .trgr .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .accordian .trgr .blog-by,
.accordian .customer-speak.webm .trgr .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .accordian .customer-speak.webm .trgr .blog-by,
.customer-speak.webm .accordian .tog_cont .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .accordian .tog_cont .blog-by,
.accordian .customer-speak.webm .tog_cont .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .accordian .customer-speak.webm .tog_cont .blog-by,
.customer-speak.webm .card-look .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .card-look .blog-by,
.customer-speak.webm .media-card .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .media-card .blog-by,
.customer-speak.webm .pr-list>li .card-bx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .pr-list>li .card-bx .blog-by,
.pr-list>li .customer-speak.webm .card-bx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .pr-list>li .customer-speak.webm .card-bx .blog-by,
.customer-speak.webm .trgr1 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .trgr1 .blog-by,
.customer-speak.webm .trgr2 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .trgr2 .blog-by,
.customer-speak.webm .trgr3 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .trgr3 .blog-by,
.customer-speak.webm .tog_cont1 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .tog_cont1 .blog-by,
.customer-speak.webm .tog_cont2 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .tog_cont2 .blog-by,
.customer-speak.webm .tog_cont3 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .tog_cont3 .blog-by,
.customer-speak.webm .mf-invest .start-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .mf-invest .start-box .blog-by,
.mf-invest .customer-speak.webm .start-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .mf-invest .customer-speak.webm .start-box .blog-by,
.customer-speak.webm .more-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .more-box .blog-by,
.customer-speak.webm .media-kit .media-list .card-media .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .media-kit .media-list .card-media .blog-by,
.media-kit .media-list .customer-speak.webm .card-media .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .media-kit .media-list .customer-speak.webm .card-media .blog-by,
.customer-speak.webm .ebc-loan-banner .lawbx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .ebc-loan-banner .lawbx .blog-by,
.ebc-loan-banner .customer-speak.webm .lawbx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .ebc-loan-banner .customer-speak.webm .lawbx .blog-by {
    margin-bottom: 0;
}

.customer-speak.webm .customer-speak-carousel .owl-nav {
    top: 120px;
}

.faqs-bx {
    background: #f3f3f3;
    padding-top: 50px;
    color: #54565B;
}

.accordian.opn1 {
    font-size: 16px;
}

.accordian.opn1 .trgr.act::before {
    content: "\e905";
    color: #787878;
}

.accordian.opn1 .trgr::before {
    content: "\e906";
    font-size: 20px;
}

.accordian.opn1 .tog_cont {
    background: #F5F5F5;
    border-top-width: 2px;
}
/* Banner common start */
.ml-1{
    margin-left: .25rem!important;
}


.banner-wrapper {
  position: relative;
}


.banner-wrapper nav {
  top: 1.25rem;
  position: absolute;
}

.f14br, .product-banner .hero-know-more, .f14g{
    color: #9D1D27 !important;
}
.product-banner.fastag .hero-know-more {
    color: #FFFFFF;
    font-size: 16px;
}
.banner-wrapper .banner-ctnt {
  position: absolute;
  top: 50%;
  bottom: auto;
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}


.banner-wrapper .banner-ctnt .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.banner-wrapper .banner-btm {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
}

.banner-wrapper .banner-btm .list-item {
  display: -ms-flexbox;
  display: flex;
}

.banner-wrapper .banner-btm .list-item li {
  width: 25%;
}

.banner-wrapper figure {
  margin-bottom: 0;
}

.banner-wrapper .desc {
  margin-top: 15px;
  /* color: #54565B !important; */
}

.banner-wrapper .desc span {
  color: #FFCB05;
}

@media (max-width: 991px) {
  .banner-wrapper .banner-ctnt {
    transform: none;
    left: 0;
    top: 24px;
  }
  .banner-wrapper .banner-btm {
    position: static;
    background: #FFFFFF;
    border-bottom: 3px solid #F5F5F5;
    overflow-x: auto;
  }
  .banner-wrapper .banner-btm .list-item.op1 {
    padding-top: 0;
  }
  .banner-wrapper .banner-btm .list-item.op1 li {
    color: #54565B;
    -ms-flex-direction: column;
        flex-direction: column;
    /*white-space: nowrap;*/
    -ms-flex-align: start;
        align-items: flex-start;
    width: auto;
    margin: 24px 32px 30px 0;
  }
  .banner-wrapper .banner-btm .list-item.op1 li span {
    background: #f3f3f3;
    margin-bottom: 10px;
  }
}

/*  End  */
/* circle type list start */
.list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 16px;
}

.list-item.with-arw li {
  position: relative;
}

.list-item.with-arw li a {
  width: 100%;
}

.list-item.with-arw li::before {
  position: absolute;
  width: 15px;
  height: 15px;
  font-family: icomoon;
  content: "\e902";
  right: 0;
  top: 24px;
  color: #787878;
}

.list-item.op1 li a {
  color: #FFFFFF;
}

.list-item.op1 li span {
  background: #FFFFFF;
}

.list-item.op1 li span img {
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .list-item.op1 li a {
    color: #54565B;
  }
}

.list-item li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 36px;
}

.list-item li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.list-item li span {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #FFCB05;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 15px;
    flex: 0 0 70px;
}

.list-item li span.opt1 {
  background: #FFFFFF;
}

@media (max-width: 1024px) {
  .list-item li {
    margin-bottom: 20px;
  }
}

/*  End  */
/* Product listing banner start */
.hero-banner.inner-page .banner-ctnt {
  margin-top: 0px;
}

.hero-banner.inner-page .banner-ctnt.text-grey .hd1 {
  color: #616161;
}

.hero-banner.inner-page .banner-ctnt.text-grey .desc {
  color: #616161;
}

@media (max-width: 768px) {
  .hero-banner.inner-page .banner-ctnt {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .hero-banner.inner-page .banner-ctnt {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .hero-banner.inner-page .banner-ctnt .hd1 {
    font-size: 28px;
  }
}

/*  End  */
                          /* Banner bounce layer start */
.banner-top,
.product-banner {
  position: relative;
}

.banner-top .banner-btm,
.product-banner .banner-btm {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
}
.product-banner .banner-btm {
  display: none;
}

.banner-top .banner-btm .list-item,
.product-banner .banner-btm .list-item {
  display: -ms-flexbox;
  display: flex;
}

.banner-top .banner-btm .list-item li,
.product-banner .banner-btm .list-item li {
  width: 25%;
}

@media (max-width: 991px) {
  .banner-top .banner-btm,
  .product-banner .banner-btm {
    position: static;
    background: #FFFFFF;
    border-bottom: 3px solid #F5F5F5;
    overflow-x: auto;
  }
  .banner-top .banner-btm .list-item.op1,
  .product-banner .banner-btm .list-item.op1 {
    padding-top: 0;
  }
  .banner-top .banner-btm .list-item.op1 li,
  .product-banner .banner-btm .list-item.op1 li {
    margin-bottom: 0;
    width: auto;
  }
  .banner-top .banner-btm .list-item.op1 li a,
  .product-banner .banner-btm .list-item.op1 li a {
    color: #54565B;
    -ms-flex-direction: column;
        flex-direction: column;
    /*white-space: nowrap;*/
    -ms-flex-align: start;
        align-items: flex-start;
    width: auto;
    margin: 24px 32px 24px 0;
  }
  .banner-top .banner-btm .list-item.op1 li a span,
  .product-banner .banner-btm .list-item.op1 li a span {
    background: #f3f3f3;
    margin-bottom: 10px;
  }
  .banner-top .banner-btm .list-item.op2,
  .product-banner .banner-btm .list-item.op2 {
    padding-top: 0;
  }
  .banner-top .banner-btm .list-item.op2 li,
  .product-banner .banner-btm .list-item.op2 li {
    margin-bottom: 0;
    width: auto;
    color: #54565B;
    -ms-flex-direction: column;
        flex-direction: column;
    /*white-space: nowrap;*/
    -ms-flex-align: start;
        align-items: flex-start;
    width: auto;
    margin: 24px 32px 24px 0;
  }
  .banner-top .banner-btm .list-item.op2 li span,
  .product-banner .banner-btm .list-item.op2 li span {
    background: #f3f3f3;
    margin-bottom: 10px;
  }
}

.product-banner figure img {
  width: 100%;
}

.product-banner .list-item.op1 li:last-child {
  margin-bottom: 0;
}

.product-banner .btn-box {
  display: -ms-flexbox;
  display: flex;
}

.product-banner .hero-know-more {
  line-height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
      margin-left:30px !important;
}

.product-banner .hero-know-more .icon-play {
  font-size: 24px;
  margin-right: 10px;
}

.product-banner .hero-know-more .icon-play::before {
  color: #9D1D27;
}

.product-banner .list-item {
  border-top: 0;
  padding-top: 0;
}



@media (max-width: 991px) {
  .product-banner .banner-wrapper .list-item {
    display: none !important;
  }
  .product-banner .banner-ctnt {
    top: 50px;
  }
  .product-banner .banner-ctnt .hd1 {
    font-size: 24px;
    margin-top: 30px;
  }
  .product-banner .banner-ctnt .desc {
    display: none;
  }
  .product-banner .hero-know-more {
    margin: 0;
   /* white-space: nowrap;*/
    /* margin-left: 30px; */
  }
  .product-banner .banner-btm {
    display: block;
  }
}

@media (max-width: 767px) {
  .product-banner .banner-ctnt {
    top: 24px;
  }
  .product-banner .banner-ctnt .hd1 {
    margin-top: 0;
  }
  .product-banner .banner-ctnt .desc {
    display: block;
  }
}

/*  End  */
/* CALCULATORS Comp on homepage start */
.banner2 figure {
  margin-top: -30px;
}

.banner2 figure img {
  margin-left: 60px;
  max-width: 455px;
}

.banner2 .banner-wrapper.grey-btm figure {
  margin-top: 0;
  padding-top: 60px;
}

.banner2 .banner-wrapper.grey-btm .list-item.opt1 {
  border-top: 0;
}

.banner2 .banner-wrapper.grey-btm .list-item.opt1 li span {
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .banner2 .banner-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .banner2 .banner-wrapper .banner-ctnt {
    position: inherit;
  }
  .banner2 .banner-wrapper .banner-ctnt .list-item {
    margin-top: 20px;
  }
  .banner2 .banner-wrapper .banner-ctnt .list-item li {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .banner2 figure img {
    width: 50%;
    margin-left: -20px;
  }
  .banner2 .banner-wrapper .banner-ctnt {
    top: 50px;
  }
}

@media (max-width: 767px) {
  .banner2 figure {
    margin: 20px 10px 0;
  }
  .banner2 figure img {
    margin: 0;
    width: 100%;
  }
}

/*  End  */

/*from Home*/
.hero-know-more {
color: c-white;
}
@media (min-width: 1920px) {
  .banner-wrapper .container,
  .banner-top .banner-btm .container,
  .banr.container {
    max-width: 1620px;
  }
}
.banner-wrapper .hd1 {
    font-size: 48px;
    line-height: 1.15;
    color: #54565B;
}

@media (max-width: 767px){
    .banner-top .banner-btm .list-item.op2 li, .product-banner .banner-btm .list-item.op2 li {
        margin: 24px 16px 24px 0;
        font-size: 14px;
        line-height: 16px;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }
}
 .offer-page .btn-box .btn-red, .offer-page .btn-box .btn-white, .offer-page .btn-box .btn-red1 {
    font-weight: 600;
    height: auto;
    font-size: 14px;
    line-height: 1.5;
}
.offer-page .banner-wrapper .btn-red {
    padding: 10px 20px;
}
.offer-page .f14br, .offer-page .product-banner .hero-know-more, .product-banner .offer-page .hero-know-more {
    letter-spacing: -0.5px;
    font-weight: 600;
    height: auto;
}
.offer-page .banner-wrapper .hero-know-more {
    margin-left: 20px;
    font-weight: 600;
}
.banner-btm{
  display: none;
}
.ListLi{
    color:white;
    
}
/*  Web Migration CSS  */
.csr-banner.webm figure img {
    width: 100%;
}

.csr-banner.webm .f14 {
    color: #FFFFFF;
    margin-top: 20px;
    line-height: 20px;
}

.csr-banner.webm .f14 strong {
    font-weight: 600;
}

.csr-banner.webm .btn-box .btn-white {
    background: #FFFFFF;
    border-color: #FFFFFF;
}

@media (max-width: 991px) {
    .csr-banner.webm .banner-wrapper .banner-ctnt {
        top: 45px;
    }

    .csr-banner.webm .banner-wrapper .banner-ctnt .hd48 {
        font-size: 36px;
    }

    .csr-banner.webm .banner-wrapper .banner-ctnt .hd48+.f14 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .csr-banner.webm .banner-wrapper .banner-ctnt {
        top: 30px;
    }
}

.f16 {
    font-size: 16px;
    line-height: 22px;
}

.hd48l {
    font-weight: 200;
    font-size: 48px;
    color: #54565B;
    letter-spacing: -0.75px;
}

.media-kit.webm .media-list .card-media {
    padding: 14px 10px 0;
}

.media-kit.webm .media-list .card-media figure {
    margin-bottom: 0;
}

.media-kit.webm .media-list .card-media figure+p {
    font-size: 16px;
    letter-spacing: -0.33px;
}

.media-kit.webm .media-list .card-media figure+p strong {
    font-size: 21px;
    font-weight: 600;
}

.media-kit.webm .media-right {
    margin: 30px 0 0 30px;
}

.media-kit.webm .media-right figure {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    display: inline-block;
    margin: 30px 0 0;
}

@media (max-width: 1024px) {
    .media-kit.webm .media-right {
        margin-left: 0;
    }

    .media-kit.webm .media-right .hd48l {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .media-kit.webm .media-list .card-media figure img.svg {
        height: auto;
    }

    .media-kit.webm .media-list .card-media figure+p {
        font-size: 14px;
    }

    .media-kit.webm .media-list .card-media figure+p strong {
        font-size: 18px;
    }

    .media-kit.webm .media-right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 50px;
    }

    .media-kit.webm .media-right .hd48l {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .media-kit.webm .media-right {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .media-kit.webm .media-right .hd48l {
        margin-right: 0;
        text-align: center;
    }
}

.app-usps {
    padding-bottom: 50px;
}

.app-usps .uspsIn {
    background: url(../components/content/product-detail/online-tax-payment-banner/clientlibs/images/webm/key-uspBg.jpg) no-repeat center center/cover;
    box-shadow: 0 4px 8px 0 rgba(37, 36, 59, 0.1);
    border-radius: 20px;
    padding: 30px 120px;
}

.app-usps .uspsIn .hdr {
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    letter-spacing: -1.5px;
}

.app-usps .uspsIn .usp-bx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #FFFFFF;
}

.app-usps .uspsIn .usp-bx img {
    margin-top: 4px;
}

.app-usps .uspsIn .usp-bx .hd5 {
    letter-spacing: -1px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1;
}

.app-usps .uspsIn .usp-bx .hd5+p {
    font-size: 14px;
    line-height: 20px;
}

.app-usps .uspsIn .btn-box .btn-white {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #25243B;
}

@media (max-width: 1024px) {
    .app-usps .uspsIn {
        padding: 30px 40px;
    }
}

@media (max-width: 767px) {
    .app-usps .uspsIn {
        padding: 30px;
    }

    .app-usps .uspsIn .usp-bx span {
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
    }
}

.new-comp.webm {
    padding: 50px 0;
}

.new-comp.webm .hd5 {
    font-weight: 500;
    margin-bottom: 30px;
}

.new-comp.webm .whiteBx .ltCol .nav li a {
    font-weight: 600;
}

.new-comp.webm .whiteBx .ltCol .nav li a.active {
    letter-spacing: -0.5px;
}

.new-comp.webm .sec-ctnt .seclt {
    color: #54565B;
}

.new-comp.webm .sec-ctnt .seclt .hdr {
    letter-spacing: -0.6px;
}

@media (max-width: 991px) {
    .new-comp.webm .sec-ctnt .seclt .btn-box .btn-white {
        line-height: 1.5;
    }

    .new-comp.webm .btn-box .btn-red {
        height: 50px;
    }
}

.earn-points.webm {
    background: #FFFFFF;
}

.earn-points.webm .media-card .mcard-body h3+p {
    margin-top: 12px;
    min-height: 60px;
}

@media (max-width: 991px) {
    .earn-points.webm .media-card .mcard-body h3 {
        font-size: 18px;
    }
}

.customer-speak.webm .container.shape {
    background: url(../components/content/product-detail/online-tax-payment-banner/clientlibs/images/webm/comma.svg) no-repeat 10px 0;
}

.customer-speak.webm .container.shape .hd {
    color: #54565B;
}

.customer-speak.webm .white-box,
.customer-speak.webm .search-bxIn .search-ad .ad-card,
.search-bxIn .search-ad .customer-speak.webm .ad-card,
.customer-speak.webm .accordian .trgr,
.accordian .customer-speak.webm .trgr,
.customer-speak.webm .accordian .tog_cont,
.accordian .customer-speak.webm .tog_cont,
.customer-speak.webm .card-look,
.customer-speak.webm .media-card,
.customer-speak.webm .pr-list>li .card-bx,
.pr-list>li .customer-speak.webm .card-bx,
.customer-speak.webm .trgr1,
.customer-speak.webm .trgr2,
.customer-speak.webm .trgr3,
.customer-speak.webm .tog_cont1,
.customer-speak.webm .tog_cont2,
.customer-speak.webm .tog_cont3,
.customer-speak.webm .mf-invest .start-box,
.mf-invest .customer-speak.webm .start-box,
.customer-speak.webm .more-box,
.customer-speak.webm .media-kit .media-list .card-media,
.media-kit .media-list .customer-speak.webm .card-media,
.customer-speak.webm .ebc-loan-banner .lawbx,
.ebc-loan-banner .customer-speak.webm .lawbx {
    min-height: inherit;
}

.customer-speak.webm .white-box .f16,
.customer-speak.webm .search-bxIn .search-ad .ad-card .f16,
.search-bxIn .search-ad .customer-speak.webm .ad-card .f16,
.customer-speak.webm .accordian .trgr .f16,
.accordian .customer-speak.webm .trgr .f16,
.customer-speak.webm .accordian .tog_cont .f16,
.accordian .customer-speak.webm .tog_cont .f16,
.customer-speak.webm .card-look .f16,
.customer-speak.webm .media-card .f16,
.customer-speak.webm .pr-list>li .card-bx .f16,
.pr-list>li .customer-speak.webm .card-bx .f16,
.customer-speak.webm .trgr1 .f16,
.customer-speak.webm .trgr2 .f16,
.customer-speak.webm .trgr3 .f16,
.customer-speak.webm .tog_cont1 .f16,
.customer-speak.webm .tog_cont2 .f16,
.customer-speak.webm .tog_cont3 .f16,
.customer-speak.webm .mf-invest .start-box .f16,
.mf-invest .customer-speak.webm .start-box .f16,
.customer-speak.webm .more-box .f16,
.customer-speak.webm .media-kit .media-list .card-media .f16,
.media-kit .media-list .customer-speak.webm .card-media .f16,
.customer-speak.webm .ebc-loan-banner .lawbx .f16,
.ebc-loan-banner .customer-speak.webm .lawbx .f16 {
    color: #54565B;
    margin-bottom: 4px;
    line-height: 1;
}

.customer-speak.webm .white-box .f12,
.customer-speak.webm .search-bxIn .search-ad .ad-card .f12,
.search-bxIn .search-ad .customer-speak.webm .ad-card .f12,
.customer-speak.webm .accordian .trgr .f12,
.accordian .customer-speak.webm .trgr .f12,
.customer-speak.webm .accordian .tog_cont .f12,
.accordian .customer-speak.webm .tog_cont .f12,
.customer-speak.webm .card-look .f12,
.customer-speak.webm .media-card .f12,
.customer-speak.webm .pr-list>li .card-bx .f12,
.pr-list>li .customer-speak.webm .card-bx .f12,
.customer-speak.webm .trgr1 .f12,
.customer-speak.webm .trgr2 .f12,
.customer-speak.webm .trgr3 .f12,
.customer-speak.webm .tog_cont1 .f12,
.customer-speak.webm .tog_cont2 .f12,
.customer-speak.webm .tog_cont3 .f12,
.customer-speak.webm .mf-invest .start-box .f12,
.mf-invest .customer-speak.webm .start-box .f12,
.customer-speak.webm .more-box .f12,
.customer-speak.webm .media-kit .media-list .card-media .f12,
.media-kit .media-list .customer-speak.webm .card-media .f12,
.customer-speak.webm .ebc-loan-banner .lawbx .f12,
.ebc-loan-banner .customer-speak.webm .lawbx .f12,
.customer-speak.webm .white-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .white-box .blog-by,
.customer-speak.webm .search-bxIn .search-ad .ad-card .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .search-bxIn .search-ad .ad-card .blog-by,
.search-bxIn .search-ad .customer-speak.webm .ad-card .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .search-bxIn .search-ad .customer-speak.webm .ad-card .blog-by,
.customer-speak.webm .accordian .trgr .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .accordian .trgr .blog-by,
.accordian .customer-speak.webm .trgr .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .accordian .customer-speak.webm .trgr .blog-by,
.customer-speak.webm .accordian .tog_cont .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .accordian .tog_cont .blog-by,
.accordian .customer-speak.webm .tog_cont .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .accordian .customer-speak.webm .tog_cont .blog-by,
.customer-speak.webm .card-look .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .card-look .blog-by,
.customer-speak.webm .media-card .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .media-card .blog-by,
.customer-speak.webm .pr-list>li .card-bx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .pr-list>li .card-bx .blog-by,
.pr-list>li .customer-speak.webm .card-bx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .pr-list>li .customer-speak.webm .card-bx .blog-by,
.customer-speak.webm .trgr1 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .trgr1 .blog-by,
.customer-speak.webm .trgr2 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .trgr2 .blog-by,
.customer-speak.webm .trgr3 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .trgr3 .blog-by,
.customer-speak.webm .tog_cont1 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .tog_cont1 .blog-by,
.customer-speak.webm .tog_cont2 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .tog_cont2 .blog-by,
.customer-speak.webm .tog_cont3 .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .tog_cont3 .blog-by,
.customer-speak.webm .mf-invest .start-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .mf-invest .start-box .blog-by,
.mf-invest .customer-speak.webm .start-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .mf-invest .customer-speak.webm .start-box .blog-by,
.customer-speak.webm .more-box .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .more-box .blog-by,
.customer-speak.webm .media-kit .media-list .card-media .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .media-kit .media-list .card-media .blog-by,
.media-kit .media-list .customer-speak.webm .card-media .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .media-kit .media-list .customer-speak.webm .card-media .blog-by,
.customer-speak.webm .ebc-loan-banner .lawbx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .customer-speak.webm .ebc-loan-banner .lawbx .blog-by,
.ebc-loan-banner .customer-speak.webm .lawbx .blog-detail .blog-ctnt .blog-by,
.blog-detail .blog-ctnt .ebc-loan-banner .customer-speak.webm .lawbx .blog-by {
    margin-bottom: 0;
}

.customer-speak.webm .customer-speak-carousel .owl-nav {
    top: 120px;
}

.faqs-bx {
    background: #f3f3f3;
    padding-top: 50px;
    color: #54565B;
}

.accordian.opn1 {
    font-size: 16px;
}

.accordian.opn1 .trgr.act::before {
    content: "\e905";
    color: #787878;
}

.accordian.opn1 .trgr::before {
    content: "\e906";
    font-size: 20px;
}

.accordian.opn1 .tog_cont {
    background: #F5F5F5;
    border-top-width: 2px;
}

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

.secondary-nav .container {
  position: relative;
}


.secondary-nav .container .btn-box {
  position: absolute;
  right: 0;
  top: 10px;
}

@media (max-width: 991px) {
  .secondary-nav .container .btn-box {
    display: none;
  }
}

.homeTabComponent .sticky .btn-box .btn-red {
  height: inherit !important;
  line-height: 22px !important;
}

/* Sticky botton at bottom for mobile start */
.sticky-btm {
  display: none;
  transition: transform .3s linear;
}

.sticky-btm.hide {
  transform: translate(0, 50px);
}

.sticky-btm a {
  display: block;
  height: 50px;
  background: #9D1D27;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .sticky-btm {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}

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

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

.secondary-nav.sticky,
.secondary-tab.sticky,
.secondary-tab-normal.sticky {
  position: fixed;
  width: 100%;
  top: 105px;
  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: 7px;
}

.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;
  /* mobile net banking for 1024 resolution*/
  /* mobile net banking for 1024 resolution end*/
}

.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: 0.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: #25243B;
}

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

/* Sticky botton at bottom for mobile end */
.invest-withUs{
    padding: 60px 0px;
}
.invest-withUs {
  position: relative;
  background-image: linear-gradient(134deg, #866628 0%, #DCB526 97%);
}

.invest-withUs::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 20%;
 
  /* ../images/wealth/exm-icon.svg */
  background: url("../../../content/dam/wealth-new/exm-icon.svg") no-repeat;
  background-size: contain;
  top: 0;
  left: 12%;
}

.invest-withUs .hdb {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}

.invest-withUs .investIn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.invest-withUs .investIn .white-box, .invest-withUs .investIn .search-bxIn .search-ad .ad-card, .search-bxIn .search-ad .invest-withUs .investIn .ad-card, .invest-withUs .investIn .accordian .trgr, .accordian .invest-withUs .investIn .trgr, .invest-withUs .investIn .accordian .tog_cont, .accordian .invest-withUs .investIn .tog_cont, .invest-withUs .investIn .card-look, .invest-withUs .investIn .media-card, .invest-withUs .investIn .pr-list > li .card-bx, .pr-list > li .invest-withUs .investIn .card-bx, .invest-withUs .investIn .trgr1,
.invest-withUs .investIn .trgr2,
.invest-withUs .investIn .trgr3, .invest-withUs .investIn .tog_cont1,
.invest-withUs .investIn .tog_cont2,
.invest-withUs .investIn .tog_cont3, .invest-withUs .investIn .mf-invest .start-box, .mf-invest .invest-withUs .investIn .start-box, .invest-withUs .investIn .more-box, .invest-withUs .investIn .media-kit .media-list .card-media, .media-kit .media-list .invest-withUs .investIn .card-media, .invest-withUs .investIn .ebc-loan-banner .lawbx, .ebc-loan-banner .invest-withUs .investIn .lawbx {
  width: 24%;
  padding: 30px 24px;
  min-height: 165px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  cursor: pointer;
  margin-bottom: 15px;
}

.invest-withUs .investIn .white-box .f14, .invest-withUs .investIn .search-bxIn .search-ad .ad-card .f14, .search-bxIn .search-ad .invest-withUs .investIn .ad-card .f14, .invest-withUs .investIn .accordian .trgr .f14, .accordian .invest-withUs .investIn .trgr .f14, .invest-withUs .investIn .accordian .tog_cont .f14, .accordian .invest-withUs .investIn .tog_cont .f14, .invest-withUs .investIn .card-look .f14, .invest-withUs .investIn .media-card .f14, .invest-withUs .investIn .pr-list > li .card-bx .f14, .pr-list > li .invest-withUs .investIn .card-bx .f14, .invest-withUs .investIn .trgr1 .f14, .invest-withUs .investIn .trgr2 .f14, .invest-withUs .investIn .trgr3 .f14, .invest-withUs .investIn .tog_cont1 .f14, .invest-withUs .investIn .tog_cont2 .f14, .invest-withUs .investIn .tog_cont3 .f14, .invest-withUs .investIn .mf-invest .start-box .f14, .mf-invest .invest-withUs .investIn .start-box .f14, .invest-withUs .investIn .more-box .f14, .invest-withUs .investIn .media-kit .media-list .card-media .f14, .media-kit .media-list .invest-withUs .investIn .card-media .f14, .invest-withUs .investIn .ebc-loan-banner .lawbx .f14, .ebc-loan-banner .invest-withUs .investIn .lawbx .f14 {
  display: none;
}

.invest-withUs .investIn .white-box .f20, .invest-withUs .investIn .search-bxIn .search-ad .ad-card .f20, .search-bxIn .search-ad .invest-withUs .investIn .ad-card .f20, .invest-withUs .investIn .accordian .trgr .f20, .accordian .invest-withUs .investIn .trgr .f20, .invest-withUs .investIn .accordian .tog_cont .f20, .accordian .invest-withUs .investIn .tog_cont .f20, .invest-withUs .investIn .card-look .f20, .invest-withUs .investIn .media-card .f20, .invest-withUs .investIn .pr-list > li .card-bx .f20, .pr-list > li .invest-withUs .investIn .card-bx .f20, .invest-withUs .investIn .trgr1 .f20, .invest-withUs .investIn .trgr2 .f20, .invest-withUs .investIn .trgr3 .f20, .invest-withUs .investIn .tog_cont1 .f20, .invest-withUs .investIn .tog_cont2 .f20, .invest-withUs .investIn .tog_cont3 .f20, .invest-withUs .investIn .mf-invest .start-box .f20, .mf-invest .invest-withUs .investIn .start-box .f20, .invest-withUs .investIn .more-box .f20, .invest-withUs .investIn .media-kit .media-list .card-media .f20, .media-kit .media-list .invest-withUs .investIn .card-media .f20, .invest-withUs .investIn .ebc-loan-banner .lawbx .f20, .ebc-loan-banner .invest-withUs .investIn .lawbx .f20 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0;
}

.invest-withUs .investIn .white-box figure, .invest-withUs .investIn .search-bxIn .search-ad .ad-card figure, .search-bxIn .search-ad .invest-withUs .investIn .ad-card figure, .invest-withUs .investIn .accordian .trgr figure, .accordian .invest-withUs .investIn .trgr figure, .invest-withUs .investIn .accordian .tog_cont figure, .accordian .invest-withUs .investIn .tog_cont figure, .invest-withUs .investIn .card-look figure, .invest-withUs .investIn .media-card figure, .invest-withUs .investIn .pr-list > li .card-bx figure, .pr-list > li .invest-withUs .investIn .card-bx figure, .invest-withUs .investIn .trgr1 figure, .invest-withUs .investIn .trgr2 figure, .invest-withUs .investIn .trgr3 figure, .invest-withUs .investIn .tog_cont1 figure, .invest-withUs .investIn .tog_cont2 figure, .invest-withUs .investIn .tog_cont3 figure, .invest-withUs .investIn .mf-invest .start-box figure, .mf-invest .invest-withUs .investIn .start-box figure, .invest-withUs .investIn .more-box figure, .invest-withUs .investIn .media-kit .media-list .card-media figure, .media-kit .media-list .invest-withUs .investIn .card-media figure, .invest-withUs .investIn .ebc-loan-banner .lawbx figure, .ebc-loan-banner .invest-withUs .investIn .lawbx figure {
  margin-bottom: 0;
  margin-left: 10px;
}

.invest-withUs .investIn .white-box a{
  color: #FFFFFF;
  text-decoration: underline;
}

.invest-withUs .investIn .white-box:hover, .invest-withUs .investIn .search-bxIn .search-ad .ad-card:hover, .search-bxIn .search-ad .invest-withUs .investIn .ad-card:hover, .invest-withUs .investIn .accordian .trgr:hover, .accordian .invest-withUs .investIn .trgr:hover, .invest-withUs .investIn .accordian .tog_cont:hover, .accordian .invest-withUs .investIn .tog_cont:hover, .invest-withUs .investIn .card-look:hover, .invest-withUs .investIn .media-card:hover, .invest-withUs .investIn .pr-list > li .card-bx:hover, .pr-list > li .invest-withUs .investIn .card-bx:hover, .invest-withUs .investIn .trgr1:hover,
.invest-withUs .investIn .trgr2:hover,
.invest-withUs .investIn .trgr3:hover, .invest-withUs .investIn .tog_cont1:hover,
.invest-withUs .investIn .tog_cont2:hover,
.invest-withUs .investIn .tog_cont3:hover, .invest-withUs .investIn .mf-invest .start-box:hover, .mf-invest .invest-withUs .investIn .start-box:hover, .invest-withUs .investIn .more-box:hover, .invest-withUs .investIn .media-kit .media-list .card-media:hover, .media-kit .media-list .invest-withUs .investIn .card-media:hover, .invest-withUs .investIn .ebc-loan-banner .lawbx:hover, .ebc-loan-banner .invest-withUs .investIn .lawbx:hover {
  background-image: linear-gradient(90deg, #4B4B4B 0%, #000000 100%);
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 16px;
}

.invest-withUs .investIn .white-box:hover .f20, .invest-withUs .investIn .search-bxIn .search-ad .ad-card:hover .f20, .search-bxIn .search-ad .invest-withUs .investIn .ad-card:hover .f20, .invest-withUs .investIn .accordian .trgr:hover .f20, .accordian .invest-withUs .investIn .trgr:hover .f20, .invest-withUs .investIn .accordian .tog_cont:hover .f20, .accordian .invest-withUs .investIn .tog_cont:hover .f20, .invest-withUs .investIn .card-look:hover .f20, .invest-withUs .investIn .media-card:hover .f20, .invest-withUs .investIn .pr-list > li .card-bx:hover .f20, .pr-list > li .invest-withUs .investIn .card-bx:hover .f20, .invest-withUs .investIn .trgr1:hover .f20, .invest-withUs .investIn .trgr2:hover .f20, .invest-withUs .investIn .trgr3:hover .f20, .invest-withUs .investIn .tog_cont1:hover .f20, .invest-withUs .investIn .tog_cont2:hover .f20, .invest-withUs .investIn .tog_cont3:hover .f20, .invest-withUs .investIn .mf-invest .start-box:hover .f20, .mf-invest .invest-withUs .investIn .start-box:hover .f20, .invest-withUs .investIn .more-box:hover .f20, .invest-withUs .investIn .media-kit .media-list .card-media:hover .f20, .media-kit .media-list .invest-withUs .investIn .card-media:hover .f20, .invest-withUs .investIn .ebc-loan-banner .lawbx:hover .f20, .ebc-loan-banner .invest-withUs .investIn .lawbx:hover .f20,
.invest-withUs .investIn .white-box:hover figure,
.invest-withUs .investIn .search-bxIn .search-ad .ad-card:hover figure,
.search-bxIn .search-ad .invest-withUs .investIn .ad-card:hover figure,
.invest-withUs .investIn .accordian .trgr:hover figure,
.accordian .invest-withUs .investIn .trgr:hover figure,
.invest-withUs .investIn .accordian .tog_cont:hover figure,
.accordian .invest-withUs .investIn .tog_cont:hover figure,
.invest-withUs .investIn .card-look:hover figure,
.invest-withUs .investIn .media-card:hover figure,
.invest-withUs .investIn .pr-list > li .card-bx:hover figure,
.pr-list > li .invest-withUs .investIn .card-bx:hover figure,
.invest-withUs .investIn .trgr1:hover figure,
.invest-withUs .investIn .trgr2:hover figure,
.invest-withUs .investIn .trgr3:hover figure,
.invest-withUs .investIn .tog_cont1:hover figure,
.invest-withUs .investIn .tog_cont2:hover figure,
.invest-withUs .investIn .tog_cont3:hover figure,
.invest-withUs .investIn .mf-invest .start-box:hover figure,
.mf-invest .invest-withUs .investIn .start-box:hover figure,
.invest-withUs .investIn .more-box:hover figure,
.invest-withUs .investIn .media-kit .media-list .card-media:hover figure,
.media-kit .media-list .invest-withUs .investIn .card-media:hover figure,
.invest-withUs .investIn .ebc-loan-banner .lawbx:hover figure,
.ebc-loan-banner .invest-withUs .investIn .lawbx:hover figure {
  display: none;
}

.invest-withUs .investIn .white-box:hover .f14, .invest-withUs .investIn .search-bxIn .search-ad .ad-card:hover .f14, .search-bxIn .search-ad .invest-withUs .investIn .ad-card:hover .f14, .invest-withUs .investIn .accordian .trgr:hover .f14, .accordian .invest-withUs .investIn .trgr:hover .f14, .invest-withUs .investIn .accordian .tog_cont:hover .f14, .accordian .invest-withUs .investIn .tog_cont:hover .f14, .invest-withUs .investIn .card-look:hover .f14, .invest-withUs .investIn .media-card:hover .f14, .invest-withUs .investIn .pr-list > li .card-bx:hover .f14, .pr-list > li .invest-withUs .investIn .card-bx:hover .f14, .invest-withUs .investIn .trgr1:hover .f14, .invest-withUs .investIn .trgr2:hover .f14, .invest-withUs .investIn .trgr3:hover .f14, .invest-withUs .investIn .tog_cont1:hover .f14, .invest-withUs .investIn .tog_cont2:hover .f14, .invest-withUs .investIn .tog_cont3:hover .f14, .invest-withUs .investIn .mf-invest .start-box:hover .f14, .mf-invest .invest-withUs .investIn .start-box:hover .f14, .invest-withUs .investIn .more-box:hover .f14, .invest-withUs .investIn .media-kit .media-list .card-media:hover .f14, .media-kit .media-list .invest-withUs .investIn .card-media:hover .f14, .invest-withUs .investIn .ebc-loan-banner .lawbx:hover .f14, .ebc-loan-banner .invest-withUs .investIn .lawbx:hover .f14 {
  display: block;
}

.invest-withUs .btn-box {
  text-align: center;
}

.invest-withUs .btn-box .btn-white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

@media (max-width: 1024px) {
  .invest-withUs .investIn .white-box .f20, .invest-withUs .investIn .search-bxIn .search-ad .ad-card .f20, .search-bxIn .search-ad .invest-withUs .investIn .ad-card .f20, .invest-withUs .investIn .accordian .trgr .f20, .accordian .invest-withUs .investIn .trgr .f20, .invest-withUs .investIn .accordian .tog_cont .f20, .accordian .invest-withUs .investIn .tog_cont .f20, .invest-withUs .investIn .card-look .f20, .invest-withUs .investIn .media-card .f20, .invest-withUs .investIn .pr-list > li .card-bx .f20, .pr-list > li .invest-withUs .investIn .card-bx .f20, .invest-withUs .investIn .trgr1 .f20, .invest-withUs .investIn .trgr2 .f20, .invest-withUs .investIn .trgr3 .f20, .invest-withUs .investIn .tog_cont1 .f20, .invest-withUs .investIn .tog_cont2 .f20, .invest-withUs .investIn .tog_cont3 .f20, .invest-withUs .investIn .mf-invest .start-box .f20, .mf-invest .invest-withUs .investIn .start-box .f20, .invest-withUs .investIn .more-box .f20, .invest-withUs .investIn .media-kit .media-list .card-media .f20, .media-kit .media-list .invest-withUs .investIn .card-media .f20, .invest-withUs .investIn .ebc-loan-banner .lawbx .f20, .ebc-loan-banner .invest-withUs .investIn .lawbx .f20 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .invest-withUs .investIn .white-box, .invest-withUs .investIn .search-bxIn .search-ad .ad-card, .search-bxIn .search-ad .invest-withUs .investIn .ad-card, .invest-withUs .investIn .accordian .trgr, .accordian .invest-withUs .investIn .trgr, .invest-withUs .investIn .accordian .tog_cont, .accordian .invest-withUs .investIn .tog_cont, .invest-withUs .investIn .card-look, .invest-withUs .investIn .media-card, .invest-withUs .investIn .pr-list > li .card-bx, .pr-list > li .invest-withUs .investIn .card-bx, .invest-withUs .investIn .trgr1,
  .invest-withUs .investIn .trgr2,
  .invest-withUs .investIn .trgr3, .invest-withUs .investIn .tog_cont1,
  .invest-withUs .investIn .tog_cont2,
  .invest-withUs .investIn .tog_cont3, .invest-withUs .investIn .mf-invest .start-box, .mf-invest .invest-withUs .investIn .start-box, .invest-withUs .investIn .more-box, .invest-withUs .investIn .media-kit .media-list .card-media, .media-kit .media-list .invest-withUs .investIn .card-media, .invest-withUs .investIn .ebc-loan-banner .lawbx, .ebc-loan-banner .invest-withUs .investIn .lawbx {
    width: 49%;
    min-height: 105px;
  }
}

@media (max-width: 767px) {
  .invest-withUs .investIn .white-box, .invest-withUs .investIn .search-bxIn .search-ad .ad-card, .search-bxIn .search-ad .invest-withUs .investIn .ad-card, .invest-withUs .investIn .accordian .trgr, .accordian .invest-withUs .investIn .trgr, .invest-withUs .investIn .accordian .tog_cont, .accordian .invest-withUs .investIn .tog_cont, .invest-withUs .investIn .card-look, .invest-withUs .investIn .media-card, .invest-withUs .investIn .pr-list > li .card-bx, .pr-list > li .invest-withUs .investIn .card-bx, .invest-withUs .investIn .trgr1,
  .invest-withUs .investIn .trgr2,
  .invest-withUs .investIn .trgr3, .invest-withUs .investIn .tog_cont1,
  .invest-withUs .investIn .tog_cont2,
  .invest-withUs .investIn .tog_cont3, .invest-withUs .investIn .mf-invest .start-box, .mf-invest .invest-withUs .investIn .start-box, .invest-withUs .investIn .more-box, .invest-withUs .investIn .media-kit .media-list .card-media, .media-kit .media-list .invest-withUs .investIn .card-media, .invest-withUs .investIn .ebc-loan-banner .lawbx, .ebc-loan-banner .invest-withUs .investIn .lawbx {
    width: 100%;
    min-height: 105px;
  }
}
.invest-withUs.custom-bg-grey {
  background-image: linear-gradient(118deg, #6B6B6B 0%, #C7C7C7 100%);
}

.invest-withUs.custom-bg-grey::before {
  display: none;
}

.invest-withUs.custom-bg-grey .investIn .white-box:hover, .invest-withUs.custom-bg-grey .investIn .search-bxIn .search-ad .ad-card:hover, .search-bxIn .search-ad .invest-withUs.custom-bg-grey .investIn .ad-card:hover, .invest-withUs.custom-bg-grey .investIn .accordian .trgr:hover, .accordian .invest-withUs.custom-bg-grey .investIn .trgr:hover, .invest-withUs.custom-bg-grey .investIn .accordian .tog_cont:hover, .accordian .invest-withUs.custom-bg-grey .investIn .tog_cont:hover, .invest-withUs.custom-bg-grey .investIn .card-look:hover, .invest-withUs.custom-bg-grey .investIn .media-card:hover, .invest-withUs.custom-bg-grey .investIn .pr-list > li .card-bx:hover, .pr-list > li .invest-withUs.custom-bg-grey .investIn .card-bx:hover, .invest-withUs.custom-bg-grey .investIn .trgr1:hover,
.invest-withUs.custom-bg-grey .investIn .trgr2:hover,
.invest-withUs.custom-bg-grey .investIn .trgr3:hover, .invest-withUs.custom-bg-grey .investIn .tog_cont1:hover,
.invest-withUs.custom-bg-grey .investIn .tog_cont2:hover,
.invest-withUs.custom-bg-grey .investIn .tog_cont3:hover, .invest-withUs.custom-bg-grey .investIn .mf-invest .start-box:hover, .mf-invest .invest-withUs.custom-bg-grey .investIn .start-box:hover, .invest-withUs.custom-bg-grey .investIn .more-box:hover, .invest-withUs.custom-bg-grey .investIn .media-kit .media-list .card-media:hover, .media-kit .media-list .invest-withUs.custom-bg-grey .investIn .card-media:hover, .invest-withUs.custom-bg-grey .investIn .ebc-loan-banner .lawbx:hover, .ebc-loan-banner .invest-withUs.custom-bg-grey .investIn .lawbx:hover {
  background-image: linear-gradient(180deg, #070707 0%, #626161 100%);
}

.invest-withUs.custom-bg-pink {
  background-image: linear-gradient(118deg, #D17E79 0%, #EE9591 100%);
}

.invest-withUs.custom-bg-pink::before {
  display: none;
}

.invest-withUs.custom-bg-pink .investIn .white-box:hover, .invest-withUs.custom-bg-pink .investIn .search-bxIn .search-ad .ad-card:hover, .search-bxIn .search-ad .invest-withUs.custom-bg-pink .investIn .ad-card:hover, .invest-withUs.custom-bg-pink .investIn .accordian .trgr:hover, .accordian .invest-withUs.custom-bg-pink .investIn .trgr:hover, .invest-withUs.custom-bg-pink .investIn .accordian .tog_cont:hover, .accordian .invest-withUs.custom-bg-pink .investIn .tog_cont:hover, .invest-withUs.custom-bg-pink .investIn .card-look:hover, .invest-withUs.custom-bg-pink .investIn .media-card:hover, .invest-withUs.custom-bg-pink .investIn .pr-list > li .card-bx:hover, .pr-list > li .invest-withUs.custom-bg-pink .investIn .card-bx:hover, .invest-withUs.custom-bg-pink .investIn .trgr1:hover,
.invest-withUs.custom-bg-pink .investIn .trgr2:hover,
.invest-withUs.custom-bg-pink .investIn .trgr3:hover, .invest-withUs.custom-bg-pink .investIn .tog_cont1:hover,
.invest-withUs.custom-bg-pink .investIn .tog_cont2:hover,
.invest-withUs.custom-bg-pink .investIn .tog_cont3:hover, .invest-withUs.custom-bg-pink .investIn .mf-invest .start-box:hover, .mf-invest .invest-withUs.custom-bg-pink .investIn .start-box:hover, .invest-withUs.custom-bg-pink .investIn .more-box:hover, .invest-withUs.custom-bg-pink .investIn .media-kit .media-list .card-media:hover, .media-kit .media-list .invest-withUs.custom-bg-pink .investIn .card-media:hover, .invest-withUs.custom-bg-pink .investIn .ebc-loan-banner .lawbx:hover, .ebc-loan-banner .invest-withUs.custom-bg-pink .investIn .lawbx:hover {
  background-image: linear-gradient(180deg, #2B0600 0%, #640000 100%);
}

/*CLS fix do not change*/
.whyInvestWithUs .invest-withUs .white-box img{
  min-height: 30px;
  min-width: 30px;
}

.toll-loc {
  background: #fafafa;
  padding: 60px 0;
}

.toll-loc .nav.soc-listingTab {
  padding: 0;
}

.toll-loc .nav.soc-listingTab a .card-box figure img {
  height: 32px;
  width: 32px;
}

.nav.soc-listingTab a {
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.nav.soc-listingTab a.active .card-box,
.nav.soc-listingTab a:hover .card-box {
  border-bottom: solid #9D1D27 3px;
}

.nav.soc-listingTab a .card-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgb(0 0 0 / 22%);
  padding: 30px;
  border-radius: 4px;
  border-bottom: solid transparent 3px;
  width: 100%;
}

.card-box {
  background: #FFFFFF;
  box-shadow: rgb(84 86 91 / 10%) 12px 27px 38px;
  height: 100%;
}

.nav.soc-listingTab a .card-box figure {
  margin-bottom: 0px;
  margin-right: 15px;
}

.toll-loc .nav.soc-listingTab a .card-box figure img {
  height: 32px;
  width: 32px;
}

.nav.soc-listingTab a .card-box figure img {
  width: 32px;
}

.nav.soc-listingTab a .card-box .card-title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
}

.hd {
  font-size: 36px;
  line-height: 1;
  font-weight: 300;
  color: #54565b;
  margin-bottom: 1rem;
}

.CTR,
.about-intro,
.our-vision {
  text-align: center;
}

.toll-loc .nav.soc-listingTab {
  padding: 0;
}

@media (max-width: 767px) {
  .toll-loc .nav.soc-listingTab {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 20px;
  }

  .hd {
    font-size: 24px;
  }

  .toll-loc .nav.soc-listingTab a {
    margin: 0 0 16px;
    min-height: 90px;
  }

  .toll-loc .nav.soc-listingTab a .card-box {
    min-height: 90px;
  }

  .nav.soc-listingTab a .card-box {
    padding: 15px;
  }

  .toll-loc .nav.soc-listingTab a .card-box .card-title {
    width: 120px;
  }

  .toll-loc .nav.soc-listingTab {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 20px;
  }

  .toll-loc .nav.soc-listingTab a {
    margin: 0 0 16px;
    min-height: 90px;
  }

  .toll-loc .nav.soc-listingTab a .card-box {
    min-height: 90px;
  }

  .toll-loc .nav.soc-listingTab a .card-box .card-title {
    width: 120px;
  }
}

.fees-section {
    padding: 45px 0;
  }

.card-look.full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 97%;
    margin: 0 auto;
    /* product details page fees components  */
    /* product details page fees components end */
  }
  
  .card-look.full figure {
    margin: 0 36px;
  }
  
  .card-look.full figure img {
    width: 146px;
    height: auto;
  }
  
  .card-look.full figcaption,
  .card-look.full div {
    width: 35%;
  }
  
  .card-look.full .btn-box {
    width: 35%;
    margin-left: auto;
  }
  
  .card-look.full.opt1 {
    width: 100%;
    border: 2px solid #9d1d27;
  }
  
  .card-look.full.opt1 figure img {
    width: 432px;
    min-height: 200px; /* CSS for CLS do not change */
  }
  
  @media (max-width: 767px) {
    .card-look.full.opt1 figure {
      margin: 0 -30px;
    }
    .card-look.full.opt1 figure img {
      width: 100%;
      min-height: 150px;
    }
  }
  
  .card-look.full.opt1 figcaption,
  .card-look.full.opt1 div {
    padding: 35px  !important;
    width: 65%;
  }
  
  @media (max-width: 1024px) {
    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
      padding: 30px;
    }
    .card-look.full.opt1 figcaption .hd,
    .card-look.full.opt1 div .hd {
      font-size: 30px;
    }
  }
  
  @media (max-width: 991px) {
    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
      width: 100%;
    }
  }
  
  @media (max-width: 767px) {
    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
      padding: 0;
      margin: 0;
    }
  }
  
  .card-look > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px;
  }
  
  .card-look figure {
    margin: 0 20px 0 0;
  }
  
  .card-look figure img {
    width: 32px;
    height: 32px;
  }
  
  .card-look .title {
    color: #54565B;
    margin-bottom: 5px;
  }
  
  .card-look p {
    font-size: 12px;
    line-height: 16px;
    color: #A6A6A6;
    margin-bottom: 0;
  }
  
  @media (max-width: 991px) {
    .card-look.full {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      padding: 36px 30px 0;
    }
    .card-look.full figure {
      -ms-flex-order: 1;
          order: 1;
      margin: -80px 0 auto auto;
    }
    .card-look.full figure img {
      width: 175px;
    }
    .card-look.full figcaption,
    .card-look.full div {
      width: 100%;
      text-align: left;
    }
    .card-look.full figcaption p,
    .card-look.full div p {
      display: block;
      margin: 8px 0 20px;
    }
    .card-look.full .btn-box {
      width: 100%;
    }
    .card-look > a {
      min-height: 100px;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
    }
    .card-look > a.see-more figure img, .card-look > a.see-less figure img {
      height: auto;
    }
    .card-look p {
      display: none;
    }
    .card-look figure {
      margin: 0 0 16px;
    }
    .card-look figcaption,
    .card-look div {
      text-align: center;
    }
    .card-look figcaption .title,
    .card-look div .title {
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 767px) {
    .card-look.full figure {
      margin-top: 10px;
    }
    .card-look > a {
      min-height: 150px;
    }
  }
.grey-bg1
{
    background-color: #F5F5F5;
}
@media (max-width: 767px) {

  .card-look.full.opt1.new-op1 p,
  .card-look.full.opt1.new-op1 h3 {
    text-align: center;
  }
}

.card-look.full.opt1.new-op1 .flex-cnt {
  display: -ms-flexbox;
  display: flex;
}

.card-look.full.opt1.new-op1 .btn-box,
.card-look.full.opt1.new-op1 .flex-cnt {
  width: auto;
  padding: 15px 0 !important;
}

.card-look.full.opt1.new-op1 .btn-box a {
  margin-right: 16px;
}

@media (max-width: 767px) {
  .card-look.full.opt1.new-op1 .btn-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-look.full.opt1.new-op1 .btn-box a {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
}

.card-look.full.opt1.new-op1 p {
  font-size: 16px;
  color: #54565B;
}

@media (max-width: 767px) {
  .card-look.full.opt1.new-op1 p {
    font-size: 14px;
    line-height: 20px;
  }
}
.fees-section.ratings .card-look.full.opt1 {
  overflow: hidden;
}

.fees-section.ratings .card-look.full.opt1>div {
  padding: 40px 0 40px 50px;
}

.fees-section.ratings .card-look.full.opt1>div .hd {
  margin-top: 12px;
}

.fees-section.ratings .card-look.full.opt1 figure {
  margin-left: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 991px) {
  .fees-section.ratings .card-look.full.opt1>div {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .fees-section.ratings .card-look.full.opt1>div .hd {
    font-size: 24px;
    line-height: 1.2;
  }

  .fees-section.ratings .card-look.full.opt1 figure {
    margin: 0 -30px;
  }
}

table{
border-collapse: separate;!important   
    }

/* General css for page */
.schedule-charges-banner .active .card-box {
    border-bottom-color: #9d1d27;
  }
  
  .schedule-charges-banner .active .card-box .card-title {
    font-weight: 400;
  }

  .schedule-charges-banner .card-box {
    border-radius: 5px;
    min-height: 150px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    border-bottom: 3px solid transparent;
  }

  .schedule-charges-banner .card-box .card-title {
    font-weight: 300;
    margin-top: 10px;
    font-size: 24px;
  }

  .section-1 {
    padding: 40px 0 100px 0;
  }

  .MT60 {
    margin-top: 60px;
  }

  .grey-bg, .banner2 .banner-wrapper.grey-btm, .related-product {
    background: #f3f3f3;
  }

  .grey-bg2 {
    background: #fafafa;
  }

  .link-txt {
    font-size: 13px;
    font-weight: 700;
    color: #9D1D27;
  }

  hr.op1 {
    margin: 50px 0;
    border-top-color: #d8d8d8;
  }

  @media (max-width: 991px) {
    .mt-15-sm {
      margin-top: 15px;
    }
    .mt-30-sm {
      margin-top: 30px;
    }
  }

  @media (max-width: 767px) {
    .mt-30-sm {
      margin-top: 0;
    }
  }

  /* General css for page end */


/* Accordian style */
.accordian {
    /* common accordian like FAQ */
    /* common accordian like FAQ end */
    /* Product Detail page Eligibility */
    /* Product Detail Eligibility end*/
  }

  .accordian .trgr {
    padding: 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;
  }

  .accordian .tog_cont .block {
    display: block;
  }

  @media (max-width: 767px) {
    .accordian .trgr,
    .accordian .tog_cont {
      padding: 20px 40px 20px 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;
  }

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

  .accordian.op1 .trgr::before {
    content: "\e906";
    height: auto;
    width: auto;
    right: 0;
    color: #54565B;
    top: 15px;
    font-size: 24px;
  }

  @media (max-width: 1024px) {
    .accordian.op1 .trgr::before {
      font-size: 18px;
    }
  }

  .accordian.op1 .trgr.act::before {
    content: "\e905";
  }

  .accordian.op1 .tog_cont {
    box-shadow: none;
    border: 0;
    padding-left: 20px;
    margin: 0;
  }

  @media (max-width: 1024px) {
    .accordian.op1 .tog_cont {
      padding-bottom: 16px;
    }
  }

  .accordian.op1 .tog_cont ul li {
    list-style: disc;
    margin-bottom: 15px;
  }

  @media (max-width: 1024px) {
    .accordian.op1 .tog_cont ul li {
      margin-bottom: 8px;
    }
  }

         .faq-section {
    padding: 45px 0 105px 0;
  }

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

    /* FAQ bg update start*/
  .faq-section.op1 {
    background: #f3f3f3;
    padding: 90px 0 0;
  }

  .faq-section.op1 .TAR.MT30 {
    margin-bottom: 0;
  }

@media (max-width: 991px){
.heading-box {
    display: block;
}
}
	

  /* FAQ bg update end*/

.heading-box {
    display: -ms-flexbox;
   /* display: flex; */
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    position: relative;
    z-index: 1;
}

.faq-section .CTR {
    text-align: center;
}
.faq-section .accordian .trgr::before {
  background: none;

}

/* CSS for CLS do not change */

.detailsaccordian .faq-section{
  min-height: 250px;
}

@media(max-width: 767px) {
  .detailsaccordian .faq-section{
    min-height: 150px;
  }
}

/* Product listing page card  */
.productcards{
  min-height: 500px; /* CSS for CLS do not change */
}
.card.op2 {
    padding: 20px 30px 40px;
    border: 1px solid #E5E5E5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
    height: 100%;
    min-height: 450px; /* CSS for CLS do not change */
    position: relative;
    /* Notification Box for more than 3 product*/
    /* Notification Box for more than 3 product End*/
  }

  .card.op2 hr {
    width: 24px;
    border: #9D1D27 solid 1px;
    margin-left: 0px;
    display: inline-block;
    margin: 0.6rem 0;
  }
  
  .card.op2 figure {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
  }
  
  .card.op2 figure .cta {
    position: absolute;
    top: -20px;
    right: -30px;
  }
  
  .card.op2 figure .cta a {
    background: #FFCB05;
    width: 100px;
    display: block;
    border-radius: 0px 0px 0px 11px;
    padding: 10px 10px 10px 25px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #737373;
  }
  
  .card.op2 figure .cta a:after {
    position: absolute;
    content: "";
    font-family: icomoon;
    content: "\e906";
    font-size: 13px;
    height: 15px;
    width: 15px;
    left: 12px;
    top: 10px;
  }
  
  .card.op2 figure .cta.selected a {
    background: #f3f3f3;
    color: #9D1D27;
    font-weight: 700;
  }
  
  .card.op2 figure .cta.selected a:after {
    content: "\e905";
  }
  
  .card.op2 figure img {
    width: auto;
    margin: 0 auto;
    min-height: 200px; /* CSS for CLS do not change */
  }
  
  .card.op2 .card-body {
    border-bottom: 0px;
    padding: 20px 0px;
    background: transparent;
    min-height: 230px;
  }
  
  .card.op2 .card-body .hd3b {
    line-height: 1;
  }
  
  .card.op2 .card-body .card-text {
    margin-top: 20px;
  }
  
  .card.op2 .btn-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  
  @media (max-width: 1024px) {
    .card.op2 .btn-box .btn-red {
      min-width: 140px;
    }
  }
  
  @media (max-width: 768px) {
    .card.op2 .btn-box .btn-red {
      min-width: 160px;
    }
  }
  
  .card.op2 .notif-bx {
    border-radius: 6px;
    width: 180px;
    top: 32px;
    right: -10px;
    position: absolute;
    background: #FFFFFF;
    line-height: 1.3;
    z-index: 1;
    padding: 20px 15px 15px 15px;
    font-size: 12px;
    box-shadow: 0 10px 9px 0px rgba(138, 107, 107, 0.11);
  }
  
  .card.op2 .notif-bx:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 30%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    box-shadow: 0 5px 4px -2px rgba(138, 107, 107, 0.11);
    border-color: transparent transparent #FFFFFF transparent;
  }
  
  .card.op2 .notif-bx .close-btn {
    position: absolute;
    top: 7px;
    right: 20px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    color: #54565B;
  }
  
  .card.op2 .notif-bx .close-btn:after {
    position: absolute;
    content: "";
    font-family: icomoon;
    content: "\e919";
    font-size: 11px;
  }
  
  /* Product listing page card end */
/* General for page start*/
.white-bg {
    padding: 60px 0;
  }
  
  @media (max-width: 767px) {
    .white-bg {
      padding: 30px 0;
    }
  }
  
  .grey-200 {
    background: #d8d8d8;
  }
  
  .product-container .hd {
    margin-bottom: 30px;
  }
  
  @media (max-width: 767px) {
    .download-btn {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 40px;
    }
    .download-btn img {
      width: 90%;
    }
  }
  
  /* General for page end*/


.dob-product {
    padding: 80px 0;
    min-height: 500px; /* CSS for CLS do not change */
  }
  
  .dob-product .hd {
    margin-bottom: 50px;
  }
  
  @media (max-width: 767px) {
    .dob-product {
      padding: 50px 0;
    }
  }

.pad3, .earn-points {
    padding: 20px 0px;
}
.earn-points-carousel {
    display: block;
}
.earn-points {
    background: #F5F5F5;
}

.earn-points .media-card {
    box-shadow: 0 4px 8px 0 rgba(37, 36, 59, 0.1);
    border-radius: 10px;
    margin: 0 4px 8px;
}

.earn-points .media-card .card-link {
    width: 100%;
}

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

.earn-points .media-card figure .tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFDF66;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    letter-spacing: .5px;
}

.earn-points .media-card .mcard-body {
    padding: 16px;
    min-height: 130px;
}

.earn-points .media-card .mcard-body h3 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.6px;
}

.earn-points .media-card .mcard-body h3+p {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
    margin: 8px 0 0;
}

@media (max-width: 767px) {
    .earn-points .owl-stage {
        left: -20px;
    }
}

.earn-bonus-points {
    background: url(../components/content/rewards/earn-points/clientlibs/images/offern/bg1.jpg) no-repeat 0 0/cover;
}

.earn-bonus-points .ebp-hd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.earn-bonus-points .ebp-hd .hd3b {
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: -1px;
    line-height: 28px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    width: 115px;
    text-transform: uppercase;
}

.earn-bonus-points .ebp-hd .white {
    width: 250px;
    padding-left: 20px;
    border-left: 1px solid #FFFFFF;
    margin-bottom: 0;
    letter-spacing: -0.25px;
}

.earn-bonus-points .cle-bx {
    margin: 0 15px;
}

.earn-bonus-points .cle-bx .circle {
    background: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    width: 152px;
    height: 152px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.earn-bonus-points .cle-bx .circle:first-child {
    margin-bottom: 24px;
}

.earn-bonus-points .owl-carousel .owl-item img {
    width: auto;
}

@media (max-width: 767px) {
    .earn-bonus-points .ebp-hd {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .earn-bonus-points .ebp-hd .white {
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #FFFFFF;
        padding-left: 0;
        border-left: 0;
        text-align: center;
    }

    .earn-bonus-points .cle-bx {
        margin: 0 10px;
    }

    .earn-bonus-points .owl-dots .owl-dot span,
    .earn-bonus-points .owl-dots .owl-dot.active span {
        background: #FFFFFF;
    }
}
.media-card .card-link {
  position: absolute;
  width: 92%;
  height: 100%;
  z-index: 1;
}

.media-card figure {
  margin-bottom: 0;
  position: relative;
}
/* .earn-points-carousel .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  } */
  .earn-points-carousel .owl-stage {
    margin: 0 auto;
}
/* Corporate Governance Start*/


.corp-govns  {
    padding: 40px 0;
}

  .corp-govns .copgov-carousel {
    margin: 30px 0;
    min-height: 200px; /*CLS fix.. do not change*/
  }
  
  .corp-govns .copgov-carousel.owl-carousel .owl-item img {
    width: auto;
    min-height: 20px; /*CLS fix.. do not change*/
  }
  
  .corp-govns .card-bx {
    text-align: center;
    margin: 0 30px;
  }
  
  .corp-govns .card-bx figure {
    width: 70px;
    height: 70px;
    background: #E8E8E8;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 auto 20px;
  }
  
  .corp-govns .card-bx .clr-grey {
    margin-top: 10px;
  }
  
  @media (max-width: 767px) {
    .corp-govns .col-xl-10 {
      padding: 0;
    }
    .corp-govns .card-bx {
      margin: 0 10px;
    }
  }
  
  /* Corporate Governance End*/

.grey-bg1, .prod-feature, .press-release {
    background: #F5F5F5;
}
/* product details calculator */
.cal-section {

  background-size: contain;
  padding: 55px 0;
}

.cal-section {
  background: url(../../../content/dam/idfcfirstbank/images/optimize/fd-interest-ate/cal-bg.webp) no-repeat right top #F5F5F5;
  /* background: url(https://www.idfcfirstbank.com/content/dam/idfcfirstbank/images/optimize/fd-interest-ate/cal-bg.webp) no-repeat right top #F5F5F5; */
  background-size: contain;
  padding: 55px 0;
}

@media (min-width: 1920px) {
  .cal-section {
    background-size: 30% 100%;
  }
}

@media (max-width: 1024px) {
  .cal-section {
    background-size: 260px 100%;
  }
}

@media (max-width: 768px) {
  .cal-section {
    background: #F5F5F5;
  }
}

@media (max-width: 767px) {
  .cal-section {
    padding: 55px 0 0;
  }
}

.cal-list.list-img {
  border: 1px solid #ebebeb;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  background: #FFFFFF;
  width: 100%;
}

@media (max-width: 768px) {
  .cal-list.list-img {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
  }
}

.cal-list.list-img li {
  margin-bottom: 0px;
  padding: 38px 32px;
  -ms-flex-align: start;
  align-items: start;
  border-bottom: solid 1px #E5E5E5;
}

.cal-list.list-img li:last-child {
  border-bottom: 0px;
}

.cal-list.list-img li .img-box img {
  border-radius: 50%;
}

.cal-list.list-img li .img-cont {
  width: auto;
}

.cal-list.list-img li .btn-box .btn-link {
  color: #9D1D27;
}

.cal-list.list-img li figcaption {
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
  margin-top: 5px;
}

.cal-list.list-img li h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0px;
}

.cal-list.list-img li .hd4 {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 300;
}

.slider-wraper {
  padding-bottom: 15px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .slider-wraper {
    margin-right: 0px;
  }
}

.slider-wraper p.title {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .slider-wraper p.title {
    margin-bottom: 9px;
  }
}

.slider-wraper .help-block {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-wraper .help-block span {
  text-align: right;
}

.cal-sld h3 {
  line-height: 1.2;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .cal-sld h3 {
    line-height: 1.3;
  }
}

.loan-cal {
  margin-right: 70px;
}

@media (max-width: 1024px) {
  .loan-cal {
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  .loan-cal {
    padding-left: 10px !important;
  }
}

.loan-cal>.row {
  margin-top: 30px;
}

.loan-cal>.row .col-lg-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.loan-cal>.row .col-lg-3 .form-label-group {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

@media (max-width: 768px) {
  .loan-cal>.row .col-lg-3 .form-label-group {
    margin-top: 40px;
  }
}

.explorer11 .loan-cal>.row .col-lg-3 .form-label-group .form-control:focus~label,
.explorer11 .loan-cal>.row .col-lg-3 .form-label-group .form-control:valid~label,
.explorer11 .loan-cal>.row .col-lg-3 .form-label-group .form-control~label {
  background: #F5F5F5;
}

.loan-cal>.row .col-lg-3 .form-label-group input::-webkit-outer-spin-button,
.loan-cal>.row .col-lg-3 .form-label-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.loan-cal>.row .col-lg-3 .form-label-group input[type="number"] {
  -moz-appearance: textfield;
}

.loan-cal>.row .col-lg-3 .form-label-group input:not(:placeholder-shown)~label {
  background: #F5F5F5;
}

.loan-cal>.row .col-lg-3 .form-label-group.op1 input:not(:placeholder-shown)~label {
  background: #FFFFFF;
}

.loan-cal>.row .col-lg-3 .form-label-group.op1 input {
  background: #FFFFFF;
}

.loan-cal>.row .col-lg-3 .form-label-group input {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  height: 50px;
  padding-top: 10px;
  margin-bottom: 5px;
  background: #F5F5F5;
}

@media (max-width: 768px) {
  .loan-cal>.row .col-lg-3 .form-label-group input {
    width: 125px;
  }
}

@media (max-width: 768px) {
  .loan-cal {
    margin-left: 0px;
    padding: 0;
    margin-right: 0px;
  }
}

.loan-cal .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
}

.loan-cal .ui-widget.ui-widget-content {
  background: #FFCB05;
  height: 5px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.loan-cal .ui-slider {
  position: relative;
  text-align: left;
}

.loan-cal .ui-slider .ui-slider-handle {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  width: 28px;
  height: 28px;
  margin: -12px 0 0 0px;
  background: #9D1D27;
  border-radius: 50%;
  line-height: 6;
  font-weight: 700;
  font-size: 14px;
  margin-left: -15px;
}

.loan-cal .ui-slider #custom-handle-yrs.ui-slider-handle {
  text-indent: -2px;
}

.loan-cal .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: #FFCB05;
}

.loan-cal .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.loan-cal.opt1 {
  margin: 0;
  border: 1px solid #d8d8d8;
}

.loan-cal.opt1 .cal-box {
  padding: 30px 30px 50px 30px;
}

@media (max-width: 767px) {

  .loan-cal.opt1 .cal-box .MT50.clr-grey,
  .loan-cal.opt1 .cal-box .hero-from .form-list .MT50.notes,
  .hero-from .form-list .loan-cal.opt1 .cal-box .MT50.notes {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .loan-cal.opt1 .cal-box .ui-widget {
    width: 260px !important;
  }
}

@media (max-width: 991px) {
  .loan-cal.opt1 .cal-box .form-label-group.op1 {
    margin-top: 40px;
  }
}

.loan-cal.opt1>.row {
  margin-top: 0;
}

.emi-roi {
  border-top: 1px solid #d8d8d8;
  padding: 30px 30px 20px 30px;
}

.cal-notes {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .cal-notes {
    line-height: 1.3;
  }
}

.cal-notes span {
  font-size: 36px;
}

.disc-link {
  font-size: 12px;
  text-decoration: underline;
}

/* product details calculator end */
/* product details calculator v2 */
.radio-option {
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .radio-option {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .radio-option .custom-control-inline {
    font-size: 14px;
  }
}

.radio-option h5 {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .radio-option h5 {
    padding-right: 10px;
  }
}

.radio-option .int-rate {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .radio-option .int-rate {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
}

.radio-option .int-rate h5 {
  display: inline-block;
  padding-right: 0px;
}

@media (max-width: 767px) {
  .radio-option .int-rate h5 {
    padding-right: 20px;
  }
}

.radio-option .int-rate p.f24,
.radio-option .int-rate .page-breaker-1 p.card-text,
.page-breaker-1 .radio-option .int-rate p.card-text {
  display: inline-block;
  margin: 0px;
}

.d-type-with-int {
  margin-top: 30px;
  display: none;
}

.d-type-with-int.active {
  display: -ms-flexbox;
  display: flex;
}

.d-type-with-int .dropdown .dropdown-menu {
  height: 150px;
}

.d-type-with-int .form-label-group label.form-control-placeholder {
  color: #777;
}

.d-type-with-int .form-label-group label.form-control-placeholder.float {
  background: #F5F5F5;
}

.d-type-with-int .form-label-group label.form-control-placeholder.changefloat {
  background: #F5F5F5;
}

.d-type-with-int .form-label-group .bootstrap-select.show>.btn-light.dropdown-toggle {
  background: #F5F5F5;
}

.d-type-with-int .form-label-group .bootstrap-select>.btn,
.d-type-with-int .form-label-group .bootstrap-select>.btn-light {
  background-color: #F5F5F5 !important;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  line-height: 3;
}

.int-rate p {
  margin-top: 11px;
  font-weight: 300;
}

/*  end */


.form-label-group {
  position: relative;
  /* :active works but when replace with :focus, it doesn't work */
}

.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: #FFFFFF;
  margin-top: -12px;
  font-size: 12px;
  color: #777;
  padding: 1px 4px;
  margin-left: 7px;
  border-radius: 5px;
  transform: translate(0px, 0px) !important;
}

.explorer11 .form-label-group .form-control::-ms-clear {
  display: none;
}

.form-label-group>label,
.form-label-group>input {
  padding: 0.85rem 0.75rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #787878;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc($pad-y + $pad-y * (2 / 3));
  padding-bottom: calc($pad-y / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  font-size: 12px;
  color: #777;
  background: #fff;
  border-radius: 0px;
  display: inline-block;
  width: auto;
  padding: 1px 4px;
  margin-left: 7px;
  margin-top: -10px;
  border-radius: 5px;
}

.form-label-group label.form-control-placeholder {
  font-size: 15px;
  color: #777;
  display: inline-block;
  width: auto;
  margin-left: 7px;
  margin-top: 0px;
  transition: all 0.3s;
}

.form-label-group label.form-control-placeholder.float {
  transform: translate(0, -1.1em);
  font-size: 75%;
  background: #fff;
  padding: 1px 4px;
  margin-left: 7px;
  transition: 0.2s ease-in-out;
}

.form-label-group label.form-control-placeholder.changefloat {
  transform: translate(0, -1.1em);
  background: #fff;
  padding: 1px 4px;
  font-size: 75%;
  margin-left: 7px;
}

.form-label-group .form-control-placeholder {
  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: 0.85rem 0.75rem;
  height: 48px;
  border-radius: 4px;
  background-color: #fff;
  border: 0;
  line-height: 1.5;
  color: #495057;
}

.form-label-group .bootstrap-select>.btn-light:focus,
.form-label-group .bootstrap-select>.btn-light:hover,
.form-label-group .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
  color: #495057;
}

#idfcInterestValue,
#interestValue,
#diffValue {
  font-size: 24px;
  color: #9d1d27;
}
.form-control {
  width: 110%;
}

.cal-section .form-label-group {
  position: relative
}

.cal-section .form-label-group .error-message {
  font-size: 10px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #9b1e26;
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 160px;
  text-align: end
}

.sliderMain {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #ffcb05;
  ;
  outline: none;
  transition: opacity 0.2s;
}
 
.sliderMain:hover {
  opacity: 1;
}
 
.sliderMain::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #9d1d27;
  cursor: pointer;
}
 
.sliderMain::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #9d1d27;
  cursor: pointer;
}

.sliderMain {
  position: relative;
}

.ui-slider-handle {
  position: absolute;
  line-height: 3;
}
/*Start Popup*/
.popup-hd {
  text-align: center;
}

.popup-close .icon-close.black::before {
  color: #54565B;
}

.popup-hd .hd28,
.popup-hd p {
  color: rgba(34, 34, 34, 0.8);
}

@media (max-width: 767px) {
  .popup-hd .f18 {
    font-size: 14px;
  }
}

.popup-hd .hd28 {
  line-height: 1;
}

.hd28 {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.2px;
  color: #25243B;
}

@media (min-width: 992px) {
  .videoPop .modal-dialog.modal-lg {
    max-width: 800px !important;
  }
}

/* CLS Fixes */
#popupImg .img-fluid {
  height: 430px;
  width: 765px;
}
@media (max-width: 768px) {
  #popupImg .img-fluid {
    height: 430px;
    width: 765px;
  }
}
/* CLS Changes END */

/*Start Popup End*/
/* Education loan calculator */
.education-loanCalc {
    padding: 20px 0 50px;
  }
  
  .education-loanCalc .loan-cal {
    margin-right: 0;
  }
  
  .education-loanCalc .loan-cal > .row.MT50 {
    margin-top: 50px;
  }
  
  .education-loanCalc .loan-cal .ui-slider .ui-slider-handle {
    white-space: nowrap;
  }
  
  .education-loanCalc .loan-cal .form-label-group label.form-control-placeholder.changefloat {
    transform: translate(0, -0.9em);
  }
  
  .education-loanCalc .loan-cal .slider-wraper {
    margin-right: 0;
  }
  
  .education-loanCalc .result-lt {
    background: #E4E4E4;
    padding: 40px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
  }
  
  .education-loanCalc .result-lt.op1 {
    padding: 30px 20px;
  }
  
  .education-loanCalc .result-lt.op1 .w25 {
    width: 80%;
  }
  
  .education-loanCalc .result-lt.op2 {
    padding: 30px 20px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  
  .education-loanCalc .result-lt.op2 .hdb {
    display: inline-block;
    margin-left: 8px;
  }
  
  .education-loanCalc .result-lt.op2 .sep {
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #54565B;
    margin: 0 30px;
  }
  
  .education-loanCalc .result-lt p {
    margin-bottom: 0;
  }
  
  .education-loanCalc .result-lt .f20 {
    font-size: 22px;
    line-height: 1.2;
    word-break:break-word;
  
  }
  
  .education-loanCalc .result-lt .hdb {
    color: #9D1D27;
    display: block;
  }
  
  .education-loanCalc .result-rt {
    background: #f3f3f3;
    color: #b8b8b8;
    padding: 10px 20px;
    font-size: 15px;
  }
  
  .education-loanCalc .hero-from {
    padding-left: 0;
  }
  
  .education-loanCalc .hero-from.act .btn-box .btn-red.op1 {
    display: none;
  }
  
  .education-loanCalc .hero-from.act .btn-box .btn-red.op2 {
    display: block;
  }
  
  .education-loanCalc .hero-from .otp,
  .education-loanCalc .hero-from .btn-box .btn-red.op2 {
    display: none;
  }
  
  .education-loanCalc .hero-from .form-list {
    margin-top: 30px;
  }
  
  .education-loanCalc .info {
    margin-top: 40px;
    color: #b8b8b8;
    margin-bottom: 0;
  }
  
  .education-loanCalc .PL30 {
    padding-left: 30px;
  }
  
  .education-loanCalc .PR30 {
    padding-right: 30px;
  }
  
  @media (max-width: 1024px) {
    .education-loanCalc .result-lt.op2 {
      text-align: center;
    }
  }
  
  @media (max-width: 767px) {
    .education-loanCalc .secondary-tab-normal ul:not(.filter) {
      -ms-flex-pack: start;
          justify-content: flex-start;
    }
    .education-loanCalc .secondary-tab-normal ul:not(.filter) li a strong {
      white-space: nowrap;
    }
    .education-loanCalc .loan-cal > .row.MT50 {
      margin-top: 30px;
    }
    .education-loanCalc .PL30 {
      padding-left: 15px;
      margin-top: 30px;
    }
    .education-loanCalc .PR30 {
      padding-right: 15px;
    }
    .education-loanCalc .jvalidation.hero-from {
      padding-top: 0;
    }
    .education-loanCalc .result-lt {
      -ms-flex-direction: column;
          flex-direction: column;
      text-align: center;
    }
    .education-loanCalc .result-lt .f12, .education-loanCalc .result-lt .blog-detail .blog-ctnt .blog-by, .blog-detail .blog-ctnt .education-loanCalc .result-lt .blog-by {
      margin: 20px 0;
    }
    .education-loanCalc .result-lt.op1 .w25 {
      width: 100%;
    }
    .education-loanCalc .result-lt.op2 .sep {
      width: 100%;
      height: 1px;
      margin: 20px 0;
    }
  }
  
  .jvalidation .form-control.is-valid, .jvalidation .was-validated .form-control:valid {
      border-color: inherit;
  }
    
  .hero-from .form-list select.normal-select-box {
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-size: 15px 5px;
      background: #FFFFFF url(../../../content/dam/idfconline.educationloan/Down.svg) no-repeat right center;
      background-position: 97% center;
      padding: 0.85rem 0.75rem;
      border: 0;
      border: 2px solid #d8d8d8;
      border-radius: 0.25rem;
      color: #787878;
  }

  .f12 .hdb{
    margin-left: 10px;
}

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

#eligibility1 .result-lt.op1 .w25, #eligibility1 .result-lt .f20{
    width:60%;
}


#eligibility1 .result-lt.op1 .f12, #eligibility1 .result-lt .f12{
    width:40%;
}

#displayNameUSA, #displayNameUSA2, #displayName, #fullName{
    text-transform: capitalize;
}

.btn{
    padding: 0 0 20px 10px;
}

.btn-box.op2 {
    display: flex;
    flex-direction: column;
}

.btn-box.op2 .btn-link{
    margin-top: 12px;
    text-align: center;
}

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



.sliderMain {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #ffcb05;
  ;
  outline: none;
  transition: opacity 0.2s;
}

.sliderMain:hover {
  opacity: 1;
}

.sliderMain::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #9d1d27;
  cursor: pointer;
}

.sliderMain::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #9d1d27;
  cursor: pointer;
}
/*Blog listing page list card*/
.card.opt1 {
  overflow: hidden;
}

/* Added Height & Width for CLS  */
.card.opt1 img {
  overflow: hidden;
  width: 255px;
  height: 340px;
}

@media (max-width: 767px) {
  .card.opt1 img {
    height: 392px;
    width: 294px;
  }
}
/* CLS END */

.card.opt1:hover img {
  transform: scale(1.1);
}

.card.opt1 img {
  width: 100%;
  transition: 0.3s;
}

.card.opt1 .star-box {
  position: absolute;
  right: 15px;
  top: 15px;
}

.card.opt1 .star-box .icon-star::before {
  color: #FFFFFF;
}

.card.opt1 .card-img-overlay {
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 4%, black 93%);
  top: 50%;
}

.card.opt1 .card-img-overlay .card-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  /*links color added 10 sep 2020 */
  min-height: 40px;
  /*links color added 10 sep 2020 end*/
}

.card.opt1 .card-img-overlay .card-title a {
  color: #FFFFFF;
}

.card.opt1 .card-img-overlay .card-text {
  color: #b8b8b8;
  font-size: 12px;
}

@media (max-width: 991px) {
  .card.opt1 {
    margin-bottom: 30px;
  }
}

/*Blog listing page list card end*/


.grey-bg, .banner2 .banner-wrapper.grey-btm, .code-pol, .related-product, .blog-tab.fastag, .bod-page, .media-kit .mk-left, .trending, .pr-page {
    background: #f3f3f3;
}

.blog-tab.fastag .blog-card-2 .card-left {
  padding-top: 0;
}

.blog-tab.fastag .blog-card-2 {
  padding: 12px 0 12px 56px;
  -ms-flex-align: center;
  align-items: center;
}

.blog-card-2 {
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 30px 55px;
  border-left: solid 1px #d8d8d8;
}

@media (max-width: 768px) {
  .blog-card-2 {
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 0px;
    border-top: solid 1px #d8d8d8;
    padding: 40px 30px 0;
  }

  .blog-card-2 .btn-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog-card-2 .btn-box a:last-child {
    margin-top: 20px;
  }
}

.blog-card-2 .card-left {
  padding-left: 48px;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .blog-card-2 .card-left {
    padding-left: 0;
  }
}

.blog-card-2 .card-left p {
  margin-top: 25px;
}

.how-work {
  padding: 0 40px;
}

.how-work .d-flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.how-work .d-flex .hd {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .how-work .b-tab-list li .img-box {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .how-work {
    padding: 0;
  }

  .how-work .b-tab-list li .img-box {
    margin-right: 5px;
  }
}



.blog-tab-scroll {
  width: 100%;
}

@media (max-width: 991px) {
  .blog-tab-scroll {
    overflow-x: auto;
  }
}



.b-tab-list {
  margin-right: -2px;
  position: relative;
  z-index: 1;
}

.b-tab-list li {
  width: 100%;
}

@media (max-width: 768px) {
  .b-tab-list li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    margin-right: 25px;
    margin-bottom: 0px;
  }
}

 .b-tab-list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .b-tab-list li a {
    padding-bottom: 30px;
    border-bottom: solid 3px transparent;
  }
}

.b-tab-list li a.active {
  border-right: solid 3px #9D1D27;
}

.blog-tab.fastag .blog-card-2 .list-item.opt2 {
  padding-top: 0;
}

.blog-tab.fastag .blog-card-2 .list-item.opt2::before {
  background: #787878;
  z-index: 0;
}
.list-item.opt2::before {
    position: absolute;
    content: "";
    height: 72%;
    width: 3px;
    left: 13px;
    top: 28px;
    z-index: -1;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 22%);
}
.blog-tab.fastag .blog-card-2 .list-item.opt2 li span {
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  background: #787878;
  color: #FFFFFF;
  z-index: 1;
}

.blog-tab.fastag .blog-card-2 .list-item.opt2 li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .blog-tab.fastag .blog-card-2 {
    padding: 40px 0 0;
  }

  .blog-tab.fastag .blog-card-2 .card-left {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .blog-tab.fastag .d-flex {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog-tab.fastag .d-flex .btn-box {
    margin-top: 12px;
  }

  .blog-tab.fastag .blog-card-2 .card-left {
    padding: 0 32px;
  }
}

.list-item.opt2 li {
  color: #54565B;
}

.steps-touse {
  background: #C4777D;
  background-image: linear-gradient(180deg, #C4777D 0%, #9D1D27 90%, #FAFAFA 90%, #FAFAFA 100%);
  padding: 50px 0 20px;
}

.steps-touse .hdr {
  color: #FFFFFF;
  text-align: center;
}

.steps-touse .card.opt1 {
  border: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .steps-touse {
    padding-bottom: 0;
  }

  .steps-touse .card.opt1 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .steps-touse .col-lg-9 {
    padding: 0;
  }
}

    ul.list-item.opt2 {
    border-top: 0px;
    position: relative;
}

    .list-item.opt2 li span {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
    height: 30px;
    width: 30px;
}
.b-tab-list li .img-cont h4 {
    font-size: 20px;
    line-height: 1.1;
}
.steps-touse .card.opt1 .tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #FFDF66;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 10px;
  letter-spacing: .5px;
  text-transform: uppercase;
  z-index: 1;
  display: none;
}

.steps-touse .card.opt1.act .tag {
  display: block;
}
.card-img-overlay.ctnt-btm{
  color: #fff;
  display : flex ;
  flex-direction : column;
   justify-content : flex-end;
}


.new-comp {
    background: #f3f3f3;
  }
  
  .new-comp .whiteBx {
    background: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    display: -ms-flexbox;
    display: flex;
  }
  
  .new-comp .whiteBx .ltCol {
    width: 30%;
  }
  
  .new-comp .whiteBx .ltCol .nav {
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  
  .new-comp .whiteBx .ltCol .nav li {
    border-bottom: 1px solid #eaeaea;
    -ms-flex: 1;
    flex: 1;
  }
  
  .new-comp .whiteBx .ltCol .nav li:last-child {
    border-bottom: 0;
  }
  
  .new-comp .whiteBx .ltCol .nav li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background: #FFFFFF;
    border-right: 8px solid transparent;
    transition: all .3s linear;
  }
  
  .new-comp .whiteBx .ltCol .nav li a.active {
    color: #9D1D27;
    transform: scaleX(1.2);
    border-right-color: #9D1D27;
    box-shadow: 12px 27px 38px 0 rgba(0, 0, 0, 0.09);
    border-radius: 3px;
  }
  
  .new-comp .whiteBx .ltCol .nav a {
    padding: 20px 40px;
    display: block;
    font-weight: 700;
  }
  
  .new-comp .whiteBx .rtCol {
    width: 70%;
    border-left: 1px solid #eaeaea;
    padding: 60px 0 60px 100px;
    min-height: 504px;
  }
  
  @media (max-width: 1024px) {
    .new-comp .whiteBx .rtCol {
      padding-left: 60px;
    }
  }
  
  @media (max-width: 1024px) {
    .new-comp .whiteBx .ltCol .nav li a {
      padding: 20px 10px 20px 20px;
    }
  }
  
.sec-ctnt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .sec-ctnt .seclt {
    width: 375px;
  }
  
  .sec-ctnt .seclt .btn-box {
    display: -ms-flexbox;
    display: flex;
  }
  
  .sec-ctnt .seclt .btn-box .btn-white {
    line-height: 26px;
    color: #767676;
  }
  
  .sec-ctnt figure {
    margin: 0 -100px 0 0;
  }

  .new-comp .tabs-pane .sec-ctnt figure img{
    min-height: 200px;
  }
  
  @media (max-width: 991px) {
    .sec-ctnt .seclt .btn-box .btn-white {
      line-height: 2.8;
    }
  
    .sec-ctnt figure {
      display: none;
    }
  }
  ul.with-circle.op1 li {
    line-height: 24px;
    position: relative ;
}
  ul.with-circle.op1 li::before {
    top: 0;
    font-size: 16px;
  }
  .service-mid ul.with-circle.op1 li {
    line-height: 30px;
  }
  ul.with-circle.op1 li {
    list-style: none;
    margin-bottom: 5px;
    padding: 0 0 0 12px;
}  
  a#know-more-bg {
    background: transparent;
}
     a#know-more-bg1 {
    background: transparent;
}
   @media (max-width: 767px) {
  .tabComp {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  }

  .tabComp .fhd {
    border-top: 1px solid #eaeaea;
    padding: 20px;
    font-weight: 700;
    position: relative;
    transition: all .3s linear;
    background: #FFFFFF;
  }

  .tabComp .fhd:first-child {
    border-top: 0;
  }

  .tabComp .fhd::before {
    position: absolute;
    font-family: icomoon;
    content: "\e906";
    right: 20px;
    top: 20px;
    color: #9D1D27;
    font-size: 20px;
  }

  .tabComp .fhd.act {
    background: #fafafa;
    border-radius: 5px 5px 0 0;
  }

  .tabComp .fhd.act+.flist {
    background: #fafafa;
    border-bottom-color: #9D1D27;
    border-radius: 0 0 5px 5px;
  }

  .tabComp .fhd.act::before {
    content: "\e905";
  }

  .tabComp .flist {
    padding: 20px;
    display: none;
    border-top: 1px solid #eaeaea;
    border-bottom: 3px solid transparent;
    background: #FFFFFF;
  }

  .tabComp .btn-box {
    display: -ms-flexbox;
    display: flex;
  }

  .tabComp .btn-box .btn-white {
    line-height: 2.8;
    color: #767676;
  }
}
ul.with-circle li {
    padding: 10px 0;
    position: relative;
    padding-left: 15px;
  }

  ul.with-circle li::before {
    content: "•";
    font-size: 22px;
    position: absolute;
    left: 0px;
    top: 12px;
  }

.steps-touse2{
    padding: 60px 0;
}
.CTR, .about-intro, .our-vision {
    text-align: center;
}

.f14 {
    font-size: 14px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.MT30 {
    margin-top: 30px;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.f16br, .fastag-tandc .read-more, .payment-card .more-txt a {
    color: #9D1D27;
}
.f16b, .f16br, .fastag-tandc .read-more, .payment-card .more-txt a {
    font-size: 16px;
    font-weight: 700;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-nav .owl-prev.disabled {
    opacity: 0.3;
}
.owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
}
/* .owl-nav span {
    font-size: 30px;
} */
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-Left:before {
    content: "\e901";
    color: #787878;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 40%;
}
.icon-Right:before {
    content: "\e902";
    color: #787878;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-dots {
    text-align: center;
    margin-top: 15px;
}
.steps-touse2 .card-bx {
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 9%);
    border-radius: 1px;
    text-align: center;
    padding: 30px 15px;
    margin: 20px 20px 30px;
}
.steps-touse2 .card-bx img {
    height: 200px;
    width: auto !important;
    margin: 0 auto 12px;
}
.steps-touse2.homeloan .card-bx {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 9%);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    padding: 20px 24px;
    margin: 20px 30px;
    min-height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .steps-touse2 .card-bx img {
        height: 200px;
        width: auto !important;
        margin: 0 auto 12px;
    }}
.steps-touse2 .card-bx p.f16br, .steps-touse2 .card-bx .fastag-tandc p.read-more, .fastag-tandc .steps-touse2 .card-bx p.read-more {
    margin-bottom: 12px;
}
.steps-touse2 .owl-carousel .owl-nav .owl-next {
    right: -60px;
}
.steps-touse2 .owl-carousel .owl-nav .owl-prev, .steps-touse2 .owl-carousel .owl-nav .owl-next {
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 32%);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 40%;
}
.steps-touse2 .owl-carousel .owl-nav span {
    font-size: 20px;
}
.steps-touse2 .owl-carousel .owl-nav span::before {
    color: #9D1D27;
}
.icon-Left:before {
    content: "\e901";
    color: #787878;
}
.icon-Right:before {
    content: "\e902";
    color: #787878;
}
.steps-touse2 .owl-carousel .owl-nav .owl-prev {
    left: -60px;
}
.steps-touse2 .card-bx p.f16br + p, .steps-touse2 .card-bx .fastag-tandc p.read-more + p, .fastag-tandc .steps-touse2 .card-bx p.read-more + p {
    min-height: 64px;
    margin-bottom: 0;
}
.grey-bg1, .prod-feature {
    background: #F5F5F5;
  }
  
  .pad-tb1, .prod-feature, .prod-feature .intro-banner {
    padding: 15px 0 0 0;
  }
  
  .prod-feature .hd2v {
    margin-bottom: 15px;
  }
  
  .prod-feature .moretext {
    display: none;
  }



/* Page Breaker SOC detail Start */
.card.page-breaker {
  border: 2px solid #9D1D27;
  border-radius: 8px;
  background: none;
}

.card.page-breaker .row {
  -ms-flex-align: center;
      align-items: center;
  min-height: 150px;
}

.card.page-breaker .card-img {
  text-align: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.card.page-breaker .card-img img {
  max-width: 268px;
}

.card.page-breaker .card-body {
  padding: 0;
  border-bottom: 0;
  background: none;
}

.card.page-breaker .btn-box {
  text-align: right;
  padding-right: 40px;
}

@media (max-width: 991px) {
  .card.page-breaker .card-img img {
    width: 100%;
  }
  .card.page-breaker .hd {
    font-size: 24px;
  }
  .card.page-breaker .btn-box {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .card.page-breaker .card-img {
    -ms-flex-order: 1;
        order: 1;
  }
  .card.page-breaker .card-img img {
    width: auto;
  }
  .card.page-breaker .card-body {
    padding: 30px;
  }
  .card.page-breaker .btn-box {
    text-align: left;
    padding: 0 0 50px 30px;
  }
}

/* Page Breaker End */
/* Page Breaker Home Loan Start */
 .card.page-breaker .btn-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: right;
      justify-content: right;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
}

.card.page-breaker .btn-box a {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .card.page-breaker .btn-box {
    padding: 0 30px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

/* Page Breaker Home Loan End */



/* Blog general start */
.blog-other-card {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  
  @media (max-width: 767px) {
    .blog-other-card {
      padding: 0 30px 10px 30px;
    }
  }
  
  .grey-bg.opt1, .banner2 .opt1.banner-wrapper.grey-btm, .opt1.related-product {
    background: #d8d8d8;
  }
  
  .card.opt2 {
    border: 0;
  }
  
  @media (max-width: 991px) {
    .card.opt2 .hd5 {
      font-size: 18px;
    }
  }
  
  .card.opt2 .card-img-overlay {
    padding-left: 26%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  
  @media (max-width: 991px) {
    .card.opt2 .card-img-overlay {
      padding: 1rem 0 1rem 12rem;
    }
  }
  
  @media (max-width: 991px) {
    .card.opt2 .card-img-overlay .card-tex {
      font-size: 14px;
    }
  }
  
  .load-more-1,
  .load-more-2 {
    display: -ms-flexbox;
    display: flex;
    display: none;
  }
  
  /* Blog general end */
/*Blog Learn. Plan. Save. element*/
.card-box.op2 {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #b8b8b8;
    border-radius: 3px;
  }
  
  .blog-card {
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  
  @media (max-width: 991px) {
    .blog-card {
      -ms-flex-direction: column;
          flex-direction: column;
    }
  }
  
  .blog-card .blog-img {
    position: absolute;
    left: 0%;
    top: 50%;
    margin: -160px 0 0 -90px;
    width: 240px;
  }
  
  .blog-card .blog-img img {
    width: 100%;
    min-height: 300px; /*FOR CLS*/
  }
  
  @media (max-width: 991px) {
    .blog-card .blog-img {
      position: inherit;
      left: auto;
      top: auto;
      margin: -190px 0 0 30px;
      min-height: 300px; /*FOR CLS*/

    }
  }
  
  @media (max-width: 767px) {
    .blog-card .blog-img {
      margin: 0 auto;
      margin-top: -190px;
      min-height: 300px; /*FOR CLS*/

    }
  }
  
  .blog-card .card-left {
    padding: 55px 45px 35px 190px;
    border-right: 1px solid rgba(84, 86, 91, 0.2);
  }
  
  @media (max-width: 1024px) {
    .blog-card .card-left {
      padding: 35px 45px 35px 190px;
    }
  }
  
  @media (max-width: 991px) {
    .blog-card .card-left {
      padding: 30px;
      border-right: 0;
    }
  }
  
  @media (max-width: 1024px) {
    .blog-card .card-left .hd {
      font-size: 24px;
    }
  }
  
  .blog-card .card-right {
    padding: 50px 24px 0 50px;
  }
  
  @media (max-width: 1024px) {
    .blog-card .card-right {
      padding: 35px 24px 0 50px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
    }
  }
  
  @media (max-width: 991px) {
    .blog-card .card-right {
      padding: 30px 30px 0 30px;
      border-top: 1px solid #d8d8d8;
    }
  }
  
  .blog-card-wrapper {
    padding-bottom: 4px;
  }
  
  @media (max-width: 991px) {
    .blog-card-wrapper {
      margin-top: 200px;
    }
  }
  
  @media (max-width: 991px) {
    .blog-card-wrapper .list-img {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .blog-card-wrapper .list-img li {
      width: 50%;
    }
  }
  
  @media (max-width: 991px) and (max-width: 767px) {
    .blog-card-wrapper .list-img li {
      width: auto;
    }
  }
  
  /*Blog element end*/
/*Blog Home*/

            .blog-home {
    background: #f3f3f3;
    padding: 50px 0 0;
  }
  
  .blog-home .blog-card .card-right {
    padding: 36px 30px 16px 48px;
  }
  
  .blog-home .blog-card .card-right .list-img li {
    margin-bottom: 36px;
  }
  
  .blog-home .blog-card .card-right .list-img li:last-child {
    margin-bottom: 24px;
  }
  
  @media (max-width: 1024px) {
    .blog-home .blog-card .card-right {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
    }
  }

  @media (max-width: 991px) {
    .blog-home .blog-card .card-right {
      padding: 30px 30px 16px 30px;
    }
  }

  .card-box {
    background: #FFFFFF;
    box-shadow: rgb(84 86 91 / 10%) 12px 27px 38px;
    height: 100%;
}

.list-img li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.list-img li .img-box {
    margin-right: 24px;
    margin-bottom: 0;
}


.list-img li .img-box img{
  height: 65px;
  width: 65px;
}

.list-img li .img-cont a {
  color: #737373;
}

.list-img li .img-cont {
  width: 155px;
font-size: 14px;
  line-height: 18px;
  color: #737373;
}
/*Blog Home end*/


/*new css*/


.customer-speak.op1 .container.shape{
    background-image: url(../../../content/dam/wealth-new/shape.svg);
}

/*new css*/



.customer-speak {
    background: white;
    background: linear-gradient(90deg, white 40%, #c4777d 40%, #9d1d1d 100%);
  }
  
  
  
  .customer-speak .container.shape {
    background: url(../../../content/dam/idfcfirstbank/images/insurance/shape.svg) no-repeat 0 -2px;
    padding: 120px 15px 120px 15px;
  }
  
  @media (max-width: 767px) {
    .customer-speak .container.shape {
      padding: 80px 15px 0 15px;
      background: url(../../../content/dam/idfcfirstbank/images/insurance/shape.svg) no-repeat center -2px;
    }
  }

  @media (max-width: 767px) {
    .customer-speak {
      background: white;
      background: linear-gradient(180deg, white 48%, #c4777d 48%, #9d1d27 100%);
    }
  }
  
  .customer-speak .white-box,
  .customer-speak .search-bxIn .search-ad .ad-card,
  .search-bxIn .search-ad .customer-speak .ad-card,
  .customer-speak .accordian .trgr,
  .accordian .customer-speak .trgr,
  .customer-speak .accordian .tog_cont,
  .accordian .customer-speak .tog_cont,
  .customer-speak .card-look,
  .customer-speak .media-card,
  .customer-speak .pr-list>li .card-bx,
  .pr-list>li .customer-speak .card-bx,
  .customer-speak .trgr1,
  .customer-speak .trgr2,
  .customer-speak .trgr3,
  .customer-speak .tog_cont1,
  .customer-speak .tog_cont2,
  .customer-speak .tog_cont3,
  .customer-speak .mf-invest .start-box,
  .mf-invest .customer-speak .start-box,
  .customer-speak .media-kit .media-list .card-media,
  .media-kit .media-list .customer-speak .card-media {
    padding: 24px 28px;
    margin: 2px;
    min-height: 320px;
  }
  
  .customer-speak .white-box .f12,
  .customer-speak .search-bxIn .search-ad .ad-card .f12,
  .search-bxIn .search-ad .customer-speak .ad-card .f12,
  .customer-speak .accordian .trgr .f12,
  .accordian .customer-speak .trgr .f12,
  .customer-speak .accordian .tog_cont .f12,
  .accordian .customer-speak .tog_cont .f12,
  .customer-speak .card-look .f12,
  .customer-speak .media-card .f12,
  .customer-speak .pr-list>li .card-bx .f12,
  .pr-list>li .customer-speak .card-bx .f12,
  .customer-speak .trgr1 .f12,
  .customer-speak .trgr2 .f12,
  .customer-speak .trgr3 .f12,
  .customer-speak .tog_cont1 .f12,
  .customer-speak .tog_cont2 .f12,
  .customer-speak .tog_cont3 .f12,
  .customer-speak .mf-invest .start-box .f12,
  .mf-invest .customer-speak .start-box .f12,
  .customer-speak .media-kit .media-list .card-media .f12,
  .media-kit .media-list .customer-speak .card-media .f12,
  .customer-speak .white-box .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .customer-speak .white-box .blog-by,
  .customer-speak .search-bxIn .search-ad .ad-card .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .customer-speak .search-bxIn .search-ad .ad-card .blog-by,
  .search-bxIn .search-ad .customer-speak .ad-card .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .search-bxIn .search-ad .customer-speak .ad-card .blog-by,
  .customer-speak .accordian .trgr .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .customer-speak .accordian .trgr .blog-by,
  .accordian .customer-speak .trgr .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .accordian .customer-speak .trgr .blog-by,
  .customer-speak .accordian .tog_cont .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .customer-speak .accordian .tog_cont .blog-by,
  .accordian .customer-speak .tog_cont .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .accordian .customer-speak .tog_cont .blog-by,
  .customer-speak .card-look .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .customer-speak .card-look .blog-by,
  .customer-speak .media-card .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .customer-speak .media-card .blog-by,
  .customer-speak .pr-list>li .card-bx .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .customer-speak .pr-list>li .card-bx .blog-by,
  .pr-list>li .customer-speak .card-bx .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .pr-list>li .customer-speak .card-bx .blog-by,
  .customer-speak .trgr1 .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .customer-speak .trgr1 .blog-by,
  .customer-speak .trgr2 .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .customer-speak .trgr2 .blog-by,
  .customer-speak .trgr3 .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .customer-speak .trgr3 .blog-by,
  .customer-speak .tog_cont1 .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .customer-speak .tog_cont1 .blog-by,
  .customer-speak .tog_cont2 .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .customer-speak .tog_cont2 .blog-by,
  .customer-speak .tog_cont3 .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .customer-speak .tog_cont3 .blog-by,
  .customer-speak .mf-invest .start-box .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .customer-speak .mf-invest .start-box .blog-by,
  .mf-invest .customer-speak .start-box .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .mf-invest .customer-speak .start-box .blog-by,
  .customer-speak .media-kit .media-list .card-media .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .customer-speak .media-kit .media-list .card-media .blog-by,
  .media-kit .media-list .customer-speak .card-media .blog-detail .blog-ctnt .blog-by,
  .blog-detail .blog-ctnt .media-kit .media-list .customer-speak .card-media .blog-by {
    color: #767676;
    margin-bottom: 8px;
  }
  
  .customer-speak .cs-title-box {
    padding: 30px 0 0 20px;
  }
  
  @media (max-width: 991px) {
    .customer-speak .cs-title-box {
      padding: 30px 0 0 0;
    }
  }
  
  @media (max-width: 767px) {
    .customer-speak .cs-title-box {
      text-align: center;
      margin-bottom: 30px;
    }
  }
  
  .customer-speak-carousel .owl-nav {
    position: absolute;
    left: -270px;
    top: 150px;
  }
  
  @media (max-width: 991px) {
    .customer-speak-carousel .owl-nav {
      left: -190px;
    }
  }
  
  @media (max-width: 767px) {
    .customer-speak-carousel .owl-nav {
      position: static;
      text-align: center;
      padding: 30px 0;
    }
  }
  
  .customer-speak-carousel .owl-nav .owl-prev,
  .customer-speak-carousel .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
    margin: 0 10px;
  }
  
  @media (max-width: 767px) {
  
    .customer-speak-carousel .owl-nav .owl-prev,
    .customer-speak-carousel .owl-nav .owl-next {
      background: #FFFFFF !important;
    }
  }
  
  .customer-speak-carousel .owl-nav .owl-prev span,
  .customer-speak-carousel .owl-nav .owl-next span {
    display: none;
  }
  
  .customer-speak-carousel .owl-nav .owl-prev {
    position: static;
  }
  
  .customer-speak-carousel .owl-nav .owl-prev::before {
    font-family: icomoon;
    content: "\e901";
    color: #9D1D27;
  }
  
  .customer-speak-carousel .owl-nav .owl-next {
    position: static;
  }
  
  .customer-speak-carousel .owl-nav .owl-next::before {
    font-family: icomoon;
    content: "\e902";
    color: #9D1D27;
  }
  
  /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../components/content/investment/customerSpeak/clientlibs/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
  .insurance-didyou.customer-speak .hd2 {
      color: #54565B;
  }
  .insurance-didyou.customer-speak {
  background: linear-gradient(134.88deg, #c4777d 14.34%, #9d1d27 79.04%);
  }
  
  .insurance-didyou.customer-speak .container.shape {
  background: url("../../../content/dam/idfcfirstbank/images/insurance/qst-icon.svg") no-repeat 80px -2px;
  padding: 120px 15px 120px 15px;
  }
  
  @media (max-width: 767px) {
  .insurance-didyou.customer-speak .container.shape {
    padding: 80px 15px 0 15px;
    background: url("../../../content/dam/idfcfirstbank/images/insurance/qst-icon.svg") no-repeat center -2px;
  }
  }
  
  .insurance-didyou.customer-speak .hd2 {
  color: #54565B;
  }
  
  .insurance-didyou.customer-speak .hd {
  color: #FFFFFF;
  }
  
  @media (max-width: 1024px) {
  .insurance-didyou.customer-speak .hd {
    font-size: 34px;
  }
  }
  
  @media (max-width: 768px) {
  .insurance-didyou.customer-speak .hd {
    font-size: 30px;
  }
  }
  
  .insurance-didyou.customer-speak .customer-speak-carousel .owl-nav {
  left: -285px;
  top: 140px;
  }
  
  @media (max-width: 1024px) {
  .insurance-didyou.customer-speak .customer-speak-carousel .owl-nav {
    left: -235px;
  }
  }
  
  @media (max-width: 991px) {
  .insurance-didyou.customer-speak .customer-speak-carousel .owl-nav {
    left: -190px;
  }
  }
  
  @media (max-width: 767px) {
  .insurance-didyou.customer-speak .customer-speak-carousel .owl-nav {
    position: static;
    text-align: center;
    padding: 30px 0;
  }
  }
  
  .insurance-didyou.customer-speak .customer-speak-carousel .owl-nav button {
  background: #FFFFFF;
  }
  
  
  .five-reason.customer-speak .cs-title-box {
  padding-top: 0px;
  }
  .five-reason.customer-speak .container.shape {
  background: url("../../../content/dam/idfcfirstbank/images/insurance/exm-icon.svg") no-repeat 170px 0;
  }
  
  .five-reason.customer-speak .hd2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  }
  
  .five-reason.customer-speak .white-box,
  .five-reason.customer-speak .search-bxIn .search-ad .ad-card,
  .search-bxIn .search-ad .five-reason.customer-speak .ad-card,
  .five-reason.customer-speak .accordian .trgr,
  .accordian .five-reason.customer-speak .trgr,
  .five-reason.customer-speak .accordian .tog_cont,
  .accordian .five-reason.customer-speak .tog_cont,
  .five-reason.customer-speak .card-look,
  .five-reason.customer-speak .media-card,
  .five-reason.customer-speak .pr-list>li .card-bx,
  .pr-list>li .five-reason.customer-speak .card-bx,
  .five-reason.customer-speak .trgr1,
  .five-reason.customer-speak .trgr2,
  .five-reason.customer-speak .trgr3,
  .five-reason.customer-speak .tog_cont1,
  .five-reason.customer-speak .tog_cont2,
  .five-reason.customer-speak .tog_cont3,
  .five-reason.customer-speak .mf-invest .start-box,
  .mf-invest .five-reason.customer-speak .start-box,
  .five-reason.customer-speak .media-kit .media-list .card-media,
  .media-kit .media-list .five-reason.customer-speak .card-media {
  font-size: 14px;
  min-height: 160px;
  }
  
  @media (max-width: 1024px) {
  
  .five-reason.customer-speak .white-box,
  .five-reason.customer-speak .search-bxIn .search-ad .ad-card,
  .search-bxIn .search-ad .five-reason.customer-speak .ad-card,
  .five-reason.customer-speak .accordian .trgr,
  .accordian .five-reason.customer-speak .trgr,
  .five-reason.customer-speak .accordian .tog_cont,
  .accordian .five-reason.customer-speak .tog_cont,
  .five-reason.customer-speak .card-look,
  .five-reason.customer-speak .media-card,
  .five-reason.customer-speak .pr-list>li .card-bx,
  .pr-list>li .five-reason.customer-speak .card-bx,
  .five-reason.customer-speak .trgr1,
  .five-reason.customer-speak .trgr2,
  .five-reason.customer-speak .trgr3,
  .five-reason.customer-speak .tog_cont1,
  .five-reason.customer-speak .tog_cont2,
  .five-reason.customer-speak .tog_cont3,
  .five-reason.customer-speak .mf-invest .start-box,
  .mf-invest .five-reason.customer-speak .start-box,
  .five-reason.customer-speak .media-kit .media-list .card-media,
  .media-kit .media-list .five-reason.customer-speak .card-media {
    min-height: 215px;
  }
  }
  
  .five-reason.customer-speak .customer-speak-carousel .owl-nav {
  left: -278px;
  top: 135px;
  }
  
  @media (max-width: 1024px) {
  .five-reason.customer-speak .customer-speak-carousel .owl-nav {
    left: -235px;
  }
  }
  
  @media (max-width: 991px) {
  .five-reason.customer-speak .customer-speak-carousel .owl-nav {
    left: -190px;
  }
  }
  
  @media (max-width: 767px) {
  .five-reason.customer-speak .customer-speak-carousel .owl-nav {
    position: static;
    text-align: center;
    padding: 30px 0;
  }
  }
  
  .five-reason.customer-speak .customer-speak-carousel .owl-nav button {
  background: #FFFFFF;
  }


.banner-wrapper .banner-ctnt {
    position: absolute; 
   top: 50%;
   bottom: auto; 
   transform: translateY(-50%);
   width: 100%; 
}
.banner-wrapper .desc {
   margin-top: 15px;
   color: #54565B;
}

.form-label-group .form-control {
   height: inherit;
   border: 2px solid #d8d8d8;
}
.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: 0.25rem;
   transition: all 0.1s ease-in-out;
}
.btn-box button.btn-red {
   border: 0;
}
.btn-box .btn-red {
   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
}
.btn-box .btn-red, .btn-box .btn-white {
   display: inline-block;
   height: 50px;
   min-width: 160px;
   padding: 10px 30px;
   border-radius: 25px;
   background: #9D1D27;
   color: #FFFFFF;
   text-align: center;
   line-height: 30px;
   white-space: nowrap;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
   cursor: pointer;
}
[type=button], [type=reset], [type=submit], button {
   -webkit-appearance: button;
}
button, select {
   text-transform: none;
}
button, input {
   overflow: visible;
}
button, input, optgroup, select, textarea {
   margin: 0;
   font-family: inherit;
       font-size: inherit;
   }

.form-label-group > label, .form-label-group > input {
   padding: 0.85rem 0.75rem;
}
.product-banner figure img {
 width: 100%;
}

.product-banner .list-item.op1 li:last-child {
 margin-bottom: 0;
}

.product-banner .btn-box {
 display: -ms-flexbox;
 display: flex;
}

.product-banner .hero-know-more {
 line-height: 24px;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: center;
     align-items: center;
}

.product-banner .hero-know-more .icon-play {
 font-size: 24px;
 margin-right: 10px;
}

.product-banner .hero-know-more .icon-play::before {
 color: #9D1D27;
}

.product-banner .list-item {
 border-top: 0;
 padding-top: 0;
}

.product-banner .banner-btm {
 display: none;
}

@media (max-width: 991px) {
 .product-banner .banner-wrapper .list-item {
   display: none;
 }
 .product-banner .banner-ctnt {
   top: 50px;
 }
 .product-banner .banner-ctnt .hd1 {
   font-size: 24px;
   margin-top: 30px;
 }
 .product-banner .banner-ctnt .desc.noTab {
   display: none;
 }
 .product-banner .hero-know-more {
   margin-left: 16px;
   white-space: nowrap;
 }
 .product-banner .banner-btm {
   display: block;
 }
}

@media (max-width: 767px) {
 .product-banner .banner-ctnt {
   top: 24px;
 }
 .product-banner .banner-ctnt .hd1 {
   margin-top: 0;
 }
 .product-banner .banner-ctnt .desc {
   display: block;
 }
}

/* @media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
   max-width: 1140px;
}
}
@media (min-width: 768px){
.col-md-6 {
   -ms-flex: 0 0 50%;
   /* flex: 0 0 50%; 
   max-width: 50%;
}
.hd1 {
   font-size: 64px;
   line-height: 1.1;
   letter-spacing: -2px;
   color: #FFFFFF;
}
} */
@media (max-width: 991px) {
 .banner-wrapper .banner-ctnt {
   transform: none;
   left: 0;
   top: 24px;
 }
   }
.headingfont{
    font-size:30px;
}



.card-look{
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.looking-for {
  padding: 75px 0;
  background: #f3f3f3;
}

@media (max-width: 767px) {
  .looking-for {
    padding: 40px 0;
  }
}

/* homepage How can we help you today? */
.list-looking {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  
  .list-looking li {
    width: 30%;
    margin-bottom: 30px;
  }
  
  @media (max-width: 991px) {
    .list-looking li {
      margin-bottom: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .list-looking.for-mob li:nth-child(n+7) {
      display: none;
    }
    .list-looking li {
      width: 46%;
      margin-bottom: 15px;
    }
  }
  
  .card-look.full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 97%;
    margin: 0 auto;
    /* product details page fees components  */
    /* product details page fees components end */
  }
  
  .card-look.full figure {
    margin: 0 36px;
  }
  
  .card-look.full figure img {
    width: 146px;
    height: auto;
  }
  
  .card-look.full figcaption,
  .card-look.full div {
    width: 35%;
  }
  
  .card-look.full .btn-box {
    width: 35%;
    margin-left: auto;
  }
  
  .card-look.full.opt1 {
    width: 100%;
    border: 2px solid #9d1d27;
  }
  
  .card-look.full.opt1 figure img {
    width: 432px;
  }
  
  @media (max-width: 767px) {
    .card-look.full.opt1 figure {
      margin: 0 -30px;
    }
    .card-look.full.opt1 figure img {
      width: 100%;
    }
  }
  
  .card-look.full.opt1 figcaption,
  .card-look.full.opt1 div {
    padding: 50px;
    width: 65%;
  }
  
  @media (max-width: 1024px) {
    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
      padding: 30px;
    }
    .card-look.full.opt1 figcaption .hd,
    .card-look.full.opt1 div .hd {
      font-size: 30px;
    }
  }
  
  @media (max-width: 991px) {
    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
      width: 100%;
    }
  }
  
  @media (max-width: 767px) {
    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
      padding: 0;
      margin: 0;
    }
  }
  
  .card-look > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px;
  }
  
  .card-look figure {
    margin: 0 20px 0 0;
  }
  
  .card-look figure img {
    width: 32px;
    height: 32px;
  }
  
  .card-look .title {
    color: #54565B;
    margin-bottom: 5px;
  }
  
  .card-look p {
    font-size: 12px;
    line-height: 16px;
    color: #A6A6A6;
    margin-bottom: 0;
  }
  
  @media (max-width: 991px) {
    .card-look.full {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      padding: 36px 30px 0;
    }
    .card-look.full figure {
      -ms-flex-order: 1;
          order: 1;
      margin: -80px 0 auto auto;
    }
    .card-look.full figure img {
      width: 175px;
    }
    .card-look.full figcaption,
    .card-look.full div {
      width: 100%;
      text-align: left;
    }
    .card-look.full figcaption p,
    .card-look.full div p {
      display: block;
      margin: 8px 0 20px;
    }
    .card-look.full .btn-box {
      width: 100%;
    }
    .card-look > a {
      min-height: 100px;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
    }
    .card-look > a.see-more figure img, .card-look > a.see-less figure img {
      height: auto;
    }
    .card-look p {
      display: none;
    }
    .card-look figure {
      margin: 0 0 16px;
    }
    .card-look figcaption,
    .card-look div {
      text-align: center;
    }
    .card-look figcaption .title,
    .card-look div .title {
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 767px) {
    .card-look.full figure {
      margin-top: 10px;
    }
    .card-look > a {
      min-height: 150px;
    }
  }

.looking-for.op1 .list-looking li {
  margin: 0 15px 30px 15px;
}

@media (max-width: 991px) {
  .looking-for.op1 .list-looking li {
    margin: 0 15px 30px 0;
  }
}

@media (max-width: 767px) {
  .looking-for.op1 .list-looking li {
    margin: 0 0 15px 0;
  }
}

  /* homepage How can we help you today? end*/
                /*Financial Documents component*/
.looking-for.op1 {
  background: #f7f7f7;
}

.looking-for.op1 .list-looking {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media (max-width: 991px) {
  .looking-for.op1 .list-looking {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .looking-for.op1 .list-looking {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.looking-for.op1 .list-looking li {
  margin: 0 15px 30px 15px;
}

@media (max-width: 991px) {
  .looking-for.op1 .list-looking li {
    margin: 0 15px 30px 0;
  }
}

@media (max-width: 767px) {
  .looking-for.op1 .list-looking li {
    margin: 0 0 15px 0;
  }
}
.titletextcenter {
    text-align: center;
}

.sub-title{
     line-height: 1.1;
          }  


    .looking-for.inv .inv1 {
    background: #f3f3f3;
    padding: 70px 0 50px;
}

   .looking-for.inv .card-look > a {
    padding: 25px 20px;
    min-height: 90px;
}
/* Ways to bank element*/
.way-to-bank {
  padding: 50px 0;
}

.way-to-bank .way-img video {
  width: 100%;
}
.way-to-bank .hd1.black+p {
  color: #737373;
  margin: 10px 0 20px;
}

.way-to-bank.overlap-above {
  margin-top: -65px;
}

.way-to-bank .way-img {
  text-align: center;
}

.way-to-bank .way-img img,
.way-to-bank .way-img video {
  margin-top: -40px;
  min-height: 450px; /*CLS fix do not change*/
}

/*CLS fix do not change*/
.way-to-bank .download-btn img{
  min-height: 50px;
  min-width: 100px;
}

@media (max-width: 1024px) {
  .way-to-bank .hd1 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .way-to-bank {
    padding: 50px 0;
  }

  .way-to-bank .row {
    -ms-flex-align: center;
    align-items: center;
  }

  .way-to-bank.overlap-above {
    margin-top: 0;
  }

  .way-to-bank .hd1.black {
    margin: 12px 0;
  }

  .way-to-bank .download-btn {
    margin-bottom: 32px;
  }

  .way-to-bank .download-btn a {
    display: block;
    margin-top: 12px;
  }

  .way-to-bank .btn-box {
    margin-bottom: 32px;
  }

  .way-to-bank .way-img img,
  .way-to-bank .way-img video {
    width: 100%;
    margin-top: 0;
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .way-to-bank .way-img {
    margin-bottom: 20px;
  }
}

/* Ways to bank element end*/

.nav.opt1 {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  
  .nav.opt1 li {
    margin: 0 15px;
  }
  
  .nav.opt1 li a {
    padding: 14px 30px;
    font-weight: 700;
    border: 2px solid transparent;
    display: block;
  }
  
  .nav.opt1 li a.active {
    border-color: #d8d8d8;
    border-radius: 26px;
  }
  
  @media (max-width: 1024px) {
    .nav.opt1 {
      -ms-flex-pack: start;
          justify-content: flex-start;
    }
    .nav.opt1 li {
      margin: 0 8px;
    }
  }
  
  @media (max-width: 767px) {
    .nav.opt1 {
      -ms-flex-direction: row;
          flex-direction: row;
    }
  }

      @media (max-width: 991px){
 .way-to-bank .way-img video {
  width: 100%;
  margin-top: 0;
  min-height: 300px;
}
      }
/* Ways to Bank */
.waytobank-bx {
  background: rgba(232, 217, 223, 0.3);
  padding: 25px 24px;
  border-radius: 16px;
  padding-right: 0px;
}

@media (max-width: 767px) {
  .waytobank-bx {
      background: #FFFFFF;
      padding: 0;
      border-radius: 0;
      margin-left: -15px;
      margin-right: -15px;
  }
}

@media (max-width: 767px) {
  .waytobank-bx .hd-bx {
      padding-right: 20px;
      padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .col-reverse-in-mob {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  }
}

.waytobank-list {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .waytobank-list {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-top: 0px;
  }
}

.waytobank-list .item {
  border-radius: 16px;
  padding: 15px 15px 0px 15px;
  width: 33%;
  min-height: 130px;
  overflow: hidden;
  margin-right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0 4px 8px 0 rgba(84, 86, 91, 0.06);
}

.waytobank-list .item a {
  display: block;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

@media (max-width: 991px) {
  .waytobank-list .item {
      height: 190px;
      min-height: auto;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: end;
      align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .waytobank-list .item {
      width: 190px;
      height: 190px;
      margin-right: 13px;
  }
}

.waytobank-list .item:last-child {
  margin-right: 0px;
}

.waytobank-list .item .content h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 26px;
  margin-bottom: 4px;
}

@media (max-width: 1024px) {
  .waytobank-list .item .content h3 {
      font-size: 16px;
      line-height: 20px;
  }
}

.waytobank-list .item .content p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.2px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .waytobank-list .item .content p {
      margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .waytobank-list .item .content p {
      line-height: 16px;
  }
}

.waytobank-list .item figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 0px;
  text-align: right;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -15px;
}

@media (max-width: 991px) {
  .waytobank-list .item figure {
      margin-top: -20px;
  }
}

.waytobank-list .item figure img {
  height: auto;
}

.waytobank-list .item.op1 {
  background: #E8D9DF;
}

.waytobank-list .item.op2 {
  background: #F4D8CF;
}

.waytobank-list .item.op3 {
  background: #E1E1EB;
}

.waytobank-list.waytobank-list-car .item {
  width: auto;
}

.waytobank-list.waytobank-list-car .item figure img {
  height: 130px;
  width: auto;
}

.waytobank-list.waytobank-list-car .owl-stage {
  left: -20px;
}

@media (max-width: 991px) {
  .waytobank-list.waytobank-list-car .owl-stage {
      left: -20px;
  }
}

@media (max-width: 768px) {
  .waytobank-list.waytobank-list-car .owl-stage {
      left: -20px;
  }
}

@media (max-width: 767px) {
  .waytobank-list.waytobank-list-car .owl-stage {
      left: -50px;
  }
}

.bgWb1 {
  background: #E8D9DF;
}

.bgWb2 {
  background: #F4D8CF;
}

.bgWb3 {
  background: #E1E1EB;
}

/* End */
.help-card.op1 {
    margin-top: 0;
}

.help-card.op1 .card-look.full figure img {
    width: 260px;
    min-height: 130px;
}

.help-card.op1 .card-look.full .app-icons {
    margin-right: 32px;
}

@media (max-width: 1024px) {
    .help-card.op1 .card-look.full .app-icons a {
        display: block;
    }

    .help-card.op1 .card-look.full .app-icons a.MR15 {
        margin: 0 0 8px;
    }
}

@media (max-width: 767px) {
    .help-card.op1 .card-look.full figure img {
        width: 100%;
        min-height: 140px;
    }
}


.help-card {
    margin-top: 40px;
}

.help-card .card-look.full {
    width: 100%;
    border: 2px solid #9d1d27;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.help-card .card-look.full figure {
    margin: 15px 24px 0;
}

.help-card .card-look.full figure img {
    width: 200px;
}

.help-card .card-look.full .app-info {
    width: 32%;
    margin-right: 2%;
}

.help-card .card-look.full .app-info .hd3b {
    margin-bottom: 8px;
}

.help-card .card-look.full .app-icons {
    margin-right: 44px;
    width: auto;
}

@media (max-width: 1024px) {
    .help-card .card-look.full figure {
        margin: 15px 14px 0 20px;
    }

    .help-card .card-look.full figure img {
        width: 170px;
    }

    .help-card .card-look.full .app-info {
        width: 34%;
        margin-right: 0;
    }

    .help-card .card-look.full .app-icons {
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .help-card .card-look.full figure {
        margin: -70px 0 0;
        width: 100%;
        text-align: right;
    }

    .help-card .card-look.full figure img {
        width: 200px;
    }

    .help-card .card-look.full .app-info {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .help-card .card-look.full figure {
        margin: 15px 0 0;
        width: 100%;
    }

    .help-card .card-look.full figure img {
        width: 100%;
    }
}

.card-look.full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 97%;
    margin: 0 auto;
    /* product details page fees components  */
    /* product details page fees components end */
}

.card-look.full figure {
    margin: 0 36px;
}

.card-look.full figure img {
    width: 146px;
    height: auto;
}

.card-look.full figcaption,
.card-look.full div {
    width: 35%;
}

.card-look.full .btn-box {
    width: 35%;
    margin-left: auto;
}

.card-look.full.opt1 {
    width: 100%;
    border: 2px solid #9d1d27;
}

.card-look.full.opt1 figure img {
    width: 432px;
}

@media (max-width: 767px) {
    .card-look.full.opt1 figure {
        margin: 0 -30px;
    }

    .card-look.full.opt1 figure img {
        width: 100%;
    }
}

.card-look.full.opt1 figcaption,
.card-look.full.opt1 div {
    padding: 50px;
    width: 65%;
}

@media (max-width: 1024px) {

    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
        padding: 30px;
    }

    .card-look.full.opt1 figcaption .hd,
    .card-look.full.opt1 div .hd {
        font-size: 30px;
    }
}

@media (max-width: 991px) {

    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
        width: 100%;
    }
}

@media (max-width: 767px) {

  .card-look.full.opt1 figcaption,
  .card-look.full.opt1 div {
    padding: 0;
    margin: 0;
  }
}
.card-look.full picture {
  margin: 15px 24px 0;
}
.card-look.full picture img {
  width: 260px;
  min-height: 130px; /*FOR CLS DONT CHANGE*/
}
@media (max-width: 767px){
.card-look.full picture img {
  width: 100%;
  min-height: 150px; /*FOR CLS DONT CHANGE*/
}
}
@media (max-width: 991px){
.card-look.full picture {
  -ms-flex-order: 1;
  order: 1;
  margin: -70px 0 0;
  width: 100%;
  text-align: right;
}
.card-look.full {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: center;
  padding: 36px 30px 0;
}
}    
@media (max-width: 767px){
.card-look.full picture {
  margin-top: 20px;
}            
}  
.tab-content {
  height: 100%;
}


.tab-content>.tab-pane {

  height: 100%;
}


/* start Blog Tab */
.blog-tab {
  padding: 90px 0;
}

@media (max-width: 768px) {
  .blog-tab {
    padding: 55px 0;
  }
}

.blog-tab-scroll {
  width: 100%;
}

@media (max-width: 991px) {
  .blog-tab-scroll {
    overflow-x: auto;
  }
}

.blog-tab .blog-card-2 .blog-img img{
  min-height: 300px;
}

.b-tab-list {
  margin-right: -2px;
  position: relative;
  z-index: 1;
}

.b-tab-list li {
  width: 100%;
}

@media (max-width: 768px) {
  .b-tab-list li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    margin-right: 25px;
    margin-bottom: 0px;
  }
}

/* CSS for CLS do not change */
.b-tab-list li img{
  min-width: 50px;
  min-height: 50px;
}

.b-tab-list li:last-child {
  margin-bottom: 0px;
}

.b-tab-list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .b-tab-list li a {
    padding-bottom: 30px;
    border-bottom: solid 3px transparent;
  }
}

.b-tab-list li a.active {
  border-right: solid 3px #9D1D27;
}

@media (max-width: 768px) {
  .b-tab-list li a.active {
    border-right: 0px !important;
    border-bottom: solid 3px #9D1D27;
  }
}


.b-tab-list li a.active h4 {
  font-weight: 700;
  color: #54565B;
}

@media (max-width: 1024px) {
  .b-tab-list li .img-box {
    margin-right: 7px !important;
  }
}

.b-tab-list li .img-cont {
  width: inherit !important;
}

@media (max-width: 768px) {
  .b-tab-list li .img-cont {
    padding: 0 15px;
  }
}

.b-tab-list li .img-cont h4 {
  font-size: 20px;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .b-tab-list li .img-cont h4 {
    font-size: 16px !important;
  }
}

.blog-card-2 {
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 30px 55px;
  border-left: solid 1px #d8d8d8;
}

@media (max-width: 768px) {
  .blog-card-2 {
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 0px;
    border-top: solid 1px #d8d8d8;
    padding: 40px 30px 0;
  }

  .blog-card-2 .btn-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog-card-2 .btn-box a:last-child {
    margin-top: 20px;
  }

  .col-lg-3 .list-img {
    width: 625.9px;
  }

}

.blog-card-2 .card-left {
  padding-left: 48px;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .blog-card-2 .card-left {
    padding-left: 0;
  }
}

.blog-card-2 .card-left p {
  margin-top: 25px;
}

ul.with-circle li {
  padding: 10px 0;
  position: relative;
  padding-left: 15px;
}

.blog-card-2 ul.with-circle li {
  padding: 0px;
}

ul.with-circle li::before {
  content: "•";
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: 12px;
}

.blog-card-2 ul.with-circle li::before {
  position: unset;
  padding-right: 5px;
}

/* end */



/* fastag css */

.blog-tab.fastag .blog-card-2 .list-item.opt2 {
  padding-top: 0;
}

.blog-tab.fastag .blog-card-2 .list-item.opt2::before {
  background: #787878;
  z-index: 0;
}

.blog-tab.fastag .blog-card-2 .list-item.opt2 li span {
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  background: #787878;
  color: #FFFFFF;
  z-index: 1;
}

.blog-tab.fastag .blog-card-2 .list-item.opt2 li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .blog-tab.fastag .blog-card-2 {
    padding: 40px 0 0;
  }

  .blog-tab.fastag .blog-card-2 .card-left {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .blog-tab.fastag .d-flex {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hd {
    font-size: 24px;
  }


  .blog-tab.fastag .d-flex .btn-box {
    margin-top: 12px;
  }

  .blog-tab.fastag .blog-card-2 .card-left {
    padding: 0 32px;
  }
}

.list-item.opt2 li {
  color: #54565B;
}


/* fast tag center heading css */

h3.hd.CTR {
  margin: 0 auto;
}

.blog-card-2 {
  height: 100%;
}

/* mergin zero top-right */
.blog_tabs_mlf{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* Accordian style */
.sp1{
margin-top:0px!important;
}
.accordian {
    /* common accordian like FAQ */
    /* common accordian like FAQ end */
    /* Product Detail page Eligibility */
    /* Product Detail Eligibility end*/
  }
  
  .accordian .trgr {
    padding: 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;
  }
  
  .accordian .tog_cont .block {
    display: block;
  }
  
  @media (max-width: 767px) {
    .accordian .trgr,
    .accordian .tog_cont {
      padding: 20px 40px 20px 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;
  }
  
  @media (max-width: 1024px) {
    .accordian.op1 .trgr {
      font-size: 24px;
    }
  }
  
  .accordian.op1 .trgr::before {
    content: "\e906";
    height: auto;
    width: auto;
    right: 0;
    color: #54565B;
    top: 15px;
    font-size: 24px;
  }
  
  @media (max-width: 1024px) {
    .accordian.op1 .trgr::before {
      font-size: 18px;
    }
  }
  
  .accordian.op1 .trgr.act::before {
    content: "\e905";
  }
  
  .accordian.op1 .tog_cont {
    box-shadow: none;
    border: 0;
    padding-left: 20px;
    margin: 0;
  }
  
  @media (max-width: 1024px) {
    .accordian.op1 .tog_cont {
      padding-bottom: 16px;
    }
  }
  
  .accordian.op1 .tog_cont ul li {
    list-style: disc;
    margin-bottom: 15px;
  }
  
  @media (max-width: 1024px) {
    .accordian.op1 .tog_cont ul li {
      margin-bottom: 8px;
    }
  }

/*eligibility section start */
@media (max-width: 991px) {
  .eligibility-section {
    padding-top: 50px;
  }
}

.eligibility-section.overlap {
  margin-top: -15px;
}

@media (max-width: 767px) {
  .eligibility-section.overlap {
    margin-top: 30px;
    padding: 0;
  }
}

.eligibility-comp {
  -ms-flex-align: center;
  align-items: center;
}

.eligibility-comp figure {
  margin: 0;
  text-align: center;
}

.eligibility-comp img {
  max-width: 100%;
  min-height: 500px; /* CSS for CLS do not change */
}

@media (max-width: 991px) {
  .eligibility-comp img {
    max-width: 100%; /* CSS for CLS do not change */
    min-height: 300px; /* CSS for CLS do not change */
  }
}

.eligibility-comp .accordian.op1 .tog_cont ul li {
  margin-bottom: 12px;
}

.eligibility-comp .accordian.op1 .tog_cont .hdg {
  margin: 0 0 12px -16px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .eligibility-comp.op1 {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .eligibility-comp figure {
    margin-top: 20px;
  }
}

/*eligibility section end */
.help-ctnt p {
  margin: 30px 0 0;
  line-height: 1.4;
}
.blog-img {
    margin: 0 0 40px;
  }

@media (max-width: 991px) {
	.blog-img {
      margin: 0 -15px 40px;
    }
}


.lead {
    font-size: 17px;
    font-weight: 300;
    color: #9d1d27;
}

/* Education loan calculator */
.education-loanCalc {
    padding: 20px 0 50px;
  }
  
  .education-loanCalc .loan-cal {
    margin-right: 0;
  }
  
  .education-loanCalc .loan-cal > .row.MT50 {
    margin-top: 50px;
  }
  
  .education-loanCalc .loan-cal .ui-slider .ui-slider-handle {
    white-space: nowrap;
  }
  
  .education-loanCalc .loan-cal .form-label-group label.form-control-placeholder.changefloat {
    transform: translate(0, -0.9em);
  }
  
  .education-loanCalc .loan-cal .slider-wraper {
    margin-right: 0;
  }
  
  .education-loanCalc .result-lt {
    background: #E4E4E4;
    padding: 40px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
  }
  
  .education-loanCalc .result-lt.op1 {
    padding: 30px 20px;
  }
  
  .education-loanCalc .result-lt.op1 .w25 {
    width: 80%;
  }
  
  .education-loanCalc .result-lt.op2 {
    padding: 30px 20px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  
  .education-loanCalc .result-lt.op2 .hdb {
    display: inline-block;
    margin-left: 8px;
  }
  
  .education-loanCalc .result-lt.op2 .sep {
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #54565B;
    margin: 0 30px;
  }
  
  .education-loanCalc .result-lt p {
    margin-bottom: 0;
  }
  
  .education-loanCalc .result-lt .f20 {
    font-size: 22px;
    line-height: 1.2;
    word-break:break-word;
  
  }
  
  .education-loanCalc .result-lt .hdb {
    color: #9D1D27;
    display: block;
  }
  
  .education-loanCalc .result-rt {
    background: #f3f3f3;
    color: #b8b8b8;
    padding: 10px 20px;
    font-size: 15px;
  }
  
  .education-loanCalc .hero-from {
    padding-left: 0;
  }
  
  .education-loanCalc .hero-from.act .btn-box .btn-red.op1 {
    display: none;
  }
  
  .education-loanCalc .hero-from.act .btn-box .btn-red.op2 {
    display: block;
  }
  
  .education-loanCalc .hero-from .otp,
  .education-loanCalc .hero-from .btn-box .btn-red.op2 {
    display: none;
  }
  
  .education-loanCalc .hero-from .form-list {
    margin-top: 30px;
  }
  
  .education-loanCalc .info {
    margin-top: 40px;
    color: #b8b8b8;
    margin-bottom: 0;
  }
  
  .education-loanCalc .PL30 {
    padding-left: 30px;
  }
  
  .education-loanCalc .PR30 {
    padding-right: 30px;
  }
  
  @media (max-width: 1024px) {
    .education-loanCalc .result-lt.op2 {
      text-align: center;
    }
  }
  
  @media (max-width: 767px) {
    .education-loanCalc .secondary-tab-normal ul:not(.filter) {
      -ms-flex-pack: start;
          justify-content: flex-start;
    }
    .education-loanCalc .secondary-tab-normal ul:not(.filter) li a strong {
      white-space: nowrap;
    }
    .education-loanCalc .loan-cal > .row.MT50 {
      margin-top: 30px;
    }
    .education-loanCalc .PL30 {
      padding-left: 15px;
      margin-top: 30px;
    }
    .education-loanCalc .PR30 {
      padding-right: 15px;
    }
    .education-loanCalc .jvalidation.hero-from {
      padding-top: 0;
    }
    .education-loanCalc .result-lt {
      -ms-flex-direction: column;
          flex-direction: column;
      text-align: center;
    }
    .education-loanCalc .result-lt .f12, .education-loanCalc .result-lt .blog-detail .blog-ctnt .blog-by, .blog-detail .blog-ctnt .education-loanCalc .result-lt .blog-by {
      margin: 20px 0;
    }
    .education-loanCalc .result-lt.op1 .w25 {
      width: 100%;
    }
    .education-loanCalc .result-lt.op2 .sep {
      width: 100%;
      height: 1px;
      margin: 20px 0;
    }
  }
  
  .jvalidation .form-control.is-valid, .jvalidation .was-validated .form-control:valid {
      border-color: inherit;
  }
    
  .hero-from .form-list select.normal-select-box {
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-size: 15px 5px;
      background: #FFFFFF url(../../../content/dam/idfconline.educationloan/Down.svg) no-repeat right center;
      background-position: 97% center;
      padding: 0.85rem 0.75rem;
      border: 0;
      border: 2px solid #d8d8d8;
      border-radius: 0.25rem;
      color: #787878;
  }

  .f12 .hdb{
    margin-left: 10px;
}

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

#eligibility1 .result-lt.op1 .w25, #eligibility1 .result-lt .f20{
    width:60%;
}


#eligibility1 .result-lt.op1 .f12, #eligibility1 .result-lt .f12{
    width:40%;
}

#displayNameUSA, #displayName, #fullName{
    text-transform: capitalize;
}
/* product details calculator */
.prod-feature .os-animation {
  opacity: 1;
}
.cal-section {
    background: url("../../../content/dam/idfcfirstbank/images/product-detail/cal-bg.jpg") no-repeat right top #F5F5F5;
    background-size: contain;
    min-height: 500px;
    padding: 55px 0;
  }
  
  @media (min-width: 1920px) {
    .cal-section {
      background-size: 30% 100%;
    }
  }
  
  @media (max-width: 1024px) {
    .cal-section {
      background-size: 260px 100%;
    }
  }
  
  @media (max-width: 768px) {
    .cal-section {
      background: #F5F5F5;
    }
  }
  
  @media (max-width: 767px) {
    .cal-section {
      padding: 55px 0 0;
    }
  }
  
  .cal-list.list-img {
    border: 1px solid #ebebeb;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    background: #FFFFFF;
    width: 100%;
  }
  
  @media (max-width: 768px) {
    .cal-list.list-img {
        width: auto;
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 30px;
    }
  }
  
  .cal-list.list-img li {
    margin-bottom: 0px;
    padding: 38px 32px;
    -ms-flex-align: start;
        align-items: start;
    border-bottom: solid 1px #E5E5E5;
  }
  
  .cal-list.list-img li:last-child {
    border-bottom: 0px;
  }
  
  .cal-list.list-img li .img-box img {
    border-radius: 50%;
  }
  
  .cal-list.list-img li .img-cont {
    width: auto;
  }
  
  .cal-list.list-img li .btn-box .btn-link {
    color: #9D1D27;
  }
  
  .cal-list.list-img li figcaption {
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
    margin-top: 5px;
  }
  
  .cal-list.list-img li h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  
  .cal-list.list-img li .hd4 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 300;
  }
  
  .slider-wraper {
    padding-bottom: 15px;
    margin-right: 30px;
  }
  
  .slider-wraper p.title {
    margin-bottom: 10px;
  }
  
  @media (max-width: 768px) {
    .slider-wraper p.title {
      margin-bottom: 9px;
    }
  }
  
  .slider-wraper .help-block {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  
  .slider-wraper .help-block span {
    text-align: right;
  }
  
  .cal-sld h3 {
    line-height: 1.2;
    margin-top: 15px;
  }
  
  @media (max-width: 768px) {
    .cal-sld h3 {
      line-height: 1.3;
    }
  }
  
  .loan-cal {
    margin-right: 70px;
  }
  
  @media (max-width: 1024px) {
    .loan-cal {
      margin-right: 0px;
    }
  }
  
  .loan-cal > .row {
    margin-top: 30px;
  }
  
  .loan-cal > .row .col-lg-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  
  .loan-cal > .row .col-lg-3 .form-label-group {
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
  }
  
  @media (max-width: 768px) {
    .loan-cal > .row .col-lg-3 .form-label-group {
      margin-top: 40px;
    }
  }
  
  .explorer11 .loan-cal > .row .col-lg-3 .form-label-group .form-control:focus ~ label,
.explorer11 .loan-cal > .row .col-lg-3 .form-label-group .form-control:valid ~ label,
.explorer11 .loan-cal > .row .col-lg-3 .form-label-group .form-control ~ label {
  background: #F5F5F5;
}

  .loan-cal > .row .col-lg-3 .form-label-group input::-webkit-outer-spin-button,
  .loan-cal > .row .col-lg-3 .form-label-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .loan-cal > .row .col-lg-3 .form-label-group input[type="number"] {
    -moz-appearance: textfield;
  }
  
  .loan-cal > .row .col-lg-3 .form-label-group input:not(:placeholder-shown) ~ label {
    background: #F5F5F5;
  }
  
  .loan-cal > .row .col-lg-3 .form-label-group input {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    height: 50px;
    padding-top: 10px;
    margin-bottom: 5px;
    background: #F5F5F5;
  }
  
  @media (max-width: 768px) {
    .loan-cal > .row .col-lg-3 .form-label-group input {
      width: 125px;
    }
  }
  
  @media (max-width: 768px) {
    .loan-cal {
      margin-left: 0px;
      padding: 0;
      margin-right: 0px;
    }
  }
  
  .loan-cal .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  
  .loan-cal .ui-widget.ui-widget-content {
    background: #FFCB05;
    height: 5px;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  
  .loan-cal .ui-slider {
    position: relative;
    text-align: left;
  }
  
  .loan-cal .ui-slider .ui-slider-handle {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    z-index: 1;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    width: 28px;
    height: 28px;
    margin: -12px 0 0 0px;
    background: #9D1D27;
    border-radius: 50%;
    line-height: 6;
    font-weight: 700;
    font-size: 14px;
  }
  
  .loan-cal .ui-slider #custom-handle-yrs.ui-slider-handle {
    text-indent: -2px;
  }
  
  .loan-cal .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background: #FFCB05;
  }
  
  .loan-cal .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
  }
  
  .cal-notes {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
  }
  
  @media (max-width: 768px) {
    .cal-notes {
      line-height: 1.3;
    }
  }
  
  .cal-notes span {
    font-size: 36px;
  }
  
  .disc-link {
    font-size: 12px;
    text-decoration: underline;
  }
  
  /* product details calculator end */
  /* product details calculator v2 */
.radio-option {
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
  }
  
  @media (max-width: 767px) {
    .radio-option {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .radio-option .custom-control-inline {
      font-size: 14px;
    }
  }
  
  .radio-option h5 {
    padding-right: 20px;
  }
  
  @media (max-width: 767px) {
    .radio-option h5 {
      padding-right: 10px;
    }
  }
  
  .radio-option .int-rate {
    margin-left: 40px;
  }
  
  @media (max-width: 767px) {
    .radio-option .int-rate {
      width: 100%;
      margin-left: 0px;
      margin-top: 15px;
    }
  }
  
  .radio-option .int-rate h5 {
    display: inline-block;
    padding-right: 0px;
  }
  
  @media (max-width: 767px) {
    .radio-option .int-rate h5 {
      padding-right: 20px;
    }
  }
  
  .radio-option .int-rate p.f24, .radio-option .int-rate .page-breaker-1 p.card-text, .page-breaker-1 .radio-option .int-rate p.card-text {
    display: inline-block;
    margin: 0px;
  }
  
  .d-type-with-int {
    margin-top: 30px;
    display: none;
  }
  
  .d-type-with-int.active {
    display: -ms-flexbox;
    display: flex;
  }
  
  .d-type-with-int .dropdown .dropdown-menu {
    height: 150px;
  }
  
  .d-type-with-int .form-label-group label.form-control-placeholder {
    color: #777;
  }
  
  .d-type-with-int .form-label-group label.form-control-placeholder.float {
    background: #F5F5F5;
  }
  
  .d-type-with-int .form-label-group label.form-control-placeholder.changefloat {
    background: #F5F5F5;
  }
  
  .d-type-with-int .form-label-group .bootstrap-select.show > .btn-light.dropdown-toggle {
    background: #F5F5F5;
  }
  
  .d-type-with-int .form-label-group .bootstrap-select > .btn,
  .d-type-with-int .form-label-group .bootstrap-select > .btn-light {
    background-color: #F5F5F5 !important;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    line-height: 3;
  }
  
  .int-rate p {
    margin-top: 11px;
    font-weight: 300;
  }
  
  /*  end */


  .form-label-group {
    position: relative;
    /* :active works but when replace with :focus, it doesn't work */
  }
  
  .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: #FFFFFF;
    margin-top: -12px;
    font-size: 12px;
    color: #777;
    padding: 1px 4px;
    margin-left: 7px;
    border-radius: 5px;
    transform: translate(0px, 0px) !important;
  }
  
  .explorer11 .form-label-group .form-control::-ms-clear {
    display: none;
  }
  
  .form-label-group > label,
  .form-label-group > input {
    padding: 0.85rem 0.75rem;
  }
  
  .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #787878;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: all 0.1s ease-in-out;
  }
  
  .form-label-group input:-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::placeholder {
    color: transparent;
  }
  
  .form-label-group input:not(:placeholder-shown) {
    padding-top: calc($pad-y + $pad-y * (2 / 3));
    padding-bottom: calc($pad-y / 3);
  }
  
  .form-label-group input:not(:placeholder-shown) ~ label {
    font-size: 12px;
    color: #777;
    background: #fff;
    border-radius: 0px;
    display: inline-block;
    width: auto;
    padding: 1px 4px;
    margin-left: 7px;
    margin-top: -10px;
    border-radius: 5px;
  }
  
  .form-label-group label.form-control-placeholder {
    font-size: 15px;
    color: #777;
    display: inline-block;
    width: auto;
    margin-left: 7px;
    margin-top: 0px;
    transition: all 0.3s;
  }
  
  .form-label-group label.form-control-placeholder.float {
    transform: translate(0, -1.1em);
    font-size: 75%;
    background: #fff;
    padding: 1px 4px;
    margin-left: 7px;
    transition: 0.2s ease-in-out;
  }
  
  .form-label-group label.form-control-placeholder.changefloat {
    transform: translate(0, -1.1em);
    background: #fff;
    padding: 1px 4px;
    font-size: 75%;
    margin-left: 7px;
  }
  
  .form-label-group .form-control-placeholder {
    pointer-events: none;
  }
  
  .form-label-group .dropdown-item.active,a
  .grey-bg1, .prod-feature {
      background: #F5F5F5;
    }
    
    .pad-tb1, .prod-feature, .prod-feature .intro-banner {
      padding: 15px 0 0 0;
    }
  
    .prod-feature{
      padding : 60px 0 0 0;
  }
    .prod-feature .hd2v {
      margin-bottom: 15px;
    }
  
    .prod-feature .moretext {
      display: none;
    }
  
  
  /* Page Breaker Product detail Start */
    .page-breaker-1 {
      border: 2px solid #9D1D27;
      border-radius: 8px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
    }
    
    .page-breaker-1 .card-image,
    .page-breaker-1 .card-btn {
      margin: 0 36px;
    }
    
    .page-breaker-1 .card-image img,
    .page-breaker-1 .card-btn img {
      max-width: 265px;
    }
    
    .page-breaker-1 .card-text {
      font-weight: 300;
      color: #616161;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      font-size:16px;
    }
    
    .page-breaker-1 .card-text p {
      margin-bottom: 0;
    }
    
    .page-breaker-1 .card-text p:first-child {
      position: relative;
      padding-right: 30px;
      margin-right: 30px;
    }
    
    .page-breaker-1 .card-text p:first-child::before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 1px;
      height: 24px;
      background: #9D1D27;
    }
    
    .page-breaker-1 .card-text span {
      font-size: 64px;
      line-height: 1;
      display: block;
    }
    
    .page-breaker-1 .card-text span sup {
      font-size: 18px;
      top: -36px;
    }
    
    .page-breaker-1 .card-btn .btn-box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      text-align: center;
    }
    
    .page-breaker-1 .card-btn .btn-box .btn-red {
      margin-bottom: 20px;
    }
    
    .page-breaker-1 .card-btn .btn-box a {
      margin-right: 0;
    }
    
    @media (max-width: 1024px) {
      .page-breaker-1 .card-text {
        font-size: 16px;
      }
    }
    
    @media (max-width: 991px) {
      .page-breaker-1 {
        padding: 20px 0 20px 30px;
      }
      .page-breaker-1 .card-image {
        display: none;
      }
      .page-breaker-1 .card-text {
        width: 70%;
      }
    }
    
    @media (max-width: 767px) {
      .page-breaker-1 {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        padding: 0 0 30px 0;
      }
      .page-breaker-1 .card-text {
        width: 100%;
        padding: 30px 36px;
        -ms-flex-direction: column;
            flex-direction: column;
      }
      .page-breaker-1 .card-text p:first-child {
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
      }
      .page-breaker-1 .card-text p:first-child::before {
        transform: rotate(90deg);
        right: auto;
        left: 12px;
        bottom: -12px;
      }
    }
    
    /* Page Breaker End */
  /* product details page Savings Account With Visa Signature Debit Card*/
  .card-detail-intro {
      padding: 60px 0;
    }
    
    .card-detail-intro figure {
      position: relative;
      min-height: 400px;
      min-width: 454px;
    }
    
    @media (max-width: 1024px) {
      .card-detail-intro figure {
        min-width: 390px;
      }
    }
    
    @media (max-width: 768px) {
      .card-detail-intro figure {
        min-height: 380px;
      }
    }
    
    @media (max-width: 767px) {
      .card-detail-intro figure {
        min-height: 340px;
        min-width: auto;
      }
    }
    
    .card-detail-intro figure img {
      position: absolute;
      z-index: 1;
    }
    
    @media (max-width: 1024px) {
      .card-detail-intro figure img {
        width: 85%;
      }
    }
    
    @media (max-width: 768px) {
      .card-detail-intro figure img {
        width: 55%;
      }
    }
    
    @media (max-width: 767px) {
      .card-detail-intro figure img {
        width: 85%;
      }
    }
    
    .card-detail-intro figure img:last-child {
      top: 60px;
      right: -10px;
    }
    
    @media (max-width: 1024px) {
      .card-detail-intro figure img:last-child {
        width: 100%;
      }
    }
    
    @media (max-width: 768px) {
      .card-detail-intro figure img:last-child {
        width: 60%;
      }
    }
    
    @media (max-width: 767px) {
      .card-detail-intro figure img:last-child {
        width: 100%;
      }
    }
    
    .card-detail-intro #dc-card-1.active img.classic-debit {
      opacity: 0.23;
      z-index: 0;
    }
    
    .card-detail-intro #dc-card-2.active img.visa-sig {
      opacity: 0.23;
      z-index: 0;
    }
    
    .card-detail-intro #dc-card-2.active img.classic-debit {
      opacity: 1;
      z-index: 1;
    }
    
    .card-detail-intro > .row .col-lg-2 {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
    }
    
    @media (max-width: 768px) {
      .card-detail-intro > .row figure {
        margin-bottom: 30px;
      }
    }
    
    @media (max-width: 768px) {
      .card-detail-intro > .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
      }
      .card-detail-intro > .row figure {
        margin-bottom: 30px;
      }
    }
    
    .card-detail-intro .card-tab {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
    }
    
    @media (max-width: 767px) {
      .card-detail-intro .card-tab {
        overflow-x: auto;
        display: block;
      }
    }
    
    .card-desc {
      max-width: 100%;
    }
    
    .card-desc p {
      margin-top: 10px;
    }
    
    .card-desc .btn-box a {
      margin-right: 15px;
    }
    
    .card-type-list li {
      padding-bottom: 60px;
      background: url("../../../content/dam/idfcfirstbank/images/product-detail/dotted-line-vert.png");
      background-repeat: repeat-y;
      background-position: 26px 0px;
    }
    
    @media (max-width: 768px) {
      .card-type-list li {
        background: url("../../../content/dam/idfcfirstbank/images/product-detail/dotted-line-horiz.png");
        background-repeat: repeat-x;
        background-position: 26px 20px;
        padding-right: 80px;
      }
    }
    
    .card-type-list li:last-child {
      background: none;
      padding-bottom: 0px;
      padding-right: 0px;
    }
    
    .card-type-list li a {
      transition: all ease 0.5s;
      font-size: 12px;
      font-weight: 700;
      color: #737373;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      line-height: 1.3;
      position: relative;
      z-index: 1;
    }
    
    .card-type-list li a:after {
      content: "";
      height: 0px;
    }
    
    .card-type-list li a img {
      opacity: 0.5;
    }
    
    @media (max-width: 768px) {
      .card-type-list li a {
        -ms-flex-direction: column;
            flex-direction: column;
        font-size: 16px;
      }
    }
    
    .card-type-list li a:hover img {
      opacity: 1;
    }
    
    .card-type-list li a:hover:after {
      content: "";
      position: absolute;
      top: -3px;
      z-index: -1;
      left: 29px;
      width: 23px;
      height: 46px;
      background-color: transparent;
      border-top-right-radius: 26px;
      border-bottom-right-radius: 26px;
      border: 2px solid #FFCB05;
      border-left: 0;
    }
    
    .card-type-list li a.active img {
      opacity: 1;
    }
    
    .card-type-list li a.active:after {
      content: "";
      position: absolute;
      top: -3px;
      z-index: -1;
      left: 29px;
      width: 23px;
      height: 46px;
      background-color: transparent;
      border-top-right-radius: 26px;
      border-bottom-right-radius: 26px;
      border: 2px solid #FFCB05;
      border-left: 0;
    }
    
    .card-type-list li a span {
      padding-left: 8px;
    }
    
    @media (max-width: 768px) {
      .card-type-list li a span {
        padding-top: 15px;
      }
    }
    
    .card-type-list li a span.circle {
      padding-left: 0px;
      height: 40px;
      width: 40px;
      background: #d8d8d8;
      border-radius: 50%;
      margin: 0 6px;
      text-align: center;
    }
    
    @media (max-width: 768px) {
      .card-type-list li a span.circle {
        padding-top: 0px;
      }
    }
  
    .card-type-list li a span.circle img {
      margin-left: -4px;
      margin-top: 2px;
    }
  
    /* product details page Savings Account With Visa Signature Debit Card End*/
  
  .f14br {
      padding: 0 0 0 10px;
      color : #9D1D27 !important
  }
  .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: 0.85rem 0.75rem;
    height: 48px;
    border-radius: 4px;
    background-color: #fff;
    border: 0;
    line-height: 1.5;
    color: #495057;
  }
  
  .form-label-group .bootstrap-select > .btn-light:focus,
  .form-label-group .bootstrap-select > .btn-light:hover,
  .form-label-group .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
    color: #495057;
  }
/* Get in touch with us */
.get-intouch-bx {
  background: rgba(246, 246, 246, 0.8);
  margin-top: 25px;
  padding: 40px 0 40px;
}

.get-intouch-bx.op1 {
  margin-top: 0;
  padding-top: 60px;
  background: #f3f3f3;
}

.get-intouch-bx .col-lg-12 .hd26 {
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 1366px) {
  .get-intouch-bx {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .get-intouch-bx {
    background: #FFFFFF;
    margin-top: 0;
    padding: 25px 5px 25px;
  }

  .get-intouch-bx.op1 {
    padding-top: 30px;
  }

  .get-intouch-bx .hd26 {
    font-size: 20px;
  }
}

.getin-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

.getin-list .item {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.getin-list .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #25243B;
  width: 100%;
}

@media (max-width: 991px) {
  .getin-list .item a {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.getin-list .item a figure {
  margin-bottom: 0px;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .getin-list .item a figure {
    margin-right: 0px;
    margin-bottom: 8px;
  }
}

.getin-list .item a figure img {
  width: 110px;
  height: 110px; /*CLS fix... do not change*/
}

@media (max-width: 767px) {
  .getin-list .item a figure img {
    width: 48px;
    height: 48px; /*CLS fix... do not change*/
  }
}

.getin-list .item a p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.hd26,
.hd26l,
.hd26b {
  font-size: 26px;
  color: #25243B;
}

@media (max-width: 767px) {
  .getin-list .item a p {
    font-size: 10px;
    line-height: 1.1;
  }
}

.form-label-group {
  position: relative;
  /* :active works but when replace with :focus, it doesn't work */
}

.form-label-group .dropdown .dropdown-toggle:after {
  top: 9px;
}

.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 {
  display: none;
}

.form-label-group>label,
.form-label-group>input {
  padding: 0.75rem 0.75rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #787878;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc($pad-y + $pad-y * (2 / 3));
  padding-bottom: calc($pad-y / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  font-size: 12px;
  color: #777;
  background: #fff;
  border-radius: 0px;
  display: inline-block;
  width: auto;
  padding: 1px 4px;
  margin-left: 7px;
  margin-top: -10px;
  border-radius: 5px;
}

.form-label-group label.form-control-placeholder {
  font-size: 15px;
  color: #777;
  display: inline-block;
  width: auto;
  margin-left: 7px;
  margin-top: 0px;
  transition: all 0.3s;
}

.form-label-group label.form-control-placeholder.float {
  transform: translate(0, -1.1em);
  font-size: 75%;
  background: #fff;
  padding: 1px 4px;
  transition: 0.2s ease-in-out;
}

.form-label-group label.form-control-placeholder.changefloat {
  transform: translate(0, -1.1em);
  background: #fff;
  padding: 1px 4px;
  font-size: 75%;
}

.form-label-group .form-control-placeholder {
  pointer-events: none;
}

.form-label-group .bootstrap-select.show>.btn-light.dropdown-toggle,
.form-label-group .bootstrap-select .dropdown-menu.show {
  color: #495057;
}

.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-left: 1.5rem;
  font-size: 15px;
  height: 48px;
  border-radius: 4px;
  background-color: #fff !important;
  /* border: 1px solid #1d3147 !important; */
  line-height: 2.3;
  color: #495057;
}

.form-label-group .bootstrap-select>.btn-light:focus,
.form-label-group .bootstrap-select>.btn-light:hover,
.form-label-group .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
  color: #495057;
}

.form-label-group .bootstrap-select>.dropdown-menu {
  border: 1px solid #1d3147;
}

.service-box {
  background-color: #FFFFFF;
  padding: 50px 0 !important;
  position: relative;
}
.videos-comp {
  background: #E8D9DF;
}

.videos-comp .media-card figure {
  padding: 12px 12px 0;
}

.videos-comp .media-card .mcard-body {
  padding: 15px 20px;
}

.videos-comp .media-card .mcard-body .f18 {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -0.6px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .videos-comp .media-card .mcard-body .f18 {
    font-size: 18px;
    line-height: 1.4;
  }
}

.videos-comp.schship {
  background: #FFFFFF;
}

.videos-comp.schship .btn-box .btn-red {
  width: 100%;
  font-size: 14px;
}

.videos-comp.schship .media-card .mcard-body .f18 {
  min-height: 60px;
}

@media (max-width: 767px) {
  .videos-comp.schship .media-card .mcard-body .f18 {
    min-height: 50px;
  }
}

.hd26 {
  font-weight: 300;
  font-size: 26px;
  letter-spacing: -.6px;
  line-height: 28px;
}

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

  .hd26 strong {
    font-weight: 300;
  }
}

.PR {
  position: relative;
}


.media-card {
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  border-radius: 16px;
  margin: 0 2px 4px;
}

.media-card figure {
  margin-bottom: 0;
}

.media-card figure img {
  border-radius: 16px;
}

.media-card .mcard-body {
  padding: 20px 20px 24px;
}

.media-card .mcard-body .f18 {
  font-weight: 500;
  min-height: 70px;
}

.media-card .mcard-body .f14,
.media-card .mcard-body .f18 {
  letter-spacing: -0.5px;
  line-height: 24px;
  margin-bottom: 16px;
}

.media-card .mcard-body .f14 {
  min-height: 80px;
}

.media-card .mcard-body .rmore {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}

.media-card .mcard-body .rmore a {
  color: #5B090E;
}

@media (max-width: 1024px) {
  .media-card .mcard-body .f18 {
    font-size: 16px;
  }
}
.play {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -khtml-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.play .icon-play {
  font-size: 32px;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #9D1D27;
}

.icon-play:before {
  content: "\e909";
  color: #fff;
}

.hd26.sm,
strong.sm {
  font-weight: 600;
}


.popup-close.op1 {
  right: 12px;
  top: 12px;
}

@media (max-width: 767px) {
  .popup-close.op1 {
    right: 10px;
    top: -20px;
  }
}


.modal-dialog {
  max-width: 600px;
}
.product-banner.csr figure {
  background: url("../components/content/CSR/csr-video/clientlibs/images/karma-hero-bg.jpg") repeat-x;
  margin-left: 0px;
}

@media (max-width: 768px) {
  .product-banner.csr figure {
    padding-top: 0px;
    min-height: inherit;
  }
}

.product-banner.csr .banner-ctnt.text-grey {
  color: #616161;
}

.product-banner.csr .banner-ctnt.text-grey .hd1 {
  color: #616161;
}

.product-banner.csr .banner-ctnt.text-grey .desc {
  color: #616161;
}

.product-banner.csr .banner-form {
  padding: 43px 50px 30px;
  position: absolute;
  bottom: 2%;
  right: 20%;
  width: 380px;
}

@media (max-width: 1440px) {
  .product-banner.csr .banner-form {
    right: 13%;
  }
}

@media (max-width: 1024px) {
  .product-banner.csr .banner-form {
    right: 10%;
  }
}

@media (max-width: 768px) {
  .product-banner.csr .banner-form {
    position: static;
    width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .product-banner.csr .banner-form {
    position: static;
  }
}

.product-banner.csr .banner-form .hd2 {
  font-weight: 400;
}

@media (max-width: 1024px) {
  .product-banner.csr .banner-form .hd2 {
    font-size: 20px;
  }
}

.product-banner.csr .banner-form .hd2~p {
  margin-bottom: 0px;
}

.product-banner.csr .banner-form a {
  color: #9D1D27;
  font-weight: 600;
}

.product-banner.csr .banner-form .form-list {
  margin-top: 0px;
}

@media (max-width: 1024px) {
  .product-banner.csr .banner-form .form-list li {
    margin-bottom: 0px;
  }
}

@media (max-width: 1024px) {
  .product-banner.csr .banner-form .form-label-group {
    margin: 15px 0;
  }
}

.product-banner.csr .banner-form select.normal-select-box {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 15px 5px;
  background: #ffffff url("../components/content/CSR/csr-video/clientlibs/images/down.svg") no-repeat right center;
  background-position: 97% center;
  padding: 0.85rem 0.75rem;
  border: 0;
  border: 2px solid #d8d8d8;
  border-radius: 0.25rem;
  color: #787878;
}

.product-banner.csr .banner-form select.normal-select-box::-ms-expand {
  display: none;
}

.product-banner.csr .banner-form select.normal-select-box.is-invalid {
  border-color: #d10000;
}

@media (max-width: 767px) {
  .product-banner.csr .banner-ctnt .row {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .product-banner.csr .banner-wrapper {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .product-banner.csr .banner-wrapper figure img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .product-banner.csr .banner-wrapper figure img {
    width: auto;
    height: 380px;
  }
}

@media (max-width: 767px) {
  .product-banner.csr .banner-wrapper figure img {
    width: 100%;
    height: auto;
  }
}

.csr.only-text {
  padding: 80px 0 50px;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}

.benefits-list {
  -ms-flex-pack: center;
  justify-content: center;
}

.benefits-list li span.num {
  font-size: 64px;
}

.sec-animedh {
  padding: 100px 0;
  background: #f3f3f3;
}

@media (max-width: 768px) {
  .sec-animedh {
    padding: 60px 0;
  }
}

.sec-animedh .container>.row::before {
  content: "";
  background: #FFFFFF;
  width: 1000px;
  height: 760px;
  position: absolute;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0695476);
  border-radius: 2px;
}

@media (max-width: 768px) {
  .sec-animedh .container>.row::before {
    display: none;
  }
}

.animedh-list {
  padding: 40px;
  height: 755px;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .animedh-list {
    height: auto;
    overflow: inherit;
    padding: 0px;
  }
}

.animedh-list li.media {
  background: #FFFFFF;
  border: 1px solid #ebebeb;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  border-radius: 2px;
  margin-top: 25px;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .animedh-list li.media {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .animedh-list li.media .mr-3 {
    margin-right: 0px !important;
  }
}

.animedh-list li.media:first-child {
  margin-top: 0;
}

.animedh-list li.media.active {
  cursor: auto;
}

.animedh-list li.media.active,
.animedh-list li.media:hover {
  border-bottom: solid 2px #9D1D27;
  box-shadow: 12px 27px 38px rgba(0, 0, 0, 0.0871941);
}

.animedh-list li.media figure {
  width: 200px;
  margin-bottom: 0px;
  padding: 28px 16px;
  text-align: center;
}

.animedh-list li.media .media-body {
  padding: 28px 35px;
  border-left: solid 1px #e4e4e4;
}

@media (max-width: 1024px) {
  .animedh-list li.media .media-body {
    padding: 18px 15px;
  }
}

@media (max-width: 767px) {
  .animedh-list li.media .media-body {
    border-left: 0px;
  }
}

.animedh-list li.media .media-body h5 {
  font-size: 24px;
  color: #54565B;
  margin-bottom: 15px;
  line-height: 1.2;
}

.animedh-list li.media .media-body .numYr {
  font-size: 16px;
}

.animedh-list li.media .media-body .title {
  color: #b8b8b8;
}

.animedh-list li.media .media-body .btn-box {
  margin-top: 25px;
}

.animedh-list.withImg li.media figure {
  padding: 0px;
  width: auto;
}

@media (max-width: 767px) {
  .animedh-list.withImg li.media figure {
    width: 100%;
  }

  .animedh-list.withImg li.media figure img {
    width: 100%;
  }
}

.animedh-list.withImg li.media .media-body {
  padding: 22px 35px;
}

.animedh-rd-cnt {
  height: 90%;
  margin: 10% 0;
  display: none;
}

@media (max-width: 768px) {
  .animedh-rd-cnt {
    margin: 0;
  }
}

.animedh-rd-cnt.active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.animedh-rd-box {
  min-height: 20px;
  background: linear-gradient(134.88deg, #c4777d 14.34%, #9d1d27 79.04%);
  border-radius: 1px;
  margin-top: 0;
  color: #FFFFFF;
  height: 100%;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.animedh-rd-box::after {
  content: "";
  background: url("../components/content/CSR/csr-video/clientlibs/images/svg/comma-karma.svg") no-repeat;
  height: 270px;
  width: 200px;
  position: absolute;
  top: 0px;
  left: 70px;
}

.animedh-rd-box .list-box {
  padding: 20px;
  text-align: left;
}

.animedh-rd-box .list-box ul.with-circle.op1 li {
  line-height: 20px;
  font-size: 15px;
}

.animedh-rd-box .desc {
  padding: 90px 90px 8px;
}

@media (max-width: 1024px) {
  .animedh-rd-box .desc {
    padding: 60px 50px 8px;
  }
}

@media (max-width: 768px) {
  .animedh-rd-box .desc {
    padding: 60px 30px 0;
  }
}

.animedh-rd-box .nameTtile strong {
  display: block;
}

.animedh-rd-box .test-img {
  margin-top: 30px;
  margin-bottom: -15px;
  position: relative;
}

.animedh-rd-box .test-img img {
  border-radius: 50%;
}

.animedh-rd-box hr {
  border-color: rgba(255, 255, 255, 0.23);
  margin: 30px 0;
  margin-top: 0px;
}

.animedh-rd-box .title {
  font-size: 20px;
  padding: 10px 0 35px;
}

.modal.csrModal .modal-dialog {
  max-width: 800px;
}

.modal.csrModal .modal-dialog .modal-body {
  padding: 0px;
}

.modal.csrModal .modal-dialog .modal-body .popup-close {
  z-index: 1;
}

.modal.csrModal .modal-dialog .modal-body .brand-desc {
  text-align: center;
  width: 100%;
}

.modal.csrModal .modal-dialog .modal-body .brand-desc figure {
  margin: 30px 0;
}

@media (max-width: 768px) {
  .modal.csrModal .modal-dialog .modal-body .brand-desc figure img {
    width: 100px;
  }
}

.modal.csrModal .modal-dialog .modal-body .brand-desc figure.round-img-shadow {
  margin-top: 60px;
}

.modal.csrModal .modal-dialog .modal-body .brand-desc .info {
  text-align: left;
  padding: 0 40px;
}

.modal.csrModal .modal-dialog .modal-body .brand-desc .info h5 {
  font-weight: 700;
  font-size: 24px;
  color: #54565B;
  margin-bottom: 15px;
  text-align: center;
}

.modal.csrModal .modal-dialog .modal-body .brand-desc .info .numYr {
  font-size: 16px;
}

.modal.csrModal .modal-dialog .modal-body .brand-desc .info .title {
  color: #b8b8b8;
}

.modal.csrModal .modal-dialog .modal-body .desc {
  padding: 60px 30px 60px 60px;
  border-left: solid 1px #b8b8b8;
  height: 100%;
}

@media (max-width: 768px) {
  .modal.csrModal .modal-dialog .modal-body .desc {
    padding: 30px;
  }
}

.modal.csrModal .modal-dialog .modal-body .desc .scrl {
  height: 300px;
  padding-right: 30px;
  overflow-y: scroll;
}

.modal.csrModal.ppt .modal-dialog .modal-body {
  padding: 30px 60px;
}

@media (max-width: 767px) {
  .modal.csrModal.ppt .modal-dialog .modal-body {
    padding: 0;
  }
}

.modal.csrModal.ppt .modal-dialog .modal-body h3 {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .modal.csrModal.ppt .modal-dialog .modal-body h3 {
    margin-top: 60px;
    font-size: 16px;
  }
}

.single-carousel-ppt {
  margin: 30px 0;
}

@media (max-width: 768px) {
  .single-carousel-ppt {
    margin: 10px 0 30px 0;
  }
}

.banner2.csr-lets-make {
  background: linear-gradient(222.72deg, #ffecee 7.31%, #c2b5b5 87.13%);
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .banner2.csr-lets-make .MT30 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .banner2.csr-lets-make {
    color: #54565B;
  }
}

.banner2.csr-lets-make h2 {
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .banner2.csr-lets-make h2 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .banner2.csr-lets-make h2 {
    color: #54565B;
  }
}

.banner2.csr-lets-make figure {
  margin-top: 0;
}

.banner2.csr-lets-make figure img {
  height: 410px;
  max-width: inherit;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .banner2.csr-lets-make figure img {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .banner2.csr-lets-make figure img {
    margin-left: -60px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .banner2.csr-lets-make figure img {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .banner2.csr-lets-make .banner-wrapper .banner-ctnt .list-item {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .banner2.csr-lets-make.with-btn .banner-wrapper .banner-ctnt {
    top: 10px;
  }
}

.banner2.csr-lets-make.with-btn figure img {
  height: 480px;
}

@media (max-width: 1024px) {
  .banner2.csr-lets-make.with-btn figure img {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .banner2.csr-lets-make.with-btn figure img {
    height: auto;
  }
}

.list-item.opt2 {
  border-top: 0px;
  position: relative;
}

.list-item.opt2::before {
  position: absolute;
  content: "";
  height: 72%;
  width: 3px;
  left: 13px;
  top: 28px;
  z-index: -1;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
}

.list-item.opt2 li {
  color: #54565B;
}

.list-item.opt2 li span {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  height: 30px;
  width: 30px;
  -ms-flex: inherit;
  flex: inherit;
}

.hd3N {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .csr-program.mk-left {
    margin-bottom: 50px;
  }
}

.csr-program .row {
  -ms-flex-align: center;
  align-items: center;
}

.csr-program .media-list {
  -ms-flex-pack: start;
  justify-content: start;
}

@media (max-width: 768px) {
  .csr-program .media-list {
    margin-bottom: -80px;
  }
}

@media (max-width: 767px) {
  .csr-program .media-list {
    margin-bottom: -110px;
  }
}

.csr-program .media-list .card-media {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .csr-program .media-list .card-media {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .csr-program .media-list .card-media h4 {
    font-size: 14px;
    word-wrap: break-word;
  }
}

.csr-program p.clr-grey,
.csr-program .hero-from .form-list p.notes,
.hero-from .form-list .csr-program p.notes {
  color: #54565B;
}

.upcoming-evt {
  margin-top: 70px;
}

.date-desc {
  padding-left: 30px;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .date-desc {
    padding: 20px 0px;
  }
}

.date-desc h5 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.date-desc h4 {
  margin-bottom: 30px;
}

.date-desc p {
  color: #b8b8b8;
}

.date {
  background: #F5F5F5;
  padding: 30px;
  text-align: center;
}

.date .day {
  font-size: 130px;
  font-weight: 400;
  line-height: 1.2;
}

.date .month {
  font-size: 47px;
  text-transform: uppercase;
  line-height: 31px;
  letter-spacing: 23px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .benefits-list {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.our-vision.csr-tb {
  background: #f3f3f3;
}

.our-vision.csr-tb .nav.nav-list1 .nav-item {
  width: 33%;
  margin: 0 0 10px 0;
}

@media (max-width: 767px) {
  .our-vision.csr-tb .nav.nav-list1 .nav-item {
    width: auto;
    margin: 0 0 10px 0;
  }
}

.our-vision.csr-tb .nav.nav-list1 .nav-item a {
  padding: 15px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .our-vision.csr-tb .nav.nav-list1 .nav-item a {
    padding: 15px 30px;
  }
}

.always-you.revert {
  padding: 0 0 80px 0px;
}

@media (max-width: 767px) {
  .always-you.revert {
    padding: 40px 0px;
  }
}

.always-you.revert .owl-dots {
  bottom: -50px;
}

@media (max-width: 767px) {
  .always-you.revert .owl-dots {
    bottom: -35px;
  }
}

.always-you.revert .white-box,
.always-you.revert .search-bxIn .search-ad .ad-card,
.search-bxIn .search-ad .always-you.revert .ad-card,
.always-you.revert .accordian .trgr,
.accordian .always-you.revert .trgr,
.always-you.revert .accordian .tog_cont,
.accordian .always-you.revert .tog_cont,
.always-you.revert .card-look,
.always-you.revert .media-card,
.always-you.revert .pr-list>li .card-bx,
.pr-list>li .always-you.revert .card-bx,
.always-you.revert .trgr1,
.always-you.revert .trgr2,
.always-you.revert .trgr3,
.always-you.revert .tog_cont1,
.always-you.revert .tog_cont2,
.always-you.revert .tog_cont3,
.always-you.revert .mf-invest .start-box,
.mf-invest .always-you.revert .start-box,
.always-you.revert .more-box,
.always-you.revert .media-kit .media-list .card-media,
.media-kit .media-list .always-you.revert .card-media,
.always-you.revert .ebc-loan-banner .lawbx,
.ebc-loan-banner .always-you.revert .lawbx {
  padding-left: 80px;
}

@media (max-width: 768px) {

  .always-you.revert .white-box,
  .always-you.revert .search-bxIn .search-ad .ad-card,
  .search-bxIn .search-ad .always-you.revert .ad-card,
  .always-you.revert .accordian .trgr,
  .accordian .always-you.revert .trgr,
  .always-you.revert .accordian .tog_cont,
  .accordian .always-you.revert .tog_cont,
  .always-you.revert .card-look,
  .always-you.revert .media-card,
  .always-you.revert .pr-list>li .card-bx,
  .pr-list>li .always-you.revert .card-bx,
  .always-you.revert .trgr1,
  .always-you.revert .trgr2,
  .always-you.revert .trgr3,
  .always-you.revert .tog_cont1,
  .always-you.revert .tog_cont2,
  .always-you.revert .tog_cont3,
  .always-you.revert .mf-invest .start-box,
  .mf-invest .always-you.revert .start-box,
  .always-you.revert .more-box,
  .always-you.revert .media-kit .media-list .card-media,
  .media-kit .media-list .always-you.revert .card-media,
  .always-you.revert .ebc-loan-banner .lawbx,
  .ebc-loan-banner .always-you.revert .lawbx {
    padding: 50px;
    margin: 0px;
  }
}

@media (max-width: 767px) {

  .always-you.revert .white-box,
  .always-you.revert .search-bxIn .search-ad .ad-card,
  .search-bxIn .search-ad .always-you.revert .ad-card,
  .always-you.revert .accordian .trgr,
  .accordian .always-you.revert .trgr,
  .always-you.revert .accordian .tog_cont,
  .accordian .always-you.revert .tog_cont,
  .always-you.revert .card-look,
  .always-you.revert .media-card,
  .always-you.revert .pr-list>li .card-bx,
  .pr-list>li .always-you.revert .card-bx,
  .always-you.revert .trgr1,
  .always-you.revert .trgr2,
  .always-you.revert .trgr3,
  .always-you.revert .tog_cont1,
  .always-you.revert .tog_cont2,
  .always-you.revert .tog_cont3,
  .always-you.revert .mf-invest .start-box,
  .mf-invest .always-you.revert .start-box,
  .always-you.revert .more-box,
  .always-you.revert .media-kit .media-list .card-media,
  .media-kit .media-list .always-you.revert .card-media,
  .always-you.revert .ebc-loan-banner .lawbx,
  .ebc-loan-banner .always-you.revert .lawbx {
    padding: 30px;
    margin: 0px;
  }

  .always-you.revert .white-box .hd1l,
  .always-you.revert .search-bxIn .search-ad .ad-card .hd1l,
  .search-bxIn .search-ad .always-you.revert .ad-card .hd1l,
  .always-you.revert .accordian .trgr .hd1l,
  .accordian .always-you.revert .trgr .hd1l,
  .always-you.revert .accordian .tog_cont .hd1l,
  .accordian .always-you.revert .tog_cont .hd1l,
  .always-you.revert .card-look .hd1l,
  .always-you.revert .media-card .hd1l,
  .always-you.revert .pr-list>li .card-bx .hd1l,
  .pr-list>li .always-you.revert .card-bx .hd1l,
  .always-you.revert .trgr1 .hd1l,
  .always-you.revert .trgr2 .hd1l,
  .always-you.revert .trgr3 .hd1l,
  .always-you.revert .tog_cont1 .hd1l,
  .always-you.revert .tog_cont2 .hd1l,
  .always-you.revert .tog_cont3 .hd1l,
  .always-you.revert .mf-invest .start-box .hd1l,
  .mf-invest .always-you.revert .start-box .hd1l,
  .always-you.revert .more-box .hd1l,
  .always-you.revert .media-kit .media-list .card-media .hd1l,
  .media-kit .media-list .always-you.revert .card-media .hd1l,
  .always-you.revert .ebc-loan-banner .lawbx .hd1l,
  .ebc-loan-banner .always-you.revert .lawbx .hd1l {
    font-size: 48px;
  }
}

.always-you.revert .white-box .benefits-list,
.always-you.revert .search-bxIn .search-ad .ad-card .benefits-list,
.search-bxIn .search-ad .always-you.revert .ad-card .benefits-list,
.always-you.revert .accordian .trgr .benefits-list,
.accordian .always-you.revert .trgr .benefits-list,
.always-you.revert .accordian .tog_cont .benefits-list,
.accordian .always-you.revert .tog_cont .benefits-list,
.always-you.revert .card-look .benefits-list,
.always-you.revert .media-card .benefits-list,
.always-you.revert .pr-list>li .card-bx .benefits-list,
.pr-list>li .always-you.revert .card-bx .benefits-list,
.always-you.revert .trgr1 .benefits-list,
.always-you.revert .trgr2 .benefits-list,
.always-you.revert .trgr3 .benefits-list,
.always-you.revert .tog_cont1 .benefits-list,
.always-you.revert .tog_cont2 .benefits-list,
.always-you.revert .tog_cont3 .benefits-list,
.always-you.revert .mf-invest .start-box .benefits-list,
.mf-invest .always-you.revert .start-box .benefits-list,
.always-you.revert .more-box .benefits-list,
.always-you.revert .media-kit .media-list .card-media .benefits-list,
.media-kit .media-list .always-you.revert .card-media .benefits-list,
.always-you.revert .ebc-loan-banner .lawbx .benefits-list,
.ebc-loan-banner .always-you.revert .lawbx .benefits-list {
  margin: 40px 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 767px) {

  .always-you.revert .white-box .benefits-list,
  .always-you.revert .search-bxIn .search-ad .ad-card .benefits-list,
  .search-bxIn .search-ad .always-you.revert .ad-card .benefits-list,
  .always-you.revert .accordian .trgr .benefits-list,
  .accordian .always-you.revert .trgr .benefits-list,
  .always-you.revert .accordian .tog_cont .benefits-list,
  .accordian .always-you.revert .tog_cont .benefits-list,
  .always-you.revert .card-look .benefits-list,
  .always-you.revert .media-card .benefits-list,
  .always-you.revert .pr-list>li .card-bx .benefits-list,
  .pr-list>li .always-you.revert .card-bx .benefits-list,
  .always-you.revert .trgr1 .benefits-list,
  .always-you.revert .trgr2 .benefits-list,
  .always-you.revert .trgr3 .benefits-list,
  .always-you.revert .tog_cont1 .benefits-list,
  .always-you.revert .tog_cont2 .benefits-list,
  .always-you.revert .tog_cont3 .benefits-list,
  .always-you.revert .mf-invest .start-box .benefits-list,
  .mf-invest .always-you.revert .start-box .benefits-list,
  .always-you.revert .more-box .benefits-list,
  .always-you.revert .media-kit .media-list .card-media .benefits-list,
  .media-kit .media-list .always-you.revert .card-media .benefits-list,
  .always-you.revert .ebc-loan-banner .lawbx .benefits-list,
  .ebc-loan-banner .always-you.revert .lawbx .benefits-list {
    margin: 30px 0 0;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.always-you.revert .white-box .benefits-list li,
.always-you.revert .search-bxIn .search-ad .ad-card .benefits-list li,
.search-bxIn .search-ad .always-you.revert .ad-card .benefits-list li,
.always-you.revert .accordian .trgr .benefits-list li,
.accordian .always-you.revert .trgr .benefits-list li,
.always-you.revert .accordian .tog_cont .benefits-list li,
.accordian .always-you.revert .tog_cont .benefits-list li,
.always-you.revert .card-look .benefits-list li,
.always-you.revert .media-card .benefits-list li,
.always-you.revert .pr-list>li .card-bx .benefits-list li,
.pr-list>li .always-you.revert .card-bx .benefits-list li,
.always-you.revert .trgr1 .benefits-list li,
.always-you.revert .trgr2 .benefits-list li,
.always-you.revert .trgr3 .benefits-list li,
.always-you.revert .tog_cont1 .benefits-list li,
.always-you.revert .tog_cont2 .benefits-list li,
.always-you.revert .tog_cont3 .benefits-list li,
.always-you.revert .mf-invest .start-box .benefits-list li,
.mf-invest .always-you.revert .start-box .benefits-list li,
.always-you.revert .more-box .benefits-list li,
.always-you.revert .media-kit .media-list .card-media .benefits-list li,
.media-kit .media-list .always-you.revert .card-media .benefits-list li,
.always-you.revert .ebc-loan-banner .lawbx .benefits-list li,
.ebc-loan-banner .always-you.revert .lawbx .benefits-list li {
  text-align: center;
}

@media (max-width: 767px) {

  .always-you.revert .white-box .benefits-list li,
  .always-you.revert .search-bxIn .search-ad .ad-card .benefits-list li,
  .search-bxIn .search-ad .always-you.revert .ad-card .benefits-list li,
  .always-you.revert .accordian .trgr .benefits-list li,
  .accordian .always-you.revert .trgr .benefits-list li,
  .always-you.revert .accordian .tog_cont .benefits-list li,
  .accordian .always-you.revert .tog_cont .benefits-list li,
  .always-you.revert .card-look .benefits-list li,
  .always-you.revert .media-card .benefits-list li,
  .always-you.revert .pr-list>li .card-bx .benefits-list li,
  .pr-list>li .always-you.revert .card-bx .benefits-list li,
  .always-you.revert .trgr1 .benefits-list li,
  .always-you.revert .trgr2 .benefits-list li,
  .always-you.revert .trgr3 .benefits-list li,
  .always-you.revert .tog_cont1 .benefits-list li,
  .always-you.revert .tog_cont2 .benefits-list li,
  .always-you.revert .tog_cont3 .benefits-list li,
  .always-you.revert .mf-invest .start-box .benefits-list li,
  .mf-invest .always-you.revert .start-box .benefits-list li,
  .always-you.revert .more-box .benefits-list li,
  .always-you.revert .media-kit .media-list .card-media .benefits-list li,
  .media-kit .media-list .always-you.revert .card-media .benefits-list li,
  .always-you.revert .ebc-loan-banner .lawbx .benefits-list li,
  .ebc-loan-banner .always-you.revert .lawbx .benefits-list li {
    -ms-flex-align: start;
    align-items: flex-start;
    width: 33%;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
  }
}

.always-you.revert .white-box .benefits-list li .hdr,
.always-you.revert .search-bxIn .search-ad .ad-card .benefits-list li .hdr,
.search-bxIn .search-ad .always-you.revert .ad-card .benefits-list li .hdr,
.always-you.revert .accordian .trgr .benefits-list li .hdr,
.accordian .always-you.revert .trgr .benefits-list li .hdr,
.always-you.revert .accordian .tog_cont .benefits-list li .hdr,
.accordian .always-you.revert .tog_cont .benefits-list li .hdr,
.always-you.revert .card-look .benefits-list li .hdr,
.always-you.revert .media-card .benefits-list li .hdr,
.always-you.revert .pr-list>li .card-bx .benefits-list li .hdr,
.pr-list>li .always-you.revert .card-bx .benefits-list li .hdr,
.always-you.revert .trgr1 .benefits-list li .hdr,
.always-you.revert .trgr2 .benefits-list li .hdr,
.always-you.revert .trgr3 .benefits-list li .hdr,
.always-you.revert .tog_cont1 .benefits-list li .hdr,
.always-you.revert .tog_cont2 .benefits-list li .hdr,
.always-you.revert .tog_cont3 .benefits-list li .hdr,
.always-you.revert .mf-invest .start-box .benefits-list li .hdr,
.mf-invest .always-you.revert .start-box .benefits-list li .hdr,
.always-you.revert .more-box .benefits-list li .hdr,
.always-you.revert .media-kit .media-list .card-media .benefits-list li .hdr,
.media-kit .media-list .always-you.revert .card-media .benefits-list li .hdr,
.always-you.revert .ebc-loan-banner .lawbx .benefits-list li .hdr,
.ebc-loan-banner .always-you.revert .lawbx .benefits-list li .hdr {
  font-size: 36px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {

  .always-you.revert .white-box .benefits-list li .hdr,
  .always-you.revert .search-bxIn .search-ad .ad-card .benefits-list li .hdr,
  .search-bxIn .search-ad .always-you.revert .ad-card .benefits-list li .hdr,
  .always-you.revert .accordian .trgr .benefits-list li .hdr,
  .accordian .always-you.revert .trgr .benefits-list li .hdr,
  .always-you.revert .accordian .tog_cont .benefits-list li .hdr,
  .accordian .always-you.revert .tog_cont .benefits-list li .hdr,
  .always-you.revert .card-look .benefits-list li .hdr,
  .always-you.revert .media-card .benefits-list li .hdr,
  .always-you.revert .pr-list>li .card-bx .benefits-list li .hdr,
  .pr-list>li .always-you.revert .card-bx .benefits-list li .hdr,
  .always-you.revert .trgr1 .benefits-list li .hdr,
  .always-you.revert .trgr2 .benefits-list li .hdr,
  .always-you.revert .trgr3 .benefits-list li .hdr,
  .always-you.revert .tog_cont1 .benefits-list li .hdr,
  .always-you.revert .tog_cont2 .benefits-list li .hdr,
  .always-you.revert .tog_cont3 .benefits-list li .hdr,
  .always-you.revert .mf-invest .start-box .benefits-list li .hdr,
  .mf-invest .always-you.revert .start-box .benefits-list li .hdr,
  .always-you.revert .more-box .benefits-list li .hdr,
  .always-you.revert .media-kit .media-list .card-media .benefits-list li .hdr,
  .media-kit .media-list .always-you.revert .card-media .benefits-list li .hdr,
  .always-you.revert .ebc-loan-banner .lawbx .benefits-list li .hdr,
  .ebc-loan-banner .always-you.revert .lawbx .benefits-list li .hdr {
    font-size: 32px;
    margin-bottom: 3px;
  }
}

@media (max-width: 767px) {

  .always-you.revert .white-box .benefits-list li:first-child,
  .always-you.revert .search-bxIn .search-ad .ad-card .benefits-list li:first-child,
  .search-bxIn .search-ad .always-you.revert .ad-card .benefits-list li:first-child,
  .always-you.revert .accordian .trgr .benefits-list li:first-child,
  .accordian .always-you.revert .trgr .benefits-list li:first-child,
  .always-you.revert .accordian .tog_cont .benefits-list li:first-child,
  .accordian .always-you.revert .tog_cont .benefits-list li:first-child,
  .always-you.revert .card-look .benefits-list li:first-child,
  .always-you.revert .media-card .benefits-list li:first-child,
  .always-you.revert .pr-list>li .card-bx .benefits-list li:first-child,
  .pr-list>li .always-you.revert .card-bx .benefits-list li:first-child,
  .always-you.revert .trgr1 .benefits-list li:first-child,
  .always-you.revert .trgr2 .benefits-list li:first-child,
  .always-you.revert .trgr3 .benefits-list li:first-child,
  .always-you.revert .tog_cont1 .benefits-list li:first-child,
  .always-you.revert .tog_cont2 .benefits-list li:first-child,
  .always-you.revert .tog_cont3 .benefits-list li:first-child,
  .always-you.revert .mf-invest .start-box .benefits-list li:first-child,
  .mf-invest .always-you.revert .start-box .benefits-list li:first-child,
  .always-you.revert .more-box .benefits-list li:first-child,
  .always-you.revert .media-kit .media-list .card-media .benefits-list li:first-child,
  .media-kit .media-list .always-you.revert .card-media .benefits-list li:first-child,
  .always-you.revert .ebc-loan-banner .lawbx .benefits-list li:first-child,
  .ebc-loan-banner .always-you.revert .lawbx .benefits-list li:first-child {
    padding: 0px;
  }
}

.always-you.revert .white-box .benefits-list li:last-child,
.always-you.revert .search-bxIn .search-ad .ad-card .benefits-list li:last-child,
.search-bxIn .search-ad .always-you.revert .ad-card .benefits-list li:last-child,
.always-you.revert .accordian .trgr .benefits-list li:last-child,
.accordian .always-you.revert .trgr .benefits-list li:last-child,
.always-you.revert .accordian .tog_cont .benefits-list li:last-child,
.accordian .always-you.revert .tog_cont .benefits-list li:last-child,
.always-you.revert .card-look .benefits-list li:last-child,
.always-you.revert .media-card .benefits-list li:last-child,
.always-you.revert .pr-list>li .card-bx .benefits-list li:last-child,
.pr-list>li .always-you.revert .card-bx .benefits-list li:last-child,
.always-you.revert .trgr1 .benefits-list li:last-child,
.always-you.revert .trgr2 .benefits-list li:last-child,
.always-you.revert .trgr3 .benefits-list li:last-child,
.always-you.revert .tog_cont1 .benefits-list li:last-child,
.always-you.revert .tog_cont2 .benefits-list li:last-child,
.always-you.revert .tog_cont3 .benefits-list li:last-child,
.always-you.revert .mf-invest .start-box .benefits-list li:last-child,
.mf-invest .always-you.revert .start-box .benefits-list li:last-child,
.always-you.revert .more-box .benefits-list li:last-child,
.always-you.revert .media-kit .media-list .card-media .benefits-list li:last-child,
.media-kit .media-list .always-you.revert .card-media .benefits-list li:last-child,
.always-you.revert .ebc-loan-banner .lawbx .benefits-list li:last-child,
.ebc-loan-banner .always-you.revert .lawbx .benefits-list li:last-child {
  display: block;
  width: auto;
}

@media (max-width: 767px) {

  .always-you.revert .white-box .benefits-list li:last-child p,
  .always-you.revert .search-bxIn .search-ad .ad-card .benefits-list li:last-child p,
  .search-bxIn .search-ad .always-you.revert .ad-card .benefits-list li:last-child p,
  .always-you.revert .accordian .trgr .benefits-list li:last-child p,
  .accordian .always-you.revert .trgr .benefits-list li:last-child p,
  .always-you.revert .accordian .tog_cont .benefits-list li:last-child p,
  .accordian .always-you.revert .tog_cont .benefits-list li:last-child p,
  .always-you.revert .card-look .benefits-list li:last-child p,
  .always-you.revert .media-card .benefits-list li:last-child p,
  .always-you.revert .pr-list>li .card-bx .benefits-list li:last-child p,
  .pr-list>li .always-you.revert .card-bx .benefits-list li:last-child p,
  .always-you.revert .trgr1 .benefits-list li:last-child p,
  .always-you.revert .trgr2 .benefits-list li:last-child p,
  .always-you.revert .trgr3 .benefits-list li:last-child p,
  .always-you.revert .tog_cont1 .benefits-list li:last-child p,
  .always-you.revert .tog_cont2 .benefits-list li:last-child p,
  .always-you.revert .tog_cont3 .benefits-list li:last-child p,
  .always-you.revert .mf-invest .start-box .benefits-list li:last-child p,
  .mf-invest .always-you.revert .start-box .benefits-list li:last-child p,
  .always-you.revert .more-box .benefits-list li:last-child p,
  .always-you.revert .media-kit .media-list .card-media .benefits-list li:last-child p,
  .media-kit .media-list .always-you.revert .card-media .benefits-list li:last-child p,
  .always-you.revert .ebc-loan-banner .lawbx .benefits-list li:last-child p,
  .ebc-loan-banner .always-you.revert .lawbx .benefits-list li:last-child p {
    width: 100%;
    text-align: left;
  }
}

.always-you.revert .white-box figure,
.always-you.revert .search-bxIn .search-ad .ad-card figure,
.search-bxIn .search-ad .always-you.revert .ad-card figure,
.always-you.revert .accordian .trgr figure,
.accordian .always-you.revert .trgr figure,
.always-you.revert .accordian .tog_cont figure,
.accordian .always-you.revert .tog_cont figure,
.always-you.revert .card-look figure,
.always-you.revert .media-card figure,
.always-you.revert .pr-list>li .card-bx figure,
.pr-list>li .always-you.revert .card-bx figure,
.always-you.revert .trgr1 figure,
.always-you.revert .trgr2 figure,
.always-you.revert .trgr3 figure,
.always-you.revert .tog_cont1 figure,
.always-you.revert .tog_cont2 figure,
.always-you.revert .tog_cont3 figure,
.always-you.revert .mf-invest .start-box figure,
.mf-invest .always-you.revert .start-box figure,
.always-you.revert .more-box figure,
.always-you.revert .media-kit .media-list .card-media figure,
.media-kit .media-list .always-you.revert .card-media figure,
.always-you.revert .ebc-loan-banner .lawbx figure,
.ebc-loan-banner .always-you.revert .lawbx figure {
  margin-left: 0px;
}

.always-you.revert .white-box .annual-reports,
.always-you.revert .search-bxIn .search-ad .ad-card .annual-reports,
.search-bxIn .search-ad .always-you.revert .ad-card .annual-reports,
.always-you.revert .accordian .trgr .annual-reports,
.accordian .always-you.revert .trgr .annual-reports,
.always-you.revert .accordian .tog_cont .annual-reports,
.accordian .always-you.revert .tog_cont .annual-reports,
.always-you.revert .card-look .annual-reports,
.always-you.revert .media-card .annual-reports,
.always-you.revert .pr-list>li .card-bx .annual-reports,
.pr-list>li .always-you.revert .card-bx .annual-reports,
.always-you.revert .trgr1 .annual-reports,
.always-you.revert .trgr2 .annual-reports,
.always-you.revert .trgr3 .annual-reports,
.always-you.revert .tog_cont1 .annual-reports,
.always-you.revert .tog_cont2 .annual-reports,
.always-you.revert .tog_cont3 .annual-reports,
.always-you.revert .mf-invest .start-box .annual-reports,
.mf-invest .always-you.revert .start-box .annual-reports,
.always-you.revert .more-box .annual-reports,
.always-you.revert .media-kit .media-list .card-media .annual-reports,
.media-kit .media-list .always-you.revert .card-media .annual-reports,
.always-you.revert .ebc-loan-banner .lawbx .annual-reports,
.ebc-loan-banner .always-you.revert .lawbx .annual-reports {
  padding: 0px;
  right: -20px;
}

@media (max-width: 768px) {

  .always-you.revert .white-box .annual-reports,
  .always-you.revert .search-bxIn .search-ad .ad-card .annual-reports,
  .search-bxIn .search-ad .always-you.revert .ad-card .annual-reports,
  .always-you.revert .accordian .trgr .annual-reports,
  .accordian .always-you.revert .trgr .annual-reports,
  .always-you.revert .accordian .tog_cont .annual-reports,
  .accordian .always-you.revert .tog_cont .annual-reports,
  .always-you.revert .card-look .annual-reports,
  .always-you.revert .media-card .annual-reports,
  .always-you.revert .pr-list>li .card-bx .annual-reports,
  .pr-list>li .always-you.revert .card-bx .annual-reports,
  .always-you.revert .trgr1 .annual-reports,
  .always-you.revert .trgr2 .annual-reports,
  .always-you.revert .trgr3 .annual-reports,
  .always-you.revert .tog_cont1 .annual-reports,
  .always-you.revert .tog_cont2 .annual-reports,
  .always-you.revert .tog_cont3 .annual-reports,
  .always-you.revert .mf-invest .start-box .annual-reports,
  .mf-invest .always-you.revert .start-box .annual-reports,
  .always-you.revert .more-box .annual-reports,
  .always-you.revert .media-kit .media-list .card-media .annual-reports,
  .media-kit .media-list .always-you.revert .card-media .annual-reports,
  .always-you.revert .ebc-loan-banner .lawbx .annual-reports,
  .ebc-loan-banner .always-you.revert .lawbx .annual-reports {
    padding: 30px 15px;
    right: 0;
  }
}

.stories-from {
  background: #f3f3f3;
  padding: 0 0 80px 0;
}

.stories-from .form-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .stories-from .form-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.stories-from .form-list li {
  width: 32%;
}

@media (max-width: 768px) {
  .stories-from .form-list li {
    width: 47%;
  }
}

@media (max-width: 767px) {
  .stories-from .form-list li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.stories-from .list-looking {
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-right: -1.6%;
  margin-left: -1.6%;
}

.stories-from .list-looking li {
  margin-right: 1.6%;
  margin-left: 1.6%;
}

.stories-from .card-look {
  position: relative;
}

.stories-from .card-look figure img {
  height: 66px;
  width: 66px;
}

.stories-from .card-look div {
  padding-right: 30px;
}

@media (max-width: 768px) {
  .stories-from .card-look div {
    padding-right: 0px;
  }

  .stories-from .card-look div p {
    display: block;
  }
}

.stories-from .card-look span {
  position: absolute;
  font-size: 28px;
  right: 20px;
}

@media (max-width: 768px) {
  .stories-from .card-look span {
    right: 10px;
  }
}

.explorer11 .form-label-group.grey .form-control:focus~label,
.explorer11 .form-label-group.grey :valid.form-control~label,
.explorer11 .form-label-group.grey .form-control~label {
  background: #f3f3f3;
}

.form-label-group.grey select,
.form-label-group.grey input {
  background-color: #f3f3f3;
}

.form-label-group.grey .normal-select-box.selected:not(:placeholder-shown)~label {
  background-color: #f3f3f3;
}

.form-label-group.grey input:not(:placeholder-shown)~label,
.form-label-group.grey textarea:not(:placeholder-shown)~label {
  background-color: #f3f3f3;
}

.form-label-group.search-bdy button {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}

.form-label-group.search-bdy button span {
  font-size: 22px;
}

.round-img-shadow img {
  box-shadow: 0px -20px 0px #E8E8E8;
}

.snav-wraper.border .secondary-nav {
  border-bottom: 1px solid #d8d8d8;
}

.csr-mission.media-kit .media-list {
  margin: 0 -90px -110px 0;
}

@media (max-width: 1024px) {
  .csr-mission.media-kit .media-list {
    margin: 0 -65px -110px 0;
  }

  .csr-mission.media-kit .media-list .card-media {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .csr-mission.media-kit .media-list {
    margin: 0 -50px -110px 0;
  }
}

@media (max-width: 767px) {
  .csr-mission.media-kit .media-list {
    margin: 30px 0 -80px 0;
  }
}

@media (max-width: 1024px) {
  .csr-mission.media-kit .mk-left {
    padding: 24px 0 24px 20px;
    margin-right: 60px;
    margin-left: -30px;
  }
}

@media (max-width: 768px) {
  .csr-mission.media-kit .mk-left {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .csr-mission.media-kit .mk-left {
    margin-right: 0px;
    padding: 24px;
  }
}

.play-box.white {
  height: auto;
  width: auto;
  background: inherit;
}

.play-box.white .icon-play {
  font-size: 64px;
}

.play-box.white .icon-play::before {
  color: #FFFFFF;
}

.social-ent.always-you {
  padding: 80px 0 !important;
}

.social-ent.always-you .white-box .wrap,
.social-ent.always-you .search-bxIn .search-ad .ad-card .wrap,
.search-bxIn .search-ad .social-ent.always-you .ad-card .wrap,
.social-ent.always-you .accordian .trgr .wrap,
.accordian .social-ent.always-you .trgr .wrap,
.social-ent.always-you .accordian .tog_cont .wrap,
.accordian .social-ent.always-you .tog_cont .wrap,
.social-ent.always-you .card-look .wrap,
.social-ent.always-you .media-card .wrap,
.social-ent.always-you .pr-list>li .card-bx .wrap,
.pr-list>li .social-ent.always-you .card-bx .wrap,
.social-ent.always-you .trgr1 .wrap,
.social-ent.always-you .trgr2 .wrap,
.social-ent.always-you .trgr3 .wrap,
.social-ent.always-you .tog_cont1 .wrap,
.social-ent.always-you .tog_cont2 .wrap,
.social-ent.always-you .tog_cont3 .wrap,
.social-ent.always-you .mf-invest .start-box .wrap,
.mf-invest .social-ent.always-you .start-box .wrap,
.social-ent.always-you .more-box .wrap,
.social-ent.always-you .media-kit .media-list .card-media .wrap,
.media-kit .media-list .social-ent.always-you .card-media .wrap,
.social-ent.always-you .ebc-loan-banner .lawbx .wrap,
.ebc-loan-banner .social-ent.always-you .lawbx .wrap {
  padding-left: 25px;
}

@media (max-width: 768px) {

  .social-ent.always-you .white-box .wrap,
  .social-ent.always-you .search-bxIn .search-ad .ad-card .wrap,
  .search-bxIn .search-ad .social-ent.always-you .ad-card .wrap,
  .social-ent.always-you .accordian .trgr .wrap,
  .accordian .social-ent.always-you .trgr .wrap,
  .social-ent.always-you .accordian .tog_cont .wrap,
  .accordian .social-ent.always-you .tog_cont .wrap,
  .social-ent.always-you .card-look .wrap,
  .social-ent.always-you .media-card .wrap,
  .social-ent.always-you .pr-list>li .card-bx .wrap,
  .pr-list>li .social-ent.always-you .card-bx .wrap,
  .social-ent.always-you .trgr1 .wrap,
  .social-ent.always-you .trgr2 .wrap,
  .social-ent.always-you .trgr3 .wrap,
  .social-ent.always-you .tog_cont1 .wrap,
  .social-ent.always-you .tog_cont2 .wrap,
  .social-ent.always-you .tog_cont3 .wrap,
  .social-ent.always-you .mf-invest .start-box .wrap,
  .mf-invest .social-ent.always-you .start-box .wrap,
  .social-ent.always-you .more-box .wrap,
  .social-ent.always-you .media-kit .media-list .card-media .wrap,
  .media-kit .media-list .social-ent.always-you .card-media .wrap,
  .social-ent.always-you .ebc-loan-banner .lawbx .wrap,
  .ebc-loan-banner .social-ent.always-you .lawbx .wrap {
    padding-top: 30px;
  }
}

.social-ent.always-you .white-box .wrap p.clr-grey,
.social-ent.always-you .search-bxIn .search-ad .ad-card .wrap p.clr-grey,
.search-bxIn .search-ad .social-ent.always-you .ad-card .wrap p.clr-grey,
.social-ent.always-you .accordian .trgr .wrap p.clr-grey,
.accordian .social-ent.always-you .trgr .wrap p.clr-grey,
.social-ent.always-you .accordian .tog_cont .wrap p.clr-grey,
.accordian .social-ent.always-you .tog_cont .wrap p.clr-grey,
.social-ent.always-you .card-look .wrap p.clr-grey,
.social-ent.always-you .media-card .wrap p.clr-grey,
.social-ent.always-you .pr-list>li .card-bx .wrap p.clr-grey,
.pr-list>li .social-ent.always-you .card-bx .wrap p.clr-grey,
.social-ent.always-you .trgr1 .wrap p.clr-grey,
.social-ent.always-you .trgr2 .wrap p.clr-grey,
.social-ent.always-you .trgr3 .wrap p.clr-grey,
.social-ent.always-you .tog_cont1 .wrap p.clr-grey,
.social-ent.always-you .tog_cont2 .wrap p.clr-grey,
.social-ent.always-you .tog_cont3 .wrap p.clr-grey,
.social-ent.always-you .mf-invest .start-box .wrap p.clr-grey,
.mf-invest .social-ent.always-you .start-box .wrap p.clr-grey,
.social-ent.always-you .more-box .wrap p.clr-grey,
.social-ent.always-you .media-kit .media-list .card-media .wrap p.clr-grey,
.media-kit .media-list .social-ent.always-you .card-media .wrap p.clr-grey,
.social-ent.always-you .ebc-loan-banner .lawbx .wrap p.clr-grey,
.ebc-loan-banner .social-ent.always-you .lawbx .wrap p.clr-grey,
.social-ent.always-you .white-box .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .white-box .wrap p.notes,
.social-ent.always-you .search-bxIn .search-ad .ad-card .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .search-bxIn .search-ad .ad-card .wrap p.notes,
.search-bxIn .search-ad .social-ent.always-you .ad-card .wrap .hero-from .form-list p.notes,
.hero-from .form-list .search-bxIn .search-ad .social-ent.always-you .ad-card .wrap p.notes,
.social-ent.always-you .accordian .trgr .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .accordian .trgr .wrap p.notes,
.accordian .social-ent.always-you .trgr .wrap .hero-from .form-list p.notes,
.hero-from .form-list .accordian .social-ent.always-you .trgr .wrap p.notes,
.social-ent.always-you .accordian .tog_cont .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .accordian .tog_cont .wrap p.notes,
.accordian .social-ent.always-you .tog_cont .wrap .hero-from .form-list p.notes,
.hero-from .form-list .accordian .social-ent.always-you .tog_cont .wrap p.notes,
.social-ent.always-you .card-look .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .card-look .wrap p.notes,
.social-ent.always-you .media-card .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .media-card .wrap p.notes,
.social-ent.always-you .pr-list>li .card-bx .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .pr-list>li .card-bx .wrap p.notes,
.pr-list>li .social-ent.always-you .card-bx .wrap .hero-from .form-list p.notes,
.hero-from .form-list .pr-list>li .social-ent.always-you .card-bx .wrap p.notes,
.social-ent.always-you .trgr1 .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .trgr1 .wrap p.notes,
.social-ent.always-you .trgr2 .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .trgr2 .wrap p.notes,
.social-ent.always-you .trgr3 .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .trgr3 .wrap p.notes,
.social-ent.always-you .tog_cont1 .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .tog_cont1 .wrap p.notes,
.social-ent.always-you .tog_cont2 .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .tog_cont2 .wrap p.notes,
.social-ent.always-you .tog_cont3 .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .tog_cont3 .wrap p.notes,
.social-ent.always-you .mf-invest .start-box .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .mf-invest .start-box .wrap p.notes,
.mf-invest .social-ent.always-you .start-box .wrap .hero-from .form-list p.notes,
.hero-from .form-list .mf-invest .social-ent.always-you .start-box .wrap p.notes,
.social-ent.always-you .more-box .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .more-box .wrap p.notes,
.social-ent.always-you .media-kit .media-list .card-media .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .media-kit .media-list .card-media .wrap p.notes,
.media-kit .media-list .social-ent.always-you .card-media .wrap .hero-from .form-list p.notes,
.hero-from .form-list .media-kit .media-list .social-ent.always-you .card-media .wrap p.notes,
.social-ent.always-you .ebc-loan-banner .lawbx .wrap .hero-from .form-list p.notes,
.hero-from .form-list .social-ent.always-you .ebc-loan-banner .lawbx .wrap p.notes,
.ebc-loan-banner .social-ent.always-you .lawbx .wrap .hero-from .form-list p.notes,
.hero-from .form-list .ebc-loan-banner .social-ent.always-you .lawbx .wrap p.notes {
  margin-top: 25px;
}

.btn-box .btn-white.fill {
  background: #FFFFFF;
  border: 0px;
}

.media-card .mcard-body .hd3b.ht-auto {
  min-height: auto;
}

.blog-home.white-bg {
  background: #FFFFFF;
}

.testimonial-csr.benefits {
  padding: 55px 0 0 0;
}

.testimonial-csr .desc {
  font-size: 24px;
  line-height: 31px;
  margin: 30px 0;
  font-weight: 300;
}

.testimonial-csr .nameTtile {
  font-weight: 700;
  font-size: 24px;
  margin-top: 40px;
  line-height: 1.2;
}

.testimonial-csr .test-img {
  margin-top: 40px;
  margin-bottom: -30px;
  position: relative;
}

.testimonial-csr .test-img img {
  border-radius: 50%;
  padding: 5px;
  background: #FFFFFF;
}

.white-bg.card-brk {
  background: #FFFFFF;
  padding: 100px 0 80px;
}

@media (max-width: 767px) {
  .white-bg.card-brk {
    padding: 80px 0 60px;
  }

  .white-bg.card-brk .card.page-breaker .card-body {
    padding-bottom: 0px;
  }

  .white-bg.card-brk .card.page-breaker .btn-box a.f14br,
  .white-bg.card-brk .card.page-breaker .btn-box .product-banner a.hero-know-more,
  .product-banner .white-bg.card-brk .card.page-breaker .btn-box a.hero-know-more {
    margin-left: 30px;
  }
}

@media (max-width: 1024px) {
  .white-bg.card-brk .card.page-breaker .btn-box {
    padding-right: 15px;
  }
}

.single-carousel-ppt .owl-nav span {
  display: inline-block;
  margin: 2px;
  background: #FFFFFF;
  border-radius: 50%;
  font-size: 20px;
  padding: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.single-carousel-ppt .owl-nav span::before {
  color: #9D1D27;
}

.single-carousel-ppt .owl-nav .owl-prev {
  left: 50%;
  margin-left: -60px;
  top: inherit;
  bottom: 0px;
}

.single-carousel-ppt .owl-nav .owl-next {
  right: 50%;
  margin-right: -60px;
  top: inherit;
  bottom: 0px;
}

.download.yellow {
  background: #FFCB05;
  padding: 10px;
  position: absolute;
  right: 30px;
  bottom: -13px;
  height: 40px;
  width: 40px;
}

.download.yellow img {
  width: 20px;
}

#counter-ppt {
  position: absolute;
  bottom: 30px;
  left: 50px;
  font-size: 14px;
  background: #FFFFFF;
  padding: 5px 17px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  #counter-ppt {
    bottom: -5px;
    left: 15px;
    background: #f3f3f3;
  }
}

.csr-inner-ban .hero-banner .banner-ctnt {
  margin-top: 0;
}

@media (max-width: 768px) {
  .csr-inner-ban .hero-banner .banner-ctnt {
    margin-top: -22px;
  }

  .csr-inner-ban .hero-banner .banner-ctnt h1 {
    margin-bottom: -7px;
    font-size: 32px;
  }
}

blockquote.op1 {
  font-size: 24px;
  border-top: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  margin-right: 20px;
}

@media (max-width: 767px) {
  blockquote.op1 {
    margin-right: 0;
  }
}

blockquote.op1 p {
  line-height: 1.55;
}

blockquote.op1 footer {
  font-size: 18px;
  color: #9D1D27;
}

blockquote.op1 footer cite {
  margin-top: 15px;
  color: #9D1D27;
}

.about-msg h4 {
  margin-bottom: 30px;
}

.about-msg p {
  line-height: 22px;
}

.about-msg .hd1.red {
  color: #9D1D27;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .about-msg .hd1.red {
    margin-bottom: 30px;
  }
}

.about-msg .hd1.red small {
  display: block;
  font-size: 16px;
  letter-spacing: 0px;
  color: #54565B;
  margin-top: 15px;
}

.about-msg.grey-bg .blockquote.op1::before,
.banner2 .about-msg.banner-wrapper.grey-btm .blockquote.op1::before,
.about-msg.code-pol .blockquote.op1::before,
.about-msg.related-product .blockquote.op1::before,
.about-msg.blog-tab.fastag .blockquote.op1::before,
.about-msg.bod-page .blockquote.op1::before,
.media-kit .about-msg.mk-left .blockquote.op1::before,
.about-msg.trending .blockquote.op1::before,
.about-msg.pr-page .blockquote.op1::before {
  background-color: #f3f3f3;
}

.about-msg .blockquote.op1::before {
  background-color: #FFFFFF;
}

.acrd-data.result.onlMob table th:first-child,
.acrd-data.result.onlMob table td:first-child {
  text-align: center;
  border-right: 1px solid rgba(151, 151, 151, 0.4);
}

@media (max-width: 768px) {
  .annual-report img {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .flex-revers-mob {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}


.always-you .white-box p.hd2v{
	margin-bottom: 10px;
    line-height: 1.3;
}
.always-you .hdr {
    text-align: center;
    margin-bottom: 32px;
}
.play-box.white {
    height: auto;
    width: auto;
    background: inherit;
}   
.play-box {
    background: #ffcb05;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}  
.white {
    color: #FFFFFF;
}  
.social-ent.always-you .white-box .wrap p.clr-grey{
      margin-top: 25px;
}   
.always-you .white-box p.clr-grey strong{
	display: block;
    margin-bottom: 3px;
    color: #54565B;
}
.always-you{
	background: #f3f3f3;
}
.always-you .white-box{
	padding: 64px 0 96px;
    margin: 4px;
}
.always-you .white-box figure{
    margin-left: -92px;
    margin-bottom: 0;
}  
.always-you .owl-dots{
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
}                
@media (max-width: 991px){
.always-you .white-box{
	margin-top: 80px;
    padding: 0 0 70px;
}
.always-you .white-box figure{
	margin: -80px 3% 0;
}
.always-you .owl-dots {
    bottom: 30px;
}
}
@media (max-width: 767px){
.always-you .container {
    padding: 0 10px;
}
.hdr {
  font-size: 24px !important;
}
}
* {
    line-height: 1.2;
}

.get-intouch-bx .hd26 {
    font-size: 26px !important;
}

select#DepositTyp.selectpicker, select#DepositTyp2.selectpicker {
    display: block !important;
}

.sliderMain {
    position: relative;
}

.ui-slider-handle {
    position: absolute;
    line-height: 3;
}
.normal-tabs-dropdonw .dropdown .dropdown-menu {
    height: auto !important;
}

.normal-tabs-dropdonw .dropdown-toggle+.normal-tabs-drodown-menu a {
    line-height: 1.2 !important;
}

.loan-cal .education-loan .ui-slider .ui-slider-handle {
    line-height: 6 !important;
}

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

#bannerCTA {
    font-size: 16px;
}

.loan-cal .education-loan .ui-slider .ui-slider-handle {
    line-height: 6 !important;
}

.banner-ctnt .desc {
    font-size: 17px !important;
}
.btn-box .btn-red{
	font-size:16px;
}
 
.accordian .trgr{
	padding: 20px 50px 20px 20px;
}
 
a.read-more {
    color: #9D1D27;
    font-weight: 600;
    text-decoration: underline;
    white-space: nowrap;
}

.invest-withUs .btn-box .btn-white {
    color: #FFFFFF;
    border-color: #FFFFFF;
    border: 2px solid;
}

.link-txt {
    font-size: 14px;
    font-weight: 700;
    color: #9D1D27;
}


.play-box{
    display: none;
}

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

.slider-wraper .help-block, .ui-slider-handle{
    font-weight: 600;
}

.social-ent.always-you {
    padding: unset;
}
