/* 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;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.divTableRow {
    display: table-row;
}
.datedivTableRow {
    display: table-row;
}
.divTableCell {
    display: table-cell;
}

.divTableCellN {
    display: table-cell;
    padding-right: 5px;
    text-align: end;
}

.UniquePhoneTable  {
    width: 51%;
   
}

.sectionCode
{

    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block; 

  } 
.footerNoteBlock {
    margin-top: 420px;
    margin-bottom: 100px;
}

.h1Padding {
    margin-top: 100px;
}
.datePadding {
    margin-inline-start: 10px;
}
.Checkboxsize {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 5%;
    vertical-align: middle;
    border: 2px solid black;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}
.jtext {
    margin-top: -20px;
    display: block;
    margin-inline-start: 35px;
}
:lang(ar) .jtext,
:lang(fa) .jtext {
    margin-top: -25px !important;
}
.blank-line {
    display: inline-block;
    border-bottom: 2px solid black;
    width: 50px;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
}
.listBlock {
    margin-top: 20px;
}

@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;
}    
  .divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 5px;
    text-align: end;
}
  :lang(hy) .divTableCellN,
  :lang(ru) .divTableCellN,
  :lang(fil) .divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 5px;
    text-align: end;
    vertical-align: bottom;
    width: 60%;
}
 
.LOGO{
    padding-top:30px;
}


.phoneltr {
    text-align: center !important;
}

.divTableRow {
    display: grid !important;
    text-align: center;
}
:lang(ar) .divTableCell,
:lang(fa) .divTableCell {
    display: grid !important;
    text-align: center !important;
}
.divTableRowAddress {
    display: grid !important;
    text-align: center;
}
:lang(ar) .divTableCellAddress,
:lang(fa) .divTableCellAddress {
    display: grid !important;
    text-align: center !important;
}

}



    /* 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%;
        padding-top: 0px !important;
    }
    .BYBOffice {
        white-space: nowrap;
    }
    .phoneltr {
    text-align: center !important;
}
.address2Padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.divTableRow {
    display: grid !important;
    text-align: center;
}

    }


    

            @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%;
}
}
