/* CSS Document */


.iconwpp {

    padding: 13px;
    box-sizing: border-box;
    position: fixed;
    bottom: 65px;
    right: 30px;
    font-size: 30px;
    background-color: #01e765;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    z-index: 100;
    box-shadow: 2px 2px 2px #c0bdbd;
    
}

.iconwpp:hover {
    background-color: #02cc56;
    color: #029e3b;
    font-weight: 900;
    box-shadow: 2px 2px 20px #c0bdbd;
}

.contentwpp {

   width: 100%;
   height: 15vh;
   //background-color: #FF0000;
   display:block;
}


