CONTACT US
.ksu-dir{
--green:#0084BD;
--line:#0084BD;
--text:#1f2d3a;
--muted:#5b6b79;
--r:14px;
max-width:920px;
margin:18px auto;
padding:14px 16px;
border:2px solid var(--line);
border-radius:var(--r);
background:#fff;
}
/* RTL */
html[dir="rtl"] .ksu-dir{
direction:rtl;
}
/* LTR */
html[dir="ltr"] .ksu-dir{
direction:ltr;
}
.no-border-table{
border: none !important;
box-shadow: none !important;
background: transparent !important;
}
/* remove any inherited borders */
.no-border-table table,
.no-border-table tbody,
.no-border-table tr,
.no-border-table td{
bord