.fixed-btn{
    position: fixed;
    bottom: 160px;
    right: 1%;
    background: #7e0ce9;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    padding-right: 0.5px;
    padding-top: 9px;
    position: fixed;
    z-index: 1000;

  }
  .fixed-btn1{
    position: fixed;
    bottom: 100px;
    right: 1%;
    background: #0FACF3;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    padding-right: 0.5px;
    padding-top: 2px;
    transform:rotate(90deg) !important;
    position: fixed;
    z-index: 1000;
    
  }
  .fixed-btn2{
    position: fixed;
    bottom: 40px;
    right: 1%;
    background: #00E676;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    position: fixed;
    z-index: 1000;
  }
  .fixed-btn a,.fixed-btn1 a{
    text-transform: uppercase;
    font-family: arial;
    font-size:25px;
    color: #fff !important;
  }
  .fixed-btn2 a{
    text-transform: uppercase;
    font-family: arial;
    font-size:30px;
    color: #fff !important;
  }
  .fixed-btn a:hover,.fixed-btn1 a:hover,.fixed-btn2 a:hover{
      color: black !important;
      transition: 0.7s all;
  }
