.all-footer {
  background-color: #414441;
}

.all-footer.generic-section {
  padding: 0.9375rem 0;
}

.footer-main {
  display: flex;
  justify-content: space-between;
}
.all-footer sup {
  font-size: 0.55rem !important;
}
.footer-main .footer-logo {
  margin-bottom: 1.5rem;
}

.footer-logo img {
  margin-bottom: 1rem;
}

.footer-sub-links li a:hover {
  color: #cbcbcc;
  transition: 0.3s ease-in-out;
}

.footer-main .footer-content {
  width: 40%;
}

.footer-main .footer-content img {
  max-width: 14.625rem;
}

.footer-main .footer-content p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
  max-width: 74%;
}

.privacy-line a,
.privacy-line label {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
}

.privacy-line label {
  border-right: 1px solid white;
  padding-right: 1rem;
}

.privacy-line {
  display: flex;
}
.straight-line {
  border: 1px solid #ffffff;
  width: 100%;
  margin: 0.725rem 0;
}

.privacy-content {
  display: flex;
  gap: 1rem;
}

.footer-main .footer-links {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: end;
}

.contact-btn.text-white {
  margin-bottom: 3.125rem;
}

.contact-btn .generic-btn {
  padding: 0.6875rem 0.875rem 0.4rem;
  font-weight: 400;
  border: 1px solid #ffffff;
  border-radius: 1.2188rem;
  display: flex;
}

.contact-btn span {
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  margin-bottom: 0.8125rem;
  display: block;
  color: #ffffff;
}

.footer-sub-links li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
}

.footer-sub-links ul {
  display: flex;
  gap: 1.125rem;
}

.footer-sub-links {
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

.footer-social-icons {
  display: flex;
  gap: 0.9375rem;
}

.footer-social-icons img {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-main .btn-all .call-icon {
  transform: translate(0rem, -0.0825rem);
}
.vivint-bottom-end-content {
  padding: 2rem 0 1rem;
}
.vivint-bottom-end-content p {
  text-align: center;
  font-weight: 400;
  font-size: 0.685rem;
  line-height: 1.25rem;
  color: #ffffff;
}

.line {
  border: 1px solid #ffffff;
}
.privacy-links ul li a {
  font-size: 0.75rem;
}

.footer-content-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 2rem;
}
.footer-content-logos .footer-content-image:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-content-image {
  width: 18%;
}
.vivint-provider-logo-footer img {
  filter: invert(1);
}
@media (max-width: 1024px) {
  .footer-main .footer-content p {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .all-footer.generic-section {
    padding: 2.85rem 0 5.5rem;
  }
  .footer-main {
    flex-direction: column;
  }
  .footer-content-image {
    width: 23%;
  }
  .footer-main .footer-content,
  .footer-main .footer-links {
    width: 100%;
  }
  .footer-sub-links ul {
    flex-wrap: wrap;
  }
  .footer-sub-links {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .vivint-bottom-end-content {
    padding: 2.75rem 0 1rem;
}
.footer-sub-links li a {
    font-size: 0.875rem;
  }
  .footer-main .footer-content p{
    max-width: unset;
  }
  .contact-btn.text-white{
    display: none;
  }
  .footer-content-logos{
    margin-bottom: 1rem;
  }
  .footer-main .footer-logo{
    margin-bottom: 2.3rem;
  }
}
/* @media (max-width: 425px) {
} */
