
/* Hide Submit Button */
.form-submit-button {
  display: none !important;
}

 /* Hiding Language dropdown*/
  
  #form-element-wrapper_1{
      visibility: hidden !important;
    }
/* Hide Print Button */
#print-preview {
  display: none !important;
}

 /* TO CONTROL SCREEN H-SCROLL*/ 
/* .form-item { 
  display: block; 
  overflow: hidden; 
  padding-left: inherit; 
  padding-bottom: 16px; 
} */

/*to hide the blank space below the form footer*/
#form-element-wrapper_2
{
  display: none;
} 

#form-element-wrapper_34
{
  display: none;
} 

/*------------------------------------------------------*/

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 30px !important;
}
  
.MailAddr1 {
  width:89%;
}

.divTableRow {
  display: table-row;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  width:55%;
}

.divTableCellQ {
  display: table-cell;
  padding: 3px;
  width:55%;
}

.divTableCellT {
  display: inline;
  width:10%;
  padding: 2px;
}

.Logo {
  width: 43%;
}
  
.MailAddr2 {
  width: 72%;
  margin-top: 10%;
}

.UniquePhoneTable  { 

    width: 55%; 

    

} 

  

.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; 

} 

.divTableCell1 {
  display:inline;
}

ul,ol {
  margin-right:20px;
}

/* Responsive code for Mobile Devices */

@media screen and (max-device-width: 768px) {

    
.header_container {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
}
      
.UniquePhoneTable  { 

    width: 100%; 
margin-top:25px;
} 

  

.divTableCellUnique{ 

    width:65%; 

} 

.MailAddr1 {
  width: 90%;
  text-align: center;
}

.divTableCellT {
  display: inline;
  width:10%;
  padding: 2px;
}

.Logo {
  width: 66%;
  padding-top: 10px;
}
  
.MailAddr2 {
    width: 90%;
    text-align: center;
    margin-top:0px;
}


.divTableCell1 {
  display:inline;
}

}

/* 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) 

{

.header_container {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
  }

   .UniquePhoneTable  { 

             width: 55%; 

             margin-inline-start: 12%; 
margin-top:50px;
         } 

    .divTableCellUnique{ 

    width:65%; 

} 
  

.Logo {
  width: 32%;
  padding-top: 10px;
}

.MailAddr1 {
  width: 44%;
  text-align: center;
   margin-top:0px;
}

.MailAddr2 {
    width: 33%;
    text-align: center;
    margin-top: 0px;
}




}