

/* Hide Submit Button */
.form-submit-button {
    display: none !important;
}

/* ------------------ */

#form-element-wrapper_23{
    visibility: hidden !important;
  }

/* Hide Print Button */
#print-preview {
    display: none !important;
}

/* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}
.grey-boxContents {
    background-color: #e5e5e5;
    width: 40% !important;
    float: left;
    position: relative;
    height:100px ;
    margin-bottom: 0px !important;
}
.grey-boxContents1 {
    background-color: #e5e5e5;
    width: 40% !important;
    float: left;
    position: relative;
    height:100px;
    margin-top:14% !important;
}
/* Hiding extra space at footer*/

#form-element-wrapper_18{ display:none;}

/* ----------------- */

    #form-element-wrapper_2{ display:none;}

    
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 27px !important;
}
:lang(ar) .address-ltr, 

:lang(fa) .address-ltr,
:lang(pu) .address-ltr ,
:lang(fil) .address-ltr  { 

  direction: ltr !important; 

  unicode-bidi: embed; 

  white-space: nowrap; 

  display: inline-block; 

} 
ul,ol {
    margin-right: 20px;
  }
   
.phonenumbers {
    width: 45% !important;
}

.L1left {
    padding-bottom: 20px;
    place-content: end;
}

.logo { 
    width: 30% !important;
}
.address_block {
    margin-left: 30%;
    margin-right: 30%;
    padding-bottom: 20px;
}
.divTableRow {
	display: table-row;
}
.legendsstyle {
    padding-left: 3px !important;
}
.divTableCell {
    display: table-cell;
    padding: 3px 3px;
    width: 62%;
    align-content: flex-end;
    white-space:nowrap !important;
}

.divTableCellK {
	display: table-cell;
	border: 0px solid #ddd;
	padding: 2px;
    padding: 3px 10px;
}

.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;
}   
.Adjust{
    margin-inline-start: 4px;
}

:lang(vi) .address-ltr
{ 

  direction: ltr !important; 

  unicode-bidi: embed; 

  white-space: nowrap; 

  display: inline-block; 

} 
@media screen and (max-device-width: 768px) {
   
.header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

.phonenumbers {
    width: 90% !important;
}

.legendsstyle {
    padding-top: 15px !important;
}

.logo {
    margin-left:0% !important;
    width:70% !important;
    
}
.address_block {
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 20px;
}
.box {
    width: 95% !important;
}

.grey-boxContents {
    background-color: #e5e5e5;
    width: 76% !important;
    float: left;
    position: relative;
    height:100px ;
    margin-bottom: 15px !important;
}
.grey-boxContents1 {
    background-color: #e5e5e5;
    width: 76% !important;
    float: left;
    position: relative;
    height:100px;
    margin-top:0% !important;
}
.divTableCell {
    display: table-cell;
    padding: 3px 3px;
    width: 62%;
    align-content: flex-end;
    white-space:nowrap !important;
}
}

/* 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;
}
.address_block {
    margin-left: 28%;
    margin-right: 28%;
    padding-bottom: 20px;
}
.phonenumbers {
    width: 43% !important;
}
.divTableCell{
white-space: nowrap !important;
}
.maildetails {
    max-width: 12%;
}
.grey-boxContents {
    background-color: #e5e5e5;
    width: 50% !important;
    float: left;
    position: relative;
    height: 100px;
    margin-bottom: 15px !important;
}
.logo {
    margin-left: 0% !important;
    width:35% !important;
}
.grey-boxContents1 {
    background-color: #e5e5e5;
    width: 50% !important;
    float: left;
    position: relative;
    height: 100px;
    margin-top: 0% !important;
}
}