.section--newsletter {
  width: 100%;
}
.newsletter--section-wrapper .newsletter-wrapper--outer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .newsletter--section-wrapper .newsletter-wrapper--outer {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-content--wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .newsletter--section-wrapper
    .newsletter-wrapper--outer
    .newsletter-content--wrapper {
    width: 50%;
  }
}
.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-content--wrapper
  .rte,
.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-content--wrapper
  h1,
.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-content--wrapper
  h2,
.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-content--wrapper
  h3,
.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-content--wrapper
  h4,
.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-content--wrapper
  h5,
.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-content--wrapper
  h6,
.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-content--wrapper
  p {
  margin: 0;
}
.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-form--wrapper {
  display: flex;
  height: fit-content;
}
@media (min-width: 768px) {
  .newsletter--section-wrapper
    .newsletter-wrapper--outer
    .newsletter-form--wrapper {
    width: 50%;
  }
}
.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-form--wrapper
  form
  .errors {
  width: fit-content;
}
.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-form--wrapper
  #newsletter_section_form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-form--wrapper
  #newsletter_section_form
  #newsletter-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
}
.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-form--wrapper
  #newsletter_section_form
  #newsletter-wrapper
  #newsletter_text {
  flex: 2;
}
.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-form--wrapper
  #newsletter_section_form
  #newsletter-wrapper
  #newsletter_submit {
  margin-left: 0;
  border: 0 none;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: 0 0;
  font-size: 20px;
  position: relative;
  width: fit-content;
}
.newsletter--section-wrapper
  .newsletter-wrapper--outer.newsletter-text--center {
  text-align: center;
}
.newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--right {
  text-align: right;
}
.newsletter--section-wrapper
  .newsletter-wrapper--outer.newsletter-text--center
  #newsletter-wrapper,
.newsletter--section-wrapper
  .newsletter-wrapper--outer.newsletter-text--right
  #newsletter-wrapper {
  position: relative;
  left: 12px;
}
@media (min-width: 768px) {
  .newsletter--section-wrapper
    .newsletter-wrapper--outer.newsletter-text--center
    #newsletter-wrapper,
  .newsletter--section-wrapper
    .newsletter-wrapper--outer.newsletter-text--right
    #newsletter-wrapper {
    left: 0;
  }
}
.newsletter--section-wrapper.color-scheme--white #newsletter_text {
  border-color: var(--border-color);
}
.newsletter--section-wrapper.color-scheme--white #newsletter_submit,
.newsletter--section-wrapper.color-scheme--white #newsletter_text,
.newsletter--section-wrapper.color-scheme--white #newsletter_text::placeholder {
  color: var(--text-color);
}
.newsletter--section-wrapper.color-scheme--accent #newsletter_text {
  border-color: var(--color-scheme-feature-text-transparent25);
}
.newsletter--section-wrapper.color-scheme--accent #newsletter_submit,
.newsletter--section-wrapper.color-scheme--accent #newsletter_text,
.newsletter--section-wrapper.color-scheme--accent
  #newsletter_text::placeholder {
  /* color: var(--color-scheme-feature-text); */
  color: #fff;
}
.newsletter--section-wrapper.color-scheme--dark #newsletter_text {
  border-color: var(--color-scheme-dark-text-transparent25);
}
.newsletter--section-wrapper.color-scheme--dark #newsletter_submit,
.newsletter--section-wrapper.color-scheme--dark #newsletter_text,
.newsletter--section-wrapper.color-scheme--dark #newsletter_text::placeholder {
  color: var(--color-scheme-dark-text);
}
.newsletter--section-wrapper.color-scheme--light #newsletter_text {
  border-color: var(--color-scheme-light-text-transparent25);
}
.newsletter--section-wrapper.color-scheme--light #newsletter_submit,
.newsletter--section-wrapper.color-scheme--light #newsletter_text,
.newsletter--section-wrapper.color-scheme--light #newsletter_text::placeholder {
  color: var(--color-scheme-light-text);
}

/* custom css start */
.itg_newsletter.newsletter--section-wrapper .newsletter-wrapper--outer {
  flex-direction: column;
  gap: 30px;
}
.itg_newsletter h3.newsletter-section--title {
  font-size: 33.18px;
  line-height: 1.2;
}
.itg_newsletter.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-content--wrapper
  p {
  font-size: 17px;
  line-height: 1.8;
  color: #fff;
}
.itg_newsletter button.standalone-icon--wrapper.newsletter_submit_btn {
  padding: 10px 20px !important;
  font-size: 14px !important;
  line-height: 1.8;
  color: #262626 !important;
  background: #fff !important;
}
.itg_newsletter.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-form--wrapper
  #newsletter_section_form
  #newsletter-wrapper {
  gap: 5px;
  max-width: 450px;
  margin: 0 auto;
}
.itg_newsletter.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-form--wrapper
  #newsletter_section_form
  #newsletter-wrapper
  #newsletter_text::placeholder {
  font-size: 14px;
  line-height: 1;
}
.itg_newsletter.newsletter--section-wrapper
  .newsletter-wrapper--outer
  .newsletter-form--wrapper
  #newsletter_section_form
  #newsletter-wrapper
  #newsletter_text {
  padding: 10px 20px;
  font-size: 14px;
}
.itg_newsletter.wrapper-spacing--v.wrapper-spacing--h.newsletter--section-wrapper {
  position: relative;
  z-index: 2;
  padding-left: 0;
  padding-right: 0;
}
.newsletter_overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  display: block;
  z-index: 1;
  opacity: 0.6;
}
.itg_newsletter.newsletter--section-wrapper .newsletter-wrapper--outer {
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 750px) {
  .itg_newsletter.newsletter--section-wrapper
    .newsletter-wrapper--outer
    .newsletter-form--wrapper
    #newsletter_section_form
    #newsletter-wrapper {
    gap: 5px;
    max-width: 100%;
    left: auto;
  }
  .itg_newsletter.newsletter--section-wrapper .newsletter-wrapper--outer {
    padding: 0 15px;
  }
}
/* custom css end */
@media screen and (max-width: 400px){
  .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper{
     flex-direction: column;
  }
   .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper .input-group-field  , 
  .newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper  #newsletter_submit{
    width: 100%;
  }
}

.newsletter--section-wrapper.color-scheme--accent #newsletter_text{
  border-color: rgb(118, 118, 118) ;
}