.appointment-thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
.appointment-thanks i {
  content: "\\f00c";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  line-height: 67px;
  display: block;
  border: 2px solid rgba(165, 220, 134, 0.3);
  font-size: 40px;
  margin-inline: auto;
  margin-bottom: 30px;
  color: #a5dc86;
}
.appointment-thanks p {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
}
.appointment-thanks h4 {
  font-size: 25px;
  margin-bottom: 0;
}
.appointment-thanks a.tracking {
  border-radius: 7px;
  padding-inline: 20px;
  min-width: 90px;
  text-align: center;
  border: none;
  background: #7cd1f9;
  color: white;
  line-height: 45px;
  margin-top: 30px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.appointment-thanks a.tracking:hover {
  background: #4bc0f7;
}

/*# sourceMappingURL=nws-thankyou.css.map */
