@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap");.newhero-container *,.newhro-mobilecon *{margin:0;padding:0}
.newhero-container{width:100%;display:flex;flex-direction:column;margin-top:80px;position:relative}
.newhero-container .newhero-contone{display:flex;justify-content:space-between;flex-direction:column;width:100%;gap:6px;position:relative}
.newhero-container .newhero-contone .home-banner-img{width:98%;display:flex;align-items:center;margin:auto;margin-top:30px;position:relative}
.newhero-container .newhero-contone .home-banner-img img{width:100%;height:auto;display:block;max-width:100%;object-fit:cover}
.newhero-container .newhero-toplebel{display:flex;background:#005eac;width:80vw;margin-left:auto;gap:36px;padding:7px 8px;overflow:hidden;box-shadow:0 2px 4px 0 #00000040;z-index:2;position:absolute;right:0;top:0}
.newhero-container .newhero-toplebel .new-toplebelbox{margin:0 20px 0 120px;display:flex;gap:35px;width:100%;justify-content:right;transform:translate(100%);white-space:nowrap;animation:scroll-text 20s linear infinite;animation-play-state:running}
.newhero-container .newhero-toplebel .new-toplebelbox:hover{animation-play-state:paused}
@keyframes scroll-text{0{transform:translate(90%)}
100%{transform:translate(-100%)}
}
.newhero-container .newhero-toplebel .new-toplebelbox::-webkit-scrollbar{display:none}
.newhero-container .newhero-toplebel .newhew-one{flex-shrink:0;font-size:14px;font-weight:400;line-height:normal;color:#fff;padding:5px 0}
.newhero-container .newhero-toplebel .newhew-one a{text-decoration:underline;color:#fff}
.newhero-container .newhero-toplebel .newhero-two{flex-shrink:0;text-align:end}
.newhero-container .newhero-toplebel .newhero-two p{color:#fff;font-family:Rubik;font-size:14px;font-weight:500;line-height:normal;width:100%}
.newhero-container .newhero-toplebel .toplebelone{white-space:unset !important;animation:unset !important;animation-play-state:unset !important;margin:0 0 0 80px;transform:translate(0);justify-content:end;width:100%}
.newhero-toplebel .toplebelone .toplebelone-first{flex-direction:row-reverse;gap:12px;justify-content:flex-end;display:flex}
.newhero-toplebel .toplebelone .labletimer{background:#fff;color:#2a5a9e;padding:6px;font-family:Rubik;font-size:16px;font-weight:500;border-radius:10px;z-index:99;flex-shrink:0;width:20% !important;text-align:center}
.newhero-container .newhero-toplebel .toplebelone-first p{animation:unset;animation-play-state:unset;text-align:left}
.toplebelone-first p{display:none}
.newhero-container .newhero-third{background:#fff;border-radius:16px;display:flex;flex-direction:column;align-items:center;padding:10px 8px;box-shadow:0 0 8px 0 #0000005c;width:33%;position:absolute;right:12px;top:10px}
.newhero-container .newhero-third .h6{font-family:Rubik;font-size:16px;font-weight:500;margin-top:0;color:#131619}
.newhero-container .newhero-third nav{display:flex;justify-content:space-between;gap:1px}
.newhero-container .newhero-third nav li{font-family:Rubik;font-size:12px;font-weight:400;color:#5c666e;list-style:none;cursor:pointer;padding:5px}
.newhero-container .newhero-third nav .li_active{border-bottom:2px solid #005eac;color:#005eac;font-weight:700}
.newhero-container .ban-but{display:flex;width:40px;height:40px;padding:8px;justify-content:center;align-items:center;gap:10px;border-radius:10px;border:1px solid #99bfde;background:#fff;cursor:pointer}
.newhero-container .ban-but.active{border:1px solid #99bfde;background:#005eac !important}
.newhero-container .ban-but.active path{fill:white !important;stroke:white !important}
.newhero-container .ban-but path{fill:black !important;stroke:black !important}
.home_carousel-nav{display:flex;align-items:center;justify-content:center;gap:16px}
.home_carousel-nav .arrow{width:20px;height:20px;border:0;border-radius:50%;color:white;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}
.home_carousel-nav .dots-div{display:flex;gap:8px;align-items:center}
.home_carousel-nav .dot{width:12px;height:12px;border:2px solid #c6c3c3;border-radius:50%;cursor:pointer;transition:background-color .3s ease}
.home_carousel-nav .dot_active{background-color:#0056b3;border:2px solid #0056b3}
.newhro-mobilecon{display:none}
@media only screen and (max-width:1000px){.newhro-mobilecon{display:block;padding:0 16px 16px 16px;margin-top:89px;padding-top:10px}
.newhero-container{display:none}
}
@media(max-width:767px){.newhro-mobilecon{margin-top:74px;padding-top:10px}
}
.newhro-mobilecon .mobile-herobanner-img{width:100%;display:flex;align-items:center;margin-top:10px;position:relative;flex-direction:column}
.newhro-mobilecon .mobile-herobanner-img img{width:100%;height:auto;display:block;max-width:100%;object-fit:cover}
.newhro-mobilecon .newhero-toplebel{display:flex;width:100vw;margin-left:-16px;padding:8px 0;overflow:hidden;background:linear-gradient(to bottom,#005eac 0,#005eac 90%,#fff 90%,#fff 100%)}
.newhro-mobilecon .newhero-toplebel .new-toplebelbox{gap:25px;transform:translate(46%);white-space:nowrap;animation:scroll-text 18s linear infinite}
.newhro-mobilecon .newhero-toplebel .toplebelone{overflow:unset !important;white-space:unset !important;animation:unset !important;transform:translate(0)}
.newhro-mobilecon .newhero-toplebel .newhew-one{flex-shrink:0;font-size:12px;font-weight:400;line-height:normal;color:#fff}
.newhro-mobilecon .newhero-toplebel .newhero-two p{color:#fff;font-family:Rubik;font-size:12px;font-weight:500;line-height:normal;width:100%}
.newhro-mobilecon .nhmcon-formdev{background-color:#fff;padding:16px 10px;border-radius:16px;margin-top:8px;box-shadow:0 8px 30px 0 #00000040;position:relative;top:unset;width:96%;transform:unset;left:unset;z-index:80;bottom:50px}
.newhro-mobilecon .nhmcon-formdev .h4{color:#005dac;font-family:Rubik;font-size:16px;font-weight:500;text-align:center}
.newhro-mobilecon .nhmcon-formdev nav{display:flex;align-items:center;gap:0;justify-content:space-between}
.newhro-mobilecon .nhmcon-formdev nav li{list-style:none;font-family:Rubik;font-size:12px;font-weight:500;color:#5c666e;padding:4px}
.newhro-mobilecon .nhmcon-formdev nav .li_active{color:#005eac;border-bottom:2px solid #005eac;font-weight:700}
.newhro-mobilecon .ban-but{display:flex;width:40px;height:40px;padding:8px;justify-content:center;align-items:center;gap:10px;border-radius:10px;border:1px solid #99bfde;cursor:pointer;background:#005dac !important}
.newhro-mobilecon .ban-but.active{border:1px solid #99bfde;background:#fff !important}
.newhro-mobilecon .ban-but.active path{fill:black !important;stroke:black !important}
.newhro-mobilecon .ban-but path{fill:white !important;stroke:white !important}
.newhro-mobilecon .home_carousel-nav{margin-top:12px}
.newhro-mobilecon .arrow{display:none}
.timer_marquee{width:100%;overflow:hidden;position:relative}
.marquee_track{font-size:14px;font-weight:400;line-height:normal;color:#fff;display:flex;gap:60px;white-space:nowrap;width:max-content;animation:marqueeScroll 14s linear infinite;will-change:transform}
.marquee_track span{color:#fff;font-size:14px}
.timer_marquee:hover .marquee_track{animation-play-state:paused}
@keyframes marqueeScroll{from{transform:translateX(100%)}
to{transform:translateX(-100%)}
}
@media(max-width:767px){.marquee_track{animation:marqueeScroll 10s linear infinite}
.newhero-toplebel .toplebelone .labletimer{width:45% !important;font-size:14px;text-align:center}
}
#homelabeltimer-mobile{box-shadow:0 4px 4px 0 #00000029;background:#fff;padding:4px;display:flex;justify-content:center;align-items:center;width:100vw !important;border-radius:0 0 8px 8px;color:#005eac;font-family:Rubik;font-weight:700;font-size:16px;position:relative;left:0;top:8px}
#homelabeltimer-mobile .timerdiv{display:flex;flex-direction:column}
.spriteHomepage{display:inline-block;background-image:url("../../content/dam/balic-web/images/home/bajaj-life-homepage-images.svg");background-repeat:no-repeat}
.sprite_shield{width:24px;height:24px;background-position:-987px -161px}