.bottom-contact {
display: block;
position: unset !important;
margin: 0;
width: 100%;
bottom: 0;
background: #ffc107;
z-index: 99;
border-radius: 5px;
box-shadow: 0 1px 3px #00000075;
margin-bottom: 7px;
}

.bottom-contact i{
display: block;
font-size: 22px;
margin: 10px 0 6px;
font-weight:300;
}


.bottom-contact ul {
width: 100%;
display: flex !important;
margin: 0;
padding: 0;
}.bottom-contact li {
list-style: none;
text-align: center;
font-size: 13.5px;
}
.bottom-contact li {width:100%;margin: 0 !important;
}
.bottom-contact li:hover span, .bottom-contact li:hover, .bottom-contact li:hover a {
background: #ffb300;
}.bottom-contact img {
width: 35px;
display: block;
margin: 10px auto 0;
}

/* phone footer */

a.phone-sticky {
    position: fixed;
    z-index: 10;
    bottom: 30px;
    left: 10px;
}

a.phone-sticky:hover {
background: #333;color: #fff;
}

a.phone-sticky.en {
background: #0087ff;
}

a.phone-sticky {
background: #fb1919;
color: #fff;
text-decoration: none;
border-radius: 99999px;
padding: 5px 15px;
box-shadow: 0px 2px 2px #00000070;
}
a.phone-sticky i{padding-right: 10px;}