a img {
  border: 0px;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
select::-ms-expand {
  display: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.hiddenHeader {
  display: none;
}
ul {
  list-style: none;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100vh;
  min-height: 100%;
  position: relative;
  width: 100%;
}
body {
  width: 100%;
  -webkit-text-size-adjust: none;
}
#wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  font-family: "Tajawal", sans-serif;
  background: #F8F8F8;
  padding-bottom: calc(var(--ratio) * 56px);
}
@media (max-width: 767px) {
  #wrapper {
    padding-bottom: 100px;
  }
}
.container {
  padding: 0px 225px;
  position: relative;
  margin: 0px auto;
  width: 100%;
}
@media (max-width: 1570px) {
  .container {
    padding: 0px 70px;
  }
}
@media (max-width: 1124px) {
  .container {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0px 15px;
  }
}
.noBottAppearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.absoluteDivCreate {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.centerBgImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.centeredObjFit {
  object-fit: cover;
  object-position: center center;
}
.centerflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custbtm {
  min-width: calc(var(--ratio) * 450px);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 0px;
  justify-content: center;
  height: calc(var(--ratio) * 78px);
  transition: all .45s;
  border-radius: calc(var(--ratio) * 24px);
  font-family: "Tajawal", sans-serif;
  border: 1px solid #E3E3E3;
  font-size: calc(var(--ratio) * 26px);
  font-weight: 500;
  position: relative;
  background: none;
  color: #40A6BF;
  padding-left: calc(var(--ratio) * 26px);
  padding-right: calc(var(--ratio) * 26px);
  text-align: center;
}
.custbtm.blue {
  background: #40A6BF;
  color: #fff;
  border-color: #40A6BF;
}
.custbtm img {
  margin-right: calc(var(--ratio) * 14px);
  max-height: calc(var(--ratio) * 30px);
  max-width: calc(var(--ratio) * 28px);
  display: block;
  object-fit: contain;
}
.custbtm img.arrow {
  max-width: calc(var(--ratio) * 20px);
}
@media (max-width: 767px) {
  .custbtm {
    min-width: 290px;
  }
}
.custbtm.loading {
  pointer-events: none;
}
.custbtm.loading:before {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
}
.custbtm.loading:after {
  margin: auto;
  bottom: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 5px;
  color: #000;
  pointer-events: none;
  display: block;
  content: '';
  top: 5px;
  transition: none;
}
@media (max-width: 767px) {
  .custbtm.loading:after {
    font-size: 4px;
  }
}
.inputField .field {
  position: relative;
  height: calc(var(--ratio) * 64px);
  border-radius: calc(var(--ratio) * 12px);
  background: none;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding-right: calc(var(--ratio) * 27px);
}
.inputField .field.missing {
  border-color: red!important;
}
.inputField .field.textfield {
  height: 268px;
}
.inputField .field.arrow:after {
  display: flex;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: 0px;
  height: 100%;
  align-items: center;
  pointer-events: none;
  right: 11px;
  color: #09283c;
}
.inputField .field img {
  height: calc(var(--ratio) * 20px);
  right: calc(var(--ratio) * 11px);
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  object-fit: contain;
}
.inputField .custlabel {
  color: #1F1F1E;
  font-size: calc(var(--ratio) * 24px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}
.inputField .custinput {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  color: #1F1F1E;
  font-size: calc(var(--ratio) * 20px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
}
.inputField .custinput.dateinput,
.inputField .custinput.timeinput {
  padding-left: 65px;
}
.inputField .custinput.hascalendar {
  cursor: pointer;
}
.inputField .custtextarea {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  overflow: auto;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #1F1F1E;
  font-size: calc(var(--ratio) * 20px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
}
.inputField .custselect {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  color: #1F1F1E;
  font-size: calc(var(--ratio) * 20px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  cursor: pointer;
  padding-left: 20px ;
  padding-right: 33px;
}
.inputField .custselect option {
  color: #1F1F1E;
}
.inputField .dateinput,
.inputField .timeinput {
  display: flex!important;
  align-items: center!important;
  text-align: left!important;
  justify-content: flex-start !important;
}
.inputField input::-webkit-date-and-time-value {
  text-align: left!important;
}
.inputField input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.inputField input[type="time"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.iti {
  display: block;
  height: 100%;
}
.iti .custinput {
  padding-left: 90px!important;
}
@media (max-width: 1300px) {
  .iti .custinput {
    padding-left: 80px!important;
  }
}
@media (max-width: 767px) {
  .iti .custinput {
    padding-left: 74px!important;
  }
}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background: none!important;
  padding-left: 0px!important;
}
.iti__country-list {
  width: 320px;
  white-space: unset;
}
@media (max-width: 767px) {
  .iti__country-list {
    width: calc(100vw - 60px);
  }
}
.iti__country-name {
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .iti--allow-dropdown input,
  .iti--allow-dropdown input[type=text],
  .iti--allow-dropdown input[type=tel],
  .iti--separate-dial-code input,
  .iti--separate-dial-code input[type=text],
  .iti--separate-dial-code input[type=tel] {
    padding-left: 65px;
  }
}
.iti--separate-dial-code {
  color: #81889f;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .iti--separate-dial-code {
    margin-left: 15px;
  }
}
.iti__country-name {
  color: #81889f;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: black!important;
  opacity: 1!important;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: none!important;
}
.swiper-pagination {
  position: relative;
  z-index: 1;
  bottom: auto;
  left: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1!important;
  width: 12px;
  height: 12px;
  transition: all 0.35s;
  background: rgba(255, 255, 255, 0.6);
  margin: 0px 5px 10px!important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  cursor: default;
}
@media (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #fff;
}
footer .wrap {
  position: relative;
  height: calc(var(--ratio) * 56px);
}
footer .hold {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  display: flex;
}
footer .note {
  font-size: calc(var(--ratio) * 14px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #283e46;
  direction:ltr;
}
@media (max-width: 1024px) {
  footer .note {
    --ratio: 1;
  }
}
footer .note img {
  height: calc(var(--ratio) *24px);
  margin-left: calc(var(--ratio) * 5px);
  display: block;
  object-fit: contain;
  position: relative;
}
footer .options {
  position: absolute;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
  direction: rtl;
  text-align: right;
  top: 0px;
  height: 100%;
  align-items: center;
}
footer .options > li {
  border-left: 1px solid #ddd;
  padding-left: calc(var(--ratio) * 8px);
  margin-left: calc(var(--ratio) * 8px);
}
footer .options > li:last-child {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
footer .caption {
  font-size: calc(var(--ratio) * 16px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  color: #283e46;
}
@media (max-width: 767px) {
  footer .options {
    position: relative;
    right: unset;
    height: auto;
    top: unset;
    justify-content: center;
  }
  footer .options > li {
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer .options > li + li {
    margin-top: 5px!important;
  }
  footer .hold {
    position: relative;
    left: unset;
    height: auto;
    top: unset;
    margin-top: 9px;
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  footer .wrap {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  footer .note img {
    height: calc(var(--ratio) *19px);
  }
}
#content:before {
  display: block;
  content: '';
  height: calc(var(--ratio) * 112px);
}
header {
  position: fixed;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px #eee;
}
header .wrap {
  position: relative;
  height: calc(var(--ratio) * 112px);
}
header .logo {
  height: calc(var(--ratio) * 64px);
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
}
header .logo img {
  height: 100%;
  object-fit: contain;
  display: block;
}
header .logo img:nth-child(2) {
  display: none;
}
header .menu {
  direction: rtl;
  text-align: right;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}
header .menu.open .pop {
  opacity: 1;
  pointer-events: visible;
}
header .menu .inner {
  position: relative;
}
header .menu .status {
  cursor: pointer;
  height: calc(var(--ratio) * 40px);
  padding-right: calc(var(--ratio) * 37px);
  width: calc(var(--ratio) * 158px);
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
}
header .menu .status:after {
  display: block;
  content: '\f107 ';
  font-family: fontawesome;
  font-size: calc(var(--ratio) * 19px);
  position: absolute;
  left: calc(var(--ratio) * 10px);
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  color: #000;
}
header .menu .icon {
  object-fit: contain;
  height: calc(var(--ratio) * 18px);
  position: absolute;
  right: calc(var(--ratio) * 14px);
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
}
header .menu .pop {
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0px;
  top: calc(100% + var(--ratio) * 3px);
  border-radius: calc(var(--ratio) * 12px);
  box-shadow: 0px 0px 10px #eee;
  padding-right: calc(var(--ratio) * 12px);
  padding-left: calc(var(--ratio) * 12px);
}
header .menu .list > li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
header .menu .list > li:last-child {
  border: 0px;
}
header .menu .value {
  font-size: calc(var(--ratio) * 20px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  cursor: pointer;
  transition: all 0.35s;
  position: relative;
  padding: calc(var(--ratio) * 5px) 0px calc(var(--ratio) * 8px);
}
header .menu .value.selected {
  color: #65B6CA;
}
header .menu .value.selected:before {
  display: inline-block;
  position: relative;
  content: '';
  background: url(../images/true.svg) no-repeat;
  background-size: contain;
  height: calc(var(--ratio) * 13px);
  width: calc(var(--ratio) * 17px);
}
header .menu .symbol {
  font-size: 12px;
  font-weight: 700;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}
header .language {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
header .language .tab {
  height: calc(var(--ratio) * 40px);
  width: calc(var(--ratio) * 151px);
  position: relative;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
}
header .language .tab:after {
  display: block;
  content: '\f107 ';
  font-family: fontawesome;
  font-size: calc(var(--ratio) * 19px);
  position: absolute;
  left: calc(var(--ratio) * 10px);
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  color: #000;
}
header .language .custselect {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding-right: calc(var(--ratio) * 39px);
  font-weight: 500;
  font-size: calc(var(--ratio) * 20px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  color: #000;
}
header .language .icon {
  object-fit: contain;
  height: calc(var(--ratio) * 18px);
  position: absolute;
  right: calc(var(--ratio) * 14px);
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
}
@media (max-width: 767px) {
  header .logo img:nth-child(1) {
    display: none;
  }
  header .logo img:nth-child(2) {
    display: block;
  }
  header .menu .status {
    width: 111px;
  }
}
.desktop header .menu .value:hover {
  opacity: 0.7;
}
.moreoptions {
  direction: rtl;
  padding-bottom: calc(var(--ratio) * 30px);
}
.moreoptions .options > li {
  display: flex;
  justify-content: center;
}
.moreoptions .options > li + li {
  margin-top: calc(var(--ratio) * 24px);
}
.Intro {
  direction: rtl;
  padding: calc(var(--ratio) * 48px) 0px calc(var(--ratio) *77px);
}
.Intro .wrap {
  background: #0a5163 url(../images/shape1.png) repeat center center;
  text-align: center;
  position: relative;
  padding: calc(var(--ratio) * 26px) calc(var(--ratio) *22px) calc(var(--ratio) *27px);
  /*   border-radius:~"calc(var(--ratio) * 22px)";*/
}
.Intro .wrap .hold {
  z-index: 2;
  position: relative;
}
.Intro .wrap:before {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  pointer-events: none;
  height: 100%;
  width: 44px;
  background: url(../images/corner.png) no-repeat;
  background-size: 54px 100%;
}
.Intro .wrap:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  height: 100%;
  width: 44px;
  background: url(../images/corner.png) no-repeat;
  background-size: 54px 100%;
  transform: scaleX(-1);
  pointer-events: none;
}
.Intro .title {
  color: #fff;
  font-size: calc(var(--ratio) * 44px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
}
.Intro .subtitle {
  margin-top: calc(var(--ratio) * 12px);
  font-size: calc(var(--ratio) * 30px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.Intro .cut {
  margin-top: calc(var(--ratio) * 86px);
  position: relative;
  border-top: 1px solid #ddd;
}
.Intro .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--ratio) * 186px);
  background: #F8F8F8;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  height: calc(var(--ratio) * 50px);
  z-index: 1;
  top: calc(var(--ratio) * -24px);
}
.Intro .icon img {
  height: calc(var(--ratio) * 45px);
  display: block;
  object-fit: contain;
}
@media (max-width: 767px) {
  .Intro .wrap {
    padding-left: 33px;
    padding-right: 33px;
  }
}
.Welcome {
  direction: rtl;
  text-align: right;
  padding-bottom: calc(var(--ratio) * 122px);
}
.Welcome .list > li + li {
  margin-top: calc(var(--ratio) * 32px);
}
.Welcome .item {
  background: #fff;
  padding: calc(var(--ratio) * 32px) calc(var(--ratio) *22px) calc(var(--ratio) *27px);
  display: block;
  border-radius: calc(var(--ratio) * 24px);
  box-shadow: 0px 0px 10px #eee;
}
.Welcome .icon {
  display: flex;
  align-items: flex-start;
}
.Welcome .icon img {
  max-height: calc(var(--ratio) * 85px);
  object-fit: contain;
  display: block;
}
.Welcome .title {
  margin-top: calc(var(--ratio) * 22px);
  font-size: calc(var(--ratio) * 24px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.Welcome .text {
  margin-top: calc(var(--ratio) * 22px);
  max-width: calc(var(--ratio) * 980px);
  font-size: calc(var(--ratio) * 18px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.optionselect .custcheckbox {
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
.optionselect .custcheckbox:checked + .custlabel:before {
  background: #40a6bf url(../images/check.svg) no-repeat center center;
  border-color: #40A6BF;
  background-size: calc(var(--ratio) * 11px);
}
.optionselect .custlabel {
  padding-right: calc(var(--ratio) * 27px);
  position: relative;
  cursor: pointer;
  font-size: calc(var(--ratio) * 16px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  color: #000;
}
.optionselect .custlabel:before {
  width: calc(var(--ratio) * 16px);
  height: calc(var(--ratio) * 16px);
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
  content: '';
  position: absolute;
  top: calc(var(--ratio) * 3px);
  right: calc(var(--ratio) * 0px);
}
@media (max-width: 767px) {
  .optionselect .custlabel:before {
    top: calc(var(--ratio) * 1px);
  }
}
.yourData {
  padding-bottom: calc(var(--ratio) * 84px);
  padding-top: calc(var(--ratio) * 44px);
  direction: rtl;
  text-align: right;
}
.yourData .top {
  margin-bottom: calc(var(--ratio) * 32px);
}
.yourData .title {
  color: rgba(0, 0, 0, 0.87);
  font-size: calc(var(--ratio) * 40px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
}
.yourData .subtitle {
  margin-top: calc(var(--ratio) * 10px);
  font-size: calc(var(--ratio) * 30px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.yourData .box {
  background: #fff;
  border-radius: calc(var(--ratio) * 24px);
  padding: calc(var(--ratio) * 60px) calc(var(--ratio) * 24px) calc(var(--ratio) * 60px);
}
.yourData .list > li + li {
  margin-top: calc(var(--ratio) * 24px);
}
.yourData .categs > li + li {
  margin-top: calc(var(--ratio) * 12px);
}
.yourData .categs > li {
  border-radius: calc(var(--ratio) * 12px);
  border: 1px solid #ddd;
  padding: calc(var(--ratio) * 12px) calc(var(--ratio) * 12px) calc(var(--ratio) * 12px);
}
.yourData .caption {
  font-size: calc(var(--ratio) * 20px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.yourData .note {
  margin-top: calc(var(--ratio) * 24px);
  font-size: calc(var(--ratio) * 18px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
}
.yourData .note img {
  height: calc(var(--ratio) * 23px);
  margin-left: calc(var(--ratio) * 5px);
  object-fit: contain;
  position: relative;
  top: calc(var(--ratio) * 5px);
}
.yourData .note.red {
  color: #B22929;
}
.yourData .note.yellow {
  color: #C99400;
}
.yourData .box + .caption {
  margin-top: calc(var(--ratio) * 29px);
}
.yourData .caption + .note {
  margin-top: calc(var(--ratio) * 9px);
}
.yourData .note + .box {
  margin-top: calc(var(--ratio) * 30px);
}
.Success {
  padding-bottom: 12px;
  padding-top: calc(var(--ratio) * 50px);
  direction: rtl;
  text-align: right;
}
.Success .wrap {
  position: relative;
  border-radius: calc(var(--ratio) * 16px);
  padding: calc(var(--ratio) * 56px);
  border: calc(var(--ratio) * 12px) solid #fff;
  background: #fff;
}
.Success .wrap:after {
  background: #E4F4E2;
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: calc(var(--ratio) * 16px);
}
.Success .data {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.Success .icon {
  width: calc(36%);
  margin-left: calc(var(--ratio) * 42px);
  display: block;
  object-fit: contain;
}
.Success .info {
  width: calc(100% - 36% - var(--ratio) * 42px);
}
.Success .caption {
  text-align: center;
  position: relative;
  margin: auto;
  color: #2B7020;
  font-size: calc(var(--ratio) * 28px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  line-height: 163%;
}
@media (max-width: 767px) {
  .Success .icon {
    width: 166px;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
  }
  .Success .info {
    width: 100%;
  }
  .Success .caption {
    max-width: 270px;
  }
  .Success .wrap {
    padding: calc(var(--ratio) * 56px) calc(var(--ratio) * 22px);
  }
}
.Summary {
  direction: rtl;
  text-align: right;
  padding-bottom: calc(var(--ratio) * 85px);
}
.Summary .wrap {
  border-radius: calc(var(--ratio) * 24px);
  background: #fff;
  padding: calc(var(--ratio) * 24px) calc(var(--ratio) * 24px);
}
.Summary .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(var(--ratio) * 32px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  margin-bottom: calc(var(--ratio) * 78px);
}
.Summary .name {
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(var(--ratio) * 28px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
}
.Summary .info {
  width: calc(100% - var(--ratio) * 95px - var(--ratio) * 12px);
}
.Summary .pic {
  height: calc(var(--ratio) * 95px);
  width: calc(var(--ratio) * 95px);
  margin-left: calc(var(--ratio) * 12px);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  top: calc(var(--ratio) * -31px);
}
.Summary .pic img {
  display: block;
  object-fit: contain;
  max-height: calc(var(--ratio) * 83px);
  max-width: calc(var(--ratio) * 89px);
}
.Summary .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.Summary .list > li + li {
  margin-top: calc(var(--ratio) * 33px);
}
.Summary .note {
  margin-top: calc(var(--ratio) * 24px);
  font-size: calc(var(--ratio) * 18px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
}
.Summary .note img {
  height: calc(var(--ratio) * 23px);
  margin-left: calc(var(--ratio) * 5px);
  object-fit: contain;
  position: relative;
  top: calc(var(--ratio) * 5px);
}
.Summary .note.red {
  color: #B22929;
}
.Summary .note.yellow {
  color: #C99400;
}
.Failure {
  padding-bottom: calc(var(--ratio) * 150px);
  padding-top: calc(var(--ratio) * 50px);
  direction: rtl;
}
.Failure .wrap {
  position: relative;
  border-radius: calc(var(--ratio) * 16px);
  padding: calc(var(--ratio) * 66px);
  border: calc(var(--ratio) * 12px) solid #fff;
  background: #fff;
}
.Failure .wrap:after {
  background: #F9F0F0;
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: calc(var(--ratio) * 16px);
}
.Failure .icon {
  width: 467px;
  position: relative;
  display: block;
  margin: 0px auto calc(var(--ratio) * 66px);
}
.Failure .data {
  position: relative;
  z-index: 1;
}
.Failure .info {
  position: relative;
  margin: auto;
}
.Failure .titre {
  text-align: center;
  position: relative;
  margin: auto;
  color: #E25757;
  font-size: calc(var(--ratio) * 28px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
}
.Failure .subtitre {
  text-align: center;
  position: relative;
  margin-top: calc(var(--ratio) * 19px);
  color: #E25757;
  font-size: calc(var(--ratio) * 22px);
  line-height: 120%;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .Failure .wrap {
    padding: calc(var(--ratio) * 56px) calc(var(--ratio) * 22px);
  }
  .Failure .icon {
    width: 255px;
  }
  .Failure .info {
    max-width: 280px;
  }
}
@media (max-device-width: 767px) {
  header .language .custselect {
    padding-top: 4px;
  }
  .optionselect .custlabel:before {
    top: calc(var(--ratio) * -3px);
  }
  .inputField .custinput {
    padding-top: 6px;
  }
  footer .note img {
    top: -3px;
  }
  .custbtm {
    padding-top: 2px;
  }
  header .menu .status {
    padding-top: 4px;
  }
  header .menu .value {
    padding-top: calc(var(--ratio) * 8px);
  }
}
.desktop .custbtm:hover {
  opacity: 1;
  background: #40A6BF;
  border-color: #40A6BF;
  color: #fff;
}
.desktop .custbtm:hover img {
  filter: brightness(0) invert(1);
}
.desktop .custbtm.blue:hover {
  opacity: 0.74;
  background: #40A6BF;
}
.inputField ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  opacity: 1 !important;
  color: #81889f !important;
}
.inputField :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  color: #81889f !important;
}
.inputField ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  color: #81889f !important;
}
.inputField :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1 !important;
  color: #81889f !important;
}
.inputField ::-ms-input-placeholder {
  /* Edge */
  opacity: 1 !important;
  color: #81889f !important;
}
:root {
  --ratio: 1;
}
@media (max-width: 1024px) {
  :root {
    --ratio: 0.90;
  }
}
@media (max-width: 767px) {
  :root {
    --ratio: 0.70;
  }
}
