﻿.phone-mobile {
    display: none;
}

.giuseart-nav {
    position: fixed;
    left: 13px;
    bottom: 50px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
    z-index: 150;
}

.giuseart-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.giuseart-nav ul li {
    list-style: none !important;
}

.giuseart-nav ul>li a {
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72px;
    max-height: 54px;
    text-decoration: none;
}

.giuseart-nav ul>li a i {
    display: block;
    width: 36px;
    height: 36px;
    margin: auto;
    background-size: contain;
}

.ticon-heart {
        background: url("https://kwclinic.vn/contents/Icons/355980.png?_t=1730379084") no-repeat;
}

.ticon-zalo-circle2 {
        background: url("https://kwclinic.vn/contents/Icons/Icon_of_Zalo.svg.png?_t=1730379084") no-repeat;
}

.ticon-messenger {
        background: url("https://kwclinic.vn/contents/Icons/images.jpg?_t=1730379084") no-repeat;
}

.ticon-chat-sms {
        background: url("https://kwclinic.vn/contents/Icons/8032096.png?_t=1730379084") no-repeat;
    width: 38px;
}

.icon-phone-w {
        background: url("https://kwclinic.vn/contents/Icons/call-forwarding.png?_t=1730379928") no-repeat;
        width: 140px; 
height: 140px;
background-size: cover;
}

.ticon-angle-up {
    background: url("") no-repeat;
}

.btn_phone_txt {
    position: relative;
    font-size: 10px;
    font-weight: bold;
}

.phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}

@media only screen and (max-width: 600px) {
    .giuseart-nav {
        width: 100%;
        border-radius: 0;
        color: #fff;
        height: 60px;
        line-height: 50px;
        bottom: 0;
        left: 0;
        padding: 5px;
        margin: 0;
        box-shadow: 0 4px 10px 0 #000;
        z-index: 999;
    }

        .giuseart-nav ul > li a {
            padding: 0;
            margin: 0 auto;
        }

        .giuseart-nav li {
            float: left;
            width: 20%;
            height: 50px;
        }

    .phone-mobile {
        display: block !important;
    }

    .phone_animation {
        box-shadow: none;
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: #6cb917;
        line-height: 15px;
        border: 2px solid white;
    }
}


