/* 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;
}
.header_container1 {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    padding-inline-end: 5px;
}

.divTableField {
    padding-inline-start: 10px;
}
.URLUnderline {
  text-decoration: underline; 
  text-decoration-color: #1a74ba;
}
.blank-line {
        display: inline-block; 
        border-bottom: 1px solid black;
        width: 180px;
       }
:lang(ar) .RTLBlankLine,
:lang(fa) .RTLBlankLine {
    vertical-align: sub;
}
.blank-line1 {
        display: inline-block; 
        border-bottom: 1px solid black;
        width: 50px;
       }
.addressBlock {
    margin-top: 40px;
    margin-inline-start: 30px;
}
  :lang(ar) .phone-ltr,
  :lang(pa) .phone-ltr,
  :lang(zh-CN) .phone-ltr,
  :lang(zh-TW) .phone-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
 :lang(ja) .smallLineLang,
 :lang(zh-CN) .smallLineLang,
 :lang(zh-TW) .smallLineLang {
    margin-inline-start: 5px;
    margin-inline-end: 5px;
 }
.horizontal-line {
    border: none;
    height: 1px;
    background-color: #000;
    width: 100%;
}
:lang(ar) .footer_text,
:lang(fa) .footer_text {
margin-inline-start: 10px;
}

.footer_address {
    text-align: center;
    margin-top: -10px;
}

@media only screen and (max-width: 768px)
 {
        .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .addressBlock {
    margin-inline-start: 0px !important;
}
  :lang(hy) .phone-ltr,
  :lang(ja) .phone-ltr,
  :lang(km) .phone-ltr,
  :lang(ru) .phone-ltr,
  :lang(th) .phone-ltr,
  :lang(fil) .phone-ltr,
  :lang(vi) .phone-ltr   {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
  .divTableField {
    padding-inline-start: 0px !important; 
}
}
@media only screen and (max-width: 1024px)
 {
    :lang(ko) .phone-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
    }
      .divTableField {
    padding-inline-start: 0px !important; 
}
 }
  @media only screen 
 and (min-device-width: 820px) 
 and (max-device-width: 820px) 
 and (min-device-height: 1180px) 
 and (max-device-height: 1180px) 
 and (-webkit-min-device-pixel-ratio: 1) {
        :lang(en) .phone-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
    }
 }
