.footer_new {
  background-color: #fbb032;
}

.footer_new__left {
  padding: 20px 20px 20px 60px;
  background-color: #FFF;

}

.footer_new__right {
  padding: 100px 0;
}

.footer_new__address, .footer_new__address p, .footer_new__address span {
  color: #4f575b;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 31px;
  font-size: 13px;
  font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
}

.footer_new__legal, .footer_new__legal p, .footer_new__legal span {
  color: #4f575b;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 31px;
  font-size: 10px;
  font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
}


.kl-footer__social svg {
  fill: rgb(251 176 49);
}

.kl-footer__social svg:hover {
  fill: rgb(255 219 159);
}
.footer_new__logo img{
  max-width: 180px!important;
  width: 100%;
}
.footer_new__logo {
  margin-bottom: 0px;
}
.footer_new__menu ul {
  list-style: none;
}

.footer_new__menu li {
  color: #4f575b;
  font-weight: 900;
  letter-spacing: .5px;
  font-size: 13px;
  line-height: 26px;
}
.newsletter{
  padding: 40px;
}
.newsletter h3{
  color: #4f575b;
  font-weight: 300;
  letter-spacing: .5px;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 15px;
  text-align: left;
  font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  font-weight: bold;
}
.newsletter input{
  background-color: transparent;
  border: none;
  padding-left: 0;
  border-bottom: 2px solid #f69c04;
  display: inline-block;
}
.newsletter input::placeholder{
  color: #f69c04;
  font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
}
.newsletter input[type=submit]{
  height: 36px;
  box-shadow: 0 7px 13px -6px rgb(0 0 0 / 13%);
  border-radius: 24px;
  font-size: 14px;
  width: 138px;
  line-height: 0px;
  background-color: #fff;
  color: #3d4246;
  border: 1px solid #fff;
  font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  font-weight: bold;
}
.newsletter input[type=submit]:hover{
  background-color: #4f575b!important;
  color: #fbb032!important;
  border: 1px solid #4f575b!important;
}
.footer_new__menu a {
  color: #4f575b;
  font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  font-weight: bold;
}