.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

:root {
  --theme-light-blue: #0a2950;
  --theme-primary: #0a2950;
}

* {
  font-family: Tajawal-bold !important;
}

[value="_none"] {
  display: none !important;
}

@font-face {
  font-family: 'Tajawal';
  src: url("../fonts/tajwal-bold/Tajawal-Light.eot");
  src: url("../fonts/tajwal-bold/Tajawal-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/tajwal-bold/Tajawal-Light.woff") format("woff"), url("../fonts/tajwal-bold/Tajawal-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tajawal-bold';
  src: url("../fonts/tajwal-bold/Tajawal-Bold.eot");
  src: url("../fonts/tajwal-bold/Tajawal-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/tajwal-bold/Tajawal-Bold.woff") format("woff"), url("../fonts/tajwal-bold/Tajawal-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tajawal';
  src: url("../fonts/tajwal-bold/Tajawal-Medium.eot");
  src: url("../fonts/tajwal-bold/Tajawal-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/tajwal-bold/Tajawal-Medium.woff") format("woff"), url("../fonts/tajwal-bold/Tajawal-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

pre.sf-dump {
  direction: ltr;
  text-align: left;
}

pre.sf-dump * {
  font-family: monospace !important;
  font-size: 15px !important;
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 4.2rem;
  }
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 2.75rem;
  }
}

#carouselExampleCaptions .carousel-item > a {
  display: block;
  position: relative;
  z-index: 99;
}

.form-select {
  font-size: 1.5rem;
  background-color: #ecedef;
  border: 0;
}

.page-node-type-page .section-terms h3 {
  color: #0a2950 !important;
  font-size: 25px !important;
  font-weight: bold !important;
  font-family: Tajawal-bold !important;
  margin: 28px 0 !important;
}

.page-node-type-page .section-terms h4 {
  color: #0a2950 !important;
  font-size: 23px !important;
  font-weight: bold !important;
  font-family: Tajawal-bold !important;
  margin: 28px 0 !important;
}

.page-node-type-page .section-terms h2.title {
  color: #0a2950;
  margin: 40px;
  font-weight: bold;
  text-align: center;
  font-family: Tajawal-bold !important;
  font-size: 37px;
}

.page-node-type-page .section-terms h2.title:after {
  margin: auto;
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
  text-align: center;
}

.navbar-light .navbar-toggler {
  background-color: #fff;
}

.main-header {
  background-color: #0a2950;
}

@media (min-width: 1400px) {
  .main-header .container,
  .main-header .container-lg,
  .main-header .container-md,
  .main-header .container-sm,
  .main-header .container-xl,
  .main-header .container-xxl {
    max-width: 1489px;
  }
}

.main-header > nav.navbar-light {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 4px solid #dc0613;
}

.main-header > nav.navbar-light .nav-link {
  color: #fff;
  font-size: 1.3rem;
}

.main-header > nav.navbar-light .nav-link:hover, .main-header > nav.navbar-light .nav-link.active {
  color: #fff;
}

.main-header > nav.navbar-light .nav-link[href*="apply-now"] {
  background-color: #dc0613;
  padding: 8px 16px;
  border-radius: 6px;
  margin-right: 21px;
}

@media (max-width: 767.98px) {
  .main-header > nav.navbar-light .nav-link {
    margin: 0 !important;
  }
}

.main-footer {
  background-color: #0a2950;
}

.main-footer .footer-logo a img {
  height: 161px;
}

.main-footer .quick-links a {
  color: #fff;
}

.main-footer .copyright {
  background: #0a2950;
  text-align: center;
  color: #fff;
}

.main-footer .footer-contact p {
  text-align: right;
  color: #fff;
}

.main-footer .footer-contact .social {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-footer .footer-contact .social a {
  background-color: #dc0613;
}

.main-footer .lang-dropdown-select-element {
  background: #0a2950;
  border: 0;
  color: #fff;
  font-size: 18px;
  padding: 0;
}

.main-footer .lang-dropdown-select-element:hover {
  cursor: pointer;
}

.datepicker table tr td span {
  width: 31%;
  height: 38px;
  line-height: 40px;
}

.contact-links {
  position: fixed;
  right: 19px;
  top: 27%;
  z-index: 999;
}

.contact-links li {
  list-style: none;
  list-style: none;
  margin-bottom: 6px;
}

.contact-links li img {
  height: 53px;
}

.carousel-inner .carousel-item .carousel-caption .caption-content {
  top: 0;
}

.main-header .navbar-light .navbar-nav {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 767.98px) {
  .carousel-inner {
    min-height: initial !important;
  }
  .carousel-inner .carousel-item {
    position: static;
  }
  .carousel-inner .carousel-item > img {
    z-index: -1;
    position: absolute;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .carousel-inner .carousel-item a img {
    height: 195px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .carousel-inner .carousel-item .carousel-caption {
    position: static;
  }
  .carousel-inner .carousel-item .carousel-caption .caption-content {
    position: static;
  }
  .carousel-inner .carousel-item .carousel-caption .slider-text .slider-title {
    width: auto;
    font-size: 3rem;
    text-align: center;
  }
}

.about-products {
  position: relative;
  padding: 90px 0;
  margin: 0;
}

.about-products .section-title {
  margin: 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #0a2950;
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {
  .about-products .section-title {
    margin: 0;
    text-align: center;
  }
}

.about-products .section-title:after {
  content: '';
  width: 18%;
  height: 2px;
  display: block;
  margin: auto;
  margin-top: 8px;
  background-color: #dc0613;
}

@media (max-width: 767.98px) {
  .about-products .section-title:after {
    width: 45%;
    margin: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .about-products {
    padding-top: 32px;
  }
}

.about-products .list-items {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .about-products .list-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about-products .list-items > a {
  background-color: #0a2950;
  color: #fff;
  margin: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 14px;
}

@media (max-width: 767.98px) {
  .about-products .list-items > a {
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}

.about-products .list-items > a img {
  height: 98px;
  display: block;
}

@media (max-width: 767.98px) {
  .about-products .list-items > a img {
    margin: 0 7px;
  }
}

.about-products .list-items > a span {
  display: block;
  font-size: 2.5rem;
  margin-top: 22px;
}

.why-us {
  position: relative;
  padding: 90px 0;
  margin: 0;
  background-color: #ecedf0;
}

.why-us .section-title {
  margin: 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #0a2950;
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {
  .why-us .section-title {
    margin: 0;
    text-align: center;
  }
}

.why-us .section-title:after {
  content: '';
  width: 18%;
  height: 2px;
  display: block;
  margin: auto;
  margin-top: 8px;
  background-color: #dc0613;
}

@media (max-width: 767.98px) {
  .why-us .section-title:after {
    width: 45%;
    margin: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .why-us {
    padding: 30px 0;
  }
}

.why-us .list-items {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .why-us .list-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.why-us .list-items > .list-item {
  color: #6d7175;
  margin: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 14px;
}

@media (max-width: 767.98px) {
  .why-us .list-items > .list-item {
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 0 35px;
    margin: 0;
    margin-bottom: 22px;
  }
}

.why-us .list-items > .list-item img {
  height: 129px;
  display: block;
}

@media (max-width: 767.98px) {
  .why-us .list-items > .list-item img {
    height: 90px;
  }
}

.why-us .list-items > .list-item .list-item-title {
  display: block;
  font-size: 1.7rem;
  margin-top: 22px;
  max-width: 158px;
  color: #6d7175;
}

@media (max-width: 767.98px) {
  .why-us .list-items > .list-item .list-item-title {
    margin: auto;
  }
}

.quote-calculator {
  position: relative;
  padding: 90px 0;
  margin: 0;
}

.quote-calculator .section-title {
  margin: 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #0a2950;
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {
  .quote-calculator .section-title {
    margin: 0;
    text-align: center;
  }
}

.quote-calculator .section-title:after {
  content: '';
  width: 18%;
  height: 2px;
  display: block;
  margin: auto;
  margin-top: 8px;
  background-color: #dc0613;
}

@media (max-width: 767.98px) {
  .quote-calculator .section-title:after {
    width: 45%;
    margin: auto;
    margin-bottom: 20px;
  }
}

.quote-calculator .section-description {
  font-size: 2.2rem;
  text-align: center;
  color: #6d7175;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .quote-calculator .section-description {
    margin: 0;
  }
}

.quote-calculator .list-items {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .quote-calculator .list-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.quote-calculator .list-items > a {
  background-color: #0a2950;
  color: #fff;
  margin: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  padding: 14px;
}

@media (max-width: 768px) {
  .quote-calculator .list-items > a {
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.quote-calculator .list-items > a img {
  height: 98px;
  display: block;
}

.quote-calculator .list-items > a span {
  display: block;
  font-size: 2.5rem;
  margin-top: 22px;
}

.latest-news {
  background-color: #ecedf0;
  position: relative;
  padding: 90px 0;
  margin: 0;
}

.latest-news .section-title {
  margin: 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #0a2950;
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {
  .latest-news .section-title {
    margin: 0;
    text-align: center;
  }
}

.latest-news .section-title:after {
  content: '';
  width: 18%;
  height: 2px;
  display: block;
  margin: auto;
  margin-top: 8px;
  background-color: #dc0613;
}

@media (max-width: 767.98px) {
  .latest-news .section-title:after {
    width: 45%;
    margin: auto;
    margin-bottom: 20px;
  }
}

.latest-news .more-link-secondary {
  background-color: #dc0613;
  padding: 8px 16px;
  border-radius: 6px;
  padding-bottom: 3px;
  color: #fff;
  display: inline-block;
}

.latest-news .list-items {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .latest-news .list-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.latest-news .list-items > .list-item {
  background-color: #0a2950;
  color: #fff;
  margin: 0 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 13px;
  overflow: hidden;
  width: 284px;
}

@media (max-width: 768px) {
  .latest-news .list-items > .list-item {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.latest-news .list-items > .list-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}

.latest-news .list-items > .list-item .item-description {
  display: block;
  font-size: 1.5rem;
  margin-top: 22px;
  padding: 18px;
}

.latest-news .list-items > .list-item .more-link-secondary {
  margin-bottom: 15px;
}

.latest-news .container .box1 {
  margin: 25px auto;
  text-align: center;
  background-color: #0a2950;
  color: white;
  padding-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
}

@media (max-width: 576px) {
  .latest-news .container .box1 {
    text-align: center;
    width: initial;
    margin: 50px auto;
  }
}

.latest-news .container .box1 img {
  border-radius: 10px;
}

@media (max-width: 576px) {
  .latest-news .container .box1 img {
    text-align: center;
    width: initial;
    margin: auto;
    width: -webkit-fill-available;
  }
}

.latest-news .container .box1 .box2 {
  width: 263.63px;
  text-align: center;
  height: 103.53px;
  padding: 0px;
  margin: 10px auto 75px;
}

.latest-news .container .box1 .box2 p {
  font-size: 20px;
}

.latest-news .container .colum3 {
  margin: 25px auto;
  text-align: center;
  background-color: #0a2950;
  color: white;
  padding-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .latest-news .container .colum3 {
    position: relative;
    right: 50%;
  }
}

@media (max-width: 576px) {
  .latest-news .container .colum3 {
    text-align: center;
    width: initial;
    margin: 50px auto;
  }
}

.latest-news .container .colum3 img {
  border-radius: 10px;
}

@media (max-width: 576px) {
  .latest-news .container .colum3 img {
    text-align: center;
    width: initial;
    margin: auto;
    width: -webkit-fill-available;
  }
}

.latest-news .container .colum3 .box2 {
  width: 263.63px;
  text-align: center;
  height: 103.53px;
  padding: 0px;
  margin: 10px auto 75px;
}

.latest-news .container .colum3 .box2 p {
  font-size: 20px;
}

.search-realestate {
  position: relative;
  padding: 90px 0;
  margin: 0;
}

.search-realestate .section-title {
  margin: 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #0a2950;
  margin-bottom: 47px;
  text-align: right;
}

.search-realestate .section-title:after {
  margin-right: 0 !important;
}

@media (max-width: 767.98px) {
  .search-realestate .section-title {
    margin: 0;
    text-align: center;
  }
}

.search-realestate .section-title:after {
  content: '';
  width: 18%;
  height: 2px;
  display: block;
  margin: auto;
  margin-top: 8px;
  background-color: #dc0613;
}

@media (max-width: 767.98px) {
  .search-realestate .section-title:after {
    width: 45%;
    margin: auto;
    margin-bottom: 20px;
  }
}

.search-realestate .section-description {
  font-size: 2.2rem;
  text-align: center;
  color: #6d7175;
  text-align: right;
}

@media (max-width: 767.98px) {
  .search-realestate .section-description {
    margin: 0;
  }
}

.search-realestate .more-link-secondary {
  background-color: #dc0613;
  padding: 8px 16px;
  border-radius: 6px;
  padding-bottom: 3px;
  color: #fff;
  display: inline-block;
  font-size: 3rem;
  margin: auto;
  display: table;
  margin-top: 25px;
}

@media (max-width: 767.98px) {
  .search-realestate .more-link-secondary {
    margin-bottom: 5px;
  }
}

.our-partners {
  border: 0;
  background-color: #ecedf0;
}

.our-partners .section-title {
  margin: 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #0a2950;
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {
  .our-partners .section-title {
    margin: 0;
    text-align: center;
  }
}

.our-partners .section-title:after {
  content: '';
  width: 18%;
  height: 2px;
  display: block;
  margin: auto;
  margin-top: 8px;
  background-color: #dc0613;
}

@media (max-width: 767.98px) {
  .our-partners .section-title:after {
    width: 45%;
    margin: auto;
    margin-bottom: 20px;
  }
}

.our-partners .section-description {
  font-size: 2.2rem;
  text-align: center;
  color: #6d7175;
}

@media (max-width: 767.98px) {
  .our-partners .section-description {
    margin: 0;
  }
}

.our-partners .more-link-secondary {
  background-color: #dc0613;
  padding: 8px 16px;
  border-radius: 6px;
  padding-bottom: 3px;
  color: #fff;
  display: inline-block;
}

.section-products__title-container {
  min-height: 213px;
}

@media (max-width: 767.98px) {
  .section-products__title-container {
    min-height: initial;
  }
}

.section-products__item-title {
  height: auto !important;
  margin-bottom: 15px;
  font-size: 12pt;
}

@media (max-width: 767.98px) {
  .section-products__item-title {
    min-height: initial;
  }
}

.grid-title {
  border-right: 2px solid #DC0613;
  margin-bottom: 24px;
}

.grid-title .text {
  font-size: 36px;
  font-weight: 500;
  color: #0a2950;
  text-align: right;
}

.grid-system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.beneficiaries-of-development-fund .grid-box {
  width: auto;
}

.grid-box {
  text-align: center;
  padding: 25px 30px;
  -webkit-box-shadow: 0px 5px 11px 0px #0929501a;
          box-shadow: 0px 5px 11px 0px #0929501a;
  border-radius: 10px;
  margin: 0px 0px 45px 0px;
  width: 31%;
}

@media (max-width: 767.98px) {
  .grid-box {
    width: 100%;
  }
}

.grid-box .grid-first-description {
  font-size: 20px;
  font-weight: 500;
  color: #0a2950;
  margin-top: 8px;
}

.grid-box .grid-sec-description {
  font-size: 16px;
  margin: 16px 0 0 0;
  color: #0a2950;
}

.slider-item {
  position: relative;
}

.slider-item .slider-image {
  width: 100%;
  z-index: -1;
}

.slider-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#0A2950));
  background-image: linear-gradient(to right, #fff, #0A2950);
  opacity: .4;
  z-index: 0;
  border: none;
}

.slider-text {
  position: absolute;
  top: 20%;
  color: #fff;
}

.slider-text .slider-title {
  font-weight: bold;
  width: 400px;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #fff;
  font-size: 4rem;
}

.slider-text .slider-descreption {
  font-size: 25px;
  margin-bottom: 30px;
}

.slider-text .slider-descreption .first-paragraph {
  display: block;
  margin-bottom: 25px;
}

.text-box {
  margin: 50px auto;
}

.text-box .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
}

.text-box .section-title::after {
  margin: auto;
}

@media (max-width: 767.98px) {
  .text-box .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.text-box .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .text-box .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.text-box .section-description {
  font-size: 25px;
  color: #6D7175;
  text-align: justify;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 767.98px) {
  .text-box .section-description {
    margin: 0;
  }
}

.text-box .main-description {
  margin-bottom: 35px;
}

body {
  font-family: "Tajawal";
}

.btn-action, .form-section .flex-form .form-list .contact-message-contact-us-form .form-actions .btn-submit, .form-section .flex-form .form-list .contact-message-contact-us-form .form-actions .btn-reset, .applynow .contact-message-apply-now-form .btn-submit {
  background-color: #DC0613;
  padding: 8px 16px;
  color: white;
  border-radius: 11px;
  font-size: 21.5px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn-action, .form-section .flex-form .form-list .contact-message-contact-us-form .form-actions .btn-submit, .form-section .flex-form .form-list .contact-message-contact-us-form .form-actions .btn-reset, .applynow .contact-message-apply-now-form .btn-submit {
    font-size: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .btn-action, .form-section .flex-form .form-list .contact-message-contact-us-form .form-actions .btn-submit, .form-section .flex-form .form-list .contact-message-contact-us-form .form-actions .btn-reset, .applynow .contact-message-apply-now-form .btn-submit {
    font-size: 18px;
  }
}

.btn-action:hover, .form-section .flex-form .form-list .contact-message-contact-us-form .form-actions .btn-submit:hover, .form-section .flex-form .form-list .contact-message-contact-us-form .form-actions .btn-reset:hover, .applynow .contact-message-apply-now-form .btn-submit:hover {
  color: #fff;
}

.btn-action-sm {
  font-size: 15px;
  padding: 5px 25px 2px;
  color: white;
  border-radius: 9px;
}

.btn-action-md {
  font-size: 23px;
}

.btn-action-lg {
  font-size: 32px;
}

.dawnload-btn {
  background-color: #DC0613;
  color: white;
  border-radius: 7px;
  border-color: transparent;
  text-align: center;
  color: white !important;
  border-radius: 7px;
  border-color: transparent;
  text-align: center;
  padding: 5px 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 9px;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

.about-saudi {
  margin: 83px auto;
}

@media (max-width: 767.98px) {
  .about-saudi {
    margin-top: 25px;
  }
}

.about-saudi .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  margin-left: 66px;
  margin-top: 4px;
}

@media (max-width: 767.98px) {
  .about-saudi .section-title {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .about-saudi .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.about-saudi .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .about-saudi .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.about-saudi .section-description {
  font-size: 25px;
  color: #6D7175;
  text-align: justify;
  margin-left: 66px;
}

@media (max-width: 767.98px) {
  .about-saudi .section-description {
    margin: 0;
  }
}

.about-saudi .about-saudi-item .about-saudi-image {
  width: 100%;
}

.awards {
  padding-top: 83px;
  padding-bottom: 83px;
  background-color: #f7f7f7;
}

.awards .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
}

.awards .section-title::after {
  margin: auto;
}

@media (max-width: 767.98px) {
  .awards .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.awards .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .awards .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.awards .awards-list {
  border-bottom: 1px solid #6D7175;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.awards .awards-list:last-child {
  border: none !important;
}

@media (max-width: 767.98px) {
  .awards .awards-list .awards-item {
    margin: 40px auto;
  }
}

.awards .awards-list .awards-item .awards-image {
  width: 100%;
}

.awards .awards-list .awards-title {
  margin-bottom: 37px;
  color: #0a2950;
}

@media (max-width: 767.98px) {
  .awards .awards-list .awards-title {
    text-align: center;
  }
}

.awards .awards-list .awards-title .awards-small-title {
  font-weight: bold;
  font-size: 25px;
}

.awards .awards-list .awards-title .awards-main-title {
  font-size: 25px;
}

.awards .awards-list .section-description {
  font-size: 25px;
  color: #6D7175;
  text-align: justify;
}

@media (max-width: 767.98px) {
  .awards .awards-list .section-description {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .awards .awards-list .section-description {
    margin: 0;
  }
}

.our-mission {
  background-color: #f7f7f7;
  padding-top: 83px;
  padding-bottom: 83px;
}

.our-mission .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  margin-right: 66px;
  margin-top: 4px;
}

@media (max-width: 767.98px) {
  .our-mission .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.our-mission .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .our-mission .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.our-mission .section-description {
  font-size: 25px;
  color: #6D7175;
  text-align: justify;
  margin-right: 66px;
}

@media (max-width: 767.98px) {
  .our-mission .section-description {
    margin: 0;
  }
}

.our-mission .our-mission-item {
  margin-bottom: 30px;
}

.our-mission .our-mission-item .our-mission-image {
  width: 100%;
}

.our-moral {
  margin: 83px auto;
}

.our-moral .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
}

.our-moral .section-title::after {
  margin: auto;
}

@media (max-width: 767.98px) {
  .our-moral .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.our-moral .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .our-moral .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.our-moral .section-description .section-description {
  font-size: 25px;
  color: #6D7175;
  text-align: justify;
}

@media (max-width: 767.98px) {
  .our-moral .section-description .section-description {
    margin: 0;
  }
}

.our-moral .our-moral-item {
  text-align: center;
}

.our-moral .our-moral-item .our-moral-link {
  text-decoration: none;
  color: #6D7175;
}

.our-moral .our-moral-item .our-moral-link .our-moral-image {
  height: 122px;
}

.our-moral .our-moral-item .our-moral-link .our-moral-description-box {
  margin-top: 30px;
}

.our-moral .our-moral-item .our-moral-link .our-moral-description-box .our-moral-description {
  margin-top: 30px;
  font-size: 25px;
  font-weight: bold;
}

.our-moral .our-moral-item .our-moral-link .our-moral-paragraph {
  font-size: 17px;
}

.our-vision {
  margin: 83px auto;
}

.our-vision .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  margin-left: 66px;
  margin-top: 4px;
}

@media (max-width: 767.98px) {
  .our-vision .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.our-vision .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .our-vision .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.our-vision .section-description {
  font-size: 25px;
  color: #6D7175;
  text-align: justify;
  margin-left: 66px;
}

@media (max-width: 767.98px) {
  .our-vision .section-description {
    margin: 0;
  }
}

.our-vision .our-vision-item {
  margin-top: 30px;
}

.our-vision .our-vision-item .our-vision-image {
  width: 100%;
}

.aboutUS-slider .aboutUS-sliderItem {
  position: relative;
  min-height: 410px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .aboutUS-slider .aboutUS-sliderItem {
    min-height: 110px;
  }
}

.aboutUS-slider .aboutUS-sliderItem .sliderImage {
  width: 100%;
}

.aboutUS-slider .aboutUS-sliderItem .slider-text {
  text-align: right;
  color: white;
  position: static;
  margin-top: 175px;
}

@media (max-width: 767.98px) {
  .aboutUS-slider .aboutUS-sliderItem .slider-text {
    margin: 0;
  }
}

.aboutUS-slider .aboutUS-sliderItem .slider-text .text {
  font-size: 54px;
  font-weight: bold;
  position: absolute;
  width: 500px;
  color: white;
  position: static;
  margin-top: 175px;
}

@media (max-width: 767.98px) {
  .aboutUS-slider .aboutUS-sliderItem .slider-text .text {
    right: 0;
    font-size: 30px;
    width: 240px;
    margin: 13px;
  }
}

.aboutUS-slider .aboutUS-sliderItem .sliderImage {
  position: absolute;
  z-index: -1;
}

/*start icons*/
.box-icon {
  margin-top: 83px;
}

@media (max-width: 768px) {
  .box-icon {
    margin-top: 30px;
  }
}

.box-icon #ico {
  position: absolute;
  z-index: 1;
}

.box-icon #ico img {
  width: auto !important;
}

/*end icons*/
.who-are-we {
  background-color: #f7f7f7;
  padding-top: 83px;
  padding-bottom: 83px;
}

.who-are-we .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  margin-right: 66px;
  margin-top: 4px;
}

@media (max-width: 767.98px) {
  .who-are-we .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.who-are-we .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .who-are-we .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.who-are-we .section-description {
  font-size: 25px;
  color: #6D7175;
  text-align: justify;
  margin-right: 66px;
}

@media (max-width: 767.98px) {
  .who-are-we .section-description {
    margin: 0;
  }
}

.who-are-we .who-are-we-item {
  margin-bottom: 30px;
}

.who-are-we .who-are-we-item .who-are-we-image {
  width: 100%;
}

.board-of-directors {
  margin: 80px auto;
}

.board-of-directors .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
}

.board-of-directors .section-title::after {
  margin: auto;
}

@media (max-width: 767.98px) {
  .board-of-directors .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.board-of-directors .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .board-of-directors .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.board-of-directors .intro-text {
  color: #6D7175;
  font-size: 25px;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .board-of-directors .intro-text {
    font-size: 20px;
  }
}

.board-of-directors .board-list {
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.board-of-directors .board-list .board-item {
  min-width: 342px;
  text-align: center;
  margin-bottom: 37px;
}

.board-of-directors .board-list .board-item .board-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 36rem;
}

.board-of-directors .board-list .board-item .text {
  margin: 20px auto;
  text-align: center;
}

.board-of-directors .board-list .board-item .text .director-name {
  font-weight: bold;
  color: #0a2950;
}

.board-of-directors .board-list .board-item .text .director-position {
  font-size: 24px;
  color: #DC0613;
  font-weight: bold;
  font-family: 'Tajawal', serif;
}

.fiscal-year {
  margin: 83px auto;
}

.fiscal-year .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
}

.fiscal-year .section-title::after {
  margin: auto;
}

@media (max-width: 767.98px) {
  .fiscal-year .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.fiscal-year .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .fiscal-year .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.fiscal-year .fiscal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fiscal-year .fiscal-list .fiscal-item {
  background-color: #ECEDF0;
  width: 200px;
  margin: 8px;
  padding: 16px;
  text-align: center;
  border-radius: 9px;
  min-height: 177px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fiscal-year .fiscal-list .fiscal-item .main-title {
  color: #0a2950;
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: bold;
}

.fiscal-year .fiscal-list .fiscal-item .main-title::after {
  content: "";
  display: block;
  margin: auto;
  width: 70%;
  height: 2px;
  background-color: #DC0613;
}

.fiscal-year .fiscal-list .fiscal-item .item-description {
  font-size: 20px;
  font-weight: bold;
  color: #0a2950;
  margin-bottom: 20px;
}

.fiscal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fiscal-list .fiscal-item {
  background-color: #ECEDF0;
  width: 200px;
  margin: 8px;
  padding: 16px;
  text-align: center;
  border-radius: 9px;
  min-height: 177px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.financialStatement-slider .sliderImage {
  width: 100%;
}

.financialStatement-slider .slider-text {
  text-align: right;
  color: white;
  top: 40%;
}

@media (max-width: 767.98px) {
  .financialStatement-slider .slider-text {
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .financialStatement-slider .slider-text {
    top: 26%;
  }
}

@media (max-width: 575.98px) {
  .financialStatement-slider .slider-text {
    top: 20%;
    font-size: 25px;
  }
}

.financialStatement-slider .slider-text .text {
  font-size: 54px;
  font-weight: bold;
  position: absolute;
  width: 500px;
  color: white;
  top: 40%;
}

@media (max-width: 991.98px) {
  .financialStatement-slider .slider-text .text {
    top: 26%;
  }
}

@media (max-width: 575.98px) {
  .financialStatement-slider .slider-text .text {
    top: 20%;
    font-size: 25px;
  }
}

@media (max-width: 767.98px) {
  .financialStatement-slider .slider-text .text {
    right: 0;
    font-size: 30px;
    width: 240px;
    margin: 13px;
  }
}

.one-community-slider .slider-image {
  width: 100%;
}

.describe-one-community {
  margin: 83px auto;
}

.describe-one-community .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  margin-top: 4px;
}

@media (max-width: 767.98px) {
  .describe-one-community .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.describe-one-community .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .describe-one-community .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.describe-one-community .section-description {
  font-size: 25px;
  color: #6D7175;
  text-align: justify;
}

@media (max-width: 767.98px) {
  .describe-one-community .section-description {
    margin: 0;
  }
}

.describe-one-community .siteLink {
  text-decoration: none;
  color: #6D7175;
}

.describe-one-community .siteLink:hover {
  color: #0a2950;
}

.describe-one-community .describe-one-community-image {
  width: 100%;
  margin: 55px auto;
}

.anb-bank {
  padding: 80px 0;
}

.anb-bank .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  margin-top: 4px;
}

.anb-bank .section-title::after {
  width: 45% !important;
  margin-top: 7px !important;
}

@media (max-width: 767.98px) {
  .anb-bank .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.anb-bank .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .anb-bank .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.anb-bank .section-description {
  font-size: 25px;
  color: #6D7175;
  text-align: justify;
}

@media (max-width: 767.98px) {
  .anb-bank .section-description {
    margin: 0;
  }
}

.anb-bank .list {
  margin: auto;
}

.anb-bank .list .image {
  height: 145px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .anb-bank .list .image {
    margin: 20px auto;
  }
}

.anb-bank.odd {
  background-color: #ECEDF0;
}

.arkan-company {
  padding: 80px 0;
  background-color: #f7f7f7;
}

.arkan-company .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  margin-top: 4px;
}

.arkan-company .section-title::after {
  width: 45% !important;
  margin-top: 7px !important;
}

@media (max-width: 767.98px) {
  .arkan-company .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.arkan-company .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .arkan-company .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.arkan-company .section-description {
  font-size: 25px;
  color: #6D7175;
  text-align: justify;
}

@media (max-width: 767.98px) {
  .arkan-company .section-description {
    margin: 0;
  }
}

.arkan-company .list {
  margin: auto;
}

.arkan-company .list .image {
  height: 145px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .arkan-company .list .image {
    margin: 20px auto;
  }
}

.international-finance {
  padding: 80px 0;
}

.international-finance .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  margin-top: 4px;
}

.international-finance .section-title::after {
  width: 45% !important;
  margin-top: 7px !important;
}

@media (max-width: 767.98px) {
  .international-finance .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.international-finance .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .international-finance .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.international-finance .section-description {
  font-size: 25px;
  color: #6D7175;
  text-align: justify;
}

@media (max-width: 767.98px) {
  .international-finance .section-description {
    margin: 0;
  }
}

.international-finance .list {
  margin: auto;
}

.international-finance .list .image {
  height: 145px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .international-finance .list .image {
    margin: 20px auto;
  }
}

.shareholders-slider .sliderImage {
  width: 100%;
}

.shareholders-slider .slider-text {
  text-align: right;
  color: white;
  top: 40%;
}

@media (max-width: 767.98px) {
  .shareholders-slider .slider-text {
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  .shareholders-slider .slider-text {
    top: 25%;
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .shareholders-slider .slider-text {
    top: 20%;
  }
}

.shareholders-slider .slider-text .text {
  font-size: 54px;
  font-weight: bold;
  position: absolute;
  width: 500px;
  color: white;
  top: 40%;
}

@media (max-width: 575.98px) {
  .shareholders-slider .slider-text .text {
    top: 25%;
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .shareholders-slider .slider-text .text {
    top: 20%;
  }
}

@media (max-width: 767.98px) {
  .shareholders-slider .slider-text .text {
    right: 0;
    font-size: 30px;
    width: 240px;
    margin: 13px;
  }
}

.form-section {
  margin: 80px auto;
}

.form-section .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
}

.form-section .section-title::after {
  margin: auto;
}

@media (max-width: 767.98px) {
  .form-section .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.form-section .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .form-section .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.form-section .flex-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-section .flex-form .form-list {
  padding: 100px;
  background-color: #f7f7f7;
  width: 50%;
}

@media (max-width: 767.98px) {
  .form-section .flex-form .form-list {
    padding: 30px;
    width: 100%;
  }
}

.form-section .flex-form .form-list .contact-message-contact-us-form .form-group > .js-form-item {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #657F91;
}

@media (max-width: 767.98px) {
  .form-section .flex-form .form-list .contact-message-contact-us-form .form-group > .js-form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-section .flex-form .form-list .contact-message-contact-us-form .form-group > .js-form-item label {
  font-size: 20px;
  color: #657F91;
  margin-bottom: 3px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.form-section .flex-form .form-list .contact-message-contact-us-form .form-group > .js-form-item input,
.form-section .flex-form .form-list .contact-message-contact-us-form .form-group > .js-form-item textarea {
  border: none;
  outline: none;
  background-color: #f7f7f7;
  width: 100%;
  font-size: 1.5rem;
}

.form-section .flex-form .form-list .contact-message-contact-us-form .form-actions {
  text-align: center;
}

.form-section .flex-form .form-list .contact-message-contact-us-form .form-actions .btn-submit {
  background: 0;
  background-color: #DC0613;
}

.form-section .flex-form .form-list .contact-message-contact-us-form .form-actions .btn-reset {
  background: 0;
  background-color: #6f6f6f;
  display: none;
}

.form-section .flex-form .more-information {
  padding: 38px;
  background-color: #f7f7f7;
  width: 40%;
  height: 20%;
  margin-top: 119px;
}

@media (max-width: 767.98px) {
  .form-section .flex-form .more-information {
    padding: 30px;
    width: 100%;
  }
}

.form-section .flex-form .more-information .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  text-align: right;
  margin-top: 4px;
}

.form-section .flex-form .more-information .section-title::after {
  width: 60% !important;
  margin: 0px;
}

@media (max-width: 767.98px) {
  .form-section .flex-form .more-information .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.form-section .flex-form .more-information .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .form-section .flex-form .more-information .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.form-section .flex-form .more-information .detail-list {
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .form-section .flex-form .more-information .detail-list {
    text-align: center;
  }
}

.form-section .flex-form .more-information .detail-list .img-container {
  margin-left: 10px;
  -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
}

.form-section .flex-form .more-information .detail-list > .detail-description {
  font-size: 17px;
  font-weight: bold;
  color: #0a2950;
  margin-right: 5px;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.form-section .flex-form .more-information .detail-list > .detail-description p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .form-section .flex-form .more-information .detail-list > .detail-description {
    text-align: center;
  }
}

.form-section .flex-form .more-information .contact-text {
  margin: 20px auto;
  color: #0a2950;
}

@media (max-width: 767.98px) {
  .form-section .flex-form .more-information .contact-text {
    text-align: center;
  }
}

.form-section .flex-form .more-information .contact-text .contact-text-details {
  font-size: 22px;
  font-weight: bold;
  margin: 0px;
}

.form-section .flex-form .more-information .contact-text .contact-text-details .contact-details-word {
  font-size: 22px;
  font-weight: 500;
}

.form-section .flex-form .more-information .contact-text .contact-text-details:last-child {
  font-size: 15px;
  color: #0a2950;
}

@media (max-width: 767.98px) {
  .form-section .flex-form #edit-actions input {
    margin: 0;
    margin-bottom: 5px;
  }
}

.more-information-general {
  padding: 38px;
  background-color: #ECEDF0;
  margin: 36px;
}

@media (max-width: 767.98px) {
  .more-information-general {
    padding: 5px;
  }
}

.more-information-general .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  text-align: right;
  margin-top: 4px;
}

.more-information-general .section-title::after {
  width: 60% !important;
  margin: 0px;
}

@media (max-width: 767.98px) {
  .more-information-general .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.more-information-general .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .more-information-general .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.more-information-general .detail-list {
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .more-information-general .detail-list {
    text-align: center;
  }
}

.more-information-general .detail-list .img-container {
  margin-left: 10px;
  -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
}

.more-information-general .detail-list > .detail-description {
  font-size: 17px;
  font-weight: bold;
  color: #0a2950;
  margin-right: 5px;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.more-information-general .detail-list > .detail-description p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .more-information-general .detail-list > .detail-description {
    text-align: center;
  }
}

.more-information-general .contact-text {
  margin: 20px auto;
  color: #0a2950;
}

@media (max-width: 767.98px) {
  .more-information-general .contact-text {
    text-align: center;
  }
}

.more-information-general .contact-text .contact-text-details {
  font-size: 22px;
  font-weight: bold;
  margin: 0px;
}

.more-information-general .contact-text .contact-text-details .contact-details-word {
  font-size: 22px;
  font-weight: 500;
}

.more-information-general .contact-text .contact-text-details:last-child {
  font-size: 15px;
  color: #0a2950;
}

/* start our branches*/
.our-branches {
  margin: 80px auto;
}

@media (max-width: 767.98px) {
  .our-branches {
    background-color: #f7f7f7;
    padding: 30px;
    width: 100%;
  }
}

.our-branches .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
}

.our-branches .section-title::after {
  margin: auto;
}

@media (max-width: 767.98px) {
  .our-branches .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.our-branches .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .our-branches .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.our-branches .location-box {
  text-align: center;
  margin: 80px auto;
}

@media (max-width: 767.98px) {
  .our-branches .location-box {
    margin: 0;
    margin-bottom: 33px;
  }
}

.our-branches .location-box .location-icon {
  margin-bottom: 20px;
}

.our-branches .location-box .location-icon .name-of-location {
  font-size: 25px;
  font-weight: bold;
  margin-right: 4px;
  color: #0a2950;
}

.our-branches .location-box .section-description {
  font-size: 25px;
  color: #6D7175;
  text-align: justify;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .our-branches .location-box .section-description {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .our-branches .location-box .section-description {
    margin: 0;
  }
}

/* end our branches*/
.applynow .section-title {
  margin: 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #0a2950;
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {
  .applynow .section-title {
    margin: 0;
    text-align: center;
  }
}

.applynow .section-title:after {
  content: '';
  width: 18%;
  height: 2px;
  display: block;
  margin: auto;
  margin-top: 8px;
  background-color: #dc0613;
}

@media (max-width: 767.98px) {
  .applynow .section-title:after {
    width: 45%;
    margin: auto;
    margin-bottom: 20px;
  }
}

.applynow .inner-container {
  background-color: #ecedf0;
  padding: 49px;
}

.applynow .contact-message-apply-now-form .col-lg-6.col-md-6.col-12:empty {
  display: none;
}

.applynow .contact-message-apply-now-form .input-group {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.applynow .contact-message-apply-now-form .input-group .input-group-text {
  background: 0;
  border: 0;
  background-color: #0a2950;
  color: #fff;
  font-size: 15px;
  border-radius: 0;
  margin: 0;
  display: inline-block;
  margin-right: 5px;
  margin-top: 3px;
}

.applynow .contact-message-apply-now-form .form-group,
.applynow .contact-message-apply-now-form .form-item {
  margin: 18px auto;
  border-bottom: 2px solid #657F91;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.applynow .contact-message-apply-now-form .form-group label,
.applynow .contact-message-apply-now-form .form-group .form-label,
.applynow .contact-message-apply-now-form .form-item label,
.applynow .contact-message-apply-now-form .form-item .form-label {
  font-size: 20px;
  color: #657F91;
  margin-bottom: 3px;
  display: inline;
  width: auto;
}

.applynow .contact-message-apply-now-form .form-group input[type=text],
.applynow .contact-message-apply-now-form .form-group input[type=email],
.applynow .contact-message-apply-now-form .form-group textarea,
.applynow .contact-message-apply-now-form .form-item input[type=text],
.applynow .contact-message-apply-now-form .form-item input[type=email],
.applynow .contact-message-apply-now-form .form-item textarea {
  border: none;
  outline: none;
  background-color: #ecedef;
  width: 100%;
  font-size: 1.5rem;
}

.applynow .contact-message-apply-now-form #edit-field-property-city-0-value {
  padding-right: 19px;
}

.applynow .contact-message-apply-now-form #edit-field-applicant-nationality {
  border: 0;
}

.applynow .contact-message-apply-now-form #edit-field-applicant-nationality .form-item {
  border: 0;
}

.applynow .contact-message-apply-now-form fieldset {
  border: 0 !important;
}

.applynow .contact-message-apply-now-form #basic-addon2 {
  display: none;
}

.applynow .contact-message-apply-now-form .btn-submit {
  background: 0;
  background-color: #DC0613;
}

.applynow #edit-field-i-wrapper ~ div:nth-last-child(6) .form-group {
  height: 87px;
}

.applynow #edit-field-i-wrapper ~ div:nth-last-child(5) .form-group {
  margin: 0;
}

.faq-page {
  margin-top: 5rem;
}

.faq-page .section-title {
  margin: 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #0a2950;
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {
  .faq-page .section-title {
    margin: 0;
    text-align: center;
  }
}

.faq-page .section-title:after {
  content: '';
  width: 18%;
  height: 2px;
  display: block;
  margin: auto;
  margin-top: 8px;
  background-color: #dc0613;
}

@media (max-width: 767.98px) {
  .faq-page .section-title:after {
    width: 45%;
    margin: auto;
    margin-bottom: 20px;
  }
}

.faq-page .faq-contatiner {
  padding: 18px;
  border: 4px solid #ecedf0;
  margin-bottom: 19px;
  position: relative;
  padding-left: 55px;
}

.faq-page .faq-contatiner:after {
  content: "+";
  position: absolute;
  left: -32px;
  top: 17%;
  font-size: 4rem;
  font-weight: lighter;
  color: #ddd;
  padding-left: 55px;
}

.faq-page .faq-contatiner[aria-expanded="true"] {
  background-color: #ddd;
  border-color: #ddd;
}

.faq-page .faq-contatiner[aria-expanded="true"]:after {
  content: "x";
  color: #6d7175;
  font-family: system-ui;
  font-size: 3rem;
}

.faq-page .faq-contatiner .faq-title {
  font-size: 2.2rem;
  color: #6d7175;
  font-weight: bold;
}

.faq-page .faq-contatiner .faq-title:hover {
  cursor: pointer;
}

.faq-page .faq-contatiner .faq-description {
  margin-top: 8px;
  font-size: 1.5rem;
}

.innovative-features-section {
  padding: 80px 0;
  background-color: #f7f7f7;
}

.innovative-features-section .section-title {
  margin-bottom: 60px !important;
}

.innovative-features-section .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
}

.innovative-features-section .section-title .section-title {
  margin-bottom: 60px !important;
}

.innovative-features-section .section-title::after {
  margin: auto;
}

.innovative-features-section .section-title::after .section-title {
  margin-bottom: 60px !important;
}

@media (max-width: 767.98px) {
  .innovative-features-section .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.innovative-features-section .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .innovative-features-section .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.innovative-features-section .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0a2950;
  margin: 20px auto;
}

.innovative-features-section .title-box .title-text {
  margin-right: 10px !important;
}

.innovative-features-section .upward-box {
  text-align: justify;
  background-color: #fff;
  border-radius: 7px;
  padding: 27px 13px;
  -webkit-box-shadow: 1px 7px 14px #0a295014;
          box-shadow: 1px 7px 14px #0a295014;
}

.innovative-features-section .upward-box .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991.98px) {
  .innovative-features-section .upward-box .flex-box {
    display: block;
    text-align: center;
  }
}

.innovative-features-section .upward-box .flex-box .nested-box {
  text-align: right;
  border: 2px solid #ddd;
  border-radius: 5px;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .innovative-features-section .upward-box .flex-box .nested-box {
    text-align: center;
  }
}

.innovative-features-section .upward-box .flex-box .nested-box .price {
  font-size: 24px;
  font-weight: bold;
  color: #DC0613;
  margin: 0px;
  padding-right: 20px;
}

.innovative-features-section .upward-box .flex-box .nested-box .price .price-number {
  font-size: 56px;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  .innovative-features-section .upward-box .flex-box .nested-box .price .price-number {
    font-size: 40px;
  }
}

.innovative-features-section .upward-box .flex-box .nested-box .price-description {
  font-size: 20px;
  font-weight: 500;
  color: #0a2950;
  width: 295px;
  padding: 0px 11px;
}

@media (max-width: 1399.98px) {
  .innovative-features-section .upward-box .flex-box .nested-box .price-description {
    width: 245px !important;
  }
}

@media (max-width: 1199.98px) {
  .innovative-features-section .upward-box .flex-box .nested-box .price-description {
    width: 205px !important;
  }
}

@media (max-width: 991.98px) {
  .innovative-features-section .upward-box .flex-box .nested-box .price-description {
    text-align: center;
    width: auto !important;
  }
}

.innovative-features-section .upward-box .upward-box-description {
  font-size: 20px;
  font-weight: 500;
  color: #96A3AA;
  text-align: justify;
}

.advantages-of-product {
  margin: 50px auto;
}

.eligibility-criteria {
  margin: 50px auto;
}

.beneficiaries-of-development-fund {
  margin-bottom: 60px;
}

.beneficiaries-of-development-fund .financing-type-box {
  border-right: 2px solid #DC0613;
}

.beneficiaries-of-development-fund .financing-type-box .financing-type {
  font-size: 28px;
  font-weight: 500;
  color: #6D7175;
  margin: 0 10px 20px 0;
}

.beneficiaries-of-development-fund .primary-description {
  font-size: 24px;
  font-weight: 500;
  color: #6D7175;
  text-align: center;
  margin-top: 20px;
}

.beneficiaries-of-development-fund .loan-title {
  color: #0a2950;
  font-size: 36px;
  font-weight: 500;
  margin-top: 50px;
}

.beneficiaries-of-development-fund .loan-title .title-note {
  font-size: 24px;
  color: #6D7175;
}

.beneficiaries-of-development-fund .loan-title .title::before {
  content: "";
  display: inline-block;
  width: 86px;
  height: 3px;
  background-color: #DC0613;
  position: relative;
  bottom: 10px;
  margin-left: 30px;
}

.beneficiaries-of-development-fund .main-description-loan {
  color: #6D7175;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 500;
}

.beneficiaries-of-development-fund .primary-description-loan {
  color: #6D7175;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 500;
}

.beneficiaries-of-development-fund .website {
  text-align: center;
  font-size: 24px;
  color: #6D7175;
  font-weight: 500;
  margin-bottom: 20px;
}

.beneficiaries-of-development-fund .website .website-link {
  text-decoration: none;
  color: #DC0613;
}

.beneficiaries-of-development-fund .website .website-link:hover {
  color: #0a2950;
}

.beneficiaries-of-development-fund .text {
  font-size: 28px !important;
  font-weight: 500 !important;
}

.message-from-ceo {
  margin: 83px auto;
}

.message-from-ceo .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  margin-top: 4px;
}

.message-from-ceo .section-title::after {
  width: 80% !important;
}

@media (max-width: 767.98px) {
  .message-from-ceo .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.message-from-ceo .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .message-from-ceo .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.message-from-ceo .section-description {
  font-size: 25px;
  color: #6D7175;
  text-align: justify;
  font-size: initial;
}

@media (max-width: 767.98px) {
  .message-from-ceo .section-description {
    margin: 0;
  }
}

.message-from-ceo .ceo-name {
  padding: 6px 27px;
  background-color: #ddd;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #0a2950;
  margin-bottom: 54px;
}

.message-from-ceo .ceo-name .name {
  margin: 0px;
}

.message-from-ceo .message-from-ceo-column {
  position: relative;
}

.message-from-ceo .message-from-ceo-column .message-from-ceo-list .message-from-ceo-item {
  position: relative;
}

.message-from-ceo .message-from-ceo-column .message-from-ceo-list .message-from-ceo-item::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  border-bottom: 3px solid #DC0613;
}

@media (max-width: 767.98px) {
  .message-from-ceo .message-from-ceo-column .message-from-ceo-list .message-from-ceo-item::after {
    display: none;
  }
}

.message-from-ceo .message-from-ceo-column .message-from-ceo-list .message-from-ceo-item::before {
  content: "";
  width: 575px;
  height: 80px;
  background-color: #0a2950;
  display: block;
  position: absolute;
  bottom: 0px;
  z-index: -1;
  right: 66px;
}

@media (max-width: 767.98px) {
  .message-from-ceo .message-from-ceo-column .message-from-ceo-list .message-from-ceo-item::before {
    display: none;
  }
}

.message-from-ceo .message-from-ceo-column .message-from-ceo-list .message-from-ceo-image {
  max-width: 462px;
  height: auto;
  margin: auto;
  display: block;
  position: relative;
  bottom: 8px;
}

@media (max-width: 767.98px) {
  .message-from-ceo .message-from-ceo-column .message-from-ceo-list .message-from-ceo-image {
    max-width: 100%;
  }
}

.our-moral {
  margin: 83px auto;
}

.our-moral .section-title {
  color: #0a2950;
  margin-bottom: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
}

.our-moral .section-title::after {
  margin: auto;
}

@media (max-width: 767.98px) {
  .our-moral .section-title {
    margin: 0;
    text-align: right;
    font-size: 3rem;
  }
}

.our-moral .section-title::after {
  content: "";
  display: block;
  width: 22%;
  height: 3px;
  background-color: #DC0613;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .our-moral .section-title::after {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.our-moral .section-description .section-description {
  font-size: 25px;
  color: #6D7175;
  text-align: justify;
}

@media (max-width: 767.98px) {
  .our-moral .section-description .section-description {
    margin: 0;
  }
}

.our-moral .our-moral-item {
  text-align: center;
}

.our-moral .our-moral-item .our-moral-link {
  text-decoration: none;
  color: #6D7175;
}

.our-moral .our-moral-item .our-moral-link .our-moral-description-box {
  margin-top: 30px;
}

.our-moral .our-moral-item .our-moral-link .our-moral-description-box .our-moral-description {
  margin-top: 30px;
  font-size: 25px;
  font-weight: bold;
}

.our-moral .our-moral-item .our-moral-link .our-moral-paragraph {
  font-size: 17px;
}

.ipo-file {
  margin-bottom: 20px;
}

.ipo-file .ipo-file-item {
  border: 1px solid #96A3AA;
  padding: 32px 19px;
  min-height: 170px;
}

.ipo-file .ipo-file-item .ipo-file-image {
  margin-bottom: 26px;
}

.ipo-file .ipo-file-item .ipo-file-title {
  color: #0a2950;
  margin-bottom: 14px;
}

.ipo-file .ipo-file-item .ipo-file-description {
  font-size: 18px;
  line-height: 38px;
  font-family: Tajawal !important;
}

.ipo-overlay {
  opacity: 0.8;
  background-color: #000;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ipo-popup {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 43px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.ipo-popup .ipo-container {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px #000;
          box-shadow: 0 3px 6px #000;
  width: 69%;
  margin: auto;
  padding: 37px 47px;
}

@media (max-width: 767.98px) {
  .ipo-popup .ipo-container {
    width: 100%;
  }
}

.ipo-popup .ipo-popup-title {
  border-right: 2px solid #DC0613;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 500;
  color: #0a2950;
  text-align: right;
  padding-right: 15px;
  font-family: Tajawal !important;
}

.ipo-popup .ipo-popup-description {
  font-family: Tajawal !important;
  margin-bottom: 10px;
  line-height: 29px;
  font-size: 15px;
}

.ipo-popup .ipo-radio .form-check-input {
  float: right;
  margin-left: 5px;
}
/*# sourceMappingURL=custom-rtl.css.map */