* {
  box-sizing: border-box;
}
/*-- Chat Snippet--*/
.chat-messenger {
  opacity: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: calc(100% - 50px) !important;
  max-height: 463px !important;
  min-height: 220px !important;
  width: 316px;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  right: 3%;
  bottom: 20px;
  margin: auto;
  z-index: 999;
  box-shadow: 2px 10px 40px rgba(22, 20, 19, 0.4);
  /* -webkit-transition: 0.3s all ease-out 0.1s, transform 0.2s ease-in;
    -moz-transition: 0.3s all ease-out 0.1s, transform 0.2s ease-in; */
  display: none;
  overflow: hidden;
}
.chatiframe {
  height: calc(100% - 50px) !important;
  width: 100%;
  position: absolute;
  border: medium none;
}

a.chat-btn {
  padding: 5px 10px;
  box-shadow: 0px 2px 8px 0px #0e2443;
  outline: none;
  border-radius: 20px;
  background: #ffffff;
  color: #0e2443;
  font-size: 14px;
  display: block;
  position: fixed;
  right: 6%;
  bottom: 30px;
  top: auto;
  margin-left: -25px;
  transition: transform 0.25s;
  z-index: 99;
  text-decoration: none;
}
a.chat-btn:hover {
  text-decoration: none;
  background: #ffffff;
  color: #ffffff;
}
a.chat-btn > img {
  vertical-align: middle !important;
}
.chatHeader {
  background: rgb(2, 102, 112) !important;
  padding: 8px 15px;
  border-radius: 10px 10px 0 0;
  height: 50px;
  padding-top: 15px;
  /* display: none; */
}

.chatHeader h4 {
  display: flex;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
.disp_table img {
  margin-right: 10px;
}
.chatHeader p {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.minimize {
  position: absolute;
  top: 10px;
  right: 10px;
}
.disp_table {
  display: table;
}
.v_middle {
  vertical-align: middle;
}
.m_r_10 {
  margin-right: 10px;
}
@media only screen and (max-device-width: 667px),
  screen and (max-width: 450px) {
  .chat-messenger {
    z-index: 2147483001 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #fff;
  }
  .chatHeader {
    border-radius: 0 0 0 0 !important;
  }
}
/*--End of Chat Snippet--*/
