/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_16{
      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;
}

.phonenumbers {
    width:40%;
    margin-top: -10px;
}
.divTableRow {
	display: table-row;
}
.divTableCell {
	display: table-cell;
	padding: 2px;
    width:54%;
}
.divTableCellBig {
    display: table-cell;
    padding: 5px;
    
}
.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;  
   }  
.jtext {
    display:block;
    margin-top: -20px; 
    padding-left: 35px ;
    margin-right: 20px;
    }
    .ltext {
        display: block;
        margin-top: 15px;
        padding-left: 35px;
        margin-right: 20px;
    }
    .otext {
        display: block;
        margin-top: 15px;
        padding-left: 35px;
        margin-right: 15px;
    }

    .blank-line {
        display: inline-block; 
        border-bottom: 1px solid black;
        width: 20%;
       }
       .blanklinecallout {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    ul,ol{
        margin-right:20px;
    }


    @media only screen and (max-width: 768px)
 {
    .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

.info-box{
    width:50%;
    margin-top: -30px;
   }
   .phonenumbers{
    width: 77%;
    margin-top: -31px;
    padding-left: 10px;
}

.divAddressTable {

    margin-bottom:30px;
}



 }
 @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;
    }

    .info-box{
        width:27%;
        margin-top: -30px;
       }
       .phonenumbers{
        width: 45%;
        margin-top: -31px;
        padding-left: 10px;
    }}