/* 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;
}

.telephone {
    width: 40%;
    padding-top:20px;
}

.L1left {
    padding-bottom: 20px;
    place-content: end;
}

.logo { 
    width: 47%;
}

.divTableRow {
	display: table-row;
}

.divTableCell {
   display: table-cell;
   width: 60%;
   padding:1px;
}

.divTableCellK {
	display: table-cell;
	border: 0px solid #ddd;
	padding: 2px;
}

.maildetails {
    width: auto;
    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;
}   
.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: 84%;
    padding-top: 0px;
    padding-bottom: 30px;
}

.divTableCell {
    width:55%;
    padding:2px;
}

.logo {
    margin-top: 20px;
    width: auto;
}

.L1left {
    padding-top: 30px;
    padding-bottom: 0px;
    place-content: end;
}

.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%;
    padding-top:20px;
}

.maildetails {
    max-width: auto;
}
.UniquePhoneTable  {
             width: 55%;
             margin-inline-start: 12%;;
         }
       .divTableCellUnique{
    width:65%;
}
}