/* Global Styles */
@font-face {
  font-family: "Bahij The Sans Arabic";
  font-weight: 700;
  src: url(../fonts/Bahij_TheSansArabic-Bold.ttf);
}
@font-face {
  font-family: "Bahij The Sans Arabic";
  font-weight: 900;
  src: url(../fonts/Bahij_TheSansArabic-Bold.ttf);
}
@font-face {
  font-family: "Bahij The Sans Arabic";
  font-weight: 800;
  src: url(../fonts/alfont_com_AlFont_com_Bahij_TheSansArabic-Bold-1.ttf);
}
@font-face {
  font-family: "Bahij The Sans Arabic";
  font-weight: 800;
  src: url(../fonts/alfont_com_ArbFONTS-Bahij_TheSansArabic-Plain.ttf);
}
@font-face {
  font-family: "Bahij The Sans Arabic";
  font-weight: 400;
  src: url(../fonts/Bahij_TheSansArabic-Light.ttf);
}
@font-face {
  font-family: "Bahij The Sans Arabic";
  font-weight: 500;
  src: url(../fonts/Bahij_TheSansArabic-Light.ttf);
}
body {
  text-align: right;
  direction: rtl;
  font-family: "Bahij The Sans Arabic" !important;
}

.exceptinalDataTitle,
.service-content {
  padding-right: 20px;
}
.exceptinalDataTitle h4::before {
  right: -10px;
  left: unset;
}

.imageHeader {
  padding-left: unset;
  padding-right: 20px;
}
.About .primarybtn {
  flex-direction: row-reverse;
}

.backToTop {
  right: unset;
  left: 30px;
}

.phoneLtr label
{
  direction: ltr;
}
.swiper-button-next.nextSlide
{
  right: auto!important;
  left: -5px!important;
}
.swiper-button-prev.prevSlide
{
  right: -5px!important;
  left: auto!important;
}
p{
  line-height: 30px;
}