.bodyFixed {
    position: fixed;
    left: 0;
    width: 100%
}

.isApp-container .mfExplore-container {
    padding-top: 0
}

.isApp-container #mfGlobalHeader {
    padding-top: 18px
}

.isApp-container .padding-top70 {
    padding-top: 0
}

.isApp-container .ins-plan-details-section {
    padding-top: 18px
}

.isApp-container .about-scheme-introduction {
    top: 0
}

.isApp-container .nps-explore-main-body #npsExplore-left {
    top: 0
}

.isApp-container .mfExplore-header {
    top: 0
}

.isApp-container .stock-d-box {
    margin-top: 0;
    padding-top: 16px
}

.isApp-container .stock-details-section {
    padding-top: 0
}

body {
    overflow-y: auto
}

body.overflow-hidden {
    overflow-y: hidden
}

/* ============ Bottom Sheet Style ============ */
.bottomSheet-backdrop {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: var(--black-color);
    opacity: 0.5;
}

.bottomSheet-content {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 90%;
    overflow-y: scroll;
    z-index: 2;
}

.bodyFixed .bottomSheet-content,
.bodyFixed div#productBlockLatest {
    transform: translateX(0);
    background: rgba(0, 0, 0, 0.5);
}

/* ============ Product Block Style ============ */
/*#productBlockLatest { display: none; }*/
#productBlockLatest .orange-tag {
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    background-color: var(--orange-color);
    font-family: proxima-nova-semibold, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: var(--white-color);
    padding: 0 4px;
}

.productLogin {
    text-align: center;
    margin: 15px 20px;
}

.loginCta {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: proxima-nova-semibold, sans-serif;
    padding: 6px 20px;
    display: inline-block;
    width: 100%;
    border-radius: 24px;
    background: var(--primary-green);
}

@media(min-width: 992px) {
    #productBlockLatest {
        display: none;
    }
}

@media (max-width: 991px) {
    #productBlockLatest {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 999;
        left: 0;
        transform: translateX(-110%);
        transition: transform .3s ease-in-out;
    }

    #productBlockLatest .bottomSheet-content {
        border-radius: 0;
        background-color: var(--white-color);
        max-height: 100%;
    }

    .productBlock-details {
        display: block;
        width: 100%;
        border-radius: 0;
        position: relative;
        top: 0;
        box-shadow: none;
        padding: 20px 0 80px;
        overflow: scroll;
        height: 100%;
    }

    .productBlock-heading {
        font-size: 14px;
        line-height: 18px;
        color: var(--black40);
        padding: 0 20px 10px;
        font-family: proxima-nova-semibold, sans-serif;
        font-weight: inherit;
        text-transform: uppercase;
        margin: 0;
    }

    .productBlock-details .seprator {
        margin: 13px 0;
        border-top: 1px solid var(--border-black5);
        height: 1px;
    }

    .productBlock-list {
        padding: 0px 0px 10px;
        margin: 0;
        list-style: none;
    }

    .productBlock-list .item {
        padding: 15px 20px;
    }

    .productBlock-list .item-link {
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 20px;
        color: var(--black90);
        position: relative;
        font-family: proxima-nova-semibold, sans-serif;
    }

    .productBlock-list .item-link:after {
        width: 10px;
        height: 10px;
        content: "";
        position: absolute;
        right: 0;
        top: 3px;
        border-style: solid;
        border-color: var(--black40);
        border-width: 0px 1px 1px 0px;
        transform: rotate(45deg);
        transition: all 0.5s;
    }

    .productBlock-list .active .item-link:after {
        border-color: var(--primary-green);
        top: 9px;
        transform: rotate(224deg);
    }

    .productBlock-list .item-link:hover,
    .productBlock-list .item-link:focus {
        color: var(--primary-green);
    }

    .productBlock-list .item-icon {
        width: 24px;
        height: auto;
        margin-right: 13px;
    }


    .productBlock-list .item.active.small-fonts {
        padding-bottom: 15px;
    }

    .productBlock-list .answer {
        padding: 10px 35px 0;
    }

    .productBlock-list .answer ul {
        list-style: none;
    }

    .productBlock-list .answer ul li {
        padding: 10px 0;
    }

    .productBlock-list .answer ul li:last-child {
        padding-bottom: 0;
    }

    .productBlock-list .answer ul li a {
        font-size: 14px;
        line-height: 18px;
        color: var(--black60);
    }

    .without-accordion.item-link:after {
        display: none;
    }

    .without-accordion.item-link a {
        color: var(--black90);
        display: flex;
        align-items: center;
    }

    .small-fonts .without-accordion.item-link a {
        color: var(--black90);
        font-size: 14px;
        line-height: 18px;
    }

    .small-fonts .item-link {
        color: var(--black90);
        font-size: 14px;
        line-height: 18px;
    }

    .productCompany-list {
        list-style: none;
        padding: 24px;
        margin: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        border-top: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .productCompany-list li.item a {
        font-size: 14px;
        line-height: 18px;
        color: var(--black90);
    }

    .productCompany-list li.item.circles {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #C4C4C4;
    }

    .productBlock-footer {
        background-color: var(--black3);
        padding: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .productBlock-footer .item-link {
        margin: 0 12px;
        position: relative;
        font-size: 14px;
        line-height: 18px;
        color: var(--black40);
    }

    .productBlock-footer .item-link:hover {
        color: var(--primary-green);
    }

    .productBlock-footer .item-link:after {
        content: '';
        position: absolute;
        top: 10px;
        right: -14px;
        width: 4px;
        height: 4px;
        background: var(--black10);
        border-radius: 100%;
    }

    .productBlock-footer .item-link:last-child:after {
        display: none;
    }

    .giff-sidebar-nav .item-text span {
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        color: #FC8400;
        position: absolute;
        left: 66px;
        top: -8px;
    }
}

@media(max-width: 359px) {

    .bottomSheet-content,
    .productCompany-list {
        max-width: 290px;
        width: 100%;
    }
}

/* bread crumb style */
.breadcrumb-row .breadcrumb-block {
    width: 100%;
}

.breadcrumb-row .breadcrumb-list {
    padding: 14px 0px;
}

@media (max-width: 767px) {
    .breadcrumb-row {
        background-color: #ffffff;
        -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.18));
        filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.18));
    }
}

.breadcrumb-list {
    background-color: transparent;
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-list li {
    color: var(--black60);
    text-transform: capitalize;
    display: inline;
}

.breadcrumb-list>li+li:before {
    margin: 0 10px 0 2px;
    background: url(https://img.smartspends.com/static/images/etmoneyweb/fixed-deposit/arrow-forward-gray.svg) no-repeat left 4px;
    background-size: 14px auto;
    content: '';
    padding: 0 5px
}

.breadcrumb-list li a {
    color: var(--primary-green)
}

.breadcrumb-dropdown {
    display: none
}

@media(min-width: 768px) and (max-width: 991px) {
    .row-inner.breadcrumb-row {
        padding: 0;
    }

    /*.breadcrumb-block {
padding: 70px 0 14px 20px;
background-color: #ffffff;
filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.18));
}*/
}

@media (min-width:992px) {
    .breadcrumb-block {
        width: 65%
    }

    .breadcrumb-list li {
        font-size: 14px
    }
}

@media (min-width:992px) {
    .breadcrumb-block {
        width: 65%
    }
}

@media (min-width:992px) and (max-width:1279px) {
    .breadcrumb-block {
        width: 70%
    }
}

@media (max-width:1160px) {
    .breadcrumb-list li {
        max-width: 260px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: top
    }
}

@media (max-width:991px) {
    /* .breadcrumb-block {
width: 56%
} */

    .breadcrumb-list>li:nth-child(4) {
        display: none
    }

    .breadcrumb-dropdown {
        display: flex;
        width: 36px;
        position: relative
    }

    .breadcrumb-dropdown:before {
        margin: 0 10px 0 2px;
        background: url(https://img.smartspends.com/static/images/etmoneyweb/fixed-deposit/arrow-forward-gray.svg) no-repeat left 4px;
        background-size: 14px auto;
        content: '';
        width: 10px;
        height: 20px;
        display: inline-block
    }

    .breadcrumb-dropdown .dropbtn {
        cursor: pointer;
        white-space: pre;
        background: url(https://img.smartspends.com/static/images/etmoneyweb/header/dropdown-drop.svg) no-repeat center 3px;
        display: inline-block;
        vertical-align: top
    }

    .breadcrumb-dropdown.active .breadcrumb-dropdown-content {
        display: inline-block
    }

    .breadcrumb-dropdown-content {
        display: none;
        z-index: 9;
        position: absolute;
        top: 22px;
        right: -85px;
        width: auto;
        height: auto;
        background-color: var(--white-color);
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, .18);
        border-radius: 4px;
        overflow: hidden
    }

    .breadcrumb-dropdown-content li {
        border-top: 1px solid var(--border-black5);
        font-size: 14px;
        color: var(--black60);
        display: block;
        white-space: pre;
        padding: 12px
    }

    .breadcrumb-dropdown-content li:first-child {
        border: none
    }

    .breadcrumb-dropdown-content li a {
        color: var(--primary-green)
    }
}

@media (max-width:991px) {
    .breadcrumb-list {
        padding: 0;
        margin: 0;
        line-height: 1
    }

    .breadcrumb-list li {
        font-size: 12px
    }

    .breadcrumb-list>li+li:before {
        margin: 0 6px 0 2px;
        background-position: center 4px;
        background-size: 12px auto;
        content: ''
    }

    .breadcrumb-list li a {
        padding: 7px 0
    }

    .breadcrumb-dropdown {
        height: 12px;
        right: 0;
        width: 22px
    }

    .breadcrumb-dropdown:before {
        background-position: center 5px;
        background-size: 12px auto;
        margin: 0 6px 0 2px
    }

    .breadcrumb-dropdown-content li {
        font-size: 12px;
        padding: 8px
    }
}

@media (max-width:480px) {
    .breadcrumb-list li:nth-child(3) {
        max-width: 145px
    }

    .breadcrumb-dropdown .breadcrumb-dropdown-content {
        right: -55px
    }
}

@media (max-width:360px) {
    .breadcrumb-list li:nth-child(3) {
        max-width: 115px
    }

    .breadcrumb-dropdown .breadcrumb-dropdown-content {
        right: -45px
    }
}