footer .fa-1x {
  font-size: 1.4em;
}

footer ul li {
  list-style: none;
  margin-bottom: 3px;
}

footer ul {
  padding-left: 0px !important;
}

footer .svg-inline--fa.fa-phone.fa-w-16.fa-1x.d-block.mb-1 {
  font-size: 22px;
}

footer .svg-inline--fa.fa-envelope.fa-w-16.d-block {
  font-size: 27px;
}

footer .tel-rw {
  padding-top: 0px;
  padding-bottom: 10px;
}

footer .tel-rw .cnt-tle {
  margin-bottom: 5px;
  font-size: 17px;
}

footer span.h5.text-light {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 600px) {
  footer span.h5.text-light {
    font-size: 16px !important;
  }
}

footer .phone-numbers {
  padding-bottom: 5px;
}

footer .phone-numbers a {
  font-size: 16px;
}

#to_top {
  font-size: 36px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #EA5631c4;
  width: 50px;
  text-align: center;
  border-radius: 20px 0 0 0;
  color: white;
  cursor: pointer;
}

body.high-contrast .tel-rw {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

body.high-contrast .contact-social-footer {
  border-bottom: 1px solid #fff;
}


.social-icon-footer:hover i{
  color: #FF6D00 !important;
}
/*# sourceMappingURL=variant_footer_v1.css.map */