.btn-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 95px;
    right: 30px;
    color: #FFF;
    border-radius: 50px;
    background-color: var(--holix-bgcolor-01);
    text-align: center;
    font-size: 30px;
    z-index: 100;
  }
  
.btn-float .my-float {
    margin-top: 14px;
}

.btn-float:focus, .btn-float.focus {
    color: #fff;
}