/* 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;
}

.phonenumbers {
    width: 40%;
}

.divTableRow {
    display: table-row;
}

.divTableCellP {
    display: table-cell;
    width: 60%;
    padding: 2px;
}
.L1left{
    padding-top:10%;
}
.divTableCellK{
    display: table-cell;
    padding-bottom:7px;
}
.LRight{
width:55%;
}
.mailDate{
    padding-top: 30px;
    width: 45%;
}
.divTableCellM{
    display: table-cell;

}

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;
  }

  
.UniquePhoneTable  {
    width: 47%;
   
}

.divTableRowUnique {
    display: table-row;
}

.divTableCellUnique {
    display: table-cell;
    width: 65%;
    padding: 2px;
     vertical-align: bottom;
}
:lang(fa).divTableCellUnique,
:lang(ar).divTableCellUnique {
     display: table-cell;
    width: 65%;
    padding: 2px;
    vertical-align: baseline;
}
 .address-ltr1
{

    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block; 

  } 
:lang(ar).ltext ,
:lang(fa).ltext {
    display: block;
    margin-top: -27px;
    margin-left: 60px;
    margin-right: 45px;
    padding-bottom: 15px;
}

:lang(ar).ctext ,
:lang(fa).ctext {
    display: block;
    margin-top: -27px;
    margin-left: 60px;
    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%;
}
.LRight {
    width: 89%;
    text-align: center;
    padding-top: 20px;
}
.mailDate {
    padding-top: 0px;
    width: 80%;
    text-align: center;
}
.UniquePhoneTable  {
    width: 100%;
}

.divTableCellUnique{
    width:65%;
}
}

    /* 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: 40%;
         }
         .LRight {
            width: 45%;
            text-align: center;
            padding-top: 20px;
        }
        .mailDate {
            padding-top: 0px;
            width: 44%;
            text-align: center;
        }
         .UniquePhoneTable  {
             width: 55%;
             margin-inline-start: 12%;;
         }
       .divTableCellUnique{
    width:65%;
}
    }