.fab{
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 30px;
  margin-bottom: 0px;
  padding-top: 15px;
}
.floating-fab{
  width: 56px;
  height: 56px;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 54px;
  cursor: pointer;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.137255) 0px 2px 2px 0px, rgba(0, 0, 0, 0.117647) 0px 1px 5px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px;
}
.floating-fab i{
  line-height: 56px;
  font-size: 2rem;
  width: inherit;
  text-align: center;
  color: white;
  font-style: normal;
}
.fab ul{
  list-style-type: none;
  padding: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0px;
}
.fab ul li{
  margin-bottom: 15px;
  opacity: 0;
  transition: .3s ease-in-out;
  transform: scale(.4) translateY(200px);
}
.small{
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.small i{
  line-height: 40px;
  font-size: 1.5rem;
}
.active-fab{
  opacity: 1 !important;
  transform: scale(1) !important;
}
