﻿/*-------chatbutton-----------*/
.chatbtn {
    cursor: pointer;
    text-align: center;
    color: #fff !important;
    position: fixed;
    bottom: 80px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: -moz-linear-gradient(-45deg, #25d366 0, #25d366 25%, #25d366 50%, #25d366 75%, #25d366 100%);
    background: -webkit-linear-gradient(-45deg, #25d366 0, #25d366 25%, #25d366 50%, #25d366 75%, #25d366 100%);
    z-index: 99999;
    display: inline-block;
    padding-top: 10px;
    font-size: 22px;
    margin-right: 40px;
}
.chatbtn:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
