@import url(../fonts/google/droidkufi/droidarabickufi.css);
body, h1, h2, h3, h4, h5, h6, .btn , .form-control{
    font-family: 'Droid Arabic Kufi', sans-serif!important;
    letter-spacing: unset!important;
    direction: rtl;
}

html .bg-color-primary, html .bg-primary {
    background-color: #23354F !important;
}

.help-block-error{
    color: red;
}
.mycustom-nav-tabs {
    padding-right: 0px;
    padding-left: 2px;
    font-size: 14px;
}
.mycustom-nav-tabs .nav-item {
    padding-left: 3px;
}
.mycustom-badge {
    font-size: 14px;
}
.mycustom-nav-item {
    width: 20%;
}
.required:after {
    color:red;
}

.checkbox-custom {
    padding: 0 25px 0 0;
}
.checkbox-custom label {
    text-align: right;
}
.checkbox-custom label:before {
    right: -3px;
}
.checkbox-custom input[type="checkbox"]:checked + label:after {
    right: 0px;
}
.checkbox-custom input[type="checkbox"] {
    right: 0px;
}
.custom-control {
    padding-right: 1.5rem;
    padding-left: 0rem;
}
.custom-control-label::before {
    right: -1.5rem;
}
.custom-control-label::after {
    right: -1.5rem;
}

#watermark p {
    position: absolute;
    top: 280px;
    left: 40px;
    color: #ff0d39;
    font-size: 120px;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    opacity: 20%;
}

@media (min-width: 1200px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1430px!important;
    }
}
@media (min-width: 992px)
{
    #header .header-nav {
        justify-content: flex-start;
    }
}
@media (max-width: 991px)
{
    #header .header-nav-main nav > ul li {
        padding: 10px!important;
    }
    .setnewsimgs img{
        width: 100% !important;
    }
}
@media (max-width: 801px) {
    .mycustom-nav-item a{
        height: 150px;
    }
    .mycustom-nav-item a p{
        font-size: 12px;
    }
    .mycustom-nav-item .icon-featured{
        font-size: 12px!important;
        height: 45px!important;
        width: 45px!important;
        line-height: 42px!important;
    }
}

@media (max-width: 601px) {
    .mycustom-nav-item a{
        height: unset;
    }
    .mycustom-loginButton span{
        display: none;
    }
    .mycustom-nav-item  p{
        display: none;
    }
    .mycustom-nav-item .featured-box .box-content:not(.box-content-border-0) {
        left: 18px;
    }
    #header .header-nav-main nav > ul li {
        direction: ltr!important;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 650px;
    }
}
