/* 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;
}

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
/* Styling EDD logo and Seal with line */
.logo-left {
    padding-top: 45px;
  }
  
  .seal-right {
    margin-top: -10px;
  }
  
  .line1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2.2px;
    background-color: black;
    margin-top: -26px;
  } 
  .right1{
    width:30%;
padding-top:10px;}
:lang(hy) .right1,
:lang(fil) .right1,
:lang(ru) .right1{
      width:36%;
padding-top:10px;
}

.right2{
    width: 40%;
   
    padding-top: 10%;
}
    .blanklinecallout {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

    .blank-line {
        width: 50%;
        display: inline-block;
        border-bottom: 1.5px solid #000;
        height: 18px;
        margin-inline-start: 5px;
    }
    

    /* Container for the Corner box */ 

.corner-boxN {
    position: relative;
    width: 55%;
    height: 150px;
    margin-top: 20px;
    margin-left: 27px;
    }
    
    /* Top left corner */
    .corner-boxN::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px; /* Length of the corner line */
    height: 20px;
    border-top: 1px solid black; /* Top border */
    border-left: 1px solid black; /* Left border */
    }
    
    /* Bottom right corner */
    .corner-boxN::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid black; /* Bottom border */
    border-right: 1px solid black; /* Right border */
    }
    
    /* Top right corner */
    .corner-boxN .top-rightN {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-top: 1px solid black;
    border-right:1px solid black;
    }
    
    /* Bottom left corner */
    .corner-boxN .bottom-leftN {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    }
    
    .jtext {
        margin-top: -9px;
         padding-left: 8px;
     padding-right: 10px;
     }
     .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;  
        }  
        .line {
            width: 50%;
            display: inline-block;
            border-bottom: 1.5px solid #000;
            height: 18px;
            margin-bottom: 7px;
        }
        .line2{
            width: 30%;
            display: inline-block;
            border-bottom: 1.5px solid #000;
            height: 18px;
            margin-bottom: 7px;
            margin-inline-end: 20px;
            margin-inline-start: 3px;
        }
        .line3{
            width: 15%;
            display: inline-block;
            border-bottom: 1.5px solid #000;
            height: 18px;
            margin-bottom: 7px;
            margin-inline-start:2px;
        }
        .insideline {
            width: 35%;
            display: inline-block;
            border-bottom: 1.5px solid #000;
            height: 18px;
            margin-bottom: 7px;
             margin-inline-start:2px;
        }
        .form-field{
            display:flex;
        }

        @media only screen and (max-width: 768px)
 {
    .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}
.moveDown{
    display: block;
}
.line1 {
    margin-top: -150px;
  } 
.right2{
    width:100%;
            text-align: center;
}

h1{
    text-align: center;
}
.right1 {
    width: auto;
    text-align: center;
    padding-top: 10px;
}
.corner-boxN{
    width:90%;
    margin-left:0;
}
.line{
    width:100%;
}
.seal-right{
    margin-top: 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) 

{  .corner-boxN{
    width:65%;
}
}

@media only screen 
and (min-device-width: 820px) 
and (max-device-width: 1180px) 
and (-webkit-min-device-pixel-ratio: 2) {


    .right2{
        width: 45%;
    }
}