.header-logo img {
    width: 135px;
    height: 44px;
}

header.the-header {
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, #F9F9F9, #F4F6F6);
    transition: .3s all ease-in-out;
    position: relative;
    z-index: 9;
}

.fixed-header {
    position: fixed !important;
    width: 100%;
    z-index: 2;
    transition: .3s all ease-in-out;
}

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

.heade-details {
    display: flex;
    align-items: center;
}

nav.nav-bar ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

nav.nav-bar ul li a {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 400;
}
nav.nav-bar ul li a:hover {
    background: unset;
}
button.sign-up {
    background: unset;
    border: 0.5px solid #6b8cec;
    border-radius: 7px;
    color: #6b8cec;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 10px;
}

button.log-in {
    border: 0.5px solid #6b8cec;
    border-radius: 7px;
    background: #6b8cec;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 15px;
    color: #fff;
}

.heade-login {
    display: flex;
    align-items: center;
}

.lang- span.active {
    display: block;
}

.lang- span {
    font-size: 14px;
    color: #000;
    display: none;
    margin: 0 5px;
    cursor: pointer;
}

/* ***************** style for after log************************* */
.after-login {
    position: relative;
    display: flex;
    align-items: center;
}

.user-name {
    position: relative;
    display: flex;
    align-items: center;
    color: #000000 !important;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.notifc-card-nd_ {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 55px;
    left: 0;
    background: #ffffff00;
    transition: .3s ease-in-out;
    display: none;
}

.notifc-card-nd_.active {
    display: block;
}

.user-img {
    width: 50px;
    height: 50px;
    padding: 3px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.user-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    /* width: 11em; */
}

.drop-dawn-user-list {
    position: absolute;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 5px 16px;
    transform: scale(0);
    top: 55px;
    transition: .3s ease-in-out;
    right: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.drop-dawn-user-list.active {
    display: block;
    transform: scale(1);
    transition: .3s ease-in-out;
}

.drop-dawn-user-list ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.drop-dawn-user-list ul li {
    transition: .3s ease-in-out;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
    font-size: 14px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5;
}

.drop-dawn-user-list ul li:hover {
    transition: .3s ease-in-out;
    transform: scale(1.05);
    color: #056aad;
}
.h-on-mob{
display: none;
}
/*button.custom-btn {*/
/*    border: unset;*/
/*    background: #E7F1FA;*/
/*    padding: 2px 8px;*/
/*    border-radius: 8px;*/
/*    font-size: 18px;*/
/*}*/
button.custom-btn {
    background: #DEDD33;
    padding: 5px 15px;
    width: max-content;
    margin: 0 auto;
    border-radius: 7px;
    font-size: 14px;
    border: none;
    color: #000 !important;
}
button.custom-btn:hover a {
    background: unset;
}
/* *****************end style for after log************************* */
/* ************************************************************* */
@media screen and (max-width: 800px) {

    /* .menu-bar img {
        width: 40px;
        height: 40px;
    } */
    .h-on-web{
    display: none;
    }
    .h-on-mob{
display: block;
    }
    .menu-bar i {
        font-size: 30px;
        cursor: pointer;
        color: #86BC2F;
    }

    .media-screen-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .burger-menu {
        display: flex;
        align-items: center;
        position: relative;
    }

    .get-app-bar {
        padding: 7px 20px;
        background: linear-gradient(110deg, #0E4C75, #0079CB);
        border-radius: 30px;
        color: #fff;
        font-size: 14px;
    }

    header.the-header {
        width: 100%;
        background: #fff;
        box-shadow: 0 8px 26px #a5a5a5;
    }

    .small-logo-header {
        display: flex;
        align-items: center;
        z-index: 1;
    }

    .small-logo-header img {
        width: 50px;
        height: 50px;
    }

    .welcom-user {
        margin: 0 15px;
    }

    .small-logo-header strong {
        font-size: 16px;
    }

    .small-logo-header span {
        display: block;
        font-size: 12px;
        font-weight: 600;
    }

    .side-nav-bar {
        top: 0;
        position: fixed;
        background: #B1B1B1;
        width: 0;
        right: 0;
        height: 100vh;
        z-index: 3;
        transition: .3s ease-in-out;
    }

    .side-nav-bar.active {
        width: 100%;
    }

    .close-side-nave {
        right: 0;
        left: unset;
        font-size: 25px;
        margin: 10px;
        background: #fff;
        padding: 7px 12px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .main-side-nave-body {
        width: 85%;
        background: #fff;
        height: 100%;
        left: 0;
    }

    .side-nave-menu {
        display: flex;
        justify-content: space-between;
        width: 100%;
        position: relative;
        height: 100%;
    }

    .personal-details-small-menue {
        padding-top: 10px;
        background: unset;
        padding-bottom: 10px;
    }

    ul.small-login_ {
        list-style: none;
        padding: 0 25px !important;
        margin-bottom: 0;
    }

    li.is-log {
        text-align: center;
        background: #6b8cec;
        box-shadow: 0px 4px 8px #68686833;
        border-radius: 6px;
        color: #fff;
        padding: 10px 0;
        font-weight: 600;
    }

    li.is-regester {
        text-align: center;
        border: 2.1px solid #6b8cec;
        margin: 15px 0 5px 0;
        border-radius: 6px;
        padding: 10px 0;
        color: #6b8cec;
        font-weight: 600;
    }

    .fall-height-page ul {
        display: block;
        padding: 0;
        list-style: none;
        margin-top: 20px;
        height: auto;
        max-height: 550px;
        overflow-y: scroll;
    }

    .fall-height-page ul li {
        padding: 15px 15px;
        border-bottom: 1px solid #c3c3c3a8;
        font-size: 18px;
        color: #000 !important;
        font-weight: 500;
    }

    .before-login {
        margin: 0 10px;
    }

    .rtl .side-nav-bar {
        left: 0;
        right: unset;
    }

    .before-login em {
        font-size: 16px;
        font-weight: 400;
    }

    img.sm-log-img {
        width: 30px;
        height: 30px;
        margin: 0 10px;
    }

    /* ******************************************************************/
    .user-name-details {
        padding: 10px 10px;
    }

    .next-popup-user-details {
        width: 100%;
        background: #fff;
        height: 100%;
        left: 0;
        position: absolute;
        z-index: 9;
        top: 0;
        display: none;
        padding: 15px;
    }

    .details-personal-acc {
        background: #F5F8FA;
        padding: 10px;
    }

    .username-img img {
        width: 63px;
        height: 63px;
        border-radius: 50%;
    }

    .user-details-acc {
        display: block;
        margin: 0 10px;
    }

    .user-details-acc span {
        display: block;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
    }

    .user-details-acc strong {
        font-size: 16px;
        color: #000;
    }

    .rtl span.on-en {
        display: none;
    }

    .icon-personal span i {
        font-size: 20px;
    }

    .rtl span.on-ar {
        display: block;
    }

    span.on-ar {
        display: none;
    }

    .sm-profile-data {
        align-items: center;
        padding-top: 10px;
    }

    .sm-profile-link {
        display: block;
        text-align: center;
        width: 100%;
    }

    .sm-profile-link a {
        text-align: center;
        font-size: 16px;
        color: #000000 !important;
        font-weight: 700;
    }

    .sm-prof-data {
        text-align: center;
        margin: 20px 0;
    }

    .studentInfoInProfilePageContainer {
        background: #fff;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 2px #d8d8d8;
        width: 100%;
        border-radius: 0.25rem;
        margin-bottom: 15px;
    }

    .studentInfoInProfilePage {
        color: #000 !important;
        font-weight: 600;
        display: flex;
        align-items: center;
        font-size: 12px;
        padding: 1px 7px;
    }

    .studentInfoInProfilePage .user-img {
        min-width: 45px;
        min-height: 45px;
        width: 3vw;
        height: 3vw;
    }

    .studentInfoInProfilePage .userName {
        font-size: 10px;
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        font-size: 16px;
    }

    .user-img img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .studentInfoInProfilePage .userEmail {
        font-size: 12px;
        opacity: 0.5;
    }

    .studentInfoInProfilePage {
        color: #000 !important;
        font-weight: 600;
        display: flex;
        align-items: center;
        font-size: 12px;
        padding: 1px 7px;
    }

    .studentInfoInProfilePage .progressBar {
        font-size: 12px;
        width: 100%;
    }

    .studentInfoInProfilePage .progressBar .progressBarBody {
        background-color: #ddd;
        border-radius: 50px;
        height: 5px;
        margin-top: 5px;
    }

    .studentInfoInProfilePage .progressBar .completedCoursesPercentage {
        color: #0079CB;
    }

    ul.small-list-bar {
        display: block;
        padding: 0;
        list-style: none;
        margin-top: 20px;
        height: auto;
        max-height: 550px;
        overflow-y: scroll;
    }

    .linkes-toaccount ul li {
        padding: 15px 10px;
    }

    ul.small-list-bar>li {
        padding: 15px 15px;
        border-bottom: 1px solid #c3c3c3a8;
        font-size: 18px;
        /* color: #014c8c !important; */
        color: #000 !important;
        font-weight: 500;
    }

    ul.small-list-bar>li>a {
        /* color: #014c8c !important; */
        color: #000 !important;
        font-weight: 500;
    }

    .linkes-toaccount ul li a {
        padding: 0 5px;
    }

    ul.small-list-bar>li:last-child {
        border-bottom: unset;
    }
    .next-popup-user-details.active {
        display: block;
    }
    span.colse-icon {
        position: relative;
        top: 2px;
    }
}
