
/* Hide Submit Button */
.form-submit-button {
  display: none !important;
}

/* Hide Print Button */
#print-preview {
  display: none !important;
}
 /*Hiding Language dropdown*/

#form-element-wrapper_5{
    visibility: hidden !important;
  }*/
 
.jtext {
  
  padding-left: 9px;
  padding-right: 20px;
}*/
  .large-bullet::before {
    content: '\2022';
    /* font-size: 1.5em; Adjust size as needed */
    /* margin-right: 0.5em;*/
    display: inline-block;
  }
  /* ----------------- */
#form-element-wrapper_2{
display: none;
}
  .divTableRow1{
      display: table-row;
  }


  .divTableRow {
      display: table-row;
  }
  
  .divTableCell {
      display: table-cell;
      padding: 3px;
      width:55%;
  }
.divTable {
  padding-left:5%;
}


.divTable1 {
  display: table;
  width: 100%;
  padding-top: 10px;
}

.divTableBody {
  display: table-row-group;
}

.divTableRow {
  display: table-row;
}

.divTableCellb {
  display: table-cell;
 
 width:50%;
 padding-inline-start:35px;
}




.jtext{
      display: block;
    margin-top: -21px;
    margin-inline-start: 10px;
}
:lang(ar).jtext,
:lang(fa).jtext {
    display: block; margin-inline-start: 10px;
    margin-top: -25px;}



ul,ol{ margin-right:26px;
padding-bottom:2px!important;
}
@media only screen and (max-width: 768px) {
      
  .header_container {
      flex-direction: column;
      justify-content: center;
      align-items: center !important;
  }
  .divTableRow {
      display: grid;
  }

  .divTable {
      padding-left: 0%;
      padding-top:10px;
  }
  .divTableCellb {
     /* margin-right: -37%;*/
     display:flex;
     width:100%;
  }
  .jtext {
  
    padding-left: 9px;
    padding-right: 20px;
  }
  .divTableCell {
    display: table-cell;
    padding: 3px;
    width: 64%;
}
}



/* Media Query for iPad Mini */
@media only screen 
and (min-width: 768px) 
and (max-width: 768px) 
and (min-height: 1024px) 
and (max-height: 1024px)
{
  .divTable {
      padding-left: 10%;

  }
  /*.divTableCellb {
      display: table-cell;
      vertical-align: top;
      padding: 0 20px;
      padding-right: 120px;
  }*/
  
.divTable1 {
  display: table;
  width: 100%;
  padding-top: 15px;
}

.divTableBody {
  display: table-row-group;
}


.divTableCellb {
  display: table-cell;
  width:100%;
 /* vertical-align: top;
  padding: 0 20px;*/


}


}
