
.hl-ring {
  position: fixed;
  min-width: 45px;
  text-align: center;
  z-index: 999;
}

.hl-ring img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: relative;
  z-index: 999;
}
.host-circle {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  width: 58px;
  height: 58px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30,30,30,.4);
    border-top-color: rgba(30, 30, 30, 0.4);
    border-right-color: rgba(30, 30, 30, 0.4);
    border-bottom-color: rgba(30, 30, 30, 0.4);
    border-left-color: rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #f02937;
  opacity: .5;
}
.host-circle-fill {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: pulse;
  width: 68px;
  height: 68px;
  top: -10px;
  right: -10px;
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: #f02937;
  opacity: .15;
}

.hl-ring a:hover span {
  display: block;
}
.hl-ring a span {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #fff;
}
.hl-ring a span {
  border-radius: 2px;
  text-align: center;
  background: #f02937;
  box-shadow: 0 20px 50px rgba(0,0,0,.15);
  border-radius: 48px;
  padding: 11px 16px 12px 16px;
  margin-left: 10px;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 68px;
  width: 175px;
  height: 48px;
  transition: all .2s ease-in-out 0s;
  -moz-animation: headerAnimation .7s 1;
  -webkit-animation: headerAnimation .7s 1;
  -o-animation: headerAnimation .7s 1;
  animation: headerAnimation .7s 1;
}
.hl-ring a span:before,
.hl-ring a span::after {
 content:"";
 width:0;
 height:0;
 border-style:solid;
 border-width:14px 20px 14px 14px;
 border-color:transparent #f02937 #ff000000 #f0293700;
 position:absolute;
 left:-24px;
 top:10px;
}
.hl-ring a:hover span {
 display:block;
}
.hl-ring img {
 width:48px;
 height:48px;
 border-radius:100%;
 position:relative;
 z-index:999;
}