::-webkit-scrollbar {
  height: 14px;
  width: 16px;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ffffff;
}
::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background: #b5b5b5;
  border: 4px solid #ffffff;
}
.snip1581 {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.snip1581 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1581 img {
  max-width: 100%;
  vertical-align: top;
}

.snip1581:hover img,
.snip1581.hover img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}
.snip1581 a {
  text-decoration: none;
  color: #5e6282;
}
.snip1581 a:hover {
  color: #000000;
}
.iconCircle {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 2rem;
  width: 2rem;
  border: 0;
  font-size: 0.75rem;
  -webkit-text-stroke: 1px;
}
.box {
  display: none;
}
.bank-details {
  font-weight: 400;
  background-color: #f5f5f5;
  padding: 1rem 2.25rem 1rem 0.75rem;
  border-radius: 1rem;
  border: 1px solid #e0e0e0;
}
ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  margin: 20px;
  padding-left: 20px;
}

ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #f1a501;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
