.act-btn-wa {
    background: #25d366;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
    transition: ease all 0.3s;
    position: fixed;
    right: 15px;
    bottom: 75px;
    z-index: 999999 !important;
}

.btn-circle {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.act-btn-wa:hover {
    background: #25d366
}

.center-cropped {
    width: 75px;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.form-control:active, .form-control:focus {
    border: 1px solid #F4BC16;
    box-shadow: none;
}
