Navigation
an-error-occurred-while-processing-the-template
Multiple compatible overloaded variations were found with the same priority.
The FTL type of the argument values were: Null, string (wrapper: f.t.SimpleScalar).
The Java type of the argument values were: Null, String.
The matching overload was searched among these members:
com.liferay.portal.language.LanguageImpl.get(ResourceBundle, String),
com.liferay.portal.language.LanguageImpl.get(javax.servlet.http.HttpServletRequest, String, String),
com.liferay.portal.language.LanguageImpl.get(ResourceBundle, String, String),
com.liferay.portal.language.LanguageImpl.get(javax.servlet.http.HttpServletRequest, ResourceBundle, String),
com.liferay.portal.language.LanguageImpl.get(Locale, String),
com.liferay.portal.language.LanguageImpl.get(javax.servlet.http.HttpServletRequest, ResourceBundle, String, String),
com.liferay.portal.language.LanguageImpl.get(javax.servlet.http.HttpServletRequest, String),
com.liferay.portal.language.LanguageImpl.get(Locale, String, String)
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${languageUtil.get(currentLanguageId,... [in template "20097#20123#43477" at line 401, column 13]
----
1<#assign language = locale.getLanguage() />
2<#assign theme_display = themeDisplay
3images_folder = theme_display.getPathThemeImages()
4/>
5<style>
6
7
8 @media all and (max-width:1367px){
9 body.mobile {
10 display: block !important;
11 }
12
13 .nav-section .col-lg-10{
14 padding-left:0px
15 }
16 .top-bar>ul>li{
17 padding: 0 2px;border-right:0px
18 }
19 }
20 @media all and (max-width:1150px){
21 .nav-section .col-lg-2, .nav-section .col-lg-10, .buyOnline .col-md-9, .buyOnline .col-md-3, .catagory-search .col-md-9, .catagory-search .col-md-3, .why-lic .col-md-6, .why-lic .col-md-10, .calculate .col-md-5, .Agent .col-md-3, .Agent .col-md-5, .Agent .col-md-4, .lfr-layout-structure-item-06dbed9e-9e10-4af4-e5f4-25aeb1025bc4 .col-lg-2, .lfr-layout-structure-item-06dbed9e-9e10-4af4-e5f4-25aeb1025bc4 .col-lg-3, .bima .col-sm-12 {
22 width: 100%;
23 }
24 .homeform .col-md-6 {
25 margin: 8px 0;
26 min-width: 300px;
27 transform: translate(-50%, 0);
28 margin-left: 50%;
29 }
30 .right-padding
31 {
32 padding-right:15px
33 }
34 .ft-mid .row.py-5 {
35 padding:0px !important;
36 }
37 .ft-mid.py-5 {
38 padding:0px !important;
39 }
40 .container, .container-md, .container-sm {
41 max-width: 100%;
42 padding: 0 25px;
43 }
44 .socialmedia1 {
45 margin-top: 12px;
46 padding: 15px 25px;
47 }
48 h2.portlet-title-text1 {
49 margin-top: 25px;
50 margin-bottom: 10px;
51 }
52 section.bg-yl {
53 background-position: -1900% -1000%;
54 }
55 }
56 .test a {
57 display: block;
58 }
59
60 @media (max-width: 768px) {
61 .test a br {
62 display: none;
63 }
64 .siteNav > ul > li {
65 position: relative;
66 margin-right: 0 !important;
67 line-height: 1.5 !important;
68 }
69 }
70 li:has(.my-drop) ul {
71 left: inherit !important;
72 right: 100% !important;
73}
74 @media all and (min-width:1921px) {
75 .nav-section {
76 justify-content: space-between;
77}
78 body .contentwidth{
79max-width:95%;
80 }
81.site-nav>ul>li:has(.my-drop) > i{
82display:none;
83 }
84 }
85 @media all and (min-width:991px){
86
87.header.active{
88 position: fixed;
89 padding: 5px 0;
90 top: 0;
91 right: 0;
92 left: 0;
93 background: white;
94 box-shadow:0px 2px 2px #fbc707;
95 z-index: 1000;
96}
97 .logo-part {
98 width: 200px;
99 }
100
101 .top-bar>ul>li {
102 border-right: 1px solid #dedede;
103 padding: 0 4px;
104 }
105 .nav-section{
106 padding:0px !important;
107 }
108 header {
109 padding-top:0; padding-bottom:15px
110 }
111 .header-right {
112 margin-top: 20px;
113 }
114 .top-bar {
115 padding-top: 10px;
116 }
117 .why-lic, .buyOnline, .catagory-search, .why-lic, .calculate {
118 padding: 15px 0;
119 }
120 .overlap-wrapper {
121 bottom: -12px;
122 }
123 }
124 .dr-lang select {
125 border: 0;
126 }
127</style>
128<style>
129 .ft-footer ul {
130 list-style: none!important;
131 display: flex;
132 justify-content: flex-start;
133 align-items: center;
134 padding: 0;
135 margin: 0;
136 }
137 .ft-footer ul li a {
138 font-size: 0.9rem;
139 }
140 .ft-footer ul li::before {
141 position: relative;
142 content: '|';
143 padding: 2px;
144 color: #80808070;
145 }
146 .ft-footer ul li a {
147 font-size: 0.8rem;
148 }
149 .ft-footer ul li:first-child::before {
150 content: '';
151 }
152 .socialmedia1{
153 display: none;
154 }
155 .social-md {
156 margin-right: 8px;
157}
158
159 #backToTop {
160 position: fixed;
161 bottom: 40px;
162 left: 30px;
163 z-index: 1000;
164 font-size: 13px;
165 background-color: #00417c;
166 color: #fff;
167 border-radius: 50%;
168 padding: 9px 12px;
169 cursor: pointer;
170 line-height: 1;
171 display: none;
172 animation: horizontal-shaking 1s infinite 2s;
173 transition: .3s ;
174 border: 1px solid #ffcb08;
175}
176#backToTop:hover {
177 background-color: #f9c83f;
178 color: #114e85;
179}
180@keyframes horizontal-shaking {
181 0% { transform: translateX(0); }
182 25% { transform: translateX(5px); }
183 50% { transform: translateX(-5px); }
184 75% { transform: translateX(5px); }
185 100% { transform: translateX(0); }
186}
187 li.has-sub:not(:has(ul)) .fa {
188 display:none;
189}
190.back-btn {
191 margin-bottom: 10px;
192 padding: 5px 10px;
193 cursor: pointer;
194 border:2px solid #ffffff;
195 outline:2px solid #002978;
196 border-radius:10px;
197 font-weight:600;
198 background: linear-gradient(180deg,rgb(239 185 0) 0%, rgb(255 229 154) 48%, rgb(255 190 1) 100%);
199 transition:.3s
200}
201.back-btn:hover{
202 background: linear-gradient(180deg,rgb(0 65 124) 0%, rgb(0 65 124) 48%, rgb(0 65 124) 100%);
203 color:white;
204}
205
206/* Hide submenu by default */
207.icon .gigw {
208 display: none;
209 position: absolute;
210}
211
212/* Show submenu on hover (mouse) */
213.icon:hover .gigw {
214 display: block;
215}
216
217.icon:focus-within .gigw {
218 display: block;
219}
220
221.senior-citizen:focus {
222 outline: 2px solid #000;
223}
224
225
226.menu-part{
227margin-left:30px;
228}
229
230 .site-nav>ul>li:has(a.btn.btn-default.my-drop[title="Login"]) i {
231 display:none;
232}
233
234 body.dark-mode .mobClick span, body.dark-mode .mobClick1 span {
235 background: white;
236}
237
238 a.cyber-div {
239 height: unset !important;
240 padding: 35px;
241}
242 #bTp:hover {
243 background: linear-gradient(180deg, rgb(239 185 0) 0%, rgb(255 229 154) 48%, rgb(255 190 1) 100%);
244 color: unset;
245}
246
247/*new search css*/
248
249 fieldset {
250 border-width: 0;
251 margin: 0;
252 padding: 0;
253 }
254
255.search {
256 max-width: 240px;
257}
258
259.menu-search-box input{
260 border-radius: 100px 0 0 100px!important;
261 background: transparent;
262 border: 1px solid #c4c4c4;
263 padding: 0 12px;
264 font-size: 15px;
265 width: 65%;
266}
267.menu-search-box button ,
268.voice-search {
269 cursor: pointer;
270 background: #ededed;
271 color: #00417c;
272 border-radius: 0 10px 10px 0;
273 border: 1px solid gainsboro;
274 padding: 0px 11px;
275 font-size: 15px;
276}
277
278
279.menu-search-box form {
280 display: flex;
281}
282.menu-search-box form .voice-search{
283 border-radius:0;
284}
285@media (max-width: 768px) {
286body div#corover-cb-widget {
287 background-size: 46px!important;
288 bottom: 20px!important;
289}
290
291body div#corover-cob-widget {
292 height:10px!important;
293 display: none;
294}
295
296body div#corover-cb-widget {
297 max-width: 40px!important;
298 height:40px!important;
299}
300 }
301@media (max-width: 992px) {
302 .site-nav > ul > li ul {
303 transition: none;
304 left: 0 !important;
305 }
306}
307
308
309header.header.active {
310 position: fixed;
311 top: 0;
312 left: 0;
313 right: 0;
314 box-shadow: 0px 0px 2px gray;
315}
316
317</style>
318<header id="navigation">
319<div class="header">
320 <div class="nav-section d-flex contentwidth pb-2">
321 <div class="logo-part d-flex align-items-center">
322 <div class="logo">
323 <div class="mobClick1">
324 <span></span>
325 <span></span>
326 <span></span>
327 </div>
328 <a href="/home"><img src="/documents/d/guest/lic_log_updated" alt="Life Insurance Corporation of India"
329 width="200" height="97"></a>
330 <div class="mobClick">
331 <span></span>
332 <span></span>
333 <span></span>
334 </div>
335 </div>
336 </div>
337 <div class="menu-part">
338 <div class="top-bar">
339 <ul class="list-group list-group-horizontal list-unstyled justify-content-end align-items-center">
340 <li class="social-md">
341 <ul>
342 <li role="complementary">
343 <a href="javascript:void(0)" onclick="ExternalLink('https://www.instagram.com/licindiaforever/?hl=en');"><img src="${images_folder}/instagram.svg" role = "complementary" alt="Instagram"></a>
344 <a href="javascript:void(0)" onclick="ExternalLink('https://www.facebook.com/LICIndiaForever/');"><img src="${images_folder}/facebook-original.svg" alt="Facebook"></a>
345 <a href="javascript:void(0)" onclick="ExternalLink('https://www.linkedin.com/company/lic/');"><img src="${images_folder}/linkedin-original.svg" alt="Linkedin"></a>
346 <a href="javascript:void(0)" onclick="ExternalLink('https://www.twitter.com/licindiaforever/');"><img src="/documents/d/guest/twitternew" alt="X"></a>
347 <a href="javascript:void(0)" onclick="ExternalLink('https://www.youtube.com/user/licindiaforever');"><img src="${images_folder}/youtube-original-1.svg" role = "complementary" alt="Youtube"></a>
348 </li>
349 </ul>
350 <#assign portalURL=themeDisplay.getPortalURL()>
351 </li>
352 <li>
353 <div class="input-group search">
354 <!-- Voice Search Button -->
355
356 <div class="menu-search-box">
357 <form action="${portalURL}/web/guest/search" method="get">
358 <input
359 type="text"
360 name="q"
361 placeholder="Search..."
362 class="menu-search-input"
363 value="${htmlUtil.escapeAttribute(paramUtil.getString(request, 'q'))}" />
364 <button aria-label="Voice Search" class="voice-search"
365 onclick="runSpeechRecognition()"
366 title="Voice Search">
367 <i class="fa fa-microphone" aria-hidden="true"></i>
368 <span class="visually-hidden">Voice Search</span>
369 </button>
370
371 <button type="submit" class="menu-search-btn">
372 <i class="icon-search" aria-label="Search"></i>
373 <span class="visually-hidden">Search</span>
374 </button>
375</form>
376 </div>
377 </div>
378 </li>
379 <#if language == 'hi'>
380 <li><a href="#maincontent" title=" मुख्य विषयवस्तु में जाएं"> मुख्य विषयवस्तु में जाएं</a></li>
381 <#elseif language == 'mr'>
382 <li><a href="#maincontent" title="मुख्य सामग्रीवर जा"> मुख्य विषयसूचीवर जा</a></li>
383 <#else>
384 <li><a href="#maincontent" title="Skip to main content">Skip to main content</a></li>
385 </#if>
386 <li class="fontDrop">
387 <a href="#" id="whatsappBtn" aria-label="Connect via WhatsApp" aria-controls="whatsModal" aria-expanded="true" aria-describedby="whatsTooltip"> <img src="https://licindia.in/o/lic-theme/images/whatsapp.svg" alt="whatsapp" aria-hidden="true"> <span>8976862090</span> </a>
388 <div id="whatsModal" class="hover-image" tabindex="-1" aria-description="Say Hii to LIC on WhatsApp 8976862090"></div>
389 </li>
390 <li><a href="/phone-help-line" title="+91-22-68276827"><img src="${images_folder}/phone-1.svg" alt="phone-no" /> +91-22-68276827</a></li>
391 <#if language == 'hi'>
392 <li><a href="/branch"><img src="${images_folder}/map-ico.svg" alt="कार्यालय लोकेटर"> कार्यालय लोकेटर</a></li>
393 <#elseif language == 'mr'>
394 <li><a href="/branch"><img src="${images_folder}/map-ico.svg" alt="ऑफिस लोकेटर"> शाखा लोकेटर</a></li>
395 <#else>
396 <li><a href="/branch"><img src="${images_folder}/map-ico.svg" alt="Branch Locator"> Branch Locator</a></li>
397 </#if>
398 <li class="dr-lang">
399 <div class="custom-lang-dropdown">
400 <button class="lang-btn" aria-haspopup="true" aria-expanded="false">
401 ${languageUtil.get(currentLanguageId, "language")}
402 </button>
403
404 <ul class="lang-list">
405 <#list availableLocales as locale>
406 <#assign langId = locale.toLanguageTag() />
407 <li>
408 <a href="${themeDisplay.getURLCurrent()}?languageId=${langId}"
409 lang="${langId}"
410 class="${langId == currentLanguageId?then('active','')}">
411
412 ${locale.getDisplayLanguage(locale)}
413 </a>
414 </li>
415 </#list>
416 </ul>
417 </div>
418</li>
419 <li class="icon link font-size">
420 <button style="border: none;" class="senior-citizen">
421 <img src="${images_folder}/wheelchair.svg" alt="disabled - friendly"></button>
422 <ul class="gigw" style="visibility:unset;opacity:unset">
423 <li><a href="javascript:void(0);" id="max" onclick="set_font_size('increase')">A+</a></li>
424 <li><a href="javascript:void(0);" id="normal" onclick="set_font_size('')">A</a></li>
425 <li><a href="javascript:void(0);" id="min" onclick="set_font_size('decrease')">A-</a></li>
426 <li><a id="lightmode" href="javascript:void(0)" class="theme-item theme-1 light">A</a></li>
427 <li><a id="darkmode" href="javascript:void(0)" class="theme-item theme-2 dark">A</a></li>
428 </ul>
429 </li>
430 </ul>
431 </div>
432 <div class="header-right">
433 <nav class="site-nav clearfix">
434 <ul role="menu" class="clearfix">
435 <li role="menuitem" class=""><a href="/home" class="nav-link" aria-label="home"> <i class="fa-solid fa-house" aria-hidden="true"></i></a></li>
436 <#assign home_page_active="active" />
437 <#list entries as nav_item>
438 <#assign
439 nav_item_attr_has_popup = ""
440 nav_item_css_class = " "
441 nav_item_layout = nav_item.getLayout()
442 />
443 <#if nav_item.isSelected()>
444 <#assign
445 nav_item_attr_has_popup = "aria-haspopup='true'"
446 nav_item_css_class = "selected"
447 />
448 </#if>
449 <li role="menuitem" class="${nav_item_css_class} has-sub" id="layout_${nav_item.getLayoutId()}" role="presentation">
450 <a class="nav-link" ${nav_item_attr_has_popup} href="${nav_item.getURL()}" tabindex="0" ${nav_item.getTarget()} title="${nav_item.getName()}" role="menuitem" ><span><@liferay_theme["layout-icon"] layout=nav_item_layout /> ${nav_item.getName()}</span></a><i class="fa fa-chevron-down" aria-hidden="true"></i>
451 <#assign home_page_active="" />
452 <#if nav_item.hasChildren()>
453 <ul role="menu" class="child-menu" role="menu">
454 <#list nav_item.getChildren() as nav_child>
455 <#assign nav_child_css_class = "" />
456 <#if nav_item.isSelected()>
457 <#assign nav_child_css_class = "selected" />
458 </#if>
459 <li role="menuitem" class="${nav_child_css_class} has-sub" id="layout_${nav_child.getLayoutId()} layout_53300" role="presentation">
460 <span class="subDropAlt"></span>
461 <a href="${nav_child.getURL()}" ${nav_child.getTarget()} title="${nav_child.getName()}" role="menuitem" >${nav_child.getName()}</a>
462 <#if nav_child.hasChildren()>
463 <ul role="menu" class="child-menu" role="menu">
464 <#list nav_child.getChildren() as nav_child1>
465 <#assign nav_child_css_class1 = "" />
466 <#if nav_child.isSelected()>
467 <#assign nav_child_css_class1 = "selected" />
468 </#if>
469 <li role="menuitem" class="${nav_child_css_class1}" id="layout_${nav_child1.getLayoutId()} layout_709723" role="presentation">
470 <a href="${nav_child1.getURL()}" ${nav_child1.getTarget()} title="${nav_child1.getName()}" role="menuitem" >${nav_child1.getName()}</a>
471 </li>
472 </#list>
473 </ul>
474 </#if>
475 </li>
476 </#list>
477 </ul>
478 </#if>
479 </li>
480 </#list>
481
482 <#if language == 'hi'>
483 <li class=""><a class="btn btn-default" href="https://ebiz.licindia.in/D2CPM/#DirectPay"> प्रीमियम भुगतान </a></li>
484 <#elseif language == 'mr'>
485 <li class=""><a class="btn btn-default" href="https://ebiz.licindia.in/D2CPM/#DirectPay"> प्रीमियम भरा </a></li>
486 <#else>
487 <li class="has-sub"><a class="btn btn-default" href="https://ebiz.licindia.in/D2CPM/#DirectPay"> Pay Premium </a></li>
488 </#if>
489 <li class="has-sub">
490 <#if language == 'hi'>
491 <a class="btn btn-default my-drop" href="javascript:void(0)" onclick="ExternalLink('https://ebiz.licindia.in/D2CPM');" title="लॉग इन करें" > <i class="icon-icon-6"></i> लॉग इन करें </a>
492 <#elseif language == 'mr'>
493 <a class="btn btn-default my-drop" href="javascript:void(0)" onclick="ExternalLink('https://ebiz.licindia.in/D2CPM');" title="लॉगिन करा" > <i class="icon-icon-6"></i> लॉगिन करा </a>
494 <#else>
495 <a class="btn btn-default my-drop" href="javascript:void(0)" onclick="ExternalLink('https://ebiz.licindia.in/D2CPM');" title="Login" > <i class="icon-icon-6"></i> Login </a>
496 <i class="fa fa-chevron-down"></i>
497 </#if>
498 <ul class="child-menu">
499 <li>
500 <#if language == 'hi'>
501 <a href="https://ebiz.licindia.in/D2CPM/?_ga=2.72703123.1272923387.1677050657-120722208.1677050657#Login" title="ग्राहक पोर्टल"> ग्राहक पोर्टल</a>
502 <#elseif language == 'mr'>
503 <a href="https://ebiz.licindia.in/D2CPM/?_ga=2.72703123.1272923387.1677050657-120722208.1677050657#Login" title="ग्राहक पोर्टलवर">ग्राहक पोर्टलवर</a>
504 <#else>
505 <a href="https://ebiz.licindia.in/D2CPM/?_ga=2.72703123.1272923387.1677050657-120722208.1677050657#Login" title="Customer Portal">Customer Portal</a>
506 </#if>
507 </li>
508 <li>
509 <#if language == 'hi'>
510 <a href="https://nriebiz.licindia.in/D2CPM/#Login" title="एनआरआई ग्राहक पोर्टल"> एनआरआई ग्राहक पोर्टल</a>
511 <#elseif language == 'mr'>
512 <a href="https://nriebiz.licindia.in/D2CPM/#Login" title="एनआरआई ग्राहक पोर्टलवर"> एनआरआय ग्राहक पोर्टल</a>
513 <#else>
514 <a href="https://nriebiz.licindia.in/D2CPM/#Login" title="NRI Customer Portal">NRI Customer Portal</a>
515 </#if>
516 </li>
517 <!-- <li>
518 <#if language == 'hi'>
519 <a href="https://mbiz.licindia.in/AgentPortal/#Login" title="एजेंट पोर्टल"> एजेंट पोर्टल </a>
520 <#elseif language == 'mr'>
521 <a href="https://mbiz.licindia.in/AgentPortal/#Login" title="एजंट पोर्टल">एजंट पोर्टल </a>
522 <#else>
523 <a href="https://mbiz.licindia.in/AgentPortal/#Login" title="Agent Portal">Agent Portal</a>
524 </#if>
525 </li> -->
526 <li>
527 <#if language == 'hi'>
528 <a href="https://agencycareer.licindia.in/agt_req/index1.php?_ga=2.132252684.382589343.1685778008-998430420.1685778008&_gac=1.91017576.1685872184.Cj0KCQjw7PCjBhDwARIsANo7Cgnay0YVbEoO5MslMzNkmXXG6Ra5XrDaHLDJKjFV-6L6dFlvzbQ0PDAaAi9pEALw_wcB" title="एलआईसी एजेंट बनना चाहते हैं">एलआईसी एजेंट बनना चाहते हैं </a>
529 <#elseif language == 'mr'>
530 <a href="https://agencycareer.licindia.in/agt_req/index1.php?_ga=2.132252684.382589343.1685778008-998430420.1685778008&_gac=1.91017576.1685872184.Cj0KCQjw7PCjBhDwARIsANo7Cgnay0YVbEoO5MslMzNkmXXG6Ra5XrDaHLDJKjFV-6L6dFlvzbQ0PDAaAi9pEALw_wcB" title="एलआयसी एजंट बनायचे आहे ">एलआयसी एजंट व्हायचे आहे का? </a>
531 <#else>
532 <a href="https://agencycareer.licindia.in/agt_req/index1.php?_ga=2.132252684.382589343.1685778008-998430420.1685778008&_gac=1.91017576.1685872184.Cj0KCQjw7PCjBhDwARIsANo7Cgnay0YVbEoO5MslMzNkmXXG6Ra5XrDaHLDJKjFV-6L6dFlvzbQ0PDAaAi9pEALw_wcB" title="Want to be an LIC Agent">Want to be an LIC Agent</a>
533 </#if>
534 </li>
535 <li>
536 <#if language == 'hi'>
537 <a href="https://merchant.licindia.in/merchant/?_ga=2.108944258.1272923387.1677050657-120722208.1677050657" title="मर्चेंट पोर्टल"> मर्चेंट पोर्टल </a>
538 <#elseif language == 'mr'>
539 <a href="https://merchant.licindia.in/merchant/?_ga=2.108944258.1272923387.1677050657-120722208.1677050657" title="व्यापारी पोर्टल"> मर्चंट पोर्टल </a>
540 <#else>
541 <a href="https://merchant.licindia.in/merchant/?_ga=2.108944258.1272923387.1677050657-120722208.1677050657" title="Merchant Portal"> Merchant Portal </a>
542 </#if>
543 </li>
544 <li>
545 <#if language == 'hi'>
546 <a href="/employee-s-corner" title="कर्मचारी पोर्टल"> कर्मचारी पोर्टल </a>
547 <#elseif language == 'mr'>
548 <a href="/employee-s-corner" title="व्कर्मचारी पोर्टल"> कर्मचारी पोर्टल </a>
549 <#else>
550 <a href="/employee-s-corner" title="Employee Portal"> Employee Portal </a>
551 </#if>
552 </li>
553 <li>
554 <#if language == 'hi'>
555 <a href="https://ebiz.licindia.in/D2CPM/#Login" title="समूह ग्राहक / वार्षिकी कर्ता लॉगिन"> समूह ग्राहक / वार्षिकी कर्ता लॉगिन </a>
556 <#elseif language == 'mr'>
557 <a href="https://ebiz.licindia.in/D2CPM/#Login" title="गट ग्राहक/वार्षिक लॉगिन"> गट ग्राहक/वार्षिक लॉगिन </a>
558 <#else>
559 <a href="https://ebiz.licindia.in/D2CPM/#Login" title="Group Customer/Annuitant Login"> Group Customer/Annuitant Login </a>
560 </#if>
561 </li>
562 <li>
563 <#if language == 'hi'>
564 <a href="https://ebiz.licindia.in/OrgPortal/#Login" title="ग्रुप मास्टरपॉलिसीधारक पोर्टल">ग्रुप मास्टरपॉलिसीधारक पोर्टल</a>
565 <#elseif language == 'mr'>
566 <a href="https://ebiz.licindia.in/OrgPortal/#Login" title="ग्रुप मास्टर पॉलिसीधारक पोर्टल">ग्रुप मास्टर पॉलिसीधारक पोर्टल</a>
567 <#else>
568 <a href="https://ebiz.licindia.in/OrgPortal/#Login" title="Group MasterPolicyholder Portal">Group MasterPolicyholder Portal</a>
569 </#if>
570 </li>
571 <li>
572 <#if language == 'hi'>
573 <a href="https://rep.licindia.in/penport/login?_ga=2.131348047.1319024671.1679223847-1480379755.1666842318" title="सेवानिवृत्त कर्मचारी पोर्टल"> सेवानिवृत्त कर्मचारी पोर्टल </a>
574 <#elseif language == 'mr'>
575 <a href="https://rep.licindia.in/penport/login?_ga=2.131348047.1319024671.1679223847-1480379755.1666842318" title="सेवानिवृत्त कर्मचारी पोर्टल"> सेवानिवृत्त कर्मचारी पोर्टल </a>
576 <#else>
577 <a href="https://rep.licindia.in/penport/login?_ga=2.131348047.1319024671.1679223847-1480379755.1666842318" title="Retired Employees Portal"> Retired Employees Portal </a>
578 </#if>
579 </li>
580 </ul>
581 </li>
582 <#if language == 'hi'>
583 <a id="buyonlineimage" class="fxBtn" href="/buy-online">
584 <img src="/documents/d/guest/button-hindi-1" alt="buyonlineimage"></a>
585 <#elseif language == 'mr'>
586 <a id="buyonlineimage" class="fxBtn" href="/buy-online">
587 <img src="/documents/d/guest/button-marathi-1" alt="buyonlineimage"></a>
588 <#else>
589 <a id="buyonlineimage" class="fxBtn" href="/buy-online">
590 <img src="/documents/d/guest/button-1" alt="buyonlineimage"></a>
591 </#if>
592 </ul>
593 </nav>
594 </div>
595 </div>
596 </div>
597</div>
598</header>
599<button id="backToTop" title="back to top" style="display:block"><i class="fas fa-arrow-up"></i><span class="visually-hidden">go to top</span></button>
600 <script>
601 window.onscroll = function () {
602 const btn = document.getElementById("backToTop");
603 btn.style.display = (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100)
604 ? "block" : "none";
605};
606 </script>
607<style>
608
609
610.whatsapp-link {
611 position: relative;
612}
613
614.hover-image {
615 display: none;
616 position: absolute;
617 top: 30px;
618 right: 0;
619 color: #fff;
620 padding: 6px 10px;
621 border-radius: 4px;
622 white-space: nowrap;
623}
624
625.whatsapp-link:hover .hover-image,
626.whatsapp-link:focus-within .hover-image {
627 display: block;
628}
629
630body:has(.bannersection) #buyonlineimage2 {
631display:inline-block!important;
632}
633#buyonlineimage2 {
634 display:none;
635 top: calc(25% + 44px);
636}
637 .fxBtn {
638 top: 25%;
639 transform: translateY(-75%);
640 right:0;
641 position: fixed;
642 <!--animation: shake 5s;-->
643 animation-iteration-count: infinite;
644 }
645
646 @media only screen and (max-width: 460px){
647
648 }
649 @media only screen and (min-width: 1070px) and (max-width: 1605px)
650 {
651
652 .top-bar>ul>li {
653 font-size:0.7em;
654 }
655 }
656 @keyframes shake {
657 0% { transform: translate(1px, 1px) rotate(0deg); }
658 5% { transform: translate(-1px, -2px) rotate(-1deg); }
659 10% { transform: translate(-3px, 0px) rotate(1deg); }
660 15% { transform: translate(3px, 2px) rotate(0deg); }
661 20% { transform: translate(1px, -1px) rotate(1deg); }
662 25% { transform: translate(-1px, 2px) rotate(-1deg); }
663 30% { transform: translate(-3px, 1px) rotate(0deg); }
664 35% { transform: translate(3px, 1px) rotate(-1deg); }
665 40% { transform: translate(-1px, -1px) rotate(1deg); }
666 45% { transform: translate(1px, 2px) rotate(0deg); }
667 50% { transform: translate(1px, -2px) rotate(-1deg); }
668 100% { transform: translate(0); }
669 }
670</style>
671<style>
672 .gg-n{
673 opacity: 0!important;
674 width: 0!important;
675 }
676 .has-sub i{
677 position: absolute;
678 top: 45%;
679 right: -6px;
680 border-radius: 100px;
681 line-height: 1;
682 font-size: 0.5em;
683 }
684 .act .has-sub a.btn.btn-default {
685 width:auto;
686 border:none ;
687 margin-left:0;
688 }
689 @media (max-width: 992px){
690 .site-nav {
691 max-width: 76%;
692 }
693 .act a>i {
694 display:none!important;
695 }
696 ul.gigw {
697 display: flex;
698 transition: none;
699 }
700 .seinior-citizen {
701 background-color: #fff;
702 }
703 li.icon.link.font-size {
704 background: #40a9ff5e;
705 border-radius: 12px;
706 padding: 9px;
707 }
708 .has-sub i {
709 float: right;
710 border: 1px solid #72808d8f;
711 padding: 5px;
712 color: #00529c;
713 transition:all .3s ease-in-out;
714 margin-top: 5px;
715 }
716 .has-sub.active i {
717 rotate: -180deg;
718 }
719 .site-nav>ul>li ul{
720 transition:none;
721 }
722 .site-nav > ul > li ul{
723 transition:none;
724 }
725 .has-sub i{
726 display:block;
727 }
728 }
729
730
731 @media (min-width:1150px) and (max-width:1260px) {
732 .social-md ul li a {
733 padding-left: 3px;
734 }
735}
736
737@media (max-width:1230px) and (min-width:1150px) {
738 body .social-md ul li a img {
739 height: 20px;
740 }
741
742 body .logo img {}
743
744 .menu-part {
745 width: 100%;
746 }
747
748 .logo-part {
749 max-width: 153px;
750 width: 100%;
751 }
752
753}
754
755@media (max-width:1150px) {
756
757 .mobClick {
758 top: auto;
759 }
760
761}
762
763 @media (max-width:1201px) {
764 .voice-search {
765 right: 17% !important;
766 }
767
768 .portlet-search .search-input-group .form-group-item {
769 width: 330px !important;
770 }
771 }
772
773 @media (max-width:1150px) {
774 body .desktop-vissible {
775 display: none;
776 }
777
778 body .mobile-vissible {
779 display: flex;
780 justify-content: center;
781 align-items: center;
782 }
783
784 body .mobile-search-form .input-group.search {
785 display: flex !important;
786 }
787
788 }
789
790 @media (max-width:1360px) {
791 .input-group-inset-item.input-group-inset-item-after {
792 height: 52px;
793 margin-top: 1px;
794 }
795
796 .portlet-search .search-input-group .form-group-item {
797 width: 300px !important;
798 }
799
800 .voice-search {
801 right: 29% !important;
802 }
803 }
804 .sarthi-app-text{
805 width: max-content
806 }
807
808 @media (max-width:1350px) {
809 .sarthi-app-text {
810 display: none !important;
811 }
812 }
813
814 i.bi.bi-chevron-down.toggle-dropdown {
815 background-color: transparent;
816 font-size: 17px;
817 font-weight: 700 !important;
818 }
819
820 @media (max-width: 768px) {
821 .voice-search {
822 right: 22% !important;
823 }
824 }
825
826 @media (max-width: 920px) {
827 .voice-search {
828 right: 23% !important;
829 }
830 }
831
832 @media (max-width: 870px) {
833 .voice-search {
834 right: 20% !important;
835 }
836 }
837
838 @media (max-width: 570px) {
839 .voice-search {
840 right: 34% !important;
841 }
842 }
843
844
845
846 @media (max-width: 500px) {
847 .voice-search {
848 right: 31% !important;
849 bottom: 0 !important;
850 }
851 }
852
853 @media (max-width: 370px) {
854 .voice-search {
855 right: -12% !important;
856 }
857 .portlet-search .search-input-group .form-group-item{
858 width:270px !important;
859 }
860 }
861
862</style>
863<script>
864
865 $(document).ready(function(){
866
867 const tables = document.querySelectorAll(".Internal table");
868 if (!tables.length) return;
869
870 tables.forEach(table => {
871 table.removeAttribute("role");
872
873 table.querySelectorAll(
874 "thead th:not([scope]), tr:first-child th:not([scope])"
875 ).forEach(th => th.setAttribute("scope", "col"));
876 });
877 document.querySelectorAll(".input-group-text").forEach(el => {
878 el.setAttribute("tabindex", "0"); // keeps natural tab order
879 });
880
881
882 var langPortlet = document.getElementById("_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_fm");
883
884if (langPortlet) {
885
886 // Exact selector using name
887 var toggle = langPortlet.querySelector('[name="languageId"]');
888
889 if (toggle) {
890 toggle.setAttribute("aria-label", "Select Language");
891 toggle.setAttribute("aria-expanded", "false");
892
893 toggle.addEventListener("click", function () {
894 var expanded = this.getAttribute("aria-expanded") === "true";
895 this.setAttribute("aria-expanded", (!expanded).toString());
896 });
897 }
898}
899
900 var langSelect = document.getElementById("_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_fm");
901 if (langSelect) {
902 langSelect.setAttribute("aria-label", "Select Language");
903 }
904
905 if (window.matchMedia('(max-width: 992px)').matches)
906 {
907 $(".gigw").slideUp();
908 $('.seinior-citizen').click(function(){
909 $(".gigw").slideToggle();
910 });
911 $('.has-sub').click(function(){
912 $(this).toggleClass('active');
913 $(this).find('.child-menu').slideToggle();
914 });
915 $(document).click(function(e) {
916 var container = $(".has-sub");
917 if (!container.is(e.target) && container.has(e.target).length === 0) {
918 container.removeClass('active');
919 container.find('.child-menu').slideUp();
920 }
921 });
922 }
923
924
925
926
927
928 } );
929
930
931
932
933 window.onscroll = function () {
934 const btn = document.getElementById("backToTop");
935 btn.style.display = (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100)
936 ? "block"
937 : "none";
938};
939
940// Smooth scroll to top on click
941document.getElementById("backToTop").addEventListener("click", function () {
942 window.scrollTo({ top: 0, behavior: 'smooth' });
943});
944
945 /*$('<button type="button" id="bTp" class="back-btn">Back to Previous</button>').prependTo('section.Internal');
946$('#bTp').on('click', function() {
947 window.history.back();
948 }).appendTo('section.Internal');*/
949
950
951
952 window.addEventListener("scroll", () => {
953 const header = document.querySelector(".header");
954
955 if (window.scrollY > 50) {
956 header.classList.add("active");
957 } else {
958 header.classList.remove("active");
959 }
960});
961
962/*Press Enter to open/show the WhatsApp tooltip/modal*/
963const whatsappBtn = document.querySelector("#whatsappBtn");
964const modal = whatsappBtn.nextElementSibling;
965
966function closeModal() {
967 modal.style.display = "none";
968 whatsappBtn.setAttribute("aria-expanded", "false");
969 modal.setAttribute("aria-hidden", "true");
970}
971
972whatsappBtn.addEventListener("keydown", (e) => {
973 if (e.key === "Enter") {
974 modal.style.display = "block";
975 whatsappBtn.setAttribute("aria-expanded", "true");
976 modal.setAttribute("aria-hidden", "false");
977 modal.focus();
978 }
979});
980
981modal.addEventListener("keydown", (e) => {
982
983 if (e.key === "Escape") {
984 closeModal();
985 whatsappBtn.focus();
986 }
987
988 if (e.key === "Tab") {
989 closeModal();
990 }
991
992});
993
994
995const btn = document.querySelector(".senior-citizen");
996const menu = btn.nextElementSibling;
997// Open
998btn.addEventListener("click", (e) => accessibilityMenu(e, btn));
999btn.addEventListener("keydown", (e) => accessibilityMenu(e, btn));
1000
1001// Close from menu items
1002menu.addEventListener("keydown", (e) => accessibilityMenu(e, btn));
1003function accessibilityMenu(e, btn) {
1004 const menu = btn.nextElementSibling; // ul.gigw
1005 if (!menu) return;
1006
1007 if (e.key === "Enter") {
1008 if (e.currentTarget === btn) {
1009 e.preventDefault();
1010 menu.style.display = "block";
1011 btn.setAttribute("aria-expanded", "true");
1012 menu.querySelector("a")?.focus();
1013 }
1014 }
1015
1016 if (e.key === "Escape") {
1017 menu.style.display = "none";
1018 btn.setAttribute("aria-expanded", "false");
1019 btn.focus();
1020 }
1021
1022 if (e.type === "focusout") {
1023 const relatedTarget = e.relatedTarget;
1024 if (!relatedTarget) return;
1025 if (!menu.contains(relatedTarget) && relatedTarget !== btn) {
1026 menu.style.display = "none";
1027 btn.setAttribute("aria-expanded", "false");
1028 }
1029 }
1030}
1031
1032// Event listeners
1033const dbtn = document.querySelector('.senior-citizen');
1034dbtn.setAttribute("aria-haspopup", "true");
1035dbtn.setAttribute("aria-expanded", "false");
1036
1037// first hide css (inline style override)
1038const dmenu = dbtn.nextElementSibling;
1039if (dmenu) {
1040 dmenu.style.display = "none"; // ← default band rakho
1041
1042 dbtn.addEventListener("keydown", (e) => accessibilityMenu(e, dbtn));
1043 dbtn.addEventListener("focusout", (e) => accessibilityMenu(e, dbtn));
1044
1045 dmenu.querySelectorAll("a").forEach((link) => {
1046 link.addEventListener("keydown", (e) => accessibilityMenu(e, dbtn));
1047 link.addEventListener("focusout", (e) => accessibilityMenu(e, dbtn));
1048 });
1049}
1050 (function () {
1051 function addBackButton() {
1052 if (window.location.pathname === "/" || document.getElementById("bTp")) {
1053 return;
1054 }
1055
1056 var container = document.querySelector(".Internal");
1057
1058 if (!container) {
1059 return false;
1060 }
1061
1062 var button = document.createElement("button");
1063 button.id = "bTp";
1064 button.className = "back-btn";
1065 button.type = "button";
1066 button.textContent = "<#if language == 'hi'>वापस जाएं<#elseif language == 'mr'>मागे जा<#else>Back to Previous</#if>";
1067
1068 button.onclick = function () {
1069 window.history.length > 1 ? window.history.back() : window.location.assign("/");
1070 console.log(window.history.length);
1071 };
1072
1073 container.appendChild(button);
1074 return true;
1075 }
1076
1077 function init() {
1078 var attempts = 0;
1079 var interval = setInterval(function () {
1080 if (addBackButton() || ++attempts > 20) {
1081 clearInterval(interval);
1082 }
1083 }, 500);
1084 }
1085
1086 document.addEventListener("DOMContentLoaded", init);
1087
1088 if (typeof Liferay !== "undefined") {
1089 Liferay.on("endNavigate", function () {
1090 var button = document.getElementById("bTp");
1091 if (button) {
1092 button.remove();
1093 }
1094 init();
1095 });
1096 }
1097})();
1098 /*for disable copy paste from keypad and mouse both*/
1099document.addEventListener('DOMContentLoaded', function () {
1100document.addEventListener("contextmenu", function (e) {
1101e.preventDefault();
1102});
1103document.addEventListener("copy", function (e) {
1104e.preventDefault();
1105alert("Copy paste is not allowed");
1106});
1107document.addEventListener("keydown", function (e) {
1108if (e.ctrlKey && (e.key ==="c"||e.key ==="C")) {
1109e.preventDefault();
1110 }
1111});
1112});
1113</script>
LIC of India ties up with Punjab National Bank for Bancassurance
LIC of India ties up with Punjab National Bank for Bancassurance
- Unique New Health Plan
(सामग्री इंग्रजीत आहे)
Last modified date :21/10/2015
Tue, 20 Jun 2023 12:17:51 +0000 : शेवटचा बदललेले
Navigation
- तुम्हाला माहित असायला हव्यात अशा गोष्टी
- जीवन विमा का?
- गुंतवणूक का करावी
- मोबाइल ॲप
- 19/04/2023 - पृष्ठ अंतिम अद्यतन तारीख
Navigation
- स्वच्छ भारत अभियान
- स्वावलंबन
- निविदा - पुरस्कार
- निविदा
- अटी व शर्ती
- Unclaimed Amounts of Policyholders
- अंडररायटिंग फिलॉसॉफी
- स्वागत किट
- एलआयसी पेन्शन फंड लिमिटेड
- एलआयसी कार्ड्स सर्व्हिसेस लिमिटेड
- एलआयसी म्युच्युअल फंड ट्रस्टी प्रायव्हेट लिमिटेड
- एलआयसी म्युच्युअल फंड ॲसेट मॅनेजमेंट लिमिटेड
- एलआयसी हाउसिंग फायनान्स लिमिटेड
- एलआयसीएचएफएल ॲसेट मॅनेजमेंट कंपनी लिमिटेड