/* 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;
    }

    
    ul,ol{ margin-right:26px;}
    
  .List3{
    padding-bottom:10px;
  }
    .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: 42%;*/
    width: 33%;
    margin-top:-12px;
  }

  .L1right {
      padding-top: 20px;
      width: 37%;
  }
  
  .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: 60%;
      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;
  }

 /***********************************************************/

.mailingDate {
  width: 89%;
}

	.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: 39%;*/
   width: 44%;
   float: right;
}

.divTableCell {
  display: table-cell;    
  padding: 3px;
  width: 55%;
  white-space: normal;
}

.seal {
   /*width: 59.3%;*/
   width: 73%;
}

.legendsstyle {
  padding-left: 3px;
}
  
@media only screen and (max-width: 768px) {
     
      .header_container {
          flex-direction: column;
          justify-content: center;
          align-items: center !important;
      }
      .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;}
    .mailDate{    margin-top: 15px;
    }
    .mailingDate {
     width: 72% !important;
    }
    .divTableCell {
      display: table-cell;      
      padding: 3px;      
      width: 55%;    
      white-space: normal;
    }
    .seal {
     width: 70%;
     padding-top: 20px;
    }
    .phonenumbers {
      /*width: 82%;*/
      width: 78%;
    }
    /* Styling Phone numbers only*/
	.UniquePhoneTable  { 
	    width: 100%; 
	} 
	  
	.divTableCellUnique { 
	    width:65%; 
} 
    }
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {
   .phonenumbers {
    width: 56%; 
   }
   .seal {
     width: 94%;
    }
    .L1right {
    width: 43%;
  }
  	.UniquePhoneTable  { 
	    width: 48%; 
	} 
}
  /* Media Query for iPad Mini */
  @media only screen
  and (min-width: 768px)
  and (max-width: 768px)
  and (min-height: 1024px)
  and (max-height: 1024px)
  {
    .mailingDate {
    width: 43% !important;
    }
 
    .seal {
        width: auto;
    }
 
    .phonenumbers {
    width: 40%;
    float: right;
    }
    /* Styling Phone numbers only*/
	   .UniquePhoneTable  { 
	             width: 55%; 
	             margin-inline-start: 12%; 
	         } 
	    .divTableCellUnique { 
	    width:65%; 
} 
 
    }