.fs-banner {
    position: relative;
    margin: 40px 0;
    overflow: hidden
}

@media(max-width: 767px) {
    .fs-banner {
        margin: 20px 0
    }
}

.fs-banner .pb-inner {
    position: relative;
    min-height: 414px;
    overflow: hidden;
    z-index: 1
}

@media(max-width: 1199px) {
    .fs-banner .pb-inner {
        min-height: 300px
    }
}

@media(max-width: 767px) {
    .fs-banner .pb-inner {
        min-height: 595px
    }
}

.fs-banner .pb-inner .pb-img {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

@media(max-width: 1199px) {
    .fs-banner .pb-inner .pb-img {
        position: absolute
    }
}

@media(max-width: 767px) {
    .fs-banner .pb-inner .pb-img {
        position: relative
    }
}

.fs-banner .pb-inner .pb-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover
}

.fs-banner .pb-inner .pb-desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 64px;
    right: 64px
}

@media(max-width: 1199px) {
    .fs-banner .pb-inner .pb-desc {
        left: 35px;
        right: 35px
    }
}

@media(max-width: 767px) {
    .fs-banner .pb-inner .pb-desc {
        left: 20px;
        right: 20px;
        bottom: 40px;
        top: 40px;
        transform: translateY(0);
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.fs-banner .pb-inner .pb-desc .pb-desc-inner {
    max-width: 615px
}

.fs-banner .pb-inner .pb-desc .pb-desc-inner .h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: #222;
    margin-bottom: 16px
}

@media(max-width: 1199px) {
    .fs-banner .pb-inner .pb-desc .pb-desc-inner .h1 {
        font-size: 34px;
        line-height: 43px
    }
}

@media(max-width: 767px) {
    .fs-banner .pb-inner .pb-desc .pb-desc-inner .h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px;
        color: #fff
    }
}

.fs-banner .pb-inner .pb-desc .pb-desc-inner .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #222
}

.fs-banner .pb-inner .pb-desc .pb-desc-inner .desc:last-child {
    margin-bottom: 0
}

@media(max-width: 767px) {
    .fs-banner .pb-inner .pb-desc .pb-desc-inner .desc {
        color: #fff
    }
}

@media(max-width: 767px) {
    .fs-banner .pb-inner .pb-desc .pb-desc-inner.blackfont .desc, .fs-banner .pb-inner .pb-desc .pb-desc-inner.blackfont .h1 {
        color: #222;
    }
}

.fs-banner .pb-inner .pb-desc .btn-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fs-banner .pb-inner .pb-desc .btn-group .black-btn {
    padding: 14px 24px;
    text-align: center;
    background: #222;
    border: 1px solid #222;
    border-radius: 99px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 991px) {
    .fs-banner .pb-inner .pb-desc .btn-group .black-btn {
        padding: 12px 24px
    }
}

@media(max-width: 767px) {
    .fs-banner .pb-inner .pb-desc .btn-group .black-btn {
        width: 100%;
        max-width: 100%
    }
}

.fs-banner .pb-inner .pb-desc .btn-group .black-btn-border {
    padding: 14px 24px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #222;
    border-radius: 99px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #222;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width: 991px) {
    .fs-banner .pb-inner .pb-desc .btn-group .black-btn-border {
        padding: 12px 24px
    }
}

@media(max-width: 767px) {
    .fs-banner .pb-inner .pb-desc .btn-group .black-btn-border {
        width: 100%;
        max-width: 100%
    }
}

.d-mat-subnav .container::-webkit-scrollbar {
    height: 5px
}

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

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

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

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

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

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

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

.d-mat-subnav .secondary-nav .container {
    position: relative
}

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

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

.d-mat-subnav .secondary-nav .container .btn-box .btn-black {
    background: linear-gradient(131.93deg, #353535 0%, #000000 95.19%)
}

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

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

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

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

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

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

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

@media(max-width: 1180px) {

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

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

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

@media(max-width: 1024px) {

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

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

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

.d-mat-subnav .secondary-nav ul:not(.filter) li a::after,
.d-mat-subnav .secondary-tab ul:not(.filter) li a::after,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a::after {
    border-bottom: 3px solid #9d1d27;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin: auto;
    position: absolute;
    transition: .3s all ease
}

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

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

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

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

.d-mat-subnav .secondary-nav ul:not(.filter) li a.btn-apply.black,
.d-mat-subnav .secondary-tab ul:not(.filter) li a.btn-apply.black,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a.btn-apply.black {
    background: linear-gradient(131.93deg, #353535 0%, #000000 95.19%)
}

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

@media(max-width: 991px) {

    .d-mat-subnav .secondary-nav.new-secnav ul:not(.filter),
    .d-mat-subnav .secondary-tab.new-secnav ul:not(.filter),
    .d-mat-subnav .secondary-tab-normal.new-secnav ul:not(.filter) {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap
    }
}

@media(max-width: 991px) {

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

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

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

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

.d-mat-subnav .btn-container-mobile-only .btn-apply {
    border-radius: 100px;
    background: linear-gradient(94deg, #610E14 1.19%, #9B1E26 39.98%, #350A0D 107.4%);
    padding: 12px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    box-shadow: 0px 4px 8.5px rgba(0, 0, 0, .22)
}

.d-mat-subnav.grnt-average-subnav .secondary-nav ul:not(.filter) {
    -ms-flex-pack: start;
    justify-content: flex-start;
    column-gap: 50px
}

@media(max-width: 991px) {
    .d-mat-subnav.grnt-average-subnav .secondary-nav ul:not(.filter) {
        -ms-flex-pack: justify;
        justify-content: space-between;
        column-gap: 0
    }
}

.d-mat-subnav.grnt-average-subnav .secondary-nav ul:not(.filter) li a strong {
    color: #222
}

.d-mat-subnav.grnt-average-subnav .secondary-nav ul:not(.filter) li a.active::after {
    border-color: #9b1e26
}

.d-mat-subnav.grnt-epf-subnav .nav:not(.filter) {
    -ms-flex-pack: start;
    justify-content: start
}

.d-mat-subnav.grnt-epf-subnav .nav:not(.filter) li {
    margin-left: 40px
}

.d-mat-subnav.grnt-epf-subnav .nav:not(.filter) li:first-child {
    margin: 0
}

.d-mat-subnav.grnt-epf-subnav .nav:not(.filter) li:last-child {
    margin-left: auto
}

@keyframes availAnim {
    from {
        width: 0
    }

    to {
        width: 67%
    }
}

@keyframes availAnim1 {
    from {
        height: 0
    }

    to {
        height: 80%
    }
}

.bounceInUp1 {
    animation-name: bounceInUp1
}

.bounceInUp2 {
    animation-name: bounceInUp2
}

.new-head-body .d-mat-subnav .secondary-nav.sticky,
.new-head-body .d-mat-subnav .secondary-tab.sticky,
.new-head-body .d-mat-subnav .secondary-tab-normal.sticky {
    top: 77px !important
}

@media(max-width: 991px) {
    .new-head-body .d-mat-subnav .secondary-nav.sticky,
    .new-head-body .d-mat-subnav .secondary-tab.sticky,
    .new-head-body .d-mat-subnav .secondary-tab-normal.sticky {
        top: 76px !important;
    }
}

.grnt-fmn-subnav .secondary-nav ul:not(.filter) li+li {
    margin-left: 30px
}

.grnt-fmn-subnav .secondary-nav ul:not(.filter) li:last-child {
    margin-left: auto
}

.grnt-fmn-subnav .secondary-nav ul:not(.filter) li a strong {
    color: #2b2b2b
}


.sticky-footer-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.grnt-sticky-btn {
    padding: 15px 20px;
    background: linear-gradient(182.76deg, rgba(255, 255, 255, 0.63) 1.81%, rgba(255, 255, 255, 0.7) 97.23%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    bottom: 0;
    transition: all .5s
}

.grnt-sticky-btn.rosy-brown-bg {
    padding: 15px;
    background: linear-gradient(90deg, #C08D8D 0%, #907F7F 100%);
    border-radius: 12px 12px 0px 0px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    bottom: 0;
    transition: all .5s
}

.grnt-sticky-btn.stickybtn {
    bottom: 0
}

.grnt-sticky-btn .btn-box:has(> :nth-child(2))  {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px
}



.grnt-sticky-btn .btn-black {
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    border-radius: 100px;
    height: auto;
    display: block;
    max-width: 100%;
    color: #fff;
    background: linear-gradient(131.93deg, #353535 0%, #000000 95.19%);
    margin: auto
}

.grnt-sticky-btn .btn-box:has(> :nth-child(2)) .btn-black{
    margin:0;
    padding:10px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.grnt-sticky-btn .black-btn-border {
    padding: 10px 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #222;
    border-radius: 99px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #222;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%
}

.gcl-overview {
    padding: 60px 0
}

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

@media(max-width: 991px) {
    .gcl-overview {
        padding: 30px 0px
    }
}

@media(max-width: 767px) {
    .gcl-overview {
        padding: 50px 0px 40px
    }
}

.gcl-overview .gcl-desc-main .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #222;
    margin-bottom: 20px
}

@media(max-width: 1199px) {
    .gcl-overview .gcl-desc-main .h2 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 16px
    }
}

@media(max-width: 991px) {
    .gcl-overview .gcl-desc-main .h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .gcl-overview .gcl-desc-main .h2 {
        margin-bottom: 20px
    }
}

.gcl-overview .gcl-desc-main .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #242424;
    margin-bottom: 20px
}

.gcl-overview .gcl-desc-main .desc:last-child {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .gcl-overview .gcl-desc-main .desc {
        line-height: 26px
    }
}

@media(max-width: 991px) {
    .gcl-overview .gcl-desc-main .desc {
        line-height: 23px
    }
}

.gcl-overview .gcl-desc-main .show-less {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    gap: 9px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #9b1e26;
    width: -moz-fit-content;
    width: fit-content
}
.gcl-overview .gcl-box-main {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 25px;
    border: 1px solid rgba(227, 191, 175, .3);
    position: relative;
    z-index: 1;
    margin-top: 50px
}

@media(max-width: 767px) {
    .gcl-overview .gcl-box-main {
        margin-top: 40px;
        padding: 20px
    }
}

.gcl-overview .gcl-box-main::before {
    content: "";
    position: absolute;
    top: -144px;
    left: -144px;
    width: 452px;
    height: 447px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(250, 183, 188, 0.27) 0%, rgba(250, 183, 188, 0) 100%);
    filter: blur(23.6242px);
    z-index: -1
}

@media(max-width: 767px) {
    .gcl-overview .gcl-box-main::before {
        top: -183px;
        left: 210px
    }
}

.gcl-overview .gcl-box-main::after {
    content: "";
    position: absolute;
    top: -8px;
    right: -118px;
    width: 434px;
    height: 407px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(241, 176, 52, 0.15) 0%, rgba(241, 176, 52, 0) 100%);
    opacity: .8;
    filter: blur(23.0774px);
    z-index: -1
}

@media(max-width: 767px) {
    .gcl-overview .gcl-box-main::after {
        width: 358px;
        height: 407px;
        right: -193px;
        top: auto;
        bottom: -130px
    }
}

.gcl-overview .gcl-box-main .gclb-img {
    margin-bottom: 18px
}

@media(max-width: 767px) {
    .gcl-overview .gcl-box-main .gclb-img {
        margin-bottom: 22px
    }
}

.gcl-overview .gcl-box-main .gclb-img img {
    max-width: 56px;
    border-radius: 50%;
    box-shadow: 0px 1.54839px 6.19355px rgba(152, 173, 180, .4)
}

@media(max-width: 767px) {
    .gcl-overview .gcl-box-main .gclb-img img {
        max-width: 48px
    }
}

.gcl-overview .gcl-box-main .gclb-desc .h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #1a1c1f;
    margin-bottom: 12px
}

.gcl-overview .gcl-box-main .gclb-desc .txt {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #505a63;
    margin-bottom: 15px
}

.gcl-overview .gcl-box-main .gclb-desc .txt:last-child {
    margin-bottom: 0
}

.fs-enable {
    padding: 60px 0;
    overflow: hidden
}

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

.fs-enable .head .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #222;
    margin-bottom: 20px
}

@media(max-width: 1199px) {
    .fs-enable .head .h2 {
        font-size: 32px
    }
}

@media(max-width: 991px) {
    .fs-enable .head .h2 {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .fs-enable .head .h2 {
        font-size: 28px;
        text-align: center;
        line-height: 36px
    }
}

.fs-enable .head .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3a3a3a;
    margin-bottom: 12px
}

.fs-enable .head .desc:last-child {
    margin-bottom: 0
}

.fs-enable .fs-enable-inner {
    background: linear-gradient(102.55deg, #FFFFFF 0%, #F6F6F6 100%);
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 40px
}

@media(max-width: 1199px) {
    .fs-enable .fs-enable-inner {
        padding: 30px
    }
}

@media(max-width: 767px) {
    .fs-enable .fs-enable-inner {
        padding: 40px 20px 20px
    }
}

@media(max-width: 991px) {
    .fs-enable .fs-enable-inner .row {
        row-gap: 30px
    }
}

.fs-enable .fs-enable-inner .fs-enable-grid-main {
    margin-top: 40px
}

@media(max-width: 767px) {
    .fs-enable .fs-enable-inner .fs-enable-grid-main {
        margin-top: 20px
    }
}

.fs-enable .fs-enable-inner .fs-enable-grid-main .fs-enable-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px auto;
    grid-template-columns: 40px auto;
    gap: 16px
}

.fs-enable .fs-enable-inner .fs-enable-grid-main .fs-enable-box+.fs-enable-box {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #ececec
}

.fs-enable .fs-enable-inner .fs-enable-grid-main .fs-enable-box .fs-eb-img img {
    max-width: 40px
}

.fs-enable .fs-enable-inner .fs-enable-grid-main .fs-enable-box .fs-eb-desc .h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #222;
    margin-bottom: 8px
}

@media(max-width: 767px) {
    .fs-enable .fs-enable-inner .fs-enable-grid-main .fs-enable-box .fs-eb-desc .h3 {
        font-size: 14px;
        margin-bottom: 4px
    }
}

.fs-enable .fs-enable-inner .fs-enable-grid-main .fs-enable-box .fs-eb-desc .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #505a63
}

.fs-enable .fs-enable-inner .fs-enable-grid-main .fs-enable-box .fs-eb-desc .desc:last-child {
    margin-bottom: 0
}

@media(max-width: 767px) {
    .fs-enable .fs-enable-inner .fs-enable-grid-main .fs-enable-box .fs-eb-desc .desc {
        font-size: 14px
    }
}

.fs-enable .fs-enable-video {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto
}

@media(max-width: 991px) {
    .fs-enable .fs-enable-video {
        margin: 0 auto
    }
}

.fs-enable .fs-enable-video img {
    object-fit: cover;
    border-radius: 16px
}

@media(max-width: 1199px) {
    .fs-enable .fs-enable-video img {
        width: 100%
    }
}

.fs-enable .fs-enable-video .fs-enable-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .15);
    border-radius: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 767px) {
    .fs-enable .col-lg-5 {
        padding: 0 10px
    }
}

.indstde-video {
    background: rgba(0, 0, 0, .6)
}

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

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

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

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

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

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

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

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

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

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

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

.fs-story {
    padding: 60px 0;
    overflow: hidden
}

.fs-story .title {
    margin-bottom: 40px
}

@media(max-width: 1199px) {
    .fs-story .title {
        margin-bottom: 30px
    }
}

.fs-story .title .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #1a1c1f;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .fs-story .title .h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media(max-width: 991px) {
    .fs-story .title .h2 {
        font-size: 27px;
        line-height: 36px
    }
}

@media(max-width: 767px) {
    .fs-story .title .h2 {
        font-size: 28px;
        line-height: 36px;
        text-align: center
    }
}

.fs-story .fsstory-embla .fsstory-box {
    background: #fff;
    border-radius: 0;
    position: relative;
    z-index: 1
}

.fs-story .fsstory-embla .fsstory-box .anchor-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    z-index: 2
}

.fs-story .fsstory-embla .fsstory-box .fsstoryb-img {
    position: relative;
    z-index: 1;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, .15);
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px;
    margin-bottom: 32px
}

.fs-story .fsstory-embla .fsstory-box .fsstoryb-year {
    margin-bottom: 24px;
    position: relative
}

@media(max-width: 767px) {
    .fs-story .fsstory-embla .fsstory-box .fsstoryb-year {
        margin-bottom: 16px
    }
}

.fs-story .fsstory-embla .fsstory-box .fsstoryb-year::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 32px;
    height: 3px;
    width: 100%;
    background: url(../../../../content/dam/idfcfirstbank/images/first-symp/story-dash-line.png) repeat-x 0 center;
    transform: translateY(-50%);
    z-index: -1
}

@media(max-width: 767px) {
    .fs-story .fsstory-embla .fsstory-box .fsstoryb-year::before {
        background: url(../../../../content/dam/idfcfirstbank/images/first-symp/story-dash-mob-line.png) repeat-x 0 center
    }
}

.fs-story .fsstory-embla .fsstory-box .fsstoryb-year .txt {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
    padding: 12px 20px;
    background: #ebeced;
    border-radius: 50px;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .fs-story .fsstory-embla .fsstory-box .fsstoryb-year .txt {
        font-size: 14px;
        line-height: 14px
    }
}

@media(max-width: 767px) {
    .fs-story .fsstory-embla .fsstory-box .fsstoryb-year .txt {
        display: none
    }
}

.fs-story .fsstory-embla .fsstory-box .fsstoryb-year .txt-mob {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: #3c4249;
    border-radius: 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
    display: none
}

@media(max-width: 767px) {
    .fs-story .fsstory-embla .fsstory-box .fsstoryb-year .txt-mob {
        display: -ms-flexbox;
        display: flex
    }
}

.fs-story .fsstory-embla .fsstory-box .fsstoryb-desc .h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px
}

.fs-story .fsstory-embla .fsstory-box .fsstoryb-desc .txt {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #686873;
    margin-bottom: 0
}

.fs-story .fsstory-embla .embla__container .embla__slide:last-child .fsstoryb-year::before {
    display: none
}

.fs-story .fsstory-embla {
    position: relative;
    padding: 0px 0px;
    z-index: 1
}

.fs-story .fsstory-embla .embla__selected-snap-display {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 25px auto 0;
    left: 0;
    bottom: 0;
    background: #222;
    border-radius: 30px;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    z-index: 1
}

.fs-story .fsstory-embla .embla__container {
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media(max-width: 991px) {
    .fs-story .fsstory-embla .embla__container {
        gap: 16px
    }
}

.fs-story .fsstory-embla .embla__container .embla__slide {
    -ms-flex: 1 0 31.65%;
    flex: 1 0 31.65%
}

@media(max-width: 1199px) {
    .fs-story .fsstory-embla .embla__container .embla__slide {
        -ms-flex: 1 0 31%;
        flex: 1 0 31%
    }
}

@media(max-width: 991px) {
    .fs-story .fsstory-embla .embla__container .embla__slide {
        -ms-flex: 1 0 48.8%;
        flex: 1 0 48.8%
    }
}

@media(max-width: 767px) {
    .fs-story .fsstory-embla .embla__container .embla__slide {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.fs-story .fsstory-embla .embla__controls {
    margin-top: 0px
}

@media(max-width: 767px) {
    .fs-story .fsstory-embla .embla__controls {
        display: none
    }
}

.fs-story .fsstory-embla .embla__controls .embla__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fs-story .fsstory-embla .embla__controls .embla__buttons .embla__button {
    background: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0;
    outline: 0;
    box-shadow: 0 0 0;
    width: 48px;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 2px 3.5px rgba(0, 0, 0, .25);
    position: absolute;
    top: 35%;
    transform: translateY(-35%)
}

@media(max-width: 1199px) {
    .fs-story .fsstory-embla .embla__controls .embla__buttons .embla__button {
        width: 40px;
        height: 40px
    }
}

@media(max-width: 991px) {
    .fs-story .fsstory-embla .embla__controls .embla__buttons .embla__button {
        width: 36px;
        height: 36px
    }
}

@media(max-width: 767px) {
    .fs-story .fsstory-embla .embla__controls .embla__buttons .embla__button {
        top: 43%;
        transform: translateY(-43%)
    }
}

.fs-story .fsstory-embla .embla__controls .embla__buttons .embla__button.embla__button--prev {
    left: -20px
}

@media(max-width: 1199px) {
    .fs-story .fsstory-embla .embla__controls .embla__buttons .embla__button.embla__button--prev {
        left: -10px
    }
}

@media(max-width: 767px) {
    .fs-story .fsstory-embla .embla__controls .embla__buttons .embla__button.embla__button--prev {
        display: none
    }
}

.fs-story .fsstory-embla .embla__controls .embla__buttons .embla__button.embla__button--next {
    right: -20px
}

@media(max-width: 1199px) {
    .fs-story .fsstory-embla .embla__controls .embla__buttons .embla__button.embla__button--next {
        right: -10px
    }
}

@media(max-width: 767px) {
    .fs-story .fsstory-embla .embla__controls .embla__buttons .embla__button.embla__button--next {
        display: none
    }
}

.fs-story .fsstory-embla .embla__controls .embla__buttons .embla__button svg {
    max-width: 12px
}

@media(max-width: 991px) {
    .fs-story .fsstory-embla .embla__controls .embla__buttons .embla__button svg {
        max-width: 8px
    }
}

.fs-support {
    padding: 60px 0
}

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

.fs-support .fssup-main {
    padding-left: 40px;
    background: linear-gradient(0deg, rgba(251, 247, 232, 0.31), rgba(251, 247, 232, 0.31)), #fff;
    border: 1px solid #f5e7bb;
    border-radius: 20px
}

@media(max-width: 1199px) {
    .fs-support .fssup-main {
        padding: 25px 0 25px 25px
    }
}

@media(max-width: 991px) {
    .fs-support .fssup-main {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .fs-support .fssup-main {
        padding: 40px 0 0
    }
}

@media(max-width: 991px) {
    .fs-support .fssup-main .row {
        row-gap: 30px
    }
}

@media(max-width: 767px) {
    .fs-support .fssup-main .fssup-desc {
        padding: 0 20px
    }
}

.fs-support .fssup-main .fssup-desc .title {
    margin-bottom: 40px
}

@media(max-width: 1199px) {
    .fs-support .fssup-main .fssup-desc .title {
        margin-bottom: 30px
    }
}

@media(max-width: 767px) {
    .fs-support .fssup-main .fssup-desc .title {
        margin-bottom: 20px
    }
}

.fs-support .fssup-main .fssup-desc .title .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #1a1c1f
}

@media(max-width: 1199px) {
    .fs-support .fssup-main .fssup-desc .title .h2 {
        font-size: 34px;
        line-height: 42px
    }
}

@media(max-width: 991px) {
    .fs-support .fssup-main .fssup-desc .title .h2 {
        font-size: 27px;
        line-height: 36px
    }
}

@media(max-width: 767px) {
    .fs-support .fssup-main .fssup-desc .title .h2 {
        font-size: 28px;
        line-height: 36px;
        text-align: center
    }
}

.fs-support .fssup-main .fssup-points {
    margin-bottom: 32px
}

@media(max-width: 767px) {
    .fs-support .fssup-main .fssup-points {
        margin-bottom: 20px
    }
}

.fs-support .fssup-main .fssup-points .fssupp-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
    gap: 16px
}

.fs-support .fssup-main .fssup-points .fssupp-box+.fssupp-box {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.fs-support .fssup-main .fssup-points .fssupp-box .fssuppb-desc h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #222;
    margin-bottom: 8px
}

@media(max-width: 767px) {
    .fs-support .fssup-main .fssup-points .fssupp-box .fssuppb-desc h3 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 4px
    }
}

.fs-support .fssup-main .fssup-points .fssupp-box .fssuppb-desc .txt {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #505a63;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .fs-support .fssup-main .fssup-points .fssupp-box .fssuppb-desc .txt {
        font-size: 14px;
        line-height: 22px
    }
}

.fs-support .fssup-main .title-note .txt {
    font-family: "Inter";
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #505a63;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .fs-support .fssup-main .title-note .txt {
        font-size: 12px;
        line-height: 20px
    }
}

.fs-support .fssup-img img {
    width: 100%
}

@media(max-width: 991px) {
    .fs-support .fssup-img img {
        width: auto
    }
}

@media(max-width: 767px) {
    .fs-support .fssup-img img {
        width: 100%
    }
}

.exsubpr-works {
    padding: 60px 0px;
    overflow: hidden
}

@media(max-width: 1199px) {
    .exsubpr-works {
        padding: 50px 0px 50px
    }
}

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

.exsubpr-works .head .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #1a1c1f;
    margin-bottom: 20px
}

.exsubpr-works .head .h2:last-child {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .exsubpr-works .head .h2 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 16px
    }
}

@media(max-width: 991px) {
    .exsubpr-works .head .h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .exsubpr-works .head .h2 {
        margin-bottom: 20px
    }
}

.exsubpr-works .head .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #505a63;
    margin-bottom: 20px
}

.exsubpr-works .head .desc:last-child {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .exsubpr-works .head .desc {
        line-height: 26px
    }
}

@media(max-width: 991px) {
    .exsubpr-works .head .desc {
        line-height: 23px
    }
}

.exsubpr-works .exsubprwor-main {
    display: none;
    margin-top: 70px
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main {
        margin-top: 25px
    }
}

@media(max-width: 767px) {
    .exsubpr-works .exsubprwor-main {
        margin-top: 32px
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps {
    position: relative;
    margin-bottom: 0px
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps {
        padding-top: 0px;
        margin-bottom: 0px
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 1280px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul:first-child {
        max-width: 95%
    }
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul {
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        max-width: 100%
    }

    .exsubpr-works .exsubprwor-main .exspwo-steps ul.reserve {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    background: url(../../../../content/dam/idfcfirstbank/images/first-symp/dash-line.png) repeat-x 0 0;
    margin-bottom: 0;
    min-height: 172px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease, transform .5s ease
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li.is-visible {
    opacity: 1;
    transform: translateY(0)
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li.noBorder {
    background: none
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        background: url(../../../../content/dam/idfcfirstbank/images/first-symp/vert-line.png) repeat-y 24px 5px;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px;
        min-height: inherit;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 24px
    }
}

@media(max-width: 767px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li {
        -ms-flex-align: start;
        align-items: start;
        position: relative;
        background: none
    }

    .exsubpr-works .exsubprwor-main .exspwo-steps ul li::before {
        content: "";
        position: absolute;
        left: 24px;
        top: 5px;
        width: 2px;
        height: 0;
        background: url(../../../../content/dam/idfcfirstbank/images/first-symp/vert-line.png) repeat-y;
        transition: height .6s ease
    }

    .exsubpr-works .exsubprwor-main .exspwo-steps ul li.hidee:before,
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li.mob-hidee:before {
        display: none
    }

    .exsubpr-works .exsubprwor-main .exspwo-steps ul li.is-visible::before {
        height: 100%
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li .num {
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #9b1e26;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: -24px
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li .num {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li .num {
        position: relative;
        z-index: 1
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li .para-box {
    max-width: 95%;
    margin-bottom: 15px
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li .para-box {
        margin-left: 5px;
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li .para-box {
        max-width: 100%
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li .h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #242424;
    margin-bottom: 4px
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li .h3 {
        margin-left: 14px
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li .txt {
    color: #686873;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    padding: 0;
    margin: 0 0 28px 0;
    min-height: 108px
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li .txt strong {
    font-weight: 600
}

@media(max-width: 1199px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li .txt {
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li .txt {
        margin-bottom: 0;
        min-height: auto;
        margin-left: 14px
    }
}

@media(max-width: 767px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li .txt {
        font-size: 14px;
        line-height: 21px
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li.lastChild {
    background: url(../../../../content/dam/idfcfirstbank/images/first-symp/curve-r.png) no-repeat right center;
    position: absolute;
    right: -96px;
    top: 1px;
    width: 130px;
    height: 206px;
    background-size: cover
}

@media(max-width: 1280px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li.lastChild {
        right: -66px
    }
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li.lastChild {
        display: none
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li.no-bg {
    background: none
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul.reserve {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul.reserve {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul.reserve li.lastChild {
    background: url(../../../../content/dam/idfcfirstbank/images/explore-product/curve.png) no-repeat left center;
    position: absolute;
    left: -68px;
    top: 0px;
    width: 128px;
    height: 208px;
    background-size: cover;
    z-index: -1
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul.reserve li.lastChild {
        display: none
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul.secound {
    max-width: 100%;
    margin-left: auto
}

@media(max-width: 1280px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul.secound {
        margin-right: 60px
    }
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul.secound {
        margin-right: 0px
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul.third {
    max-width: 85%;
    margin-left: auto
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul.third {
        max-width: 100%
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul:last-child li {
    min-height: auto
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul:last-child li .txt {
    margin-bottom: 0;
    min-height: auto
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul:last-child li.hidee {
    background: rgba(0, 0, 0, 0);
    padding-bottom: 0 !important
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul:last-child li.mob-hidee {
        background: rgba(0, 0, 0, 0)
    }
}

.exsubpr-works .fs-hw-tabs {
    margin-top: 40px
}

@media(max-width: 991px) {
    .exsubpr-works .fs-hw-tabs {
        margin-top: 32px
    }
}

.exsubpr-works .fs-hw-tabs .fs-hw-tab ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 510px;
    background-color: #e8e8e8;
    border-radius: 50px;
    padding: 4px;
    margin: 0 auto;
    position: relative;
    z-index: 0
}

@media(max-width: 767px) {
    .exsubpr-works .fs-hw-tabs .fs-hw-tab ul {
        padding: 3px
    }
}

.exsubpr-works .fs-hw-tabs .fs-hw-tab ul::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 50%;
    background-color: #222;
    z-index: -1;
    border-radius: 50px;
    transition: all .4s ease-in-out
}

@media(max-width: 767px) {
    .exsubpr-works .fs-hw-tabs .fs-hw-tab ul::after {
        top: 3px;
        left: 3px;
        bottom: 3px
    }
}

.exsubpr-works .fs-hw-tabs .fs-hw-tab ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #686873;
    padding: 16px 0;
    cursor: pointer;
    transition: all .4s ease-in-out
}

.exsubpr-works .fs-hw-tabs .fs-hw-tab ul li.active {
    color: #fff;
    font-weight: 600
}

@media(max-width: 1199px) {
    .exsubpr-works .fs-hw-tabs .fs-hw-tab ul li {
        font-size: 16px;
        line-height: 22px;
        padding: 14px 0
    }
}

@media(max-width: 767px) {
    .exsubpr-works .fs-hw-tabs .fs-hw-tab ul li {
        font-size: 14px;
        line-height: 20px;
        padding: 11px 0
    }
}

.exsubpr-works .fs-hw-tabs .fs-hw-tab ul:has(li:nth-child(2).active)::after {
    left: auto;
    right: 4px
}

.exsubpr-works .exsubprwor-main .exsubprwor-desc .txt {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #505a63;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 50px;
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exsubprwor-desc .txt {
        font-size: 14px;
        margin-top: -5px;
        margin-bottom: 20px;
    }
}

.exsubpr-works .exsubprwor-main .exspwo-btn {
    margin-top: 40px;
    text-align: center
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-btn {
        margin-top: 30px
    }
}

@media(max-width: 767px) {
    .exsubpr-works .exsubprwor-main .exspwo-btn {
        margin-top: 15px
    }
}

.exsubpr-works .exsubprwor-main .exspwo-btn .btn-black-br {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding: 14px 24px;
    border: 1px solid #000;
    border-radius: 38px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.fs-nominate {
    padding: 60px 0px;
    overflow: hidden;
    background: linear-gradient(0deg, #F6F6F6, #F6F6F6), #fff
}

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

.fs-nominate .title {
    margin-bottom: 40px
}

@media(max-width: 1199px) {
    .fs-nominate .title {
        margin-bottom: 30px
    }
}

@media(max-width: 767px) {
    .fs-nominate .title {
        margin-bottom: 20px
    }
}

.fs-nominate .title .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #222;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .fs-nominate .title .h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media(max-width: 991px) {
    .fs-nominate .title .h2 {
        font-size: 27px;
        line-height: 36px
    }
}

@media(max-width: 767px) {
    .fs-nominate .title .h2 {
        font-size: 28px;
        line-height: 36px;
        text-align: center
    }
}

.fs-nominate .fsnomi-main .fsnomi-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 16px
}

@media(max-width: 991px) {
    .fs-nominate .fsnomi-main .fsnomi-top {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }
}

@media(max-width: 767px) {
    .fs-nominate .fsnomi-main .fsnomi-top {
        gap: 12px
    }
}

.fs-nominate .fsnomi-main .fsnomi-top .fsnomi-box {
    padding: 20px;
    background: #fff;
    mix-blend-mode: normal;
    border-radius: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48px auto;
    grid-template-columns: 48px auto;
    -ms-flex-align: start;
    align-items: start;
    gap: 16px
}

@media(max-width: 767px) {
    .fs-nominate .fsnomi-main .fsnomi-top .fsnomi-box {
        padding: 16px;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

.fs-nominate .fsnomi-main .fsnomi-top .fsnomi-box .fsnomib-desc .h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #222;
    margin-bottom: 8px
}

@media(max-width: 1199px) {
    .fs-nominate .fsnomi-main .fsnomi-top .fsnomi-box .fsnomib-desc .h3 {
        font-size: 18px;
        line-height: 24px
    }
}

.fs-nominate .fsnomi-main .fsnomi-top .fsnomi-box .fsnomib-desc .txt {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #505a63;
    margin-bottom: 16px
}

@media(max-width: 1199px) {
    .fs-nominate .fsnomi-main .fsnomi-top .fsnomi-box .fsnomib-desc .txt {
        font-size: 14px
    }
}

.fs-nominate .fsnomi-main .fsnomi-top .fsnomi-box .fsnomib-desc .black-btn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 14px 24px 16px;
    background: #000;
    border-radius: 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #fff
}

@media(max-width: 767px) {
    .fs-nominate .fsnomi-main .fsnomi-top .fsnomi-box .fsnomib-desc .black-btn {
        font-size: 12px;
        line-height: 12px;
        padding: 11px 24px 13px
    }
}

.fs-nominate .fsnomi-main .fsnomi-note {
    max-width: 48%;
    margin: 0 auto
}

@media(max-width: 1199px) {
    .fs-nominate .fsnomi-main .fsnomi-note {
        max-width: 60%
    }
}

@media(max-width: 991px) {
    .fs-nominate .fsnomi-main .fsnomi-note {
        max-width: 80%
    }
}

@media(max-width: 767px) {
    .fs-nominate .fsnomi-main .fsnomi-note {
        max-width: 100%
    }
}

.fs-nominate .fsnomi-main .fsnomi-note .txt {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #505a63;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .fs-nominate .fsnomi-main .fsnomi-note .txt {
        font-size: 14px;
        text-align: center
    }
}

.fs-nominate .fsnomi-main .fsnomi-note .txt a {
    font-weight: 600;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #9a1b24
}

.gsa-testimonial {
    padding: 60px 0;
    overflow: hidden
}

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

@media(max-width: 767px) {
    .gsa-testimonial {
        padding: 40px 0;
        overflow: hidden
    }
}

.gsa-testimonial .title {
    margin-bottom: 30px
}

.gsa-testimonial .title .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #222;
    margin-bottom: 12px
}

.gsa-testimonial .title .h2:last-child {
    margin-bottom: 0
}

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

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

.gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items {
    height: 100%;
    position: relative;
    padding: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f3f3f3;
    border-radius: 12px;
    z-index: 1
}

@media(max-width: 767px) {
    .gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items {
        padding: 20px 16px
    }
}

.gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .h4 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px
}

@media(max-width: 1199px) {
    .gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px
    }
}

@media(max-width: 991px) {
    .gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 12px
    }
}

@media(max-width: 767px) {
    .gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .h4 {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 13px
    }
}

.gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .saTestimonailComp-cards-items-text-para-list {
    margin-top: 3px
}

.gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .saTestimonailComp-cards-items-text-para-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #222;
    gap: 4px
}

.gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .saTestimonailComp-cards-items-text-para-list li img {
    max-width: 13px
}

.gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .saTestimonailComp-cards-items-text-para-list li a {
    color: #222;
    text-decoration: underline
}

.gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .saTestimonailComp-cards-items-text-para {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #54565b
}

@media(max-width: 991px) {
    .gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .saTestimonailComp-cards-items-text-para {
        font-size: 14px;
        line-height: 18px
    }
}

@media(max-width: 767px) {
    .gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .saTestimonailComp-cards-items-text-para {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400
    }
}

.gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .saTestimonailComp-cards-items-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-top: 22px
}

.gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .saTestimonailComp-cards-items-info .saTestimonailComp-cards-items-ivtImg {
    width: 36px;
    height: 36px
}

.gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .saTestimonailComp-cards-items-info .saTestimonailComp-name {
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-align: center;
    align-items: center
}

.gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .saTestimonailComp-cards-items-info .saTestimonailComp-name img {
    max-width: 16px;
    filter: drop-shadow(0px 1px 1.5px rgba(0, 0, 0, 0.22))
}

.gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .saTestimonailComp-cards-items-info .saTestimonailComp-cards-items-info-person {
    color: #9b1e26;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 0
}

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

.gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .grnt-quote {
    position: absolute;
    right: 40px;
    bottom: 20px;
    z-index: -1
}

@media(max-width: 991px) {
    .gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .grnt-quote {
        right: 20px;
        bottom: 10px
    }
}

.gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .grnt-quote svg {
    max-width: 60px;
    height: 60px
}

@media(max-width: 991px) {
    .gsa-testimonial .gsatesti-main .gsa-testi-embla .saTestimonailComp-cards-items .grnt-quote svg {
        max-width: 40px;
        height: 40px
    }
}

.gsa-testimonial .gsa-testi-embla {
    position: relative;
    z-index: 1
}

.gsa-testimonial .gsa-testi-embla .embla__selected-snap-display {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    left: 0;
    bottom: 0;
    background: #222;
    border-radius: 30px;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    z-index: 1
}

.gsa-testimonial .gsa-testi-embla .embla__viewport {
    overflow: visible
}

.gsa-testimonial .gsa-testi-embla .embla__container {
    display: -ms-flexbox;
    display: flex;
    gap: 32px
}

@media(max-width: 991px) {
    .gsa-testimonial .gsa-testi-embla .embla__container {
        gap: 16px
    }
}

.gsa-testimonial .gsa-testi-embla .embla__container .embla__slide {
    -ms-flex: 0 0 calc((100% - 64px)/2.4);
    flex: 0 0 calc((100% - 64px)/2.4)
}

@media(max-width: 1199px) {
    .gsa-testimonial .gsa-testi-embla .embla__container .embla__slide {
        -ms-flex: 0 0 calc((100% - 64px)/2.4);
        flex: 0 0 calc((100% - 64px)/2.4)
    }
}

@media(max-width: 991px) {
    .gsa-testimonial .gsa-testi-embla .embla__container .embla__slide {
        -ms-flex: 0 0 calc((100% - 16px)/1.4);
        flex: 0 0 calc((100% - 16px)/1.4)
    }
}

@media(max-width: 767px) {
    .gsa-testimonial .gsa-testi-embla .embla__container .embla__slide {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.gsa-testimonial .gsa-testi-embla .embla__controls {
    margin-top: 0px
}

.gsa-testimonial .gsa-testi-embla .embla__controls .embla__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 35px auto 0;
    gap: 20px;
    max-width: -moz-fit-content;
    max-width: fit-content
}

@media(max-width: 767px) {
    .gsa-testimonial .gsa-testi-embla .embla__controls .embla__buttons {
        margin: 28px auto 0px
    }
}

.gsa-testimonial .gsa-testi-embla .embla__controls .embla__buttons .embla__button {
    background: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0;
    outline: 0;
    box-shadow: 0 0 0;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 2px 3.5px rgba(0, 0, 0, .25)
}

@media(max-width: 1199px) {
    .gsa-testimonial .gsa-testi-embla .embla__controls .embla__buttons .embla__button {
        width: 40px;
        height: 40px
    }
}

@media(max-width: 991px) {
    .gsa-testimonial .gsa-testi-embla .embla__controls .embla__buttons .embla__button {
        width: 36px;
        height: 36px
    }
}

.gsa-testimonial .gsa-testi-embla .embla__controls .embla__buttons .embla__button svg {
    max-width: 8px
}

@media(max-width: 991px) {
    .gsa-testimonial .gsa-testi-embla .embla__controls .embla__buttons .embla__button svg {
        max-width: 8px
    }
}


.fs-vidtesti {
    padding: 60px 0;
    overflow: hidden
}

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

.fs-vidtesti .title {
    margin-bottom: 40px
}

@media(max-width: 1199px) {
    .fs-vidtesti .title {
        margin-bottom: 30px
    }
}

.fs-vidtesti .title .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.04em;
    color: #1a1c1f;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .fs-vidtesti .title .h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media(max-width: 991px) {
    .fs-vidtesti .title .h2 {
        font-size: 27px;
        line-height: 36px
    }
}

@media(max-width: 767px) {
    .fs-vidtesti .title .h2 {
        font-size: 28px;
        line-height: 36px;
        text-align: center
    }
}

.fs-vidtesti .fsvid-embla .fsvid-box {
    overflow: hidden;
    background: #fcf0f2;
    border-radius: 15px;
    position: relative;
    z-index: 1
}

.fs-vidtesti .fsvid-embla .fsvid-box .anchor-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    z-index: 2
}

.fs-vidtesti .fsvid-embla .fsvid-box .fsvidb-img {
    position: relative;
    z-index: 1
}

.fs-vidtesti .fsvid-embla .fsvid-box .fsvidb-img img {
    width: 100%;
    border-radius: 15px;
    height: 170px;
    object-fit: cover
}

@media(max-width: 991px) {
    .fs-vidtesti .fsvid-embla .fsvid-box .fsvidb-img img {
        height: auto
    }
}

.fs-vidtesti .fsvid-embla .fsvid-box .fsvidb-img .video-btn {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 24px
}

.fs-vidtesti .fsvid-embla .fsvid-box .fsvidb-img .video-btn img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.fs-vidtesti .fsvid-embla .fsvid-box .fsvidb-desc {
    padding: 20px 15px
}

.fs-vidtesti .fsvid-embla .fsvid-box .fsvidb-desc .h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 7px
}

.fs-vidtesti .fsvid-embla .fsvid-box .fsvidb-desc .txt {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #1c1c1c;
    margin-bottom: 6px
}

.fs-vidtesti .fsvid-embla .fsvid-box .fsvidb-desc ul li {
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: #1c1c1c
}

.fs-vidtesti .fsvid-embla .fsvid-box .fsvidb-desc ul li svg {
    max-width: 20px;
    margin-left: 10px;
    filter: grayscale(100%)
}

.fs-vidtesti .fsvid-embla {
    position: relative;
    padding: 0px 0px;
    z-index: 1
}

.fs-vidtesti .fsvid-embla .embla__selected-snap-display {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    left: 0;
    bottom: 0;
    background: #222;
    border-radius: 30px;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    z-index: 1
}

.fs-vidtesti .fsvid-embla .embla__viewport {
    overflow: hidden
}

@media(max-width: 767px) {
    .fs-vidtesti .fsvid-embla .embla__viewport {
        overflow: visible
    }
}

.fs-vidtesti .fsvid-embla .embla__container {
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media(max-width: 991px) {
    .fs-vidtesti .fsvid-embla .embla__container {
        gap: 16px
    }
}

.fs-vidtesti .fsvid-embla .embla__container .embla__slide {
    -ms-flex: 1 0 23.7%;
    flex: 1 0 23.7%
}

@media(max-width: 1199px) {
    .fs-vidtesti .fsvid-embla .embla__container .embla__slide {
        -ms-flex: 1 0 31.9%;
        flex: 1 0 31.9%
    }
}

@media(max-width: 991px) {
    .fs-vidtesti .fsvid-embla .embla__container .embla__slide {
        -ms-flex: 1 0 48.8%;
        flex: 1 0 48.8%
    }
}

@media(max-width: 767px) {
    .fs-vidtesti .fsvid-embla .embla__container .embla__slide {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.fs-vidtesti .fsvid-embla .embla__controls {
    margin-top: 0px
}

.fs-vidtesti .fsvid-embla .embla__controls .embla__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto 0;
    gap: 20px;
    max-width: -moz-fit-content;
    max-width: fit-content
}

@media(max-width: 767px) {
    .fs-vidtesti .fsvid-embla .embla__controls .embla__buttons {
        margin: 25px auto 0px
    }
}

.fs-vidtesti .fsvid-embla .embla__controls .embla__buttons .embla__button {
    background: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0;
    outline: 0;
    box-shadow: 0 0 0;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 2px 3.5px rgba(0, 0, 0, .25)
}

@media(max-width: 1199px) {
    .fs-vidtesti .fsvid-embla .embla__controls .embla__buttons .embla__button {
        width: 40px;
        height: 40px
    }
}

@media(max-width: 991px) {
    .fs-vidtesti .fsvid-embla .embla__controls .embla__buttons .embla__button {
        width: 36px;
        height: 36px
    }
}

.fs-vidtesti .fsvid-embla .embla__controls .embla__buttons .embla__button svg {
    max-width: 8px
}

@media(max-width: 991px) {
    .fs-vidtesti .fsvid-embla .embla__controls .embla__buttons .embla__button svg {
        max-width: 8px
    }
}

.fs-vidtesti .lozad.image-height {
    height: 170px !important;
}
 
@media screen and (max-width:991px){
.fs-vidtesti .lozad.image-height {
    height: 156px !important;
}
}

.fs-why-symphony {
    padding: 60px 0;
    position: relative
}

@media(max-width: 1199px) {
    .fs-why-symphony {
        padding: 40px 0
    }
}

@media(max-width: 991px) {
    .fs-why-symphony .row {
        row-gap: 30px
    }
}

.fs-why-symphony .fswhy-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

@media(max-width: 991px) {
    .fs-why-symphony .fswhy-img {
        position: static
    }
}

.fs-why-symphony .fswhy-img picture {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fs-why-symphony .fswhy-img picture img {
    width: 100%
}

@media(max-width: 991px) {
    .fs-why-symphony .fswhy-img picture img {
        width: auto
    }
}

@media(max-width: 767px) {
    .fs-why-symphony .fswhy-img picture img {
        width: 100%
    }
}

.fs-why-symphony .fswhy-desc .title {
    margin-bottom: 40px
}

@media(max-width: 1199px) {
    .fs-why-symphony .fswhy-desc .title {
        margin-bottom: 30px
    }
}

@media(max-width: 767px) {
    .fs-why-symphony .fswhy-desc .title {
        margin-bottom: 20px
    }
}

.fs-why-symphony .fswhy-desc .title .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #222;
    margin-bottom: 0px
}

@media(max-width: 1199px) {
    .fs-why-symphony .fswhy-desc .title .h2 {
        font-size: 32px
    }
}

@media(max-width: 991px) {
    .fs-why-symphony .fswhy-desc .title .h2 {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .fs-why-symphony .fswhy-desc .title .h2 {
        font-size: 28px;
        text-align: center;
        line-height: 36px
    }
}

.fs-why-symphony .fswhy-desc .fswhy-main .fswhy-box+.fswhy-box {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.fs-why-symphony .fswhy-desc .fswhy-main .fswhy-box .h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #222;
    margin-bottom: 4px
}

.fs-why-symphony .fswhy-desc .fswhy-main .fswhy-box .txt {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #505a63;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .fs-why-symphony .fswhy-desc .fswhy-main .fswhy-box .txt {
        font-size: 14px
    }
}

.fwb-faq {
    padding: 60px 0px;
    position: relative;
    background: #fff
}

@media(max-width: 1199px) {
    .fwb-faq {
        padding: 50px 0px 50px
    }
}

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

.fwb-faq .btn-know-more {
    border-radius: 40px;
    border: 1px solid #fcfcf1;
    background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
    border: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 20px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.fwb-faq .btn-know-more span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
    .fwb-faq .btn-know-more span {
        font-size: 14px
    }
}

.fwb-faq .heading {
    margin-bottom: 40px
}

@media(max-width: 767px) {
    .fwb-faq .heading {
        max-width: 80%;
        margin: auto
    }
}

.fwb-faq .headH2 {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #222;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .fwb-faq .headH2 {
        font-size: 34px;
        line-height: 44px
    }
}

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

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

.fwb-faq .first-family-faq-filter {
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    cursor: pointer;
    overflow-x: auto;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    padding-bottom: 5px;
    -ms-flex-pack: start;
    justify-content: start
}

@media(max-width: 1199px) {
    .fwb-faq .first-family-faq-filter {
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media(max-width: 767px) {
    .fwb-faq .first-family-faq-filter {
        gap: 12px;
        margin-bottom: 0;
        margin-right: -15px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap
    }
}

.fwb-faq .first-family-faq-filter-items {
    gap: 10px;
    border-radius: 38px;
    border: none;
    overflow: hidden;
    display: inline-table
}

.fwb-faq .first-family-faq-filter-items-txt {
    padding: 9px 20px;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin: 0;
    background: #fff;
    border-radius: 38px;
    border: 1px solid #000
}

@media(max-width: 991px) {
    .fwb-faq .first-family-faq-filter-items-txt {
        padding: 8px 20px
    }
}

@media(max-width: 767px) {
    .fwb-faq .first-family-faq-filter-items-txt {
        font-size: 14px
    }
}

.fwb-faq .first-family-faq-filter-items-txt.active {
    border-radius: 38px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #9b1e26;
    border-color: #9b1e26
}

@media(max-width: 767px) {
    .fwb-faq .first-family-faq-filter-items-txt.active {
        font-size: 14px
    }
}

.fwb-faq .first-family-faq .accordian.MT25 {
    margin-top: 30px
}

@media(max-width: 767px) {
    .fwb-faq .first-family-faq .accordian.MT25 {
        margin-top: 14px
    }
}

.fwb-faq .first-family-faq .accordian .faq-wrap {
    padding: 0 10px;
    border-radius: 15px
}

@media(max-width: 767px) {
    .fwb-faq .first-family-faq .accordian .faq-wrap {
        padding: 0px 17px 0px 17px
    }
}

.fwb-faq .first-family-faq .accordian .faq-wrap .trgr {
    color: #1c252e;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    border-bottom: 1px solid #9a9a9a;
    border-radius: 0;
    padding: 25px 0 25px 16px;
    margin-top: 0;
    position: relative
}

.fwb-faq .first-family-faq .accordian .faq-wrap .trgr::before {
    position: absolute;
    width: 15px;
    height: 15px;
    font-family: icomoon;
    content: "";
    right: 30px;
    top: 20px;
    color: #000
}

@media(max-width: 767px) {
    .fwb-faq .first-family-faq .accordian .faq-wrap .trgr::before {
        right: 18px
    }
}

.fwb-faq .first-family-faq .accordian .faq-wrap .trgr.act {
    color: #1c252e;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    border-radius: 0;
    border-bottom: 0
}

.fwb-faq .first-family-faq .accordian .faq-wrap .trgr.act+.tog_cont {
    color: #1c252e;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-right: 98px
}

@media(max-width: 767px) {
    .fwb-faq .first-family-faq .accordian .faq-wrap .trgr.act+.tog_cont {
        padding-right: 20px
    }
}

.fwb-faq .first-family-faq .accordian .faq-wrap .trgr.act+.tog_cont.show {
    display: block !important
}

.fwb-faq .first-family-faq .accordian .faq-wrap .trgr:last-child {
    border-bottom: none
}

@media(max-width: 767px) {
    .fwb-faq .first-family-faq .accordian .faq-wrap .trgr {
        padding: 18px 36px 18px 18px;
        font-size: 14px
    }
}

.fwb-faq .first-family-faq .accordian .faq-wrap .trgr.act::before {
    content: "";
    transform: rotate(180deg)
}

.fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont {
    background: rgba(0, 0, 0, 0);
    border-top: 0;
    box-shadow: none;
    padding: 0px 0 0 16px
}

.fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont p,
.fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont ol li,
.fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont ul li {
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #1c252e;
    color: #1c252e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0
}

@media(max-width: 767px) {

    .fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont p,
    .fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont ol li,
    .fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont ul li {
        font-size: 14px;
        line-height: 20px
    }
}

.fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont p sup,
.fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont ol li sup,
.fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont ul li sup {
    color: #1c252e
}

.fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont ol.ashwa-product-faq {
    margin-top: 6px;
    margin-bottom: 10px
}

.fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont ol.ashwa-product-faq li {
    color: #1c252e;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #1c252e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    -webkit-text-fill-color: inherit
}

.fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont ol.ashwa-product-faq li::before {
    content: "-";
    text-indent: -5px;
    color: #1c252e;
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #1c252e;
    margin: 0 5px 0 -12px
}

.fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont ul {
    padding-left: 40px
}

.fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont ul li {
    list-style: disc;
    color: #1c252e
}

@media(max-width: 767px) {
    .fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont ul {
        padding-left: 30px
    }
}

.fwb-faq .first-family-faq .accordian .faq-wrap .tog_cont a {
    color: #1c252e;
    text-decoration: underline;
    font-weight: 400
}

.fwb-faq .first-family-faq .accordian .faq-wrap:has(>div>.trgr.act) {
    background: linear-gradient(180deg, #FBFBFB 0%, #F0F0F0 100%);
    stroke-width: 1px;
    stroke: #fff;
    padding: 15px 10px 24px
}

@media(max-width: 767px) {
    .fwb-faq .first-family-faq .accordian .faq-wrap:has(>div>.trgr.act) {
        padding: 8px 20px 20px
    }
}

.fwb-faq .faq-filter-mobile {
    display: none;
    margin: 30px 25px 20px;
    position: relative
}

.fwb-faq .faq-filter-mobile .faq-filter-btn {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 20px;
    border: 1px solid #9b1e26;
    border-radius: 12px;
    background: #9b1e26;
    color: #fff;
    cursor: pointer;
    filter: drop-shadow(0px 8px 24px rgba(149, 157, 165, 0.2));
    outline: none !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500
}

.fwb-faq .faq-filter-mobile .faq-filter-btn svg {
    transition: transform .2s ease
}

.fwb-faq .faq-filter-mobile .faq-filter-btn[aria-expanded=true] svg {
    transform: rotate(180deg)
}

.fwb-faq .faq-filter-mobile .faq-filter-list {
    position: absolute;
    z-index: 30;
    width: calc(100% - 2px);
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    margin-top: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    max-height: 260px;
    overflow: auto;
    z-index: 2
}

.fwb-faq .faq-filter-mobile .faq-filter-list li {
    list-style: none;
    padding: .9rem 1rem;
    cursor: pointer;
    color: #000;
    border-bottom: 1px solid #bdbdbd
}

.fwb-faq .faq-filter-mobile .faq-filter-list li:last-child {
    border-bottom: none
}

.fwb-faq .faq-filter-mobile .faq-filter-list li[aria-selected=true] {
    background: #9b1e26;
    color: #fff
}

.fwb-faq .faq-filter-mobile .faq-filter-list li:focus {
    outline: none;
    background: #9b1e26;
    color: #fff
}

.fwb-faq .btn-box {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width: 991px) {
    .fwb-faq .btn-box {
        margin-top: 30px
    }
}

@media(max-width: 767px) {
    .fwb-faq .btn-box {
        margin-top: 32px
    }
}

.fwb-faq .btn-box .btn-red-new {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 38px;
    color: #fff !important;
    background: #9b1e26 !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 24px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700
}

@media(max-width: 767px) {
    .fwb-faq .btn-box .btn-red-new {
        padding: 7px 20px;
        font-size: 16px;
        line-height: 23px;
        font-weight: 700;
        border-radius: 30px
    }
}

.fwb-faq .btn-box .btn-red-new span {
    font-size: 14px
}

@media(max-width: 767px) {
    .fwb-faq .btn-box .btn-red-new span {
        font-size: 16px;
        line-height: 23px;
        font-weight: 700
    }
}

.fwb-faq .btn-box .black-btn {
    padding: 14px 24px;
    text-align: center;
    background: #222;
    border: 1px solid #222;
    border-radius: 99px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 4px 4px rgba(155, 30, 38, .13)
}

@media(max-width: 991px) {
    .fwb-faq .btn-box .black-btn {
        font-size: 14px;
        padding: 12px 24px
    }
}

@media(max-width: 767px) {
    .fwb-faq .btn-box .black-btn {
        width: 100%;
        max-width: 100%
    }
}
/*Customer Friendly CSS Start*/
.customer-friendly {
    margin: 0px 0 0 0;
    padding: 35px 0 15px 0;
    background: #9D1D27;
}

.customer-friendly .customer-friendly-inner .cf-heading {
    color: #BC3B45;
    /* font-family: "Inter"; */
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 3.6px;
}

@media (max-width: 767px) {
    .customer-friendly .customer-friendly-inner .cf-heading {
        color: #D23643;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 2px;
    }

    .customer-friendly .customer-friendly-inner .cf-heading span {
        display: block;
        color: #D23643;
        /* font-family: "Inter"; */
        font-size: 30px;
        font-style: normal;
        font-weight: 900;
        line-height: 30px;
        letter-spacing: -0.3px;
        padding-top: 4px;
    }
}

.customer-friendly .customer-friendly-inner .cf-sub-heading {
    color: #BC3B45;
    font-family: "Inter";
    font-size: 77px;
    font-style: normal;
    font-weight: 900;
    line-height: 77px;
    letter-spacing: -0.77px;
    padding-top: 6px;
}

@media (max-width: 767px) {
    .customer-friendly .customer-friendly-inner .cf-sub-heading {
        color: #D23643;
        font-size: 50px;
        font-style: normal;
        font-weight: 900;
        line-height: 50px;
        letter-spacing: -0.5px;
        padding-top: 4px;
    }

    .customer-friendly .customer-friendly-inner .cf-sub-heading span {
        display: block;
        color: #D23643;
        font-family: "Inter";
        font-size: 30px;
        font-style: normal;
        font-weight: 900;
        line-height: 18px;
        letter-spacing: -0.3px;
        padding-top: 6px;
    }
}

/*Customer Friendly CSS END*/
/*Customer Friendly CSS Start*/
.customer-friendly {
    margin: 0px 0 0 0;
    padding: 35px 0 15px 0;
    background: #9D1D27;
}

.customer-friendly .customer-friendly-inner .cf-heading {
    color: #BC3B45;
    /* font-family: "Inter"; */
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 3.6px;
}

@media (max-width: 767px) {
    .customer-friendly .customer-friendly-inner .cf-heading {
        color: #D23643;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 2px;
    }

    .customer-friendly .customer-friendly-inner .cf-heading span {
        display: block;
        color: #D23643;
        /* font-family: "Inter"; */
        font-size: 30px;
        font-style: normal;
        font-weight: 900;
        line-height: 30px;
        letter-spacing: -0.3px;
        padding-top: 4px;
    }
}

.customer-friendly .customer-friendly-inner .cf-sub-heading {
    color: #BC3B45;
    font-family: "Inter";
    font-size: 77px;
    font-style: normal;
    font-weight: 900;
    line-height: 77px;
    letter-spacing: -0.77px;
    padding-top: 6px;
}

@media (max-width: 767px) {
    .customer-friendly .customer-friendly-inner .cf-sub-heading {
        color: #D23643;
        font-size: 50px;
        font-style: normal;
        font-weight: 900;
        line-height: 50px;
        letter-spacing: -0.5px;
        padding-top: 4px;
    }

    .customer-friendly .customer-friendly-inner .cf-sub-heading span {
        display: block;
        color: #D23643;
        font-family: "Inter";
        font-size: 30px;
        font-style: normal;
        font-weight: 900;
        line-height: 18px;
        letter-spacing: -0.3px;
        padding-top: 6px;
    }
}

/*Customer Friendly CSS END*/

