footer.footer {
  position: relative;
  z-index: 99;
}
footer.footer .content-wrapper {
  max-width: 1618px;
}

.footer_nav_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer_logo img {
  display: block;
  max-width: 100%;
}
.footer_nav_col {
  margin: 0 2%;
}
.footer_nav_col:last-child {
  margin-right: 0;
}
.footer_nav_col .hs-menu-wrapper ul li.hs-menu-item {
  line-height: 1;
}
.footer_nav_col .hs-menu-wrapper ul li.hs-menu-item a {
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--secondary_color)), color-stop(50%, var(--secondary_color)), color-stop(50%, var(--white_color)));
  background-image: -o-linear-gradient(left, var(--secondary_color), var(--secondary_color) 50%, var(--white_color) 50%);
  background-image: linear-gradient(to right, var(--secondary_color), var(--secondary_color) 50%, var(--white_color) 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-footer .footer_nav_col .hs-menu-wrapper ul li.hs-menu-item a{
  text-transform: unset;
}
.footer_nav_col .hs-menu-wrapper ul li.hs-menu-item a:before {
  content: "";
  background: var(--secondary_color);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer_nav_col .hs-menu-wrapper ul li.hs-menu-item.active a,
.footer_nav_col .hs-menu-wrapper ul li.hs-menu-item a:hover {
  background-position: 0;
}
.footer_nav_col .hs-menu-wrapper ul li.hs-menu-item.active a::before,
.footer_nav_col .hs-menu-wrapper ul li.hs-menu-item a:hover::before {
  width: 100%;
}
.foo_accord_content {
  display: none;
}
.foo_accord_title h6 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.3px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-bottom: 0;
}
.foo_accord_title h6 span {
  font-weight: 100;
  color: var(--secondary_color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
}
.foo_accord_title.active span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.foo_accord_content p {
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  letter-spacing: 0.07px;
  max-width: 1430px;
  margin-bottom: 10px;
  color: #e0e7e7;
}
.foo_accord_content p strong {
  font-weight: 500;
}
.footer_accord_col:not(:last-child) {
  margin-bottom: 12px;
}
.foo_accord_content p:last-child {
  margin-bottom: 0;
}
.footer .footer_top{
  margin-bottom: 30px;
}
.footer .social-icon{
  margin-top: 35px;
}
.footer .social-icon svg{
  width: 25px;
  border-radius: 8px;
  margin-right: 7px;
}
.social-icon a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-icon a .icon-txt{
  max-width: 200px;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
}
.new-footer .footer_nav_row ul.hs-menu-children-wrapper {
  display: block !important;
}
@media (min-width: 768px) and (max-width: 1280px){
  .new-footer .footer_nav_row{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    row-gap: 30px;
  }
  .new-footer .footer_nav_col {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .new-footer .footer_nav {
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
    margin-top: 0;
  }
  .footer_nav_col {
    margin: 0 1%;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
  .footer_nav_col .hs-menu-wrapper ul li.hs-menu-item a{
    font-size:12px;
  }
}
@media (min-width: 768px) {
  .footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  } 
  .footer_logo {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .footer_nav {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-top: 27px;
  }
  .new-footer .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
  }
  .new-footer .footer_nav_row{
    width:100%;
  }
}
@media (max-width: 767px) {
  .footer_logo {
    margin-bottom: 30px;
  }
  .footer_nav_row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer_top {
    margin-bottom: 20px;
  }
  .footer_logo img {
    max-width: 200px;
  }
  .footer_nav_col {
    margin: 0 3% 20px;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
  .footer_nav_col:nth-child(2n+2) {
    margin-right: 0;
  }
  .footer_nav_col:nth-child(2n+1) {
    margin-left: 0;
  }
  .new-footer .footer_nav_row{
    display: block;
  }
  .new-footer .footer_nav_col {
    margin: 0 0 5px;
  }
  .new-footer .footer_nav_col ul.hs-menu-children-wrapper {
    padding-left: 20px;
  }