.call_icons{
	z-index:1001;
	position: fixed;
    right: 25px;
    bottom: 60px;
}

.call_icons a.call{
	display: block;
    width: 60px;
    height: 60px;
    background: #159ee3 url(../images/button/ic.png) no-repeat 50%;
    background-size: 50%;
    position: relative;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-duration: 0.3s;
    -webkit-transition: all 0.3s linear;
    -moz-animation-duration: 0.3s;
    -moz-transition: all 0.3s linear;
    animation-duration: 0.3s;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
} 
.call_icons a.call::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.call_icons a.call::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.call_icons a.call:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

@-webkit-keyframes bounce {
  to { -webkit-transform: scale(1.2); }
}
@-moz-keyframes bounce {
  to { -moz-transform: scale(1.2); }
}
@keyframes bounce {
  to { transform: scale(1.2); }
}


.call_icons ul {
    width: 60px;
    position: absolute;
    left: 0px;
    bottom: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.call_icons ul li a {
    display: block;
    width: 60px;
    height: 60px;
    right: 0px;
    position: relative;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.call_icons ul li {
    padding: 0 0 5px;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	list-style: none;
}

.call_icons ul li a::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-duration: 0.1s;
    -webkit-transition: all 0.1s linear;
    -moz-animation-duration: 0.1s;
    -moz-transition: all 0.1s linear;
    animation-duration: 0.1s;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.call_icons ul li a::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.call_icons ul li a.facebook {
    background: #3b5998 url(../images/button/facebook_icon.png) no-repeat 50%;
    background-size: 55%;
}

.call_icons ul li a.whatsapp {
    background: #29b200 url(../images/button/whatsapp_white_icon.png) no-repeat 50%;
    background-size: 55%;
}

.call_icons ul li a.chat {
    background: #ee8208 url(../images/button/chat_icon.svg) no-repeat 50%;
    background-size: 55%;
}

.call_icons  ul > li:before {
    color: rgba(95, 200, 194, 0);
}

.call_icons:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.call_icons ul {
   margin: 0px;
}

.call_icons:hover ul li {
    padding: 0 0 15px;
}

.call_icons ul li a:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
}