.form-submit-button { 

  display: none !important; 
  
  } 

  /* Hide Print Button */ 

#print-preview { 

  display: none !important; 
  
  } 
/*edd logo to left*/

.eddlogo {
  float: left;

}

#form-element-wrapper_20
{
  visibility: hidden !important;
}

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 10px !important;
}


/*.L1right {   width:100%;
  } */

/*Phone numbers to center in table*/

.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    width:55%;
    padding: 3px;
}

.divTableCellG {
    display: table-cell;
    width:55%;
    padding: 3px;
}


:lang(fil) .divTableCell {
vertical-align: bottom;
}
:lang(fil) .divTableCellG {
vertical-align: bottom;
}

.L1left {
    width: 60%;
    margin-inline-start: 65px;
}
.L1right {
    float:right;
    width:70%;
}

:lang(ja) .L1right {
    width: 98%;
}
:lang(km) .L1right {
    width: 80%;
}
:lang(vi) .L1right {
    width: 85%;
}
:lang(ru) .L1left {
    width: 70%;
    margin-inline-start: 15px;
}
:lang(ru) .L1right {
    width: 80%;
}


ul,ol{
  margin-right:25px;
}


/*.divTableCell {
  display: table-cell;
  width:55%;
  padding: 3px ;
}
.L1right {
  float: right;
  width: 60%;}
.L1left {
  width: 50%;
  margin-left: 120px;
} */

/* Grid Code */

.divTableCellG {
  display: table-cell;
  padding: 3px ;
}


@media only screen and (max-width: 768px) {
  
  .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

  .divTableCell {
    display: table-cell;
    padding: 3px;
  }
  .divTableCell1 {
    
    padding-right: 61px;
}
.L1left, .L1right {
  float: none; /* Remove float */
  width: 80%; /* Adjust width as needed */
  margin: 0 auto; /* Center both divs */
  display: block; 
}

:lang(ja) .L1right {
    width: 80%;
}
:lang(km) .L1right {
    width: 80%;
}
:lang(vi) .L1right {
    width: 80%;
}
:lang(ru) .L1left {
    width: 80%;
    margin-inline-start:auto;
}
:lang(ru) .L1right {
    width: 80%;
}

#form-element-wrapper_21{
  padding-left:0px;
}

.special-padding {
  padding-left: 0px; /* Adjust the padding as needed */
}
.special-padding1 {
  padding-left: 5px; /* Adjust the padding as needed */
}

:lang(ar) .divTableCellG,
:lang(hi) .divTableCellG,
:lang(ja) .divTableCellG,
:lang(ko) .divTableCellG,
:lang(km) .divTableCellG,
:lang(zh-CN) .divTableCellG,
:lang(zh-TW) .divTableCellG,
:lang(vi) .divTableCellG,
:lang(hy) .divTableCellG {
vertical-align: bottom;
}

:lang(hy) .divTableCell,
:lang(ru) .divTableCell {
vertical-align: bottom;
}

}

@media screen and (max-device-width: 821px)
and (max-device-height: 1181px)
and (min-device-width: 819px)
and (min-device-height: 1179px) { 
:lang(ja) .L1right {
  width: auto;
}

:lang(vi) .divTableCell,
:lang(hy) .divTableCell,
:lang(ru) .divTableCell {
  vertical-align: bottom;
}

:lang(vi) .divTableCellG,
:lang(zh-CN) .divTableCellG,
:lang(zh-TW) .divTableCellG,
:lang(km) .divTableCellG,
:lang(ar) .divTableCellG,
:lang(hi) .divTableCellG,
:lang(ja) .divTableCellG {
  vertical-align: bottom;
}

}


@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;
}

.L1right {
  float: right;
  width: 57% !important;
}

.L1left {
  width: 57% !important;
}

:lang(fil) .L1left .L1right {
  width: 56% !important;
}

.divTableCell {
  width: 68%;
}

:lang(fil).divTableCell {
  width: 69%;
}

.divTableCellG {
  width: auto;
}

:lang(ar) .divTableCellG {
padding-bottom: 5px;
}


}