.mobile_navCont{background-color:rgba(0,0,0,.5);position:absolute;top:0;height:100vh;width:100%;left:0;z-index:50}.dropDown_Cont{background-color:white;width:16rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;transition:transform .3s ease-in;transform:translate(-100%);pointer-events:auto;z-index:100}.dropDown_Cont.active{transform:translate(0)}.cancel_xCont{padding:0 .5rem .5rem 0;display:flex;justify-content:flex-end}.mobileNav_top{gap:.5rem}.mobileNav_bottom,.mobileNav_top{display:flex;flex-direction:column}.mobileNav_bottom{gap:2rem}#dropCert,#dropService{display:flex;flex-direction:column;gap:.5rem;margin-left:1rem;margin-top:-.5rem}.dropDown_link,.link{cursor:pointer;color:#000;padding:.5rem}.dropDown_link:hover,.link:hover{color:#591a8f}.dropDown_link:active,.link:active{color:#333}