                .nav-brand {
                    padding: 13px 15px;
                    font-size: 24px;
                    margin-right: 1rem;
                    padding-left: 0;
                    text-decoration: none !important;
                }

                .title-course {
                    background-color: #745793;
                    padding: 10px 20px;
                }

                .title-course h2,
                .title-course .instructor_dark_info li span,
                .title-course .instructor_dark_info li {
                    color: #fff;
                }

                .nav-menu>li .nav-dropdown.submenu-custom {
                    background-color: rgb(229, 228, 228) !important;
                }

                .breadcrumb .breadcrumb-item a {
                    color: #b1dbec;
                }

                .breadcrumb .breadcrumb-item.active {
                    color: white;
                }

                .breadcrumb.simple .breadcrumb-item.active {
                    color: #868e96;
                }

                @media (min-width: 992px) {
                    .course .modal-dialog {
                        max-width: 650px;
                        margin: 30px auto;
                    }

                    .custom-fixed-side {
                        position: fixed;
                        width: 400px;
                    }
                }

                .enroll_booking_box {
                    border-radius: 10px;
                    box-shadow: 5px 6px 0 0 #f3f1f1;
                    border: solid 1px #e6e6e6;
                    text-align: center;
                    padding: 20px;
                }

                .enroll_booking_box .custom-style-button {
                    border-radius: 30px;
                }

                .calender-icon-style {
                    font-size: 25px;
                    cursor: pointer;
                }

                @media (max-width: 600px) {
                    #fullcalenderwithschedules {
                        position: absolute;
                        z-index: 995;
                        width: 350px;
                        height: 450px;
                        padding: 10px;
                        background: #edf0f5;
                        right: -33px;
                        top: 295px;
                    }
                }

                @media (min-width: 601px) {
                    #fullcalenderwithschedules {
                        position: absolute;
                        z-index: 995;
                        width: 400px;
                        height: 450px;
                        padding: 10px;
                        background: #edf0f5;
                        right: 295px;
                        top: 180px;
                    }
                }

                .display-none {
                    display: none !important;
                    /* visibility: hidden; */
                }

                .global-search {
                    position: fixed;
                    width: 100%;
                    height: 100%;
                    background: #000000ad;
                    z-index: 99999;
                    display: flex;
                    justify-content: center;
                }

                .global-search .container-search {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                }

                .close-search-btn {
                    position: absolute;
                    background-color: white;
                    padding: 10px 20px;
                    cursor: pointer;
                    margin-top: 30px;
                    border-radius: 25px;
                }

                .custom-card-desgin {
                    background: #eaeff4;
                    /* width: 50%; */
                    border-radius: 25px;
                    padding: 15px;
                    text-align: center;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                }

                .custom-card-desgin p {
                    font-size: 20px;
                }

                .continer-content-bussiness {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                }

                .custom-button {
                    background: #0091c6 0 0 no-repeat padding-box;
                    color: white;
                    border-radius: 24px;
                    border: 0;
                    cursor: pointer;
                    text-align: center;
                    padding: 15px;
                    font-size: 18px;
                    transition: background .25s ease-in-out;
                    width: calc(100% - 72px);
                }

                @keyframes flay {
                    0% {
                        transform: translateY(0);
                    }

                    50% {
                        transform: translateY(10px);
                    }

                    100% {
                        transform: translateY(0);
                    }
                }

                .play-flay {
                    -webkit-animation: flay 2.5s ease-in-out infinite;
                    animation: flay 2.5s ease-in-out infinite;
                }

                @media (max-width: 768px) {
                    .trips_top .trips_wrap {
                        text-align: center;
                    }

                    .custom-card-desgin {
                        width: 100%;
                    }
                }

                /* @media (min-width: 769px) {
                    .trips_top .trips_wrap {
                        height: 160px;
                    }
                } */

                @media (min-width: 1200px) {
                    .custom-card-desgin {
                        width: 50%;
                    }
                }

                .flex_coupon {
                    display: flex;
                    align-items: center;
                    margin: 1rem 0 2rem;
                    border-top: 1px dashed #dfe6ec;
                    padding-top: 15px;
                }

                @media (min-width: 1200px) {
                    .custom-section-expert {
                        background: linear-gradient(293deg, #5414F6 50%, #2e3942 0);
                        color: white;
                        margin-top: 10px;
                    }

                    .custom-section-expert .container {
                        background: linear-gradient(293deg, #5414F6 50%, #2e3942 0);
                        padding: 30px
                    }
                }

                @media (max-width: 1200px) {
                    .custom-section-expert {
                        background: linear-gradient(90deg, #5414F6 50%, #2e3942 0);
                        color: white;
                        margin-top: 10px;
                    }

                    .custom-section-expert .container {
                        background: linear-gradient(90deg, #5414F6 50%, #2e3942 0);
                        padding: 30px
                    }
                }

                .student .breadcrumb {
                    background-color: white;
                }

                .student .breadcrumb .breadcrumb-item a {
                    color: #638db1;
                }

                .student .breadcrumb .breadcrumb-item.active {
                    color: #7c5d9d;
                    ;
                }

                .ed_view_price,
                .ed_view_features,
                .ed_view_link {
                    display: block;
                    margin-bottom: 0rem;
                    padding-left: 10px;
                }

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

                /*===============Calender==================*/
                .calenderController {
                    position: relative;
                }

                .calenderController form {
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    height: 100%;
                }

                .calenderController input {
                    display: none;
                }

                .calenderController .calenderToggler {
                    font-size: 1.5rem;
                    color: #5414F6;
                    cursor: pointer;
                }

                .calenderController .calenderPanel {
                    position: absolute;
                    top: 0;
                    left: 0;
                    transform: translate(-50%, -100%);
                    background-color: #fefefe;
                    width: 40vw;
                    height: 40vh;
                    overflow: hidden;
                    border-radius: 15px;
                    z-index: 10;
                    box-shadow: 0 5px 10px 0px #00000013;
                    border: 2px solid #eee;
                    transition: 0.3s all ease-in-out;
                }

                .calenderController.bottom .calenderPanel {
                    top: auto;
                    bottom: 0;
                    transform: translate(-50%, 100%);
                }

                .calenderController input:not(:checked)~.calenderPanel {
                    top: 20%;
                    transform: translate(-50%, -100%);
                    opacity: 0;
                    pointer-events: none;
                }

                .calenderController.bottom input:not(:checked)~.calenderPanel {
                    top: auto;
                    bottom: -20%;
                    transform: translate(-50%, 100%);
                }

                .calenderController .calenderPanel form .datesContainer {
                    display: flex;
                    flex-wrap: nowrap;
                    justify-content: flex-start;
                    align-items: stretch;
                    width: inherit;
                    height: 100%;
                    overflow-x: scroll;
                    padding: 0;
                    margin: 0;
                }

                .calenderController .calenderPanel form .datesContainer::-webkit-scrollbar {
                    background-color: #0091c6;
                    height: 5px;
                }

                .calenderController .calenderPanel form .datesContainer::-webkit-scrollbar-track {
                    background-color: #064d6713;
                }

                .calenderController .calenderPanel form .datesContainer input {
                    width: 0;
                    height: 0;
                }

                .calenderController .calenderPanel form .dateColumn {
                    display: inline-flex;
                    flex-direction: column;
                    height: 100%;
                    overflow: hidden;
                    text-align: center;
                    margin: 0;
                    flex-shrink: 0;
                    margin-inline-end: 10px;
                }

                .calenderController .calenderPanel form .dateColumn:last-of-type {
                    margin-inline-end: 0px;
                }

                .calenderController .calenderPanel form .dateColumn .dayCol p {
                    margin: 0;
                }

                .calenderController .calenderPanel form .dateColumn .dayCol {
                    background-color: #5414F6;
                    color: #fff;
                    font-weight: 600;
                    padding: 5px 10px;
                    text-transform: uppercase;
                    min-width: 100px;
                }

                .calenderController .calenderPanel form .dateColumn .dates {
                    display: flex;
                    flex-direction: column;
                    height: 100%;
                    overflow-y: scroll;
                    padding: 10px 0;
                }

                .calenderController .calenderPanel form .dateColumn .dates .dateBTN {
                    cursor: pointer;
                    font-weight: 700;
                    margin-top: 5px;
                    border: none;
                    outline: none;
                    padding: 5px 10px;
                    transition: 0.3s all ease-in-out;
                }

                .calenderController .calenderPanel form .dateColumn .dates .dateBTN:first-child {
                    margin-top: 0px;
                }

                .calenderController .calenderPanel form .dateColumn .dates .dateBTN.active {
                    background-color: #5414F6;
                    color: #fff;
                }

                .calenderController .calenderPanel form .submition {
                    text-align: center;
                    padding: 10px;
                }

                .calenderController .calenderPanel form .submition button {
                    background-color: #5414F6;
                    color: #fff;
                    font-weight: 700;
                    border: none;
                    outline: none;
                    padding: 5px 30px;
                    border-radius: 5px;
                }

                .expertCalenderBTNSContainer {
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                }

                .expertCalenderBTNSContainer .calenderController {
                    margin-inline-end: 20px;
                }

                @media (width <=450px) {

                    .calenderController .calenderPanel {
                        position: absolute;
                        top: 0;
                        left: auto;
                        right: 0;
                        transform: translate(0%, -100%);
                        background-color: #fefefe;
                        width: 80vw;
                        height: 60vh;
                        overflow: hidden;
                        border-radius: 15px;
                        z-index: 10;
                        box-shadow: 0 5px 10px 0px #0000003d;
                        transition: 0.3s all ease-in-out;
                    }

                }

                .btn.btn-modern.beExpert:hover {
                    background-color: #fff !important;
                    color: #5414F6 !important;
                }

                ._course_category_01 span.cat-7 {
                    white-space: nowrap;
                }

                .single_instructor_thumb img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                .nav-menus-wrapper {
                    transition: 0.3s all ease-in-out !important;
                }

                .dateBadge {
                    display: inline-block;
                    margin: 10px 0;
                    background-color: #5414F6;
                    padding: 5px 25px;
                    border-radius: 50px;
                    color: #fff;
                    font-weight: 700;
                }

                .dateBadge i {
                    margin-inline-end: 10px;
                    font-size: 18px;
                }

                #courseDataContainer {
                    display: block !important;
                }

                .breadcrumb,
                .page-title .breadcrumb {
                    display: flex;
                }

                .page-title .breadcrumb {
                    justify-content: center;
                }

                .breadcrumb-item {
                    float: none;
                }

                .cources_info_style3 ul li,
                ul.instructor_info li {
                    display: inline-flex;
                    align-items: center;
                }

                .bundleOrdering {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 0 0 10px;
                    border-bottom: 2px solid #eee;
                }

                .bundleOrdering h4 {
                    margin-top: 10px;
                }

                .bundleOrdering .filter_wraps {
                    width: auto;
                    margin: 0;
                }

                @media (width <=500px) {

                    .bundleOrdering {
                        margin: 0 10px;
                        flex-wrap: wrap;
                    }
                }

                .reviews-comments-item-date i {
                    margin-inline-start: 10px;
                }

                .lectures_lists_title {
                    display: flex;
                    align-items: center;
                }

                .lectures_lists_title i {
                    margin-inline-end: 10px;
                    font-size: 0.6rem;
                }

                li.done::before {
                    background: #d10a381a !important;
                    color: #bb103d !important;
                }

                @media (width <=780px) {
                    .nav-menu.nav-menu-social>li {
                        margin-inline: 10px;
                        text-align: center;
                    }

                    .nav-menu.nav-menu-social>li a {
                        width: auto;
                    }
                }


                .beExpert {
                    display: inline-flex;
                    justify-content: space-between;
                    align-items: baseline;
                    flex-direction: row-reverse;
                    padding: 5px 10px;
                    background-color: #5414F6;
                    border-radius: 5px;
                    color: #fff;
                    transition: 0.3s all ease-in-out;
                }

                .beExpert:hover {
                    background-color: #fff;
                }

                .beExpert span:has(i) {
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    color: #5414F6;
                    background-color: #fff;
                    width: 40px;
                    aspect-ratio: 1/1;
                    border-radius: 5px;
                    margin-inline-start: 15px;
                }


                .input-with-icon {
                    padding: 0;
                }

                @media (width <=780px) {

                    .nav-header {
                        direction: rtl;
                        width: 100%;
                    }
                }