﻿@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'Droid Arabic Kufi';
}
.review-score {
    font-family: arial;
}
.logo-holder {
    height: 45px;
}
.section.hero-section{
    padding-top:10px;
}
.main-search-input-tabs .tabs-menu li a {
    letter-spacing: unset;
    font-size: 15px;
    padding: 9px;
}
.main-search-input-tabs .tabs-menu li a:before {
    top: 40px!important;
}
.intro-item h1 {
    font-family:unset;
}
.process-item{
    margin-bottom:55px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.listing-item-container.nocolumn-lic{
    padding-top:0px ;
}
.main-search-input-item{
    width:50%
}
.header-sec-link{
    z-index:1;
}
.list-single-main-item-title h3 small{
    color:gray;
    font-size:9px;
}
.restmenu-item-no-img {
    padding-right: 10px;
}
.custom-form input[type="number"]{
    float: left;
    border: 1px solid #e5e7f2;
    background: #f9f9f9;
    width: 100%;
    padding: 15px 20px 15px 45px;
    border-radius: 4px;
    color: #7d93b2;
    font-size: 12px;
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    z-index: 1;
}
.main-search-input-tabs .tabs-menu li {
    background-color: #fff;
    border-bottom: 4px solid gray;
    border-radius:8px 8px 0px 0px;
}
.main-search-input-tabs .tabs-menu li.current {
    border-bottom: 4px solid #4bcfff ;
}
    .main-search-input-tabs .tabs-menu li a {
        color: darkgray;
    }
    .main-search-input-tabs .tabs-menu li a:before {
        top: 44px !important;
    }
.style-1 {
    direction: rtl !important;
}
del {
    color: red;
    text-decoration: none;
    position: relative;
}
    del:before

{
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid red;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
}
ins {
    color: green;
    font-size: 32px;
    text-decoration: none;
    padding: 1em 1em 1em .5em;
}
/* common */
.ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    z-index:90;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #b92929;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 150px;
        padding: 15px 0;
        background-color: #db3434;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }
/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span {
        left: -5px;
        top: 13px;
        transform: rotate(45deg);
    }
/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -1px;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span {
        right: -5px;
        top: 13px;
        transform: rotate(-45deg);
    }














    @media only screen and (max-width: 1064px) {
        .list-single-main-item_content{
        padding-right:5px;
        padding-left:5px;
    }
    .intro-item h1 {
        font-size: 15px;
    }
    .section-title h2 {
        font-size: 15px;
    }
    .facilities-list li i {
        font-size: 20px;
    }
}