body {
  direction: rtl;
  font-family: 'Tajawal', sans-serif;
  /* line-height: 1.5; */
  /* letter-spacing: 0.5px;
  word-spacing: 2px; */
}

.logo img {
  margin-right: 0;
  margin-left: auto;
}

.header .navbar-nav {
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: initial !important;
}

.header .nav-item {
  margin-right: 0;
  margin-left: 1em;
}

.header .dropdown-menu {
  text-align: right;
}

.dropdown-item {
  text-align: right;
}

.instructions {
  text-align: right;
}

.instructionsImage {
  text-align: right;
}

.examInstrctionsCircle {
  margin-left: 4rem;
}

.btn-regular {
  text-align: center;
}

.footer {
  flex-direction: row-reverse;
}

.footer .credits {
  order: 2;
}

.footer .social-media {
  order: 1;
  margin-left: 1em;
}

i {
  margin-left: 0.5rem !important;
}

.navbar-brand {
  margin-right: 0;
}

.modal-footer {
  justify-content: flex-start;
}

.modal-header .btn-close {
  margin: initial;
}

.cs-enter label {
  left: initial;
  right: 0;
}

.cs-enter input[type='checkbox']:not(old)+label>span {
  margin-right: initial;
  margin-left: 15px;
}

.cs-enter .form-group.gender label {
  padding-right: 0;
  padding-left: 1rem;
}

.cs-enter .dob .wbn-datepicker-controls {
  direction: rtl;
}

.cs-enter .form-select {
  background-position: left 0.75rem center;
}

.cs-hero #hero-img .cls-11 {
  transform: translate(110px, 72.65px);
}

.cs-contact .social .btn i {
  margin-left: 0.2rem !important;
}

.homepage .cs-contact .form-floating>label {
  left: initial;
}

.cs-hero .cls-11 {
  font-family: 'Tajawal', 'Poppins', sans-serif;
}


/* 
  ##Device = Laptops, Desktops
  ##Screen = 1025px to higher resolution desktops
*/

@media (min-width: 1025px) {
  .cs-exams .card {
    min-height: 260px;
  }
}


/* mobile */
@media (max-width: 767px) {
  .header .nav-item {
    margin-right: 0;
    margin-left: 0.75em;
  }

  .examInstrctionsCircle {
    margin-left: 0;
  }

  .header .navbar-nav {
    flex-direction: column;
    padding: 0;
  }
}


/* Safari-specific styles using a media query and WebKit prefix */
/* Target Safari */
/* @media screen and (-webkit-min-device-pixel-ratio:0) {

  .cs-hero #hero-img .cls-11 {
    transform: translate(85px, 72.65px);
  }

} */

/* @supports (-webkit-appearance: none) {
  .cs-hero #hero-img .cls-11 {
    transform: translate(85px, 72.65px);
  }
} */

_::-webkit-full-page-media,
_:future,
:root .cs-hero #hero-img .cls-11 {
  transform: translate(85px, 72.65px);
}

/* Safari 7.1+ */

_::-webkit-full-page-media,
_:future,
:root .cs-hero #hero-img #speech-bubble {
  display: none;
}

/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) {
  @media {

    .cs-hero #hero-img #speech-bubble {
      display: none;
    }
  }
}