﻿@font-face {
    font-family: "Poppins";
    src: url("/Content/fonts/Poppins-Thin.woff2") format("woff2"), url("/Content/fonts/Poppins-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/Content/fonts/Poppins-Bold.woff2") format("woff2"), url("/Content/fonts/Poppins-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/Content/fonts/Poppins-Medium.woff2") format("woff2"), url("/Content/fonts/Poppins-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/Content/fonts/Poppins-Light.woff2") format("woff2"), url("/Content/fonts/Poppins-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/Content/fonts/Poppins-ExtraLight.woff2') format('woff2'), url('/Content/fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Poppins";
    src: url("/Content/fonts/Poppins-Regular.woff2") format("woff2"), url("/Content/fonts/Poppins-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/Content/fonts/Poppins-SemiBold.woff2') format('woff2'), url('/Content/fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/Content/fonts/Poppins-Italic.woff2') format('woff2'), url('/Content/fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/Content/fonts/Poppins-LightItalic.woff2') format('woff2'), url('/Content/fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
/*********************************new scheme -details**********************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-family: "Poppins";
    padding-top: 8rem;
    background-image: url("https://www.sbimf.com/images/default-source/sif-images/sif_bg_img.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    font-weight: normal;
}


.scheme-main-wrapper {
    margin-top: 75px;
}

.tooltip__wrapper {
    position: relative;
}

    .tooltip__wrapper img {
        cursor: pointer;
    }

.tooltip__hoverInfo {
    display: none;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(5%, -50%);
    width: 350px;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    text-align: justify;
    text-transform: none;
    z-index: 1;
}

    .tooltip__hoverInfo::before {
        content: '';
        position: absolute;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ffffff;
        border-left: 0;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
    }

.tooltip__wrapper img:hover ~ .tooltip__hoverInfo {
    display: block;
}


.scheme-main-wrapper .container {
    max-width: 1170px;
}

.scheme-main-wrapper .fund-main-content {
    margin-bottom: 30px;
    background-color: #EDF7FF;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    padding: 12px;
    position: relative;
    z-index: 4;
    background-image: url("../Images/SIF/bg-top.png");
    background-size: 100% 100%;
    background-position: top center;
    background-color: transparent;
    border: 0 none !important;
    padding: 35px;
    background-color: #221D15;
}

.fund-main-inner-content {
    border: 1px solid #1B873F1A;
    background: #F4FBF2;
}

.fnd-status {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

    .fnd-status label {
        border-radius: 40px;
        width: auto;
        height: 30px;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        background: #FFFFFF1A;
        letter-spacing: 0.4px;
        padding: 13px 18px;
    }

.status-open-ended {
    border: 1px solid #D9D9D9;
    /*color: #666666;*/
    background-color: #F5F5F5;
    color: #fff;
}

.status-vh-risk {
    background: #F9E9EA;
    /*color: #C7222A*/
    color: #93C356
}

.scheme-main-wrapper h3 {
    font-size: 20px;
    line-height: 28.8px;
    font-weight: normal;
    margin-bottom: 15px;
    /*color: #000000;*/
    color: #fff;
}

    .scheme-main-wrapper h3 span {
        color: #E6AD53;
    }

.fund-left-main h3 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #E6AD53;
}

.fund-left-main {
    padding: 20px 15px;
}

    .fund-left-main p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        /*color: #22222280;*/
        margin-bottom: 30px;
        color: #FFFFFF;
    }

.fund-right-main {
    /*border: 1px solid #E1E1E1;*/
    border-radius: 8px;
    border: 0.5px solid #FFFFFF66;
    background: #FFFFFF0D;
    backdrop-filter: blur(30px);
}

.fund-right-main-top .inav {
    background-color: #F3F3F3;
    padding: 15px 20px;
    border-radius: 8px 0 8px 0;
}

.fund-right-main-top {
    background: #F4FBF2;
    border-radius: 8px;
}

    .fund-right-main-top .inav label {
        color: #000000;
        font-weight: 800;
        font-size: 20px;
        line-height: 24px;
        display: block;
    }

    .fund-right-main-top .inav span {
        color: rgba(0, 0, 0, 0.5);
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
        letter-spacing: -0.02em;
    }

.inavamt {
    color: #1B873F;
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    border-radius: 0px 8px 8px 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.fund-right-main-bottom {
    /*background-color: #ffffff;*/
    padding: 20px;
    border-radius: 0 0 8px 8px;
    background-color: transparent;
}

    .fund-right-main-bottom label {
        display: block;
        color: rgba(0, 0, 0, 60%);
        font-size: 12px;
        font-weight: 400;
        line-height: 15.72px;
    }

    .fund-right-main-bottom .label-title {
        margin-bottom: 5px;
        opacity: 60%;
        color: #fff;
        letter-spacing: 0.4px;
    }

    .fund-right-main-bottom .label-val {
        /*border-left: 3px solid #d9d9d9;*/
        /*padding-left: 5px;*/
        font-size: 18px;
        line-height: 18px;
        font-weight: normal;
        color: #fff;
    }

    .fund-right-main-bottom .regular-growth {
        position: relative;
    }

        .fund-right-main-bottom .regular-growth::after {
            position: absolute;
            border-right: 1px solid #fff;
            opacity: 30%;
            content: "";
            width: 1px;
            height: 50px;
            right: 25px;
            top: 0;
        }

.return-amt .label-val {
    color: #1B873F;
    /*min-width: 96px;
    max-width: 96px;*/
    display: none;
    margin-right: 10px;
    font-size: 18px;
}

    .return-amt .label-val.value.up {
        display: block;
        width: auto;
        color: #fff;
    }

.return-amt .since-dropdown {
    /*color: #0081e4;*/
    color: #E6AD53;
    font-size: 12px;
    display: flex;
    /*align-items: center;*/
    font-weight: bold;
}

.fund-right-main-bottom .return-amt .custom-select .select-items {
    min-width: 95px;
}

.fund-right-main-bottom .custom-select .select-items div,
.custom-select .select-items .select-selected {
    font-size: 14px;
    line-height: 16px;
    padding: 4px 10px;
}

.fund-badge-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.fund-badge-content .label-title {
    font-size: 14px;
}

.fund-badge-content ul li {
    display: table;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 6px;
    background: rgba(225, 225, 225, 20%);
    padding: 10px;
    margin-bottom: 6px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 10%);
}

    .fund-badge-content ul li span {
        font-weight: 800;
    }

.fund-main-bottom-content {
    background: #221D15;
    text-align: center;
    color: #1B873F;
    padding: 17px 0 12px;
    border-radius: 0 0 8px 8px;
    margin-top: -7px;
    margin-bottom: 30px;
    border: 1px solid rgba(27, 135, 63, 0.1);
}

    .fund-main-bottom-content p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 0;
        color: #fff;
    }

        .fund-main-bottom-content p img {
            /*            width: 20px;
            height: 20px;*/
        }

        .fund-main-bottom-content p span {
            font-weight: 800;
        }

.fndmain-btn-group .btn {
    height: 50px;
    border-radius: 8px;
    /*font-family: "lorin";*/
}

.fndmain-btn-group .btn-inv-now {
    /*color: #ffffff;*/
    background-color: #E6AD53;
    border: 1px solid #E6AD53;
    max-width: 220px;
    min-height: 60px;
    border-radius: 50px;
    color: #000;
    padding: 0;
}

    .fndmain-btn-group .btn-inv-now:hover {
        background-color: #ffffff;
        color: #0081e4;
    }

.fndmain-btn-group .btn-compare {
    background-color: #ffffff;
    color: #0081e4;
}

    .fndmain-btn-group .btn-compare:hover {
        color: #ffffff;
        background-color: #0081e4;
    }

.scheme-main-wrapper .tab-list {
    border: 1px solid #E1E1E1;
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 30px;
    position: sticky;
    top: 122px;
    z-index: 99;
    /*background: rgba(255,255,255,5%);*/
    border: 1px solid rgba(255,255,255,50%);
    background: #000;
}

    .scheme-main-wrapper .tab-list ul li {
        display: inline-flex;
        text-align: center;
        border-radius: 10px;
        width: 100%;
    }

    .scheme-main-wrapper .tab-list ul {
        gap: 10px;
        padding-left: 0;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        flex-wrap: nowrap;
        list-style: none;
    }

        .scheme-main-wrapper .tab-list ul li a {
            font-size: 12px;
            font-weight: 500;
            line-height: 20.96px;
            /*border: 1px solid rgba(99, 99, 99, 0.15);*/
            color: #fff;
            padding: 8px 15px;
            /*            background: transparent;*/
            border-radius: 10px;
            opacity: 80%;
            /*min-width: 130px;*/
            background: rgba(255,255,255,5%);
            border: 1px solid rgba(255,255,255,40%);
            margin-bottom: 2px;
            display: block;
            width: 100%;
        }

        .scheme-main-wrapper .tab-list ul li.active a {
            /*background: linear-gradient(90.08deg, #007EE7 -79.68%, rgba(110, 98, 228, 0.8) 150.99%);*/
            background-color: #fff;
            color: #000;
        }
        /*.scheme-main-wrapper .tab-list ul li a.active {
            background: linear-gradient(90.08deg, #007EE7 -79.68%, rgba(110, 98, 228, 0.8) 150.99%);
            color: #FFFFFF;
        }*/
        .scheme-main-wrapper .tab-list ul li.active:hover a {
            background: #fff;
            color: #0081e4;
            border: 1px solid #0081e4;
        }
/*.scheme-main-wrapper .tab-list ul li a:hover {
            background: #fff;
            color: #0081e4;
            border: 1px solid #0081e4;
        }*/
.scheme-border {
    border: 1px solid rgba(255, 255, 255, 20%);
    border-radius: 8px;
    padding: 20px 20px;
    background: rgba(255, 255, 255, 3%);
}

.historicl-nav {
    width: 100%;
    margin-bottom:30px;
}

.calculate-return {
    width: 100%;
}

.performance-wrapper h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 28.8px;
}

.performance-wrapper h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 28.8px;
    margin-bottom: 15px;
    flex-direction:column;
}

.highlight-nav-blue {
    /*background: linear-gradient(90.08deg, #007EE7 -79.68%, rgba(110, 98, 228, 0.8) 150.99%);*/
    padding: 5px 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
}

    .highlight-nav-blue .label-text {
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
    }

    .highlight-nav-blue .label-val {
        font-size: 24px;
    }

.calculate-return .nav {
    gap: 15px;
}

.calculate-return .nav-link.active {
    border: 1px solid rgba(0, 129, 228, 0.8);
    background: rgba(0, 129, 228, 0.05);
    color: #0081e4;
    font-weight: 700 !important;
}

.calculate-return .nav-link {
    background: #F8F8F8;
    border: 1px solid rgba(99, 99, 99, 0.15);
    letter-spacing: 0.56px;
    height: 45px;
    padding: 0 25px;
    color: rgba(0, 0, 0, 0.6);
    font-family: Lorin;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.96px;
}

.calculate-return-content .d-flex {
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0;
}

    .calculate-return-content .d-flex:last-child {
        border-bottom: 0 none;
    }

        .calculate-return-content .d-flex:last-child label {
            align-items: center;
            border: 0 none;
        }

    .calculate-return-content .d-flex label {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .calculate-return-content .d-flex input {
        background: rgba(237, 237, 237, 0.4);
        border: 1px solid rgba(217, 217, 217, 0.5);
        text-align: right;
        width: 129px;
        height: 36px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        color: #0081e4;
        padding: 10px;
    }

.calculate-return-content .custom-select.since-dropdown {
    background: rgba(237, 237, 237, 0.4) !important;
    border: 1px solid rgba(217, 217, 217, 0.5) !important;
    text-align: right;
    width: 129px;
    height: 36px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #0081e4;
    padding: 9px;
}

    .calculate-return-content .custom-select.since-dropdown .select-selected {
        font-size: 12px;
        text-align: right;
        margin-right: 13px;
        margin-top: -2px;
    }

        .calculate-return-content .custom-select.since-dropdown .select-selected::after {
            right: 10px;
            top: 33%;
        }

        .calculate-return-content .custom-select.since-dropdown .select-selected.select-arrow-active::after {
            top: 47%;
        }

    .calculate-return-content .custom-select.since-dropdown .select-items {
        top: 108%;
    }

        .calculate-return-content .custom-select.since-dropdown .select-items div {
            font-size: 0.7rem !important;
            padding: 6px 16px;
            line-height: 8px;
            text-align: left;
        }

.invested-amt-content {
    border: 1px solid #E1E1E1;
    border-radius: 6px;
}

.invested-amt-top {
    display: flex;
    justify-content: center;
    gap: 15%;
    padding: 20px;
}

.info {
    width: 12px;
    height: 12px;
}

.your-invested,
.youget {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .youget img {
        margin-bottom: 10px;
    }

    .your-invested img {
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .your-invested label {
        font-size: 24px;
        font-weight: 400;
        line-height: 28.8px;
    }

    .youget label {
        font-size: 24px;
        font-weight: 800;
        line-height: 28.8px;
    }

    .your-invested span,
    .youget span {
        font-size: 12px;
        font-weight: 700;
        line-height: 12px;
    }

    .youget input {
        width: 36px;
        font-size: 14px;
        font-weight: 700;
        line-height: 14px;
        color: #0081e4;
        padding: 5px;
        text-align: right;
        background: rgba(0, 129, 228, 0.05);
        border: 0 none;
    }

.invested-amt-bottom {
    background: rgba(237, 247, 255, 1);
    padding: 15px;
}

    .invested-amt-bottom ul {
        display: flex;
        justify-content: center;
        padding-left: 0;
        margin-bottom: 0;
    }

        .invested-amt-bottom ul li {
            width: 30%;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
        }

            .invested-amt-bottom ul li:after {
                content: "";
                position: absolute;
                border-right: 1px solid rgba(144, 144, 144, 50%);
                height: 37px;
                right: 0;
            }

            .invested-amt-bottom ul li:last-child:after {
                display: none;
            }

            .invested-amt-bottom ul li .lbl-text {
                font-size: 12px;
                font-weight: 400;
                line-height: 15.72px;
                font-size: 12px;
                font-weight: 400;
                line-height: 15.72px;
                color: #909090;
            }

            .invested-amt-bottom ul li .lbl-val {
                font-size: 20px;
                font-weight: 700;
                color: #222;
            }

.calculate-return .btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
    min-height: 50px;
}

.cal-note {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(101, 101, 101, 70%);
    margin-bottom: 0;
    margin-top: 15px;
}

.historical-performance {
    /*margin-top: 30px;*/
    margin-bottom: 30px;
}

.scheme-main-wrapper .nav-link.active {
    /*border: 1px solid rgba(0, 129, 228, 0.8) !important;*/
    /*background: rgba(0, 129, 228, 0.05) !important;*/
    color: #000 !important;
    background: #fff !important;
    font-weight: 700 !important;
}

.scheme-main-wrapper .nav-pills .nav-link {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 30%);
    letter-spacing: 0.56px;
    height: 40px;
    padding: 0 25px;
    color: rgba(255, 255, 255, 60%);
    /*font-family: Lorin;*/
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 20.96px;
}

.scheme-main-wrapper .table {
    margin-bottom: 0;
}

    .scheme-main-wrapper .table thead {
        /*background: #EDF7FF;*/
        background: rgba(255,255,255,15%);
        border: 1px solid rgba(255,255,255,15%);
    }

.scheme-main-wrapper thead th {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.34px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 70%);
    padding: 15px;
    text-transform: uppercase;
}

.scheme-main-wrapper tbody th {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    padding: 15px;
    opacity: 70%;
}

.scheme-main-wrapper tbody td {
    /*font-size: 20px;*/
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 24px;
    padding: 15px;
    background: rgba(255,255,255,8%) !important;
    color: #fff;
    letter-spacing: 0.2px;
}

.scheme-main-wrapper tbody tr {
    border: 1px solid rgba(255,255,255,20%);
}

.scheme-main-wrapper .table-border {
    border: 1px solid rgba(99, 99, 99, 0.15);
    border-radius: 6px !important;
    margin-bottom: 0;
    overflow: auto;
}

.notes-content {
    margin-top: 10px;
}

    .notes-content p {
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 5px;
        /*color: rgba(101, 101, 101, 70%);*/
        color: #fff;
    }

    .notes-content ul {
        padding-left: 1rem;
        margin-bottom: 0;
    }

        .notes-content ul li {
            font-size: 10px;
            font-weight: normal;
            line-height: 18px;
            color: rgba(255, 255, 255, 80%);
            list-style: disc;
        }

.fund-overview {
    margin-bottom: 30px;
}

    .fund-overview .scheme-risko-content {
        border: 0;
        padding: 0;
        margin: 0;
    }

.riskometer-con.riskometer-detail:after {
    display: none;
}

.fund-overview .scheme-risko-content ul {
    padding-left: 0px;
}

.overview {
    margin-bottom: 20px;
}

    .fund-overview p, .overview ul li {
        font-size: 13px;
        /*color: rgba(34, 34, 34, 0.6);*/
        color: rgba(255,255,255,70%);
    }

.fund-overview .accordion-button {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #000000;
    background: rgb(248, 248, 248);
}

.faq-content .accordion-button:focus {
    z-index: 2;
}

.scheme-main-wrapper .accordion-button.collapsed {
    background: #ffffff;
}

.fund-overview .accordion-collapse.collapse.show {
    background: rgb(248, 248, 248);
}

    .fund-overview .accordion-collapse.collapse.show .accordion-body {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: rgba(34, 34, 34, 0.6);
    }

.risko-m-content h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #E6AD53;
}


.risko-m-content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    line-height: normal;
    /*color: rgba(34, 34, 34, 0.6);*/
    color: #fff;
}

.risko-m-content ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    gap: 7px;
}

    .risko-m-content ul li {
        list-style: disc;
        /*color: rgba(34, 34, 34, 0.6);*/
        color: rgba(255,255,255,80%);
        font-size: 14px;
    }

.risko-meter-section .riskometer-con h3 {
    color: #222;
    font-weight: bold !important;
    font-size: 16px;
    line-height: 16px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.risko-meter-section .riskometer-con h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    min-height: 30px;
}

.risko-meter-section .riskometer-con #score-meter-1 {
    width: 185px;
    height: 90px;
    margin: 0 auto;
}

.risko-meter-section .risko-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #222222;
}

.risk-status {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    gap: 4px;
    align-items: center;
    display: flex;
    line-height: 18px;
    justify-content: center;
}

    .risk-status span {
        font-weight: 600 !important;
        display: block;
        margin: 0px 0 0px !important;
        font-size: 14px;
        line-height: 16px;
        text-transform: lowercase;
        color: #000 !important;
    }

.scheme-main-wrapper .risko-meter-section .riskometer-con .riskometer {
    margin: 20px auto 10px;
    width: 300px;
}

    .scheme-main-wrapper .risko-meter-section .riskometer-con .riskometer .rm-text {
        position: relative;
        font-size: 10px;
    }

.scheme-main-wrapper .risko-meter-section .riskometer .rm-text .mhigh-p {
    margin-left: -185px;
    right: 0;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con.riskometer-detail .riskometer .rm-text .mlow {
    left: 15px;
    top: 10px;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con .riskometer .rm-text .v-high-p {
    right: -12px;
    margin-top: 67px;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con .riskometer .rm-text .high-p {
    right: 29px;
    margin-top: 24px;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con .riskometer .rm-text .mod {
    margin-top: -13px;
    margin-left: 55px;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con .riskometer .rm-text .mlow {
    left: 25px;
    margin-top: 5px;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con .riskometer .rm-text .r-low {
    left: 11px;
    margin-top: 65px;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con p span {
    color: #28ac18;
    /* font-family: "nunitosemibold"; */
    font-weight: 500;
    display: block;
    margin: 5px 0 10px;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con p {
    margin-bottom: 5px;
}

.risko-meter-section #score-meter-1 #scorer-1-inner-div-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 360px;
    border-top-right-radius: 360px;
    /* background-color: #36bc3afa; */
    background-color: #08A04B;
    transform-origin: bottom center;
    transform: rotate( -155deg);
}

.scheme-main-wrapper .risko-meter-section #score-meter-1 #scorer-1-inner-div-3 {
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 4;
    width: 100%;
    height: 100%;
    /* border-top-left-radius: 421px; */
    /* border-top-right-radius: 360px; */
    background-color: #F70D1A;
    transform-origin: bottom center;
    transform: rotate( 156deg);
    z-index: 0;
}

.scheme-main-wrapper .risko-meter-section #score-meter-1 #scorer-1-inner-div-4 {
    position: absolute;
    left: -41px;
    top: -14px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 88px solid transparent;
    /* border-bottom: 122px solid #A3CD3B; */
    border-bottom: 122px solid #7FFF00;
    transform: rotate( 150deg);
}

.scheme-main-wrapper .risko-meter-section #score-meter-1 #scorer-1-inner-div-5 {
    position: absolute;
    left: 34px;
    top: -17px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 54px solid transparent;
    /* border-bottom: 130px solid #ffd700; */
    border-bottom: 130px solid #FFFF33;
    transform: rotate(169deg);
}

.scheme-main-wrapper .risko-meter-section #score-meter-1 #scorer-1-inner-div-6 {
    position: absolute;
    left: 46px;
    top: -60px;
    right: 0;
    width: 0px;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 90px solid transparent;
    /* border-bottom: 156px solid #eb8508; */
    border-bottom: 156px solid #C68E17;
    transform: rotate(-152deg);
}

.scheme-main-wrapper .risko-meter-section #score-meter-1 #scorer-1-inner-div-8 {
    position: absolute;
    left: 94px;
    top: -36px;
    right: 0;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 59px solid transparent;
    /* border-bottom: 158px solid orange; */
    border-bottom: 158px solid #FF8C00;
    transform: rotate(238deg);
}

.scheme-main-wrapper .risko-meter-section .riskometer-con {
    font-size: 10px;
    line-height: 16px;
    color: #666;
    margin: 0px 0 10px 0;
    background: #F8F8F8;
    padding: 10px 10px;
    border-radius: 8px;
}

.scheme-main-wrapper .risko-meter-section .scorer-1-tick {
    top: 5px;
}

.scheme-main-wrapper .risko-meter-section #scorer-1-inner-div-7 {
    top: 75%;
}

.fund-insight-content {
    margin-bottom: 30px;
}

    .fund-insight-content ul {
        padding-left: 0;
    }

        .fund-insight-content ul li {
            background-color: #EDF7FF;
            font-size: 16px;
            font-weight: 400;
            line-height: 32px;
            border: 1px solid #C1E4FF;
            margin-bottom: 10px;
            border-radius: 4px;
            padding: 10px 15px;
            display: flex;
            gap: 15px;
            align-items: center;
        }

.fnd-mgr-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 15px 0;
}

    .fnd-mgr-heading img {
        border-radius: 100%;
        width: 50px;
        height: 50px;
    }

.fnd-mgr-profile {
    display: flex;
    flex-direction: column;
}

    .fnd-mgr-profile .lbl-name {
        font-size: 17px;
        font-weight: 700;
        line-height: 24px;
        color: #fff;
    }

    .fnd-mgr-profile .lbl-since {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: #fff;
    }

.fnd-mg-middle {
    padding: 15px;
    margin-bottom: 10px;
}

    .fnd-mg-middle p {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        color: #fff;
    }

    .fnd-mg-middle a {
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        text-decoration: none;
    }

.fnd-mgr-bottom {
    padding: 15px;
    background: #EDF7FF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 8px 8px;
}

    .fnd-mgr-bottom p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

        .fnd-mgr-bottom p a {
            position: relative;
            display: inline-flex;
            align-items: center;
        }

            .fnd-mgr-bottom p a::after {
                content: "";
                position: absolute;
                background-image: url(../Images/link_arrow.svg);
                background-size: 100% 100%;
                background-position: top right;
                background-repeat: no-repeat;
                width: 14px;
                height: 14px;
                right: -20px;
            }

.fund-manager-box {
    padding: 0px;
    position: relative;
    max-width: 355px;
    min-width: 355px;
}

.quantitative-data-wrapper,
.direct-redemption-content,
.fund-managers-wrapper,
.exitload-content,
.portfolio-composition,
.doc-content,
.fund-exposure {
    margin-bottom: 30px;
}

.quantitative-detail-box {
    /*border: 1px solid #E1E1E1;*/
    border-radius: 8px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: rgba(255,255,255,5%);
}

    .quantitative-detail-box:last-child {
        margin-bottom: 0;
    }

.quantitative-heading {
    background: rgba(255,255,255,20%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 18px;
    border-radius: 8px;
}

.lbl-title {
    display: flex !important;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    opacity: 80%;
    letter-spacing: 10%;
    color: #fff;
    text-transform: uppercase;
}

.lbl-date {
    font-size: 14px;
    font-weight: normal;
    opacity: 80%;
    color: #fff;
}

.quantitative-con-row {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 0 0 8px 8px;
}

.quantitative-con {
    display: flex;
    font-size: 20px;
    flex-direction: column;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.2px;
}

    .quantitative-con span {
        font-size: 12px;
        line-height: 20px;
        display: flex;
        color: #fff;
    }

.quantitative-con-row:nth-child(even) {
    background-color: #F8F8F8;
}

.quantitative-con-row:nth-child(odd) {
    /*background: rgba(255,255,255,5%);*/
}

.track-diff-table {
    margin: 0 auto 15px;
    border-radius: 8px;
    max-width: 96%;
    /*border: 1px solid #E1E1E1;*/
    overflow: hidden;
}

    .track-diff-table .table {
        border-radius: 8px;
    }

    .track-diff-table .table-striped tbody tr:nth-of-type(odd) {
        background-color: #ffffff;
    }

        .track-diff-table .table-striped tbody tr:nth-of-type(odd) td {
            --bs-table-accent-bg: rgba(255,255,255,5%);
        }

    .track-diff-table .table tr:nth-child(even) {
        background: rgba(255,255,255,5%);
    }

    .track-diff-table .table tbody td:last-child {
        border-left: 1px solid rgba(255, 255, 255, 20%);
    }

.direct-redemption-content .d-flex {
    justify-content: space-between;
}

.track-diff-table .table td {
    color: #fff !important;
}

.direct-redemption-content .notes-content ul li, .direct-redemption-content .notes-content p, .exitload-content .notes-content ul li, .exitload-content .notes-content p {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.2px;
}

.exitload-content .notes-content ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
}
.exitload-content .notes-content ul li::after{
    content: "";
    position: absolute; 
    background-image: url(../Images/SIF/exit_arrow.png);
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 2;
    width: 20px;
    height: 20px;
    top: 0;
    left: -9px;
}
    .btn-unavailable {
        color: #C7222A;
        background-color: rgba(199, 34, 42, 10%);
        width: 145px;
        height: 40px;
        font-size: 16px;
        line-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        font-weight: 700;
        letter-spacing: 0.1px;
    }

    .btn-unavailable:hover {
        color: #C7222A;
        background-color: rgba(199, 34, 42, 10%);
    }

.portfolio-composition .d-flex {
    justify-content: space-between;
}

.portfolio-composition .portfolio-total-box .d-flex {
    justify-content: space-between;
    border-right: 1px solid #C1E4FF;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
}

    .portfolio-composition .portfolio-total-box .d-flex:last-child {
        border-right: 0 none;
        padding-right: 0;
    }

.portfolio-composition .d-flex .dropdown-toggle {
    display: flex;
    background: #0081e4;
    width: 244px;
    height: 44px;
    font-size: 16px;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.5px;
    border: 0 none;
}

.portfolio-composition .nav-pills {
    gap: 15px;
}

.portfolio-composition .tab-pane .tbl-wrapper {
    overflow: auto;
    height: 370px;
    overflow-y: auto;
    margin-bottom: 20px;
    border: 1px solid #E1E1E1;
}

.portfolio-composition .tab-pane .table {
    position: relative;
}

.portfolio-composition .tbl-wrapper .table thead {
    position: sticky;
    top: 0;
}

.portfolio-composition .tbl-wrapper .table tr td {
    border-left: 1px solid #DEE0E3;
}

    .portfolio-composition .tbl-wrapper .table tr td:first-child {
        border-left: 0 none;
    }
/* width */

.portfolio-composition .tbl-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */

.portfolio-composition .tbl-wrapper::-webkit-scrollbar-track {
    background: #E1E1E1;
    border-radius: 2px;
}
/* Handle */

.portfolio-composition .tbl-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 50%);
    border-radius: 2px;
}

.portfolio-composition .dropdown-menu.show {
    width: 100%;
}

    .portfolio-composition .dropdown-menu.show li a {
        font-size: 14px;
    }

.portfolio-total-box {
    border: 1px solid #C1E4FF;
    background: #EDF7FF;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    border-radius: 4px;
}

    .portfolio-total-box .lbl-val {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 5px;
    }

    .portfolio-total-box .lbl-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: rgba(0, 0, 0, 60%);
        text-transform: capitalize;
    }

    .portfolio-total-box .d-flex {
        flex-direction: column;
    }

.scheme-main-wrapper .accordion-button {
    /*font-size: 20px;*/
    font-size: 15px;
    line-height: 38px;
    position: relative;
}

    .scheme-main-wrapper .accordion-button:not(.collapsed)::after {
        background-image: url("../Images/minus-icon.svg");
        background-size: 12px 12px;
        background-repeat: no-repeat;
        position: absolute;
        right: 13px;
    }

    .scheme-main-wrapper .accordion-button::after {
        background-image: url("../Images/plus-icon.svg");
        background-size: 12px 12px;
        background-repeat: no-repeat;
        position: absolute;
        right: 12px;
    }

.faq-content .accordion-item:nth-child(odd) .accordion-button {
    background-color: #ffffff;
}

.faq-content .accordion-item:nth-child(even) .accordion-button {
    background-color: #F8F8F8;
}

.faq-content .accordion-item .accordion-body {
    font-size: 14px;
    padding: 10px 25px;
}

.doc-content .d-flex {
    justify-content: space-between;
    margin-bottom: 5px;
}

.doc-content .table thead {
    background-color: transparent;
    border: 0 none;
}

.doc-content .table tbody td {
    padding: 10px 15px;
}

    .doc-content .table tbody td:last-child {
        text-align: right;
    }

.doc-content .table thead th {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 32px;
    color: #fff;
}

.doc-content .table thead tr {
    border-bottom: 1px solid #808080;
}

.doc-content .table tbody tr,
.doc-content .table tbody td {
    /*border-bottom: 0 none;*/
    color: #fff !important;
}

    .doc-content .table tbody td a {
        /*border-bottom: 1px solid #0081e4;*/
        color: #fff;
    }

.doc-content .btn-downloadall {
    color: #000;
    border: 1px solid #E6AD53;
    background-color: #E6AD53;
    width: auto;
    height: 40px;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

    .doc-content .btn-downloadall:hover {
        background-color: #0081e4;
        color: #ffffff;
        border: 1px solid #0081e4;
    }

.doc-content .table tbody td a.doc-dn {
    background-image: url("../Images/SIF/download_btn.png");
    background-size: 14px;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 14px;
    text-decoration: none;
    border: 0 none;
    color: #E6AD53;
    background-position: left center;
}

.doc-content .table tbody tr:nth-child(odd) td {
    background: rgba(255,255,255,8%) !important;
}

.doc-content .table tbody tr:nth-child(even) td {
    background: transparent !important;
}

.doc-type {
    color: rgba(0, 0, 0, 60%) !important;
}

.doc-size {
    color: rgba(0, 0, 0, 60%) !important;
}

.fund-exposure .d-flex {
    justify-content: space-between;
}

.fund-exposure .nav {
    gap: 15px;
}

/*.fund-exposure .d-flex span {
    font-size: 13px;
    color: #666666;
}*/

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 700px;
    /*margin: 35% auto;*/
    margin: 2% auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.high-data-content tr:nth-child(even) {
    background: transparent;
}

.high-data-content tr:nth-child(odd) {
    background: transparent;
}

/*.issuers-tab .d-flex {
    border: 1px solid #E1E1E1;
    background: #f2f2f2;
    border-radius: 8px;
}*/

.tab-content .tab-pane .d-flex {
    background: rgba(255, 255, 255, 5%);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 20%);
}


.high-fig-content {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .high-fig-content rect.highcharts-background {
        fill: transparent;
    }

.high-data-content {
    width: 70%;
    margin-top: 18px;
    margin-right: 18px;
    margin-bottom: 18px;
}

    .high-data-content .table {
        background-color: transparent;
    }

        .high-data-content .table th {
            background: transparent;
        }

        .high-data-content .table tbody tr td:first-child {
            display: flex;
            justify-content: flex-start;
            gap: 10px;
            align-items: center;
        }

        /*.high-data-content .table tbody tr td {
            border-right: 1px solid #DEE0E3;
        }*/

        .high-data-content .table tbody tr td:last-child {
            border-right: 0 none;
        }

        .high-data-content .table tbody tr td:first-child span {
            width: 11px;
            min-width: 11px;
            height: 11px;
            border-radius: 100%;
        }

    .high-data-content .green {
        background-color: #5DD4B3;
    }

    .high-data-content .orange {
        background-color: #FFA200;
    }

    .high-data-content .dkpink {
        background-color: #EE8093;
    }

    .high-data-content .yellow {
        background-color: #FCDF51;
    }

    .high-data-content .pnk {
        background-color: #FFB6B8;
    }

    .high-data-content .blu {
        background-color: #6E62E4;
    }

    .high-data-content .skyblu {
        background-color: #9BB7FF;
    }

    .high-data-content .gray {
        background-color: #AAAAAA;
    }

#historic {
    height: 400px;
    margin: 20px auto;
}

    #historic .highcharts-input-group {
        display: none;
    }

.highcharts-range-selector-group {
    display: none;
    transform: translate(25%, 95%);
}

.highcharts-button {
    width: 100px;
}

.highcharts-scrollbar {
    display: none;
}

/*.highcharts-range-selector-buttons .highcharts-label,
.highcharts-axis.highcharts-xaxis,
.highcharts-axis-labels.highcharts-yaxis-labels,
.highcharts-axis-labels.highcharts-xaxis-labels {
    display: none;
}*/

.highcharts-button text {
    font-size: 1.2em !important;
}

.historic_nav_list {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
    gap:10px;
}

    .historic_nav_list li {
        width: 150px;
        height: 40px;
        background-color: #fff;
        border-radius: 50px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000 !important;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 2.5px;
        font-weight: 500;
    }

        .historic_nav_list li:hover {
            cursor: pointer;
        }

        .historic_nav_list li.active {
            background-color: transparent;
            color: rgba(255, 255, 255, 60%) !important;
            border: 0.5px solid rgba(255, 255, 255, 35%);
        }
        

.fund-manager-box .con-holder--manager-desc {
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .fund-manager-box .con-holder--manager-desc.show-more {
        -webkit-line-clamp: initial;
    }

.fund-manager-box #linkReadMore {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}

    .fund-manager-box #linkReadMore::after {
        content: "";
        position: absolute;
        background-image: url("../images/link_arrow.svg");
        background-size: 100% 100%;
        background-position: top right;
        background-repeat: no-repeat;
        width: 14px;
        height: 14px;
        right: -20px;
        display:none;
    }

.risko-m-content p span {
    display: inline-block;
    color: #C7222A;
    font-weight: bold;
    margin-left: 5px;
}

.faq-content button.accordion-button {
    padding: 10px 25px;
}

.scheme-main-wrapper .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.scheme-main-wrapper .tooltip-hoverInfo {
    min-width: 165px;
    color: #000;
    font-size: 12px;
    left: -80px;
}

.fund-main-content .top-contact-area {
    width: auto
}

    .fund-main-content .top-contact-area ul {
        padding-left: 0;
        list-style: none;
    }

    .fund-main-content .top-contact-area .social-tooltip {
        width: 117px;
        background-color: #fff;
        color: #666;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
        background-color: rgba(255, 255, 255, 0.92);
        min-width: 131px;
        right: -18px;
        top: 45px;
        display: none;
    }

        .fund-main-content .top-contact-area .social-tooltip a {
            display: inline-block;
            margin: 0 9px;
        }

            .fund-main-content .top-contact-area .social-tooltip a i {
                font-size: 22px;
            }

                .fund-main-content .top-contact-area .social-tooltip a i.fa-facebook {
                    color: #3463a2;
                }

                .fund-main-content .top-contact-area .social-tooltip a i.fa-twitter {
                    color: #5ea9dd;
                }

                .fund-main-content .top-contact-area .social-tooltip a i.fa-envelope {
                    color: #e06050;
                }

    .fund-main-content .top-contact-area .social-tooltip-hover:hover {
        position: relative;
    }

        .fund-main-content .top-contact-area .social-tooltip-hover:hover .social-tooltip {
            display: flex;
        }

    .fund-main-content .top-contact-area .social-tooltip::before {
        content: "";
        position: absolute;
        top: -20px;
        right: 30px;
        border: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
    }

.tooltip-hoverInfo {
    display: none;
    min-width: 150px;
    position: absolute;
    background: rgb(255, 255, 255);
    top: 27px;
    left: 0px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 12px 0px;
    z-index: 2;
}

    .tooltip-hoverInfo::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 46%;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent rgb(255, 255, 255);
        border-image: initial;
    }

    .tooltip-hoverInfo::after {
        content: "";
        width: 100%;
        position: absolute;
        top: -9px;
        left: 0px;
        border-top: 10px solid transparent;
    }

    .tooltip-hoverInfo .tt-text {
        font-size: 1.2rem;
        color: rgb(102, 102, 102);
    }

.tooltip-icon .tooltip-hoverInfo {
    left: -80px;
}

.tooltip-icon {
    cursor: pointer;
    align-items: center;
    display: inline-flex;
}

    .tooltip-icon:hover + .tooltip-hoverInfo,
    .tooltip-icon:hover > .tooltip-hoverInfo {
        display: block !important;
    }

.custom-select {
    position: relative;
}

    .custom-select select {
        display: none;
    }

    .custom-select .select-selected {
        background-color: transparent;
        cursor: pointer;
    }

        .custom-select .select-selected::after {
            content: "";
            position: absolute;
            right: -10px;
            top: 10%;
            width: 6px;
            height: 6px;
            border-width: 0px 1px 1px 0px;
            border-right-style: solid;
            border-bottom-style: solid;
            border-color: transparent #E6AD53 #E6AD53 transparent;
            border-image: initial;
            border-left-style: initial;
            border-top-style: initial;
            transform: rotate(45deg);
        }

        .custom-select .select-selected.select-arrow-active::after {
            top: 20%;
            transform: rotate(222deg);
        }

    .custom-select .select-items {
        position: absolute;
        top: 38%;
        left: 0px;
        right: 0px;
        z-index: 9;
        width: 100%;
        border-radius: 6px;
        backdrop-filter: blur(3px);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 12px 0px;
        background-color: rgba(255, 255, 255, 0.92);
    }

        .custom-select .select-items div,
        .custom-select .select-items .select-selected {
            word-break: break-word;
            padding: 8px 16px;
            border: 1px solid transparent;
            cursor: pointer;
            user-select: none;
            font-size: 1.6rem;
            font-weight: normal;
            color: rgb(102, 102, 102);
        }

            .custom-select .select-items div:hover,
            .custom-select .select-items .same-as-selected {
                background-color: rgba(0, 0, 0, 0.1);
            }

    .custom-select .select-hide {
        display: none;
    }

.scheme-main-wrapper .tab-pane {
    padding: 0;
    margin-top: 0;
    height: auto;
}

#indexConstDate {
    background: #0081e4;
    color: #fff !important;
    border: 0;
    padding: 10px;
    border-radius: 8px;
    padding-left: 37px;
    background-image: url(../Images/icon_calander.svg);
    background-repeat: no-repeat;
    background-position: 5% center;
    cursor: pointer;
    width: 180px;
}

    #indexConstDate:focus-visible {
        outline: 0;
    }

.disabled-datepicker:hover {
    cursor: not-allowed !important;
}

.navbar-nav .btn.invst-now--btn {
    color: #fff;
}

    .navbar-nav .btn.invst-now--btn:hover {
        color: #fff;
        background-color: #005efd;
    }

.index-const-div .table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #fafafa;
}

path.highcharts-axis-line, path.highcharts-tick {
    stroke: #e1e1e1;
}

span.dt-column-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.invest_now_box {
    border-radius: 6px;
    padding: 15px;
    max-width: 360px;
    box-shadow: 0px 4px 24px 0px #00000012;
    background: #fff;
    position: absolute;
    top: 50px;
    display: none;
    z-index: 4;
}

    .invest_now_box::before {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 10px 10px 0px 10px;
        border-color: #fff transparent transparent transparent;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        transform: rotate(180deg);
        top: -10px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .invest_now_box .input-group {
        margin-bottom: 10px;
    }

    .invest_now_box .form-control {
        border: 1px solid rgba(144, 144, 144, 0.52);
        border-radius: 6px !important;
        font-size: 13px;
        color: rgba(0, 0, 0, 40%);
    }

    .invest_now_box .checkboxOffering .note {
        font-size: 11px !important;
        text-align: left;
        margin-top: 10px;
    }

    .invest_now_box .checkboxOffering label:nth-child(2) {
        text-align: left;
        display: flex;
        font-size: 11px;
        align-items: flex-start;
        gap: 8px;
        margin-top: 5px;
    }

    .invest_now_box .fndmain-btn-group .btn {
        height: auto;
    }

    .invest_now_box .btn-container {
        display: flex;
        gap: 10px;
    }

        .invest_now_box .btn-container .btn {
            width: 100%;
            border: 1px solid #0081e4;
            background-color: #0081e4;
            color: #fff;
            font-size: 13px;
            line-height: 16px;
            font-weight: 400;
            border-radius: 6px;
            height: 34px;
        }

            .invest_now_box .btn-container .btn:hover {
                border: 1px solid #0081e4;
                background-color: #FFF;
                color: #0081e4;
            }

        .invest_now_box .btn-container .btnclose {
            width: 100%;
            border: 1px solid #0081e4;
            background-color: #FFF;
            color: #0081e4;
        }

            .invest_now_box .btn-container .btnclose:hover {
                border: 1px solid #0081e4;
                background-color: #0081e4;
                color: #fff;
            }

    .invest_now_box .checkbox.opf-checkbox {
        margin: 10px 0;
    }

label.lblnote {
    font-size: 11px;
    text-align: left;
}

.lbldisclaimer {
    font-size: 11px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-top: 5px;
}

.fndmain-btn-group .btn {
    height: auto;
    font-size: 1.6rem;
}

/*********************************new scheme -details**********************************/
/*********indicative-nav**********/
/*.indicative-nav-wrapper {
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    padding: 25px;
}
    .indicative-nav-wrapper .tbl-wrapper {
        overflow: auto;
        height: 370px;
        overflow-y: auto;
        margin-bottom: 20px;
        border: 1px solid #E1E1E1;
        border-radius:10px;
    }

        .indicative-nav-wrapper .tbl-wrapper::-webkit-scrollbar {
            width: 3px;
        }
        .indicative-nav-wrapper .tbl-wrapper::-webkit-scrollbar-track {
            background: #E1E1E1;
            border-radius: 2px;
        }

        .indicative-nav-wrapper .tbl-wrapper::-webkit-scrollbar-thumb {
            background: rgba(0, 0, 0, 50%);
            border-radius: 2px;
        }

    .indicative-nav-wrapper h3 {
        font-size: 24px;
        line-height: 28.8px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #000000;
        text-align: center;
        margin-bottom: 30px;
        text-align: center;
    }

    .indicative-nav-wrapper .tbl-wrapper th {
        font-size: 16px;
        vertical-align: middle;
        text-transform: initial;
        padding:17px 20px;
    }

    .indicative-nav-wrapper .tbl-wrapper .table thead{
        position:sticky;
        top:-1px;
    }
    .indicative-nav-wrapper .tbl-wrapper th:not(:first-child), .indicative-nav-wrapper .tbl-wrapper td:not(:first-child) {
        text-align: center;
    }
        .indicative-nav-wrapper .tbl-wrapper th span {
            font-style: italic;
            font-size: 10px;
            display: block;
            text-align: center;
            letter-spacing: normal;
            text-transform:capitalize;
        }
    .indicative-nav-wrapper .tbl-wrapper td {
        font-size: 1rem;
        font-weight:400;
        line-height:normal;
        border: 1px solid #DEE0E3;
    }
        .indicative-nav-wrapper .tbl-wrapper tr td:first-child{
            border-left:0 none;
        }
    .indicative-nav-wrapper .tbl-wrapper tr td:last-child {
        border-right:0 none;
    }
        .indicative-nav-wrapper .tbl-wrapper td:nth-child(2) {
            width: 195px;
        }
        .indicative-nav-wrapper .tbl-wrapper td:nth-child(3) {
            width: 220px;
        }
        .indicative-nav-wrapper .tbl-wrapper td:nth-child(4) {
            width: 228px;
        }
        .indicative-nav-wrapper .tbl-wrapper td:nth-child(5) {
            width: 135px;
        }
        .indicative-nav-wrapper .tbl-wrapper td a{
        font-size: 14px;
        color:#0081e4;
    }
    .indicative-nav-wrapper .tbl-wrapper .table-striped > tbody > tr:nth-of-type(odd) > * {
        --bs-table-accent-bg:#f8f8f8;
    }

    @media screen and (max-width:767px) {
        .indicative-nav-wrapper .tbl-wrapper td, .indicative-nav-wrapper .tbl-wrapper th{
            font-size: 14px;
        }
        }
*/
#unit-creation-tbl_wrapper .row.mt-2 {
    margin-top: 0 !important;
}

.success-modal .modal-header {
    border-bottom: 0;
}

.success-modal .modal-body {
    flex-direction: column;
    display: flex;
    text-align: center;
}

    .success-modal .modal-body img {
        width: 240px;
        margin: 0 auto 20px;
    }

.mgrimg {
    background-image: url("../Images/mgruser.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    border-radius:20px;
}

.faq-section h2 {
    padding-bottom: 0;
}

.riskometer-con.riskometer-detail:after {
    border: 0 none;
}

.dataTables_wrapper {
    width: 100%;
}

.historical-nav-inner {
    width: 100%;
    max-height: 220px;
    max-width: 320px;
}

    .historical-nav-inner .single-col {
        margin-top: 10px;
    }

        .historical-nav-inner .single-col .heading {
            font-size: 1.2rem;
            letter-spacing: 0.35px;
            color: #666;
            margin: 0 0 5px;
            padding: 0;
        }

    .historical-nav-inner .small {
        color: #666;
        font-size: 10px;
    }

.his-sub-heading {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
    display: block;
    font-weight: normal;
    color: #fff;
}

.performance-wrapper .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f8f8 !important;
}

.faq-content.faq-section {
    padding: 20px;
    margin-bottom: 20px;
}

    .faq-content.faq-section h2 {
        padding-bottom: 0px;
    }

.fund-overview .risko-meter-section .riskometer-con h4 {
    min-height: 50px;
}

.fund-mgr-content {
    flex-wrap: wrap;
}

.top_strip {
    justify-content: space-between;
    align-items: center;
}

.risk_band_content {
    position: relative;
    max-width: 470px;
    margin: auto;
}

.l-risk {
    position: absolute;
    left: 0px;
    top: -25px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.h-risk {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 12px;
    color: #000;
    top: -25px;
    font-weight: 600;
}

.risk-level {
    position: absolute;
    left: 0px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    bottom: -45px;
}

.risko_content {
    background: #fff;
    display: block;
    min-height: 187px;
    padding: 6px 20px 0;
    border-radius: 10px;
}

    .risko_content h4 {
        font-size: 16px;
        margin-bottom: 0px;
        color: #000;
        font-weight: 500;
    }

.risko_top_cont {
    min-height: 85px;
}

.risko_content p {
    font-size: 12px !important;
    color: #000 !important;
}

.risk_band_content ul li {
    width: 25%;
    height: 45px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 0.5px solid #6A603B;
}

    .risk_band_content ul li:first-child {
        background-color: #27A858;
    }

    .risk_band_content ul li:nth-child(2) {
        background-color: #93C356;
    }

    .risk_band_content ul li.active span {
        border: 0.1px solid #ff0000;
        height: 56px;
        width: 56px;
        border-radius: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .risk_band_content ul li.active span::after {
            position: absolute;
            content: "";
            background-image: url("../Images/SIF/arrow_icon_sif.png");
            width: 10px;
            bottom: -30px;
            height: 22px;
            z-index: 9;
            background-size: 100% auto;
            background-repeat: no-repeat;
        }

    .risk_band_content ul li:nth-child(3) {
        background-color: #FFE258;
    }

    .risk_band_content ul li:nth-child(4) {
        background-color: #DD6E37;
    }

    .risk_band_content ul li:nth-child(5) {
        background-color: #7D2420;
    }
.fndmgr_img {
    width: 232px;
    height: 200px;
    /* background: rgba(255, 255, 255, 20%); */
    display: flex;
    min-width: 232px;
    /* align-items: center; */
    justify-content: center;
    box-sizing: border-box;
    /* padding: 20px 0 0; */
    border-radius: 20px;

}

.fnd-mgr-heading {
    padding: 10px 15px 0;
}

.fund-manager-box {
    padding-top: 25px;
    position: relative;
    max-width: 100%;
    min-width: auto;
    border-top: 1px solid rgba(255,255,255,10%);
    border: 0 none;
    border-top: 1px solid;
    padding-bottom: 25px;
    gap: 15px;
    border-radius: 0;
    padding-left: 15px;
    display: flex;
    background:transparent;
}

.fnd-mgr-profile .lbl-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.fnd-mgr-profile .lbl-since {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    opacity: 70%;
}

.fnd-mg-middle p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    opacity: 70%;
    margin-bottom:0;
}

.view_more_fnd {
    border: 0.5px solid #e6ad53;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #e6ad53;
    padding: 10px 15px;
}
.view_more_fnd:hover{
background-color:#fff;
color:#000;
}
    .fund-manager-box #linkReadMore {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    cursor: pointer;
    color: #e6ad53;
    text-decoration:underline;
}

.fnd-mgr-heading img {
    display: none;
}
.historicl-nav rect.highcharts-background {
    fill: transparent !important;
}
path.highcharts-axis-line, path.highcharts-tick{
    stroke:transparent !important;
}
.hist_top{
    display:flex;
    justify-content:space-between;
}
.hist_top .label-text{
    font-size:14px;
    letter-spacing:0.4px;
    color:rgba(255,255,255,80%);
    display:block;
}
    .hist_top .label-text span {
        color: rgba(255,255,255,80%);
    }
.one_day_change {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.4px;
    display:block;
    font-weight:200;
}

.custom-sel {
    position: relative;
}

    .custom-sel select {
        display: none; /*hide original SELECT element:*/
    }

.custom-sel .select-selected {
    background-color: transparent;
}

/*style the arrow inside the select element:*/
.custom-sel .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}
    .custom-sel .select-selected::after {
        content: "";
        position: absolute;
        right: -10px;
        top: 30%;
        width: 6px;
        height: 6px;
        border-width: 0px 1px 1px 0px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-color: transparent #E6AD53 #E6AD53 transparent;
        border-image: initial;
        border-left-style: initial;
        border-top-style: initial;
        transform: rotate(45deg);
    }
    /*point the arrow upwards when the select box is open (active):*/
.custom-sel .select-selected.select-arrow-active::after {
    top: 30%;
    transform: rotate(222deg);
}

/*style the items (options), including the selected item:*/
    .custom-sel .select-selected {
        color: #ffffff;
        padding: 0px 15px 0 0px;
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer;
        user-select: none;
        font-size: 14px;
    }

/*style items (options):*/
.custom-sel .select-items {
    position: absolute;
    background-color: #FFF;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius:12px;
    padding:12px;
}
    .custom-sel .select-items div {
        color: #000 !important;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        line-height: 100%;
        padding:8px 16px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #000;
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer;
        user-select: none;
    }
    /*hide the items when the select box is closed:*/
    .custom-sel .select-hide {
        display: none;
    }

    .custom-sel .select-items div:hover, .custom-sel .same-as-selected {
        background-color: rgba(0, 0, 0, 0.1);
    }
.custom_sel_mob{
    display:none;
}

@media only screen and (max-width: 1024px) {
    .tab-list ul {
                justify-content: left;
                gap: 10px;
            }

                .tab-list ul li {
                    margin-bottom: 10px;
                    display: inline-block;
                }

                    .tab-list ul li a {
                        display: inline-block;
                    }

            /* .performance-wrapper .d-flex.gap-5 {
        flex-direction: column;
    } */

            .highcharts-figure,
            .highcharts-data-table table {
                min-width: 100%;
                margin: 0 auto;
            }

            .high-fig-content {
                width: 35%;
            }

            .fund-mgr-content {
                flex-wrap: wrap;
            }

            .portfolio-total-box .lbl-val,
            .portfolio-total-box .lbl-title {
                font-size: 16PX;
            }

            .fund-manager-box {
                width: 48%;
            }

            .fund-right-main-bottom .label-val {
                font-size: 17px;
            }

            .fund-left-main {
                padding: 20px 5px;
            }

            .fund-overview .risko-meter-section .riskometer-con .riskometer .rm-text {
                font-size: 9px;
            }
            /* .fund-overview .risko-meter-section .riskometer-con .riskometer {
                width: 285px;
            } */
            .fund-overview .risko-meter-section .riskometer-con {
                padding-left: 0;
            }
            /* .fund-overview .risko-meter-section .riskometer-con #score-meter-1 {
                width: 166px;
                height: 80px;
            } */
            .fund-overview .scheme-risko-content .col-md-4:first-child {
                width: 100%;
            }

            .fund-overview .scheme-risko-content .col-md-4 {
                width: 50%;
            }
        }

        @media only screen and (max-width:991px) {
            .performance-wrapper .d-flex.gap-5 {
                flex-direction: column;
            }
        }

        @media only screen and (max-width: 767px) {
            .custom_sel_desk{
                display:none;
            }
            .custom_sel_mob{
                display:block;
                max-width:310px;
            }
            .btn.invst-now--btn {
                color: #fff;
            }

            .top_strip {
                flex-direction: column;
                align-items:flex-start;
            }

            .scheme-main-wrapper {
                margin-top: 25px;
            }

                .scheme-main-wrapper .container {
                    padding-left: 15px;
                    padding-right: 15px;
                }
            .direct-redemption-content .notes-content ul li, .direct-redemption-content .notes-content p, .exitload-content .notes-content ul li, .exitload-content .notes-content p {
            font-size:12px !important;
                }
            .doc-content .btn-downloadall {
                font-size: 11px;
            }

            .scheme-border {
                padding: 10px;
                margin-bottom: 15px;
            }

            .historicl-nav {
                width: 100%;
            }

            .scheme-main-wrapper .nav-pills .nav-link {
                padding: 0 13px;
                font-size: 14px;
            }

            .navbar > .container {
                padding: 0 10px;
            }

            .fund-main-content .top-contact-area ul {
                margin-top: 0 !important;
            }

            .fund-right-main-bottom .col-12 {
                margin-bottom: 15px;
            }

            .risko-m-content p {
                font-size: 12px;
            }

            .tab-list ul {
                justify-content: center !important;
                gap: 5px;
                text-align: center;
            }

                .tab-list ul li {
                    margin-bottom: 0;
                    min-width: 110px;
                    max-width: 110px;
                }

                    .tab-list ul li a {
                        display: inline-block;
                        width: 100%;
                        padding: 5px !important;
                        font-size: 13px !important;
                    }

            .fund-mgr-content {
                flex-direction: column;
            }

            .issuers-tab .d-flex {
                flex-direction: column;
            }

            .high-data-content {
                width: 100%;
                overflow: auto;
            }

            .portfolio-total-box .lbl-val,
            .portfolio-total-box .lbl-title {
                font-size: 12px;
                margin-bottom: 0;
                line-height: 22px;
            }

            .portfolio-composition .portfolio-total-box .d-flex {
                padding-right: 5px;
                padding-left: 5px;
                border-right: 0 none;
            }

            .portfolio-composition .portfolio-total-box {
                flex-direction: column;
            }

            .high-fig-content {
                width: auto;
            }

            .inavamt {
                padding: 15px 20px;
            }

            .return-amt .custom-select .select-selected::after {
                right: -10px;
            }

            .invested-amt-bottom ul {
                flex-direction: column;
                align-items: center;
            }

                .invested-amt-bottom ul li {
                    width: 100%;
                    margin-bottom: 10px;
                }

                    .invested-amt-bottom ul li .lbl-val {
                        font-size: 16px;
                    }

                    .invested-amt-bottom ul li:after {
                        display: none;
                    }

            .scheme-main-wrapper h3 {
                font-size: 16px !important;
                line-height: 30px;
            }

            .lbl-title {
                font-size: 14px;
            }

            .lbl-date {
                font-size: 12px;
            }

            .quantitative-con {
                font-size: 15px;
            }

            .portfolio-composition .d-flex {
                flex-direction: column;
                margin-bottom: 10px;
            }

            .scheme-main-wrapper tbody td,
            .scheme-main-wrapper tbody th {
                font-size: 11px;
                line-height: 18px;
            }

            .btn-unavailable {
                width: 140px;
                height: 40px;
                font-size: 16px;
                line-height: 28px;
            }

            .highlight-nav-blue .label-text span {
                display: block;
            }

            .historic_nav_list {
                padding-left: 0;
                margin-top: 0px;
                position: relative;
            }

                .historic_nav_list li {
                    width: 50px;
                    height: 35px;
                    font-size: 14px;
                    line-height: 22px;
                }

            .scheme-main-wrapper .nav-link {
                height: 35px;
                padding: 0 15px;
                font-size: 13px;
            }

            .fund-main-bottom-content p {
                font-size: 13px;
            }

            .highlight-nav-blue .label-text {
                font-size: 14px;
                line-height: 22px;
            }

            .highlight-nav-blue .label-val {
                font-size: 16px;
            }
            .one_day_change{
                font-size:10px;
            }
            .hist_top .label-text span{
                font-size:10px !important;
            }
            .btn-downloadall {
                width: auto;
                height: auto;
                font-size: 14px;
            }

            .doc-content .table thead th {
                font-size: 14px;
                line-height: 24px;
                vertical-align: top;
            }

            .doc-content .table tbody td a.doc-dn {
                background-size: 14px 14px;
                padding-left: 20px;
                font-size: 14px;
            }

            .doc-content .table tbody td {
                padding-right: 5px;
            }

            .scheme-main-wrapper .accordion-button {
                font-size: 16px;
                line-height: 24px;
            }

            .scheme-main-wrapper thead th {
                vertical-align: top;
            }

            .fund-manager-box {
                width: 100%;
                min-width: 100%;
            }

            .fund-overview .scheme-risko-content .col-md-4 {
                width: 100% !important;
            }

            .risko-meter-section .riskometer-con .riskometer {
                width: 300px !important;
                max-width: 100%;
                margin: 0 auto;
            }

            .fund-overview .risko-meter-section .riskometer-con .riskometer .v-high-p {
                width: 50px;
                line-height: 13px;
                right: -12px !important;
                margin-top: 60px !important;
            }

            .fund-overview .risko-meter-section .riskometer-con .riskometer .mhigh-p {
                margin-left: 171px;
                margin-top: -9px;
            }

            .fund-overview .risko-meter-section .riskometer-con .riskometer .rm-text .high-p {
                right: 20px;
            }

            .calculate-return-content .d-flex label {
                font-size: 13px;
            }

            .scheme-main-wrapper .tab-list {
                padding: 10px;
                top: 97px;
            }

            .fund-right-main-bottom .mb-5 {
                margin-bottom: 10px !important;
            }

            .faq-content button.accordion-button {
                padding: 10px 31px 10px 10px;
            }

            .scheme-main-wrapper .accordion-button:not(.collapsed)::after {
                right: 12px;
            }

            .scheme-main-wrapper .accordion-button::after {
                right: 5px;
            }

            .scheme-main-wrapper .tab-list ul li a {
                min-width: auto;
                padding: 10px;
            }

            .scheme-main-wrapper h3 span {
                font-size: 16px !important;
            }

            .fund-right-main-bottom .regular-growth::after {
                display: none;
            }

            .scheme-main-wrapper .fund-main-content {
                padding: 15px;
            }

            .risko_content {
                margin-bottom: 10px;
            }

            .fnd-mgr-heading {
                align-items: flex-start;
                padding: 10px 0;
            }

                .fnd-mgr-heading img {
                    max-width: 110px;
                    border-radius: 10px;
                    display: block;
                    min-width: 110px;
                    height: 100px;
                }

            .fnd-mgr-profile .lbl-name {
                font-size: 15px;
            }

            .fnd-mgr-profile .lbl-since {
                font-size: 12px;
            }

            .fnd-mg-middle {
                padding: 10px 0;
                font-size: 11px;
            }

                .fnd-mg-middle p {
                    font-size: 11px !important;
                }

            .scheme-main-wrapper .tab-list ul {
                flex-wrap: wrap;
            }

            .fndmgr_img {
                display: none;
            }

            .view_more_fnd {
                display: inline-block;
            }
            .hist_top .label-text{
                font-size:10px;
                font-weight:normal;
                margin-top:-5px;
            }
            .scheme-main-wrapper .fund-left-main h3{
                font-size:24px !important;
            }
            .fndmain-btn-group .btn {
                height: auto;
                font-size: 12px !important;
                max-width: 134px;
            }
        }
