.chat-rmv {
  display: none; 
}
.chat-show {
  display: block; 
}
.img-chat img {
  margin-top: 30px;
  margin-bottom: 15px;
}
.text-chat span {
  font-size: 12px;
  line-height: 18px;
}
.address-txt {
  margin-bottom: 50px;
}
.social-txt p {
  font-size: 13px;
  color: #868686;
}
.legal p {
  font-size: 12px;
  color: #585858;
  padding-bottom: 10px;
}

.terms .hs-menu-item a {
  font-size: 12px;
}


.footer-nav ul{ 
  display: flex !important;
  flex-direction: row; !important
}

.newsletter-text p{
  font-family: 'D-DIN',sans-serif;
}

.footer-nav .hs-menu-children-wrapper {
  display: flex !important;
  flex-direction: column;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  background-color: #1110 !important;
  top: 0 !important;
}

.footer-nav .hs-menu-depth-1 {
  padding: 0 !important;
}

.footer-nav .hs-menu-depth-1 a::before {
  display: none !important; 
}

body .hs-button.primary, body input[type="submit"], body input[type="button"] {
  text-transform: none !important;
}

.footer-nav .hs-menu-depth-2 a::before {
  display: inherit !important; 
}
.footer-nav .hs-menu-depth-1 a{
  font-weight: 700;
  color: #fff !important;
  font-family: 'D-DIN';
  font-size: 22px;
  padding-bottom: 2px;
  padding-left: 0px !important;

}

.footer-nav .hs-menu-depth-2 a {
  font-weight: 400 !important;
  color: #979797 !important;
  font-family: 'D-DIN',sans-serif;
  padding-left: 20px !important;
}
.common-heading  .newsletter-title {
  font-size: 28px;
  color: #fff;
}
.hs-form {
  display: flex;
  flex-direction: column;
}
.newsletter-form .hs-form .hs-fieldtype-text {
  margin-bottom: 13px !important;
}
.newsletter-form .hs-form .hs-lifecyclestage {
  display: none;
}

.newsletter-form .hs-form {
  display: flex;
  flex-direction: column !important;
}

.newsletter-form .actions input[type="submit"]{
  margin-top: 0px !important;
  width: 60% !important;
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 !important;
}
.newsletter-form .hs-form input[type=email]{
  color: #d3d3d3!important;
}
@media only screen and (max-width:767px) {
  .footer-nav ul {
    display: flex;
    flex-direction: column;
  }
  .footer-nav .hs-menu-depth-1 {
    padding: 10px 20px;
  }
  .newsletter-form .actions input[type="submit"]{
    width: 100% !important;
  }

}

@media screen and (min-width:768px) and (max-width:992px) {
  .footer-widgets .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 51% !important;
  }

}

