@import url("../fonts/regular.css");
@import url("../fonts/medium.css");

:root {
    --heading-color: #3e593c;
    --primary-text-color: #6c7174;
    --secondary-text-color: #999c9e;
}

body {
    font-family: "pf_handbook_proregular";
}

.heading {
    color: var(--heading-color);
    font-family: "pf_handbook_promedium";
}

.sub-heading {
    color: var(--secondary-text-color);
    font-weight: 500;
}

.bread-crum li a {
    color: #6c7174;
    text-decoration: none;
}

#info1 .left-menu {
    position: sticky;
    z-index: 1;
    top: 10px;
}

#info1 .nav-link {
    background: #ffffff;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    color: #6c7174;
    font-weight: 500;
    text-align: start;
    margin-bottom: 18px;
    padding: 6px 10px;
    font-size: 18px;
}

.nav-pills .nav-link.active {
    background-color: #f1f3f6 !important;
    color: #000 !important;
}

#info1 img {
    width: 20px;
    margin-right: 7px;
    text-align: center;
    margin-bottom: 2px;
}

#info1 .mutual-bg {
    height: auto;
    margin: 5px;
    background-color: #f1f3f6;
    position: relative;
}

#info1 .mutual-info h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #3f593c;
}

#info1 .mutual-info h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #3f593c;
}

#info1 .mutual-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 31px;
    color: #000000;
}

#info1 .invst-now-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    padding: 6px 18px;
    text-align: center;
    background: #c6212a;
    border-radius: 6.92378px;
    color: #f2f3f5;
    outline: none;
    border: none;
    text-decoration: none;
}

#info1 .mutual-bg img {
    width: 200px;
    margin-right: 0px;
}

#info1 .mutual-details h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 31px;
    color: #000000;
}

#info1 .mutual-details p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
}

@media screen and (max-width: 320px) {
    #info1 .mutual-bg img {
        width: 150px;
        margin-top: 50px;
    }

    #info1 .invst-now-btn {
        font-size: 11px;
    }

    #info1 .mutual-info p {
        font-size: 8px;
        line-height: 10;
    }
}

@media screen and (max-width: 426px) {
    #info1 .mutual-info p {
        font-size: 10px;
        line-height: 9px;
    }
}

@media screen and (max-width: 375px) {
    #info1 .mutual-info p {
        font-size: 10px;
        line-height: 10px;
    }
}

.searchbar-container {
    padding-left: 0;
    padding-right: 0;
}

.searchbar {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .searchbar > input {
        box-shadow: none !important;
        color: var(--secondary-text-color) !important;
    }

        .searchbar > input::placeholder {
            color: var(--secondary-text-color);
        }

.submit:hover {
    cursor: pointer;
}

.main-icons-container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.main-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

    .main-icons img {
        width: 22px;
    }

    .main-icons p {
        font-size: 0.8rem;
        line-height: 1.2;
        padding-top: 1rem;
    }

    .main-icons .icon-item {
        text-align: center;
    }

    .main-icons :nth-child(7) p {
        padding-top: 0.22rem;
    }

    .main-icons :nth-child(8) p {
        padding-top: 0.22rem;
    }

    .main-icons :nth-child(7) img, .main-icons :nth-child(8) img {
        width: 38px;
    }

.ga-background-color {
    background-color: #fafafa;
}

.returns-calculator {
    margin: 2rem auto;
}

.on-tablet {
    padding: 0.2rem 0.3rem !important;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    margin-top: 0.75rem;
    border-radius: 0.25rem;
}

    .on-tablet img {
        width: 15px !important;
        height: 15px !important;
    }

.other-tablet {
    margin-top: 2rem;
}

.returns-calculator h2 {
    font-size: 1.2rem;
    font-style: normal;
    font-family: "pf_handbook_promedium";
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
    margin-bottom: 1.2rem;
}

.returns-calculator1 h2 {
    font-size: 1.2rem;
    font-style: normal;
    font-family: "pf_handbook_promedium";
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
    margin-bottom: 1.2rem;
}

.returns-calculator .nav-tabs {
    border-radius: unset;
    border: unset;
    position: relative;
}

    .returns-calculator .nav-tabs::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 32px;
        background: #f1f3f6;
        width: 363px;
        height: 3px;
    }

    .returns-calculator .nav-tabs .nav-link {
        border: unset;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
        font-size: 18px;
        font-style: normal;
        font-family: "pf_handbook_proregular";
        font-weight: normal;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: center;
        color: rgba(0, 0, 0, 0.5);
    }

        .returns-calculator .nav-tabs .nav-link.active {
            border-bottom: 3px solid #969f6e;
            font-size: 18px;
            font-style: normal;
            font-family: "pf_handbook_proregular";
            font-weight: normal;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: center;
            color: #000000;
            position: relative;
        }

.returns-calculator .tab-content .returns-card h4 {
    font-size: 18px;
    font-style: normal;
    font-family: "pf_handbook_prolight";
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
    padding-top: 25px;
    margin-bottom: 10px;
}

.returns-calculator .tab-content .returns-card h6 {
    font-size: 16px;
    font-style: normal;
    font-family: "pf_handbook_proregular";
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 28px;
    color: #6c7174;
    margin-bottom: 11px;
}

.returns-calculator .tab-content .returns-card .invest-ul {
    display: flex;
    margin-bottom: unset;
}

    .returns-calculator .tab-content .returns-card .invest-ul li {
        padding: 12px 15px 10px;
        background: #f1f3f6;
        background-blend-mode: multiply;
        border-radius: 2px;
        margin-right: 10px;
        color: #000000;
        font-size: 19px;
        font-style: normal;
        font-family: "pf_handbook_promedium";
        font-weight: normal;
        line-height: 22px;
        letter-spacing: 0px;
        text-align: left;
    }

        .returns-calculator .tab-content .returns-card .invest-ul li.active {
            background: #f7a500;
            color: #ffffff;
        }

.returns-calculator .tab-content .returns-card .years-ul {
    display: flex;
    margin-bottom: unset;
}

    .returns-calculator .tab-content .returns-card .years-ul li {
        background: #f1f3f6;
        background-blend-mode: multiply;
        border-radius: 2px;
        padding: 12px 13px 10px;
        margin-right: 10px;
        font-size: 19px;
        font-style: normal;
        font-family: "pf_handbook_promedium";
        font-weight: normal;
        line-height: 22px;
        letter-spacing: 0px;
        text-align: left;
    }

        .returns-calculator .tab-content .returns-card .years-ul li.active {
            background: #f7a500;
            color: #ffffff;
        }

.returns-calculator .tab-content .returns-card input {
    background: none;
    outline: none !important;
    border: none !important;
    box-sizing: border-box;
    padding: 12px 15px;
    height: 44px;
    width: 100%;
}

.returns-calculator1 .tab-content .returns-card input {
    background: none;
    outline: none !important;
    border: none !important;
    box-sizing: border-box;
    padding: 12px 15px;
    height: 30px;
    width: 100%;
}

.returns-calculator .tab-content .returns-card input[type="date"] {
    background: #fff url(../images/Calendar.svg) 94% 50% no-repeat;
}

    .returns-calculator .tab-content .returns-card input[type="date"]::-webkit-inner-spin-button {
        display: none;
    }

.returns-calculator1 .tab-content .returns-card input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

.returns-calculator .tab-content .returns-card input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.returns-calculator1 .tab-content .returns-card input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.returns-calculator .tab-content .returns-card .foot-color {
    background: rgba(217, 220, 203, 0.8);
    margin-left: -25px;
    margin-right: -25px;
    padding: 10px 25px 14px;
}

.returns-calculator1 .tab-content .returns-card .foot-color {
    background: rgba(217, 220, 203, 0.8);
    margin-left: -25px;
    margin-right: -25px;
    padding: 10px 25px 14px;
}

.returns-calculator .tab-content .returns-card .foot-color h2 {
    font-size: 22px;
    font-style: normal;
    font-family: "pf_handbook_promedium";
    font-weight: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 4px;
}

.returns-calculator1 .tab-content .returns-card .foot-color h2 {
    font-size: 22px;
    font-style: normal;
    font-family: "pf_handbook_promedium";
    font-weight: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 4px;
}

.returns-calculator .tab-content .returns-card .foot-color p {
    font-size: 16px;
    font-style: normal;
    font-family: "pf_handbook_prolight";
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
    margin-bottom: unset;
}

.returns-calculator1 .tab-content .returns-card .foot-color p {
    font-size: 16px;
    font-style: normal;
    font-family: "pf_handbook_prolight";
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
    margin-bottom: unset;
}

.leadform p {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.leadform-input {
    width: 100%;
    color: #000;
    font-size: 15px;
}

#lf-otpCode {
    border-bottom: 1px solid #cdcece !important;
}

#lf-otpCode2 {
    border-bottom: 1px solid #cdcece !important;
}

#btn-2 {
    width: 48%;
    border: 1px solid #969f6e !important;
    border-radius: 0.25rem !important;
}

#lf-submit {
    border-radius: 0.25rem !important;
}

.second-form-btns {
    margin-top: 3rem;
}

.leadform-button, #leadform-button-primary {
    width: 50%;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    cursor: pointer;
}

.leadform-button {
    background: transparent;
    border: 2px solid #969f6e;
    color: #3e593c;
}

.leadform-button-primary {
    background: #3e593c;
    border: none;
    color: #ffffff;
}

.leadform-input::placeholder, .name-field::placeholder {
    color: #999c9e !important;
    opacity: 1 !important;
}

.leadform .custom-control-label {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.018em;
    font-weight: normal;
    margin-left: 0.75rem;
    margin-right: 0.5rem;
}

    .leadform .custom-control-label a {
        font-size: 13px;
    }

.checkbox-lg .custom-control-label::before, .checkbox-lg .custom-control-label::after {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 3px;
}

.checkbox-lg .custom-control-label {
    padding-left: 16px;
}

.other-tablet input[type="checkbox"] + label {
    display: block !important;
    margin: 0.2em !important;
    cursor: pointer !important;
    padding: 0.2em !important;
}

.other-tablet input[type="checkbox"] {
    display: none !important;
}

    .other-tablet input[type="checkbox"] + label:before {
        content: "\2714" !important;
        border: 0.1em solid #000 !important;
        border-radius: 0.2em !important;
        display: inline-block !important;
        width: 1.5em !important;
        height: 1.5em !important;
        padding-left: 0.2em !important;
        padding-bottom: 0.3em !important;
        margin-right: 0.2em !important;
        vertical-align: bottom !important;
        color: transparent !important;
        transition: 0.2s !important;
    }

    .other-tablet input[type="checkbox"] + label:active:before {
        transform: scale(0) !important;
    }

    .other-tablet input[type="checkbox"]:checked + label:before {
        background-color: #969f6e !important;
        border-color: #969f6e !important;
        color: #fff !important;
    }

    .other-tablet input[type="checkbox"]:disabled + label:before {
        transform: scale(1) !important;
        border-color: #aaa !important;
    }

    .other-tablet input[type="checkbox"]:checked:disabled + label:before {
        transform: scale(1) !important;
        background-color: #bfb !important;
        border-color: #bfb !important;
    }

.other-tablet {
    display: flex;
    align-items: center;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin: 0;
    bottom: -7px;
    width: 40px;
    height: 40px;
    padding: 10px auto 30px;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.1s ease-in-out;
}

.slick-arrow {
    font-size: 24px;
    color: #6c7174;
}

#arrow-prev {
    right: 0;
}

#arrow-next {
    z-index: 999;
}

.get-app-carousel img {
    max-width: 100%;
    position: relative;
}

.slick-list {
    padding-bottom: 0;
}

.get-app-carousel .slick-slide {
    position: relative;
}

    .get-app-carousel .slick-slide::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.24);
    }

.first-carousel {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.left-arrow, .right-arrow {
    position: absolute;
    top: 75%;
    z-index: 999;
}

.left-arrow {
    left: 5%;
}

.right-arrow {
    right: 5%;
}

    .left-arrow > img, .right-arrow > img {
        width: 30px;
    }

.information-tabs {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
}

    .information-tabs .nav-tabs {
        border-bottom: none;
    }

    .information-tabs .nav-link {
        font-size: 0.9rem;
        color: var(--primary-text-color);
        border: none;
        padding-left: 0.38rem;
        padding-right: 0.38rem;
        padding-bottom: 0.25rem;
    }

        .information-tabs .nav-link.active {
            border-bottom: 2px solid var(--heading-color);
            color: #000;
        }

.check-row {
    margin-top: 8rem;
}

.check-item {
    padding-right: 0;
    margin: 0.5rem 0;
}

    .check-item img {
        width: 30px;
    }

    .check-item span {
        font-size: 0.9rem;
        display: inline-block;
        margin-left: 0.3rem;
    }

.mycard {
    display: flex;
    justify-content: center;
}

.content-box {
    background: #ffffff;
    box-shadow: 0px 0px 11px 1px rgb(205 205 205 / 50%);
    border-radius: 4px;
    padding: 20px;
    margin: 5px;
    width: 300px;
}

    .content-box .row {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -9px;
    }

    .content-box span p {
        font-family: "pf_encore_sans_proregular";
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 10px;
        letter-spacing: 0.016em;
        color: #6c7174;
        opacity: 0.7;
    }

    .content-box h2 {
        font-size: 21px;
        font-family: "pf_handbook_proregular";
        font-style: normal;
        font-weight: normal;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: left;
        color: #c7222a;
        margin-bottom: 0px;
    }

.card-header-info > h2:nth-of-type(1) {
    font-size: 1rem;
}

#av-add {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #av-add > p {
        margin-top: 10px;
    }

.card-header-info > h2:nth-of-type(2) {
    font-size: 1.1rem;
}

.content-box .tags .tag:nth-of-type(2) {
    margin-right: 0;
    color: #000;
}

.content-box .returns p {
    font-size: 0.8rem;
}

.content-box button.since-btn {
    font-size: 0.67rem !important;
}

.content-box hr {
    margin: 0;
}

.content-box .desc-row {
    margin-top: 0.5rem;
}

.content-box .card-btns {
    display: flex;
    justify-content: space-between;
}

.content-box .cta-button {
    font-size: 16px;
    font-family: "pf_handbook_proregular";
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.2px;
    width: 45%;
    padding: 5px 10px 5px;
    background: #70B865;
    color: #ffffff;
    border: 0;
    border-radius: 3px;
    margin-top: 20px;
    cursor: pointer;
}

.content-box h3 {
    font-size: 27px;
    font-family: "pf_handbook_promedium";
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #000000;
    margin-bottom: 4px;
}

.content-box .add-to-cart {
    height: 20px;
    margin-top: 3px;
    float: right;
}

.content-box .tags {
    margin-top: 16px;
}

    .content-box .tags .tag {
        font-family: "pf_handbook_promedium";
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 14px;
        display: block;
        padding: 4px 12px;
        border-radius: 50px;
        margin-right: 40px;
    }

.content-box .returns {
    margin-bottom: 8px;
}

.content-box h3 img {
    display: inline-block;
}

.content-box p {
    font-size: 12px;
    font-family: "pf_handbook_proregular";
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #696969;
    margin-bottom: 8px;
}

.content-box span {
    position: relative;
}

    .content-box span input {
        left: 0;
    }

.content-box input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

    .content-box input[type="radio"]:checked + button {
        color: #ffffff;
        background: #BDD753;
        border: 0;
    }

    .content-box input[type="radio"] + button {
        font-family: "pf_handbook_proregular";
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        color: #6c7174;
        display: block;
        padding: 4px 12px;
        background: transparent;
        border: 1px solid #ecedf1;
        box-sizing: border-box;
        border-radius: 100px;
    }

.content-box h6 {
    font-size: 14px;
    font-family: "pf_handbook_promedium";
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #000000;
    margin-bottom: 0.5px;
}

    .content-box h6 img {
        display: inline-block;
        margin-left: 5px;
        margin-top: -6px;
    }

.content-box .description1, .content-box .description2 {
    display: none;
    background: #f1f3f6;
    border-radius: 4px;
    padding: 15px 15px;
    width: 215px;
    position: absolute;
    font-family: "pf_encore_sans_proregular";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
}

.content-box .description1 {
    transform: translate(0%, -50%);
    left: 6px;
    top: -10px;
    box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.content-box .description2 {
    transform: translate(-99%,-80%);
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.4);
    z-index: 99;
}

    .content-box .description1::before, .content-box .description2::before {
        content: "";
        position: absolute;
        right: 83%;
        top: 50%;
        width: 0;
        height: 0;
    }

.returns {
    justify-content: left;
}

.returnsFund {
    justify-content: left;
}

.content-box .description1::before {
    transform: translate(690%, 265%);
    border-top: 16px solid #f1f3f6;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.content-box .description2::before {
    transform: translate(-50%, 200%);
    left: 100%;
    border-top: 12px solid transparent;
    border-left: 16px solid #f1f3f6;
    border-bottom: 12px solid transparent;
}

.hover-img-box1 img, .hover-img-box2 img {
    vertical-align: middle;
}

#investorsAlsoViewed .content-box {
    width: 290px;
    margin: 20px auto;
}

.index-slider b {
    font-size: 0.9rem;
}

.index-slider hr {
    margin: 1rem 0;
}

.index-slider .content-box .cta-button {
    font-size: 16px;
    width: 100%;
}

#investorsAlsoViewed {
    padding-bottom: 90px;
}

#slider, #sliderTwo {
    position: relative;
    width: 50%;
    height: 20vw;
    margin: 150px auto;
    font-family: "Helvetica Neue", sans-serif;
    perspective: 1400px;
    transform-style: preserve-3d;
}

    #slider input.slider-radio[type="radio"], #sliderTwo input.slider-radio[type="radio"] {
        position: relative;
        top: 108%;
        left: 50%;
        width: 18px;
        height: 18px;
        margin: 0 15px 0 0;
        opacity: 0.4;
        transform: translateX(-83px);
        cursor: pointer;
        display: none;
    }

        #slider input.slider-radio[type="radio"]:nth-child(5), #sliderTwo input.slider-radio[type="radio"]:nth-child(5) {
            margin-right: 0px;
        }

        #slider input.slider-radio[type="radio"]:checked, #sliderTwo input.slider-radio[type="radio"]:checked {
            opacity: 1;
        }

    #slider label, #sliderTwo label {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: white;
        font-weight: bold;
        border-radius: 3px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 400ms ease;
    }

#s1:checked ~ #slide1, #sTwo1:checked ~ #slideTwo1, #s2:checked ~ #slide2, #sTwo2:checked ~ #slideTwo2, #s3:checked ~ #slide3, #sTwo3:checked ~ #slideTwo3 {
    transform: translate3d(0%, 0, 0px);
    opacity: 1;
}

#s1:checked ~ #slide2, #sTwo1:checked ~ #slideTwo2, #s2:checked ~ #slide3, #sTwo2:checked ~ #slideTwo3, #s3:checked ~ #slide4, #sTwo3:checked ~ #slideTwo4 {
    transform: translate3d(40%, 0, -150px);
    opacity: 0.3;
}

#s1:checked ~ #slide3, #sTwo1:checked ~ #slideTwo3, #s2:checked ~ #slide4, #sTwo2:checked ~ #slideTwo4, #s3:checked ~ #slide5, #sTwo3:checked ~ #slideTwo5 {
    transform: translate3d(80%, 0, -300px);
    opacity: 0.3;
}

#s1:checked ~ #slide5, #sTwo1:checked ~ #slideTwo5, #s2:checked ~ #slide1, #sTwo2:checked ~ #slideTwo1, #s3:checked ~ #slide2, #sTwo3:checked ~ #slideTwo2 {
    transform: translate3d(-40%, 0, -150px);
    opacity: 0.3;
}

#s1:checked ~ #slide4, #sTwo1:checked ~ #slideTwo4, #s2:checked ~ #slide5, #sTwo2:checked ~ #slideTwo5, #s3:checked ~ #slide1, #sTwo3:checked ~ #slideTwo1 {
    transform: translate3d(-80%, 0, -300px);
    opacity: 0.3;
}

.mpf-bottom-order-on-mobile {
    order: 2;
}

.mpf-top-order-on-mobile {
    order: 1;
}

.sip-header {
    font-family: "pf_handbook_promedium";
}

.sip-container {
    text-align: center;
}

.sip-info {
    color: var(--primary-text-color);
}

.sip-link-mobile {
    text-align: center;
    margin-top: 1rem;
}

.sip-link-desktop {
    display: none;
}

.sip-link > a {
    font-size: 1.1rem;
    text-decoration: none;
    color: var(--heading-color);
    font-family: "pf_handbook_promedium";
}

.new-offer-img > img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.multisip-img > img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.both-tabs-mobile-order {
    order: 2;
}

.both-tabs-desktop-order {
    order: 1;
}

.new-offer-link, .multisip-link {
    text-align: center;
    margin-top: 1.5rem;
}

    .new-offer-link > button, .multisip-link > button {
        box-shadow: none !important;
        font-size: 0.9rem;
    }

.new-offer-container, .multisip-container {
    text-align: center;
}

.new-offer-header, .new-offer-fund-manager, .multisip-header, .multisip-find-manager {
    font-family: "pf_handbook_promedium";
}

.new-offer-info, .multisip-info {
    color: var(--primary-text-color);
}

.new-offer-link-desktop, .multisip-link-desktop {
    display: none;
}

.new-offer-row, .multisip-row {
    margin-top: 1.5rem;
}

.choose-us-icons-container {
    margin-top: 2rem;
}

    .choose-us-icons-container img {
        width: 60px;
        margin-right: 1rem;
    }

    .choose-us-icons-container h4 {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .choose-us-icons-container p {
        line-height: 1.3;
        color: #6c7174;
    }

.article-and-videos-header .title > p {
    color: #969f6e;
    text-transform: uppercase;
    font-family: "pf_handbook_promedium";
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.point-to-info > h3 {
    font-weight: bold;
    font-size: 20px;
}

.aav-background-color {
    margin-top: 2rem;
}

.articles-videos-grid-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}

    .articles-videos-grid-container .grid-cell {
        margin-top: 1rem;
    }

.article-container > .article-img > img {
    width: 100%;
    border-radius: 10px;
}

.article-info-container {
    margin-top: 1.4rem;
}

    .article-info-container .article-info-one > p {
        color: #969f6e;
        text-transform: capitalize;
        font-family: "pf_handbook_promedium";
        letter-spacing: 1px;
        font-size: 0.8rem;
        margin-bottom: 0;
    }

    .article-info-container .article-info-two > h3 {
        margin-top: 0;
        font-size: 1.1rem;
        font-family: "pf_handbook_promedium";
    }

.articles-videos-link {
    padding: 1.2rem;
}

    .articles-videos-link > a {
        font-size: 1.1rem;
        text-decoration: none;
        color: #dc3545;
        font-family: "pf_handbook_promedium";
    }

.calculator {
    margin-top: 2rem;
}

.calculator-card {
    background-color: #fafafa;
}

.card-info-container {
    padding: 1rem;
}

.calculator-card .card-img > img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    object-position: bottom;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.calculator-card .card-title {
    margin-top: 0.5rem;
}

.calculator-card .card-info {
    font-size: 0.9rem;
    color: var(--primary-text-color);
    margin-top: 1rem;
}

.calculator-card .card-link a {
    color: #a74f53;
    text-decoration: none;
}

    .calculator-card .card-link a > span {
        padding-left: 0.25rem;
    }

.calculator-card-container .card-margin {
    margin-top: 1rem;
}

.investment {
    text-align: center;
    margin-top: 2rem;
}

    .investment .invest-header > h3 {
        font-size: 1.2rem;
        font-family: "pf_handbook_promedium";
    }

    .investment .invest-info > p {
        font-size: 0.9rem;
        color: var(--primary-text-color);
    }

    .investment .invest-btn > button {
        font-size: 0.9rem;
        box-shadow: none !important;
        border-radius: 0.5rem;
    }

.start-here .start-view .nav-tabs {
    border-bottom: 2px solid #cdcece;
}

.start-here .start-view .nav .nav-item .start-link {
    color: #cfd0d0;
    font-size: 1rem;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid transparent;
    background: transparent;
}

.start-here .tax-view .nav-tabs .nav-item.show .nav-link, .nav-tabs .start-link.active {
    color: #425c40 !important;
    border-bottom: 4px solid #969f6e !important;
}

.start-here .start-view .start-images {
    margin-top: 2rem;
}

    .start-here .start-view .start-images .card-image {
        margin-bottom: 2rem;
        padding: 1rem;
        border-radius: 0.3rem;
        background: #dfdad1;
        box-shadow: 0px 3px 10px #cdcece;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .start-here .start-view .start-images span {
        color: #969f6e;
        font-size: 1.1rem;
        font-size: 1rem;
    }

    .start-here .start-view .start-images img {
        vertical-align: sub;
        margin-left: 0.75rem;
    }

    .start-here .start-view .start-images .image-1 {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0)), url("../images/image-1.jpg");
    }

    .start-here .start-view .start-images .image-2 {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0)), url("../images/image-2.jpg");
    }

    .start-here .start-view .start-images .image-3 {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0)), url("../images/image-3.jpg");
    }

.start-here .read-box {
    box-shadow: 0 0 8px silver;
}

    .start-here .read-box .read-content {
        padding: 1rem;
    }

        .start-here .read-box .read-content h3 {
            font-family: "pf_handbook_promedium";
            font-size: 1.1rem;
        }

        .start-here .read-box .read-content p {
            margin-top: 1rem;
            color: #a5ad84;
            font-size: 1.1rem;
        }

.start-here .start-view .start-images .card-image {
    width: 31.85%;
    margin: 0.3rem;
}

.start-here-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.start-here .start-view .nav .nav-item .start-link {
    font-size: 1rem;
}

.start-here h1 {
    font-size: 1.5rem;
}

#productVideo h3 {
    font-size: 1.2rem;
}

.downloads {
    padding: 25px 0;
    color: white;
    margin-top: 6rem;
}

    .downloads .row {
        position: relative;
        background-color: #969f6e;
        border-radius: 8px;
        overflow: hidden;
    }

    .downloads .title {
        font-family: "pf_encore_sans_proregular";
        margin: 30px 0 15px;
    }

    .downloads input[type="tel"] {
        text-align: left;
        font-size: 18px;
        color: white;
        outline: none;
        width: 100%;
        padding: 8px 20px 10px;
        background: transparent;
        border: 2px solid white;
    }

    .downloads input[type="submit"] {
        text-align: center;
        font-size: 18px;
        color: white;
        outline: none;
        width: 36%;
        padding: 8px 20px 10px;
        margin-left: 15px;
        background: #3e593c;
        border: 0;
        cursor: pointer;
    }

    .downloads .illustration {
        position: absolute;
        bottom: -32%;
        right: 16%;
        z-index: 1;
    }

        .downloads .illustration embed {
            display: block;
            width: 320px;
            margin: 10% auto;
        }

    .downloads .highlight {
        position: absolute;
        top: 100%;
        right: 30%;
        z-index: 0;
        transform: translate(50%, -50%);
        content: "";
        display: inline-block;
        width: 600px;
        height: 600px;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 100%;
        background-color: #3e593c;
        opacity: 0.4;
    }

#df-contact::placeholder {
    color: #c5c5c5;
}

.investment-blog {
    margin-top: 1rem;
}

.blogs-container {
    margin-top: 3rem;
}

    .blogs-container img {
        max-width: 100%;
        border-radius: 0.25rem;
    }

.left-bottom {
    margin-top: 1rem;
}

    .left-bottom div:nth-of-type(1) {
        margin-right: 0.5rem;
    }

    .left-bottom div:nth-of-type(2) {
        margin-left: 0.5rem;
    }

.right-bottom {
    margin-top: 1rem;
}

.right-top {
    margin-top: 1rem;
}

    .right-top div:nth-of-type(1) {
        margin-right: 0.5rem;
    }

    .right-top div:nth-of-type(2) {
        margin-left: 0.5rem;
    }

.black-shadow::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.8));
    border-radius: 0.25rem;
}

.image-text {
    position: absolute;
    bottom: 0px;
    z-index: 999;
    color: white;
    font-size: 0.7rem;
    padding: 0.5rem 0.25rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .image-text a {
        color: white;
        text-decoration: none;
    }

    .image-text .arrow {
        vertical-align: text-top;
    }

    .image-text .blog-link {
        font-size: 0.7rem;
    }

.searches {
    margin-top: 2rem;
}

.searches-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

    .searches-container .search-item {
        color: #6c7174;
        font-size: 1rem;
        border: 1px solid #6c7174;
        padding: 0 1rem;
        border-radius: 50px;
        margin-right: 0.25rem;
        margin-bottom: 1rem;
    }

.side-nav-container {
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 99999999;
}

.side-nav {
    transform: translateX(10px);
    transition: all 0.25s ease-out;
}

    .side-nav:hover {
        transform: translateX(0);
        transition: all 0.25s ease-out;
    }

.access-link {
    color: #9ca579;
    text-decoration: none;
    font-size: 0.9rem;
    margin-left: 1rem;
    display: inline-block;
    padding-top: 0.25rem;
}

    .access-link:hover {
        color: #929c6e;
    }

.custom-width {
    width: 65%;
}

.use-otp {
    width: 35%;
    background-color: #d9dccb;
    padding: 0.9rem 1.2rem;
    text-align: center;
    margin-top: 0.75rem;
    border-radius: 0.25rem;
}

    .use-otp > a {
        text-decoration: none;
        color: #3e593c;
        font-weight: 600;
    }

.first-form-btns {
    display: flex;
    gap: 2rem;
}

    .first-form-btns input, .first-form-btns button {
        font-size: 1rem;
    }

.new-form-btn {
    border: none !important;
    outline: none !important;
}

.group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#faqSection {
    background: #f9fafb;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.faq button {
    font-size: 1.1rem;
    padding: 1rem 0 1rem 0;
}

.faq #topHeading > button {
    font-size: 1.2rem;
}

.faq p {
    padding: 0.5rem 0;
}

.faq .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #c9c9c9;
}

.faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: white;
    box-shadow: none;
}

.faq .accordion-button:focus {
    box-shadow: none;
}

.faq .outer-accordion.show {
    border-bottom: none;
}

.faq .outer-accordion.collapsing {
    border-bottom: none;
    transition: all 0.7s ease-in-out;
}

.faq div.show {
    border-bottom: 3px solid #BDD753;
    transition: all 0.1s ease-in-out;
}

.faq .accordion-button[aria-expanded='false']::after {
    transform: rotate(0deg);
}

.faq .accordion-button[aria-expanded='true']::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    width: 1.25rem;
    height: 1.25rem;
    background-size: 1rem;
}

.faq .accordion-body {
    padding: 0 0.5rem;
}

@media (min-width: 767px) and (max-width: 1200px) {
    .downloads h1 {
        font-size: 36px;
    }

    .downloads .illustration {
        position: absolute;
        bottom: -27%;
        z-index: 1;
        width: 280px;
    }

        .downloads .illustration embed {
            width: 280px;
            margin: 10% auto;
        }

    .downloads .highlight {
        position: absolute;
        top: 100%;
        right: 30%;
        width: 500px;
        height: 500px;
    }
}

@media only screen and (max-width: 991px) {
    .downloads .row {
        text-align: center;
        padding: 20px 0 40px;
    }

    .downloads h1 {
        font-size: 26px;
    }

    .downloads .illustration {
        position: static;
        padding-top: 50px;
        margin: 0 auto;
    }

        .downloads .illustration embed {
            width: 180px;
            margin: 0 auto;
        }

    .downloads .highlight {
        display: none;
    }

    .downloads input[type="submit"] {
        margin-left: 12px;
    }
}

@media screen and (min-width: 1201px) {
    .downloads .illustration {
        position: absolute;
        bottom: -27%;
        z-index: 1;
        width: 320px;
    }
}

@media screen and (min-width: 375px) {
    .information-tabs {
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }

        .information-tabs .nav-link {
            font-size: 1rem;
        }

    .main-icons :nth-child(7) p {
        padding-top: 0.4rem;
    }

    .main-icons :nth-child(8) p {
        padding-top: 0.4rem;
    }

    .image-text {
        font-size: 0.8rem;
    }

    .returns-calculator {
        margin-top: 7rem;
    }

    .returns-calculator1 {
        margin-top: 7rem;
    }
}

@media screen and (min-width: 425px) {
    .information-tabs .nav-link {
        font-size: 1.1rem;
    }

    .returns-calculator {
        margin-top: 7rem;
    }

    .returns-calculator1 {
        margin-top: 7rem;
    }

    .calculator-card .card-img > img {
        height: 165px;
    }

    #nav-tabContent {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .leadform p {
        font-size: 1rem;
    }

    .left-arrow, .right-arrow {
        top: 70%;
    }

    .check-item img {
        width: 40px;
    }

    .check-item span {
        font-size: 1.1rem;
        margin-left: 0.5rem;
    }

    .image-text {
        font-size: 1rem;
    }

        .image-text .blog-link {
            font-size: 0.8rem;
        }

    .faq button {
        font-size: 1.3rem;
        padding: 1.5rem 1.25rem 1.5rem 1.25rem;
    }

    .faq p {
        padding: 0;
    }

    .faq #topHeading > button {
        font-size: 1.5rem;
    }

    .faq p {
        padding: 0.25rem 1rem;
    }
}

@media screen and (min-width: 525px) {
    .image-text {
        padding: 1rem 0.5rem;
    }

        .image-text .blog-link {
            font-size: 0.9rem;
        }

        .image-text .arrow {
            padding-left: 0.5rem;
        }

    .group {
        gap: 1rem;
    }

        .group :first-child, .group :last-child {
            width: 50%;
        }

    .leadform .custom-control-label {
        font-size: 12px;
        line-height: 1.3;
    }
}

@media screen and (min-width: 576px) {
    .heading {
        font-size: 2.2rem;
    }

    .searchbar-container {
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }

    .bi-search {
        width: 20px;
        height: 20px;
    }

    .left-arrow, .right-arrow {
        top: 60%;
    }

    .information-tabs .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .information-tabs .nav-link {
        font-size: 1.2rem;
    }

    .sip-link-mobile {
        margin-top: 0;
    }

    .article-container > .article-img > img {
        width: 90%;
    }

    .article-info-container .article-info-one > p {
        font-size: 1rem;
    }

    .article-info-container .article-info-two > h3 {
        font-size: 1.35rem;
    }

    .article-info-container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .articles-videos-grid-container .grid-cell {
        margin-top: 1.8rem;
    }

    .calculator-card .card-img > img {
        height: 180px;
    }

    .calculator-card .card-info {
        font-size: 1rem;
    }

    .returns-calculator h2 {
        font-size: 1.3rem;
    }

    .returns-calculator1 h2 {
        font-size: 1.3rem;
    }

    .choose-us-icons-container {
        margin-top: 3rem;
    }
}

@media screen and (min-width: 577px) {
    .start-here-inner {
        max-width: 565px;
    }

    .start-here .read-box {
        margin: 5px;
    }

        .start-here .read-box .read-content h3 {
            font-size: 1rem;
        }
}

@media screen and (min-width: 768px) {
    .heading {
        font-size: 3.2rem;
    }

    .sub-heading {
        font-size: 1.32rem;
    }

    .searchbar > input {
        font-size: 1.25rem;
    }

    .main-icons img {
        width: auto;
    }

    .main-icons p {
        font-size: 1rem;
    }

    .mobile-app-heading {
        text-align: left;
        margin-bottom: 2rem;
    }

    .get-mobile-app {
        padding: 2rem 0 0 1rem;
    }

    .ga-background-color {
        padding-top: 0;
    }

    .toggle-get-app-field-desktop {
        display: block;
    }

    .toggle-get-app-field-mobile {
        display: none;
    }

    .left-arrow, .right-arrow {
        top: 55%;
    }

    .top-information-container {
        margin-top: 2rem;
    }

    .mpf-bottom-order-on-mobile {
        order: 1;
    }

    .mpf-top-order-on-mobile {
        order: 2;
    }

    .sip-link-mobile {
        display: none;
    }

    .sip-link-desktop {
        display: block;
    }

    .sip-container .thesip {
        font-size: 2.5rem;
        color: var(--heading-color);
    }

    .sip-container {
        text-align: left;
        margin-top: 4rem;
        margin-left: 1rem;
    }

    .both-tabs-mobile-order {
        order: 1;
    }

    .both-tabs-desktop-order {
        order: 2;
        margin-top: 2rem;
    }

    .new-offer-link-desktop, .multisip-link-desktop {
        display: block;
    }

    .new-offer-link-mobile, .multisip-link-mobile {
        display: none;
    }

    .new-offer-row, .multisip-row {
        margin-top: 3rem;
    }

    .new-offer-container .nfo, .multisip-container .msip {
        font-size: 2.5rem;
        color: var(--heading-color);
    }

    .new-offer-container, .new-offer-link, .multisip-container, .multisip-link {
        text-align: left;
    }

    .sip-link-desktop {
        margin-top: 2rem;
    }

    .sip-header, .new-offer-header, .multisip-header {
        margin-bottom: 1.4rem;
    }

    .content-box .cta-button {
        width: 47%;
    }

    .article-and-videos-header .title > p {
        font-size: 1.1rem;
    }

    .point-to-info > h3 {
        font-size: 1.5rem;
    }

    .articles-videos-grid-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }

    .article-info-container .article-info-two > h3 {
        font-size: 1.3rem;
    }

    .articles-videos-grid-container :nth-child(4) {
        margin-top: -233px;
    }

    .articles-videos-grid-container {
        margin-top: 2.1rem;
    }

    .articles-videos-link {
        padding: 1.5rem;
    }

    .investment .invest-header > h3 {
        font-size: 1.3rem;
    }

    .investment .align-btn {
        align-items: center;
    }

    .investment .invest-header, .investment .invest-info {
        text-align: left;
    }

    .investment .invest-btn {
        text-align: right;
    }

    .main-icons :nth-child(7) img, .main-icons :nth-child(8) img {
        width: auto;
        transform: translateY(-5px);
    }

    .main-icons :nth-child(7) p, .main-icons :nth-child(8) p {
        padding-top: 0.1rem;
    }

    .main-icons-container {
        margin-top: 4.5rem;
        margin-bottom: 3rem;
    }

    .returns-calculator {
        width: 315px;
        margin: 0.25rem auto;
    }

    .returns-calculator1 {
        width: 315px;
        margin: 0.25rem auto;
    }

    .returns-calculator h2 {
        margin-bottom: 0.25rem;
    }

    .returns-calculator1 h2 {
        margin-bottom: 0.25rem;
    }

    .on-tablet {
        margin-top: 0.25rem;
        padding: 0rem 0.3rem !important;
    }

    .other-tablet {
        margin-top: 0.75rem;
    }

    .leadform .custom-control-label {
        font-size: 11px;
    }

    .ga-background-color {
        margin-top: 2rem !important;
    }

    .first-carousel {
        align-self: flex-start;
    }

    .left-arrow, .right-arrow {
        top: 65%;
    }

    .check-row {
        margin-top: 3rem;
        justify-content: space-between;
    }

    .check-item span {
        font-size: 1rem;
        margin-left: 0.1rem;
    }

    .choose-us-icons-container {
        margin-top: 4rem;
    }

    .start-here .start-view .nav .nav-item .start-link {
        font-size: 1.1rem;
    }

    .start-here .nav .nav-item:first-child {
        margin-left: 2.5rem;
    }

    .image-text {
        padding: 1rem;
    }

    .image-text {
        font-size: 1.1rem;
    }

    .searches-container .search-item {
        font-size: 1.1rem;
        margin-right: 0.5rem;
    }

    .use-otp {
        width: 30%;
        padding: 0.7rem 1.2rem;
        margin-top: 0.25rem;
        box-shadow: rgb(0 0 0 / 10%) 0px 3px 8px;
    }

    .custom-width {
        width: 70%;
    }

    .group {
        gap: 0;
    }
}

@media screen and (min-width: 769px) {
    .start-here-inner {
        max-width: 760px;
    }
}

@media screen and (min-width: 860px) {
    #arrow-next {
        left: -5%;
    }

    #arrow-prev {
        right: -5%;
    }
}

@media screen and (min-width: 992px) {
    .searchbar {
        width: 70%;
        padding: 0.15rem 1rem 0.15rem 1rem;
    }

    .main-icons {
        width: 50%;
        margin: 0 auto;
    }

    .get-mobile-app {
        padding: 3rem 0 0 2rem;
    }

    .left-arrow, .right-arrow {
        top: 70%;
    }

    .slick-list {
        padding-bottom: 100px;
    }

    .left-arrow, .right-arrow {
        top: 45%;
    }

    .top-information-container {
        margin-top: 3rem;
    }

    #slider, #sliderTwo {
        margin: 130px auto;
    }

    .sip-info p {
        font-size: 1.2rem;
    }

    .sip-container {
        margin-left: 0;
    }

    .new-offer-info p, .multisip-info p {
        font-size: 1.2rem;
    }

    .new-offer-fund-manager, .multisip-fund-manager {
        font-size: 1.1rem;
    }

    .articles-videos-grid-container :nth-child(4) {
        margin-top: -322px;
    }

    .returns-calculator {
        width: 330px;
    }

    .returns-calculator1 {
        width: 330px;
    }

    #lf-second {
        margin-top: 3rem;
    }

    #lf-second2 {
        margin-top: 3rem;
    }

    .check-item img {
        width: 50px;
    }

    .check-item span {
        font-size: 1.1rem;
        margin-left: 0.5rem;
    }

    .index-slider {
        width: 80%;
        margin: 50px auto;
    }

    #investorsAlsoViewed .content-box {
        width: 300px;
    }

    #investorsAlsoViewed {
        padding-bottom: 10px;
    }

    .aav-background-color {
        padding-top: 1rem;
    }

    .choose-us-icons-container p {
        font-size: 1.1rem;
    }

    .start-here-inner {
        max-width: 960px;
    }

    .start-here .read-box .read-content h3 {
        font-size: 1.1rem;
    }

    .downloads {
        margin-top: 2rem;
    }

    .image-text {
        font-size: 1rem;
    }

        .image-text .arrow {
            padding-left: 0;
        }

    .right-top {
        margin-top: 0;
    }

    .second-input-margin {
        margin-top: 0.75rem;
    }

    .returns-calculator h2 {
        margin-bottom: 1rem;
    }

    .returns-calculator1 h2 {
        margin-bottom: 1rem;
    }

    .faq {
        margin-top: 1rem;
    }
}

@media screen and (min-width: 1024px) {
    .get-mobile-app {
        width: 70%;
        margin: 0 auto;
    }

    .app-info > p {
        font-size: 1.2rem;
    }

    .mobile-app-heading {
        margin-bottom: 4rem;
    }

    .information-tabs .nav-link {
        padding-bottom: 0.5rem;
    }

        .information-tabs .nav-link.active {
            border-bottom: 4px solid var(--heading-color);
        }

    .new-offer-link > button, .multisip-link > button {
        font-size: 1rem;
    }

    .both-tabs-desktop-order {
        margin-top: 3rem;
    }

    .new-offer-link, .multisip-link {
        margin-top: 2.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .searchbar {
        width: 100%;
    }

        .searchbar > input {
            font-size: 1.5rem;
        }

    .sb-custom-margin {
        margin-top: 3rem !important;
    }

    .mi-custom-margin {
        margin-top: 3rem !important;
    }

    .app-btn {
        font-size: 1.1rem;
    }

    .get-mobile-app {
        padding: 4rem 0 0 4rem;
    }

    .sip-container {
        margin-top: 6rem;
    }

    .new-offer-img > img {
        width: 80%;
    }

    .multisip-img > img {
        width: 70%;
    }

    .article-and-videos-header .title > p {
        font-size: 1.2rem;
    }

    .point-to-info > h3 {
        font-size: 1.8rem;
    }

    .article-info-container .article-info-one > p {
        font-size: 1.1rem;
    }

    .article-info-container .article-info-two > h3 {
        font-size: 1.5rem;
    }

    .articles-videos-grid-container :nth-child(4) {
        margin-top: -389px;
    }

    .articles-videos-link {
        padding: 2rem;
    }

    .calculator {
        margin-top: 4rem;
    }

    .calculator-card .card-link a {
        color: #a74f53;
        text-decoration: none;
        font-size: 1.05rem;
    }

    .investment .invest-info > p {
        font-size: 1.1rem;
    }

    .investment .invest-btn > button {
        font-size: 1rem;
    }

    .investment {
        margin-top: 3rem;
    }

    .returns-calculator {
        width: 400px;
        margin: 1rem auto;
    }

        .returns-calculator h2 {
            margin-bottom: 1rem;
        }

    .returns-calculator1 h2 {
        margin-bottom: 1rem;
    }

    .on-tablet {
        padding: 0.2rem 0.3rem !important;
        margin-top: 0.75rem;
    }

    .other-tablet {
        margin-top: 1rem;
    }

    .returns-calculator h2 {
        font-size: 1.5rem;
    }

    .on-tablet img {
        width: 20px !important;
        height: 20px !important;
    }

    .leadform-input {
        font-size: 17px;
    }

    .choose-us-icons-container img {
        width: auto;
    }

    .start-here h1 {
        font-size: 1.8rem;
    }

    .start-here .start-view .nav .nav-item .start-link {
        font-size: 1.2rem;
    }

    .start-here-inner {
        max-width: 1140px;
    }

    .start-here .start-view .start-images .card-image {
        padding: 2.1rem 3rem;
    }

    .searches {
        margin-top: 4rem;
    }

    .searches-container {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .use-otp {
        padding: 0.9rem 1.2rem;
        margin-top: 0.75rem;
    }

    .faq #topHeading > button {
        font-size: 1.8rem;
        padding: 1rem 2rem;
    }

    .faq button {
        font-size: 1.5rem;
        padding: 1.5rem 4.25rem 1.5rem 4.25rem;
    }

    .faq p {
        padding: 1rem 4rem;
        font-size: 16px;
    }
}

@media screen and (min-width: 1400px) {
    .article-container > .article-img > img {
        width: 80%;
    }

    .article-info-container {
        width: 80%;
    }

        .article-info-container .article-info-two > h3 {
            font-size: 1.7rem;
        }

    .articles-videos-grid-container .grid-cell:nth-of-type(1) img, .articles-videos-grid-container .grid-cell:nth-of-type(4) img {
        height: 550px;
        object-fit: cover;
    }

    .articles-videos-grid-container .grid-cell:nth-of-type(1) img {
        object-position: top;
    }

    .articles-videos-grid-container .grid-cell:nth-of-type(4) img {
        object-position: bottom;
    }

    .articles-videos-grid-container :nth-child(4) {
        margin-top: -175px;
    }

    .article-info-container {
        margin-top: 1.8rem;
    }

    .returns-calculator {
        width: 500px;
        margin: 2.5rem auto;
    }

    .returns-calculator1 {
        width: 500px;
        margin: 2.5rem auto;
    }

    .returns-calculator h2 {
        font-size: 1.7rem;
        margin-bottom: 2rem;
    }

    .returns-calculator1 h2 {
        font-size: 1.7rem;
        margin-bottom: 2rem;
    }

    .on-tablet {
        padding: 0.45rem 1rem !important;
    }

    .other-tablet {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .leadform p {
        font-size: 1.1rem;
    }

    .second-form-btns {
        margin-top: 5rem;
    }

    .check-item img {
        width: auto;
    }

    .check-item span {
        font-size: 1.4rem;
        margin-left: 1.2rem;
    }

    .choose-us-icons-container h4 {
        font-size: 1.5rem;
    }

    .choose-us-icons-container p {
        line-height: 1.5;
        font-size: 1.3rem;
    }

    .choose-us-icons-container img {
        margin-right: 2rem;
    }

    .choose-us-icons-container {
        margin-top: 6rem;
    }

    .start-here-inner {
        max-width: 1320px;
    }

    #productVideo h3 {
        font-size: 1.4rem;
    }

    .start-here .read-box .read-content h3 {
        font-size: 1.2rem;
    }

    .downloads .illustration {
        right: 19%;
    }

    .image-text {
        font-size: 1.2rem;
        padding: 1rem 2rem;
    }

        .image-text .arrow {
            padding-left: 0.5rem;
        }

        .image-text .blog-link {
            font-size: 1rem;
        }

    .investment-blog {
        margin-top: 2rem;
    }

    .blogs-container {
        margin-top: 4rem;
    }

        .blogs-container img {
            border-radius: 0.75rem;
        }

    .black-shadow::before {
        border-radius: 0.75rem;
    }

    .searches-container .search-item {
        font-size: 1.2rem;
        margin-right: 2rem;
    }

    .access-link {
        font-size: 1rem;
        margin-left: 2rem;
        padding-top: 0.5rem;
    }

    .first-form-btns input, .first-form-btns button {
        font-size: 1.2rem;
    }

    .leadform .custom-control-label {
        font-size: 12px;
    }

    .group :first-child, .group :last-child {
        width: 41.66666667%;
    }

    #lf-second .on-tablet {
        margin-top: 1.4rem;
    }

    #lf-second2 .on-tablet {
        margin-top: 1.4rem;
    }
}

@media screen and (min-width: 1440px) {
    .get-mobile-app {
        padding: 5rem 0 0 10rem;
    }

    .ga-background-color {
        margin-top: 3rem !important;
    }

    .mobile-app-heading > h2 {
        font-size: 2.5rem;
    }

    .left-arrow > img, .right-arrow > img {
        width: 50px;
    }

    .information-tabs .nav-link {
        font-size: 1.45rem;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }

    .content-box {
        width: 300px;
    }

    .card-header-info > h2:nth-of-type(2) {
        font-size: 1.25rem;
    }

    .content-box .tags .tag {
        font-size: 12px;
    }

    .content-box .returns p {
        font-size: 0.9rem;
    }

    .content-box button.since-btn {
        font-size: 0.8rem !important;
    }

    .content-box p {
        font-size: 14px;
    }

    .content-box .cta-button {
        font-size: 16px;
        padding: 7px 25px 7px 25px;
    }

    .content-box .desc-row {
        margin-top: 1.2rem;
    }

    .sip-container .thesip {
        font-size: 4rem;
    }

    .sip-link > a {
        font-size: 1.2rem;
    }

    .new-offer-img > img {
        width: 70%;
    }

    .multisip-img > img {
        width: 60%;
    }

    .new-offer-container .nfo, .multisip-container .msip {
        font-size: 4rem;
    }

    .new-offer-link > button, .multisip-link > button {
        font-size: 1.1rem;
    }

    .articles-videos-link {
        font-size: 1.1rem;
        text-decoration: none;
        font-family: "pf_handbook_promedium";
    }

        .articles-videos-link > a {
            font-size: 1.2rem;
        }

    .articles-videos-link {
        padding: 4rem;
    }

    .card-info-container {
        padding: 1.2rem 2rem 2rem 2rem;
    }

    .calculator-card-container {
        margin-top: 2rem;
    }

        .calculator-card-container .card-margin {
            margin-top: 2rem;
        }

    .investment .invest-header > h3 {
        font-size: 1.5rem;
    }

    .investment {
        margin-top: 4rem;
    }

        .investment .invest-info > p {
            font-size: 1.2rem;
        }

        .investment .invest-btn > button {
            font-size: 1.1rem;
            padding: 0.5rem 2rem 0.5rem 2rem;
        }

    .main-icons-container {
        margin-bottom: 5rem;
    }

    .leadform .custom-control-label a {
        font-size: 16px;
    }

    .use-otp {
        padding: 1.08rem 1.5rem;
    }

    .first-form-btns {
        gap: 2.2rem;
        margin-top: 2.2rem !important;
    }

    .returns-calculator h2 {
        margin-bottom: 3.5rem;
    }

    .returns-calculator1 h2 {
        margin-bottom: 3.5rem;
    }
}

@media screen and (min-width: 1620px) {
    #slider, #sliderTwo {
        margin: 80px auto;
    }

    .sip-container {
        margin-top: 7rem;
    }

    .new-offer-row, .multisip-row {
        margin-top: 4rem;
    }
}

.container {
    width: 100%;
}

.custom_master {
    overflow-x: inherit !important;
}

.searchbar-container {
    display: none;
}

.custom_solution_page {
    padding-top: 0px;
    font-family: pf_handbook_proregular;
}

    .custom_solution_page .bread-crum li a, .custom_solution_page .bread-crum li {
        font-size: 16px;
        font-family: 'pf_handbook_proregular';
        padding-left: 8px;
    }

.card-header-info > h2:nth-of-type(1) {
    font-size: 16px;
}

.custom_solution_page .breadcrumb {
    margin-top: 15px;
    margin-bottom: 15px;
    white-space: nowrap;
}

#info1 .nav-link {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

.left-menu ul.dropdown-list {
    display: none;
    margin-top: 15px;
}

.left-menu a.dropdown-link {
    padding: 0;
    display: block !important;
}

.left-menu li.list-item.expanded .dropdown-link .nav-link {
    border: 2px solid #000;
    background: #f1f3f6 !important;
    display: block;
}

#info1 .left-menu ul.dropdown-list img {
    width: 15px;
    margin-right: 5px;
}

.left-menu li.list-item {
    margin-bottom: 15px;
    width: 100%;
}

#info1 .left-menu li.list-item .nav-link {
    margin-bottom: 3px;
}

.left-menu ul.dropdown-list a {
    font-size: 18px;
    color: inherit;
    display: block;
    padding: 10px 0px 8px 0px;
    text-decoration: none;
    position: relative;
    padding-left: 5px;
    border-bottom: 1px solid #969f6e;
}

    .left-menu ul.dropdown-list a.active {
        background: #ebebeb;
    }

.left-menu ul.dropdown-list li {
    margin: 7px 0px 16px 0px;
    margin-left: 20px;
}

.CategoryDesk .nav-pills a {
    display: block;
    margin-bottom: 14px;
}

.left-menu ul.dropdown-list .down-arrow {
    position: absolute;
    right: 5px;
    font-size: 20px;
    top: 15px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.left-menu ul.dropdown-list a.active .down-arrow {
    rotate: -90deg;
}

.searches-container .search-item {
    font-size: 16px;
    padding: 7px 16px;
    margin-right: 4px;
    margin-bottom: 16px;
    text-decoration: none !important;
}

#info1 .mutual-details h3 {
    font-size: 21px;
}

.content-box {
    margin: 0;
    margin-bottom: 20px;
    width: 290px;
}

    .content-box h2 {
        font-size: 18px !important;
    }

.card-header-info > h2:nth-of-type(2) {
    font-size: 2rem;
}

.flexi_cap_hided_text {
    visibility: hidden;
    background-color: #eceee5;
    font-size: 16px;
    width: auto;
    padding: 11px 8px 11px 16px;
    position: absolute !important;
    display: block;
    top: 0;
    z-index: 1;
    left: 0;
}

.card_iicon {
    position: inherit !important;
}

#info1 .content-box span.card_iicon.hover_title img {
    position: relative;
    width: 14px;
    margin-bottom: 2px;
    top: -2px;
}

.hover_title:hover .flexi_cap_hided_text {
    visibility: visible;
    cursor: pointer;
    transition: all 0.8s;
}

.content-box .flexi_cap_hided_text {
    position: inherit !important;
    width: 270px;
}

.hover-img-box2 .description2 .hover-img-box1 .description1 {
    top: auto !important;
    bottom: 35px !important;
}

.content-box .description1, .content-box .description2 {
    display: none;
    background: #f1f3f6;
    border-radius: 4px;
    padding: 15px 15px;
    width: 215px;
    position: absolute;
    font-family: "pf_encore_sans_proregular";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
    white-space: normal;
}

.content-box .description1 {
    transform: translate(-70%, -100%);
    left: -20px;
    top: -10px;
    box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.hover-img-box1:hover .description1 {
    display: block;
    z-index: 2;
}

.hover-img-box2:hover .description2 {
    display: block;
    z-index: 2;
}

.content-box .tags {
    margin-top: 15px;
}

.content-box button.since-btn {
    font-size: 12px !important;
}

#info1 .content-box hr {
    border-top: 1px solid #333333;
    margin: 15px 0;
}

.content-box .left-items .desc {
    display: flex;
    column-gap: 5px;
    margin-bottom: 10px;
}

.left-items {
    padding-right: 10px;
    width: 147px;
}

.content-box .right-items .desc {
    display: flex;
    column-gap: 5px;
    margin-bottom: 10px;
}

.content-box .left-items p, .content-box .right-items p {
    margin-bottom: 0;
    line-height: 16px;
}

.content-box .card-btns {
    display: block;
}

.content-box .cta-button {
    width: 100% !important;
    display: block;
    text-align: center;
    text-decoration: none;
}

.ReturnButtonData {
    font-size: 20px;
}

.content-box .returns p {
    font-size: 13px;
}

#info1 .mutual-bg {
    margin: 5px 0;
}

#info1 .mycard {
    height: 100%;
}

#info1 .mutual-bg img {
    width: 100%;
}

.mutual-info {
    position: absolute;
    top: 10px;
}

@media screen and (min-width: 1400px) {
    .content-box {
        width: 300px;
    }

    .searches-container .search-item {
        padding: 10px 16px;
        font-size: 19px;
        margin-right: 40px;
    }

    .content-box .returns p {
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {
    .point-to-info > h3 {
        font-size: 29px;
    }
}

@media screen and (min-width: 768px) {
    .searches-container .search-item {
        font-size: 17px;
        margin-right: 8px;
    }

    .point-to-info > h3 {
        font-size: 24px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .content-box {
        width: 340px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .left-menu .nav {
        display: block;
    }

    #info1 .nav-link {
        display: inline-flex;
        margin-right: 12px;
        margin-bottom: 8px;
    }

    .content-box {
        width: 360px;
    }
}

@media screen and (max-width: 767px) {
    .content-box {
        width: 360px;
    }

    #info1 .nav-link {
        margin-bottom: 10px;
    }
    #info1 .mutual-info h4 {
        font-size: 20px;
     }
}

@media screen and (max-width: 575px) {
    .content-box {
        width: 100%;
    }

    .CategoryDesk {
        display: none;
    }
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent !important;
}

.content-box .tags {
    font-family: "pf_encore_sans_proregular";
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    display: block;
    padding: 4px 12px;
    border-radius: 50px;
    margin-right: 8px;
}

.flex-column > li > a {
    padding: 0px !important;
}

.invst-now-btn {
    text-decoration: none;
}

#filter-body-container {
    display: none;
}

#allfund-filter-head-container {
    display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    #info1 .mutual-bg img {
        height: 140px;
    }

    #info1 .nav-link {
        font-size: 15px !important;
    }

    .left-menu ul.dropdown-list a {
        font-size: 15px !important;
    }

    .filter-icon-container {
        width: 48px !important;
        height: 48px;
        border-radius: 50%;
        background-color: #3e593c;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: fixed;
        right: 5%;
        bottom: 23%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        z-index: 2;
    }

    #mob_filter > img {
        width: 23px !important;
        margin-right: auto !important;
    }

    .allfund-content .filter-form-container {
        box-shadow: navajowhite;
        font-family: "pf_handbook_promedium";
        position: fixed;
        right: 15px;
        left: 17px;
        bottom: 20%;
        display: none;
        font-size: 1.2rem;
        z-index: 99999;
        transition: all 250ms ease-in-out;
        margin-bottom: 0;
        opacity: 1;
        background-color: #fff;
    }

    #filter-body-container {
        position: fixed;
        top: 40%;
        background-color: white;
        z-index: 2;
        box-shadow: rgb(0 0 0 / 24%) 0px 1px 8px;
        width: 300px;
        right: 10px;
        height: 320px;
    }

    .mobile_filter {
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem;
        background-color: #fff;
    }

    #filter_menu {
        height: 260px;
        overflow-x: scroll;
        flex-direction: row !important;
    }

    .cnt_of {
        height: 600px;
    }

    .nav-link {
        display: flex;
        align-items: center;
        padding: 10px;
        cursor: pointer;
    }

        .nav-link > span {
            margin-right: 10px;
        }

    #v-pills-super-deposit-tab {
        width: 100%;
    }

    #v-pills-all-fund-tab {
        width: 100%;
    }

    .left-menu {
        background-color: white;
    }

    #filter-body-container .filter-form-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
    }

    .filter-form-header span.close {
        font-size: 38px;
    }

    .desktop_filter {
        display: none;
    }

    #allfund-filter-head-container {
        display: block;
    }

    #mob_filter {
        right: 12px;
        position: absolute;
        top: 10px;
    }

    .list-item.expanded a.dropdown-link.active {
        width: 100%;
    }
}
@media screen and (min-width: 400px) and (max-width: 700px) and (orientation: landscape) {
    .mutual-info {
        top: -10px;
    }
    #info1 .invst-now-btn {
        font-size: 10px;
    }
    .mutual-info.ps-5.pt-4.pb-3 {
        padding-top: 10px !important;
    }
    #info1 .mutual-info p {
        padding-bottom: 0px !important;
        font-size: 12px;

    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 574px) {

#allfund-filter-head-container {
    display: block;
}
}
.hover-img-box1 {
    top: 2px;
}

.hover-img-box2 {
    top: 2px;
}

a {
    text-decoration: none !important;
}

.hover-img-box2 img {
    width: 15px !important;
}

.hover-img-box1 img {
    width: 15px !important;
}

.funddesc p, .funddesc li, .funddesc span {
    color: #6c7174;
}

.funddesc h2, .funddesc h3, .funddesc h4, .funddesc b, .funddesc strong {
    color: #3e593c;
}

.funddesc ul.bullet-circle li:before {
    height: 0;
}
.funddesc {
    margin: 10px 0 10px 0;
}
.carousel-control-prev {
    display: block;
    top: 0px !important;
    bottom: 0px !important;
    margin: auto 0px !important;
    left: 0px !important;
    width: 40px !important;
}
.carousel-control-next {
    display: block;
    top: 0px !important;
    bottom: 0px !important;
    margin: auto 0px !important;
    right: 0px !important;
    width: 30px !important;
}
.carousel-control-prev img, .carousel-control-next img {
    width: 25px !important;
}
.solutioncarousel .slick-list.draggable {
    padding: 0 !important;
}
.solutioncarousel .slick-track{
    display:flex !important;
}

@media screen and (min-width: 768px){
    .faq-heading h1{
        font-size: 29px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 800px){
    .faq-heading h1{
        font-size: 32px !important;
        line-height: 30px !important;
    }
}
.left-items {
    padding-right: 0px;
   width: auto;
}
.content-box .left-items .desc {
    margin-bottom: 0px;
}
.desc{
    display:flex;
}
.desc h6{
    font-size:12px;
}
.desc .hover-img-box {
    white-space: nowrap;
}
.desc p {
    margin-bottom: 0;
}
.desc-row {
    justify-content: center;
}
.mutual-info {
    display: flex;
    column-gap: 10px;
}
.tick_img_sp{
    width:30px !important;
    height:30px !important;
}
.content-box:hover {
    box-shadow: #0006 0 15px 20px !important;
}

.searches-container .search-item:hover {
        border: 3px solid #C7222A;
        box-shadow: 0 5px 5px 2px silver;
    }
    
.container.searches{
	margin-top: 25px;
}