.lead-engagement-icon {
    background: #fff;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.lead-engagement-icon img{
	width: 70px;
    height: 70px;
    border-radius: 39px;
        border: 2px solid #fff;
}
.lead-engagement-popup {
    position: fixed;
    max-width: 350px;
    padding: 22px 14px 14px 22px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
    z-index: 9999;
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
    transform: translateY(20px); /* Slide up */
    z-index: 1000;
    display: none;

}

.lead-engagement-popup.showing {
  display: block;
}

.lead-engagement-popup.showing.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lead-engagement-popup.show {
  opacity: 1;
  transform: translateY(0);
    display: block;
     transition: 0.5s ease-out;
}
span.close {
    position: absolute;
    top: -5px;
    right: -6px;
       background-color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 10px #b1b1b1;
}
.contact_infor {
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
}
.lead-engagement-popup h5 {
    margin-bottom: 0;
}
h5.message {
    color: #10173a;
    font-weight: 500;
    margin-bottom: 7px;
}
h5.message p {
    margin: 7px 0 7px 0;
    font-size: 18px;
        line-height: 26px;
}
h5.message a{
     font-size: 18px;
         display: flex;
    align-items: center;
}
.middle-left .contact_infor,
.bottom-left .contact_infor{
    align-items: flex-start !important;
}
.contact_infor h5{
        font-size: 14px;
}
.contact_infor h6{
        font-size: 11px;
}
.message span.dashicons.dashicons-arrow-right-alt2 {
    font-size: 16px;
    line-height: 24px;
}
.button_box a.c-icon-link img.btn_icon {
    width: 24px;
    height: 24px;
}
.button_box a.c-icon-link {
    background: #e7dfd8;
    margin-bottom: 5px;
}
@media (max-width: 767px) {

h5.message p,
h5.message a {
    font-size: 16px;
    line-height: 20px;
}
.lead-engagement-popup{
        padding: 22px 14px 14px 15px;
}
.button_box a.c-icon-link {
    padding: 10px 13px;
    background: #e7dfd8;
    margin-bottom: 5px;
    font-size: 14px;
}
.button_box a.c-icon-link img.btn_icon {
    width: 20px;
    height: 20px;
}
}
@media (max-width: 520px) {
.lead-engagement-popup{
    max-width: 230px;

    }
    .lead-engagement-icon img {
    width: 65px;
    height: 65px;
}
h5.message p, h5.message a {
        font-size: 15px;
        line-height: 20px;
    }
}
