/* Hide Submit Button */
.form-submit-button {
  display: none !important;
}

/* Hide Print Button */
#print-preview {
  display: none !important;
}
/* Hiding Language dropdown*/

#form-element-wrapper_20{
    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;
}
  
  .L1left {
    
      padding-left: 10px;
      padding-bottom: 1px;
      float: left;
      width: 50%;
  
  }
  .Lright12{
    width: 32%;
    margin-bottom:30px;
  }
  .phonenumbers {
      width: 42%;
      margin-top: -20px;
  }
  .L1right {
    padding-top: 20px;
    width: 28%;
    margin-top: 60px;

  
  }

  ul,ol{
    padding-bottom:0;
    margin-right:20px;
  }
  
  .instart{
padding-inline-start:10px !important;
  }
  .divTable{ display: table; }
  .divTableBody { display: table-row-group;}
  .divTableRow {
      display: table-row;
  }
  .divTableCellK {
      display: table-cell;
      border: 0px solid #ddd;
      padding: 2px;
      
  }
  .divTableCell {
      display: table-cell;
      border: 0px solid #ddd;
      padding: 2px;
      padding-bottom: 5px;
  }
  
  .divTableCellM {
      display: table-cell;
      padding-right: 20px;
  }
  .divTableCellP {
      display: table-cell;
  width: 61%;
      padding: 2px;
  }
  
  
  .divTable1{ display: table;
  padding-left: 35px; }
  
  .divTableCell1 {
      display: table-cell;
      padding-left: 10px;
  }
  
  .blanklinecallout {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
  }
  
  @media screen and (max-device-width: 768px) {
     
      .header_container {
          flex-direction: column;
          justify-content: center;
          align-items: center !important;
      }
    .phonenumbers{width:89%;margin-top:20px;}
      .L1left {
        padding-left: 1px !important;
        width: auto !important;
        text-align:center;
      }
      .Left1 {
          padding-left: 1px !important;
          width: auto !important;
          text-align:center;
        }
    
      .L1right {
       
        width: auto !important;
        
      }
      .Lright12{width: auto; MARGIN-BOTTOM:0;}
    .mailDate{    margin-top: 15px;
  
    }
    
    }
  
    
    @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) 
    
    {
   
    .phonenumbers {
      width: 46%;}
    }