#newsletter{
            padding-top: 60px;
            padding-right: 40px;
            padding-left: 40px;
  }
  .newsletterSection .leftSide{
                               height: 400px;
                             }
.nws-sub .col-sm-6{
                     margin-bottom: 10px;
         }
.contact-form form .SignupFormPreview .col-sm-6:nth-child(2n+2) {
    border-left: 1px solid #ccc;
}
.contact-form form .SignupFormPreview .d-none {
    display: none;
}
.contact-form form .SignupFormPreview input:not(#SubmitButton) {
    background: rgba(0,0,0,.6);
    color: #fff;
    line-height: 40px;
    border: none;
    border-radius: 0;
    height: 54px;
    box-shadow: 0 10px 5px -6px #131313;
}
.contact-form form .SignupFormPreview  input::placeholder{
  color: #fff;
}
.contact-form form .SignupFormPreview  .btn-red#SubmitButton {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 0 10px 5px -6px #131313;
}
#headerFormatedTextheaderText{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
#headerFormatedTextheaderText strong{
  font-weight: 700;
}
.form-pad{
          padding-right: 88px;
          }
@media only screen and (max-width: 992px){
  .newsletterPageContain {
      /* height: 800px; */
  }
  .form-pad{
          padding-right: 13px;
          }
}