/* 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: 35%;
    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.465;
    border-bottom: 1.5px solid #000;
    height: 18px;
    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: 35%;
  }
  .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 */
}

.borderfortable td,th {
    border: 1px solid black;
    height: 12px;
    border-collapse: collapse;

    padding-top: 5px;

    padding-left: 5px;
    padding-right: 5px;
  }
  .borderfortable1 td,th {
    border:1px solid black;
    height: 12px;
    border-collapse: collapse;
  text-align: center;
    padding-top: 5px;

    padding-left: 5px;
    padding-right: 5px;
  }

  
.confidentiality-notice {
    border: 1px solid black;
    padding-left: 10px;
    padding-right: 15px;
    margin-left: 20px;
    margin-right: 15px;
  
}
.confidentiality {
    border: 1px solid black;
    padding-left: 10px;
    padding-right: 15px;

  
}
ul,ol{
    margin-right:20px;
}

.UniquePhoneTable  {
    width: 47%;
   
}

.divTableRowUnique {
    display: table-row;
}

.divTableCellUnique {
    display: table-cell;
    width: 65%;
    padding: 2px;
     vertical-align: bottom;
}
:lang(fa).divTableCellUnique,
:lang(ar).divTableCellUnique {
     display: table-cell;
    width: 65%;
    padding: 2px;
    vertical-align: baseline;
}
.footer{
    padding-left:30px;
    color:rgba(0,0,0,1)
}
:lang(ru) .divTableRowA,
:lang(fil) .divTableRowA{
    display: flex
;
    padding-bottom: 10px;
    margin-left: 10px;
    align-items: flex-end;
}
:lang(fa) .dollar,
:lang(ar) .dollar{
        margin-inline-start: -15px;
}

:lang(ar).line ,
:lang(fa).line 
{
    flex-grow: 0.465;
    border-bottom: 1.5px solid #000;
    height: 23px;
    margin-left: 5px;
    margin-right: 10px;
}
@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;
 
    -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%;
    margin-left:40px;
  }

.divTableCellQ{width:100%;}
.line2{width:100%;
    padding-left: 20px;
margin-right:30px;
}
.form-fieldr{
    display: block;
}
.line{width:93%;
margin-bottom:10px;}
.UniquePhoneTable  {
    width: 100%;
}

.divTableCellUnique{
    width:65%;
}
.footer{
    padding-left:0px;
    color:rgba(0,0,0,1)
}
.dollar{
        margin-inline-start: -15px;
}
:lang(ru) .divTableRowA, :lang(fil) .divTableRowA {
    display: flex
;
    padding-bottom: 10px;
    margin-left: 10px;
    align-items: baseline;
}
 }

  /* 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%;}
                 .UniquePhoneTable  {
             width: 55%;
             margin-inline-start: 12%;;
         }
       .divTableCellUnique{
    width:65%;
}
.footer{
    padding-left:30px;
    color:rgba(0,0,0,1)
}
}

