.floating-click-to-chat-open-chat,
.floating-click-to-chat-open-chat *,
.floating-click-to-chat,
.floating-click-to-chat * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 1;
    list-style: none;
    font-family: Arial;
    box-sizing: border-box;
    text-decoration: none;
}

.floating-click-to-chat-open-chat {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 55px;
    height: 55px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
    z-index: 9999999999999;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.floating-click-to-chat-open-chat:before {
    content: " ";
    -webkit-animation: floating-click-to-chat-pulse 1.5s infinite;
    -moz-animation: floating-click-to-chat-pulse 1.5s infinite;
    -o-animation: floating-click-to-chat-pulse 1.5s infinite;
    animation: floating-click-to-chat-pulse 1.5s infinite;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 15px rgba(37,211,102, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(37,211,102, 0.2);
    box-shadow: 0 0 0 15px rgba(37,211,102, 0.2);
}

@-webkit-keyframes floating-click-to-chat-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        -moz-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        box-shadow: 0 0 0 0 rgba(37,211,102, 0);
    }
    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(37,211,102, 0.2);
        -moz-box-shadow: 0 0 0 15px rgba(37,211,102, 0.2);
        box-shadow: 0 0 0 15px rgba(37,211,102, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        -moz-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        box-shadow: 0 0 0 0 rgba(37,211,102, 0);
    }
}

@-moz-keyframes floating-click-to-chat-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        -moz-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        box-shadow: 0 0 0 0 rgba(37,211,102, 0);
    }
    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(37,211,102, 0.2);
        -moz-box-shadow: 0 0 0 15px rgba(37,211,102, 0.2);
        box-shadow: 0 0 0 15px rgba(37,211,102, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        -moz-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        box-shadow: 0 0 0 0 rgba(37,211,102, 0);
    }
}

@-o-keyframes floating-click-to-chat-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        -moz-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        box-shadow: 0 0 0 0 rgba(37,211,102, 0);
    }
    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(37,211,102, 0.2);
        -moz-box-shadow: 0 0 0 15px rgba(37,211,102, 0.2);
        box-shadow: 0 0 0 15px rgba(37,211,102, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        -moz-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        box-shadow: 0 0 0 0 rgba(37,211,102, 0);
    }
}

@keyframes floating-click-to-chat-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        -moz-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        box-shadow: 0 0 0 0 rgba(37,211,102, 0);
    }
    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(37,211,102, 0.2);
        -moz-box-shadow: 0 0 0 15px rgba(37,211,102, 0.2);
        box-shadow: 0 0 0 15px rgba(37,211,102, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        -moz-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
        box-shadow: 0 0 0 0 rgba(37,211,102, 0);
    }
}

.floating-click-to-chat-open-chat-bubble {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #d42424;
    top: 3px;
    right: 3px;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.floating-click-to-chat-open-chat-bubble.show {
    opacity: 1;
    transform: scale(1);
}

.floating-click-to-chat-open-chat.top-left {
    top: 20px;
    bottom: auto;
}

.floating-click-to-chat-open-chat.top-right {
    top: 20px;
    right: 20px;
    left: auto;
    bottom: auto;
}

.floating-click-to-chat-open-chat.bottom-right {
    right: 20px;
    left: auto;
}

.floating-click-to-chat-open-chat:hover {
    transform: scale(1.1);
}

.floating-click-to-chat-open-chat svg {
    width: 60%;
    height: 60%;
    display: block;
    margin: -5% -2% 0 0;
    fill: #fff;
}

.floating-click-to-chat {
    z-index: 9999999999999;
    position: fixed;
    bottom: 95px;
    left: 20px;
    width: 300px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    border-radius: 25px;
    transform-origin:  left bottom;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.floating-click-to-chat.top-left {
    top: 95px;
    bottom: auto;
    transform-origin: left top;
}

.floating-click-to-chat.top-right {
    top: 95px;
    right: 20px;
    left: auto;
    bottom: auto;
    transform-origin: right top;
}

.floating-click-to-chat.bottom-right {
    left: auto;
    right: 20px;
    transform-origin: right bottom;
}

.floating-click-to-chat.open {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.floating-click-to-chat-title {
    height: 60px;
    background: #128C7E;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.floating-click-to-chat-title div {
    height: 100%;
    display: flex;
    align-items: center;
}

.floating-click-to-chat-title div svg {
    height: 40%;
    display: block;
    width: auto;
    fill: rgba(255,255,255,0.8);
    margin: 0 10px 0 0;
}

html[dir="rtl"] .floating-click-to-chat-title div svg {
    margin: 0 0 0 10px;
}

.floating-click-to-chat-title div strong {
    font-weight: bold;
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    line-height: 18px;
}

.floating-click-to-chat-title a {
    background: #075E54;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.floating-click-to-chat-title a svg {
    fill: #fff;
    width: 12px;
    display: block;
}

.floating-click-to-chat-title a:hover {
    background: #fff;
}

.floating-click-to-chat-title a:hover svg {
    fill: #075E54;
}

.floating-click-to-chat-message {
    background-color: #ECE5DD;
    background-image: url('bg.jpg');
    background-size: 150px 150px;
    padding: 15px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom: 1px rgba(255,255,255,0.4) solid;
}

.floating-click-to-chat-message .floating-click-to-chat-bubble {
    width: 88%;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    color: #000;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

.floating-click-to-chat-message .floating-click-to-chat-btn {
    display: flex;
    justify-content: flex-end;
    margin: 15px 0 0 0;
}

.floating-click-to-chat-message .floating-click-to-chat-btn a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    height: 42px;
    padding: 0 20px;
    border-radius: 21px;
    background: #34B7F1;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    white-space: nowrap;
}

.floating-click-to-chat-message .floating-click-to-chat-btn a:hover {
    background: #465a64;
}

.floating-click-to-chat-message .floating-click-to-chat-btn a svg {
    height: 18px;
    width: 18px;
    fill: #fff;
    margin: 0 0 0 7px;
    display: block;
}

html[dir="rtl"] .floating-click-to-chat-message .floating-click-to-chat-btn a svg {
    margin: 0 7px 0 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media(max-width: 468px) {
    .floating-click-to-chat-open-chat:hover {
        transform: scale(1);
    }
}