/* 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;
}
.logo{
    width:32%;
}
 .header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.blank-line3 {
    display: inline-block;
    border-bottom: 1.5px solid black;
    width: 18%;
    height: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 40%;
    margin-right: 40%;}
.info-box{
    width:40%;
    padding-top: 20px;
}
.Mailing {
    display: inline-block;
    width: 100%;
}
.divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 15px;
    width:52%;
    
}
.divTableCellM {
    display: table-cell;
    padding-top: 6px;
    padding-right: 15px;
    width:52%;
}

.phonenumbers {
    width:40%;
    margin-top: -10px;
}
.divTableRow {
	display: table-row;
}
.divTableCell {
	display: table-cell;
	padding: 2px;
    width:59%;
}
.divTableCellBig {
    display: table-cell;
    padding: 5px;
    
}
.divTableCell2{display:table-cell;
}
.divTableCell3{
    display:table-cell;
    width:30%;
}
.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;
   }
   .line2 {
    display: inline-block; 
    border-bottom: 1.5px solid black;
    width: 100%; 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;
  }

  .grey-box2 {
    background-color: #e5e5e5;
    width: 40%;
    height: 50px;
    padding: 20px;
}





@media only screen and (max-width: 768px)
{
   .header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}
.logo{
    width: auto;
}
.info-box {
    width: auto; /* Full width on smaller screens */
    text-align: center;
}

.divTableCellN, 
.divTableCellM {
    display: block; /* Stack rows instead of using table-cell */
    width: 100%; /* Full width for better readability */
    padding-right: 0;
    text-align: center;
    white-space: normal;
}
  
  .phonenumbers{
   width: 85%;
   margin-top: -31px;
   padding-left: 10px;
}

.divAddressTable {
text-align: center;
   margin-bottom:30px;
}
.grey-box2 {
    background-color: #e5e5e5;
    width: 75%;
    height: 50px;
    padding: 20px;
    margin-bottom: 20px;
}
.blank-line3{
    display: inline-block;
    border-bottom: 1.5px solid black;
    width: 35%;
    height: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 30%;
    margin-right: 30%;
}

}
@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 {
       display: flex;
       justify-content: space-between;
       column-gap: 30px !important;
   }
   .grey-box2 {
    background-color: #e5e5e5;
    width: 50%;
    height: 50px;
    padding: 20px;
    margin-bottom: 20px;
}
.info-box {
    width: auto; /* Full width on smaller screens */
    text-align: center;
}

.divTableCellN, 
.divTableCellM {
    display: block; /* Stack rows instead of using table-cell */
    width: 100%; /* Full width for better readability */
    padding-right: 0;
    text-align: center;
    white-space: normal;
}
  
      .phonenumbers{
       width: 43%;
       margin-top: -31px;
       padding-left: 10px;
   }}

   @media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) 
{
    .phonenumbers{
    width: 45%;}
.info-box{width: 45%;}
}