﻿.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1rem;
    bottom: 18rem;
    background: #F89D20;
    /*width: 4rem;*/
    height: 4rem;
    padding: 2.5rem;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-weight:bold;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 2.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    font-weight:bold;
}

span.num {
    position: absolute;
    color: #a12c2f;
    left: -50%;
    bottom: -50%;
    font-weight: bold;
}


.text-contact-us {
    font-family: "Times New Roman", Times, serif;
    font-size:12pt;
}
