.main-footer {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--primary-color);
  width: 100%;
  box-sizing: inherit;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.main-footer a {
  cursor: pointer;
  text-decoration: none;
}

.main-footer a {
  color: var(--font-color);
  font-size: 14px;
}

.main-footer-top {
  width: 100%;
  padding: 1rem 2.2rem;
  background-color: var(--secondary-color-new);
  margin-bottom: -3rem;
}

.container {
  width: 95%;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
  box-sizing: inherit;
}

.main-footer-top-container {
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.footer-top-title-container {
  display: flex;
  gap: 0.5rem;
  margin: 10px 0;
}

.footer-top-title-container i {
  color: #fff;
  font-size: 2rem;
}

.footer-contact-support-titles p {
  color: var(--font-color);
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.footer-contact-support-titles h4 {
  color: var(--font-color);
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.email-signup {
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  overflow: hidden;
}

.email-signup input {
  flex: 1;
  border: 0;
  outline: 0;
  margin-left: 20px;
}

.email-signup button {
  background: var(--secondary-color-new);
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 15px;
}

.footer-newsletter {
  display: flex;
  flex-direction: column;
}

.footer-newsletter h5 {
  margin: 0;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

.footer-newsletter h6 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

.footer-top-content {
  display: flex;
  gap: 0.5rem;
  margin: 10px 0;
}

.footer-top-content-icon {
  width: 2rem;
  height: 2rem;
  padding: 0.5rem 0.6rem;
  background-color: var(--primary-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-top-content-icon i {
  font-size: 1.7rem;
  color: #fff;
  margin: 0px;
}

.footer-top-content h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.footer-top-content a {
  font-size: 14px;
}

.sub-footer-main {
  background-color: var(--footer-color);
  padding: 0rem 5% 2rem 5%;
}

.sub-footer-main-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .footer-links-container {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.footer-links-container {
  width: 100%;
  gap: 1rem;
  background-color: var(--footer-color);
  padding: 1rem 1rem;
}

.footer-quicklinks {
  flex-basis: 15%;
}

.footer-quicklinks h6 {
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}

.footer-quick-links-container {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}

.main-footer ul {
  list-style: none;
  margin-left: 0px;
  margin: 0;
  padding: 0;
}

.footer-quick-links-container li ul a {
  font-size: 0.875rem;
}

.footer-usp-divition div {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

.footer-usp-divition {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-basis: 20%;
}

.footer-usp-divition img {
  max-width: 2rem;
  max-height: 2rem;
  height: auto;
  width: 100%;
}

.footer-usp-divition p {
  color: #adb5bd;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}

.footer-usp-divition i {
  font-size: 0.75rem;
  color: goldenrod;
}

.footer-usp-divition {
  font-style: inherit;
  font-weight: inherit;
}

.footer-logo {
  flex-basis: 15%;
}

.footer-logo img {
  height: auto;
  width: 100%;
}

.footer-contact {
  flex-basis: 20%;
}

.footer-contact h6 {
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
}

.footer-contact-links-container {
  margin-top: 0.5rem;
}

.footer-contact-links-container ul {
  margin-top: 0.5rem;
}

.footer-contact-links-container ul p {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

button.footer-locate {
  background-color: white;
  padding: 3px 10px;
  border: 0px;
  outline: 0px;
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 700;
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.footer-newsletter-divition button {
  margin: 0;
}

.footer-second-container {
  width: 100%;
  padding: 2rem;
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  background-color: var(--grey-light);
}

.footer-newsletter-divition {
  flex-basis: 40%;
}

.footer-newsletter-divition h6 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

form.subscribe-form {
  margin-top: 1em;
}

.footer-newsletter-divition div form input[type="email"] {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border: none;
  float: left;
  width: 60%;
}

.parsley-required,
.parsley-type,
.parsley-equalto {
  color: #e2231a;
  font-size: 75%;
}

.footer-connect {
  margin-top: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0rem;
  margin-top: 0.5rem;
}

.footer-connect h6 {
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}

.footer-connect div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-connect-icon {
  width: 1.8rem;
  height: 1.8rem;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-connect-icon i {
  color: #000000;
  font-size: 0.875rem;
}

.footer-payment-divition {
  margin-top: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0rem;
  margin-top: 0.5rem;
}

.footer-payment-divition img {
  height: auto;
  width: 100%;
}

.footer-payment-divition h6 {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.footer-payment-divition div img {
  max-width: 18%;
}

.footer-authorized-divition {
  width: 100%;
  margin-top: 1rem;
  background-color: var(--grey-light);
  text-align: center;
  overflow: hidden;
  padding: 1rem 2rem;
}

.footer-authorized-divition h6 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--font-color);
  margin: 0;
  padding: 0;
}

.footer-authorized-divition div {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.footer-authorized-divition div img {
  max-width: 10%;
  height: auto;
  width: 100%;
}

.footer-review {
  color: white;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 1rem;
}

.footer-popular {
  width: 100%;
  margin-top: 1rem;
  background-color: var(--primary-color);
  padding: 1rem 2rem;
}

.footer-popular h6 {
  font-weight: 600;
  color: var(--font-color);
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
}

.footer-popular div {
  margin-top: 0.5rem;
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-popular div span {
  color: var(--font-color);
  margin: 0 0.5rem;
  font-size: 0.75rem;
}

.footer-copyright {
  margin-top: 2rem;
}

.footer-copyright a {
  color: #ced4da;
  font-size: 0.875rem;
}

@media (max-width: 1305px) {
  .main-footer-top-container {
    flex-wrap: wrap;
  }

  .footer-top-content {
    flex-basis: 50%;
  }

  .footer-quick-links-container {
    flex-basis: 50%;
  }

  .footer-usp-divition,
  .footer-contact,
  .footer-connect,
  .footer-payment-divition {
    flex-basis: 100%;
  }

  .footer-usp-divition div {
    align-items: center;
    text-align: center;
  }

  .footer-logo {
    flex-basis: 100%;
    text-align: center;
  }

  .footer-authorized-divition,
  .footer-popular {
    padding: 1rem;
  }

  .footer-popular div span span {
    display: block;
  }

  .footer-second-container,
  .footer-newsletter-divition {
    flex-basis: 100%;
    flex-wrap: wrap;
  }

  .footer-quicklinks {
    text-align: center;
  }

  .footer-review {
    justify-content: center;
  }
}

.footer-newsletter-divition button {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  background-color: #ec1c24;
  color: #ffffff;
  font-weight: 500;
  float: left;
  border: none;
  width: 30%;
  min-width: 100px;
}

.popular-search {
  display: inline;
}

.separator {
  display: block;
  display: inline-flex;
  color: #adb5bd;
}

@media (max-width: 1305px) {
  .mob-horizontal {
    display: inline;
  }

  .footer-connect {
    text-align: center;
  }

  .footer-connect div {
    text-align: center;
    display: inline-flex;
  }

  .footer-newsletter-divition {
    display: none;
  }

  .footer-payment-divition {
    display: none;
  }

  .footer-second-container {
    display: block;
  }

  .footer-authorized-divition {
    display: none;
  }

  .footer-popular {
    display: none;
  }

  .footer-contact {
    margin-top: 1rem;
    text-align: center;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-logo > a > img {
    width: 50% !important;
  }

  .link-separator {
    display: block;
    display: inline-flex;
    color: #adb5bd;
  }

  .footer-quicklinks {
    text-align: center;
  }
}

@media (min-width: 1305px) {
  .link-separator {
    display: none;
  }
}

@media (max-width: 650px) {
  .footer-top-content {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .email-signup button {
    font-size: 12px;
    padding: 10px 15px;
  }
}
