
.newCallM{
    cursor: pointer;
    background: green;
	margin: 7px auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 34px;	
}

.callOnline{
    cursor: pointer;
    background: #81af2b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 34px;
    position: relative;	
}

.pulse {
    z-index: 99999999;
    position: fixed;
    right: -10px;
    bottom: -10px;
    cursor: pointer;
    transform: translate(-50%, -50%);
    background: #4fbaea;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
}
.callOnline:before,
.callOnline:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #7c9f09;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden; 
}

.callOnline:after{
	animation-delay: .9s;
}

@keyframes animate
{
	0%
	{
		transform: scale(0.3);
		opacity: 0;
	}
	50%
	{
		opacity: 1;
	}
	100%
	{
		transform: scale(1);
		opacity: 0;
	}
}

.callInnBookOnline{
    position: fixed;
    width: 280px;
    display: flex;
    padding: 7px;
    height: 71px;
    background: #fefefe;
    right: -300px;
    bottom: 20px;
    border-radius: 6px;
    border: 2px solid #b15959;
    z-index: 99999999;
    transition: 0.6s;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.infoCall{
    width: 200px;
    text-align: center;
    color: #000;
	font-family: cursive;
	line-height: 15px;
}
.infoCall>span{
	font-size: 12px;
	color: #0b1c71;
}
.infoCall>b{
	color: green;
}
.contSipCall{
	width: 100%;
}
.statusCall{
text-align: center;
    height: 65px;
    font-size: 18px;
    color: #000;
	font-family: cursive;
}
.klCallPhone{
display: inline-flex;
    justify-content: center;
    align-content: space-around;
    flex-wrap: wrap;
}

.nummCallB{ 
width: 45px;
    height: 45px;
    text-align: center;
    margin: 3px 14px;
    background: #f1f1f1;
    font-size: 18px;
    border: 1px solid #c1bbe3;
    padding: 9px;
    border-radius: 50%;
    cursor: pointer;
    font-family: fantasy;
    color: #634040;
}

.actCalls{
	background:red !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 13px / 1 FontAwesome;	
    font-size: 42px;
    transform: rotate(44deg);
}