.crmFormVali-error {
    /*color: #a94442;*/
    font-size: 13px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: calc(70% - 6px)!important;
    color: #fff!important;
}

.crmFormVali-error 
{color: #000!important;
}
.taxio-footer-area {
  background: #fff;
  position: relative;
  padding-top: 120px;
  margin: 0px 0 0 0;
  background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/46505/3237/d29d19fc489e8ba25a2ff576b8de7e40/f9250c7a-d754-46c2-ac1d-7f993f8dd7e9.jpg);
}
.taxio-footer-area:after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #026eb70d;
}

.taxio-footer-area::before {
  content: "";
  position: absolute;
  background-color: #026eb7d4;
 /* background-image: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/46505/3237/a1cee8484022a1a7391cf146b98e1d7e/1%20%E6%8B%B7%E8%B4%9D%E5%89%AF%E6%9C%AC.png); */
  background-repeat: repeat-x;
  width: 100%;
  height: 40px;
  left: 0;
  top: 0;
  z-index: 1;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

.taxio-footer-area .footer-widget-box {
  margin-bottom: 20px;
}

.taxio-footer-area .footer-widget {
  position: relative;
  z-index: 1;
}

.taxio-footer-area .footer-logo img {
  width: 180px;
  margin-bottom: 0px;
  margin-top: -60px;
}

.taxio-footer-area .footer-contact,
.taxio-footer-area .footer-list {
  padding: 0;
}

.taxio-footer-area .copyright {
  position: relative;
  padding: 20px 0;
  background: #026eb700;
  border-bottom: 0px solid #026eb700;
  z-index: 1;
}


.taxio-footer-area .copyright::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  bottom: -1px;
  background: #026eb7ad;
  width: 50%;
  clip-path: polygon(8% 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.taxio-footer-area .copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

.taxio-footer-area .copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

.taxio-footer-area .copyright .footer-menu li a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.taxio-footer-area .copyright .footer-menu li a:hover {
  color: var(--color-primary);
}

.taxio-footer-area .copyright .copyright-text {
  color: #000;
  margin-bottom: 0px;
  font-size: 16px;
}

.taxio-footer-area .copyright .copyright-text a {
  color: 000;
  font-weight: 500;
}

.taxio-footer-area .footer-widget-title {
  color: #000;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 600;
  z-index: 1;
  overflow-wrap: break-word;
}

.taxio-footer-area .footer-widget-title::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 90px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
}

.taxio-footer-area .footer-widget-title::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 30px;
  height: 2px;
  background-color: var(--color-primary);
  bottom: 0;
  left: 18px;
}

.taxio-footer-area .footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.taxio-footer-area .footer-list li a {
  color: #000;
  max-width: 150px;
  transition: all 0.5s ease-in-out;
  overflow-wrap: break-word;
}

.taxio-footer-area .footer-list li a i {
  margin-right: 5px;
  color: var(--color-primary);
}

.taxio-footer-area .footer-list li a:hover {
  padding-left: 10px;
  color: var(--color-primary);
}

.taxio-footer-area .footer-widget-box p {
  color: #000;
  padding-right: 18px;
  margin-bottom: 20px;
}

.taxio-footer-area .footer-social {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0px 0 -10px 0px;
  max-width: 85%;
}

.taxio-footer-area .footer-social li a i {
  display: block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: var(--button-radius);
  background: #fff;
  color: var(--color-primary);
  transition: all 0.5s ease-in-out;
}

.taxio-footer-area .footer-social li a i:hover {
  background: #fff;
  color: var(--color-primary);
}

.taxio-footer-area .footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  word-break: break-word;
}

.taxio-footer-area .footer-contact li a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.taxio-footer-area .footer-contact li i {
  flex: none;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  margin-right: 15px;
  border-radius: var(--button-radius);
  background: var(--color-primary);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.taxio-footer-area .subscribe-form .form-control {
  height: auto;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: none;
  border: none;
  background: #026eb7a1;
  font-family: var(--font-family);
  font-weight: 600;
}

.taxio-footer-area .subscribe-form .theme-btn {
  margin-top: 20px;
  width: 100%;
  padding: 14px;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border-radius: var(--button-radius);
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #026eb7bd;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  font-family: 'Roboto';
}

.taxio-footer-area .subscribe-form .theme-btn:hover {
  color: var(--color-primary);
}

.taxio-footer-area .subscribe-form .theme-btn::before {
  background: #fff;
  content: "";
  height: 600px;
  width: 600px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.taxio-footer-area .subscribe-form .theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  #scroll-top.active {
    bottom: 100px;
  }
}

@media all and (max-width: 1199px) {
  .taxio-footer-area .footer-widget-box {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 991px) {
  .taxio-footer-area .footer-widget-wrapper {
    padding-bottom: 0px;
  }

  .taxio-footer-area .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }

  .taxio-footer-area .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media all and (max-width: 767px) {
  .taxio-footer-area .footer-widget-wrapper {
    padding-bottom: 0px;
  }

  .taxio-footer-area .footer-social {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .taxio-footer-area .copyright::before {
    clip-path: polygon(30% 1%, 100% 0, 100% 100%, 0% 100%);
  }

  .taxio-footer-area .copyright .copyright-text a {
    color: var(--color-primary);
  }
}
