* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body.ar-layout {
  font-family: "Frutiger LT Arabic" !important;
}
body.en-layout {
  font-family: "Frutiger EN" !important;
}
.ar-layout .form-slide-el {
  font-family: "Frutiger LT Arabic" !important;
}
.en-layout .form-slide-el {
  font-family: "Frutiger EN" !important;
}
/* form post css */
.form-section {
  background: #f4f4f4;
  padding: 100px 70px;
  min-height: 100vh;
}
.form-section .form-inner {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.form-section .form-inner .form-content {
  background: #ffffff;
  position: relative;
  z-index: 5;
  padding: 34px 48px 56px;
  box-shadow: 0px 2px 4px rgba(72, 82, 97, 0.25);
  border-radius: 20px;
  display: flex;
}
.form-section .content-left {
  width: 70%;
  padding-right: 72px;
  border-right: 1px solid #002B58;
}
.form-section .content-left .tab-block {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #002B58;
  border-radius: 6px;
  margin-bottom: 40px;
}
.form-section .content-left .tab-block button {
  border: none;
  background-color: #ffffff;
  width: 50%;
  border-radius: 0;
  font-family: "Frutiger LT Arabic";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #2d3648;
  padding: 15px;
  outline: none;
}
body.en-layout .form-section .content-left .tab-block button {
  font-family: "Frutiger EN";
}
.ar-layout .form-section .content-left .tab-first-content *,
.ar-layout .form-section .content-left .tab-second-content * {
  font-family: "Frutiger LT Arabic" !important;
}
.en-layout .form-section .content-left .tab-first-content *,
.en-layout .form-section .content-left .tab-second-content * {
  font-family: "Frutiger EN" !important;
}
.form-section .content-left .tab-block button.active {
  background-color: #002B58;
  color: #ffffff;
}
.form-section .content-left .tab-block button.active {
  background-color: #002B58;
  color: #ffffff;
}
.form-section .content-left .tab-first-content,
.form-section .content-left .tab-second-content {
  display: none;
}
.form-section .content-left .tab-first-content.active,
.form-section .content-left .tab-second-content.active {
  display: block;
}
.form-section .content-left .form-slide-el {
  display: none;
}
.form-section .content-left .form-slide-el.active {
  display: block;
}
.form-section .content-right {
  padding-left: 60px;
  color: #2d3648;
  width: 30%;
}
.form-section .content-right .block-inf {
  display: none;
}
.form-section .content-right .block-inf.active {
  display: block;
}
.form-section .content-right .title {
  font-family: "Frutiger LT Arabic";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 12px;
  color: #2d3648;
  letter-spacing: -0.01em;
}
.en-layout .form-section .content-right .title {
  font-family: "Frutiger EN";
}
.form-section .content-right .text {
  font-family: "Frutiger LT Arabic";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 40px;
}
.en-layout .form-section .content-right .text {
  font-family: "Frutiger EN";
}
.form-section .content-left .block-title {
  display: flex;
  justify-content: space-between;
}
.form-section .content-left .block-title .title {
  color: #363636;
  font-family: "Frutiger LT Arabic";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}
.block-input .title {
  color: #363636;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}
.en-layout .form-section .content-left .block-title .title {
  font-family: "Frutiger EN";
}
.form-section .content-left .block-title .btn-clear {
  color: #002B58;
  border: none;
  background-color: transparent;
  padding: 0;
}
.form-section .content-left .block-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
input#contact-number,
input#alternative-number {
  padding-left: 68px !important;
}
.form-section .content-left .block-input select,
.form-section .content-left .block-input input {
  border: 2px solid #cbd2e0;
  border-radius: 6px;
  margin: 20px 0;
  display: block;
  width: 100%;
  padding: 0 16px;
  outline: none;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
}
.form-section .content-left .block-input .block-btn-selected {
  width: 48%;
  display: flex;
  align-items: center;
  border: 1px solid #002B58;
  border-radius: 6px;
  margin: 20px 0;
  overflow: hidden;
  height: 50px;
}
.form-section .content-left .block-input .block-btn-selected input {
  opacity: 0;
  width: 0;
}
.form-section .content-left .block-input .block-btn-selected input:checked + label {
  background-color: #002B58;
  color: #ffffff;
  width: 100%;
}
.form-section .content-left .block-input .block-btn-selected label {
  color: #000000;
  font-family: "Frutiger LT Arabic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.form-section .content-left .block-input input:focus {
  border: 2px solid rgba(197, 187, 127, 0.4);
}
.form-section .content-left .upload-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  gap: 10px;
}
.form-section .content-left .upload-button input {
  display: none;
}
.form-section .content-left .upload-button label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #002B58;
  border: 2px solid #002B58;
  border-radius: 6px;
  width: 100%;
  height: 45px;
}
.upload-button .block-input-error p.error-message {
  bottom: -34px;
}
p.successfully-message {
  color: green;
  bottom: -34px;
  position: absolute;
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
}
.form-section .content-left .form-slide-el .next-prev-btn {
  display: flex;
  justify-content: flex-end;
}
.form-section .content-left .form-slide-el .next-prev-btn .apply,
.form-section .content-left .form-slide-el .next-prev-btn .next {
  width: 175px;
  height: 45px;
  background-color: #002B58;
  color: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.form-section .content-left .form-slide-el .next-prev-btn .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #002B58;
  border: 2px solid #002B58;
  border-radius: 6px;
  margin-right: 15px;
  width: 175px;
  height: 45px;
}

/* AR LAYOUT */

.ar-layout .form-section {
  direction: rtl;
}
.ar-layout .form-section .content-left {
  padding-right: 0;
  padding-left: 72px;
  border-right: none;
  border-left: 1px solid #002B58;
}
.ar-layout .form-section .content-right {
  padding-left: 0;
  padding-right: 60px;
}
.ar-layout .form-section .content-left .form-slide-el .next-prev-btn .prev {
  margin-right: 0;
  margin-left: 15px;
}

/*  */
.error {
  border: 2px solid #bf2600 !important;
}
.not_error {
  border: 2px solid #cbd2e0 !important;
}
.block-input-error {
  width: 48%;
  position: relative;
}
.block-input-error-textarea {
  width: 100%;
}
.block-input-error-textarea p.error-message {
  bottom: -30px;
}
p.error-message {
  position: absolute;
  bottom: -14px;
  color: #bf2600;
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
}
/* input#contact-number + p, 
input#alternative-number + p {
    bottom: -40px; 
} */

/* Media */
@media (max-width: 1200px) {
  .form-section .form-inner .form-content {
    flex-direction: column;
  }
  .form-section .content-left {
    order: 2;
    padding: 0 !important;
    border: none !important;
    width: 100%;
  }
  .form-section .content-right {
    padding: 0 !important;
    margin-bottom: 40px;
    width: 100%;
  }
  .block-gpa {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  input#score {
    width: 50% !important;
  }
  .form-section {
    padding: 60px 40px;
  }
  .form-section .form-inner .form-content {
    padding: 20px;
  }
 
  .form-section .content-left .block-input {
    flex-direction: column;
  }
  .form-section .content-left .block-input .block-btn-selected,
  .form-section .content-left .block-input select,
  .form-section .content-left .block-input input {
    width: 100% !important;
  }
  .form-section .content-left .block-input .block-btn-selected input {
    width: 0 !important;
  }
  .form-section .content-left .block-input .block-btn-selected label {
    line-height: 332%;
  }

  .block-input-error {
    width: 100%;
  }
  select {
    color: #333;
  }
  .form-section .content-left .block-input .block-btn-selected {
    justify-content: space-between;
  }
  .form-section .content-left .block-input .block-btn-selected input {
    width: 0 !important;
    display: none;
  }
  .ar-layout .form-section .content-left .block-title .btn-clear {
    margin-right: 20px;
  }
  .form-section .content-right {
    display: none;
  }
}

/* Placeholder Element */
.form-section .placeholder-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  z-index: -1;
}
.form-section .placeholder-element.placeholder-element-phone {
  left: 62px;
}
.form-section .placeholder-element.ph-no-active {
  display: none;
}
.form-section .placeholder-element.placeholder-element-phone.ph-no-active {
  display: flex;
}
.form-section .placeholder-element.placeholder-element-phone .placeholder-phone.ph-no-active {
  display: none;
}
.form-section .select-star {
  left: 21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.form-section .select-star.st-no-active {
  display: none;
}
.ar-layout .form-section .select-star {
  left: auto;
  right: 21px;
}

/* Custom Menu Walker */
.custom-navigation .main-menu {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  line-height: 40px;
  padding: 0px 20px 0px 20px;
  font-family: "Frutiger EN";
  font-size: 16px;
  font-weight: bold;
}
.custom-navigation .main-menu .main-menu-item {
  margin-right: 30px;
}
.custom-navigation .main-menu .main-menu-item:last-child {
  margin-right: 0;
}
.custom-navigation .main-menu a {
  color: #363636;
}
.custom-navigation .main-menu a::after {
  content: "";
  display: block;
  height: 4px;
  border-radius: 5px;
  width: 100%;
  background-color: #002b58;
  transition: all ease-in-out 0.2s;
  transform: scaleX(0);
}
.custom-navigation .main-menu a:hover:after {
  transform: scaleX(1);
}
.custom-navigation .main-menu .sub-menu {
  list-style: none;
  list-style: none;
  position: fixed;
  right: 0;
  width: 80%;
  background-color: rgba(241, 241, 241, 0.98);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: 45%;
  background-image: url(/wp-content/uploads/2023/01/Mask-Group-161.png);
  z-index: 9;
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.1);
  color: #666;
  padding: 18px 20px;
  display: none;
}
.custom-navigation .main-menu .sub-menu.active {
  display: block;
}
.custom-navigation .main-menu .sub-menu .separator {
  width: 6px;
  height: 80%;
  position: absolute;
  background: #002b58;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  border-radius: 5px;
}
.custom-navigation .main-menu .sub-menu .sub-menu-item {
  display: grid;
  grid-template-columns: 1fr 5fr;
}
.custom-navigation .main-menu .sub-menu .sub-menu-item .description {
  position: absolute;
  top: 18px;
  right: 0;
  width: 70%;
  display: none;
  padding-right: 10px;
}
.custom-navigation .main-menu .sub-menu .sub-menu-item .description.active {
  display: block;
}

@media (max-width: 992px) {
  .custom-navigation {
    display: none;
  }
}

.ar-layout .custom-navigation .main-menu {
  font-family: "Frutiger LT Arabic";
  justify-content: flex-end;
}
.ar-layout .custom-navigation .main-menu .sub-menu {
  direction: rtl;
  right: auto;
  left: 0;
  background-position: 0% 0%;
  text-align: right;
}

.ar-layout .custom-navigation .main-menu .sub-menu .sub-menu-item .description {
  right: auto;
  direction: rtl;
  text-align: right;
  left: 0;
  padding-left: 10px;
  padding-right: 0;
}
.ar-layout .custom-navigation .main-menu .sub-menu .separator {
  left: auto;
  right: 25%;
}
.ar-layout .form-slide-el .block-title input,
.ar-layout .form-slide-el .block-title select,
.ar-layout .form-slide-el .block-title textarea {
  direction: rtl !important;
  text-align: right !important;
}
.ar-layout .form-section .placeholder-element {
  direction: rtl !important;
  text-align: right !important;
  left: unset;
  right: 18px;
}
.en-layout .form-slide-el .block-title input,
.en-layout .form-slide-el .block-title select,
.en-layout .form-slide-el .block-title textarea {
  direction: ltr !important;
  text-align: left !important;
}
.ar-layout .form-section .placeholder-element.placeholder-element-phone {
  right: 20px;
}
.placeholder-element-phone {
  display: flex;
}
.ar-layout .placeholder-element-phone {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.ar-layout .phone-cod {
  direction: ltr;
}
.ar-layout .form-section .placeholder-element.placeholder-element-phone {
  left: 24px;
  right: 18px;
}
.iti__selected-flag [class^="iti__"].iti__flag {
  display: inline;
  padding-left: 6px;
}
.ar-layout .iti__selected-flag [class^="iti__"].iti__flag {
  direction: ltr;
}
.ar-layout .iti__country-list {
  direction: ltr;
  left: 0;
}
.ar-layout .iti__country {
  flex-direction: row-reverse;
}
.ar-layout .iti__dial-code {
  padding-right: 4px;
}
.ar-layout .iti__country-name {
  direction: rtl;
}
.placeholder-element-phone {
  display: flex;
  align-items: center;
}
.phone-cod {
  display: flex;
  align-items: center;
}
.phone-cod span {
  font-size: 24px;
}
.iti__flag {
  box-shadow: none;
  background-color: transparent;
  height: 24px;
}
.iti__selected-flag {
  flex-direction: row-reverse;
}
.ar-layout .iti__selected-flag {
  flex-direction: row;
}
.ar-layout .form-section .placeholder-element.placeholder-element-phone {
  left: 62px;
}
.block-input-date {
  background-image: url("assets/images/calendar.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.ar-layout .block-input-date {
  background-position: left 12px center;
}
.flatpickr-current-month {
  padding: 4px 0 0 0;
}
.flatpickr-current-month .numInputWrapper {
  position: absolute;
  top: 4px;
  right: 16px;
}
.job-description {
  border: 2px solid #cbd2e0;
}
.block-input-gpa {
  display: flex;
  justify-content: space-between;
}

#cookie_note {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  z-index: 100000;
}
#cookie_note p {
  margin: 0;
  font-size: 13px;
  text-align: left;
  color: #fff;
  font-family: "Frutiger EN";
}
#cookie_note.show {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cookie_note a {
  color: #002b58;
  font-family: "Frutiger EN";
}
.cookie_accept {
  width: auto;
  height: 40px;
  border: 2px solid #002b58;
  color: #fff;
  margin: 0 6px;
  font-family: "Frutiger EN";
}
.cookie_accept:hover {
  background-color: #002b58;
  color: #666;
}
.ar-layout #cookie_note.show {
  direction: rtl;
}
.ar-layout #cookie_note p {
  text-align: right;
  font-family: "Frutiger LT Arabic";
}
.ar-layout .cookie_accept,
.ar-layout #cookie_note a {
  font-family: "Frutiger LT Arabic";
}
@media (min-width: 576px) {
  #cookie_note.show {
    display: flex;
  }
}

@media (max-width: 575px) {
  #cookie_note.show {
    display: block;
    text-align: left;
  }
}

/* loading bar */
.loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: #fff;
  opacity: 0.5;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-bar div {
  border-top: 4px solid #7d7d7d;
  border-right: 4px solid #7d7d7d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: move 1s infinite linear;
}
@keyframes move {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.structure-image-box {
  padding-top: 18px;
  padding-right: 20px;
}
.structure-image-box img {
  max-width: 250px;
  width: 100%;
  max-height: 242px;
  height: 100%;
  position: relative;
  z-index: 1000;
}
.structure-image-box::before {
  content: "";
  display: block;
  border: 5px solid #002b58;
  border-radius: 0 30px 0 0;
  width: 100%;
  max-width: 250px;
  max-height: 234px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1025px) {
  .structure-image-box::before {
    max-width: 200px;
    max-height: 200px;
  }
  .structure-image-box img {
    max-width: 200px;
    max-height: 200px;
  }
  .structure-image-box {
    padding-right: 12px;
  }
}
@media (max-width: 881px) {
  .structure-image-box::before {
    max-width: 160px;
    max-height: 160px;
    border: 3px solid #002b58;
    border-radius: 0 20px 0 0;
  }
  .structure-image-box img {
    max-width: 170px;
    max-height: 170px;
  }
  .structure-image-box {
    padding-top: 12px;
  }
}
@media (max-width: 800px) and (min-width: 768px) {
  .structure-image-box::before {
    max-width: 130px;
    max-height: 130px;
    border-radius: 0 15px 0 0;
  }
  .structure-image-box img {
    max-width: 130px;
    max-height: 130px;
  }
}
@media (max-width: 768px) {
  .structure-image-box::before {
    max-width: 700px;
    max-height: 700px;
    border-radius: 0 30px 0 0;
    border: 5px solid #002b58;
  }
  .structure-image-box img {
    max-width: 700px;
    max-height: 700px;
  }
  .structure-image-box {
    padding-top: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 500px) {
  .structure-image-box::before {
    border: 4px solid #002b58;
  }
  .structure-image-box {
    padding-top: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 400px) {
  .structure-image-box::before {
    border: 3px solid #002b58;
  }
  .structure-image-box {
    padding-top: 15px;
    padding-right: 15px;
  }
}

/* select2 */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-style: none;
  margin-left: 0px;
  margin-top: 6px;
  top: 50%;
  display: block;
  position: relative;
  width: 6px;
  height: 6px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: none;
  border-style: none;
  border-width: 5px 5px 5px 5px;
  height: 0;
  left: 50%;
  margin-left: 0px;
  margin-top: 6px;
  position: absolute;
  top: 50%;
  width: 0;
  display: block;
  position: relative;
  width: 6px;
  height: 6px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  /* transform: rotate(135deg); */
}
.select2-container--default .select2-selection--single {
  border: none;
}
span.select2-selection--single {
  margin-left: -8px;
  margin-top: 10px;
  border: none;
}
span.select2 {
  width: 100%;
  border: 2px solid #cbd2e0;
  border-radius: 6px;
  margin: 20px 0;
  display: block;
  width: 100%;
  padding: 0 16px;
  outline: none;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  vertical-align: middle;
}

div.form-slide-el.active > div:nth-child(5) > div:nth-child(1) > div.select-star {
  z-index: 1000;
}
.form-section .select-star {
  z-index: 1000;
}
.ar-layout .select2-container--default .select2-results > .select2-results__options,
.ar-layout .select2-container--default .select2-search--dropdown .select2-search__field {
  direction: rtl;
}
.ar-layout .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: -5px;
}
.ar-layout .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  direction: rtl;
}

/* Modal */
.modal-bar {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 100%;
  max-width: 600px;
  z-index: 999999999999;
  padding: 34px 48px 56px;
  box-shadow: 0px 2px 4px 3px rgba(72, 82, 97, 0.25);
  border-radius: 14px;
  justify-content: center;
}
.modal-bar-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-close-img {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  width: 20px;
  cursor: pointer;
}
.modal-success {
  max-width: 100%;
  width: 64px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.modal-bar a {
  color: #002B58;
}
.modal-bar p {
  margin-top: 10px;
  text-align: center;
}
.ar-layout .modal-bar {
  direction: rtl;
}
.ar-layout .modal-bar a .modal-close-img {
  left: 10px;
  right: auto;
}
