.knk_newsletter-block .newsletter-form .form-group {
  flex-direction: column;
  gap: 30px;
}
.knk_newsletter-block .newsletter-form .form-group input {
  color: currentColor;
  border: 0;
  border-bottom: 1px solid currentColor;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.knk_newsletter-block .newsletter-form .form-group input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  box-shadow: unset;
}
.knk_newsletter-block .newsletter-form .newsletter-btn {
  transition: all .4s ease;
  font-size: 16px;
  padding: 0 30px;
  display: inline-block;
  background: var(--bg-btn-submit);
  color: var(--clr-btn-submit);
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  box-shadow: unset;
  outline: 0;
  border: 0;
}
.knk_newsletter-block .newsletter-form .newsletter-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.knk_newsletter-block .newsletter-form .newsletter-btn:hover {
  background: var(--bg-btn-submit-hover);
  color: var(--clr-btn-submit-hover);
}
@media (max-width: 991px) {
  .knk_footer-middle-newsletter.knk_ft-item-middle.knk_newsletter-block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .knk_newsletter-block .newsletter-form .newsletter-btn {
      line-height: 50px;
  }
}


.knk_newsletter-block .newsletter-content {
    margin-bottom: 28px;
}








