/* 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%;

}
.phonenumbers {
    width: 40%;
}
.L1right {
    padding-top: 20px;
    width: 40%;

}

.mailDate{margin-top:20px;}
.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: 56%;
	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:83%;}
    .L1left {
      padding-left: 1px !important;
      width: auto !important;
      text-align:center;
    }
    .Left1 {
        padding-left: 1px !important;
        width: auto !important;
        text-align:center;
      }
  
    .L1right {
      padding-right: 20px !important;
      width: auto !important;
      
    }
  .mailDate{    margin-top: -10px;

    margin-left: -10px;}
  
  }

  
  @media only screen and (min-width: 768px) and (max-height: 1024px)
 {

    .phonenumbers {
        
        width: 40%;
    }}