.wpsfp-form-wrap {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  background-color: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.68);
  margin: 0;
  padding: 48px;
  text-align: left;
  background-size: cover;
  display: inline-block;
  width: 100%; }
  .wpsfp-form-wrap a {
    color: #29B7FF;
    transition: all .3s ease; }
  .wpsfp-form-wrap ul {
    margin: 0;
    padding: 0;
    margin-left: 14px; }
    .wpsfp-form-wrap ul li {
      list-style: disc;
      margin: 0 0 10px 0; }
  .wpsfp-form-wrap .wpsfp-subscription-form {
    margin-bottom: 0; }
  .wpsfp-form-wrap h2.wpsfp-heading-text {
    font-size: 34px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 15px;
    color: inherit;
    opacity: 0.8;
    text-align: inherit; }
    .wpsfp-form-wrap h2.wpsfp-heading-text:before {
      display: none; }
  .wpsfp-form-wrap p.wpsfp-heading-paragraph {
    font-size: 16px;
    margin: 0 0 20px 0;
    color: inherit;
    line-height: 1.4;
    opacity: 0.68;
    text-align: inherit; }
  .wpsfp-form-wrap .both-fields-wrap input[type="text"],
  .wpsfp-form-wrap .both-fields-wrap input[type="email"] {
    border-radius: 0; }
  .wpsfp-form-wrap .wpsfp-sbmt-btn-wrap {
    text-align: inherit;
    width: 100%;
    margin-bottom: 28px; }
    /* .wpsfp-form-wrap .wpsfp-sbmt-btn-wrap .wpsfp-form-submit {
      width: 100%;
      max-width: 248px; } */
      .wpsfp-form-wrap .wpsfp-sbmt-btn-wrap .wpsfp-form-submit {
        width: auto;
        max-width: 400px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
      .wpsfp-form-wrap .wpsfp-form-submit {
        transition: all .3s ease;
        font-size: 16px;
        font-weight: 700;
        line-height: 46px;
        padding: 0 34px;
        border: none;
        cursor: pointer;
    }
    .wpsfp-form-wrap .wpsfp-form-submit.wpsfp-btn-flat {
      border-radius: 0; }
    .wpsfp-form-wrap .wpsfp-form-submit.wpsfp-btn-rounded {
      border-radius: 68px; }
    .wpsfp-form-wrap .wpsfp-form-submit.wpsfp-btn-curve {
      border-radius: 4px; }
    .wpsfp-form-wrap .wpsfp-form-submit.wpsfp-btn-line {
      background-color: transparent;
      border: solid 4px rgba(0, 0, 0, 0.8);
      color: inherit; }
      .wpsfp-form-wrap .wpsfp-form-submit.wpsfp-btn-line:hover {
        background-color: black;
        color: white; }
  .wpsfp-form-wrap .wpsfp-orntn-hr .wpsfp-form-submit {
    height: 100%; }
  .wpsfp-form-wrap .wpsfp-check-box-text {
    color: inherit;
    line-height: 1;
    margin-bottom: 28px;
    text-align: inherit; }
    .wpsfp-form-wrap .wpsfp-check-box-text > label {
      font-size: 14px;
      vertical-align: top;
      display: inline-block;
      position: relative; }
      .wpsfp-form-wrap .wpsfp-check-box-text > label input[type="checkbox"] {
        opacity: 0;
        height: 15px;
        width: 15px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        cursor: pointer; }
      .wpsfp-form-wrap .wpsfp-check-box-text > label > label {
        height: 15px;
        width: 15px;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.18);
        color: white;
        margin-right: 8px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: all .3s ease;
        cursor: pointer;
        text-align: center;
        line-height: 14px; }
        .wpsfp-form-wrap .wpsfp-check-box-text > label > label i {
          color: rgba(255, 255, 255, 0.58);
          font-size: 10px;
          opacity: 0;
          transition: all .3s ease; }
      .wpsfp-form-wrap .wpsfp-check-box-text > label .wpsfp-check-text {
        margin-left: 24px;
      display: inline-block; }
      .wpsfp-form-wrap .wpsfp-check-box-text > label input[type="checkbox"]:checked + label {
        background-color: #29B7FF; }
        .wpsfp-form-wrap .wpsfp-check-box-text > label input[type="checkbox"]:checked + label i {
          color: white;
          opacity: 1; }
    .wpsfp-form-wrap .wpsfp-check-box-text a {
      color: inherit; }
    .wpsfp-form-wrap .wpsfp-check-box-text:hover a {
      color: #29B7FF; }
  .wpsfp-form-wrap .both-fields-wrap {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap; }
    .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap {
      width: 100%; }
      .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap input[type="text"],
      .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap input[type="email"] {
        text-align: inherit;
        width: 100%;
        font-family: "Roboto", sans-serif;
        color: inherit;
        height: auto;
        padding: 15px 20px;
        line-height: 1;
        font-size: 16px;
        border: none;
        background-color: rgba(0, 0, 0, 0.04); }
      .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-right {
        position: relative; }
        .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-right > i {
          position: absolute;
          top: 16px;
          right: 18px;
          font-size: 16px;
          color: inherit;
          opacity: 0.48; }
        .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-right input[type="text"],
        .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-right input[type="email"] {
          padding-right: 48px; }
      .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-left {
        position: relative; }
        .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-left > i {
          position: absolute;
          top: 16px;
          left: 18px;
          font-size: 16px;
          color: inherit;
          opacity: 0.48; }
        .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-left input[type="text"],
        .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-left input[type="email"] {
          padding-left: 48px; }
    .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-vr {
      display: block; }
      .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-vr .wpsfp-name-field {
        margin-bottom: 10px; }
    .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap {
      flex: 1; }
      .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field {
        margin-right: 5px; }
      .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-email-field {
        margin-left: 5px; }
    .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
      max-width: 200px;
      margin-bottom: 0; }
      .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap input[type="submit"] {
        width: 100%;
        max-width: 100%; }
  .wpsfp-form-wrap .wpsfp-icon-holder {
    text-align: inherit;
    margin: 24px 0 34px; }
    .wpsfp-form-wrap .wpsfp-icon-holder img {
      max-width: 124px;
      vertical-align: top; }
  .wpsfp-form-wrap ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit; }
  .wpsfp-form-wrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit; }
  .wpsfp-form-wrap :-ms-input-placeholder {
    /* IE 10+ */
    color: inherit; }
  .wpsfp-form-wrap :-moz-placeholder {
    /* Firefox 18- */
    color: inherit; }
  .wpsfp-form-wrap .wpsfp-footer-text {
    font-size: 12px;
    font-style: italic;
    color: inherit;
    opacity: 0.71;
    text-align: inherit; }
  .wpsfp-form-wrap .wpsfp-form-loader-wraper {
    text-align: inherit; }
  .wpsfp-form-wrap .wpsfp-form-loader-wraper {
    display: none;
    text-align: center;
    margin-top: -14px;
    margin-bottom: 10px; }
  .wpsfp-form-wrap .wpsfp-form-loader-1,
  .wpsfp-form-wrap .wpsfp-form-loader-1:before,
  .wpsfp-form-wrap .wpsfp-form-loader-1:after {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.4s infinite ease-in-out;
    animation: load7 1.4s infinite ease-in-out; }
  .wpsfp-form-wrap .wpsfp-form-loader-1 {
    font-size: 10px;
    margin: 0;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    color: inherit; }
  .wpsfp-form-wrap .wpsfp-form-loader-1:before,
  .wpsfp-form-wrap .wpsfp-form-loader-1:after {
    content: '';
    position: absolute;
    top: 0; }
  .wpsfp-form-wrap .wpsfp-form-loader-1:before {
    left: -12px;
    -webkit-animation-delay: -0.28s;
    animation-delay: -0.28s; }
  .wpsfp-form-wrap .wpsfp-form-loader-1:after {
    left: 12px; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
  .wpsfp-form-wrap .wpsfp-form-message {
    display: none;
    line-height: 24px;
    margin-top: 18px;
    font-size: 12px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.04); }
    .wpsfp-form-wrap .wpsfp-form-message.wpsfp-error {
      background-color: #bc5450;
      color: white;
      border: solid 1px white; }
    .wpsfp-form-wrap .wpsfp-form-message.wpsfp-success {
      background-color: #4abc74;
      color: white;
      border: solid 1px white; }
  .wpsfp-form-wrap .wpsfp-two-col {
    display: flex;
    flex-wrap: wrap; }
    .wpsfp-form-wrap .wpsfp-two-col .wpsfp-col-left {
      flex: 1;
      max-width: 35%; }
    .wpsfp-form-wrap .wpsfp-two-col .wpsfp-col-right {
      flex: 2; }
  .wpsfp-form-wrap .wpsfp-form-loader {
    display: inline-block; }
  .wpsfp-form-wrap.wpsfp-template-1 {
    text-align: center;
    background-color: white;
    padding: 28px;
    text-align: center; }
  .wpsfp-form-wrap.wpsfp-template-2 {
    text-align: center !important;
    background-color: white;
    border: solid 2px rgba(0, 0, 0, 0.48);
    text-align: center; }
    .wpsfp-form-wrap.wpsfp-template-2 .wpsfp-form-submit {
      border: none;
      background-color: #29B7FF;
      color: white; }
    .wpsfp-form-wrap.wpsfp-template-2 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-2 .both-fields-wrap input[type="email"] {
      text-align: left; }
    .wpsfp-form-wrap.wpsfp-template-2 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
  .wpsfp-form-wrap.wpsfp-template-3 {
    background-color: #f3f5f6; }
    .wpsfp-form-wrap.wpsfp-template-3 .wpsfp-form-submit {
      border-color: #29B7FF;
      color: #29B7FF; }
      .wpsfp-form-wrap.wpsfp-template-3 .wpsfp-form-submit:hover {
        background-color: black;
        color: white;
        border-color: black; }
    .wpsfp-form-wrap.wpsfp-template-3 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
  .wpsfp-form-wrap.wpsfp-template-4 {
    background-color: #29B7FF;
    color: white; }
    .wpsfp-form-wrap.wpsfp-template-4 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-4 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-4 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      color: rgba(0, 0, 0, 0.68);
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-4 .wpsfp-check-box-text > label > label {
      background-color: transparent;
      border: solid 1px white;
      line-height: 11px; }
    .wpsfp-form-wrap.wpsfp-template-4 .wpsfp-check-box-text:hover > label a {
      color: white; }
  .wpsfp-form-wrap.wpsfp-template-5 {
    background-color: #f3f5f6;
    text-align: center !important;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-5 .wpsfp-form-submit {
      background-color: #3b85e9;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-5 .wpsfp-form-submit:hover {
        background-color: black;
        color: white;
        border-color: black; }
    .wpsfp-form-wrap.wpsfp-template-5 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-5 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-5 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      color: rgba(0, 0, 0, 0.68);
      font-weight: 700;
      border-radius: 68px; }
    .wpsfp-form-wrap.wpsfp-template-5:before {
      content: '';
      height: 8px;
      width: 60%;
      background-color: rgba(0, 0, 0, 0.28);
      position: absolute;
      left: 0;
      bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-5:after {
      content: '';
      height: 8px;
      width: 40%;
      background-color: rgba(0, 0, 0, 0.8);
      position: absolute;
      right: 0;
      bottom: 0; }
  .wpsfp-form-wrap.wpsfp-template-6 {
    padding: 0;
    background-color: #f3f5f6; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-form-submit {
      background-color: #ddc27a;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-form-submit:hover {
        background-color: black;
        color: white;
        border-color: black; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-subscription-form {
      margin-bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col .wpsfp-col-left {
      background-color: black;
      color: white;
      padding: 48px; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col .wpsfp-col-right {
      padding: 40px; }
  .wpsfp-form-wrap.wpsfp-template-7 {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.18) 0 0 24px; }
    .wpsfp-form-wrap.wpsfp-template-7 .wpsfp-form-submit {
      color: white;
      background-color: #ff6864;
      border-radius: 2px; }
      .wpsfp-form-wrap.wpsfp-template-7 .wpsfp-form-submit:hover {
        background-color: black;
        color: white;
        border-color: black; }
    .wpsfp-form-wrap.wpsfp-template-7 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-7 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-7 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: rgba(0, 0, 0, 0.06);
      border-bottom: solid 1px rgba(0, 0, 0, 0.14);
      color: black; }
  .wpsfp-form-wrap.wpsfp-template-8 {
    background-color: #eff1f3;
    color: #141822; }
    .wpsfp-form-wrap.wpsfp-template-8 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-8 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-8 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      color: black;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-8 .wpsfp-form-submit {
      background-color: #141822;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-8 .wpsfp-form-submit:hover {
        background-color: #ddc27a;
        color: white; }
  .wpsfp-form-wrap.wpsfp-template-9 {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.18) 0 0 24px; }
    .wpsfp-form-wrap.wpsfp-template-9 .wpsfp-form-submit {
      color: white;
      background-color: rgba(0, 0, 0, 0.88);
      border-radius: 2px; }
      .wpsfp-form-wrap.wpsfp-template-9 .wpsfp-form-submit:hover {
        background-color: #ff6864;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-9 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-9 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-9 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border-left: solid 4px #ff6864;
      color: black; }
  .wpsfp-form-wrap.wpsfp-template-10 {
    background-color: #141822;
    color: #ffffff; }
    .wpsfp-form-wrap.wpsfp-template-10 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-10 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-10 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      color: inherit;
      font-weight: 700;
      border-bottom: solid 1px rgba(255, 255, 255, 0.24); }
    .wpsfp-form-wrap.wpsfp-template-10 .wpsfp-form-submit {
      background-color: rgba(255, 255, 255, 0.24);
      color: white;
      line-height: 47px; }
      .wpsfp-form-wrap.wpsfp-template-10 .wpsfp-form-submit:hover {
        background-color: #639f57;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-10 .wpsfp-check-box-text > label > label {
      background-color: white; }
  .wpsfp-form-wrap.wpsfp-template-11 {
    padding: 0;
    background-color: #141822;
    color: white; }
    .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-form-submit {
      background-color: rgba(255, 255, 255, 0.24);
      color: white;
      line-height: 47px; }
      .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-form-submit:hover {
        background-color: #ddc27a;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-11 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-11 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      color: black;
      font-weight: 500;
      border-bottom: solid 1px rgba(255, 255, 255, 0.24); }
    .wpsfp-form-wrap.wpsfp-template-11 .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-right > i {
      color: black; }
    .wpsfp-form-wrap.wpsfp-template-11 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
      max-width: 148px !important; }
    .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col .wpsfp-col-left {
      padding: 48px; }
    .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col .wpsfp-col-right {
      padding: 40px 40px 40px 0; }
    .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-check-box-text > label > label {
      background-color: white; }
  .wpsfp-form-wrap.wpsfp-template-12 {
    background-color: #3b85e9;
    color: #ffffff;
    text-align: center !important; }
    .wpsfp-form-wrap.wpsfp-template-12 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-12 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-12 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      color: black;
      font-weight: 700;
      border-radius: 68px; }
    .wpsfp-form-wrap.wpsfp-template-12 .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-right > i {
      color: black; }
    .wpsfp-form-wrap.wpsfp-template-12 .wpsfp-form-submit {
      background-color: rgba(0, 0, 0, 0.24);
      color: white;
      line-height: 47px;
      border-radius: 68px;
      margin-left: 5px; }
      .wpsfp-form-wrap.wpsfp-template-12 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-12 .wpsfp-check-box-text > label > label {
      background-color: white; }
  .wpsfp-form-wrap.wpsfp-template-13 {
    text-align: center;
    background-image: url("../images/bg-template-13.jpg");
    background-size: cover;
    color: white;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-13:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(55, 59, 62, 0.8);
      z-index: 2; }
    .wpsfp-form-wrap.wpsfp-template-13 h2 {
      font-size: 54px;
      margin-bottom: 24px; }
    .wpsfp-form-wrap.wpsfp-template-13 p {
      margin-bottom: 38px; }
    .wpsfp-form-wrap.wpsfp-template-13 .wpsfp-subscription-form {
      position: relative;
      z-index: 5; }
    .wpsfp-form-wrap.wpsfp-template-13 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-13 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-13 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      color: black;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-13 .wpsfp-form-submit {
      background-color: #2fd1c7;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-13 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-13 .wpsfp-check-box-text > label > label {
      background-color: white; }
  .wpsfp-form-wrap.wpsfp-template-14 {
    background-color: white;
    text-align: center;
    color: black;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-14 h2 {
      font-size: 54px;
      margin-bottom: 24px; }
    .wpsfp-form-wrap.wpsfp-template-14 p {
      margin-bottom: 38px; }
    .wpsfp-form-wrap.wpsfp-template-14 .wpsfp-subscription-form {
      position: relative;
      z-index: 5; }
    .wpsfp-form-wrap.wpsfp-template-14 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-14 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-14 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: rgba(0, 0, 0, 0.08);
      color: black;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-14 .wpsfp-form-submit {
      background-color: #2fd1c7;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-14 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
  .wpsfp-form-wrap.wpsfp-template-15 {
    text-align: center;
    background-color: #f8f8f8;
    color: black;
    position: relative;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-15:before {
      content: '';
      background-image: url("../images/border-image.jpg");
      background-repeat: repeat-x;
      height: 6px;
      width: 100%;
      z-index: 9;
      position: absolute;
      left: 0;
      top: 0; }
    .wpsfp-form-wrap.wpsfp-template-15 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-15 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-15 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: rgba(0, 0, 0, 0.08);
      color: rgba(0, 0, 0, 0.68);
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-15 .wpsfp-form-submit {
      background-color: #2fd1c7;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-15 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
  .wpsfp-form-wrap.wpsfp-template-16 {
    padding: 0;
    text-align: left;
    background-image: url("../images/bg-template-16.jpg");
    background-size: cover;
    color: black;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-16:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.68);
      z-index: 2; }
    .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-subscription-form {
      position: relative;
      z-index: 5; }
    .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-16 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-16 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: #ededed;
      color: black;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-form-submit {
      background-color: #d12f6c;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-check-box-text > label > label {
      background-color: rgba(0, 0, 0, 0.68); }
    .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-title-wrap {
      max-width: 400px;
      padding: 60px 0 20px 60px; }
    .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-footer-text {
      padding: 15px;
      text-align: inherit;
      background-color: rgba(255, 255, 255, 0.8); }
    .wpsfp-form-wrap.wpsfp-template-16 .both-fields-wrap.wpsfp-orntn-hr {
      margin-bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-form-message {
      margin-top: 0; }
  .wpsfp-form-wrap.wpsfp-template-17 {
    background-color: white; }
    .wpsfp-form-wrap.wpsfp-template-17 h2 {
      margin-bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-17 #wave {
      width: 60px; }
    .wpsfp-form-wrap.wpsfp-template-17 .st69 {
      fill: none;
      stroke: black;
      opacity: 0.24;
      stroke-width: 18;
      stroke-miterlimit: 10; }
    .wpsfp-form-wrap.wpsfp-template-17 .wpsfp-form-submit {
      border-color: black;
      color: black; }
      .wpsfp-form-wrap.wpsfp-template-17 .wpsfp-form-submit:hover {
        background-color: black;
        color: white;
        border-color: black; }
    .wpsfp-form-wrap.wpsfp-template-17 .wpsfp-box-design {
      margin-top: 50px;
      border: solid 2px rgba(0, 0, 0, 0.18);
      padding: 60px; }
      .wpsfp-form-wrap.wpsfp-template-17 .wpsfp-box-design p.wpsfp-heading-paragraph {
        margin-bottom: 34px; }
    .wpsfp-form-wrap.wpsfp-template-17 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-17 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border-bottom: solid 1px rgba(0, 0, 0, 0.18);
      color: black;
      font-weight: 700; }
  .wpsfp-form-wrap.wpsfp-template-18 {
    background-color: white;
    padding: 28px; }
    .wpsfp-form-wrap.wpsfp-template-18 h2 {
      margin-bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-18 #wave {
      width: 60px;
      margin: 20px 0; }
    .wpsfp-form-wrap.wpsfp-template-18 .st69 {
      fill: none;
      stroke: black;
      opacity: 0.24;
      stroke-width: 18;
      stroke-miterlimit: 10; }
    .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-form-submit {
      border-color: black;
      color: black; }
      .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-form-submit:hover {
        background-color: black;
        color: white;
        border-color: black; }
    .wpsfp-form-wrap.wpsfp-template-18 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-18 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border-bottom: solid 1px rgba(0, 0, 0, 0.18);
      color: black;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-col-right {
      padding-left: 48px; }
  .wpsfp-form-wrap.wpsfp-template-19 {
    padding: 0;
    background-color: #fcfcfc; }
    .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-form-submit {
      background-color: transparent;
      color: #6641ef;
      border-color: #6641ef;
      line-height: 39px; 
      width: auto;}
      .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-form-submit:hover {
        background-color: #6641ef;
        color: white;
        border-color: transparent; }
    .wpsfp-form-wrap.wpsfp-template-19 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-19 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border-bottom: solid 1px rgba(0, 0, 0, 0.18);
      color: inherit;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-19 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
      max-width: 148px !important; }
    .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-name-field {
      flex: 0 0 100% !important;
      width: 100%;
      max-width: 100%;
      margin-bottom: 10px; }
    .wpsfp-form-wrap.wpsfp-template-19 #wave {
      width: 60px;
      margin-bottom: 14px; }
    .wpsfp-form-wrap.wpsfp-template-19 .st69 {
      fill: none;
      stroke: #6641ef;
      opacity: 1;
      stroke-width: 18;
      stroke-miterlimit: 10; }
    .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-left {
      color: inherit;
      padding: 60px;
      flex: 55%;
      max-width: 55%; }
    .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-right {
      flex: 45%;
      background-image: url("../images/bg-template-19.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
    .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-footer-text {
      border-top: solid 1px rgba(0, 0, 0, 0.1);
      padding-top: 24px; }
  .wpsfp-form-wrap.wpsfp-template-20 {
    background-color: #419bef;
    text-align: left;
    color: white;
    border-radius: 8px;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-20:before {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-image: url("../images/white-shade.png");
      background-position: top right;
      background-repeat: no-repeat;
      z-index: 2; }
    .wpsfp-form-wrap.wpsfp-template-20 .wpsfp-subscription-form {
      position: relative;
      z-index: 4; }
    .wpsfp-form-wrap.wpsfp-template-20 .wpsfp-form-submit {
      border: none;
      background-color: white;
      color: #419bef; }
    .wpsfp-form-wrap.wpsfp-template-20 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-20 .both-fields-wrap input[type="email"] {
      text-align: left;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.14); }
    .wpsfp-form-wrap.wpsfp-template-20 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-20 .wpsfp-footer-text {
      border-top: solid 1px rgba(255, 255, 255, 0.24);
      padding-top: 24px; }
  .wpsfp-form-wrap.wpsfp-template-21 {
    background-image: url("../images/bg-template-21.jpg");
    background-size: cover;
    text-align: left;
    color: white;
    border-radius: 8px;
    position: relative;
    padding-top: 140px;
    overflow: hidden; }
    .wpsfp-form-wrap.wpsfp-template-21:before {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-image: linear-gradient(rgba(55, 59, 62, 0.28), rgba(55, 59, 62, 0.9), #373b3e);
      z-index: 2; }
    .wpsfp-form-wrap.wpsfp-template-21 h2 {
      font-size: 28px;
      opacity: 1; }
    .wpsfp-form-wrap.wpsfp-template-21 .wpsfp-subscription-form {
      position: relative;
      z-index: 4; }
    .wpsfp-form-wrap.wpsfp-template-21 .wpsfp-form-submit {
      border: none;
      background-color: #8257bd;
      color: #ffffff; }
    .wpsfp-form-wrap.wpsfp-template-21 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-21 .both-fields-wrap input[type="email"] {
      text-align: left;
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.68); }
    .wpsfp-form-wrap.wpsfp-template-21 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-21 .wpsfp-footer-text {
      border-top: solid 1px rgba(255, 255, 255, 0.24);
      padding-top: 24px; }
  .wpsfp-form-wrap.wpsfp-template-22 {
    text-align: center !important;
    background-color: #7e5eb2;
    color: white; }
    .wpsfp-form-wrap.wpsfp-template-22 .wpsfp-form-submit {
      border: none;
      background-color: white;
      color: #7e5eb2; }
    .wpsfp-form-wrap.wpsfp-template-22 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-22 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: rgba(255, 255, 255, 0.24); }
    .wpsfp-form-wrap.wpsfp-template-22 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
  .wpsfp-form-wrap.wpsfp-template-23 {
    background-color: #f3f5f6;
    text-align: center !important;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-23 h2 {
      font-size: 28px; }
    .wpsfp-form-wrap.wpsfp-template-23 .wpsfp-form-submit {
      background-color: #3b85e9;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-23 .wpsfp-form-submit:hover {
        background-color: black;
        color: white;
        border-color: black; }
    .wpsfp-form-wrap.wpsfp-template-23 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-23 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-23 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      /* color: black; */
      font-weight: 700;
      border-radius: 68px; }
  .wpsfp-form-wrap.wpsfp-template-24 {
    padding: 28px;
    background-color: white; }
    .wpsfp-form-wrap.wpsfp-template-24 h2 {
      margin-bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-icon-holder {
      margin: 0; }
    .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-form-submit {
      border-color: #17b5fe;
      color: #17b5fe; }
      .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-form-submit:hover {
        background-color: #17b5fe;
        color: white;
        border-color: transparent; }
    .wpsfp-form-wrap.wpsfp-template-24 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-24 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border-bottom: solid 1px rgba(0, 0, 0, 0.18);
      color: inherit;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-col-right {
      padding-left: 48px; }
    .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col {
      align-items: center;
      margin-bottom: 28px; }
      .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col .wpsfp-col-left {
        flex: 0; }
  .wpsfp-form-wrap.wpsfp-template-25 {
    text-align: center;
    padding: 0;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 24px;
    border-radius: 24px; }
    .wpsfp-form-wrap.wpsfp-template-25 h2 {
      margin-bottom: 20px; }
    .wpsfp-form-wrap.wpsfp-template-25 p.wpsfp-heading-paragraph {
      margin-bottom: 28px; }
    .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-icon-holder {
      margin: 0;
      background-color: #eaebf0;
      padding: 28px;
      border-top-left-radius: 24px;
      border-top-right-radius: 24px; }
    .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-form-submit {
      background-color: #17b5fe;
      color: #ffffff; }
      .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-25 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-25 .both-fields-wrap input[type="email"] {
      text-align: inherit;
      background-color: transparent;
      border-bottom: solid 1px rgba(0, 0, 0, 0.18);
      color: inherit;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-col-right {
      padding-left: 48px; }
    .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-two-col {
      align-items: center;
      margin-bottom: 28px; }
      .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-two-col .wpsfp-col-left {
        flex: 0; }
    .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-separate-form {
      max-width: 480px;
      padding: 54px 28px;
      margin: 0 auto; }
  .wpsfp-form-wrap.wpsfp-template-26 {
    padding: 28px;
    margin: 0;
    text-align: center;
    background-color: white;
    color: black; }
    .wpsfp-form-wrap.wpsfp-template-26 h2 {
      margin-bottom: 28px; }
    .wpsfp-form-wrap.wpsfp-template-26 p.wpsfp-heading-paragraph {
      margin-bottom: 28px; }
    .wpsfp-form-wrap.wpsfp-template-26 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-26 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-26 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      color: inherit;
      font-weight: 700;
      border-bottom: solid 1px rgba(0, 0, 0, 0.24); }
    .wpsfp-form-wrap.wpsfp-template-26 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
      max-width: 49px; }
    .wpsfp-form-wrap.wpsfp-template-26 .wpsfp-form-submit {
      background-color: #fec40a;
      color: white;
      line-height: 47px;
      width: 49px;
      height: 49px;
      padding: 0;
      border-radius: 100%; }
      .wpsfp-form-wrap.wpsfp-template-26 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-26 .wpsfp-check-box-text > label > label {
      background-color: rgba(0, 0, 0, 0.28); }
      .wpsfp-form-wrap.wpsfp-template-27 {
        text-align: center;
        background-color: #372ba3;
        border-radius: 14px;
        overflow: hidden;
        color: white;
        padding-bottom: 188px;
        position: relative; }
    
    .wpsfp-form-wrap.wpsfp-template-27:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      background-image: url("../images/cloud-bg.png");
      background-repeat: repeat-x;
      background-position: bottom left;
      background-size: 480px 160px;
      z-index: 9;
      height: 160px;
      width: 100%; }

    .wpsfp-form-wrap.wpsfp-template-27 h2 {
      margin-top: 28px;
      font-weight: 100;
      font-size: 48px; }
    .wpsfp-form-wrap.wpsfp-template-27 .wpsfp-form-submit {
      border: none;
      background-color: #22c6a9;
      color: white; }
    .wpsfp-form-wrap.wpsfp-template-27 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-27 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: rgba(255, 255, 255, 0.14); }
    .wpsfp-form-wrap.wpsfp-template-27 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-27 .wpsfp-check-box-text > label > label {
      background-color: white; }
  .wpsfp-form-wrap.wpsfp-template-28 {
    text-align: left;
    background-image: url("../images/bg-template-13.jpg");
    background-size: cover;
    color: white;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-28:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.68);
      z-index: 2; }
    .wpsfp-form-wrap.wpsfp-template-28 h2 {
      font-size: 28px;
      margin-bottom: 24px; }
    .wpsfp-form-wrap.wpsfp-template-28 p {
      margin-bottom: 38px; }
    .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-subscription-form {
      position: relative;
      z-index: 5; }
    .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-28 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-28 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      color: black;
      font-weight: 700;
      border-radius: 4px; }
    .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-form-submit {
      margin-top: 15px;
      background-color: #c94957;
      color: white;
      border-radius: 4px; }
      .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-check-box-text > label > label {
      background-color: white; }
    .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-col-right {
      padding-left: 48px; }
  .wpsfp-form-wrap.wpsfp-template-29 {
    text-align: center;
    background-image: url("../images/bg-template-13.jpg");
    background-size: cover;
    color: white;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-29:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 2; }
    .wpsfp-form-wrap.wpsfp-template-29 h2 {
      font-size: 34px;
      margin-bottom: 24px; }
    .wpsfp-form-wrap.wpsfp-template-29 p {
      margin-bottom: 38px; }
    .wpsfp-form-wrap.wpsfp-template-29 .wpsfp-subscription-form {
      position: relative;
      z-index: 5;
      border: solid 4px white;
      padding: 60px 48px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-29 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-29 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-29 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border: solid 2px white;
      color: inherit;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-29 .wpsfp-form-submit {
      background-color: #2fd1c7;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-29 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-29 .wpsfp-check-box-text > label > label {
      background-color: white; }
  .wpsfp-form-wrap.wpsfp-template-30 {
    padding: 0;
    background-color: #6fb25c;
    color: white; }
    .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-form-submit {
      background-color: #d8ce59;
      color: white;
      line-height: 46px;
      border: none; }
      .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-form-submit:hover {
        background-color: white;
        color: #d8ce59; }
    .wpsfp-form-wrap.wpsfp-template-30 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-30 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border-bottom: solid 1px rgba(255, 255, 255, 0.18);
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-30 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
      max-width: 148px !important; }
    .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-name-field {
      flex: 0 0 100% !important;
      width: 100%;
      max-width: 100%;
      margin-bottom: 10px; }
    .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-left {
      background-color: #6fb25c;
      padding: 60px;
      flex: 65%;
      max-width: 65%; }
    .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-right {
      overflow: hidden;
      flex: 35%;
      position: relative; }
      .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-right img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        position: relative;
        z-index: 2; }
      .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-right .wpsfp-shape {
        position: absolute;
        top: 0;
        left: -360px;
        height: 100%;
        width: 408px;
        transform: skewX(-10deg);
        background-color: #6fb25c;
        z-index: 4; }
    .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-footer-text {
      border-top: solid 1px rgba(0, 0, 0, 0.1);
      padding-top: 24px; }
  .wpsfp-form-wrap.wpsfp-template-31 {
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 18px; }
    .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-form-submit {
      background-color: #d8ce59;
      color: white;
      line-height: 46px;
      border: none; }
      .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-form-submit:hover {
        background-color: white;
        color: #d8ce59; }
    .wpsfp-form-wrap.wpsfp-template-31 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-31 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border-bottom: solid 1px rgba(0, 0, 0, 0.18);
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-31 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
      max-width: 148px !important; }
    .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-name-field {
      flex: 0 0 100% !important;
      width: 100%;
      max-width: 100%;
      margin-bottom: 10px; }
    .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-left {
      background-color: white;
      padding: 60px;
      flex: 65%;
      max-width: 65%; }
    .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right {
      overflow: hidden;
      flex: 35%; }
      .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center; }
    .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-footer-text {
      border-top: solid 1px rgba(0, 0, 0, 0.1);
      padding-top: 24px; }
  .wpsfp-form-wrap.wpsfp-template-32 {
    text-align: center;
    padding: 0;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 24px;
    border-radius: 24px; }
    .wpsfp-form-wrap.wpsfp-template-32 p.wpsfp-heading-paragraph {
      margin-bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-image-title-holder {
      overflow: hidden;
      background-color: black;
      padding: 84px 28px;
      position: relative;
      color: white;
      border-top-left-radius: 24px;
      border-top-right-radius: 24px; }
      .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-image-title-holder > img {
        opacity: 0.28;
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
      .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-image-title-holder .wpsfp-title-wrap {
        position: relative;
        z-index: 8; }
    .wpsfp-form-wrap.wpsfp-template-32 h2 {
      margin-bottom: 20px; }
    .wpsfp-form-wrap.wpsfp-template-32 p.wpsfp-heading-paragraph {
      margin-bottom: 28px; }
    .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-icon-holder {
      margin: 0;
      background-color: #eaebf0;
      padding: 28px;
      border-top-left-radius: 24px;
      border-top-right-radius: 24px; }
    .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-form-submit {
      background-color: #22c6a9;
      color: #ffffff; }
      .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-32 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-32 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border: solid 1px rgba(0, 0, 0, 0.18);
      border-radius: 68px;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-col-right {
      padding-left: 48px; }
    .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-two-col {
      align-items: center;
      margin-bottom: 28px; }
      .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-two-col .wpsfp-col-left {
        flex: 0; }
    .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-separate-form {
      max-width: 680px;
      padding: 54px 28px;
      margin: 0 auto; }

.wpsfp-popup-innerwrap {
  background-color: rgba(0, 0, 0, 0.84);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  z-index: 9999; }
  .wpsfp-popup-innerwrap .wpsfp-popup-contetn-wrap {
    position: relative; }
    .wpsfp-popup-innerwrap .wpsfp-popup-contetn-wrap .wpsfp-popup-close {
      position: absolute;
      right: -38px;
      top: -38px;
      height: 32px;
      width: 32px;
      background-color: rgba(255, 255, 255, 0.18);
      color: white;
      text-align: center;
      line-height: 34px;
      border-radius: 50%;
  }
  .wpsfp-popup-innerwrap .wpsfp-form-wrap {
    max-width: 1080px !important; }
    .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-1, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-14, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-17, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-18, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-22, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-23, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-24,
    .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-separate-form, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-26, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-18 {
      padding: 24px; }
    .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-27 {
      padding: 34px;
      background-size: 220px 80px;
      padding-bottom: 100px; }

.wpsfp-floating-innerwrap {
  position: fixed;
  z-index: 9999; }
  .wpsfp-floating-innerwrap .wpsfp-form-wrap {
    box-shadow: rgba(0, 0, 0, 0.24) 0 0 24px; }
    .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-1, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-14, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-17, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-18, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-22, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-23, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-24,
    .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-separate-form, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-26, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-18 {
      padding: 24px; }
  .wpsfp-floating-innerwrap .wpsfp-floating-contetn-wrap {
    position: relative; }
    .wpsfp-floating-innerwrap .wpsfp-floating-contetn-wrap .wpsfp-floating-close {
      position: absolute;
      right: -38px;
      top: -38px;
      height: 32px;
      width: 32px;
      background-color: black;
      color: white;
      text-align: center;
      line-height: 31px;
      border-radius: 50%;
      border: solid 2px white;
      font-size: 16px; }
  .wpsfp-floating-innerwrap.wpsfp-floating-bottom_left {
    left: 0;
    bottom: 0; }
  .wpsfp-floating-innerwrap.wpsfp-floating-bottom_right {
    right: 40px;
    bottom: 0; }

@media all and (max-width: 1023px) {
  .wpsfp-form-wrap.wpsfp-template-4 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-8 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-10 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-11 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-12 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-13 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-14 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-15 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-16 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-26 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-29 .both-fields-wrap {
    display: block; }
    .wpsfp-form-wrap.wpsfp-template-4 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-8 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-10 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-11 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-12 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-13 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-14 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-15 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-16 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-26 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-29 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field {
      margin-bottom: 8px; }
    .wpsfp-form-wrap.wpsfp-template-4 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-8 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-10 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-11 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-12 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-13 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-14 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-15 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-16 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-26 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-29 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
      margin-top: 10px; }
  .wpsfp-form-wrap.wpsfp-template-6, .wpsfp-form-wrap.wpsfp-template-11, .wpsfp-form-wrap.wpsfp-template-18, .wpsfp-form-wrap.wpsfp-template-19, .wpsfp-form-wrap.wpsfp-template-28, .wpsfp-form-wrap.wpsfp-template-30, .wpsfp-form-wrap.wpsfp-template-31 {
    padding: 0; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col {
      display: block; }
      .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right {
        max-width: 100%;
        padding: 20px; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-shape {
      display: none; }
  .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-right {
    height: 140px; }
  .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right {
    padding: 0; }
    .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right img {
      vertical-align: top; } }

@media all and (max-width: 767px) {
  .wpsfp-subscription {
    max-width: 100% !important;
    padding: 20px; }
  .wpsfp-form-wrap .both-fields-wrap {
    display: block; }
  .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field {
    margin-bottom: 8px; }
  .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
    margin-top: 10px; }
  .wpsfp-form-wrap.wpsfp-template-13 h2,
  .wpsfp-form-wrap.wpsfp-template-14 h2 {
    font-size: 34px; }
  .wpsfp-form-wrap.wpsfp-template-6, .wpsfp-form-wrap.wpsfp-template-11, .wpsfp-form-wrap.wpsfp-template-18, .wpsfp-form-wrap.wpsfp-template-19, .wpsfp-form-wrap.wpsfp-template-24, .wpsfp-form-wrap.wpsfp-template-28, .wpsfp-form-wrap.wpsfp-template-30, .wpsfp-form-wrap.wpsfp-template-31 {
    padding: 0; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col {
      display: block; }
      .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right {
        max-width: 100%;
        padding: 20px; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-shape {
      display: none; }
  .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-right {
    height: 140px; }
  .wpsfp-form-wrap.wpsfp-template-24 h2 {
    margin-bottom: 20px; }
  .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col {
    margin-bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col .wpsfp-col-left,
    .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col .wpsfp-col-right {
      padding: 20px 0; }
  .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-title-wrap {
    padding: 40px 20px 0; }
  .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-orntn-hr {
    padding: 0 20px; }
  .wpsfp-form-wrap.wpsfp-template-17 .wpsfp-box-design {
    padding: 20px; }
  .wpsfp-form-wrap.wpsfp-template-28 p {
    margin-bottom: 0; }
  .wpsfp-form-wrap.wpsfp-template-29 .wpsfp-subscription-form {
    padding: 30px 20px; }
  .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right {
    padding: 0; }
    .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right img {
      vertical-align: top; } }

input[type="button"].wpsfp-popup-trigger {
  transition: all .3s ease;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
  padding: 0 34px;
  cursor: pointer;
  border-radius: 0;
  border: none; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-1, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-17, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-18 {
    background-color: transparent;
    border-style: solid;
    border-width: 4px;
    border-color: black; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-1:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-17:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-18:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-2 {
    background-color: #29B7FF;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-2:hover {
      background-color: black; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-3 {
    background-color: transparent;
    border-style: solid;
    border-width: 4px;
    border-color: #29B7FF;
    color: #29B7FF; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-3:hover {
      background-color: black;
      border-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-4 {
    background-color: rgba(0, 0, 0, 0.68);
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-4:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-5 {
    background-color: #3b85e9;
    border-radius: 64px;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-5:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-6 {
    background-color: #ddc27a;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-6:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-7 {
    background-color: #ff6864;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-7:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-8 {
    background-color: black;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-8:hover {
      background-color: #ddc27a;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-9 {
    background-color: black;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-9:hover {
      background-color: #ff6864;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-10 {
    background-color: #4c4f57;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-10:hover {
      background-color: #639f57;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-11 {
    background-color: #4c4f57;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-11:hover {
      background-color: #ddc27a;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-12, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-23 {
    background-color: #3b85e9;
    color: white;
    border-radius: 68px; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-12:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-23:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-13, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-14, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-15 {
    background-color: #2fd1c7;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-13:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-14:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-15:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-16 {
    background-color: #d12f6c;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-16:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-19 {
    background-color: transparent;
    border-style: solid;
    border-width: 4px;
    border-color: #6641ef;
    color: #6641ef; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-19:hover {
      background-color: #6641ef;
      border-color: #6641ef;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-20 {
    background-color: #419bef;
    border-radius: 4px;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-20:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-21 {
    background-color: #8257bd;
    border-radius: 4px;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-21:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-22 {
    background-color: #8257bd;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-22:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-24 {
    background-color: transparent;
    border-style: solid;
    border-width: 4px;
    border-color: #17b5fe;
    color: #17b5fe; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-24:hover {
      background-color: #17b5fe;
      border-color: #17b5fe;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-25 {
    background-color: #17b5fe;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-25:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-26 {
    background-color: #fec40a;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-26:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-27, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-29, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-32 {
    background-color: #2fd1c7;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-27:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-29:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-32:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-28 {
    background-color: #c94957;
    border-radius: 4px;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-28:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-30, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-31 {
    background-color: #d8ce59;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-30:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-31:hover {
      background-color: black;
      color: white; }


      /* Custom Field CSS */


      .wpsfp-form-with-custom-fields .wpsfp-field-wrap input[type="number"],
      .wpsfp-form-with-custom-fields .wpsfp-field-wrap input[type="email"], 
      .wpsfp-form-with-custom-fields .wpsfp-field-wrap input[type="text"],
      .wpsfp-form-with-custom-fields .wpsfp-field-wrap input[type="url"],
      .wpsfp-form-with-custom-fields .wpsfp-field-wrap input[type="tel"],
      .wpsfp-form-with-custom-fields textarea.wpsfp-txt-area,
      .wpsfp-form-with-custom-fields .wpsfp-custom-field-wrap.wpsfp-select-text,
      .wpsfp-each-custom-field.wpsfp-checkbox-wrap  {
        text-align: inherit;
        width: 100%;
        font-family: "Roboto", sans-serif;
        color: inherit;
        height: auto;
        padding: 15px 20px;
        line-height: 1;
        font-size: 16px;
        border: none;
        background-color: rgba(0, 0, 0, 0.04);
        margin-bottom: 5px;
        margin-left: 0px;
    }
    .wpsfp-form-with-custom-fields .both-fields-wrap.wpsfp-orntn-hr {
      margin-bottom: 0px;
  }
 
    .wpsfp-form-with-custom-fields textarea.wpsfp-txt-area {
      height: 125px;

  }
  .wpsfp-label {
    width: 20%;
    text-align: left;
    height: auto;
    /* opacity: 0.68; */
}


  /* Datepicker CSS */

  .has-pre-icon i {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
    color: inherit;
    opacity: 0.48;
}
.has-pre-icon {
  position: relative;
}


/* Select Field CSS */

.wpsfp-form-with-custom-fields .wpsfp-custom-field-wrap.wpsfp-select-text{
  display: flex;
  align-items: center;
}

.wpsfp-form-with-custom-fields.wpsfp-template-1 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-25 .wpsfp-custom-field-wrap.wpsfp-select-text{
flex-direction: column;
}
.wpsfp-form-with-custom-fields select.wpsfp-select-option {
width: 300px;
margin-left: 22px;
border: none;
padding: 8px;
text-align: inherit;
}

.wpsfp-form-with-custom-fields.wpsfp-template-1 .wpsfp-label,   
.wpsfp-form-with-custom-fields.wpsfp-template-25 .wpsfp-label{ 
  margin-bottom: 8px;
  margin-right: 0px;
  text-align: center;
  width: 100%;
}
.wpsfp-form-with-custom-fields.wpsfp-template-1 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-template-25 select.wpsfp-select-option {
  margin-left: 0px;
}
.wpsfp-select {
  position: relative;
}
select.wpsfp-select-option.wpsfp-rounded {
  appearance: none;
  font-family: roboto;
}
.wpsfp-select::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  top: 13px;
  color: inherit;
  right: 13px;
  background: url("../images/dropdownn.svg");
  background-repeat: no-repeat;
  pointer-events: none;
}
label.wpsfp-checkbox-label{
  font-size: 16px;
  font-weight: normal;
}


/* Checkbox CSS */

.wpsfp-form-with-custom-fields .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  padding: 10px 18px;
  height: auto;
  min-height: 48px;
  font-size: 16px;
}
.wpsfp-form-with-custom-fields.wpsfp-template-1 .wpsfp-each-custom-field.wpsfp-checkbox-wrap, 
.wpsfp-form-with-custom-fields.wpsfp-template-25 .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
  flex-direction: column;
}
.wpsfp-form-with-custom-fields .wpsfp-checkbox-value {
  margin-left: 21px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-basis: 75%;
  line-height: 25px;
}
.wpsfp-form-with-custom-fields span.wpsfp-checkbox-item, .wpsfp-form-with-custom-fields span.wpsfp-radio-item {
  margin-right: 10px;
  margin-left: 5px;
  font-size: 14px;
  /* padding-top: 4px; */
  font-weight: normal;
}
.wpsfp-form-with-custom-fields .wpsfp-checkbox-main {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wpsfp-form-with-custom-fields .wpsfp-each-custom-field.wpsfp-checkbox-wrap input[type="checkbox"] {
  height: 16px;
  width: 16px;
}
.wpsfp-radio-value {
  display: flex;
  margin-left: 23px;
}
.wpsfp-radio-main label {
  display: flex;
  align-content: center;
  align-items: center;
  cursor: pointer;
}

.wpsfp-form-with-custom-fields .wpsfp-each-custom-field.wpsfp-checkbox-wrap input[type="radio"] {
  height: 17px;
  width: 17px;
}

.wpsfp-form-with-custom-fields.wpsfp-template-1 .wpsfp-checkbox-value {
  margin-left: 0px;
}.wpsfp-form-with-custom-fields input[type=checkbox]{
  position: relative;
}
.wpsfp-form-with-custom-fields input[type=checkbox]:after {
  content: "";
  opacity: 0;
  display: block;
  left: 2px;
  top: 0px;
  position: absolute;
  width: 6px;
  height: 9px;
  border: 3px solid var(--form--color-text);
  border-top: 0;
  border-left: 0;
  transform: rotate(30deg);
}
.wpsfp-form-with-custom-fields input[type=radio]:after {
  content: "";
  opacity: 0;
  display: block;
  left: 1px;
  top: 1px;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--form--color-text);
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-7 input.wpsfp-datepicker.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-9 input.wpsfp-datepicker.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-16 input.wpsfp-datepicker.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-17 input.wpsfp-datepicker.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-18 input.wpsfp-datepicker.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-24 input.wpsfp-datepicker.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-24 input.wpsfp-datepicker.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-26 input.wpsfp-datepicker.wpsfp-rounded  {
  padding-left: 48px;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-7 .wpsfp-field-wrap.wpsfp-icon-left > i,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-9 .wpsfp-field-wrap.wpsfp-icon-left > i,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-16 .wpsfp-field-wrap.wpsfp-icon-left > i,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-17 .wpsfp-field-wrap.wpsfp-icon-left > i,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-18 .wpsfp-field-wrap.wpsfp-icon-left > i,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-24 .wpsfp-field-wrap.wpsfp-icon-left > i {
  position: absolute;
  top: 16px;
  left: 18px;
  font-size: 16px;
  color: inherit;
  opacity: 0.48;
}





@media (max-width: 767px){
  .wpsfp-form-with-custom-fields.wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field {
  margin-bottom: 0px;
}
.wpsfp-form-with-custom-fields .both-fields-wrap.wpsfp-orntn-hr {
  flex-direction: column;
}
.wpsfp-form-with-custom-fields select.wpsfp-select-option {
  width: 247px;
}
.wpsfp-form-with-custom-fields.wpsfp-template-5 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-template-6 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-12 select.wpsfp-select-option {
  width: 154px;
}
.wpsfp-form-with-custom-fields.wpsfp-template-5 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-6 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-7 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-8 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-9 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-10 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-11 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-12 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-13 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-14 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-15 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-16 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-17 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-18 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-19 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-20 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-21 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-22 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-23 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-24 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-25 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-26 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-27 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-28 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-29 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-30 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-31 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-template-32 .wpsfp-custom-field-wrap.wpsfp-select-text{
  flex-direction: column;
  align-items: flex-start;
}
.wpsfp-form-with-custom-fields .wpsfp-checkbox-value {
  justify-content: space-around;
  flex-direction: column;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-5 select.wpsfp-select-option.wpsfp-rounded ,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-6 select.wpsfp-select-option.wpsfp-rounded ,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-7 select.wpsfp-select-option.wpsfp-rounded ,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-8 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-9 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-10 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-11 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-12 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-13 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-14 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-15 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-16 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-17 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-18 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-19 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-20 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-21 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-22 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-23 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-24 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-25 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-26 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-27 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-28 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-29 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-30 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-31 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-32 select.wpsfp-select-option.wpsfp-rounded{
  margin-left: 0px;
  margin-top: 5px;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-8 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-9 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-10 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-11 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-13 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-14 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-15 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-16 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-17 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-18 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-19 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-20 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-21 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-22 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-23 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-24 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-25 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-26 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-27 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-28 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-29 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-30 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-31 select.wpsfp-select-option,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-32 select.wpsfp-select-option {
  width: 200px;
}
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-29 {
 padding: 5px;
}
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-29 .wpsfp-subscription-form {
  padding: 20px 10px !important;
}
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-7, 
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-17{
  padding: 24px;

}
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-6 .wpsfp-two-col {
  display: flex;
  flex-wrap: unset;
  flex-direction: column;
}
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-16 .wpsfp-orntn-hr {
  padding: 0 0px;
}
.wpsfp-select::after {
  top: 18px;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-32 .wpsfp-custom-field-wrap.wpsfp-select-text, .wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-32 .wpsfp-each-custom-field.wpsfp-checkbox-wrap,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-23 .wpsfp-custom-field-wrap.wpsfp-select-text, .wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-23 .wpsfp-each-custom-field.wpsfp-checkbox-wrap,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-12 .wpsfp-custom-field-wrap.wpsfp-select-text, .wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-12 .wpsfp-each-custom-field.wpsfp-checkbox-wrap   {
  border-radius: 30px !important;
}
.wpsfp-popup-innerwrap .wpsfp-popup-contetn-wrap .wpsfp-popup-close {
  right: -12px;

}
.wpsfp-floating-innerwrap .wpsfp-floating-contetn-wrap .wpsfp-floating-close {
  right: 0px;
}
}
.wpsfp-form-with-custom-fields.wpsfp-template-6 select.wpsfp-select-option {
  width: 170px;
  margin-left: 22px;
  border: none;
  padding: 8px;
  text-align: inherit;
}
.wpsfp-form-with-custom-fields.wpsfp-template-2 select.wpsfp-select-option, 
.wpsfp-form-with-custom-fields.wpsfp-template-3 select.wpsfp-select-option, 
.wpsfp-form-with-custom-fields.wpsfp-template-4 select.wpsfp-select-option{
  width: 142px;
}

/* .wpsfp-popup-wrapper .wpsfp-popup-contetn-wrap .wpsfp-form-with-custom-fields.wpsfp-template-6 form.wpsfp-subscription-form, .wpsfp-floating-contetn-wrap .wpsfp-form-with-custom-fields.wpsfp-template-6 form.wpsfp-subscription-form {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
} */
.wpsfp-popup-wrapper .wpsfp-popup-contetn-wrap .wpsfp-form-with-custom-fields{
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
.wpsfp-popup-wrapper .wpsfp-popup-contetn-wrap .wpsfp-form-with-custom-fields::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.wpsfp-popup-wrapper .wpsfp-popup-contetn-wrap .wpsfp-form-with-custom-fields::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.wpsfp-popup-wrapper .wpsfp-popup-contetn-wrap .wpsfp-form-with-custom-fields::-webkit-scrollbar-thumb {
  background: rgb(160, 160, 160); 
  border-radius: 5px;
}

/* Handle on hover */
.wpsfp-popup-wrapper .wpsfp-popup-contetn-wrap .wpsfp-form-with-custom-fields::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.wpsfp-floating-contetn-wrap .wpsfp-form-wrap.wpsfp-form-with-custom-fields{
  max-height: 600px;
  overflow-y: auto;
}
.wpsfp-floating-contetn-wrap .wpsfp-form-wrap.wpsfp-form-with-custom-fields::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.wpsfp-floating-contetn-wrap .wpsfp-form-wrap.wpsfp-form-with-custom-fields::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.wpsfp-floating-contetn-wrap .wpsfp-form-wrap.wpsfp-form-with-custom-fields::-webkit-scrollbar-thumb {
  background: rgb(160, 160, 160); 
  border-radius: 5px;
}

/* Handle on hover */
.wpsfp-floating-contetn-wrap .wpsfp-form-wrap.wpsfp-form-with-custom-fields::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* Template 2 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-vr .wpsfp-name-field {
  margin-bottom: 0px;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap .both-fields-wrap {
margin-bottom: 0px;
display: flex;
flex-wrap: wrap;
}

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-2 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-2 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-2 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-2 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-2 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-2 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-2 .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
  text-align: left;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-2 .wpsfp-radio-main label {
  display: flex;
  cursor: pointer;
  margin: 0px;
  align-items: flex-end;
  align-content: center;
}


/* Template 4 */

.wpsfp-form-with-custom-fields .wpsfp-btn-hide{
  display: none;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-4 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-4 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-4 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-4 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-4 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-4 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-4 .wpsfp-each-custom-field.wpsfp-checkbox-wrap,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-4 label.wpsfp-checkbox-label {
  text-align: left;
  background-color: white;
  color: rgba(0, 0, 0, 0.68);
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-4 select.wpsfp-select-option.wpsfp-rounded {
  background-color: #dedede;
}


/* Template 5 */
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-5 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-5 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-5 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-5 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-5 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-5 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-5 .wpsfp-each-custom-field.wpsfp-checkbox-wrap,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-5 label.wpsfp-checkbox-label {
  text-align: left;
  background-color: white;
  color:rgba(0, 0, 0, 0.68);
  font-weight: 700;
  border-radius: 40px;
}

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-5 select.wpsfp-select-option.wpsfp-rounded {
  background-color: #dedede;
}


/* template 7 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-7 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-7 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-7 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-7 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-7 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-7 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-7 .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  /* color: black; */
}


/* Template 8 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-8 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-8 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-8 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-8 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-8 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-8 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-8 .wpsfp-each-custom-field.wpsfp-checkbox-wrap,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-8 label.wpsfp-checkbox-label  {
  text-align: left;
  background-color: white;
  /* color: black; */
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-8 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-11 select.wpsfp-select-option.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-12 select.wpsfp-select-option.wpsfp-rounded {
  background-color: #dedede;
}



/* Template 9 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-9 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-9 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-9 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-9 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-9 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-9 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-9 .wpsfp-each-custom-field.wpsfp-checkbox-wrap  {
  text-align: left;
  background-color: transparent;
  border-left: solid 4px #ff6864;
  /* color: black; */
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-9 select.wpsfp-select-option{
  border: 1px solid #ff6864;
}
/* Template 10 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-10 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-10 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-10 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-10 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-10 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-10 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-10 .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
  text-align: left;
  background-color: transparent;
  color: inherit;
  font-weight: 700;
  border-bottom: solid 1px rgba(255, 255, 255, 0.24);
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-10 select.wpsfp-select-option {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background-color: #141822;
  color: inherit;
}

/* Template 11 */
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-11 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-11 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-11 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-11 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-11 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-11 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-11 .wpsfp-each-custom-field.wpsfp-checkbox-wrap,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-11 label.wpsfp-checkbox-label  {
  text-align: left;
  background-color: white;
  color: black;
  font-weight: 500;
  border-bottom: solid 1px rgba(255, 255, 255, 0.24);
}

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-11 .has-pre-icon i{
  color: black;
}

/* Template 12 */
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-12 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-12 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-12 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-12 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-12 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-12 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-12 .wpsfp-each-custom-field.wpsfp-checkbox-wrap,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-12 label.wpsfp-checkbox-label  {
  text-align: left;
  background-color: white;
  color: black;
  font-weight: 700;
  border-radius: 68px;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-12 textarea.wpsfp-txt-area.wpsfp-rounded-text-area {
  border-radius: 30px !important;
}

/* Template 13 */
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-13 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-13 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-13 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-13 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-13 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-13 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-13 .wpsfp-each-custom-field.wpsfp-checkbox-wrap,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-13 label.wpsfp-checkbox-label {
  text-align: left;
  background-color: white;
  color: black;
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-13 select.wpsfp-select-option{
  border: 1px solid #000000;
}


/* Template 14 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-14 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-14 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-14 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-14 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-14 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-14 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-14 .wpsfp-each-custom-field.wpsfp-checkbox-wrap  {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.08);
  color:rgba(0, 0, 0, 0.68);
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-14 label.wpsfp-checkbox-label{
  color:rgba(0, 0, 0, 0.68);
  font-weight: 700;
}

/* Template 15 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-15 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-15 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-15 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-15 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-15 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-15 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-15 .wpsfp-each-custom-field.wpsfp-checkbox-wrap  {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.08);
  color:rgba(0, 0, 0, 0.68);
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-15 label.wpsfp-checkbox-label{
  color:rgba(0, 0, 0, 0.68);
  font-weight: 700;
}

/* Template 16 */
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-16 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-16 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-16 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-16 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-16 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-16 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-16 .wpsfp-each-custom-field.wpsfp-checkbox-wrap  {
  text-align: left;
  background-color: #ededed;
  color:rgba(0, 0, 0, 0.68);
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-16 label.wpsfp-checkbox-label{
  color:rgba(0, 0, 0, 0.68);
  font-weight: 700;
}



.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-17 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-17 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-17 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-17 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-17 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-17 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-17 .wpsfp-each-custom-field.wpsfp-checkbox-wrap{
  text-align: left;
  background-color: transparent;
  border-bottom: solid 1px rgba(0, 0, 0, 0.18);
  color:rgba(0, 0, 0, 0.68);
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-17 label.wpsfp-checkbox-label{
  color:rgba(0, 0, 0, 0.68);
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-17 select.wpsfp-select-option{
  border: 1px solid rgba(0, 0, 0, 0.18);
}


/* Template 18 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-18 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-18 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-18 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-18 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-18 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-18 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-18 .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
  text-align: left;
  background-color: transparent;
  border-bottom: solid 1px rgba(0, 0, 0, 0.18);
  color: rgba(0, 0, 0, 0.68);
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-18 label.wpsfp-checkbox-label{
  color:rgba(0, 0, 0, 0.68);
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-18 select.wpsfp-select-option{
  border: 1px solid rgba(0, 0, 0, 0.18);
}
/* Template 19 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-19 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-19 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-19 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-19 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-19 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-19 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-19 .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
  text-align: left;
  background-color: transparent;
  border-bottom: solid 1px rgba(0, 0, 0, 0.19);
  color: rgba(0, 0, 0, 0.68);
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-19 label.wpsfp-checkbox-label{
  color:rgba(0, 0, 0, 0.68);
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-19 select.wpsfp-select-option{
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-19 select.wpsfp-select-option {
  width: 179px;;
}


/* template 20 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-20 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-20 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-20 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-20 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-20 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-20 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-20 .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
  text-align: left;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.14);
}

/* Template 21 */
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-21 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-21 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-21 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-21 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-21 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-21 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-21 .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
  text-align: left;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.68);
}

/* Template 22 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-22 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-22 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-22 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-22 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-22 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-22 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-22 .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.24);
}


/* Template 23 */
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-23 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-23 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-23 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-23 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-23 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-23 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-23 .wpsfp-each-custom-field.wpsfp-checkbox-wrap  {
  text-align: left;
  background-color: white;
  color: rgba(0, 0, 0, 0.68);
  font-weight: 700;
  border-radius: 68px;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-23 label.wpsfp-checkbox-label{
  color:rgba(0, 0, 0, 0.68);
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-23 textarea.wpsfp-txt-area.wpsfp-rounded-text-area {
  border-radius: 30px !important;
}

/* Template 24 */
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-24 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-24 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-24 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-24 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-24 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-24 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-24 .wpsfp-each-custom-field.wpsfp-checkbox-wrap  {
  text-align: left;
  background-color: transparent;
  border-bottom: solid 1px rgba(0, 0, 0, 0.18);
  color: inherit;
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-24 label.wpsfp-checkbox-label{
  /* color:rgba(0, 0, 0, 0.68); */
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-24 select.wpsfp-select-option{
  border: 1px solid rgba(0, 0, 0, 0.18);
}


/* Template 25 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-25 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-25 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-25 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-25 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-25 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-25 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-25 .wpsfp-each-custom-field.wpsfp-checkbox-wrap  {
  text-align: inherit;
  background-color: transparent;
  border-bottom: solid 1px rgba(0, 0, 0, 0.18);
  color: inherit;
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-25 label.wpsfp-checkbox-label{
  /* color:rgba(0, 0, 0, 0.68); */
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-25 select.wpsfp-select-option{
  border: 1px solid rgba(0, 0, 0, 0.18);
}

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-25 .wpsfp-field-wrap.wpsfp-icon-left > i {
  position: absolute;
  top: 16px;
  left: 18px;
  font-size: 16px;
  color: inherit;
  opacity: 0.48;
  right: unset;
}

/* Template 26 */
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-26 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-26 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-26 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-26 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-26 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-26 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-26 .wpsfp-each-custom-field.wpsfp-checkbox-wrap  {
  text-align: left;
  background-color: transparent;
  color: inherit;
  font-weight: 700;
  border-bottom: solid 1px rgba(0, 0, 0, 0.24);
}

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-26 label.wpsfp-checkbox-label{
  /* color:rgba(0, 0, 0, 0.68); */
  font-weight: 700;
}

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-26 .wpsfp-field-wrap.wpsfp-icon-left > i {
  position: absolute;
  top: 16px;
  left: 18px;
  font-size: 16px;
  color: inherit;
  opacity: 0.48;
  right: unset;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-26 select.wpsfp-select-option{
  border: 1px solid rgba(0, 0, 0, 0.18);
}

/* Template 27 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-27 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-27 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-27 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-27 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-27 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-27 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-27 .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
    text-align: left;
    background-color: rgba(255, 255, 255, 0.14);
}

/* Template 28 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-28 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-28 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-28 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-28 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-28 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-28 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-28 .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
  text-align: left;
  background-color: white;
  color:rgba(0, 0, 0, 0.68);
  font-weight: 700;
  border-radius: 4px;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-28 label.wpsfp-checkbox-label{
  color:rgba(0, 0, 0, 0.68);
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-28 .wpsfp-icon-left input[type="text"] {
  padding: 15px 20px;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-28 .both-fields-wrap {
  margin-bottom: 0px;
  display: unset;
  flex-wrap: wrap;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-28 select.wpsfp-select-option.wpsfp-rounded {
  border: 1px solid #000;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-28 .wpsfp-field-wrap.wpsfp-icon-left > i {
  position: absolute;
  top: 16px;
  left: unset;
  font-size: 16px;
  color: inherit;
  opacity: 0.48;
  right: 18px;
  color: #000;
}



/* Template 29 */
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-29 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-29 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-29 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-29 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-29 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-29 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-29 .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
  text-align: left;
  background-color: transparent;
  border: solid 2px white;
  color: inherit;
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-29 label.wpsfp-checkbox-label{
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-29 select.wpsfp-select-option{
  border: 1px solid white;
  background-color: transparent;
  color: inherit;
}

 .wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-29 .wpsfp-field-wrap.wpsfp-icon-left > i {
  position: absolute;
  top: 16px;
  left: unset;
  font-size: 16px;
  color: inherit;
  opacity: 0.48;
  right: 18px;
  color: #000;
}


/* Template 30 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-30 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-30 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-30 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-30 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-30 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-30 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-30 .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
  text-align: left;
  background-color: transparent;
  border-bottom: solid 1px rgba(255, 255, 255, 0.18);
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-30 label.wpsfp-checkbox-label{
  font-weight: 700;
}
/* Template 30 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-31 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-31 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-31 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-31 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-31 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-31 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-31 .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
  text-align: left;
  background-color: transparent;
  border-bottom: solid 1px rgba(0, 0, 0, 0.18);
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-31 label.wpsfp-checkbox-label{
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-31 select.wpsfp-select-option{
  border: 1px solid rgba(0, 0, 0, 0.18);
}

/* Template 32 */

.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-32 input[type="text"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-32 input[type="number"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-32 input[type="url"], 
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-32 input[type="tel"],
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-32 textarea.wpsfp-txt-area,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-32 .wpsfp-custom-field-wrap.wpsfp-select-text,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-32 .wpsfp-each-custom-field.wpsfp-checkbox-wrap {
  text-align: left;
  background-color: transparent;
  border: solid 1px rgba(0, 0, 0, 0.18);
  border-radius: 68px;
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-32 label.wpsfp-checkbox-label{
  font-weight: 700;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-32 select.wpsfp-select-option{
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-32 textarea.wpsfp-txt-area.wpsfp-rounded-text-area {
  border-radius: 30px !important;
}

/* .wpsfp-popup-wrapper .wpsfp-popup-contetn-wrap .wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-16, .wpsfp-floating-contetn-wrap .wpsfp-form-with-custom-fields.wpsfp-form-wrap {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
} */


.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-7 input.wpsfp-front-datepicker.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-9 input.wpsfp-front-datepicker.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-16 input.wpsfp-front-datepicker.wpsfp-rounded ,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-17 input.wpsfp-front-datepicker.wpsfp-rounded ,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-18 input.wpsfp-front-datepicker.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-24 input.wpsfp-front-datepicker.wpsfp-rounded,
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-26 input.wpsfp-front-datepicker.wpsfp-rounded   {
  padding-left: 48px !important;
}
.wpsfp-form-with-custom-fields.wpsfp-form-wrap.wpsfp-template-23 select.wpsfp-select-option {
  border: 1px solid rgba(0, 0, 0, 0.18);
}

.wpsfp-form-with-custom-fields.wpsfp-form-wrap .wpsfp-check-box-text > label {
  margin-top: 10px;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{
  z-index: 99999 !important;
}
/* .ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{
  position: fixed;
  top: 187.663px !important;
  left: 522.2px !important;
  z-index: 10000;
  display: block;
  font-size: 15px;
} */
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-27 .wpsfp-subscription-form {
  max-width: 500px;
  margin: 0 auto;
}
.wpsfp-popup-contetn-wrap .wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-27:before, .wpsfp-floating-contetn-wrap .wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-27:before {
  display: none;
  padding-bottom: 64px;
}
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-29:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: unset;
  z-index: 2; }
  .wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-29 .wpsfp-subscription-form {
    position: relative;
    z-index: 5;
    border: solid 4px white;
    padding: 60px 48px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-5:after {
  content: '';
  height: 8px;
  width: 40%;
  background-color:unset;
  position: fixed;
  right: 0;
  bottom: 0;
}
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-5:before {
  content: '';
  height: 8px;
  width: 60%;
  background-color: unset;
  position: absolute;
  left: 0;
  bottom: 0;
}
.wpsfp-popup-contetn-wrap .wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-13, .wpsfp-popup-contetn-wrap .wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-21,.wpsfp-popup-contetn-wrap .wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-28 {
  position: unset;
}

.wpsfp-error-highlight {
  box-shadow: 0 0 3px #D8000C !important;
  /* box-shadow: 0 3px 2px -2px #9f1f1f !important; */
}
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-9 .wpsfp-error-highlight,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-10 .wpsfp-error-highlight,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-17 .wpsfp-error-highlight,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-18 .wpsfp-error-highlight,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-19 .wpsfp-error-highlight,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-24 .wpsfp-error-highlight,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-25 .wpsfp-error-highlight,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-26 .wpsfp-error-highlight,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-30 .wpsfp-error-highlight,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-31 .wpsfp-error-highlight {
    box-shadow: 0 3px 2px -2px #D8000C !important;
    border-bottom-color: transparent !important;
}
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-29 .wpsfp-error-highlight,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-28 .wpsfp-error-highlight,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-13 .wpsfp-error-highlight,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-21 .wpsfp-error-highlight{
  box-shadow: 0 0 6px #D8000C !important;
  border-color: transparent !important;
}
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-4 .wpsfp-error-highlight, 
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-11 .wpsfp-error-highlight, 
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-12 .wpsfp-error-highlight {
    box-shadow: 0 0 6px #D8000C !important;
    border: 1px solid #d8000c !important;
}
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-6 .wpsfp-two-col {
  display: flex;
  flex-wrap: unset;
}


.wpsfp-form-without-custom-fields .wpsfp-field-wrap.wpsfp-sbmt-btn-wrap.wpsfp-sbmt-btn-custom {
  display: none;
}
/* .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-orntn-hr .wpsfp-form-submit {
  height: auto;
}
.wpsfp-form-wrap.wpsfp-template-19 .both-fields-wrap {
  margin-bottom: 20px;
  display: unset;
  flex-wrap: wrap;
} */


.wpsfp-form-wrap.wpsfp-template-8 .wpsfp-form-submit,
.wpsfp-form-wrap.wpsfp-template-10 .wpsfp-form-submit,
.wpsfp-form-wrap.wpsfp-template-11 .wpsfp-form-submit,
.wpsfp-form-wrap.wpsfp-template-12 .wpsfp-form-submit,
.wpsfp-form-wrap.wpsfp-template-13 .wpsfp-form-submit,
.wpsfp-form-wrap.wpsfp-template-14 .wpsfp-form-submit,
.wpsfp-form-wrap.wpsfp-template-15 .wpsfp-form-submit,
.wpsfp-form-wrap.wpsfp-template-16 .wpsfp-form-submit,
.wpsfp-form-wrap.wpsfp-template-4 .wpsfp-form-submit
{
  overflow: hidden;
  text-overflow: ellipsis;
}
.wpsfp-popup-contetn-wrap .wpsfp-form-wrap.wpsfp-template-27 .wpsfp-form-message {
  margin-bottom: 50px }
.wpsfp-popup-contetn-wrap .wpsfp-form-wrap.wpsfp-template-27 .wpsfp-footer-text {
  margin-bottom: 50px;
}


.wpsfp-form-wrap.wpsfp-template-4 .has-pre-icon i {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  color: #1f1f1f;
  opacity: 0.48;
}
/* gdpr css */

.wpsfp-form-wrap .wpsfp-check-box-text > label .wpsfp-gdpr-text {
  margin-left: 24px;
  display: inline-block;
}




/* Css Update */

@media (min-width: 0px) and (max-width: 767px){
  .wpsfp-form-wrap .wpsfp-form-submit {
      font-size: 10px !important;
  
  }
  .wpsfp-form-wrap .wpsfp-sbmt-btn-wrap .wpsfp-form-submit {
    max-width: 100%;
}
.wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
  width: auto;
  max-width: 100%;
  
}
.wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap input[type="submit"] {
  width: auto;
  max-width: 100%;
}
.wpsfp-form-wrap.wpsfp-template-11 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
  max-width: 100% !important;
}
}
.wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
    display: inline-grid;
    max-width: 100% !important;
}
.wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap input[type="submit"] {
    width: auto !important;
}

.wpsfp-form-wrap.wpsfp-template-26 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
   max-width: 200px !important;
}


@media (min-width: 768px) and (max-width: 1023px){
.wpsfp-form-wrap.wpsfp-template-10 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap,
.wpsfp-form-wrap.wpsfp-template-12 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap,
.wpsfp-form-wrap.wpsfp-template-13 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap,
.wpsfp-form-wrap.wpsfp-template-14 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap,
.wpsfp-form-wrap.wpsfp-template-15 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap,
.wpsfp-form-wrap.wpsfp-template-16 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
    display: block !important;
}
}


/* Google Re-capcha  */

.wpsfp-captcha-field label{
  display: none;
}
.wpsfp-form-wrap .wpsfp-check-box-text {
  margin-bottom: 20px;
} 
.wpsfp-template-1 .wpsfp-captcha-field,
.wpsfp-template-2 .wpsfp-captcha-field,
.wpsfp-template-5 .wpsfp-captcha-field,
.wpsfp-template-12 .wpsfp-captcha-field ,
.wpsfp-template-13 .wpsfp-captcha-field,
.wpsfp-template-14 .wpsfp-captcha-field,
.wpsfp-template-15 .wpsfp-captcha-field,
.wpsfp-template-22 .wpsfp-captcha-field,
.wpsfp-template-23 .wpsfp-captcha-field,
.wpsfp-template-25 .wpsfp-captcha-field,
.wpsfp-template-26 .wpsfp-captcha-field,
.wpsfp-template-27 .wpsfp-captcha-field,
.wpsfp-template-29 .wpsfp-captcha-field,
.wpsfp-template-32 .wpsfp-captcha-field{
  margin-left: auto;
  margin-right: auto;
}
.wpsfp-captcha-field{
  margin-bottom: 25px;
  width: max-content;
}
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-15 .wpsfp-btn-hide,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-4 .wpsfp-btn-hide,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-8 .wpsfp-btn-hide,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-11 .wpsfp-btn-hide,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-10 .wpsfp-btn-hide,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-12 .wpsfp-btn-hide,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-13 .wpsfp-btn-hide,
.wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-14 .wpsfp-btn-hide, 
  .wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-16 .wpsfp-btn-hide,
  .wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-26 .wpsfp-btn-hide,
  .wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-30 .wpsfp-btn-hide,
  .wpsfp-form-wrap.wpsfp-form-with-custom-fields.wpsfp-template-31 .wpsfp-btn-hide
  {
  display: none;
}