* {
  box-sizing: border-box;
}

.blue-pre-footer {
  background-color: #006c99;
  color: #fff;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fawry Pro", Cairo, "Helvetica Neue", Helvetica, sans-serif !important;
}

.blue-pre-footer .mk-grid {
  width: 100%;
  max-width: 1140px;
}

.blue-pre-footer .mk-padding-wrapper {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.blue-pre-footer h2 {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #ffd300;
  padding: 0 40px 0 0;
  margin: 0 40px 0 0;
  white-space: nowrap;
  border-right: 2px solid #ffd300;
}

.blue-pre-footer .d-flex-cols {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}

.blue-pre-footer .d-flex-cols .green-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #39b54a;
}

@media screen and (max-width: 1140px) {
  .blue-pre-footer .d-flex-cols {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .blue-pre-footer .d-flex-cols [class^="col-"] {
    margin: 5px;
  }
  .blue-pre-footer .d-flex-cols [class^="col-"].col-value {
    margin-left: 45px;
  }
  .blue-pre-footer .d-flex-cols [class^="col-"].col-update {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .blue-pre-footer .mk-padding-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .blue-pre-footer h2 {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border: none;
    border-bottom: 2px solid #ffd300;
  }
  .blue-pre-footer .d-flex-cols {
    justify-content: center;
  }
  .blue-pre-footer .d-flex-cols [class^="col-"] {
    text-align: center;
  }
}

@media screen and (max-width: 991px) and (max-width: 480px) {
  .blue-pre-footer .d-flex-cols [class^="col-"] {
    margin: 10px;
  }
  .blue-pre-footer .d-flex-cols [class^="col-"].col-value {
    width: 100%;
    margin: 5px !important;
  }
}

html[dir="rtl"] .blue-pre-footer {
  font-family: "Cairo", "Helvetica Neue", Helvetica, sans-serif !important;
}

html[dir="rtl"] .blue-pre-footer h2 {
  padding: 0 0 0 40px;
  margin: 0 0 0 40px;
  border-right: none;
  border-left: 2px solid #ffd300;
}

html[dir="rtl"] .blue-pre-footer .d-flex-cols {
  font-size: 16px;
}

@media screen and (max-width: 1140px) {
  html[dir="rtl"] .blue-pre-footer .d-flex-cols [class^="col-"].col-value {
    margin-left: 0;
    margin-right: 45px;
  }
}

@media screen and (max-width: 991px) {
  html[dir="rtl"] .blue-pre-footer h2 {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border: none;
    border-bottom: 2px solid #ffd300;
  }
}

@media screen and (max-width: 991px) and (max-width: 480px) {
  html[dir="rtl"] .blue-pre-footer .d-flex-cols [class^="col-"].col-value {
    margin: 5px !important;
  }
}
