html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

:-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

body {
    padding-right: 0 !important;
    font-size: 0.875rem;
    line-height: 1.6;
    font-family: "Inter","Helvetica Neue",Arial,sans-serif !important;
    
}

.accordion-button{
    color: #000;
    background-color: #f2f3f5;
}
.accordion-button:not(.collapsed){
    color: #000;
    background-color: #f2f3f5;
}

body.white-bg {
    background: #fff;
}

body.gray-bg {
    background: #f7f8fa;
}

body.modal-open {
    overflow: auto;
}

p {
    margin: 0 0 10.5px;
}

a,
button,
input[type="button"] {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
}

a {
    color: #007791;
}

a:hover {
    text-decoration: none;
    color: #003845;
}

*[data-toggle="modal"],
button {
    cursor: pointer;
}

a:focus,
.btn:focus,
.form-control:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: 0 0 0 0 !important;
}

fieldset,
label {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #b2b4b9;
}

.tooltip {
    pointer-events: none;
}

.btn {
    color: #fff;
    background-color: #26AAE1;
    border-color: #26AAE1;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    font-weight: 600;
}

.btn:hover,
.btn:focus {
    background-color: #26AAE1;
    border-color: #26AAE1;
    color: #fff;
}

textarea:focus,
.form-control:focus,
input:focus {
    border-color: #76c5d6;
}

select+.select2-container {
    width: 100% !important;
}

.rating i {
    color: #dedfe0;
}

.rating i.filled {
    color: #f4c150;
}

.rating i.half-filled {
    position: relative;
}

.rating i.half-filled:after {
    position: absolute;
    content: "\f089";
    top: 0;
    left: 0;
    font-size: inherit;
    color: #f4c150;
    z-index: 1;
}

/*
bootstrap overwrite css
*/
.container-xl,
.container-lg {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

/*
menu
*/
.corner-triangle.top-left:after {
    top: -12px;
    left: 14px;
}

.corner-triangle.top-left:before {
    top: -14px;
    left: 14px;
}

.corner-triangle.top-right:after {
    top: -12px;
    right: 14px;
}

.corner-triangle.top-right:before {
    top: -14px;
    right: 14px;
}

.corner-triangle:after {
    border-color: transparent transparent #fff;
}

.corner-triangle:before {
    border-color: transparent transparent #e8e9eb;
}

.corner-triangle:before,
.corner-triangle:after {
    border-style: solid;
    border-width: 0 10px 13px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
}

.menu-area {
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    position: relative;
    z-index: 99;
}

.menu-area .navbar {
    padding: 0;
}

.signin-box-move-mobile-helper,
.signin-box-move-desktop-helper {
    display: none;
}

/*

menu code was here

*/
.search-box {
    margin-right: 50px;
    padding: 10px 15px 10px 15px;
}

.search-box input {
    background-color: #f2f3f5;
    border: 1px solid #f2f3f5;
    height: 45px;
    padding: 0 15px;
    border-radius: 2px 0 0 2px;
    font-size: 13px;
}


.search-box button {
    border: 1px solid #f2f3f5;
    border-radius: 0 2px 2px 0;
    font-size: 15px;
    padding: 10px 15px;
    background: #f2f3f5 !important;
    color: #26AAE1 !important;
}
.search-box input:focus + .input-group-append{
    padding: 0px !important;
    border: 0px !important;
    background-color: none !important;
}
.menu-icon-box .empty-box {
    padding: 20px;
}

.menu-icon-box .empty-box p {
    margin-bottom: 0px;
}

.menu-icon-box .empty-box a {
    display: inline-block;
    font-weight: 600;
    margin-top: 15px;
}

.menu-icon-box {
    position: relative;
    margin: 0 5px;
}

.menu-icon-box .icon {
    position: relative;
}

.menu-icon-box .icon .number {
    position: absolute;
    top: 14px;
    right: 2px;
    background-color: #ec5252;
    border-radius: 15px;
    color: #fff;
    font-size: 10px;
    line-height: 1.43;
    min-width: 19px;
    padding: 2px 6px;
    text-align: center;
    pointer-events: none;
}

.menu-icon-box .icon a {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    border-radius: 50%;
    color: #686f7a;
    border: 1px solid transparent;
    margin: 10px 0;
    font-size: 18px;
}

.menu-icon-box .icon a:hover {
    background: rgba(20, 23, 28, .05);
    border-color: rgba(20, 23, 28, .05);
}

.menu-icon-box:hover>.dropdown {
    opacity: 1;
    visibility: visible;
}

.menu-icon-box .dropdown {
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border-top: 1px solid #e8e9eb;
    box-shadow: 0 4px 16px rgba(20, 23, 28, .25);
    color: #505763;
    font-size: 13px;
    left: inherit;
    list-style: none;
    margin: 0;
    right: -1px;
    text-align: left;
    top: 100%;
    width: 330px;
}

.course-list-dropdown .item-list {
    max-height: 230px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.course-list-dropdown .item-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-list-dropdown .item-list ul li {
    padding: 23px 23px 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
}

.course-list-dropdown .item-list ul li:hover {
    background: #f2f3f5;
}

.course-list-dropdown .item-list ul a {
    display: block;
}

.course-list-dropdown .item-list .item .item-image {
    width: 60px;
    float: left;
}

.course-list-dropdown .item-list .item .item-details {
    padding-left: 70px;
}

.course-list-dropdown .item-list .item .item-details .course-name {
    color: #505763;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
}

.course-list-dropdown .item-list .item .item-details .instructor-name {
    color: #686f7a;
    font-size: 13px;
}

.course-list-dropdown .item-list .item .item-details .current-price {
    color: #ec5252;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.course-list-dropdown .item-list .item .item-details .original-price {
    text-decoration: line-through;
    color: #686f7a;
}

.course-list-dropdown .item-list .item .item-details .instructor-name {
    color: #686f7a;
    font-size: 13px;
}

.course-list-dropdown .item-list .item .item-details .current-price {
    color: #ec5252;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.course-list-dropdown .item-list .item .item-details .original-price {
    text-decoration: line-through;
    color: #686f7a;
}

.course-list-dropdown .item-list .item .item-details button {
    padding: 2px 8px;
    font-size: 13px;
    line-height: 1.35135;
    border-radius: 2px;
    width: 100%;
    color: #007791;
    background-color: #fff;
    border: 1px solid #007791;
}

.course-list-dropdown .item-list .item .item-details button:hover,
.course-list-dropdown .item-list .item .item-details button:focus {
    background: #e6f2f5;
}

.course-list-dropdown .dropdown-footer {
    background: #f2f3f5;
    padding: 5px 20px 25px;
}

.course-list-dropdown .dropdown-footer a {
    width: 100%;
    border: 0;
    color: #fff;
    background-color: #007791;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.43;
    border-radius: 2px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.course-list-dropdown .dropdown-footer a:hover,
.course-list-dropdown .dropdown-footer a:focus {
    background: #003440;
}

.course-list-dropdown .dropdown-footer .cart-total-price {
    color: #686f7a;
    font-size: 15px;
    margin-top: 8px;
}

.course-list-dropdown .dropdown-footer .cart-total-price .current-price {
    color: #ec5252;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.course-list-dropdown .dropdown-footer .cart-total-price .original-price {
    text-decoration: line-through;
    color: #686f7a;
    font-size: 14px;
}

.notifications-list-dropdown .notifications-head {
    padding: 12px;
    font-size: 15px;
    border-bottom: 1px solid hsla(210, 3%, 87%, .45);
    color: #29303b;
}

.notifications-list-dropdown .notifications-footer {
    background: #f7f8fa;
    height: 58px;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, .05);
}

.notifications-list-dropdown .notifications-footer a,
.notifications-list-dropdown .notifications-footer button {
    color: #007791;
    font-size: 13px;
    font-weight: 600;
    padding: 20px 15px;
}

.notifications-list-dropdown .notifications-footer button {
    border: 0;
    background: transparent;
}

.notifications-list-dropdown .notifications-footer a:hover,
.notifications-list-dropdown .notifications-footer button:hover,
.notifications-list-dropdown .notifications-footer a:focus,
.notifications-list-dropdown .notifications-footer button:focus {
    color: #004d5e;
    background: #f2f3f5;
}

.notifications-list-dropdown .notifications-footer a i {
    margin-left: 5px;
    margin-right: 5px;
    transition: inherit;
    -webkit-transition: inherit;
    -ms-webkit-transition: inherit;
}

.notifications-list-dropdown .notifications-footer a:hover i {
    transform: translateX(5px);
}

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

.notification-list ul li {
    padding: 10px 15px;
    border-bottom: 1px solid hsla(210, 3%, 87%, .45);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
}

.notification-list ul li:hover {
    background: #f7f8fa;
}

.notification-list ul li a {
    display: block;
}

.notification-list .notification .notification-image {
    float: left;
    height: 64px;
    width: 64px;
}

.notification-list .notification .notification-details {
    padding-left: 74px;
}

.notification-list .notification .notification-details .notification-text {
    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;
    width: 210px;
    height: 40px;
    color: #505763;
    margin-bottom: 0;
    line-height: 1.5;
}

.notification-list .notification .notification-details .notification-time {
    color: #686f7a;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0;
}

.notification-list .notification .notification-image img {
    border-radius: 50%;
}

.notification-list .notification {
    position: relative;
}

.notifications-list-dropdown .notification-list {
    max-height: 415px;
    overflow-y: auto;
}

.notification-list .notification .mark-as-read {
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1px solid #007791;
    border-radius: 50%;
    top: 2px;
    right: -3px;
    background: #007791;
}

.notification-list .notification .mark-as-read.marked {
    border-color: rgba(41, 48, 59, .25);
    background-color: transparent;
}

.user-box.menu-icon-box .icon a img {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    margin-top: -15px;
}

.user-dropdown-menu {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    list-style: none;
}

.user-dropdown-menu li a {
    display: block;
    color: #29303b;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 22px;
}

.user-dropdown-menu li a:hover {
    color: #007791;
    background: #f2f3f5;
}

.user-dropdown-menu li a i {
    font-size: 16px;
    width: 20px;
    text-align: center;
    margin: 0 19px 0 10px;
    color: #a1a7b3;
}

.dropdown-user-info .user-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f2f3f5;
}

.dropdown-user-info .user-details {
    padding-left: 50px;
}

.dropdown-user-info .user-details .user-name {
    color: #29303b;
}

.dropdown-user-info .user-details .user-email {
    color: #686f7a;
    font-size: 13px;
}

.dropdown-user-info .user-details .user-name .hi,
.dropdown-user-info .user-details .user-email .welcome {
    display: none;
}

.user-dropdown-menu .dropdown-user-logout {
    padding: 10px 0;
    background: #f7f8fa;
}

.sign-in-box>.btn {
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    font-weight: 600;
    margin-left: 5px !important;
    border-radius: 2px !important;
}

.sign-in-box .btn-sign-in {
    color: #686f7a;
    background-color: #fff;
    border: 1px solid #505763;
}

.sign-in-box .btn-sign-in:hover,
.sign-in-box .btn-sign-in:focus {
    background-color: #f2f3f5;
}

.sign-in-box .btn-sign-up {
    color: #fff;
    background-color: #26AAE1;
    border: 1px solid #26AAE1;
}

.sign-in-box .btn-sign-up:hover,
.sign-in-box .btn-sign-up:focus {
    background-color: #26AAE1;
    ;
    border-color: #26AAE1;
    ;
}

.sign-in-box .modal-dialog {
    max-width: 400px;
}

.sign-in-modal .modal-title {
    color: #29303b;
    font-weight: 700;
    font-size: 15px;
}

.sign-in-modal .close {
    font-size: 2rem;
    padding: 0.5rem 1rem;
}

.sign-in-modal .modal-header {
    border-bottom: 1px solid rgba(41, 48, 59, .1);
    background-color: #f2f3f5;
}

.sign-in-modal .modal-header,
.sign-in-modal .modal-body {
    padding: 20px 25px;
}

.sign-in-modal .social-btn {
    box-shadow: 0 2px 2px 0 rgba(41, 48, 59, .24), 0 0 2px 0 rgba(41, 48, 59, .12);
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 0 20px 0 0;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
}

.sign-in-modal .social-btn a {
    display: block;
}

.sign-in-modal .icon {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin-right: 10px;
    padding: 15px 0 15px 5px;
    text-align: center;
    width: 50px;
}

.sign-in-modal .icon.google-icon {
    background: url(../img/icons/google_icon.svg) no-repeat 50%;
    background-size: 24px;
    color: #fff;
    color: rgba(0, 0, 0, 0);
}

.sign-in-modal .social-btn.fb-sign-up {
    background-color: #1a538a;
}

.sign-in-modal .social-btn.fb-sign-up a {
    color: #fff;
}

.sign-in-modal .social-btn.google-sign-up a {
    color: #686f7a;
}

.sign-in-modal .sign-in-separator {
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 3px;
    position: relative;
}

.sign-in-modal .sign-in-separator:after,
.sign-in-modal .sign-in-separator:before {
    position: absolute;
    height: 1px;
    background-color: #dedfe0;
    content: "";
    top: 10px;
    width: calc(50% - 20px);
}

.sign-in-modal .sign-in-separator:before {
    left: 0
}

.sign-in-modal .sign-in-separator:after {
    right: 0
}

.sign-in-modal .input-group {
    margin-bottom: 10px;
    position: relative;
}

.sign-in-modal .input-group .input-field-icon {
    position: absolute;
    top: 15px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 10;
    left: 10px;
    color: #dedfe0;
    font-size: 18px;
}

.sign-in-modal .input-group .form-control {
    border-radius: 5px;
    color: #29303b;
    font-size: 18px;
    height: auto;
    padding: 11px 10px 12px 40px;
    background-color: #fff;
    border: 1px solid #cacbcc;
}

.sign-in-modal .input-group .form-control:focus {
    border-color: #76c5d6;
}

.sign-in-modal .deal-checkbox {
    margin-bottom: 10px;
    font-size: 15px;
    cursor: pointer;
}

.sign-in-modal .custom-checkbox .custom-control-label::before {
    border-radius: 1px;
    border: 1px solid #cacbcc;
    background-color: transparent;
}

.sign-in-modal .custom-control-input:hover~.custom-control-label::before,
.sign-in-modal .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0px #fff, 0 0 0 0 rgba(0, 123, 255, .25);
    border-color: #007791;
}

.sign-in-modal .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007791;
    border-color: #007791;
}

.sign-in-modal form button[type="submit"] {
    color: #fff;
    background-color: #ec5252;
    border-color: #ec5252;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    width: 100%;
    padding: 11px 12px;
    border-radius: 2px;
}

.sign-in-modal form button[type="submit"]:hover,
.sign-in-modal form button[type="submit"]:focus {
    background-color: #521822 !important;
    border-color: #521822 !important;
}

.sign-in-modal .forgot-pass {
    text-align: center;
    font-size: 15px;
}

.sign-in-modal .agreement-text {
    text-align: center;
    font-size: 10px;
    margin: 10px 0;
}

.sign-in-modal .account-have {
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
    border-top: 1px solid #dedfe0;
}

.sign-in-modal .account-have a {
    font-weight: 700;
}

.sign-in-modal .forgot-email.form-control {
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 2px;
}

.sign-in-modal .forgot-pass-btn {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
}

.sign-in-modal .forgot-pass-btn .btn {
    width: auto;
    height: auto;
    padding: 11px 12px;
    font-size: 15px;
}

.sign-in-modal .forgot-pass-btn span {
    margin: 0 5px;
}

.sign-in-modal .forgot-recaptcha {
    margin: 25px 0 15px;
}

.course-preview-modal .modal-header {
    border-color: #000;
}

.course-preview-modal {
    background-color: #29303b;
    color: #fff;
}

.course-preview-modal .modal-title {
    font-size: 18px;
}

.course-preview-modal .modal-title span {
    color: #76c5d6;
    margin-right: 5px;
}

.course-preview-modal .close {
    color: #fff;
    text-shadow: 0 0 0 #fff;
    opacity: 1;
    font-size: 27px;
}

.course-preview-modal .modal-body {
    padding: 0;
}

.course-preview-modal .course-preview-video-list .title {
    font-size: 18px;
    color: #dedfe0;
    padding: 7px 15px;
}

.course-preview-modal .course-preview-video-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.course-preview-modal .course-preview-video-list .course-preview-free-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-preview-modal .course-preview-video-list .course-preview-free-video .course-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}

.course-preview-modal .course-preview-video-list .course-preview-free-video .course-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
    padding-left: 15px;
    font-size: 13px;
}

.course-preview-modal .course-preview-video-list .course-preview-free-video .course-name i {
    font-size: 12px;
    margin-right: 7px;
}

.course-preview-modal .course-preview-video-list li {
    padding: 7px 15px;
    cursor: pointer;
}

.course-preview-modal .course-preview-video-list li.active {
    background-color: #505763;
}

/*
homepage styles
*/
.carousel-item-slider {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0 130px;
    color: #fff;
}

.home-banner-wrap {
    max-width: 500px;
}

.home-banner-wrap h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(41, 48, 59, .55);
}

.home-banner-wrap p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(41, 48, 59, .55);
}

.home-banner-wrap input[type="text"] {
    font-size: 20px;
    height: 50px;
    padding: 11px 17px;
    border: none;
    border-radius: 3px 0 0 3px;
    font-weight: 300
}

.home-banner-wrap .btn {
    padding: 10px 14px;
    font-size: 20px;
    background: #fff;
    border: 0;
    border-radius: 0 3px 3px 0;
    color: #26AAE1;
}

.home-banner-wrap .btn:hover {
    background: #26AAE1;
    color: #fff;
}

.home-fact-area {
    background-color: #26AAE1;
    background: -webkit-linear-gradient(-45deg, #26AAE1, #26AAE1);
    background: -moz-linear-gradient(-45deg, #26AAE1 0, #26AAE1 100%);
    background: -ms-linear-gradient(-45deg, #26AAE1 0, #26AAE1 100%);
    background: -o-linear-gradient(-45deg, #26AAE1 0, #26AAE1 100%);
    background: linear-gradient(-45deg, #26AAE1, #26AAE1);
    color: #fff;
    padding: 15px 0;
    margin-bottom: 50px
}

.home-fact-box .text-box {
    padding: 10px 0 10px 63px;
}

.home-fact-box i {
    font-size: 47px;
    margin-top: 8px;
}

.home-fact-box .text-box h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

.home-fact-box .text-box p {
    font-size: 15px;
    margin-bottom: 0;
}

.course-carousel-area {
    margin-bottom: 20px;
    overflow-x: hidden;
}

h2.course-carousel-title {
    font-size: 2.2rem;
    color: #00262b;
    margin: 0 0 10px;
    text-align: center;
}

@media (max-width: 767px) {
    h2.course-carousel-title {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .course-carousel-subtitle {
        font-size: 17px;
    }

    .course-bundle-header h4 {
        font-size: 16px;
    }   
}

.course-carousel-area .slick-slider {
    width: calc(100% + 16px);
    margin-left: -8px;
}

.course-carousel-area .slick-list:before,
.course-carousel-area .slick-list:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: #f7f8fa;
    z-index: 1;
}

.course-carousel-area .slick-list:after {
    right: auto;
    left: 0
}

.slick-prev:hover,
.slick-next:hover {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
    background: #fff;
    color: #fff;
}

.slick-prev:focus,
.slick-next:focus {
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1) !important;
}

.slick-prev,
.slick-next {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    z-index: 1;
    top: calc(50% - 25px);
}

.slick-prev {
    left: -28px;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: 0;
}

.slick-prev:before {
    content: url(../img/icons/prev_arrow.png);
    line-height: 0;
    opacity: 1
}

.slick-next {
    right: -15px
}

.slick-next:before {
    content: url(../img/icons/next_arrow.png);
    line-height: 0;
    opacity: 1;
}

/**********FOR INSTRUCTOR COURSES START***********/
.instructor-course-carousel .slick-prev:hover,
.instructor-course-carousel .slick-next:hover {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
}

.instructor-course-carousel .slick-prev:focus,
.instructor-course-carousel .slick-next:focus {
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1) !important;
}

.instructor-course-carousel .slick-prev,
.instructor-course-carousel .slick-next {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    z-index: 1;
    top: calc(50% - 25px);
}

.instructor-course-carousel .slick-prev {
    left: -28px;
}

.instructor-course-carousel .slick-prev.slick-disabled,
.instructor-course-carousel .slick-next.slick-disabled {
    opacity: 0;
}

.instructor-course-carousel .slick-prev:before {
    content: url(../img/icons/prev_arrow.png);
    line-height: 0;
    opacity: 1
}

.instructor-course-carousel .slick-next {
    right: -15px
}

.instructor-course-carousel .slick-next:before {
    content: url(../img/icons/next_arrow.png);
    line-height: 0;
    opacity: 1;
}

/**********FOR INSTRUCTOR COURSES END***********/
.course-box-wrap:focus {
    outline: none;
}

.course-box-wrap {
    padding: 15px;
    margin-bottom: 20px;
}

.course-box-wrap a {
    color: #fff;
}

.course-box-wrap a:hover {
    text-decoration: none;
}

.course-box {
    position: relative;
    background: #fff;
}

.course-box:before,
.course-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: opacity;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -ms-webkit-transition: .2s ease;
    z-index: -1;
}

.course-box:before {
    opacity: 1;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    -ms-webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
}

.course-box:after {
    opacity: 0;
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
    -webkit-box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
    -ms-webkit-box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
}

.course-box:hover:before {
    opacity: 0;
}

.course-box:hover:after {
    opacity: 1;
}

.course-box .play-btn {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/icons/icon-play.svg) no-repeat;
    background-size: auto 40%;
    background-position: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1
}

.course-box .course-image:hover>.play-btn {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    visibility: visible;
    opacity: 1;
}

.course-box .course-details {
    padding: 15px 10px 0px 15px;
    position: relative;
}

.course-box .course-details .title {
    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-weight: 600;
    height: 36px;
    min-height: 42px;
    font-size: 15px;
    color: #29303b;
    margin-bottom: 10px;
    line-height: 20px;
}

.course-box .course-details .instructors {
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -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;
    min-height: 21px;
    height: 21px;
    font-size: 12px;
    color: #686f7a;
    margin-bottom: 5px;
}

.course-box .course-details .rating {
    margin-bottom: 10px;
}

.course-box .course-details .rating i {
    font-size: 11px;
}

.course-box .course-details .rating .rating-number {
    color: #29303b;
    margin-bottom: 0;
    font-size: 12px;
}

.course-box .course-details .rating .rating-number span {
    font-weight: 600;
    color: #a1a7b3;
    margin-left: 5px;
}

.course-box .course-details .price {
    padding-bottom: 15px;
    color: #29303b;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}

.course-box .course-details .price small {
    color: #686f7a;
    font-weight: 400;
    font-size: 13px;
    margin-right: 5px;
    text-decoration: line-through;
}

.course-box .course-details .completed-percent .progress-bar {
    background: #007791;
}

.course-box .course-details .completed-percent .progress {
    border-radius: 0;
    height: 2px;
    background-color: rgba(41, 48, 59, .25);
}

.course-box .course-details .completed-percent {
    margin-top: 10px;
    padding-bottom: 30px;
}

.course-box .course-details .completed-percent .text {
    width: 50%;
    color: #686f7a;
    font-size: 13px;
}

.course-box .course-details .your-rating-box {
    position: absolute;
    right: 10px;
    bottom: 3px;
    margin-bottom: 0;
    z-index: 1;
    text-align: right;
}

.course-box .course-details .your-rating-box .your-rating-text {
    margin-bottom: 0;
    font-size: 13px;
    color: #29303b;
    margin-top: 2px;
}

.course-box .course-details .your-rating-box:hover .your-rating-text {
    color: #ec5252;
}

.course-box .course-details .your-rating-box .your-rating-text .edit {
    display: none;
}

.course-box .course-details .your-rating-box:hover .your-rating-text .edit {
    display: unset;
}

.course-box .course-details .your-rating-box:hover .your-rating-text .your {
    display: none;
}

.course-box .course-details .your-rating-box i {
    color: transparent;
    text-stroke: 1px #eaeaea;
    -webkit-text-stroke: 1px #eaeaea;
    font-size: 17px;
    letter-spacing: -0.1em;
}

.course-box .course-details .your-rating-box i.filled {
    color: #f4c150;
}

.course-badge {
    color: #29303b;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    pointer-events: none;
    border-radius: 3px;
    font-size: 9px;
    padding: 1px 8px;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.course-badge:after {
    border-radius: 3px;
    right: -4px;
    background: inherit;
    content: "";
    height: 11px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 11px;
    z-index: 0;
    display: block;
}

.course-badge.best-seller {
    background: #f4c150
}

.course-badge.hot-new {
    background: #ec5252;
    color: #fff;
}

.course-badge.position {
    position: absolute;
    top: 12px;
    left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/***************************BADGE START***********************/
.course-badge-class-live {
    color: #29303b;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    pointer-events: none;
    border-radius: 3px;
    font-size: 13px;
    padding: 1px 8px;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.course-badge-class-live:after {
    border-radius: 3px;
    right: -7px;
    background: inherit;
    content: "";
    height: 15px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    width: 15px;
    z-index: 0;
    display: block;
}

.course-badge-class-live.live {
    background: #EC5252;
}

.course-badge-class-offline {
    color: #29303b;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    pointer-events: none;
    border-radius: 3px;
    font-size: 13px;
    padding: 1px 8px;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.course-badge-class-offline:after {
    border-radius: 3px;
    right: -7px;
    background: inherit;
    content: "";
    height: 15px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    width: 15px;
    z-index: 0;
    display: block;
}

.course-badge-class-offline.offline {
    background: #333;
    color: #fff;
}

.course-badge-class-online {
    color: #29303b;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    pointer-events: none;
    border-radius: 3px;
    font-size: 13px;
    padding: 1px 8px;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.course-badge-class-online:after {
    border-radius: 3px;
    right: -7px;
    background: inherit;
    content: "";
    height: 15px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    width: 15px;
    z-index: 0;
    display: block;
}

.course-badge-class-online.online {
    background: #007903;
    color: #fff;
}

/****************************badge end******************/
.course-box .course-image {
    position: relative;
}

.course-box .course-image:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-webkit-transition: 0.2s;
}

.course-box .wishlist-add,
.course-box .favorite-add {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.course-box .wishlist-add button,
.course-box .favorite-add button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.course-box .wishlist-add button:hover i,
.course-box .wishlist-add.wishlisted button i,
.course-box .favorite-add button:hover i,
.course-box .favorite-add.added button i {
    color: #ec5252;
}

.course-box .wishlist-add button i,
.course-box .favorite-add button i {
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
    font-size: 16px;
    color: #686f7a;
}

.course-box .instructor-img-hover {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: left;
    top: 10px;
    left: 10px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-webkit-transition: 0.2s;
}

.course-box .instructor-img-hover img {
    border: 3px solid #fff;
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
}

.course-box .instructor-img-hover span {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-stroke: .4px #fff;
    -webkit-text-stroke: .4px #fff
}

.course-box:hover .instructor-img-hover,
.course-box:hover .course-image:before {
    opacity: 1;
    visibility: visible;
}

.webui-popover {
    box-shadow: 0 4px 16px rgba(20, 23, 28, .25);
    border-color: transparent;
    border-radius: 2px;
}

.course-popover-content .last-updated {
    margin: 10px 0;
    font-size: 13px;
}

.course-popover-content .course-title a {
    visibility: visible;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -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;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -.3px;
    color: #505763;
}

.course-popover-content .course-title a:hover {
    text-decoration: underline;
}

.course-popover-content .course-category {
    color: #686f7a;
    font-size: 11px;
    margin-top: 7px;
}

.course-popover-content .course-category .course-badge {
    margin-right: 10px;
    box-shadow: 0 0 0;
}

.course-popover-content .course-meta span {
    margin-right: 10px;
    font-size: 13px;
    color: #7a7d82;
}

.course-popover-content .course-meta span i {
    font-size: 12px;
    margin-right: 5px;
}

.course-popover-content .course-meta {
    padding: 5px 0;
}

.course-popover-content .course-subtitle {
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -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;
    visibility: visible;
    font-size: 15px;
    line-height: 1.53;
    letter-spacing: -.2px;
    color: #686f7a;
    padding-top: 10px;
}

.course-popover-content .what-will-learn {
    margin-top: 15px;
}

.course-popover-content .what-will-learn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-popover-content .what-will-learn ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    max-height: 54px;
    visibility: visible;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -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: 13px;
    letter-spacing: -.2px;
    color: #686f7a;
}

.course-popover-content .what-will-learn ul li:before {
    content: ".";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 30px;
    line-height: 0;
    color: #dedfe0;
}

.course-popover-content .popover-btns {
    margin-top: 50px;
    padding-right: 65px;
    position: relative;
    margin-bottom: 15px;
}

.course-popover-content .popover-btns .add-to-cart-btn {
    width: 100%;
    padding: 16px 12px;
}

.addedToCart {
    color: #ec5252;
    background-color: #ffffff;
    border-color: #ec5252;
}

.addedToCart:hover {
    color: #ec5252;
    background-color: #ffffff;
    border-color: #ec5252;
}

.course-popover-content .popover-btns .wishlist-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    border: none;
    background: none;
    font-size: 24px;
}

.course-popover-content .popover-btns .wishlist-btn i {
    color: transparent;
    text-stroke: 1px #ec5252;
    -webkit-text-stroke: 1px #ec5252;
}

.course-popover-content .popover-btns .wishlist-btn.active i,
.course-popover-content .popover-btns .wishlist-btn:hover i {
    color: #ec5252;
}

.webui-popover.left>.webui-arrow,
.webui-popover.left-top>.webui-arrow,
.webui-popover.left-bottom>.webui-arrow {
    border-left-color: rgba(20, 23, 28, .1);
}

.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
    border-right-color: #999;
    border-right-color: rgba(20, 23, 28, .1);
}

/*
course page style
*/
/*
course header
*/
section.course-header-area {
    background-color: #29303b;
    color: #fff;
    padding: 60px 0;
}

.course-header-area.duplicated {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(41, 48, 59, .8);
    padding: 10px 0;
}

.course-header-area.duplicated .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
}

.course-header-area.duplicated .subtitle,
.course-header-area.duplicated .course-badge,
.course-header-area.duplicated .created-row {
    display: none;
}

.course-header-wrap .title {
    font-size: 36px;
    line-height: 41px;
    font-weight: 600;
    margin-bottom: 10.5px;
}

.course-header-wrap .subtitle {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 7px;
}

.course-header-wrap>div>span {
    margin-right: 12px;
    margin-bottom: 7px;
    font-size: 15px;
}

.course-header-wrap .rating p {
    margin-bottom: 0;
}

.course-header-wrap .rating i {
    font-size: 14px;
    color: #f4c150;
}

.course-header-wrap a {
    color: #fff;
}

.course-header-wrap .course-badge {
    font-size: 9px !important;
}

.course-header-wrap .comment i {
    margin-right: 7px;
    font-size: 13px;
}

/*
course sidebar
*/
.course-sidebar {
    background-color: #F2F3F5;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    border-radius: 4px;
    color: #505763;
    padding: 3px;
    /* position: relative;
    margin-top: -250px;*/
    margin-top: 10px;
    z-index: 10;
}

.course-sidebar.fixed {
    /*    position: fixed;
    margin-top: 0;*/
    width: 350px;
}

.course-sidebar.fixed .preview-video-box,
.course-sidebar.bottom .preview-video-box {
    display: none;
}

.course-sidebar.bottom {
    /* margin-top: 0;*/
}

.preview-video-box a {
    display: block;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.preview-video-box .preview-text {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
    height: auto;
    font-size: 15px;
    font-weight: 700;
}

.preview-video-box .play-btn {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../img/icons/icon-play.svg') no-repeat;
    background-size: auto 50%;
    background-position: 50%;
    visibility: visible;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    -moz-transition: -moz-transform .15s ease-in-out;
    -o-transition: -o-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
}

.preview-video-box a:hover>.play-btn {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.course-sidebar-text-box {
    padding: 15px 30px;
}

.course-sidebar-text-box .price .current-price {
    color: #505763;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-right: 10px;
}

.course-sidebar-text-box .price span {
    vertical-align: middle;
    color: #a1a7b3;
    margin-right: 10px;
}

.course-sidebar-text-box .price .original-price {
    text-decoration: line-through;
}

.course-sidebar-text-box .offer-time {
    color: #208058;
    font-size: 14px;
    margin-bottom: 10px;
}

.course-sidebar-text-box .offer-time i {
    margin-right: 7px;
}

.course-sidebar-text-box .buy-btns .btn {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 2px;
    margin-top: 13px;
    padding: 15px 12px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.course-sidebar-text-box .buy-btns .btn-buy-now {
    color: #fff;
    background-color: #26AAE1;
    border-color: #26AAE1;
}

.course-sidebar-text-box .buy-btns .btn-buy-now:hover,
.course-sidebar-text-box .buy-btns .btn-buy-now:focus {
    background-color: #26AAE1;
    border-color: #26AAE1;
}

.course-sidebar-text-box .buy-btns .btn-add-cart {
    background: transparent;
    border-color: #505763;
    color: #686f7a;
}

.course-sidebar-text-box .buy-btns .btn-add-cart:hover,
.course-sidebar-text-box .buy-btns .btn-add-cart:focus {
    background-color: #f2f3f5;
}

.course-sidebar-text-box .money-back {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 10px;
}

.course-sidebar-text-box .includes {
    margin-bottom: 15px;
}

.course-sidebar-text-box .includes ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-sidebar-text-box .includes ul li {
    font-size: 13px;
    padding: 3px;
}

.course-sidebar-text-box .includes ul li i {
    width: 19px;
    font-size: 12px;
}

/*
course content
*/
.view-more-parent {
    position: relative;
    overflow: hidden;
}

.view-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .95), #fff);
    display: block;
    padding: 30px 3px 3px 3px;
    color: #007791;
    cursor: pointer;
    z-index: 5;
}

.view-less {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 3px 3px 3px 3px;
    color: #007791;
    cursor: pointer;
}

.view-more-parent.expanded {
    max-height: none;
    overflow: visible;
}

.view-more-parent.has-hide {
    padding-bottom: 30px;
}

.description-box {
    max-height: 260px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.description-box ul {
    list-style: disc;
}

.description-box .description-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.description-box .audience {
    margin-top: 20px;
}

.description-box .audience .audience-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.description-box .audience ul {
    margin-bottom: 0;
}

.what-you-get-box {
    background-color: #f9f9f9;
    border: 1px solid #dedfe0;
    padding: 10px 15px;
    margin-top: 40px;
}

.what-you-get-box .what-you-get-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.what-you-get-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.what-you-get-box ul li {
    display: flex;
    margin-bottom: 10px;
    width: 45%;
    padding-left: 26px;
    font-size: 15px;
    position: relative;
}

.what-you-get-box ul li:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f00c";
    color: #a1a7b3;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}

.requirements-box {
    margin-top: 40px;
}

.requirements-box .requirements-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.requirements-box .requirements__list {
    list-style: disc;
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 0;
}

.requirements-box .requirements__list li:not(:last-child) {
    margin-bottom: 10px;
}

.compare-box {
    max-height: 580px;
    margin-bottom: 40px;
}

.compare-box .compare-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}

.course-comparism-item .item-image {
    height: auto;
    width: 18%;
    position: relative;
}

.course-comparism-item {
    color: #29303b;
    padding: 15px;
}

.course-comparism-item-container {
    border-top: 1px solid #dedfe0;
}

.course-comparism-item-container a {
    display: block;
    transition: .1s;
    -webkit-transition: .1s;
    -ms-webkit-transition: .1s;
}

.course-comparism-item-container a:hover {
    background-color: #dedfe0;
}

.course-comparism-item-container.this-course {
    border-bottom: 2px solid #dedfe0;
}

.course-comparism-item-container.this-course .course-comparism-item-this-text {
    font-size: 11px;
    margin-left: 15px;
    text-transform: uppercase;
    margin-bottom: -5px;
    margin-top: 5px;
}

.course-comparism-item .item-image .item-duration {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    left: 0;
    background-color: hsla(0, 0%, 100%, .95);
}

.course-comparism-item .item-title {
    padding-left: 15px;
    width: 39%;
}

.course-comparism-item .item-title .title {
    font-size: 15px;
    font-weight: 700;
    word-break: break-word;
}

.course-comparism-item .item-title .updated-time {
    color: #686f7a;
    font-size: 13px;
    margin-top: 3px;
}

.course-comparism-item .item-details {
    position: relative;
    width: 43%;
    padding-left: 15px;
}

.course-comparism-item .item-details .wishlist-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.course-comparism-item .item-details .item-rating i {
    color: #f4c150;
    margin-right: 4px;
    font-size: 14px;
}

.course-comparism-item .item-details .wishlist-btn button {
    padding: 0;
    margin: 0;
    border: 0;
    background: 0;
    font-size: 17px;
    color: #ec5252;
    cursor: pointer;
}

.course-comparism-item .item-details .wishlist-btn button:hover>i:before {
    font-weight: 900;
}

.course-comparism-item .item-details .item-price {
    position: absolute;
    top: 0;
    right: 38px;
    display: flex;
    flex-direction: column-reverse;
    text-align: right;
}

.course-comparism-item .item-details .item-price .current-price {
    color: #29303b;
    font-size: 18px;
    font-weight: 600;
}

.course-comparism-item .item-details .item-price .original-price {
    color: #686f7a;
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
}

.course-comparism-item .item-details .enrolled-student {
    margin-left: 25px;
}

.course-comparism-item .item-details .enrolled-student i {
    margin-right: 2px;
    color: #cacbcc;
    font-size: 14px;
}

.more-by-instructor-box {
    background-color: #f9f9f9;
    border: 1px solid #dedfe0;
    margin-bottom: 50px;
    padding: 10px 8px;
}

.more-by-instructor-box .more-by-instructor-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 7px;
}

.about-instructor-box .about-instructor-title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
}

.about-instructor-box .about-instructor-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.about-instructor-box .about-instructor-image ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
}

.about-instructor-box .about-instructor-image ul b {
    font-weight: 600;
}

.about-instructor-box .about-instructor-image ul i {
    width: 26px;
    font-size: 13px;
}

.about-instructor-box .about-instructor-image ul li {
    margin-bottom: 5px;
}

.about-instructor-details {
    max-height: 380px;
}

.about-instructor-box {
    margin-bottom: 40px;
}

.about-instructor-details .instructor-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 10px;
}

.about-instructor-details .instructor-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 10px;
}

.h2-size {
    font-weight: 500;
    color: #333333 !important;
}

.box-top-border {
    border-bottom: 3px solid #ededed;
    margin-bottom: 45px;
    margin-top: 15px;
}

.student-feedback-box {
    margin: 50px 0;
}

.student-feedback-box .student-feedback-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}

.student-feedback-box .average-rating {
    text-align: center;
    margin-top: 10px;
}

.student-feedback-box .average-rating .num {
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.student-feedback-box .average-rating .rating i {
    font-size: 20px;
    color: #f4c150;
    margin-bottom: 5px;
}

.student-feedback-box .individual-rating ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.student-feedback-box .individual-rating ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.student-feedback-box .individual-rating ul li .progress {
    width: 70%;
    height: 20px;
    border-radius: 3px;
    background-color: #f2f3f5
}

.student-feedback-box .individual-rating ul li .progress-bar {
    border-radius: 3px;
    background-color: #a1a7b3;
}

.student-feedback-box .individual-rating .rating i {
    font-size: 14px;
    color: #dedfe0;
}

.student-feedback-box .individual-rating .rating i.filled {
    color: #f4c150;
}

.student-feedback-box .individual-rating li>div:not(.progress) {
    padding-left: 15px;
}

.student-feedback-box .individual-rating li>div:not(.progress) span:not(.rating) {
    text-align: center;
    padding-left: 10px;
    color: #007791;
}

.student-feedback-box .reviews .reviews-title {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 20px;
}

.student-feedback-box .reviews ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
}

.student-feedback-box .reviews .reviewer-details img {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    margin-right: 20px;
}

.student-feedback-box .reviews .reviewer-details .review-time .time {
    color: #686f7a;
}

.student-feedback-box .reviews ul li {
    padding: 30px 0;
    border-top: 1px solid #dedfe0;
}

.student-feedback-box .reviews ul li:last-child {
    border-bottom: 1px solid #dedfe0;
}

.student-feedback-box .reviews .review-details .rating i {
    color: #dedfe0;
    margin-bottom: 15px;
}

.student-feedback-box .reviews .review-details .rating i.filled {
    color: #f4c150;
}

.student-feedback-box .reviews .review-details .review-text {
    color: #505763;
    margin-bottom: 10px;
    font-size: 16px;
}

.student-feedback-box .reviews {
    margin-top: 30px;
}

.reviews .more-reviews-btn {
    text-align: center;
}

.reviews .more-reviews-btn button {
    border-radius: 2px;
    border: 2px solid #007791;
    color: #007791;
    background: #fff;
    padding: 11px 12px;
    font-size: 15px;
    font-weight: 600;
}

.reviews .more-reviews-btn button:hover,
.reviews .more-reviews-btn button:focus {
    background-color: #e6f2f5;
}

.course-curriculum-box {
    margin-bottom: 40px;
}

.course-curriculum-box .course-curriculum-title .title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.course-curriculum-box .course-curriculum-title .total-time {
    width: 130px;
    display: inline-block;
    text-align: right;
}

.course-curriculum-accordion .lecture-group-title .total-time {
    width: 130px;
    display: inline-block;
    text-align: right;
}

.course-curriculum-accordion .lecture-group-title .title {
    max-width: 60%;
    font-weight: 600;
}

.course-curriculum-accordion .lecture-group-title {
    position: relative;
    padding: 10px 30px 10px 45px;
    background: #f9f9f9;
    cursor: pointer;
    height: auto;
    margin-top: 3px;
    color: #505763;
}

.course-curriculum-box .course-curriculum-title {
    padding-right: 31px;
}

.course-curriculum-accordion .lecture-group-title:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    left: 22px;
    font-size: 10px;
    top: 16px;
    color: #007791;
}

.course-curriculum-accordion .lecture-group-title[aria-expanded="false"]:before {
    content: "\f067";
}

.course-curriculum-accordion .lecture-group-title[aria-expanded="true"]:before {
    content: "\f068";
}

.course-curriculum-accordion .lecture-group-title[aria-expanded="true"] .total-lectures {
    display: none;
}

.course-curriculum-accordion .lecture-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-curriculum-accordion .lecture-list .lecture {
    padding: 12px 30px 12px 73px;
    position: relative;
    border-bottom: 1px solid #e8e9eb;
    border-left: 1px solid #e8e9eb;
    border-right: 1px solid #e8e9eb;
    color: #686f7a;
}

.course-curriculum-accordion .lecture-list .lecture .lecture-title {
    width: 50%;
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-webkit-transition: 0.3s;
}

.course-curriculum-accordion .lecture-list .lecture .lecture-time {
    width: 100px;
    text-align: right;
}

.course-curriculum-accordion .lecture-list .lecture:before {
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f144";
    position: absolute;
    left: 45px;
    opacity: 0.3;
    font-weight: 900;
    font-size: 13px;
    top: 17px;
}

.course-curriculum-accordion .lecture-list .lecture.has-preview {
    color: #007791;
}

.course-curriculum-accordion .lecture-list .lecture.has-preview .lecture-title,
.course-curriculum-accordion .lecture-list .lecture.has-preview .lecture-preview {
    cursor: pointer;
}

.course-curriculum-accordion .lecture-list .lecture.has-preview .lecture-title:hover {
    color: #003845;
}

/*
category page
*/
section.category-header-area {
    background: #29303b;
    color: #fff;
}

section.category-header-area .category-name {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.287;
    margin: 0;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    margin-bottom: 5px;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item {
    color: #fff;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #dedfe0;
}

.breadcrumb .breadcrumb-item a i {
    color: #a1a7b3;
    font-size: 13px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

section.category-course-list-area {
    padding-bottom: 50px;
}

.category-filter-box {
    padding: 35px 0;
    border-bottom: 1px solid #e8e9eb;
    margin-bottom: 30px;
}

.filter-box .btn {
    border-radius: 2px;
    border-color: #007791;
    color: #007791;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 12px;
    min-width: 60px;
    background: transparent;
}

.filter-box .btn:not(.all-btn) {
    margin-left: 10px;
}

.filter-box .btn:hover,
.filter-box .btn:focus {
    background: #fff !important;
    color: #007791 !important;
    border-color: #007791 !important;
}

.filter-box .btn[aria-expanded="true"] {
    background-color: #76c5d6 !important;
}

.filter-box .dropdown-menu {
    box-shadow: 0 4px 16px rgba(20, 23, 28, .25);
    border-color: #fff;
    border-radius: 2px;
    max-height: 365px;
    overflow-y: auto;
}

.filter-box .dropdown-menu .dropdown-item {
    color: #505763;
    padding: 5px 12px;
    font-weight: 400;
    line-height: 1.43;
    font-size: 15px;
}

.filter-box .dropdown-menu .dropdown-item:hover,
.filter-box .dropdown-menu .dropdown-item:focus {
    background-color: #f2f3f5;
    color: inherit;
}

.filter-box .reset-btn {
    background-color: transparent;
    border-color: transparent;
}

.filter-box .reset-btn:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}

.filter-box .reset-btn:disabled {
    color: #a1a7b3 !important;
    cursor: not-allowed;
}

.category-course-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.course-box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #dedfe0;
    border-radius: 2px 2px 0 0;
    min-height: 148px;
    background-color: #fff;
}

.course-box-2 .course-image {
    width: 26%;
}

.course-box-2 .course-details {
    width: 50%;
    padding: 10px 30px;
}

.course-box-2 .course-price-rating {
    width: 24%;
    text-align: right;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 10px 25px 15px;
}

.category-course-list ul li {
    margin-bottom: 30px;
}

.course-box-2 .course-price-rating .current-price {
    font-size: 18px;
    font-weight: 700;
    color: #29303b;
}

.course-box-2 .course-price-rating .original-price {
    color: #686f7a;
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;
    text-decoration: line-through;
}

.course-box-2 .course-price-rating .rating i {
    /* color: #f4c150; */
    font-size: 13px;
}

.course-box-2 .course-price-rating .rating .average-rating {
    font-size: 13px;
    color: #686f7a;
}

.course-box-2 .course-price-rating .rating-number {
    font-size: 13px;
    color: #686f7a;
}

.course-box-2 .course-details .course-title {
    color: #29303b;
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
}

.course-box-2 .course-details a:hover {
    text-decoration: underline;
}

.course-box-2 .course-details .course-instructor {
    display: block;
    color: #686f7a;
    font-size: 11px;
    margin-bottom: 6px;
}

.course-box-2 .course-details .course-subtitle {
    color: #505763;
    font-size: 13px;
    margin-bottom: 20px;
}

.course-box-2 .course-details .course-meta span {
    font-size: 13px;
    margin-right: 10px;
    color: #686f7a;
}

.course-box-2 .course-details .course-meta {
    padding-top: 5px;
}

.course-box-2 .course-details .course-meta span i {
    opacity: 0.5;
    font-size: 14px;
    margin-right: 4px;
}

/*
Instructor page
*/
section.instructor-header-area {
    background-color: #007791;
    color: #fff;
    padding: 34px 0;
}

section.instructor-header-area .instructor-name {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.287;
    margin: 0;
}

section.instructor-header-area .instructor-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.287;
    margin: 7px 0 0;
}

section.instructor-details-area {
    padding: 30px 0;
}

.instructor-left-box .instructor-image img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.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;
}

.biography-content-box {
    max-height: 400px;
    margin-bottom: 40px;
}

.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;
}

section.instructor-course-list-area {
    background-color: #f7f8fa;
    padding: 40px 0;
}

section.instructor-course-list-area .section-title {
    font-size: 18px;
    margin-bottom: 20px;
}

section.instructor-course-list-area .container {
    max-width: 940px;
}

ul.pagination {
    margin-top: 25px;
}

ul.pagination .page-item.disabled .page-link {
    color: #a1a7b3;
}

ul.pagination .page-item.active a,
ul.pagination .page-item.active .page-link {
    background-color: #007791;
    border-color: #007791;
    color: #fff;
}

ul.pagination .page-item a,
ul.pagination .page-item .page-link {
    color: #007791;
    padding: 10px 15px;
    font-size: 17px;
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

ul.pagination .page-item a:hover,
ul.pagination .page-item .page-link:hover {
    background-color: #e6f2f5;
    border-color: #007791;
    position: relative;
    z-index: 1;
}

/*
Notifications page
*/
section.page-header-area .page-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.287;
    margin: 0;
}

section.page-header-area .page-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.287;
    margin: 7px 0 5px;
}

.notifications-list-area .notifications-footer .mark-all-read {
    border: 0;
    background: none;
    color: #007791;
}

.notifications-list-area .notifications-footer .mark-all-read:hover {
    color: #003845;
}

.notifications-list-area .notifications-footer {
    padding: 15px 0;
}

.notifications-list-area .notification-list {
    max-height: 415px;
    overflow-y: auto;
    margin-top: 40px;
}

.notifications-list-area .notification-list li {
    padding: 15px;
}

.notifications-list-area .notification-list .notification-details .notification-text {
    width: 100%;
}

.notifications-list-area .notification-list .notification-details {
    padding-right: 15px;
}

.notifications-list-area .notification-list .notification-details .notification-time {
    margin-top: 10px;
}

/*
my courses - wishlist page
*/
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: #fff;
    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: hsla(0, 0%, 100%, .7);
}

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 #cacbcc;
}

.my-courses-area .my-course-search-bar .input-group-append button {
    background: #f2f3f5;
    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: #007791;
    color: #fff;
    border-color: #007791;
}

.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;
}

/*
cart page
*/
section.cart-list-area {
    margin-top: 50px;
    margin-bottom: 70px;
}

.in-cart-box>.title,
.wishlisted-box>.title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #29303b;
}

.in-cart-box .cart-course-list,
.wishlisted-box .cart-course-list {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-shadow: 0 0 2px #dedfe0;
    box-shadow: 0 0 2px #dedfe0;
    margin-bottom: 60px;
}

.in-cart-box .cart-course-list li:not( :first-child),
.wishlisted-box .cart-course-list li:not( :first-child) {
    border-top: 1px solid #f1f1f1;
}

.cart-course-wrapper {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.cart-course-wrapper .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
}

.cart-course-wrapper .details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
    padding-left: 10px;
}

.cart-course-wrapper .details .name {
    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;
    margin-bottom: 0;
    max-height: 37px;
    color: #29303b;
    line-height: 1.2;
    font-weight: 700;
}

.cart-course-wrapper .details .instructor {
    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;
    max-height: 36px;
    font-size: 13px;
    color: #686f7a;
}

.cart-course-wrapper .move-remove {
    text-align: right;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.cart-course-wrapper .price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    text-align: right;
    padding-right: 25px;
    position: relative;
}

.cart-course-wrapper .move-remove div {
    color: #007791;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 3px;
}

.cart-course-wrapper .move-remove div:hover {
    color: #003845;
}

.cart-course-wrapper .price .current-price {
    color: #ec5252;
    font-weight: 900;
}

.cart-course-wrapper .price .original-price {
    text-decoration: line-through;
    color: #686f7a;
}

.cart-course-wrapper .price .coupon-tag {
    position: absolute;
    top: 2px;
    right: 0;
    color: #ec5252;
    font-size: 14px;
}

.cart-sidebar .total {
    color: #686f7a;
    font-size: 18px;
}

.cart-sidebar .total-price {
    font-size: 36px;
    line-height: 49px;
    color: #ec5252;
    font-weight: 600;
}

.cart-sidebar .total-original-price {
    color: #686f7a;
    margin-bottom: 12px;
}

.cart-sidebar .total-original-price .original-price {
    text-decoration: line-through;
    margin-right: 10px;
}

.cart-sidebar .checkout-btn {
    font-size: 15px;
    line-height: 1.35135;
    border-radius: 2px;
    color: #fff;
    background-color: #ec5252;
    border-color: #ec5252;
    font-weight: 600;
    padding: 16px 12px;
}

.cart-sidebar .checkout-btn:hover,
.cart-sidebar .checkout-btn:focus {
    background-color: #992337 !important;
    border-color: #992337 !important;
}

.cart-sidebar .coupon-field input {
    padding: 14px 12px;
    font-size: 12px;
    border-radius: 2px;
}

.cart-sidebar .coupon-field input:focus {
    border-color: #76c5d6;
}

.cart-sidebar .coupon-field button {
    border-radius: 2px;
    background-color: #007791;
    border-color: #007791;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.cart-sidebar .coupon-field button:hover,
.cart-sidebar .coupon-field button:focus {
    background-color: #00576b !important;
    border-color: #00576b !important;
}

.cart-sidebar .coupon-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.cart-sidebar .coupon-list ul li {
    font-size: 13px;
    cursor: pointer;
    color: #686f7a;
}

.cart-sidebar .coupon-list ul li:hover {
    color: #ec5252;
}

.cart-sidebar .coupon-list ul li i {
    font-size: 11px;
}

/*
user dashboard page
*/
section.user-dashboard-area {
    padding: 40px 0;
}

.user-dashboard-box {
    border: 1px solid #dedfe0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}

.user-dashboard-content {
    width: 82%;
}

section.user-dashboard-area {
    padding: 40px 0;
}

.user-dashboard-box {
    border: 1px solid #dedfe0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.user-dashboard-sidebar .user-box {
    text-align: center;
    padding: 10px;
}

.user-dashboard-sidebar .user-box img {
    height: 118px;
    width: 118px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.user-dashboard-sidebar .user-box .name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.user-dashboard-sidebar .user-dashboard-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.user-dashboard-sidebar .user-dashboard-menu ul a {
    display: block;
    padding: 4px 15px;
}

.user-dashboard-sidebar .user-dashboard-menu ul .active a {
    background: #a1a7b3;
    color: #fff;
}

.user-dashboard-content .content-title-box {
    text-align: center;
    border-bottom: 1px solid #dedfe0;
    padding: 20px;
}

.user-dashboard-content .content-title-box .title {
    color: #29303b;
    font-size: 22px;
    font-weight: 700;
}

.user-dashboard-content .content-title-box .subtitle {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    color: #29303b;
}

.user-dashboard-content .content-update-box {
    border-top: 1px solid #dedfe0;
    padding: 20px;
    text-align: center;
}

.user-dashboard-content .content-update-box button {
    color: #fff;
    background-color: #26AAE1;
    border-color: #26AAE1;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    font-weight: 600;
}

.user-dashboard-content .content-box .form-group {
    padding: 10px 142px;
    margin-bottom: 0;
}

.user-dashboard-content .content-box .form-group .input-group-text {
    border: 1px solid #cacbcc;
    border-radius: 2px;
}

.user-dashboard-content .content-box .form-group .custom-select {
    padding: 11px 12px;
    border-radius: 2px;
    height: auto;
}

.user-dashboard-content .content-box .form-group .form-control {
    font-size: 16px;
    padding: 10px 12px;
    border: 1px solid #cacbcc;
    border-radius: 2px;
}

.user-dashboard-content .content-box .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.user-dashboard-content .content-box .form-group .custom-select:focus,
.user-dashboard-content .content-box .form-group input:focus {
    border: 1px solid #76c5d6;
}

.user-dashboard-content .content-box .form-group small.form-text {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #5d6d86;
    font-size: 11px;
}

.user-dashboard-content .content-box .mce-tinymce,
.user-dashboard-content .content-box .mce-panel,
.user-dashboard-content .content-box .mce-top-part::before {
    box-shadow: none;
    border-color: #cacbcc;
}

.user-dashboard-content .content-box .mce-edit-area.mce-container {
    border-right: 1px solid #cacbcc !important;
    cursor: text;
}

.user-dashboard-content .content-box .basic-group,
.user-dashboard-content .content-box .link-group,
.user-dashboard-content .content-box .email-group,
.user-dashboard-content .content-box .password-group {
    padding: 10px 0;
}

.user-dashboard-content .content-box .password-group {
    padding-bottom: 30px;
    border-top: 1px solid #dedfe0
}

/*
my message page
*/
.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: auto;
}

.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: #dedfe0;
    background-color: #fff;
}

.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;
}

.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 .time {
    color: #686f7a;
    font-size: 13px;
    margin-bottom: 10px;
}

.message-details-box .message-details .message-content .me .message-box {
    background: rgba(230, 242, 245, .5);
}

.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;
}

span.select2-selection.select2-selection--single {
    background-color: transparent;
    color: #32373c;
    border-color: #cacbcc;
    height: auto;
    border-radius: 2px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px;
    ;
}

.select2-container .select2-selection--single .select2-selection__rendered:focus {
    outline: none;
}

span.select2-selection.select2-selection--single:focus {
    outline: none;
}

span.select2-selection.select2-selection--single[aria-expanded="true"] {
    background-color: #ffffff;
    border-color: #76c5d6;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 7px;
}

span.select2-dropdown,
.daterangepicker.dropdown-menu {
    border-color: #cacbcc;
}

span.select2-search.select2-search--dropdown {
    padding: 13px 15px;
}

span.select2-results ul li {
    padding: 6px 15px;
    color: #56666d;
}

span.select2-results ul li.select2-results__option--highlighted,
.select2-container--default .select2-results__option[aria-selected=true] {
    background: #e8e8e8;
    color: #32373c;
}

.select2-container--default .select2-results__option {
    padding: 12px 15px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #cacbcc;
    padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #76c5d6;
    outline: none;
    box-shadow: 0 0 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #007791;
    color: white;
}

/*
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: #007791;
    background-color: #fff;
    border: 1px solid #007791;
    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 {
    background-color: #e6f2f5;
}

.purchase-history-list .purchase-history-items {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #efefef;
}

/*
footer style
*/
.footer-top-widget-area {
    border-top: 1px solid #e8e9eb;
    padding: 40px 0;
    background-color: #fff;
}

.footer-widget.link-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.link-widget ul li:not(:last-child) {
    margin-bottom: 8px;
}

.footer-widget.link-widget ul a {
    font-size: 13px
}

.language-widget button {
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    min-width: 160px;
    text-align: left;
    color: #686f7a;
    background-color: #fff;
    border: 1px solid #505763;
    border-radius: 2px;
}

.language-widget button:hover,
.language-widget button:focus {
    color: #686f7a !important;
    background-color: #e8e9eb !important;
    border-color: #505763;
}

.language-widget button i {
    font-size: 11px;
    margin-right: 10px;
}

.language-widget .dropdown-menu {
    box-shadow: 0 4px 16px rgba(20, 23, 28, .25);
    border-radius: 2px;
    border: 0;
    margin-bottom: 2px;
    width: 160px;
}

.language-widget .dropdown-menu a {
    padding: 6px 14px;
    color: #505763;
    font-weight: 400;
    line-height: 1.43;
    font-size: 13px;
}

.language-widget .dropdown-menu a:hover,
.language-widget .dropdown-menu a:focus {
    background-color: #f2f3f5;
}

.language-widget .dropdown-toggle {
    position: relative;
}

.language-widget .dropdown-toggle::after {
    position: absolute;
    top: 17px;
    right: 14px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-webkit-transform: rotate(180deg);
}

.footer-area {
    background-color: #fff;
    padding: 30px 0;
    border-bottom: 6px solid #26AAE1;
    border-top: 1px solid #e8e9eb;
}

.copyright-text {
    color: #686f7a;
    font-size: 13px;
    margin-bottom: 0;
}

.copyright-text img {
    margin-right: 20px
}

.footer-menu .nav-item:not(:last-child) {
    margin-right: 20px;
}

.footer-menu .nav-link {
    padding: 6px 0;
    font-size: 13px;
}

/* Footer */
footer {
    background-color: #121921;
    color: #fbfbfb;
    color: rgba(255, 255, 255, 0.7);
}

footer h5 {
    color: #fff;
    margin: 25px 0;
}

@media (max-width: 575px) {
    footer h5 {
        margin: 25px 0 10px 0;
    }
}

footer ul li {
    margin-bottom: 5px;
}

footer ul li a {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    color: #fff;
    opacity: 0.7;
}

footer ul li a:hover {
    color: #3f9fff;
    opacity: 1;
}

footer ul li a i {
    margin-right: 10px;
    color: #fff;
}

footer ul.links li a:hover {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

footer ul.links li a:hover:after {
    opacity: 1;
    color: #3f9fff;
}

footer ul.links li a:after {
    position: absolute;
    margin-left: 5px;
    top: 1px;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer ul.contacts li a i {
    margin-right: 10px;
}

footer hr {
    opacity: 0.1;
}

footer #copy {
    text-align: right;
    font-size: 13px;
    font-size: 0.8125rem;
    opacity: 0.7;
}

@media (max-width: 767px) {
    footer #copy {
        text-align: left;
        margin: 5px 0 20px 0;
    }
}

footer.fake-footer {
    display: none;
    visibility: hidden;
}

/* Newsletter footer (updated v.1.2) */
#newsletter .form-group {
    position: relative;
}

#newsletter .loader {
    position: absolute;
    right: -20px;
    top: 11px;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
}

#newsletter h6 {
    color: #fff;
    margin: 15px 0 15px 0;
}

#newsletter .form-group {
    position: relative;
}

#newsletter input[type='email'] {
    border: 0;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #1b2632;
    color: #fff;
}

#newsletter input[type='submit'] {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    top: 0;
    border: 0;
    padding: 0 12px;
    height: 40px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #92278f;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}

#newsletter input[type='submit']:hover {
    background-color: #392779;
}

.follow_us {
    margin-top: 15px;
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
}

.follow_us h5 {
    color: #fff;
}

.follow_us ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    font-size: 1.25rem;
}

.follow_us ul li:first-child {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 13px;
    font-size: 0.8125rem;
}

.follow_us ul li a {
    color: #fff;
    opacity: 0.7;
}

.follow_us ul li a:hover {
    opacity: 1;
}

/* Addtional links Footer */
ul#additional_links {
    margin: 0;
    color: #555;
    font-size: 13px;
    font-size: 0.8125rem;
}

ul#additional_links li {
    display: inline-block;
    margin-right: 15px;
}

ul#additional_links li:first-child {
    margin-right: 20px;
}

ul#additional_links li:last-child:after {
    content: "";
}

ul#additional_links li a {
    color: #fff;
    opacity: 0.5;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul#additional_links li a:hover {
    opacity: 1;
}

ul#additional_links li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px;
}

hr {
    margin: 30px 0 30px 0;
    border-color: #ededed;
}

.payment-in-modal form .stripe {
    color: #fff;
    background-color: #008cde;
    border-color: #0698dc;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    width: 100%;
    padding: 11px 12px;
    border-radius: 2px;
}

.payment-in-modal form .paypal {
    color: #fff;
    background-color: #008cde;
    border-color: #0698dc;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    width: 100%;
    padding: 11px 12px;
    border-radius: 2px;
}

.purchased a {
    width: 100%;
    border: 0;
    color: #fff;
    background-color: #007791;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.43;
    border-radius: 2px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.purchased a:hover,
.purchased a:focus {
    background: #003440;
    color: #fff;
}

.already_purchased a {
    width: 100%;
    border: 0;
    color: #fff;
    background-color: #007791;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.43;
    border-radius: 2px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.already_purchased a:hover,
.already_purchased a:focus {
    background: #003440;
}

div.tagsinput span.tag {
    background-color: #2196F3;
    border-color: #2196F3;
    color: white;
}

div.tagsinput span.tag a {
    color: #ddd;
}

/* Version 1.4 */
.hidden {
    display: none;
}

@media (max-width:760px) {
    .user-dashboard-content .content-box .form-group {
        padding: 10px 10px;
    }
}

/* Customizing Radio Button */
.custom-radio:checked,
.custom-radio:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio:checked+label,
.custom-radio:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom-radio:checked+label:before,
.custom-radio:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custom-radio:checked+label:after,
.custom-radio:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #eb5252;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radio:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-radio:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.filter_type h6 {
    /* border-top: 1px solid #ededed; */
    margin: 15px 0;
    padding: 15px 0 0 0;
    font-size: 13px;
    font-size: 0.8125rem;
}

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

.filter_type ul li {
    margin-bottom: 5px;
    font-size: 13px;
}

.filter_type ul .parent-category {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

.filter_type .filter-title {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

/* .card-with-no-color-no-border {
background-color: unset;
border: none;
} */
.login-form,
.register-form,
.forgot-password-form {
    background-color: #fff;
    padding-bottom: 30px;
}

.mobile-main-nav .all-category-devided {
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
}

.quiz-options label {
    color: #3a3a3a;
}

.page-not-found-banner {
    padding: 150px 0px;
}

.page_not_found_heading {
    font-size: 8.75rem;
    display: block;
}

.page_not_found_message {
    font-size: 1.56rem;
    display: block;
    margin-bottom: 30px;
}

.back_to_home_btn {
    color: #2a303b;
    background-color: #fff;
    border-color: #fff;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    font-weight: 600;
}

.back_to_home_btn:hover,
.back_to_home_btn:focus {
    background-color: #ffffff;
    border-color: #992337;
    color: #2a303b;
}

#offline-course-info tr td {
    border-top: 0px !important;
}

.page-text {
    text-align: justify;
    padding: 10px;
}

/* Subcriptions Area */
.subscribe-area {
    background-image: linear-gradient(to top, #ACDEF3 0%, #26AAE1 100%);
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.mb-15 {
    margin-bottom: 15px;
}

.subscribe-text span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}

.subscribe-text h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 6px;
}

.subscribe-wrapper {
    overflow: hidden;
}

.mb-15 {
    margin-bottom: 15px;
}



.subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    padding-left: 35px;
    width: auto;
    cursor: text;
    font-weight: 500;
    background: transparent;
    border: 1px solid #fff
}

.subscribe2-wrapper .subscribe-form input::placeholder {
    color: #ffffffcf;
}

.subscribe2-wrapper .subscribe-form button {
    background: #ffff;
    border: none;
    border-radius: 30px;
    color: #4b5d73;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
}

.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}

.home-list li {
    font-size: 16px;
    font-weight: bold;
}

.footer_logo {
    margin-top: 20px;
}

.features li {
    font-weight: bold;
    font-size: 18px;
}

#home_video {
    background-image: url('../../../../uploads/system/home-video.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

#monitor {
    background-image: url('../../../../uploads/system/monitor.png');
    background-position: bottom !important;
    background-repeat: no-repeat;
    background-size: 70%;
}

.guarantee_text {
    font-weight: bold;
    font-size: 19px;
    line-height: 35px !important;
    letter-spacing: 1.5px;
    font-style: italic;
}

/*-------- 2.4 Course detail--------*/
.secondary_nav {
    background: #26AAE1;
    padding: 15px 0;
}

.secondary_nav.is_stuck {
    z-index: 99;
    width: 100% !important;
    left: 0;
}

.secondary_nav ul {
    margin-bottom: 0;
}

.secondary_nav ul li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
}

.secondary_nav ul li a {
    color: #fff;
}

.secondary_nav ul li a.active,
.secondary_nav ul li a:hover {
    color: #333;
}

.intro_title h2 {
    display: inline-block;
}

.intro_title ul {
    float: right;
    margin: 10px 0 0 0;
}

.intro_title ul li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
}

.list_lessons ul {
    margin: 0;
}

.list_lessons ul li {
    border-bottom: 1px solid #ededed;
    padding: 5px 0;
}

.list_lessons ul li a {
    color: #555;
}

.list_lessons ul li a.video:before {
    font-family: 'ElegantIcons';
    content: "\49";
    margin-right: 10px;
}

.list_lessons ul li a.txt_doc:before {
    font-family: 'ElegantIcons';
    content: "\68";
    margin-right: 10px;
}

.list_lessons ul li span {
    float: right;
}

section#description,
section#lessons,
section#reviews {
    border-bottom: 3px solid #ededed;
    margin-bottom: 45px;
}

section#reviews {
    border-bottom: none;
}

#review_summary {
    text-align: center;
    background-color: #92278f;
    color: #fff;
    padding: 20px 20px 15px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    #review_summary {
        margin-bottom: 15px;
    }
}

#review_summary strong {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
}

.reviews-container .progress {
    margin-bottom: 10px;
}

.reviews-container .progress-bar {
    background-color: #92278f;
}

.reviews-container .review-box {
    position: relative;
    margin-bottom: 25px;
    padding-left: 100px;
    min-height: 100px;
}

@media (max-width: 767px) {
    .reviews-container .review-box {
        padding-left: 0;
    }
}

.reviews-container .rev-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.reviews-container .rev-thumb img {
    width: 80px;
    height: auto;
}

@media (max-width: 767px) {
    .reviews-container .rev-thumb {
        position: static;
        margin-bottom: 10px;
    }
}

.reviews-container .rev-content {
    position: relative;
    padding: 25px 25px 0 25px;
    border: 1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.reviews-container .rev-info {
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    color: #777;
    margin-bottom: 10px;
}

.box_detail {
    padding: 25px 25px 15px 25px;
    border: 1px solid #ededed;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.box_detail .price {
    line-height: 1;
    border-bottom: 1px solid #ededed;
    margin: 0 -25px 25px -25px;
    padding: 5px 25px 15px 25px;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600;
}

.box_detail .price .original_price {
    color: #3f9fff;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
}

.box_detail .price .original_price em {
    text-decoration: line-through;
    margin: 0 10px;
    font-style: normal;
}

.box_detail h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 25px 0 10px 0;
}

.box_detail ul {
    margin-bottom: 0;
}

.box_detail ul li {
    margin-bottom: 5px;
}

.box_detail ul li i {
    margin-right: 8px;
}

.box_detail figure {
    position: relative;
    background-color: #000;
}

.box_detail figure img {
    opacity: 0.8;
}

.box_detail figure span {
    position: absolute;
    display: block;
    left: 0;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 600;
}

.box_detail figure a i {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    font-size: 42px;
    font-size: 2.625rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

.box_detail figure:hover i {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

html {
    scroll-behavior: smooth;
}

#sticky_horizontal {
    position: -webkit-sticky;
}

.stickyNav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    border-top: 0;
}

/*.home_video{
    background-image: linear-gradient(to top, #ACDEF3 0%, #26AAE1 100%);
    color: white;
}*/
#hero_in {
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

@media (max-width: 767px) {
    #hero_in {
        height: 180px;
    }
}

.banner-img {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

#hero_in {
    text-align: center;
    color: #fff;
}

#hero_in .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#hero_in .wrapper h1 {
    color: #fff;
    font-size: 42px;
    font-size: 2.625rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
}

#hero_in .wrapper h1 span {
    width: 80px;
    height: 4px;
    margin: auto;
    background-color: #FFFFFF;
    display: block;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    opacity: 1;
}

.userImage {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 80% !important;
    margin-bottom: 15px;
    text-align: center
}

.userImage img {
    margin: 0 auto;
}

.review-section {
    font-size: 16px;
    font-style: italic;
    text-align: center;
}

#monitor {
    height: 350px;
    text-align: center;
    padding-top: 20px;
}

#home_iframe_id {
    width: 420px;
    height: 252px;
}

/******************Modal Newsletter***************/
.modal-newsletter .modal-content {
    padding: 30px;
    border-radius: 0;
    border: none;
}

.modal-newsletter .modal-header {
    border-bottom: none;
    position: relative;
    border-radius: 0;
}

.modal-newsletter h4 {
    color: #FFFFF;
    font-size: 30px;
    margin: 0;
    font-weight: bold;
}

.modal-newsletter .close {
    position: absolute;
    top: -15px;
    right: -15px;
    text-shadow: none;
    opacity: 0.3;
    font-size: 24px;
}

.modal-newsletter .close:hover {
    opacity: 0.8;
}

.modal-newsletter .icon-box {
    color: #7265ea;
    display: inline-block;
    z-index: 9;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.modal-newsletter .icon-box i {
    font-size: 110px;
}

.modal-newsletter .form-control{
    min-height: 46px;
    border-radius: 0;
}

.modal-newsletter .form-control {
    box-shadow: none;
    border-color: #dbdbdb;
}

.modal-newsletter .form-control:focus {
    border-color: #f95858;
    box-shadow: 0 0 8px rgba(249, 88, 88, 0.4);
}

.modal-newsletter .input-group {
    margin-top: 30px;
}

.hint-text {
    margin: 100px auto;
    text-align: center;
}

.subscribe-section-custom {
    background: linear-gradient(120deg, rgba(78,48,212,1) 0%, rgba(143,49,190,1) 100%) !important;
    color: #ffff !important;
}

.neocode {
    background-color: #ffdecb;
    padding: 30px 20px 40px 20px;
    margin-top: 30px;
}


.guarantee_text {
    color: #ffe165;
}

.neo-yellow {
    border-radius: 0px;
    background: #6455c2;
    margin-top: 20px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}

#home_video {
    background: none;
}

#home_iframe_id {
    width: 446px;
    height: 251px;
}

.features li {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    margin: 10px;
    color: #ffe165;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    margin: 10px;
    color: #ffe165;
    text-transform: capitalize;
    /*font-family: Georgia;*/
    font-style: normal;
}

#monitor {
    background-image: url('../img/bbg.png');
    background-position: center !important;
    box-sizing: content-box;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 446px;
    height: 251px;
    padding: 21px 99px 67px 99px;
    margin-top: 30px;
}

#demo .carousel-caption {
    background: rgba(0, 0, 0, .15);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.65) 62%, rgba(0, 0, 0, 0.20) 70%);
    padding-top: 70px;
    left: 0;
    right: 0;
    padding-left: 7%;
    padding-right: 7%;
    bottom: 0;
}

#demo .btn-buy-now {
    margin-top: -20px;
    margin-bottom: 20px;
}

#demo .carousel-caption h3 {
    font-size: 26px;
    letter-spacing: -1px;
    font-family: lato, Arial;
    font-weight: 800
}

#demo .carousel-caption p {
    font-size: 16px
}

.altumcode-random-review-image {
    display: none;
}

.sb-btn,
a.sb-btn {
    color: #fff !important;
}

.show-mobile {
    display: none
}

/*...........FOR VERSION 5.4 START.........*/
section.featured-instructor {
    background: white;
    padding: 35px 0px;
}

.become-user-label {
    background-color: #25AAE1;
    color: white;
    padding: 50px 15px;
    border-radius: 10px;
}

.become-user-label a {
    border: none;
    background-color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 5px;
    color: #626262;
    text-decoration: none;
}

section.featured-instructor {
    background: white;
    padding: 35px 0px;
}

.top-instructor-img {
    max-width: 250px;
}

.top-instructor-img img {
    border-radius: 12px;
}

.top-instructor-details {
    padding: 0px 22px;
}

p.top-instructor-arrow span {
    background-color: #000;
    color: #e9e9e9;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
}

p.top-instructor-arrow span i {
    line-height: 30px;
}

.slick-list.draggable {
    border-radius: 10px;
}

.hover-shadow-1:hover {
    box-shadow: 0px 0px 5px 0px #9090902e !important;
}

.image-placeholder-1 {
    position: absolute;
    width: 100%;
    height: -webkit-fill-available !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 24%) 0%, rgba(0, 35, 51, 0) 100%) !important;
}

.sign-up-form {
    background: #fff;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -1px #ebebeb;
}

.social-login-btn {
    font-size: 12px !important;
    text-align: center !important;
    padding: 8px 15px !important;
}

.btn-close {
    color: #FFFF !important;
}

/*...........FOR VERSION 5.4 END.........*/
@media screen and (max-width:767px) {

    #demo .carousel-caption p {
        display: none;
    }

    #demo .carousel-caption {
        bottom: 0;
        top: 20%;
    }

    .carousel-item-slider:nth-child(odd) {
        background-image: none !important;
        background-color: #a4508b;
        background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
    }

    .carousel-item-slider:nth-child(even) {
        background-image: none !important;
        background-color: #1fd1f9;
        background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
    }

    .carousel-item-slider:nth-child(3n) {
        background-image: none !important;
        background-color: #663dff;
        background-image: linear-gradient(319deg, #663dff 0%, #aa00ff 37%, #cc4499 100%);
    }
}

/*---ext--*/
.menu-area {
    background: #ffffff;
    padding: 12px 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.alert-warning {
    overflow: auto;
    width: 100%;
    z-index: 1;
    color: #fff;
    background-color: #ffeb00;
    border-color: #ffeb00;
    margin-top: -12px;
    border-radius: 0;
    background: #c6bbff;
    box-shadow: 0 2px 51px 0 rgb(0 0 0 / 25%);
    padding: 18px;
    font-weight: 600;
}

/*@media  screen and (max-width:765px) {*/
/*    .alert-warning{*/
/*        top: 100px;*/
/*        width: 50%;*/
/*    }*/
/*}*/
.alert-warning p {
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

.navbar-expand-lg.bg-light {
    background-color: transparent !important;
    display: flex;
    justify-content: space-between;
}

.sign-in-box .btn-sign-up,
.btn {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    color: #ffffff;
    padding: 10px 25px;
    border: none;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 90px !important;
    background: #333333;
    border-radius: 90px;
    cursor: pointer;
    z-index: 4;
    color: #ffffff;
    background: #9CECFB;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0052D4, #0ea9f5, #03c5ea);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0052D4, #0ea9f5, #03c5ea);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sign-in-box .btn-sign-up:hover,
.btn:hover {
    /* fallback for old browsers */
    background: -webkit-linear-gradient(left, #003a99, #0b84c1, #02a1ba);
    background: linear-gradient(to right, #003a99, #0b84c1, #02a1ba);
    transition: color .15s ease-in-out, background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sign-in-box .btn-sign-in {
    color: #ffffff;
    padding: 10px 25px;
    border: none;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 90px !important;
    background: #333333;
    border-radius: 90px;
    cursor: pointer;
    z-index: 4;
    color: #ffffff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    color: #686f7a;
    background-color: #fff;
    border: 1px solid #505763;
}

.form-control {
    border-radius: 10px;
}

.home-fact-area {
    /* background: #00c6ff;  
background: -webkit-linear-gradient(to bottom, #0072ff, #00c6ff);   
background: linear-gradient(to bottom, #0072ff, #00c6ff);   */
    background: rgb(143, 49, 190);
    background: linear-gradient(120deg, rgba(78, 48, 212, 1) 0%, rgba(143, 49, 190, 1) 100%);
}

.subscribe-area {
    background: rgb(143, 49, 190);
    background: linear-gradient(180deg, rgba(143, 49, 190, 1) 0%, rgba(78, 48, 212, 1) 100%);
}

.subscribe2-wrapper .subscribe-form input {
    font-weight: 500;
    color: #fff;
    background: transparent;
    border: 1px solid #fff
}

footer {
    background: #000428;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #004e92, #000428);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #004e92, #000428);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-radius: 90px;
    display: block;
}

.course-box {
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.16);
    transition: color .15s ease-in-out, background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.course-box:hover .course-details .title,
.course-box:hover .course-details .instructors,
.course-box:hover .course-details .price,
.course-box:hover .average-rating,
.course-box:hover .course-details .price small {
    color: #fff;
}

.course-box:hover {
    background: #0fbcf9;
}

.course-box:before {
    box-shadow: none
}

.course-badge-class-live.live {
    background: #e00;
    color: #fff;
}

.course-badge-class-live.live {
    background: #e00;
    color: #fff;
}

.course-badge-class-offline.offline {
    background: #26aae1;
    color: #fff
}

.about .jumbotron img {
    margin-bottom: 0px;
}

.about img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 7px 26px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 7px 26px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 26px 10px rgba(0, 0, 0, 0.2);
}

.about h1 {
    color: #3e20c1;
}

.about h2 {
    color: #002475;
}

.testimonial {
    padding-top: 45px;
    padding-bottom: 20px;
}

.testimonial .course-carousel-area .course-carousel-title {
    padding-bottom: 20px;
}

.our-p .course-box {
    overflow: hidden;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0 0 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: 0px 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0px 0 0 0 rgba(255, 255, 255, 0);
    background: transparent;
}

.our-p {
    background: #fff;
    text-align: center;
    padding-top: 20px;
    margin-bottom: -30px;
}

.our-p .course-carousel-area .slick-list:before,
.our-p .course-carousel-area .slick-list:after {
    background: #ffffff;
}

.our-p .img-thumbnail {
    padding: 0;
    background-color: none;
    border: 0px solid #dee2e6;
    border-radius: 0rem;
    height: 100px;
    width: auto;
}

.our-p .course-box .course-details {
    padding: 0;
    position: relative;
    background: none;
    box-shadow: none;
}

.our-p .course-box:before {
    box-shadow: none;
}

.right-section-row {
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    color: #5D5D66;
}

.right-section-row h3 {
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: -.5px;
    text-transform: capitalize;
}

.image-rel {
    width: 130px;
    height: 90px;
    float: left;
    overflow: hidden;
    border-radius: 6px
}

.content-rel {
    width: calc(100% - 170px);
    float: right;
    padding: 10px;
}

javascript:void(0) .recent-post {
    margin: 0;
    padding: 0;
}

.right-section-row li {
    list-style: none;
    padding: 12px 0;
    overflow: hidden;
}

.content-rel .title {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    display: block;
    padding: 12px 0
}

#hero_in .wrapper h1 span {
    display: none;
}

#hero_in .wrapper h1 {
    color: #fff;
    font-size: 42px;
    font-size: 2.625rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
    background: black;
    border-radius: 6px;
    padding: 20px;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 7%, rgba(0, 99, 255, 0.639093137254902) 47%, rgba(9, 53, 121, 0.7035189075630253) 100%);
    box-shadow: 0px 0px 12px 0px rgb(50 50 50 / 75%);
    border: 1px solid #00d5ff57;
}

@media (min-width: 1024px) and (max-width:1599) {
    .menu-neo>li>a {
        padding: 8px 8px !important;
        font-size: 14px !important;
    }

    .menu-neo {
        padding-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .main-nav-wrap>ul>li>a {
        font-size: 15px !important;
        padding-left: 20px !important;
        font-weight: bold !important;
    }

    .navbar-brand img {
        height: 75px
    }

    /*.carousel-item-slider {
    padding-top: 360px;
    padding-bottom: 300px;
}*/
    /*.carousel-item-slider {
    padding-top: 360px  !important;
    padding-bottom: 300px   !important;
}*/
}

@media (max-width: 768px) {

    .carousel-caption .input-group>.custom-select:not(:last-child),
    .carousel-caption .input-group>.form-control:not(:last-child) {
        width: 70%;
    }

    .total-price {
        border-radius: 0px 8px 8px 0px;
        background-color: #CCD4DD;
        padding: 10px;
        padding-right: 10px;
        padding-left: 10px;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 18px;
    }
}

.top-categories {
    width: 100%;
    min-height: 90px;
    background-color: #f5f9fa;
    padding: 20px 15px;
    display: inline-flex;
    border: 1px solid #cccdcd;
    border-radius: 10px;
    text-decoration: none;
    color: #000000;
}

.top-categories:hover,
.top-categories:focus {
    background-color: #25AAE1;
    border: 1px solid #25AAE1;
}

.category-icon {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    margin-top: 7px;
    font-size: 20px;
    position: absolute;
}

.top-categories:hover .category-icon,
.top-categories:focus .category-icon {
    background-color: #f5f9fa;
    color: #000;
}

.category-title {
    padding-left: 50px;
    font-weight: 600;
}

.top-categories:hover .category-title,
.top-categories:focus .category-title {
    color: #fff;
}

.category-title p {
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 400 !important;
    margin-top: 2px;
    margin-bottom: 1px;
}

.top-categories:hover .category-title p,
.top-categories:focus .category-title p {
    color: #efdcdc;
}

.badge-sub-warning {
    background-color: #eceb98 !important;
    color: #5c5c4c !important;
    padding: 6px 15px 6px 15px;
    border-radius: 6px;
}

.compare-row {
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #f1f7f8;
    border-radius: 10px;
    padding: 28px 10px;
}

.compare-row-icon {
    height: 26px;
    width: 26px;
    line-height: 26px;
    background: #444;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.p-6px {
    padding: 6px !important;
}

.home-fact-area {
    background-color: #ec5252;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 60px
}

.home-fact-box .text-box {
    padding: 10px 0 10px 63px;
}

.home-fact-box i {
    font-size: 47px;
    margin-top: 8px;
}

.home-fact-box .text-box h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

.home-fact-box .text-box p {
    font-size: 15px;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.image-placeholder-1 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 24%) 0%, rgba(0, 35, 51, 0) 100%) !important;
}

.image-placeholder-2 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 100%) !important;
    color: red !important;
}

.position-inherit {
    position: inherit;
}

.display-4 {
    font-size: 3.5rem;
}

.text-17px {
    font-size: 17px !important;
}

.text-white {
    color: #fff !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.blog-search-button {
    display: none;
    padding: 0px 20px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
}

.brn-compare-sm {
    border: 1px solid #5ca1b4;
    color: #5d5d1c;
    background: #fff;
    font-size: 11px;
    border-radius: 6px;
    padding: 2.5px 8px 2.5px 8px;
}

.brn-compare-sm:hover,
.brn-compare-sm:focus {
    border: 1px solid #5ca1b4;
    color: #fff;
    background: #5ca1b4;
    font-size: 11px;
    border-radius: 6px;
    padding: 2.5px 8px 2.5px 8px;
}

section.category-course-list-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.image-placeholder-1 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 24%) 0%, rgba(0, 35, 51, 0) 100%) !important;
}

.user-dashboard-sidebar {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    height: 100%;
}

/*
my courses - wishlist page
*/
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 {
    font-weight: 700;
    display: block;
    border: 1px solid #C9C9C9;
    background-color: #f1f7f8;
    color: #000;
    padding: 8px 15px;
    border-radius: 5px;
    margin-bottom: 8px;
}

section.page-header-area.my-course-area ul li.active a,
section.page-header-area.my-course-area ul li a:hover {
    border: 1px solid #ec5252;
    background-color: #ec5252;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
}

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 #cacbcc;
}

.my-courses-area .my-course-search-bar .input-group-append button {
    background: #f2f3f5;
    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: #007791;
    color: #fff;
    border-color: #007791;
}

.my-courses-area .row.no-gutters {
    margin-top: 40px;
    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;
}

.search-box .input-group-append {
    background: none;
    padding: 0px;
    border-radius: 0px 5px 5px 0px;
}

.menu-area {
    padding: 0px;
}

.menu-neo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 0px;
}

.nav-top {
    position: relative;
    border-top: 1px solid #dcdacb;
    background: #fbfbf8;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    z-index: 2;
}

.menu-neo ul {
    background: #1e1e1c;
    position: absolute;
    z-index: 999999;
    width: 100%;
}

.menu-neo>li {
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-neo>li:hover a::after {
    position: absolute;
    content: "";
    display: inline-block;
    border-left: .8rem solid transparent;
    border-right: .8rem solid transparent;
    border-bottom: .8rem solid #1e1e1c;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.menu-neo>li>a {
    min-height: 30px;
    color: #3c3b37;
    padding: 5px 8px 10px 10px;
    background-color: transparent;
    min-width: auto;
    display: inline-block;
    line-height: 2.2;
    font-size: 0.95rem;
    text-decoration: none;
    position: relative
}

.menu-neo>li:hover>a {
    color: #0f7c90;
}

.menu-neo>li ul {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    display: none
}

.menu-neo>li:hover ul {
    display: flex;
}

.menu-neo>li li {
    padding: 0;
    margin: 0;
}

.menu-neo>li li a {
    color: #fff;
    font-weight: 700;
    background-color: transparent;
    min-width: auto;
    display: inline-block;
    line-height: 2.2;
    font-size: 1rem;
    text-decoration: none;
    padding: 8px 16px;
}

.menu-neo>li li a:hover {
    color: #8ed1dc;
}

.searchForm {
    width: 32% !important;
}

.menu-neo>li:hover ul {
    position: absolute;
    /* right: 0; */
    display: flex;
}

.menu-neo>li ul {
    /* float: none; */
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: auto;
    display: none;
    position: absolute;
    width: 230px;
    /* text-align: left; */
}

.menu-neo ul {
    background: #1e1e1c;
    position: absolute;
    z-index: 1;
    /* left: 0; */
    width: 100%;
}

/* Dropdown Button */
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    right: 0;
    width: 200px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
/* desktop */
@media (min-width: 992px) {
    .main-nav-wrap ul {
        display: none;
    }

    .main-nav-wrap .sign-in-box .btn {
        margin-bottom: 10px;
    }
    .social-login-btn{
        margin-bottom: 5px;
    }
}
/* mobile and tablet */
@media screen and (max-width:992px) {
    .show-mobile {
        display: block
    }

    .show-dektop {
        display: none
    }
    .right-section-row.show-mobile .recent-post{
        padding-left: 0px;
    }
}
@media (max-width: 992px) {
    .nav-top {
        display: none;
    }
    .navbar-brand {
        margin-right: 0px;
        margin-left: auto;
    }
    .main-nav-wrap .sign-in-box .btn {
        margin: 10px 20px !important;
        padding: 10px 15px;
    }
    .sign-up-form .social-login-btn{
        margin-bottom: 8px;
    }
    .sign-up-form .social-btn-group{
        text-align: center;
    }
    .subscribe2-wrapper .subscribe-form input {
        margin-bottom: 8px;
    }
    .navbar-brand img {
        height: 70px;
    }
    #monitor {
        width: 100%;
        height: auto;
        padding: 0px;
        margin-top: 30px;
    }
    #home_iframe_id {
        width: 320px;
        height: 250px;
    }
}
.top-istructor-slick .slick-prev:before, .top-istructor-slick .slick-next:before{
    color: #066ac9;
    font-size: 25px;
}

.cr {
    width: 165px;
    padding: 5px;
    position: absolute;
    text-align: center;
    color: #f0f0f0;
    z-index: 1;
    font-size: 13px;
  }
  
  .cr-sticky {
    position: fixed;
  }
  
  /* Positions */
  
  .cr-top    { top: 25px; }
  .cr-bottom { bottom: 25px; }
  .cr-left   { left: -50px; }
  .cr-right  { right: -50px; }
  
  /* Rotations */
  
  .cr-top.cr-left,
  .cr-bottom.cr-right {
    transform: rotate(-45deg);
  }
  
  .cr-top.cr-right,
  .cr-bottom.cr-left {
    transform: rotate(45deg);
  }
  
  /* Colors */
  
  .cr-white     { background-color: #f0f0f0; color: #444; }
  .cr-black     { background-color: #333; }
  .cr-grey      { background-color: #999; }
  .cr-blue      { background-color: #39d; }
  .cr-green     { background-color: #2c7; }
  .cr-turquoise { background-color: #1b9; }
  .cr-purple    { background-color: #8331c2; }
  .cr-red       { background-color: #e43; }
  .cr-orange    { background-color: #e82; }
  .cr-yellow    { background-color: #ec0; }
  .google-btn {
    width: 240px; /* Đặt chiều rộng thành 240px */
    height: 42px;
    background-color: #1877F2;
    border-radius: 2px;
    position: relative; /* Đặt relative để sử dụng position của các thành phần con */
  }
  
  .google-btn .google-icon-wrapper {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
  }
  
  .google-btn .google-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Căn giữa icon theo cả chiều ngang và dọc */
    width: 18px;
    height: 18px;
  }
  
  .google-btn .btn-text {
    display: inline-block;
    margin-left: 50px; /* Tạo khoảng cách giữa icon và văn bản */
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 400;
    line-height: 42px; /* Căn giữa văn bản theo chiều dọc */
  }
  
  .google-btn:hover {
    box-shadow: 0 0 6px #4285f4;
  }
  
  .google-btn:active {
    background: #1669f2;
  }
  

.faq-question-q-box {
    height: 30px;
    width: 30px;
    color: #fff;
    background-color: #727cf5;
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    border-radius: 50%;
    float: left;
    font-weight: 700;
    line-height: 30px; }
  
  .faq-question {
    margin-top: 0;
    margin-left: 50px;
    font-weight: 400;
    font-size: 16px;
    color: #313a46; }
  
  .faq-answer {
    margin-left: 50px; }
.g_review_card {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(189,187,189,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(189,187,189,1);
    box-shadow: 0px 0px 10px 1px rgba(189,187,189,1);
    border-radius: 5px;
}

.g_review_card img.profile {
    width:40px;
    height:40px;
    object-fit: cover;
    border-radius: 50%;
}

.g_review_card .g_review_author {
    font-weight: bold;
}

.g_review_card .g_rating_star {
    color:gold;
    font-size: 18px;
}

.g_review_card .g_review_content {
    height: 100px;
    overflow-y: auto;
    font-size:13px;
    scrollbar-width: thin;
}

.g_review_card .g_review_content::-webkit-scrollbar {
    width: 6px;  /* for vertical scrollbars */
    height: 6px; /* for horizontal scrollbars */
}

.g_review_card .g_review_content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.g_review_card .g_review_content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}

.course-review-video .preview-video-box{
    margin: 10px;
    margin-bottom: 5px;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
}
.course-review-video .preview-video-box a{
    border-radius: 0px;
}
.course-review-video .preview-video-box .preview-text{
    bottom: 0px;
    padding: 5px 15px 5px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    background: #ffff;
    color: #000;
}

.course_reviews .preview-video-box .course_review_blue_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(98,156,214,0.2);
    top: 0;
    left: 0;
}

.course_reviews .preview-video-box .card-body {
    padding: 0;
}

.course_reviews .preview-video-box .preview-text {
    border-bottom: 3px solid #319CE8;
    padding-top:15px;
    padding-bottom:15px;
}

.course_reviews .preview-video-box .play-div {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
}

.course_reviews .preview-video-box .play-img {
    margin: 10%;
    display: inline;
    width: 80px;
    height: 80px;
}

.course_reviews .slick-prev, .course_reviews .slick-next {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    z-index: 1;
    top: calc(50% - 25px);
}

.course_reviews .slick-prev:before {
    content: url(../img/icons/prev_arrow.png);
    line-height: 0;
    opacity: 1;
}

.course_reviews .slick-next:before {
    content: url(../img/icons/next_arrow.png);
    line-height: 0;
    opacity: 1;
}

.course_reviews .slick-prev {
    left: -15px;
}

.course_reviews .slick-next {
    right: -15px;
}

@media (min-width: 1000px){
	.course_bundle_box {
		overflow-y: auto;
	}

	#course_bundles_container .course_bundle_box {
		height: 250px;
	}
}

/* width */
.tinyscroll::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .tinyscroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .tinyscroll::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .tinyscroll::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

#features_section {
    padding: 60px 80px;
    background-color: #e3f1f6;
}

#features_section .features_section_heading {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3em;
}

#features_section .features_section_subheading {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
}

#features_section .features_section_list_title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    transition: color 0.3s;
}


#features_section .features_section_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    font-size: 14px;
}

#features_section .features_section_list li {
    font-size: 15px;
    color: #000;
}

#features_section .features_section_info {
    font-size: 10px;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    #features_section {
        padding: 30px 40px;
    }
    #features_section .features_section_heading {
        font-size: 28px;
    }

    #features_section .features_section_subheading {
        font-size: 17px;
    }

    #features_section .features_section_list_title {
        font-size: 18px;
    }

    #features_section .features_section_list li {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    #features_section {
        padding: 30px 40px;
    }
    #features_section .features_section_heading {
        font-size: 26px;
    }

    #features_section .features_section_subheading {
        font-size: 15px;
    }

    #features_section .features_section_list_title {
        font-size: 16px;
    }

    #features_section .features_section_list li {
        font-size: 13px;
    }
}

#coding_bootcamp_section {
    padding:80px;
    margin-bottom:20px;
    background-color: white;
}

#coding_bootcamp_section h2 {
    font-size: 2.3rem;
    text-align: center;
    font-weight: bold;
    font-family: Inter, Helvetica, Arial, sans-serif;
}

#coding_bootcamp_section h5 {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.4em;
    color: #737782;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}

#coding_bootcamp_section ul {
    margin-bottom: 3rem;
    padding: 0;
}

#coding_bootcamp_section ul li {
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    margin: 10px 0 10px 30px;
    list-style-type: disc;
}

@media screen and (max-width: 992px){
    #coding_bootcamp_section {
        padding:40px;
    }

    #coding_bootcamp_section h2 {
        font-size: 2.1rem;
    }

    #coding_bootcamp_section h5 {
        font-size: 17px;
    }

    #coding_bootcamp_section ul li {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px){
    #coding_bootcamp_section {
        padding:20px;
    }

    #coding_bootcamp_section h2 {
        font-size: 1.8rem;
    }

    #coding_bootcamp_section h5 {
        font-size: 16px;
    }
}
.badge-secondary-cust {
    background: #727272;
    padding: 5px;
    font-size:11px;
}

.course_action_buttons {
    padding:10px;
    text-align:center;
    background:white;
    border-radius:6px;
}
.course_action_buttons.share_course{
    font-size: 20px;
}

.about-instructor-widget {
    text-align:center;
    background-color: white;
    padding: 30px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    border-radius: 6px;
    margin-top:15px;
}

.about-instructor-widget-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    display: inline !important;
}

.about-instructor-widget h5 {
    font-size: 1rem;
}

.about-instructor-widget p {
    color:#8f8d8d;
    font-size: 12px;
}

.about-instructor-widget .circle-stats {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e5e5e5;
    padding: 3px;
}

/* course progress */
#course_progress {
    padding: 30px 20px;
    border-radius: 7px;
}

#course_progress h2 {
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.2em;
    text-align: center;
}

#course_progress h5 {
    color: rgb(115, 119, 130);
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    margin-bottom:10px;
}

#course_progress ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

#course_progress ul li {
    flex: 1 1 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#course_progress ul li div.course_progress_image {
    padding:2px;
}

#course_progress ul li div.course_progress_image img {
    width: 100%;
    object-fit:contain;
    max-height:65px;
}

#course_progress ul li div.circle {
    position: relative;
    margin-top:15px;
}

#course_progress ul li div.circle div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 10px #0003;
    display: inline-block;
    z-index: 1;
    position: inherit;
    border: 2px solid #fff;
    background-color: #fff; /* overwrite */
}

#course_progress ul li:not(.course_progress_divider_end) div.circle::after {
    height: 10px;
    box-shadow: 0 0 10px #0003;
    width: 100%;
    position: absolute;
    content: '';
    z-index: 0;
    top: 5px;
    left:50%;
    border: 2px solid white;
    background: #fff; /* overwrite */
}

#course_progress ul li p {
    margin: 0;
}

/* course progress themes */
#course_progress ul li.color-0096dc div.circle div {
    background-color: #0096dc;
}

#course_progress ul li.color-0096dc div.circle::after {
    background: linear-gradient(135deg,#0096dc 0%,#d8276b 100%);
}

#course_progress ul li.color-d8276b div.circle div {
    background-color: #d8276b;
}

#course_progress ul li.color-d8276b div.circle::after {
    background: linear-gradient(135deg,#d8276b 0%,#a83ea2 100%);
}

#course_progress ul li.color-a83ea2 div.circle div {
    background-color: #a83ea2;
}

#course_progress ul li.color-a83ea2 div.circle::after {
    background: linear-gradient(135deg,#a83ea2 0%,#4cb216 100%);
}

#course_progress ul li.color-4cb216 div.circle div {
    background-color: #4cb216;
}

#course_progress ul li.color-4cb216 div.circle::after {
    background: linear-gradient(135deg,#4cb216 0%,#0096dc 100%);
}
@media only screen and (max-width: 560px) {
    #course_progress {
        padding: 15px 10px;
    }

    #course_progress h2 {
        font-size: 17px;
    }
    
    #course_progress h5 {
        font-size: 13px;
    }

    #course_progress ul li p {
        font-size: 12px;
        max-width: 100px;
        overflow-wrap: anywhere;
    }
    
    /* Fix image size để có cùng chiều cao */
    #course_progress ul li div.course_progress_image {
        height: 65px; /* Fixed height */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px;
    }
    
    #course_progress ul li div.course_progress_image img {
        width: auto;
        max-width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    /* Circle sẽ tự động thẳng hàng */
    #course_progress ul li div.circle {
        margin-top: 15px;
    }
}

/* shareCourseModal */
.share_course_social a {
    padding: 5px 8px;
    color: white;
    border-radius: 5px;
    font-size: 16px;
}
/* course type = corporate, self-paced, sessions */
#schedule_enrol_section {
    margin-bottom:2em;
}

.schedule-subtitle {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.27;
    text-align: center;
    color: #000;
    margin-bottom: 5px;
}

.schedule-title {
    text-align: center;
    font-size: 2.2em;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    color: #000;
    margin-bottom:15px;
}

.schedule-pills {
    height: 50px;
    padding: 4px 6px;
    border-radius: 25px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.12);
    background-color: #fff;
    padding-top: 14px;
}
.schedule-pill {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.schedule-pill {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #192f60;
    padding: 11px 34px 12px 35px;
    border-radius: 25px;
    margin-bottom: 5px;
}

.schedule-pill.active {
    background-color: #4AAAE1;
    color: #fff;
    border-radius: 25px;
}

@media (max-width: 768px) {
    .schedule-pills {
        height: auto;
        padding: 8px;
        margin-bottom: 20px;
    }
    
    .schedule-pills .row {
        margin: 0;
        gap: 5px;
    }
    
    .schedule-pills .col-md-4 {
        padding: 0;
        margin-bottom: 5px;
        flex: 1;
    }
    
    .schedule-pill {
        padding: 10px 8px;
        font-size: 14px;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.schedule-sessions-card {
    box-shadow: 0 3px 40px 0 rgba(0,9,75,.12);
    background-color: #fff;
    border-radius:5px;
}

#schedule_online {
    padding-top: 10px;
    padding-bottom: 10px;
}

#schedule_online .radio-items {
    padding:5px 10px;
}

.schedule-session-table {
    margin-bottom:0;
}

.schedule-session-table tr {
    height: 80px;
    vertical-align: middle;
}

.schedule-session-expired {
    color:grey !important;
}

.schedule-radio-input {
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 3px;
    background-clip: content-box;
    border: 1px solid #adadad;
    background-color: #fff;
    border-radius: 50%;
    outline: none;
    margin-left: 40px;
    margin-top: 5px;
}

.schedule-radio-input:checked {
    background-color: #1546eb;
    border-color: #1546eb;
    outline: none;
}

.schedule-start-date {
    font-size: 17px;
    font-weight: 800;
    color: #192f60;
    min-width: 93px;
    max-width: 93px;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
}

.schedule-badge-warning {
    padding: 3px 7px;
    background: rgba(0,82,204,.07);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    color: #0052cc;
    border-radius: 3px;
    border: 0.5px solid #0052cc;
    display: inline-block;
}

.schedule-days-duration {
    font-size: 14px;
    font-weight: 600;
    line-height: .94;
    color: #192f60;
    margin-right: 35px;
    min-width: 172px;
    max-width: 172px;
    display: inline-block;
    text-transform: uppercase;
}

.schedule-timings {
    font-size: 13px;
    line-height: .94;
    color: #192f60;
    margin-bottom: 2px;
}

.schedule-location {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.15;
    color: #192f60;
    margin-bottom:0;
    display: inline-block;
}

.schedule-start-date-postfix {
    text-transform: lowercase;

}

.schedule-floating-label {
    background-color: #6e30c9;
    font-size: 9px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 0;
    left: -1px;
    padding: 3px 7px;
}

.schedule-floating-label::after {
    content: "";
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 22px solid #6E30C9;
    position: absolute;
    bottom: 0;
    right: -10px;
    top: 0;
}

.schedule-enroll-container {
    background-color: #fdf9f3;
    padding: 30px   15px;
    text-align: center;
    border-radius: 5px;
}

.schedule-original-price {
    font-size: 1.5em;
}

.schedule-original-price span {
    text-decoration: line-through;
}

.schedule-current-price {
    font-weight: bold;
    font-size: 2.5em;
    margin-bottom: 15px;
}

.schedule-buy-btn {
    background-color: #4aaae1;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    max-width: 220px;
}

.schedule-buy-btn[disabled] {
    background-color: #ed593e73;
}

.schedule-emi-title {
    font-size: 1.2em;
    margin-bottom: 3px;
}

.schedule-emi-subtitle {
    margin-bottom: 10px;
}

.schedule-discount-info {
    margin-bottom: 0;
}

.schedule_self_paced_text_container {
    padding:30px;
    min-height: 100px;
}

.schedule_self_paced_text_container p {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #42526e;
}

#schedule_corporate p.schedule_corporate_text {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 4px;
}

#schedule_corporate label {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

#schedule_corporate .form-control {
    height: 44px;
}

#schedule_corporate .iti.iti--allow-dropdown {
    width: 100%;
}

.instructor-led-price {
    font-weight: bold;
    font-size: 2.5em;
}

.instructor-led-price span {
    text-decoration: line-through;
    font-size: 0.6em;
}

@media screen and (min-width: 768px) {
    .custom-pr-50 {
        padding-right:50px;
    }
}

/* adding check mark before job description on course page */
#job_description .description-content p {
    margin: 0;
}

#job_description .description-content p::before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-size: 17px;
}

#job_description .description-content p > b {
    margin-left:8px;
}

/* home */
.home-banner-area {
    background:#141c36;
}

.home_search {
    padding:3em 2em;
}

.home_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 280px;
    background-image: url(../img/home-banner.jpg);
}

.home_search .home_title, .home_search .home_subtitle {
    font-weight: 900;
    font-size: 2rem;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.home_search .home_subtitle {
    color: #da3466;
}

.home_search .home_search_form {
    margin-top:2.5rem;
    margin-bottom:2.5rem;
}

.home_search .home_descr {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
}

.home_search .input-group-prepend .form-control {
    background: #ebe9df;
    min-width: 80px;
    max-width: 120px;
}

.home_search .form-control {
    border-radius:0px;
    padding: 16px;
    border:0px;
}

.home_search .input-group-text {
    margin: 0;
    font-size: 24px;
    padding: 16px;
    background: white;
    border: 0px;
    border-radius: 0px;
}

@media screen and (min-width: 1000px) {
    .home_row {
        display: flex;
    }

    .home_search {
        flex:1 1 0px;
        padding:6em 2em;
    }

    .home_bg {
        flex:1 1 0px;
        clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
        min-height: unset;
        background-position: left;
    }
    
    .home_search .home_title, .home_search .home_subtitle {
        font-size: 2.6rem;
    }

    .home_search .home_subtitle {
        min-height: 82px;
    }

    .home_search .home_descr {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 1600px) {
    .home_row {
        display: flex;
    }

    .home_search {
        flex:2 1 0px;
        padding: 5rem 2rem 2rem 12rem
    }
    .home_search .input-group-prepend .form-control {
        max-width: 250px;
    }

    .home_bg {
        flex:2 1 0px;
        clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
        min-height: unset;
        background-position: left;
    }
    
    .home_search_inner {
        padding-right:6em;
    }

    .home_search .home_title, .home_search .home_subtitle {
        font-size: 3.2rem;
    }

    .home_search .home_descr {
        font-size: 1.375rem;
    }
}

.home-banner-area .input-group-search {
    border-radius: 12px;
    border: 1px solid #319CE8;
    background-color: #080922;
    margin-bottom:30px;
}

.home-banner-area .input-group-search .form-control {
    padding: 16px 20px;
    color: white;
    background: none;
    border:none;
    font-size:14px;
}

.home-banner-area .input-group-search .form-control::placeholder {
    color: white;
}

.home-banner-area .input-group-search .btn {
    border-radius: 0 9px 9px 0 !important;
    background: #319CE8;
}

.home-banner-area .home-banner-area-btn {
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    color: #fff;
    background-color: #319CE8;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    text-decoration: none;
    display: inline-block;
    margin-bottom:20px;
}

@media (min-width: 768px) and (max-width: 1159px){
    .home-banner-area .input-group-search {
        margin-bottom:40px;
    }

    .home-banner-area .input-group-search .form-control {
        padding: 12px 15px;
    }

    .home-banner-area .home-banner-area-btn {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 10px;
    }
}

@media (max-width: 767px) {
    .home-banner-area .input-group-search {
        margin-bottom:30px;
    }

    .home-banner-area .input-group-search .form-control {
        padding: 8px 10px;
    }

    .home-banner-area .home-banner-area-btn {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 10px;
    }
}

#course_bundles_container .course-box {
    border-radius: 5px;
}

#course_bundles_container .course-bundle-header {
    background-color: white;
    color: #1e2938;
    padding: 0;
    margin: 0.75rem 1.3rem;
}

#course_bundles_container .course-bundle-header h4 {
    overflow: clip;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2px;
}

#course_bundles_container .course-bundle-price {
    text-align: right;
    font-size:22px;
}

#course_bundles_container .course-bundle-counts {
    margin-bottom: 5px;
    font-size:15px;
    margin-top:0;
}

#course_bundles_container .course-box:hover {
    background: white;
}

#course_bundles_container .course-bundle-courses-thumb {
    border-radius:10px;
    max-height: 65px;
    width: 90%;
    object-fit: cover;
}

#course_bundles_container .course-bundle-course-link {
    min-height: 85px;
    display: block;
}

#course_bundles_container .card-body {
    padding:0.25rem 1rem;
}

#course_bundles_container .course-bundle-footer {
    padding:0.75rem 0px;
    background:white;
    margin-top:8px;
}

#course_bundles_container .course-bundle-footer a.btn {
    width:100%;
    border-radius: 10px !important;
    background:#7550fe;
    box-shadow: unset !important;
    color:white;
}

@media(max-width:576px){
    #course_bundles_container .course-bundle-courses-thumb {
        max-height: 200px;
        margin-bottom: 10px;
    }

    #course_bundles_container .course-bundle-price {
        text-align:left;
    }

    #course_bundles_container .course-box-wrap {
        margin-bottom:0;
    }

    .course-bundle-footer a {
        font-size:14px;
        padding: 10px 5px;
    }
}

.blog-card {
    overflow:hidden;
}

.blog-card img.card-img-top {
    border-radius: 5px 5px 0 0;
}

.blog-card-category {
    background: #fdeef1;
    padding: 10px;
    color: #f491a3;
    margin-bottom: 8px;
    font-size: 11px;
}


.blog-card .card-title a {
    font-size: 16px;
    color: #010101;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.blog-card .text-md {
    font-size:15px;
}

.blog-card .card-text a {
    color: #010101;
}

.blog-card .blog-author-img {
    width:25px;
    height:25px;
    border-radius:50%;
    margin-right:5px;
}

.blog-card:hover a {
    color: #5930d0;
}

.blog-card:hover img.card-img-top {
    transform: scale(1.1);
    transition: .5s;
}

.alert-custom {
    background-color: #f9f9fb;
    border-left: 10px solid rgba(143, 49, 190, 1);;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
  .alert-custom h4 {
    color: rgba(143, 49, 190, 1);
    font-weight: 600;
  }
  .alert-custom p {
    color: #555;
    margin-bottom: 0;
  }
  .icon-instructor {
    font-size: 2rem;
    color: rgba(143, 49, 190, 1);
  }