/* 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;
}
.datedivTableRow {
    display: table-row;
}
.divTableCell {
    display: table-cell;
}

.divTableCellN {
    display: table-cell;
    padding-right: 5px;
    text-align: end;
}

.UniquePhoneTable  {
    width: 51%;
   
}
.phoneltr {
    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 
}

.sectionCode
{

    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block; 

  } 
.footerNoteBlock {
    margin-top: 220px;
    margin-inline-start: 50px;
    margin-inline-end: 45px;
}

.addressBlock {
    margin-top: 25px;
    margin-inline-start: 50px;
}
.address2Padding {
    padding-top: 110px;
    padding-bottom: 30px;
}
.Mailing {
    padding-inline-start: 10px;
}
@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 {
        display: table-cell;
        padding-top: 6px;
        padding-right: 5px;
        text-align: end;
        width: 65%;
        align-content: end;
    }
    :lang(fil) .divTableCellN
 {
        display: table-cell;
        padding-top: 6px;
        padding-right: 5px;
        text-align: end;
        
        align-content: end;
    }
 
.LOGO{
    padding-top:30px;
}


.phoneltr {
    text-align: center !important;
}
.address2Padding {
    padding-top: 0px !important;
    padding-bottom: 0px !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%;
}
}
