@font-face {
    font-family: Regular;
    src: url("../fonts/font-Effra.ttf");
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    background: rgb(255, 255, 255);
    font-family: Regular;
    position: relative;
    font-weight: 400;
    text-align: start;
    direction: rtl;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}

.clier-fix {
    clear: both;
    display: inline;
}

a {
    text-decoration: none !important;
}

input,
button {
    outline: none;
}

.tooltip>.tooltip-inner {
    background-color: #011f4b;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 12px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    margin: 25px;
    opacity: 1;
}

.tooltip>.arrow:after {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    background-color: transparent;
    border-width: 33px;
    margin: -27px -28px;
    z-index: 2;
    height: 16px;
    z-index: 0;
}

.bs-tooltip-bottom .arrow:after {
    bottom: 0;
    border-bottom-color: #fff;
}

.bs-tooltip-top .arrow:after {
    top: 0;
    border-top-color: #fff;
}

.bs-tooltip-left .arrow:after {
    left: 0;
    border-left-color: #fff;
}

.bs-tooltip-right .arrow:after {
    right: 0;
    border-right-color: #fff;
}

.tooltip>.arrow:before {
    background-color: transparent;
    border-width: 30px;
    margin: -28px -25px;
    z-index: 2;
    height: 20px;
    /*  */
    /* clip-path: polygon(50% 0%, 0% 100%, 100% 100%);  top*/
    /* clip-path: polygon(50% 100%, 0 0, 100% 0); bottom*/
}

.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #011f4b;
}

.bs-tooltip-top .arrow:before {
    border-top-color: #011f4b;
}

.bs-tooltip-left .arrow:before {
    border-left-color: #011f4b;
}

.bs-tooltip-right .arrow:before {
    border-right-color: #011f4b;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    text-align: start;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

section {
    padding: 50px 0px;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

:root {
    --black: #000;
    --Snow: #fafafa;
    --DarkGray: #aaa;
    --Whisper: #ebebeb;
    --DimGray: #6e6e6e;
    --lableDimGray: #707070;
    --BlackRussian: #0c121d;
}

input,
button {
    outline: none;
}

/*  */
/* tart hero_section */

.hero_section {
    background: url("../img/Background.png") no-repeat center;
    background-size: cover;
    min-height: calc(100vh - 76.92px);
    padding-bottom: 0px;
}

.hero_section_logo {
    margin-bottom: 66px;
}

.book-consultation {
    text-align: center;
    /* max-width: 750px; */
    /* margin: auto; */
}

.book-consultation .book-consultation_list {
    margin-bottom: 40px;
}

.book-consultation .book-consultation_list ul {
    display: flex;
    justify-content: center;
    gap: 40px;
}

li.book-consultation-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

li.book-consultation-item span.name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.book-consultation_data h1 {
    font-size: 90px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}

.book-consultation_data p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 32px;
    line-height: 35px;
}

.book-consultation_data a {
    background: #12b1c7;
    border-radius: 12px;
    height: 62px;
    display: inline-flex;
    padding-inline: 32px;
    align-items: center;
    gap: 12px;
}

.book-consultation_data a span.text {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.book-consultation-slider {
    direction: ltr;
}

.book-consultation-slider .owl-stage {
    display: inline-flex;
    align-items: flex-end;
    vertical-align: bottom;
    margin-bottom: -10px;
}

.book-consultation_data {
    max-width: 750px;
    margin: auto;
    margin-bottom: 60px;
}

.book-consultation-slider .owl-nav {
    display: none;
}

.book-consultation-slider .owl-dots {
    display: none;
}

/* end hero_section */

/*  start page area  */
.breadcrumb {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: baseline; */
    background: #ececec;
    margin-bottom: 0px;
    /* padding: 0px; */
}

.breadcrumb_list nav {
    /* background: #ECECEC; */
}

header {
    background: #133962;
    padding: 16px 0px;
}

.breadcrumb-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb_list nav ol.breadcrumb {
    display: flex;
    align-items: center;
    padding: 0px;
}

.close_dash button {
    color: #133962;
    border: none;
    background: none;
    outline: none;
    font-size: 20px;
    vertical-align: text-top;
    font-weight: 700;
    padding-top: 5px;
    text-decoration: underline;
}

.breadcrumb_list .breadcrumb-item+.breadcrumb-item::before {
    color: #121212;
    content: "ᐳ";
    font-size: 13px;
    font-weight: 400;
}

.breadcrumb_list nav ol.breadcrumb li.breadcrumb-item a {
    color: #121212;
    font-size: 24px;
    font-weight: 700;
}

/* end page area */

/* Start Footer */

footer {
    /* margin-top: 100px; */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    z-index: 2626;
    margin-top: auto;
    padding-block: 15px;
}

footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

footer .container .partner-logo {
    position: relative;
    height: 100%;
    display: inline-flex;
    align-items: center;
    min-height: 45px;
}

footer .container img {
    width: 120px;
}

footer .container .partner-logo:first-child::after {
    content: "";
    background-color: #e7e7e7;
    position: absolute;
    inset-inline-end: -19px;
    width: 2px;
    height: 35px;
    top: 7px;
}

footer .container .partner-logo:last-child::after {
    content: "";
    background-color: #e7e7e7;
    position: absolute;
    inset-inline-end: -16px;
    width: 2px;
    height: 30px;
    top: 7px;
    display: none;
}

/* End Footer */

/*  */

.steps_book ul {
    display: flex;
    justify-content: center;
    padding-block: 40px;
    position: relative;
    max-width: 650px;
    margin: auto;
    justify-content: space-between;
}

.steps_book ul:after {
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 14px;
    box-shadow: 0px 4px 4px 0px #00000026 inset;
    background: #f0f0f0;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 32%;
}

li.step_book-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    counter-increment: headerCounter;
}

li.step_book-item span.circle {
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    background: #f0f0f0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: relative;
}

li.step_book-item span.arrow {
    height: 18px;
}

li.step_book-item span.text {
    box-shadow: 0px 2px 2px 0px #0000001a inset;
    background: #f0f0f0;
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding-inline: 15px;
    font-weight: 700;
    color: #8c8c8c;
    padding-top: 3px;
    border-radius: 50px;
    min-width: 70px;
}

li.step_book-item span.circle:after {
    background: #bfbfbf;
    width: 26px;
    height: 26px;
    position: absolute;
    content: "1";
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 700;
    content: counter(headerCounter);
}

li.step_book-item span.arrow svg {
    font-size: 18px;
    color: #f0f0f0;
}

li.step_book-item.done span.circle:after {
    content: "✓";
    background: #12b1c7;
}

li.step_book-item.active span.circle:after {
    content: "";
    background: #fff;
    border: 5px solid #12b1c7;
}

li.step_book-item.done span.arrow svg {
    color: #12b1c7;
}

li.step_book-item.done span.text {
    background: #12b1c7;
    color: #fff;
}

.box-data-steps {
    background: #f5f0f040;
    border: 1px solid #e5e5e5;
    padding: 40px;
    min-height: 60vh;
}

.box-data-steps .title {
    margin-bottom: 30px;
}

.box-data-steps .title h2 {
    display: inline-block;
    border-bottom: 2px solid #000;
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

.data-steps_list-items ul,
.data-steps_list-items-area ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/*  */
/*start shour  */

.list-advisors a {
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.list-advisors a .list-advisors_box .list-advisors_box_img {
    width: 88px;
    margin: auto;
    height: 88px;
    margin-bottom: -44px;
}

.list-advisors a .list-advisors_box .list-advisors_data {
    border: 1px solid #e1d9d9;
    padding: 60px 10px 10px 10px;
    border-radius: 12px;
    background: #fff;
    transition: 0.3s ease all;
}

.list-advisors a .list-advisors_box .list-advisors_box_img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.list-advisors a .list-advisors_box .list-advisors_data h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.list-advisors a .list-advisors_box .list-advisors_data h4 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.list-advisors a .list-advisors_box .list-advisors_data p {
    margin-bottom: 0px;
    color: #888080;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 21px;
    /* max-height: 48px; */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.list-advisors .col-md-3.col-sm-6.col-xs-12 {
    padding-inline: 7px;
}

.list-advisors a:hover .list-advisors_box .list-advisors_data {
    border: 1px solid #ed8922;
}

/* end shour */

/* start time */
.data-steps_options {
    margin-block: 30px;
}

.data-steps_options ul {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.data-steps_options ul li {
    display: flex;
    align-items: normal;
    gap: 7px;
}

.data-steps_options ul li:nth-child(1) {
    margin-inline-end: 20px;
}

.data-steps_list-items ul li:hover,
/* .data-steps_list-items ul li:hover a, */
.data-steps_list-items-area ul li a:hover {
    background: #ed8922;
    border: 1px solid #fff;
    color: #fff;
}

.data-steps_list-items ul li,
/* .data-steps_list-items ul li a, */
.data-steps_list-items-area ul li a {
    min-width: 128px;
    display: flex;
    border: 1px solid #5a595c;
    border-radius: 8px;
    height: 48px;
    justify-content: center;
    align-items: center;
    color: #5a595c;
    font-size: 20px;
    transition: 0.3s ease all;
    padding: 12px 7px 7px;
}

.data-steps_list-items ul li.completed,
.data-steps_list-items ul li.completed a,
.data-steps_list-items ul li.completed>span {
    background: #002d43;
    color: #9fa0a4;
    position: relative;
    cursor: not-allowed;
}

.data-steps_list-items ul li.completed a:after,
.data-steps_list-items ul li.completed>span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(-17deg);
}

.data-steps_list-items ul li.completed a:before,
.data-steps_list-items ul li.completed>span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(17deg);
}

/* end time */
/* start data  */
.data-steps_form {
    max-width: 400px;
    margin: auto;
}

.data-steps_form .form-group {
    position: relative;
    width: 100%;
}

.data-steps_form .form-group label {
    display: block;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 700;
}

.data-steps_form .form-group input {
    width: 100%;
    border: 1px solid #d4d4d4;
    height: 50px;
    border-radius: 8px;
    padding-inline: 15px;
}

.data-steps_form .form-group span.numper-code {
    position: absolute;
    bottom: 0px;
    height: 50px;
    border-radius: 8px;
    background: #12b1c7;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 6px;
    inset-inline-end: 0px;
    font-weight: 500;
}

.data-steps .btn_submit {
    margin-top: 40px;
    width: 100%;
    margin-bottom: 40px;
}

.data-steps .btn_submit button {
    width: 100%;
    background: #043a61;
    color: #fff;
    height: 54px;
    border: none;
    outline: none;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    padding-top: 6px;
    cursor: pointer;
    transition: 0.3s ease all;
}

.data-steps .btn_submit button:hover {
    background: #011e33;
}

/* end data */

/*  */
.mt-40 {
    margin-top: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.data-steps.--review-data .box-data-steps {
    padding: 0 0 10px 0;
}

.data-steps.--review-data .box-data-steps .review-data-header {
    background: #12B1C7;
    border: 1px solid #E5E5E5;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.data-steps.--review-data .box-data-steps .review-data-header h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    padding-top: 12px;
}

.box-data-steps .review-data_user {
    display: flex;
    justify-content: center;
    margin-inline: 40px;
    gap: 15px;
    align-items: center;
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 25px;
}

.box-data-steps .review-data_details {
    width: 350px;
    margin: auto;
    margin-block: 25px;
}

.box-data-steps .review-data_user .review-data_user-img img {
    width: 88px;
    height: 88px;
    object-fit: scale-down;
    border-radius: 8px;
}

.box-data-steps .review-data_user .review-data_data h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

.box-data-steps .review-data_user .review-data_data h4 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.box-data-steps .review-data_details ul {
    display: flex;
    flex-direction: column;
    max-width: 85%;
    margin: auto;
}

.box-data-steps .review-data_details ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.box-data-steps .review-data_details ul li span.review-data_details_title {
    display: flex;
    align-items: center;
    min-width: 130px;
}

.box-data-steps .review-data_details ul li span.review-data_details_text {
    padding-top: 3px;
    color: #5A595C;
    font-size: 20px;
}

.box-data-steps .review-data_details ul li span.review-data_details_title span.icon svg {
    width: 20px;
    margin-inline-end: 8px;
}

.box-data-steps .review-data_details ul li span.review-data_details_title span.text {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    display: flex;
}

.review-data_submit {
    margin-top: 40px;
    width: 100%;
}

.review-data_submit button {
    width: 100%;
    background: #043a61;
    color: #fff;
    height: 54px;
    border: none;
    outline: none;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    padding-top: 6px;
    cursor: pointer;
    transition: 0.3s ease all;
    margin-bottom: 20px;
}

.review-data_submit button:hover {
    background: #011e33;
}

.data-steps.--attendance-card .box-data-steps {
    background: #133962 url(../img/bg.png) no-repeat;
    background-size: auto 70%;
    background-position: bottom left;
}

.alert.alert-success {
    background: #579618;
    text-align: center;
    color: #fff;
}

.alert.alert-success span.text {
    font-size: 20px;
    margin-inline-start: 7px;
}

.data-steps.--attendance-card .review-data_details {
    background: #FFFFFF0A;
    border: 1px solid #FFFFFF66;
    border-radius: 10px;
    width: 400px;
    padding-block: 25px;
    margin-bottom: 50px;
}

.data-steps.--attendance-card .review-data_details ul li span.review-data_details_title span.text {
    color: #fff;
}

.data-steps.--attendance-card .review-data_details ul li span.review-data_details_text {
    color: #fff;
}

.data-steps.--attendance-card .review-data_user {
    border: none;
    text-align: center;
    padding-bottom: 10px;
}

.data-steps.--attendance-card .review-data_user .review-data_data h3 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 17px;
}

.data-steps.--attendance-card .review-data_user .review-data_data h4 {
    color: #fff;
    font-size: 28px;
}

.data-steps.--attendance-card .review-data_user .review-data_data h3 span {
    font-weight: 700;
}

.box-data-steps .review-data_details ul li:last-child {
    margin-bottom: 0px;
}

.attendance-card_note {
    display: block;
    margin: auto;
    max-width: 650px;
    text-align: center;
    background: #FCFDCD;
    border-radius: 8px;
    /* height: 48px; */
    display: flex;
    justify-content: center;
    padding-block: 12px 8px;
    margin-bottom: 35px;
    align-items: center;
    padding-inline: 5px;
}

.attendance-card_note .text {
    color: #353700;
    font-size: 18px;
    margin-inline-start: 6px;
}

/*  */
/*  */
@media (max-width: 575.98px) {
    .book-consultation .book-consultation_list ul {
        /* flex-direction: column; */
        gap: 26px;
        justify-content: space-between;
    }

    li.book-consultation-item br {
        display: none;
    }

    li.book-consultation-item {
        flex-direction: column;
        justify-content: center;
    }

    .book-consultation_data h1 {
        font-size: 40px;
    }

    .book-consultation-slider {
        max-width: 90%;
        margin: auto;
    }

    .data-steps_list-items ul li {
        /* max-width: 36%; */
        /* min-width: 47%; */
    }

    .data-steps_list-items ul a {
        min-width: 100%;
        padding-inline: 10px;
        font-size: 17px;
    }

    li.step_book-item span.text {
        font-size: 13px;
        text-align: center;
        min-width: auto;
        padding-inline: 10px;
    }

    .breadcrumb_list nav ol.breadcrumb li.breadcrumb-item a {
        font-size: 17px;
    }

    .close_dash button {
        font-size: 20px;
        padding-top: 0px;
    }

    .box-data-steps .title h2 {
        font-size: 19px;
    }

    .box-data-steps {
        padding: 20px;
    }

    .box-data-steps .review-data_details ul {
        max-width: 96%;
    }

    .box-data-steps .review-data_details {
        width: 90%;
    }

    .box-data-steps .review-data_details ul li span.review-data_details_text {
        font-size: 18px;
    }

    .box-data-steps .review-data_details ul li span.review-data_details_title span.text {
        font-size: 18px;
    }

    .box-data-steps .review-data_user .review-data_user-img img {
        width: 60px;
        height: 60px;
    }

    .box-data-steps .review-data_user {
        margin-inline: 15px;
    }

    .box-data-steps .review-data_user .review-data_data h3 {
        font-size: 20px;
    }

    .data-steps.--attendance-card .review-data_details {
        width: 96%;
    }

    .data-steps.--attendance-card .review-data_details ul {
        max-width: 94%;
    }

    .data-steps.--attendance-card .review-data_details ul li span.review-data_details_title span.text {
        font-size: 14px;
    }

    .data-steps.--attendance-card .review-data_details ul li span.review-data_details_text {
        font-size: 14px;
    }

    .attendance-card_note .text {
        font-size: 16px;
    }

    .attendance-card_note {
        max-width: 96%;
    }
}

@media (max-width: 420px) {

    /* Fix stepper layout for very small screens */
    .steps_book ul {
        padding-block: 50px 40px;
        max-width: 95%;
    }

    .steps_book ul:after {
        height: 10px;
        top: 35%;
    }

    li.step_book-item span.circle {
        width: 32px;
        height: 32px;
    }

    li.step_book-item span.circle:after {
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 25px;
    }

    li.step_book-item span.text {
        font-size: 10px;
        min-width: auto;
        padding-inline: 6px;
        height: 26px;
        line-height: 1.2;
        white-space: nowrap;
    }

    li.step_book-item span.arrow {
        height: 16px;
    }

    li.step_book-item span.arrow svg {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .attendance-card_note {
        max-width: 90%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) {}

/* Mobile Time Slot Layout - 3 Columns */
@media (max-width: 768px) {
    .data-steps_list-items ul {
        gap: 10px;
    }

    .data-steps_list-items ul li {
        min-width: 0;
        width: calc((100% - 20px) / 3);
        font-size: 14px;
        padding: 2px;
        height: 40px;
    }
}
