@font-face {
  font-family: 'HelveticaNeue';
  src: url("../tad-images/helveticaneuelt-arabic-55-roman.ttf") format("truetype");
}

.loan-button {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 180px;
  height: 50px;
  border-radius: 35px;
  background-color: #60bf5c;
  border: 2px solid #55b351;
  -webkit-box-shadow: 1px 1px 7px 0px #504f4f;
          box-shadow: 1px 1px 7px 0px #504f4f;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.loan-button .icon-text {
  text-decoration: none;
  font-family: 'HelveticaNeue';
  color: #f4f4f4;
  font-weight: 700;
  text-align: center;
  font-size: 1.5em;
  z-index: 9999;
}

.loan-button::before {
  content: '';
  position: absolute;
  z-index: 9998;
  top: 0;
  right: 0;
  height: 60px;
  width: 0px;
  -webkit-transition: 1s;
  transition: 1s;
  border-radius: 7px;
  background-color: #f4f4f4;
}

.loan-button:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .loan-button:hover {
    width: 185px;
    bottom: 35px;
    left: 28px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media (max-width: 767px) {
  .loan-button {
    bottom: 5px;
    left: 5px;
    width: 100px;
    height: 45px;
  }
  .loan-button:hover {
    text-decoration: none;
    width: 105px;
    bottom: 8px;
    left: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .loan-button .icon-text {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=loan-button.css.map */