.newsletter-form .actions {
   text-align: right!important;
}
.hs-menu-children-wrapper li a {
  padding-right: 15px !important;
}
.footer-widgets .widget.nav-widget ul li a::before {
    content: "\f053";
    position: absolute;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    font-size: 14px;
    top: 11px;
}
.footer-widgets .widget.nav-widget ul li a {
    padding: 11px 0 11px 20px;
      display: flex;
    justify-content: flex-start;
}
.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;
  text-align: right;
}

.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;

}
.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;
}
.social-txt{
    text-align: right;
  }

@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;
  }
}

@media screen and (max-width:768px){
  .footer-nav{
    text-align: right;
    display: flex;
  }
  .copyright-text,.social-txt{
    text-align: right !important;
  }
  .newsletter-form .hs-form input[type=color], .newsletter-form .hs-form input[type=date], .newsletter-form .hs-form input[type=datetime-local], .newsletter-form .hs-form input[type=datetime], .newsletter-form .hs-form input[type=email], .newsletter-form .hs-form input[type=file], .newsletter-form .hs-form input[type=month], .newsletter-form .hs-form input[type=number], .newsletter-form .hs-form input[type=password], .newsletter-form .hs-form input[type=search], .newsletter-form .hs-form input[type=tel], .newsletter-form .hs-form input[type=text], .newsletter-form .hs-form input[type=time], .newsletter-form .hs-form input[type=url], .newsletter-form .hs-form input[type=week], .newsletter-form .hs-form select, .newsletter-form .hs-form textarea{
    padding: 0 20px 0 20px!important;
  }
  ul .hs-menu-depth-1{
    text-align: right;
  }
}




.address-txt{
  direction: ltr;
}
