* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Lexend Deca", sans-serif !important;
}

h4 {
  letter-spacing: -0.075rem !important;
  font-weight: 100 !important;
}

.pieh2 {
  line-height: 2.5rem;
  margin-top: 10px !important;
}

.wt {
  width: auto !important;
  padding: 1em;
  border-radius: 50%;
  margin-bottom: 1em;
  margin-right: 1em;
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%;
  z-index: 999999;
  animation-name: fadeInUp !important;
  animation-duration: 0.9s !important;
  transition-duration: 0.9s !important;
  animation-delay: 1.4s Im !important;
  visibility: visible;
}

.wt img {
  display: flex;
  justify-content: center;
  align-content: center;
}

.wt:hover {
  background: #1a2c51;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

@media (min-width: 768px) {
  .wt {
    width: auto !important;
    padding: 0.2em;
    border-radius: 0%;
    margin-bottom: 0em;
    margin-right: 0em;
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%;
    z-index: 9;
    animation-name: fadeInUp;
    animation-duration: 0.9s;
    transition-duration: 0.9s;
    animation-delay: 1.4s;
    visibility: visible;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
  }
}

@media (max-width: 767px) {
  .wt {
    width: auto !important;
    padding: 0.2em;
    border-radius: 50%;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%;
    z-index: 9;
    animation-name: fadeInUp;
    animation-duration: 0.9s;
    transition-duration: 0.9s;
    animation-delay: 1.4s;
    visibility: visible;
  }
}

.wt:hover {
  background: #eee;
  transition: all 0.39s ease-in;
}
