@-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); } }
.ovahotline_box {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 10px 3px;
  bottom: 5px;
  left: 5px;
  display: flex;
  gap: 5px;
  border-radius: 5px;
  z-index: 99; }
  .ovahotline_box.mulish_font {
    font-family: 'Mulish'; }
  .ovahotline_box .ovahotline_image_wrap {
    width: 56px;
    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%; }
    .ovahotline_box .ovahotline_image_wrap .ovahotline_image_link .ovahotline_image {
      display: block;
      width: 100%;
      object-fit: cover; }
  .ovahotline_box .ovahotline_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0px; }
    .ovahotline_box .ovahotline_info .ovahotline_label {
      margin: 0px;
      font-size: 18px;
      text-transform: uppercase;
      line-height: 25px;
      font-weight: 700;
      color: var(--ovahotline-primary-color); }
    .ovahotline_box .ovahotline_info .ovahotline_phone_number {
      margin: 0px;
      color: var(--ovahotline-primary-color); }
      .ovahotline_box .ovahotline_info .ovahotline_phone_number .ovahotline_hotline {
        font-size: 18px;
        font-weight: 400; }
      .ovahotline_box .ovahotline_info .ovahotline_phone_number .ovahotline_number {
        color: var(--ovahotline-primary-color);
        font-size: 18px;
        text-decoration: none;
        font-weight: 700; }

/*# sourceMappingURL=styles.css.map */
