.fix-btn-wr {
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-width: 215px;
  border-radius: 5px;
  background: #4ea72e;
}
.fix-btn-wr a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 5px;
}
.fix-btn-wr a .fix-text {
  margin-right: 4px;
  color: #fff;
  font-size: 16px;
}
.fix-btn-wr a .fix-icon {
  display: flex;
  align-items: center;
  border-radius: 50%;
  background: #039be5;
  max-width: 40px;
}
