Você está na página 1de 15

$(document).

on('click', '#system-message-container', function(){ var


messageContainer = document.getElementById( 'system-message-container' ); //
Empty container with a while for Chrome performance issues while (
messageContainer.firstChild ) messageContainer.removeChild(
messageContainer.firstChild ); // Fix Chrome bug not updating element height
messageContainer.style.display = 'none'; messageContainer.offsetHeight;
messageContainer.style.display = ''; }); .close:focus, .close:hover { color:
#000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50);
opacity: .5; } 8 Best Child Insurance Plans in India 2018
jQuery(document).ready(function() {
jQuery('ul.jt_tabs').delegate('li:not(.current)', 'click', function() {
jQuery(this).addClass('current').siblings().removeClass('current')

.parents('div.mod_jt_tabs').find('div.jt_box').eq(jQuery(this).index()).fadeIn(0).s
iblings('div.jt_box').hide();
}) }); var _gaq = _gaq || [];<iframe
src="//www.googletagmanager.com/ns.html?id=GTM-PW5K" height="0" width="0"
style="display:none;visibility:hidden"></iframe> (function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event:
'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl =
l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j,
f); })(window, document, 'script', 'dataLayer', 'GTM-PW5K');

Download Mobile app


About us
Contact us
renewal
Claim
Toll FreeCreated with Sketch.Sales 1800-208-8787

My Account

Life InsuranceLife Insurance


Term Insurance
Investment Plans
Child Plans
Pension Plans
ULIPs
Money Back Policy
Endowment Policy
Income Tax

Health InsuranceHealth Insurance


Health Plans
Family Health Plan
Senior Citizen Health Insurance
Critical Illness
Mediclaim Policy
Health Insurance Claim

Motor InsuranceMotor Insurance


Car Insurance
Two Wheeler Insurance
Third Party Insurance
Car Insurance Claim

Other InsuranceOther Insurance


General Insurance
Group Mediclaim Cover
Corporate Insurance
Travel Insurance
Home Insurance
Personal Accident
Cancer Insurance

My Account
Register a Complaint
Contact Us
About Us
Toll FreeCreated with Sketch.Sales1800-208-8787

Download Mobile App

Life InsuranceTerm Insurance


Investment Plans
Child Plans
Pension Plans
ULIPs
Money Back Policy
Endowment Policy
Income Tax

Health InsuranceHealth Plans


Family Health Plan
Senior Citizen Health Insurance
Critical Illness
Mediclaim Policy
Health Insurance Claim

Motor InsuranceCar Insurance


Two Wheeler Insurance
Third Party Insurance
Car Insurance Claim

Other InsuranceGeneral Insurance


Group Mediclaim Cover
Corporate Insurance
Travel Insurance
Home Insurance
Personal Accident
Cancer Insurance

My Account
Home
Life Insurance
Child Plans
Articles - CP
Best Child Insurance Plans in India
var addClass = function(currentItem) { currentItem.classList.add('active');
currentItem.parentElement.children[1].classList.add('slidedown'); }; var
removeClass = function() { for (var i = 0; i < submenuopen.length; i++) {
submenuopen[i].classList.remove('active');
submenuopen[i].parentElement.children[1].classList.remove('slidedown'); }
addClass(this); }; function openNav() { var mobNav =
document.getElementById("mobNav"); mobNav.style.width = "250px";
//document.body.style.backgroundColor = "rgba(0,0,0,0.6)"; } /* Set the width of
the side navigation to 0 */ function closeNav() { var mobNav =
document.getElementById("mobNav"); mobNav.style.width = "0px";
document.body.style.backgroundColor = "white"; } var submenuopen =
document.getElementsByClassName("submenu"); for (var i = 0; i <
submenuopen.length; i++) { submenuopen[i].addEventListener('click', removeClass,
false); } var fixed = document.getElementById('mobNav'); if (fixed) { try {
fixed.addEventListener('touchmove', function(e) { e.preventDefault();
e.preventDefault(); }, false); } catch (e) {} }

$(function () { ($('.tags').length == '0')? $('.tagLabel').hide() : ''; var


starRate = { ratingValue: parseFloat($('.unseen span').eq('0').html()),
bestRating: parseInt($('.unseen span').eq('1').html()), ratingCount:
parseInt($('.unseen span').eq('2').html()) } $('.content_rating').remove(); for
(var i = 0; i <= starRate.ratingValue - 1; i++) { $('.dump >.stars >
a.star').eq(i).addClass('fullStar'); } $('.nubReview').html(starRate.ratingValue
+ '/' + starRate.bestRating + ' (' + starRate.ratingCount + ' page reviews)');
$('.artcle_left_panel,.artcle_right_panel').addClass('sbcate bodytext');
$('table').wrap('<div class="tablewrap" style="overflow:auto;
width:100%"></div>'); $(".ns_formsubmit").click(function () {
subscribeArticle(); }); $(".search_article button").click(function () {
if($('input[name=searchword]').val()!=''){ $("#searchForm").submit(); }else
if($('.searchError','#searchForm').length==1){ return false; }else{
$('#searchForm').prepend('<div class="searchError">Enter Search Keyword</div>');
} }); if($(window).width() > 320){ // $("a.single_image").fancybox({'autoResize'
: false,'fitToView': false,'scrolling': 'yes'}); } }); function
subscribeArticle() { var email = $('.ns_Letter').val(); var pattern = new
RegExp(/^(("[\w-\s]+")|([\w-]+(?:\.[\w-]+)*)|("[\w-\s]+")([\w-]+(?:\.[\w-]+)*))
(@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$)|(@\[?((25[0-5]\.|2[0-
4][0-9]\.|1[0-9]{2}\.|[0-9]{1,2}\.))((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\.)
{2}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\]?$)/i);x
if (email != '' && pattern.test(email) == true) { var formURL =
'https://www.policybazaar.com//drop_feedback/services/sendnewsletter.php?'; var
formData = { 'email': email }; $.ajax({ url: formURL, type: 'POST', data:
formData, dataType: "json", cache: false, encode: true, success: function (data,
textStatus, jqXHR) { //var data1 = JSON.parse(JSON.stringify(data));
$('#nsMsg').addClass('ns_error ns_success').html('Thank You for subscribing for
News Letter'); $('.ns_Letter').val(''); }, error: function (jqXHR, textStatus,
errorThrown) { } }); } else {
$('#nsMsg').removeClass('ns_success').addClass('ns_error').html('Please enter a
valid email address.'); } } function detectIE() { var ua =
window.navigator.userAgent; var msie = ua.indexOf('MSIE '); if (msie > 0) { //
IE 10 or older => return version number return parseInt(ua.substring(msie + 5,
ua.indexOf('.', msie)), 10); } var trident = ua.indexOf('Trident/'); if (trident
> 0) { // IE 11 => return version number var rv = ua.indexOf('rv:'); return
parseInt(ua.substring(rv + 3, ua.indexOf('.', rv)), 10); } var edge =
ua.indexOf('Edge/'); if (edge > 0) { // Edge (IE 12+) => return version number
return parseInt(ua.substring(edge + 5, ua.indexOf('.', edge)), 10); } // other
browser return false; }

Best Child Insurance Plans in India

Details Written by PolicyBazaar - Hits : 118545 - Published : 24 June


2016

2.7/5 (39 page reviews)

Compare Now To Start Building Your Child's Financial Cover

Growth

Child

Retirement

Annuity

NameName

Mr.Ms.

MobileMobile

IndiaUnited Arab EmiratesAustraliaBahrainIndonesiaKuwaitMalaysiaOmanQatarSaudi


ArabiaSingaporeUnited KingdomUSA/Canada
+91
EmailEmail

View Plans

Please wait. We Are Processing..


By clicking on ''View Plans'' you, agreed to our Privacy Policy and Terms of use
* T&C Applied

*Please note that the quotes shown will be from our partners

An Indian Perspective

The Indian market and young parents are gradually waking up to the need of
securing their child’s future with the help of an insurance plan tailor made to
suit kids and take care of them not only when there is a sad demise of the
parent but also to take care of landmark events in a child’s life, like higher
education, study abroad, meet career goals and marriage.

Why is Child Insurance Important?

The most important reason to buy a child plan for your kids is to ensure that
their future is not jeopardized by your untimely demise. Given the uncertainties
in life that we are often confronted with, it is important that we prepare
ourselves for the future.

Although many financial advisers may argue that a term insurance might do the
job of securing your family’s future in case of untimely death at a lower cost,
a term insurance will not continue even after death. If you opt for a child
insurance plan, the insurance company will continue paying the premium on behalf
of the policy holder. Although child insurance plans are costlier, they will
serve your child’s interests better in the long term. As per an insurance policy
meant for children, the amount is given out to the beneficiary at regular
intervals as per the plan.

Advantages of Investing in a Child Insurance Plan

Offers the benefit of customized pay-outs

One of the biggest benefits of investing in a child plan is the flexibility it


offers you in terms of making pay outs. As a parent you will realise that your
child needs extra financial support in crucial times, especially when he or she
plans to go for higher education. A good child insurance plan gives you the
flexibility of spacing out your pay-out so that your child receives the maximum
pay out when he or she requires it.

The welfare of your child is the top-most priority

Although tailor-made child insurance policies are costlier, these plans are
designed to cater to children.Child Plans are tailored to meet important
expenses as and when required to ensure that there is no glitches in your
child’s pursuit of his or her dreams.
You can choose riders to secure your child plan

Any good child insurance plan comes with the options of riders at comparatively
nominal costs, which you can avail for extra security.

The Best Plans for Your Child

Several insurance companies have realised the need for bringing forth more
flexible and innovative child plans and presently there are several plans
available in the market. So how do you know which to choose over which? And
which are the best insurance plans available for you? We enlist a few plans to
help you choose wisely and well.

Bajaj Allianz Young Assure

Deemed as a traditional savings plan, Bajaj Allianz Young Assure is a good plan
to invest in to secure your child’s future needs.

Features
The entry age for this plan is between 18-50 years and the maximum maturity
age is 60 years
Policy will ensure that there is adequate cash available for important events
like paying for your child’s higher education, your child’s marriage and other
important landmark events.
Flexibility to choose from three cash instalment options
Offers special rates for women policy holders
Accidental Permanent Total Disability benefits can be availed
You can customise your plan by choosing additional riders at very low rates
Tax benefits can be availed

Max Life Shiksha Plus Super

Features
The entry age for this plan is between 21-50 years and the maximum maturity
age is 65 years
You can take your pick from five options, each covering different risk levels

Flexibility to choose the policy term and the term of your premium, depending
on your goals
Option to make partial withdrawals when you are in need of money
In case of the demise of the insured, there is a lump sum pay out, along with
family income benefit and funding of the benefit for premium.
The plan is liable to pay loyalty additions
Upon maturity, the amount you receive will be equal to the fund value
Tax benefits can be availed

ICICI Pru Smart kid Assure Plan

Features
The entry age for this plan is between 20-60 years and the maximum maturity
age is 75 years
You can exercise control over your investments by choosing between eight
funds, which are equity, debt and balanced funds for investment. Also, you can
switch between these funds anytime
You also have the flexibility to pay the premium either once or throughout
the tenure of the policy term
If you are in need of cash, you can make withdrawals following the completion
of five policy years
You have the flexibility to choose the level of protection you want
You can avail loyalty additions through this plan
Tax benefits can be availed

HDFC SL YoungStar Super Premium

This is a Unit Linked Insurance Plan(ULIP) that is suited to take care of the
needs of your kids.

Features
The entry age for this plan is between 30-60 years and the maximum maturity
age is 75 years
In case of the policy holder’s demise, there will be regular yearly pay-outs
made to the family.
You can customize the plan as per your requirements
You can choose between two insurance cover options.
You can exercise control over your investments by choosing between four
funds, which have varied levels of exposure.Also, you can switch between these
funds anytime
The minimum policy term is 10 years and the maximum is 20 years
You do not necessarily have to undergo a medical test. You can fill a short
questionnaire to address the queries
Upon maturity, the fund value will be paid to the beneficiary
The minimum premium is Rs 15,000. There is no maximum limit
Tax benefits can be availed

Birla Sun Life Insurance Vision Star Plan

Features
The entry age for this plan is between 18-55 years and the maximum maturity
age is 75 years
The minimum sum assured is Rs 1 lakh
In case of the demise of the policy holder, the nominee will receive the
death benefit. Also, there will be no requirement to pay premiums in the
future
The accrued bonuses will be paid on the maturity date
Also, if you discontinue paying your premiums after at least three years,
your policy will not lapse, but it will continue operating on a reduced
paid-up basis
You can take a loan against this policy against the maximum surrender value.
You can choose to pay the premium on an annual, semi-annual, quarterly or
monthly basis
Tax benefits can be availed

LIC Jeevan Ankur

Features
You can choose to pay the premium on an annual, semi-annual, quarterly or
monthly basis
Along with the maturity benefit you can also avail loyalty additions
You can choose riders for critical illness or accident benefits
If you discontinue paying the premiums, you can revive it within five years
from the date of the last paid premium
Upon surrendering the premium, you will receive a guaranteed surrender value
upon on both regular premium and single premium policies

Reliance Child Plan

Features
Can help your child set up a business in the future
Guarantees periodic benefits
Caters to your child’s education needs
Offers life cover for the entire policy term
Tax benefits can be availed
Maturity benefit will include 25% of the sum assured, along with bonus

Aviva Young Scholar Advantage Plan (Child Education Plan)

Features
The policy term of this plan is 10-25 years
In case of the death of the policy holder, all future premiums will be waived
and a lump sum amount will be paid out
Gives you the flexibility to utilise the money to meet key goals

In conclusion

Once you are aware of the rising need for securing a child plan to ensure your
child’s seamless progress into a bright future, you should hand pick a plan to
cater to your child’s needs from the plethora of options available in the
market.

You may also like to read : Useful Tips to Buy a Child Plan

Compare Now To Start Building Your Child's Financial Cover

Growth

Child

Retirement

Annuity

NameName

Mr.Ms.

MobileMobile

IndiaUnited Arab EmiratesAustraliaBahrainIndonesiaKuwaitMalaysiaOmanQatarSaudi


ArabiaSingaporeUnited KingdomUSA/Canada
+91

EmailEmail
View Plans

Please wait. We Are Processing..


By clicking on ''View Plans'' you, agreed to our Privacy Policy and Terms of use
* T&C Applied

How helpful was this page?

$(function(){ $("#star-rating").rating(); $(".rateBox > .stars


a").on("click",function(e){
$("#user_rating_selected").val($(this).attr("title"));
$("#UserRating").submit(); }) $(".content_vote ul.itemRatingList li
").find("a").hover(function(){ var currentRateval = $(this).attr("title");
$("#displayRate").fadeIn(); //$("#displayRate").html(currentRateval); },
function(){$("#displayRate").fadeOut();}); var posturl =
"https://www.policybazaar.com/ajax_vote.php"; // var posturl =
"https://www.policybazaar.com/life-insurance/child-plans/articles/best-child-
insurance-plans-in-india/?hitcount=0";T
$(".itemRatingList > li").find("a").click(function(){ clicked_data =
$(this).text(); $("#user_rating_selected").val(clicked_data);
$(this).addClass("itemCurrentRating"); postdata =
"rating:"+clicked_data+",content_id:"+3145; //$.post(posturl,
$("#UserRating").serialize(), function(retUrl) { // var obj =
jQuery.parseJSON(retUrl); // $("#displayRate").html(obj.message);
//alert(obj.rating); //}); $("#UserRating").submit(); }); });

Recent
Most Read

Sukanya Samriddhi Yojana


Date: 19 December 2018

SBI Sukanya Samriddhi Yojana


Date: 07 December 2018

A 4-Point Child Education Planning Checklist for Indian Parents


Date: 02 August 2018

Everything You Need To Know About SBI Child Insurance Plan


Date: 08 March 2018

Common Myths about Child Insurance Plans


Date: 07 March 2018

5 Benefits of Sukanya Samriddhi Yojana for Girl Child by the Govt of India
Views : 336802
Top 6 Child Investment Plans in India
Views : 122773

Best Child Insurance Plans in India


Views : 118545

Top 5 Child Insurance Plans to Invest in 2018


Views : 91475

Top 10 child Plans to invest in 2018


Views : 81082

Related plans
LIC Child Plans
Tata AIA Child Plans
Reliance Life Child Plans
SBI Life Child Plans
Kotak Life Child Plans
PNB MetLife Child Plans
DHFL Pramerica Child Plans
IndiaFirst Child Plans
Edelweiss Tokio Life Child Plans
Star Union Child Plans

Search

Search

GET ARTICLE ON EMAIL

Submit

Calculators
Income Tax Calculator
Other Calculators
Pension Calculator
Savings Calculator
Save Regularly
Actual Savings
Health Insurance Premium Calculator
Car Insurance Calculator
Bike Insurance Calculator
SIP Calculator
Life Insurance Calculator
ULIP Calculator
Premium Calculator
FD Calculator
fncGetFormInPage('investment_new','3','0'); $(function() {
$('.pbee-img').click(function(){ $(this).hide();
$('.chatBot').addClass('chat-open'); }) $('.chatBot .min').click(function(){
$('.chatBot').removeClass('chat-open',function(){ $('.pbee-img').show(); }); })
$('.pbee-img').click(function(){ if ($('div.chatBot iframe').length > 0) {
}else{ file_src =
'http://chatbot.policybazaar.com/livechat?product=NewCar&page=seo&cb=1';
$('<iframe>') // Creates the element .attr('src',file_src) // Sets the attribute
spry:region="myDs" .attr('border',0) .attr('height',500)
.appendTo('.chatbox-cont'); } }); })

!function(d,e,f,a,b,c){d.qp||(a=d.qp=function(){a.qp?
a.qp.apply(a,arguments):a.queue.push(arguments)},a.queue=[],b=document.createElemen
t(e),b.async=!0,b.src=f,c=document.getElementsByTagName(e)
[0],c.parentNode.insertBefore(b,c))}
(window,"script","https://a.quora.com/qevents.js");qp("init","efe9d4e9719d488bbc2da
e6e180383d6");qp("track","ViewContent");

Help us spread the Word

Follow, like, tweet or post. We Would love to interact with you


facebook
twitter
google
linkedIn
youtube

About Us
Sitemap
Media
Careers
Legal and Admin Policies
ISNP
Insurance Companies
Articles

Our Investors

CIN: U74900HR2014PTC053454 Policybazaar Insurance Web Aggregator Private


Limited, Registered Office no. - Plot No.119, Sector - 44, Gurgaon, Haryana –
122001

IRDAI Web aggregator Registration No. 06 Registration Code No. IRDAI/WBA21/15


Valid till 13/07/2021
Insurance is the subject matter of solicitation.Visitors are hereby informed
that their information submitted on the website may be shared with insurers.

*The information provided on this website/page is only for information sake.


Policybazaar does not in any form or manner endorse the information so provided
on the website and strives to provide factual and unbiased information to
customers to assist in making informed insurance choices.

The product information for comparison displayed on this website is of the


insurers with whom our company has an agreement.

Product information is authentic and solely based on the information received


from the Insurer© Copyright 2008-2019 policybazaar.com. All Rights Reserved..
$(window).load(function(){ var cName = getCookie('countryselection'); if(!cName
&& $('.countryselection').length){ getCountry(); } }); function getCountry(){
var InvCountryJson = [ {"CountryCodeId": "375", "CountryName": "United Arab
Emirates", "CountryCode": 971, "MIN": 9, "MAX": 9}, {"CountryCodeId": "187",
"CountryName": "Kuwait", "CountryCode": 965, "MIN": 8, "MAX": 8},
{"CountryCodeId": "288", "CountryName": "Qatar", "CountryCode": 974, "MIN": 8,
"MAX": 8}, {"CountryCodeId": "308", "CountryName": "Saudi Arabia",
"CountryCode": 966, "MIN": 9, "MAX": 9} ]; $.ajax({ url:
'https://termlife.policybazaar.com/api/country', dataType: "json", success:
function (countrydata) { if (typeof countrydata.countryName !== 'undefined') {
$.each(InvCountryJson, function (i, o) { if (o.CountryName.toLowerCase() ===
countrydata.countryName.toLowerCase()) { countryName = o.CountryName; countryId
= o.CountryCodeId; countryCode = o.CountryCode; $('.countryselection
.box').removeClass('active'); if(countryName=='United Arab Emirates')
$('.countryselection .uae').addClass('active'); else $('.countryselection
.uae').addClass('active'); $('.countryselection,.overlaybox').fadeIn('slow');
$('body').css('overflow','hidden'); return; } }); } } }); } function
setCookie(name,value,expires,path,domain,secure){cookieStr=name+"="+escape(value)
+";"
";if(expires){expires=setExpiration(expires);cookieStr+="expires="+expires+";
";}if(path){cookieStr+="path="+path+";
";}if(domain){cookieStr+="domain="+domain+"; ";}if(secure){cookieStr+="secure;
";}document.cookie=cookieStr;}function setExpiration(cookieLife){var today=new
Date();var expr=new Date(today.getTime()+cookieLife*60*1000);return
expr.toGMTString();} function getCookie(cname){var name=cname+"=";var
ca=document.cookie.split(';');for(var i=0;i<ca.length;i++){var
c=ca[i];while(c.charAt(0)==' ')c=c.substring(1);if(c.indexOf(name)==0)return
c.substring(name.length,c.length);}return"";} $(document).ready(function(){ try{
//Stricky Menu $(window).scroll(function(){ var scrolltop = $(this).scrollTop();
if(scrolltop < 200) $('nav').removeClass('fixedh'); else
$('nav').addClass('fixedh'); }) //Menu js for mobile
$('.humberIcon').click(function(event) { $('.overlaybox').show();
$('body').css({'overflow':'hidden','position':'fixed','height': '100%'});
$('.policynav').addClass('menuslide'); });
$('.closenav,.overlaybox').click(function(event) { $('.overlaybox').hide();
$('body').removeAttr('style'); $('.policynav').removeClass('menuslide'); });
$('#metismenu li ul').hide(); $('#metismenu li a.list_item').click(function
(event) { var currObj = $(this); if (currObj.parent().children("ul").length > 0)
{ if ($(this).parent('li').hasClass('active')) { $('#metismenu
li').removeClass('active'); $('#metismenu li ul').hide(); } else { $('#metismenu
li').removeClass('active'); currObj.parent().addClass('active'); $('#metismenu
li ul').hide(); $('#metismenu li.active ul').show(); } } });
$(window).scroll(function () { if ($(this).scrollTop() > 600) {
$('.backtotop').fadeIn(); } else { $('.backtotop').fadeOut(); } });
$('.backtotop').click(function (e) { e.preventDefault();
$('html,body').animate({ scrollTop: 0 }, 500); }); }catch(e){} }); $
(document).ready(function () { $(window).resize(function () { var wnheight =
$(window).height(); //console.log(wnheight); $('#menu_v3').css({'height':
wnheight, 'overflow-y': 'scroll'}); }); $('.pbfaqQues').click(function () {
$(this).next('.pbfaqAns').slideToggle(800); }) /*----------------------For Main
Navivation Header---------------*/ $('.navigation_bar > ul > li').hover(function
() { $(this).addClass("visited"); $('div', this).stop(true,
false).slideDown(300); }, function () { $(this).removeClass("visited"); $('div',
this).stop(true, false).slideUp(100); }); /*----------------------End For Main
Navivation Header---------------*/ var width =
$('.providerandproductContent').width(); $('.providerandproductContent
table').wrap('<div class="footable" style></div>')
/*----------------------Product Partner---------------*/ try {
$('#productPartner .responsive').slick({ dots: false, speed: 300, slidesToShow:
5, infinite: true, slidesToScroll: 1, responsive: [ { breakpoint: 1024,
settings: { slidesToShow: 3, slidesToScroll: 1, infinite: true, autoplay: true }
}, { breakpoint: 600, settings: { slidesToShow: 3, slidesToScroll: 1, autoplay:
true } }, { breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1,
autoplay: true, arrow: false } } ] }); } catch (e) { }
/*----------------------Product Partner---------------*/
/*----------------------travel slider---------------*/ $(function () { var
slickOpts = { dots: true, infinite: true, speed: 500, autoplay: true }; // Init
the slick try {$('.single-item').slick(slickOpts);} catch (e) {} }); try {
$('.single-item,.aboutSliderWrap').slick({ dots: true, speed: 300, infinite:
true, slidesToShow: 1, slidesToScroll: 1, arrow: false, customPaging: function
(slider, i) { var nameImg = ['/careers/images/sai.png',
'/careers/images/dhruve.png', '/careers/images/neeraj-a.png'] var img = '<img
src="https://www.policybazaar.com/' + nameImg[i] + '">'; //var thumb =
$(slider.$slides[i]).data(img); //var thumb = '/careers/images/neeraj-a.png';
return '<a>' + img + '</a>'; }, }); } catch (e) { }
/*----------------------articles landing page bottom news
slider---------------*/ try { $('.newsSection .newsLanding').slick({ dots: true,
infinite: true, slidesToShow:3, slidesToScroll: 1, responsive: [ { breakpoint:
1024, settings: { slidesToShow: 3, slidesToScroll: 3, infinite: true, dots: true
} }, { breakpoint: 840, settings: { slidesToShow: 2, slidesToScroll: 2 } }, {
breakpoint: 568, settings: { slidesToShow: 1, slidesToScroll: 1, infinite: true,
dots: true } }, ] }); } catch (e) {} /*----------------------articles listing
life insurance slider---------------*/ try { $('.article-slider').slick({
infinite: true, slidesToShow:1, slidesToScroll: 1 }); } catch (e) {}
/*----------------------life articles landingr---------------*/ try {
$('.ca-wrapper .innerSlide').slick({ infinite: true, slidesToShow:1,
slidesToScroll: 1, autoplay: true, autoplaySpeed: 2000, }); } catch (e) {} /
*----------------------travel slider---------------*/ //Display toll free menu
$('.mobileData').click(function (event) { if ($(this).attr('data-mob') == 'yes')
{ if ($('.restTollFree').css('display') == "none")
$('.restTollFree,.tollFreeMenu').show(); else {
$('.restTollFree,.tollFreeMenu').hide(); } } event.stopPropagation(); }); //Menu
open and close js var wnWidth = $(window).width(); var wnheight =
$(window).height(); $('#menu_v3').css({'height': wnheight, 'overflow-y':
'scroll'}); $("#humb_bg_menu").click(function () { if
($(this).hasClass("active")) { $('.overflowHide').hide(200);
$('body').css({'overflow': 'auto', 'position': 'static', 'height': 'auto'});
$('#menu_v3').removeAttr('style'); $(".sidebar").css({"left": -275});
$(this).removeClass("active"); } else { $('.overflowHide').show(200);
$('body').css({'overflow': 'hidden', 'position': 'fixed', 'height': '100%'});
$(".sidebar").css({"left": 0}); $(this).addClass("active"); } });
$(".close_panel").click(function () { $('.overflowHide').hide(200);
$('body').css({'overflow': 'auto', 'position': 'static', 'height': 'auto'});
$('#menu_v3').removeAttr('style'); $(".sidebar").css({"left": -275});
$("#humb_bg_menu").removeClass("active"); }); //Drop down menu for sidebar menu
$('#menu_v3 li ul').hide(); $('#menu_v3 li.active ul').show(); $('#menu_v3
li').click(function () { var currObj = $(this); if
(currObj.children("ul").length > 0) { if ($(this).hasClass('active')) {
$('#menu_v3 li').removeClass('active'); $('#menu_v3 li ul').hide(); } else {
$('#menu_v3 li').removeClass('active'); currObj.addClass('active'); $('#menu_v3
li ul').hide(); $('#menu_v3 li.active ul').show(); } } }); }); var fixed =
document.getElementById('menu_v3'); if (fixed) { try {
fixed.addEventListener('touchmove', function (e) { //e.preventDefault(); },
false); } catch (e) { } } $(function () { //Added for content update on bu pages
try { $('.leftSection p').addClass('paragraphBu'); $('.leftSection
table').wrap('<div class="footable"></div>'); $('.leftSection
.footable').parent().removeClass('footable'); } catch (e) { } }) $
(document).ready(function () { InsertTracking('0', '49.35.15.163',
'g0bje28hd1914me63jkk5k7to1', '', '', '', '', 'PB',
'/life-insurance/child-plans/articles/best-child-insurance-plans-in-india/',
'0'); navigator.sayswho = (function () { var N = navigator.appName, ua =
navigator.userAgent, tem; var M =
ua.match(/(opera|chrome|safari|firefox|msie)\/?\s*(\.?\d+(\.\d+)*)/i); if (M &&
(tem = ua.match(/version\/([\.\d]+)/i)) != null) M[2] = tem[1]; M = M ? [M[1],
M[2]] : [N, navigator.appVersion, '-?']; return M.join(' '); })(); });

One-Stop Destination
for all your Insurance Needs!

Compare & Buy Best Plan in:


UAE
Car, Travel, Health & more!
Apply for Credit Cards & Loans
India
Investment, Life, Health & Other Products from India!

$(document).ready(function () { //According for content try{ $('.faqsWrapper ul


li h2 a,.faqsWrapper ul li h3 a,.faqsWrapper ul li h4 a').attr('flag','down')
var flagVal = $('.faqsWrapper ul li h2 a,.faqsWrapper ul li h3 a,.faqsWrapper ul
li h4 a').attr('flag'); $('.faqsWrapper ul li h2 a,.faqsWrapper ul li h3
a,.faqsWrapper ul li h4 a').click(function(){ var flagVal =
$(this).attr('flag'); if(flagVal == 'down' ){
$(this).parent().parent().find('div').slideDown(); $(this).attr('flag','');
$(this).attr('flag','up'); } if(flagVal == 'up' ){
$(this).parent().parent().find('div').slideUp(); $(this).attr('flag','');
$(this).attr('flag','down'); } }); } catch(e){} });

function fancyBoxImage(img) {
$.fancybox.open('https://www.policybazaar.com/images/'+img); } $(function(){ if
($(window).width() > 1030) { $(window).scroll(function () { if
($(this).scrollTop() > 100) { $('.rightHide').fadeIn('slow'); } else{
$('.rightHide').fadeOut('slow'); } }); } $('.rightHide .getquotesBtn ').hover(
function() { $(this).parent().animate({right:'0px'},300); }, function() {
$(this).parent().animate({right:'-97px'},300); } );
$(".vote_link").click(function(){ var x = $("a[name='vote']").offset();
$(document).scrollTop(x.top-200); }); $('.faqsWrapper ul li h2
a').attr('flag','down') $('.faqsWrapper ul li h2 a').eq(0).attr('flag','');
$('.faqsWrapper ul li h2 a').eq(0).attr('flag','up'); $('.faqsWrapper ul
li').find('div').eq(0).slideDown(); $('.faqsWrapper ul li h2
a').eq(0).css('background-position','99% -28px'); var flagVal = $('.faqsWrapper
ul li h2 a').attr('flag'); $('.faqsWrapper ul li h2 a').click(function(){ var
flagVal = $(this).attr('flag'); if(flagVal == 'down' ){
$(this).parent().parent().find('div').slideDown(); $(this).attr('flag','');
$(this).attr('flag','up'); $(this).css('background-position','99% -28px'); }
if(flagVal == 'up' ){ $(this).parent().parent().find('div').slideUp();
$(this).attr('flag',''); $(this).attr('flag','down');
$(this).css('background-position','99% 3px'); } }); });

Add Your Family Members

Self
Age18 Years19 Years20 Years21 Years22 Years23 Years24 Years25 Years26
Years27 Years28 Years29 Years30 Years31 Years32 Years33 Years34 Years35
Years36 Years37 Years38 Years39 Years40 Years41 Years42 Years43 Years44
Years45 Years46 Years47 Years48 Years49 Years50 Years51 Years52 Years53
Years54 Years55 Years56 Years57 Years58 Years59 Years60 Years61 Years62
Years63 Years64 Years65 Years66 Years67 Years68 Years69 Years70 Years71
Years72 Years73 Years74 Years75 Years76 Years77 Years78 Years79 Years80
Years81 Years82 Years83 Years84 Years85 Years86 Years87 Years88 Years89
Years90 Years91 Years92 Years93 Years94 Years95 Years96 Years97 Years98
Years99 Years100 Years

Spouse
Age18 Years19 Years20 Years21 Years22 Years23 Years24 Years25 Years26
Years27 Years28 Years29 Years30 Years31 Years32 Years33 Years34 Years35
Years36 Years37 Years38 Years39 Years40 Years41 Years42 Years43 Years44
Years45 Years46 Years47 Years48 Years49 Years50 Years51 Years52 Years53
Years54 Years55 Years56 Years57 Years58 Years59 Years60 Years61 Years62
Years63 Years64 Years65 Years66 Years67 Years68 Years69 Years70 Years71
Years72 Years73 Years74 Years75 Years76 Years77 Years78 Years79 Years80
Years81 Years82 Years83 Years84 Years85 Years86 Years87 Years88 Years89
Years90 Years91 Years92 Years93 Years94 Years95 Years96 Years97 Years98
Years99 Years100 Years

SonDaughter

Add More MembersFatherMotherFather-In-LawMother-In-LawGrand FatherGrand Mother

CancelDone

(function(a,e,f,g,b,c,d){a.GoogleAnalyticsObject=b;a[b]=a[b]||function()
{(a[b].q=a[b].q||[]).push(arguments)};a[b].l=1*new9
Date;c=e.createElement(f);d=e.getElementsByTagName(f)
[0];c.async=1;c.src=g;d.parentNode.insertBefore(c,d)})
(window,document,"script","//www.google-
analytics.com/analytics.js","ga");ga("create","UA-4743078-
3","auto");ga("require","linkid");ga("send","pageview");

Você também pode gostar