/* Hide Submit  and Print Button */
.form-submit-button {
    display: none !important;
  }
  
  
  #print-preview {
      display: none !important;
  }
  
  
  
  /* Hiding extra space at footer*/

#form-element-wrapper_2{ display:none;}
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_20{
      visibility: hidden !important;
    }
    
    
    ul,ol{
      margin-right:20px;
      
    }
    
  .List3{
    padding-bottom:10px;
  }
    .header_container {
      display: flex;
      justify-content: space-between;
      column-gap: 30px !important;
  }


  .Lright12{
    width: 42%;
    margin-top:-12px;
  }

.mailDate{
  margin-top:20px;
}
  
  .jtext{
    margin-inline-start:15px !important;
    display: block;
  }
  .instart{
padding-inline-start:10px !important;
  }
  .divTable{ display: table; }
  .divTableBody { display: table-row-group;}
  .divTableRow {
      display: table-row;
  }
  .divTableCellK {
      display: table-cell;
      border: 0px solid #ddd;
      padding: 2px;
      
  }
  .divTableCell {
      display: table-cell;
      border: 0px solid #ddd;
      padding: 2px;
      padding-bottom: 5px;
  }
  
  .divTableCellM {
      display: table-cell;
      padding-right: 20px;
  }.divTableCellP {
    display: table-cell;
    width: 54%;
    padding: 2px;
    text-align: end !important;
}
  
  
  .divTable1{ display: table;
  padding-left: 35px; }
  
  .divTableCell1 {
      display: table-cell;
      padding-left: 10px;
  }
  
  .blanklinecallout {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
  }
  .divTableCellW {
    display: table-cell;
    padding-right: 10px;
    text-align: center;
    width: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.form-fieldW .halflineW {
    border-bottom: 1.5px solid black;
    width: 100%;
    margin-bottom: -3px;
    display: inline-block;
}
.form-fieldW div {
    text-align: left;
    margin-top: 1px;
}
.ssn-container {
    display: inline-flex;

    align-items: center;
    gap: 5px;
   

    unicode-bidi: isolate; /* Isolate LTR direction from surrounding RTL context */
 
    vertical-align: -webkit-baseline-middle;
    position: relative; padding-inline-start:10px;
}
.ssn-block {
    text-align: center;
    margin-right: 5px;  position: relative;
}
.ssn-number {
    text-align: center;
}
.ssn-line {
    border-top: 1px solid black;
    width: 20px;
    height: 1px;
    margin-top: 2px;
}
.ssn-dash {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}
  @media screen and (max-device-width: 768px) {
     
      .header_container {
          flex-direction: column;
          justify-content: center;
          align-items: center !important;
      }
.divTableCellP,.divTableCellK {
  text-align: center !important;
}
      .L1left {
        padding-left: 1px !important;
        width: auto !important;
        text-align:center;
        padding-top: 0px !important;
      }
      .Left1 {
          padding-left: 1px !important;
          width: auto !important;
          text-align:center;
    
        }
    
      .Lright12{width: auto;}
    .mailDate{    margin-top: 0px;
  
    }
    .ssn-container{
      padding-inline-start: 0 !important;
      margin-top:5px;
    }
    }
  
    
    @media only screen and (min-width: 768px) and (max-height: 1024px)
   {
  
     }