.content-Bz{
    display: none;
/*  position: fixed; 
    right: 20px; 
    bottom: 90px; 
    font-family: Arial; */  
}
.content-Bz div{
    border-radius: 10px;
    background-color: #96E94E7A;
    margin: 5px;
    text-align: center;
    padding: 10px;
    background: white;
}
.content-Bz div:hover{
    background-color:  #78be20;
    cursor: pointer;

}
.btn_chat{
position: fixed;
    right: 20px;
    bottom: 19px;
    font-family: Arial;
    z-index: 1010;
    background: #78be20;
    width: 59px;
    height: 59px;
    border-radius: 50px;
    border: 0;
}

.btn_chat button:hover{
    background-color:  #78be20;
    cursor: pointer;
}

.fa-comment-alt,.relaod-page {
/*  position: absolute;
    left: 19px;
    top: 15px;*/
    font-size: 30px;
    color: white;
}

.content-menu{
    position: fixed;
    bottom: 100px;
    right:  20px;
    border: 1px;
    box-shadow:   all;
    border-radius: 5px;
    width: 200px;
    box-shadow: 2px 2px 2px 2px rgb(100 100 100 / 20%);
    display: none;
    background-color: white;
}
.menu-item-height{
    height: 40px;
    text-align: center;
    width: 100%;
    display: flex;
    hover: #78BE20;
}
.menu-item-height p{
    margin: auto;
}
.menu-item-height:hover{
    cursor: pointer;
    background-color: #78BE20BA;
}
.menu-button{
   -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1rem;
    text-align: left;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1.5px;
    font-family: Arial;
    --call-us-form-header-background: #78be20;
    --call-us-main-button-background: #78be20;
    --call-us-client-text-color: #d4d4d4;
    --call-us-agent-text-color: #eeeeee;
    --call-us-form-height: 330px;
    box-sizing: border-box;
    background: var(--call-us-form-header-background, #373737);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
    color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    height: 10px;

}

.menu-top{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1rem;
    text-align: center;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1.5px;
    font-family: Arial;
    --call-us-form-header-background: #78be20;
    --call-us-main-button-background: #78be20;
    --call-us-client-text-color: #d4d4d4;
    --call-us-agent-text-color: #eeeeee;
    --call-us-form-height: 330px;
    box-sizing: border-box;
    background: var(--call-us-form-header-background, #373737);
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    padding: 0 10px;
    color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
    height: 30px;
}
#wplc-chat-button{
    background-color: red;
}