.select {
  position: relative;
  min-width: 200px;
}

.select svg {
  position: absolute;
  right: 12px;
  top: calc(50% - 3px);
  width: 10px;
  height: 6px;
  stroke-width: 2px;
  stroke: #9098a9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.select select {
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 7px 40px 7px 12px;
  width: 100%;
  border: 1px solid #e8eaed;
  background: #fff;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  color: #223254;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
@media (max-width:448px) {
  .select select{
    font-size: 14px;
    padding: 7px 24px 7px 8px;
  }
}

.select select:required:invalid {
  color: #5a667f;
}

.select select option {
  color: #223254;
}

.select select option[value=""][disabled] {
  display: none;
}

.select select:focus {
  outline: none;
  border-color: #223254;
  box-shadow: 0 0 0 2px rgba(0, 119, 255, 0.2);
}

.select select:hover+svg {
  stroke: #223254;
}

.sprites {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

.text-arabic {
  text-align: right;
}

.text-english {
  text-align: left;
}

a[href="https://www.youtube.com/channel/UCLSFafFXWVfYS9qmOUTic4g"] {
  margin-top: 8px;
}

/* @media (max-width: 767px) and (max-width: 1365px) {
  .feature-slider__container.swiper-wrapper {
    direction: ltr;
  }

  .news-slider__container.swiper-wrapper {
    direction: ltr;
  }

  .feature-slider__container.swiper-wrapper>* {
    direction: ltr;
  }

  .news-slider__container.swiper-wrapper> .swiper-slide>* {
    direction: ltr;
  }
} */
 