/* 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;
}


 .header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.L1left{
    width:42%;
}
.phonenumbers {
    width: 42%;
   
}

.divTableRow {
    display: table-row;
}

.divTableCellP {
    display: table-cell;
    width: 59%;
    padding: 2px;
    vertical-align:bottom;
}

.divTableCellK{
    display: table-cell;
    padding-bottom:7px;
}
.LRight{
width:55%;
}

.divTableCellM{
    display: table-cell;
    text-align: end;
    padding-bottom: 10px;
}

ol.custom-list {
    list-style: none; /* Remove default numbering */
   
  }

  .ltext{
    display: block;
    margin-top: -20px;
    margin-left: 60px;
    margin-right: 45px;
    padding-bottom:15px;
  }
  .ctext{
    display:
    
    block;
    margin-top: -20px;
    margin-left: 45px;
    margin-right: 45px;
    padding-bottom:15px;
  }

  
@media only screen and (max-width: 768px)
{
   .header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}
.phonenumbers {
    width: 83%;
}
.divTableCellP{
    width:58%;
}
.LRight {
    width: 89%;
    text-align: center !important;
    padding-top: 20px;
}
.mailDate {
    padding-top: 0px;
    width: auto;
    margin-top:20px;
    text-align: center !important;
}
.Left1{
    text-align: center !important;
    margin-bottom: 20px;
}
.L1left{
    margin-bottom:20px;
    width: auto;
}
.divTableCellM{
    text-align: center !important;
}
}

    /* 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;
         }
         .phonenumbers {
             width: 42%;
         }
         .LRight {
            width: 45%;
            text-align: center !important;
            padding-top: 20px;
        }
        .mailDate {
            padding-top: 0px;
            width: auto;
            text-align: center !important;
        }

    }