/** Chat Buttons **/
.chat:hover, .appointment:hover {
    cursor: pointer;
}

/** Transparent Header **/
#page .transparent-header {
    width: 100%!important;
    position: absolute;
}

#page .transparent-header.elementor-sticky--effects {
    position: fixed!important;
    background: rgba(255,255,255,0.9)!important;
}

/** Hero Google Logo **/
.slogan img {
    max-width: 260px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .slogan img {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .slogan img {
        max-width: 155px;
        margin-top: 5px;
    }
}