#chat-buttons {
    padding: 20px;
    max-width: 400px;
}
.widget-send-button {
    margin: 0 0 40px 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 16000160;
    bottom: 0;
    text-align: center;
    height: 50px;
    min-width: 50px;
    border-radius: 25px;
    visibility: visible;
    transition: none;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    right: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
#wa-widget-send-button {
    background-color: #4dc247;
}
.wa-messenger-svg-whatsapp {
    fill: white;
    width: 41px;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 5px;
}

#fb-widget-send-button {
    background-color: #0084ff;
}
.fb-messenger-svg {
    fill: white;
    width: 41px;
    height: 41px;
    overflow: hidden;
    vertical-align: middle;
    margin-top: 7px;
}

#live-chat-widget-send-button {
    background-color: #f25e04;
}
.live-chat-svg {
    fill: white;
    width: 38px;
    height: 38px;
    margin-right: 12px;
}

.description {
    font-size: 1.6em;
    line-height: 1.5em;
    margin: 25px 0 20px;
    font-weight: bold;
}
.additional-txt {
    font-size: 1.3em;
    line-height: 1.5em;
    padding: 10px auto 20px;
    margin: 0;
}
a {
    color: #7ecefd;
}


html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
#wrapper {
    flex: 1 0 auto;
}
footer {
    background-color: #34393C;
    margin: 0;
    flex-shrink: 0;
}
p {
    color: #404748;
}
.footer-top {
    margin-bottom: 20px !important;
}
.footer-navigation {
    float: none;
}
.footer-navigation ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.footer-navigation, .footer-navigation ul li {
    float: none;
    margin-bottom: 0;
}
.footer-navigation ul li a {
    color: #FFF;
}
p.copy-txt {
    color: #FFF;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .res-logo {
        float: left;
    }
    #middle-cont {
        padding-left: 0;
        padding-right: 0;
    }
    #polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
        color: #FFF;
    }
}