/*
deneme
*/
.w-icon{
    position: fixed;
    bottom: 0;
    right: 40px;
    background: #25d366;
    width: 180px;
    height: 40px;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.w-icon:hover{
    color:#fff;
}
.w-icon i{
    color: #fff;
    margin: 0;
    margin-right:5px;
    position: relative;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.w-icon p{
    font-size:15px;
}