/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/

  #form-element-wrapper_3 {
      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;
}
.grey-box {
    background-color: #e5e5e5;
    width: 300px;
    border-radius: 10px;
    padding-bottom: 120px;
}
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.header_container1 {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.header_containerTextLang{
    
    white-space: nowrap;
}
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    padding: 5px 5px;
    width:55%;
}
.divTableCell1 {
    display: table-cell;
    padding: 5px 5px;
    width: 0%;
}
.MailDateBlock {
    text-align: end;
}
:lang(en) .divTableCellLang,
:lang(hy) .divTableCellLang,
:lang(km) .divTableCellLang,
:lang(pa) .divTableCellLang,
:lang(ru) .divTableCellLang,
:lang(fil) .divTableCellLang,
:lang(vi) .divTableCellLang{
    vertical-align: bottom;
}
.fieldSet {
    float: right;
}

.blank-line {
        display: inline-block; 
        border-bottom: 1.5px solid black;
        width: 180px;
       }

.paraPadding {
    margin-top: 20px;
    margin-bottom: 600px;
}
.underlineText {
    text-decoration-thickness: 2px;
    white-space: nowrap;
}
:lang(zh-CN) .underlineText,
:lang(zh-TW) .underlineText {
    margin-inline-start: 4px;
    margin-inline-end: 4px;
}
@media only screen and (max-width: 768px)
 {
        .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
            .header_container1 {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        padding-bottom: 30px;
    }

       .L1Left {
          margin-inline-start: 0px !important;
          margin-bottom: 20px;
       }
        :lang(ru) .L1LeftLang,
        :lang(vi) .L1LeftLang {
          margin-inline-start: 30px !important;
          margin-bottom: 20px;
       }
       :lang(hy) .L1LeftAr {
           margin-inline-start: 30px;

       }
              :lang(hy) .L1LeftAr1 {
          text-align: center;

       }
       .fieldSet 
       {
        text-align: center;
       }
         .phone-ltrSE {
        direction: ltr !important;
        unicode-bidi: embed;
        white-space: nowrap;
        display: inline-block;
        }


    }

      @media screen and (max-device-width: 821px)
and (max-device-height: 1181px)
and (min-device-width: 819px)
and (min-device-height: 1179px) {

        :lang(en) .phone-ltrAir,
        :lang(fa) .phone-ltrAir,
        :lang(ar) .phone-ltrAir,
        :lang(ko) .phone-ltrAir,
        :lang(zh-CN) .phone-ltrAir,
        :lang(zh-TW) .phone-ltrAir{
        direction: ltr !important;
        unicode-bidi: embed;
        white-space: nowrap;
        display: inline-block;
        }

}