.footer.footer-four {
  background: #111111;
}

.footer.footer-four::after,
.footer.footer-four::before {
  content: none;
}

.footer.footer-four .footer-menu ul li a {
  position: relative;
}

.footer.footer-four .footer-menu ul li a:hover {
  color: #fff;
  padding-left: 13px;
}

.footer.footer-four .footer-menu ul li a:hover::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FFA633;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.footer.footer-four .footer-top {
  padding: 40px 0;
}

@media (max-width: 767.98px) {
  .footer.footer-four .footer-top {
    padding-bottom: 15px;
  }
}

.footer.footer-four .footer-top .footer-contact {
  max-width: 440px;
}

.footer.footer-four .footer-top .footer-widget .footer-title {
  font-size: 18px;
  margin-bottom: 16px;
}

.footer.footer-four .footer-top .footer-widget .footer-title::before {
  content: none;
}

@media (max-width: 991.98px) {
  .footer.footer-four .footer-top .footer-widget .footer-title {
    font-size: 16px;
  }
}

.footer.footer-four .footer-logo {
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .footer.footer-four .copyright-text {
    text-align: center;
    margin-bottom: 0 !important;
  }
}

.footer.footer-four .payment-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.footer.footer-four .payment-list a {
  background: #fff;
  width: 46px;
  height: 24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer.footer-four .privacy-link {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .footer.footer-four .privacy-link {
    justify-content: center;
  }
}

.footer.footer-four .privacy-link li {
  margin-right: 8px;
  padding-right: 16px;
  position: relative;
}

.footer.footer-four .privacy-link li::before {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}

.footer.footer-four .privacy-link li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.footer.footer-four .privacy-link li:last-child::before {
  content: none;
}

.footer.footer-four .privacy-link li a {
  color: #676767;
  font-size: 14px;
}

.footer.footer-four .privacy-link li a:hover {
  color: #fff;
}

.footer.footer-four .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer.footer-four .social-icon li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  background: #2F2F2F;
}

.footer.footer-four .social-icon li a i {
  background: transparent;
  color: inherit;
}

.footer.footer-four .social-icon li a:hover {
  background: #FFA633;
}

.footer.footer-four .footer-contact-info p {
  font-size: 14px;
  margin-bottom: 24px;
}

.footer.footer-four .app-icon {
  margin-bottom: 24px;
}

.footer.footer-four .footer-bottom {
  background: #111111;
  border-top: 1px solid #2F2F2F;
}
