made homepage same as figma
All checks were successful
ask-mutual-fund Actions Workflow / test (push) Successful in 17s

This commit is contained in:
unknown
2025-11-04 19:52:34 +05:30
2 changed files with 481 additions and 285 deletions

View File

@@ -428,7 +428,7 @@ a.color-a {
margin-top: 15px;
}
.ask-advantage h2 {
.ask-advantage-heading-container h2 {
font-family: var(--font-secondary);
font-weight: 400;
font-style: Regular;
@@ -436,6 +436,8 @@ a.color-a {
line-height: 100%;
letter-spacing: 0%;
color: #033a49;
margin: 0;
padding: 0;
}
.ask-advantage p.lead {
@@ -535,6 +537,10 @@ a.color-a {
line-height: 60px;
}
.mobile-stat-text{
display: none;
}
.width-count {
width: 23%;
text-align: left;
@@ -1676,8 +1682,6 @@ span.textaccor {
font-size: 24px;
}
@media (max-width: 768px) {
.navbar-expand-lg .gap-menu {
flex-direction: column;
@@ -1769,6 +1773,14 @@ span.textaccor {
transform: rotate(90deg);
}
.desktop-stat-text{
display: none;
}
.mobile-stat-text{
display: block;
}
.width-count {
width: 100%;
@@ -1822,7 +1834,7 @@ span.textaccor {
line-height: 22px;
}
.ask-advantage-heading {
.ask-advantage-heading-container h2 {
font-size: 24px;
line-height: 36px;
}
@@ -1876,6 +1888,14 @@ span.textaccor {
justify-content: flex-start !important;
}
.home-tittle-blog {
font-size: 16px;
}
.read-more{
font-size: 14px;
}
.arrow {
display: none;
/* hide desktop arrow on mobile */
@@ -2074,7 +2094,7 @@ span.textaccor {
border-radius: 12px;
margin-top: 20px;
margin-right: 10px;
width: 47%;
width: 45%;
}
.padding-icon5 {
@@ -2444,7 +2464,6 @@ span.textaccor {
max-width: none;
}
.inner_box h2 {
margin-bottom: 5px;
font-size: 21px;
@@ -2612,7 +2631,7 @@ span.textaccor {
}
.where2 {
padding: 0px 25px !important;
padding: 0px 15px !important;
}
.ask-advantage2 {
padding: 0px 25px 60px 25px !important;

View File

@@ -1,23 +1,45 @@
<section class="Slider-back">
<div id="carouselExampleIndicators" class="carousel slide height-banner" data-bs-ride="carousel">
<div
id="carouselExampleIndicators"
class="carousel slide height-banner"
data-bs-ride="carousel"
>
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2"
aria-label="Slide 3"></button>
<button
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="0"
class="active"
aria-current="true"
aria-label="Slide 1"
></button>
<button
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="1"
aria-label="Slide 2"
></button>
<button
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="2"
aria-label="Slide 3"
></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active leftslider-line">
<div class="right-new container">
<div class="right-border">
<div class="tittle-top">
<span class="banner-tittle">A smarter way to build wealth through Mutual Funds</span>
<span class="banner-tittle"
>A smarter way to build wealth through Mutual Funds</span
>
</div>
<div class="desc-top">
<span class="banner-desc">Mutual Funds help your money grow—one small step at a time.</span>
<span class="banner-desc"
>Mutual Funds help your money grow—one small step at a
time.</span
>
</div>
<div class="button-to">
<span class="invest-btn2">
@@ -31,10 +53,15 @@
<div class="right-new container">
<div class="right-border">
<div class="tittle-top">
<span class="banner-tittle">A smarter way to build wealth through Mutual Funds</span>
<span class="banner-tittle"
>A smarter way to build wealth through Mutual Funds</span
>
</div>
<div class="desc-top">
<span class="banner-desc">Mutual Funds help your money grow—one small step at a time.</span>
<span class="banner-desc"
>Mutual Funds help your money grow—one small step at a
time.</span
>
</div>
<div class="button-to">
<span class="invest-btn2">
@@ -48,10 +75,15 @@
<div class="right-new container">
<div class="right-border">
<div class="tittle-top">
<span class="banner-tittle">A smarter way to build wealth through Mutual Funds</span>
<span class="banner-tittle"
>A smarter way to build wealth through Mutual Funds</span
>
</div>
<div class="desc-top">
<span class="banner-desc">Mutual Funds help your money grow—one small step at a time.</span>
<span class="banner-desc"
>Mutual Funds help your money grow—one small step at a
time.</span
>
</div>
<div class="button-to">
<span class="invest-btn2">
@@ -62,45 +94,64 @@
</div>
</div>
</div>
</div>
</section>
<section class="ask-advantage-home container">
<h2>The ASK Advantage</h2>
<p class="lead">We blend expert management and a personalized approach to help you grow wealth with confidence.</p>
<p class="lead">
We blend expert management and a personalized approach to help you grow
wealth with confidence.
</p>
<div class="d-none d-md-block">
<!-- Desktop View (Grid) -->
<div class="row justify-content-center align-items-stretch">
<div class="col-md-3 col-sm-6 mb-4 d-flex">
<div class="advantage-box flex-fill">
<div class="advantage-icon"><img src="./assests/images/icon1.svg" alt=""></div>
<div class="advantage-icon">
<img src="./assests/images/icon1.svg" alt="" />
</div>
<h5 class="advantage-title">Expert Portfolio Management</h5>
<p class="advantage-text">Benefit from our seasoned fund managers decades of market expertise.</p>
<p class="advantage-text">
Benefit from our seasoned fund managers decades of market
expertise.
</p>
</div>
</div>
<div class="col-md-3 col-sm-6 mb-4 d-flex">
<div class="advantage-box flex-fill">
<div class="advantage-icon" style="margin-top: 7px;"><img src="./assests/images/icon2.svg" alt="" ></div>
<div class="advantage-icon" style="margin-top: 7px">
<img src="./assests/images/icon2.svg" alt="" />
</div>
<h5 class="advantage-title">Smarter SIPs, Smoother Growth</h5>
<p class="advantage-text">Combine the power of disciplined investing with expert-designed portfolios for
consistent growth.</p>
<p class="advantage-text">
Combine the power of disciplined investing with expert-designed
portfolios for consistent growth.
</p>
</div>
</div>
<div class="col-md-3 col-sm-6 mb-4 d-flex">
<div class="advantage-box flex-fill">
<div class="advantage-icon"><img src="./assests/images/icon3.svg" alt=""></div>
<div class="advantage-icon">
<img src="./assests/images/icon3.svg" alt="" />
</div>
<h5 class="advantage-title">High-Conviction, Quality Portfolios</h5>
<p class="advantage-text">Our equity strategies focus on high-quality businesses with long-term growth
potential.</p>
<p class="advantage-text">
Our equity strategies focus on high-quality businesses with
long-term growth potential.
</p>
</div>
</div>
<div class="col-md-3 col-sm-6 mb-4 d-flex">
<div class="advantage-box flex-fill">
<div class="advantage-icon"><img src="./assests/images/icon4.svg" alt=""></div>
<div class="advantage-icon">
<img src="./assests/images/icon4.svg" alt="" />
</div>
<h5 class="advantage-title">Low-Cost Access to Global ETFs</h5>
<p class="advantage-text">Invest globally and locally through ETFs with sectoral, thematic, and international
options.</p>
<p class="advantage-text">
Invest globally and locally through ETFs with sectoral, thematic,
and international options.
</p>
</div>
</div>
</div>
@@ -110,15 +161,19 @@
<div class="d-block d-md-none">
<div class="swiper-home mySwiper2">
<div class="swiper-wrapper">
<div class="swiper-slide arrang-back">
<div class="advantage-card">
<div class="advantage-icon">
<img src="./assests/images/icon1.svg" alt="" class="mobile-hight">
<img
src="./assests/images/icon1.svg"
alt=""
class="mobile-hight"
/>
</div>
<h5 class="advantage-title">Expert Portfolio Management</h5>
<p class="advantage-text">
Benefit from our seasoned fund managers decades of market expertise.
Benefit from our seasoned fund managers decades of market
expertise.
</p>
</div>
</div>
@@ -126,11 +181,16 @@
<div class="swiper-slide arrang-back">
<div class="advantage-card">
<div class="advantage-icon">
<img src="./assests/images/icon2.svg" alt="" class="mobile-hight">
<img
src="./assests/images/icon2.svg"
alt=""
class="mobile-hight"
/>
</div>
<h5 class="advantage-title">Smarter SIPs, Smoother Growth</h5>
<p class="advantage-text">
Combine the power of disciplined investing with expert-designed portfolios for consistent growth.
Combine the power of disciplined investing with expert-designed
portfolios for consistent growth.
</p>
</div>
</div>
@@ -138,11 +198,16 @@
<div class="swiper-slide arrang-back">
<div class="advantage-card">
<div class="advantage-icon">
<img src="./assests/images/icon3.svg" alt="" class="mobile-hight">
<img
src="./assests/images/icon3.svg"
alt=""
class="mobile-hight"
/>
</div>
<h5 class="advantage-title">High-Conviction, Quality Portfolios</h5>
<p class="advantage-text">
Our equity strategies focus on high-quality businesses with long-term growth potential.
Our equity strategies focus on high-quality businesses with
long-term growth potential.
</p>
</div>
</div>
@@ -150,28 +215,29 @@
<div class="swiper-slide arrang-back">
<div class="advantage-card">
<div class="advantage-icon">
<img src="./assests/images/icon4.svg" alt="" class="mobile-hight">
<img
src="./assests/images/icon4.svg"
alt=""
class="mobile-hight"
/>
</div>
<h5 class="advantage-title">Low-Cost Access to Global ETFs</h5>
<p class="advantage-text">
Invest globally and locally through ETFs with sectoral, thematic, and international options.
Invest globally and locally through ETFs with sectoral, thematic,
and international options.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="stats-section text-center">
<div class="container">
<div class="row justify-content-center align-items-center mobile-resp-count">
<div
class="row justify-content-center align-items-center mobile-resp-count"
>
<div class="col-md-3 col-6 mb-4 mb-md-0 width-count">
<div class="stat-box">
<h3>40 Years</h3>
@@ -179,18 +245,19 @@
</div>
</div>
<div class="col-md-3 col-6 mb-4 mb-md-0 stat-border width-count2">
<div class="stat-box">
<h3>₹84,500 Cr+</h3>
<p>Assets Under Management</p>
<p class="desktop-stat-text">Assets Under Management</p>
<p class="mobile-stat-text">Portfolio Served</p>
</div>
</div>
<div class="col-md-3 col-6 mb-4 mb-md-0 stat-border width-count3">
<div class="stat-box">
<h3>20,000+</h3>
<p>Clients</p>
<p class="desktop-stat-text">Client</p>
<p class="mobile-stat-text">Client Served</p>
</div>
</div>
@@ -214,11 +281,12 @@
<div class="cards-wrapper">
<!-- Card 1 -->
<div class="card-scroll">
<div class="card-content">
<div class="card-label"><span>01</span></div>
<h3 class="scroll-tiile">Know why you're investing</h3>
<span class="scroll-desc">Set clear goals to make every mutual fund investment count.</span>
<span class="scroll-desc"
>Set clear goals to make every mutual fund investment count.</span
>
<ul class="scroll-ul">
<li class="scroll-li">Define your short-term or long-term goals</li>
<li class="scroll-li">Set a realistic investment time horizon</li>
@@ -232,17 +300,22 @@
</div>
</div>
<div class="card-image">
<img src="./assests/images/scroll1.svg" class="scroll1" alt="Investment Goal">
<img
src="./assests/images/scroll1.svg"
class="scroll1"
alt="Investment Goal"
/>
</div>
</div>
<!-- Card 2 -->
<div class="card-scroll">
<div class="card-content">
<div class="card-label"><span>02</span></div>
<h3 class="scroll-tiile">Choose the Right Mutual Fund</h3>
<span class="scroll-desc">Browse funds by risk, return, and category to match your goal.</span>
<span class="scroll-desc"
>Browse funds by risk, return, and category to match your goal.</span
>
<ul class="scroll-ul">
<li class="scroll-li">Select from Equity, Debt, or Hybrid funds</li>
<li class="scroll-li">Filter by your risk profile</li>
@@ -256,21 +329,28 @@
</div>
</div>
<div class="card-image">
<img src="./assests/images/scroll2.svg" class="scroll1" alt="Investment Goal">
<img
src="./assests/images/scroll2.svg"
class="scroll1"
alt="Investment Goal"
/>
</div>
</div>
<!-- Card 3 -->
<div class="card-scroll">
<div class="card-content">
<div class="card-label"><span>03</span></div>
<h3 class="scroll-tiile">One KYC, Lifetime Access</h3>
<span class="scroll-desc">Submit details securely and unlock investment opportunities.</span>
<span class="scroll-desc"
>Submit details securely and unlock investment opportunities.</span
>
<ul class="scroll-ul">
<li class="scroll-li">Submit PAN, Aadhaar & a passport-size photo</li>
<li class="scroll-li">Complete in-person or video verification</li>
<li class="scroll-li">Do it once, valid across all mutual fund houses</li>
<li class="scroll-li">
Do it once, valid across all mutual fund houses
</li>
<li class="scroll-li">You can complete KYC online in minutes</li>
</ul>
<div class="button-to">
@@ -280,17 +360,23 @@
</div>
</div>
<div class="card-image">
<img src="./assests/images/scroll3.svg" class="scroll1" alt="Investment Goal">
<img
src="./assests/images/scroll3.svg"
class="scroll1"
alt="Investment Goal"
/>
</div>
</div>
<!-- Card 4 -->
<div class="card-scroll">
<div class="card-content">
<div class="card-label"><span>04</span></div>
<h3 class="scroll-tiile">Start Small & Invest Smartly</h3>
<span class="scroll-desc">Start with a small monthly SIP or a one-time lump sum investment.</span>
<span class="scroll-desc"
>Start with a small monthly SIP or a one-time lump sum
investment.</span
>
<ul class="scroll-ul">
<li class="scroll-li">Begin with SIP or a one-time amount</li>
<li class="scroll-li">Invest as low as ₹500/month</li>
@@ -304,18 +390,22 @@
</div>
</div>
<div class="card-image">
<img src="./assests/images/scroll4.svg" class="scroll1" alt="Investment Goal">
<img
src="./assests/images/scroll4.svg"
class="scroll1"
alt="Investment Goal"
/>
</div>
</div>
<!-- Card 5 -->
<div class="card-scroll">
<div class="card-content">
<div class="card-label"><span>05</span></div>
<h3 class="scroll-tiile">Monitor & Rebalance Regularly</h3>
<span class="scroll-desc">Review and adjust your investments regularly to stay on track.</span>
<span class="scroll-desc"
>Review and adjust your investments regularly to stay on track.</span
>
<ul class="scroll-ul">
<li class="scroll-li">Track fund performance regularly</li>
<li class="scroll-li">Realign with updated life goals</li>
@@ -329,18 +419,24 @@
</div>
</div>
<div class="card-image">
<img src="./assests/images/scroll5.svg" class="scroll1" alt="Investment Goal">
<img
src="./assests/images/scroll5.svg"
class="scroll1"
alt="Investment Goal"
/>
</div>
</div>
</div>
</section>
<section class="ask-advantage container">
<h2 class="ask-advantage-heading">Life Moments You Can Plan For</h2>
<p class="lead">Choose a Goal and well help you invest for it, step by step</p>
<div class="ask-advantage-heading-container">
<h2>Life Moments You</h2>
<h2>Can Plan For</h2>
</div>
<p class="lead">
Choose a Goal and well help you invest for it, step by step
</p>
<div class="wrapper">
<div class="outer_box">
@@ -387,7 +483,7 @@
<div class="outer_box">
<div class="inner_box">
<img src="./assests/images/life4.png" alt="Tax Savings" />
<img src="./assests/images/life4.svg" alt="Tax Savings" />
<div class="heading-container">
<h2 class="h4">Saving Taxes The</h2>
<h2 class="h4">Right Way</h2>
@@ -455,11 +551,9 @@
</div>
</div>
</div>
</section>
<section class="where2 container">
<div class="where-back">
<div class="where-text">
<div>
@@ -470,7 +564,10 @@
<span class="banner-tittle2">We're Here to Help</span>
</div>
<div class="desc-top">
<span class="banner-desc2">Get personalized insights and guidance tailored to your financial goals.</span>
<span class="banner-desc2"
>Get personalized insights and guidance tailored to your financial
goals.</span
>
</div>
<div class="button-to">
<span class="invest-btn3">
@@ -479,64 +576,86 @@
</div>
</div>
</div>
</div>
</section>
<section class="ask-advantage container">
<h2>Insights to Grow Your Wealth Smarter</h2>
<p class="lead">Stay updated with fresh perspectives, financial strategies, and stories that help you make more
informed decisions.</p>
<div class="ask-advantage-heading-container">
<h2>Knowledge That</h2>
<h2>Builds Wealth</h2>
</div>
<p class="lead">
Stay updated with fresh perspectives that help you make more informed decisions.
</p>
<div class="row g-4">
<div class="col-md-4">
<div class="blog-card">
<img src="./assests/images/blog1.svg" alt="Understanding SIPs" class="img-fluid rounded-3 mb-3">
<h5 class="home-tittle-blog">Understanding SIPs: Building Wealth One Step at a Time</h5>
<img
src="./assests/images/blog1.svg"
alt="Understanding SIPs"
class="img-fluid rounded-3 mb-3"
/>
<h5 class="home-tittle-blog">
Understanding SIPs: Building Wealth One Step at a Time
</h5>
<p class="time">7 min read</p>
<p class="desc-blog">
Small monthly investments can lead to big financial milestones. Explore how SIPs work, why they matter, and
how you can get started today.
Small monthly investments can lead to big financial milestones.
Explore how SIPs work, why they matter, and how you can get started
today.
</p>
<a href="#/blog" class="read-more">Read More <img src="./assests/images/blog-arrow.svg" alt=""
class="blogarrow"></a>
<a href="#/blog" class="read-more"
>Read More
<img src="./assests/images/blog-arrow.svg" alt="" class="blogarrow"
/></a>
</div>
</div>
<div class="col-md-4">
<div class="blog-card">
<img src="./assests/images/blog2.svg" alt="Goals First" class="img-fluid rounded-3 mb-3">
<h5 class="home-tittle-blog">Goals First: Planning for Retirement, Children & More</h5>
<img
src="./assests/images/blog2.svg"
alt="Goals First"
class="img-fluid rounded-3 mb-3"
/>
<h5 class="home-tittle-blog">
Goals First: Planning for Retirement, Children & More
</h5>
<p class="time">7 min read</p>
<p class="desc-blog">
Whether its your dream home or your childs future, financial goals need clarity and discipline. Learn how
goal-based investing can help.
Whether its your dream home or your childs future, financial goals
need clarity and discipline. Learn how goal-based investing can help.
</p>
<a href="#/blog" class="read-more">Read More <img src="./assests/images/blog-arrow.svg" alt=""
class="blogarrow"></a>
<a href="#/blog" class="read-more"
>Read More
<img src="./assests/images/blog-arrow.svg" alt="" class="blogarrow"
/></a>
</div>
</div>
<div class="col-md-4">
<div class="blog-card">
<img src="./assests/images/blog3.svg" alt="Market Cycles" class="img-fluid rounded-3 mb-3">
<h5 class="home-tittle-blog">How Market Cycles Affect Mutual Fund Returns</h5>
<img
src="./assests/images/blog3.svg"
alt="Market Cycles"
class="img-fluid rounded-3 mb-3"
/>
<h5 class="home-tittle-blog">
How Market Cycles Affect Mutual Fund Returns
</h5>
<p class="time">7 min read</p>
<p class="desc-blog">
Markets rise and fall — but how does that impact your mutual fund investments? Learn how long-term compounding
can smooth out volatility.
Markets rise and fall — but how does that impact your mutual fund
investments? Learn how long-term compounding can smooth out
volatility.
</p>
<a href="#/blog" class="read-more">Read More <img src="./assests/images/blog-arrow.svg" alt=""
class="blogarrow"></a>
<a href="#/blog" class="read-more"
>Read More
<img src="./assests/images/blog-arrow.svg" alt="" class="blogarrow"
/></a>
</div>
</div>
</div>
</section>
<section class="ask-advantage2 container">
@@ -544,20 +663,29 @@
<p class="lead">Here are answers to some common questions we often get</p>
<div class="accordion" id="accordionExample">
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne"
aria-expanded="true" aria-controls="collapseOne">
<button
class="accordion-button"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseOne"
aria-expanded="true"
aria-controls="collapseOne"
>
Is it safe to invest in mutual funds?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne"
data-bs-parent="#accordionExample">
<div
id="collapseOne"
class="accordion-collapse collapse show"
aria-labelledby="headingOne"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
<span class="textaccor">
Mutual funds are regulated by SEBI and offer risk diversification, but returns are not guaranteed and
depend on market performance.
Mutual funds are regulated by SEBI and offer risk diversification,
but returns are not guaranteed and depend on market performance.
</span>
</div>
</div>
@@ -565,16 +693,27 @@
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseTwo"
aria-expanded="false"
aria-controls="collapseTwo"
>
How much money do I need to start?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
data-bs-parent="#accordionExample">
<div
id="collapseTwo"
class="accordion-collapse collapse"
aria-labelledby="headingTwo"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
<span class="textaccor">
You can begin investing in most mutual funds with as little as ₹500 via SIP or lump sum.
You can begin investing in most mutual funds with as little as
₹500 via SIP or lump sum.
</span>
</div>
</div>
@@ -582,17 +721,27 @@
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseThree"
aria-expanded="false"
aria-controls="collapseThree"
>
Can I withdraw my money anytime?
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree"
data-bs-parent="#accordionExample">
<div
id="collapseThree"
class="accordion-collapse collapse"
aria-labelledby="headingThree"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
<span class="textaccor">
Yes, most open-ended mutual funds allow withdrawals anytime, though some may have exit loads or specific
lock-in periods.
Yes, most open-ended mutual funds allow withdrawals anytime,
though some may have exit loads or specific lock-in periods.
</span>
</div>
</div>
@@ -600,17 +749,27 @@
<div class="accordion-item">
<h2 class="accordion-header" id="headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseFour"
aria-expanded="false"
aria-controls="collapseFour"
>
How are mutual funds taxed?
</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour"
data-bs-parent="#accordionExample">
<div
id="collapseFour"
class="accordion-collapse collapse"
aria-labelledby="headingFour"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
<span class="textaccor">
Tax is based on the type of fund and holding period, with separate rules for equity and debt funds as per
prevailing tax laws.
Tax is based on the type of fund and holding period, with separate
rules for equity and debt funds as per prevailing tax laws.
</span>
</div>
</div>
@@ -618,16 +777,27 @@
<div class="accordion-item">
<h2 class="accordion-header" id="headingFive">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseFive"
aria-expanded="false"
aria-controls="collapseFive"
>
Do mutual funds guarantee returns?
</button>
</h2>
<div id="collapseFive" class="accordion-collapse collapse" aria-labelledby="headingFive"
data-bs-parent="#accordionExample">
<div
id="collapseFive"
class="accordion-collapse collapse"
aria-labelledby="headingFive"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
<span class="textaccor">
No, mutual funds do not guarantee returns; their value fluctuates according to market movements.
No, mutual funds do not guarantee returns; their value fluctuates
according to market movements.
</span>
</div>
</div>
@@ -635,24 +805,31 @@
<div class="accordion-item">
<h2 class="accordion-header" id="headingSix">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseSix"
aria-expanded="false"
aria-controls="collapseSix"
>
What is NAV in mutual funds?
</button>
</h2>
<div id="collapseSix" class="accordion-collapse collapse" aria-labelledby="headingSix"
data-bs-parent="#accordionExample">
<div
id="collapseSix"
class="accordion-collapse collapse"
aria-labelledby="headingSix"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
<span class="textaccor">
NAV (Net Asset Value) is the per-unit price of a mutual fund, calculated daily after accounting for fund
assets and liabilities.
NAV (Net Asset Value) is the per-unit price of a mutual fund,
calculated daily after accounting for fund assets and liabilities.
</span>
</div>
</div>
</div>
</div>
</div>
</section>