body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.header-logo a img {
  height: 48px;
}
.footer-logo a img {
  height: 48px;
}
.footer {
  margin-top: auto;
}
footer .footer-center {
  padding-top: 35px;
}
.header-and-filter-area {
  position: unset;
  background: #13141a;
}
.header-and-filter-area .filter-area .filter-wrap form {
  max-width: 100%;
}
.header-and-filter-area .filter-area .filter-wrap form {
  border: 1px solid rgba(0, 173, 181, 0.2);
}
.header-and-filter-area .filter-area .filter-wrap form .form-inner:first-child {
  max-width: unset;
  flex: 1;
}
.header-and-filter-area .filter-area .filter-wrap form .form-inner:last-child {
  min-width: unset;
}
.nav-right .hotline-area {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-right .hotline-area svg path {
  fill: #00adb5;
}
.nav-right .hotline-area .content span {
  color: #00adb5;
}
.nav-right .hotline-area h6 a {
  color: #fff;
}
/*# sourceMappingURL=custom.css.map */