.vue-bottom-bar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .vue-bottom-bar .bottom-bar-wrapper span svg {
    width: 40%;
    height: auto;
    fill: #0060a1;
    margin: auto;
  }

  .vue-bottom-bar .bottom-bar-wrapper span {
    font-size: 10px;
    line-height: 1.5;
    color: #0060a1;
    text-align: center;
    width: 100%;
    font-weight: 700;
  }

  .vue-bottom-bar .bottom-bar-wrapper .livechat-text {
    font-size: 10px;
    color: #fff;
    background: #0060a1;
    padding: 3px 4px 2px;
    border-radius: 16px;
    line-height: 1.2;
    font-weight: bold;
  }

  .vue-bottom-bar .bottom-bar-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 4px;
  }

  .vue-bottom-bar .bottom-bar-wrapper a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 68px;
    text-decoration: none;
  }

  .vue-bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    display: block !important;
  }

  .vue-bottom-bar::before {
    content: '';
    width: 100%;
    background-image: url(https://nhakhoakim.com/wp-content/themes/kimdental-child/assets/images/bottom-bar-bg.png);
    position: absolute;
    bottom: -5px;
    display: block;
    background-size: 100% 100%;
    background-position: center;
    height: 70px;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .icon-animation {
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .icon-animation{
    padding:12px 13px 4px;
    background: #0060a1;
    border-radius: 50%;
    margin-bottom: 9px;
  }

  @keyframes quick-alo-circle-img-anim {
    0% {
      -o-transform: rotate(0) scale(1) skew(1deg);
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
      -o-transform: rotate(-25deg) scale(1) skew(1deg);
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
      -o-transform: rotate(25deg) scale(1) skew(1deg);
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
      -o-transform: rotate(-25deg) scale(1) skew(1deg);
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
      -o-transform: rotate(25deg) scale(1) skew(1deg);
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
      -o-transform: rotate(0) scale(1) skew(1deg);
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
      -o-transform: rotate(0) scale(1) skew(1deg);
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  }
}
