@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Noto+Kufi+Arabic:wght@100..900&family=Noto+Naskh+Arabic:wght@400..700&family=Noto+Sans+Arabic:wght@100..900&display=swap');
body{
     font-family: "Cairo", sans-serif !important;
}
h1,h2,h3,h4,h5,h6,p,span,a{
    text-align: right !important;
    font-family: "Cairo", sans-serif !important;
}
.text-center{
    text-align: center !important;
}
p.lead{
    text-align: center !important;
}
.rtl .ul-check li:after{
    float: right;
}
.lh-1-1 {
    margin-right: 103px;
}
#mainmenu {
    display: flex !important;
    justify-content: flex-end !important;
}
#mainmenu li:last-child>a{
    margin-right: 10px;
}
header:not(.header-light) a.btn-line, .dark-scheme a.btn-line, .dark-schem a.btn-line:hover{
        margin-left: 10px;
}
@media(max-width: 767px){
    p.lead{
        margin-right: 0px;
    }
    .lh-1-1{
        margin-right: 32px;
    }
     header.header-mobile #mainmenu {
        width: 100%;
        padding-right: 30px !important;
        position: absolute !important;
    }

}
@media (max-width: 768px) {
    header .de-flex-col.header-col-mid #mainmenu {
        margin-left: 0 !important;
        justify-content: flex-start !important;
        display: block !important;
    }
}
  .pro-fix{
            margin-right: 27px !important;
    }
