.bText p{
    font-weight: bold;
}

.alignDiv li {
    text-align: justify;
}

.bullet-list {
    list-style-type: none; 
    padding-left: 0; 
    margin: 0; 
  }

.view-facilities-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.view-facilities-list::-webkit-scrollbar-button:horizontal:decrement {
  background: #f1f1f1 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="%23888" d="M15 18l-6-6 6-6"/></svg>') no-repeat center; 
}


.view-facilities-list::-webkit-scrollbar-button:horizontal:increment {
  background: #f1f1f1 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="%23888" d="M9 18l6-6-6-6"/></svg>') no-repeat center; 
}

