.call-animation {
    background: #fff;
    width: 135px;
    height: 135px;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    border: solid 5px #fff;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  
}
 .img-circle {
        //width: 135px;
       // height: 47px;
        border-radius: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }
@keyframes play {

    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.4), 0 0 0 20px rgba(0, 0, 0, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.4), 0 0 0 30px rgba(0, 0, 0, 0.2);
    }

}

.roundCool {
  border-radius: 50%;
  z-index: 99999999;
}

.fab {
  transition: all 120ms ease-in-out;
  width: 56px;
  height: 56px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 30px;
  bottom: 18px;
  user-select: none;
  cursor: pointer;
  color: #FF9500;
  font-size: 5em;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08), 0px 3px 10px rgba(0, 0, 0, 0.08);
}

.fab i {
  transition: all 120ms ease-in-out;
  will-change: transform;
}

.inner-fabs .fab {
  width: 48px;
  height: 48px;
  right: 35px;
  bottom: 23px;
  font-size: 1.5em;
  will-change: bottom;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.04), 0px 3px 10px rgba(0, 0, 0, 0.04);
}

.inner-fabs.show .fab:nth-child(1) {
  bottom: 88px;
}

.inner-fabs.show .fab:nth-child(2) {
  bottom: 146px;
}

.inner-fabs.show .fab:nth-child(3) {
  bottom: 204px;
}
.inner-fabs.show .fab:nth-child(4) {
  bottom: 262px;
}

.inner-fabs.show + .fab i {
  transform: rotate(135deg);
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.md-36 {
  font-size: 36px;
}

.inner-fab-icon {
  height: 40px;
  width: 40px;
}

.fab::before {
  content: attr(data-tooltip);
  transition: opacity 120ms cubic-bezier(0.4, 0, 1, 1);
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #333333;
  right: 53px;
  top: 19%;
  background-color: #FFD057;
  font-size: .6em;
  line-height: 1.2em;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  border-radius: 15px;
  padding: 7px 32px 6px 18px;
  max-width: 200px;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.inner-fabs.show .fab::before {
  content: attr(data-tooltip);
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}

.chat-view {
  bottom: 0px;
  right: 250px;
  position: absolute;
  visibility: hidden;
}
@media only screen and (max-width: 480px) {
  .chat-view {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
    right: 0px;
  }
}
.chat-view .panel {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  transform: scale(0);
  transform-origin: bottom;
  transition: all 0.25s;
  opacity: 0;
  position: relative;
  width: 350px;
  height: 350px;
}
@media only screen and (max-width: 480px) {
  .chat-view .panel {
    height: 100%;
    width: 100%;
  }
}
.chat-view .panel.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: transform 0.2s, visibility 0s 0s, opacity 0.2s;
}

.panel-header {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  color: #333333;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0.5px solid #DDDDDD;
}
@media only screen and (max-width: 480px) {
  .panel-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.call-animation {
    background: #fff;
    width: 135px;
    height: 135px;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    border: solid 5px #fff;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  
}
 .img-circle {
        //width: 135px;
       // height: 47px;
        border-radius: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }
@keyframes play {

    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.4), 0 0 0 20px rgba(0, 0, 0, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.4), 0 0 0 30px rgba(0, 0, 0, 0.2);
    }

}

.roundCool {
  border-radius: 50%;
  z-index: 99999999;
}

.fab {
  transition: all 120ms ease-in-out;
  width: 56px;
  height: 56px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 30px;
  bottom: 18px;
  user-select: none;
  cursor: pointer;
  color: #FF9500;
  font-size: 5em;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08), 0px 3px 10px rgba(0, 0, 0, 0.08);
}

.fab i {
  transition: all 120ms ease-in-out;
  will-change: transform;
}

.inner-fabs .fab {
  width: 48px;
  height: 48px;
  right: 35px;
  bottom: 23px;
  font-size: 1.5em;
  will-change: bottom;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.04), 0px 3px 10px rgba(0, 0, 0, 0.04);
}

.inner-fabs.show .fab:nth-child(1) {
  bottom: 88px;
}

.inner-fabs.show .fab:nth-child(2) {
  bottom: 146px;
}

.inner-fabs.show .fab:nth-child(3) {
  bottom: 204px;
}
.inner-fabs.show .fab:nth-child(4) {
  bottom: 262px;
}

.inner-fabs.show + .fab i {
  transform: rotate(135deg);
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.md-36 {
  font-size: 36px;
}

.inner-fab-icon {
  height: 40px;
  width: 40px;
}

.fab::before {
  content: attr(data-tooltip);
  transition: opacity 120ms cubic-bezier(0.4, 0, 1, 1);
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #333333;
  right: 53px;
  top: 19%;
  background-color: #FFD057;
  font-size: .6em;
  line-height: 1.2em;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  border-radius: 15px;
  padding: 7px 32px 6px 18px;
  max-width: 200px;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.inner-fabs.show .fab::before {
  content: attr(data-tooltip);
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}

.chat-view {
  bottom: 0px;
  right: 250px;
  position: absolute;
  visibility: hidden;
}
@media only screen and (max-width: 480px) {
  .chat-view {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
    right: 0px;
  }
}
.chat-view .panel {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  transform: scale(0);
  transform-origin: bottom;
  transition: all 0.25s;
  opacity: 0;
  position: relative;
  width: 350px;
  height: 350px;
}
@media only screen and (max-width: 480px) {
  .chat-view .panel {
    height: 100%;
    width: 100%;
  }
}
.chat-view .panel.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: transform 0.2s, visibility 0s 0s, opacity 0.2s;
}

.panel-header {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  color: #333333;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0.5px solid #DDDDDD;
}

  .hotline-phone-ring-wrap {
  position: fixed;
    bottom: -12px;
    right: 194px;
    z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #ed622c;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: #ed622c;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #ed622c;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: #ed622c;
  height: 40px;
  width: 160px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 35px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
  .hotline-phone-ring-wrap {
    bottom: -13px;
    right: 89px;
	}
}