/* Add custom CSS styles below */ 
@font-face {
    font-family: 'BahijTheSansArabic';
    src: url('https://arbfonts.com/wp-content/fonts/new-arabic-fonts/Bahij_TheSansArabic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
.navbar-brand img {
    max-height: 7.2rem;
    max-width: unset;
}
body {
    font-family: 'BahijTheSansArabic', sans-serif;
}
body#app , .top-navbar.bg-white , .inner.bg-inherit{
    background: #f5f1e8;
}
@media (max-width:768px){
  .JO_main_slider  h2 {
    font-size: 20px;
}
}
.s-slider-block__title {
    display: none;
}
.inner > div > .justify-between {
    justify-content: center;
}
.mm-spn.mm-spn--light {
    color: #000;
    background: #f5f1e8 !important;
}