.mh_nav {
    position: fixed;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    padding: 10px 0 !important;
    border: 1px solid #f2f2f2;
}
.phone-img-circle {
	width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-top: -5px;
}
.phone-img-circle:not(.back-top .phone-img-circle) {
    animation: phone-circle-fill 1s infinite ease-in-out;
}
.phone-img-circle img {
    max-height: 27px;
    max-width: 27px;
}

.tawkto .phone-img-circle .chat-icon {
	fill: #fff;
	max-height: 27px;
    max-width: 27px;
}
.back-top .phone-img-circle {
    background: linear-gradient(45deg, #ee7752, #23a6d5);
    background-size: 400% 400%;
    opacity: .7;
    transition: opacity 1s; 
}

.back-top, .back-top > p {
    margin-bottom: 0;
}

a.js-back-to-top.back-to-top--is-visible {
    animation: heartbeat 1s infinite;
}
.back-top .phone-img-circle:has(a.back-to-top--fade-out) {
    animation: gradient 5s ease infinite;
    opacity: 1;
}

.mh_nav ul {
	list-style: none;
	padding: 0;
	margin: 0 5px;
}
.mh_nav ul li {
	list-style: none;
	text-align: -webkit-center;
}
.mh_nav ul>li p {
	font-size: 10px;
}

@keyframes heartbeat{
    0%{opacity: .9;}
    20%{opacity: .1;}
    40%{opacity: .9;}
    60%{opacity: .1;}
    80%{opacity: .9;}
    100%{opacity: .9;}
}

@keyframes gradient {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

@media only screen and (min-width: 865px){
    .phone-img-circle img :not(.back-top .phone-img-circle){
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }
    .back-top .phone-img-circle img{
        margin-bottom: 5px;
    }
    @-webkit-keyframes phone-circle-fill {
      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 only screen and (max-width: 864px){
    .mh_nav {
        background: white;
        width: 100%; border-radius:0;
        height: 70px;
        line-height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        padding: 5px;
        margin: 0;
    }

    .mh_nav > ul > li {
        float: left;
        width: 20%;
        list-style: none;
        height: 50px;
    }

    .mh_nav > ul > li > p {
        margin-top: -12px;
    }

    .mh_nav > ul li.phone > p {
        
    }
    
    .mh_nav .phone {
        position: relative;
    }
    .phone .phone-img-circle {
	    position: relative;
        top: 0;
    }

    .back-top img{
        margin-bottom: 5px;
    }
}
/*
     FILE ARCHIVED ON 11:40:52 Nov 07, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:59:55 Jul 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 2.118
  exclusion.robots: 0.144
  exclusion.robots.policy: 0.116
  esindex: 0.02
  cdx.remote: 20.698
  LoadShardBlock: 170.951 (3)
  PetaboxLoader3.resolve: 252.492 (4)
  PetaboxLoader3.datanode: 321.263 (5)
  load_resource: 591.273
  loaddict: 189.418
*/