/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
 
  #form-element-wrapper_3{
      visibility: hidden !important;
    }

    /* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}
#form-element-wrapper_2
{
    display: none;
}

 .header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.Lright {
 
    width:35%;

}
.LrightOffice{
   
    width:35%;
padding-right:40px;
}
.divTable {
    display: table;
    width: 40%;
}

.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
width:57%;
}


.date-info{
    width: 27%;
    padding-top: 30px;
    padding-bottom: 10%;
  }
  .form-fieldr {
    display: flex;
    margin-bottom: 10px;
    width:100%;
}

.form-field {
    display: flex;
    align-items: center;
   
}
.halfline {
    flex-grow: 0.3236;
    border-bottom: 1.5px solid #000;
    margin-left: 5px;
    margin-bottom: 8px;
    margin-right: 20px;

}
.box1{
    width:90%;
}
.line {
flex-grow:0.6;
    border-bottom: 1.5px solid #000;
    height: 20px;
    margin-left: 5px;
    margin-right: 10px;
   
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.line2 {
    display: inline-block;
    border-bottom: 1px solid black;

    width: 25%;
    margin-bottom: 2px;
    height: 17px;
  }

  .divTableRowA{
    display: flex;
    padding-bottom: 10px;
    margin-left:10px;
  }
  .divTableCellQ{
    display: table-cell;
    padding-right: 30px;
    width: 50%;
  }
  .custom-style {
    list-style-type: none; /* Remove default bullets */
    padding: 0; /* Remove padding from the list */
}

.custom-style li {
    margin-bottom: 10px; /* Add space between items */
    padding-inline-start: 40px; /* Logical padding for alignment (handles both LTR and RTL) */
    position: relative; /* For custom bullet positioning */
    margin-right:30px;
}

.custom-style li::before {
    content: '__'; /* Custom bullet */
    position: absolute;
    inset-inline-start: 0; /* Logical property for bullet position */
    top: 0; /* Keep the bullet aligned with the top of the text */
}
    
  .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;
}
 .blank-line {
    display: inline-block; 
    border-bottom: 1px solid black;
    width: 100%;
    margin-bottom:10px;
   }
.Left1{
    width:50%;
    margin-top:50px;
}
@media only screen and (max-width: 768px)
 {
    .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}
.Lright{
    width: 78%;
    padding-left: 10px;
}
.date-info{
    width:auto;
}

.table-container {
    display: block;
    overflow-x: auto;
    margin-bottom: 10px;
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
}
.table-container table{
    width:100%;
    min-width:850px;

}
.divTableRowA {
    flex-direction: column; /* Stack the table rows */
    width:100%;
}

.divTableCellQ{width:100%;}
.line2{width:160%;
    padding-left: 20px;
margin-right:30px;
}
.form-fieldr{
    display: block;
}
.line{width:93%;
margin-bottom:10px;}

 }

  /* 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) 

{
.line{
    width: 96.5%;
}

    .Lright {
        width: 39%;}
}

