﻿:root {
    --MainBlack: #1d1d1d;
    --MainRed: #af261c;
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/Tajawal/tajawal-v1-arabic_latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Tajawal'), local('Tajawal-Regular'), url('../Fonts/Tajawal/tajawal-v1-arabic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Fonts/Tajawal/tajawal-v1-arabic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../Fonts/Tajawal/tajawal-v1-arabic_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../Fonts/Tajawal/tajawal-v1-arabic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/Tajawal/tajawal-v1-arabic_latin-regular.svg#Tajawal') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    src: local('Cairo'), local('Cairo-Regular'), url('../Fonts/Cairo/Cairo-Regular.ttf') format('truetype');
    /* Legacy iOS */
}

html {
    scroll-behavior: smooth;
    position: relative;
    min-height: 100%;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    -moz-print-color-adjust: exact !important;
}

body {
    direction: rtl;
    font-family: 'Cairo';
    font-size: 16px;
    color: #232323;
    background: url('../Images/Ramses-Station1.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.mainBody {
    width: 100%;
    /*background-color: rgba(255,255,255,0.2);*/
    min-height: 100%;
}

.main-header {
    background: url(../Images/bgHeader.jpg) repeat;
    /*background-color: #f9f9f9;*/
    height: 130px;
}

.logo {
    height: 105px;
    margin-top: 10px;
}

.train-logo img {
    height: 128px;
}

.btn {
    box-shadow: none !important;
    outline: none;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

    .btn i {
        color: inherit !important;
    }

.btn-warning {
    color: #fff !important;
}

    .btn-warning:hover,
    .btn-outline-warning:hover {
        color: #fff !important;
    }

table {
    color: #000;
    line-height: 25px;
    font-weight: bold;
    direction: rtl;
    margin-bottom: 0px !important;
}

    table th {
        text-align: center;
    }

    table tr {
        height: 40px;
    }

    table td {
        padding: 4px 0px;
    }

    table p {
        margin: 10px;
        text-align: justify;
        white-space: pre-line;
    }

    table td p span {
        font-family: 'Tajawal', sans-serif !important;
        font-size: 16px !important;
    }

.table th {
    border: none;
}

footer {
    padding: 26px 0;
    background-color: var(--MainBlack);
    /*margin-top: 30px;*/
    text-align: right;
}

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: yellow;
            text-decoration: none;
        }

    footer h1, h2, h3, h4, i {
        color: #fff;
    }

    footer ul li {
        display: block;
    }

    footer p {
        color: #fff;
        margin-bottom: 0px;
    }

    footer i {
        margin-left: 4px;
    }

    footer hr {
        width: 80%;
        margin: 1rem auto;
        background-color: #fff;
    }

    footer nav a {
        margin: 0px 6px;
    }

    footer img {
        height: 30px;
    }

.link-group {
    padding-right: 70px;
    padding-top: 10px;
}

.form-control {
    color: #232323 !important;
}

    .form-control:focus {
        box-shadow: none;
        background-color: #fff !important;
    }

    .form-control:-webkit-autofill,
    .form-control:-webkit-autofill:hover,
    .form-control:-webkit-autofill:focus,
    .form-control:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    }

.navbar {
    width: 100%;
    background-color: #af261c !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        background-color: var(--MainBlack);
    }

.nav-item:hover .dropdown-menu {
    display: block;
}

.hvr-overline-from-center:before {
    background: #fff;
}

.heading-title {
    margin-top: 28px;
    color: #fff;
    font-family: 'Tajawal', sans-serif;
}

    .heading-title h1 {
        font-size: 45px;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .heading-title h2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0px;
        margin-right: 200px;
    }

.text-red {
    color: red;
}

.carousel {
    width: 100%;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

.carousel-item img {
    height: 600px;
    width: 100%;
}

.carousel-caption {
    position: absolute;
    bottom: 0px;
    right: 50px;
}

.caption-info {
    position: relative;
    min-height: 150px;
    max-height: 215px;
    overflow: hidden;
    width: 60%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-duration: 3s;
    -moz-animation-delay: 0.1s;
    -o-animation-duration: 3s;
    -o-animation-delay: 0.1s;
    animation-duration: 3s;
    animation-delay: 0.1s;
    text-align: justify;
}

    .caption-info p {
        padding-bottom: 6px;
        background: none !important;
        text-align: justify;
    }

    .caption-info span {
        font-family: 'Tajawal', sans-serif !important;
        font-size: inherit !important;
        color: #fff !important;
        background-color: inherit !important;
    }

    .caption-info pre {
        font-family: 'Tajawal', sans-serif !important;
        font-size: inherit !important;
        color: #fff !important;
        background-color: inherit !important;
        text-align: justify !important;
        overflow: auto !important;
        white-space: pre-wrap;
    }

    .caption-info h4 a {
        color: #fff;
        text-decoration: none;
    }

        .caption-info h4 a:hover {
            color: yellow;
            text-decoration: none;
        }

    .caption-info h3 a {
        font-size: 24px;
        color: #fff;
        text-decoration: none;
    }

        .caption-info h3 a:hover {
            color: yellow;
            text-decoration: none;
        }

.custom-heading {
    position: relative;
    font-size: 18px;
    text-align: right;
    padding: 6px;
    margin-bottom: 0;
}

    .custom-heading a {
        color: #fff;
        font-weight: bold;
    }

        .custom-heading a:hover {
            color: yellow;
            text-decoration: none;
        }

    .custom-heading hr {
        border-top: 2px solid #fff;
        margin-bottom: 0;
        margin-top: 3px;
    }

.main-content {
    background: #fff;
    padding: 0px;
    text-align: right;
}

.swiper-container {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    width: 100%;
    height: 220px;
    z-index: 1;
    cursor: grab;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-block;
    display: -ms-block;
    display: -webkit-block;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    cursor: default;
}

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        padding: 6px;
    }

.slide-content img {
    height: 100px;
}

.slide-content a {
    color: var(--MainBlack);
}

    .slide-content a:hover {
        color: #af261c;
        text-decoration: none;
    }

.carousel-control-next, .carousel-control-prev {
    width: 8%;
    background-color: #000;
    height: 45px;
}

.carousel-control-prev {
    border-top-left-radius: 5px;
}

    .carousel-control-prev span {
        position: absolute;
        background-color: #000;
    }

.carousel-control-next {
    right: 84%;
}


.main-label {
    background-color: #F0F0F0;
    border-right: 5px solid #d33026;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 6px;
    width: 100%;
}

.dropdown-menu {
    left: auto;
    text-align: right;
    font-size: 16px;
    border-radius: 0;
    min-width: 200px;
}

.navbar .dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--MainBlack);
    color: #fff;
}

.btn-lang {
    background: #af261c;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 2px 4px;
    transition: ease-in 0.2s;
    display: block;
}

    .btn-lang:hover {
        color: #fff;
        padding-top: 8px;
        transition: ease-in 0.2s;
    }

.btn-reservation {
    background: #af261c;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 2px 4px;
    transition: ease-in 0.2s;
    display: block;
}

    .btn-reservation:hover {
        color: #fff;
        padding-top: 8px;
        transition: ease-in 0.2s;
    }

.btn-ernst {
    background: #af261c;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 2px 4px;
    transition: ease-in 0.2s;
    display: block;
}

    .btn-ernst:hover {
        color: #fff;
        padding-top: 8px;
        transition: ease-in 0.2s;
    }

.ads-container {
    height: 200px;
    background-color: #fff;
    text-align: center;
}

    .ads-container img {
        height: 100%;
        width: 100%;
    }

.labelTitle {
    height: 100px;
    background-color: #ddd;
    padding: 30px 50px;
    text-align: right;
}

    .labelTitle h1 {
        font-size: 30px;
        font-weight: bold;
    }

.home-news-post {
    display: block;
    position: relative;
    text-decoration: none !important;
    color: #000 !important;
    height: 100%;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    transition: ease-in-out 0.3s;
}

    .home-news-post:hover {
        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.4);
    }

    .home-news-post img {
        height: 180px;
        width: 100%;
        /* margin-right: 10px; */
    }

    .home-news-post p {
        padding: 8px;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: bold;
    }

    .home-news-post span {
        padding: 6px 10px;
        float: left;
    }

#fixed-social {
    position: fixed;
    top: 40%;
    left: 0;
    /*margin-top: -100px;*/
    z-index: 9999;
}

    #fixed-social a {
        color: #FFF;
        display: block;
        height: 40px;
        position: relative;
        text-align: center;
        width: 40px;
        margin-bottom: 1px;
        z-index: 2;
    }

        #fixed-social a i {
            margin: 6px 0;
            font-size: 25px;
        }

        #fixed-social a span {
            line-height: 40px;
            left: 42px;
            position: absolute;
            text-align: center;
            width: 120px;
            visibility: hidden;
            transition-duration: 0.5s;
            z-index: 100;
            opacity: 0;
        }

.fixed-clock {
    background-color: rgba(205, 32, 31, 0.6);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fixed-clock:hover {
        background-color: #CD201F;
    }

    .fixed-clock span {
        background-color: #CD201F;
    }

.fixed-enr {
    background-color: #35ff827a;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fixed-enr:hover {
        background-color: #05a241d1;
    }

    .fixed-enr span {
        background-color: #05a241d1;
    }

.fixed-facebook {
    background-color: rgba(59, 89, 152, 0.6);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fixed-facebook:hover {
        background-color: #3B5998;
    }

    .fixed-facebook span {
        background-color: #3B5998;
    }

.fixed-gplay {
    background-color: rgba(0, 217, 255, 0.6);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fixed-gplay:hover {
        background-color: #00d7ff;
    }

    .fixed-gplay span {
        background-color: #00d7ff;
    }



.fixed-appstore {
    background-color: #1ca6f8;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fixed-appstore:hover {
        background-color: #1ca6f8;
    }

    .fixed-appstore span {
        background-color: #1ca6f8;
    }

.fixed-youtube {
    background-color: rgba(205, 32, 31, 0.6);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fixed-youtube:hover {
        background-color: #CD201F;
    }

    .fixed-youtube span {
        background-color: #CD201F;
    }

.fixed-envelope {
    background-color: rgba(150, 150, 150, 0.6);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .fixed-envelope:hover {
        background-color: #939598;
    }

    .fixed-envelope span {
        background-color: #939598;
    }

.content {
    text-align: justify;
    padding: 15px;
    min-height: 250px;
}

    .content h3 {
        color: var(--MainBlack);
    }

    .content h2 {
        color: var(--MainBlack);
        font-size: 32px;
        font-weight:bold;
    }

    .content ul li {
        display: block;
    }

    .content ol {
        padding-right: 15px;
        padding-left: 15px;
    }

    .content p span {
        font-family: 'Tajawal', sans-serif !important;
        font-size: inherit !important;
        color: inherit !important;
    }

    .content table {
        width: 100%;
    }

.sticky-top {
    position: fixed;
    top: 0;
    z-index: 1020;
}

.service-tile {
    display: block;
    padding: 15px;
    text-align: center;
    color: var(--MainBlack);
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    font-weight: bold;
    text-decoration: none !important;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    transition: ease-in-out 0.3s;
}

    .service-tile:hover {
        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
        bottom: 35px;
        border: 1px solid #af261c;
        color: #af261c;
        transition: ease-in-out 0.3s;
    }

.services-content {
    font-size: 18px;
    overflow: hidden;
    max-height: 182px;
    margin-bottom: 6px;
}

.museum-block {
    overflow: hidden;
    display: block;
}

    .museum-block img {
        height: 200px;
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    .museum-block:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.enr-album img {
    height: 170px;
}

.chairman img {
    border-radius: 50%;
    width: 500px;
}

.board-member img {
    border-radius: 50%;
    width: 300px;
    height: 200px;
}

.companies {
    text-align: center;
    margin: 10px;
}

    .companies img {
        width: 164px;
        height: 164px;
        /*border-radius: 50%;*/
        margin: 4px auto;
        display: block;
    }

.companies-border {
    border: 1px solid;
    border-radius: 12px;
}

    .companies-border:hover {
        box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.2);
        transition: 0.5s;
    }

.companyName {
    background-color: #ddd;
    height: 78px;
    padding: 10px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.companies a {
    color: var(--MainBlack);
}

    .companies a:hover {
        color: #af261c;
        text-decoration: none;
    }

.faq-tab-content {
    padding: 20px;
    width: 100%;
}

.nav-tabs .nav-link {
    color: #232323;
}

    .nav-tabs .nav-link:hover {
        background-color: #777777;
        color: white;
        font-weight: bold;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        font-weight: bold;
        color: #ffffff;
        background-color: #af261c;
    }

select {
    cursor: pointer;
}

.form-group {
    margin-bottom: 0 !important;
}

    .form-group input[type=file] {
        cursor: pointer;
    }

iframe {
    width: 100% !important;
}

.grid-round {
    border-radius: 10px;
    overflow: hidden;
}

    .grid-round img {
        height: 57px;
    }

    .grid-round .row {
        margin-bottom: 0 !important;
    }

.grid-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*Pagination*/
.pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table {
        width: 0 !important;
    }

        .pagination-ys table tr {
            direction: rtl;
            height: 0 !important;
        }

    .pagination-ys td {
        padding: 0px;
        vertical-align: middle;
        border: none;
    }

    .pagination-ys table > tbody > tr > td > a, .pagination-ys table > tbody > tr > td > span {
        position: relative;
        float: left;
        padding: 6px 8px;
        line-height: 1;
        text-decoration: none;
        color: #dd4814;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        margin-left: -4px;
    }

    .pagination-ys table > tbody > tr > td > span {
        position: relative;
        float: left;
        padding: 6px 8px;
        line-height: 1;
        text-decoration: none;
        z-index: 2;
        color: #aea79f;
        background-color: #f5f5f5;
        border-color: #dddddd;
        cursor: default;
        margin-left: -4px;
    }

    .pagination-ys table > tbody > tr > td:first-child > a, .pagination-ys table > tbody > tr > td:first-child > span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .pagination-ys table > tbody > tr > td:last-child > a, .pagination-ys table > tbody > tr > td:last-child > span {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .pagination-ys table > tbody > tr > td > a:hover, .pagination-ys table > tbody > tr > td > span:hover, .pagination-ys table > tbody > tr > td > a:focus, .pagination-ys table > tbody > tr > td > span:focus {
        /*color: #97310e;*/
        background-color: #eeeeee;
        border-color: #dddddd;
    }

/*End of Pagination*/

.alert {
    padding: 6px 6px;
    font-size: 16px;
    margin-bottom: 0;
}

    .alert i {
        color: inherit !important;
    }

.alert-danger {
    color: #c11b2b !important;
    background-color: #f8d7da !important;
}

 .lb-outerContainer{
            width:fit-content !important;
        }
        .lb-container{
            width:auto !important;
        }
        .lb-image{
            width :none !important;
        }

.panel-heading {
    background-color: #eee;
    padding: 12px;
}

    .panel-heading h4 {
        margin-bottom: 0px !important;
    }

    .panel-heading a {
        color: blue;
        display: block;
    }

        .panel-heading a:hover {
            text-decoration: none !important;
            color: var(--MainRed);
        }

.companies-logo {
    width: 40px;
    height: 40px;
    margin-left: 12px;
}

.btn-search {
    background-color: #af261c;
    color: white;
    border-radius: 0;
    text-decoration: none;
    padding: 6px 16px;
}

    .btn-search:hover, .btn-search:active, .btn-search:visited, .btn-search:focus {
        background-color: #1d1d1d;
        color: white;
        text-decoration: none;
    }

.content .form-group .login-icon {
    position: absolute;
    left: 26px;
    top: 41px;
    font-size: 20px;
    z-index: 1;
    color: orange;
}

.chosen-container {
    font-size: 1rem;
    display: block;
    width: 100% !important;
    border-radius: 5px;
}

.chosen-container-single .chosen-single {
    height: 100%;
    background: none !important;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid #ced4da;
}

    .chosen-container-single .chosen-single span {
        margin-right: 0px;
        padding: 6px 12px 6px 12px;
    }

.chosen-container-single {
    background-color: #fff;
}

.chosen-container .chosen-drop {
    border: 1px solid #ced4da;
    z-index: 2 !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ced4da;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container-single .chosen-search input[type="text"] {
    padding: 4px 5px;
    font-family: 'Tajawal', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: background-color 5000s ease-in-out 0s;
}

.chosen-container .chosen-results {
    padding: 0px;
    margin: 0px;
    margin-bottom: 2px;
    color: var(--MainBlack);
    max-height: 150px;
}

    .chosen-container .chosen-results li {
        line-height: 20px !important;
    }

        .chosen-container .chosen-results li.highlighted {
            background-image: linear-gradient(#d62a2a 20%, #b72424 90%);
            color: #fff;
        }

        .chosen-container .chosen-results li em {
            text-decoration: none;
            font-weight: bold;
            color: orange;
        }

.chosen-container-multi .chosen-choices {
    cursor: pointer;
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}

ul.chosen-choices {
    border-radius: 5px !important;
}

.chosen-container-active .chosen-choices {
    border-radius: 5px;
}

.chosen-container-multi .chosen-choices li {
    float: right;
}

    .chosen-container-multi .chosen-choices li.search-field {
        height: 100%;
        padding: 6px 12px 6px 12px;
    }

        .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
            font-family: 'Tajawal', sans-serif;
            font-weight: bold;
            font-size: 14px;
            color: var(--MainBlack);
            line-height: 1.5;
            height: 100%;
            cursor: pointer;
        }

    .chosen-container-multi .chosen-choices li.search-choice {
        color: var(--MainBlack);
        margin: 3px 5px 3px 5px;
        padding: 6px 12px 6px 12px;
        line-height: 15px;
        border-radius: 4px;
        cursor: pointer;
    }

        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
            position: relative;
            top: 2px;
            right: -6px;
            display: inline-block;
            float: right;
        }

.chosen-disabled {
    background-color: #f2f2f2 !important;
    opacity: 1 !important;
}

.label {
    font-weight: bold;
}

.textbox-shadow {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

    .textbox-shadow:focus,
    .textbox-shadow:active,
    .textbox-shadow:visited {
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    }

.navbar-btn {
    position: absolute;
    top: 66px;
    left: 1px;
    font-size: 14px;
}

.offcanvas-header {
    display: none;
}

.screen-overlay {
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

    .screen-overlay.show {
        transition: opacity .5s ease, width 0s;
        opacity: 1;
        width: 100%;
        visibility: visible;
    }

.w-60 {
    width: 60% !important;
}

.recaptcha {
    display: block;
    margin: auto;
    width: 75%;
    font-size: 25px;
}

.recaptcha-text {
    font-size: 25px;
    width: 75%;
    text-align: center;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);*/
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

.form-floating {
    position: relative;
}

    .form-floating > .form-select {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
        /*height: calc(3.5rem + 6px);*/
        line-height: 1.25;
    }

        .form-floating > .form-select ~ label {
            opacity: .65;
            transform: scale(.85) translateY(-0.5rem) translateX(1.15rem);
        }

    .form-floating > label {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding: 1rem 0.75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    }

iframe {
    height: 350px !important;
}

.date-picker {
    display: flex;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
}

    .date-picker span {
        padding: 5px 12px;
        background-color: #fff;
        color: var(--MainOrange);
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border: 1px solid #ced4da;
        border-right: 0px;
        cursor: pointer;
    }

    .date-picker .form-control:focus {
        box-shadow: none !important;
    }

.date-picker-input {
    border-left-width: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    box-shadow: none;
}

.date_span_focus {
    border-color: #80bdff !important;
}
/*==================================================*/







/*Media Screens*/
@media (max-width: 575.98px) {
    body {
        font-size: 12px;
    }

    .main-logo {
        text-align: right !important;
    }

    .logo {
        height: 50px !important;
        margin-top: 18px;
    }

    .heading-title h1 {
        font-size: 20px;
    }

    .heading-title h4 {
        font-size: 16px;
    }

    .caption-info {
        width: 100%;
    }

        .caption-info h3 a {
            font-size: 14px;
        }

    .custom-heading {
        font-size: 12px;
    }

    .service-tile {
        padding: 5px;
        font-size: 12px;
    }

        .service-tile img {
            height: 40px;
        }

    .services-content {
        font-size: 14px;
    }

    .btn {
        font-size: 12px;
    }

    .main-header {
        height: 95px;
    }

    .carousel-item img {
        width: 100%;
    }

    .main-label {
        font-size: 14px;
    }

    .home-news-post p {
        font-size: 12px;
    }

    .home-news-post span {
        font-size: 12px;
    }

    .slide-content img {
        height: 50px;
    }

    .slide-content a {
        font-size: 12px;
    }

    footer h4 {
        font-size: 14px;
    }

    footer a {
        font-size: 12px;
    }

    footer p {
        font-size: 12px;
    }

    #fixed-social a {
        height: 25px;
    }

        #fixed-social a i {
            font-size: 14px;
        }

        #fixed-social a span {
            line-height: 25px;
            font-size: 12px;
        }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 12px !important;
    }

    .heading-title {
        margin-top: 22px;
    }

    .carousel-control-next, .carousel-control-prev {
        height: 34px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .dropdown-item {
        font-size: 12px;
        padding: 2px 6px;
        white-space: pre-wrap;
    }

    .navbar-nav {
        padding: 4px 20px;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        background-color: transparent !important;
        color: #fff;
    }

    .navbar .dropdown-item:focus, .dropdown-item:hover {
        background-color: #fff;
        color: var(--MainBlack);
    }

    .hvr-overline-from-center:before {
        background: none;
    }

    .navbar-search {
        padding: 2px 6px;
    }

    .offcanvas-header {
        display: block;
        padding: 6px;
    }

        .offcanvas-header h5 {
            font-size: 14px;
            margin-bottom: 0px;
            padding: 0 14px;
        }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 1200;
        width: 50%;
        text-align: right;
        overflow: hidden;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    }

        .mobile-offcanvas.show {
            visibility: visible;
            transform: translateX(0);
        }

    .dropdown-menu {
        min-width: 50%;
    }

    .labelTitle {
        height: 60px;
        padding: 20px 12px;
    }

        .labelTitle h1 {
            font-size: 16px;
            margin-bottom: 0;
        }

    .chairman img {
        width: 80%;
    }

    h3 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    .panel-heading a {
        font-size: 14px;
    }

    .content h2 {
        font-size: 14px;
        font-weight: bold;
    }

    .content table {
        width: 100%;
    }

    .form-control {
        font-size: 12px;
    }

    .chosen-container {
        font-size: 12px;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    }

    .content .form-group .login-icon {
        font-size: 14px;
        top: 35px;
    }

    .chosen-container-single .chosen-single {
        height: calc(1.5em + .75rem + 2px);
        box-shadow: none;
    }

        .chosen-container-single .chosen-single span {
            margin-right: 0px;
            padding: 3px 6px;
        }

    .textbox-shadow {
        /*box-shadow: none;*/
    }

        .textbox-shadow:focus, .textbox-shadow:active, .textbox-shadow:visited {
            box-shadow: none;
        }

    .btn-lang {
        position: absolute;
        top: -87px;
        left: 4px;
        background: none;
        transition: none;
    }

        .btn-lang:hover {
            padding-top: 2px;
        }

    .btn-reservation {
        position: absolute;
        top: -37px;
        left: 4px;
        background: none;
        transition: none;
    }

        .btn-reservation:hover {
            padding-top: 2px;
        }

    .btn-ernst {
        position: absolute;
        top: -62px;
        left: 4px;
        background: none;
        transition: none;
    }

        .btn-ernst:hover {
            padding-top: 2px;
        }

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
        outline: 0;
    }

    .recaptcha {
        display: block;
        margin: auto;
        width: 100%;
        font-size: 12px;
    }

    .recaptcha-text {
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    .form-select {
        font-size: 14px;
    }

    .form-floating > label {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    body {
        font-size: 12px;
    }

    .main-logo {
        text-align: right !important;
    }

    .logo {
        height: 60px !important;
        margin-top: 18px;
    }

    .heading-title h1 {
        font-size: 26px;
    }

    .heading-title h4 {
        font-size: 16px;
    }

    .caption-info {
        width: 100%;
    }

        .caption-info h3 a {
            font-size: 14px;
        }

    .custom-heading {
        font-size: 12px;
    }

    .service-tile {
        padding: 5px;
        font-size: 12px;
    }

        .service-tile img {
            height: 40px;
        }

    .services-content {
        font-size: 14px;
    }

    .btn {
        font-size: 12px;
    }

    .main-header {
        height: 95px;
    }

    .carousel-item img {
        width: 100%;
    }

    .main-label {
        font-size: 14px;
    }

    .home-news-post p {
        font-size: 12px;
    }

    .home-news-post span {
        font-size: 12px;
    }

    .slide-content img {
        height: 50px;
    }

    .slide-content a {
        font-size: 12px;
    }

    footer h4 {
        font-size: 14px;
    }

    footer a {
        font-size: 12px;
    }

    footer p {
        font-size: 12px;
    }

    #fixed-social a {
        height: 25px;
    }

        #fixed-social a i {
            font-size: 14px;
        }

        #fixed-social a span {
            line-height: 25px;
            font-size: 12px;
        }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 12px !important;
    }

    .heading-title {
        margin-top: 22px;
    }

    .carousel-control-next, .carousel-control-prev {
        height: 34px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .dropdown-item {
        font-size: 12px;
        padding: 2px 6px;
        white-space: pre-wrap;
    }

    .navbar-nav {
        padding: 4px 20px;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        background-color: transparent !important;
        color: #fff;
    }

    .navbar .dropdown-item:focus, .dropdown-item:hover {
        background-color: #fff;
        color: var(--MainBlack);
    }

    .hvr-overline-from-center:before {
        background: none;
    }

    .navbar-search {
        padding: 2px 6px;
    }

    .offcanvas-header {
        display: block;
        padding: 6px;
    }

        .offcanvas-header h5 {
            font-size: 14px;
            margin-bottom: 0px;
            padding: 0 14px;
        }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 1200;
        width: 50%;
        text-align: right;
        overflow: hidden;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    }

        .mobile-offcanvas.show {
            visibility: visible;
            transform: translateX(0);
        }

    .dropdown-menu {
        min-width: 50%;
    }

    .labelTitle {
        height: 60px;
        padding: 20px 12px;
    }

        .labelTitle h1 {
            font-size: 16px;
            margin-bottom: 0;
        }

    .chairman img {
        width: 80%;
    }

    h3 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    .panel-heading a {
        font-size: 14px;
    }

    .content h2 {
        font-size: 14px;
        font-weight: bold;
    }

    .content table {
        width: 100%;
    }

    .form-control {
        font-size: 12px;
    }

    .chosen-container {
        font-size: 12px;
    }

    .content .form-group .login-icon {
        font-size: 14px;
        top: 35px;
    }

    .chosen-container-single .chosen-single {
        height: calc(1.5em + .75rem + 2px);
        box-shadow: none;
    }

        .chosen-container-single .chosen-single span {
            margin-right: 0px;
            padding: 3px 6px;
        }

    .textbox-shadow {
        box-shadow: none;
    }

        .textbox-shadow:focus, .textbox-shadow:active, .textbox-shadow:visited {
            box-shadow: none;
        }

    .btn-lang {
        position: absolute;
        top: -88px;
        left: 4px;
        background: none;
        transition: none;
    }

        .btn-lang:hover {
            padding-top: 2px;
        }

    .btn-reservation {
        position: absolute;
        top: -42px;
        left: 4px;
        background: none;
        transition: none;
    }

        .btn-reservation:hover {
            padding-top: 2px;
        }

    .btn-ernst {
        position: absolute;
        top: -66px;
        left: 4px;
        background: none;
        transition: none;
    }

        .btn-ernst:hover {
            padding-top: 2px;
        }

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
        outline: 0;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .main-logo {
        text-align: right !important;
    }

    .logo {
        height: 78px !important;
        margin-top: 18px;
    }

    .heading-title h1 {
        font-size: 28px;
    }

    .heading-title h4 {
        font-size: 20px;
    }

    .caption-info {
        width: 100%;
    }

        .caption-info h3 a {
            font-size: 16px;
        }

    .custom-heading {
        font-size: 14px;
    }

    .main-header {
        height: 114px;
    }

    .carousel-control-next, .carousel-control-prev {
        height: 34px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .nav-item {
        margin-left: 4px;
    }

    .btn-lang {
        font-size: 12px;
    }

    .btn-reservation {
        font-size: 12px;
    }

    .btn-ernst {
        font-size: 12px;
    }
}

@media (min-width: 801px) and (max-width: 991.98px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .main-logo {
        text-align: right !important;
    }

    .logo {
        height: 78px !important;
        margin-top: 18px;
    }

    .heading-title h1 {
        font-size: 28px;
    }

    .heading-title h4 {
        font-size: 20px;
    }

    .caption-info {
        width: 85%;
    }

        .caption-info h3 a {
            font-size: 16px;
        }

    .custom-heading {
        font-size: 14px;
    }

    .main-header {
        height: 114px;
    }

    .carousel-control-next, .carousel-control-prev {
        height: 34px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .nav-item {
        margin-left: 6px;
    }

    .btn-lang {
        font-size: 12px;
    }

    .btn-reservation {
        font-size: 12px;
    }

    .btn-ernst {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .caption-info {
        width: 85%;
    }

        .caption-info h3 a {
            font-size: 18px;
        }

    .custom-heading {
        font-size: 16px;
    }

    .carousel-control-next, .carousel-control-prev {
        height: 34px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
