/* 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;
}
.header_container2 {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.grey-box {
    background-color: #e5e5e5;
    width: 300px;
    margin-bottom: 30px;
    height: 100px;
}
.grey-box1 {
    background-color: #e5e5e5;
    width: 375px;
    margin-bottom: 50px;
    height: 100px;
}
.UniquePhoneTable  { 
    width: 50%; 
} 
 
.phoneTablePadding {
    padding-top: 100px;
}
.divTableRowUnique { 
    display: table-row; 
} 

.divTableCellUnique { 
    display: table-cell; 
    width: 65%; 
    padding: 2px; 
    vertical-align: baseline; 

} 


.divTableRow {
    display: table-row;
    }
    
.divTableCell {
    display: table-cell;
    }

    .divTableCell1 {
    display: table-cell;
    padding-inline-end: 5px;
}

.bulletPadding {
    padding-inline-start: 10px;
}
.superscript {
    vertical-align: super;

}
ul { 
    margin-inline-end: 20px;
}
:lang(ar) .ulPaddingLang, :lang(fa) .ulPaddingLang {
    margin-inline-start: 20px;
}
.horizontal-line {
    border: none;
    height: 1px;
    background-color: #000;
    width: 100%;
}
.blank-line {
        display: inline-block; 
        border-bottom: 1px solid black;
        width: 180px;
       }
:lang(ar) .RTLBlankLine,
:lang(fa) .RTLBlankLine {
    vertical-align: sub;
}
  :lang(hi) .phone-ltr,
  :lang(fa) .phone-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }

           :lang(fil).phoneTableCellLang
       {
         vertical-align: bottom;
    }
  @media only screen and (max-width: 768px)
 {
        .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
            .header_container2 {
        display: block !important;
        align-items: center !important;
    }
    .greyBoxResp {
            margin-top: 30px;
    }
    :lang(ar).header_containerRTL,
    :lang(fa).header_containerRTL {
        align-items: normal !important;
    }
    .claimFieldPadding {
            padding-top: 15px;
    }
    .UniquePhoneTable  { 
    width: 100% !important; 
} 
    .phoneTablePadding {
        padding-top: 0px !important;
    }

  :lang(vi) .phone-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
      :lang(fil).divTableCellLang {
         vertical-align: bottom;
    }
:lang(hy) .OfficeUseBlockLineResp,
:lang(fil) .OfficeUseBlockLineResp{
       vertical-align: bottom;
}
    :lang(ar).phoneTableCellLang,
       :lang(ja).phoneTableCellLang,
         :lang(hi).phoneTableCellLang,
           :lang(km).phoneTableCellLang,
             :lang(vi).phoneTableCellLang,
                    :lang(zh-CN).phoneTableCellLang,
                           :lang(zh-TW).phoneTableCellLang
       {
         vertical-align: bottom;
    }
}

  @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) {
        .UniquePhoneTable  { 
    width: 62% !important; 
    margin-inline-start: 8%;
} 
        .header_container2 {
            display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
      :lang(ar).phoneTableCellLang
       {
         vertical-align: baseline !important;
    }
    :lang(ar) .divTableRow,
    :lang(fa) .divTableRow{
        padding-inline-start: 200px;
    }
 }