﻿@charset "UTF-8";

html {
    unicode-range: U+0600-06FF;
}
html, html[dir="rtl"], [dir="rtl"] {
    direction: rtl;
}
html[dir="ltr"], [dir="ltr"] {
    direction: ltr;
}

body {
    font-family: "GE Thameen Book", Arial, Helvetica, sans-serif;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.6;
    font-weight: 500;
}
.font-regular {
    font-weight: normal;
}
.font-light {
    font-weight: 300;
}
.font-medium {
    font-weight: 500;
}
[dir="ltr"], [lang="en"] {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.bi-arrow-right-short::before,
.bi-arrow-left-short::before,
.bi-chevron-right::before,
.bi-chevron-left::before,
.bi-arrow-left::before,
.bi-arrow-right::before {
    transform: rotateZ(180deg) !important;
}
.bi-box-arrow-up-right::before,
.bi-telephone::before {
    transform: rotateZ(270deg) !important;
}
.fa.fa-wheelchair,
.fa.fa-eye,
.fa.fa-eye-slash,
.fa.fa-search-plus,
.fa.fa-search-minus,
.fa.fa-search-undo,
.fa-arrow-left,
.fa-arrow-right,
.main-heading .view-all img,
.main-heading h1 span img {
    transform: scaleX(-1);
}

/* end */

@media all and (min-width: 1200px) {
  
}
@media all and (max-width: 1199px) {
   
}
/*# sourceMappingURL=stylesAr.css.map */