.fit-footer-wrapper {
  background: #063632;
  padding: 50px 0 0;
  a{
    text-decoration: none !important;
  }
}
.fit-footer-wrapper .google-translator-wrapper {
  width: 136px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ffffff;
}
.fit-footer-wrapper .google-translator-wrapper .active {
  background: #fff;
  color: #063632;
  width: 68px;
  height: 30px;
  font-size: 14px;
  border-radius: 0;
  cursor: pointer;
  padding-left: 10px;
  padding-top: 4px;
}
.fit-footer-wrapper .google-translator-wrapper .not-active {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  padding-left: 10px;
  padding-top: 4px;
}
.fit-footer-wrapper .google-translator-wrapper .not-active:hover {
  background: #ffffff80;
}
.fit-footer-wrapper .fit-footer-content .fit-footer-top-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  gap: 0 10px;
  border-bottom: 1px solid #c75300;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-social-content {
  line-height: 12px;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-social-content
  .fit-follow-us-text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: inherit;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-social-content
  .fit-icon-content {
  display: flex;
  gap: 0 16px;
  justify-content: flex-start;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-social-content
  .fit-icon-content
  .fit-icon-link {
  width: 20px;
  height: 20px;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-left-most-content {
  display: flex;
  flex-direction: column;
  gap: 64px 0;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-left-most-content
  .fit-brand-logo {
  width: 200px;
  height: 40px;
  cursor: pointer;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-left-most-content
  .fit-social-content {
  flex-direction: column;
  row-gap: 12px;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-primary-link-content {
  display: flex;
  flex-direction: column;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-primary-link-content
  .fit-primary-link-heading {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 12px;
  margin-bottom: 30px;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-primary-link-content
  .fit-primary-link-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  margin-bottom: 19px;
  color: #e1e1e1;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-primary-link-content
  .fit-primary-link-text:last-child {
  margin-bottom: 0;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-right-most-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0 10px;
  z-index: 5;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-right-most-content
  .fit-top-badge-content,
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-right-most-content
  .fit-theqa-badge {
  width: 190px;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-right-most-content
  .fit-top-badge-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-right-most-content
  .fit-top-badge-content
  .fit-cloudflare-badge {
  width: 100%;
  max-width: 110px;
  margin-left: auto;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-top-content
  .fit-right-most-content
  .fit-theqa-badge {
  display: none;
}
.fit-footer-wrapper .fit-footer-content .fit-footer-bottom-content {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  gap: 16px 100px;
  padding: 12px 0;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-bottom-content
  .fit-copywrite-and-company-name {
  font-size: 12px;
  font-weight: 500;
  color: #e1e1e1;
  line-height: 14px;
  text-align: center;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-bottom-content
  .fit-google-recaptcha-info {
  font-size: 12px;
  font-weight: 400;
  color: #e1e1e1;
  line-height: 10px;
  text-align: center;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-bottom-content
  .fit-google-recaptcha-info
  .fit-privacy-policy,
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-bottom-content
  .fit-google-recaptcha-info
  .fit-terms-of-service {
  font-weight: 600;
  color: #fff;
}
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-bottom-content
  .fit-google-recaptcha-info
  .fit-privacy-policy:hover,
.fit-footer-wrapper
  .fit-footer-content
  .fit-footer-bottom-content
  .fit-google-recaptcha-info
  .fit-terms-of-service:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 1199px) {
  .fit-footer-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .fit-footer-wrapper .fit-footer-content .fit-footer-bottom-content {
    flex-direction: column;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 26px;
  }
  .fit-footer-wrapper .fit-footer-content .fit-footer-bottom-content .fit-copywrite-and-company-name {
    order: 2;
  }
  .fit-footer-wrapper .fit-footer-content .fit-footer-bottom-content .fit-google-recaptcha-info {
    line-height: 16px;
    order: 1;
  }
}
@media (max-width: 767px) {
  .fit-footer-wrapper {
    margin-bottom: 77px;
  }
  .fit-footer-wrapper .fit-footer-content .fit-footer-top-content {
    flex-wrap: wrap;
  }
  .fit-footer-wrapper .fit-footer-content .fit-footer-top-content .fit-right-most-content {
    width: 100%;
    margin-top: 38px;
    margin-bottom: 40px;
  }
  .fit-footer-wrapper.fit-settings-route {
    display: none;
  }
}
@media (max-width: 575px) {
  .fit-footer-wrapper {
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .fit-footer-wrapper .fit-footer-content .fit-footer-top-content {
    padding-bottom: 20px;
  }
  .fit-footer-wrapper .fit-footer-content .fit-footer-top-content .fit-left-most-content {
    width: 100%;
    align-items: center;
    margin-bottom: 43px;
  }
  .fit-footer-wrapper .fit-footer-content .fit-footer-top-content .fit-primary-link-content {
    flex: 1;
  }
  .fit-footer-wrapper .fit-footer-content .fit-footer-top-content .fit-primary-link-content .fit-primary-link-heading {
    margin-bottom: 27px;
  }
  .fit-footer-wrapper .fit-footer-content .fit-footer-top-content .fit-primary-link-content .fit-primary-link-text {
    margin-bottom: 20px;
  }
  .fit-footer-wrapper .fit-footer-content .fit-footer-top-content .fit-right-most-content {
    width: 100%;
    margin-top: 38px;
    margin-bottom: 40px;
  }
  .fit-footer-wrapper .fit-footer-content .fit-footer-top-content .fit-social-content {
    flex-direction: row;
    row-gap: 12px;
    column-gap: 21px;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 490px) {
  .fit-footer-wrapper .fit-footer-content .fit-footer-top-content .fit-right-most-content {
    flex-direction: column;
  }
  .fit-footer-wrapper .fit-footer-content .fit-footer-top-content .fit-right-most-content .fit-top-badge-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 320px) {
  .fit-footer-wrapper .fit-footer-content .fit-footer-top-content .fit-primary-link-content {
    flex: auto;
    width: 100%;
  }
  .fit-footer-wrapper .fit-footer-content .fit-footer-top-content .fit-primary-link-content .fit-primary-link-heading {
    margin-bottom: 18px;
  }
  .fit-footer-wrapper .fit-footer-content .fit-footer-top-content .fit-primary-link-content.fit-primary-link-content-0 {
    margin-bottom: 45px;
  }
}
