.zw-product-header {
    background: #216f42;
  }

  .cwf-container .cwf-wrap .cwf-textarea {
    height: 60px;
  }
  .cwf-container .cwf-button-control {
    justify-content: center;
  }
 .cwf-field-col.cwf-custom-fieldset{
    flex: 0 0 100% !important;
    padding: 0px 15px 0 !important;
    margin: 8px 0 6px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--zf-primary-medium);
  }
.flx-wrap{flex-wrap:wrap;}
.cwf-success-wrap .cwf-success-text{
    /* padding: 18px 28px 18px 56px;
    background: #00b1ff url(/sites/zweb/images/fsm/fsm-success-tick.png) no-repeat;  */
padding: 18px 28px;
    background: #00b1ff;
    /* background-size: 22px auto;
    background-position: 24px 20px; */
} 
  .fsm-form-sec {
    background: #216f42;
    padding: 60px 0;
    width: 100%;
    height: 100%;
  }
  
  .fsm-reqst-form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 520px;
    margin: 0 auto;
  }
  .fsm-form-cntn,
  .fsm-form-blck {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fsm-form-cntn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 0 15px;
  }
  .fsm-form-cntn h1 {
    color: #fff;
    letter-spacing: -1.12px;
    font-size: 24px;
    line-height: 1.2;
    font-family: var(--zf-primary-medium);
    margin: 0 0 15px;
  }
  .fsm-form-cntn p {
    color: #c3e3d0;
    font-size: 18px;
    line-height: 1.6;
    max-width: 100%; 
    display: none;
  }
  .fsm-form-cntn ul{
    display: none;
    max-width: 340px;
  }
  .fsm-form-cntn ul li{
       margin: 0 0 14px;
      position: relative;
      padding: 0 0 0 26px;
      color: #c3e3d0;
      font-size: 18px;
  }
  .fsm-form-cntn ul li:before{
      position: absolute;
      content: '';
      width: 8px;
      height: 8px;
      background: #c3e3d0;
      border-radius: 100%;
      left: 0;
      top: 9px;
  }
  .fsm-form-blck {
    border-radius: 6px;
    background: #fff;
  
    padding: 20px;
  }
  /* other lang css end */
  
  @media (min-width: 576px) {
    .content-wrap {
      max-width: 540px;
    }
    .fsm-form-cntn p {
      display: block;
      max-width: 480px;
    }
  }
  @media (min-width: 768px) {
    .content-wrap {
      max-width: 720px;
    }
    .fsm-form-cntn h1 {
        font-size: 30px;
      }
  }
  @media (min-width: 992px) {
    .content-wrap {
      max-width: 960px;
    }
    .fsm-reqst-form {
      max-width: 1280px;
    }

    .fsm-form-cntn,
    .fsm-form-blck {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .fsm-form-cntn {
      align-items: flex-start;
      text-align: left;
      padding: 60px 60px 0 0;
    } 
    .fsm-form-cntn ul{
        display: block;
    max-width: 540px;
    margin-top: 10px;
    } 
  
    .fsm-form-blck {
      padding: 40px;
    }
  }
  @media (min-width: 1200px) {
    .content-wrap {
      max-width: 1140px;
    } 
    .fsm-form-cntn h1 {
        font-size: 36px;
      }
  }
  