/* 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;
}
.divTableRow {
    display: table-row;
}
.divTableCell {
    display: table-cell;
}
.midAddr {
    /* margin-left: 20%; */
    /* margin-right: 20%; */
    width: auto;
    padding-inline-start: 25%;
}
.divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 5px;
    text-align: left;
}
.UniquePhoneTable  {
    width: 51%;
   
}

.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: bottom;
}

.box-Contents {
    width: 40%;
    float: left;
    position: relative;
}
.divTableCellM {
    display: table-cell;
    padding-top: 6px;
    padding-right: 15px;
    vertical-align: bottom;
    text-align: end;
}
.divTableW {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.divTableRowW {
    display: table-row;
}
.divTableCellW {
    display: table-cell;
    padding-right: 25px;
    text-align: center;
    width: 5%;
   
    padding-bottom: 0px;
}
.divTableCellWP {
    display: table-cell;
    padding-right: 25px;
    text-align: center;
    width: 5%;
   
    padding-bottom: 0px;
}
.form-fieldW .halflineW {
    border-bottom: 1.5px solid black;
    width: 100%;
    margin-bottom: -3px;
    display: inline-block;
}
.form-fieldWP .halflineWP {
    border-bottom: 1.5px solid black;
    width: 100%;
    margin-bottom: -3px;
    display: inline-block;
    margin-top:45px;
}
.form-fieldWP div {
    text-align: center;
    margin-top: 1px;
}
.form-fieldW div {
    text-align: start;
    margin-top: 1px;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.form-field {
    display: flex
;
    align-items: center;
   
}
.form-field .text {
    margin-bottom: 8px;
    padding-top: 10px;
}
.line {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-left: 5px;
    margin-bottom: 8px;
    margin-right: 5px;
}
.line1 {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-left: 5px;
    margin-bottom: 14px;
    margin-right: 5px;
  
}
ul, ol {
    margin-right: 20px;
}

.address-ltr1
{

    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block; 

  } 

.blank-line {
    display: inline-block;
    border-bottom: 2px solid black;
    width: 40px;
    height: 11px;
    margin-inline-start: 10px;
}
.Padding{
    margin-top:10px;
}
.Signature{
  padding-top: 20px;
  padding-inline-start: 6px;
}
@media only screen and (max-width: 768px)
{
   .header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}
.mailingDate {
    text-align: center;
}
.UniquePhoneTable {
    width: 100%;
    padding-top: 20px;
}    .form-field {
        display: block;
    }    .line1 {
        margin-left: 0px;
        margin-right: 0px;
    }
        .divTableRowW {
        display: block;
        width: auto;
        margin-top: 20px !important;
    }
  
    .divTableCellN {
        display: block;
    }
    .box-Contents {
    width:auto;
    float: left;
    position: relative;
    white-space: nowrap;
}
.LOGO{
    padding-top:20px;
}
.divTableCellWP {
    display: contents;
    padding-right: 25px;
    text-align: center;
    width: 5%;
    padding-bottom: 0px;
}
.divTableCellW {
    display: contents;
    padding-right: 25px;
    text-align: center;
    width: 5%;
    padding-bottom: 0px;
}
.midAddr{
    padding-inline-start:18%;
}
.Padding{
    margin-top:20px;
}
}



    /* 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) 
    
    {
        .header_container {
            flex-direction: column;
            justify-content: center;
            align-items: center !important;
         }
     .midAddr {
      padding-inline-start: 34%;
    }
    .UniquePhoneTable {
        width: 60%;
        margin-inline-start: 4%;
        margin-top: 5%;
    }
    .box-Contents {
        width: auto;
        float: left;
        position: relative;
    }}


    

            @media screen and (max-device-width: 821px)
and (max-device-height: 1181px)
and (min-device-width: 819px)
and (min-device-height: 1179px) {
    :lang(fil).UniquePhoneTable,
    :lang(ru).UniquePhoneTable {
    width: 53%;
}
}
