.shape.rellax {
  position: absolute;
}

.shape.rellax {
  z-index: 1;
}

.position-relative .shape.rellax + figure {
  position: relative;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .shape {
    display: none;
  }
}

.specialties-grid::before {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 1px;
  left: -1px;
  border: solid 1px #fafafa;
  content: "";
  pointer-events: none;
}

.specialties-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}

.specialties-grid-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  width: 33.3%;
}

.specialty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flext-start;
  -webkit-justify-content: flext-start;
  -ms-flex-pack: flext-start;
  justify-content: flext-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 1.33333em 0.8em;
  border: solid 1px #ebebeb;
  margin-top: -1px;
  margin-left: -1px;
  font-weight: 600;
  font-size: 11px;
  line-height: normal;
  text-align: center;
  color: currentcolor;
}

.specialty-img {
  margin-bottom: 16px;
  max-width: 40px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

div.specialty-img {
  height: 40px;
  width: 40px;
}

.specialty:hover .specialty-img,
.specialty:focus .specialty-img {
  -webkit-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  transform: translate(0, -4px);
}

@media screen and (min-width: 768px) {
  .specialties-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
  }

  .specialty {
    padding: 2.4em 1.6em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1em;
  }

  .specialty-img {
    max-width: 64px;
  }

  div.specialty-img {
    height: 64px;
    width: 64px;
  }
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f062";
  text-align: center;
  line-height: 3.4rem;
  font-size: 1.5rem;
  left: 0;
  top: 0;
  height: 3.3rem;
  width: 3.3rem;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3.3rem;
  height: 3.3rem;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 200ms linear, margin-right 0ms;
}

.progress-wrap svg.progress-circle path {
  stroke: #747ed1;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap.active-progress {
  visibility: visible;
  transform: translateY(0);
}

@media (min-width: 576px) {
  .progress-wrap.active-progress {
    opacity: 1;
  }
}

@media (max-width: 48em) {
  .progress-wrap.active-progress {
    visibility: hidden;
  }
}

.divider.divider-white .divider-text::before,
.divider.divider-white .divider-text::after {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.icon-svg,
.icon-svg.icon-svg-lg {
  width: 3rem;
  height: 3rem;
}

.icon-svg.icon-svg-md {
  width: 2.6rem;
  height: 2.6rem;
}

.icon-svg.icon-svg-sm {
  width: 2.2rem;
  height: 2.2rem;
}

.svg-fill {
  fill: #acb2e3;
}

.svg-stroke {
  fill: #36496d;
}

.text-blue .svg-fill {
  fill: #8caeec;
}

.text-purple .svg-fill {
  fill: #acb2e3;
}

.text-violet .svg-fill {
  fill: #c6b0dc;
}

.text-pink .svg-fill {
  fill: #e3a6b6;
}

.text-red .svg-fill {
  fill: #eea1a6;
}

.text-orange .svg-fill {
  fill: #fab9ad;
}

.text-yellow .svg-fill {
  fill: #fcd49b;
}

.text-green .svg-fill {
  fill: #a6d8c8;
}

.text-leaf .svg-fill {
  fill: #b0d4c1;
}

.text-aqua .svg-fill {
  fill: #98cbdd;
}

.text-navy .svg-fill {
  fill: #858c97;
}

.text-ash .svg-fill {
  fill: #bfc2c8;
}

.text-white .svg-fill {
  fill: white;
}

.text-light .svg-fill {
  fill: #fefefe;
}

.text-gray .svg-fill {
  fill: #fafafb;
}

.text-dark .svg-fill {
  fill: #7d8084;
}

.text-primary .svg-fill {
  fill: #acb2e3;
}

.text-secondary .svg-fill {
  fill: #ccd0d7;
}

.text-success .svg-fill {
  fill: #a6d8c8;
}

.text-info .svg-fill {
  fill: #98cbdd;
}

.text-warning .svg-fill {
  fill: #fcd49b;
}

.text-danger .svg-fill {
  fill: #eea1a6;
}

.page-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  left: 0px;
  background-color: white;
  opacity: 0.98;
  filter: alpha(opacity=98);
}

.swal2-backdrop-show {
  z-index: 1091 !important;
}
