.subscribe_form {
    background: transparent;
    padding: 20px 20px 40px 20px;
}
  .subscribe_form .title{
    font-weight: 700!important;
    font-size: 24px!important;
    text-align: center;
    margin: 15px;
  }
  .subscribe_form .form-control{
    font-size: 16px;
    line-height: 1.8em;
    width: 100%;
    padding: 10px;
    background: #fff;
    /* border-radius: 50px; */
    border: none;
  }
  .subscribe_form .kk_submit_btn{
      
    color: #ffffff!important;
    border-color: rgba(0,0,0,0);
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #222222;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  
  }
  
  @media only screen and (max-width: 600px) {
   
  }