/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_48{
      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;
}

ul,ol {
    margin-right:20px;
  }
  /*---------------------for checkbox---------------------------*/
  .Checkboxsize {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 5%;
    border: 1px solid grey;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: not-allowed;
    margin-right: 8px;
    padding: 10px;
    margin-top: 10px;
    pointer-events: none;
}
/*------------------For Date Mialed NER --------------------------*/

 .header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.divTableRow {
    display: table-row;
  }
  
  .divTableCell {
    display: table-cell;
    padding: 3px 5px;
    width:61%;
  }
  
  .divTableCellN {
    display: table-cell;
    padding: 3px 5px;
   /* width: 68%;*/
  }
  
  
  
  
/*-------------------------for phone flip ----------------------------*/  
.divTableCell1{
    display: inline;

}
/*--------------------for checkbox ---------------------*/
.jtext{
    padding-right: 20px; 
    padding-left:9px;
}
/*--------------------For declaration ------------*/

.divTableW {
    display: table;
    width: 100%;
    border-collapse: collapse; /* Mimics table border collapse */
  }
  .divTableRowW {
    display: table-row;
  }


  .divTableCellW {
    display: table-cell;
    padding: 10px;
    text-align: center; /* Centers the content */
    width: 35%;
  }  


  .halfline {
    flex-grow: 0.7;
    border-bottom: 1.5px solid black;
    margin-left: -7px;
    margin-bottom: 8px;
    margin-right:-3px;
  }
  


.maildetails {
    width: 100%;
    padding-left: 35px;
    margin-top: 15px;
padding-right:35px;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.line {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-left: 5px;
    margin-bottom: 8px;
  margin-right:5px;
}

 .info {
    padding-top: 10px;
    padding-bottom: 10px;
 }
 .form-fieldW div {
    text-align: center;
    overflow-wrap: anywhere;
}
.form-fieldW .halflineW {
    border-bottom: 1.5px solid black; /* Corrected the spacing in the border property */
    width: 100%; /* Ensures the line spans the full width of the cell */
    margin-top: 20px;
    display: inline-block;
}

.form-fieldr {
    /*display: flex; */
      align-items: center;
      margin-bottom:5px;
    /*  margin-left: 10px;*/
      
  }
.form-field {
    display: flex; 
      align-items: center;
      margin-bottom:5px;
      /*margin-left: 10px;*/
}
      .form-fieldQ{
padding-left:10px;
      }
      .form-fieldM{
      padding-left: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    }
  .line12 {
    width: 6%;
    display: inline-block;
    border-bottom: 1.5px solid #000;
    height: 18px;
   
}
.request-payment{
padding-left:25px;
}
/*-----------------------For Address -------------------*/
.address {
    width: 65%;
}

/*---------------------------*/
.form-field1{
    display: flex
;
    align-items: center;
    margin-bottom: 5px;
    /* margin-left: 10px;*/
}


.jtext1 {
    display:block;
 
    margin-top:-20px;
    padding-left:60px ;
    margin-right: 50px;
    }

@media only screen and (max-width: 768px)
{
  
.header_container {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
}
   
.mailDate {
   /* margin-left: -21%;*/
    margin-top:-15px;
    }



.form-field {
     display: block;

    align-items: center;
    margin-bottom: 5px;
    /*margin-left: 10px;*/
}
.address{
    width:100%;
}

.request-payment{
    padding-left:16px;
    }
    .form-fieldM {
        padding-left: 10px;
         display: block
    ; 
        align-items: center;
        margin-bottom: 5px;
    }
 
}


 /* Media query for iPad mini */

 @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) 
 {      .mailDate {
    margin-left: -11%;
}
.L1left{
  padding-left:  11%;
 }
 .address {
    width: 49%;
}
.mailDate1{
    margin-left: 0%;
}
}