.scrollbar {
  float: left;
  height: 130px;
  width: 100%;
  overflow-y: auto;
  margin-bottom: 25px;
}

.scroll_style::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #fff;
}

.scroll_style::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.scroll_style::-webkit-scrollbar-thumb {
  background-color: #6F323D;
  background-image: -webkit-linear-gradient(45deg,
  rgba(255, 255, 255, .2) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, .2) 50%,
  rgba(255, 255, 255, .2) 75%,
  transparent 75%,
  transparent)
}


.helping_hand_scrollbar {
  float: left;
  height: 55px;
  width: 100%;
  overflow-y: auto;

}
