/* Hide Submit  and Print Button */
.form-submit-button {
    display: none !important;
  }
  
  
  #print-preview {
      display: none !important;
  }
  
  
  
  
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_20{
      visibility: hidden !important;
    }
    
    
    
    
  
    .header_container {
      display: flex;
      justify-content: space-between;
      column-gap: 30px !important;
  }
  
  .L1left {
      padding-top: 20px;
      padding-left: 10px;
      padding-bottom: 1px;
      float: left;
      width: 50%;
  
  }
  .Lright12{
    width: 47%;
    margin-top:-12px;
  }
  .phonenumbers {
      width: 42%;
      margin-top: -20px;
  }
  .L1right {
      padding-top: 20px;
      width: 45%;
  
  }
  
  .instart{
padding-inline-start:5px !important;
width:50%;
  }
  .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:99%;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: 85%;
        margin-inline-start: 25%;
        
      }
      .Lright12{width: auto;}
    .mailDate{    margin-top: 15px;
  
    }
    .instart{width: 67% !important;}
    
    }
  
    
    @media only screen and (min-width: 768px) and (max-height: 1024px)
   {

      .phonenumbers {
          
          width: 47%;
      }}
      /* ipad mini*/
@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) 

{


   
    .L1right {
        width: 50%;
        
        
      }
}