.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #3c3c3ced;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 99;
  }
  
  .form_style {
      max-width: 580px;
      background: #fff;
      padding: 15px 5px 20px 5px;
  }
  .form_style h4 {
      text-align: center;
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 600;
      font-family: 'Open Sans', sans-serif;
  }
  .formcentered {
      display: flex;
      justify-content: center;
  }
  .form_style label {
      font-size: 11px;
      margin-bottom: 5px;
      color: #666;
  }
  
  .checkboxss input[type="checkbox"] {
      margin-bottom: 0 !important;
      height: auto;
      position: absolute;
      clip: rect(0, 0, 0, 0);
      pointer-events: none;
  }
  .checkboxss p {
      line-height: 14px;
      margin-bottom: 7px;
      font-size: 11px;
      color: #000;
  }
  .checkboxss {
      margin-bottom: 5px;
      margin-top: 8px;
      position: relative;
  }
  .error_firstname.error, .error_lastname.error, .error_email.error, .error_checkboxss.error {
      position: absolute;
      right: 10px;
      float: left;
      color: red;
      top: 8px;
      font-size: 11px;
      text-align: right;
  }
  /*.error_checkboxss.error {
      color: red;
      padding-left: 0;
      font-size: 11px;
  }*/
  .success_message.success {
      clear: both;
      padding: 15px 0 0 0;
      text-align: center;
  }
  .form_style .policybox {
      padding-top: 5px;
      margin-bottom: 5px;
  }
  .form_style .policybox p {
      line-height: 16px;
      padding-top: 0;
      font-size: 10px;
      color: #000;
      margin-bottom: 0;
  }
  .form_style input {
      height: 30px;
      margin-bottom: 10px;
      font-size: 10px !important;
      border-width: 1px;
  }
  .form_style textarea {
      margin-bottom: 0px;
      font-size: 11px;
      min-height: 55px;
      max-height: 55px;
      border-color: #e2e2e2;
  }
  .form_style input[type="submit"] {
      margin-bottom: 0;
      line-height: 0px;
      background: #000;
      color: white;
      text-transform: uppercase;
  }
  .form_style input[type="submit"]:hover {
      background-color: #e8204e;
  }
  .form_style .policybox input[type="checkbox"] {
      height: auto;
      margin-bottom: 8px !important;
      margin-right: 5px;
      float: left;
  }
  label.btn.btncheck.active {
      background-color: #e8204e;
  }
  label.btn.btncheck.active:after {
      content: "✔" !important;
      padding-left: 5px;
  }
  label.btn.btncheck {
      padding: 8px 5px;
      width: 100%;
      font-size: 10px !important;
      background: #000;
      text-transform: uppercase;
      color: white;
  }
  .btns-newform {
      width: 100%;
     /* max-width: 220px;*/
      height: 35px;
      background: #000;
      margin-bottom: 6px;
      text-align: center;
  }
  .btns-newform a {
      color: white;
      text-transform: uppercase;
      line-height: 33px;
  }
  .btns-newform a i {
      text-align: right;
      float: left;
      padding-left: 20px;
      line-height: 33px;
      width: 20px;
  }
  .btns-newform a span {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1px;
  }
  .formnew h4 {
      text-align: center;
      font-size: 18px;
      margin-bottom: 12px;
      color: #000;
  }
  .formnew {
      padding: 20px;
      border: 1px solid #e2e2e2;
  }
  .formfooter {
    background: #fff;
    border: 1px solid #999;
    margin: 0 auto;
    display: flex;
    margin-bottom: 30px;
}
.formfooter .formnew {
    border: 0;
    max-width: 350px;
    margin: 0 auto;
}
.formfixed {
    position: sticky;
    top: 0;
    margin-bottom:30px;
}
  
  @media only screen and (max-width: 767px) {
      label.btn.btncheck {
           width: 100%;
      }
      .social-holder.hide-for-large.style2 {
          display: none;
      }
      .error_checkboxss.error {
          position: relative;
          right: 5px;
      }
      .sidenav {padding-top: 0px;}
      .sidenav .closebtn {
          color: #000 !important;
          top: -8px;
      }
      .form_style h4 {
          margin-top: 20px;
      }
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }