/* 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;
}

.address1{
    width: 65%;;
}

table {
    border-collapse: collapse;
    width: 100%;
    
   
  }
  td, th {
    border: 1.5px solid black;
    
    vertical-align: top;
    padding-bottom: 25px;
    padding-inline-start: 5px;
  }

  .bullets{
    font-weight: bold;
    width: 5%;
    text-align: center;
    padding:10px;
  }

  .table3 td,
  .table3 th {
    border: 1.5px solid black;
    vertical-align: top;
    padding: 5px;
  }

  .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;  
   }  


.jtext{    
    margin-top: -21px;
    margin-inline-start: 25px;
    margin-right: 10px;}

:lang(ar) .jtext,
:lang(fa) .jtext {
    margin-inline-end: 10px;
  }

.ltext {
    display: block;
    margin-top:-21px;
    margin-inline-start:25px;
}

:lang(ar) .ltext,
:lang(fa) .ltext {
    margin-top: -26px;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.custom-ol {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
  }

  .custom-ol li {
    counter-increment: item;
    margin-bottom: 8px;
  
  }

  .custom-ol li::before {
    content: counter(item) " ";
    font-weight: bold;
    margin-right: 6px;
  }
  .custom-ol5 {
    counter-reset: item 4; /* Start at 4 so first item is 5 */
    list-style: none;
    padding-left: 0;
  }
  
  .custom-ol5 li {
    counter-increment: item;
    margin-bottom: 8px;
  }
  
  .custom-ol5 li::before {
    content: counter(item) " ";
    font-weight: bold;
    margin-right: 6px;
  }
  .custom-ol9 {
    counter-reset: item 8; /* Start at 4 so first item is 5 */
    list-style: none;
    padding-left: 0;
  }
  
  .custom-ol9 li {
    counter-increment: item;
    margin-bottom: 8px;
  }
  
  .custom-ol9 li::before {
    content: counter(item) " ";
    font-weight: bold;
    margin-right: 6px;
  }
  ul,ol{
    margin-right:25px;
    padding-bottom:0px;
  }
  .ctext{
    display: block;
    margin-top: -22px;
    margin-inline-start: 30px;
  }

   :lang(ar) .ctext,
   :lang(fa) .ctext {
    margin-top: -26px;
    margin-inline-start: 33px;
  }

  .adjust{
    margin-inline-start: 15px;
  }
  .adjust1{
    margin-inline-start: 30px;
  }
  :lang(fa) .address-ltr {
    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;
    }
    .table-container {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
    }
    .table-container table{
        width:100%;
        min-width:850px;
    }

.address1{
    width: 100%;
}



}

/* 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) 

{


    .address1{
        width:auto;
    }

}