/* 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;
}
.headerAddressPadding {
    padding-bottom: 100px;
}
.box-Contents {
    width: 40%;
    float: left;
    position: relative;
}
.divTableRow {
    display: table-row;
}
.divTableCell {
    display: table-cell;
}
.divTableCellN

 {
    display: table-cell;
    padding-top: 6px;
    padding-right: 15px;
    vertical-align: bottom;
    text-align: end;
}
.center{
    text-align: center;
}
:lang(ar).center,
:lang(fa).center{
    text-align: center !important;
}
.Sample_container {
    display: flex
;
    justify-content: space-between;
    column-gap: 30px !important;
}
  
@media only screen and (max-width: 768px)
{
   .header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}
    .mailingDate {
        padding-bottom: 15px;
        text-align: center;
    }
.Address {
        text-align: center;
        padding-bottom: 10px;
    }    .Sample_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
:lang(hy).divTableCellN,
         :lang(kh).divTableCellN,
         :lang(ru).divTableCellN,
         :lang(fil).divTableCellN{
         display: table-cell;
    padding-top: 6px;
    padding-right: 15px;
    vertical-align: bottom;
    text-align: end;
    width: 67%;
    align-content: end;
    white-space: normal;
        }
.divTableCell {
    display: block;
    text-align: center;
}
       :lang(ar)    .divTableCell,
    :lang(fa) .divTableCell{
        display: block;
        text-align: center !important;
    } 
    .headerAddressPadding {
    padding-bottom: 0px !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;
         }
        :lang(hy).divTableCellN,
         :lang(kh).divTableCellN,
         :lang(ru).divTableCellN,
         :lang(fil).divTableCellN{
         display: table-cell;
    padding-top: 6px;
    padding-right: 15px;
    vertical-align: bottom;
    text-align: end;
    width: 67%;
    align-content: end;
    white-space: nowrap;
        }}


            @media screen and (max-device-width: 821px)
and (max-device-height: 1181px)
and (min-device-width: 819px)
and (min-device-height: 1179px) {
       

        :lang(hy).divTableCellN,
         :lang(kh).divTableCellN,
         :lang(ru).divTableCellN,
         :lang(fil).divTableCellN{
         display: table-cell;
    padding-top: 6px;
    padding-right: 15px;
    vertical-align: bottom;
    text-align: end;
    width: 67%;
    align-content: end;
    white-space: nowrap;
        }}

         