.hospital-dots{flex-direction:column;display:flex;box-sizing:border-box;margin:0;gap:32px}.hospital-dots a{height:12px;width:12px;background:#dfdfdf;border-radius:50%;position:relative;z-index:10}.hospital-dots a:not(:last-child) span::after{content:"";height:40px;display:flex;background:#dfdfdf;width:2px;position:absolute;top:12px;left:5px;z-index:-1}.hospital-dots a span:nth-child(10)::after{display:none}.hospital-dots a:not(:last-child) span::before{content:"";height:0;display:flex;background:#16a1c8;width:2px;position:absolute;top:12px;left:5px;z-index:0;transition:1s ease-in-out}.hospital-dots a.before-active span::before,.hospital-dots a:not(:last-child).active span::before{height:40px}.hospital-dots a.active,.hospital-dots a.before-active{background:#16a1c8}#hospital-sec .sticky{position:sticky;padding-right:5%;top:15vh;display:flex;align-items:center;justify-content:flex-end;box-sizing:border-box}