/*----  Whatsapp chat start  ----*/
.ec-style {
  display: inline-block;
  position: fixed;
  letter-spacing: 0.1px;
  z-index: 100000001;
}
.ec-style .ec-button {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ec-style .ec-button .whatsapp {
  width: 23px;
  height: 23px;
  /*background-image: url(../images/whatsapp.png);*/
  background-repeat: no-repeat;
  background-size: 100%;
  display: table;
  margin-right: 0;
  font-size: 25px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  color: #2ab674;
}
.ec-style .ec-panel {
  display: none;
  margin-bottom: 5px;  
  width: 275px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.479);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.479);
  background-color: #fff; 
}
.ec-style .ec-panel .ec-header {
  padding: 12px 15px 15px;
  text-align: center;
  color: #fff;
  background: #2ab674;
}
.ec-style .ec-panel .ec-body {
  min-width: 250px;
  white-space: nowrap;
  list-style: none;
  overflow-y: auto;
}
.ec-style .ec-header strong {
  font-size: 15px;
  line-height: 20px;
}
.ec-style .ec-header p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.ec-style .ec-list .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-style .ec-list .ec-img-cont {
  position: relative;
}
.ec-style .ec-list .ec-user-img {
  height: 40px;
  width: 40px;
  vertical-align: middle;
  border-radius: 50%;
}
.ec-style .ec-list .ec-status-icon {
  position: absolute;
  bottom: 5px;
  right: 1px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #a0a0a0;
}
.ec-style .ec-list .ec-online {
  background-color: #2ab674;
}
.ec-style .ec-list .ec-offline {
  background-color: #a0a0a0;
}
.ec-style .ec-list .ec-user-info {
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 15px;
}
.ec-style .ec-list .ec-user-info span {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #555;
}
.ec-style .ec-list .ec-user-info p {
  margin-bottom: 0;
  color: #888;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
}
.ec-style .ec-list .ec-chat-icon {
  margin-top: -46px;
  right: -10px;
  position: absolute;
  color: #d4d4d4;
  font-size: 60px;
  opacity: 0.5;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  overflow: hidden;
}
.ec-style .ec-body:hover {
  text-decoration: none;
  cursor: pointer;
}
.ec-style .ec-body:hover .ec-user-img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ec-style .ec-body li {
  display: block;
  padding: 10px;
  padding-left: 0px;
  margin-left: -15px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-bottom: 1px solid #eee;
  list-style-type: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ec-style .ec-body li:hover {
  background-color: rgba(42, 182, 116, 0.07);
}
.ec-style .ec-body li:hover .ec-chat-icon {
  color: #555;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}
.ec-style .ec-body li:hover .ec-chat-icon i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ec-style .ec-body .ec-chat-icon i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ec-right-bottom {
  bottom: 12px;
  right: 10px;
  /*
  bottom: 12px;
  right: 65px;
   */
  float: right;
}
.ec-right-bottom .ec-box {
  background-color: #ffffff;
  border: 2px solid #2ab674;
  /*border: 2px solid #2ab674;*/
  border-radius: 25px;
}
.ec-right-bottom .ec-box:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}