
/* 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%;
}

.legendsstyle {
  padding-left: 3px;
}

.phonenumbers {
  width: 40%;
}

.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;
}
      
.phonenumbers {
  width:84%;
}

/* .divTableCell {
display: table-cell;
padding: 0px 5px;
width:55%;
}

.divTableCellQ {
  display: table-cell;
  padding: 0px 5px;
  width:55%;
} */

.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;
}

.legendsstyle {
  padding-left: 3px;
  padding-top: 10px;
}

.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;
  }

/* .divTableCellQ {
  display: table-cell;
  padding: 0px 5px;
  width: 55%;
  padding-left: 43px;
}

.divTableCell {
  display: table-cell;
  padding: 0px 5px;
  width: 55%;
} */

.phonenumbers {
    width:41%;
}

.Logo {
  width: 32%;
  padding-top: 10px;
}

.MailAddr1 {
  width: 44%;
  text-align: center;
}

.MailAddr2 {
    width: 33%;
    text-align: center;
    margin-top: 0px;
}

.legendsstyle {
  padding-left: 4px;
  padding-top: 10px;
}


}