/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
   
  #form-element-wrapper_1{
      visibility: hidden !important;
    }

    /* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}
#form-element-wrapper_2
{
    display: none;
}

 .header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.info-box{
    width:40%;
    padding-top: 20px;
}

	/* 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%;
    margin-top: -10px;
}
.divTableRow {
	display: table-row;
}
.divTableCell {
	display: table-cell;
	padding: 2px;
    width:59%;
    vertical-align:bottom;
}
.divTableCellBig {
    display: table-cell;
    padding: 5px;
    
}
.logo{
    width:32%;
}

.line {
    display: inline-block; 
    border-bottom: 2.5px solid black;
    width: 100%;
   }
   .blank-line {
    display: inline-block; 
    border-bottom: 1.5px solid black;
    width: 25%;height:20px;
   }
   .blank-line1 {
    display: inline-block; 
    border-bottom: 1.5px solid black;
    width: 10%;
    height:20px;
   }
     
.confidentiality-notice {
    border: 2px solid black;
    padding-left: 10px;
    padding-right: 15px;
    margin-left: 20px;
    margin-right: 15px;
    padding:10px;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

@media only screen and (max-width: 768px)
{
	   .header_container { 
	   flex-direction: column; 
	   justify-content: center; 
	   align-items: center !important; 
	} 
    /* Styling Phone numbers only*/
	.UniquePhoneTable  { 
	    width: 100%; 
	} 
	  
	.divTableCellUnique{ 
	    width:65%; 
} 

.info-box{
   width:auto;
   margin-top: 0;  }
  .phonenumbers{
   width: 85%;
   margin-top: -31px;
   padding-left: 10px;
}

.divAddressTable {
text-align: center;
   margin-bottom:30px;
}
.logo{
    width: auto;
}


}
@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) 

{
   	/* Styling Phone numbers only*/

	    .header_container { 
	        flex-direction: column; 
	        justify-content: center; 
	        align-items: center !important; 
	     } 
	   .UniquePhoneTable  { 
	             width: 55%; 
	             margin-inline-start: 12%; 
	         } 
	    .divTableCellUnique { 
	    width:65%; 
} 

   .info-box{
       width:auto;
       margin-top: 0;
      }
      .phonenumbers{
       width: 43%;
       margin-top: -31px;
       padding-left: 10px;
   }}