/* Tablet */
@media only screen and (min-width: 761px) and (max-width: 992px) {

    /* horizontal menu */
    #navHorizontal {
        display: flex;
        align-content: space-between;
        height: 72px;
        align-items: center;
        align-items: flex-start;
    }

    header .container.navi {
        height: 73px;
    }

    #menu_bar_dashboard {
        display: none;
    }

    header.header-nav a.navbar_brand {
        width: 60%;
        text-align: center;
    }

    .user_setting {
        width: 47%;
        float: right;
    }

    /* .user_setting {
        width: 33%;
    } */

    .header-nav.menu_style_home_five {
        height: 111px;
    }

    .ace-responsive-menu {
        float: left;
        width: 100%;
        display: none;
        background-color: var(--main-menu-color);
    }

    .menu-toggle {
        background-color: transparent !important;
        display: flex !important;
        justify-content: space-between;
        width: 20%;
        top: 3%;
        position: relative;
    }

    .sign_up_btn {
        width: 28%;
        align-items: center;
        height: 73px;
    }

    .projectsMenu {
        width: 80%;
    }

    .projectsMenu span.jobs {
        width: 13%;
    }

    .languages {
        width: 20%;
    }

    #respMenu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 101%;
        left: 0%;
        width: 30%;
        height: 100vh;
        justify-content: flex-start;
    }

    .icon_profile .dropdown-menu.show {
        left: -86% !important;
    }



    /* dashboard menu */
    .slide_nav {
        display: block !important;
        width: 17% !important;
    }

    .user_profile .media-body {
        display: none !important;
    }

    .media .icon_profile.dropdown,
    .media .icon_profile.dropdown img {
        display: block !important;
    }

    .user_profile {
        padding: 20px;
    }

    .user_profile .media img {
        width: 89%;
        right: -4px;
        position: relative;
        top: 7px;
    }

    .user_profile {
        padding: 6px;
    }

    .icon_profile .dropdown.show {
        transform: translate3d(0px, 101px, 0px) !important;
    }

    .dashbord_nav_list {
        margin-left: 0px !important;
        /* overflow: auto !important;
      height: 100vh; */
    }

    .dashbord_nav_list ul li span:first-child {
        text-align: center;
        font-size: 1.6rem;
    }

    .dashbord_nav_list ul li {
        display: flex;
        flex-direction: column;
        height: 76px;
        text-align: center;
    }

    .dashbord_nav_list ul li .menu_title {
        text-align: center;
        line-height: 1em;
        font-size: 0.7rem;
    }

    .dashbord_nav_list li.active:before {
        height: 100%;
        left: 0px;
        top: 0px;
    }

    .dashbord_nav_list a li span {
        margin: 0;
    }

    .dashbord_nav_list a li {
        padding-left: 0;
        /* border: 1px solid; */
        height: auto;
    }

    .dashbord_nav_list a {
        line-height: 28px;

    }

    /* index */
    .menu_space_body {
        height: 0px;
    }

    #banneracademy {
        padding: 7%;
        /* text-align: center; */
    }

    /* courses */
    .videotrailer {
        height: 40vh !important;
    }

    .courseButtons {
        width: 92%;
    }

    #imageCourse {
        margin-top: 3%;
        object-fit: cover;
        object-position: top;
    }

    .lessoninfo img {
        width: 200px;
        height: auto;
    }

    .lessonList {
        height: 650px;
    }

    #aboutCourse {
        margin-top: 3%;
    }

    /* footer */
    .footer_social_widget.home5 ul {
        text-align: center;
    }

    #footLogo {
        display: block !important;
    }

    #socialFoot {
        display: block !important;
    }

    #followText {
        display: none !important;
    }

    /* login */
    .our-log-reg.bgc-fa {
        margin-top: 0;
    }

    /*  */

    .main_content_courses {
        width: 100%;
    }

    .modal-dialog {
        max-width: 782px !important;
    }
}