/*@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');*/
@import url('../fonts/Cairo/cairo.css?family=Cairo&display=swap');

:root {
    --dark-blue: #004d79;
    --blue: #00b0ff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #32444e;
    --primary: #050505;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}


body {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;

    text-align: start;
    font-family: Cairo, "Cairo Black", "Cairo ExtraLight", "Cairo Light" !important;
}

footer {
    background-color: #f3f7f9;
}

    footer .text-dark {
        color: #32444e !important;
    }

.text-center {
    text-align: center;
}

body .panel-angle {
    color: #004d79;
    font-size: 34px;
    font-weight: bolder;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media (max-width: 500px) {
    .responsive-tb {
        width: 320px;
        font-size: 10px;
        line-height: 1.4;
    }



    .date-table {
        width: 50px;
    }
}

.margin-2 {
    width: 100%;
    margin-top: 2rem;
}

.margin-1 {
    width: 100%;
}

.about_mid_section {
    display: block;
    width: 100%;
}

.right_one {
    margin-top: 1rem;
}

@media (min-width: 1000px) {
    .about_mid_section {
        display: flex;
        width: 85%;
        justify-content: space-between;
    }

    .left_one {
        float: left;
        width: 30%;
    }

    .right_one {
        margin-top: 0;
        justify-content: end;
        float: right;
        width: 30%;
    }



    .margin-2 {
        margin-right: 8rem;
    }

    .margin-1 {
        margin-left: 10rem;
    }
}


.services .card,
.nationality .card {
    background-color: rgba(0, 176, 255, 0.06);
    height: 404px;
}

    .homepage .services .card .btn,
    .nationality .card .btn {
        border-radius: 36px;
        background-color: #00b0ff;
        border-color: #00b0ff;
        width: 126px;
        color: #ffffff;
        font-family: Cairo;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 30px;
        text-align: center;
    }

@media (min-width: 800px) {
    .margin-top {
        margin-top: 1.5rem;
    }
}

.homepage .services .card .btn #register_e {
    border-radius: 0;
}

.card .soon {
    color: #32444e;
    font-family: Cairo;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}


.dropdown-menu {
    width: 100%;
    text-align: start;
}

.form-group {
    margin-bottom: 31px; /* added for contact for but should fix all forms */
}

    .form-group input,
    .form-group input,
    .dropdown-field,
    .input-group
    .input-group-text,
    .custom-file-label {
        /*border: 1px solid #778ca2;*/
        /*box-sizing: border-box;*/
        height: 45px;
        background-color: rgba(255, 255, 255, 0.5);
        justify-content: flex-end;
        display: flex;
        align-items: center;
    }
       
        .form-group.required label:not(.custom-file-label):not(.optional):after {
            content: '*';
            color: red;
        }

    .custom-file-label:after {
        height: 100%;
        display: flex;
        align-items: center;
        background-color: #6593c1;
    }

.custom-file-label.selected {
    display: flex;
    align-items: center;
    justify-content: center;
}



[dir='rtl'] .custom-control-label::before {
    right: -1.5rem;
    left: unset;
}

[dir='ltr'] .custom-file-label:after {
    left:0;
}

[dir='rtl'] .custom-control-label::before {
    right: -1.5rem;
    left: unset;
}

.btn-close-modal {
    height: 48px;
    width: 200px;
    border-radius: 24px;
    background-color: #00b0ff;
    border-color: #00b0ff;
}

/*.modal-open .modal {
        background: rgba(0, 77, 121, 0.8);
    }*/

.showIcon {
    width: 50px;
    height: 50px;
    margin-left: 20px;
}

.updateIcon {
    width: 50px;
    height: 40px;
    margin-top: 4px;
}

/* Header section */

header .nav-link.active {
    font-weight: bold;
    border-bottom: 2px solid #32444e;
    padding-bottom: 2px;
}




.cubes {
    position: absolute;
    bottom: -137%;
    left: 7rem;
}

[dir='rtl'] .cubes {
    position: absolute;
    bottom: -137%;
    right: 85%;
}

.end_of_page {
    width: 140px;
    height: 80px;
}




[dir='rtl'] .logo-ar {
    display: block;
}

.navbar-expand-md .navbar-nav .nav-link:not(.active) {
    color: #32444e !important;
    font-weight: bold;
}

header .login-btn {
    border-radius: 24px;
    width: 148px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2F2C75 !important;
    border-color: #2F2C75;
    background-color: #fff;
    font-weight: bold;
}

header .language-btn {
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2F2C75 !important;
    border-color: #2F2C75;
    background-color: white;
}

.homepage {
    width: 100%;
}

    .homepage header .language-btn {
        border-color: #2F2C75 !important;
    }

header .language-btn:hover, header .login-btn:hover {
    background-color: #2F2C75 !important;
    color: white !important;
    border-color: white !important;
}

.share-social .list-group {
    f-style: none;
}

.homepage .burger-white {
    display: block;
}

@media (min-width: 500px) {
    #logo_ytj_nav {
        height: 7rem;
        width: 7rem;
        margin-left: 1rem;
        float: left
    }

    .margin-1 {
        margin-left: 14rem;
    }

    .image_about {
        width: 70%;
    }

    .nav_mobile_hide {
        display: none;
    }

    .arrow_1 {
        position: absolute;
        top: 0;
        right: 40%;
    }

    .arrow_2 {
        position: absolute;
        top: 10rem;
        right: 45%;
    }

    .arrow_3 {
        position: absolute;
        top: 15rem;
        right: 35%;
    }
}

@media (max-width: 500px) {
    #logo_ytj_nav {
        height: 3.5rem;
        width: 3.5rem;
        margin-left: 1rem;
        float: left
    }

    .margin-1 {
        margin-left: 1rem !important;
    }

    .image_about img {
        width: 90% !important;
        height: 15rem !important;
    }

    .nav_mobile_hide {
        display: block;
    }
}

.homepage .burger-dark {
    display: none;
}

body:not(.homepage) .burger-white {
    display: none;
}

body .mobile.logo-ar,
body .mobile.logo-en {
    display: none;
}

@media (max-width: 575.98px) {
    #navbarCollapse {
        position: absolute;
        background: rgb(255, 255, 255);
        top: 75px;
        z-index: 44;
        width: 92%;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
    }

    body .desktop.logo-ar,
    body .desktop.logo-en {
        display: none;
    }

    #navbarCollapse:before {
        content: '';
        border: 7px solid transparent;
        border-top: 9px solid #fff;
        margin-left: 10px;
        margin-bottom: 3px;
        display: inline-block;
        vertical-align: bottom;
        top: -16px;
        position: absolute;
        transform: rotate(180deg);
        left: 7px;
    }

    [dir='ltr'] #navbarCollapse:before {
        left: unset;
        right: 7px;
    }



    [dir='rtl'] .custom-file-label {
        text-align: end;
    }

    span.accordion-icon {
        font-size: 25px;
    }

    span.accordion-title {
        font-size: 16px;
    }

    .mobile.logo-en {
        display: block !important;
    }

    [dir='rtl'] .mobile.logo-en {
        display: none !important;
    }

    [dir='rtl'] .mobile.logo-ar {
        display: block;
    }
}

span.accordion-title {
    text-align: start;
}

.show .language-btn,
.show .login-btn,
.color-dark-blue {
    color: #004d79 !important;
}
/* Header section */

/* Home page */
.flex-1 {
    flex: 1;
}

.hero-image {
    z-index: -1;
    top: -109px;
}

    .hero-image.desktop.logo-ar {
        max-height: 500px;
    }

[dir='ltr'] .hero-image.desktop {
    right: 13%;
    top: 0;
}

[dir='rtl'] .hero-image {
    left: 13%;
    top: 0;
}

.lead {
    max-width: 510px;
    opacity: 0.8;
    color: #32444e;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 40px;
}

.homepage header .language-btn {
    color: #fff;
}

.homepage header .login-btn {
    color: #fff;
}



.registration_buttons {
    display: flex;
    margin: auto;
    justify-content: center;
}

@media (max-width: 500px) {
    .registration_buttons {
        margin-left: 15%;
    }
}

@media (min-width: 400px ) and (max-width: 500px) {
    .registration_buttons {
        margin-left: 18%;
    }
}

@media (max-width: 320px) {
    .registration_buttons {
        margin-left: 9%;
    }
}

.registration_buttons_ar {
    display: flex;
    margin: auto;
    justify-content: center;
}

@media (max-width: 500px) {
    .registration_buttons_ar {
        margin-right: 15%;
    }
}

@media (min-width: 400px ) and (max-width: 500px) {
    .registration_buttons_ar {
        margin-right: 18%;
    }
}

@media (max-width: 320px) {
    .registration_buttons_ar {
        margin-right: 9%;
    }
}

.register-index {
    font-size: 20px;
    width: 15rem;
    margin-top: 1.5rem;
    line-height: 30px;
    font-family: Cairo;
    background-color: #00b0ff;
    margin-left: auto;
    margin-right: auto;
}

.read-more {
    padding: 5px;
    color: #fff;
    background-color: #00b0ff;
    border: 0.5px #007bff solid;
    border-radius: .25rem;
    font-size: 18px;
    line-height: 30px;
    font-family: Cairo;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .read-more:hover {
        background-color: #1565c0;
    }
/* End Home page */

/*  Start Login, Register Page */

.form-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}

.register,
.login {
    max-width: 559px;
}

.login-form .login-btn,
.register-form .register-btn {
    height: 60px;
    /*width: 402px;*/
    border-radius: 36px;
    background-color: #00b0ff;
    border-color: #00b0ff;
}

@media (max-width: 575.98px) {
    .form-page {
        max-width: 559px;
        width: 100%;
    }

    .login-form .login-btn {
        width: 100%;
    }

    .hero-image.mobile {
        display: block;
    }

    .hero-image.mobile {
        width: 8rem;
        height: 7rem;
    }

    .hero-image.desktop {
        display: none;
    }

    [dir='rtl'] .hero-image {
        left: 0px;
    }

    [dir='ltr'] .hero-image {
        left: 2rem;
        top: 1rem;
    }

    .hero-section .title {
        width: 131px;
    }

    .homepage .navbar-light .navbar-toggler {
        color: #fff;
    }
}

@media (min-width: 576px) {
    .hero-image.desktop.logo-ar {
        width: 699px;
        height: 500px;
    }
}

/*  End Login Page*/

/* Start Stepper Pages */

.nationality .card {
    box-sizing: border-box;
    height: 265px;
    width: 403px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

    .nationality .card:hover {
        border-color: #004d79;
        cursor: pointer;
    }

.nationality .btn-register {
    height: 56px;
    width: 180px;
    border-radius: 36px;
    background-color: #00b0ff;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.next-step,
button.start-applying,
.ask-us {
    height: 48px;
    width: 200px;
    border-radius: 24px;
    background-color: #00b0ff;
    border-color: #00b0ff;
}

a.previous-step {
    height: 24px;
    /* width: 48px; */
    color: #00b0ff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

.details-field {
    margin-left: -7px;
}

[dir='rtl'] .details-field {
    margin-right: -7px;
    margin-left: unset;
}

/* End Stepper Pages */

/* Table Style */
th {
    background-color: #f3f7f9;
    color: #004d79;
    font-weight: bolder;
}

td {
    font-weight: bolder;
}

.table-bordered {
    border: 1px solid #bfd3de;
}

/* End Table Style  */

.border-header {
    height: 1px;
    width: 100%;
    border: 1px solid rgba(0, 77, 121, 0.1);
}

.blue-small-seperator {
    height: 4px;
    width: 90px;
    background-color: #00b0ff;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-24 {
    font-size: 24px;
}

.bg-primary {
    background-color: #004d79 !important;
    color: #fff;
}

.color-dark-gray {
    color: var(--gray-dark);
}

.cursor-pointer {
    cursor: pointer;
}

text-area.form-control {
    height: 148px;
}

[dir='rtl'] .input-group input {
    border-left: 0px;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

[dir='rtl'] .input-group .input-group-text {
    border-right: 0px;
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.input-group .input-group-text.search {
    background-color: #004d79;
    color: #fff;
}

.card-header {
    background-color: #f3f7f9;
}

#faqAccordion .card-header {
    background: #fff;
}

#faqAccordion.accordion {
    color: #32444e;
}

    #faqAccordion.accordion .card:not(:last-child) {
        border-bottom: 1px solid rgba(151, 151, 151, 0.26) !important;
    }

.accordion-icon {
    font-size: 50px;
    color: var(--blue);
    line-height: 0;
    width: 0px;
    margin-bottom: 0.5rem;
    top: 5px;
    position: relative;
}

.card.card-expanded .accordion-icon::after {
    content: '-';
}

.card-collapsed .accordion-icon::after {
    content: '+';
}

.btn.focus,
.btn:focus {
    box-shadow: unset;
}

.ask-us {
    width: 112px;
}

.read-doc,
a.more-questions {
    color: #00b0ff;
}

.card-collapsed .fa-angle-down.panel-angle {
    display: block;
}

.card-expanded .fa-angle-down.panel-angle {
    display: none;
}

.card-collapsed .fa-angle-up.panel-angle {
    display: none;
}

.card-expanded .fa-angle-uo.panel-angle {
    display: block;
}

.field-title {
    color: #32444e;
    font-weight: bold;
}

/* About us page */

.aboutus_P {
    width: 60%;
    justify-content: center;
}

.p_en {
    float: left;
}

.p_ar {
    float: right;
}

.aboutus_img {
    width: 40%;
}

.img_en {
    float: right;
}

.img_ar {
    float: left;
}

.aboutus_img img {
    width: 500px;
}

@media (max-width: 760px) {
    .aboutus_P {
        float: none;
        width: 100%;
        max-width: 800px;
        justify-content: center;
    }

    .aboutus_img {
        width: 100%;
        float: none;
        max-width: 800px;
    }

        .aboutus_img img {
            width: 90%;
        }
}

/* End about us page */


