/* 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: 5px;
}

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.line1 {
    border-bottom:1.5px solid black;
    width:25%;
    display: inline-block;
     margin-inline-start: 5px;
     margin-inline-end:5px;
}

.line1a {
    border-bottom:1.5px solid black;
    width:35%;
    display: inline-block;
       margin-inline-start: 5px;
     margin-inline-end:5px;
}

.form-field {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.form-field .line {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    height: 27px;
    margin-inline-start: 3px;
}

.line2 {
    border-bottom:1.5px solid black;
    width:100%;
    display: inline-block;
    height:30px;
    margin-inline-start: 3px;
}

.contact-line {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.blank-line1 {
    display: inline-block; 
    border-bottom:1.5px solid black;
    width:100%;
    height: 20px;
}

.mailDate2 {
   width:50%;
   display: table;
}

.divTableRow1 {
    display: table-row;
}

.divTableCellN1 {
    display: table-cell;
    padding-top: 6px;
    padding-right: 5px;
    text-align: left;
    width: 2%;
}

.divTableCellN2 {
    display: table-cell;
    padding-top: 6px;
    padding-right: 5px;
    text-align: left;
    vertical-align: bottom;
    width: 10%;
}


.address-ltr1{
      direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block;  
}
@media only screen and (max-width: 768px) {
.header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

.NameAddr {
  width: 100%;
}

.Left {
  width: 100%;
}

.contact-line {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    flex-direction: column;
    gap: 5px;
}


.address-ltr1{
      direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block;  
}
}

/* 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) {
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.contact-line {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    flex-direction: unset;
    gap: 0px;
}


.address-ltr1{
      direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block;  
}
}