
/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_4{
      visibility: hidden !important;
    }
#form-element-wrapper_2{
    display: none;
}
    /* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.logo {
 width:40%;
}

/*Main CSS For header and explanation format */
.info-list {
width: 100%;
}
.row {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
.label2 {
    flex: 0 0 150px;
    padding-inline-end: 10px;
    width: 20px;
    
}
.content2 {
flex:1 1 300px;
padding-bottom: 15px;
}
.content3 {

padding-left:0px;
padding-top: 5px;
}
ul { 
margin-inline-start: 18px;
padding: 0px;
}
.ul-listItem {
padding-inline-start: 10px;
padding-top: 8px;
}
/*css for sublist*/
ul ul {
    margin-inline-start: 20px;
    padding-inline-start: 0;
}
ul ul li {
    padding-inline-start: 0;
}
/* CSS to add address in a single line*/
:lang(ar) .address-ltr,
:lang(fa) .address-ltr,
:lang(en) .address-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }

/* CSS to add URL in single line*/
:lang(fa) .url-ltr,
:lang(hi) .url-ltr,
:lang(ja) .url-ltr,
:lang(th) .url-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
/* CSS to add URL in single line*/
:lang(km) .url1-ltr,
:lang(zh-CN) .url1-ltr,
:lang(fil) .url1-ltr,
:lang(zh-TW) .url1-ltr,
:lang(ru) .url1-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
/* CSS For Toll numbers table */
.phonenumbers {
   
    width: 42%;
}


.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    padding: 3px;
    width:55%;
}

  @media only screen and (max-width: 768px)
 {
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        
    }
    .logo {
        width:auto !important;
    }
    :lang(hy) .header {
        width: 350px !important;
    }
    .divAddressTable {
           text-align: center;
           padding-left: 25px;}
           .notice{
            width:100% !important;
           }
     .label2 {
        flex: 1 1 100%;
        margin-bottom: 5px;
        margin-inline-end: 80%;
        width: 300px;
     }   
     .content2 {
        flex: 1 1 100%;
        margin-inline-end: 80%;
        margin-inline-start: 0px;
     }
     ul { 
        padding: 0px;
        margin-inline-start: 20px;
        }
    .ul-listItem {
        padding-inline-start: 10px;
        }
    ul ul {
        margin-inline-start: 22px;
    }
    .row {
        width: 500%;
        flex-direction: column;
        }
    /* CSS to add address in a single line*/
    :lang(ar) .address-ltr,
    :lang(fa) .address-ltr,
    :lang(en) .address-ltr {
          direction: ltr !important;
          unicode-bidi: embed;
          white-space: normal;
          display: inline-block;
          line-height: 28px;
        }
    /* CSS to add URL in single line*/
    .url-ltr {
    white-space: normal !important;
    display: contents !important;
    direction: ltr !important;
       }
    /* CSS to add URL in single line*/
    :lang(en) .url1-ltr,
    :lang(km) .url1-ltr,
    :lang(zh-CN) .url1-ltr,
    :lang(fil) .url1-ltr,
    :lang(zh-TW) .url1-ltr,
    :lang(ru) .url1-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
    .responsive-table-container {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
        }
    
    .responsive-table-container table {
            width: 100%; /* Ensure table takes up the full width of the container */
            min-width: 850px; /* Set a minimum width to maintain table readability */
        }

 }


 /* 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) 

{
    /* CSS to add address in a single line*/
    :lang(ar) .address-ltr,
    :lang(fa) .address-ltr {
          direction: ltr !important;
          unicode-bidi: embed;
          white-space: normal;
          display: inline-block;
          line-height: 28px;
        }
    /* CSS to add URL in single line*/
    :lang(hy) .url-ltr,
    :lang(km) .url-ltr,
    :lang(ru) .url-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
      }
   /* CSS to add URL in single line*/
    
    :lang(km) .url1-ltr,
    :lang(zh-CN) .url1-ltr,
    :lang(fil) .url1-ltr,
    :lang(pa) .url1-ltr,
    :lang(zh-TW) .url1-ltr,   
    :lang(ru) .url1-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
}