
/* Hide Submit Button */
.form-submit-button {
  display: none !important;
}
/* ------------------ */

/* Hide Print Button */
#print-preview {
  display: none !important;
}
/* ----------------- */

/* Hiding Language dropdown*/

#form-element-wrapper_3{
    visibility: hidden !important;
  }
/* ----------------- */

/* Hiding extra space at footer*/
  #form-element-wrapper_2 { 
   display:none;
  }
  
  :lang(ar) .address-ltr,
  :lang(fa) .address-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 40px !important;
}

/* CSS for EDD logo */
.L1right {
  /*padding-right: 53px;*/
  width:33%;
}

/* CSS for Title Heading */
.firstheading {
  text-align: center;
  padding-bottom: 10px;
}

.Para1 {
  margin-bottom: 5px;
}

.Para2 {
  margin-bottom: 5px;
}

.Para3 {
  margin-bottom: 4px;
}

.Para4 {
  margin-bottom: 5px;
  margin-top: -7px;
}

.Para5 {
  margin-bottom: 6px;
  margin-top: -15px;
}

.listitem1 {
  font-size: 16px;
  padding-bottom: 4px;
  padding-left: 10px;
}

.listitem2 {
  font-size: 16px;
  padding-bottom: 4px;
  padding-left: 10px;
}

.listitem3 {
  font-size: 16px;
  padding-bottom: 0px;
  padding-left: 10px;
}

ul,ol { 
  margin-left: 18px;
  margin-right: 25px;
}


.divTableRow {
  display: table-row;
  width: 55%;
}

.divTableCellN {
  display: table-cell;
}

.divTableCell {
  display: table-cell;
  width:51%;
}

.phonenumbers {
  width: 33%;
}

.grey-box {
  background-color: #e5e5e5;
    width: 120%;
    height: 60px;
    padding: 20px;
    margin-left: 50px;
    margin-right: 25px;
}

.info-box {
  width: 300px; 
  border: 1px;
  padding-left: 10px;
  padding-right: 55px;
  margin-bottom: 30px;
  padding-top: 20px;
}

.divTableCell2 {
    display: table-cell;
    padding: 3px;
  }

.Para6 {
    margin-top: -12px;
    margin-bottom: 5px;
  }

.Para7 {
    margin-bottom: 8px;
  }

.Para8 {
   margin-bottom: 5px;
   margin-top: 0px;
  }

.Para9 {
    margin-bottom: 5px;
  }

.Para10 {
    margin-bottom: 20px;
  }

.paraspace {
    padding-top: 7px;
  }

.paraspace1 {
    margin-bottom: -18px;
  }

.paraspace2 {
    padding-top: 0px;
    margin-bottom: -25px;
  }

.boxspace {
    margin-top: -10px;
    margin-bottom: -5px;
  }

  .insidebox1 {
    margin-bottom: -16px;
    margin-top: -17px;
  }

  .insidebox2 {
    margin-top: -15px;
    margin-bottom: -8px;
  }
  
.boxbelow {
  margin-top: -12px;
  margin-bottom: -15px;
  }


/* Media Query */
  @media screen and (max-device-width: 768px) 

  {
   
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    :lang(ar) .address-ltr,
:lang(fa) .address-ltr {
  direction: ltr !important;
  unicode-bidi: embed;
  white-space: normal;
  display: inline-block;
  line-height: 28px;
}

    .L1left {   
      text-align:center;
      padding-bottom:20px;
    }

    .L1right {
      /*margin-right: 120px;*/
      width: 68%;
    }

    .phonenumbers {
      width: 70%; 
  }
  
  .grey-box {
    background-color: #e5e5e5;
    width: 80%;
    height: 60px;
    padding: 20px;
    margin-right: 60px;
}

  }


/* 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)

{

  .L1right {
    width:33%;
  }

  .phonenumbers {
    width: 36%;
  }

  .grey-box {
        background-color: #e5e5e5;
        width: 35%;
        height: 60px;
        padding: 20px;
  }

}
  /* ----------------- */
  @media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 820px) 
  and (min-device-height: 1180px) 
  and (max-device-height: 1180px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    :lang(ar) .address-ltr,
    :lang(fa) .address-ltr {
      direction: ltr !important;
      unicode-bidi: embed;
      white-space: normal;
      display: inline-block;
      line-height: 28px;
    }
}