/* Hide Submit  and Print Button */
.form-submit-button {
    display: none !important;
  }
  
  
  #print-preview {
      display: none !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;
}
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_20{
      visibility: hidden !important;
    }
    
    :lang(fa) .address-ltr1,
	:lang(en) .address-ltr1,
	:lang(ar) .address-ltr1,
	:lang(hi) .address-ltr1,
	:lang(hy) .address-ltr1,
	:lang(ja) .address-ltr1,
	:lang(ko) .address-ltr1,
	:lang(km) .address-ltr1,
	:lang(pa) .address-ltr1,
	:lang(th) .address-ltr1,
	:lang(zh-CN) .address-ltr1,
	:lang(zh-TW) .address-ltr1,
	:lang(fil) .address-ltr1,
	:lang(ru) .address-ltr1,
	:lang(vi) .address-ltr1
	{
     font-size: 15.8px;
    } 
    
    ul,ol{
        margin-right:25px;
    }
  
    .header_container {
      display: flex;
      justify-content: space-between;
      column-gap: 30px !important;
  }
  
  .L1left {
      width: 47%;
  }

    	/* Styling Phone numbers only*/ 

	.header_container { 
	    display: flex; 
	    justify-content: space-between; 
	    column-gap: 30px !important; 
	} 
	 
	.UniquePhoneTable  { 
	    width: 47%; 
	} 
	  
	.divTableRowUnique { 
	    display: table-row; 
	} 
	  
	.divTableCellUnique { 
	    display: table-cell; 
	    width: 65%; 
	    padding: 2px; 
	     vertical-align: bottom; 
	} 
	
	:lang(fa).divTableCellUnique, 
	:lang(ar).divTableCellUnique { 
	     display: table-cell; 
	    width: 65%; 
	    padding: 2px; 
	    vertical-align: baseline; 
    } 
/* --------------------------------------------- */

  .phonenumbers {
      width: 40%;
  }
  .L1right {
      padding-top: 20px;
      width: 40%;
  
  }
  
  .mailDate{width:47%;}
  .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: 58%;
      padding: 2px;
  }
  .L2left {  margin-top: 15%;}
  
  .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;
      }

          /* Styling Phone numbers only*/
	.UniquePhoneTable  { 
	    width: 100%; 
	} 
	  
	.divTableCellUnique{ 
	    width:65%; 
  } 
/* --------------------------------------------- */

    .phonenumbers{width:86%;}
      .L1left {
       
        width: auto !important;
        
      }
      .Left1 {
          padding-left: 1px !important;
          width: auto !important;
          text-align:center;
        }
    
      .L1right {
        padding-right: 20px !important;
        width: auto !important;
        
      }
    .mailDate{          width: auto;}
    .divTableCellP{
        width:58%;
    }
    .L2left {  margin-top: 2%;}
    }
  
    
    /* Media query for 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) 
  
  {
    .L2left {  margin-top: 2%;}

        /* Styling Phone numbers only*/
	   .UniquePhoneTable  { 
	        width: 55%; 
	        margin-inline-start: 12%; 
	  } 
	   .divTableCellUnique { 
	        width:65%; 
    } 
 /* --------------------------------------------- */

      .phonenumbers {
          
          width: 42%;
      }}