.btn-group-fab {
  position: fixed;
  width: 80px;
  height: auto;
  left: 5px; bottom: 20px;
}
.btn-group-fab div {
  position: relative; width: 100%;
  height: auto;
}
.btn-group-fab .btn {
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  display: block;
  margin-bottom: 4px;
  width: 40px; height: 40px;
  margin: 4px auto;
}
.btn-group-fab .btn-main {
  width: 65px; height: 60px;
  left: 50%; margin-left: -25px;
  z-index: 9;
}
.btn-group-fab .btn-sub {
  bottom: 5px; z-index: 8;
  left: 50%;
  margin-left: -15px;
  -webkit-transition: all 2s;
  transition: all 0.5s;
}
.btn-group-fab.active .btn-sub:nth-child(2) {
  bottom: 70px;
}
.btn-group-fab.active .btn-sub:nth-child(3) {
  bottom: 125px;
}
.btn-group-fab.active .btn-sub:nth-child(4) {
  bottom: 180px;
}
.btn-group-fab.active .btn-sub:nth-child(5) {
  bottom: 235px;
}
