.contact-float {
    position: fixed;
    bottom: 20px;
    left: 10px;
    display: none;
    z-index: 1020;
}
/*.contact-float a{*/
/*    color: #fff;*/
/*}*/
.btn-contact-float {
    left: 5px;
    bottom: 5px;
    background: #25d366;
    padding: 1rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
    color: #ffffff;
    position: relative;
    transition: all ease-in-out .3s;
    height: 64px;
    width: 64px;
    cursor: pointer;
    overflow: hidden;
}

.contact-float .info {
    display: none;
    position: fixed;
    bottom: 95px;
    color: #000;
    left: 15px;
    font-size: 1.2rem;

}

.contact-float .info strong {
    display: block;
    padding: .5rem 1rem;
    background: #fff;
    border-radius: 35px;
    margin-bottom: .5rem;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
}
.contact-float .info a{
    color: #424447;
}
/*.contact-active {*/
/*    display: flex !important;*/
/*    height: 235px !important;*/
/*    transition: all ease-in-out .3s;*/

/*}*/

.contact-active .info {
    display: block;
    width: 230px;
}
