/* 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{
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}



.form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}


 .header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.logo-left {
    padding-top: 45px;
  }
  

  .line1 {
    position: absolute;
    
    left: 0;
    width: 88%;
    height: 2.2px;
    background-color: black;
    margin-top: -26px;
    margin-left: 50px;
    margin-right:50px;
  } 
  .linepm{
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    height: 17px;
    margin-left: 6px;
}
.form-field{
    display:flex;
    padding:10px;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.bottom{
    width:40%;
    margin-inline-end: 50px;
}
.overall{
    padding: 30px;padding-bottom:60%;
}
.para1{
    margin-top: 20px; margin-inline-end:50px;
}

@media only screen and (max-width: 768px)
{
   .header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}
.line1 {
 
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}
.bottom{
    width: 100%;
    margin-inline-end: 0;
}
.overall{
    padding:20px;
    padding-bottom:100%;
    
}
h1{
    text-align: center;
}
.form-static-html.form-item {
    margin-bottom: 0;
  }
.para1{
    margin-inline-end: 0;
}
}
@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) 

{ .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}
.bottom{
    width:40%;
}
.overall{
    padding: 50px;padding-bottom:70%;
}

 .form-static-html.form-item {
    margin-bottom: 0;
  }
}