.customized1_foot {
  position: relative;
  background: #4a0d3d;
}

/* 询盘 start */
.customized1_foot .inqury-form .input-wrap .input-label {
  /*display: none;*/
}
.customized1_foot .inqury_title_box .inqury_titl_desc {
  color: #999999;
}
.customized1_foot .inqury_title_box {
  padding: 0 !important;
}
.customized1_foot .inqury_title_box .inqury_title_text {
  line-height: 1.2;
  font-size: 22px;
  margin-bottom: 26px !important;
  margin-top: 28px !important;
  color: #ffffff !important;
}
.customized1_foot .inqury_submit {
  background: #89cdcd !important；
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.customized1_foot .inqury-form .input-wrap {
  padding: 7.5px 0 !important;
}
/* 询盘 end */

.customized1_foot a:hover {
  text-decoration: none;
}
.customized1_foot {
  padding: 65px 0 80px;
}
.customized1_foot .widget h2 {
  line-height: 1.2;
  font-size: 22px;
  margin-bottom: 26px;
  margin-top: 28px;
  position: relative;
}
.customized1_foot .social-icons {
  margin-top: 30px;
}
.customized1_foot .brickit-description-area a img {
  margin: 26px 0;
  max-width: 115px;
  max-height: 30px;
}
.customized1_foot .footer-sociala-icon {
  clear: both;
  float: left;
  font-size: 18px;
  margin-right: 12px;
}
.customized1_foot .footer-sociala-info {
  overflow: hidden;
}
.customized1_foot .widget ul li {
  margin-bottom: 10px;
}
.customized1_foot .footer-widget.address p {
  margin-bottom: 10px;
}
.customized1_foot .widget ul li a:hover,
.customized1_foot .widget ul li:hover:before {
  color: var(--color-primary);
}
.customized1_foot .social-icons a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #525252;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 0;
  background: transparent;
  color: #fff;
}
.customized1_foot .widget h2 {
  color: #ffffff;
}
.customized1_foot .social-icons a:hover {
  background: var(--color-primary);
  color: #fff;
}
.customized1_foot .widget ul li,
.customized1_foot .widget ul li a,
.customized1_foot .widget ul li::before,
.customized1_foot .footer-widget.address,
.customized1_foot .footer-widget.address p,
.customized1_foot .brickit-description-area p {
  color: #999999;
}
.customized1_foot .brickit-description-area p {
  line-height: 1.6;
}
/* footer bottom area css */
.customized1_foot .footer-bottom {
  padding: 23px 0 22px;
}
.customized1_foot p {
  margin: 0;
  padding: 0;
  text-align: left;
}
.customized1_foot p,
.customized1_foot .footer-menu ul li a {
  color: #999999;
}
.customized1_foot .footer-menu ul li {
  display: inline-block;
  position: relative;
}
.customized1_foot .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.customized1_foot .copy-right-text a,
.customized1_foot .footer-menu ul li a:hover {
  color: var(--color-primary);
}
.customized1_foot .copy-right-text {
  margin-bottom: 10px;
}
.customized1_foot .footer-menu ul li::after {
  content: "|"; /* 添加竖线 */
  margin: 0 10px; /* 调整竖线与文字的间距 */
  color: #ccc; /* 设置竖线的颜色 */
}

.customized1_foot .footer-menu ul li:last-child::after {
  content: ""; /* 移除最后一个li的竖线 */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .customized1_foot .social-icons a {
    margin-right: 5px;
  }
  .footer-bottom::before {
    width: 100%;
  }
}
@media (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 49.333333%;
        max-width: 51.333333%;
    }
}
@media (max-width: 767px) {
  .customized1_foot {
    text-align: center;
  }
  .customized1_foot .footer-sociala-icon {
    float: inherit;
  }
  .customized1_foot .copy-right-text p {
    font-size: 15px;
    text-align: center;
  }
  .customized1_foot .footer-menu ul {
    margin: 10px 0 0;
    text-align: center !important;
  }
  .customized1_foot .footer-menu ul li a {
    font-size: 14px;
  }
}
