
/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  
   /* TO CONTROL SCREEN H-SCROLL*/ 
  /* .form-item { 
    display: block; 
    overflow: hidden; 
    padding-left: inherit; 
    padding-bottom: 16px; 
  } */
  
  /*to hide the blank space below the form footer*/
  #form-element-wrapper_2
  {
    display: none;
  } 
  
  #form-element-wrapper_34
  {
    display: none;
  } 
  
  /* To hide the Language Dropdown*/
  #form-element-wrapper_1 
  {  
    visibility: hidden !important;
  } 
  
  /*------------------------------------------------------*/
  
  .header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
  }
  
  .legendsstyle {
    padding-left: 3px;
    font-weight: normal;
  }
  
  .phonenumbers {
    width: 43%;
    /*width: 50%*/
  }
  
  .divTableRow {
    display: table-row;
  }
  
  .divTableCell {
    display: table-cell;
    padding: 1px;
  
    width: 64%;
  
  }
  
  /* Mail Date first Section alignment fix */
  
  .mailDateX {
    position: relative; 
    margin-top: 5px; 
  }
  
  .divTableCellNX {
    display: table-cell;
    padding-top: 6px;
    padding-right: 3px;
    width:72%;
    text-align: right;
  }  
  
  .blank-line1X {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:175px;
  padding-left: 2px;
  padding-right: 2px;
  }
  
  /* **************************************** */
  
 
  .blank-line {
    display: inline-block; 
    border-bottom: 1px solid black;
    /*width:375px;*/
    width:350px;
  }
  
  .blank-line1 {
    display: inline-block; 
    border-bottom: 1px solid black;
    width:175px;
  }
  
  .blank-line2 {
    display: inline-block; 
    border-bottom: 1px solid black;
    /*width:243px;*/
    width:300px;
  }
  
  .jtext {
    display: block;
    padding-left: 25px;
    margin-right: 30px;
    padding-top: 4px;
    margin-top: -25px;
  }
  
  .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;  
  } 
  
  .form-field {
    display: flex;
    align-items: center;
  }
  
  .blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
   
  .divTableW {
    display: table;
    width: 80%;
    border-collapse: collapse;
    margin-left: 8%;
    margin-right: 10%;
  }
  
  .divTableRowW {
    display: table-row;
  }
  
  .divTableCellW {
    display: table-cell;
    padding: 10px;
    text-align: start; /* Centers the content */
    width: 22%;
  }
  
  .halfline {
    flex-grow: 0.7;
    border-bottom: 1.5px solid black;

    margin-bottom: 4px;
  }
  

  
  /* Responsive code for Mobile Devices */
  
  @media screen and (max-device-width: 768px) {
  
  .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }
  

  .divTableCellNX {
    display: block;
    width: auto;
    text-align: center;
  }
  
  .blank-line1X {
    width: 135px;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 15px;
    height: 10px;
  }
   .divTableCellW{
    display: block;
    width:100%;
   }
  
  .Logo {
    width: 66%;
    padding-top: 10px;
  }
  
  
  .legendsstyle {
    padding-left: 3px;
    padding-top: 10px;
  }
  
  .phonenumbers {
    /* width:84%; */
    width:100%;
    margin-top:20px;
  }
  
  .divTableCell {
    display: table-cell;
    padding: 3px;
    /* width: 57%; */
    width: 63%;
  }
  }
  
  @media screen and (max-device-width: 821px) 
  and (max-device-height: 1181px) 
  and (min-device-width: 819px) 
  and (min-device-height: 1179px) 
   {
    .mailDate {
      float: right;
      width: 48%;
    }
    .phonenumbers {
      width: 48%; 
    }
  }  
  
  
  /* 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) 
  
  {
  
  .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }
  
  .legendsstyle {
    padding-left: 4px;
    padding-top: 10px;
  }
  
  .phonenumbers {
    /*width:41%;*/
    width:51%;
  }
  
  .divTableCell {
    display: table-cell;
    padding: 3px;
    /* width: 57%; */
    width: 65%;
  }
  
  .Logo {
    width: 32%;
    padding-top: 10px;
  }
  
  .mailDate {
    float: right;
    width: 49%;
  }
  

 
  
  }