.site-footer {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0px -1px 0px #e5e5e5;
  padding: 50px 0 100px;
}

ul {
  padding: 0;
}

.site-footer .footer-nav li a {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #4C4C4C;
}

.site-footer .footer-nav li:not(last-child) {
  margin-bottom: 23px;
}

.site-footer ul li {
  list-style: none;
}

.ft-nav-mb{
  display: none;
}

.copyright {
  text-align: center;
  position: relative;
  margin: auto;
}

.copyright .container {
  position: relative;
  border-top: none;
}

.copyright .container {
  padding-top: 30px;
  border-top: 1px solid #E5E5E5;
}

.copyright p:first-child {
  font-family: "San Francisco Display";
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #333333;
}

.copyright p:last-child {
  font-family: "San Francisco Display";
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #0D7DFC;
}

.copyright .container::after {
  content: "";
  width: calc(100% - 30px);
  background: #E5E5E5;
  height: 1px;
  position: absolute;
  top: 0;
  right: 15px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}

::-webkit-scrollbar-thumb {
  border-radius: 33px;
  background-color: rgba(0, 0, 0, 0.5);
}

.footer-container, .copyright {
  max-width: 1200px !important;
}

.site-footer .footer-logo p {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #C4C4C4;
  text-align: center;
}

.site-footer .list-social {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.site-footer .list-social li:first-child {
  background: #55ACE3;
}

.site-footer .list-social li {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.site-footer ul li {
  list-style: none;
}

.site-footer .list-social {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.site-footer .list-social li:nth-child(2) {
  background: #4A7AFF;
}

.site-footer .list-social li:not(:last-child) {
  margin-right: 24px;
}

.site-footer .list-social li:nth-child(3) {
  background: #F40000;
}

.site-footer .list-social li:nth-child(4) {
  background: #2878B7;
}

.list-social{
  color:#fff
}

.site-footer .footer-logo {
  position: relative;
  text-align: center;
}

.site-footer .footer-logo img {
  width: 100%;
  margin-bottom: 9px;
}

.site-footer .footer-logo p {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #C4C4C4;
  text-align: center;
}

.a-footer {
  color: white;
}

