/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_1{
      visibility: hidden !important;
    }

    /* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}




 .header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.phonenumbers {
    width: 40%;
}

.divTableRow {
	display: table-row;
}
.divTableCellP {
	display: table-cell;
width: 60%;
	padding: 2px;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .blank-line {
    width: 400px;
    display: inline-block;
    border-bottom: 2px solid #000;
 margin-bottom:5px;
}


.divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 3px;
}
.form-field{
    display: flex;
}
.line{
    flex-grow: 0.25;
    border-bottom: 2px solid #000;
    margin-left: 5px;
    margin-bottom: 10px;
}
.fema{
    width:40%;
}
.mailDates{
    width:50%;
}
    
.borderfortable1 td,th {
    border:1px solid black;
    height: 12px; 
  width:5%;
  padding:5px;  
    padding-left: 5px;
   
  }

  .borderfortable1 td:first-child {
    text-align: left;
    background-color: #d9d9d9;
}
  table {
    width: 95%;
    border-collapse: collapse;
    text-align: left;
}
th, td {
    border: 1px solid black;
    padding-left: 15px;
}

  
.confidentiality-notice {
    border: 1px solid black;
    padding-left: 10px;
    padding-right: 15px;
   
  
}
.confidentiality {
    border: 1px solid black;
    padding-left: 10px;
    padding-right: 15px;

  
}
ul,ol{
    margin-right:20px;
}
@media only screen and (max-width: 768px)
 {
    .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}
.phonenumbers{width:83%;}
.mailDates{width: 85%; margin-top:20px;}

.table-container {
    display: block;
    overflow-x: auto;
 
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
}
.table-container table{
    width:100%;
    min-width:850px;
}
.mailDate{
    text-align: center;margin-top:20px;
}
.LeftLines{
    width:85%;
}
}

  /* Media query for iPad mini */

  @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 768px) 
  and (min-device-height: 1024px) 
  and (max-device-height: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) 
  
  {
    .phonenumbers{width:39%;}
    .mailDates{width: 45%; margin-top:20px;}
    .LeftLines{
        width:45%;
    }
  }