﻿@import url(https://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';
}



/*  ######################################################################################### 
    #########################################################################################
     ###################################### Sticky back to up ################################
     #########################################################################################
     #########################################################################################
*/


.top-link {
    transition: all 0.25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 3em 3em 0;
    border-radius: 50%;
    padding: 0.25em;
    width: 80px;
    height: 80px;
    background-color: #f8f8f8;
    z-index: 1;
    -webkit-box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.44);
    box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.44);
}

.top-link-whatsapp {
    transition: all 0.25s ease-in-out;
    position: fixed;
    bottom: 85px;
    left: 0;
    display: inline-flex !important;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 0 3em 3em;
    border-radius: 50%;
    padding: 0.25em;
    width: 80px;
    height: 80px;
    background-color: #01e675;
    z-index: 1000;
    -webkit-box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.44);
    box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.44);
}
.top-link-register {
    transition: all 0.25s ease-in-out;
    position: fixed;
    bottom: 0;
    left: 0;
    display: inline-flex !important;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 0 3em 3em;
    border-radius: 50%;
    padding: 0.25em;
    width: 80px;
    height: 80px;
    background-color: #09509f;
    z-index: 1000;
    -webkit-box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.44);
    box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.44);
}

    .top-link.show, .top-link-register.show, .top-link-whatsapp.show {
        visibility: visible;
        opacity: 1;
    }

        .top-link.hide, .top-link-register.hide, .top-link-whatsapp.hide {
            visibility: hidden;
            opacity: 0;
        }

.top-link svg {
    fill: #000;
    width: 24px;
    height: 12px;
}

.top-link:hover {
    background-color: #e8e8e8;
}

.top-link-register:hover {
    background-color: #90298d;
}
.screen-reader-text {
    position: absolute;
    clip-path: inset(50%);
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    clip: rect(1px, 1px, 1px, 1px);
}

    .screen-reader-text:focus {
        display: block;
        top: 5px;
        left: 5px;
        z-index: 100000;
        clip-path: none;
        background-color: #eee;
        padding: 15px 23px 14px;
        width: auto;
        height: auto;
        text-decoration: none;
        line-height: normal;
        color: #444;
        font-size: 1em;
        clip: auto !important;
    }

/* ########### sppiner ############# */
.loader {
    font-size: 5px;
    margin: 10px auto;
    text-indent: -9999em;
    width: 7em;
    height: 7em;
    border-radius: 70%;
    background: #4db7fe;
    background: -moz-linear-gradient(left, #4db7fe 10%, rgba(77,183,254, 0) 42%);
    background: -webkit-linear-gradient(left, #4db7fe 10%, rgba(77,183,254, 0) 42%);
    background: -o-linear-gradient(left, #4db7fe 10%, rgba(77,183,254, 0) 42%);
    background: -ms-linear-gradient(left, #4db7fe 10%, rgba(77,183,254, 0) 42%);
    background: linear-gradient(to right, #4db7fe 10%, rgba(77,183,254, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .loader:before {
        width: 50%;
        height: 50%;
        background: #4db7fe;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .loader:after {
        background: #ffffff;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.disabledhref {
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}
/* ########### sppiner  ########### */
.review-score {
    font-family: arial;
}
.logo-holder {
    height: 45px;
}
.log-separator span {
    width: 66px;
    height: 66px;
    line-height: 66px; 
}
.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 !important;
    padding-left: 10px !important;
}
.custom-form label {
    float: unset;
}
.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;
    }
}