{#@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url('');
    src: url('') format("embedded-opentype"),
         url(https://pages.98thpercentile.com/hubfs/Website%20Images/New%20Blog%20assests/Blog%20Fonts/fa-brands-400.woff2) format("woff2"),
         url('') format("woff"),
         url('') format("truetype"),
         url('') format("svg");
    font-display: swap;
}

.fa-facebook-f:before {
    content: "\f39e";
}
.fa-twitter:before {
    content: "\f099"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-youtube:before {
    content: "\f167"
}
.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url('');
    src: url('') format("embedded-opentype"),url('') format("woff2"),url('') format("woff"),url('') format("truetype"),url('') format("svg")
}

.far {
    font-weight: 400
}
.footer-new {
  background-image: linear-gradient(44deg, #fe6074, #ffa298);
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.footer-new .fab {
  color: black;
}
/* social tray */
.footer-new ul.social-icons.list-unstyled {
  border: 1px solid black;
  border-radius: 25px;
  width: 210px;
  margin: auto;
  padding: 4px 0px;
}

.footer-new .social-icons a:hover {
  color: #fe4f70;
}

.footer-new li.list-inline-item {
  width: 9%;
}

/* resource links */
.footer-new ul.resource-links li {
  text-decoration: none;
  list-style-type: none;
  /* color: white!important; */
  margin-bottom: 16px;
}

.footer-new ul.resource-links {
  padding: 0;
}

.footer-new ul.resource-links li a {
  color: white;
  transition: all 0.5s;
}

.footer-new ul.resource-links li a:hover {
  color: #cacaca;
}

.footer-new .resouce-heading {
  margin-bottom: 18px;
  font-weight: 600;
}

.footer-new .to-top {
  float: right;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 8px 18px;
  transition: all 0.3s;
}

.footer-new .to-top:hover {
  color: #fe6074;
  background-color: white;
}

@media (max-width: 769px){
  .footer-new div {
    font-size: 12px;
  }

  .footer-new ul.social-icons.list-unstyled.list-inline.mt-3 {
    width: 150px;
    margin: auto;
  }
}

@media (max-width: 426px){
  .footer-new .logo-container {
    text-align: center;
  }
}#}