.lightbox {
  position: fixed;
  width: 100%;z-index: 99;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.lightbox {
  
}
.lightbox.open {
  display: block;
}
.help_you_section .help_you_inner {
    cursor: pointer;
}
.lightbox form fieldset {
    width: 100%;
    max-width: 100%;
}
.lightbox .hs-input{margin-bottom: 0;
    width: 100%;
    padding: 14px 50px 17px 20px!important;
    box-shadow: 0 10px 25px #e7e7e7;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #fff;
    font-size: 16px;
    color: #636363;
    font-weight: 400;
  font-family: 'Toshiba Sans';
}
.lightbox-container {
  position: absolute;
      background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    max-width: 870px!important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightbox-container .actions {
    text-align: left;
}
.lightbox-container .hs_submit.hs-submit input[type="submit"] {
    margin-bottom: 0px;
    border: 1px solid rgb(230, 30, 30);
    cursor: pointer;
    transition: all 0.5s ease 0s;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(230, 30, 30);
    font-size: 16px;
    font-weight: 700;
    padding: 17px 46px;
    width: auto;
    margin-top: 10px;
}
.lightbox-container .hs-input[type="checkbox"], .lightbox-container .hs-input[type="radio"] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px 5px 3px 0px;
    line-height: normal;
    border: none;
}
.lightbox-container .hs_submit.hs-submit input[type="submit"]:hover {
    background-color: #fff;
    color: #e61e1e;
    border-color: #e61e1e;
}
.lightbox-container .hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
    margin-right: auto !important;
    margin-left: 0;
}
.close {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}