.ct-floating-button {
    color: rgb(255, 255, 255);
    background-color: #ff5e62;
    border: 1px solid #ff5e62;
    font-size: 1.6rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 22px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
    padding: .5rem 2rem;
    display: inline-block;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
    transition: all 300ms ease;
    z-index: 99;
}

.ct-floating-button:hover {
    color: #fff;
}

.floating-fixed {
    position: fixed;
    bottom: 4%;
    right: 8%;
}
