/* 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;
    }

#form-element-wrapper_2{
    display: none;
}
    /* 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;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
ul,ol{
    margin-inline-start:25px;
}

       .divTableRowAddress {
    display: table-row;
}

.divTableCellAddress {
    display: table-cell;
}

 
 .divTableCellNX {
    display: table-cell;
    padding-top: 6px;
     
    width: 65%;
    text-align: end !important;
    vertical-align: bottom;
    padding-bottom: 5px;
    
  }  
  :lang(ar) .divTableCellNX,    
  :lang(fa) .divTableCellNX {
     display: table-cell;
    padding-top: 6px;
 
    width:65%;
    text-align: end !important;
    vertical-align: baseline;
    padding-bottom: 5px;
    white-space: nowrap;
  }
    .divTableRow {
    display: table-row;
  }

  .blank-line1X {
      display: inline-block;
    border-bottom: 1px solid black;
    width: 200px;
    height: 17px;
    margin-inline-start: 15px;
  }
  .grey-box {
    background-color: #e5e5e5;
    width: 55%;
    height:135px;

    margin-inline-start: 8%;
}




















       

@media only screen and (max-width: 768px)
 {
   
    .header_container {
      flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .Lright{
    width:auto;}

    .grey-box {
        width: 100%;
          margin-inline-start: 0%;
    }
.blank-line {
    width: 30%;}

.divTableCellNX {
    width: 100%;
    text-align: center !important;
    display: block;
    }
    :lang(ar).divTableCellNX,    
  :lang(fa) .divTableCellNX {

    width: 100%;
    text-align: center !important;
    display: block;
  }
.blank-line1X {
   
    margin-inline-start:0px;}

}