/* 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;
    }
    #form-element-wrapper_2
    {
        display: none;
    }
    /* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}
.LeftLines{
    margin-top: 5px;
}

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.phonenumbers {
    width: 40%;
}

.divTableRow {
	display: table-row;
}
.divTableCellP {
	display: table-cell;
width: 58%;
	padding: 2px;
    vertical-align: bottom;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .blank-line {
    width: 400px;
    display: inline-block;
    border-bottom: 2px solid #000;
 margin-bottom:5px;
}

.rectangle-box {
    width: 310px;
    height: 125px;
    border: 1px solid black;
    margin-right: 6%;
    margin-left: 5%;

}

.RightLines{
    margin-top: 30px;
    width: 43%;
}


.divTableRow {
    display: table-row;
}



.Checkboxsize {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 5%;
    border: 1px solid grey;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-right: 8px;
 
    
}

.jtext {
   display:block;
   margin-top:-21px;
   padding-left: 40px ;
   margin-right: 40px;
   }
ul,ol{margin-right:20px;}
.styled-list {
    counter-reset: list-counter; /* Reset counter */
    padding-left: 20px; /* Add spacing */
    list-style: none; /* Remove default numbering */
}

.styled-list li {
    counter-increment: list-counter; /* Increment counter */
    margin-bottom: 10px; /* Add space between items */
    display: flex;
    align-items: flex-start;
    position: relative;
}

.styled-list li::before {
    content: "(" counter(list-counter, lower-alpha) ") "; /* Add (a), (b), (c), etc. */
 
    margin-right: 10px;
    margin-left: 10px;
}
label{
    padding-bottom:0;
}

.signature-line {
    display: flex;

    justify-content: flex-start;
    margin-top: 20px;
    width: 100%;
}

.line {
    width: 330px; /* Length of the line */
    border-bottom: 1px solid black;
    text-align: center;
    margin-right: 10px; /* Adjust spacing if needed */
}

.label1 {
    text-align: center !important;
}
    .line-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto; /* Adapts to text width */
    }
    
    .line1 {
        display: inline-block;
    border-bottom: 1px solid black;
    width: fit-content; /* Expands with the text width */
    min-width: 180px; /* Prevents it from being too small */
    padding: 2px 10px;
    }
    
    .label1 {
        text-align: center;
        white-space: nowrap; /* Prevents text from breaking */
        margin-top: 5px;
    }
    .signature-line1 {
        display: flex;
    
        justify-content: center;
        margin-top: 20px;
        width: 100%;
    }

    @media only screen and (max-width: 768px)
 {
    .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}
.phonenumbers{width:80%;}
.divTableCellP{
    width:57%;
}

.LeftLines{
    margin-top:20px;
    width:100%;
}
.RightLines{
    width:100%;
}
.styled-list{
    padding-left:0;
    margin-right:0;
}
 }

 @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) 

{
    .phonenumbers{width:43%;}


    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

    .LeftLines{
        margin-top:20px;
        width:45%;
    }
    .RightLines{
        width:45%;
    }
.signature-line{width:45%;}



}