@font-face {
    font-family: "mainfont";
    src: url('/Content/fonts/NeoSansArabic.ttf');
}
@font-face {
    font-family: "medfont";
    src: url('/Content/fonts/NeoSansArabicMedium.ttf');
}
@font-face {
    font-family: "boldfont";
    src: url('/Content/fonts/NeoSansArabicBold.ttf');
}
.owl-slider .owl-nav{
    right: 0;
    left: auto;
}
.owl-slider.owl-carousel .owl-nav button.owl-prev{
    border-left: 1px solid;
    border-right: none;
}
.main-slider .carousel-item img {
    right: auto;
    left: 0;
    -webkit-transform: none;
    transform: none;
}
.main-slider .carousel-caption{ 
    background: url(../imgs/bg.png)no-repeat;
    background-size: 800px 600px;
    background-position: right center;
}
.description ul{ padding: 0 1.2rem 0 0; margin-bottom: 0;}
.month-offers p{text-align: right;}
.about-img{left:0; right:auto; transform: scalex(1);}
.month-offers,.categories-title{left:0;right: auto;}
.categories-list{
    margin:0 200px 0 0;
    /* clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%); */
}
.categories-title{
    left: auto;
    right: 0;
     /* clip-path: polygon(42% 0, 100% 0%, 100% 100%, 0% 100%); */
    }
.categories-title h3 {padding: 0 0 0 11rem !important;}
.offer-description .content a>i,.categories-title,.categories-title h3{
    -webkit-transform: none;
    transform: none;
}
.medical-equipments .offer-description h4>i{ right: auto; left: -5px;}
[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl;
}
/* responsive */
@media (max-width: 991.98px) {
}
@media (max-width: 767px) {
}
@media (max-width: 575.98px) {
}