/* 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 ;
}
.greybox {
    width: 500px;
    height: 130px;
    background-color: #ddd;
    margin-inline-start: 35px;
    margin-top: 35px;
    margin-bottom: 100px;
}
ol {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
    margin-top: 20px;
}
ol li {
    padding-inline-start: 20px;
    padding-bottom: 20px;
}
.phone-ltr {
    unicode-bidi: embed;
    direction: ltr !important;
    white-space: nowrap;
    display: inline-block
}
.phoneBlock {
    margin-bottom: 300px;
}
@media only screen and (max-width: 768px)
 {

    .header_container {
      flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
}