
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
    }
    
    .model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    }
    .custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 800px;
    margin: 30px auto;
    max-width: 97%;
    }
    .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    }
    .model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
    }
    .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    }
    .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
    }
    .close-btn {
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
    }
    .Click-here{cursor: pointer;}
  .popRowTwo{display: flex; flex-wrap: wrap;}
  .popRowTwo .formBoxPop{width: calc(50% - 15px); margin-right: 15px; margin-bottom: 15px;}
  .formBoxPop label{    width: 100%;
      color: #52565E;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 6px;
  }
  .formBoxPop label{    width: 100%;
      color: #52565E;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 6px;
  }
  #testFormPop input{
      background: rgba(204, 204, 204, 0.2);
      height: 40px;
      border: 1px solid rgba(204, 204, 204, 0.4);
      border-radius: 2px;
      font-size: 16px;
      line-height: 22px;
      color: #333;
      width: 100%;
      outline: 0px;
      padding: 0px 10px;
      box-sizing: border-box;
  }
  .formBoxPop input{
      background: rgba(204, 204, 204, 0.2);
      height: 40px;
      border: 1px solid rgba(204, 204, 204, 0.4);
      border-radius: 2px;
      font-size: 16px;
      line-height: 22px;
      color: #333;
      width: 100%;
      outline: 0px;
      padding: 0px 10px;
      box-sizing: border-box;
  }
  
  #testFormPop select{
      background: rgba(204, 204, 204, 0.2);
      height: 40px;
      border: 1px solid rgba(204, 204, 204, 0.4);
      border-radius: 2px;
      font-size: 16px;
      line-height: 22px;
      color: #333;
      width: 100%;
      outline: 0px;
      padding: 0px 10px;
      box-sizing: border-box;
  }
  
  .formBoxPop select{
      background: rgba(204, 204, 204, 0.2);
      height: 40px;
      border: 1px solid rgba(204, 204, 204, 0.4);
      border-radius: 2px;
      font-size: 16px;
      line-height: 22px;
      color: #333;
      width: 100%;
      outline: 0px;
      padding: 0px 10px;
      box-sizing: border-box;
  }
  .formBoxPop{display: flex; flex-direction: column;}
  
  .popRowThree .formBoxPop{width: calc(33% - 15px); margin-right: 15px; margin-bottom: 15px;}
  
  .popRowThree{display: flex; border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 15px;}
  .popRowTwo{display: flex; border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 15px;}
  .acFormBox {width: calc(50% - 15px); margin-right: 15px; margin-bottom: 15px;}
  .acFormBox  label{    width: 100%;
      color: #52565E;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 6px;
  }
  
  .radiobtns input[type="radio"]{width: 20px!important; width: 22px!important; height: 22px!important;}
.radiobtns label{width: auto!important; display: flex; align-items: center;}
  
  #submit-form {
      background: #FC3A52;
      height: 50px;
      border-radius: 12px;
      display: flex;
      outline: 0px;
      width: 100%;
      max-width: 200px;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      color: #FFFFFF;
      outline: 0px;
      border: 0px;
      align-items: center;
      justify-content: center; cursor: pointer;
      margin-top: 20px;
  }
  #submit-form:hover{
    opacity: 0.6;
  }
  
  #submit-formPop:disabled, #submit-formPopNewTwo:disabled {
      background-color: #e5e5e5;
      color: #959595;
      cursor: auto;
  }
  
  
  .model-open .custom-model-inner{top: 20px;}
  .radiobtns{
    display: flex;
    align-items: center;
  }

  .radiobtns label{
    margin-bottom: 0px!important;
    margin-right: 10px;
  }

  .radiobtns input{
    margin-top: 0px!important;
    margin-right: 6px;
   
  }

  .Click-here1{
    cursor: pointer;
  }


  div#successMessage {
    margin-top: 15px;
    padding: 0px;
}

@media (min-width:200px) and (max-width:900px) {
    .formWrap{margin-top: 20px;}
    .formheading{font-size: 18px;}
    .formBox input{height: 32px;     padding: 2px 8px;}
    #submit-form{height: 40px;}
    .popRowThree{
        flex-direction: column;
    }
    .formBoxPop{
        width: 100%!important;
        margin-right: 0px;
    }
    #submit-form{
        max-width: 100%;
    }
}