/* Hide Submit  and Print Button */
.form-submit-button {
    display: none !important;
  }
  
  #print-preview {
      display: none !important;
  }
  
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_23{
      visibility: hidden !important;
    }

    #form-element-wrapper_2{ display:none;}

    
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.Mailing{
    padding-left:15px;
    padding-right:15px;
}
.BYBOffice{
    width:44% !important;
}
.telephone {
    width: 44% !important; 

}
.divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 3px;
}
.L1left {
    padding-bottom: 20px;
    place-content: end;
}



.divTableRow {
	display: table-row;
}

.divTableCell {
   display: table-cell;
   width: 60% !important;
   padding:1px;
   align-content: flex-end;
   white-space: nowrap !important;
}

.divTableCellK {
	display: table-cell;
	border: 0px solid #ddd;
	padding: 2px;
}

.maildetails {
    width: 40%;
    margin-top: 20px;
}

.box {
    position: static !important;
    width: 98%;
    height: 90%;
    border: 1px solid black;
    padding-left: 5px;
    margin-top: 20px;
    margin-left: 1px;
    text-align: left;
    padding: 5px;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}   
ul,ol {
    margin-right: 20px;
  }
  
.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;
} 
@media screen and (max-device-width: 768px) {
   
.header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

.telephone {
    width: 87% !important;
 
}

.divTableCell {
    width:60% !important;
    padding:2px;
    white-space: nowrap !important;
}
.BYBOffice {
    width: 87% !important;
}


.box {
    width: 95% !important;
}
.UniquePhoneTable  {
    width: 100%;
}

.divTableCellUnique{
    width:65%;
}
}

/* Media Query for iPad Mini */

@media only screen 
and (min-width: 768px) 
and (max-width: 768px) 
and (min-height: 1024px) 
and (max-height: 1024px) {
 
.header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

.telephone {
    width: 40% !important;
    padding-top:0px !important;
}

.maildetails {
    max-width: 12%;
}
.BYBOffice {
    width: 39% !important;
}
         .UniquePhoneTable  {
             width: 55%;
             margin-inline-start: 12%;;
         }
       .divTableCellUnique{
    width:65%;
}
}