/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
/* Hide Print Button */
  #print-preview {
    display: none !important;
  }

/* Hide Additional wrapper sections */
#form-element-wrapper_2
{
    display: none;
}

/* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}

  /* Hiding Language dropdown*/
  #form-element-wrapper_1 {
      visibility: hidden !important;
  }

/*------------------------------------------------------*/

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.telephone {
    width: 42%;
}

.L1left {
    place-content: end;
}

.divTableRow {
    display: table-row;
}

.divTableCell {
   display: table-cell;
   width: 60%;
   padding:1px;
}

.divTableCellL {
   display: table-cell;
   width: 60%;
   padding:1px;
}

.maildetails {
    width: 40%;
}

.Office {
    width: 47%;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
} 

.alpha-list {
    list-style-type: upper-alpha; /* Use uppercase letters for list items */
}
.form-field {
    display: flex; 
    align-items: center;
    margin-bottom:15px;  
}
.form-field .text {  
    margin-bottom: 8px;
    padding-top: 10px;
}
.halfline {
    flex-grow: 1;
    border-bottom: 1.5px solid #f0f0f0;
    margin-left: 5px;
    margin-bottom: 8px;
}  
.line {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-left: 5px;
    margin-bottom: 8px;
    margin-right:5px;
}
.line1 {
    flex-grow: 1; /* div class lines styling */
    border-bottom: 1.5px solid #000;
    margin-left: 5px;
    margin-bottom: 14px;
    margin-right:5px;
    padding:8px;
}

.form-field2 {
    display: flex; /* Use flexbox for the container */
    align-items: center; /* Align items vertically */
    width: 100%; /* Ensure the container takes full width */
}
.linesmall{     
    display: inline-block;
    border-bottom: 1px solid black;
    margin-top: 3px;
    height: 17px;
    width: 80%;
    margin-bottom: 25px;
    margin-right: 15px;
}
.blank-line {
    display: inline-block; 
    border-bottom: 1px solid black;
    width: 200px;
}
.blank1 {
   display: inline-block;
   border-bottom: 1px solid black;
   width: 100px;
   height: 16px;
}
.newline {
    border-bottom: 1.5px solid #000;
    margin-left: 115px;
    margin-bottom: 10px;
    margin-right: 15px;
}

/*For Declaration table*/

.divTableW {
    display: table;
    width: 100%;
    border-collapse: collapse;
    /* Mimics table border collapse */
}
.divTableRowW {
    display: table-row;
}
.divTableCellt {
    display: inline;
    padding:2px;}
.divTableCellW {
    display: table-cell;
    padding-right: 10px;
    text-align: center;
    width: 5%;
    padding-top: 75px;
    padding-bottom: 0px;
}
.form-fieldW .halflineW {
    border-bottom: 1.5px solid black;
    /* Corrected the spacing in the border property */
    width: 100%;
    /* Ensures the line spans the full width of the cell */
    margin-bottom: -3px;
    /* Adds space below the line */
    display: inline-block;
}
.form-fieldW div {
    text-align: center;
    margin-top: 1px;
    /* Adds space between the line and the text */
}

ul,ol {margin-right:20px;}


.divTableCellnew4 {
    display: table-cell;
    padding-top: 5px;
    width: 25%;
    align-content: end;
    padding-inline-start: 20px;
}
label {
    margin-right: 10px;
}
input.Checkboxsize {
    margin-right: 7px;
    margin-left:7px;
}
.Checkboxsize {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 5%;
    border: 1px solid grey;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-right: 8px;
    padding: 10px;
    margin-top: 10px;
}

/* **************************** */ 
.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; 

} 
/* Responsive code for Mobile Devices */ 

@media only screen and (max-width: 768px)
{
   .header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}

.telephone {
    width: 80%;
    padding-top: 0px;
    padding-bottom: 30px;
}

.divTableCell {
    width:55%;
    padding:2px;
    vertical-align: bottom;
}

.divTableCellL {
   width: 100%;
}
      
.maildetails {
width: 65%;
}
.Office {
padding-top: 10px;
width: 65%;
}

.form-field {
    display: block;
}

.divTableCellnew4 {
    padding-inline-start: 0px;
    padding-top: 10px;
}
.line {
    margin-left: 0%;
    margin-right: 0px;
}
.line1 {
    margin-left: 0px;
    margin-right: 0px;
}
.divTableRowW {
    display: block;
    width: auto;
    margin-top: 20px !important;
}
.divTableCellW {
    display: block;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
        .UniquePhoneTable {
        width: 100%;
        padding-top: 15px;
    }
        .divTableCellUnique {
        width: 65%;
    }
}
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {
.divTableCellnew4 {
    width: 30%;
}
}
/* 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;
}
.telephone {
    width: 38%;
    padding-top:20px;
}
.maildetails {
    width: auto;
}
.Office {
  width: auto;
}
.divTableRowW {
    display: table-row;
    margin-top: 40px !important;
}
.divTableCellW {
    display: table-cell;
    padding-right: 10px;
    text-align: center;
    width: 5%;
    padding-top: 75px;
    padding-bottom: 0px;
}
     .UniquePhoneTable {
        width: 55%;
        margin-inline-start: 12%;
                padding-top: 15px;
    }
        .divTableCellUnique {
        width: 65%;
    }
}