-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBenefits.html
More file actions
596 lines (534 loc) · 28.7 KB
/
Benefits.html
File metadata and controls
596 lines (534 loc) · 28.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
<!doctype html>
<html lang="en">
<head>
<title>Benefits | LIC Agent(AJMER)</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<!-- Bootstrap CSS -->
<!-- fa fa-icon-link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css">
<!-- css-link -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<section id="top-navbar-1" class="top-navbar-1">
<div class="container-fluid">
<div class="row">
<div class="container">
<div class="row mt-2">
<div class="col-lg-3 col-sm-3">
<ul class="mt-1 header-info">
<li>
<a href=""> <i class="fa fa-facebook"></i></a>
</li>
<li>
<a href=""> <i class="fa fa-twitter"></i></a>
</li>
<li>
<a href=""> <i class="fa fa-instagram"></i></a>
</li>
</ul>
</div>
<div class="col-lg-6 col-sm-5">
<marquee behavior="" direction="right"><a href="https://licindia.in/" style="color: #fff; text-decoration: none;"> Click here to go to our official website www.licindia.in </a></marquee>
</div>
<div class="col-lg-3 col-sm-4 menu-bars1">
<ul class="menu-bars mt-2">
<li>
<a href="About.html">
<h3> About</h3>
</a>
</li>
<li>
<a href="gallery.html">
<h3> Gallery</h3>
</a>
</li>
<li>
<a href="contact.html">
<h3>Contact Us</h3>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="top-navbar-2" id="top-navbar-2">
<div class="container">
<div class="row mt-3">
<div class="col-lg-3 col-12">
<img src="images/LIC-Logo-PNG-Transparent-HD.png" alt="" srcset="">
</div>
<div class="col-lg-2"></div>
<div class="col-lg-2 col-sm-4 col-12">
<div class="box">
<div class="row text-center">
<div class="col-lg-3 col-sm-12 col-12">
<i class="fa fa-map-marker"></i>
</div>
<div class="col-lg-9 col-sm-12 col-12">
<p>Alwar Gate, Ajmer Rajasthan 305001</p>
</div>
</div>
</div>
</div>
<div class="col-lg-2 col-sm-4 col-12">
<div class="box">
<div class="row text-center">
<div class="col-lg-3 col-sm-12 col-12">
<i class="fa fa-phone"></i>
</div>
<div class="col-lg-9 col-sm-12 col-12">
<p class="mt-2 ml-2">9928186700</p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-4 col-12">
<div class="box">
<div class="row text-center">
<div class="col-lg-2 col-sm-12">
<i class="fa fa-envelope"></i>
</div>
<div class="col-lg-10 col-sm-12">
</div>
</div>
</div>
</div>
</div>
</section>
<section id="header-navbar" class="header-navbar">
<nav class="navbar navbar-expand-lg navbar-dark mt-2">
<a class="navbar-brand" href="index.html">
<img src="images/LIC-Logo-PNG-Transparent-HD.png" alt="">
</a>
<button class="navbar-toggler d-lg-none" type="button" data-toggle="collapse" data-target="#collapsibleNavId" aria-controls="collapsibleNavId" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="container">
<div class="row">
<div class="collapse navbar-collapse" id="collapsibleNavId">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item ">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="Benefits.html">Benefits</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Eligibilty.html">Eligibility</a>
</li>
<li class="nav-item">
<a class="nav-link" href="why_us.html">Why US</a>
</li>
<li class="dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Career @LIC Agent</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="Introduction_lic_career.html">Introduction</a>
<a class="dropdown-item" href="career_angecy.html">Carrer @ LIC Agency</a>
<a class="dropdown-item" href="job_profile.html">Job Profile Of LIC Agent</a>
<a class="dropdown-item" href="Successful_LIC_Agent.html">Become a Successful LIC Agent</a>
<a class="dropdown-item" href="procedure.html">Procedure</a>
<a class="dropdown-item" href="club_membership.html">Club Memberships</a>
<a class="dropdown-item" href="Gratuity.html">Gratuity</a>
<a class="dropdown-item" href="MDRT.html">MDRT</a>
<a class="dropdown-item" href="Remuneration.html">Remuneration</a>
</div>
</li>
<li class="nav-item">
<a type="button" class="btn nav-link" data-toggle="modal" data-target="#modelId">
Suggest Me Best LIC Policy
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://ebiz.licindia.in/D2CPM/#DirectPay">Online Premium Payment</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdownId" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Agent Corner</a>
<div class="dropdown-menu" aria-labelledby="dropdownId">
<a class="dropdown-item" href="New_Joiners.html">New Joiners</a>
<a class="dropdown-item" href="Exisiting_advisors.html">Existing Advisors</a>
</div>
</li>
</ul>
</div>
</div>
</div>
</nav>
</section>
<section class="benefits-banner" id="benefits-banner">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="breadcrumb">
<a class="breadcrumb-item" href="#">Home</a>
<span class="breadcrumb-item active">Benefits</span>
</nav>
</div>
</div>
</div>
</section>
<section class="benefits-info" id="benefits-info">
<div class="container">
<div class="row mt-5">
<div class="col-lg-6 col-sm-6">
<img src="images/benefits img info.jpg" alt="" srcset="">
</div>
<div class="col-lg-6 col-sm-6">
<h3>Benefits</h3>
<hr>
<p>Besides a handsome, passive, and hereditary commission, LIC also provides:</p>
<ul class="benefits-more">
<li>Interest free advance for 4 wheelers or 2 wheelers.</li>
<li>Interest free advance for purchase of Personal Computer, Palmtops, Laptops, etc. <b>Housing Loan at the rate of 5% p.a.</b></li>
<li>Reimbursement of expenses on Office, Stationery, Sales Promotion & Gift Items.</li>
<li>Interest Free advance for Training.</li>
<li>Term insurance and Mediclaim Benefits.</li>
<li>A Lic Agent can become Development Officer during the course of 4 years depending upon the quality work develired.</li>
<li>And many more.</li>
</ul>
</div>
</div>
</div>
</section>
<section class="benefits-icon" id="benefits-icon">
<div class="container">
<h6>TALK TO A PROFESSIONAL</h6>
<div class="row mt-3">
<div class="col-lg-4 col-sm-4">
<div class="box">
<img src="images/icon1.png" alt="" srcset="">
<h6>Future Growth</h6>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="box">
<img src="images/icon2.png" alt="" srcset="">
<h6>Financial Solution</h6>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="box">
<img src="images/icon3.png" alt="" srcset="">
<h6>Strategy Place</h6>
</div>
</div>
</div>
</div>
</section>
<section class="benefits-card" id="benefits-card">
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-4">
<div class="card1">
<h3>Commission on Sales</h3>
<p class="small">On any standard Policy that you obtain, you will be paid the accompanying Commission Rates: 35% of first year premium . 7.5% of second and third year premium. 5% there after till the Policy Continues.</p>
<div class="go-corner" href="#">
<div class="go-arrow">
→
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="card1">
<h3>Expanding Income</h3>
<p class="small">With the above repeating pay highlight of the protection remuneration your pay goes on consistently expanding each year. Each succeeding year's new deals add to the recharging commission on the earlier year's business.</p>
<div class="go-corner" href="#">
<div class="go-arrow">
→
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="card1">
<h3>Hereditary Income</h3>
<p class="small">In the event of specialist's demise while his office stays alive, after organization was in power for a very long time or over, restoration commission will keep on being payable to his beneficiaries or candidate gave there was
a business of at least Rs. 1 lakh in power at the hour of death.</p>
<div class="go-corner" href="#">
<div class="go-arrow">
→
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-sm-4">
<div class="card1">
<h3>Retirement Benefit</h3>
<p class="small">Tip up to a limit of Rs. 3,00,000/ - is payable under Schedule VI of the (Agents) Rules, 1972 gave the specialist has finished the business ensure for at any rate 15 years called as "qualifying years".</p>
<div class="go-corner" href="#">
<div class="go-arrow">
→
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="card1">
<h3>Dreams Can Come True</h3>
<p class="small">Raise personal satisfaction for yourself and your family as far as: Unlimited Income, Two/Four Wheeler, Dream House, Dream Office, Status in Society, International Status, Job Satisfaction, Pension For Generation, Peaceful Life.</p>
<div class="go-corner" href="#">
<div class="go-arrow">
→
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="card1">
<h3>Make Your Own Pension</h3>
<p class="small">As Years cruise by, the Renewal Commission fires developing. There by guaranteeing you a benefits for the following 20 to 25 Years. No retirement in this work, you are qualified for LIFE-LONG pay as COMMISSION.</p>
<div class="go-corner" href="#">
<div class="go-arrow">
→
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-sm-4">
<div class="card1">
<h3>Interest and Club Membership</h3>
<p class="small">A Club Member Agent is qualified for Interest free advance of Car, diminished Interest for Home Loan, Office support Allowance, Furniture Allowance, Festival Advance, Mobile and Land line Bill repayment and different offices.'</p>
<div class="go-corner" href="#">
<div class="go-arrow">
→
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="card1">
<h3>International Recognition</h3>
<p class="small">For each protection strategy sold by you, you will procure each time the policyholder pays premium on that arrangement. MDRT INR 7,34,700 Commission, COT INR 22,94,100 Commission, TOT INR 44,08,200 Commission</p>
<div class="go-corner" href="#">
<div class="go-arrow">
→
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="card1">
<h3>Reestablishment Commission</h3>
<p class="small">The specialist is paid 7.5 percent of the sum paid by the policyholders as the second just as the third year's charges and keeps on being paid a recharging commission of 5% on consistently's premium paid from the fourth year onwards.</p>
<div class="go-corner" href="#">
<div class="go-arrow">
→
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="connction-info" id="connction-info">
<div class="container">
<div class="row mt-5">
<div class="col-lg-4 col-sm-4">
<div class="box">
<div class="row">
<div class="col-lg-3 col-sm-3 col-3">
<div class="s-box text-center">
<i class="fa fa-map-marker"></i>
</div>
</div>
<div class="col-lg-9 col-sm-9 col-9">
<p>Jeevan Prakash Building, Ranade Marg, Alwar Gate, Ajmer Rajasthan 305001</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="box">
<div class="row">
<div class="col-lg-3 col-sm-3 col-3">
<div class="s-box text-center">
<i class="fa fa-envelope"></i>
</div>
</div>
<div class="col-lg-9 col-sm-9 col-9 mt-4">
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="box">
<div class="row">
<div class="col-lg-3 col-sm-3 col-3">
<div class="s-box text-center">
<i class="fa fa-phone"></i>
</div>
</div>
<div class="col-lg-9 col-sm-9 col-9 mt-4">
<a href="+91 9928186700">+91 9928186700</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="footer-section" id="footer-section">
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-12">
<img src="images/LIC-Logo-PNG.png" alt="" srcset="">
<p>LIC or Life Insurance Corporation of India is among the most established and plainly the biggest life safety net provider in India. It is an administration claimed insurance agency. Set up in 1956, LIC was framed by alliance of 243
insurance agencies and it has become the most believed extra security brand in India.</p>
</div>
<div class="col-lg-4 col-sm-12">
<h5>IMPORTANT LINKS</h5>
<hr>
<ul class="fa-info-media">
<li>
<i class="fa fa-chevron-right" aria-hidden="true"></i>
<span> <a href="index.html">Home</a></span>
</li>
<li>
<i class="fa fa-chevron-right" aria-hidden="true"></i>
<span><a href="Benefits.html">Benefits</a></span>
</li>
<li>
<i class="fa fa-chevron-right" aria-hidden="true"></i>
<span><a href="Eligibilty.html">Eligibility</a></span>
</li>
<li>
<i class="fa fa-chevron-right" aria-hidden="true"></i>
<span><a href="why_us.html">Why Us</a></span>
</li>
<li>
<i class="fa fa-chevron-right" aria-hidden="true"></i>
<span><a href="#">Suggest Me Best LIC Policy</a></span>
</li>
<li>
<i class="fa fa-chevron-right" aria-hidden="true"></i>
<span><a href="https://ebiz.licindia.in/D2CPM/#DirectPay">Online Premium Payment</a></span>
</li>
</ul>
</div>
<div class="col-lg-4 col-sm-12">
<h5>SUBSCRIBE WITH US</h5>
<hr>
<p class="sub-info">Subscribe with our newsletters and receive news about our discounts.</p>
<div class="box">
<input type="email" name="email" placeholder="Your Email Here">
<button type="button" class="btn btn-info"><i class="fa fa-telegram"></i></button>
</div>
<h5>STAY CONNECTED</h5>
<hr>
<ul class="media-info">
<li>
<div class="box text-center hover-box1">
<i class="fa fa-facebook" aria-hidden="true"></i>
</div>
</li>
<li>
<div class="box text-center hover-box2">
<i class="fa fa-instagram" aria-hidden="true"></i>
</div>
</li>
<li>
<div class="box text-center hover-box3">
<i class="fa fa-twitter" aria-hidden="true"></i>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="box2">
<div class="row ">
<div class="col-lg-6 col-sm-6">
<p>© 2021 LIC Agent Ajmer. All Rights Reserved.</p>
</div>
<div class="col-lg-6 col-sm-6">
<ul class="footer-info">
<li>
<a href="contact.html">Contant</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="About.html">About</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="" id="Modal-First">
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- Button trigger modal -->
<!-- Modal -->
<div class="modal fade" id="modelId" tabindex="-1" role="dialog" aria-labelledby="modelTitleId" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="mdt">
<center>
<h2>Apply Now</h2>
</center>
<hr>
<div class="row">
<div class="col-lg-12 col-12 col-sm-12 mt-2">
<div class="form-group">
<label for="">Name</label>
<input type="text" class="form-control" name="" id="" aria-describedby="helpId" placeholder="Enter Your Name...">
<label for="">Age</label>
<input type="number" class="form-control" name="" id="" aria-describedby="helpId" placeholder="Enter Your Age...">
<label for="">Contact</label>
<input type="number" class="form-control" name="" id="" aria-describedby="helpId" placeholder="Enter Your Mobile Number...">
<label for="">Email</label>
<input type="email" class="form-control" name="" id="" aria-describedby="helpId" placeholder="Enter Your E-mail...">
<center>
<a name="" id="" class="btn mt-3" href="#" role="button">Send</a>
</center>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Optional JavaScript -->
<script src="script.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>