/* 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;
}

.grey-box1 {
    background-color: #e5e5e5;
    width: 80%;
    height: 100px;
    margin-bottom: 80px;
}
.grey-box2 {
    background-color: #e5e5e5;
    width: 80%;
    margin-top: 10px;
    height: 100px;
    margin-bottom: 250px;
    margin-inline-start: 250px;
}
.Lleft {
    width: 50%;
}
.URLUnderline {
    text-decoration: underline;
    text-decoration-color: #1a74ba;
}
.phone-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
.blank-field.wide {
    display: inline-block;
    width:50%;
    border-bottom: 1.5px solid black;
    vertical-align: baseline;
    height: 1.1em;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
}
:lang(hy) .blank-field.wide{
    width: 40%;
}
:lang(fil) .blank-field.wide{
    width: 35%;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
@media only screen and (max-width: 768px)
 {
        .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
              .Lleft {
             width: 100%;
      }
      .grey-box1 {
        width: 100% !important;
      }
            .grey-box2 {
        width: 100% !important;
            margin-bottom: 50px !important;
            margin-inline-start: 0px !important;
      }
      .blank-field.wide {
        width: 50% !important;
        margin-inline-start: 0px !important;
        margin-inline-end: 0px !important;
      }
      :lang(en) .blank-field.wide,
      :lang(ko) .blank-field.wide{
             width: 33% !important;
     }
      :lang(hi) .blank-field.wide{
             width: 25% !important;
     }
      :lang(ja) .blank-field.wide{
             width: 49% !important;
     }
         :lang(km) .blank-field.wide,
         :lang(th) .blank-field.wide,
         :lang(vi) .blank-field.wide {
        margin-inline-start: 5px !important;
        margin-inline-end: 5px !important;
     }
           :lang(pa) .blank-field.wide,
           :lang(ru) .blank-field.wide  {
             width: 30% !important;
     }
           :lang(zh-CN) .blank-field.wide,
           :lang(zh-TW) .blank-field.wide {
             width: 23% !important;
     }
}

 /* 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) {

              .blank-field.wide {
                      width: 35% !important;
              }
                  :lang(zh-CN) .blank-field.wide,
                  :lang(zh-TW) .blank-field.wide,
                  :lang(ja) .blank-field.wide {
         margin-inline-start: 5px !important;
        margin-inline-end: 5px !important;
                  }

                  :lang(ru) .blank-field.wide {
                    width: 17% !important;
                    margin-inline-start: 5px !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(ru) .blank-field.wide {
                    width: 21% !important;
                  }

}