html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

/**
 * common colors
 */
/**
 * notification colors
 */
/* slick */
/* boxshadow */
/* gradients */
/**
 * common colors
 */
/**
 * notification colors
 */
/* slick */
/* boxshadow */
/**
* common styles
*/
/**
 * common colors
 */
/**
 * notification colors
 */
/* slick */
/* boxshadow */
/**
 * common colors
 */
/**
 * notification colors
 */
/* slick */
/* boxshadow */
/* gradients */
body {
  line-height: 1.2;
  font-size: 1rem;
  color: #333333;
  overflow-x: hidden !important;
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

.heading-h5, h5,
.heading-h4, h4,
.heading-h3, h3,
.heading-h2, h2,
.heading-h1, h1 {
  font-family: "Gotham-Medium";
}

.txt-regular, body {
  font-weight: 400 !important;
}

.txt-bold, .heading-h5,
h5, .heading-h4,
h4, .heading-h3,
h3, .heading-h2,
h2, .heading-h1,
h1 {
  font-weight: 700 !important;
}

.txt-semi-bold {
  font-weight: 500 !important;
}

.txt-md-bold {
  font-weight: 600 !important;
}

.base-page {
  min-height: calc(100vh - 27rem);
}
@media only screen and (max-width: 767px) {
  .base-page {
    min-height: calc(100vh - 42rem);
  }
}

@media only screen and (max-width: 767px) {
  .web-only,
  .for-dt {
    display: none !important;
  }
}

@media only screen and (min-width: 767px) {
  .mob-only,
  .for-mob {
    display: none !important;
  }
}

strong, b {
  font-weight: 700;
}

/**
 * buttons
 */
.decoration-none {
  text-decoration: none !important;
}

.c-pointer {
  cursor: pointer !important;
}

.c-not-allowed {
  cursor: not-allowed !important;
}

.c-text {
  cursor: text !important;
}

p {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 25px;
}

.no-overflow {
  overflow: hidden !important;
}

a.has-link {
  cursor: pointer;
}

.ls-0 {
  list-style-type: none;
}

a {
  text-decoration: none !important;
  color: #552988;
}

a:hover {
  color: #999999;
}

img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.bdr-1 {
  border-radius: 10px;
}

.border-all {
  border: 1px solid #000000;
}

.grad-1 {
  background: linear-gradient(180deg, rgb(0, 105, 83) 0%, rgb(0, 152, 120) 100%) !important;
}

.grad-2 {
  background: linear-gradient(90deg, rgb(0, 105, 83) 0%, rgb(0, 152, 120) 100%) !important;
}

.grad-3 {
  background: linear-gradient(125deg, rgb(80, 80, 80) 0%, rgb(191, 191, 191) 100%) !important;
}

.grad-4 {
  background: linear-gradient(0deg, #085040 0%, #0B715A 100%) !important;
}

.grad-5 {
  background: linear-gradient(0deg, rgb(80, 80, 80) 0%, rgb(191, 191, 191) 100%) !important;
}

.text-underline {
  text-decoration: underline !important;
}

.site-input.sl-lg {
  height: 60px;
  min-width: 220px;
}
.site-input.sl-md {
  height: 40px;
  min-width: 170px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev, .slick-next {
  z-index: 99;
}

.slick-prev {
  left: 30px;
}
.slick-prev::before {
  content: url(../image/slider-arrow-prev-lg.svg);
}

.slick-next {
  right: 30px;
}
.slick-next::before {
  content: url(../image/slider-arrow-next-lg.svg);
}

.slick-dots li button {
  background: url(../image/slider-dot-bg.svg) no-repeat left top;
}
.slick-dots li.slick-active button {
  background: url(../image/slider-dot-active-bg.svg) no-repeat left top;
}

/*
 * typography
 */
/*
* colors and gradients
*/
.bg-1 {
  background-color: #552988 !important;
}

.color-1 {
  color: #552988 !important;
}

.bg-2 {
  background-color: #864995 !important;
}

.color-2 {
  color: #864995 !important;
}

.bg-3 {
  background-color: #AD2065 !important;
}

.color-3 {
  color: #AD2065 !important;
}

.bg-4 {
  background-color: #970B54 !important;
}

.color-4 {
  color: #970B54 !important;
}

.bg-5 {
  background-color: #51C1AD !important;
}

.color-5 {
  color: #51C1AD !important;
}

.bg-6 {
  background-color: #56B24E !important;
}

.color-6 {
  color: #56B24E !important;
}

.bg-7 {
  background-color: #DEA627 !important;
}

.color-7 {
  color: #DEA627 !important;
}

.bg-8 {
  background-color: #5381E5 !important;
}

.color-8 {
  color: #5381E5 !important;
}

.bg-9 {
  background-color: #2B3568 !important;
}

.color-9 {
  color: #2B3568 !important;
}

.bg-10 {
  background-color: #333333 !important;
}

.color-10 {
  color: #333333 !important;
}

.bg-11 {
  background-color: #2B3568 !important;
}

.color-11 {
  color: #2B3568 !important;
}

.bg-12 {
  background-color: #707070 !important;
}

.color-12 {
  color: #707070 !important;
}

.bg-13 {
  background-color: #E6E6E6 !important;
}

.color-13 {
  color: #E6E6E6 !important;
}

.bg-14 {
  background-color: #000000 !important;
}

.color-14 {
  color: #000000 !important;
}

.bg-15 {
  background-color: #ffffff !important;
}

.color-15 {
  color: #ffffff !important;
}

.bg-16 {
  background-color: #20275d !important;
}

.color-16 {
  color: #20275d !important;
}

.bg-17 {
  background-color: #E4E4E4 !important;
}

.color-17 {
  color: #E4E4E4 !important;
}

.weight-300 {
  font-weight: 300 !important;
}

.lighter {
  font-weight: 300 !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.normal {
  font-weight: 400 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.bold {
  font-weight: 700 !important;
}

.weight-800 {
  font-weight: 800 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.weight-900 {
  font-weight: 900 !important;
}

.extra-black {
  font-weight: 900 !important;
}

.heading-h1,
h1 {
  font-size: 2.75rem !important;
  color: #552988;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .heading-h1,
  h1 {
    font-size: 2.75rem !important;
  }
}

.heading-h2,
h2 {
  font-size: 2.25rem !important;
  color: #552988;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .heading-h2,
  h2 {
    font-size: 2.125rem !important;
  }
}

.heading-h3,
h3 {
  font-size: 2.125rem !important;
  color: #552988;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .heading-h3,
  h3 {
    font-size: 1.5rem !important;
  }
}

.heading-h4,
h4 {
  font-size: 1.5rem !important;
  color: #552988;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .heading-h4,
  h4 {
    font-size: 1.125rem !important;
  }
}

.heading-h5,
h5 {
  font-size: 1.125rem !important;
  color: #552988;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .heading-h5,
  h5 {
    font-size: 1.125rem !important;
  }
}

.para-1 {
  font-size: 1rem !important;
}
@media only screen and (max-width: 767px) {
  .para-1 {
    font-size: 1rem !important;
  }
}

.para-2 {
  font-size: 1rem !important;
}
@media only screen and (max-width: 767px) {
  .para-2 {
    font-size: 1rem !important;
  }
}

.para-3 {
  font-size: 0.875rem !important;
}
@media only screen and (max-width: 767px) {
  .para-3 {
    font-size: 0.875rem !important;
  }
}

.br-left {
  border-radius: 4rem 0 0 4rem;
}
@media only screen and (max-width: 767px) {
  .br-left {
    border-radius: 2rem 0 0 2rem;
  }
}

.br-top {
  border-radius: 4rem 4rem 0 0;
}
@media only screen and (max-width: 767px) {
  .br-top {
    border-radius: 2rem 2rem 0 0;
  }
}

.br-right {
  border-radius: 0 4rem 4rem 0;
}
@media only screen and (max-width: 767px) {
  .br-right {
    border-radius: 0 2rem 2rem 0;
  }
}

.br-bottom {
  border-radius: 0 0 4rem 4rem;
}
@media only screen and (max-width: 767px) {
  .br-bottom {
    border-radius: 0 0 2rem 2rem;
  }
}

.bt-1 {
  border-top: 1px solid #000000;
}

.bt-c1 {
  border-top: 1px solid #000000;
}

.bb-1 {
  border-bottom: 1px solid #000000;
}

.bb-c1 {
  border-bottom: 1px solid #000000;
}

.bl-1 {
  border-left: 1px solid #000000;
}

.bl-c1 {
  border-left: 1px solid #000000;
}

.br-1 {
  border-right: 1px solid #000000;
}

.br-c1 {
  border-right: 1px solid #000000;
}

.w-1 {
  width: 1% !important;
}

.mxw-1 {
  max-width: 1% !important;
}

.mnw-1 {
  min-width: 1% !important;
}

.mxh-1 {
  max-height: 1% !important;
}

.opacity-1 {
  opacity: 0.01 !important;
}

.w-2 {
  width: 2% !important;
}

.mxw-2 {
  max-width: 2% !important;
}

.mnw-2 {
  min-width: 2% !important;
}

.mxh-2 {
  max-height: 2% !important;
}

.opacity-2 {
  opacity: 0.02 !important;
}

.w-3 {
  width: 3% !important;
}

.mxw-3 {
  max-width: 3% !important;
}

.mnw-3 {
  min-width: 3% !important;
}

.mxh-3 {
  max-height: 3% !important;
}

.opacity-3 {
  opacity: 0.03 !important;
}

.w-4 {
  width: 4% !important;
}

.mxw-4 {
  max-width: 4% !important;
}

.mnw-4 {
  min-width: 4% !important;
}

.mxh-4 {
  max-height: 4% !important;
}

.opacity-4 {
  opacity: 0.04 !important;
}

.w-5 {
  width: 5% !important;
}

.mxw-5 {
  max-width: 5% !important;
}

.mnw-5 {
  min-width: 5% !important;
}

.mxh-5 {
  max-height: 5% !important;
}

.opacity-5 {
  opacity: 0.05 !important;
}

.w-6 {
  width: 6% !important;
}

.mxw-6 {
  max-width: 6% !important;
}

.mnw-6 {
  min-width: 6% !important;
}

.mxh-6 {
  max-height: 6% !important;
}

.opacity-6 {
  opacity: 0.06 !important;
}

.w-7 {
  width: 7% !important;
}

.mxw-7 {
  max-width: 7% !important;
}

.mnw-7 {
  min-width: 7% !important;
}

.mxh-7 {
  max-height: 7% !important;
}

.opacity-7 {
  opacity: 0.07 !important;
}

.w-8 {
  width: 8% !important;
}

.mxw-8 {
  max-width: 8% !important;
}

.mnw-8 {
  min-width: 8% !important;
}

.mxh-8 {
  max-height: 8% !important;
}

.opacity-8 {
  opacity: 0.08 !important;
}

.w-9 {
  width: 9% !important;
}

.mxw-9 {
  max-width: 9% !important;
}

.mnw-9 {
  min-width: 9% !important;
}

.mxh-9 {
  max-height: 9% !important;
}

.opacity-9 {
  opacity: 0.09 !important;
}

.w-10 {
  width: 10% !important;
}

.mxw-10 {
  max-width: 10% !important;
}

.mnw-10 {
  min-width: 10% !important;
}

.mxh-10 {
  max-height: 10% !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.w-11 {
  width: 11% !important;
}

.mxw-11 {
  max-width: 11% !important;
}

.mnw-11 {
  min-width: 11% !important;
}

.mxh-11 {
  max-height: 11% !important;
}

.opacity-11 {
  opacity: 0.11 !important;
}

.w-12 {
  width: 12% !important;
}

.mxw-12 {
  max-width: 12% !important;
}

.mnw-12 {
  min-width: 12% !important;
}

.mxh-12 {
  max-height: 12% !important;
}

.opacity-12 {
  opacity: 0.12 !important;
}

.w-13 {
  width: 13% !important;
}

.mxw-13 {
  max-width: 13% !important;
}

.mnw-13 {
  min-width: 13% !important;
}

.mxh-13 {
  max-height: 13% !important;
}

.opacity-13 {
  opacity: 0.13 !important;
}

.w-14 {
  width: 14% !important;
}

.mxw-14 {
  max-width: 14% !important;
}

.mnw-14 {
  min-width: 14% !important;
}

.mxh-14 {
  max-height: 14% !important;
}

.opacity-14 {
  opacity: 0.14 !important;
}

.w-15 {
  width: 15% !important;
}

.mxw-15 {
  max-width: 15% !important;
}

.mnw-15 {
  min-width: 15% !important;
}

.mxh-15 {
  max-height: 15% !important;
}

.opacity-15 {
  opacity: 0.15 !important;
}

.w-16 {
  width: 16% !important;
}

.mxw-16 {
  max-width: 16% !important;
}

.mnw-16 {
  min-width: 16% !important;
}

.mxh-16 {
  max-height: 16% !important;
}

.opacity-16 {
  opacity: 0.16 !important;
}

.w-17 {
  width: 17% !important;
}

.mxw-17 {
  max-width: 17% !important;
}

.mnw-17 {
  min-width: 17% !important;
}

.mxh-17 {
  max-height: 17% !important;
}

.opacity-17 {
  opacity: 0.17 !important;
}

.w-18 {
  width: 18% !important;
}

.mxw-18 {
  max-width: 18% !important;
}

.mnw-18 {
  min-width: 18% !important;
}

.mxh-18 {
  max-height: 18% !important;
}

.opacity-18 {
  opacity: 0.18 !important;
}

.w-19 {
  width: 19% !important;
}

.mxw-19 {
  max-width: 19% !important;
}

.mnw-19 {
  min-width: 19% !important;
}

.mxh-19 {
  max-height: 19% !important;
}

.opacity-19 {
  opacity: 0.19 !important;
}

.w-20 {
  width: 20% !important;
}

.mxw-20 {
  max-width: 20% !important;
}

.mnw-20 {
  min-width: 20% !important;
}

.mxh-20 {
  max-height: 20% !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.w-21 {
  width: 21% !important;
}

.mxw-21 {
  max-width: 21% !important;
}

.mnw-21 {
  min-width: 21% !important;
}

.mxh-21 {
  max-height: 21% !important;
}

.opacity-21 {
  opacity: 0.21 !important;
}

.w-22 {
  width: 22% !important;
}

.mxw-22 {
  max-width: 22% !important;
}

.mnw-22 {
  min-width: 22% !important;
}

.mxh-22 {
  max-height: 22% !important;
}

.opacity-22 {
  opacity: 0.22 !important;
}

.w-23 {
  width: 23% !important;
}

.mxw-23 {
  max-width: 23% !important;
}

.mnw-23 {
  min-width: 23% !important;
}

.mxh-23 {
  max-height: 23% !important;
}

.opacity-23 {
  opacity: 0.23 !important;
}

.w-24 {
  width: 24% !important;
}

.mxw-24 {
  max-width: 24% !important;
}

.mnw-24 {
  min-width: 24% !important;
}

.mxh-24 {
  max-height: 24% !important;
}

.opacity-24 {
  opacity: 0.24 !important;
}

.w-25 {
  width: 25% !important;
}

.mxw-25 {
  max-width: 25% !important;
}

.mnw-25 {
  min-width: 25% !important;
}

.mxh-25 {
  max-height: 25% !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.w-26 {
  width: 26% !important;
}

.mxw-26 {
  max-width: 26% !important;
}

.mnw-26 {
  min-width: 26% !important;
}

.mxh-26 {
  max-height: 26% !important;
}

.opacity-26 {
  opacity: 0.26 !important;
}

.w-27 {
  width: 27% !important;
}

.mxw-27 {
  max-width: 27% !important;
}

.mnw-27 {
  min-width: 27% !important;
}

.mxh-27 {
  max-height: 27% !important;
}

.opacity-27 {
  opacity: 0.27 !important;
}

.w-28 {
  width: 28% !important;
}

.mxw-28 {
  max-width: 28% !important;
}

.mnw-28 {
  min-width: 28% !important;
}

.mxh-28 {
  max-height: 28% !important;
}

.opacity-28 {
  opacity: 0.28 !important;
}

.w-29 {
  width: 29% !important;
}

.mxw-29 {
  max-width: 29% !important;
}

.mnw-29 {
  min-width: 29% !important;
}

.mxh-29 {
  max-height: 29% !important;
}

.opacity-29 {
  opacity: 0.29 !important;
}

.w-30 {
  width: 30% !important;
}

.mxw-30 {
  max-width: 30% !important;
}

.mnw-30 {
  min-width: 30% !important;
}

.mxh-30 {
  max-height: 30% !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.w-31 {
  width: 31% !important;
}

.mxw-31 {
  max-width: 31% !important;
}

.mnw-31 {
  min-width: 31% !important;
}

.mxh-31 {
  max-height: 31% !important;
}

.opacity-31 {
  opacity: 0.31 !important;
}

.w-32 {
  width: 32% !important;
}

.mxw-32 {
  max-width: 32% !important;
}

.mnw-32 {
  min-width: 32% !important;
}

.mxh-32 {
  max-height: 32% !important;
}

.opacity-32 {
  opacity: 0.32 !important;
}

.w-33 {
  width: 33% !important;
}

.mxw-33 {
  max-width: 33% !important;
}

.mnw-33 {
  min-width: 33% !important;
}

.mxh-33 {
  max-height: 33% !important;
}

.opacity-33 {
  opacity: 0.33 !important;
}

.w-34 {
  width: 34% !important;
}

.mxw-34 {
  max-width: 34% !important;
}

.mnw-34 {
  min-width: 34% !important;
}

.mxh-34 {
  max-height: 34% !important;
}

.opacity-34 {
  opacity: 0.34 !important;
}

.w-35 {
  width: 35% !important;
}

.mxw-35 {
  max-width: 35% !important;
}

.mnw-35 {
  min-width: 35% !important;
}

.mxh-35 {
  max-height: 35% !important;
}

.opacity-35 {
  opacity: 0.35 !important;
}

.w-36 {
  width: 36% !important;
}

.mxw-36 {
  max-width: 36% !important;
}

.mnw-36 {
  min-width: 36% !important;
}

.mxh-36 {
  max-height: 36% !important;
}

.opacity-36 {
  opacity: 0.36 !important;
}

.w-37 {
  width: 37% !important;
}

.mxw-37 {
  max-width: 37% !important;
}

.mnw-37 {
  min-width: 37% !important;
}

.mxh-37 {
  max-height: 37% !important;
}

.opacity-37 {
  opacity: 0.37 !important;
}

.w-38 {
  width: 38% !important;
}

.mxw-38 {
  max-width: 38% !important;
}

.mnw-38 {
  min-width: 38% !important;
}

.mxh-38 {
  max-height: 38% !important;
}

.opacity-38 {
  opacity: 0.38 !important;
}

.w-39 {
  width: 39% !important;
}

.mxw-39 {
  max-width: 39% !important;
}

.mnw-39 {
  min-width: 39% !important;
}

.mxh-39 {
  max-height: 39% !important;
}

.opacity-39 {
  opacity: 0.39 !important;
}

.w-40 {
  width: 40% !important;
}

.mxw-40 {
  max-width: 40% !important;
}

.mnw-40 {
  min-width: 40% !important;
}

.mxh-40 {
  max-height: 40% !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.w-41 {
  width: 41% !important;
}

.mxw-41 {
  max-width: 41% !important;
}

.mnw-41 {
  min-width: 41% !important;
}

.mxh-41 {
  max-height: 41% !important;
}

.opacity-41 {
  opacity: 0.41 !important;
}

.w-42 {
  width: 42% !important;
}

.mxw-42 {
  max-width: 42% !important;
}

.mnw-42 {
  min-width: 42% !important;
}

.mxh-42 {
  max-height: 42% !important;
}

.opacity-42 {
  opacity: 0.42 !important;
}

.w-43 {
  width: 43% !important;
}

.mxw-43 {
  max-width: 43% !important;
}

.mnw-43 {
  min-width: 43% !important;
}

.mxh-43 {
  max-height: 43% !important;
}

.opacity-43 {
  opacity: 0.43 !important;
}

.w-44 {
  width: 44% !important;
}

.mxw-44 {
  max-width: 44% !important;
}

.mnw-44 {
  min-width: 44% !important;
}

.mxh-44 {
  max-height: 44% !important;
}

.opacity-44 {
  opacity: 0.44 !important;
}

.w-45 {
  width: 45% !important;
}

.mxw-45 {
  max-width: 45% !important;
}

.mnw-45 {
  min-width: 45% !important;
}

.mxh-45 {
  max-height: 45% !important;
}

.opacity-45 {
  opacity: 0.45 !important;
}

.w-46 {
  width: 46% !important;
}

.mxw-46 {
  max-width: 46% !important;
}

.mnw-46 {
  min-width: 46% !important;
}

.mxh-46 {
  max-height: 46% !important;
}

.opacity-46 {
  opacity: 0.46 !important;
}

.w-47 {
  width: 47% !important;
}

.mxw-47 {
  max-width: 47% !important;
}

.mnw-47 {
  min-width: 47% !important;
}

.mxh-47 {
  max-height: 47% !important;
}

.opacity-47 {
  opacity: 0.47 !important;
}

.w-48 {
  width: 48% !important;
}

.mxw-48 {
  max-width: 48% !important;
}

.mnw-48 {
  min-width: 48% !important;
}

.mxh-48 {
  max-height: 48% !important;
}

.opacity-48 {
  opacity: 0.48 !important;
}

.w-49 {
  width: 49% !important;
}

.mxw-49 {
  max-width: 49% !important;
}

.mnw-49 {
  min-width: 49% !important;
}

.mxh-49 {
  max-height: 49% !important;
}

.opacity-49 {
  opacity: 0.49 !important;
}

.w-50 {
  width: 50% !important;
}

.mxw-50 {
  max-width: 50% !important;
}

.mnw-50 {
  min-width: 50% !important;
}

.mxh-50 {
  max-height: 50% !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.w-51 {
  width: 51% !important;
}

.mxw-51 {
  max-width: 51% !important;
}

.mnw-51 {
  min-width: 51% !important;
}

.mxh-51 {
  max-height: 51% !important;
}

.opacity-51 {
  opacity: 0.51 !important;
}

.w-52 {
  width: 52% !important;
}

.mxw-52 {
  max-width: 52% !important;
}

.mnw-52 {
  min-width: 52% !important;
}

.mxh-52 {
  max-height: 52% !important;
}

.opacity-52 {
  opacity: 0.52 !important;
}

.w-53 {
  width: 53% !important;
}

.mxw-53 {
  max-width: 53% !important;
}

.mnw-53 {
  min-width: 53% !important;
}

.mxh-53 {
  max-height: 53% !important;
}

.opacity-53 {
  opacity: 0.53 !important;
}

.w-54 {
  width: 54% !important;
}

.mxw-54 {
  max-width: 54% !important;
}

.mnw-54 {
  min-width: 54% !important;
}

.mxh-54 {
  max-height: 54% !important;
}

.opacity-54 {
  opacity: 0.54 !important;
}

.w-55 {
  width: 55% !important;
}

.mxw-55 {
  max-width: 55% !important;
}

.mnw-55 {
  min-width: 55% !important;
}

.mxh-55 {
  max-height: 55% !important;
}

.opacity-55 {
  opacity: 0.55 !important;
}

.w-56 {
  width: 56% !important;
}

.mxw-56 {
  max-width: 56% !important;
}

.mnw-56 {
  min-width: 56% !important;
}

.mxh-56 {
  max-height: 56% !important;
}

.opacity-56 {
  opacity: 0.56 !important;
}

.w-57 {
  width: 57% !important;
}

.mxw-57 {
  max-width: 57% !important;
}

.mnw-57 {
  min-width: 57% !important;
}

.mxh-57 {
  max-height: 57% !important;
}

.opacity-57 {
  opacity: 0.57 !important;
}

.w-58 {
  width: 58% !important;
}

.mxw-58 {
  max-width: 58% !important;
}

.mnw-58 {
  min-width: 58% !important;
}

.mxh-58 {
  max-height: 58% !important;
}

.opacity-58 {
  opacity: 0.58 !important;
}

.w-59 {
  width: 59% !important;
}

.mxw-59 {
  max-width: 59% !important;
}

.mnw-59 {
  min-width: 59% !important;
}

.mxh-59 {
  max-height: 59% !important;
}

.opacity-59 {
  opacity: 0.59 !important;
}

.w-60 {
  width: 60% !important;
}

.mxw-60 {
  max-width: 60% !important;
}

.mnw-60 {
  min-width: 60% !important;
}

.mxh-60 {
  max-height: 60% !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.w-61 {
  width: 61% !important;
}

.mxw-61 {
  max-width: 61% !important;
}

.mnw-61 {
  min-width: 61% !important;
}

.mxh-61 {
  max-height: 61% !important;
}

.opacity-61 {
  opacity: 0.61 !important;
}

.w-62 {
  width: 62% !important;
}

.mxw-62 {
  max-width: 62% !important;
}

.mnw-62 {
  min-width: 62% !important;
}

.mxh-62 {
  max-height: 62% !important;
}

.opacity-62 {
  opacity: 0.62 !important;
}

.w-63 {
  width: 63% !important;
}

.mxw-63 {
  max-width: 63% !important;
}

.mnw-63 {
  min-width: 63% !important;
}

.mxh-63 {
  max-height: 63% !important;
}

.opacity-63 {
  opacity: 0.63 !important;
}

.w-64 {
  width: 64% !important;
}

.mxw-64 {
  max-width: 64% !important;
}

.mnw-64 {
  min-width: 64% !important;
}

.mxh-64 {
  max-height: 64% !important;
}

.opacity-64 {
  opacity: 0.64 !important;
}

.w-65 {
  width: 65% !important;
}

.mxw-65 {
  max-width: 65% !important;
}

.mnw-65 {
  min-width: 65% !important;
}

.mxh-65 {
  max-height: 65% !important;
}

.opacity-65 {
  opacity: 0.65 !important;
}

.w-66 {
  width: 66% !important;
}

.mxw-66 {
  max-width: 66% !important;
}

.mnw-66 {
  min-width: 66% !important;
}

.mxh-66 {
  max-height: 66% !important;
}

.opacity-66 {
  opacity: 0.66 !important;
}

.w-67 {
  width: 67% !important;
}

.mxw-67 {
  max-width: 67% !important;
}

.mnw-67 {
  min-width: 67% !important;
}

.mxh-67 {
  max-height: 67% !important;
}

.opacity-67 {
  opacity: 0.67 !important;
}

.w-68 {
  width: 68% !important;
}

.mxw-68 {
  max-width: 68% !important;
}

.mnw-68 {
  min-width: 68% !important;
}

.mxh-68 {
  max-height: 68% !important;
}

.opacity-68 {
  opacity: 0.68 !important;
}

.w-69 {
  width: 69% !important;
}

.mxw-69 {
  max-width: 69% !important;
}

.mnw-69 {
  min-width: 69% !important;
}

.mxh-69 {
  max-height: 69% !important;
}

.opacity-69 {
  opacity: 0.69 !important;
}

.w-70 {
  width: 70% !important;
}

.mxw-70 {
  max-width: 70% !important;
}

.mnw-70 {
  min-width: 70% !important;
}

.mxh-70 {
  max-height: 70% !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.w-71 {
  width: 71% !important;
}

.mxw-71 {
  max-width: 71% !important;
}

.mnw-71 {
  min-width: 71% !important;
}

.mxh-71 {
  max-height: 71% !important;
}

.opacity-71 {
  opacity: 0.71 !important;
}

.w-72 {
  width: 72% !important;
}

.mxw-72 {
  max-width: 72% !important;
}

.mnw-72 {
  min-width: 72% !important;
}

.mxh-72 {
  max-height: 72% !important;
}

.opacity-72 {
  opacity: 0.72 !important;
}

.w-73 {
  width: 73% !important;
}

.mxw-73 {
  max-width: 73% !important;
}

.mnw-73 {
  min-width: 73% !important;
}

.mxh-73 {
  max-height: 73% !important;
}

.opacity-73 {
  opacity: 0.73 !important;
}

.w-74 {
  width: 74% !important;
}

.mxw-74 {
  max-width: 74% !important;
}

.mnw-74 {
  min-width: 74% !important;
}

.mxh-74 {
  max-height: 74% !important;
}

.opacity-74 {
  opacity: 0.74 !important;
}

.w-75 {
  width: 75% !important;
}

.mxw-75 {
  max-width: 75% !important;
}

.mnw-75 {
  min-width: 75% !important;
}

.mxh-75 {
  max-height: 75% !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.w-76 {
  width: 76% !important;
}

.mxw-76 {
  max-width: 76% !important;
}

.mnw-76 {
  min-width: 76% !important;
}

.mxh-76 {
  max-height: 76% !important;
}

.opacity-76 {
  opacity: 0.76 !important;
}

.w-77 {
  width: 77% !important;
}

.mxw-77 {
  max-width: 77% !important;
}

.mnw-77 {
  min-width: 77% !important;
}

.mxh-77 {
  max-height: 77% !important;
}

.opacity-77 {
  opacity: 0.77 !important;
}

.w-78 {
  width: 78% !important;
}

.mxw-78 {
  max-width: 78% !important;
}

.mnw-78 {
  min-width: 78% !important;
}

.mxh-78 {
  max-height: 78% !important;
}

.opacity-78 {
  opacity: 0.78 !important;
}

.w-79 {
  width: 79% !important;
}

.mxw-79 {
  max-width: 79% !important;
}

.mnw-79 {
  min-width: 79% !important;
}

.mxh-79 {
  max-height: 79% !important;
}

.opacity-79 {
  opacity: 0.79 !important;
}

.w-80 {
  width: 80% !important;
}

.mxw-80 {
  max-width: 80% !important;
}

.mnw-80 {
  min-width: 80% !important;
}

.mxh-80 {
  max-height: 80% !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.w-81 {
  width: 81% !important;
}

.mxw-81 {
  max-width: 81% !important;
}

.mnw-81 {
  min-width: 81% !important;
}

.mxh-81 {
  max-height: 81% !important;
}

.opacity-81 {
  opacity: 0.81 !important;
}

.w-82 {
  width: 82% !important;
}

.mxw-82 {
  max-width: 82% !important;
}

.mnw-82 {
  min-width: 82% !important;
}

.mxh-82 {
  max-height: 82% !important;
}

.opacity-82 {
  opacity: 0.82 !important;
}

.w-83 {
  width: 83% !important;
}

.mxw-83 {
  max-width: 83% !important;
}

.mnw-83 {
  min-width: 83% !important;
}

.mxh-83 {
  max-height: 83% !important;
}

.opacity-83 {
  opacity: 0.83 !important;
}

.w-84 {
  width: 84% !important;
}

.mxw-84 {
  max-width: 84% !important;
}

.mnw-84 {
  min-width: 84% !important;
}

.mxh-84 {
  max-height: 84% !important;
}

.opacity-84 {
  opacity: 0.84 !important;
}

.w-85 {
  width: 85% !important;
}

.mxw-85 {
  max-width: 85% !important;
}

.mnw-85 {
  min-width: 85% !important;
}

.mxh-85 {
  max-height: 85% !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.w-86 {
  width: 86% !important;
}

.mxw-86 {
  max-width: 86% !important;
}

.mnw-86 {
  min-width: 86% !important;
}

.mxh-86 {
  max-height: 86% !important;
}

.opacity-86 {
  opacity: 0.86 !important;
}

.w-87 {
  width: 87% !important;
}

.mxw-87 {
  max-width: 87% !important;
}

.mnw-87 {
  min-width: 87% !important;
}

.mxh-87 {
  max-height: 87% !important;
}

.opacity-87 {
  opacity: 0.87 !important;
}

.w-88 {
  width: 88% !important;
}

.mxw-88 {
  max-width: 88% !important;
}

.mnw-88 {
  min-width: 88% !important;
}

.mxh-88 {
  max-height: 88% !important;
}

.opacity-88 {
  opacity: 0.88 !important;
}

.w-89 {
  width: 89% !important;
}

.mxw-89 {
  max-width: 89% !important;
}

.mnw-89 {
  min-width: 89% !important;
}

.mxh-89 {
  max-height: 89% !important;
}

.opacity-89 {
  opacity: 0.89 !important;
}

.w-90 {
  width: 90% !important;
}

.mxw-90 {
  max-width: 90% !important;
}

.mnw-90 {
  min-width: 90% !important;
}

.mxh-90 {
  max-height: 90% !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.w-91 {
  width: 91% !important;
}

.mxw-91 {
  max-width: 91% !important;
}

.mnw-91 {
  min-width: 91% !important;
}

.mxh-91 {
  max-height: 91% !important;
}

.opacity-91 {
  opacity: 0.91 !important;
}

.w-92 {
  width: 92% !important;
}

.mxw-92 {
  max-width: 92% !important;
}

.mnw-92 {
  min-width: 92% !important;
}

.mxh-92 {
  max-height: 92% !important;
}

.opacity-92 {
  opacity: 0.92 !important;
}

.w-93 {
  width: 93% !important;
}

.mxw-93 {
  max-width: 93% !important;
}

.mnw-93 {
  min-width: 93% !important;
}

.mxh-93 {
  max-height: 93% !important;
}

.opacity-93 {
  opacity: 0.93 !important;
}

.w-94 {
  width: 94% !important;
}

.mxw-94 {
  max-width: 94% !important;
}

.mnw-94 {
  min-width: 94% !important;
}

.mxh-94 {
  max-height: 94% !important;
}

.opacity-94 {
  opacity: 0.94 !important;
}

.w-95 {
  width: 95% !important;
}

.mxw-95 {
  max-width: 95% !important;
}

.mnw-95 {
  min-width: 95% !important;
}

.mxh-95 {
  max-height: 95% !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.w-96 {
  width: 96% !important;
}

.mxw-96 {
  max-width: 96% !important;
}

.mnw-96 {
  min-width: 96% !important;
}

.mxh-96 {
  max-height: 96% !important;
}

.opacity-96 {
  opacity: 0.96 !important;
}

.w-97 {
  width: 97% !important;
}

.mxw-97 {
  max-width: 97% !important;
}

.mnw-97 {
  min-width: 97% !important;
}

.mxh-97 {
  max-height: 97% !important;
}

.opacity-97 {
  opacity: 0.97 !important;
}

.w-98 {
  width: 98% !important;
}

.mxw-98 {
  max-width: 98% !important;
}

.mnw-98 {
  min-width: 98% !important;
}

.mxh-98 {
  max-height: 98% !important;
}

.opacity-98 {
  opacity: 0.98 !important;
}

.w-99 {
  width: 99% !important;
}

.mxw-99 {
  max-width: 99% !important;
}

.mnw-99 {
  min-width: 99% !important;
}

.mxh-99 {
  max-height: 99% !important;
}

.opacity-99 {
  opacity: 0.99 !important;
}

.w-100 {
  width: 100% !important;
}

.mxw-100 {
  max-width: 100% !important;
}

.mnw-100 {
  min-width: 100% !important;
}

.mxh-100 {
  max-height: 100% !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.site-link {
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  transition: all 0.3s linear 0s;
  width: 100%;
  cursor: pointer;
}
.site-link:hover {
  transition: all 0.3s linear 0s;
}
.site-link.ln-lg {
  max-width: 175px;
}
.site-link.ln-md {
  max-width: 150px;
  height: 43px;
}
.site-link.link-1 {
  color: #707070;
  background-color: #E6E6E6;
}
.site-link.link-2 {
  color: #000000;
  background-color: #ffffff;
}
.site-link.link-3 {
  color: #ffffff;
  background-color: #552988;
}

.link-text {
  color: #552988;
  font-weight: 400;
  font-size: 1.5rem;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 767px) {
  .link-text {
    font-size: 0.875rem;
  }
}
.link-text:hover {
  text-decoration: underline !important;
}

.c-default {
  cursor: default !important;
}

h1, h2 {
  margin-bottom: 20px;
}

h3, h4, h5, h6 {
  margin-bottom: 15px;
}

ol, ul {
  margin: 30px 0 30px 20px;
}
ol li, ul li {
  line-height: 1.5;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}
ul li::marker {
  display: none;
}

.form-item, .form-actions {
  margin: 0;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .mtb-100 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

label {
  margin-bottom: 10px;
  font-weight: 700;
  width: 100%;
}

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #333333;
  padding-left: 16px;
}
input[type=text].placeholder,
input[type=date].placeholder,
input[type=password].placeholder,
input[type=email].placeholder,
input[type=tel].placeholder,
input[type=number].placeholder,
input[type=search].placeholder,
textarea.placeholder {
  opacity: 0.5;
  color: #000000;
}
input[type=text]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.5;
  color: #000000;
}
input[type=text]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.5;
  color: #000000;
}
input[type=text]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.5;
  color: #000000;
}
input[type=text]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.5;
  color: #000000;
}
input[type=text]:hover, input[type=text]:focus,
input[type=date]:hover,
input[type=date]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=search]:hover,
input[type=search]:focus,
textarea:hover,
textarea:focus {
  outline: none;
  box-shadow: none;
}

.form-item {
  margin-bottom: 1.5rem;
}

textarea {
  padding: 16px 12px;
  height: 170px;
  resize: none;
}

input[type=submit] {
  width: 100%;
  border: 0;
}

.jazzberry-jam-bg {
  background-color: #970B54;
}

.purple-bg {
  background-color: #552988;
  color: #ffffff;
}

.goldenrod-bg {
  background-color: #DEA627;
}

.verdigris-bg {
  background-color: #51C1AD;
}

.maroon-bg {
  background-color: #AD2065;
}

.cadmium-violet-bg {
  background-color: #864995;
}

.nations-blue-bg {
  background-color: #5381E5;
}

.apple-bg {
  background-color: #56B24E;
}

.deep-koamaru-bg {
  background-color: #2B3568;
}

.space-cadet-bg {
  background-color: #20275d;
}

.whisper-shade-bg {
  background-color: #E4E4E4;
}

.white-bg {
  background-color: #ffffff;
}

.grey-bg {
  background-color: #dee2e6;
}

@font-face {
  font-family: "Gotham";
  src: url("../font/Gotham-Book.woff2") format("woff2"), url("../font/Gotham-Book.woff") format("woff"), url("../font/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("../font/Gotham-Medium.eot");
  src: url("../font/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Gotham-Medium.woff2") format("woff2"), url("../font/Gotham-Medium.woff") format("woff"), url("../font/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gothamregular";
  src: url("../font/gotham_regular-webfont.woff2") format("woff2"), url("../font/gotham_regular-webfont.woff") format("woff"), url("../font/gotham_regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_boldregular";
  src: url("../font/gotham-bold-webfont.woff2") format("woff2"), url("../font/gotham-bold-webfont.woff") format("woff"), url("../font/gotham-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_lightregular";
  src: url("../font/gotham-light-webfont.woff2") format("woff2"), url("../font/gotham-light-webfont.woff") format("woff"), url("../font/gotham-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_mediumregular";
  src: url("../font/gotham-medium-webfont.woff2") format("woff2"), url("../font/gotham-medium-webfont.woff") format("woff"), url("../font/gotham-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FrutigerLTArabic-65Bold";
  src: url("../font/FrutigerLTArabic-65Bold.eot?#iefix") format("embedded-opentype"), url("../font/FrutigerLTArabic-65Bold.woff") format("woff"), url("../font/FrutigerLTArabic-65Bold.ttf") format("truetype"), url("../font/FrutigerLTArabic-65Bold.svg#FrutigerLTArabic-65Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ---En styling--- */
html:not([dir=rtl]) {
  /**
  * style main
  */
  /* footer */
  /* newsletter footer */
  /* header */
  /* main-menu */
  /* spotlight */
  /* spotlight */
  /* product widgets */
  /* offers block */
  /* newsroom */
  /* product detail */
  /* Menu */
  /*news room*/
  /*our people*/
  /*contact us*/
  /*static page*/
  /*our financial*/
  /*our financial*/
  /*tejoori winners*/
  /*locator page*/
  /* our people popup */
  /*--ZAKAT Calculator--*/
  /*tools menu*/
  /* Career form */
  /* site search */
  /* mobile tools section */
  /* search results*/
  /* sitemap */
  /* Satisfaction Survey Form */
  /* new product page */
  /* 2 fa styling */
  /* e-bisb site modal */
  /* Tejoori December Stand Brief  */
  /* Bhb Disclosures Page  */
  /* Ipad in portrait layouts only */
  /* Tejoori Al Islami Winners Revamp */
  /* END Tejoori Al Islami Winners Revamp */
  /* voting Form */
  /* Ipad in landscape layouts only */
  /* iPad in portrait & landscape */
  /* Animate content from top */
  /* Animate image from bottom */
  /* END keyframe */
}
html:not([dir=rtl]) body {
  font-family: "Gotham", sans-serif;
  position: relative;
}
html:not([dir=rtl]) .site-input {
  padding: 11px 40px 11px 10px;
}
html:not([dir=rtl]) .bootstrap-select {
  max-width: none;
  width: 100% !important;
}
html:not([dir=rtl]) .bootstrap-select .dropdown-toggle {
  outline: none !important;
  padding: 8px 0;
  height: 40px;
  border-radius: 0;
  border: 1px solid #000000;
  background: #ffffff;
  margin-top: 0.2rem;
}
html:not([dir=rtl]) .bootstrap-select .dropdown-toggle::after {
  background: url(../image/dropdown-arrow.svg) no-repeat left top/100%;
  width: 12px;
  height: 8px;
  border: 0;
  position: absolute;
  right: 20px;
}
html:not([dir=rtl]) .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
html:not([dir=rtl]) .bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
html:not([dir=rtl]) .bootstrap-select .filter-option-inner-inner {
  padding-left: 16px;
}
html:not([dir=rtl]) .bootstrap-select .dropdown-menu {
  height: 200px;
  min-width: 100% !important;
}
html:not([dir=rtl]) .global-footer {
  background: #552988;
  color: #ffffff;
}
html:not([dir=rtl]) .global-footer .footer-nav {
  margin-bottom: 50px;
}
html:not([dir=rtl]) .global-footer .footer-nav ul {
  margin: 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .global-footer .footer-nav ul {
    display: block;
    text-align: center;
  }
}
html:not([dir=rtl]) .global-footer .footer-nav ul li {
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .global-footer .footer-nav ul li {
    margin-right: 0;
  }
}
html:not([dir=rtl]) .global-footer .footer-nav ul li:last-child {
  margin-right: 0;
}
html:not([dir=rtl]) .global-footer .footer-nav ul li a {
  color: #ffffff;
  font-size: 1.125rem;
}
html:not([dir=rtl]) .global-footer .footer-nav ul li a:hover {
  color: #999999;
}
html:not([dir=rtl]) .global-footer p {
  font-size: 0.875rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .global-footer p {
    line-height: 36px;
  }
}
html:not([dir=rtl]) .newsletter-section-block {
  padding: 1rem 0;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .newsletter-section-block .site-link {
    margin: 0 auto;
  }
}
html:not([dir=rtl]) .newsletter-section-block input[type=text],
html:not([dir=rtl]) .newsletter-section-block input[type=email] {
  max-width: 635px;
  border: none;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .newsletter-section-block input[type=text],
  html:not([dir=rtl]) .newsletter-section-block input[type=email] {
    margin-bottom: 1rem;
  }
}
html:not([dir=rtl]) .newsletter-section-block .newsletter-wrap {
  justify-content: space-between;
  align-items: center;
}
html:not([dir=rtl]) .newsletter-section-block .newsletter-wrap input[type=submit] {
  width: 150px;
}
html:not([dir=rtl]) .newsletter-section-block span {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .newsletter-section-block span {
    margin-bottom: 1rem;
    display: block;
  }
}
html:not([dir=rtl]) .header-top-block {
  display: flex;
  justify-content: space-between;
}
html:not([dir=rtl]) .header-top-block .rt-widget-block {
  position: relative;
}
html:not([dir=rtl]) .logo-block {
  margin-top: -111px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .logo-block {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 15px;
  }
  html:not([dir=rtl]) .logo-block h1 {
    margin-bottom: 0;
  }
}
html:not([dir=rtl]) .logo-block h1 {
  font-size: 0 !important;
}
html:not([dir=rtl]) .logo-block h1 img {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .logo-block h1 img {
    width: 100%;
  }
}
html:not([dir=rtl]) .bisb-digital-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  width: 65px;
  flex-direction: column;
  align-items: center;
  padding: 0.9rem 0 0.4rem;
  margin-top: 0.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .bisb-digital-btn {
    width: 152px;
    flex-direction: row;
    text-align: center;
    padding: 10px;
    margin-top: 0;
    height: 50px;
    top: 50px;
    right: 15px;
  }
}
html:not([dir=rtl]) .bisb-digital-btn img {
  flex-basis: 0;
}
html:not([dir=rtl]) .bisb-digital-btn span {
  margin-top: 1rem;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .bisb-digital-btn span {
    margin: 0 auto;
  }
}
html:not([dir=rtl]) .tools-wrapper {
  padding: 1rem 0;
  margin-top: 1.5rem;
  position: relative;
  background: linear-gradient(to right, #fff 34%, #552988 34%);
}
@media only screen and (max-width: 1650px) {
  html:not([dir=rtl]) .tools-wrapper {
    background: linear-gradient(to right, #fff 30%, #552988 30%);
  }
}
@media only screen and (max-width: 1399px) {
  html:not([dir=rtl]) .tools-wrapper {
    background: linear-gradient(to right, #fff 28%, #552988 28%);
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .tools-wrapper {
    background: none;
    margin-bottom: 1.5rem;
  }
}
html:not([dir=rtl]) .tools-wrapper ul {
  display: flex;
  margin: 0;
  list-style-type: none;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .tools-wrapper ul {
    display: none;
  }
}
html:not([dir=rtl]) .tools-wrapper li {
  margin: 0 1rem;
}
html:not([dir=rtl]) .tools-wrapper li a {
  color: #ffffff;
  display: inline-block;
}
html:not([dir=rtl]) .tools-wrapper li a img {
  margin: 0 auto;
  min-height: 22px;
}
html:not([dir=rtl]) .tools-wrapper li a span {
  margin-top: 10px;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .tools-wrapper li a span {
    font-size: 11px;
  }
}
html:not([dir=rtl]) .tools-wrapper .tools-wrapper-inner {
  position: relative;
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
}
html:not([dir=rtl]) .lang-switcher {
  margin-right: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 60px;
  border-left: 1px solid #fff;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .lang-switcher {
    color: #552988;
    font-size: 1.0625rem;
    padding-left: 0;
    padding-right: 15px;
    margin: 0;
    border-left: 0;
    border-right: 1px solid #552988;
    font-family: "FrutigerLTArabic-65Bold";
    position: absolute;
    top: -15px;
    right: 70px;
  }
}
html:not([dir=rtl]) .lang-switcher.ar {
  background: url(../image/ar-icon.svg) no-repeat 18px 6px/41px;
  width: 36px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .lang-switcher.ar {
    background: none;
    width: auto;
    height: auto;
  }
}
html:not([dir=rtl]) .main-menu {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .main-menu {
    width: 100%;
  }
}
html:not([dir=rtl]) .main-menu > ul {
  display: flex;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .main-menu > ul {
    display: block;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .main-menu > ul > li {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 0.5rem;
  }
  html:not([dir=rtl]) .main-menu > ul > li.hav-sub > a {
    background: url(../image/submenu-arrow1.svg) no-repeat right center !important;
  }
}
html:not([dir=rtl]) .main-menu > ul > li a {
  font-size: 1.125rem;
  color: #552988;
  padding: 1.5rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .main-menu > ul > li a {
    padding: 0;
    margin-left: 0;
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 1.25rem;
  }
}
html:not([dir=rtl]) .main-menu > ul > li.active > a, html:not([dir=rtl]) .main-menu > ul > li:hover > a {
  background: #552988;
  color: #ffffff;
  position: relative;
}
html:not([dir=rtl]) .main-menu > ul > li.active > a::before, html:not([dir=rtl]) .main-menu > ul > li:hover > a::before {
  position: absolute;
  left: -28px;
  content: "";
  background: url(../image/menu-active-bg.png) no-repeat left top;
  width: 28px;
  height: 57px;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .main-menu > ul > li.active > a::before, html:not([dir=rtl]) .main-menu > ul > li:hover > a::before {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .main-menu > ul > li.active > a {
    background: url(../image/submenu-arrow.svg) no-repeat right center !important;
  }
}
html:not([dir=rtl]) .spot-content-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .spot-content-wrap {
    flex-wrap: wrap;
  }
  html:not([dir=rtl]) .spot-content-wrap .spot-image-block {
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  html:not([dir=rtl]) .spot-content-wrap .spot-image-block iframe {
    width: 100%;
  }
}
html:not([dir=rtl]) .spotlight-wrapper {
  margin-top: -21px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .spotlight-wrapper {
    margin-top: 0;
  }
}
html:not([dir=rtl]) .spotlight-wrapper.inner-page {
  border-bottom: 2px solid #000000;
  position: relative;
}
html:not([dir=rtl]) .spotlight-wrapper .slick-dots {
  bottom: -35px;
}
html:not([dir=rtl]) .brand-dots {
  margin-bottom: 2.5rem;
}
html:not([dir=rtl]) .brand-dots img {
  width: auto;
}
html:not([dir=rtl]) .spot-content {
  max-width: 480px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .spot-content {
    order: 1;
  }
}
html:not([dir=rtl]) .spot-content.white-text {
  color: #ffffff;
}
html:not([dir=rtl]) .spot-content.black-text {
  color: #000000;
}
html:not([dir=rtl]) .spot-content h1 {
  margin-bottom: 1.5rem;
  font-size: 42px !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .spot-content h1 {
    font-size: 24px !important;
    margin-bottom: 1rem;
  }
}
html:not([dir=rtl]) .spot-content span {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 1rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .spot-content span {
    font-size: 16px !important;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .slick-arrow::before {
  width: 15px;
  height: 25px;
  display: block;
}
html:not([dir=rtl]) .spotlight-wrapper .slick-prev,
html:not([dir=rtl]) .spotlight-wrapper .slick-next {
  top: 20%;
}
html:not([dir=rtl]) .spotlight-wrapper .slick-prev {
  left: 10px !important;
}
html:not([dir=rtl]) .spotlight-wrapper .slick-prev::before {
  content: "";
  background: url(../image/slider-arrow-prev-lg2.svg) no-repeat left top/100%;
}
html:not([dir=rtl]) .spotlight-wrapper .slick-next {
  right: 5px !important;
}
html:not([dir=rtl]) .spotlight-wrapper .slick-next::before {
  content: "";
  background: url(../image/slider-arrow-next-lg2.svg) no-repeat left top/100%;
}
html:not([dir=rtl]) .product-list-wrap {
  padding: 1rem 0 2rem;
}
html:not([dir=rtl]) .product-list-wrap .views-row {
  width: 100%;
}
html:not([dir=rtl]) .product-list-wrap .views-row .product-item {
  border-bottom: 1px solid #333333;
}
html:not([dir=rtl]) .product-list-wrap .views-row:last-child .product-item {
  border-bottom: none;
}
html:not([dir=rtl]) .product-item {
  padding: 2rem 0;
}
html:not([dir=rtl]) .product-item .details-block h2:nth-child(2) {
  margin-bottom: 0;
  color: #333333 !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
html:not([dir=rtl]) .product-widget-wrapper .title-head {
  text-align: center;
  margin-top: 45px;
}
html:not([dir=rtl]) .accounts-widget-wrap {
  background-color: #51C1AD;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .accounts-widget-wrap {
    background-color: unset;
  }
  html:not([dir=rtl]) .accounts-widget-wrap .accounts-widget {
    background-color: #51C1AD;
    margin-bottom: 1rem;
  }
}
html:not([dir=rtl]) .widget-block {
  padding: 1rem;
  font-weight: 600;
}
html:not([dir=rtl]) .widget-block p {
  font-weight: 600;
}
html:not([dir=rtl]) .widget-block h2 {
  text-transform: uppercase;
  color: #000000;
}
html:not([dir=rtl]) .widget-block ul {
  margin-left: 1rem;
  min-height: 100px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .widget-block ul {
    margin-left: 0;
  }
}
html:not([dir=rtl]) .widget-block ul li a {
  color: #000000;
}
html:not([dir=rtl]) .widget-block ul li a:hover {
  color: #333333;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .widget-block ul li {
    line-height: 32px;
  }
}
html:not([dir=rtl]) .card-widget {
  margin-bottom: 1rem;
}
html:not([dir=rtl]) .accounts-widget img {
  margin-left: auto;
}
html:not([dir=rtl]) .financing-widget {
  color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .financing-widget {
    margin-bottom: 1rem;
  }
}
html:not([dir=rtl]) .financing-widget h2,
html:not([dir=rtl]) .financing-widget li a {
  color: #ffffff !important;
}
html:not([dir=rtl]) .financing-widget img {
  position: absolute;
  bottom: -1px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .financing-widget img {
    position: relative;
    margin-left: auto;
  }
}
html:not([dir=rtl]) .financing-widget li a:hover {
  color: #999999 !important;
}
html:not([dir=rtl]) .offer-widget {
  text-align: center;
  border: 1px solid #000000;
  padding: 1rem;
  min-height: 410px;
  cursor: pointer;
}
html:not([dir=rtl]) .offer-widget img {
  margin: 0 auto;
}
html:not([dir=rtl]) .offer-widget span {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
html:not([dir=rtl]) .title-head .inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html:not([dir=rtl]) .title-head .inner-wrap span {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .title-head .inner-wrap {
    text-align: center;
  }
  html:not([dir=rtl]) .title-head .inner-wrap div {
    width: 100%;
  }
}
html:not([dir=rtl]) .offer-modal {
  padding-right: 0 !important;
  top: auto;
  bottom: 0;
  height: auto;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  opacity: 0;
}
html:not([dir=rtl]) .offer-modal.show {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  opacity: 1;
}
html:not([dir=rtl]) .offer-modal .close {
  text-align: right;
  padding: 1rem 1rem 0;
  opacity: 1;
}
html:not([dir=rtl]) .offer-modal .close span {
  background: url(../image/close-btn.png) no-repeat left top;
  width: 26px;
  height: 26px;
  display: inline-block;
}
html:not([dir=rtl]) .offer-modal .modal-dialog {
  max-width: 100%;
  margin: 0;
}
html:not([dir=rtl]) .offer-modal .modal-dialog .modal-content {
  border-radius: 0;
}
html:not([dir=rtl]) .offer-modal .modal-dialog .modal-content .modal-body {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
html:not([dir=rtl]) .newsroom-widget-wrapper {
  background-color: #51C1AD !important;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 2px, transparent 20px);
}
html:not([dir=rtl]) .newsroom-widget-wrapper .title-head h2 {
  color: #ffffff;
}
html:not([dir=rtl]) .newsroom-widget-wrapper .news-widget {
  background: #ffffff;
  color: #000000;
  padding: 1.5rem;
  position: relative;
  min-height: 265px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .newsroom-widget-wrapper .news-widget {
    margin-bottom: 2rem;
  }
}
html:not([dir=rtl]) .newsroom-widget-wrapper .news-widget .site-link {
  position: absolute;
  right: 3rem;
  bottom: -18px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .newsroom-widget-wrapper .news-widget .site-link {
    transform: translateX(-50%);
    left: 50%;
  }
}
html:not([dir=rtl]) .newsroom-widget-wrapper .news-widget h1 {
  font-size: 20px !important;
  color: #000000;
}
html:not([dir=rtl]) .newsroom-widget-wrapper .news-widget span {
  font-size: 1rem;
}
html:not([dir=rtl]) .newsroom-widget-wrapper .news-widget p {
  font-size: 0.875rem;
  padding: 1rem 0;
}
html:not([dir=rtl]) .jump-to-wrapper {
  min-width: 350px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .jump-to-wrapper {
    margin-bottom: 1.5rem;
  }
}
html:not([dir=rtl]) .jump-to-wrapper span {
  display: inline-block;
  min-width: 80px;
}
html:not([dir=rtl]) .jump-to-wrapper form {
  display: flex;
  align-items: center;
  width: 100%;
}
html:not([dir=rtl]) .jump-to-wrapper form label {
  margin-bottom: 3px;
}
html:not([dir=rtl]) .jump-to-wrapper form .form-item {
  margin-right: 20px;
}
html:not([dir=rtl]) .product-details-header h3 {
  font-size: 20px !important;
}
html:not([dir=rtl]) .product-details-header p {
  font-size: 18px;
}
html:not([dir=rtl]) .product-details-wrap .feature-item {
  border-bottom: 1px solid #000000;
}
html:not([dir=rtl]) .product-details-wrap .feature-item h3 {
  font-size: 30px !important;
  color: #000000;
}
html:not([dir=rtl]) .product-details-wrap .feature-item p {
  font-weight: 600;
}
html:not([dir=rtl]) .product-details-wrap .feature-item .btn-holder {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
html:not([dir=rtl]) .more-info-widget-wrap .more-info-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 1.5rem 1rem;
}
html:not([dir=rtl]) .more-info-widget-wrap .more-info-widget img {
  flex-shrink: 0;
}
html:not([dir=rtl]) .more-info-widget-wrap .more-info-widget span {
  margin-top: 1.5rem;
}
html:not([dir=rtl]) .more-info-widget-wrap.item-1 a {
  background-color: #56b24e;
}
html:not([dir=rtl]) .more-info-widget-wrap.item-2 a {
  background-color: #864995;
}
html:not([dir=rtl]) .more-info-widget-wrap.item-3 a {
  background-color: #5381e5;
}
html:not([dir=rtl]) .menu-wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .menu-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #552988 !important;
  }
}
html:not([dir=rtl]) .sub-menu-wrapper {
  position: absolute;
  left: 0;
  top: 66px;
  z-index: 999;
  width: 100%;
  padding: 3rem 0 80rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .sub-menu-wrapper {
    position: relative;
    top: 0;
    background-color: unset;
    padding: 1.5rem 0 1.5rem;
  }
}
html:not([dir=rtl]) .sub-menu-wrapper a,
html:not([dir=rtl]) .sub-menu-wrapper h4 {
  color: #ffffff !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .sub-menu-wrapper .sub-menu {
    width: 100%;
  }
  html:not([dir=rtl]) .sub-menu-wrapper .sub-menu ul {
    width: 100% !important;
  }
}
html:not([dir=rtl]) .sub-menu-wrapper .sub-menu ul {
  margin: 0;
  width: 250px;
}
html:not([dir=rtl]) .sub-menu-wrapper .sub-menu li a {
  text-transform: capitalize;
  padding: 1.5rem 0 1.5rem;
  margin: 0 1.5rem 0 1.5rem;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .sub-menu-wrapper .sub-menu li a {
    margin: 0;
  }
}
html:not([dir=rtl]) .sub-menu-wrapper .sub-menu li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .sub-menu-wrapper .sub-menu li:last-child a {
    border-bottom: none;
  }
}
html:not([dir=rtl]) .sub-menu-wrapper .sub-menu .hav-sub > a {
  background: url("../image/submenu-arrow1.svg") no-repeat right center;
}
html:not([dir=rtl]) .sub-menu-wrapper .sub-menu .hav-sub.active > a {
  background: url("../image/submenu-arrow.svg") no-repeat right center;
}
html:not([dir=rtl]) .sub-menu-wrapper .sub-menu .hav-sub.level1 {
  position: relative;
}
html:not([dir=rtl]) .sub-menu-wrapper .sub-menu .hav-sub.level1 .submenu-level1 {
  position: absolute;
  left: 250px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .sub-menu-wrapper .sub-menu .hav-sub.level1 .submenu-level1 {
    position: relative;
    left: 0;
  }
  html:not([dir=rtl]) .sub-menu-wrapper .sub-menu .hav-sub.level1 .submenu-level1 a {
    padding-left: 1rem;
  }
}
html:not([dir=rtl]) .sub-menu-wrapper .sub-menu .hav-sub.level2 {
  position: relative;
}
html:not([dir=rtl]) .sub-menu-wrapper .sub-menu .hav-sub.level2 .submenu-level2 {
  position: absolute;
  left: 250px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .sub-menu-wrapper .sub-menu .hav-sub.level2 .submenu-level2 {
    position: relative;
    left: 0;
  }
  html:not([dir=rtl]) .sub-menu-wrapper .sub-menu .hav-sub.level2 .submenu-level2 a {
    padding-left: 2rem;
  }
}
html:not([dir=rtl]) .sub-menu-inner-wrap {
  display: flex;
}
html:not([dir=rtl]) .sub-menu-inner-wrap .title-blk {
  max-width: 230px;
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .sub-menu-inner-wrap .title-blk {
    display: none;
  }
}
html:not([dir=rtl]) .submenu-level2,
html:not([dir=rtl]) .submenu-level1 {
  display: none;
}
html:not([dir=rtl]) .sub-menu-wrapper {
  display: none;
}
html:not([dir=rtl]) .menu-toggle {
  display: none;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .menu-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    max-width: none;
    flex: auto;
    width: auto;
    height: auto;
    padding: 0;
  }
}
html:not([dir=rtl]) .menu-toggle .sandwich-menu {
  position: relative;
  right: 0;
  top: 0;
  width: 32px;
  cursor: pointer;
  height: 22px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
html:not([dir=rtl]) .menu-toggle .sandwich-menu.active span {
  background-color: #552988;
}
html:not([dir=rtl]) .menu-toggle .sandwich-menu.active span:nth-child(1) {
  top: 5px;
  transform: rotate(135deg);
}
html:not([dir=rtl]) .menu-toggle .sandwich-menu.active span:nth-child(2) {
  opacity: 0;
}
html:not([dir=rtl]) .menu-toggle .sandwich-menu.active span:nth-child(3) {
  top: 5px;
  transform: rotate(-135deg);
}
html:not([dir=rtl]) .menu-toggle .sandwich-menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  margin-bottom: 6px;
  background-color: #552988;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
html:not([dir=rtl]) .menu-toggle .sandwich-menu span:nth-child(1) {
  top: 0px;
}
html:not([dir=rtl]) .menu-toggle .sandwich-menu span:nth-child(2) {
  top: 10px;
}
html:not([dir=rtl]) .menu-toggle .sandwich-menu span:nth-child(3) {
  top: 20px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .logo-block-wrapper {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
}
html:not([dir=rtl]) .news-room-wrap.for-offers .bootstrap-select {
  width: 200px !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .news-room-wrap.for-offers .bootstrap-select {
    width: 100% !important;
  }
}
html:not([dir=rtl]) .news-room-wrap.for-offers #edit-submit-bisb-card-offers {
  width: 150px !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .news-room-wrap.for-offers #edit-submit-bisb-card-offers {
    width: 100% !important;
  }
}
html:not([dir=rtl]) .news-room-wrap.for-offers .jump-to-wrapper .js-form-submit {
  margin-top: 0.4rem;
  height: 40px !important;
}
html:not([dir=rtl]) .news-room-wrap .newsroom-widget-wrapper {
  background: none !important;
  position: relative;
  z-index: 1;
}
html:not([dir=rtl]) .news-room-wrap .news-widget {
  border: 1px solid #E6E6E6;
}
html:not([dir=rtl]) .news-room-wrap .jump-to-wrapper {
  min-width: 100%;
}
html:not([dir=rtl]) .news-room-wrap .jump-to-wrapper .bootstrap-select .dropdown-toggle {
  padding-right: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .news-room-wrap .jump-to-wrapper {
    display: block;
  }
  html:not([dir=rtl]) .news-room-wrap .jump-to-wrapper span {
    margin-bottom: 1rem;
  }
}
html:not([dir=rtl]) .news-room-wrap .bootstrap-select {
  width: 255px !important;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .news-room-wrap .bootstrap-select {
    margin-right: 0;
    width: 100% !important;
    margin-bottom: 1rem;
  }
}
html:not([dir=rtl]) .news-room-wrap .newsroom-detail-wrap .news-widget {
  padding: 1.5rem 0;
  border: none;
  background: none;
}
html:not([dir=rtl]) .news-room-wrap .newsroom-detail-wrap .news-widget p {
  display: flex;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .news-room-wrap .newsroom-detail-wrap .news-widget p {
    display: block;
  }
}
html:not([dir=rtl]) .news-room-wrap .newsroom-detail-wrap .news-widget p img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  height: 100% !important;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .news-room-wrap .newsroom-detail-wrap .news-widget p img {
    margin-left: 0;
    margin-top: 1rem;
  }
}
html:not([dir=rtl]) .intro-block img {
  margin: 1rem auto;
}
html:not([dir=rtl]) .intro-block span {
  font-weight: bold;
  margin-bottom: 25px;
  display: block;
}
html:not([dir=rtl]) .about-widget {
  border-bottom: 1px solid #000000;
}
html:not([dir=rtl]) .about-widget h4 {
  color: #000000;
}
html:not([dir=rtl]) .about-widget span {
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
}
html:not([dir=rtl]) .bottom-block {
  text-align: center;
}
html:not([dir=rtl]) .bottom-block p {
  margin-bottom: 0;
  color: #552988;
  font-weight: bold;
}
html:not([dir=rtl]) .tab-holder {
  margin-bottom: 4rem;
}
html:not([dir=rtl]) .tab-holder .nav-tabs .nav-link {
  color: #333333;
  font-weight: bold;
  display: inline-block;
}
html:not([dir=rtl]) .tab-holder .nav-tabs .nav-link.active, html:not([dir=rtl]) .tab-holder .nav-tabs .nav-link:focus, html:not([dir=rtl]) .tab-holder .nav-tabs .nav-link:hover {
  border: none;
}
html:not([dir=rtl]) .tab-holder .nav-tabs .nav-link.active {
  color: #552988;
  border-bottom: 2px solid #552988;
}
html:not([dir=rtl]) .tab-holder .nav-tabs .nav-item {
  text-align: center;
}
html:not([dir=rtl]) .tab-holder .card {
  border: none;
}
html:not([dir=rtl]) .tab-holder .card .card-header {
  display: none;
}
html:not([dir=rtl]) .tab-holder .people-frame {
  text-align: center;
  margin-bottom: 1rem;
}
html:not([dir=rtl]) .tab-holder .people-frame h5 {
  margin-bottom: 0;
  margin-top: 1.5rem;
}
html:not([dir=rtl]) .our-people-modal .modal-dialog {
  max-width: 1110px;
}
html:not([dir=rtl]) .our-people-modal .title-block {
  text-align: center;
  margin-bottom: 2rem;
}
html:not([dir=rtl]) .our-people-modal .title-block span {
  display: block;
}
html:not([dir=rtl]) .our-people-modal .title-block h2 {
  margin-bottom: 0;
}
html:not([dir=rtl]) .our-people-modal .title-block h5 {
  color: #000000;
}
html:not([dir=rtl]) .our-people-modal .title-block h5,
html:not([dir=rtl]) .our-people-modal .title-block span {
  margin-bottom: 10px;
}
html:not([dir=rtl]) .our-people-modal .close {
  text-align: right;
  padding: 0.5rem 1rem 0;
}
html:not([dir=rtl]) .our-people-modal .close span {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.125rem;
}
html:not([dir=rtl]) .our-people-modal .description-block {
  display: flex;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .our-people-modal .description-block {
    display: block;
  }
}
html:not([dir=rtl]) .our-people-modal .description-block img {
  flex-shrink: 0;
  height: 100% !important;
  order: 1;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .our-people-modal .description-block img {
    margin-bottom: 1rem;
  }
}
html:not([dir=rtl]) .contact-form-wrap {
  margin-top: 3rem;
}
html:not([dir=rtl]) .contact-form-wrap span {
  font-weight: bold;
  color: #333333;
  margin-bottom: 2rem;
  display: inline-block;
}
html:not([dir=rtl]) .address-block {
  border-bottom: 1px solid #333333;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
html:not([dir=rtl]) .address-block h4,
html:not([dir=rtl]) .address-block span,
html:not([dir=rtl]) .address-block dt,
html:not([dir=rtl]) .address-block dd,
html:not([dir=rtl]) .address-block p {
  color: #333333;
}
html:not([dir=rtl]) .address-block span,
html:not([dir=rtl]) .address-block dt {
  font-weight: bold;
}
html:not([dir=rtl]) .address-block dl {
  width: 70%;
  margin-top: 2rem;
}
html:not([dir=rtl]) .address-block span {
  display: block;
  margin-bottom: 0.75rem;
}
html:not([dir=rtl]) .notification-link p {
  color: #333333;
}
html:not([dir=rtl]) .notification-link p a {
  font-weight: bold;
  color: #333333;
}
html:not([dir=rtl]) .static-page-container {
  border-top: 3px solid #000000;
  margin-top: -21px;
}
html:not([dir=rtl]) .static-page-container h5 {
  color: #333333;
}
html:not([dir=rtl]) .our-financial-wrap .jump-to-wrapper {
  min-width: 100%;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .our-financial-wrap .jump-to-wrapper {
    display: flow-root;
  }
  html:not([dir=rtl]) .our-financial-wrap .jump-to-wrapper .bootstrap-select {
    width: 100% !important;
    margin-bottom: 1rem;
  }
}
html:not([dir=rtl]) .our-financial-wrap .bootstrap-select {
  width: 255px !important;
  margin-right: 1rem;
}
html:not([dir=rtl]) .our-financial-wrap .download-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
}
html:not([dir=rtl]) .our-financial-wrap .download-item h5 {
  color: #333333;
}
html:not([dir=rtl]) .basic-form-holder li::marker {
  color: #000000;
}
html:not([dir=rtl]) .basic-form-holder h5 {
  color: #000000;
}
html:not([dir=rtl]) .tejoori-winners-wrap .card {
  width: 100%;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}
html:not([dir=rtl]) .tejoori-winners-wrap .card .card:last-child {
  border-bottom: none;
}
html:not([dir=rtl]) .tejoori-winners-wrap .winners-filter-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .tejoori-winners-wrap .winners-filter-wrap {
    display: block;
  }
}
html:not([dir=rtl]) .tejoori-winners-wrap .winners-filter-wrap .form-item {
  margin-bottom: 0;
}
html:not([dir=rtl]) .tejoori-winners-wrap .winners-filter-wrap span {
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .tejoori-winners-wrap .winners-filter-wrap span {
    margin-right: 0;
    margin-bottom: 1rem;
    display: block;
  }
}
html:not([dir=rtl]) .tejoori-winners-wrap .winners-filter-wrap .bootstrap-select {
  width: 220px !important;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .tejoori-winners-wrap .winners-filter-wrap .bootstrap-select {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
html:not([dir=rtl]) .tejoori-winners-wrap .card-header {
  padding: 0;
  background: none;
  border-bottom: none;
}
html:not([dir=rtl]) .tejoori-winners-wrap .card-header .btn {
  width: 100%;
  text-align: left;
  padding: 0.75rem 1.25rem;
  color: #333333;
  background: url("../image/dropdown-arrow-collapse.svg") no-repeat 97% center;
  border-radius: none;
  font-size: 1.375rem;
}
html:not([dir=rtl]) .tejoori-winners-wrap .card-header .btn:hover, html:not([dir=rtl]) .tejoori-winners-wrap .card-header .btn:focus {
  text-decoration: none;
}
html:not([dir=rtl]) .tejoori-winners-wrap .card-header .btn.collapsed {
  background: url("../image/dropdown-arrow.svg") no-repeat 97% center;
}
html:not([dir=rtl]) .tejoori-winners-wrap .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
html:not([dir=rtl]) .tejoori-winners-wrap .card-body .card-header .btn {
  font-size: 1.125rem;
}
html:not([dir=rtl]) .tejoori-winners-wrap .card-body span {
  font-size: 0.875rem;
}
html:not([dir=rtl]) .tejoori-winners-wrap .card-body .inner-accordion {
  margin-left: 3rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .tejoori-winners-wrap .card-body .inner-accordion {
    margin-left: 0;
  }
}
html:not([dir=rtl]) .tejoori-winners-wrap .card-body .views-field-name:last-child span {
  margin-bottom: 0;
}
html:not([dir=rtl]) .tejoori-winners-wrap .card-body .views-field-name span {
  padding: 0.75rem 1.25rem;
  display: block;
  background: #E6E6E6;
  margin-bottom: 2px;
}
html:not([dir=rtl]) .location-main-wrapper {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
html:not([dir=rtl]) #block-bisb-rewamp-save-trip-icons {
  display: none;
}
html:not([dir=rtl]) .view-branch-locator-page-1 .view-filters {
  width: 100% !important;
  margin-left: 0 !important;
  top: 0 !important;
  background: none !important;
}
html:not([dir=rtl]) .view-branch-locator-page-1 .view-filters input {
  float: none !important;
  height: 47px !important;
}
html:not([dir=rtl]) .view-branch-locator-page-1 .location-main-wrapper {
  margin-top: 0 !important;
}
html:not([dir=rtl]) .view-branch-locator-page-1 .locator-filter-wrap {
  color: #552988;
  text-align: center;
}
html:not([dir=rtl]) .view-branch-locator-page-1 .locator-filter-wrap .form-item {
  width: 270px;
  margin-right: 1rem !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .view-branch-locator-page-1 .locator-filter-wrap .form-item {
    margin-right: 0 !important;
  }
}
html:not([dir=rtl]) .view-branch-locator-page-1 .check-wrapper h4 {
  color: #000000;
  padding-top: 0;
  font-size: 16px !important;
}
html:not([dir=rtl]) .view-branch-locator-page-1 .check-wrapper label {
  color: #333333;
  font-weight: normal;
  font-size: 16px;
}
html:not([dir=rtl]) .view-branch-locator-page-1 .check-wrapper .checkmark {
  color: #333333;
  border: 1px solid #333333;
  border-radius: 0;
}
html:not([dir=rtl]) .main-search-title-holder .modify-search {
  background: #552988 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: inherit !important;
}
html:not([dir=rtl]) .people-modal-wrap {
  display: flex;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .people-modal-wrap {
    display: block;
  }
}
html:not([dir=rtl]) .people-modal-wrap .rt-block {
  flex-shrink: 0;
}
html:not([dir=rtl]) .people-modal-wrap p {
  text-align: justify;
}
html:not([dir=rtl]) .dna-block {
  margin: 0 auto;
}
html:not([dir=rtl]) .zakat-form .card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
html:not([dir=rtl]) .zakat-form .card .card-header {
  background: none;
  padding: 0;
  border-bottom: none;
}
html:not([dir=rtl]) .zakat-form .card .card-header h2 button {
  width: 100%;
  text-align: left;
  height: 100%;
  padding: 0;
  color: #542989;
  font-size: 24px;
  border: none;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .zakat-form .card .card-header h2 button {
    white-space: unset;
    line-height: unset;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 95%;
  }
}
html:not([dir=rtl]) .zakat-form .card .card-header h2 button:hover, html:not([dir=rtl]) .zakat-form .card .card-header h2 button:focus {
  text-decoration: none;
  color: unset;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .zakat-form .card .card-body {
    white-space: unset;
    padding: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .zakat-form .card .card-body .field-wrap {
    margin-bottom: 25px;
  }
}
html:not([dir=rtl]) .zakat-form .card .card-body .field-wrap div {
  margin-bottom: 28px;
}
html:not([dir=rtl]) .zakat-form .card .card-body .payable-cash-block {
  width: 254px;
  float: right;
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .zakat-form .card .card-body .payable-cash-block {
    margin-top: 30px;
  }
}
html:not([dir=rtl]) .zakat-form .card .card-body .payable-cash-block input {
  width: 100%;
  margin-left: 0;
  background: none;
}
html:not([dir=rtl]) .zakat-form .card .card-body .payable-cash-block label {
  margin-bottom: 12px;
  width: 100%;
}
html:not([dir=rtl]) .zakat-form .card .card-body input {
  width: 160px;
  height: 40px;
  border: 1px solid #666666;
  border-radius: 3px;
  color: #666666;
  margin-left: 1.58%;
  -moz-appearance: textfield;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .zakat-form .card .card-body input {
    margin-left: 8%;
  }
}
html:not([dir=rtl]) .zakat-form .card .card-body input[type=number]::-webkit-inner-spin-button,
html:not([dir=rtl]) .zakat-form .card .card-body input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
html:not([dir=rtl]) .zakat-form .card .card-body label {
  color: #542989;
  font-size: 18px;
  width: 15%;
  font-weight: normal;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .zakat-form .card .card-body label {
    font-size: 15px;
    width: auto;
  }
}
html:not([dir=rtl]) .zakat-form .card .card-body span {
  margin-bottom: 1rem;
  display: block;
}
html:not([dir=rtl]) .zakat-form .btn.btn-link {
  position: relative;
}
html:not([dir=rtl]) .zakat-form .btn.btn-link::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/arrow-accordian-up.png) no-repeat right center;
  width: 20px;
  height: 11px;
  right: 0;
  top: 7px;
}
html:not([dir=rtl]) .zakat-form .btn.btn-link.collapsed {
  position: relative;
}
html:not([dir=rtl]) .zakat-form .btn.btn-link.collapsed::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/arrow-help.png) no-repeat right center;
  width: 11px;
  height: 20px;
  right: 0;
  top: 5px;
}
html:not([dir=rtl]) .zakatCalculator .gt-amount {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
html:not([dir=rtl]) .zakatCalculator .gt-amount h2 {
  margin-bottom: 0 !important;
  font-size: 24px !important;
}
html:not([dir=rtl]) .zakatCalculator .gt-amount span {
  font-size: 24px;
  margin-left: 1rem;
  color: #552988;
}
html:not([dir=rtl]) .tools-menu {
  display: none;
  position: absolute;
  background: #552988;
  top: 73px;
  width: 240px;
  padding: 0.5rem 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .tools-menu {
    display: none;
  }
}
html:not([dir=rtl]) .tools-menu ul {
  margin-right: 0;
  flex-direction: column;
}
html:not([dir=rtl]) .tools-menu ul li {
  margin-bottom: 0.25rem;
}
html:not([dir=rtl]) .tools-menu ul li a {
  font-size: 0.875rem;
}
html:not([dir=rtl]) .tools-menu ul li:last-child {
  margin-bottom: 0;
}
html:not([dir=rtl]) .tools-menu ul li ul {
  display: none;
}
html:not([dir=rtl]) .ajax-progress-fullscreen {
  background: url("../image/preloader.gif") no-repeat left top !important;
  width: 30px !important;
  height: 30px !important;
}
html:not([dir=rtl]) .genarate-btn-holder input {
  color: #ffffff;
  background-color: #552988;
  max-width: 150px;
  height: 43px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  margin: 1rem 0;
}
html:not([dir=rtl]) .have-pdf {
  background: url("../image/pdf-icon-menu.png") no-repeat 30px 30px;
  background-size: 9%;
}
html:not([dir=rtl]) .have-pdf a {
  padding-left: 45px !important;
}
html:not([dir=rtl]) .webform-button--submit {
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear 0s;
  width: 100%;
  cursor: pointer;
  max-width: 150px;
  height: 43px;
  color: #ffffff;
  background-color: #552988;
  border: none;
  font-size: 16px;
}
html:not([dir=rtl]) .for-full-image-bg {
  position: relative;
}
html:not([dir=rtl]) .for-full-image-bg .spotlight-item {
  position: relative;
  padding: 0;
}
html:not([dir=rtl]) .for-full-image-bg .spotlight-item img {
  width: 100%;
}
html:not([dir=rtl]) .for-full-image-bg .spotlight-item .positioned-container {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .for-full-image-bg .spotlight-item .positioned-container {
    padding: 1rem;
    position: relative;
  }
}
html:not([dir=rtl]) .for-full-image-bg .spotlight-item .positioned-container .brand-dots {
  margin-top: 2.5rem;
}
html:not([dir=rtl]) .for-full-image-bg .spotlight-item .positioned-container .brand-dots img {
  width: auto;
}
html:not([dir=rtl]) .for-full-image-bg .spotlight-item .positioned-container .spot-image-block {
  display: none;
}
html:not([dir=rtl]) .for-full-image-bg .slick-prev {
  left: 2px;
}
html:not([dir=rtl]) .for-full-image-bg .slick-next {
  right: 7px;
}
html:not([dir=rtl]) .spot-content-end .spot-content-wrap {
  justify-content: end;
}
html:not([dir=rtl]) .webform-submission-bisb-career-add-form .select2-container {
  margin-top: 0.25rem;
}
html:not([dir=rtl]) .webform-submission-bisb-career-add-form .select2-selection--single {
  height: 40px;
  border-radius: 0;
  border-color: #000;
}
html:not([dir=rtl]) .webform-submission-bisb-career-add-form .select2-selection--single .select2-selection__rendered {
  height: 40px;
  padding-top: 0.4rem;
}
html:not([dir=rtl]) .webform-submission-bisb-career-add-form .select2-selection--single .select2-selection__arrow {
  height: 40px;
  top: 0px;
  right: 4px;
}
html:not([dir=rtl]) .webform-submission-bisb-career-add-form .webform-multiple-table table {
  width: 100%;
}
html:not([dir=rtl]) .webform-submission-bisb-career-add-form tr.odd .form-item,
html:not([dir=rtl]) .webform-submission-bisb-career-add-form tr.even .form-item {
  display: flex;
  flex-direction: column;
}
html:not([dir=rtl]) .webform-submission-bisb-career-add-form .webform-multiple-table td {
  display: flex;
  flex-wrap: wrap;
}
html:not([dir=rtl]) .webform-submission-bisb-career-add-form #edit-academic-qualifications .webform-section-wrapper,
html:not([dir=rtl]) .webform-submission-bisb-career-add-form #edit-competencies-section .webform-section-wrapper {
  display: block;
}
html:not([dir=rtl]) .webform-submission-bisb-career-add-form .webform-multiple-add {
  padding: 0 1rem;
}
html:not([dir=rtl]) .webform-submission-bisb-career-add-form #edit-employment-add-more-items,
html:not([dir=rtl]) .webform-submission-bisb-career-add-form #edit-education-add-more-items,
html:not([dir=rtl]) .webform-submission-bisb-career-add-form #edit-competencies-add-more-items {
  display: none;
}
html:not([dir=rtl]) .webform-submission-bisb-career-add-form .webform-multiple-table--operations {
  padding: 0 1rem;
  width: 100px;
  margin: 0.5rem 0;
}
html:not([dir=rtl]) .webform-submission-bisb-career-add-form input.form-number {
  display: none;
}
html:not([dir=rtl]) .webform-submission-bisb-career-add-form .webform-message {
  margin: 1rem 1.5rem;
}
html:not([dir=rtl]) .webform-submission-bisb-career-add-form .iti {
  width: 100%;
}
html:not([dir=rtl]) .select2-selection--single {
  height: 40px;
  border-radius: 0.25rem;
  border-color: #000;
}
html:not([dir=rtl]) .select2-selection--single .select2-selection__rendered {
  height: 40px;
  padding-top: 0.4rem;
}
html:not([dir=rtl]) .select2-selection--single .select2-selection__arrow {
  height: 40px;
  top: 0px;
  right: 4px;
}
html:not([dir=rtl]) .menu-wrapper ul li::marker,
html:not([dir=rtl]) .footer-nav ul li::marker,
html:not([dir=rtl]) .widget-block ul li::marker {
  color: transparent;
}
html:not([dir=rtl]) .apply-now-link {
  color: #ffffff;
}
html:not([dir=rtl]) .apply-now-link a {
  color: #ffffff;
}
html:not([dir=rtl]) .corporate-apply-now-link {
  display: flex;
  align-items: center;
}
html:not([dir=rtl]) .corporate-apply-now-link a {
  font-size: 0;
}
html:not([dir=rtl]) .corporate-apply-now-link .icon-appstore {
  background: url(../image/app-store.png) no-repeat left top/100%;
  width: 150px;
  height: 52px;
}
html:not([dir=rtl]) .corporate-apply-now-link .icon-googleplay {
  background: url(../image/google-play.png) no-repeat left top/100%;
  width: 170px;
  height: 52px;
}
html:not([dir=rtl]) .offers-widget-wrapper .slick-arrow {
  width: auto;
  height: auto;
}
html:not([dir=rtl]) .offers-widget-wrapper .slick-arrow::before {
  content: "";
  width: 15px;
  height: 25px;
  display: block;
}
html:not([dir=rtl]) .offers-widget-wrapper .slick-next {
  right: 25px;
}
html:not([dir=rtl]) .offers-widget-wrapper .slick-next::before {
  background: url(../image/slider-arrow-next-lg.svg) no-repeat left top/100%;
}
html:not([dir=rtl]) .offers-widget-wrapper .slick-prev {
  left: 25px;
}
html:not([dir=rtl]) .offers-widget-wrapper .slick-prev::before {
  background: url(../image/slider-arrow-prev-lg.svg) no-repeat left top/100%;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) form.webform-submission-bisb-career-form {
    width: 100%;
    overflow-x: hidden;
  }
}
html:not([dir=rtl]) .tools-wrapper li.search {
  position: relative;
}
html:not([dir=rtl]) .tools-wrapper li.search .site-search-field {
  position: absolute;
  width: 350px;
  right: 0;
  top: 65px;
  background: #552988;
  padding: 0.5rem 0.75rem;
  display: none;
}
html:not([dir=rtl]) .tools-wrapper li.search .site-search-field .site-search-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff;
}
html:not([dir=rtl]) .tools-wrapper li.search .site-search-field .search-submit {
  background: url(../image/search-icon.svg) no-repeat left top;
  width: 16px;
  height: 19px;
  text-indent: -400000px;
  cursor: pointer;
}
html:not([dir=rtl]) .tools-wrapper li.search .site-search-field .search-text {
  background: none;
  color: #ffffff;
  border: none;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
html:not([dir=rtl]) .tools-wrapper li.search .site-search-field .search-text::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
  opacity: 1 !important;
}
html:not([dir=rtl]) .tools-section a {
  color: #ffffff;
  display: flex;
  font-size: 1.25rem;
}
html:not([dir=rtl]) .tools-section ul {
  margin: 0;
}
html:not([dir=rtl]) .tools-section ul li {
  margin: 1rem 0;
}
html:not([dir=rtl]) .tools-section ul li span {
  margin-left: 2rem;
}
html:not([dir=rtl]) .tools-section .search-text {
  background: none;
  color: #ffffff;
  padding-left: 2rem;
  border: none;
}
html:not([dir=rtl]) .tools-section .search-text::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1 !important;
}
html:not([dir=rtl]) .search-results-wrap .top-heading {
  margin: 1.5rem 0;
}
html:not([dir=rtl]) .search-results-wrap .top-heading p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
html:not([dir=rtl]) .search-results-widget {
  margin: 1rem 0;
}
html:not([dir=rtl]) .search-results-widget h1 {
  font-size: 1.125rem !important;
  color: #333333;
  font-weight: 100 !important;
}
html:not([dir=rtl]) .search-results-input-wrap {
  margin: 2rem 0;
}
html:not([dir=rtl]) .search-results-input-wrap .form-item {
  margin-bottom: 0;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .search-results-input-wrap {
    display: block;
  }
}
html:not([dir=rtl]) .search-results-input-wrap .search-results-search-input {
  width: 255px;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .search-results-input-wrap .search-results-search-input {
    width: 100%;
    margin: 1rem 0;
  }
}
html:not([dir=rtl]) .search-results-input-wrap span {
  min-width: 150px;
  font-weight: 600;
  font-size: 1.25rem;
}
html:not([dir=rtl]) .search-results-wrap ul {
  list-style-type: none;
  margin: 1.5rem;
}
html:not([dir=rtl]) .main-level-title {
  font-size: 1.625rem;
  color: #552988;
  font-weight: 600;
  text-transform: capitalize;
}
html:not([dir=rtl]) .first-level-list .first-level-title {
  font-weight: 600;
  font-size: 1.5rem;
}
html:not([dir=rtl]) .first-level-list .first-level-title ul li {
  font-weight: 400;
  font-size: 1.125rem;
}
html:not([dir=rtl]) .sitemap-message {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 2rem;
}
html:not([dir=rtl]) .fourth-level-list li {
  opacity: 0.6;
}
html:not([dir=rtl]) .webform-document-file input[data-drupal-selector=edit-cv-remove-button] {
  background: none;
  color: #000000;
  font-size: 13px;
  text-decoration: underline;
  font-style: italic;
}
html:not([dir=rtl]) .webform-submission-satisfaction-survey-form-form .webform-likert-table-wrapper th,
html:not([dir=rtl]) .webform-submission-satisfaction-survey-form-form .webform-likert-table-wrapper td {
  padding: 0.5rem;
}
html:not([dir=rtl]) .webform-submission-satisfaction-survey-form-form .webform-likert-table-wrapper th:first-child,
html:not([dir=rtl]) .webform-submission-satisfaction-survey-form-form .webform-likert-table-wrapper td:first-child {
  padding: 0;
}
html:not([dir=rtl]) .new-product-widget-holder {
  margin-top: 2rem;
}
html:not([dir=rtl]) .new-product-widget-holder .widget-block {
  padding: 0;
  width: 50%;
  margin-bottom: 1.5rem;
}
html:not([dir=rtl]) .new-product-widget-holder .widget-block ul {
  margin: 2rem 5rem;
}
html:not([dir=rtl]) .new-product-widget-holder .widget-block:first-child {
  margin-right: 1.5rem;
}
html:not([dir=rtl]) .new-product-widget-holder .widget-block .header-block {
  background: #4dc1ac;
  padding: 10px 2rem;
}
html:not([dir=rtl]) .new-product-widget-holder .widget-block .header-block h2 {
  color: #552988;
  font-weight: normal !important;
  margin-bottom: 0;
  height: 60px;
  padding-left: 80px;
  display: flex;
  align-items: center;
  font-size: 26px !important;
}
html:not([dir=rtl]) .new-product-widget-holder .widget-block .list-block {
  padding-bottom: 1rem;
}
html:not([dir=rtl]) .new-product-widget-holder .widget-block .list-block li,
html:not([dir=rtl]) .new-product-widget-holder .widget-block .list-block a {
  color: #552988;
}
html:not([dir=rtl]) .new-product-widget-holder .widget-block .list-block a {
  display: inline-block;
  height: 32px;
  padding-left: 3rem;
}
html:not([dir=rtl]) .new-product-widget-holder .widget-block .list-block li {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .new-product-widget-holder .widget-block {
    width: 100%;
  }
  html:not([dir=rtl]) .new-product-widget-holder .widget-block:first-child {
    margin-right: 0;
  }
  html:not([dir=rtl]) .new-product-widget-holder .widget-block ul {
    margin: 2rem 3rem;
  }
}
html:not([dir=rtl]) .new-product-widget-holder .widget-block-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .new-product-widget-holder .widget-block-wrapper {
    display: block;
  }
}
html:not([dir=rtl]) .email-tfa-verify-form {
  margin: 1rem;
}
html:not([dir=rtl]) .email-tfa-verify-form input[data-drupal-selector=edit-submit] {
  float: left;
}
html:not([dir=rtl]) .new-product-wrap-inner .intro-block h3 {
  text-transform: uppercase;
}
html:not([dir=rtl]) .ebisb-modal .modal-dialog {
  max-width: 1110px;
}
html:not([dir=rtl]) .ebisb-modal .modal-body {
  padding: 1.5rem 5rem 2.5rem 5rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .ebisb-modal .modal-body {
    padding: 1rem;
  }
}
html:not([dir=rtl]) .ebisb-modal .img-blk {
  margin-bottom: 2rem;
}
html:not([dir=rtl]) .ebisb-modal .close {
  text-align: right;
}
html:not([dir=rtl]) .ebisb-modal .close span {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 100;
  margin: 1rem 1rem 0 0;
  display: inline-block;
}
html:not([dir=rtl]) #competencies_table {
  width: 100%;
}
html:not([dir=rtl]) .tal-container {
  background: rgb(64, 191, 182);
  background: linear-gradient(184deg, rgba(64, 191, 182, 0) 15%, rgba(64, 191, 182, 0.3) 145%);
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .tal-container {
    text-align: center;
  }
  html:not([dir=rtl]) .tal-container img {
    margin: 0 auto;
  }
}
html:not([dir=rtl]) .tal-container p {
  font-size: 23px;
  color: #552988;
  line-height: 40.528px;
  font-weight: bold;
}
html:not([dir=rtl]) .tai-footer {
  padding: 0.5rem 0;
}
html:not([dir=rtl]) .tai-footer p {
  line-height: 23px;
  margin-bottom: 0;
  font-size: 0.875rem;
}
html:not([dir=rtl]) .tai-footer a,
html:not([dir=rtl]) .tai-footer p {
  font-size: 0.875rem;
  color: #55267e;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .tai-footer a,
  html:not([dir=rtl]) .tai-footer p {
    font-size: 7px !important;
    line-height: 12px;
  }
}
html:not([dir=rtl]) .tai-footer .fst-blk {
  display: flex;
  align-items: center;
  position: relative;
}
html:not([dir=rtl]) .tai-footer .fst-blk a {
  font-size: 0.6875rem;
  line-height: 16px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .tai-footer .fst-blk a {
    font-size: 5.5px;
    line-height: 8px;
  }
}
html:not([dir=rtl]) .tai-footer .blk-1 {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #51c1ad;
  margin-right: 1rem;
  padding-right: 1.5rem;
}
html:not([dir=rtl]) .tai-footer .blk-1 a {
  padding-left: 1.5rem;
  margin-bottom: 0.25rem;
}
html:not([dir=rtl]) .tai-footer .blk-1 .mobile {
  background: url("../image/mob-ico.png") no-repeat left top;
}
html:not([dir=rtl]) .tai-footer .blk-1 .cc {
  background: url("../image/whatsapp-ico.png") no-repeat left top;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .tai-footer .blk-1 {
    margin-right: 0.5rem;
    padding-right: 0.5rem;
  }
  html:not([dir=rtl]) .tai-footer .blk-1 .mobile {
    background: url("../image/mob-ico-sm.png") no-repeat left top;
  }
  html:not([dir=rtl]) .tai-footer .blk-1 .cc {
    background: url("../image/whatsapp-ico-sm.png") no-repeat left top;
  }
  html:not([dir=rtl]) .tai-footer .blk-1 a {
    padding-left: 0.75rem;
  }
}
html:not([dir=rtl]) .tai-footer .blk-3 {
  padding-left: 1rem;
}
html:not([dir=rtl]) .tai-footer .blk-3 a {
  font-size: 0.875rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .tai-footer .blk-3 {
    padding-left: 0.5rem;
  }
}
html:not([dir=rtl]) .tai-footer .moic-code {
  color: #55267e;
  font-size: 12.68px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 205.051% */
  letter-spacing: -0.507px;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .tai-footer .moic-code {
    font-size: 7px;
    line-height: 5px; /* 71.429% */
    letter-spacing: -0.21px;
    bottom: 0;
  }
}
html:not([dir=rtl]) .bhp-wrapper .pdf-count {
  margin-top: 1rem;
  display: inline-block;
}
html:not([dir=rtl]) .bhp-wrapper .view-empty.container {
  min-height: 300px;
}
html:not([dir=rtl]) .bhp-search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html:not([dir=rtl]) .bhp-search input {
  height: 40px;
}
html:not([dir=rtl]) .bhp-search .form-item {
  width: 50%;
  max-width: 460px;
}
html:not([dir=rtl]) .bhp-search .bootstrap-select .dropdown-toggle {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  html:not([dir=rtl]) .bhp-search {
    display: block;
  }
  html:not([dir=rtl]) .bhp-search .form-item {
    width: 100%;
  }
}
html:not([dir=rtl]) .search-group-wrapper .sg-block {
  padding-bottom: 1rem;
}
html:not([dir=rtl]) .search-group-wrapper .sg-block h4 {
  font-size: 32px !important;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  html:not([dir=rtl]) .search-group-wrapper .sg-block h4 {
    font-size: 26px !important;
  }
}
html:not([dir=rtl]) .search-group-wrapper .sg-item {
  display: flex;
  margin-bottom: 2rem;
}
html:not([dir=rtl]) .search-group-wrapper .sg-item .desc-wrap {
  margin-left: 1rem;
}
html:not([dir=rtl]) .search-group-wrapper .sg-item .desc-wrap h2 {
  font-size: 24px !important;
  font-weight: normal !important;
}
html:not([dir=rtl]) .search-group-wrapper .sg-item .desc-wrap span {
  font-size: 16px !important;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  html:not([dir=rtl]) .search-group-wrapper .sg-item .desc-wrap h2 {
    font-size: 16px !important;
    margin-bottom: 0.5rem;
  }
  html:not([dir=rtl]) .search-group-wrapper .sg-item .desc-wrap span {
    font-size: 14px !important;
  }
}
html:not([dir=rtl]) .search-group-wrapper .sg-item .img-wrap {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  html:not([dir=rtl]) .search-group-wrapper .sg-item .img-wrap img {
    width: 65px;
  }
}
html:not([dir=rtl]) .bhb-disclosures .basic-page-wrap {
  display: none;
}
html:not([dir=rtl]) .bhb-disclosures .basic-page-wrap h2 {
  display: none;
}
html:not([dir=rtl]) .bhb-disclosures .view-grouping-header {
  display: none;
}
html:not([dir=rtl]) .bhb-disclosures .bef-exposed-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
html:not([dir=rtl]) .bhb-disclosures .bef-exposed-form .form-item {
  width: 50%;
  max-width: 460px;
}
html:not([dir=rtl]) .bhb-disclosures .bef-exposed-form .form-item .bootstrap-select .dropdown-toggle {
  margin-top: 0;
}
html:not([dir=rtl]) .bhb-disclosures .bef-exposed-form .form-actions {
  min-width: 150px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  html:not([dir=rtl]) .bhb-disclosures .bef-exposed-form {
    display: block;
  }
  html:not([dir=rtl]) .bhb-disclosures .bef-exposed-form .form-item {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1399px) and (orientation: portrait) {
  html:not([dir=rtl]) .tools-wrapper {
    background: linear-gradient(to right, #fff 18%, #552988 18%);
  }
  html:not([dir=rtl]) .tools-wrapper li {
    margin: 0 0.5rem;
  }
  html:not([dir=rtl]) .main-menu > ul > li a {
    padding: 0.5rem;
    margin-left: 0.5rem;
    font-size: 14px;
    padding-bottom: 11px;
  }
}
html:not([dir=rtl]) .product-details-wrap .table-bordered thead th,
html:not([dir=rtl]) .product-details-wrap .table-bordered tbody th {
  font-weight: 600;
}
html:not([dir=rtl]) .emi-spotlight .spotlight-item .spot-content {
  padding: 90px 0 0 95px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .emi-spotlight .spotlight-item .spot-content {
    padding: 74px 0 0 45px;
    max-width: 270px;
  }
}
html:not([dir=rtl]) .emi-spotlight .spotlight-item .spot-content h1 {
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  padding: 0 3rem 0 1rem;
}
html:not([dir=rtl]) .emi-spotlight .spotlight-item .spot-content span {
  font-size: 26px;
  line-height: 32px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  html:not([dir=rtl]) .emi-spotlight .spot-image-block {
    padding-right: 90px;
  }
}
html:not([dir=rtl]) .emi-spotlight .spot-content,
html:not([dir=rtl]) .emi-spotlight .spot-image-block {
  opacity: 0;
}
html:not([dir=rtl]) .emi-spotlight .slick-next::before,
html:not([dir=rtl]) .emi-spotlight .slick-prev::before {
  background: url(../image/arrow-box.png) no-repeat left top/100%;
  width: 50px;
  height: 50px;
}
html:not([dir=rtl]) .emi-spotlight .slick-arrow {
  top: 44%;
}
html:not([dir=rtl]) .emi-spotlight .slick-prev {
  left: 1px !important;
}
html:not([dir=rtl]) .emi-spotlight .slick-prev::before {
  transform: rotate(180deg);
}
html:not([dir=rtl]) .emi-spotlight .slick-next {
  right: 31px !important;
}
html:not([dir=rtl]) .bn-pl-holder ul {
  margin-bottom: 0;
  margin-top: 0;
}
html:not([dir=rtl]) .bn-pl-holder ul li {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .bn-pl-holder .spot-content-wrap {
    display: block;
  }
  html:not([dir=rtl]) .bn-pl-holder .spot-content-wrap .spot-image-block {
    margin-bottom: 0;
  }
}
html:not([dir=rtl]) .default-faq-holder {
  margin: 1rem 0;
}
html:not([dir=rtl]) .default-faq-holder .card {
  border: 1px solid #552988;
  border-radius: 0;
  margin-bottom: 20px;
  color: #552988;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.1), -5px 0 5px -5px rgba(0, 0, 0, 0.1), 0 -5px 5px -5px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}
html:not([dir=rtl]) .default-faq-holder .card .card-header {
  background-color: #fff;
  border-bottom: none;
  padding: 21px 23px 21px 16px;
}
html:not([dir=rtl]) .default-faq-holder .card .card-body {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  padding-top: 0;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .default-faq-holder .card .card-body {
    font-size: 16px;
    line-height: 24px;
  }
}
html:not([dir=rtl]) .default-faq-holder .card ul {
  margin-bottom: 0;
  margin-top: 0;
}
html:not([dir=rtl]) .default-faq-holder .accordion-title[aria-expanded=true] {
  color: #333333 !important;
}
html:not([dir=rtl]) .default-faq-holder .accordion-title {
  position: relative;
  padding-left: 35px;
  font-size: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .default-faq-holder .accordion-title {
    font-size: 16px;
  }
}
html:not([dir=rtl]) .default-faq-holder .accordion-title:hover {
  color: inherit;
}
html:not([dir=rtl]) .default-faq-holder .accordion-title:before {
  position: absolute;
  left: 0;
  width: 18px;
  height: 1px;
  background: url(../image/mi-icon.svg) no-repeat left top/100%;
  content: "";
  padding-left: 5px;
}
html:not([dir=rtl]) .default-faq-holder .accordion-title.collapsed:before {
  background: url(../image/pi-icon.svg) no-repeat left top/100%;
  height: 18px;
}
html:not([dir=rtl]) .tw-revamp-wrap .view-filters {
  width: 100%;
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian {
  padding: 0 1rem;
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .winners-filter-wrap {
  border-bottom: 0;
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .winners-filter-wrap .form-item {
  width: 255px;
  min-width: 255px;
  margin-right: 30px;
  border-bottom: 0;
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .winners-filter-wrap .form-item .bootstrap-select {
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .winners-filter-wrap .form-item {
    width: 100%;
  }
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .winners-filter-wrap .bootstrap-select .dropdown-toggle::after {
  background: url(../image/dropdown-arrow-2.svg) no-repeat left top/100%;
  width: 20px;
  height: 11px;
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .card {
  border: 1px solid #552988;
  margin-bottom: 30px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.1), -5px 0 5px -5px rgba(0, 0, 0, 0.1), 0 -5px 5px -5px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .card .card-header .btn {
  padding-left: 3rem;
  color: #333333;
  background: url("../image/mi-icon.svg") no-repeat 16px center;
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .card .card-header .btn.collapsed {
  color: #552988;
  background: url("../image/pi-icon.svg") no-repeat 16px center;
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .card-body {
  padding: 0;
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .card-body .view-empty {
  padding: 1.25rem;
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .card-body .views-field-name span {
  background: none;
  padding: 1.25rem;
  color: #552988;
  border: 1px solid #eeeeee;
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .card-body .views-field-name:nth-child(2n-1) {
  background: #eeeeee;
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .card-body .card {
  border: none;
  box-shadow: none;
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .card-body .card .card-header {
  background: #552988;
  border-radius: 0;
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .card-body .card .card-header .btn {
  color: #ffffff;
  background-image: unset;
  padding-left: 1.25rem;
}
html:not([dir=rtl]) .tw-revamp-wrap .tw-revamp-accordian .card-body .inner-accordion {
  margin-left: 0;
  padding: 0 1rem;
}
html:not([dir=rtl]) .c3-layout {
  display: flex;
  flex-wrap: wrap;
}
html:not([dir=rtl]) .c3-layout .views-field-name {
  width: 33.33%;
  padding-right: 1px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .c3-layout .views-field-name {
    width: 100%;
    padding-right: 0;
  }
}
html:not([dir=rtl]) .c3-layout .views-field-name span {
  font-size: 12px !important;
  background: none !important;
}
html:not([dir=rtl]) .c3-layout .views-field-name:nth-child(2n-1) {
  background: #eeeeee;
}
html:not([dir=rtl]) .c3-layout .views-field-name:nth-child(2n-1) span {
  border: none !important;
}
html:not([dir=rtl]) .custom-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
html:not([dir=rtl]) .participants-holder .cyv-btn {
  max-width: 445px;
  height: 50px;
}
html:not([dir=rtl]) .voting-form-wraper {
  margin-bottom: 2rem;
}
html:not([dir=rtl]) .voting-form-wraper p {
  font-weight: 600;
}
html:not([dir=rtl]) .voting-form-wraper .contry-code {
  width: 80px;
  padding-right: 10px;
  margin-right: 15px;
}
html:not([dir=rtl]) .voting-form-wraper .cyv-btn {
  max-width: 445px;
  height: 50px;
}
html:not([dir=rtl]) .voting-form-field-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .voting-form-field-row {
    display: block;
  }
}
html:not([dir=rtl]) .voting-form-field-row .form-item {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .voting-form-field-row .form-item {
    width: 100%;
  }
}
html:not([dir=rtl]) .voting-form-field-row .form-item span {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 600;
}
html:not([dir=rtl]) .pw-holder {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 1.25rem;
}
html:not([dir=rtl]) .pw-holder.check-radio-style .form-item input[type=radio] {
  margin-top: 0.5rem;
}
html:not([dir=rtl]) .pw-holder .view-profile-btn {
  width: 200px;
  height: 50px;
  background: #5abcac;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
html:not([dir=rtl]) .pw-holder .form-item {
  margin-bottom: 0;
}
html:not([dir=rtl]) .pw-holder .form-item input[type=checkbox],
html:not([dir=rtl]) .pw-holder .form-item input[type=radio] {
  /* Hide the default checkbox */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  border: 1px solid #555555;
  border-radius: 0;
  position: relative;
  margin-top: 6.5rem;
  cursor: pointer;
}
html:not([dir=rtl]) .pw-holder .form-item input[type=checkbox]:checked,
html:not([dir=rtl]) .pw-holder .form-item input[type=radio]:checked {
  background-color: #ffffff;
}
html:not([dir=rtl]) .pw-holder .form-item input[type=checkbox]:checked::after,
html:not([dir=rtl]) .pw-holder .form-item input[type=radio]:checked::after {
  content: url(../image/tick.svg);
  color: #000000;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 16px;
  transform: translate(-50%, -50%);
}
html:not([dir=rtl]) .pw-holder .profile-item {
  margin-left: 1rem;
}
html:not([dir=rtl]) .pw-holder .profile-item .img-wrap {
  margin-bottom: 1rem;
}
html:not([dir=rtl]) .pw-holder .profile-item h2 {
  font-size: 16px !important;
  color: #333333;
  font-weight: 500 !important;
}
html:not([dir=rtl]) .pw-holder .pv-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 50px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 100%;
  max-width: 1110px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .pw-holder .pv-popup {
    position: absolute;
    padding: 36px;
  }
}
html:not([dir=rtl]) .pw-holder .pv-popup .close-popup {
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
}
html:not([dir=rtl]) .pw-holder .pv-popup .popup-content .flx-wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .pw-holder .pv-popup .popup-content .flx-wrapper {
    flex-direction: column;
  }
}
html:not([dir=rtl]) .pw-holder .pv-popup .popup-content .flx-wrapper .rt-blk {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .pw-holder .pv-popup .popup-content .flx-wrapper .rt-blk {
    order: -1;
  }
}
html:not([dir=rtl]) .pw-holder .pv-popup .popup-content .flx-wrapper .lt-blk {
  padding-right: 2rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .pw-holder .pv-popup .popup-content .flx-wrapper .lt-blk {
    padding-right: 0;
  }
}
html:not([dir=rtl]) .pw-holder .pv-popup .popup-content .flx-wrapper .lt-blk p {
  line-height: 30px;
}
html:not([dir=rtl]) .pw-holder .pv-popup .popup-content .flx-wrapper .lt-blk span {
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  html:not([dir=rtl]) .tools-wrapper {
    background: linear-gradient(to right, #fff 18%, #552988 18%);
  }
  html:not([dir=rtl]) .tools-wrapper li a span {
    font-size: 11px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  html:not([dir=rtl]) .tools-wrapper li a span {
    font-size: 11px;
  }
}
html:not([dir=rtl]) .close span {
  cursor: pointer;
}
html:not([dir=rtl]) .btn.btn-link:focus {
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .filter-search-title .form-wrapper {
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .filter-search-title .form-submit {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .search-results-wrap .site-link {
    margin-top: 20px;
  }
}
html:not([dir=rtl]) .prdbtm-desc {
  text-align: center;
  padding: 1.5rem;
}
html:not([dir=rtl]) .webform-submission-follow-her-path-campaign-form input[data-drupal-selector=edit-upload-your-cv-remove-button] {
  margin: 1rem 0;
  font-size: 16px;
}
html:not([dir=rtl]) .user-login-form {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 5rem;
}
html:not([dir=rtl]) .pnf-cnt {
  min-height: 385px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .pnf-cnt {
    min-height: 200px;
  }
}
@keyframes slideFromTop {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideFromBottom {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html:not([dir=rtl]) ol,
html:not([dir=rtl]) ul {
  margin: 30px 0 30px 20px;
}
html:not([dir=rtl]) ol li,
html:not([dir=rtl]) ul li {
  line-height: 1.5;
}
html:not([dir=rtl]) .emi-spotlight {
  /* Add animations for disappearing */
}
html:not([dir=rtl]) .emi-spotlight .spot-content {
  opacity: 0;
  transform: translateY(-280px);
  transition: all 2s ease 0s;
}
html:not([dir=rtl]) .emi-spotlight .spot-image-block {
  opacity: 0;
  transform: translateY(280px);
  transition: all 2s ease 0s;
}
html:not([dir=rtl]) .emi-spotlight .slick-active .spot-content {
  opacity: 1;
  transform: translateY(0);
  transition: all 2s ease 0s;
}
html:not([dir=rtl]) .emi-spotlight .slick-active .spot-image-block {
  opacity: 1;
  transform: translateY(0);
  transition: all 2s ease 0s;
}
html:not([dir=rtl]) .emi-spotlight .animate-to-bottom {
  transform: translateY(280px);
  opacity: 0;
  transition: all 2s ease 0s;
}
html:not([dir=rtl]) .emi-spotlight .animate-to-top {
  transform: translateY(-280px);
  opacity: 0;
  transition: all 2s ease 0s;
}

/* ---Ar styling--- */
html[dir=rtl] {
  /**
  * style main
  */
  /* footer */
  /* newsletter footer */
  /* header */
  /* main-menu */
  /* spotlight */
  /* spotlight */
  /* product widgets */
  /* offers block */
  /* newsroom */
  /* product detail */
  /* Menu */
  /*news room*/
  /*our people*/
  /*contact us*/
  /*static page*/
  /*our financial*/
  /*our financial*/
  /*tejoori winners*/
  /*locator page*/
  /* our people popup */
  /*--ZAKAT Calculator--*/
  /*tools menu*/
  /* Career form */
  /* site search */
  /* mobile tools section */
  /* search results*/
  /* sitemap */
  /* Satisfaction Survey Form */
  /* new product page */
  /* 2 fa styling */
  /* e-bisb site modal */
  /* Tejoori December Stand Brief  */
  /* Bhb Disclosures Page  */
  /* Ipad in portrait layouts only */
  /* Tejoori Al Islami Winners Revamp */
  /* END Tejoori Al Islami Winners Revamp */
  /* voting Form */
  /* Ipad in landscape layouts only */
  /* iPad in portrait & landscape */
  /* Animate content from top */
  /* Animate image from bottom */
  /* END keyframe */
}
html[dir=rtl] body {
  font-family: "gotham_lightregular", sans-serif;
  position: relative;
  text-align: right;
}
html[dir=rtl] .site-input {
  padding: 11px 10px 11px 40px;
}
html[dir=rtl] .bootstrap-select {
  max-width: none;
  width: 100% !important;
}
html[dir=rtl] .bootstrap-select .dropdown-toggle {
  outline: none !important;
  padding: 8px 0;
  height: 40px;
  border-radius: 0;
  border: 1px solid #000000;
  background: #ffffff;
  margin-top: 0.2rem;
}
html[dir=rtl] .bootstrap-select .dropdown-toggle::after {
  background: url(../image/dropdown-arrow.svg) no-repeat left top/100%;
  width: 12px;
  height: 8px;
  border: 0;
  position: absolute;
  left: 20px;
}
html[dir=rtl] .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
html[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
html[dir=rtl] .bootstrap-select .filter-option-inner-inner {
  padding-right: 16px;
}
html[dir=rtl] .bootstrap-select .dropdown-menu {
  height: 200px;
  min-width: 100% !important;
}
html[dir=rtl] .global-footer {
  background: #552988;
  color: #ffffff;
}
html[dir=rtl] .global-footer .footer-nav {
  margin-bottom: 50px;
}
html[dir=rtl] .global-footer .footer-nav ul {
  margin: 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .global-footer .footer-nav ul {
    display: block;
    text-align: center;
  }
}
html[dir=rtl] .global-footer .footer-nav ul li {
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .global-footer .footer-nav ul li {
    margin-left: 0;
  }
}
html[dir=rtl] .global-footer .footer-nav ul li:last-child {
  margin-left: 0;
}
html[dir=rtl] .global-footer .footer-nav ul li a {
  color: #ffffff;
  font-size: 1.125rem;
}
html[dir=rtl] .global-footer .footer-nav ul li a:hover {
  color: #999999;
}
html[dir=rtl] .global-footer p {
  font-size: 0.875rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .global-footer p {
    line-height: 36px;
  }
}
html[dir=rtl] .newsletter-section-block {
  padding: 1rem 0;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .newsletter-section-block .site-link {
    margin: 0 auto;
  }
}
html[dir=rtl] .newsletter-section-block input[type=text],
html[dir=rtl] .newsletter-section-block input[type=email] {
  max-width: 635px;
  border: none;
  color: #000000;
  padding-right: 1rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .newsletter-section-block input[type=text],
  html[dir=rtl] .newsletter-section-block input[type=email] {
    margin-bottom: 1rem;
  }
}
html[dir=rtl] .newsletter-section-block .newsletter-wrap {
  justify-content: space-between;
  align-items: center;
}
html[dir=rtl] .newsletter-section-block .newsletter-wrap input[type=submit] {
  width: 150px;
}
html[dir=rtl] .newsletter-section-block span {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .newsletter-section-block span {
    margin-bottom: 1rem;
    display: block;
  }
}
html[dir=rtl] .header-top-block {
  display: flex;
  justify-content: space-between;
}
html[dir=rtl] .header-top-block .rt-widget-block {
  position: relative;
}
html[dir=rtl] .logo-block {
  margin-top: -111px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .logo-block {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 15px;
  }
  html[dir=rtl] .logo-block h1 {
    margin-bottom: 0;
  }
}
html[dir=rtl] .logo-block h1 {
  font-size: 0 !important;
}
html[dir=rtl] .logo-block h1 img {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .logo-block h1 img {
    width: 100%;
  }
}
html[dir=rtl] .bisb-digital-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.9rem 0 0.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .bisb-digital-btn {
    width: 152px;
    flex-direction: row;
    text-align: center;
    padding: 10px;
    margin-top: 0;
    height: 50px;
    top: 50px;
    left: 15px;
  }
}
html[dir=rtl] .bisb-digital-btn img {
  flex-basis: 0;
}
html[dir=rtl] .bisb-digital-btn span {
  margin-top: 1rem;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .bisb-digital-btn span {
    margin: 0 auto;
  }
}
html[dir=rtl] .tools-wrapper {
  padding: 1rem 0;
  margin-top: 1.5rem;
  position: relative;
  background: linear-gradient(to left, #fff 38%, #552988 38%);
}
@media only screen and (max-width: 1650px) {
  html[dir=rtl] .tools-wrapper {
    background: linear-gradient(to left, #fff 34%, #552988 34%);
  }
}
@media only screen and (max-width: 1399px) {
  html[dir=rtl] .tools-wrapper {
    background: linear-gradient(to left, #fff 30%, #552988 30%);
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .tools-wrapper {
    background: none;
    margin-bottom: 1.5rem;
  }
}
html[dir=rtl] .tools-wrapper ul {
  display: flex;
  margin: 0;
  list-style-type: none;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .tools-wrapper ul {
    display: none;
  }
}
html[dir=rtl] .tools-wrapper li {
  margin: 0 1rem;
}
html[dir=rtl] .tools-wrapper li a {
  color: #ffffff;
  display: inline-block;
}
html[dir=rtl] .tools-wrapper li a img {
  margin: 0 auto;
  min-height: 22px;
}
html[dir=rtl] .tools-wrapper li a span {
  margin-top: 10px;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  html[dir=rtl] .tools-wrapper li a span {
    font-size: 11px;
  }
}
html[dir=rtl] .tools-wrapper .tools-wrapper-inner {
  position: relative;
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
}
html[dir=rtl] .lang-switcher {
  margin-left: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 60px;
  border-right: 1px solid #fff;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .lang-switcher {
    color: #552988;
    font-size: 1.0625rem;
    padding-right: 0;
    padding-left: 15px;
    margin: 0;
    border-right: 0;
    border-left: 1px solid #552988;
    font-family: "FrutigerLTArabic-65Bold";
    position: absolute;
    top: -15px;
    left: 70px;
  }
}
html[dir=rtl] .lang-switcher.en {
  background: url(../image/en-icon.svg) no-repeat 10px 10px/38px;
  width: 36px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .lang-switcher.en {
    background: none;
    width: auto;
    height: auto;
  }
}
html[dir=rtl] .main-menu {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .main-menu {
    width: 100%;
  }
}
html[dir=rtl] .main-menu > ul {
  display: flex;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .main-menu > ul {
    display: block;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .main-menu > ul > li {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 0.5rem;
  }
  html[dir=rtl] .main-menu > ul > li.hav-sub a {
    background: url(../image/submenu-arrow1.svg) no-repeat left center !important;
  }
}
html[dir=rtl] .main-menu > ul > li a {
  font-size: 1.125rem;
  color: #552988;
  text-transform: uppercase;
  padding: 1.5rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .main-menu > ul > li a {
    padding: 0;
    margin-right: 0;
    width: 100%;
    display: block;
    color: #ffffff;
  }
}
html[dir=rtl] .main-menu > ul > li.active > a, html[dir=rtl] .main-menu > ul > li:hover > a {
  background: #552988;
  color: #ffffff;
  position: relative;
}
html[dir=rtl] .main-menu > ul > li.active > a::before, html[dir=rtl] .main-menu > ul > li:hover > a::before {
  position: absolute;
  right: -28px;
  content: "";
  background: url(../image/menu-active-bg.png) no-repeat right top;
  width: 28px;
  height: 57px;
  top: -1px;
  transform: rotateY(180deg);
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .main-menu > ul > li.active > a::before, html[dir=rtl] .main-menu > ul > li:hover > a::before {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .main-menu > ul > li.active > a {
    background: url(../image/submenu-arrow.svg) no-repeat left center !important;
  }
}
html[dir=rtl] .spot-content-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .spot-content-wrap {
    flex-wrap: wrap;
  }
  html[dir=rtl] .spot-content-wrap .spot-image-block {
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  html[dir=rtl] .spot-content-wrap .spot-image-block iframe {
    width: 100%;
  }
}
html[dir=rtl] .spotlight-wrapper {
  margin-top: -21px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .spotlight-wrapper {
    margin-top: 0;
  }
}
html[dir=rtl] .spotlight-wrapper.inner-page {
  border-bottom: 2px solid #000000;
  position: relative;
}
html[dir=rtl] .spotlight-wrapper .slick-dots {
  bottom: -35px;
}
html[dir=rtl] .brand-dots {
  margin-bottom: 2.5rem;
}
html[dir=rtl] .brand-dots img {
  width: auto;
}
html[dir=rtl] .spot-content {
  max-width: 480px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .spot-content {
    order: 1;
  }
}
html[dir=rtl] .spot-content.white-text {
  color: #ffffff;
}
html[dir=rtl] .spot-content.black-text {
  color: #000000;
}
html[dir=rtl] .spot-content h1 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 42px !important;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .spot-content h1 {
    font-size: 24px !important;
    margin-bottom: 1rem;
  }
}
html[dir=rtl] .spot-content span {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 1rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .spot-content span {
    font-size: 16px !important;
  }
}
html[dir=rtl] .spotlight-wrapper .slick-arrow::before {
  width: 15px;
  height: 25px;
  display: block;
}
html[dir=rtl] .spotlight-wrapper .slick-prev,
html[dir=rtl] .spotlight-wrapper .slick-next {
  top: 20%;
}
html[dir=rtl] .spotlight-wrapper .slick-prev {
  right: 10px !important;
}
html[dir=rtl] .spotlight-wrapper .slick-prev::before {
  content: "";
  background: url(../image/slider-arrow-next-lg2.svg) no-repeat left top/100%;
}
html[dir=rtl] .spotlight-wrapper .slick-next {
  left: 5px !important;
}
html[dir=rtl] .spotlight-wrapper .slick-next::before {
  content: "";
  background: url(../image/slider-arrow-prev-lg2.svg) no-repeat left top/100%;
}
html[dir=rtl] .product-list-wrap {
  padding: 1rem 0 2rem;
}
html[dir=rtl] .product-list-wrap .views-row {
  width: 100%;
}
html[dir=rtl] .product-list-wrap .views-row .product-item {
  border-bottom: 1px solid #333333;
}
html[dir=rtl] .product-list-wrap .views-row .product-item .details-block a.mr-3 {
  margin-left: 1rem;
}
html[dir=rtl] .product-list-wrap .views-row:last-child .product-item {
  border-bottom: none;
}
html[dir=rtl] .product-item {
  padding: 2rem 0;
}
html[dir=rtl] .product-item .details-block h2:nth-child(2) {
  margin-bottom: 0;
  color: #333333 !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
html[dir=rtl] .product-widget-wrapper .title-head {
  text-align: center;
  margin-top: 45px;
}
html[dir=rtl] .accounts-widget-wrap {
  background-color: #51C1AD;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .accounts-widget-wrap {
    background-color: unset;
  }
  html[dir=rtl] .accounts-widget-wrap .accounts-widget {
    background-color: #51C1AD;
    margin-bottom: 1rem;
  }
}
html[dir=rtl] .widget-block {
  padding: 1rem;
  font-weight: 600;
}
html[dir=rtl] .widget-block p {
  font-weight: 600;
}
html[dir=rtl] .widget-block h2 {
  text-transform: uppercase;
  color: #000000;
}
html[dir=rtl] .widget-block ul {
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .widget-block ul {
    margin-right: 0;
  }
}
html[dir=rtl] .widget-block ul li {
  text-transform: uppercase;
}
html[dir=rtl] .widget-block ul li a {
  color: #000000;
}
html[dir=rtl] .widget-block ul li a:hover {
  color: #333333;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .widget-block ul li {
    line-height: 32px;
  }
}
html[dir=rtl] .card-widget {
  margin-bottom: 1rem;
}
html[dir=rtl] .accounts-widget img {
  margin-right: auto;
}
html[dir=rtl] .financing-widget {
  color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .financing-widget {
    margin-bottom: 1rem;
  }
}
html[dir=rtl] .financing-widget h2,
html[dir=rtl] .financing-widget li a {
  color: #ffffff !important;
}
html[dir=rtl] .financing-widget img {
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .financing-widget img {
    position: relative;
    margin-right: auto;
  }
}
html[dir=rtl] .financing-widget li a:hover {
  color: #999999 !important;
}
html[dir=rtl] .offer-widget {
  text-align: center;
  border: 1px solid #000000;
  padding: 1rem;
  min-height: 410px;
  cursor: pointer;
}
html[dir=rtl] .offer-widget img {
  margin: 0 auto;
}
html[dir=rtl] .offer-widget span {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
html[dir=rtl] .title-head .inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html[dir=rtl] .title-head .inner-wrap span {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .title-head .inner-wrap {
    text-align: center;
  }
  html[dir=rtl] .title-head .inner-wrap div {
    width: 100%;
  }
}
html[dir=rtl] .offer-modal {
  padding-right: 0 !important;
  top: auto;
  bottom: 0;
  height: auto;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  opacity: 0;
}
html[dir=rtl] .offer-modal.show {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  opacity: 1;
}
html[dir=rtl] .offer-modal .close {
  text-align: left;
  padding: 1rem 1rem 0;
  opacity: 1;
}
html[dir=rtl] .offer-modal .close span {
  background: url(../image/close-btn.png) no-repeat left top;
  width: 26px;
  height: 26px;
  display: inline-block;
}
html[dir=rtl] .offer-modal .modal-dialog {
  max-width: 100%;
  margin: 0;
}
html[dir=rtl] .offer-modal .modal-dialog .modal-content {
  border-radius: 0;
}
html[dir=rtl] .offer-modal .modal-dialog .modal-content .modal-body {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
html[dir=rtl] .newsroom-widget-wrapper {
  background-color: #51C1AD !important;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 2px, transparent 20px);
}
html[dir=rtl] .newsroom-widget-wrapper .title-head h2 {
  color: #ffffff;
}
html[dir=rtl] .newsroom-widget-wrapper .news-widget {
  background: #ffffff;
  color: #000000;
  padding: 1.5rem;
  position: relative;
  min-height: 265px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .newsroom-widget-wrapper .news-widget {
    margin-bottom: 2rem;
  }
}
html[dir=rtl] .newsroom-widget-wrapper .news-widget .site-link {
  position: absolute;
  left: 3rem;
  bottom: -18px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .newsroom-widget-wrapper .news-widget .site-link {
    transform: translateX(-50%);
    left: 50%;
  }
}
html[dir=rtl] .newsroom-widget-wrapper .news-widget h1 {
  font-size: 20px !important;
  color: #000000;
}
html[dir=rtl] .newsroom-widget-wrapper .news-widget span {
  font-size: 1rem;
}
html[dir=rtl] .newsroom-widget-wrapper .news-widget p {
  font-size: 0.875rem;
  padding: 1rem 0;
}
html[dir=rtl] .newsroom-widget-wrapper a.ln-lg {
  font-size: 16px !important;
}
html[dir=rtl] .jump-to-wrapper {
  min-width: 350px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .jump-to-wrapper {
    margin-bottom: 1.5rem;
  }
}
html[dir=rtl] .jump-to-wrapper span {
  display: inline-block;
  min-width: 80px;
}
html[dir=rtl] .jump-to-wrapper form {
  display: flex;
  align-items: center;
  width: 100%;
}
html[dir=rtl] .jump-to-wrapper form label {
  margin-bottom: 3px;
}
html[dir=rtl] .jump-to-wrapper form .form-item {
  margin-left: 20px;
}
html[dir=rtl] .product-details-header h3 {
  font-size: 20px !important;
}
html[dir=rtl] .product-details-header p {
  font-size: 18px;
}
html[dir=rtl] .product-details-wrap .feature-item {
  border-bottom: 1px solid #000000;
}
html[dir=rtl] .product-details-wrap .feature-item h3 {
  font-size: 30px !important;
  color: #000000;
}
html[dir=rtl] .product-details-wrap .feature-item p {
  font-weight: 600;
}
html[dir=rtl] .product-details-wrap .feature-item .btn-holder {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
html[dir=rtl] .more-info-widget-wrap .more-info-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 1.5rem 1rem;
}
html[dir=rtl] .more-info-widget-wrap .more-info-widget img {
  flex-shrink: 0;
}
html[dir=rtl] .more-info-widget-wrap .more-info-widget span {
  margin-top: 1.5rem;
}
html[dir=rtl] .more-info-widget-wrap.item-1 a {
  background-color: #56b24e;
}
html[dir=rtl] .more-info-widget-wrap.item-2 a {
  background-color: #864995;
}
html[dir=rtl] .more-info-widget-wrap.item-3 a {
  background-color: #5381e5;
}
html[dir=rtl] .menu-wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .menu-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #552988 !important;
  }
}
html[dir=rtl] .sub-menu-wrapper {
  position: absolute;
  right: 0;
  top: 66px;
  z-index: 999;
  width: 100%;
  padding: 3rem 0 80rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .sub-menu-wrapper {
    position: relative;
    top: 0;
    background-color: unset;
    padding: 1.5rem 0 1.5rem;
  }
}
html[dir=rtl] .sub-menu-wrapper a,
html[dir=rtl] .sub-menu-wrapper h4 {
  color: #ffffff !important;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .sub-menu-wrapper .sub-menu {
    width: 100%;
  }
  html[dir=rtl] .sub-menu-wrapper .sub-menu ul {
    width: 100% !important;
  }
}
html[dir=rtl] .sub-menu-wrapper .sub-menu ul {
  margin: 0;
  width: 250px;
  text-align: right;
}
html[dir=rtl] .sub-menu-wrapper .sub-menu li a {
  text-transform: capitalize;
  padding: 1.5rem 0 1.5rem;
  margin: 0 1.5rem 0 1.5rem;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .sub-menu-wrapper .sub-menu li a {
    margin: 0;
  }
}
html[dir=rtl] .sub-menu-wrapper .sub-menu li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .sub-menu-wrapper .sub-menu li:last-child a {
    border-bottom: none;
  }
}
html[dir=rtl] .sub-menu-wrapper .sub-menu .hav-sub > a {
  background: url("../image/submenu-arrow1-ar.svg") no-repeat left center;
}
html[dir=rtl] .sub-menu-wrapper .sub-menu .hav-sub.active > a {
  background: url("../image/submenu-arrow-ar.svg") no-repeat left center;
}
html[dir=rtl] .sub-menu-wrapper .sub-menu .hav-sub.level1 {
  position: relative;
}
html[dir=rtl] .sub-menu-wrapper .sub-menu .hav-sub.level1 .submenu-level1 {
  position: absolute;
  right: 250px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .sub-menu-wrapper .sub-menu .hav-sub.level1 .submenu-level1 {
    position: relative;
    right: 0;
  }
  html[dir=rtl] .sub-menu-wrapper .sub-menu .hav-sub.level1 .submenu-level1 a {
    padding-right: 1rem;
  }
}
html[dir=rtl] .sub-menu-wrapper .sub-menu .hav-sub.level2 {
  position: relative;
}
html[dir=rtl] .sub-menu-wrapper .sub-menu .hav-sub.level2 .submenu-level2 {
  position: absolute;
  right: 250px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .sub-menu-wrapper .sub-menu .hav-sub.level2 .submenu-level2 {
    position: relative;
    right: 0;
  }
  html[dir=rtl] .sub-menu-wrapper .sub-menu .hav-sub.level2 .submenu-level2 a {
    padding-right: 2rem;
  }
}
html[dir=rtl] .sub-menu-inner-wrap {
  display: flex;
}
html[dir=rtl] .sub-menu-inner-wrap .title-blk {
  max-width: 230px;
  padding-right: 1rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .sub-menu-inner-wrap .title-blk {
    display: none;
  }
}
html[dir=rtl] .submenu-level2,
html[dir=rtl] .submenu-level1 {
  display: none;
}
html[dir=rtl] .sub-menu-wrapper {
  display: none;
}
html[dir=rtl] .menu-toggle {
  display: none;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .menu-toggle {
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    max-width: none;
    flex: auto;
    width: auto;
    height: auto;
    padding: 0;
  }
}
html[dir=rtl] .menu-toggle .sandwich-menu {
  position: relative;
  left: 0;
  top: 0;
  width: 32px;
  cursor: pointer;
  height: 22px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
html[dir=rtl] .menu-toggle .sandwich-menu.active span {
  background-color: #552988;
}
html[dir=rtl] .menu-toggle .sandwich-menu.active span:nth-child(1) {
  top: 5px;
  transform: rotate(135deg);
}
html[dir=rtl] .menu-toggle .sandwich-menu.active span:nth-child(2) {
  opacity: 0;
}
html[dir=rtl] .menu-toggle .sandwich-menu.active span:nth-child(3) {
  top: 5px;
  transform: rotate(-135deg);
}
html[dir=rtl] .menu-toggle .sandwich-menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  margin-bottom: 6px;
  background-color: #552988;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
html[dir=rtl] .menu-toggle .sandwich-menu span:nth-child(1) {
  top: 0px;
}
html[dir=rtl] .menu-toggle .sandwich-menu span:nth-child(2) {
  top: 10px;
}
html[dir=rtl] .menu-toggle .sandwich-menu span:nth-child(3) {
  top: 20px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .logo-block-wrapper {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
}
html[dir=rtl] .news-room-wrap.for-offers .bootstrap-select {
  width: 200px !important;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .news-room-wrap.for-offers .bootstrap-select {
    width: 100% !important;
  }
}
html[dir=rtl] .news-room-wrap.for-offers #edit-submit-bisb-card-offers {
  width: 150px !important;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .news-room-wrap.for-offers #edit-submit-bisb-card-offers {
    width: 100% !important;
  }
}
html[dir=rtl] .news-room-wrap.for-offers .jump-to-wrapper .js-form-submit {
  margin-top: 0.4rem;
  height: 40px !important;
}
html[dir=rtl] .news-room-wrap .newsroom-widget-wrapper {
  background: none !important;
  position: relative;
  z-index: 1;
}
html[dir=rtl] .news-room-wrap .news-widget {
  border: 1px solid #E6E6E6;
}
html[dir=rtl] .news-room-wrap .jump-to-wrapper {
  min-width: 100%;
}
html[dir=rtl] .news-room-wrap .jump-to-wrapper .bootstrap-select .dropdown-toggle {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .news-room-wrap .jump-to-wrapper {
    display: block;
  }
  html[dir=rtl] .news-room-wrap .jump-to-wrapper span {
    margin-bottom: 1rem;
  }
}
html[dir=rtl] .news-room-wrap .bootstrap-select {
  width: 255px !important;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .news-room-wrap .bootstrap-select {
    margin-left: 0;
    width: 100% !important;
    margin-bottom: 1rem;
  }
}
html[dir=rtl] .news-room-wrap .newsroom-detail-wrap .news-widget {
  padding: 1.5rem 0;
  border: none;
  background: none;
}
html[dir=rtl] .news-room-wrap .newsroom-detail-wrap .news-widget p {
  display: flex;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .news-room-wrap .newsroom-detail-wrap .news-widget p {
    display: block;
  }
}
html[dir=rtl] .news-room-wrap .newsroom-detail-wrap .news-widget p img {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  height: 100% !important;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .news-room-wrap .newsroom-detail-wrap .news-widget p img {
    margin-right: 0;
    margin-top: 1rem;
  }
}
html[dir=rtl] .intro-block img {
  margin: 1rem auto;
}
html[dir=rtl] .intro-block span {
  font-weight: bold;
  margin-bottom: 25px;
  display: block;
}
html[dir=rtl] .about-widget {
  border-bottom: 1px solid #000000;
}
html[dir=rtl] .about-widget h4 {
  color: #000000;
}
html[dir=rtl] .about-widget span {
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
}
html[dir=rtl] .bottom-block {
  text-align: center;
}
html[dir=rtl] .bottom-block p {
  margin-bottom: 0;
  color: #552988;
  font-weight: bold;
}
html[dir=rtl] .tab-holder {
  margin-bottom: 4rem;
}
html[dir=rtl] .tab-holder .nav-tabs .nav-link {
  color: #333333;
  font-weight: bold;
  display: inline-block;
}
html[dir=rtl] .tab-holder .nav-tabs .nav-link.active, html[dir=rtl] .tab-holder .nav-tabs .nav-link:focus, html[dir=rtl] .tab-holder .nav-tabs .nav-link:hover {
  border: none;
}
html[dir=rtl] .tab-holder .nav-tabs .nav-link.active {
  color: #552988;
  border-bottom: 2px solid #552988;
}
html[dir=rtl] .tab-holder .nav-tabs .nav-item {
  text-align: center;
}
html[dir=rtl] .tab-holder .card {
  border: none;
}
html[dir=rtl] .tab-holder .card .card-header {
  display: none;
}
html[dir=rtl] .tab-holder .people-frame {
  text-align: center;
  margin-bottom: 1rem;
}
html[dir=rtl] .tab-holder .people-frame h5 {
  margin-bottom: 0;
  margin-top: 1.5rem;
}
html[dir=rtl] .our-people-modal .modal-dialog {
  max-width: 1110px;
}
html[dir=rtl] .our-people-modal .title-block {
  text-align: center;
  margin-bottom: 2rem;
}
html[dir=rtl] .our-people-modal .title-block span {
  display: block;
}
html[dir=rtl] .our-people-modal .title-block h2 {
  margin-bottom: 0;
}
html[dir=rtl] .our-people-modal .title-block h5 {
  color: #000000;
}
html[dir=rtl] .our-people-modal .title-block h5,
html[dir=rtl] .our-people-modal .title-block span {
  margin-bottom: 10px;
}
html[dir=rtl] .our-people-modal .close {
  text-align: left;
  padding: 0.5rem 1rem 0;
}
html[dir=rtl] .our-people-modal .close span {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.125rem;
}
html[dir=rtl] .our-people-modal .description-block {
  display: flex;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .our-people-modal .description-block {
    display: block;
  }
}
html[dir=rtl] .our-people-modal .description-block img {
  flex-shrink: 0;
  height: 100% !important;
  order: 1;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .our-people-modal .description-block img {
    margin-bottom: 1rem;
  }
}
html[dir=rtl] .contact-form-wrap {
  margin-top: 3rem;
}
html[dir=rtl] .contact-form-wrap span {
  font-weight: bold;
  color: #333333;
  margin-bottom: 2rem;
  display: inline-block;
}
html[dir=rtl] .address-block {
  border-bottom: 1px solid #333333;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
html[dir=rtl] .address-block h4,
html[dir=rtl] .address-block span,
html[dir=rtl] .address-block dt,
html[dir=rtl] .address-block dd,
html[dir=rtl] .address-block p {
  color: #333333;
}
html[dir=rtl] .address-block span,
html[dir=rtl] .address-block dt {
  font-weight: bold;
}
html[dir=rtl] .address-block dl {
  width: 70%;
  margin-top: 2rem;
}
html[dir=rtl] .address-block span {
  display: block;
  margin-bottom: 0.75rem;
}
html[dir=rtl] .notification-link p {
  color: #333333;
}
html[dir=rtl] .notification-link p a {
  font-weight: bold;
  color: #333333;
}
html[dir=rtl] .static-page-container {
  border-top: 3px solid #000000;
  margin-top: -21px;
}
html[dir=rtl] .static-page-container h5 {
  color: #333333;
}
html[dir=rtl] .our-financial-wrap .jump-to-wrapper {
  min-width: 100%;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .our-financial-wrap .jump-to-wrapper {
    display: flow-root;
  }
  html[dir=rtl] .our-financial-wrap .jump-to-wrapper .bootstrap-select {
    width: 100% !important;
    margin-bottom: 1rem;
  }
}
html[dir=rtl] .our-financial-wrap .bootstrap-select {
  width: 255px !important;
  margin-left: 1rem;
}
html[dir=rtl] .our-financial-wrap .download-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
}
html[dir=rtl] .our-financial-wrap .download-item h5 {
  color: #333333;
}
html[dir=rtl] .our-financial-wrap .download-item a.site-link {
  margin-left: 0 !important;
  margin-right: auto;
}
html[dir=rtl] .basic-form-holder li::marker {
  color: #000000;
}
html[dir=rtl] .basic-form-holder h5 {
  color: #000000;
}
html[dir=rtl] .tejoori-winners-wrap .card {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
html[dir=rtl] .tejoori-winners-wrap .card .card:last-child {
  border-bottom: none;
}
html[dir=rtl] .tejoori-winners-wrap .winners-filter-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .tejoori-winners-wrap .winners-filter-wrap {
    display: block;
  }
}
html[dir=rtl] .tejoori-winners-wrap .winners-filter-wrap .form-item {
  margin-bottom: 0;
}
html[dir=rtl] .tejoori-winners-wrap .winners-filter-wrap span {
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .tejoori-winners-wrap .winners-filter-wrap span {
    margin-left: 0;
    margin-bottom: 1rem;
    display: block;
  }
}
html[dir=rtl] .tejoori-winners-wrap .winners-filter-wrap .bootstrap-select {
  width: 220px !important;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .tejoori-winners-wrap .winners-filter-wrap .bootstrap-select {
    width: 100% !important;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
html[dir=rtl] .tejoori-winners-wrap .card-header {
  padding: 0;
  background: none;
  border-bottom: none;
}
html[dir=rtl] .tejoori-winners-wrap .card-header .btn {
  width: 100%;
  text-align: right;
  padding: 0.75rem 1.25rem;
  color: #333333;
  background: url("../image/dropdown-arrow-collapse.svg") no-repeat 3% center;
  border-radius: none;
  font-size: 1.375rem;
}
html[dir=rtl] .tejoori-winners-wrap .card-header .btn:hover, html[dir=rtl] .tejoori-winners-wrap .card-header .btn:focus {
  text-decoration: none;
}
html[dir=rtl] .tejoori-winners-wrap .card-header .btn.collapsed {
  background: url("../image/dropdown-arrow.svg") no-repeat 3% center;
}
html[dir=rtl] .tejoori-winners-wrap .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
html[dir=rtl] .tejoori-winners-wrap .card-body .card-header .btn {
  font-size: 1.125rem;
}
html[dir=rtl] .tejoori-winners-wrap .card-body span {
  font-size: 0.875rem;
}
html[dir=rtl] .tejoori-winners-wrap .card-body .inner-accordion {
  margin-right: 3rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .tejoori-winners-wrap .card-body .inner-accordion {
    margin-right: 0;
  }
}
html[dir=rtl] .tejoori-winners-wrap .card-body .views-field-name:last-child span {
  margin-bottom: 0;
}
html[dir=rtl] .tejoori-winners-wrap .card-body .views-field-name span {
  padding: 0.75rem 1.25rem;
  display: block;
  background: #E6E6E6;
  margin-bottom: 2px;
}
html[dir=rtl] .location-main-wrapper {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
html[dir=rtl] #block-bisb-rewamp-save-trip-icons {
  display: none;
}
html[dir=rtl] .view-branch-locator-page-1 .view-filters {
  width: 100% !important;
  margin-right: 0 !important;
  top: 0 !important;
  background: none !important;
}
html[dir=rtl] .view-branch-locator-page-1 .view-filters input {
  float: none !important;
  height: 47px !important;
}
html[dir=rtl] .view-branch-locator-page-1 .location-main-wrapper {
  margin-top: 0 !important;
}
html[dir=rtl] .view-branch-locator-page-1 .locator-filter-wrap {
  color: #552988;
  text-align: center;
}
html[dir=rtl] .view-branch-locator-page-1 .locator-filter-wrap .form-item {
  width: 270px;
  margin-left: 1rem !important;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .view-branch-locator-page-1 .locator-filter-wrap .form-item {
    margin-left: 0 !important;
  }
}
html[dir=rtl] .view-branch-locator-page-1 .check-wrapper h4 {
  color: #000000;
  padding-top: 0;
  font-size: 16px !important;
}
html[dir=rtl] .view-branch-locator-page-1 .check-wrapper label {
  color: #333333;
  font-weight: normal;
  font-size: 16px;
}
html[dir=rtl] .view-branch-locator-page-1 .check-wrapper .checkmark {
  color: #333333;
  border: 1px solid #333333;
  border-radius: 0;
}
html[dir=rtl] .main-search-title-holder .modify-search {
  background: #552988 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: inherit !important;
}
html[dir=rtl] .people-modal-wrap {
  display: flex;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .people-modal-wrap {
    display: block;
  }
}
html[dir=rtl] .people-modal-wrap .rt-block {
  flex-shrink: 0;
}
html[dir=rtl] .people-modal-wrap p {
  text-align: justify;
}
html[dir=rtl] .dna-block {
  margin: 0 auto;
}
html[dir=rtl] .zakat-form .card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}
html[dir=rtl] .zakat-form .card .card-header {
  background: none;
  padding: 0;
  border-bottom: none;
}
html[dir=rtl] .zakat-form .card .card-header h2 button {
  width: 100%;
  text-align: right;
  height: 100%;
  padding: 0;
  color: #542989;
  font-size: 24px;
  border: none;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .zakat-form .card .card-header h2 button {
    white-space: unset;
    line-height: unset;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 95%;
  }
}
html[dir=rtl] .zakat-form .card .card-header h2 button:hover, html[dir=rtl] .zakat-form .card .card-header h2 button:focus {
  text-decoration: none;
  color: unset;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .zakat-form .card .card-body {
    white-space: unset;
    padding: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .zakat-form .card .card-body .field-wrap {
    margin-bottom: 25px;
  }
}
html[dir=rtl] .zakat-form .card .card-body .field-wrap div {
  margin-bottom: 28px;
}
html[dir=rtl] .zakat-form .card .card-body .payable-cash-block {
  width: 254px;
  float: left;
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .zakat-form .card .card-body .payable-cash-block {
    margin-top: 30px;
  }
}
html[dir=rtl] .zakat-form .card .card-body .payable-cash-block input {
  width: 100%;
  margin-right: 0;
  background: none;
}
html[dir=rtl] .zakat-form .card .card-body .payable-cash-block label {
  margin-bottom: 12px;
  width: 100%;
}
html[dir=rtl] .zakat-form .card .card-body input {
  width: 160px;
  height: 40px;
  border: 1px solid #666666;
  border-radius: 3px;
  color: #666666;
  margin-right: 1.58%;
  -moz-appearance: textfield;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .zakat-form .card .card-body input {
    margin-right: 8%;
  }
}
html[dir=rtl] .zakat-form .card .card-body input[type=number]::-webkit-inner-spin-button,
html[dir=rtl] .zakat-form .card .card-body input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
html[dir=rtl] .zakat-form .card .card-body label {
  color: #542989;
  font-size: 18px;
  width: 15%;
  font-weight: normal;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .zakat-form .card .card-body label {
    font-size: 15px;
    width: auto;
  }
}
html[dir=rtl] .zakat-form .card .card-body span {
  margin-bottom: 1rem;
  display: block;
}
html[dir=rtl] .zakat-form .btn.btn-link {
  position: relative;
}
html[dir=rtl] .zakat-form .btn.btn-link::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/arrow-accordian-up.png) no-repeat left center;
  width: 20px;
  height: 11px;
  left: 0;
  top: 7px;
}
html[dir=rtl] .zakat-form .btn.btn-link.collapsed {
  position: relative;
}
html[dir=rtl] .zakat-form .btn.btn-link.collapsed::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/arrow-help.png) no-repeat left center;
  width: 11px;
  height: 20px;
  left: 0;
  top: 5px;
  transform: rotatey(180deg);
}
html[dir=rtl] .zakatCalculator .gt-amount {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
html[dir=rtl] .zakatCalculator .gt-amount h2 {
  margin-bottom: 0 !important;
  font-size: 24px !important;
}
html[dir=rtl] .zakatCalculator .gt-amount span {
  font-size: 24px;
  margin-right: 1rem;
  color: #552988;
}
html[dir=rtl] .tools-menu {
  display: none;
  position: absolute;
  background: #552988;
  top: 73px;
  width: 240px;
  padding: 0.5rem 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .tools-menu {
    display: none;
  }
}
html[dir=rtl] .tools-menu ul {
  margin-left: 0;
  flex-direction: column;
}
html[dir=rtl] .tools-menu ul li {
  margin-bottom: 0.25rem;
}
html[dir=rtl] .tools-menu ul li a {
  font-size: 0.875rem;
}
html[dir=rtl] .tools-menu ul li:last-child {
  margin-bottom: 0;
}
html[dir=rtl] .tools-menu ul li ul {
  display: none;
}
html[dir=rtl] .ajax-progress-fullscreen {
  background: url("../image/preloader.gif") no-repeat right top !important;
  width: 30px !important;
  height: 30px !important;
}
html[dir=rtl] .genarate-btn-holder input {
  color: #ffffff;
  background-color: #552988;
  max-width: 150px;
  height: 43px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  margin: 1rem 0;
}
html[dir=rtl] .have-pdf {
  background: url("../image/pdf-icon-menu.png") no-repeat 30px 30px;
  background-size: 9%;
}
html[dir=rtl] .have-pdf a {
  padding-right: 45px !important;
}
html[dir=rtl] .webform-button--submit {
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear 0s;
  width: 100%;
  cursor: pointer;
  max-width: 150px;
  height: 43px;
  color: #ffffff;
  background-color: #552988;
  border: none;
  font-size: 16px;
}
html[dir=rtl] .for-full-image-bg {
  position: relative;
}
html[dir=rtl] .for-full-image-bg .spotlight-item {
  position: relative;
  padding: 0;
}
html[dir=rtl] .for-full-image-bg .spotlight-item img {
  width: 100%;
}
html[dir=rtl] .for-full-image-bg .spotlight-item .positioned-container {
  position: absolute;
  right: 50%;
  top: 0;
  width: 100%;
  transform: translateX(50%);
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .for-full-image-bg .spotlight-item .positioned-container {
    padding: 1rem;
    position: relative;
  }
}
html[dir=rtl] .for-full-image-bg .spotlight-item .positioned-container .brand-dots {
  margin-top: 2.5rem;
}
html[dir=rtl] .for-full-image-bg .spotlight-item .positioned-container .brand-dots img {
  width: auto;
}
html[dir=rtl] .for-full-image-bg .spotlight-item .positioned-container .spot-image-block {
  display: none;
}
html[dir=rtl] .for-full-image-bg .slick-prev {
  right: 2px;
}
html[dir=rtl] .for-full-image-bg .slick-next {
  left: 7px;
}
html[dir=rtl] .spot-content-end .spot-content-wrap {
  justify-content: end;
}
html[dir=rtl] .webform-submission-bisb-career-add-form .select2-container {
  margin-top: 0.25rem;
}
html[dir=rtl] .webform-submission-bisb-career-add-form .select2-selection--single {
  height: 40px;
  border-radius: 0;
  border-color: #000;
}
html[dir=rtl] .webform-submission-bisb-career-add-form .select2-selection--single .select2-selection__rendered {
  height: 40px;
  padding-top: 0.4rem;
}
html[dir=rtl] .webform-submission-bisb-career-add-form .select2-selection--single .select2-selection__arrow {
  height: 40px;
  top: 0px;
  left: 4px;
}
html[dir=rtl] .webform-submission-bisb-career-add-form .webform-multiple-table table {
  width: 100%;
}
html[dir=rtl] .webform-submission-bisb-career-add-form tr.odd .form-item,
html[dir=rtl] .webform-submission-bisb-career-add-form tr.even .form-item {
  display: flex;
  flex-direction: column;
}
html[dir=rtl] .webform-submission-bisb-career-add-form .webform-multiple-table td {
  display: flex;
  flex-wrap: wrap;
}
html[dir=rtl] .webform-submission-bisb-career-add-form #edit-academic-qualifications .webform-section-wrapper,
html[dir=rtl] .webform-submission-bisb-career-add-form #edit-competencies-section .webform-section-wrapper {
  display: block;
}
html[dir=rtl] .webform-submission-bisb-career-add-form .webform-multiple-add {
  padding: 0 1rem;
}
html[dir=rtl] .webform-submission-bisb-career-add-form #edit-employment-add-more-items,
html[dir=rtl] .webform-submission-bisb-career-add-form #edit-education-add-more-items,
html[dir=rtl] .webform-submission-bisb-career-add-form #edit-competencies-add-more-items {
  display: none;
}
html[dir=rtl] .webform-submission-bisb-career-add-form .webform-multiple-table--operations {
  padding: 0 1rem;
  width: 100px;
  margin: 0.5rem 0;
}
html[dir=rtl] .webform-submission-bisb-career-add-form input.form-number {
  display: none;
}
html[dir=rtl] .webform-submission-bisb-career-add-form .webform-message {
  margin: 1rem 1.5rem;
}
html[dir=rtl] .webform-submission-bisb-career-add-form .iti {
  width: 100%;
}
html[dir=rtl] .select2-selection--single {
  height: 40px;
  border-radius: 0.25rem;
  border-color: #000;
}
html[dir=rtl] .select2-selection--single .select2-selection__rendered {
  height: 40px;
  padding-top: 0.4rem;
}
html[dir=rtl] .select2-selection--single .select2-selection__arrow {
  height: 40px;
  top: 0px;
  left: 4px;
}
html[dir=rtl] .menu-wrapper ul li::marker,
html[dir=rtl] .footer-nav ul li::marker,
html[dir=rtl] .widget-block ul li::marker {
  color: transparent;
}
html[dir=rtl] .apply-now-link {
  color: #ffffff;
}
html[dir=rtl] .apply-now-link a {
  color: #ffffff;
}
html[dir=rtl] .corporate-apply-now-link {
  display: flex;
  align-items: center;
}
html[dir=rtl] .corporate-apply-now-link a {
  font-size: 0;
}
html[dir=rtl] .corporate-apply-now-link .icon-appstore {
  background: url(../image/app-store-ar.png) no-repeat left top/100%;
  width: 150px;
  height: 52px;
}
html[dir=rtl] .corporate-apply-now-link .icon-googleplay {
  background: url(../image/google-play-ar.png) no-repeat left top/100%;
  width: 170px;
  height: 52px;
}
html[dir=rtl] .offers-widget-wrapper .slick-arrow {
  width: auto;
  height: auto;
}
html[dir=rtl] .offers-widget-wrapper .slick-arrow::before {
  content: "";
  width: 15px;
  height: 25px;
  display: block;
}
html[dir=rtl] .offers-widget-wrapper .slick-next {
  left: 25px;
}
html[dir=rtl] .offers-widget-wrapper .slick-next::before {
  background: url(../image/slider-arrow-prev-lg.svg) no-repeat left top/100%;
}
html[dir=rtl] .offers-widget-wrapper .slick-prev {
  right: 25px;
}
html[dir=rtl] .offers-widget-wrapper .slick-prev::before {
  background: url(../image/slider-arrow-next-lg.svg) no-repeat left top/100%;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] form.webform-submission-bisb-career-form {
    width: 100%;
    overflow-x: hidden;
  }
}
html[dir=rtl] .tools-wrapper li.search {
  position: relative;
}
html[dir=rtl] .tools-wrapper li.search .site-search-field {
  position: absolute;
  width: 350px;
  left: 0;
  top: 65px;
  background: #552988;
  padding: 0.5rem 0.75rem;
  display: none;
}
html[dir=rtl] .tools-wrapper li.search .site-search-field .site-search-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff;
}
html[dir=rtl] .tools-wrapper li.search .site-search-field .search-submit {
  background: url(../image/search-icon.svg) no-repeat left top;
  width: 16px;
  height: 19px;
  text-indent: -400000px;
  cursor: pointer;
}
html[dir=rtl] .tools-wrapper li.search .site-search-field .search-text {
  background: none;
  color: #ffffff;
  border: none;
  padding-right: 0.5rem;
  font-size: 0.875rem;
}
html[dir=rtl] .tools-wrapper li.search .site-search-field .search-text::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
  opacity: 1 !important;
}
html[dir=rtl] .tools-section a {
  color: #ffffff;
  display: flex;
  font-size: 1.25rem;
}
html[dir=rtl] .tools-section ul {
  margin: 0;
}
html[dir=rtl] .tools-section ul li {
  margin: 1rem 0;
}
html[dir=rtl] .tools-section ul li span {
  margin-right: 2rem;
}
html[dir=rtl] .tools-section .search-text {
  background: none;
  color: #ffffff;
  padding-right: 2rem;
  border: none;
}
html[dir=rtl] .tools-section .search-text::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1 !important;
}
html[dir=rtl] .search-results-wrap .top-heading {
  margin: 1.5rem 0;
}
html[dir=rtl] .search-results-wrap .top-heading p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
html[dir=rtl] .search-results-widget {
  margin: 1rem 0;
}
html[dir=rtl] .search-results-widget h1 {
  font-size: 1.125rem !important;
  color: #333333;
  font-weight: 100 !important;
}
html[dir=rtl] .search-results-input-wrap {
  margin: 2rem 0;
}
html[dir=rtl] .search-results-input-wrap .form-item {
  margin-bottom: 0;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .search-results-input-wrap {
    display: block;
  }
}
html[dir=rtl] .search-results-input-wrap .search-results-search-input {
  width: 255px;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .search-results-input-wrap .search-results-search-input {
    width: 100%;
    margin: 1rem 0;
  }
}
html[dir=rtl] .search-results-input-wrap span {
  min-width: 150px;
  font-weight: 600;
  font-size: 1.25rem;
}
html[dir=rtl] .search-results-wrap ul {
  list-style-type: none;
  margin: 1.5rem;
}
html[dir=rtl] .main-level-title {
  font-size: 1.625rem;
  color: #552988;
  font-weight: 600;
  text-transform: capitalize;
}
html[dir=rtl] .first-level-list .first-level-title {
  font-weight: 600;
  font-size: 1.5rem;
}
html[dir=rtl] .first-level-list .first-level-title ul li {
  font-weight: 400;
  font-size: 1.125rem;
}
html[dir=rtl] .sitemap-message {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 2rem;
}
html[dir=rtl] .fourth-level-list li {
  opacity: 0.6;
}
html[dir=rtl] .webform-document-file input[data-drupal-selector=edit-cv-remove-button] {
  background: none;
  color: #000000;
  font-size: 13px;
  text-decoration: underline;
  font-style: italic;
}
html[dir=rtl] .bootstrap-select .dropdown-menu.inner {
  text-align: right !important;
}
html[dir=rtl] .webform-submission-satisfaction-survey-form-form .webform-likert-table-wrapper th,
html[dir=rtl] .webform-submission-satisfaction-survey-form-form .webform-likert-table-wrapper td {
  padding: 0.5rem;
}
html[dir=rtl] .webform-submission-satisfaction-survey-form-form .webform-likert-table-wrapper th:first-child,
html[dir=rtl] .webform-submission-satisfaction-survey-form-form .webform-likert-table-wrapper td:first-child {
  padding: 0;
}
html[dir=rtl] .new-product-widget-holder {
  margin-top: 2rem;
}
html[dir=rtl] .new-product-widget-holder .widget-block {
  padding: 0;
  width: 50%;
  margin-bottom: 1.5rem;
}
html[dir=rtl] .new-product-widget-holder .widget-block ul {
  margin: 2rem 5rem;
}
html[dir=rtl] .new-product-widget-holder .widget-block:first-child {
  margin-left: 1.5rem;
}
html[dir=rtl] .new-product-widget-holder .widget-block .header-block {
  background: #4dc1ac;
  padding: 10px 2rem;
}
html[dir=rtl] .new-product-widget-holder .widget-block .header-block h2 {
  color: #552988;
  font-weight: normal !important;
  margin-bottom: 0;
  height: 60px;
  padding-right: 80px;
  background-position: right center !important;
  display: flex;
  align-items: center;
}
html[dir=rtl] .new-product-widget-holder .widget-block .list-block {
  padding-bottom: 1rem;
}
html[dir=rtl] .new-product-widget-holder .widget-block .list-block li,
html[dir=rtl] .new-product-widget-holder .widget-block .list-block a {
  color: #552988;
}
html[dir=rtl] .new-product-widget-holder .widget-block .list-block a {
  display: inline-block;
  height: 32px;
  padding-right: 3rem;
  background-position: right center !important;
}
html[dir=rtl] .new-product-widget-holder .widget-block .list-block li {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .new-product-widget-holder .widget-block {
    width: 100%;
  }
  html[dir=rtl] .new-product-widget-holder .widget-block:first-child {
    margin-right: 0;
  }
  html[dir=rtl] .new-product-widget-holder .widget-block ul {
    margin: 2rem 3rem;
  }
}
html[dir=rtl] .new-product-widget-holder .widget-block-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .new-product-widget-holder .widget-block-wrapper {
    display: block;
  }
}
html[dir=rtl] .email-tfa-verify-form {
  margin: 1rem;
}
html[dir=rtl] .email-tfa-verify-form input[data-drupal-selector=edit-submit] {
  float: left;
}
html[dir=rtl] .ebisb-modal .modal-dialog {
  max-width: 1110px;
}
html[dir=rtl] .ebisb-modal .modal-body {
  padding: 1.5rem 5rem 2.5rem 5rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .ebisb-modal .modal-body {
    padding: 1rem;
  }
}
html[dir=rtl] .ebisb-modal .img-blk {
  margin-bottom: 2rem;
}
html[dir=rtl] .ebisb-modal .close {
  text-align: left;
}
html[dir=rtl] .ebisb-modal .close span {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 100;
  margin: 1rem 0 0 1rem;
  display: inline-block;
}
html[dir=rtl] #competencies_table {
  width: 100%;
}
html[dir=rtl] .tal-container {
  background: rgb(64, 191, 182);
  background: linear-gradient(184deg, rgba(64, 191, 182, 0) 15%, rgba(64, 191, 182, 0.3) 145%);
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .tal-container {
    text-align: center;
  }
  html[dir=rtl] .tal-container img {
    margin: 0 auto;
  }
}
html[dir=rtl] .tal-container p {
  font-size: 23px;
  color: #552988;
  line-height: 40.528px;
  font-weight: bold;
}
html[dir=rtl] .tai-footer {
  padding: 0.5rem 0;
}
html[dir=rtl] .tai-footer p {
  line-height: 23px;
  margin-bottom: 0;
  font-size: 0.875rem;
}
html[dir=rtl] .tai-footer a,
html[dir=rtl] .tai-footer p {
  font-size: 0.875rem;
  color: #55267e;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .tai-footer a,
  html[dir=rtl] .tai-footer p {
    font-size: 7px !important;
    line-height: 12px;
  }
}
html[dir=rtl] .tai-footer .fst-blk {
  display: flex;
  align-items: center;
  position: relative;
}
html[dir=rtl] .tai-footer .fst-blk a {
  font-size: 0.6875rem;
  line-height: 16px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .tai-footer .fst-blk a {
    font-size: 5.5px;
    line-height: 8px;
  }
}
html[dir=rtl] .tai-footer .blk-1 {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #51c1ad;
  margin-left: 1rem;
  padding-left: 1.5rem;
}
html[dir=rtl] .tai-footer .blk-1 a {
  padding-right: 1.5rem;
  margin-bottom: 0.25rem;
}
html[dir=rtl] .tai-footer .blk-1 .mobile {
  background: url("../image/mob-ico.png") no-repeat left top;
}
html[dir=rtl] .tai-footer .blk-1 .cc {
  background: url("../image/whatsapp-ico.png") no-repeat left top;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .tai-footer .blk-1 {
    margin-left: 0.5rem;
    padding-left: 0.5rem;
  }
  html[dir=rtl] .tai-footer .blk-1 .mobile {
    background: url("../image/mob-ico-sm.png") no-repeat right top;
  }
  html[dir=rtl] .tai-footer .blk-1 .cc {
    background: url("../image/whatsapp-ico-sm.png") no-repeat right top;
  }
  html[dir=rtl] .tai-footer .blk-1 a {
    padding-right: 0.75rem;
  }
}
html[dir=rtl] .tai-footer .blk-3 {
  padding-right: 1rem;
}
html[dir=rtl] .tai-footer .blk-3 a {
  font-size: 0.875rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .tai-footer .blk-3 {
    padding-right: 0.5rem;
  }
}
html[dir=rtl] .tai-footer .moic-code {
  color: #55267e;
  font-size: 12.68px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 205.051% */
  letter-spacing: -0.507px;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .tai-footer .moic-code {
    font-size: 7px;
    line-height: 5px; /* 71.429% */
    letter-spacing: -0.21px;
    bottom: 0;
  }
}
html[dir=rtl] .bhp-wrapper .pdf-count {
  margin-top: 1rem;
  display: inline-block;
}
html[dir=rtl] .bhp-wrapper .view-empty.container {
  min-height: 300px;
}
html[dir=rtl] .bhp-search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html[dir=rtl] .bhp-search input {
  height: 40px;
}
html[dir=rtl] .bhp-search .form-item {
  width: 50%;
  max-width: 460px;
}
html[dir=rtl] .bhp-search .bootstrap-select .dropdown-toggle {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  html[dir=rtl] .bhp-search {
    display: block;
  }
  html[dir=rtl] .bhp-search .form-item {
    width: 100%;
  }
}
html[dir=rtl] .search-group-wrapper .sg-block {
  padding-bottom: 1rem;
}
html[dir=rtl] .search-group-wrapper .sg-block h4 {
  font-size: 32px !important;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  html[dir=rtl] .search-group-wrapper .sg-block h4 {
    font-size: 26px !important;
  }
}
html[dir=rtl] .search-group-wrapper .sg-item {
  display: flex;
  margin-bottom: 2rem;
}
html[dir=rtl] .search-group-wrapper .sg-item .desc-wrap {
  margin-right: 1rem;
}
html[dir=rtl] .search-group-wrapper .sg-item .desc-wrap h2 {
  font-size: 24px !important;
  font-weight: normal !important;
}
html[dir=rtl] .search-group-wrapper .sg-item .desc-wrap span {
  font-size: 16px !important;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  html[dir=rtl] .search-group-wrapper .sg-item .desc-wrap h2 {
    font-size: 16px !important;
    margin-bottom: 0.5rem;
  }
  html[dir=rtl] .search-group-wrapper .sg-item .desc-wrap span {
    font-size: 14px !important;
  }
}
html[dir=rtl] .search-group-wrapper .sg-item .img-wrap {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  html[dir=rtl] .search-group-wrapper .sg-item .img-wrap img {
    width: 65px;
  }
}
html[dir=rtl] .bhb-disclosures .basic-page-wrap {
  display: none;
}
html[dir=rtl] .bhb-disclosures .basic-page-wrap h2 {
  display: none;
}
html[dir=rtl] .bhb-disclosures .view-grouping-header {
  display: none;
}
html[dir=rtl] .bhb-disclosures .bef-exposed-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
html[dir=rtl] .bhb-disclosures .bef-exposed-form .form-item {
  width: 50%;
  max-width: 460px;
}
html[dir=rtl] .bhb-disclosures .bef-exposed-form .form-item .bootstrap-select .dropdown-toggle {
  margin-top: 0;
}
html[dir=rtl] .bhb-disclosures .bef-exposed-form .form-actions {
  min-width: 150px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  html[dir=rtl] .bhb-disclosures .bef-exposed-form {
    display: block;
  }
  html[dir=rtl] .bhb-disclosures .bef-exposed-form .form-item {
    width: 100%;
  }
}
html[dir=rtl] .product-details-wrap .table-bordered thead th,
html[dir=rtl] .product-details-wrap .table-bordered tbody th {
  font-weight: 600;
}
html[dir=rtl] .emi-spotlight .spotlight-item .spot-content {
  padding: 90px 95px 0 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .emi-spotlight .spotlight-item .spot-content {
    padding: 74px 45px 0 0;
    max-width: 270px;
  }
}
html[dir=rtl] .emi-spotlight .spotlight-item .spot-content h1 {
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  padding: 0 3rem 0 1rem;
}
html[dir=rtl] .emi-spotlight .spotlight-item .spot-content span {
  font-size: 26px;
  line-height: 32px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  html[dir=rtl] .emi-spotlight .spot-image-block {
    padding-left: 90px;
  }
}
html[dir=rtl] .emi-spotlight .spot-content,
html[dir=rtl] .emi-spotlight .spot-image-block {
  opacity: 0;
}
html[dir=rtl] .emi-spotlight .slick-next::before,
html[dir=rtl] .emi-spotlight .slick-prev::before {
  background: url(../image/arrow-box.png) no-repeat left top/100%;
  width: 50px;
  height: 50px;
}
html[dir=rtl] .emi-spotlight .slick-arrow {
  top: 44%;
}
html[dir=rtl] .emi-spotlight .slick-prev {
  right: 30px !important;
  left: auto !important;
  transform: scaleX(-1);
}
html[dir=rtl] .emi-spotlight .slick-prev::before {
  transform: rotate(180deg);
}
html[dir=rtl] .emi-spotlight .slick-next {
  transform: scaleX(-1);
  right: auto !important;
  left: 0 !important;
}
html[dir=rtl] .bn-pl-holder ul {
  margin-bottom: 0;
  margin-top: 0;
}
html[dir=rtl] .bn-pl-holder ul li {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .bn-pl-holder .spot-content-wrap {
    display: block;
  }
  html[dir=rtl] .bn-pl-holder .spot-content-wrap .spot-image-block {
    margin-bottom: 0;
  }
}
html[dir=rtl] .default-faq-holder {
  margin: 1rem 0;
}
html[dir=rtl] .default-faq-holder .card {
  border: 1px solid #552988;
  border-radius: 0;
  margin-bottom: 20px;
  color: #552988;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.1), -5px 0 5px -5px rgba(0, 0, 0, 0.1), 0 -5px 5px -5px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}
html[dir=rtl] .default-faq-holder .card .card-header {
  background-color: #fff;
  border-bottom: none;
  padding: 21px 23px 21px 16px;
}
html[dir=rtl] .default-faq-holder .card .card-body {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  padding-top: 0;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .default-faq-holder .card .card-body {
    font-size: 16px;
    line-height: 24px;
  }
}
html[dir=rtl] .default-faq-holder .card ul {
  margin-bottom: 0;
  margin-top: 0;
}
html[dir=rtl] .default-faq-holder .accordion-title[aria-expanded=true] {
  color: #333333 !important;
}
html[dir=rtl] .default-faq-holder .accordion-title {
  position: relative;
  padding-right: 35px;
  font-size: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .default-faq-holder .accordion-title {
    font-size: 16px;
  }
}
html[dir=rtl] .default-faq-holder .accordion-title:hover {
  color: inherit;
}
html[dir=rtl] .default-faq-holder .accordion-title:before {
  position: absolute;
  right: 0;
  width: 18px;
  height: 1px;
  background: url(../image/mi-icon.svg) no-repeat left top/100%;
  content: "";
  padding-left: 5px;
}
html[dir=rtl] .default-faq-holder .accordion-title.collapsed:before {
  background: url(../image/pi-icon.svg) no-repeat left top/100%;
  height: 18px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  html[dir=rtl] .tools-wrapper {
    background: linear-gradient(to left, #fff 18%, #552988 18%);
  }
  html[dir=rtl] .tools-wrapper li {
    margin: 0 0.5rem;
  }
  html[dir=rtl] .main-menu > ul > li a {
    padding: 0.5rem;
    margin-right: 0.5rem;
    font-size: 14px;
    padding-bottom: 11px;
  }
}
html[dir=rtl] .tw-revamp-wrap .view-filters {
  width: 100%;
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian {
  padding: 0 1rem;
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .winners-filter-wrap {
  border-bottom: 0;
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .winners-filter-wrap .form-item {
  width: 255px;
  min-width: 255px;
  margin-left: 30px;
  border-bottom: 0;
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .winners-filter-wrap .form-item .bootstrap-select {
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .winners-filter-wrap .form-item {
    width: 100%;
  }
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .winners-filter-wrap .bootstrap-select .dropdown-toggle::after {
  background: url(../image/dropdown-arrow-2.svg) no-repeat right top/100%;
  width: 20px;
  height: 11px;
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .card {
  border: 1px solid #552988;
  margin-bottom: 30px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.1), -5px 0 5px -5px rgba(0, 0, 0, 0.1), 0 -5px 5px -5px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .card .card-header .btn {
  padding-right: 3rem;
  color: #333333;
  background: url("../image/mi-icon.svg") no-repeat 16px center;
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .card .card-header .btn.collapsed {
  color: #552988;
  background: url("../image/pi-icon.svg") no-repeat 16px center;
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .card-body {
  padding: 0;
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .card-body .view-empty {
  padding: 1.25rem;
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .card-body .views-field-name span {
  background: none;
  padding: 1.25rem;
  color: #552988;
  border: 1px solid #eeeeee;
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .card-body .views-field-name:nth-child(2n-1) {
  background: #eeeeee;
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .card-body .card {
  border: none;
  box-shadow: none;
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .card-body .card .card-header {
  background: #552988;
  border-radius: 0;
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .card-body .card .card-header .btn {
  color: #ffffff;
  background-image: unset;
  padding-right: 1.25rem;
}
html[dir=rtl] .tw-revamp-wrap .tw-revamp-accordian .card-body .inner-accordion {
  margin-right: 0;
  padding: 0 1rem;
}
html[dir=rtl] .c3-layout {
  display: flex;
  flex-wrap: wrap;
}
html[dir=rtl] .c3-layout .views-field-name {
  width: 33.33%;
  padding-left: 1px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .c3-layout .views-field-name {
    width: 100%;
    padding-left: 0;
  }
}
html[dir=rtl] .c3-layout .views-field-name span {
  font-size: 12px !important;
  background: none !important;
}
html[dir=rtl] .c3-layout .views-field-name:nth-child(2n-1) {
  background: #eeeeee;
}
html[dir=rtl] .c3-layout .views-field-name:nth-child(2n-1) span {
  border: none !important;
}
html[dir=rtl] .custom-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
html[dir=rtl] .voting-form-wraper {
  margin-bottom: 2rem;
}
html[dir=rtl] .voting-form-wraper p {
  font-weight: 600;
}
html[dir=rtl] .voting-form-wraper .contry-code {
  width: 80px;
  padding-left: 10px;
  margin-left: 15px;
}
html[dir=rtl] .voting-form-wraper .cyv-btn {
  max-width: 445px;
  height: 50px;
}
html[dir=rtl] .voting-form-field-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html[dir=rtl] .voting-form-field-row input[type=tel] {
  direction: rtl;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .voting-form-field-row {
    display: block;
  }
}
html[dir=rtl] .voting-form-field-row .form-item {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .voting-form-field-row .form-item {
    width: 100%;
  }
}
html[dir=rtl] .voting-form-field-row .form-item span {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 600;
}
html[dir=rtl] .pw-holder {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 1.25rem;
}
html[dir=rtl] .pw-holder.check-radio-style .form-item input[type=radio] {
  margin-top: 0.5rem;
}
html[dir=rtl] .pw-holder .view-profile-btn {
  width: 200px;
  height: 50px;
  background: #5abcac;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
html[dir=rtl] .pw-holder .form-item {
  margin-bottom: 0;
}
html[dir=rtl] .pw-holder .form-item input[type=checkbox],
html[dir=rtl] .pw-holder .form-item input[type=radio] {
  /* Hide the default checkbox */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  border: 1px solid #555555;
  border-radius: 0;
  position: relative;
  margin-top: 6.5rem;
  cursor: pointer;
}
html[dir=rtl] .pw-holder .form-item input[type=checkbox]:checked,
html[dir=rtl] .pw-holder .form-item input[type=radio]:checked {
  background-color: #ffffff;
}
html[dir=rtl] .pw-holder .form-item input[type=checkbox]:checked::after,
html[dir=rtl] .pw-holder .form-item input[type=radio]:checked::after {
  content: url(../image/tick.svg);
  color: #000000;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 16px;
  transform: translate(-50%, -50%);
}
html[dir=rtl] .pw-holder .profile-item {
  margin-right: 1rem;
}
html[dir=rtl] .pw-holder .profile-item .img-wrap {
  margin-bottom: 1rem;
}
html[dir=rtl] .pw-holder .profile-item h2 {
  font-size: 16px !important;
  color: #333333;
  font-weight: 500 !important;
}
html[dir=rtl] .pw-holder .pv-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 50px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 100%;
  max-width: 1110px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .pw-holder .pv-popup {
    position: absolute;
    padding: 36px;
  }
}
html[dir=rtl] .pw-holder .pv-popup .close-popup {
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: 10px;
}
html[dir=rtl] .pw-holder .pv-popup .popup-content .flx-wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .pw-holder .pv-popup .popup-content .flx-wrapper {
    flex-direction: column;
  }
}
html[dir=rtl] .pw-holder .pv-popup .popup-content .flx-wrapper .rt-blk {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .pw-holder .pv-popup .popup-content .flx-wrapper .rt-blk {
    order: -1;
  }
}
html[dir=rtl] .pw-holder .pv-popup .popup-content .flx-wrapper .lt-blk {
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .pw-holder .pv-popup .popup-content .flx-wrapper .lt-blk {
    padding-left: 0;
  }
}
html[dir=rtl] .pw-holder .pv-popup .popup-content .flx-wrapper .lt-blk p {
  line-height: 30px;
}
html[dir=rtl] .pw-holder .pv-popup .popup-content .flx-wrapper .lt-blk span {
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  html[dir=rtl] .tools-wrapper {
    background: linear-gradient(to left, #fff 18%, #552988 18%);
  }
  html[dir=rtl] .tools-wrapper li a span {
    font-size: 11px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  html[dir=rtl] .tools-wrapper li a span {
    font-size: 11px;
  }
}
html[dir=rtl] .close span {
  cursor: pointer;
}
html[dir=rtl] .btn.btn-link:focus {
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .filter-search-title .form-wrapper {
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .filter-search-title .form-submit {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .search-results-wrap .site-link {
    margin-top: 20px;
  }
}
html[dir=rtl] .prdbtm-desc {
  text-align: center;
  padding: 1.5rem;
}
html[dir=rtl] .webform-submission-follow-her-path-campaign-form input[data-drupal-selector=edit-upload-your-cv-remove-button] {
  margin: 1rem 0;
  font-size: 16px;
}
html[dir=rtl] .user-login-form {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 5rem;
}
html[dir=rtl] .pnf-cnt {
  min-height: 385px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .pnf-cnt {
    min-height: 200px;
  }
}
@keyframes slideFromTop {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideFromBottom {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html[dir=rtl] ol,
html[dir=rtl] ul {
  margin: 30px 20px 30px 0;
}
html[dir=rtl] ol li,
html[dir=rtl] ul li {
  line-height: 1.5;
}
html[dir=rtl] .emi-spotlight {
  /* Add animations for disappearing */
}
html[dir=rtl] .emi-spotlight .spot-content {
  opacity: 0;
  transform: translateY(-280px);
  transition: all 2s ease 0s;
}
html[dir=rtl] .emi-spotlight .spot-image-block {
  opacity: 0;
  transform: translateY(280px);
  transition: all 2s ease 0s;
}
html[dir=rtl] .emi-spotlight .slick-active .spot-content {
  opacity: 1;
  transform: translateY(0);
  transition: all 2s ease 0s;
}
html[dir=rtl] .emi-spotlight .slick-active .spot-image-block {
  opacity: 1;
  transform: translateY(0);
  transition: all 2s ease 0s;
}
html[dir=rtl] .emi-spotlight .animate-to-bottom {
  transform: translateY(280px);
  opacity: 0;
  transition: all 2s ease 0s;
}
html[dir=rtl] .emi-spotlight .animate-to-top {
  transform: translateY(-280px);
  opacity: 0;
  transition: all 2s ease 0s;
}/*# sourceMappingURL=style.css.map */