.hotline_devmd {
    position: fixed;
    bottom: 35px;
    right: 20px;
    z-index: 999;
}

.hotline_devmd.right {
    right: 20px;
    left: auto;
}

.toggle_effect>img,
.contact-social a img {
    transform: scale(1);
}

.toggle_effect>img:hover,
.contact-social a:hover img {
    transform: scale(1.2);
    transition: all .3s;
}

.row_call_mobile {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.call_pluss_mobile {
    display: none !important;
}

/*End Css Hotline*/
.contact-social a,
.toggle_effect {
    height: 45px;
    width: 45px;
    line-height: 41px;
    display: block;
    border-radius: 50%;
    padding: 2px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.toggle_effect {
    display: none;
}

.contact-social a.phone {
    /*animation-name: pp_zoom;
    -webkit-animation-name: pp_zoom;*/
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    cursor: pointer;
    box-shadow: 0 0 0 0 #056744;
    padding: 0;
}

@media only screen and (min-width: 801px) {
    .call_pluss_mobile {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .call_pluss_mobile {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        left: 0;
    }

    .row_call_mobile {
        display: flex;
        align-items: center;
        overflow: auto;
    }

    .row_call_mobile li {
        width: 20%;
        text-align: center;
        padding: 0.5rem 0;
        background: #fff;
        flex: 0 0 20%;
        border-top: 1px solid #eee;
    }

    .row_call_mobile li img {
        max-width: 30px;
        min-height: 30px;
    }

    span.text_lable {
        font-size: 12px;
        line-height: 20px;
        font-family: inherit;
        color: #6b7177;
        display: block;
    }

    .row_call_mobile li:not(:last-child) {
        border-right: 1px solid #eae9e9;
    }

}

@media all and (max-width: 767px) {
    .hotline_devmd {
        bottom: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .row_call_mobile li {
        padding: 10px;
    }
}