.cbh-ph-circle, .cbh-phone {
    background-color: transparent
}

.cbh-ph-circle, .cbh-ph-circle-fill {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: .1
}

.cbh-phone {
    right: 0;
    top: 78%;
    display: block;
    position: fixed;
    visibility: hidden;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s
}

.cbh-phone.cbh-show {
    visibility: visible
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.cbh-phone.cbh-static1 {
    opacity: .6
}

.cbh-phone.cbh-hover1 {
    opacity: 1
}

.cbh-ph-circle {
    width: 110px;
    height: 110px;
    top: 40px;
    left: 40px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    -webkit-animation: 1.2s ease-in-out infinite cbh-circle-anim;
    -moz-animation: 1.2s ease-in-out infinite cbh-circle-anim;
    -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -o-animation: 1.2s ease-in-out infinite cbh-circle-anim;
    animation: 1.2s ease-in-out infinite cbh-circle-anim;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
    -webkit-animation: 1.1s ease-in-out infinite cbh-circle-anim !important;
    -moz-animation: 1.1s ease-in-out infinite cbh-circle-anim !important;
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: 1.1s ease-in-out infinite cbh-circle-anim !important;
    animation: 1.1s ease-in-out infinite cbh-circle-anim !important
}

.cbh-phone.cbh-static .cbh-ph-circle {
    -webkit-animation: 2.2s ease-in-out infinite cbh-circle-anim !important;
    -moz-animation: 2.2s ease-in-out infinite cbh-circle-anim !important;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: 2.2s ease-in-out infinite cbh-circle-anim !important;
    animation: 2.2s ease-in-out infinite cbh-circle-anim !important
}

.cbh-phone.cbh-hover .cbh-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.cbh-phone.cbh-gray .cbh-ph-circle, .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
    border-color: #75eb50;
    opacity: .5
}

.cbh-phone.cbh-green .cbh-ph-circle {
    opacity: .5
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
    border-color: #ccc;
    opacity: .5
}

.cbh-ph-circle-fill {
    width: 74px;
    height: 74px;
    top: 58px;
    left: 58px;
    position: absolute;
    background-color: #000;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: 2.3s ease-in-out infinite cbh-circle-fill-anim;
    -moz-animation: 2.3s ease-in-out infinite cbh-circle-fill-anim;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: 2.3s ease-in-out infinite cbh-circle-fill-anim;
    animation: 2.3s ease-in-out infinite cbh-circle-fill-anim;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
    -webkit-animation: 1.7s ease-in-out infinite cbh-circle-fill-anim !important;
    -moz-animation: 1.7s ease-in-out infinite cbh-circle-fill-anim !important;
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: 1.7s ease-in-out infinite cbh-circle-fill-anim !important;
    animation: 1.7s ease-in-out infinite cbh-circle-fill-anim !important
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
    -webkit-animation: 2.3s ease-in-out infinite cbh-circle-fill-anim !important;
    -moz-animation: 2.3s ease-in-out infinite cbh-circle-fill-anim !important;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: 2.3s ease-in-out infinite cbh-circle-fill-anim !important;
    animation: 2.3s ease-in-out infinite cbh-circle-fill-anim !important;
    opacity: 0 !important
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    opacity: .75 !important
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(204, 204, 204, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: 1 !important
}

.cbh-ph-img-circle1 {
    width: 50px;
    height: 50px;
    top: 70px;
    left: 70px;
    position: absolute;
    background-image: url('../images/whatsapp-svgrepo-com.svg');
    background-size: 35px 35px;
    background-color: rgba(30, 30, 30, .1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: 1s ease-in-out infinite cbh-circle-img-anim;
    -moz-animation: 1s ease-in-out infinite cbh-circle-img-anim;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -o-animation: 1s ease-in-out infinite cbh-circle-img-anim;
    animation: 1s ease-in-out infinite cbh-circle-img-anim
}

.kmacb__manager-border, .kmacb__manager-fill {
    width: 75px;
    height: 75px;
    transform-origin: center
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
    -webkit-animation: 1s ease-in-out infinite cbh-circle-img-anim !important;
    -moz-animation: 1s ease-in-out infinite cbh-circle-img-anim !important;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: 1s ease-in-out infinite cbh-circle-img-anim !important;
    animation: 1s ease-in-out infinite cbh-circle-img-anim !important
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
    -webkit-animation: ease-in-out infinite cbh-circle-img-anim !important;
    -moz-animation: ease-in-out infinite cbh-circle-img-anim !important;
    -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: ease-in-out infinite cbh-circle-img-anim !important;
    animation: ease-in-out infinite cbh-circle-img-anim !important
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
    background-color: #00aff2
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1, .cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
    background-color: #75eb50
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
    background-color: #ccc
}

@-moz-keyframes cbh-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        -o-opacity: 0.1
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: 0.1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: 0.5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1
    }
}

@-o-keyframes cbh-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: 0.1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: 0.5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: 0.1
    }
}

@keyframes cbh-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0%, 100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0%, 100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes cbh-circle-fill-anim {
    0%, 100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-fill-anim {
    0%, 100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-img-anim {
    0%, 100%, 50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10%, 30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%, 40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10%, 30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%, 40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%, 50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0%, 100%, 50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10%, 30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%, 40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@-o-keyframes cbh-circle-img-anim {
    0%, 100%, 50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10%, 30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%, 40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: #00f2a4
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: #00f2a4
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: #2ecb71
}

.kmacb__manager-border {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39.5px;
    margin-left: -39.5px;
    border-radius: 100%;
    border: 2px solid #ffe787;
    -webkit-animation: 1.5s ease-in-out .5s infinite kmacb__manager-border-anim;
    -moz-animation: 1.5s ease-in-out .5s infinite kmacb__manager-border-anim;
    -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    -o-animation: 1.5s ease-in-out .5s infinite kmacb__manager-border-anim;
    animation: 1.5s ease-in-out .5s infinite kmacb__manager-border-anim;
    opacity: .8
}

.kmacb__manager-circle, .kmacb__manager-fill {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%
}

.kmacb__manager-fill {
    background: center bottom no-repeat #52aff7;
    margin-top: -37.5px;
    margin-left: -37.5px;
    opacity: .5;
    -webkit-animation: 1.5s ease-in-out infinite kmacb__manager-fill-anim;
    -moz-animation: 1.5s ease-in-out infinite kmacb__manager-fill-anim;
    -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -o-animation: 1.5s ease-in-out infinite kmacb__manager-fill-anim;
    animation: 1.5s ease-in-out infinite kmacb__manager-fill-anim
}

.kmacb__manager-circle {
    background: #52aff7;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px
}

@media only screen and (max-width: 600px) {
    .cbh-phone {
        right: -50px;
        top: 76%;
        display: block;
        position: fixed;
        visibility: hidden;
        background-color: transparent;
        width: 200px;
        height: 200px;
        cursor: pointer;
        z-index: 999;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -webkit-transition: visibility .5s;
        -moz-transition: visibility .5s;
        -o-transition: visibility .5s;
        transition: visibility .5s
    }
}
