
.whtsap-btn:hover{
    color: #fff;
    text-decoration: none;
    }
    .whtsap-btn {
    position: fixed;
    bottom: 90px;
    left: 30px;
    z-index: 999;
    font-size: 31px;
    color: #fff;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #248e4f;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    }
    .whtsap-btn span{
    font-size: 32px;
    }
    .whtsap-btn img{
      height: 50px;
      width: 50px;
    }
  
    #whtsap{
      bottom: 30px;
    }
    
        .fa{


  
    font-family: 'FontAwesome' !important;

    }