/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
   
  #form-element-wrapper_49{
      visibility: hidden !important;
    }

    /* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}
#form-element-wrapper_2
{
    display: none;
}

 .header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.address1{
    padding-bottom:20px;
}
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    padding-right:25px;
    padding-bottom:2px;

}
.Lright {
    width:70%;
 
}
.divTableRowA {
    display: table-row;
}

.divTableCellA {
    display: table-cell;
vertical-align:middle;
}
.addressBox {
    background-color: lightgrey;
    height: 105px;
    margin-top: 40px;
    margin-left: 20px;
    padding: 10px;
    padding-left:0;
     
}
.divTableCell1 {
    display: table-cell;
    padding: 1px;
    padding-left: 23px;
    padding-right: 28px;
}
.telephone  {
    float: right;
    width: 40%;
    margin-top: 30px;
}
.divTableCellt {
    display: table-cell;
   width:59%;
}
.LrightOffice
{
    padding-right:70px;
    padding-top:20px;
}
.mail
{width:44%;
    padding-top:20px;
}

.form-fieldr {
    display: flex;
    margin-bottom: 10px;
}

.form-field {
    display: flex;
    align-items: center;
   
}
.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;   
   
}
.linesmall {
    flex-grow: 0.12;
    display: inline-block;
    border-bottom: 1.5px solid #000;   
    margin-top: -12px;
    margin-bottom: -3px;
}
.sline {
    flex-grow: 0.35;
    border-bottom: 1.5px solid #000;   
    margin-bottom: 5px;
}

ol ul {
    list-style-type: disc;
}
ol,ul{
    margin-right:25px;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.Checkboxsize {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 5%;
    border: 1px solid grey;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    /*cursor: default;*/
    margin-right: 8px;  
    padding: 10px;
    margin-top:10px;
    pointer-events: none;
}
.jtext {
    margin-top: -9px;
     padding-left: 8px;
 padding-right: 10px;}
 .ltext {
    margin-top: -9px;
     padding-right: 10px;
     padding-left: 4px;
 }
 .high-contrast-red {
    color: #d32f2f; /* Bright red with better contrast */
}
    .warning-table {
        width: 100%; /* Adjust the width as needed */
        border-collapse: collapse; /* Collapse borders to make them appear as a single line */
        text-align: left; /* Align text to the left */
    }
    
    .warning-table th, .warning-table td {
        border: 1px solid black; /* Add borders to cells */
    overflow-wrap: anywhere;
        text-align: center; /* Center-align text in the headers */
    }

    .divTableW {
        display: table;
        width: 100%;
        border-collapse: collapse; /* Mimics table border collapse */
    }
    
    .divTableRowW {
        display: table-row;
    }
    
    .divTableCellW {
        display: table-cell;
        padding-right: 50px;
        text-align: center; /* Centers the content */
        width: 35%;
    }
    
    .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: 5px; /* Adds space below the line */
        display: inline-block;
    }
    
    .form-fieldW div {
        text-align: center;
        margin-top: -5px;/* Adds space between the line and the text */
    }

    .blank-line {
        display: inline-block;
        border-bottom: 1px solid black;
        width: 200px;
       }
       .blank-line1 {
        display: inline-block;
        border-bottom: 1px solid black;
        width: 213px;
       }
       li{
        padding-left: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;
}

:lang(Vi) .UniquePhoneTable{
  width: 49%;  
}
.dollar{
    margin-inline-start:5px;margin-inline-end:5px;
}
:lang(ar).dollar,
:lang(fa).dollar{
    margin-inline-start:5px;margin-inline-end:5px;
unicode-bidi: embed;
    display: inline-block;
    text-align: right;
    direction: ltr !important;}

    .form-fieldwrap{
            display: flex
;
    margin-bottom: 10px;
  
    }
    :lang(hy).form-fieldwrap,
     :lang(ru).form-fieldwrap,
      :lang(fil).form-fieldwrap{
        align-items: end;
    }
.address-ltr1
{

    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block; 

  } 

@media only screen and (max-width: 768px)
 {
    .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

.address1{
    text-align: center;
    padding-bottom:20px;
}
.Lright {
    display: contents;
}
.addressBox{
    width: 108%;  
 
}
.telephone { 
           width: 92%;
    margin-top: 20px;
}
.mail{
    padding-top:0;
    width:auto;
}
.LrightOffice{
    padding-right:0;
    width:auto;
}
.divTableCellW {
  
padding:10px;
    
}
.form-fieldr {
    display: block;
   
}
.UniquePhoneTable  {
    width: 100%;
}

.divTableCellUnique{
    width:65%;
}
:lang(Vi).addressBox
{
height:155px;
}
:lang(Vi) .UniquePhoneTable

 {
    width: 100%

;
}
.linesmall {
    flex-grow: 0.12;
    display: inline-block;
    border-bottom: 1.5px solid #000;
    margin-top: -12px;
    margin-bottom: -3px;
    width: 75px;
}
.form-field {
    display: block;
    align-items: center;
}
.form-fieldwrap {
    display: block
;
    margin-bottom: 10px;
}
 }

 /* 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) 
    
    {

    .addressBox {
        width: 47%;
     
    }
    .telephone {
        width: 42%;
       
    }
    .mail{
        padding-top:0;
        width: auto;
    }
             .UniquePhoneTable  {
             width: 55%;
             margin-inline-start: 12%;;
         }
       .divTableCellUnique{
    width:65%;
}

:lang(hy).addressBox
{
height:120px;
}

:lang(Vi).addressBox
{
height:150px;
}
    :lang(Vi) .UniquePhoneTable {
        width: 60%;
    }
        .form-fieldwrap {
        display: flex
;
        margin-bottom: 10px;
    }
    :lang(km)    .form-fieldwrap,
       :lang(ja)    .form-fieldwrap,
           :lang(Vi)    .form-fieldwrap {
        display: flex
;
        margin-bottom: 10px;
        align-items: end;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1180px)
{
    .LrightOffice{
        padding-right: 0;
    }
}


@media screen and (max-device-width: 821px)
and (max-device-height: 1181px)
and (min-device-width: 819px)
and (min-device-height: 1179px) {
:lang(Vi) .addressBox{
        height: 149px;
}
:lang(Vi) .UniquePhoneTable {
    width: 81%;
}
:lang(ru).UniquePhoneTable
 {width:52%;
white-space: normal !important;
}
:lang(ru).divTableCellUnique
 {width:62%;
white-space: normal !important;
}

:lang(hy).addressBox
 {width:45%;
white-space: normal !important;


}
    :lang(km)    .form-fieldwrap,
       :lang(ja)    .form-fieldwrap,
           :lang(Vi)    .form-fieldwrap {
        display: flex
;
        margin-bottom: 10px;
        align-items: end;
    }}