
footer ul {
  list-style-type: none !important;
}

#footer .social-icon a:hover {
  transform: scale(1.1) !important;
  transition: all 0.2s ease-in-out !important;
}

#footer .a2a_kit {
  display: flex;
  justify-content: center;
}

#footer .a2a_default_style .a2a_count,
.a2a_default_style .a2a_svg,
.a2a_floating_style .a2a_svg,
.a2a_menu .a2a_svg,
.a2a_vertical_style .a2a_count,
.a2a_vertical_style .a2a_svg {
  border-radius: 7px !important;
}

#footer .social-icon a {
  transition: all 0.3s ease-in-out !important;
  padding: 6px;
}

#footer .social-icons {
  transform: scale(.90) !important;
  transition: all 0.3s ease-in-out !important;
}

.footer-spacer {
  margin-bottom: 200px;
}

footer {
  /* background-color: white !important;
  bottom: 22%;
  height: 26px;
  line-height: 26px;
  */
  background-color: white !important;
  text-align: center;
}

#footer {
  background-color: white !important;
}

.wrap {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}

footer .links {
  font-size: 15px;
  box-sizing: border-box;
  text-align: center;
  color: #6A7B7E;
  padding-left: 0px;
}

.links li a {
  text-decoration: none;
  display: block;
  padding: 0.5em 0;
}

footer p {
  margin-top: 0px !important;
  margin-bottom: 12px !important;
  font-size: 1.3rem !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  color: #283A49 !important;
  margin-left: 0px !important;
  text-align: center !important;
  opacity: .9 !important;
}

footer a {
  color: #fff;
  border-bottom: none;
  text-decoration: underline;
}

@media screen and (max-width: 10000px) {
  .copyright-tag {
      font-size: 14px;
      letter-spacing: -0.24px;
      text-align: center;
      color: #465a6a;
      padding-top: 30px;
  }
}

@media screen and (max-width: 990px) {
  footer p {
      font-size: .8rem !important;
      margin-bottom: 10px !important;
  }

  .copyright-tag {
    font-size: 12px;
    padding-top: 20px;
}

  footer .links {
      font-size: 13px;
  }
}

@media screen and (max-width: 769px) {
  footer p {
      font-size: .9rem !important;
      margin-bottom: 5px !important;
  }

  .copyright-tag {
    font-size: 10px;
    padding-top: 18px;
}

  footer .links {
      font-size: 14px;
  }

  .mb-5 {
      margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 600px) {
  footer p {
      font-size: .7rem !important;
      margin-bottom: 5px !important;
  }

  .copyright-tag {
    font-size: 8px;
    padding-top: 15px;
}

  footer .links {
      font-size: 11px;
  }

  .mb-5 {
      margin-bottom: 1rem !important;
  }

}