*,
ol,
ul {
    margin: 0;
}

.inner-card ul li strong::before,
.left-section ul li::after {
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
}

* {
    padding: 0;
}

.d-flex,
.v-row {
    display: flex;
}

*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    word-break: normal;
    font-size: 1rem;
    line-height: 1.5;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

h1,
h2 {
    font-size: 30px;
    line-height: 36px;
}
.mutual-tabs h2 {
    margin: 40px;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
}

h3 {
    margin: 0 0 10px;
}

.align-center {
    align-items: center;
}

.justify-space-between {
    justify-content: space-between;
}

.v-container.fill-height {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.v-row {
    flex: 1 1 auto;
    flex-wrap: wrap;
    margin: -12px;
}

.v-row+.v-row {
    margin-top: 12px;
}

.v-col,
.v-col-1,
.v-col-10,
.v-col-11,
.v-col-12,
.v-col-2,
.v-col-3,
.v-col-4,
.v-col-5,
.v-col-6,
.v-col-7,
.v-col-8,
.v-col-9,
.v-col-auto,
.v-col-lg,
.v-col-lg-1,
.v-col-lg-10,
.v-col-lg-11,
.v-col-lg-12,
.v-col-lg-2,
.v-col-lg-3,
.v-col-lg-4,
.v-col-lg-5,
.v-col-lg-6,
.v-col-lg-7,
.v-col-lg-8,
.v-col-lg-9,
.v-col-lg-auto,
.v-col-md,
.v-col-md-1,
.v-col-md-10,
.v-col-md-11,
.v-col-md-12,
.v-col-md-2,
.v-col-md-3,
.v-col-md-4,
.v-col-md-5,
.v-col-md-6,
.v-col-md-7,
.v-col-md-8,
.v-col-md-9,
.v-col-md-auto,
.v-col-xl,
.v-col-xl-1,
.v-col-xl-10,
.v-col-xl-11,
.v-col-xl-12,
.v-col-xl-2,
.v-col-xl-3,
.v-col-xl-4,
.v-col-xl-5,
.v-col-xl-6,
.v-col-xl-7,
.v-col-xl-8,
.v-col-xl-9,
.v-col-xl-auto {
    padding: 12px;
    width: 100%;
}

.v-col {
    flex-basis: 0;
    flex-grow: 1;
}

.v-col-auto {
    flex: 0 0 auto;
    width: auto;
}

.v-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.v-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.v-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.v-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.v-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.v-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.v-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.v-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.v-col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.v-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.v-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.v-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.mt-4 {
    margin-top: 16px !important
}

.mt-5 {
    margin-top: 20px !important;
}

.text-center {
    text-align: center !important;
}

.v-btn {
    align-items: center;
    border-radius: 4px;
    display: inline-grid;
    grid-template-areas: "prepend content append";
    grid-template-columns: max-content auto max-content;
    font-weight: 500;
    justify-content: center;
    letter-spacing: .0892857143em;
    line-height: normal;
    max-width: 100%;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: .0892857143em;
    text-transform: uppercase;
    transition-property: box-shadow, transform, opacity, background;
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    flex-shrink: 0;
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
    text-transform: capitalize;
    letter-spacing: normal;
}

.v-btn--size-default {
    --v-btn-size: .875rem;
    --v-btn-height: 36px;
    font-size: var(--v-btn-size);
    min-width: 64px;
    padding: 0 16px;
}

.v-btn.v-btn--density-default {
    height: calc(var(--v-btn-height) + 0px);
}

.text-secondary {
    color: #f5a212;
}

.v-btn--variant-outlined {
    border: thin solid #f5a212;
    background: 0 0;
    border-radius: 24px;
}

header nav.v-navigation-drawer {
    background: #fff;
    top: 0;
    z-index: 1004;
    transform: translateY(-150%);
    position: fixed;
    left: 0;
    width: calc(100% + 0px);
    height: 100vh !important;
}

@media (min-width:1280px) {
    .v-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .v-col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .v-col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .v-col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .v-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .v-col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .v-col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .v-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .v-col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .v-col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .v-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .v-col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .v-col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .v-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.v-breadcrumbs {
    font-size: 13px;
    margin: 20px 0 0;
    padding: 0;
    display: inline-block;
}

.left-section li a,
.v-breadcrumbs a {
    color: #000;
}

.v-breadcrumbs a:hover {
    text-decoration: underline;
}

.mutualFund .v-breadcrumbs span {
    opacity: .75 !important;
}

.left-section .v-card--variant-elevated {
    background: #fff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 15px !important;
    margin: 0 0 10px !important;
    box-shadow: none;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

h1 {
    margin: 0 0 20px;
    background: linear-gradient(253deg, #2b51dd 0, #172c77 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.left-section p.title,
h2 {
    background: linear-gradient(253deg, #2b51dd 0, #172c77 100%);
    -webkit-text-fill-color: transparent;
    color: transparent;
}

h2 {
    margin: 40px 0 10px;
    -webkit-background-clip: text;
    background-clip: text;
}

.main-section li,
.main-section p {
    font-size: 16px;
    line-height: 28px;
}

.v-data-table-header__content {
    align-items: center;
    display: flex;
    color: #2e4599;
    font-weight: 600;
    font-size: 16px;
}

.v-data-table-header__sort-icon {
    font-size: 22px;
}

.v-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin: 20px 0;
    border-radius: 15px !important;
}

tbody {
    font-size: 14px;
}

.main-section {
    margin: 0 0 60px;
    position: relative;
}

.left-section {
    width: 30%;
    margin: 50px 50px 0 0;
    position: sticky !important;
    top: 100px !important;
}

.right-section {
    width: 70%;
    position: relative;
}

.left-section p.title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 20px 20px 10px;
    -webkit-background-clip: text;
    background-clip: text;
}

.left-section li,
.v-expansion-panels .v-expansion-panel-text {
    font-size: 16px;
}

.left-section p strong {
    display: inline-block;
    width: 100%;
    background: #f4f7ff;
    font-size: 18px;
    padding: 5px 20px;
}

.left-section ul li {
    position: relative;
    text-decoration: none;
    color: #000;
    margin: 0 0 10px;
}

.left-section ul li::after {
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url('../images/traingle.png');
}

.left-section ul li:hover::after {
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(34%) sepia(93%) saturate(410%) hue-rotate(203deg) brightness(96%) contrast(117%)
}

.left-section ul {
    padding: 10px 20px;
}

.left-section a:hover {
    color: #082798;
    text-decoration-line: underline;
}

.inner-card.v-card--variant-elevated {
    border: 1px solid #e1e1e1 !important;
    border-radius: 15px !important;
    box-shadow: none;
    padding: 20px;
    margin: 40px 0;
    background: #f4f6ff;
    justify-content: space-around;
    align-items: center;
}

.inner-card h3 {
    font-size: 28px;
    font-weight: 600;
    color: #3d4a7c;
    line-height: 36px;
    margin: 0 0 10px;
}

.inner-card ul {
    padding: 20px 0;
}

.inner-card li {
    position: relative;
    /* So ::before is positioned relative to li */
    padding-left: 25px;
    /* space for icon */
    list-style: none;
    /* remove default bullet */
}

.inner-card h3 span {
    color: #2bce54;
}

.inner-card .v-btn {
    width: 150px;
    font-size: 16px;
}
.inner-card p {
    margin: 5px 0 10px;
}

.inner-card li span {
    color: #2bce54;
}

.inner-card li::before {
    content: '';
    /* Required! */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /* vertically center */
    width: 15px;
    height: 15px;
    background-image: url('../images/blue-arrow.png');
    background-size: contain;
    /* fit icon */
    background-repeat: no-repeat;
}

.v-expansion-panels {
    padding: 0;
}

.v-expansion-panel {
    padding: 10px 0;
}

.v-expansion-panels .v-expansion-panel__shadow {
    box-shadow: none
}

.v-expansion-panel .v-expansion-panel-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000 !important;
}

.v-expansion-panel .v-expansion-panel-title--active {
    font-weight: 600 !important;
}

.v-expansion-panel .v-expansion-panel-title .sp-1 {
    color: #8a8a8a;
    font-size: 36px;
    font-weight: 600 !important;
}

.v-expansion-panel .v-expansion-panel-title .sp-2 {
    font-size: 18px;
    margin: 0 0 0 50px;
}

.v-expansion-panel .v-expansion-panel-title--active .sp-1 {
    color: #393dce !important;
}

.v-expansion-panel .v-expansion-panel-title__icon {
    font-size: 18px !important;
}

.v-expansion-panel:not(:first-child):after {
    border-top-style: none;
    border-top-width: thin;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
}

.v-expansion-panel hr {
    opacity: .5 !important
}

.power p {
    line-height: 14px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    margin: 0 10px 0 0
}

.unorder {
    list-style-type: disc;
    margin: 0 0 0 20px;
}

ul li {
    margin: 0 0 12px !important;
}

@media only screen and (max-width:991px) {

    h1,
    h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .left-section {
        display: none;
        margin: none;
    }

    .inner-card h3,
    .main-section {
        margin: 20px 0 0;
    }

    ul li {
        margin: 0 0 8px !important;
    }

    .right-section {
        width: 100%;
    }

    h1 {
        margin: 0 0 10px;
    }

    h2 {
        margin: 30px 0 10px;
    }
    .mutual-tabs h2 {
        margin: 20px 0;
        font-size: 30px;
        line-height: 36px;
    }

    .main-section li,
    .main-section p {
        font-size: 14px;
        line-height: 24px;
    }

    .inner-card li::before {
        width: 12px;
        height: 12px;
    }

    .v-breadcrumbs {
        font-size: 11px;
    }

    .v-breadcrumbs li:nth-child(3) {
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .inner-card h3 {
        font-size: 22px;
    }

    .inner-card img {
        width: 200px;
    }

    .v-expansion-panels {
        padding: 0;
    }

    .v-expansion-panel .v-expansion-panel-title {
        font-size: 16px;
        line-height: 20px;
        padding: 5px 10px;
    }

    .v-expansion-panel .v-expansion-panel-title .sp-1 {
        font-size: 28px;
    }

    .v-expansion-panel .v-expansion-panel-title .sp-2 {
        font-size: 14px;
        margin: 0 0 0 20px;
    }

    .v-expansion-panel .v-expansion-panel-title__icon {
        font-size: 16px !important;
    }

    .v-expansion-panels .v-expansion-panel-text {
        font-size: 14px;
    }

    .v-data-table-header__content {
        font-size: 15px;
    }

    .power p {
        font-size: 10px
    }

    .power img {
        width: 60px !important;
    }

    tbody {
        font-size: 13px;
    }

    .v-table {
        padding: 5px;
    }

    .flex-column-mob {
        flex-direction: column;
    }

    .flex-column-mob-reverse {
        flex-direction: column-reverse;
    }
}


.button-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.button-grid a {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-weight: 600;
    background-color: #d5dcfa;
    color: #2f2e2e;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    box-sizing: border-box
}
.button-grid a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg,#ffe3af 7.45%,#ffbf4a 100%);
}

@media (max-width:768px) {
    .button-grid {
        grid-template-columns: repeat(2, 1fr)
    }

}

@media (max-width:480px) {
    .button-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .button-grid button {
        height: 60px
    }
}