<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&amp;display=swap");
body[lang="ar"] {
    direction: rtl;
    text-align: right;
}
body {
    font-family: "Raleway", sans-serif;
    background: #fcfcfc;
}

::-moz-selection {
    background: #1594b7;
    color: #fff;
}

::selection {
    background: #1594b7;
    color: #fff;
}

a {
    text-decoration: none;
}

header img {
    width: 150px;
}

header ul li {
    list-style: none;
}

    header ul li .btn {
        height: auto;
    }

.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    color: #fff;
    line-height: 48px;
}

.collapse-button {
    position: absolute;
    right: 13px;
    top: 50%;
    width: 36px;
    padding: 0;
    color: #000;
    text-align: center;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

    .collapse-button .icon-bar {
        display: block;
        height: 2px;
        width: 100%;
        margin: 8px 0;
        background-color: #000;
        border-radius: 1px;
    }

ul.slimmenu {
    margin: 0;
    padding: 0;
}

    ul.slimmenu:before,
    ul.slimmenu:after {
        content: "";
        display: table;
    }

    ul.slimmenu:after {
        clear: both;
    }

    ul.slimmenu.collapsed li {
        display: block;
        width: 100%;
    }

        ul.slimmenu.collapsed li &gt; ul {
            position: static;
            display: none;
        }

        ul.slimmenu.collapsed li a {
            display: block;
            border-bottom: 1px solid rgba(0, 0, 0, 0.075);
        }

        ul.slimmenu.collapsed li .sub-toggle {
            height: 43px;
            width: 100%;
        }

    ul.slimmenu li {
        position: relative;
        display: inline-block;
    }

        ul.slimmenu li ul {
            margin: 0;
            list-style-type: none;
        }

        ul.slimmenu li &gt; ul {
            position: absolute;
            left: 0;
            top: 100%;
            z-index: 999;
            display: none;
            width: 100%;
            min-width: 250px;
            padding: 0;
            background: #f2f2f2;
        }

            ul.slimmenu li &gt; ul li {
                display: block;
            }

                ul.slimmenu li &gt; ul li a {
                    padding: 10px 20px;
                    display: block;
                    line-height: 1.5;
                    font-weight: 400;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
                }

                    ul.slimmenu li &gt; ul li a:hover {
                        background: rgba(0, 0, 0, 0.06);
                    }

            ul.slimmenu li &gt; ul &gt; li ul {
                position: absolute;
                left: 100%;
                top: 0;
                z-index: 999;
                display: none;
                width: 100%;
            }

        ul.slimmenu li a {
            display: block;
            line-height: 55px;
            padding: 0 30px;
            color: #4c2037;
            font-weight: 700;
            font-size: 0.95rem;
            transition: 0.5s ease-out;
            -o-transition: 0.5s ease-out;
            -moz-transition: 0.5s ease-out;
            -webkit-transition: 0.5s ease-out;
        }

            ul.slimmenu li a.btn,
            ul.slimmenu li a.btn:hover {
                color: #fff;
                font-weight: 500;
                padding: 0 1.2rem;
            }

            ul.slimmenu li a:hover {
                color: #4ec1e0;
            }

        ul.slimmenu li .sub-toggle {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 999;
            width: 25px;
            height: 100%;
            text-align: center;
            cursor: pointer;
        }

            ul.slimmenu li .sub-toggle:before {
                content: "";
                display: inline-block;
                height: 100%;
                vertical-align: middle;
                margin-top: 2px;
            }

            ul.slimmenu li .sub-toggle &gt; i {
                display: inline-block;
                color: #ccc;
                vertical-align: middle;
                opacity: 0.7;
                font-size: 10px;
            }

    ul.slimmenu &gt; li {
        border-left: 1px solid rgba(0, 0, 0, 0.05);
    }

        ul.slimmenu &gt; li:first-child {
            border-left: 0;
        }

.banner img {
    border-radius: 12px;
}

.register {
    background: #f1f2f7 url(../images/bg.png) top left / 100% auto no-repeat;
}

h3 {
    color: #4c2037;
    font-weight: 600;
    font-size: 1.5rem;
}

.register li {
    list-style: none;
    padding: 0 0 20px 25px;
    background: url(../images/icon.png) 0 6px / 13px auto no-repeat;
}

.reg-form {
    padding: 2.2rem;
    box-shadow: 7px -7px 50px rgba(11, 66, 90, 0.1);
    border-radius: 12px;
}

    .reg-form .form-control {
        min-height: 50px;
        box-shadow: none;
        background: #f2f3f7;
        border-color: #f2f3f7;
    }

.primary-btn {
    border-color: #1db2da;
    background: #1db2da;
    color: #fff;
    height: 50px;
    padding: 0.5rem 1.2rem;
}

    .primary-btn:hover,
    .primary-btn:active {
        border-color: #1594b7;
        background: #1594b7;
        color: #fff;
    }

.outline-btn {
    border-color: #1db2da;
    color: #1db2da;
    height: 50px;
    padding: 0.5rem 1.2rem;
}

    .outline-btn:hover,
    .outline-btn:active {
        border-color: #1594b7;
        background: #1594b7;
        color: #fff;
    }

.reg-form h6 {
    font-size: 1.5rem;
    color: #002f6d;
    font-weight: 400;
}

    .reg-form h6 strong {
        font-weight: 600;
    }

    .reg-form h6 small {
        font-size: 50%;
    }

.payment-box .payment-img {
    width: 80px;
}

.payment-box table {
    border: 1px solid #dee2e6;
}

    .payment-box table td {
        text-align: left;
        padding: 1rem;
    }

    .payment-box table tr td:last-child {
        font-weight: 600;
        text-align: right;
        word-break: break-all;
    }

.language-switch {
    position: relative;
    margin-right: 15px;
}

    .language-switch button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: none;
        outline: none;
        box-shadow: none;
        padding: 5px 12px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #4ec1e0;
        border-radius: 5px;
        gap: 15px;
        font-size: 0.9rem;
    }

        .language-switch button svg {
            font-size: 0.75rem;
        }

    .language-switch:hover button {
        border-radius: 5px 5px 0 0;
        border-bottom: none;
    }

    .language-switch:hover button,
    .language-switch ul li a:hover {
        color: #fae051;
    }

    .language-switch ul {
        margin: 0;
        padding: 0;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-top: none;
        border-radius: 0 0 5px 5px;
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
    }

        .language-switch ul li a {
            font-size: 0.9rem;
            display: block;
            text-align: center;
            padding: 10px 5px;
            color: #4ec1e0;
        }

    .language-switch:hover ul {
        display: block;
    }

.arabic {
    direction: rtl;
}

    .arabic .register li {
        padding: 0 28px 20px 0;
        background: url(../images/icon.png) right 6px / 13px auto no-repeat;
    }

    .arabic .language-switch {
        margin-right: 0;
        margin-left: 15px;
    }

    .arabic .payment-box table td {
        text-align: right;
    }

.payment-box table tr td:last-child {
    text-align: left;
}

.arabic .collapse-button {
    right: auto;
    left: 13px;
}

@media (min-width: 1200px) {
    .arabic ul.slimmenu li &gt; ul {
        left: auto;
        right: 0;
    }

        .arabic ul.slimmenu li &gt; ul &gt; li ul {
            right: 100%;
        }

    .arabic ul.slimmenu li .sub-toggle {
        right: auto;
        left: 0;
    }
}

@media (max-width: 1199.98px) {
    .reg-form {
        padding: 1.75rem;
    }

    ul.slimmenu {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        overflow: auto;
        background: #191919;
        padding: 5px;
        width: 280px;
        z-index: 999;
    }

        ul.slimmenu li a {
            padding: 10px 20px;
            line-height: 1.5;
            color: #a6a6a6;
        }

        ul.slimmenu &gt; li {
            border-left: none;
        }

        ul.slimmenu li &gt; ul {
            min-width: auto;
            padding-left: 10px;
            background: rgba(255, 255, 255, 0.03);
        }

        ul.slimmenu li .sub-toggle &gt; i {
            position: absolute;
            right: 7px;
            top: 14px;
        }

    .arabic ul.slimmenu li .sub-toggle &gt; i {
        right: auto;
        left: 7px;
    }

    ul.slimmenu li a i {
        display: none;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 99;
        display: none;
    }

    .menu-close,
    .menu-close:hover {
        font-size: 1.5rem;
        color: #a6a6a6;
    }
}

@media (max-width: 575.98px) {
    html,
    body {
        font-size: 15px;
    }

    header img {
        width: 120px;
    }

    .register li {
        padding: 0 0 15px 25px;
    }

    h3 {
        font-size: 1.2rem;
    }

    .reg-form {
        padding: 1.6rem;
    }

    .primary-btn,
    .outline-btn {
        padding: 0.5rem 0.75rem;
    }

    .reg-form h6 {
        font-size: 1.3rem;
    }
}


/*---------------Loader--------------*/

@media (max-width: 340px) {
    .book-now .col-6 {
        width: 100%;
    }

    .navbar-brand img {
        width: 150px;
        margin: 16px 0;
    }

    .myBtn {
        width: 34px;
        height: 34px;
    }

    .radio-container h6 span {
        font-size: 13px;
    }
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

#SpinnerOverlay {
    display: none;
    z-index: 9998;
}

    #SpinnerOverlay img {
        width: 100px;
        height: auto;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
    }

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

#SpinnerOverlay {
  display: none;
}

.spinner:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #ccc;
    border-top-color: #333;
    animation: spin 0.8s infinite linear;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

/*-------------------------*/</pre></body></html>