body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f9f9f9; } .container { display: flex; justify-content: center; flex-wrap: wrap; padding: 20px; gap: 20px; } .card { background-color: #fff; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); text-align: center; padding: 20px; width: 23%; /* Ensure 4 cards fit in one row (100% / 4 = 25%, minus some gap space) */ box-sizing: border-box; } .card img { width: 50px; height: auto; margin-bottom: 15px; } .card h3 { font-size: 18px; color: #333; margin: 15px 0 10px; } .card p { font-size: 14px; color: #666; margin: 0 0 15px; } .card button { background-color: #007bff; color: #fff; border: none; padding: 10px 15px; border-radius: 5px; cursor: pointer; font-size: 14px; } .card button:hover { background-color: #0056b3; } /* Force the container to always show 4 columns on all devices */ @media (max-width: 1024px) { .card { width: 23%; } } @media (max-width: 768px) { .card { width: 23%; } } @media (max-width: 576px) { .card { width: 23%; } }
Windows Icon

SIP Calculator

Calculate your SIP returns and make smarter investment decisions for long-term wealth growth.

Mac Icon

Goal SIP Calculator

Plan your financial goals with precision and calculate the SIP amount required to achieve them.

Online Icon

Brokerage Calculator

Estimate brokerage fees accurately to optimize your trading profits and
reduce costs.

Custom Icon

Span Margin Calculator

Analyze margin requirements for trades to manage your risks and maximize returns
effortlessly.

Lumpsum Icon

Lumpsum Calculator

Calculate the future value of your one-time investments and maximize your
returns with ease.

SWP Icon

SWP Calculator

Systematic Withdrawal Plan to generate steady income while managing your wealth
efficiently.

Annuity Icon

Annuity Calculator

Evaluate the payouts from your annuity investments and secure your financial future
effortlessly.

Asset Allocation Icon

Asset Allocation Calculator

Calculate your asset allocation to achieve your financial goals efficiently.

Bond Yield Icon

Bond Yield Calculator

Determine the yield of your bond investments to evaluate potential returns and make informed decisions.

EMI Icon

EMI Calculator

Calculate your Equated Monthly Installment (EMI) for loans to manage your finances
effectively.

Future Value Icon

Future Value Calculator

Estimate the future value of your investments and financial goals based on interest
rates and time.

Impact Icon

Impact Calculator

Assess the impact of your financial decisions on long-term wealth accumulation and security.

Inflation Icon

Inflation Calculator

Calculate the impact of inflation on your savings and investments over time to plan your finances effectively.

Power of Compounding Icon

Power of Compounding Calculator

Boost your investment returns over time to achieve your financial goals.

Rate of Return Icon

Rate of Return Calculator

Calculate the annual rate of return on your investments to assess their performance and growth potential.

Retirement Income Icon

Annual Retirement Income Calculator

Calculate your retirement income and how to achieve it by planning your investments today.

Goal Based SIP Topup Icon

Goal Based SIP Topup Calculator

Plan your SIP top-ups to reach your financial goals faster while managing your savings effectively.

Target Amount SIP Icon

Target Amount SIP Calculator

Calculate the SIP amount required to reach a specific target amount within a chosen timeframe.

Target Amount Lumpsum Icon

Target Amount Lumpsum Calculator

Determine the one-time investment needed to achieve your financial targets
efficiently.

Lumpsum Return Icon

Lumpsum Return Calculator

Evaluate the returns on your one-time investments based on the chosen time horizon and rate of return.

SIP with Annual Increase Icon

SIP with Annual Increase Calculator

Plan your SIP investments with annual increases to achieve your financial goals faster and efficiently.

Become a Crorepati Icon

Become a Crorepati Calculator

Find out how much you need to invest regularly to accumulate ₹1 crore within a specified timeframe.

Retirement Planning Icon

Retirement Planning Calculator

Plan your retirement by estimating the savings required to maintain your lifestyle post-retirement.

Goal Setting Icon

Goal Setting Calculator

Set financial goals and
calculate the savings and investments
needed to achieve them efficiently.

Education Planner Icon

Education Planner Calculator

Plan your education expenses and savings to ensure a bright future for yourself.

Compounding Icon

Compounding Calculator

Discover the power of compounding to maximize your returns and achieve financial growth.

Spending Less Icon

Spending Less Calculator

Analyze your spending habits and identify opportunities to save more and spend less
effectively.

Future Value Icon

Future Value Calculator

Estimate the future value of your investments to make better financial decisions and achieve your goals.

/* Disable padding for .padding-bottom and .padding-top */ .padding-bottom, .padding-top { padding-block-end: 0px !important; padding-block-start: 0px !important; } /* In case of media query, ensure padding is 0px */ @media (min-width: 992px) { .padding-bottom { padding-block-end: 0px !important; } .padding-top { padding-block-start: 0px !important; } } }