.custom-divider{width:100px;height:3px;background-color:rgba(255,255,255,0.3);position:relative}.custom-divider span{position:absolute;left:0;top:0;width:30px;height:3px;background-color:#00e5a8}.health-marquee{width:100%;overflow:hidden;background:#ffffff;padding:30px 0}.health-track{display:flex;width:max-content;animation:scroll-left 30s linear infinite}.health-content{display:flex;align-items:center;white-space:nowrap;font-size:60px;font-weight:600;color:transparent;-webkit-text-stroke:1.4px #2c3553;margin-right:80px}.custom-heart{display:inline-flex;align-items:center;margin:0 40px}.custom-heart svg{width:90px;height:90px}@keyframes scroll-left{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.health-content{font-size:40px}.custom-heart svg{width:40px;height:40px}}@media only screen and (max-width:1024px){.mob-menu-header-holder{width:100%;background-color:#ffffff;height:80px;position:fixed}}@media only screen and (max-width:1024px){.mobmenur-container i{color:#1e73be}}