/* Hide Submit  and Print Button */
.form-submit-button {
    display: none !important;
  }
  
  
  #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;
}

  
    .header_container {
      display: flex;
      justify-content: space-between;
      column-gap: 30px !important;
  }
  .phonenumbers {
    width:40%;
   
}
.divTableRow {
	display: table-row;
}
.divTableCell {
	display: table-cell;

    width:54%;
}
.divTableCellq {
	display: table-cell;

}
.maildetails {
    width: 40%;


}
.blank-line{
    display: inline-block;
    border-bottom: 1px solid black;
    width: 30%;
    height:19px;
   }
   .last-line1{
    display: inline-block;
    border-bottom: 1px solid black;
    width: 350px;
    height: 19px;
   
   }
   .last-line2{
    display: inline-block;
    border-bottom: 1px solid black;
    width: 120px;
    height: 19px;
    margin-left: 5px;
   }

   .blank-line1{
    display: inline-block;
    border-bottom: 1px solid black;
    width: 15%;
    height:16px;
 
   }
   .blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.grey-box {
    background-color: #e5e5e5;
    width: 295px;
    height: 60px;
  
    padding: 20px;}
    td{
        width:50%;
    }
    .styled-table table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid black;
    }
    .styled-table th, 
    .styled-table td {
        border: 1px solid black;
        /*padding: 8px;  Optional: Adds padding inside cells */
        text-align: center;
        vertical-align: bottom;
    }
    
    .styled-table td {
        text-align: left; /* Default text alignment */
        padding-left:10px;
        padding-top:5px;
    }
    .styled-table td[style*="text-align: right;"] {
        text-align: right; /* Override for specific cells */
    }
    ul,ol{
        margin-right:20px;
    }
    
.Checkboxsize {  
    width: 14px;  
    height: 14px;  
    background-color: white;  
    border-radius: 5%;  
    vertical-align: middle;  
    border: 1px solid gray;  
    appearance: none;  
    -webkit-appearance: none;  
    outline: none;  
   }  

    @media screen and (max-device-width: 768px) {
   
        .header_container {
            flex-direction: column;
            justify-content: center;
            align-items: center !important;
        }
    
        .phonenumbers{width:78%;}
    .maildetails{
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    
    .divTableCellq{
        display: inline;
    }
    .checkbox1{
    display: table-cell;
    }
    .last-line1{width:200px;
    margin-bottom:10px;
margin-top:10px;}
.blank-line{

    width:50%;
}


    }

    @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;
    }
.maildetails{  width:28%;
    text-align: center;
    padding-bottom: 30px;}
    .phonenumbers{width:36%;}
.blank-line{width:30%;}

.checkbox1{
    display:block ;
}
.divTableCellq{display: table-cell;}
}
