@font-face {
    font-family: "Ananda Black";
    src: url("Ananda_Black_Personal_Use.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.cart-menu-btn {
    height: 30px;
    line-height: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}

.addedToCart {
    background-color: #377dff;
}

.wishlist-number {
    color: #ffffff;
    font-size: 12px;
    margin-top: -33px;
    margin-left: 10px;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    line-height: 0px;
    text-align: center;
    display: block;
    padding-top: 9px;
    background-color: #377dff;
}

.cart-number {
    color: #ffffff;
    font-size: 12px;
    margin-top: -30px;
    margin-left: 9px;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    line-height: 0px;
    text-align: center;
    display: block;
    padding-top: 9px;
    background-color: #377dff;
}

.wishlist-item .active {
    background-color: #377dff;
}

.by-user {
    font-size: 13px;
    color: gray;
}

.text-13 {
    font-size: 13px;
}

.wishlist-heart {
    font-size: 18px;
    cursor: pointer;
}

.wishlist-heart-checked {
    color: #FFC710;
}

.cart-plus {
    font-size: 18px;
    cursor: pointer;
}

.cart-plus-checked {
    color: #377dff;
}

.toast-error {
    background-color: #ed4c78;
}

.toast-success {
    background-color: #00c9a7;
}

.toast-info {
    background-color: #09a5be;
}

.toast-warning {
    background-color: #efa046;
}

.slick-center-mode-left {
    margin-left: calc(-1px - ((100vw - 100%) / 2) + 14px) !important;
}

.slick-center-mode-left-offset .draggable {
    padding-left: 5rem;
}

.pagination li {
    border-radius: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #a3a7b7;
}

.pagination li span {
    background-color: #377dff !important;
    color: #fff !important;
    display: block;
    height: 50px;
    width: 50px;
    padding-top: 15px;
}

.pagination li a {
    display: block;
    background-color: #f7faff;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    padding-top: 15px;
    text-align: center;
    color: #677688;
}

.instructor-right-box .instructor-stat-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.instructor-right-box .instructor-stat-box ul li {
    display: inline-block;
    border-left: 1px solid rgba(41, 48, 59, .25);
    padding: 0 15px;
    text-align: left;
}

.instructor-right-box .instructor-stat-box ul li .small {
    font-size: 86%;
}

.instructor-right-box .instructor-stat-box ul li .num {
    font-size: 24px;
    font-weight: 300;
}

.instructor-left-box .instructor-social ul {
    margin: 0;
    padding: 0;
    margin-top: 25px;
    list-style: none;
}

.instructor-left-box .instructor-social ul li {
    display: inline-block;
    padding: 0 6px;
    font-size: 19px;
}



/*my course page all css*/
section.page-header-area.my-course-area {
    padding-bottom: 0;
}

section.page-header-area.my-course-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

section.page-header-area.my-course-area ul li {
    display: inline-block;
    margin-right: 30px;
}

section.page-header-area.my-course-area ul li a {
    padding: 0 0 5px;
    border-bottom: 6px solid hsla(0, 0%, 100%, 0);
    color: #377dff;
    display: block;
}

section.page-header-area.my-course-area ul li.active a,
section.page-header-area.my-course-area ul li a:hover {
    border-bottom-color: #377dff;
}

section.my-courses-area .my-course-search-bar .input-group {
    width: 220px;
    margin-left: auto;
}

section.my-courses-area {
    padding: 40px 0;
}

.my-courses-area .my-course-search-bar input {
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #dedfe0;
}

.my-courses-area .my-course-search-bar .input-group-append button {
    background: #fff;
    border-color: #dedfe0;
    color: #a1a7b3;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.my-courses-area .my-course-search-bar .input-group-append button:hover,
.my-courses-area .my-course-search-bar .input-group-append button:focus,
.my-courses-area .my-course-search-bar input:focus+.input-group-append button {
    background: #377dff;
    color: #fff;
    border-color: #377dff;
}

.my-courses-area .row.no-gutters {
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
}

.my-courses-area .course-box-wrap {
    padding: 0 10px;
}

.my-course-filter-bar.filter-box {
    position: relative;
    padding-top: 30px;
}

.my-course-filter-bar.filter-box>span {
    position: absolute;
    top: 0;
    left: 0;
    color: #686f7a;
    font-size: 13px;
}






.edit-rating-modal .m-progress-bar-wrapper {
    background: #e8e9eb;
}

.edit-rating-modal .m-progress-bar {
    height: 6px;
    background: #a1a7b3;
    border-radius: 0 3px 3px 0;
}

.edit-rating-modal .rating-title {
    font-weight: 300;
    font-size: 24px;
    color: #29303b;
}

.edit-rating-modal .modal-body {
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal-course-preview-box {
    padding-left: 50px;
}

.modal-course-preview-box .card-title {
    line-height: 24px;
    height: 48px;
    color: #505763;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 18px;
}

.modal-course-preview-box .card-text {
    line-height: 24px;
    height: 48px;
    color: #505763;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.edit-rating-modal .modal-footer button {
    padding: 16px 12px;
    font-size: 15px;
    line-height: 1.35135;
    border-radius: 2px;
    background-color: #ec5252;
    border-color: #ec5252;
    font-weight: 600;
}

.edit-rating-modal .modal-footer button:hover,
.edit-rating-modal .modal-footer button:focus {
    background-color: #992337 !important;
    border-color: #992337 !important;
}

.edit-rating-modal .modal-footer button.previous {
    color: #007791;
    background-color: #fff;
    border-color: #007791;
}

.edit-rating-modal .modal-footer button.previous:hover,
.edit-rating-modal .modal-footer button.previous:focus {
    background-color: #e6f2f5 !important;
    border-color: #007791 !important;
}


.your-rating {
    border: none;
    float: left;
}

.your-rating>input {
    display: none;
}

.your-rating>label:before {
    margin: 8px;
    font-size: 40px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005";
    font-weight: 900
}

.your-rating>.half:before {
    content: "\f089";
    position: absolute;
}

.your-rating>label {
    color: #dedfe0;
    float: right;
}

.your-rating>input:checked~label,
.your-rating:not(:checked)>label:hover,
.your-rating:not(:checked)>label:hover~label {
    color: #f4c150;
}

.your-rating>input:checked+label:hover,
.your-rating>input:checked~label:hover,
.your-rating>label:hover~input:checked~label,
.your-rating>input:checked~label:hover~label {
    color: #f4c150;
}


.edit-rating-modal .rating {
    margin-bottom: 30px;
    margin-top: 20px;
}

.edit-rating-modal .rating i {
    font-size: 30px;
}

.edit-rating-modal .modal-rating-comment-box textarea {
    width: 100%;
    height: 210px;
    resize: none;
    border-radius: 2px;
}

.edit-rating-modal .modal-rating-comment-box textarea:focus {
    border-color: #76c5d6;
}

/*end my course page all css*/
.hidden {
    display: none;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}












/*
my message page
*/
.message_sending_time {
    display: block;
    padding: 5px;
    font-size: 9px;
    color: #a2a0a0;
}

.message-sender-list-box {
    padding-top: 10px;
}

.message-sender-list-box .compose-btn {
    color: #007791;
    background-color: #fff;
    border-color: #007791;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
}

.message-sender-list-box .compose-btn:hover,
.message-sender-list-box .compose-btn:focus {
    background-color: #e6f2f5;
}

.message-sender-list-box .message-sender-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 10px 10px 0;
    position: relative;
    min-height: 280px;
    height: calc(100vh - 380px);
    overflow: scroll;
}

.message-sender-list-box .message-sender-list::-webkit-scrollbar {
    width: 7px;
}

.message-sender-list-box .message-sender-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
}

.message-sender-list-box .message-sender-list::-webkit-scrollbar-thumb {
    background-color: rgb(125, 125, 132);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0);
}

.message-sender-list-box .message-sender-list .sender-image img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

.message-sender-list-box .message-sender-list li {
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-webkit-transition: 0.3s;
    border: 1px solid transparent;
    padding: 15px;
    border-radius: 3px;
}

.message-sender-list-box .message-sender-list li.active,
.message-sender-list-box .message-sender-list li:hover {
    border-color: #fff;
    background-color: #f2f3f5;
}

.message-sender-list-box .message-sender-list .sender-name {
    font-size: 15px;
    font-weight: 700;
    color: #505763;
    margin-left: 15px;
}

.message-sender-list-box .message-sender-list .message-time {
    font-size: 13px;
    color: #686f7a;
}

.message-sender-list-box .message-sender-list .message-sender-head {
    margin-bottom: 10px;
}

.message-sender-list-box .message-sender-list .message-sender-body {
    padding: 0 43px;
    font-size: 13px;
    color: #686f7a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message-details-box {
    height: 100%;
    background: #fff;
    border-right: 1px solid #dedfe0;
    border-left: 1px solid #dedfe0;
}

.message-details-box .empty-box {
    padding-top: 55px;
}

.message-details-box .message-details .message-header a {
    display: block;
}

.message-details-box .message-details .message-header img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.message-details-box .message-details .message-header {
    min-height: 65px;
    padding: 10px;
    border-bottom: 1px solid #dedfe0;
}

.message-details-box .message-details .message-footer {
    padding: 10px;
    border-top: 1px solid #dedfe0;
    background: #fff;
}

.message-details-box .message-details .message-content {
    background: #fff;
    padding: 10px;
    overflow: auto;
    min-height: 200px;
    height: calc(100vh - 460px);
}

.message-details-box .message-details .message-content .message-box {
    max-width: 400px;
    min-width: 190px;
    padding: 15px;
    border-radius: 2px;
    margin-bottom: 10px;
    background: #f2f3f5;
    display: inline-block;
    border-radius: 10px;
}

.message-details-box .message-details .message-content .message-box .message {
    white-space: pre-wrap;
    color: #505763;
    font-size: 15px;
    overflow-x: auto;
}

.message-details-box .message-details .message-content .message-box .message-me {
    white-space: pre-wrap;
    color: #fff;
    font-size: 15px;
    overflow-x: auto;
}

.message-details-box .message-details .message-content .message-box .time-me {
    color: #efefef;
    font-size: 13px;
    margin-bottom: 10px;
}

.message-details-box .message-details .message-content .me .message-box {
    background: rgb(55 122 255);
}

.message-details-box .message-details .message-content .me {
    display: flex;
    justify-content: flex-end;
}

.message-details-box .message-details .message-footer textarea {
    border-radius: 2px;
    min-height: 100px;
}

.message-details-box .message-details .message-footer textarea:focus {
    border-color: #76c5d6;
}

.message-details-box .message-details .message-footer .send-btn {
    color: #fff;
    background-color: #ec5252;
    border-color: #ec5252;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 600;
}

.message-details-box .message-details .message-footer .send-btn:hover,
.message-details-box .message-details .message-footer .send-btn:focus {
    background-color: #992337;
    border-color: #992337;
}

.message-sender-list-box .message-sender-list .sender-image i {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #adadad;
    color: #adadad;
}

.new-message-details .message-header {
    min-height: 65px;
    padding: 10px;
    border-bottom: 1px solid #dedfe0;
}

.new-message-details .message-header span {
    font-weight: 700;
    color: #29303b;
    vertical-align: middle;
}

.new-message-details .message-header i {
    font-size: 17px;
    height: 40px;
    width: 40px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #adadad;
    border-radius: 50%;
    color: #adadad;
    margin-right: 15px;
    margin-left: 10px;
}

.new-message-details .message-body {
    padding: 10px;
}

.new-message-details .message-body .cancel-btn {
    border: none;
    background: no-repeat;
    color: #007791;
}

.new-message-details .message-body textarea {
    min-height: 100px;
    border-radius: 2px;
    border-color: #cacbcc;
}

.new-message-details .message-body textarea:focus {
    border-color: #76c5d6;
}


/*purchase history list*/
/*
purchase History page
*/
section.purchase-history-list-area {
    padding: 30px 0 50px;
}

.purchase-history-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.purchase-history-list li {
    border-bottom: 1px solid #f2f3f5;
    padding: 10px 0;
    font-size: 12px;
}

.purchase-history-list .purchase-history-list-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.purchase-history-list .purchase-history-course-img {
    float: left;
}

.purchase-history-list .purchase-history-course-img img {
    width: 135px;
    margin-right: 15px;
    height: auto;
}

.purchase-history-list .purchase-history-course-title {
    font-weight: 600;
    font-size: 16px;
}

.purchase-history-list .purchase-history-course-title:hover {
    color: #003845;
}

.purchase-history-list .purchase-history-detail .btn-receipt {
    color: #377dff;
    background-color: #fff;
    border: 1px solid #377dff;
    padding: 2px 8px;
    font-size: 13px;
    line-height: 1.35135;
    border-radius: 2px;
}

.purchase-history-list .purchase-history-detail .btn-receipt:hover,
.purchase-history-list .purchase-history-detail .btn-receipt:focus {
    color: #fff;
    background-color: #377dff;
}

.purchase-history-list .purchase-history-items {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #efefef;
}

.height-200 {
    height: 200px;
}

.cookieConsentContainer {
    opacity: .9;
    display: block;
    display: none;
}

.min-w-245 {
    min-width: 245px;
}

.min-w-270 {
    min-width: 270px;
}

.min-w-350 {
    min-width: 350px;
}

.visibility-hidden {
    visibility: hidden;
}

.ajax-model-body {
    height: 500px;
    overflow: auto;
}

.height-5-px {
    height: 5px;
}

.height-120-px {
    height: 120px;
}





/*Bundle css*/
.cursor-pointer {
    cursor: pointer;
}

.bundle-slider {
    background-color: #fff;
    box-shadow: 0px 15px 20px -5px #00000052;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 5000px;

    /* approximate max height */
    box-sizing: border-box;
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: ease;
    position: absolute;
    z-index: 500;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-left: -24px;
}

.bundle-slider.closed {
    max-height: 0;
    transition-property: all;
    transition-duration: 0s;
    transition-timing-function: ease;
}

.mini-text {
    font-size: 10px;
}

.text-15 {
    font-size: 15px;
}

.bg-e1eaff {
    background-color: #e1eaff;
}

.font-size {
    font-size: 70px;
}

@media only screen and (max-width: 466px) {
    .mt--10-sm {
        font-size: 13px !important;
        margin-top: -10px !important;
    }
}

@media only screen and (max-width: 486px) and (min-width: 467px) {
    .mt--10-sm {
        font-size: 13px !important;
    }
}

.hover-underline:hover {
    text-decoration: underline;
}

.fw-700 {
    font-weight: 700;
}

.py-3px {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.table-header {
    min-width: 550px !important;
}

.__row-table-header {
    background: #8FAADC !important;
    text-align: center !important;
    padding: 5px !important;
}

.__row-table-header a {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.__row-table-header a:hover {
    text-shadow: 0 0 2px #000;
    text-decoration: underline;
}

.__footer-links .media span {
    font-size: 17px !important;
}

.__placeholder::-webkit-input-placeholder {
    font-size: 15pt;
    color: #000;
    font-style: bold;
    opacity: .9;
}


.homeLetter {
    font-family: 'Ananda Black' !important;
    font-size: 50pt !important;
    color: rgb(50, 47, 106);
}

.homeLetterHero {
    font-family: 'Ananda Black' !important;
    font-size: 20pt !important;
    color: rgb(50, 47, 106);
}


@media screen and (max-width: 400px) {

    .homeLetter {
        font-family: 'Ananda Black' !important;
        font-size: 25pt !important;
        color: rgb(50, 47, 106);
    }
}