@font-face {
    font-family: DaxlinePro-Bold;
    src: url(/assets/font/DaxlinePro-Bold.eot);
    src: url(/assets/font/DaxlinePro-Bold.eot?#iefix) format("embedded-opentype"), url(/assets/font/DaxlinePro-Bold.woff2) format("woff2"), url(/assets/font/DaxlinePro-Bold.woff) format("woff"), url(/assets/font/DaxlinePro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: DaxlinePro;
    src: url(/assets/font/DaxlinePro-Thin.eot);
    src: url(/assets/font/DaxlinePro-Thin.eot?#iefix) format("embedded-opentype"), url(/assets/font/DaxlinePro-Thin.woff2) format("woff2"), url(/assets/font/DaxlinePro-Thin.woff) format("woff"), url(/assets/font/DaxlinePro-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: DaxlinePro-Light;
    src: url(/assets/font/DaxlinePro-Light.eot);
    src: url(/assets/font/DaxlinePro-Light.eot?#iefix) format("embedded-opentype"), url(/assets/font/DaxlinePro-Light.woff2) format("woff2"), url(/assets/font/DaxlinePro-Light.woff) format("woff"), url(/assets/font/DaxlinePro-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: DaxlinePro-Normal;
    src: url(/assets/font/DaxlinePro-Regular.eot);
    src: url(/assets/font/DaxlinePro-Regular.eot?#iefix) format("embedded-opentype"), url(/assets/font/DaxlinePro-Regular.woff2) format("woff2"), url(/assets/font/DaxlinePro-Regular.woff) format("woff"), url(/assets/font/DaxlinePro-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: DaxlinePro-normalplus;
    src: url(/assets/font/DaxlinePro-Medium.eot);
    src: url(/assets/font/DaxlinePro-Medium.eot?#iefix) format("embedded-opentype"), url(/assets/font/DaxlinePro-Medium.woff2) format("woff2"), url(/assets/font/DaxlinePro-Medium.woff) format("woff"), url(/assets/font/DaxlinePro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: DaxlinePro-ExBold;
    src: url(/assets/font/DaxlinePro-Black.eot);
    src: url(/assets/font/DaxlinePro-Black.eot?#iefix) format("embedded-opentype"), url(/assets/font/DaxlinePro-Black.woff2) format("woff2"), url(/assets/font/DaxlinePro-Black.woff) format("woff"), url(/assets/font/DaxlinePro-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: DaxlinePro-Bold;
    src: url(/assets/font/DaxlinePro-ExtraBold.eot);
    src: url(/assets/font/DaxlinePro-ExtraBold.eot?#iefix) format("embedded-opentype"), url(/assets/font/DaxlinePro-ExtraBold.woff2) format("woff2"), url(/assets/font/DaxlinePro-ExtraBold.woff) format("woff"), url(/assets/font/DaxlinePro-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
}

.typ-banner {
    padding: 0;
    margin-top: 80px;
    position: relative;
}

    .typ-banner img {
        width: 100%;
    }

.typ-mcf {
    background: rgba(2, 117, 187, 0.05);
}

    .typ-mcf .main-heading {
        text-align: center;
        margin: 0 auto;
        padding: 0rem 0;
    }

        .typ-mcf .main-heading .heading {
            font-family: DaxlinePro-Bold;
            font-size: 5rem;
            line-height: 5.3rem;
            text-align: center;
            color: #134b8f;
            margin-bottom: 0.8rem;
        }

        .typ-mcf .main-heading .title {
            font-family: DaxlinePro-Normal;
            font-size: 1.6rem;
            line-height: 1.7rem;
            color: #1a1a18;
            text-align: center;
            margin-bottom: 2.4rem;
        }

        .typ-mcf .main-heading .cup-Fund-Note {
            background: #ec7d23;
            padding: 1rem 7.5rem;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 2.6rem;
            width: 55%;
            margin: 0 auto;
            position: relative;
        }

            .typ-mcf .main-heading .cup-Fund-Note::after {
                position: absolute;
                content: "";
                right: 0;
                height: 2.9rem;
                width: 0.15rem;
                top: 50%;
                background: #fff;
                left: 0;
                margin: 0 auto;
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .typ-mcf .main-heading .cup-Fund-Note p {
    color: #fff;
    font-family: DaxlinePro-Normal;
    font-size: 1.8rem;
    line-height: 1.9rem;
    position: relative;
    margin-bottom: 0 !important;
}

                .typ-mcf .main-heading .cup-Fund-Note p:last-child {
                    padding-left: 1rem;
                }

.dnd-reg-form {
    width: 27%;
    padding: 3.5rem 2.5rem;
    position: absolute;
    right: 16%;
    top: 50%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    border-radius: 16px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .dnd-reg-form .form-floating {
        position: relative;
    }

        .dnd-reg-form .form-floating .form-control {
            max-width: none;
            margin-bottom: 2.5rem;
            font-size: 1.6rem;
            height: 4rem;
            font-family: DaxlinePro-Normal;
            line-height: 24px;
            display: block;
            width: 100%;
            padding: 0.375rem 0.75rem;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            transition: border-color 0.1 5s ease-in-out, box-shadow 0.15s ease-in-out;
        }

            .dnd-reg-form .form-floating .form-control::-webkit-input-placeholder {
                color: #616161;
            }

            .dnd-reg-form .form-floating .form-control:-ms-input-placeholder {
                color: #616161;
            }

            .dnd-reg-form .form-floating .form-control::placeholder {
                color: #616161;
            }

            .dnd-reg-form .form-floating .form-control#name {
                text-transform: capitalize;
            }

        .dnd-reg-form .form-floating .form-selct.form-control:focus {
            padding-top: 10px;
        }

        .dnd-reg-form .form-floating .error-msg {
            display: none;
            position: absolute;
            bottom: -22px;
            color: red;
            font-size: 1.2rem;
        }

    .dnd-reg-form .form-check {
        margin-bottom: 15px;
    }

        .dnd-reg-form .form-check input[type="checkbox"] {
            appearance: auto;
            -webkit-appearance: auto;
            border: 1px solid #042b72;
        }

        .dnd-reg-form .form-check .form-check-label {
            color: #5f5f5f;
            font-size: 12px;
            font-family: DaxlinePro-Normal;
            line-height: 20px;
            padding-left: 6px;
        }

    .dnd-reg-form .dnd-form-submit {
        padding: 1.3rem 3rem;
    }

        .dnd-reg-form .dnd-form-submit:hover {
            color: #fff;
        }

.multi-cap-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .multi-cap-wrap .multi-cap-list {
        width: 52%;
    }

        .multi-cap-wrap .multi-cap-list .multi-cap-list-item .mcap-list-item {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 3rem;
        }

            .multi-cap-wrap .multi-cap-list .multi-cap-list-item .mcap-list-item:first-child .per-con-round:after {
                background: 0 0;
            }

            .multi-cap-wrap .multi-cap-list .multi-cap-list-item .mcap-list-item .per-con-round {
                width: 9.3rem;
                height: 9.3rem;
                background: #0275bb;
                color: #fff;
                text-align: center;
                -ms-flex-align: center;
                align-items: center;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -ms-flex-pack: center;
                justify-content: center;
                border-radius: 50%;
                position: relative;
            }

                .multi-cap-wrap .multi-cap-list .multi-cap-list-item .mcap-list-item .per-con-round span {
                    font-size: 18px;
                    line-height: 19px;
                    font-family: DaxlinePro-Bold;
                }

                .multi-cap-wrap .multi-cap-list .multi-cap-list-item .mcap-list-item .per-con-round:after {
                    position: absolute;
                    content: "";
                    height: 50px;
                    width: 3px;
                    top: -40px;
                    background: #0275bb;
                    z-index: -1;
                }

            .multi-cap-wrap .multi-cap-list .multi-cap-list-item .mcap-list-item .cap-con {
                width: 75%;
                margin-left: 2.3rem;
            }

                .multi-cap-wrap .multi-cap-list .multi-cap-list-item .mcap-list-item .cap-con ul li {
                    list-style: disc;
                    margin-left: 3rem;
                    font-size: 1.6rem;
                }

            .multi-cap-wrap .multi-cap-list .multi-cap-list-item .mcap-list-item .cap-heding {
                font-size: 24px;
                line-height: 25px;
                margin-bottom: 0.7rem;
                font-family: DaxlinePro-Bold;
            }

            .multi-cap-wrap .multi-cap-list .multi-cap-list-item .mcap-list-item .desc {
                font-size: 16px;
                line-height: 20px;
                font-family: DaxlinePro-Normal;
            }

            .multi-cap-wrap .multi-cap-list .multi-cap-list-item .mcap-list-item:nth-child(2n + 0) .per-con-round {
                background: #ec7d23;
            }

    .multi-cap-wrap .multi-cap-img {
        width: 45%;
        text-align: end;
    }

        .multi-cap-wrap .multi-cap-img img {
            width: 100%;
        }

.typ-fundFeature {
    background: #f5f5f5;
}

    .typ-fundFeature .fund-fea-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .typ-fundFeature .fund-fea-wrap .fund-wrap-sec {
            width: 50%;
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 4.7rem;
        }

            .typ-fundFeature .fund-fea-wrap .fund-wrap-sec .fund-fea-icon-wrap {
                width: 190px;
                height: 190px;
                background: linear-gradient(to left, #dfdfdf, #fbfbfb, #fff);
                overflow: hidden;
                padding: 0.7rem;
                border-radius: 16px;
                box-shadow: 25px 30px 25px -14px rgba(0, 0, 0, 0.3);
                z-index: 1;
                position: relative;
            }

                .typ-fundFeature .fund-fea-wrap .fund-wrap-sec .fund-fea-icon-wrap .fund-fea-icon-bg {
                    background: linear-gradient(-45deg, #fff, #fbfbfb, #dfdfdf);
                    padding: 0.63rem 0.63rem 0.74rem 0.74rem;
                    border-radius: 16px;
                }

                    .typ-fundFeature .fund-fea-wrap .fund-wrap-sec .fund-fea-icon-wrap .fund-fea-icon-bg .fund-fea-icon {
                        width: 162px;
                        height: 162px;
                        display: -ms-flexbox;
                        display: flex;
                        background: #0275bb;
                        border-radius: 16px;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }

            .typ-fundFeature .fund-fea-wrap .fund-wrap-sec .fund-fea-desc {
                width: 63%;
                padding: 2.7rem 2.1rem 2.1rem 2.1rem;
                background: linear-gradient(121.04deg, #fff -21.61%, rgba(255, 255, 255, 0.651042) 74.2%, rgba(255, 255, 255, 0) 100%);
                mix-blend-mode: normal;
                filter: drop-shadow(-20px -27px 50px rgba(208, 208, 208, 0.06)) drop-shadow(20px 27px 50px rgba(208, 208, 208, 0.06));
                backdrop-filter: blur(14px);
                border-radius: 0 16px 16px 0;
                border: 1px solid #fff;
                border-left: 0;
                min-height: 160px;
                max-height: 160px;
                display: flex;
                align-items: center;
            }

                .typ-fundFeature .fund-fea-wrap .fund-wrap-sec .fund-fea-desc p {
                    font-size: 1.8rem;
                    line-height: 2.8rem;
                    font-family: DaxlinePro-Normal;
                    color: #1a1a18;
                    margin: 0;
                }

            .typ-fundFeature .fund-fea-wrap .fund-wrap-sec:nth-child(2) .fund-fea-icon-wrap .fund-fea-icon-bg .fund-fea-icon {
                background: #ec7d23;
            }

            .typ-fundFeature .fund-fea-wrap .fund-wrap-sec:nth-child(3) .fund-fea-icon-wrap .fund-fea-icon-bg .fund-fea-icon {
                background: #cc6009;
            }

            .typ-fundFeature .fund-fea-wrap .fund-wrap-sec:nth-child(4) .fund-fea-icon-wrap .fund-fea-icon-bg .fund-fea-icon {
                background: #134b8f;
            }

.typ-adv {
    background: linear-gradient(294.86deg, #0275bb 17.89%, #fff 121.84%);
}

    .typ-adv .adv-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end;
        background: #fff;
        border-radius: 1.6rem;
        padding: 3.3rem 2.3rem;
    }

        .typ-adv .adv-wrap .adv-img {
            width: 40%;
        }

        .typ-adv .adv-wrap .adv-desc {
            width: 55%;
        }

            .typ-adv .adv-wrap .adv-desc .adv-heading {
                font-size: 4.1rem;
                line-height: 4.4rem;
                font-family: DaxlinePro-Bold;
                color: #0275bb;
                position: relative;
                margin-bottom: 4.3rem;
            }

                .typ-adv .adv-wrap .adv-desc .adv-heading::after {
                    position: absolute;
                    content: "";
                    width: 187px;
                    height: 5px;
                    background-color: #ec7d23;
                    bottom: -14px;
                    left: 0;
                    margin: 0 auto;
                    border-radius: 20px;
                }

            .typ-adv .adv-wrap .adv-desc .adv-list {
                margin: 0;
                padding: 0;
            }

                .typ-adv .adv-wrap .adv-desc .adv-list .adv-list-item {
                    font-size: 1.5rem;
                    line-height: 2.8rem;
                    font-family: DaxlinePro-Normal;
                    position: relative;
                    margin-bottom: 1.5rem;
                    padding-left: 2.8rem;
                }

                    .typ-adv .adv-wrap .adv-desc .adv-list .adv-list-item:last-child {
                        margin-bottom: 0;
                    }

                    .typ-adv .adv-wrap .adv-desc .adv-list .adv-list-item::before {
                        position: absolute;
                        content: "";
                        left: 0;
                        background-image: url(../images/adv-chk-icon.svg);
                        width: 1.88rem;
                        height: 1.88rem;
                        top: 3px;
                    }

.typ-ws-inv {
    background: #f9f9f9;
}

.why-should-inv {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .why-should-inv .ws-inv-card {
        margin: auto 1.2rem;
        margin-top: 9.5rem;
        position: relative;
        width: 21%;
    }

        .why-should-inv .ws-inv-card:nth-child(even) .ws-inv-icon {
            background: linear-gradient(180deg, #ec7d23 0, #ffedec 100%);
        }

            .why-should-inv .ws-inv-card:nth-child(even) .ws-inv-icon .img-wrap {
                background: linear-gradient(180deg, #ec7d23 0, #ffa55c 100%);
            }

        .why-should-inv .ws-inv-card .ws-inv-icon {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: -50px;
            width: 100px;
            height: 100px;
            background: linear-gradient(180deg, #0083d2 0, #fff 100%);
            padding: 0.7rem;
            border-radius: 50%;
            z-index: 1;
        }

            .why-should-inv .ws-inv-card .ws-inv-icon .img-wrap {
                background: linear-gradient(180deg, #0275bb 0, #17a5fb 100%);
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

        .why-should-inv .ws-inv-card .ws-inv-des {
            background: linear-gradient(121.04deg, #fff -21.61%, rgba(255, 255, 255, 0.651042) 74.2%, rgba(255, 255, 255, 0) 100%);
            mix-blend-mode: normal;
            filter: drop-shadow(-20px -27px 50px rgba(12, 130, 202, 0.09)) drop-shadow(20px 27px 50px rgba(231, 51, 60, 0.06));
            backdrop-filter: blur(14px);
            padding: 6rem 1.8rem 1.2rem 1.8rem;
            min-height: 20rem;
            border: 1px solid #fff;
            border-radius: 16px;
        }

            .why-should-inv .ws-inv-card .ws-inv-des p {
                font-size: 1.6rem;
                line-height: 3.2rem;
                color: #1a1a18;
                font-family: DaxlinePro-normalplus;
            }

    .why-should-inv .view-more {
        margin-top: 2rem;
    }

        .why-should-inv .view-more:hover {
            color: #fff;
        }

.typ-fund-fact {
    background: #f2f8fc;
}

    .typ-fund-fact .fund-fact-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .typ-fund-fact .fund-fact-wrap .fund-fact-sec {
            width: 45%;
        }

            .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card {
                margin-bottom: 4rem;
                background: transparent;
                border: none;
            }

                .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .heading {
                    font-family: DaxlinePro-Bold;
                    font-size: 2.4rem;
                    line-height: 2.5rem;
                    color: #134b8f;
                    margin-bottom: 0.8rem;
                }

                .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .desc {
                    font-family: DaxlinePro-Normal;
                    font-size: 1.8rem;
                    line-height: 2.4rem;
                    color: #555;
                }

                .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .card-list .card-list-item {
                    list-style: disc;
                    margin-left: 3rem;
                    color: #555;
                    font-size: 1.8rem;
                }

                .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .manger-des {
                    border-radius: 16px;
                    padding: 2.4rem;
                }

                    .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .manger-des .profile {
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-pack: start;
                        justify-content: start;
                        -ms-flex-align: center;
                        align-items: center;
                        margin-bottom: 2.3rem;
                    }

                        .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .manger-des .profile .img-wrap {
                            width: 110px;
                        }

                            .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .manger-des .profile .img-wrap img {
                                width: 100%;
                            }

                        .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .manger-des .profile .detail .name {
                            font-size: 2.4rem;
                            line-height: 1.5rem;
                            font-family: DaxlinePro-Bold;
                            margin-bottom: 2.3rem;
                        }

                        .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .manger-des .profile .detail .profession {
                            font-size: 1.6rem;
                            line-height: 1.5rem;
                            font-family: DaxlinePro-Normal;
                        }

                    .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .manger-des .desc p {
                        font-size: 16px;
                        line-height: 24px;
                        color: #555;
                        margin-bottom: 2.3rem;
                    }

                    .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .manger-des .desc .view {
                        font-size: 14px;
                        line-height: 15px;
                        color: #134b8f;
                        text-decoration: underline;
                    }

    .typ-fund-fact .risk-o-meter {
        background: #fff;
        padding: 3.8rem;
        border-radius: 16px;
        border: 1px solid #cdd3d7;
    }

        .typ-fund-fact .risk-o-meter .heading {
            font-size: 2.4rem;
            line-height: 3.2rem;
            font-family: DaxlinePro-Bold;
            margin-bottom: 1.8rem;
            color: #134b8f;
        }

        .typ-fund-fact .risk-o-meter > .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .typ-fund-fact .risk-o-meter > .card .content {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-flex-align: start;
                align-items: start;
                width: 38%;
            }

                .typ-fund-fact .risk-o-meter > .card .content .sub-heading {
                    font-family: DaxlinePro-Bold;
                }

                .typ-fund-fact .risk-o-meter > .card .content .cont-list .cont-list-item {
                    font-size: 16px;
                    line-height: 24px;
                    font-family: DaxlinePro-Normal;
                    list-style: disc;
                    margin-left: 3rem;
                    color: #555;
                }

                .typ-fund-fact .risk-o-meter > .card .content .note {
                    font-size: 12px;
                    line-height: 16px;
                    color: #0275bb;
                    margin:1rem auto;
                }

            .typ-fund-fact .risk-o-meter > .card .meter {
                width: 30%;
                text-align: center;
                position: relative;
            }

                .typ-fund-fact .risk-o-meter > .card .meter.scheme-o-meter::after {
                    content: "";
                    position: absolute;
                    height: 100%;
                    width: 1px;
                    background: rgba(79, 102, 116, 0.4);
                    right: -5px;
                    top: 50%;
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

                .typ-fund-fact .risk-o-meter > .card .meter .sub-heading {
                    margin-bottom: auto;
                    width: 112%;
                    padding: 0 4rem;
                    font-family: DaxlinePro-normalplus;
					min-height:72px
                }

                .typ-fund-fact .risk-o-meter > .card .meter .img-wrap {
                    margin-top: 2rem;
                }

                    .typ-fund-fact .risk-o-meter > .card .meter .img-wrap img {
                        margin-bottom: 0.8rem;
                    }

                    .typ-fund-fact .risk-o-meter > .card .meter .img-wrap .desc {
                        font-size: 12.7884px;
                        line-height: 20px;
                        font-family: DaxlinePro-Normal;
                        color: #555;
                        margin: 0 2rem;
                    }

            .typ-fund-fact .risk-o-meter > .card .sub-heading {
                font-size: 16px;
                line-height: 24px;
                color: #134b8f;
                font-family: DaxlinePro-Normal;
				padding:10px 0;
            }

            .typ-fund-fact .risk-o-meter > .card .mob-note {
                display: none;
                font-size: 12px;
                line-height: 16px;
                color: #0275bb;
                margin-top: 1rem;
                text-align: center;
                width: 100%;
            }

.download-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .download-wrap .download-list-card {
        width: 48%;
        margin-bottom: 1rem;
    }

        .download-wrap .download-list-card > .download-link {
            background: #fff;
            border-radius: 8px;
            padding: 2rem 3rem; 
            display: flex; 
            justify-content: start; 
            align-items: center;
        }

            .download-wrap .download-list-card > .download-link:hover {
                box-shadow: 0 1.25px 20px 2px rgba(2, 117, 187, 0.14);
            }

            .download-wrap .download-list-card > .download-link .img-wrap {
                width: 66px;
                height: 66px;
                background: #0275bb;
                padding: 1.5rem;
                border-radius: 50%;
            }

                .download-wrap .download-list-card > .download-link .img-wrap img {
                    width: 100%;
                }

            .download-wrap .download-list-card > .download-link .cont {
                padding-left: 3.2rem;
                width: 90%;
            }

                .download-wrap .download-list-card > .download-link .cont .heading {
                    font-size: 16px;
                    line-height: 23px;
                    color: #1a1a18;
                    font-family: DaxlinePro-normalplus;
                }

                .download-wrap .download-list-card > .download-link .cont .desc {
                    font-size: 16px;
                    line-height: 23px;
                    color: #5f5f5f;
                    font-family: DaxlinePro-Normal;
                }

@media screen and (max-width: 1440px) {
    .dnd-reg-form {
        width: 30%;
        right: 8%;
    }
}

@media only screen and (max-width: 1366px) {
    .dnd-reg-form {
        width: 33%;
        right: 6%;
        padding: 3rem 2rem;
    }

        .dnd-reg-form .form-floating .form-control {
            margin-bottom: 2rem;
        }
}

@media only screen and (max-width: 1199px) {
    .typ-banner {
        margin-top: 95px;
    }

    .typ-mcf .main-heading .cup-Fund-Note {
        width: 70%;
    }

    .dnd-reg-form {
        padding: 2rem;
        background: #e0e0e0;
        right: 4%;
    }

    .multi-cap-wrap {
        -ms-flex-align: center;
        align-items: center;
    }

        .multi-cap-wrap .multi-cap-list {
            width: 60%;
        }

        .multi-cap-wrap .multi-cap-img {
            width: 40%;
        }

    .typ-fundFeature .fund-fea-wrap .fund-wrap-sec .fund-fea-icon-wrap {
        width: 145px;
        height: 145px;
        padding: 0.4rem;
    }

        .typ-fundFeature .fund-fea-wrap .fund-wrap-sec .fund-fea-icon-wrap .fund-fea-icon-bg {
            padding: 0.43rem 0.43rem 0.54rem 0.54rem;
        }

            .typ-fundFeature .fund-fea-wrap .fund-wrap-sec .fund-fea-icon-wrap .fund-fea-icon-bg .fund-fea-icon {
                width: 130px;
                height: 130px;
            }

    .typ-fundFeature .fund-fea-wrap .fund-wrap-sec .fund-fea-desc {
        min-height: 130px;
        max-height: 130px;
        padding: 1.5rem;
    }

        .typ-fundFeature .fund-fea-wrap .fund-wrap-sec .fund-fea-desc p {
            font-size: 1.4rem;
            line-height: 2rem;
        }

    .why-should-inv .ws-inv-card {
        width: 45%;
    }

        .why-should-inv .ws-inv-card .ws-inv-des {
            padding: 6.5rem 3rem 3.2rem 3rem;
            min-height: 22rem;
        }
}

@media only screen and (max-width: 991px) {
    .typ-mcf .main-heading .cup-Fund-Note {
        width: 75%;
        border-radius: 3.6rem;
    }

              .typ-mcf .main-heading .cup-Fund-Note p {
    color: #fff;
    font-family: DaxlinePro-Normal;
    font-size: 1.8rem;
    line-height: 1.9rem;
    position: relative;
   
}

            .typ-mcf .main-heading .cup-Fund-Note p strong {
                width: 100%;
                display: block;
            }

    .dnd-reg-form {
        position: relative;
        top: 0;
        -ms-transform: none;
        transform: none;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        padding: 3rem 2.4rem;
    }

        .dnd-reg-form .form-floating .form-control {
            margin-bottom: 3rem;
            height: 5rem;
        }

    .multi-cap-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .multi-cap-wrap .multi-cap-list {
            width: 100%;
            -ms-flex-order: 2;
            order: 2;
        }

        .multi-cap-wrap .multi-cap-img {
            width: 100%;
            -ms-flex-order: 1;
            order: 1;
            margin-bottom: 7.7rem;
        }

    .typ-fundFeature .fund-fea-wrap .fund-wrap-sec {
        width: 100%;
    }

        .typ-fundFeature .fund-fea-wrap .fund-wrap-sec .fund-fea-icon-wrap .fund-fea-icon-bg .fund-fea-icon img {
            width: 60%;
        }

    .typ-adv .adv-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .typ-adv .adv-wrap .adv-img {
            width: 100%;
            text-align: center;
            margin-bottom: 2.4rem;
        }

        .typ-adv .adv-wrap .adv-desc {
            width: 100%;
        }

            .typ-adv .adv-wrap .adv-desc .adv-heading {
                text-align: center;
                font-size: 3.2rem;
                line-height: 3.4rem;
                margin-bottom: 4rem;
            }

                .typ-adv .adv-wrap .adv-desc .adv-heading::after {
                    right: 0;
                }

            .typ-adv .adv-wrap .adv-desc .adv-list .adv-list-item {
                font-size: 1.4rem;
                line-height: 2.6rem;
            }

    .why-should-inv .ws-inv-card {
        width: 45%;
    }

        .why-should-inv .ws-inv-card .ws-inv-des {
            padding: 6.5rem 3.5rem 3.2rem 3.5rem;
        }

    .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .heading {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .desc {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .card-list .card-list-item {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .manger-des {
        padding: 1.8rem;
    }

        .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .manger-des .profile .detail .name {
            font-size: 1.8rem;
            line-height: 1.8rem;
            margin-bottom: 1rem;
        }

        .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .manger-des .profile .detail .profession {
            font-size: 1.4rem;
            line-height: 1.5rem;
            margin-bottom: 1rem;
        }

        .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .manger-des .desc p {
            font-size: 1.2rem;
            line-height: 1.4rem;
            margin-bottom: 1.5rem;
        }

    .typ-fund-fact .risk-o-meter > .card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .typ-fund-fact .risk-o-meter > .card .content {
            width: 100%;
            margin-bottom: 3rem;
        }

            .typ-fund-fact .risk-o-meter > .card .content .note {
                display: none;
            }

        .typ-fund-fact .risk-o-meter > .card .meter {
            width: 45%;
        }

            .typ-fund-fact .risk-o-meter > .card .meter.scheme-o-meter::after {
                height: 80%;
                right: -30px;
            }

        .typ-fund-fact .risk-o-meter > .card .mob-note {
            display: block;
        }

    .download-wrap .download-list-card {
        width: 100%;
    }

        .download-wrap .download-list-card .download-link {
            -ms-flex-align: start;
            align-items: flex-start;
            padding: 0.7rem 1.6rem;
        }

            .download-wrap .download-list-card .download-link .cont {
                padding-left: 2.1rem;
            }

                .download-wrap .download-list-card .download-link .cont .desc {
                    font-size: 1.3rem;
                }
}

@media only screen and (max-width: 767px) {
    .typ-banner {
        margin-top: 80px;
    }

    .dnd-reg-form .form-floating .form-control {
        margin-bottom: 2.5rem;
        height: 3.5rem;
        font-size: 1.2rem;
    }

    .dnd-reg-form .dnd-form-submit {
        padding: 0.5rem 3rem;
    }

    .multi-cap-wrap .multi-cap-list .multi-cap-list-item .mcap-list-item .per-con-round:after {
        height: 70px;
        width: 3px;
        top: -68px;
    }

    .multi-cap-wrap .multi-cap-list .multi-cap-list-item .mcap-list-item .cap-con {
        width: 65%;
        margin-left: 2rem;
    }

    .multi-cap-wrap .multi-cap-list .multi-cap-list-item .mcap-list-item .cap-heding {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .multi-cap-wrap .multi-cap-list .multi-cap-list-item .mcap-list-item .desc {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .typ-fundFeature .fund-fea-wrap .fund-wrap-sec .fund-fea-icon-wrap {
        width: 120px;
        height: 120px;
    }

        .typ-fundFeature .fund-fea-wrap .fund-wrap-sec .fund-fea-icon-wrap .fund-fea-icon-bg .fund-fea-icon {
            width: 103;
            height: 103;
        }

    .typ-fundFeature .fund-fea-wrap .fund-wrap-sec .fund-fea-desc {
        min-height: 105px;
        max-height: 105px;
    }

        .typ-fundFeature .fund-fea-wrap .fund-wrap-sec .fund-fea-desc p {
            font-size: 1.2rem;
            line-height: 1.5rem;
        }

    .why-should-inv .ws-inv-card {
        width: 100%;
    }

        .why-should-inv .ws-inv-card .ws-inv-des {
            text-align: center;
        }

            .why-should-inv .ws-inv-card .ws-inv-des p {
                font-size: 1.5rem;
                line-height: 3.1rem;
                color: #273238;
            }

    .typ-fund-fact .fund-fact-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .typ-fund-fact .fund-fact-wrap .fund-fact-sec {
            width: 100%;
        }

            .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card {
                margin-bottom: 2rem;
            }

                .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .desc {
                    font-size: 1.4rem;
                    line-height: 1.6rem;
                }

                .typ-fund-fact .fund-fact-wrap .fund-fact-sec .card .card-list .card-list-item {
                    font-size: 1.4rem;
                    line-height: 1.6rem;
                }

    .typ-fund-fact .risk-o-meter {
        padding: 2.8rem;
    }

        .typ-fund-fact .risk-o-meter > .card .content .cont-list .cont-list-item {
            font-size: 13px;
            line-height: 28px;
            margin-left: 1.5rem;
        }

        .typ-fund-fact .risk-o-meter > .card .meter {
            width: 100%;
            margin-bottom: 2rem;
        }

            .typ-fund-fact .risk-o-meter > .card .meter.scheme-o-meter::after {
                width: 0;
                height: 0;
                position: static;
            }

            .typ-fund-fact .risk-o-meter > .card .meter .sub-heading {
                padding: 0 2rem;
				width:100%;
            }

    .download-wrap .download-list-card .download-link .img-wrap {
        width: 44px;
        height: 44px;
        padding: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .typ-mcf {
        padding: 0;
    }

        .typ-mcf .main-heading {
            padding: 3rem 0.7rem;
        }

            .typ-mcf .main-heading .heading {
                font-size: 4.4rem;
                line-height: 4.6rem;
                margin-bottom: 3.1rem;
            }

            .typ-mcf .main-heading .title {
                font-size: 1.4rem;
                line-height: 1.8rem;
                color: #1a1a18;
                text-align: center;
                margin-bottom: 2.2rem;
            }

            .typ-mcf .main-heading .cup-Fund-Note {
                width: 100%;
                border-radius: 3.6rem;
                padding: 1rem 4rem;
            }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

ul.social-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}
.social-link li {
    width: 40px;
}

.disclamer {
    font-size: 13px;
    margin-left: 2rem;}
@media only screen and (max-width: 991px) {
.disclamer { 
    margin-left:3rem; }
}
@media only screen and (max-width: 767px) {
.disclamer { 
    margin-left:0;
	text-align:center}
}


#footer .footer-note .dis-flex-social {
    display: flex;
	justify-content: center;
	align-items: center;
}



