h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
button {
    margin: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    padding-top: 100px;
}

.container {
    max-width: 1200px;
    padding: 0 20px;
}

:root {
    --white: #fff;
    --purple: #652d90;
    --light-purple: #875daf;
    --pink: #eb008b;
    --red: #ec1c24;
    --black: #000;
    --black1: #515151;
    --primary_black: #231f20;
    --bg_grey: #eff0f7;
    --footer_bg: #eef0f8;
    --bg_grey1: #ebedf2;
    --bg_grey2: #f7f7f7;
    --grey: #606060;
    --grey1: #939598;
    --text_grey: #5d5d5d;

    --fnt50: 50px;
    --fnt16: 16px;
    --fnt20: 20px;
    --fnt21: 21px;
    --fnt22: 22px;
    --fnt23: 23px;
    --fnt18: 18px;
    --fnt15: 15px;
    --fnt14: 14px;
    --fnt13: 13px;

    --bs-navbar-close-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cline x1='6' y1='6' x2='24' y2='24' stroke='rgba(0,0,0,0.55)' stroke-width='2'/%3e%3cline x1='24' y1='6' x2='6' y2='24' stroke='rgba(0,0,0,0.55)' stroke-width='2'/%3e%3c/svg%3e");
}

.purple_btn {
    font-size: 15px;
    color: #fff;
    background: var(--purple);
    font-weight: 500;
    border: 1px solid;
    border-radius: 50px;
    padding: 10px 30px;
    box-shadow: inset 0px 4px 3px 0 #ffffff3d, inset 0px -4px 3px 0 #ffffff3d;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.white_btn {
    font-size: 15px;
    color: var(--purple);
    background: var(--white);
    font-weight: 500;
    border: 1px solid;
    border-radius: 50px;
    padding: 10px 30px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

h2,
.fnt50 {
    font-size: var(--fnt50);
    font-weight: 700;
    line-height: 1.3em;
    color: var(--purple);
}

h3,
.fnt23 {
    font-size: var(--fnt23);
    color: var(--black);
    font-weight: 700;
    line-height: 1.3em;
}

h4,
.fnt18 {
    font-size: var(--fnt18);
    font-weight: 600;
    color: var(--black);
}

p,
.fnt16 {
    font-size: var(--fnt16);
    line-height: 1.4em;
    color: var(--text_grey) !important;
    font-weight: 500;
}

/* Header Start */
.header {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    transition: all 0.5s;
}

.header .navbar-brand img {
    height: 74px;
}

.header .nav-link {
    padding: 13px 10px !important;
}

.header .nav-item {
    margin: 0 10px;
}

.header .headerDropdown:hover .nav-link {
    color: var(--pink);
}

.header .headerDropdown .nav-link {
    font-size: var(--fnt15);
    letter-spacing: 0.3px;
    font-weight: 500;
    color: var(--black);
    line-height: 1.4em;
    transition: all 0.5s;
}

.header .headerDropdown .nav-link:after {
    display: none;
}

.header .headerDropdown .dropdown-menu {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.2s ease;
    border: 0;
    padding: 0;
    left: -50%;
}

.header .headerDropdown:hover .dropdown-menu {
    transform: scaleY(1);
}

.header .headerDropdown .dropdown-menu li a {
    font-size: 14px;
    padding: 12px 20px 12px 15px;
    letter-spacing: 0.3px;
    color: #000000;
    font-weight: 500;
    transition: all 0.5s;
}

.header .headerDropdown .dropdown-menu li a:hover {
    color: var(--pink);
    background-color: transparent;
}

.header .nav-link.loginSignup {
    font-size: 15px;
    color: var(--purple);
    font-weight: 600;
    padding: 10px 20px !important;
    border-radius: 50px;
    border: 1px solid var(--purple);
}

.header .nav-link.loginSignup:hover {
    color: var(--pink);
    border: 1px solid var(--pink);
}

.header .nav-link.loginSignup.mobileCTA {
    display: none;
}

.mobileMenuHeader {
    display: flex;
    justify-content: space-between;
}

/* Header End */

/* Footer Start */
.footer {
    background: var(--footer_bg);
    padding: 50px 0;
}

.footer_logo {
    height: 120px;
}

.footer_apps a {
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
}

.footer_links {
    padding-left: 0;
    list-style: none;
}

.footer_links li {
    margin-bottom: 8px;
}

.footer_links li a {
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s;
    color: #364655;
    text-decoration: none;
}

.social_links {
    display: flex;
    gap: 10px;
    list-style: none;
    padding-left: 0;
}

.social_links li a {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: var(--grey);
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
}

.social_links li a:hover.facebook {
    background: #1877F2;
}

.social_links li a:hover.linkedin {
    background: #0A66C2;
}

.social_links li a:hover.youtube {
    background: #FF0000;
}

.social_links li a:hover.instagram {
    background: #E4405F;
}

.footerRights {
    font-size: var(--fnt13);
    font-weight: 500;
    color: var(--grey);
}

.footerRights a {
    font-weight: 700;
    color: #364655;
}

/* Footer End */

/* Index start */
.opportunities {
    background: url(../images/investment-plan.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 100px 0;
}

.info_boxs {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 20px;
    margin: 0 10px;
    border-radius: 10px;
    box-shadow: 0px 10px 1px 0px #875daf;
    height: 100%;
}

.opportunities h2 span {
    color: var(--pink);
}

.opportunities .traingles {
    text-align: center;
    padding: 100px 0 0;
    z-index: 1;
    position: relative;
}

.opportunities .traingles .triangle_1 {
    width: 100%;
    margin: 0 0 25px 0;
}

.opportunities .traingles .triangle_2 {
    width: 50%;
    text-align: right;
    padding: 0 50px 0 0;
}

.opportunities .traingles .triangle_3 {
    width: 50%;
    text-align: left;
    padding: 0 0 0 50px;
}

.opportunities .traingles .triangle_4 {
    width: 100%;
    margin: -37px 0 0 0;
}




.inner_content {
    padding: 100px 20px 50px;
    box-shadow: inset 0px -20px 10px -10px #eefaff;
}

.inner_content .dedicated-heading {
    padding: 0 0 30px;
}

.inner_content .dedicated-heading .mutual-pink {
    color: var(--pink);
}

.inner_content video {
    width: 100%;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.inner_content .content_left {
    padding: 0px 0 0 calc(50% - 585px);
}

.inner_content .app_info a {
    width: 170px;
    text-align: center;
    padding: 7px 0;
    box-shadow: 0 0 5px 0 #00000024;
    border-radius: 40px;
}

.inner_content .app_info a:first-child {
    margin: 0 15px 0 0;
}

.invest_in_mintit {
    padding: 50px 0px;
}

.invest_in_mintit .dedicated-heading .mutual-pink {
    color: var(--pink);
}

.invest_in_mintit .dedicated-heading {
    padding: 0 0 30px;
}

.invest_in_mintit .invest-para {
    padding: 0 0 30px;
}

.invest_in_mintit video {
    width: 100%;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.invest_in_mintit .row {
    align-items: center;
}

.every_milestone {
    text-align: center;
    padding: 50px 0;
    background: var(--bg_grey1);
}

.every_milestone .dedicated-heading .mutual-pink {
    color: var(--pink);
}

.every_milestone .dedicated-heading {
    padding: 0 0 15px;
}

.every_milestone .mileastone_para {
    padding: 0 0 30px;
}

.milestones_slider .slick-slide {
    padding: 0 12px;
}

.milestones_slider .slick-list {
    overflow: hidden;
}

.milestones_slider .slick-track {
    display: flex;
    gap: 20px;
}

.milestones_slider .info_box .image-box {
    background: var(--white);
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    padding: 10%;
}

.milestones_slider .info_box h4 {
    padding-top: 25px;
}

.info_box p {
    padding: 10px 0 0;
}

.info_box:hover .image-box::before {
    box-shadow: 10px 10px 1px 0px var(--light-purple);
}

.info_box .image-box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 1px 0px var(--light-purple);
    border-radius: 15px;
    transition: all 0.3s;
}

.advantage {
    padding: 50px 0;
    box-shadow: inset 0px 20px 10px -10px #eefaff, inset 0px -20px 10px -10px #eefaff;
}

.advantage .dedicated-heading .mutual-pink {
    color: var(--pink);
}

.advantage .dedicated-heading {
    padding: 0 0 15px;
    text-align: center;
}

.advantage .mileastone_para {
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 30px;
}

.advantage .img_advantage {
    max-width: 100%;
}

.advantage p {
    padding: 0px 0px 15px;
}

.advantage p span {
    color: var(--purple);
    font-weight: 600;
}


.not-started {
    padding: 50px 0px;
}

.not-started .dedicated-heading .mutual-pink {
    color: var(--pink);
}

.not-started .dedicated-heading {
    padding: 0 0 15px;
}

.not-started .invest-para {
    padding: 0 0 25px;
}

.not-started video {
    width: 100%;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.not-started .row {
    align-items: center;
}

.masters-of {
    padding: 50px 0px;
    box-shadow: inset 0px 20px 10px -10px #eefaff;
}

.masters-of .row {
    align-items: center;
}

.masters-of .text-re-0{
    padding: 0px 0px 0px 10px;
}

.masters-of .dedicated-heading .mutual-pink {
    color: var(--pink);
}

.masters-of .dedicated-heading {
    padding: 0 0 15px;
}

.masters-of .invest-para {
    padding: 0 0 25px;
}

.masters-of .img_masters {
    text-align: right;
    padding: 0 0 0 50px;
}

.blogs {
    padding: 100px 0px;
    background-color: var(--bg_grey);
}

.blogs .row {
    align-items: center;
}

.blogs .dedicated-heading .mutual-pink {
    color: var(--pink);
}

.blogs .dedicated-heading span:last-child {
    display: inline-block;
}

.blogs .dedicated-heading {
    padding: 0 0 15px;
}


.complexity {
    padding: 100px 0px;
}

.complexity .row {
    align-items: center;
}

.complexity .dedicated-head .mutual-pink {
    color: var(--pink);
}

.complexity .dedicated-heading .mutual-pink {
    color: var(--pink);
}

.complexity .dedicated-head {
    padding: 0 0 30px;
    text-align: center;
}

.complexity .dedicated-heading {
    padding: 0 0 15px;
}

.complexity .invest-para {
    padding: 0 0 25px;
}

.complexity .img_masters {
    max-width: 100%;
}

.Why_Wait {
    padding: 100px 0px;
    box-shadow: inset 0px 20px 10px -10px #eefaff;
}

.Why_Wait .row {
    align-items: center;
}

.Why_Wait .dedicated-heading .mutual-pink {
    color: var(--pink);
}

.Why_Wait .dedicated-heading span:last-child {
    display: inline-block;
}

.Why_Wait .dedicated-heading {
    padding: 0 0 15px;
}

.Why_Wait .img_masters {
    text-align: center;
    max-width: 400px;
    width: 100%;
    margin: auto;
}



/* Index End */

/* Mutual Fund Explained Start */
.mutualFundsBanner {
    background-color: var(--bg_grey2);
    padding: 50px 0;
}

.mutualFundsBanner h1 {
    padding-bottom: 30px;
}

.mutualFundsBanner h3 {
    padding-bottom: 30px;
    color: var(--pink);
}

.mutualFundsBanner .imght465px {
    height: 465px;
    object-fit: cover;
}

.introduction {
    padding: 80px 0 100px 0;
}

.introduction h2 span {
    color: var(--pink);
}

.introduction h2 {
    margin-bottom: 30px;
}

.customTabs .nav-tabs {
    width: unset;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-bottom: 1px solid var(--grey1);
    padding: 0;
    margin: 0 0 50px 0;
}

.customTabs .nav-link {
    color: var(--grey1);
    font-size: var(--fnt20);
    font-weight: 700;
    padding: 0 13px 15px;
    position: relative;
    margin-bottom: 0;
}

.customTabs .nav-link:hover {
    border-color: transparent;
}

.customTabs .nav-link.active {
    color: var(--purple);
    border-color: transparent;
    background-color: transparent;
}

.customTabs .nav-link:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background: var(--purple);
    border-radius: 50px;
    transition: all 0.3s;
}

.customTabs .nav-link.active:after {
    width: 100%;
}

.introduction .imght316px {
    height: 316px;
    object-fit: cover;
}

.introduction p span {
    font-weight: 700;
}

.introduction p {
    margin-bottom: 15px;
}

.introduction .keyPlayer li {
    font-size: var(--fnt15);
    line-height: 1.4em;
    color: var(--primary_black);
    padding: 0 0 10px 0;
    font-weight: 500;
}

.introduction .keyPlayer li span {
    font-weight: 700;
}

.understanding {
    padding: 80px 0 100px 0;
    background: var(--bg_grey1);
}

.understanding h2 {
    text-align: center;
    margin-bottom: 30px;
}

.understanding h2 span {
    color: var(--pink);
}

.understanding .imght293px {
    height: 293px;
    object-fit: cover;
}

.investing {
    padding: 80px 0 100px 0;
}

.investing h2 {
    margin-bottom: 30px;
    text-align: center;
}

.investing h2 span {
    color: var(--pink);
}

.investing .imght387px {
    height: 387px;
    object-fit: cover;
}

.glossary {
    padding: 80px 0 100px 0;
}

.glossary h2 {
    text-align: center;
    margin-bottom: 30px;
}

.glossary h2 span {
    color: var(--pink);
}

.customAccordion {
    box-shadow: 3px 3px 5px #0000000D, -3px -3px 5px #0000000D;
    border-radius: 10px;
}

.customAccordion .accordion-item {
    border: 0;
    border-bottom: 2px solid #E8E8E8;
    position: relative;
}

.customAccordion .accordion-item:first-child .accordion-button:before,
.customAccordion .accordion-item:first-child {
    border-top-left-radius: 10px;
}

.customAccordion .accordion-item:last-child .accordion-button:before,
.customAccordion .accordion-item:last-child {
    border-bottom-left-radius: 10px;
}

.customAccordion .accordion-button {
    background-color: transparent;
    font-size: var(--fnt20);
    color: var(--black1);
    font-weight: 700;
    box-shadow: none;
    padding: 12px 35px;
    position: inherit;
    display: flex;
}

.customAccordion .accordion-button .arrow {
    display: block;
    margin-left: auto;
    box-shadow: 0 0 5px 0 #00000045;
    padding: 0px 5px;
    border-radius: 50%;
}

.customAccordion .accordion-button .arrow i {
    transition: all 0.4s;
}

.customAccordion .accordion-button[aria-expanded="true"] .arrow i {
    transform: rotate(180deg);
    color: var(--pink);
}

.customAccordion .accordion-button::after {
    display: none;
}

.customAccordion .accordion-button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 10px solid var(--pink);
    height: 100%;
    border-left-width: 0;
    transition: all 0.3s;
}

.customAccordion .accordion-button[aria-expanded="true"]:before {
    border-left-width: 10px;
}

.customAccordion .accordion-button[aria-expanded="true"] {
    background: #f1f2f2;
    color: var(--purple);
}

.customAccordion .accordion-body {
    background: #f1f2f2;
    padding: 12px 35px;
    margin: 0;
    border-radius: 0px;
}

.bonusInformation {
    padding: 80px 0 50px 0;
    background: var(--bg_grey1);
}

.bonusInformation h2 {
    text-align: center;
    margin-bottom: 30px;
}

.bonusInformation h2 span {
    color: var(--pink);
}

.bonusInformation p {
    margin-bottom: 15px;
}

.bonusInformation ul {
    padding-left: 0;
    margin-bottom: 10px;
}

.bonusInformation ul li {
    font-size: var(--fnt15);
    line-height: 1.4em;
    color: var(--primary_black);
    padding: 0 0 10px 0;
    margin: 0 0 0 30px;
    font-weight: 500;
}

.bonusInformation ul li span {
    font-weight: 700;
}

.bonusInformation p span {
    font-weight: 700;
}

/* Mutual Fund Explained End */

/* Portfolio Management Services Start */
.explorePortfolio {
    background: var(--bg_grey2);
    padding: 50px 0;
}

.explorePortfolio h1 {
    margin-bottom: 30px;
    /* max-width: 350px; */
}

.explorePortfolio h1 span {
    color: var(--pink);
}

.explorePortfolio .imght455px {
    height: 455px;
}

.portfolioManagement {
    padding: 80px 0 100px 0;
}

.portfolioManagement h2 {
    margin-bottom: 50px;
    text-align: center;
}

.portfolioManagement h2 span {
    color: var(--pink);
}

.portfolioManagement .imght382px {
    height: 382px;
}

.typesOfPortfolio {
    background: var(--bg_grey1);
    padding: 80px 0 100px 0;
}

.typesOfPortfolio h2 {
    text-align: center;
    margin-bottom: 50px;
}

.typesOfPortfolio h2 span {
    color: var(--pink);
}

.typesOfPortfolio .imght323px {
    height: 323px;
}

.typesOfPortfolio p {
    margin-bottom: 15px;
}

.typesOfPortfolio p span {
    font-weight: 700;
}

.objectivesOfPortfolio {
    padding: 80px 0 100px 0;
}

.objectivesOfPortfolio h2 {
    margin-bottom: 50px;
    text-align: center;
}

.objectivesOfPortfolio h2 span {
    color: var(--pink);
}

.objectivesOfPortfolio .imght458px {
    height: 458px;
}

.objectivesOfPortfolio p {
    margin-bottom: 15px;
}

.objectivesOfPortfolio p span {
    font-weight: 700;
}

.benefitsOfPortfolio {
    background: var(--bg_grey1);
    padding: 80px 0 100px 0;
}

.benefitsOfPortfolio h2 {
    margin-bottom: 50px;
    text-align: center;
}

.benefitsOfPortfolio h2 span {
    color: var(--pink);
}

.benefitsOfPortfolio .imght461px {
    height: 461px;
}

.benefitsOfPortfolio p {
    margin-bottom: 15px;
}

.benefitsOfPortfolio p span {
    font-weight: 700;
}

.optForPortfolio {
    padding: 80px 0 100px 0;
}

.optForPortfolio h2 {
    text-align: center;
    margin-bottom: 50px;
}

.optForPortfolio h2 span {
    color: var(--pink);
}

.optForPortfolio .imght442px {
    height: 442px;
}

.optForPortfolio p span {
    font-weight: 700;
}

.optForPortfolio p {
    margin-bottom: 15px;
}

.optForPortfolio ul {
    list-style: none;
    padding-left: 0;
}

.optForPortfolio ul li {
    position: relative;
    padding: 0 0 15px 30px;
    font-size: 16px;
    font-weight: 500;
}

.optForPortfolio ul li:before {
    content: '';
    position: absolute;
    background-image: url(../images/green-tick.png);
    height: 22px;
    width: 22px;
    top: 2px;
    left: 0;
    background-size: cover;
}

.strategyForSelectingPortfolio {
    background: var(--bg_grey1);
    padding: 80px 0 60px;
}

.strategyForSelectingPortfolio h2 {
    text-align: center;
    margin-bottom: 30px;
}

.strategyForSelectingPortfolio h2 span {
    color: var(--pink);
}

.strategyForSelectingPortfolio p {
    margin-bottom: 15px;
}

.strategyForSelectingPortfolio h6 {
    font-size: 16px;
    line-height: 1.4em;
    color: var(--primary_black);
    font-weight: 700;
}

.pmsProduct {
    padding: 80px 0;
}

.pmsProduct h2 {
    margin-bottom: 30px;
    text-align: center;
}

.pmsProduct .productBox {
    height: 100%;
    background: var(--bg_grey1);
    border-radius: 13px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pmsProduct h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--purple);
    font-weight: 700;
    line-height: 1.3em;
}

.pmsProduct p {
    margin-bottom: 15px;
}

.pmsProduct a {
    color: var(--purple);
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px solid var(--pink);
}

.chooseMintit {
    background: var(--bg_grey1);
    padding: 80px 0;
}

.chooseMintit h2 {
    text-align: center;
    margin-bottom: 30px;
}

.chooseMintit h2 span {
    color: var(--pink);
}

.chooseMintit .imght74px {
    height: 74px;
    width: 74px;
}

.chooseMintit h3 {
    margin: 15px 0;
}

.differentPMS {
    padding: 80px 0 100px 0;
}

.differentPMS h2 {
    text-align: center;
    margin-bottom: 30px;
}

.differentPMS h2 span {
    color: var(--pink);
}

.purple_table table {
    border: 1px solid var(--light-purple);
    border-collapse: collapse;
}

.purple_table table th {
    border: 3px solid #fff;
    padding: 20px 10px;
    background-color: var(--purple);
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.purple_table table tr:nth-child(1) th:first-child {
    border-top-left-radius: 15px;
}

.purple_table table tr:nth-child(1) th:last-child {
    border-top-right-radius: 15px;
}

.purple_table table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.purple_table table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

.purple_table table tr:nth-child(even) td {
    background: #EAE4F2;
}

.purple_table table tr:nth-child(odd) td {
    background: var(--bg_grey2);
}

.purple_table table td {
    border: 3px solid #fff;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

.idealInvestor {
    background: var(--bg_grey1);
    padding: 80px 0 100px 0;
}

.idealInvestor h2 {
    text-align: center;
    margin-bottom: 50px;
}

.idealInvestor h2 span {
    color: var(--pink);
}

.idealInvestor .imght406px {
    height: 406px;
}

.idealInvestor h5 {
    line-height: 1.4em;
    color: var(--primary_black);
    margin-bottom: 15px;
    font-weight: 700;
}

.idealInvestor ul {
    list-style: none;
    padding-left: 0;
}

.idealInvestor ul li {
    font-size: 16px;
    padding: 0 0 15px 30px;
    position: relative;
    font-weight: 500;
    line-height: 1.4em;
    color: var(--primary_black);
}

.idealInvestor ul li:before {
    content: '';
    position: absolute;
    background-image: url(../images/green-tick.png);
    height: 22px;
    width: 22px;
    top: 2px;
    left: 0;
    background-size: cover;
}

.faqsPMS {
    padding: 80px 0 50px 0;
}

.faqsPMS h2 {
    text-align: center;
    margin-bottom: 30px;
}

.customAccordion .accordion-body p a {
    color: var(--purple);
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4em;
    border-bottom: 1px solid var(--pink);
    font-weight: 700;
}

/* Portfolio Management Services End */

/* Mutual Fund Start */
.made_simple {
    padding: 80px 0 0 0;
    text-align: center;
}

.made_simple .dedicated-heading {
    padding: 0 0 30px;
}

.made_simple .dedicated-heading .mutual-pink {
    color: var(--pink);
}

.made_simple .invest-para {
    padding: 0 0 30px;
}

.equity {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
    padding: 60px 0;
}

.equity .equity_para {
    padding: 20px 0 0;
    font-size: var(--fnt22);
    font-weight: 700;
    color: var(--black);
}

.equity .type_equity a.active .equity_para {
    font-weight: 700;
    color: var(--pink);
}

.equity img {
    width: 130px;
    height: 130px;
}

.equity .type_equity a.active img {
    filter: drop-shadow(0px 0px 9px var(--purple));
}

.equity .type_equity a.active:hover img {
    box-shadow: none;
}

.equity .type_equity a:hover img {
    box-shadow: 7px 7px 10px -5px #6d6d6d;
    border-radius: 50%;
}


.explore_top {
    background: var(--bg_grey2);
    padding: 50px 0;
}

.explore_top .dedicated-heading .mutual-pink {
    color: var(--pink);
}

.explore_top .dedicated-heading {
    padding: 0 0 30px;
}

.explore_top .invest-para {
    padding: 0 0 30px;
}

.explore_top .img_advantage {
    max-width: 100%;
}

.explore_top .row {
    align-items: center;
}

.tab_fund {
    padding: 60px 0;
    background-color: var(--white);
}

.tab_fund .nav-pills .nav-link {
    background: var(--bg_grey2);
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 50px;
}

.tab_fund .nav-pills .nav-link.active {
    background: var(--purple);
    color: var(--white);
}

.tab_fund .nav-pills {
    gap: 20px;
    margin-bottom: 50px;
}

.tab-conetent-details h6 {
    font-size: var(--fnt16);
    line-height: 1.4em;
    color: var(--primary_black);
    font-weight: 700;
    padding: 0 0 15px;
}

.tab-conetent-details p {
    padding: 0 0 15px;
}

.tab-conetent-details ul li {
    list-style: disc;
    font-size: var(--fnt16);
    line-height: 1.4em;
    color: var(--primary_black);
    font-weight: 500;
    padding: 0 0 15px;
}

.tab-conetent-details ol li {
    font-size: var(--fnt16);
    line-height: 1.4em;
    color: var(--primary_black);
    font-weight: 500;
    padding: 0 0 15px;
}

.tab-conetent-details table {
    width: 100%;
    margin: 0 0 20px;
}

.tab-conetent-details table,
th,
td {
    border: 1px solid var(--light-purple);
    border-collapse: collapse;
}

.tab-conetent-details table th {
    border: 3px solid #fff;
    padding: 20px 10px;
}

.tab-conetent-details table tr:nth-child(1) th:first-child {
    border-top-left-radius: 15px;
}

.tab-conetent-details table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.tab-conetent-details table tr:nth-child(even) td {
    background: #EAE4F2;
}

.tab-conetent-details tr:nth-child(1) th:last-child {
    border-top-right-radius: 15px;
}

.tab-conetent-details table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

.tab-conetent-details table td {
    border: 3px solid #fff;
}

.tab-conetent-details td {
    color: #000;
    font-weight: 500;
    vertical-align: middle;
}

.tab-conetent-details th {
    font-size: var(--fnt16);
    font-weight: 700;
    text-align: center;
    padding: 20px 10px;
}

.tab-conetent-details td {
    font-size: var(--fnt16);
    color: var(--primary_black);
    font-weight: 500;
    text-align: center;
    padding: 10px 8px;
}

.tab-conetent-details th {
    background-color: var(--purple);
    color: #fff;
    vertical-align: middle;
}

.tab-conetent-details .tax_reckoner_btn {
    font-size: 15px;
    color: var(--purple);
    background: var(--white);
    font-weight: 500;
    border: 1px solid;
    border-radius: 50px;
    padding: 15px 30px;
    margin-bottom: 15px;
}

.tab-conetent-details h3 {
    text-align: center;
    padding: 15px 0 30px;
}

.tab-conetent-details .download_purple_btn {
    font-size: 15px;
    color: #fff;
    background: var(--purple);
    font-weight: 500;
    border: 1px solid;
    border-radius: 50px;
    padding: 15px 30px;
    box-shadow: inset 0px 4px 3px 0 #ffffff3d, inset 0px -4px 3px 0 #ffffff3d;
}


/* Mutual Fund End */

/* Alternate Investment Funds Start */
.elevateAIF {
    background: var(--bg_grey2);
    padding: 50px 0;
}

.elevateAIF h1 {
    margin-bottom: 30px;
}

.elevateAIF h1 span {
    color: var(--pink);
}

.elevateAIF .imght416px {
    height: 417px;
}

.alternateInvestmentFund {
    padding: 80px 0 100px 0;
}

.alternateInvestmentFund h2 {
    text-align: center;
    max-width: 682px;
    margin: 0 auto 50px auto;
}

.alternateInvestmentFund h2 span {
    color: var(--pink);
}

.alternateInvestmentFund .imght308px {
    height: 308px;
}

.categoriesOfAIF {
    background: var(--bg_grey1);
    padding: 80px 0 100px;
}

.categoriesOfAIF h2 {
    text-align: center;
    margin-bottom: 30px;
}

.categoriesOfAIF h2 .colorCode {
    color: var(--pink);
}

.categoriesOfAIF p {
    text-align: center;
}

.categoriesOfAIF .categoriesBox {
    background: var(--white);
    height: 100%;
    box-shadow: 7px 7px 5px #0000000D;
    border-radius: 13px;
    padding: 20px;
    text-align: center;
}

.categoriesOfAIF .categoriesBox .icon {
    width: 75px;
    height: 75px;
    background: var(--bg_grey1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: auto;
}

.categoriesOfAIF h3 {
    margin: 10px 0 15px 0;
}

.objectivesOfAIF {
    padding: 80px 0 100px 0;
}

.objectivesOfAIF h2 {
    text-align: center;
    margin-bottom: 50px;
}

.objectivesOfAIF h2 .colorSpan {
    color: var(--pink);
}

.objectivesOfAIF .imght323px {
    height: 323px;
}

.objectivesOfAIF h3 {
    color: var(--purple);
    margin-bottom: 30px;
}

.objectivesOfAIF p .boldSpan {
    font-weight: 700;
}

.objectivesOfAIF p {
    margin-bottom: 15px;
}

.benefitsOfAIF {
    background: var(--bg_grey1);
    padding: 80px 0 100px 0;
}

.benefitsOfAIF h2 {
    text-align: center;
    margin-bottom: 50px;
}

.benefitsOfAIF h2 .colorCode {
    color: var(--pink);
}

.benefitsOfAIF .imght327px {
    height: 327px;
}

.benefitsOfAIF p .boldFont {
    font-weight: 700;
}

.benefitsOfAIF p {
    margin-bottom: 15px;
}

.optForAIF {
    padding: 80px 0 100px 0;
}

.optForAIF h2 {
    text-align: center;
    margin-bottom: 50px;
}

.optForAIF h2 span {
    color: var(--pink);
}

.optForAIF .imght362px {
    height: 362px;
}

.optForAIF h3 {
    color: var(--purple);
    margin-bottom: 30px;
}

.optForAIF ul {
    list-style: none;
    padding-left: 0;
}

.optForAIF ul li {
    position: relative;
    font-size: var(--fnt16);
    padding: 0 0 15px 30px;
    font-weight: 500;
}

.optForAIF ul li:before {
    content: '';
    position: absolute;
    background-image: url(../images/green-tick.png);
    height: 22px;
    width: 22px;
    top: 2px;
    left: 0;
    background-size: cover;
}

.strategyForAIF {
    background: var(--bg_grey1);
    padding: 80px 0 100px 0;
}

.strategyForAIF h2 {
    text-align: center;
    margin-bottom: 50px;
}

.strategyForAIF h2 .colorCode {
    color: var(--pink);
}

.strategyForAIF .imght378px {
    height: 378px;
}

.strategyForAIF p {
    margin-bottom: 15px;
}

.strategyForAIF p .boldFont {
    font-weight: 700;
}

.chooseAIF {
    padding: 80px 0 100px 0;
}

.chooseAIF h2 {
    text-align: center;
    margin-bottom: 50px;
}

.chooseAIF h2 .colorCode {
    color: var(--pink);
}

.chooseAIF .imght322px {
    height: 322px;
}

.chooseAIF p {
    margin-bottom: 15px;
}

.chooseAIF p .boldFont {
    font-weight: 700;
}

.categorySuitable {
    background: var(--bg_grey1);
    padding: 80px 0 100px 0;
}

.categorySuitable h2 {
    text-align: center;
    margin-bottom: 50px;
}

.categorySuitable h2 .colorCode {
    color: var(--pink);
}

.categorySuitable .imght310px {
    height: 310px;
}

.categorySuitable h6 {
    line-height: 1.4em;
    color: var(--primary_black);
    font-weight: 700;
}

.categorySuitable p {
    margin-bottom: 15px;
}

.faqAIF {
    padding: 80px 0 100px 0;
}

.faqAIF h2 {
    text-align: center;
    margin-bottom: 30px;
}

/* Alternate Investment Funds End */

/* Fixed Deposit Start */

.customTabs .individuals {
    width: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid var(--grey1);
    padding: 0;
    margin: 0 0 50px 0;
}

.shriram-finance .nav-tabs {
    flex-direction: column;
    gap: 20px;
}

.shriram-finance .nav-tabs .nav-link.active {
    background: var(--purple);
    color: #fff;
}

.shriram-finance .nav-tabs .nav-link {
    background: #f7f7f7;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px;
    width: 100%;
}

.shriram-finance .nav-tabs {
    border-bottom: 0px;
}

.period-tab-content table {
    width: 100%;
    margin: 0 0 20px;
}

.period-tab-content table,
th,
td {
    border: 1px solid var(--light-purple);
    border-collapse: collapse;
}

.period-tab-content th {
    border: 3px solid #fff;
    padding: 20px 10px;
}

.period-tab-content tr:nth-child(1) th:first-child {
    border-top-left-radius: 15px;
}

.period-tab-content tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.period-tab-content table tr:nth-child(even) td {
    background: #EAE4F2;
}

.period-tab-content tr:nth-child(1) th:last-child {
    border-top-right-radius: 15px;
}

.period-tab-content table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

.period-tab-content table td {
    border: 3px solid #fff;
}

.period-tab-content td {
    color: #000;
    font-weight: 500;
    vertical-align: middle;
}

.period-tab-content th {
    font-size: var(--fnt16);
    font-weight: 700;
    text-align: center;
    padding: 20px 10px;
}

.period-tab-content td {
    font-size: var(--fnt16);
    color: var(--primary_black);
    font-weight: 500;
    text-align: center;
    padding: 10px 8px;
}

.period-tab-content th {
    background-color: var(--purple);
    color: #fff;
    vertical-align: middle;
}

.period-tab-content table tr:nth-child(odd) td {
    background: #F7F7F7;
}



/* Fixed Deposit End */

/* Set A Milestone Start */
.ourMission {
    background: var(--bg_grey2);
    padding: 50px 0;
}

.ourMission .imght416px {
    height: 416px;
}

.ourMission h1 {
    margin-bottom: 30px;
}

.ourMission h1 span {
    color: var(--pink);
}

.financialMilestone {
    padding: 80px 0 100px 0;
}

.financialMilestone h2 {
    text-align: center;
    margin-bottom: 50px;
}

.financialMilestone h2 span {
    color: var(--pink);
}

.financialMilestone .imght290px {
    height: 290px;
}

.myMilestones {
    background: var(--bg_grey1);
    padding: 80px 0 100px;
}

.myMilestones h2 {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 30px auto;
}

.myMilestones h2 .colorCode {
    color: var(--pink);
}

.myMilestones p {
    text-align: center;
}

.myMilestones .mileStoneBox {
    background: var(--bg_grey2);
    height: 100%;
    box-shadow: 7px 7px 5px #0000000D;
    border-radius: 13px;
    padding: 20px;
    text-align: center;
}

.myMilestones .icon {
    width: 75px;
    height: 75px;
    background: var(--bg_grey1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: auto;
}

.myMilestones h3 {
    margin: 10px 0 15px 0;
}

.importantFinancialMileStone h2 {
    max-width: 645px;
    margin: 0 auto 15px auto;
    text-align: center;
}

.milestoneInfluence {
    padding: 80px 0 100px 0;
    background: var(--bg_grey1);
}

.milestoneInfluence h2 {
    text-align: center;
    margin-bottom: 30px;
}

.milestoneInfluence h2 .colorCode {
    color: var(--pink);
}

.milestoneInfluence p .boldFont {
    font-weight: 700;
}

.milestoneInfluence p {
    margin-bottom: 15px;
}

.milestoneFAQ {
    padding: 80px 0 50px 0;
}

.milestoneFAQ h2 {
    margin-bottom: 30px;
    text-align: center;
}

.milestoneInToReality {
    background: var(--bg_grey1);
    padding: 80px 0;
}

.milestoneInToReality .imght290px {
    height: 290px;
}

.milestoneInToReality h2 {
    margin-bottom: 30px;
}

.milestoneInToReality h2 span {
    color: var(--pink);
}

/* Set A Milestone End */

/* Financial Pyramid Start */
.pyramid {
    padding: 80px 0 0px 0;
}

.pyramid h2 span {
    color: var(--pink)
}

.pyramid .scrolling_section .info_box {
    padding: 80px 0;
    /* height: 600px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img_box .triangles_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pyramid .scrolling_section .img_box {
    height: calc(100vh - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 100px;
}

.pyramid .scrolling_section .triangle_img {
    opacity: 0;
}

.pyramid .scrolling_section .triangle_1 {
    position: relative;
    z-index: 4;
}

.pyramid .scrolling_section .triangle_2 {
    margin: -64px 0 0 0;
    position: relative;
    z-index: 3;
}

.pyramid .scrolling_section .triangle_3 {
    margin: -106px 0 0 0;
    position: relative;
    z-index: 2;
}

.pyramid .scrolling_section .triangle_4 {
    margin: -124px 0 0 0;
    position: relative;
    z-index: 1;
}

.conclusion {
    padding-bottom: 80px;
}

.conclusion h6 {
    font-weight: 800;
    margin-bottom: 15px;
}

.conclusion p {
    margin-bottom: 15px;
}

/* Financial Pyramid End */

/* Consolidate & Track Start */
.crystalClear {
    background: var(--bg_grey2);
    padding: 50px 0;
}

.crystalClear .imght543px {
    height: 543px;
}

.crystalClear h1 {
    margin-bottom: 30px;
    max-width: 392px;
}

.crystalClear h1 span {
    color: var(--pink);
}

.featureHighlights {
    padding: 80px 0 100px 0;
}

.featureHighlights h2 {
    text-align: center;
    margin-bottom: 60px;
}

.featureHighlights h2 span {
    color: var(--pink);
}

.featureHighlights .highlightCard {
    background: var(--bg_grey2);
    height: 100%;
    box-shadow: 7px 7px 5px #0000000D;
    border-radius: 13px;
    padding: 20px;
    text-align: center;
}

.featureHighlights .imght74px {
    height: 74px;
    width: 74px;
}

.featureHighlights h3 {
    margin: 10px 0 15px 0;
}

.benefitYou {
    background: var(--bg_grey1);
    padding: 80px 0 100px 0;
}

.benefitYou h2 {
    text-align: center;
    margin-bottom: 50px;
}

.benefitYou h2 .colorCode {
    color: var(--pink);
}

.benefitYou .imght362px {
    height: 363px;
}

.benefitYou h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4em;
    color: var(--primary_black);
}

.benefitYou p {
    margin-bottom: 15px;
}

.financialTracking {
    background-color: #fff;
}

.financialTracking .imght324px {
    height: 324px;
}

/* Consolidate & Track End */

/* About Us Start */
.simplePersonalized {
    padding: 50px 0 0 0;
    background: linear-gradient(0deg, #f7f7f7 56%, #0000 50%);
}

.simplePersonalized .imght649px {
    height: 649px;
}

.simplePersonalized h2 {
    margin-bottom: 10px;
}

.simplePersonalized .contentLeft {
    padding: 0px 0 0 calc(50% - 585px);
}

.simplePersonalized .contentBox {
    padding: 30px 0;
}

.simplePersonalized p {
    margin-bottom: 15px;
}

.ourMissionOurVision {
    padding: 100px 0;
}

.ourMissionOurVision h2 {
    margin-bottom: 15px;
}

.ourMissionOurVision .imght191px {
    height: 171px;
    min-width: 115px;
    background-size: cover;
}

.ourMissionOurVision .mb80px {
    margin-bottom: 80px;
    max-width: 600px;
    margin: 0 auto 80px auto;
}

.ourMissionOurVision .missionQuotation {
    position: absolute;
    bottom: -69px;
    right: -10px;
    height: 100px;
    width: 40px;
    background-size: cover;
}

.ourMissionOurVision .visionQuotation {
    position: absolute;
    bottom: -75px;
    right: -11px;
    height: 100px;
    width: 40px;
    background-size: cover;
}

.ourMissionOurVision .pinkTrianglePosition {
    position: absolute;
    top: 150px;
    left: 150px;
    height: 95px;
    min-width: 114px;
}

.ourMissionOurVision .blueTrianglePosition {
    position: absolute;
    top: 80px;
    right: 20px;
    height: 170px;
    min-width: 205px;
}

.ourMissionOurVision .leftBlueTrianglePosition {
    position: absolute;
    bottom: 215px;
    left: 0;
    height: 170px;
    min-width: 205px;
}

.ourMissionOurVision .yellowTrianglePosition {
    position: absolute;
    bottom: 164px;
    right: 0;
    height: 170px;
    min-width: 205px;
}

.ourValues {
    padding: 100px 0;
    background: #f1f2f2;
}

.ourValues h2 {
    text-align: center;
    margin-bottom: 30px;
}

.ourValues .value_box {
    display: flex;
    padding: 0 0 30px;
    transform-origin: left;
}

.ourValues .letter {
    width: 70px;
    font-size: 50px;
    color: var(--purple);
    font-weight: 700;
    line-height: 1em;
}

.ourValues .full_form {
    width: 35%;
    font-size: 50px;
    color: #c0c0c0;
    font-weight: 700;
    line-height: 1em;
    z-index: 2;
}

.ourValues .full_form span {
    background: #f1f2f2;
    padding: 0 5px 0 0;
}

.ourValues .text_box {
    width: calc(100% - 35% - 70px);
    background: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    color: #231f20;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.ourValues .text_box:before {
    position: absolute;
    content: '';
    width: 40%;
    height: 1px;
    background: repeating-linear-gradient(90deg, #c0c0c0, #c0c0c0 5px, transparent 5px, transparent 10px);
    left: -40%;
    top: 50%;
}

.mintingMatters {
    padding: 100px 0;
}

.mintingMatters h2 {
    text-align: center;
    margin-bottom: 50px;
}

.mintingMatters h2 span {
    color: var(--pink);

}

.mintingMatters .imght514px {
    height: 514px;
}

.mintingMatters h5 {
    font-size: 32px;
    color: var(--purple);
    margin-bottom: 10px;
    font-weight: 700;
}

.mintingMatters h3 {
    font-size: 25px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 40px !important;
}
.mintingMatters h6 {
    font-size: 25px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 40px;
}

.ankitMane {
    background: #f1f2f2;
    padding: 100px 0;
}

.ankitMane .imght529px {
    height: 529px;
}

.ankitMane h5 {
    font-size: 32px;
    color: var(--purple);
    margin-bottom: 10px;
    font-weight: 700;
}

.ankitMane h6 {
    font-size: 25px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 40px;
}

.cofounder {
    padding: 100px 0;
}

.cofounder .imght529px {
    height: 529px;
}

.cofounder h5 {
    font-size: 32px;
    color: var(--purple);
    margin-bottom: 10px;
    font-weight: 700;
}

.cofounder h6 {
    font-size: 25px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 40px;
}

/* About Us End */

/* Contact Us Start */
.contactUs {
    background: #f7f7f7;
    padding: 50px 0;
}

.contactUs .contactUsBox {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 #0000001c;
}

.contactUs h1 {
    margin-bottom: 15px;
}

.contactUs .boldFont {
    font-weight: 600;
}

.contactUs h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4em;
    color: var(--primary_black);
}

.contactUs .icon {
    font-size: 13px;
    color: var(--white);
    background: var(--grey);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.5s;
}

.contactUs i {
    color: var(--white);
}

.contactUs i.fa-phone-alt {
    transform: rotate(98deg);
}

.contactUs a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #364655;
    font-weight: 500;
    transition: all 0.5s;
}

.contactUs .phnNumber:hover {
    color: var(--pink);
}

.contactUs .phnNumber:hover .icon {
    background: var(--pink);
}

.contactUs ul {
    list-style: none;
    padding-left: 0;
}

.contactUs ul li a {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #606060;
    font-size: 16px;
    color: var(--white);
    transition: all 0.3s;
}

.contactUs ul li a:hover {
    background-color: var(--pink);
}

.contactUs ul li {
    margin-right: 16px;
}

.contactUs .imght253px {
    height: 253px;
}

.contactUs .btn {
    display: block;
    max-width: 209px;
    width: 100%;
    padding: 10px;
}

.contactUs .btn:hover {
    color: var(--white);
    background-color: var(--purple);
}

.contactUs .form-control {
    border: 0;
    font-size: var(--fnt15);
    color: var(--black);
    width: 100%;
    outline: none;
    background: #e5e5e5;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: none;
}

.contactUs textarea.form-control {
    height: 227px;
}

.contactUs .error {
    color: red;
    font-size: 14px;
}

/* Contact Us End */

/* Blogs Start */
.blogDetail {
    padding: 50px 0 20px 0;
}

.blogDetail h2 {
    margin-bottom: 15px;
}

.blogDetail .postedOn {
    font-size: 14px;
    color: #6d6e70;
    margin-bottom: 20px;
    display: inline-block;
}

.blogDetail .imght600px {
    height: 600px;
}

.blogDetail .relatedBlog {
    text-transform: uppercase;
    padding: 15px 15px;
    background: var(--purple);
    color: var(--white);
    font-weight: 600;
}

.blogDetail .mb30px {
    padding-left: 0;
    margin-bottom: 30px;
}

.blogDetail .mb30px li {
    border: 1px solid #f1f1f1;
    padding: 15px;
    border-top: 0;
    list-style: none;
}

.blogDetail .mb30px li a {
    font-size: 14px;
    color: var(--black);
    display: block;
    font-weight: 500;
}

.blogDetail .otherBlogs {
    background: #444;
}

.blogContent {
    margin: 15px 0;
}

.blogContent p {
    font-size: 15px;
    margin-bottom: 16px;
}

.blogDetail .investCard {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 5px;
}

.blogDetail h6 {
    font-weight: 700;
    color: var(--pink);
    font-size: 18px;
}

.blogDetail .investCard .callBtn {
    color: var(--white);
    background: var(--purple);
    padding: 7px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
}

/* Blogs End */

/* Blog Details Start */
.category-blogs {
    text-align: center;
    padding: 50px 0 50px 0;
}

.category-blogs h1 {
    padding: 0 0 30px;
}

.category-blogs .slider-nav {
    padding: 20px 0 0;
    position: relative;
}

.category-blogs .slider-nav::before {
    position: absolute;
    content: '';
    background: url(../images/line.png);
    background-repeat: no-repeat;
    /* width: calc(100% - 40px); */
    width: 100%;
    height: 4px;
    bottom: 45px;
    left: 0px;

}

.category-blogs .slider-for {
    padding: 50px 0 0;
}

.category-blogs .slider-for img {
    max-width: 100%;
}

.category-blogs .content-img-slick h6 {
    font-size: 18px;
    line-height: 1.4em;
    color: var(--primary_black);
    font-weight: 700;
    padding: 0 0 30px;
    text-transform: none;
}

.category-blogs .slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.category-blogs .content-img-slick img {
    margin: 0 auto;
}

.category-blogs .purple_btn {
    margin: 15px 0 0;
}

/* .category-blogs .slick-prev:before, .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
} 
.category-blogs .slick-prev, .slick-next {
    top: 72%;
} */
.category-blogs .slick-prev i,
.category-blogs .slick-next i {
    font-size: 21px;
    color: var(--purple);
    font-family: 'Font Awesome 6 Free';
}

.category-blogs .slick-prev,
.category-blogs .slick-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    z-index: 100;
    transition: all 0.5s;
    bottom: 6px;
    top: inherit;
}

.category-blogs .slick-prev:before,
.category-blogs .slick-next:before {
    display: none;
}


.blog-card {
    position: relative;
    height: 259px;
}

.blog-card .blog_card_img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.blog-card .blog_card_box {
    position: absolute;
    bottom: 0;
    background: #fff;
    margin: 5px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 10px 15px;
    font-size: var(--fnt13);
    font-weight: 400;
    line-height: 1.3;
    color: var(--black);
}


.recent-trending {
    padding: 80px 0 50px;
    background: #edf0fa;
}

.recent-trending h2 {
    text-align: center;
    padding: 0 0 10px;
}

.recent-trending .recent-right-line {
    border-right: 1px solid #71218b;
}

.recent-trending .recent-pad-10 {
    padding: 10px;
}

.begin-your {
    padding: 100px 0;
    text-align: center;
}

.begin-your h2 {
    padding: 0 0 40px 0;
}

.begin-your h2 span {
    color: var(--pink);
}

.begin-your .down_apps {
    padding: 40px 0 0;
}

.begin-your .down_apps a:first-child {
    margin: 0 20px 0 0;
}

.begin-your .down_apps a {
    width: 200px;
    text-align: center;
    padding: 15px 0;
    box-shadow: 0 0 15px 0 #00000024;
    border-radius: 40px;
}




/* Blog Details End */

/* Success Tales Start */
.fromRealPeople {
    background: var(--bg_grey2);
    padding: 50px 0;
}

.fromRealPeople .imght463px {
    height: 463px;
}

.fromRealPeople h1 {
    margin-bottom: 30px;
}

.fromRealPeople h1 span {
    color: var(--pink);
}

.featuredTestimonials {
    padding: 50px 0 120px 0;
}

.featuredTestimonials h2 {
    text-align: center;
    margin-bottom: 50px;
}

.featuredTestimonials h2 span {
    color: var(--pink);
}

.featuredTestimonials .imght333px {
    height: 333px;
    border-radius: 15px;
}

.featuredTestimonials .boxContent {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.featuredTestimonials h3 {
    color: var(--purple);
    margin-bottom: 15px;
}

.featuredTestimonials .textBox {
    background: #EEF0F8;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    margin: auto 0 0 0;
}

.featuredTestimonials p {
    margin-bottom: 15px;
}

.featuredTestimonials h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--grey);
    padding-left: 5px;
}

.featuredTestimonials .slick-slide {
    padding-right: 20px;
}

.financialFuture {
    background: var(--bg_grey2);
}

.financialFuture p {
    margin-bottom: 30px;
}

.financialFuture .imght324px {
    height: 307px;
}

.featuredTestimonials .slick-prev i,
.featuredTestimonials .slick-next i {
    font-size: 21px;
    color: #fff;
    font-family: 'Font Awesome 6 Free';
}

.featuredTestimonials .slick-prev,
.featuredTestimonials .slick-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--purple) !important;
    border-radius: 50px;
    z-index: 100;
    transition: all 0.5s;
    bottom: -70px;
    top: inherit;
    right: 0;
}

.featuredTestimonials .slick-prev {
    left: inherit;
    right: 50px;
}

.featuredTestimonials .slick-prev:hover,
.featuredTestimonials .slick-next:hover {
    background: var(--pink) !important;
}

.featuredTestimonials .slick-prev:before,
.featuredTestimonials .slick-next:before {
    display: none;
}

.featuredTestimonials .slick-prev.slick-disabled,
.featuredTestimonials .slick-next.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}


/* Success Tales End */

/* Career Start */
.mintItMovement {
    padding: 50px 0;
}

.mintItMovement h1 {
    margin-bottom: 30px;
}

.mintItMovement .subheading {
    color: var(--pink);
    margin-bottom: 30px;
}

.mintItMovement .title {
    margin-bottom: 20px;
}

.mintItMovement ul {
    padding-left: 0;
}

.mintItMovement ul li {
    font-size: var(--fnt15);
    line-height: 1.4em;
    color: var(--primary_black);
    padding: 0 0 10px 0;
    margin: 0 0 0 30px;
    font-weight: 500;
}

.mintItMovement ul li span {
    font-weight: 700;
}

.mintItMovement p .careerMintit {
    color: var(--purple);
    display: inline-block;
}

.mintItMovement .formBox {
    background: #e5e5e5;
    padding: 20px 25px;
    border-radius: 20px;
}

.mintItMovement .titlePurple {
    color: var(--purple);
    margin-bottom: 10px;
}

.mintItMovement .purple_btn:hover {
    background-color: var(--purple);
    color: var(--white);
}

.mintItMovement .form-control {
    background: var(--white);
    font-size: 15px;
    color: var(--black);
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 15px;
    border-radius: 5px;
    box-shadow: none;
}

.mintItMovement .resume-upload {
    margin-bottom: 15px;

}

.mintItMovement .resume-label {
    font-size: 16px;
    font-weight: 700;
    color: #494949;
}

.mintItMovement .file-input-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 12px 16px;
    border-radius: 12px;
    max-width: 420px;
}

.mintItMovement .file-input {
    display: none;
}

.mintItMovement .choose-btn {
    border: 2px solid #6b6b6b;
    background: transparent;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    color: #000;
    margin-right: 12px;
}

.mintItMovement .choose-btn:hover {
    background: #f3f3f3;
}

.mintItMovement .file-name {
    font-size: 14px;
    color: #555;
    display: inline-block;
}

.mintItMovement .error {
    color: red;
    font-size: 14px;
}


/* Career End */

/* Privacy Policy Start */

.policy-page p {
    font-size: 16px;
    line-height: 1.4em;
    color: var(--primary_black);
    padding: 0px 0px 15px 0px;
    font-weight: 500;
}

.policy-page p b,
.policy-page p strong {
    color: var(--primary_black);
}

.policy-page a {
    color: var(--light-purple);
    cursor: pointer;
    text-decoration: none;
    font-weight: none;
}

.policy-page a:hover {
    color: var(--pink);
}

.policy-page ol {
    list-style-type: lower-roman;
}

.policy-page ol li {
    font-size: var(--fnt15);
    line-height: 1.4em;
    color: var(--primary_black);
    padding: 0 0 10px 0;
    font-weight: 500 !important;
}

.policy-page ol.policy-toc {
    list-style-type: decimal;
}

.policy-page ol.policy-toc li {
    font-weight: 700 !important;
    margin-bottom: 8px;
}

.policy-page ol.policy-toc li a {
    text-decoration: none;
    color: var(--light-purple);
}

.policy-page ol.policy-toc li a:hover {
    color: var(--pink);
}


.policy-page {
    padding: 50px 0 30px 0;
}

.policy-page li {
    font-size: var(--fnt15);
    line-height: 1.4em;
    color: var(--primary_black);
    padding: 0px 0px 10px 0px;
    font-weight: 500 !important;
}

.sectionHeading {
    color: var(--purple);
    font-size: var(--fnt50);
    font-weight: 700;
    padding: 0 0 30px;
}

.sectionHeading span {
    color: var(--pink);
    font-weight: none !important;
}


/* Privacy Policy End */

/* Terms Of Use Start */

.terms_of_usepage {
    padding: 50px 0 30px 0;
}

.tearms_Heading {
    color: var(--purple);
    font-size: var(--fnt50);
    font-weight: 700;
    padding: 0 0 30px;
}

.tearms_Heading span {
    color: var(--pink);
    font-weight: none !important;
}

.terms_of_usepage p {
    font-size: 16px;
    line-height: 1.4em;
    color: var(--primary_black);
    padding: 0px 0px 15px 0px;
    font-weight: 500;
}

.terms_of_usepage p b,
.terms_of_usepage p strong {
    color: var(--primary_black);
}




/* Terms Of Use End */

/* Disclaimer Start */

.disclaimer_page {
    padding: 50px 0 30px 0;
}

.disclaimer_page p {
    font-size: 16px;
    line-height: 1.4em;
    color: var(--primary_black);
    padding: 0px 0px 15px 0px;
    font-weight: 500;
}

.disclaimer_page p b,
.disclaimer_page p strong {
    color: var(--primary_black);
}

.disclaimer_page li {
    font-size: var(--fnt16);
    line-height: 1.4em;
    color: var(--primary_black);
    padding: 0 0 15px 0;
    font-weight: 500 !important;
}

.disclaimer_page a {
    color: var(--light-purple);
    cursor: pointer;
    text-decoration: none;
    font-weight: none;
}

.disclaimer_page a:hover {
    color: var(--pink);
}

.disclaimer_heading {
    color: var(--purple);
    font-size: var(--fnt50);
    font-weight: 700;
    padding: 0 0 30px;
}

/* Disclaimer End */

/* Cancellation Policy Start */

.cancellation_page {
    padding: 50px 0 30px 0;
}

.cancellation_page p {
    font-size: 16px;
    line-height: 1.4em;
    color: var(--primary_black);
    padding: 0px 0px 15px 0px;
    font-weight: 500;
}

.cancellation_page p b,
.cancellation_page p strong {
    color: var(--primary_black);
}

.cancellation_heading {
    color: var(--purple);
    font-size: var(--fnt50);
    font-weight: 700;
    padding: 0 0 30px;
}

/* Cancellation Policy End */

/* Disclosure Start */
.disclosure {
    padding: 50px 0;
}

.disclosure h2 {
    margin-bottom: 30px;
}

.disclosure p span {
    font-weight: 700;
    color: var(--primary_black)
}

.disclosure p {
    margin-bottom: 15px;
}

.disclosure table,
th,
td {
    border: 1px solid var(--light-purple);
    border-collapse: collapse;
}

.disclosure table {
    margin: 0 0 20px;
    width: 100%;
}

.disclosure table tr:nth-child(1) th:first-child {
    border-top-left-radius: 15px;
}

.disclosure table tr:nth-child(1) th:last-child {
    border-top-right-radius: 15px;
}

.disclosure table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.disclosure tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}


.disclosure table th {
    border: 3px solid var(--white);
    padding: 20px 10px;
    background-color: var(--purple);
    color: var(--white);
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.disclosure table tr:nth-child(odd) td {
    background: var(--bg_grey2);
}

.disclosure table tr:nth-child(even) td {
    background: #EAE4F2;
}

.disclosure table td {
    color: var(--black);
    font-weight: 500;
    border: 3px solid var(--white);
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

/* Disclosure End */

/* Blogs inner pages Start */
.searchBlogs {
    padding: 30px 0;
}
.searchBlogs .searchResults{
   
    display: none;
    flex-wrap: wrap;
    position: absolute;
    background-color: #fff;
    padding: 10px 0;
    top: 100%;
    width: 100%;
}

.no-results {
    display: none;
    padding: 12px;
    text-align: center;
    color: #888;
}
.searchBlogs a{
    background: #ddd;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display:block;
}
.searchBlogs .imght160px{
    height: 160px;
    object-fit: cover;
}
.searchBlogs p{
    font-size: 13px;
    padding: 10px;
    max-width: 215px;
}
.searchBlogs .searchCard{
    width: 20%;
    padding: 0 10px;
}
.searchBlogs .form-control {
    font-size: 16px;
    padding: 0 10px;
    width: 100%;
    outline: none;
    border: none;
    height: 50px;
    border-radius: 10px;
    background: #f1f2f2;
    transition: all 0.3s;
    box-sizing: border-box;
    box-shadow: none;
    color: inherit;
}

.searchBlogs .blogCard {
    background: #eaedf4;
    padding: 15px;
    border-radius: 10px;
    width: calc(100% - 15px);
}

.searchBlogs .imght50px {
    height: 50px;
    width: 50px;
}

.searchBlogs h6 {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0 0px;
    color: #364655;
}

.financialPlanning .imght50px {
    height: 50px;
    width: 50px;
}

.financialPlanning .financialCategories {
    padding: 40px 0;
    background: #eaedf4;
}

.financialPlanning .financialCategories .blog-card .blog_card_box {
    border-radius: 10px;
}

/* Blogs inner pages End */
/* thank_you page start */
.thank_You_card{
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .239);
    background-color: #fff;
    max-width: 550px;
    width: 100%;
    margin: 0px auto 40px;
    border-radius: 24px;
}
.thank_You_card .thank_You_card_Img{
    width: 100%;
    height: 382px;
    border-radius: 24px 24px 0 0;
}
.thank_You_card .thank_You_Content{
    padding: 16px 32px 48px 16px;
    text-align: center;
    background-color:#f4ebf4;
    border-radius: 0 0 24px 24px;
}
.thank_You_card .thank_You_Content .thank_you_num{
    font-size: 24px;
    font-weight: 700;
    line-height: 43.2px;
    text-decoration: underline;
}
/* thank_you page end */
.pmsProduct .vbox-inline {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.pmsProduct .modal-dialog {
    box-shadow: 0 0 12px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    max-width: 800px;
    text-align: initial;
}
.pmsProduct .inline_popup_box {
    background: #fff;
    padding: 30px;
}
.pmsProduct .inline_popup_box p{
    color: #000 !important;
}
.pmsProduct .inline_popup_box h4 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3em;
    padding: 0 0 15px;
    color: var(--purple);
    max-width: 90%;
}
.pmsProduct .inline_popup_box th {
    background-color: var(--purple);
    color: #fff;
    vertical-align: middle;

}
.inline_popup_box table {
    width: 100%;
    margin: 0 0 20px;
}
.inline_popup_box table th {
    border: 3px solid #fff;
    padding: 20px 10px;
}
.inline_popup_box table, th, td {
    border: 1px solid var(--light-purple);
    border-collapse: collapse;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.inline_popup_box table tr:nth-child(1) th:first-child {
    border-top-left-radius: 15px;
}
.inline_popup_box table tr:nth-child(odd) td {
    background: #F7F7F7; 
}
.inline_popup_box table td {
    border: 3px solid #fff;
}
.inline_popup_box table tr:nth-child(even) td {
    background: #EAE4F2;
}
.inline_popup_box a {
    color: var(--pink) !important;
}
.pmsProduct a {
    color: var(--purple);
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px solid var(--pink);
    text-decoration: none;
}
.pmsProduct .modal-content{
    position: relative;
}
.pmsProduct .btn-close{
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 15px;
}
.pmsProduct .btn-close:focus{
    box-shadow: none;
}