/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 11 2022 | 08:10:27 */
.zoom{display:none;}

@media only screen and (min-device-width: 320px) 
  and (max-device-width: 736px){
.zoom {
  position: fixed;
  bottom: 110px;
  right: -25px;
  height: 70px;
 display:inherit;
  z-index:99999999;
}

.zoom-fab {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #8b52cc;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
}

.zoom-fab:hover {
  background-color: #8b52cc;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.zoom-btn-large {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.zoom-btn-person { background-color: #8b52cc; }

.zoom-btn-person:hover { background-color: #8b52cc; }

.zoom-btn-doc { background-color: #8b52cc; }

.zoom-btn-doc:hover { background-color: #8b52cc; }

.zoom-btn-tangram { background-color: #8b52cc; }

.zoom-btn-tangram:hover { background-color: #8b52cc4; }

.zoom-btn-report { background-color: #8b52cc; }

.zoom-btn-report:hover { background-color: #8b52cc; }

.zoom-btn-feedback { background-color: #8b52cc; }

.zoom-btn-feedback:hover { background-color: #8b52cc; }

.zoom-menu {
  position: absolute;
  right: 70px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 500px;
  list-style: none;
  text-align: right;
}

.zoom-menu li {
  display: inline-block;
  margin-right: 10px;
}

.zoom-card {
  position: absolute;
  right: 50px;
  bottom: 70px;
  transition: box-shadow 0.25s;
  padding: 24px;
  border-radius: 2px;
  background-color: #009688;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #FFF;
  width:225px
}

.zoom-card ul {
  -webkit-padding-start: 0;
  list-style: none;
  text-align: left;
}

.scale-transition { transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

.scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.2s !important;
}

 .scale-transition.scale-in { transform: scale(1); }
    .fa-chevron-left{margin-right:15px}
}
