.box-shadow {
  box-shadow: 0px 3px 12px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 3px 12px rgba(0,0,0,0.1);
}

#top {
  z-index: 999;
  position: fixed;
  bottom: 78px;
  right: 26px;
  text-decoration: none;
  border-radius: 100%;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#chat-btn {
  z-index: 999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  border-radius: 100%;
  background-color: #284b64;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#chat-btn img {
  margin-top: 10px;
  margin-bottom: 7px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: top;
}

