.progress-wrap {
    right: 3rem!important;
    bottom: 6.5rem!important;
}
@media (max-width: 991.98px){
    .offcanvas-nav.open {
        left: 0;
        visibility: visible;
        display:inline-block!important;
    }
}
::-webkit-scrollbar {
    width: 20px;
  }
  
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
  }