/* 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;
}

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

ul,ol {
    margin-right:20px;
}

@media only screen and (max-width: 768px) {

.header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}

}
