/* 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;
}
.blank-line {
    width: 15%;
    display: inline-block;
    border-bottom: 1.5px solid #000;
  
    margin-inline-start: 3px;
    margin-inline-end: 5px;
}
 .header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.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;
}
                                   
:lang(fa) .address-ltr1,                                                                             
                          
:lang(ar) .address-ltr1,
:lang(hi) .address-ltr1,
:lang(hy) .address-ltr1,                                                                                                                                                   
:lang(ja) .address-ltr1,
:lang(ko) .address-ltr1,                                             
:lang(km) .address-ltr1,
:lang(pa) .address-ltr1,
:lang(th) .address-ltr1,
:lang(zh-CN) .address-ltr1,
:lang(zh-TW) .address-ltr1,
:lang(fil) .address-ltr1,
:lang(ru) .address-ltr1,
:lang(Vi) .address-ltr1
{

    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block; 

  } 

@media only screen and (max-width: 768px)
{
   .header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}
    .mailingDate {
        padding-bottom: 30px;
        text-align: center;
    }
    .blank-line

 {
    width: 25%;
    display: inline-block;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 3px;
    margin-inline-end: 5px;
}

.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;
    } }

    /* 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;
        }
    :lang(zh-CN) .blank-line,
    :lang(zh-TW) .blank-line{
        width: 18%;
        display: inline-block;
        border-bottom: 1.5px solid #000;
        margin-inline-start: 3px;
        margin-inline-end: 5px;
    }
}


            @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;
        }}

         