.scroll-containers {
  position: fixed;
  width: 50px;
  height: 100px;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.scroll-down-btn {
  background-color: #036;
  color: white;
  border: none;
  padding: 12px 16px;
  font-size: 14px !important;
  line-height: 20px;
  border-radius: 24px 0px 0px 24px !important;
  padding: 11px;
  border: 3px solid #693;
  cursor: pointer;
  transition: opacity 0.3s ease;
  line-height: 20px;
  box-shadow: -2px 1px 22px 8px rgba(255, 255, 255, 0.75);
}
.scroll-down-btn i {
  font-size: 18px;
}
.scroll-to-top {
  font-size: 2rem;
  background: #036;
  width: 50px;
  text-align: center;
  border-radius: 20px 0 0 0;
  color: #fff;
  cursor: pointer;
  font-weight: 100;
  border-top: 2px solid;
  border-left: 2px solid;
  box-shadow: -2px 1px 22px 8px rgba(255, 255, 255, 0.75);
}
