.tabs-with-arrow .tabb-container {
border-radius: 20px 20px 0px 0px;
overflow: hidden;
}
.tabb-menu ul li {
width: 50%;
}
.tabb-a {
padding: 26px;
border-bottom: 1px solid #f37e20;
cursor: pointer;
color: #3d3d3d;
}
@media only screen and (max-width: 767px) {
.tabb-a {
padding: 11px 15px;
min-height: 65px;
vertical-align: middle;
justify-content: center;
align-items: center;
display: flex;
}
}
@media only screen and (max-width: 410px) {
.tabb-a {
padding: 8px 15px;
}
}
.tabb-a .tab-m-title {
font-size: 18px;
}
@media only screen and (max-width: tablet) {
.tabb-a .tab-m-title {
font-size: 13px;
}
}
@media only screen and (max-width: 990px) {
.tabb-a .tab-m-title {
font-size: 13px;
}
}
.tabb-a.active-a {
background-color: #f37e20;
position: relative;
}
.tabb-a.active-a:after {
content: "";
position: absolute;
left: 50%;
top: 100%;
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 10px solid #f37e20;
clear: both;
}
@media only screen and (max-width: 767px) {
.tabb-a.active-a:after {
left: 43%;
}
}
.tabb-a.active-a .tab-m-title {
color: #fff;
}
.tabb {
display: none;
padding: 0 32px 50px;
}
@media only screen and (max-width: 1153px) {
.tabb {
padding: 0 75px 30px;
}
}
@media only screen and (max-width: 1085px) {
.tabb {
padding: 0 55px 30px;
}
}
@media only screen and (max-width: tablet) {
.tabb {
padding: 0 15px 30px;
}
}
@media only screen and (max-width: 990px) {
.tabb {
padding: 0 15px 30px;
}
}
.tabb.tabb-active {
display: block;
}
.tabb.r-inv-bg {
padding-bottom: 0;
border-radius: 0px 0px 20px 20px;
}
.inv-sliders {
border-radius: 60px;
overflow: hidden;
box-shadow: 0px 18px 26px rgba(224, 158, 109, 0.17);
}
.inv-sliders .slick-arrow.slick-next {
right: -7px;
background: linear-gradient(267deg, #ffffff 49.46%, rgba(255, 255, 255, 0) 113.44%);
top: 0px;
bottom: 0;
height: 100%;
width: 60px;
}
.inv-sliders .slick-arrow.slick-next:before {
content: "";
width: 30px;
height: 29px;
position: absolute;
background: url(../images/investment/arrow-right.svg) no-repeat 14px 7px;
right: 13px;
top: 17px;
}
.inv-sliders .slick-arrow.slick-prev {
left: -7px;
background: linear-gradient(76deg, #ffffff 49.46%, rgba(255, 255, 255, 0) 113.44%);
top: 0px;
bottom: 0;
height: 100%;
width: 60px;
z-index: 1;
}
.inv-sliders .slick-arrow.slick-prev:before {
content: "";
width: 30px;
height: 29px;
position: absolute;
background: url(../images/investment/arrow-right.svg) no-repeat 14px 7px;
right: 13px;
top: 17px;
transform: scaleX(-1);
}
.inv-sliders .slick-arrow.slick-disabled {
opacity: 0;
}
.inv-prod-list {
padding: 25px 0;
text-align: center;
color: rgba(51, 51, 51, 0.5);
position: relative;
cursor: pointer;
letter-spacing: 0.32px;
}
.inv-prod-list:after {
content: "";
position: absolute;
width: 1px;
background-color: #cccccc;
right: 0;
height: 18px;
top: 50%;
transform: translateY(-50%);
}
.inv-prod-list.active-inner-tab {
background-color: #ffd6b3;
color: #ad1e23;
position: relative;
left: -1px;
}
.inv-prod-list.active-inner-tab:after {
display: none;
}
.find-solutions-cards {
flex-wrap: wrap;
}
@media only screen and (max-width: 1145px) {
.find-solutions-cards {
justify-content: center;
}
}
.card-wrap {
width: calc(25% - 15px);
margin-bottom: 30px;
}
@media only screen and (max-width: 1145px) {
.card-wrap {
width: calc(30% - 15px);
margin: 0 20px 30px;
}
}
@media only screen and (max-width: tablet) {
.card-wrap {
width: calc(47% - 3px);
margin: 0 10px 30px;
}
}
@media only screen and (max-width: 990px) {
.card-wrap {
width: calc(47% - 3px);
margin: 0 10px 30px;
}
}
@media only screen and (max-width: 767px) {
.card-wrap {
width: calc(57% - 3px);
margin: 0 10px 20px;
}
}
@media only screen and (max-width: 600px) {
.card-wrap {
width: calc(70% - 3px);
}
}
@media only screen and (max-width: 500px) {
.card-wrap {
width: 100%;
margin: 0px 0px 20px;
}
}
.card-wrap.hover-bg .find-solutions-card:hover {
background: #f37e20;
}
.card-wrap.hover-bg .find-solutions-card:hover .r-plus-btn {
display: block;
}
.card-wrap.hover-bg .find-solutions-card:hover .solutions-title p,
.card-wrap.hover-bg .find-solutions-card:hover .solutions-title h5 {
color: #fff;
}
@media only screen and (max-width: 400px) {
.card-wrap.card-w-3 .top-con .solutions-title p {
width: 110%;
}
}
.solutions-card-bottom {
border: 2px solid #f37e20;
padding: 20px 32px 40px;
box-shadow: 0px 18px 26px rgba(173, 30, 35, 0.2);
}
@media only screen and (max-width: tablet) {
.solutions-card-bottom {
margin-top: -128px;
box-shadow: 0px 6px 7px rgba(0, 8, 7, 0.2);
border: none;
padding-top: 110px;
padding-bottom: 30px;
}
}
@media only screen and (max-width: 990px) {
.solutions-card-bottom {
margin-top: -128px;
box-shadow: 0px 6px 7px rgba(0, 8, 7, 0.2);
border: none;
padding-top: 110px;
padding-bottom: 30px;
}
}
Choose your investment product
Fixed Deposits
iWish Goal Based Savings
Recurring Deposits
Public Provident Fund
National Pension Scheme
Government Saving Schemes
Fixed Deposits
iWish Goal Based Savings
Recurring Deposits
Public Provident Fund
National Pension Scheme
Government Saving Schemes
Fixed Deposit
Meet your
short & long term goals
with
an FD,
earning higher interest with
flexible tenures. FD provides you Safety, Instant Liquidity and Tax benefits for
your investment.
Calculate &
compare to find an FD
suitable for you
EXPLORE MORE
Fixed
Deposits tailored for you
Regular
Fixed Deposit
Start with ₹10,000
Auto-Renewal for continued Earnings
Liquidity with Overdraft
Flexible Tenure of 7 days to 10 years
Money
Multiplier FD
Start with ₹5,000
Flexible Tenure of 1 to 10 years
Liquidity of Saving Account
Higher earnings of Fixed Deposit
Tax
Saver Fixed Deposit
Save Tax upto ₹46,800
5 Year Lock-in
No Premature Closure
Flexible interest pay outs
Monthly
Income FD
Invest Today-Get Monthly Income upon maturity
One time Lump-Sum + Monthly Income
Min. 2 year Investment period
Min Investment of Rs.1 Lakh
iWish Goal Based
Savings
Start
ticking items off your wish-list with an iWish Goal Based Savings Account.
No Penalty
on missed deposits
Track and
manage your goal
For every wish of
yours, there is an iWish
Know MORE
Recurring
Deposits
Start saving with amount as low as
Rs. 500 monthly and earn higher interest, for a rewarding tomorrow.
Calculate
your
long term...
Calculate RD Returns
Regular Deposits tailored for you
Regular
Recurring Deposit
Monthly Deposit starting from Rs.500
Flexible Tenure of 6 months to 10 years
Same interest as a FD
Monthly
Income RD
Invest Monthly & Earn Monthly
One time Lump-Sum + Monthly Income
Min. 2 Years Investment Period
Min Investment of Rs.1 Lakh
Public Provident
Fund
Looking for avenues for saving tax
and of creating a sizeable wealth at the same time
A bright and
secure future awaits you. Generate a sizeable wealth, with PPF
Calculate PPF returns
National Pension
Scheme
Looking for investment avenues for
your golden years? Start saving with NPS to plan for a pleasant retirement.
Secured source of
income for your old age
Know MORE
Government Saving
Schemes
ICICI Bank
facilitates investing in various government saving schemes, to help customers
invest in the safe instruments with assured returns and regular interest
earnings over a specified periods of time.
Find the best
suitable scheme for your needs.
Know MORE
Government Saving Schemes tailored for you
Sukanya Samriddhi Yojana (SSY) Account
Savings scheme backed by Govt of India
Save upto 1.5 lakhs yearly
EEE tax benefit
Partial withdrawal on attaining 18 years
Senior
Citizens' Savings Scheme
Secure you retirement with GoI
Receive Interest directly in your Bank account.
Flexibility for premature closure
Find a solution to all your Financial Needs
I
have just
Started
Earning
I want to do
Tax
Planning
I’m looking for
Long-term
investment
I want to
Fulfill my
dreams
I want to
Save for my
daughter
I’m looking for
Short-term
investment
/**Tab calculator start*/
$(".tabb-menu li").on("click", (e) => {
e.preventDefault();
$(".tabb-a").removeClass("active-a");
const tabElem = $(e.target).closest(".tabb-a");
$(tabElem).addClass("active-a");
const activeTabElem = $(tabElem).attr("data-id");
console.log("tt :", activeTabElem);
$(".tabb").removeClass("tabb-active");
$(`#${activeTabElem}`).addClass("tabb-active");
});