.mfLandingSc .mfHdCnt .mfAppBtn {
    padding: 8px 16px;
    background-color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    background: linear-gradient(90deg, #DD031C, #FBDD30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: none;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 17px;
}

.mfLandingSc .mfHdCnt .commandMainHeading {
    margin-bottom: 17px;
}

.mfLandingSc .mfHdCnt p {
    margin-bottom: 17px;
}

.mfLandingSc .mfHdCnt {
    margin-top: 37px;
    margin-bottom: 74px;
}

.mfLandingSc .mfHdCnt .mfInvestBtn {
    padding: 10px 24px;
    background: var(--primary-red);
    border-radius: 12px;
    border: none;
    color: white;
    font-weight: bold;
}

.mfLandingSc .mfHdCnt .mfInvestBtn:hover {
    background: #A40D1F;
}

.mfLandingSc .mfHdCnt .mfExploreBtn:hover {
    color: white;
    background-position: left;
    background-size: 200%;
    transition: .3s ease-out;
    background: linear-gradient(to left, #DD031C 50%, #DD031C 50%) right;
}

.mfLandingSc .mfHdCnt .mfExploreBtn {
    padding: 10px 24px;
    background: transparent;
    border-radius: 12px;
    border: 1px solid var(--primary-red);
    color: var(--primary-red);
    font-weight: bold;
    width: fit-content;
}

.mfLandingSc .mfHdCnt .mfBtnCnt {
    display: flex;
    align-items: center;
    gap: 19px;
}

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

.mfLandingSc .mfImgCnt {
    margin-top: 8px;
}

.mfLandingSc {
    background: linear-gradient(90deg, #F8E38F, #F8E78F00);
}

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

.exploreProductsSc .ourProductsDtCnt .commandMainHeading {
    margin-bottom: 14px;
}

.exploreProductsSc .ourProductsDtCnt p:nth-child(2),
.exploreProductsSc .ourProductsDtCnt p:nth-child(3) {
    margin-bottom: 14px;
}

.exploreProductsSc .mfExploreBtn {
    padding: 10px 24px;
    background: transparent;
    border-radius: 12px;
    border: 1px solid var(--primary-red);
    color: var(--primary-red);
    font-weight: bold;
}

.exploreProductsSc .ServicesTab ul {
    margin-bottom: 69px;
}

.exploreProductsSc {
    margin-bottom: 3px;
}

.mfTreeImgSc .treeImgCnt {
    text-align: center;
    margin-bottom: 24px;
}

.mfTreeImgSc .treeImgDtCnt {
    text-align: center;
}

.mfTreeImgSc .row {
    justify-content: center;
    margin-bottom: 131px;
}

.mfTreeImgSc .row h2 {
    margin-bottom: 14px;
}

.sipWealthSC .row {
    justify-content: space-between;
    padding-top: 88px;
    padding-bottom: 163px;
}

.sipWealthSC {
    background-color: #FCF4C9;
    position: relative;
    z-index: -1;
}

.coinjarCnt {
    position: absolute;
    top: 0;
    transform: translate(180%, -24%)
}

.sipWealthChartSc {
    /* margin-top: -90px;
    margin-bottom: 73px; */
    margin: -90px 52px 70px 52px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px 80px;
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.sipWealthChartSc>div {
    width: 100%;
}

.progress-wrapper {
    padding-bottom: 24px;
}

.progress-wrapper .progress_label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.progress-wrapper .progress_label p {
    font-size: 16px;
    color: #000000;
    margin: 0;
}

.progress-wrapper .progress_label input {
    display: inline-block;
    padding: 6px 14px;
    background: #F6F6F6;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    font-size: 14px;
    color: #1F1F1F;
}

.progress-wrapper .progress_label span {
    position: relative;
}

.progress-wrapper .progress_label span.amount input {
    max-width: 91px;
}

.progress-wrapper .progress_label span.amount:before {
    position: absolute;
    content: '₹';
    top: 0;
    transform: translate(7px, 6px);
}

.progress-wrapper .progress_label span.perc input,
.progress-wrapper .progress_label span.year input {
    max-width: 70px;
}

.progress-wrapper .progress_label span.perc:before {
    position: absolute;
    content: '%';
    right: 0;
    transform: translate(-16px, 6px);
}

.progress-wrapper .progress_label span.year:before {
    position: absolute;
    content: 'Yr';
    right: 0;
    transform: translate(-16px, 6px);
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #EBA315 75%, #F6F6F6 75%);
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

/* Track - transparent because we're using background */
input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
}

/* Thumb styling */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-top: -2px;
    background: #EBA315;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 2px 4px -2px rgba(24, 39, 75, 0.12), 0px 4px 4px -2px rgba(24, 39, 75, 0.08);
}

.sipWealthChartSc .investment_details {
    text-align: center;
}

.sipWealthChartSc .investment_details h6 {
    font-size: 14px;
    color: #333333;
}

.sipWealthChartSc .investment_details h6 span {
    font-weight: 700;
    color: #333333;
}

.sipWealthChartSc .investment_details .price {
    display: inline-block;
    padding: 16px 24px;
    background: #FCF4C9;
    border-radius: 14px;
    font-weight: 700;
    font-size: 32px;
    color: #AD5910;
    margin: 12px 0 12px 0;
}

.sipWealthChartSc .investment_details>div {
    display: flex;
    align-items: start;
    justify-content: space-around;
    gap: 20px;
}

.sipWealthChartSc .investment_details>div p {
    white-space: nowrap;
    text-align: left;
    position: relative;
    border-left: 4px solid #FFA473;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 14px;
    color: #1F1F1F;
}

.sipWealthChartSc .investment_details>div p span {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding-top: 6px;
}

.sipWealthChartSc .investment_details>div p:last-child {
    margin-top: 22px;
    border-left: 4px solid #547AF5;
}

.mfinvestGoalSc .grid_container div span {
    font-weight: 400;
    font-size: 42px;
    color: rgba(0, 0, 0, 0.19);
    margin-bottom: 14px;
    line-height: auto;
}

.key_feature_sc.mfinvestGoalSc .grid_container>div {
    padding: 24px 16px;
    background-color: #ffffff;
    border: none;
}

.key_feature_sc.mfinvestGoalSc .grid_container>div:hover {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
}

.key_feature_sc.mfinvestGoalSc .grid_container h6 {
    padding-bottom: 13px;
}

.mfinvestGoalSc .commandMainHeading {
    margin-bottom: 16px;
}

.mfinvestGoalSc .mfGoalHdCnt p {
    width: 60%;
    margin: 0 auto 32px;
}

.investInMfCnt button {
    padding: 10px 24px;
    background: var(--primary-red);
    border-radius: 12px;
    border: none;
    color: white;
    font-weight: bold;
}

.investInMfCnt {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 100px;
}

.openMfAcTodaySc .investInMfBtn {
    padding: 10px 24px !important;
    background: var(--primary-red);
    border-radius: 12px;
    border: none;
    color: white;
    white-space: nowrap;
}

.openMfAcTodaySc .mfAppBtn {
    padding: 8px 16px;
    background-color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    background: linear-gradient(90deg, #DD031C, #FBDD30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: none;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
}

.openMfAcTodaySc .dtCnt .commandMainHeading {
    margin-bottom: 16px;
}

.openMfAcTodaySc .dtCnt p {
    margin-bottom: 45px;
}

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

.openMfAcTodaySc.equity_sc .content {
    margin: 0;
}

.derSubHd h6 {
    margin-bottom: 16px;
}

.openMfAcTodaySc .subHdDes h6 {
    font-size: 20px;
    color: #1F1F1F;
    line-height: 24px;
    margin-bottom: 13px;
}

.openMfAcTodaySc .subHdDes p {
    font-size: 16px;
    color: #1F1F1F;
    line-height: 24px;
    margin-bottom: 13px;
}

.openMfAcTodaySc .subHdDes {
    padding: 26px 0;
}

.openMfAcTodaySc .subHdDes:not(:last-child) {
    border-bottom: 1px solid #DADADA;
}

.openMfAcTodaySc .container {
    margin-bottom: 30px;
    margin-top: 54px;
}

.openMfAcTodaySc {
    max-height: 708px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-color: #ffffff;
}

.openMfAcTodaySc.equity_sc .content .dmat_account {
    position: sticky;
    top: 0;
}

.openMfAcTodaySc.equity_sc .content {
    gap: 34px;
}

.applyIPOSc {
    padding: 70px 0 52px 0;
}

.applyIPOSc .applyIpoWholeCnt .commandMainHeading {
    margin-bottom: 16px;
}

.applyIPOSc .applyIpoWholeCnt .howinvestDes {
    width: 90%;
    margin: 0 auto 32px;
    text-align: center;
}

.applyIPOSc .stepCnt:hover {
    border-bottom: 2px solid #DD031C;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
}

.applyIPOSc .ipoThreeStepCnt {
    margin-bottom: 0;
}

.addDtC h6 {
    font-weight: 700;
    font-size: 24px;
    color: #1F1F1F;
    margin-bottom: 18px;
}

.primePrice {
    font-size: 42px !important;
    line-height: 40px;
    color: var(--primary-red);
    font-weight: bold;
    margin-bottom: 18px;
}

.investNowAddImgSc .investInMfCnt {
    text-align: left;
    margin-top: 18px;
    margin-bottom: 0;
}

.addDtC {
    padding: 24px;
    border-radius: 8px;
    background-color: #ffffff;
}

.investNowAddImgSc .row {
    align-items: center;
    justify-content: space-between;
}

.investNowAddImgSc {
    margin-bottom: 43px;
}

.mfLandingSc .row {
    position: relative;
    overflow: hidden;
}

.mfLandingSc .row .mflandingDecorCnt {
    position: absolute;
    left: 52%;
    top: 65%;
}

@media (max-width: 1500px) {
    .coinjarCnt {
        transform: translate(220%, -24%) !important;
    }

    @media (max-width: 1400px) {
        .coinjarCnt {
            transform: translate(190%, -24%) !important;
        }
    }

}

@media (min-width: 1200px) and (max-width: 1399.9px) {
    .coinjarCnt {
        transform: translate(150%, -24%) !important;
    }
}

@media (min-width: 1300px) and (max-width: 1399.9px) {
    .coinjarCnt {
        transform: translate(170%, -24%) !important;
    }
}


@media (min-width: 992px) and (max-width: 1199.9px) {
    .coinjarCnt {
        transform: translate(118%, -24%) !important;
    }

    .sipWealthChartSc {
        padding: 40px 40px;
        gap: 40px;
    }
}

@media (min-width: 1100px) and (max-width: 1199.9px) {
    .coinjarCnt {
        transform: translate(140%, -24%) !important;
    }
}

@media (max-width: 991.9px) {
    .exploreProductsSc .row {
        gap: 14px;
    }

    .exploreProductsSc .ServicesTab ul {
        margin-bottom: 49px;
    }

    .sipWealthSC .row {
        gap: 18px;
    }

    .openMfAcTodaySc {
        max-height: fit-content;
    }

    .sipWealthChartSc {
        padding: 40px 40px;
        gap: 40px;
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .sipWealthSC .row {
        padding-top: 68px;
        padding-bottom: 143px;
    }

    .coinjarCnt {
        transform: translate(180%, -18%) !important;
    }

    .mfTreeImgSc .row {
        margin-bottom: 51px;
    }

    .mfinvestGoalSc .mfGoalHdCnt p {
        width: 90%;
    }
}

@media (max-width: 767.9px) {
    .coinjarCnt {
        display: none;
    }

    .addImgCnt {
        text-align: center;
    }

    .mfLandingSc .mfHdCnt {
        margin-bottom: 34px;
    }

    .mfLandingSc .mfImgCnt {
        margin-top: 0px;
        margin-bottom: 44px;
    }

    .mflandingDecorCnt {
        display: none;
    }

    .sipWealthSC {
        overflow: hidden;
    }

    .mfinvestGoalSc .mfGoalHdCnt p {
        width: 100%;
    }

    .investInMfCnt {
        margin-bottom: 50px;
    }
}

@media (min-width: 576px) and (max-width: 767.9px) {
    .mfTreeImgSc .row {
        margin-bottom: 61px;
    }

    .sipWealthSC .row {
        padding-top: 58px;
        padding-bottom: 133px;
    }

    .coinjarCnt {
        width: fit-content;
        transform: translate(130%, -3%) !important;
    }

    .coinjarCnt img {
        width: 70%;
    }

}

@media (max-width: 575px) {
    .mfLandingSc .mfHdCnt .mfExploreBtn {
        padding: 10px 18px;
    }

    .mfLandingSc .mfHdCnt .mfInvestBtn {
        padding: 10px 18px;
    }

    .mfTreeImgSc .row {
        margin-bottom: 50px;
    }

    .coinjarCnt {
        display: none;
    }

    .sipWealthSC .row {
        padding-top: 48px;
        padding-bottom: 133px;
    }

    .sipWealthChartSc .investment_details>div {
        flex-direction: column;
        align-items: center;
    }

    .sipWealthChartSc {
        padding: 22px;
        margin: -90px 20px 70px 20px;
        gap: 10px;
    }

}