:root {
  --light-slate-grey: #92a0b3;
  --midnight-blue: #312783;
  --deep-sky-blue: #0bbbef;
  --gainsboro: #dee3ea;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  width: 140px;
}

.navbar {
  background-color: #fff;
  position: sticky;
  top: 0;
}

.image-2 {
  width: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading {
  float: left;
  clear: none;
  color: #47525d;
  text-align: left;
  margin-top: 20vh;
  padding-left: 0;
  padding-right: 0;
  font-family: Almarai, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 45px;
  text-decoration: none;
}

.paragraph {
  float: left;
  color: #666;
  padding-left: 0;
  padding-right: 0;
  font-family: Almarai, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.button {
  background-color: #312783;
  border-radius: 10px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Almarai, sans-serif;
}

.nav-en {
  border-right: 1px solid #dfdfdf;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-right: 10px;
  font-family: Almarai, sans-serif;
}

.nav-ar {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Almarai, sans-serif;
}

.container {
  max-width: 1200px;
}

.heading-2 {
  color: #0bbbef;
  text-align: left;
  margin: 60px 0 80px 80px;
  font-family: Almarai, sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 90px;
}

.text-block {
  color: var(--light-slate-grey);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  font-family: Almarai, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  margin-top: 0;
  padding-top: 0;
}

.step-box {
  background-color: #0000;
  border-radius: 100%;
  width: 120px;
  height: 120px;
}

.step-title {
  color: #312783;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 0;
  font-family: Almarai, sans-serif;
  font-size: 14px;
}

.partners-section {
  background-color: #f7f9fc;
  padding-top: 40px;
  padding-bottom: 40px;
}

.step-icon {
  background-color: #0000;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.step-icon.bg-sky {
  background-color: #0bbbef;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.step-icon.bg-purple {
  background-color: #312783;
  width: 120px;
  height: 120px;
  padding: 20px;
}

.image-4 {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.main-section {
  padding: 40px;
}

.step-box-sky {
  background-color: #0000;
  border-radius: 100%;
  width: 120px;
  height: 120px;
}

.step-box-sky.end {
  padding-top: 0;
}

.arrow {
  width: 90px;
  max-width: 100%;
  margin-top: 0;
  margin-left: 80px;
  padding-left: 0;
  display: inline-block;
  position: relative;
}

.image-7 {
  margin-top: -37px;
  margin-left: 135px;
  position: fixed;
}

.step-icon-purple {
  background-color: #312783;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.custom-container {
  max-width: 1200px;
}

.bold-text {
  color: #312783;
  margin-left: -80px;
  margin-right: 0;
}

.title-white {
  color: #fff;
  font-family: Almarai, sans-serif;
  font-size: 60px;
  font-weight: 300;
}

.title-sky {
  color: #0bbbef;
  text-align: center;
  font-family: Almarai, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.partner-section {
  padding: 40px 40px 100px;
}

.title-purple {
  color: #312783;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Almarai, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.featuers-section {
  background-color: #f7f9fc;
  padding: 40px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: .25fr;
  justify-content: center;
  justify-items: center;
  padding-top: 20px;
}

.service-icon {
  width: 120px;
}

.service-icon-div {
  width: 140px;
  padding: 10px;
}

.product-name {
  color: #312783;
  text-align: center;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Almarai, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  position: static;
}

.div-block, .service-div {
  width: 100px;
}

.paragraph-2 {
  color: #a5a5a5;
  padding-top: 25px;
  font-family: Almarai, sans-serif;
  font-weight: 700;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.div-block-2 {
  background-color: #0000;
  border: 1px solid #e2e2e2;
  width: 100%;
  height: 100px;
}

.nav-menu {
  margin-top: 10px;
}

.full-container {
  max-width: 100%;
}

.div-block-3-copy {
  background-color: #fff;
  height: 400px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.image-8 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-4 {
  height: 700px;
}

.featuers-section-images {
  background-color: #f7f9fc;
  padding: 40px;
}

.featuers-text {
  color: #acacac;
  text-align: left;
  margin-top: 20px;
  margin-right: auto;
  padding: 20px;
  font-family: Almarai, sans-serif;
  font-size: 23px;
  line-height: 35px;
}

.featuer-title {
  color: #0bbbef;
  border-left: 5px solid #0bbbef;
  border-radius: 5px;
  margin-left: -20px;
  padding-left: 15px;
  line-height: 35px;
}

.footer-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-container.fb-footer {
  border-top: 1px solid #e9edf3;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.social-wrapper {
  flex: 1;
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.icon-6.fb-footer-link {
  color: #92a0b3;
  text-align: center;
  padding: 10px;
  font-family: "Fontawesome webfont 2", sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.footer-link {
  color: var(--light-slate-grey);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Almarai, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.apps {
  float: none;
  clear: none;
  background-color: #0000;
  border-radius: 0;
  margin-top: 10px;
}

.button-8 {
  opacity: 0;
}

.copyright-text {
  color: #92a0b3;
  text-align: left;
  flex: 0 auto;
  order: 0;
  margin-left: 0;
  font-family: Almarai, sans-serif;
  font-size: 12px;
  display: block;
}

.footer-text {
  text-align: left;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-title {
  color: #312783;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e9edf3;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: Almarai, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.copyright {
  background-color: #fff;
  padding: 12px;
}

.back-to-top-button {
  float: right;
  color: #00a3ec;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 40px;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 7px #00000073;
}

.footer {
  margin-bottom: 0;
  padding: 0;
}

.footer-col {
  border-right: 0 #0000;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 15px;
}

.fb-footer-wrapper {
  color: #8b8b8b;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wapper {
  color: #fff;
  background-color: #fff;
  border-top: 1px solid #dee3ea;
  padding: 40px 15px 15px;
}

.copyright-text-copy {
  clear: both;
  color: #92a0b3;
  text-align: center;
  flex: 1;
  order: 0;
  align-self: auto;
  margin-left: 0;
  display: block;
}

.copywrite-link {
  clear: right;
  color: #92a0b3;
  text-align: right;
  flex: 0 auto;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-family: Almarai, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.image-10 {
  float: left;
  width: 16px;
  margin-left: -25px;
  padding-top: 10px;
}

.footer-social-col {
  border-right: 0 #0000;
  flex: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 15px;
}

.heading-ar {
  color: #0bbbef;
  text-align: right;
  margin-top: 60px;
  margin-bottom: 80px;
  margin-right: 80px;
  font-family: Almarai, sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 130px;
}

.bold-ar {
  color: #312783;
  margin-left: 0;
  margin-right: 80px;
}

.title-purple-ar {
  color: #312783;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Almarai, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.title-sky-ar {
  color: #0bbbef;
  text-align: center;
  font-family: Almarai, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.navbar-ar {
  background-color: #fff;
  position: sticky;
  top: 0;
}

.featuers-text-ar {
  color: #acacac;
  text-align: right;
  margin-top: 20px;
  margin-right: auto;
  padding: 20px;
  font-family: Almarai, sans-serif;
  font-size: 23px;
  line-height: 35px;
}

.featuer-title-ar {
  color: #0bbbef;
  border-left: 5px #0bbbef;
  border-right: 5px solid #0bbbef;
  border-radius: 5px;
  margin-left: 0;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 15px;
  line-height: 35px;
}

.footer-ar {
  margin-bottom: 0;
  padding: 0;
}

.footer-wapper-ar {
  color: #fff;
  background-color: #fff;
  border-top: 1px solid #dee3ea;
  padding: 40px 15px 15px;
}

.footer-container-ar {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-container-ar.fb-footer {
  border-top: 1px solid #e9edf3;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.footer-col-ar {
  text-align: right;
  border-right: 0 #0000;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 15px;
}

.footer-social-col-ar {
  border-right: 0 #0000;
  flex: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 15px;
}

.footer-title-ar {
  color: #312783;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e9edf3;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: Almarai, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.footer-link-ar {
  color: #92a0b3;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Almarai, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.apps-ar {
  float: right;
  clear: none;
  text-align: right;
  background-color: #0000;
  border-radius: 0;
  margin-top: 10px;
  display: block;
}

.icon-ar {
  float: right;
  width: 16px;
  margin-right: -25px;
  padding-top: 10px;
}

.copywrite-link-ar {
  clear: left;
  color: #92a0b3;
  text-align: right;
  flex: 0 auto;
  align-self: center;
  padding: 0 20px 0 0;
  font-family: Almarai, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.social-wrapper-ar {
  clear: left;
  flex-direction: row-reverse;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.icon-en {
  float: left;
  width: 16px;
  margin-left: -25px;
  margin-right: 0;
  padding-top: 10px;
}

.about-main-section {
  background-color: var(--midnight-blue);
  padding: 40px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-family: Almarai, sans-serif;
  font-size: 60px;
}

.heading-4 {
  color: #0bbbef;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Almarai, sans-serif;
  font-weight: 300;
}

.heading-5 {
  color: #312783;
  text-align: center;
  font-family: Almarai, sans-serif;
}

.bold-text-2 {
  color: var(--deep-sky-blue);
}

.value-box-container {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.value-box {
  flex: 0 auto;
  width: 100%;
}

.value-title {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 10px;
  font-family: Almarai, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.value-text {
  direction: ltr;
  color: var(--light-slate-grey);
  text-align: center;
  padding: 0 20px 20px;
  font-family: Almarai, sans-serif;
}

.image-11 {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-2 {
  color: var(--light-slate-grey);
  text-align: center;
  font-family: Almarai, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.button-9 {
  clear: none;
  background-color: var(--midnight-blue);
  text-align: center;
  border-radius: 20px;
  width: 150px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Almarai, sans-serif;
  display: block;
}

.team-section-images {
  background-color: #fff;
  height: 500px;
  padding: 60px 40px 40px;
}

.khaleeji-section-images {
  background-color: #f7f9fc;
  padding: 40px;
}

.section {
  background-color: #f7f9fc;
}

.team-title {
  color: var(--deep-sky-blue);
  text-align: center;
  font-family: Almarai, sans-serif;
}

.team-button {
  clear: none;
  background-color: var(--deep-sky-blue);
  text-align: center;
  border-radius: 20px;
  width: 150px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Almarai, sans-serif;
  display: block;
}

.error-message-2 {
  overflow: scroll;
}

.modal-scroll {
  width: 100%;
  min-height: auto;
  max-height: none;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: absolute;
}

.login-label-2 {
  color: #0006;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 2px;
  font-family: Faktsoft, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  height: 100vh;
  position: absolute;
  inset: 0;
}

.login-accent {
  background-color: var(--midnight-blue);
  height: 10px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.memberstack-diamond {
  color: #0000;
  background-color: #000;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 8px;
  bottom: 0;
  right: -3px;
  transform: rotate(45deg);
}

.login-overlay {
  z-index: 8888;
  background-color: #000000bf;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.memberstack-bolt {
  margin-top: -6px;
}

.login-page-link-2 {
  color: #000;
  font-weight: 600;
}

.memberstack-tag {
  color: #fff;
  text-align: left;
  background-color: #2aa8ff;
  border: 2px solid #f5f8fa;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  display: none;
  position: absolute;
  top: -12px;
  right: -12px;
  overflow: hidden;
  box-shadow: 0 0 10px 1px #fff;
}

.memberstack-tag:hover {
  overflow: visible;
}

.memberstack-tag.field-tag {
  top: 38px;
  right: -12px;
}

.login-button-2 {
  background-color: #44b2e5;
  border-radius: 6px;
  width: 100%;
  margin-top: 20px;
  padding: 12px 18px 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
  display: inline-block;
}

.login-button-2:hover {
  background-color: #2f96c5;
}

.memberstack-tag-label {
  background-color: #000;
  border-radius: 3px;
  width: 158px;
  padding-left: 12px;
  position: absolute;
  top: -3px;
  right: 30px;
}

.login-field-2 {
  background-color: #f8f8f8;
  border: 1px solid #0000;
  border-radius: 6px;
  height: 46px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  position: relative;
  box-shadow: inset 0 2px 10px #00000005;
}

.login-field-2:focus {
  background-color: #fff;
  border: 1px solid #44b2e5;
  box-shadow: inset 0 1px 3px #0000000d, 0 0 4px #44b2e5;
}

.terms-text-2 {
  color: #3339;
  margin-top: 20px;
  font-family: Faktsoft, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.login-container-2 {
  z-index: 10;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  min-height: 400px;
  margin: 25vh auto;
  padding: 60px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.memberstack-form {
  padding-top: 20px;
  position: relative;
}

.field-wrapper {
  width: 100%;
  min-height: 30px;
  position: relative;
}

.field-wrapper.first-name-wrapper {
  margin-right: 15px;
}

.name-row {
  display: flex;
}

.button-10 {
  color: #fff;
  text-transform: none;
  background-color: #3ec0eb;
  border: 2px #25aae1;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 15px;
  font-family: Faktsoft, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.heading-6 {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Almarai, sans-serif;
}

.text-block-3-ar {
  color: var(--light-slate-grey);
  text-align: center;
  font-family: Almarai, sans-serif;
  font-size: 17px;
}

.app-downlad-modal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.app-google {
  flex: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.app-ios {
  flex: 1;
  order: 0;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  width: 100%;
}

.login-overlay-ar {
  z-index: 8888;
  background-color: #000000bf;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.modal-scroll-ar {
  width: 100%;
  min-height: auto;
  max-height: none;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: absolute;
}

.close-overlay-ar {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0;
}

.login-container-2-ar {
  z-index: 10;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  min-height: 400px;
  margin: 25vh auto;
  padding: 60px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-6-ar {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Almarai, sans-serif;
  line-height: 55px;
}

.image-12, .image-13, .link-block-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-3 {
  display: block;
}

.arrow-ar {
  transform-style: preserve-3d;
  width: 90px;
  max-width: 100%;
  margin-top: 0;
  margin-left: 80px;
  padding-left: 0;
  display: inline-block;
  position: relative;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-3 {
  color: var(--light-slate-grey);
  font-family: Almarai, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.heading-7 {
  color: var(--midnight-blue);
  font-family: Almarai, sans-serif;
  font-weight: 700;
}

.doc-title-ar {
  direction: rtl;
  color: var(--midnight-blue);
  text-align: right;
  font-family: Almarai, sans-serif;
  font-weight: 700;
}

.doc-text-ar {
  direction: rtl;
  color: var(--light-slate-grey);
  text-align: right;
  font-family: Almarai, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.copyright-text-ar {
  color: #92a0b3;
  text-align: left;
  flex: 0 auto;
  order: 0;
  margin-left: 0;
  font-family: Almarai, sans-serif;
  font-size: 12px;
  display: block;
}

.partnercontainer {
  grid-column-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.card {
  grid-row-gap: 10px;
  background-color: #fcfcfd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 120px;
  padding: 24px 32px;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 49px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 125.088px;
  height: 68.2083px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 60.2277px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 55px;
  text-decoration: none;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .heading, .paragraph {
    padding: 0 20px;
  }

  .footer-container.fb-footer {
    padding-top: 15px;
  }

  .footer-link, .copyright-text {
    color: #92a0b3;
  }

  .copyright {
    border-top: 1px #000;
  }

  .copyright-text-copy, .copywrite-link {
    color: #92a0b3;
  }

  .footer-container-ar.fb-footer {
    padding-top: 15px;
  }

  .footer-link-ar, .copywrite-link-ar, .copyright-text-ar {
    color: #92a0b3;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    margin-top: 10vh;
    padding-left: 0;
    padding-right: 40px;
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 40px;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-10 {
    clear: both;
    font-size: 12px;
    line-height: 16px;
  }

  .modal-scroll-ar {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 34px;
    line-height: 36px;
  }

  .paragraph {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .footer-container {
    flex-wrap: wrap;
  }

  .footer-container.fb-footer {
    flex-direction: column;
  }

  .footer-col {
    flex: 0 0 50%;
  }

  .fb-footer-wrapper {
    margin-top: 15px;
  }

  .footer-social-col {
    flex: 0 0 50%;
  }

  .footer-container-ar {
    flex-wrap: wrap;
  }

  .footer-container-ar.fb-footer {
    flex-direction: column;
  }

  .footer-col-ar, .footer-social-col-ar {
    flex: 0 0 50%;
  }

  .modal-scroll {
    overflow: auto;
  }

  .login-label-2 {
    margin-bottom: 2px;
  }

  .login-button-2 {
    margin-top: 15px;
  }

  .login-container-2 {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

  .button-10 {
    float: none;
    width: 80%;
    margin-left: 16px;
    font-size: 16px;
  }

  .modal-scroll-ar {
    overflow: auto;
  }

  .login-container-2-ar {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    margin-left: 10px;
  }

  .heading {
    margin-top: 5vh;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3vh;
    line-height: 3vh;
  }

  .button {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-en {
    border: 1px solid var(--light-slate-grey);
    text-align: center;
    border-radius: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
  }

  .nav-en.w--current {
    border: 1px solid var(--light-slate-grey);
    text-align: center;
    border-radius: 9px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
  }

  .nav-ar {
    border: 1px solid var(--light-slate-grey);
    text-align: center;
    border-radius: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    padding-bottom: 10px;
  }

  .menu-button {
    border: 1px solid var(--light-slate-grey);
    border-radius: 15px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: #312783;
    font-size: 30px;
  }

  .heading-2 {
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 0;
    font-size: 80px;
  }

  .text-block {
    padding-top: 80px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .25fr .25fr .25fr .25fr;
    width: 100%;
  }

  .step-box {
    width: 60px;
    height: 60px;
  }

  .step-title {
    margin-top: 0;
    font-family: Almarai, sans-serif;
    font-size: 8px;
    line-height: 20px;
  }

  .partners-section {
    height: 550px;
    padding-top: 0;
  }

  .step-icon.bg-sky, .step-icon.bg-purple {
    width: 60px;
    height: 60px;
    padding: 5px;
  }

  .main-section {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .step-box-sky {
    width: 60px;
    height: 60px;
  }

  .arrow {
    width: 60px;
    margin-left: 20px;
  }

  .bold-text {
    margin-left: 0;
  }

  .partner-section {
    padding-bottom: 60px;
  }

  .title-purple {
    margin-top: 10px;
    padding: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .service-icon {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-icon-div {
    width: 90px;
  }

  .product-name {
    text-align: center;
    width: 90px;
    display: inline-block;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: 0;
  }

  .grid-4 {
    float: none;
    clear: none;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .image-9 {
    padding-top: 20px;
  }

  .footer-container.fb-footer {
    display: block;
  }

  .social-wrapper {
    flex: 0 auto;
    order: 0;
    display: block;
  }

  .icon-6.fb-footer-link, .footer-link {
    text-align: left;
  }

  .copyright-text {
    direction: ltr;
    text-align: left;
    border-top: 1px #e9edf3;
    border-bottom: 1px solid #e9edf3;
    flex: 0 auto;
    align-self: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .footer-text {
    flex: 0 auto;
    margin-bottom: 10px;
    display: block;
  }

  .footer-col {
    text-align: left;
    flex-basis: 100%;
  }

  .fb-footer-wrapper {
    flex-direction: column;
    display: block;
  }

  .copywrite-link {
    float: none;
    text-align: left;
    padding-left: 0;
  }

  .footer-social-col {
    text-align: center;
    flex-basis: 100%;
  }

  .heading-ar {
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 0;
    font-size: 80px;
  }

  .bold-ar {
    margin-left: 0;
  }

  .title-purple-ar {
    margin-top: 10px;
    padding: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .footer-col-ar, .footer-social-col-ar {
    text-align: right;
    flex-basis: 100%;
  }

  .apps-ar {
    text-align: left;
  }

  .icon-ar {
    margin-left: 10px;
    margin-right: 10px;
  }

  .copywrite-link-ar {
    padding-right: 0;
  }

  .social-wrapper-ar {
    flex-direction: row;
    display: block;
  }

  .about-main-section {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .value-box-container {
    flex-direction: column;
    justify-content: space-between;
  }

  .login-container-2 {
    margin-bottom: 70px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-10 {
    clear: none;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .login-container-2-ar {
    margin-bottom: 70px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .arrow-ar {
    width: 60px;
    margin-left: 20px;
  }

  .copyright-text-ar {
    direction: rtl;
    text-align: right;
    border-top: 1px solid #e9edf3;
    border-bottom: 1px #e9edf3;
    flex: 0 auto;
    align-self: auto;
    margin-top: 10px;
    padding-top: 10px;
    display: block;
  }
}

#w-node-acbc4106-e80c-3219-fc77-20e9e999ece7-819eb59e, #w-node-_89147ae1-518b-3730-663d-4d4112785136-819eb59e, #w-node-_99ac7dba-4d2b-728d-1581-bfc61094b402-819eb59e, #w-node-_40731109-7354-f9f7-fce4-8fec5e21985f-819eb59e, #w-node-f6c0c08f-cb91-6211-8a42-3941ddc36a57-819eb59e, #w-node-_3b055dd8-623a-8a5f-ec18-945909f00951-819eb59e, #w-node-_668858d5-529f-7147-e3cb-a38e4013ae84-819eb59e, #w-node-acbc4106-e80c-3219-fc77-20e9e999ece7-2e287564, #w-node-_668858d5-529f-7147-e3cb-a38e4013ae84-2e287564, #w-node-_3b055dd8-623a-8a5f-ec18-945909f00951-2e287564, #w-node-f6c0c08f-cb91-6211-8a42-3941ddc36a57-2e287564, #w-node-_40731109-7354-f9f7-fce4-8fec5e21985f-2e287564, #w-node-_99ac7dba-4d2b-728d-1581-bfc61094b402-2e287564, #w-node-_89147ae1-518b-3730-663d-4d4112785136-2e287564 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56d001e9-16da-a63b-47b1-5b8c18eff08e-6f00b1d2, #w-node-_33e633cb-a99b-7008-8f0d-b46bb5e13bd2-6f00b1d2, #w-node-_56d001e9-16da-a63b-47b1-5b8c18eff08e-01cbfbfe, #w-node-_33e633cb-a99b-7008-8f0d-b46bb5e13bd2-01cbfbfe {
  align-self: center;
}


@font-face {
  font-family: 'Faktsoft';
  src: url('../fonts/FaktSoft-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontawesome webfont 2';
  src: url('../fonts/fontawesome-webfont_2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 pro solid 900 0';
  src: url('../fonts/Font-Awesome-5-Pro-Solid-900_0.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}