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

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

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

body {
    font-family: 'rsulight', sans-serif;
    padding-right: 0 !important;
    color: #545454;
    font-size: 17px;
    font-weight: 300;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-family: 'rsubold';
    font-weight: 700;
}

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:hover {
    text-decoration: none;
    /* color: #ec5252; */
}

*[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;
}

.main-nav-wrap>ul>li>a {
    color: white;
    font-weight: 400;
}

fieldset,
label {
    margin: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 5px;
    color: #555;
}

.tooltip {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    border-radius: 5px;
    line-height: 1.35135;
    font-weight: 400;
    border: 0;
}

/*.btn:hover,
.btn:focus {
    background-color: #992337;
    border-color: #992337;
    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 {
    max-width: 1170px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

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

.bd-navbar {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    /*z-index: 1071;*/
}

.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;
    display: flex;
    justify-content: space-between;
}

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

/*

menu code was here

*/

.search-box {
    margin-right: 50px;
    padding: 10px 0;
}

.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 input:focus {
    background-color: #fff;
    border-color: #dedfe0;
    border-right-color: transparent;
}

.search-box input:focus+.input-group-append button {
    background-color: #fff;
    border-color: #dedfe0;
    border-left-color: transparent;
}

.search-box button {
    border: 1px solid #f2f3f5;
    border-radius: 0 2px 2px 0;
    font-size: 15px;
    padding: 10px 15px;
    background: #f2f3f5;
    color: #ec5252;
}

.search-box button:hover,
.search-box button:focus {
    background-color: #ec5252 !important;
    border-color: #ec5252;
    color: #fff;
}

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

.form-search a {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

.head-course {
    margin-bottom: 15px;
}

.menu-icon-box .icon .number {
    position: absolute;
    top: 3px;
    right: -5px;
    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 {
    text-align: center;
    line-height: 45px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    border: 1px solid transparent;
    margin: 0;
    font-size: 16px;
}

.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: #0162b1;
    background-color: #fff;
    border: 1px solid #0162b1;
}

.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: #0162b1;
    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 */
.notifications-list-dropdown .notifications-head {
    padding: 12px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid hsla(210, 3%, 87%, .45);
    color: #2162b1;
}

.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: #0162b1;
    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 #0162b1;
    border-radius: 50%;
    top: 2px;
    right: -3px;
    background: #0162b1;
}

.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: auto;
    width: 40px;
    margin-top: -5px;
}

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

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

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

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

.dev-policy h3 {
    color: #fff;
}

.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;
    font-size: 18px;
}

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

.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: #ec5252;
    border: 1px solid #ec5252;
}

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

.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: #0162b1;
}

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

.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
*/

/*
.home-banner-area{
    background-image: url('../../../../uploads/system/home-banner.jpg');
    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: 44px;
    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: 18px;
    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: #ec5252;
}

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

.home-fact-area {
    background-color: #0162b1;
    color: #000;
    padding: 0;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

div#topbar {
    background: #565656;
    padding-top: 10px;
    padding-bottom: 5px;
}

.topbar-right a {
    color: #fff;
    font-weight: 700;
}

#topbar .col-12 {
    padding: 15px;
    color: #fff;
}

.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-grid {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -5px
}

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

.course-carousel-area .course-carousel-title {
    font-size: 20px;
    color: #505763;
    margin: 0 0 10px;
}

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

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

.course-carousel .slick-prev:focus,
.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;
}

.course-carousel .slick-prev,
.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);
}

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

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

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

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

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

.course-box-wrap:focus {
    outline: none;
}

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

.course-slide .course-box {
    margin-bottom: 0;
}

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

.more a {
    font-size: 16px;
}

.course-box {
    position: relative;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 2px 2px 10px -4px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 2px 2px 10px -4px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 2px 2px 10px -4px rgba(0, 0, 0, 0.8);
    margin-bottom: 30px;
}

.bg-gray .course-box {
    box-shadow: none;
}

.course-bottom {
    background: #0162b1;
    color: #fff;
    padding: 15px;
}

.course-bottom a {
    color: white;
}

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

.vdo-area h4 {
    color: #0162b1;
}

.podcast-area h4 {
    color: #0162b1;
}

.podcast-area {
    background-color: #cfe0f0;
}

.ppt-area h4 {
    color: #0162b1;
}

.ppt-area {
    background-color: #e7e7e7;
}

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

.download a {
    color: black;
}

.download a:hover {
    color: #0162b1;
}

.download button {
    border-radius: 20px;
    background-color: #0162b1;
    color: #fff;
}

.podcast-description h5 {
    color: #0162b1;
    margin-bottom: 25px;
}

.podcast-description h6 {
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    color: #0162b1;
}

.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: 10px;
    position: relative;
}

.course-grid.continue-watch>.course-box-wrap>.course-box>.course-bottom {
    background-color: #56c7d9;
}

.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: 400;
    min-height: 50px;
    font-size: 16px;
    color: #0162b1;
    margin-bottom: 10px;
    line-height: 25px;
}

.bg-primary {
    background-color: #0162b1 !important;
}

.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: 0;
    color: #29303b;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.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: #0162b1;
}

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

.course-box .course-image {
    position: relative;
    /* padding: 15px; */
}

.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: rgb(0, 31, 106);
    background: linear-gradient(180deg, rgba(0, 31, 106, 1) 2%, rgba(217, 76, 129, 1) 97%, rgba(217, 76, 129, 1) 100%);
    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: 30px;
    line-height: 41px;
    font-weight: 500;
    margin-bottom: 10.5px;
}

.course-sidebar-text-box .price {
    text-align: center;
}

.course-header-wrap .subtitle {
    font-size: 18px;
    line-height: 25px;
    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: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 5px;
    border-radius: 4px;
    color: #505763;
    padding: 3px;
    position: relative;
    margin-top: 65px;
    z-index: 10;
}

@media only screen and (max-width: 991px) {
    .course-sidebar {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.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 {
    margin-top: 65px;
}

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

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

.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: 5px;
    margin-top: 13px;
    padding: 15px 12px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
}

.course-sidebar-text-box .buy-btns .btn-add-wishlist {
    color: #fff;
    background-color: #7E57C2;
    border-color: #673AB7;
}

.course-sidebar-text-box .buy-btns .btn-add-wishlist:hover,
.course-sidebar-text-box .buy-btns .btn-add-wishlist:focus {
    background-color: #673AB7;
    border-color: #992337;
}

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

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

.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;
    margin-top: 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: #0162b1;
    cursor: pointer;
    z-index: 5;
}

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

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

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

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

.description-box .description-title {
    font-size: 18px;
    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;
}

.hide {
    display: none !important;
}

.discount-form {
    display: flex;
    margin-bottom: 15px;
}

input#coupon_code {
    border-radius: 15px 0 0 15px;
    border-right: 0;
    height: 35px;
}

button#use_discount,
#cancel_discount {
    border-radius: 0 15px 15px 0;
    height: 35px;
    padding: 0 10px;
    border: unset;
}

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

span.required {
    color: red;
    margin-left: 2px;
}

label.error {
    color: red;
    font-size: 12px;
    width: 100%;
    margin-top: 5px;
}

.payment-option {
    background: #fff;
    border-radius: 5px;
}

.content-box-login input {
    border-radius: 0 5px 5px 0 !important;
}

.list-payment {
    box-shadow: none;
    padding: 0px;
    border-radius: 5px;
    margin-bottom: 14px;
    border: 1px solid #ccc;
    background: #f5f5f5;
}

.order-payment {
    margin-bottom: 20px;
}

h5.payment-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 10px;
}

h5.payment-title {
    font-size: 16px;
    margin-bottom: 0;
}

.item-cart-content {
    display: flex;
}

.cart-thumb {
    width: 120px;
}

.cart-master-item {
    width: calc(100% - 120px);
    padding-left: 15px;
}

td.right {
    text-align: right;
}

button.btn.btn-primary.btn-checkout {
    margin-left: auto;
    display: block;
    border-radius: 5px;
    min-width: 150px;
}

.cart-content-list span {
    font-weight: 400;
    color: #000;
}

.list-payment label {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 0;
    padding: 10px;
}

.list-payment label input {
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.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: 16px;
    font-weight: 500;
    margin: 0 0 20px;
}

.about-instructor-box .about-instructor-image img {
    width: 80px;
    height: 80px;
    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: 15px;
}

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

.about-instructor-details .instructor-name a {
    color: #0162b1;
}

.course-sidebar-text-box h5 {
    color: #0162b1;
}

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

.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: #0162b1;
}

.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 #0162b1;
    color: #0162b1;
    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: 0px;
}

.course-curriculum-box .course-curriculum-title .title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #0162b1;
}

.certificate h5 {
    color: #0162b1;
}

.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;
    color: #0162b1;
}

.course-curriculum-accordion .lecture-group-title {
    position: relative;
    padding: 10px 30px 10px 45px;
    background: #f9f9f9;
    border: 1px solid #e8e9eb;
    cursor: pointer;
    height: auto;
    margin-top: 3px;
    color: #505763;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.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: #0162b1;
}

.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: #0162b1;
}

.home-banner-area {
    background: #0162b1;
    margin-top: -35px;
    margin-bottom: -35px;
}

.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;
    color: #0162b1;
}

.course-curriculum-accordion .lecture-list .lecture .lecture-time {
    width: 110px;
    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: #0162b1;
}

.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 {
    padding: 40px 0 30px;
    background-color: #B2D5EE;
    color: #565656;
}

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: #fff;
    font-size: 13px;
}

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

section.category-course-list-area.login {
    margin-top: -35px;
    margin-bottom: -35px;
}

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

.filter-box .btn {
    border-radius: 2px;
    border-color: #0162b1;
    color: #0162b1;
    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: #0162b1 !important;
    border-color: #0162b1 !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: #0162b1;
    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: #0162b1;
    border-color: #0162b1;
    color: #fff;
}

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

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

/*
Notifications page
*/

section.page-header-area {
    padding: 40px 0 30px;
    background: #B2D5EE;
    color: #0162b1;
}

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: #0162b1;
}

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

/* .main-nemu a:hover {
    color: rgb(223, 56, 119);
} */

li.menu.has-children:hover>a {
    color: rgb(223, 56, 119);
}

/*
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: #0162b1;
    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: #0162b1;
}

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: #0162b1;
    color: #fff;
    border-color: #0162b1;
}

.my-courses-area .row.no-gutters {
    margin-top: 30px;
    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: 0px;
}

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

.edit-rating-modal .modal-footer button.previous:hover,
.edit-rating-modal .modal-footer button.previous:focus {
    background-color: #e6f2f5 !important;
    border-color: #0162b1 !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: #0162b1;
    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: #0162b1;
    border-color: #0162b1;
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}

.user-dashboard-sidebar {
    width: 18%;
    border-right: 1px solid #dedfe0;
}

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

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

.user-dashboard-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.content-box {
    max-width: 480px;
    margin: 0 auto;
}

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

.user-dashboard-sidebar .user-box .name {
    font-size: 14px;
    font-weight: 400;
    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;
    padding: 20px;
}

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

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

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

.user-dashboard-content .content-update-box button {
    color: #fff;
    background-color: #0162b1;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    font-weight: 600;
    min-width: 120px;
    border-radius: 5px;
}

.user-dashboard-content .content-update-box button:hover {
    background-color: #1780d5;
}

.user-dashboard-content .content-box .form-group {
    margin-bottom: 15px;
}

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

.basic-group.req-password {
    max-width: 480px;
    margin: 0 auto;
}

.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: 14px;
    padding: 10px 12px;
    border: 1px solid #cacbcc;
    border-radius: 2px;
    font-weight: 300;
}

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

.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: #0162b1;
    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: #0162b1;
    background-color: #fff;
    border: 1px solid #0162b1;
    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-1 {
    background: #D5D5D5;
    color: #434345;
}

.footer-area {
    border-bottom: 0;
    padding-bottom: 0;
    background-color: #0162b1;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    margin-top: -30px;
}

.footer-logo img {
    width: 160px;
}

.footer-mid-menu p {
    margin-bottom: 0;
}

.copyright-text {
    color: #686f7a;
    font-size: 14px;
    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;
}

.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: #0162b1;
    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;
}

.already_purchased a {
    width: 100%;
    border: 0;
    color: #fff;
    background-color: #0162b1;
    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;
} */

.user-dashboard-box.sign-up {
    max-width: 650px;
}

.login-form,
.forgot-password-form {
    background-color: #4d545a;
    padding-bottom: 30px;
}

#main-content .forgot-password-form .title {
    color: #fff;
}

#main-content .forgot-password-form .subtitle.mb-2 {
    color: #fff;
    font-size: 17px;
}

.register-form {
    background-color: #ebf2f8;
    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;
}

/* Course progress on lesson sidebar */

.circular-progress {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    transform: rotate(-90deg) rotateX(180deg);
    background-color: #fff;
}

.circular-progress circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s ease;
    stroke: #4CAF50;
    stroke-width: 5px;
}

.circular-progress .bar {
    stroke: #E0E0E0;
}

.circular-progressdiv {
    position: relative;
}

.circular-progressdiv:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 35px;
    transform: translate(-50%, -50%);
    content: attr(data-percent) " %";
}

.ofline-payment-pending {
    background-color: #fff;
    border: 1px solid #ffc107;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #ffc107;
    border-radius: 1px;
}

/*bundle*/

.cursor-pointer {
    cursor: pointer;
}

.text-13 {
    font-size: 13px;
}

.text-12 {
    font-size: 12px;
}

.height-line-height {
    height: line-height;
}

@media only screen and (max-width: 600px) {
    .d-sm-none {
        display: none;
    }
}

@media only screen and (min-width: 601px) {
    .d-md-block {
        display: show;
    }
}

.course-bundle-header {
    background-color: #087791;
    color: white;
}

/*SLIDE UP AND DOWN CSS STARTS*/

.bundle-slider {
    background-color: #fff;
    box-shadow: 0px 15px 20px -5px #00000052;
    overflow-y: hidden;
    max-height: 5000px;
    /* approximate max height */
    box-sizing: border-box;
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: ease;
    position: absolute;
    z-index: 500;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: -5px;
    margin-left: -20px;
}

.bundle-slider.closed {
    max-height: 0;
    transition-property: all;
    transition-duration: 0s;
    transition-timing-function: ease;
}

/*SLIDE UP AND DOWN CSS ENDS*/

.btn-bundle-details {
    background-color: #fff;
    border: 1px solid #087791;
    color: #000 !important;
    padding: 10px;
    /*border-radius: 5px;*/
    width: 48%;
    float: left;
    text-align: center;
}

.btn-bundle-details:hover {
    background-color: #087791;
    border: 1px solid #087791;
    color: #fff !important;
    padding: 10px;
    /*border-radius: 5px;*/
    width: 48%;
    float: left;
    text-align: center;
}

.btn-buy-bundle {
    background-color: #fff;
    border: 1px solid #087791;
    color: #000 !important;
    padding: 10px;
    /*border-radius: 5px;*/
    width: 48%;
    float: right;
    text-align: center;
}

.btn-buy-bundle:hover {
    background-color: #087791;
    border: 1px solid #087791;
    color: #fff !important;
    padding: 10px;
    /*border-radius: 5px;*/
    width: 48%;
    float: right;
    text-align: center;
}

.bundle-arrow-down:hover {
    color: #087791;
}

.bundle-bg-image {
    position: relative;
    height: 45vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.bundle-bg-image::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.25);
}

/*@media only screen and (max-width: 780px) {
    .bundle-course-image{
        display: none;
    }
    .bundle-course-rating{
        min-width: 160px;
    }
}*/

.course-more-details {
    color: #6d747f;
}

@media only screen and (max-width: 767px) {
    .course-bundle-details-header .title {
        font-size: 18px;
    }

    .by-name {
        font-size: 15px;
    }

    .bundle-buy-button {
        bottom: 0;
        right: 0;
        margin-bottom: 10px;
        color: #fff;
        margin-right: 5px;
        text-align: center;
        float: right;
        font-size: 17px;
        padding: 5px;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .course-bundle-details-header .title {
        font-size: 25px;
    }

    .by-name {
        font-size: 20px;
    }

    .bundle-buy-button {
        bottom: 0;
        right: 0;
        margin-bottom: 10px;
        color: #fff;
        margin-right: 5px;
        text-align: center;
        float: right;
        font-size: 18px;
        padding: 6px;
        margin-top: 100%;
    }
}

@media only screen and (min-width: 991px) {
    .course-bundle-details-header .title {
        font-size: 45px;
        margin-bottom: 40px;
        padding: 0px;
    }

    .by-name {
        font-size: 25px;
    }

    .bundle-buy-button {
        bottom: 0;
        right: 0;
        margin-bottom: 10px;
        color: #fff;
        margin-right: 5px;
        text-align: center;
        float: right;
        font-size: 20px;
        padding: 8px;
        margin-top: 100%;
    }
}

.course-bundle-box {
    background-color: #ec52520d;
}

.text-ccc {
    color: #ccc !important;
}

.box-shadow-0 {
    box-shadow: 1px 1px 1px 1px #00000000;
}

.mt-100 {
    margin-top: 100%;
}

.text-15 {
    font-size: 15px;
}

.btn-sm {
    padding: 5px;
    font-size: 12px;
}

@media print {
    .print-hidden {
        display: none;
    }
}

.mini-text {
    font-size: 11px;
    color: #b3b4b9;
}

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

.bundle-search button {
    background-color: #fff;
    border: 1px solid #efefef !important;
}

.min-height-50 {
    min-height: 50px;
}

.ml-auto {
    margin-left: auto;
    margin-right: auto;
}

.bg-eceff4-p-1-5rem {
    background: #eceff4;
    padding: 1.5rem;
}

.text-22 {
    font-size: 22px;
}

.text-1-2-rem {
    font-size: 1.2rem;
}

.invoice-border {
    border-bottom: 1px solid #eceff4;
    margin: 0 1.5rem;
}

.p-1-5-rem {
    padding: 1.5rem;
}

.d-inline-block {
    display: inline-block;
}

.w-20-px {
    width: 20px;
}

.bg-eceff4 {
    background: #eceff4;
}

.header-right {
    display: flex;
}

.main-nemu {
    display: flex;
}

ul.mobile-main-nav {
    display: flex;
    flex-flow: row wrap;
}

.instructor-box.menu-icon-box i {
    font-size: 20px;
}

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

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

h2.course-carousel-title {
    margin-bottom: 20px;
    font-size: 28px;
}

h6.course-carousel-title {
    color: white;
}

h4.course-carousel-title {
    color: white;
    font-size: 28px;
}

p.course-carousel-title {
    color: #bbbbbb;
}

.account-in-box.btn-group {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.account-in-box.btn-group a {
    display: block;
    height: 45px;
    padding: 0;
    line-height: 45px;
    font-weight: 400;
    width: auto;
    background: transparent;
    margin-left: 8px;
    border: 0;
    color: #fff;
}

#ac_menu a.btn.btn-sign-up {
    margin-left: 10px;
}

.list-slide img {
    max-width: 100%;
}

.home-slide ul.slick-dots {
    bottom: 25px;
}

.home-slide ul.slick-dots button {
    background: #565656;
    border-radius: 20px;
}

.footer-area a {
    color: #fff;
}

.copyright {
    padding: 20px;
}

.copyright .container-lg {
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.copyright .container-lg {
    border-top: 1px solid #fff;
    padding-top: 20px;
}

ul.tools-bar-social.footer-social {
    justify-content: flex-end;
}

.footer-facebook {
    text-align: right;
}

.footer-1 {
    padding-top: 50px;
    padding-bottom: 40px;
}

.footer-1 a {
    color: #434345;
    font-size: 17px;
}

ul.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 35px;
}

.footer-info {
    margin-top: 20px;
    font-size: 17px;
}

ul.footer-menu li {
    margin-bottom: 10px;
}

.footer-2 {
    padding-bottom: 30px;
    padding-top: 50px;
    color: #fff;
    border-bottom: 1px solid;
    margin: 0 40px;
    margin-top: -60px;
}

.footer-1 .widget h3 {
    font-size: 15px;
    margin-bottom: 15px;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
}

.slick-dots li button::before {
    display: none;
}

.home-slide ul.slick-dots .slick-active button {
    background: #56C7D8;
    color: #56C7D8 !important;
}

.slick-dots li button {
    width: 13px;
    height: 13px;
}

.dev-policy {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background-color: #0162b1;
    margin-top: -35px;
}

.dev-plan {
    background-color: #EDECEC;
    padding-top: 25px;
    padding-bottom: 25px;
}

.goal img {
    width: 100%;
    margin: 20px 0px;
    border-radius: 35px;
}

.btn-primary.manager-level {
    background-color: #bbbbbb;
    border-radius: 20px;
    padding: 11px 30px;
    color: #0162b1;
}

.btn-primary.manager-level:hover {
    background-color: #0162b1;
    color: white;
}

.necessary-course-list-area {
    background-color: #cfe0f0;
    padding: 25px 0px;
}

.optional-course-list-area {
    background-color: #e7e7e7;
    padding: 25px 0px;
}

.necessary-course-list-area h4 {
    color: #0162b1;
}

.optional-course-list-area h4 {
    color: #0162b1;
}

.course-list-area {
    padding: 25px 0px;
}

.type-course-list-area h4 {
    color: #0162b1;
}

.news_description {
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #0162b1;
}

.topnews_description {
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    color: #0162b1;
}

.manager-level.active {
    background-color: #0162b1;
    color: white;
}

.news-area a {
    color: #0162b1;
}

.news-area img {
    border-radius: 20px;
}

.training-roadmap h4 {
    color: #0162b1;
}

.training-roadmap {
    background-color: #b2d5f1;
    padding: 60px 0px 15px;
    margin-top: -35px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
}

.supervisor-level.active {
    background-color: #0162b1;
    color: white;
}

.btn-primary.supervisor-level {
    background-color: #bbbbbb;
    border-radius: 20px;
    padding: 11px 30px;
    color: #0162b1;
}

.btn-primary.supervisor-level:hover {
    background-color: #0162b1;
    color: white;
}

.level {
    display: flex;
    justify-content: center;
}

.goal h4 {
    color: #0162b1;
}

.goal p {
    color: #0162b1;
}

.dev-plan img {
    width: 100%;
    margin: 20px 0px;
    border-radius: 35px;
}

.dev-plan h4 {
    color: #0162b1;
}

.dev-plan p {
    color: #0162b1;
}

.home-banner-area button.slick-prev {
    left: 20px;
}

.home-banner-area button {
    z-index: 10;
    width: 40px;
    height: 40px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 35px;
    color: #0162b1;
}

.slick-prev,
.slick-next {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 20px;
}

.slick-next:before {
    content: '\f105';
    font-family: FontAwesome;
    right: -2px;
    position: relative;
}

.slick-prev:before {
    content: '\f104';
    font-family: FontAwesome;
    left: -2px;
    position: relative;
}

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

.slick-next {
    right: -35px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #fff;
    outline: none;
    background: #fff;
}

.home-banner-area button.slick-next {
    right: 20px;
}

.home-banner-area .slick-prev,
.home-banner-area .slick-next {
    font-size: 45px;
    line-height: 30px;
    background: transparent;
    border-radius: 30px;
    color: #fff;
}

div#home-slide {
    margin-bottom: 0;
}

.home-blog-grid {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.blog-image img {
    max-width: 100%;
}

.list-blog.col-md-6 {
    max-width: 528px;
}

.list-blog h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-body {
    padding: 15px 0;
    background: #fff;
}

.blog-content .readmore a {
    color: #241C5E;
}

.blog-content {
    border-radius: 5px;
    overflow: hidden;
}

section.home-blog-area {
    padding: 40px 0px;
}

.home-blog-area h4 {
    color: #0162b1;
}

.blog-image {
    border-radius: 35px;
    overflow: hidden;
}

.list-blog h3 {
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}

.course-bottom .description {
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 75px;
}

.course-details a {
    color: #0162b1;
}

.blog-body .description {
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.inner-breadcrumb {
    background: #B2D5EE;
    padding: 50px 0;
}

.inner-breadcrumb nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-breadcrumb h1 {
    color: #0162b1;
    font-weight: 400;
    font-size: 30px;
    margin: 0;
}

.blog-grid {
    display: flex;
    flex-flow: row wrap;
}

.blog-grid {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}

section.page-content {
    padding: 40px 0;
}

.blog-image img {
    width: 100%;
}

.blog-header h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.page-content article {
    max-width: 900px;
    margin: 0 auto;
}

.category-course-list .course-box-wrap {
    width: 100%;
    padding: 0;
}

.home-slide img {
    width: 100%;
}

.tools-bar-social a {
    color: #fff;
    font-size: 20px;
    width: 40px;
    display: block;
    text-align: center;
    padding: 0 10px;
}

ul.tools-bar-social {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 100%;
}

ul.tools-bar-social img {
    width: 23px;
    margin-top: -5px;
}

.intro h4 {
    color: #0162b1;
}

section.intro {
    color: #fff;
    padding: 20px 0px;
}

.intro .card-text {
    font-size: 18px;
}

p.price.text-center {
    margin: 0;
}

.course-bottom .price {
    font-size: 20px;
}

.progress-bar {
    background-color: #0162b1;
}

.progress {
    height: 10px;
    width: 100%;
}

.onboarding-courses-body .progress {
    background: #969696;
}

.dashboard-level {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 90px;
}

.progress-bar.progress-bar-striped.level-begin {
    background: #8FE2FF;
}

.progress-bar.progress-bar-striped.level-advance {
    background: #1C75BC;
}

.progress-bar.progress-bar-striped.level-initiative {
    background: #2B3990;
}

.dashboard-level .progress {
    height: 25px;
    border-radius: 15px;
}

.landscape {
    display: flex;
    height: 30px;
    margin-bottom: 5px;
    color: white;
    align-items: center;
}

.landscape>.left {
    background: #565656;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 1px 10px;
    width: 35px;
    text-align: center;
}

.landscape>.courses {
    background: #e7e7e7;
    padding: 1px 15px;
    min-width: 150px;
    color: #565656;
    width: calc(100% - 105px);
}

.landscape>.detail {
    background: #0162b1;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    padding: 1px 15px;
    width: 110px;
    font-size: 15px;
    height: 28px;
    line-height: 25px;
}

.level-user {
    background-color: #0162b1;
    color: white;
    align-items: center;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 2px;
}

.level-user h5 {
    margin: 0;
    padding: 2px;
}

audio {
    width: 100%;
}

.your-progress {
    background-color: #cfe0f0;
}

.onboarding-courses-head {
    background-color: #0162b1;
}

.onboarding-courses-body {
    background-color: #e7e7e7;
}

.onboarding-courses-body table {
    margin-top: 10px;
}

.onboarding-courses-body thead {
    background-color: #565656;
    color: white;
}

.onboarding-courses-body thead th:first-child {
    border-radius: 30px 0 0 30px;
}

.onboarding-courses-body thead th:last-child {
    border-radius: 0px 30px 30px 0px;
}

.btn.exam {
    border-radius: 20px;
    padding: 0px 10px;
    width: 100%;
    margin-bottom: 5px;
    background-color: #0162b1;
    color: white;
}

.btn.exam:hover {
    color: #0162b1;
    background-color: white;
    border-color: white;
}

.your-progress-col {
    border-right: 1px solid white;
}

.onboarding-courses-head h4 {
    color: white;
}

.chalenge {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
    align-items: center;
    margin-bottom: 10px;
}

.bg-gray {
    background: #D5D5D5;
}

.course-header-banner img {
    width: 100%;
}

.title-category-name h3 {
    background: rgb(0, 7, 106);
    background: linear-gradient(180deg, rgba(0, 7, 106, 0.7) 0%, rgba(217, 76, 129, 1) 53%, rgba(223, 56, 119, 1) 100%);
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 0 0 8px 8px;
    margin-bottom: 0;
    min-width: 200px;
    text-align: center;
}

.course_category li.menu {
    display: block;
    width: 100%;
}

/* .course_category {
    width: 300px;
} */

.course_category ul {
    padding: 5px;
    box-shadow: 1px 1px 4px 2px #efefef;
    border-radius: 10px;
}

.course_category li.menu a {
    display: block;
    padding: 5px;
}

.course-bottom .price small {
    margin-right: 8px;
    position: relative;
    font-size: 14px;
}

.course-bottom .price small:after {
    position: absolute;
    height: 1px;
    background: #fff;
    content: '';
    width: 100%;
    left: 0;
    bottom: 10px;
    transform: rotate(160deg);
}

.head-page img {
    width: 100%;
}

.course-preview img {
    width: 100%;
    border-radius: 20px;
}

.course-preview {
    margin-top: 20px;
}

.course-details .description {
    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;
    min-height: 65px;
}

.order-info ul {
    margin: 0;
    padding-left: 15px;
}

.title-page h3 {
    border-radius: 0 0 10px 10px;
}

.image-radius {
    border-radius: 10px;
    overflow: hidden;
}

ul.list-style li::before {
    line-height: 20px;
    content: "\2022";
    color: #0162b1;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: 0;
    font-size: 25px;
}

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

.text-primary {
    color: #0162b1 !important;
}

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

ul.list-social img {
    width: 50px;
}

.contact-address {
    font-size: 16px;
}

ul.social-inline a {
    display: block;
}

ul.social-inline {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

ul.social-inline a {
    display: block;
    width: 40px;
    padding: 4px;
}

ul.social-inline img {
    width: 100%;
}

.course-filter .btn {
    background: #0162b1;
    color: #fff;
    border-radius: 15px;
    font-size: 15px;
}

.course_category>.dropdown>.btn-secondary {
    border-color: #0162b1;
}

.course-filter {
    margin-bottom: 20px;
}

.course_category a {
    display: block;
}

.dropdown-menu {
    padding: 10px;
}

.dropdown-menu a {
    color: #0162b1;
}

.course_category>.input-group>.form-control {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-color: #0062B0 !important;
    border-width: 2px !important;
    height: 48px;
}


.course_category>.input-group>.input-group-append>.input-group-text {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-color: #0062B0;
    border-width: 2px;
    border-left: 0;
}

h1.title-course {
    font-size: 25px;
    margin-top: 30px;
}

h4.checkout-title {
    font-size: 18px;
}

.list-payment label {
    display: flex;
    flex-flow: row wrap;
}

label#payment-error {
    order: 3;
    padding: 0;
}

.form-control {
    font-weight: 300;
    margin-bottom: 15px;
}

.billing-detail h3 {
    font-size: 18px;
}

.billing-detail ul {
    padding-left: 20px;
}

.course-curriculum-accordion .lecture-list .lecture.quiz:before {
    content: '\f059';
}

.course-curriculum-accordion .lecture-list .lecture.other:before {
    content: '\f15c';
}

.course-curriculum-accordion .lecture-list .lecture:before {
    font-size: 15px;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner .6s linear infinite;
}

button.spinner {
    pointer-events: none;
    opacity: .7;
}

.content-update-box {
    position: relative;
}

.user-dashboard-box {
    max-width: 600px;
    margin: 0 auto;
}

.user-dashboard-box {
    max-width: 550px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 50px;
}

.order_payment h3.card-title {
    font-size: 18px;
}

/* Absolute Center Spinner */

.loading {
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 50px;
    height: 50px;
    margin-top: -0.5em;
    border: 15px solid rgba(33, 150, 243, 1.0);
    border-radius: 100%;
    border-bottom-color: transparent;
    -webkit-animation: spinner 1s linear 0s infinite;
    animation: spinner 1s linear 0s infinite;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.original-price {
    color: #888;
    text-decoration: line-through;
}

.current-price {
    color: red;
}

.about-instructor-box .col-lg-2 {
    max-width: 80px;
    padding-right: 0;
}

.about-instructor-box .col-lg-2 img {
    height: auto;
    width: 50px;
}

.list-question.empty .quiz-card {
    border-color: #dc3545 !important;
}

div#reactions__container {
    display: none;
}

#tab-course li.nav-item a {
    font-weight: 500;
    font-size: 18px;
    font-family: 'rsubold';
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 150px;
    text-align: center;
    box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.65);
    border: unset;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: unset;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0162b1;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: unset;
}

.nav-link {
    color: #0162b1;
    background-color: #bbbbbb;
}

section.course-content-area {
    padding-bottom: 30px;
}

.disqus-footer__wrapper {
    padding-bottom: 0;
    display: none !important;
}

div#reactions__container {
    display: none;
}

.lecture-group-wrapper {
    background: #fff;
    border-radius: 15px;
}

div#myTabContent {
    background: #e8e8e8;
    padding: 50px 30px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 5px;
    border-radius: 20px;
}

.description-content {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
}

.nav-tabs {
    border-bottom: unset;
}

.instructor-name a {
    pointer-events: none;
}

/* Search Style */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    background: #fff;
    font-size: 18px;
    font-family: 'Kanit';
    border: 0;
    height: 50px;
    padding: 5px 10px;
    color: #555;
    width: calc(100% - 50px);
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: #FC2121;
    cursor: pointer;
}

.popup-search {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    flex-flow: row wrap;
    top: 20%;
    padding: 15px;
}

form#searchform {
    width: 100%;
}

.popup-search .input-group {
    border-radius: 10px;
    overflow: hidden;
}

#searchform .input-group-append {
    width: 50px;
    padding: 0;
}

.popup-search button.btn {
    width: 100%;
}

.search-result ul {
    background: #fff;
    width: 100%;
    color: #000;
    overflow: hidden;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
}

.search-result a {
    color: #000;
}

.search-result ul {
    padding: 0;
    margin: 0;
}

.search-result h3.title {
    font-size: 17px;
    margin: 0;
}

.search-result li {
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
    padding: 10px;
}

.search-result {
    width: 100%;
}

.search-result a:hover {
    color: #7E57C2;
}

.user-dashboard-area .user-dashboard-box {
    max-width: 100%;
}

.head-page p {
    margin: 0;
}

.site-logo img {
    width: 250px;
    height: auto;
}

.mobile-header-buttons img {
    width: 100%;
}

#lesson-container {
    flex-flow: row wrap;
}

.course-image img.img-fluid {
    border-radius: 5px;
}

section.intro img {
    max-width: 100%;
}

.navbar-brand img {
    max-width: 100px;
}

.category-detail {
    margin-top: 15px;
    font-size: 16px;
}

.content-box-login {
    padding: 0px 100px;
    padding-bottom: 0;
}

.login-form .nav-link.active {
    background: rgba(0, 7, 106, 1);
    color: #fff;
}

.login-form .nav-link {
    border: 0;
    border-radius: 0;
}

.login-form .nav-link a {
    width: 50%;
}

div#nav-tab {
    width: 100%;
}

.login-form .nav-link {
    width: 50%;
    text-align: center;
    font-weight: 500;
}

.forgot-pass.text-center a {
    color: white;
    font-weight: 400;
}

.account-have.text-center a {
    color: #0162b1;
    font-weight: 400;
}

.language-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-left: 10px;
}

.language-switch a {
    color: white;
    font-weight: 400;
}

.account-have {
    color: grey;
}

.language-switch a:hover {
    color: blue;
}

.course-area.continue-watching {
    background-color: #0162b1;
}

.course-area.continue-watching h4 {
    color: white;
}

.course-area.new-course {
    background-color: #cfe0f0;
}

.course-area.new-course h4 {
    color: #0162b1;
}

.course-area.reccommended {
    background-color: #e7e7e7;
}

.course-area.reccommended h4 {
    color: #0162b1;
}

.news-area h4 {
    color: #0162b1;
}

.underline-small::after {
    content: '';
    height: 3px;
    width: 40px;
    background: #0162b1;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.underline-small.continue::after {
    content: '';
    height: 3px;
    width: 40px;
    background: white;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.underline-small {
    display: inline-block;
    position: relative;
}

.img-logo-login {
    display: flex;
    justify-content: center;
}

.img-logo-login img {
    width: 200px;
}

.logo-profile i {
    font-size: 150px;
    color: white;
}

.progress-circle {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    background: none;
    position: relative;
}

.progress-circle::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #BBBBBB;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-circle>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-circle .progress-left {
    left: 0;
}

.progress-circle .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress-circle .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress-circle .progress-right {
    right: 0;
}

.progress-circle .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress-circle .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.border-primary {
    border-color: #0162b1 !important;
}

.start_learn.btn.btn-primary {
    background-color: #0162b1;
    width: 100%;
}

.certificate {
    background: #e8e8e8;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 5px;
    border-radius: 20px;
    margin-top: 55px;
}

.pic-cer img {
    width: 100%;
    border-radius: 20px;
}

.img-review-courses {
    width: 200px !important;
}

.student-review img {
    width: 100%;
}

.student-review {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checked-star {
    color: #f6cd01;
}

.progress-lesson {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu a {
    display: inline-block;
    position: relative;
    color: #0087ca;
}

.menu a:after {
    content: '';
    position: absolute;
    width: 40px;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #56c7d9;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.menu a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.description-ppt h5 {
    color: #0162b1;
}

.description-ppt h6 {
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    color: #0162b1;
}

.course-info {
    color: #0062B0;
}

.home-category .row {
    max-width: 767px;
    margin: 0 auto;
}

.forgot-pass {
    max-width: 350px;
    justify-content: space-between;
    margin: 2px auto;
}

.forgot-pass label {
    color: #fff;
}

.login-body {
    background: rgba(0, 98, 176, .7);
}

.login-body .row {
    padding-bottom: 65px;
    padding-top: 65px;
}

.user-dashboard-content.w-100.login-form {
    padding-top: 50px;
    padding-bottom: 100px;
}

.input-group-prepend i {
    margin: 0;
}

section.training-roadmap nav a,
section.training-roadmap nav i {
    color: #0162b1 !important;
}

.training-roadmap .breadcrumb-item+.breadcrumb-item::before {
    color: #0162b1 !important;
}

.instructor-detail {
    color: #0162b1;
    font-weight: 300;
    font-size: 14px;
}

.progress-circle sup.small {
    margin: 0;
    top: 0;
}

.progress-circle.mx-auto .h2 {
    font-weight: 200;
    font-size: 25px;
    margin: 0;
}

hr.b-3 {
    border-color: #565656;
    border-top-width: 3px;
}

section.sec-gray {
    background: #E7E7E7;
}

h3.title-section {
    font-weight: 100;
    color: #0162b1;
    font-size: 22px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: rsubold;
}

.form-search a:hover {
    color: #fff;
}

.course-filter>div {
    width: 33.33%;
}

.course-filter span.select2-selection.select2-selection--single {
    background: #0062B0;
    border-radius: 15px;
    border: 0;
}

.course-filter .select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-size: 16px;
}

.course-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.sec-blue {
    background: #cfe0f0;
}

.footer-address p {
    margin: 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.date-podcast {
    background: #0062B0;
    color: #fff;
    text-align: center;
    padding: 5px;
    line-height: 14px;
    border-radius: 20px 0 0 20px;
    font-size: 13px;
    height: 55px;
}

.podcast-control {
    background: #f0f3f4;
    height: 55px;
    border-radius: 30px;
    margin-top: 15px;
}

.podcast-control .col {
    padding: 0;
}

.content-podcast {
    color: #0162b1;
}

div#main-content {
    padding-bottom: 50px;
}

.home-banner-area .slick-prev:before,
.home-banner-area .slick-next:before {
    display: none;
}

.slick-track {
    margin-left: 0;
}

.news_footer {
    color: #0162b1;
    font-weight: 700;
    font-size: 18px;
}

.skill-level button {
    font-size: 20px;
}

section.dna {
    background: #EBEAF1;
    position: relative;
}

.list-btn-dna img {
    width: 35px;
}

.list-btn-dna .btn {
    display: block;
    color: #fff;
    width: 200px;
    font-size: 20px;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 15px;
    border: 0;
    transition: 300ms;
}

.list-btn-dna .btn:hover {
    border: 0;
    transform: scale(1.1);
}

.btn.btn-dna-01 {
    background: #F37747;
}

.btn.btn-dna-02 {
    background: #A7B738;
}

.btn.btn-dna-03 {
    background: #37BD9F;
}

.btn.btn-dna-04 {
    background: #F8C82C;
}

.btn.btn-dna-05 {
    background: #5B94CF;
}

.list-btn-dna {
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 106px;
    width: 100%;
    text-align: center;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-transform: uppercase;
}

.fc .fc-daygrid-event {
    line-height: 15px;
}

.fc-daygrid-dot-event {
    align-items: start;
}

.fc-daygrid-event {
    white-space: normal;
}

h2.event-title {
    font-size: 25px;
}

.recent-event .event-image {
    width: 250px;
}

.recent-event .event-detail {
    width: calc(100% - 250px);
    padding-left: 15px;
}

.content-event {
    display: flex;
    margin-bottom: 20px;
    background: #efefef;
    padding: 10px;
    border-radius: 15px;
    align-items: center;
    box-shadow: 5px 5px 8px 0px #efefef;
    position: relative;
    flex-flow: row wrap;
}

.event-detail h3 {
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    font-weight: 300;
}

.recent-event {
    margin-top: 50px;
}

.event-action-grid a {
    display: block;
    color: #E64747;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    height: 30px;
    margin-right: 0;
    position: static;
    width: 150px;
    bottom: 10px;
    right: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


header {
    background: #B2D5EE;
}

.progress.progress-bottom {
    background: transparent;
    font-size: 18px;
}

.progress.progress-top {
    background: transparent;
    font-size: 18px;
}

.triangle-top {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 40px 20px;
    border-color: transparent transparent #0062B0 transparent;
}

.user-level-curent span {
    position: absolute;
    margin-top: -25px;
    font-size: 15px;
    display: block;
}

.row.last-watch .course-box-wrap {
    padding: 0 5px;
}

.course-box-wrap {
    padding: 0 7px;
}

.row.last-watch {
    padding: 0 10px;
}

.table td,
.table th {
    line-height: 1;
}

.traning-roadmap img {
    max-width: 1000px;
    width: 100% !important;
}

section.traning-roadmap {
    padding-top: 25px;
    padding-bottom: 25px;
}

section.blue-bg {
    background: #cfe0f0;
    color: #0062B0;
    padding-top: 20px;
    padding-bottom: 20px;
}

section.text-blue {
    color: #0062B0;
}

.why-learning div#player {
    border: 10px solid #000;
    border-radius: 15px;
}

.mfp-figure {
    max-width: 528px;
}

.form-control {
    font-size: 17px;
}

.event-badge span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    min-width: 100px;
    border-radius: 0px 12px 0px 5px;
}

.event-date {
    color: #fff;
}

.points-icon img {
    max-width: 30px;
}

/* custom notification */
.dropdown.notifications-list-dropdown {
    border-radius: 10px;
    right: -15px;
}

/*.notification-icon {
    font-size: 20px;
}*/

/*.notification-menu.show {
    transform: translate3d(-80px, 35px, 0px) !important;
    width: 300px;
    border-radius: 10px;
    border: none;
    padding: 0;
    overflow: hidden;
}*/

/*.notification-menu.corner:before {
    border-style: solid;
    border-width: 0 10px 13px;
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    border-color: transparent transparent #e8e9eb;
}*/

/*.notification-menu:before{
    content: "";
    width: 35px;
    height: 35px;
    background-color: #648d2f!important;
    position: absolute;
    right: 50px;
    top: -8px;
    transform: rotate(45deg);
    border-radius: 4px;
}*/

/*.notification-header {
    padding: 10px;
}*/

/*.notification-item-header {
    color: #0162b1;
    text-align: center;
    margin: 0;
}*/

/*.notification-badge {
    background-color: #ec5252;
    pointer-events: none;
    position: absolute;

    top: -8px;
    right: -8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    border-radius: 500px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    z-index: 2;
    min-width: 20px;
    height: 20px;
    padding: 1px 6px 0 5px;
}*/

/*.notification-group-items .notification-item {
    color: #0162b1;
    background-color: #d9d9d9;
}*/



/* reward */
.reward-container {
    border-bottom: 2px solid #b5b5b5;
    align-items: stretch;
    padding-bottom: 15px;
}

.reward-points-item {
    background-color: #0162b1;
    border-radius: 8px;
    padding: 10px;
    max-width: 270px;
}

.reward-points-item-wrapper {
    background-color: #ffffff;
    color: #0162b1;
    display: flex;
    padding: 10px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}

.reward-points p {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0px 10px 0px;
}

.reward-points p span {
    font-size: 1.8rem;
}

.btn-reward-how-to {
    color: #ffffff;
    background-color: #0162b1;
    font-size: 1.3rem;
    border-radius: 12px;
    line-height: normal;
}

.btn-reward-how-to:hover {
    background-color: #0162b1 !important;
    border-color: #0162b1;
}

.reward-detail-image {
    border-radius: 35px;
    overflow: hidden;
    margin-bottom: 10px;
}

.reward-detail-container article {
    max-width: 900px;
    margin: 0 auto;
}

.reward-detail-image img {
    /*width: 100%;*/
    width: 500px;
    margin: auto;
    display: block;
    border-radius: 10px;
}

.reward-detail {
    border-radius: 12px;
    background-color: #D9D9D9;
    color: #636363;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.reward-detail-points {
    color: #0162b1;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reward-detail-date p {
    font-size: 1.3rem;
}

.reward-detail-date p i {
    color: #0162b1;
}

/* btn view more */
.btn-view-more {
    color: #ffffff;
    background-color: #0162b1;
    font-size: 1.3rem;
    border-radius: 12px;
    line-height: normal;
}

.btn-view-more:hover {
    background-color: #0162b1 !important;
    border-color: #0162b1;
}

/* btn-redeem */

.btn.btn-redeem {
    color: #ffffff;
    background-color: #0162b1;
    font-size: 1.3rem;
    border-radius: 12px;
    line-height: normal;
}

.btn.btn-redeem:hover {
    background-color: #A1A7B3;
    border-color: #A1A7B3;
}


/* modal redeem */

/* The Modal (background) */
.confirm-redeem-box {
    /* display: none; Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */

    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.confirm-redeem-box-content {
    border-radius: 28px;
    background: #FFF;
    padding: 20px;
    width: 25%;
    /*width: 573px;*/
    word-wrap: break-word;
}

/* The Close Button */
.confirm-redeem-close {
    color: #0162b1;
    /*float: right;*/
    text-align: right;
    font-size: 28px;
    font-weight: bold;
}

.confirm-redeem-close:hover,
.confirm-redeem-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.confirm-redeem-footer {
    display: flex;
    justify-content: space-around;
}

.confirm-redeem-body p {
    color: #0162b1;
    font-size: 1.3rem;
}

.btn.btn-confirm-redeem {
    color: #ffffff;
    background-color: #0162b1;
    font-size: 1.3rem;
    border-radius: 12px;
    line-height: normal;
}

.btn.btn-confirm-redeem:hover {
    background-color: #636363;
    border-color: #636363;
}

.btn.btn-cancel-redeem {
    color: #ffffff;
    background-color: #828282;
    font-size: 1.3rem;
    border-radius: 12px;
    line-height: normal;
}

.btn.btn-cancel-redeem:hover {
    background-color: #FB0000;
    border-color: #FB0000;
}

/* modal redeem */

/* redeem detail */

.redeem-detail-container article {
    max-width: 400px;
    margin: 0 auto;
}

.redeem-detail-notice p {
    color: #F50B0B;
}

.redeem-detail-notice h5 {
    color: #0162b1;
}

.redeem-timer {
    /*font-size: 26px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

#redeem-minutes,
#redeem-seconds {
    background-color: #D9D9D9;
    color: #000000;
    padding: 13px 15px;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 34px;
}

.redeem-minutes,
.redeem-seconds {
    display: inline-block;
    line-height: 1;
    margin: 0 10px;
}

.redeem-minutes span,
.redeem-seconds span {
    display: block;
    font-size: 20px;
}

#qrcode img {
    margin: auto;
    display: block;
    text-align: center;
}

.point-overlay {}

.point-overlay-text {}

.km-thumbnail {
    position: relative;
}

/*.km-thumbnail:hover .point-overlay {
    opacity: 1;
}*/

/* slide user point rank */

section.slider-user-point-rank {
    background-image: url(/assets/frontend/basic/img/leaderboard-section.jpg);
    padding: 70px 0;
    background-size: cover;
    background-position: left;
}

.slider-user-point {
    display: block;
    padding: 15px;
    margin-right: 15px;
    transition: ease all 0.3s;
    overflow: hidden;
    width: 100%;
    max-width: 840px;
}

.slide-item-user-point {
    text-align: center;
}

.slide-item-user-point .image-leaderboard {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
}

.slide-item-user-point .content-leaderboard {
    color: #ffffff;
}

/*.slide-item-user-point .image-leaderboard{
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
}*/

.slide-item-user-point .image-leaderboard img {
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #ffffff;
}

.slide-item-user-point.slick-active {
    padding: 20px 0;
}

/*.slide-item-user-point.slick-center {
    transform: scale(1.2);
}*/

.slide-item-user-point.slick-current {
    transform: scale(1.2);
    /*transform: scale(1.08);*/
}

.slide-item-user-point.slick-slide:not(.slide-item-user-point.slick-active) {
    margin: 20px 0;
}

.slide-item-user-point.child {
    width: 100%;
}

.slide-item-user-point.slide-item-user-point:not(.slide-item-user-point.slick-active) {
    cursor: pointer;
}

.slider-user-point .slick-prev,
.slider-user-point .slick-next {
    right: 0;
    background-color: transparent;
}

.slider-user-point>.slick-prev::before,
.slider-user-point>.slick-next::before {
    font-size: 50px !important;
    color: #ffffff !important;
}

.title-leaderbooard {
    color: #ffffff;
}

.km-card {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* web board */

.web-board-card {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 15px;
    margin-bottom: 15px;
}

.web-board h4 {
    color: #0162b1;
}

.web-board-user h5 {
    color: #565656;
}

.web-board-user {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.web-board-user img {
    height: auto;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #565656;
    object-fit: cover;
    overflow: hidden;
}

.vote-point {
    background: 0;
    border: 0;
    display: flex;
    align-items: center;
    aspect-ratio: 1 / 1;
}

.web-board-button {
    background-color: #e2e7e9;
    border-radius: 20px;
    margin-right: 10px;
}

.web-board-button i {
    font-size: 16px;
}

.vote-up:hover {
    background-color: #c6ccce !important;
    color: #0162b1;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.vote-down:hover {
    background-color: #c6ccce !important;
    color: #ec5252;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.rate-up {
    /*background-color: #c6ccce !important;*/
    color: #0162b1;
}

.rate-down {
    /*background-color: #c6ccce !important;*/
    color: #ec5252;
}

.web-board-thumbnail {
    text-align: center;
}

.web-board-thumbnail img {
    max-width: 70%;
    border-radius: 15px;
}

.web-board-caption {
    color: #545454;
}

.btn.add-post {
    border: 2px solid #0162b1;
    border-radius: 15px;
    width: 100%;
}

.btn.add-post:hover {
    background-color: #0162b1;
    color: #ffffff;
}

.swal2-popup .swal2-content,
.swal2-popup .swal2-styled {
    font-family: 'rsubold' !important;
}

.tox-promotion {
    display: none !important;
}

.btn.post-comment {
    border-radius: 50px;
    background-color: #0162b1;
    padding: 2px 10px;
    color: #ffffff;
}

.btn.post-comment:hover {
    background-color: #014e8c;
}

textarea.comment {
    border-radius: 10px !important;
}

.post-commnet-user {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.post-commnet-user img {
    height: auto;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #565656;
    object-fit: cover;
    overflow: hidden;
}

.post-commnet {
    background-color: #f2f3f5;
    border-radius: 10px;
}

.post-reply-btn {
    background-color: unset;
    border-radius: 20px;
    padding: 4px 8px;
}

.post-reply-btn:hover {
    background-color: #dddddd;
    /*border-radius: 20px;
    padding: 4px 10px;*/
}

.post-btn-cancle {
    border-radius: 50px;
    background-color: #6c757d;
    padding: 2px 10px;
    color: #ffffff;
}

.post-btn-cancle:hover {
    background-color: #454b50;
}

.post-commnet-reply {
    border-bottom: 1px dashed #545454;
}

.post-reply {
    background-color: #ffffff;
    border-radius: 10px;
}

.post-reply .post-commnet-reply:last-child {
    border-bottom: 0px;
}

.assessment_point_group {
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    text-align: center;
    column-gap: 5rem !important;
}

.choice-icon img {
    width: 50px;
}

.assessment_choice_group {
    /*grid-template-columns: repeat(4, 1fr);*/
    display: grid;
    grid-template-columns: repeat(2, 350px);
    gap: 3px;
}

/* Hide all steps by default: */
.tab-assessment {
    display: none;
}

.group-option {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    gap: 4px;
}

.web-board-poll {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #545454;
}

.vote-btn {
    background-color: #0162b1;
    border-radius: 50px;
    padding: 3px 10px;
    color: #fff;
}

.vote-disabled {
    background-color: #a1a7b3;
    border-radius: 50px;
    padding: 3px 10px;
    color: #fff;
}

.poll_vote_active {
    background-color: #0162b1;
    border-radius: 5px;
    color: #ffffff;
}

.poll_vote_result {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.poll_vote_result li {
    padding-left: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}
