#floatingContactBtn {
    background-color: #a22c29;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    right: 0;
    /* transition: .2s; */
    z-index: 10;
    display: inline-block;
    text-decoration: none !important;
    border: 2px solid #a22c29;
    bottom: 5em;
}

#floatingContactBtn span.display-none {
    display: none;
}

/* #floatingContactBtn:after {
    content: "\f1d9";
    font-family: FontAwesome;
    font-size: 1.1em;
    font-style: normal;
    line-height: 2;
    color: #fff
} */

#floatingContactBtn img {
    width: 85%;
    padding-top: 5%;
}

#floatingContactBtn:hover img {
    width: 23%;
    padding-top: 2%;
}

#floatingContactBtn:hover {
    cursor: pointer;
    background-color: #333;
    border-color: #fff;
    width: 9em;
    text-align: justify;
    padding-left: 0.8em;
    border-radius: 6px;
}

#floatingContactBtn:hover span.display-none {
    color: #fff;
    text-decoration: none;
    display: inline;
    position: relative;
    top: 1.5px;
}

#floatingContactBtn:hover:after {
    font-size: 1em;
    margin-left: 0.3em;
}