#footer .footer-top .chat{
    float: none;
    height: 100%;
}
.footer-image-service{
    width: 195px;
}
.footer-image-service img{
    width: 100%;
    height: auto;
}
#footer .footer-top .right{
    width: auto;
}
#footer .footer-top .contact{
    width: 100%;
}
#footer .footer-top .chat .btn{
    background-color: #f27544;
}
#footer .footer-top .chat .btn:hover{
    background-color: #e75116;
}
#footer .footer-top .chat p.text{
    margin-top: 5px;
}
#footer .footer-top .contact p:first-of-type{
    margin-bottom: 5px;
}
.footer-service-block{
    display: flex;
    gap: 150px;
}

@media(max-width: 767px){
    #footer .footer-top .footer-service-block{
        flex-direction: column;
        gap: 0px;
        /* align-items: center !important; */
    }
    #footer .footer-top a:not(.btn){
      color: #fff;

    }
    .footer-image-service-block{
        display: flex;
    }
    #footer .footer-top .chat h3{
        margin-top: 0px;
    }
    #footer .footer-top .chat .btn{
        margin-top: 15px;
    }
}
@media(min-width: 575px){
    .hide-lg{
        display: none !important;
    }
}