   /*Call float btn*/
   .float {
       position: fixed;
       width: 48px;
       height: 48px;
       bottom: 20px;
       right: 80px;
       background-color: #f93618ff;
       color: #fff;
       border-radius: 50px;
       text-align: center;
       font-size: 25px;
       z-index: 100;
   }

   .my-float {
       margin-top: 5px;
       margin-left: 0px;
   }