.form-submit-button { 

    display: none !important; 
    
    } 

    /* Hide Print Button */ 

#print-preview { 

    display: none !important; 
    
    } 

 /* Hiding Language dropdown*/
  
  #form-element-wrapper_3{
      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;
}

    
    .centered-heading{
        
      text-align: center;
      color: #00678F;
    }

 /* Media Queries for Responsive Design */
    @media (max-width: 768px) {
       

 
        .header_container { 

            flex-direction: column; 
      
            justify-content: center; 
      
            align-items: center !important; 
      
             
      
        } 

.seal { 

      text-align: center; 

     /* padding-top: 25px; */

      width: auto; 
      margin-top: 5px; 
      vertical-align: middle;
      background-color: rgba(0, 103, 143, 1);
      color: rgba(255, 255, 255, 1);
      text-align: center;

  } 


    }
    .notice {
       
        color: #00678F;
        /* background-color: #f0f0f0;*/
       /* padding: 10px;*/
        /*border-left: 4px solid #00678F;
        margin: 20px 0;*/
        padding-bottom:10px;
    }
    
    .notice1 {
     

        color: #00678F;
        /* background-color: #f0f0f0;
    
        /*border-left: 4px solid #00678F;
        margin: 20px 0;*/
        /*padding: 10px;*/
        padding-bottom:10px;
    }

    .return-form{
  
        color: #00678F;

    }


    .header_container { 

        display: flex; 
    
        justify-content: space-between; 
    
        column-gap: 30px !important; 
    
    } 
    
    .seal { 
    
        margin-top: 5px; 
        vertical-align: middle;
        background-color: rgba(0, 103, 143, 1);
        color: rgba(255, 255, 255, 1);
        text-align: center;
      
    
    } 
  
     
    .divTableRow {

        width: 100%;
      }
    
      .divTableCell {
   display:inline;
       
      }
    