@font-face {
    font-family: "zahraLight";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/zahra.arabic.otf");
}
body{
    font-family: "zahraLight", sans-serif !important;
    font-size: 1.3rem;
}

html {
    direction: rtl !important;
}

.header .logo {
    float: right !important;
    margin-top: 18px;
}

.header .nav li{
    margin-right: 15px;
    float: right !important;
    position:relative;
}
.header .top-link{
    float:right !important;
}

.schedule .single-schedule{
    text-align: right!important;
}

.why-choose .choose-left{
    text-align: right;
}
.why-choose .choose-left h3:before{
    right:0;
}
.why-choose .choose-left .list li i{
    margin-right: 0;
    margin-left: 4px;
}
