@import url("https://fonts.googleapis.com/css?family=Baloo+Bhai");
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
:-moz-selection {
    background: #013c82;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #013c82;
    text-shadow: none;
    color: #fff;
}
body {
    position: relative;
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
}
body.white-bg {
    background: #fff;
}
body.gray-bg {
    background: #fff;
}
body.modal-open {
    overflow: auto;
}
p {
    margin: 0 0 10.5px;
}
a,
button,
input[type="button"] {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
}
a {
    color: #122222;
}
a:hover {
    text-decoration: none;
    color: #003845;
}

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

a:focus,
.btn:focus,
.form-control:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: 0 0 0 0 !important;
}
fieldset,
label {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #b2b4b9;
}
.tooltip {
    pointer-events: none;
}
.btn {
    border-radius: 2px;
}
.btn.red {
    color: #fff;
    background-color: #1865f2;
    border-color: #1865f2;
    padding: 13px 15px;
    font-size: 15px;
    line-height: 1.35135;
    font-weight: 600;
    border-radius: 30px !important;
    transition: 0.3s;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}
.btn.red:hover,
.btn.red:focus {
    background-color: #0b4bc1 !important;
    border-color: #0b4bc1 !important;
    color: #fff;
}
.btn.green {
    color: #fff;
    background-color: #1865f2;
    border-color: #1865f2;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 30px !important;
    line-height: 1.35135;
    font-weight: 600;
}
.btn.green:hover,
.btn.green:focus {
    background-color: #0b4bc1 !important;
    border-color: #0b4bc1 !important;
    color: #fff;
}
textarea:focus,
.form-control:focus,
input:focus {
    border-color: #76c5d6;
}
select + .select2-container {
    width: 100% !important;
}

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

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

/*
menu
*/

.corner-triangle.top-left:after {
    top: -12px;
    left: 14px;
}
.corner-triangle.top-left:before {
    top: -14px;
    left: 14px;
}
.corner-triangle.top-right:after {
    top: -12px;
    right: 14px;
}
.corner-triangle.top-right:before {
    top: -14px;
    right: 14px;
}
.corner-triangle:after {
    border-color: transparent transparent #fff;
}
.corner-triangle:before {
    border-color: transparent transparent #e8e9eb;
}
.corner-triangle:before,
.corner-triangle:after {
    border-style: solid;
    border-width: 0 10px 13px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
}
.header-top-band {
    padding: 7px 0 8px;
    background: #1865f2;
}
.header-top-band .band-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top-band .band-wrap h6 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}
.header-top-band .band-wrap a {
    color: #fff;
    font-weight: 500;
}

.header-top-band .band-wrap h6 a:hover {
    color: #cccccc;
}
.header-top-band .band-wrap .band-social-links a {
    padding: 0 5px;
}
.menu-area {
    box-shadow: 0 0 20px -2px rgb(20 23 28 / 10%);
    position: relative;
    z-index: 99;
    padding: 0;
}
.menu-area .navbar {
    padding: 0;
}
.signin-box-move-mobile-helper,
.signin-box-move-desktop-helper {
    display: none;
}
/* .main-nav-wrap>ul>li {

} */

.main-nav-wrap > ul > li > a:hover {
    color: #0b4bc1;
    text-decoration: underline !important;
    text-underline-offset: 10px;
}
.main-nav-wrap > ul > li > a.active {
    color: #1865f2;
    text-decoration: underline !important;
    text-underline-offset: 10px;
}
/*

menu code was here

*/

.search-box {
    margin-right: 50px;
    padding: 0px 0;
}
.search-box .input-group {
    padding: 5px;
    border: 1px solid #2d2f31 !important;
    background: #ebebeb;
    border-radius: 30px;
    overflow: hidden;
}
.search-box input {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    height: 38px;
    padding: 0 15px;
    border-radius: 2px 0 0 2px !important;
    font-size: 15px;
    color: #2d2f31 !important;
}
.search-box input::placeholder {
    color: #2d2f31 !important;
}
.search-box input:focus {
    background-color: #ebebeb;
    border-color: #ebebeb;
    border-right-color: transparent;
}
.search-box input:focus + .input-group-append {
    background-color: #ebebeb !important;
}
.search-box button {
    background-color: #c5d8fc !important;
    color: #1865f2;
    padding: 1px 18px !important;
    border-radius: 30px;
    height: 100% !important;
}
.search-box button:hover {
    color: #fff;
    background-color: #1865f2 !important;
}
.search-box .input-group-append {
    background-color: #ebebeb;
    padding: 0 0 0 10px;
    border-radius: 0px 2px 2px 0px;
}
/*.search-box input:focus + .input-group-append{
    padding: 0px !important;
    border-radius: 0px 5px 5px 0px !important;
    transition: all 0.5s ease;
}
.search-box input:focus + .input-group-append button{
    padding: 9px 16px !important;
    border-radius: 0px 5px 5px 0px !important;
    transition: all 0.4s ease;
    }*/

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

.menu-icon-box {
    position: relative;
    margin: 0 5px;
}
.menu-icon-box .icon {
    position: relative;
}
.menu-icon-box .icon .number {
    position: absolute;
    top: 14px;
    right: 2px;
    background-color: #1865f2;
    border-radius: 15px;
    color: #fff;
    font-size: 10px;
    line-height: 1.43;
    min-width: 19px;
    padding: 2px 6px;
    text-align: center;
    pointer-events: none;
}
.menu-icon-box .icon a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    color: #686f7a;
    border: 1px solid transparent;
    margin: 13px 2px;
    font-size: 18px;
    margin-left: 6px;
}
.menu-icon-box .icon a:hover {
    background: rgba(20, 23, 28, 0.05);
    border-color: rgba(20, 23, 28, 0.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, 0.25);
    color: #505763;
    font-size: 13px;
    left: inherit;
    list-style: none;
    margin: 0;
    right: -1px;
    text-align: left;
    top: 100%;
    width: 290px;
    border-radius: 2px !important;
}

.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: #2d2f31;
    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 .original-price {
    text-decoration: line-through;
    color: #686f7a;
}
.course-list-dropdown .item-list .item .item-details button {
    padding: 6px 8px;
    font-size: 13px;
    line-height: 1.35135;
    border-radius: 30px;
    width: 100%;
    color: #1865f2;
    background-color: #fff;
    border: 1px solid #1865f2;
}
.course-list-dropdown .item-list .item .item-details button:hover,
.course-list-dropdown .item-list .item .item-details button:focus {
    background: #1865f291;
    color: #fff;
}
.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: #1865f2;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.43;
    border-radius: 30px;
    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: #0b4bc1;
}
.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: #e67925;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}
.course-list-dropdown .dropdown-footer .cart-total-price .original-price {
    text-decoration: line-through;
    color: #686f7a;
    font-size: 14px;
}

.notifications-list-dropdown .notifications-head {
    padding: 12px;
    font-size: 15px;
    border-bottom: 1px solid hsla(210, 3%, 87%, 0.45);
    color: #29303b;
}
.notifications-list-dropdown .notifications-footer {
    background: #f7f8fa;
    height: 58px;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.05);
}
.notifications-list-dropdown .notifications-footer a,
.notifications-list-dropdown .notifications-footer button {
    color: #007791;
    font-size: 13px;
    font-weight: 600;
    padding: 20px 15px;
}
.notifications-list-dropdown .notifications-footer button {
    border: 0;
    background: transparent;
}
.notifications-list-dropdown .notifications-footer a:hover,
.notifications-list-dropdown .notifications-footer button:hover,
.notifications-list-dropdown .notifications-footer a:focus,
.notifications-list-dropdown .notifications-footer button:focus {
    color: #004d5e;
    background: #f2f3f5;
}
.notifications-list-dropdown .notifications-footer a i {
    margin-left: 5px;
    margin-right: 5px;
    transition: inherit;
    -webkit-transition: inherit;
    -ms-webkit-transition: inherit;
}
.notifications-list-dropdown .notifications-footer a:hover i {
    transform: translateX(5px);
}
.notification-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.notification-list ul li {
    padding: 10px 15px;
    border-bottom: 1px solid hsla(210, 3%, 87%, 0.45);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
}
.notification-list ul li:hover {
    background: #f7f8fa;
}
.notification-list ul li a {
    display: block;
}
.notification-list .notification .notification-image {
    float: left;
    height: 64px;
    width: 64px;
}
.notification-list .notification .notification-details {
    padding-left: 74px;
}
.notification-list .notification .notification-details .notification-text {
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 210px;
    height: 40px;
    color: #505763;
    margin-bottom: 0;
    line-height: 1.5;
}
.notification-list .notification .notification-details .notification-time {
    color: #686f7a;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0;
}
.notification-list .notification .notification-image img {
    border-radius: 50%;
}
.notification-list .notification {
    position: relative;
}
.notifications-list-dropdown .notification-list {
    max-height: 415px;
    overflow-y: auto;
}
.notification-list .notification .mark-as-read {
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1px solid #007791;
    border-radius: 50%;
    top: 2px;
    right: -3px;
    background: #007791;
}
.notification-list .notification .mark-as-read.marked {
    border-color: rgba(41, 48, 59, 0.25);
    background-color: transparent;
}

.user-box.menu-icon-box .icon a img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-top: -5px;
    object-fit: cover;
}
.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 22px;
}
.user-dropdown-menu li a:hover {
    color: #000;
    background: #f2f3f5;
}
.user-dropdown-menu li a i {
    font-size: 16px;
    width: 20px;
    text-align: center;
    margin: 0 19px 0 10px;
    color: #a1a7b3;
}
.user-dropdown-menu .dropdown-user-info a {
    padding: 30px 21px 15px 21px;
}
.dropdown-user-info .user-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f2f3f5;
    object-fit: cover;
}
.dropdown-user-info .user-details {
    padding-left: 50px;
}
.dropdown-user-info .user-details .user-name {
    color: #29303b;
}
.dropdown-user-info .user-details .user-email {
    color: #686f7a;
    font-size: 13px;
}
.dropdown-user-info .user-details .user-name .hi,
.dropdown-user-info .user-details .user-email .welcome {
    display: none;
}
.user-dropdown-menu .dropdown-user-logout {
    background: #f7f8fa;
}

.sign-in-box > .btn {
    padding: 8.5px 18px;
    font-size: 15px;
    border-radius: 2px !important;
    line-height: 1.35135;
    font-weight: 600;
    margin-left: 5px !important;
}
.sign-in-box .btn-sign-in {
    background: #1865f2;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 30px !important;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border: 0;
    margin: 0;
    white-space: nowrap;
    transition: 0.5s;
}
.sign-in-box .btn-sign-in:hover,
.sign-in-box .btn-sign-in:focus {
    background-color: #0b4bc1 !important;
}
.sign-in-box .btn-sign-up {
    color: #fff;
    background-color: #1865f2;
    border: 1px solid #1865f2;
    white-space: nowrap;
    transition: 0.3s;
}
.sign-in-box .btn-sign-up:hover,
.sign-in-box .btn-sign-up:focus {
    background-color: #0b4bc1;
    border-color: #0b4bc1;
}

.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, 0.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, 0.24),
        0 0 2px 0 rgba(41, 48, 59, 0.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, 0.25);
    border-color: #007791;
}
.sign-in-modal
    .custom-checkbox
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #007791;
    border-color: #007791;
}
.sign-in-modal form button[type="submit"] {
    color: #fff;
    background-color: #e67925;
    border-color: #e67925;
    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: #193c4847;
    background: #fff !important;
    padding: 10px 16px;
}
.course-preview-modal {
    background-color: #fff !important;
    color: #000;
}
.course-preview-modal .modal-title {
    font-size: 18px;
}
.course-preview-modal .modal-title span {
    color: #fff;
    margin-right: 5px;
}
.course-preview-modal .close {
    color: #000;
    /* text-shadow: 0 0 0 #fff; */
    opacity: 1;
    font-size: 27px;
    background-color: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 0;
    border-radius: 2px;
}
.course-preview-modal .close span {
    position: absolute;
    display: inline-block;
    margin-top: -21px;
    margin-left: -9px;
}
.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 {
    padding: 30px 0 !important;
}
.home-banner-wrap {
    max-width: 490px;
}
.home-banner-wrap h2 {
    font-size: 60px;
    font-weight: 500 !important;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
}
.home-banner-wrap p {
    margin-bottom: 30px;
    margin-top: 0 !important;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
}
.explore-btn {
    background: #e67925;
    padding: 18px 25px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.explore-btn:hover {
    background: #469547;
    color: #fff;
}
.home-banner-wrap input[type="text"] {
    font-size: 18px;
    height: 47px;
    padding: 11px 17px;
    border: none;
    border-radius: 2px 0 0 2px;
}
.home-banner-wrap .input-group-append {
    border-radius: 0 2px 2px 0px;
}
.home-banner-wrap .btn {
    font-size: 14px;
    /*background: #e67925;*/
    border-radius: 5px;
    color: #e67925;
    padding: 6px 15px;
}
.home-banner-wrap .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #e67925;
}
.home-fact-area {
    /*background: #013c82;*/
    /*background: linear-gradient(-45deg,#128807,#e67925 75%);*/
    color: #fff;
    padding: 100px 0;
    /*margin-bottom: 60px*/
    background: #f8f9fa;
    box-shadow: 0px 0px 3px 3px rgba(216, 216, 216, 1);
}
.home-fact-box {
    display: flex;
    min-height: 95px;
    align-items: center;
}
.home-fact-area .col-md-4 .home-fact-box {
    background: #ffffff;
    border-radius: 100px;
    padding: 5px 20px;
    box-shadow: 0px 0px 3px 3px rgba(216, 216, 216, 1);
    color: #2d2f31;
    width: 100%;
}

.home-fact-box .text-box {
    padding: 12px 0 12px 20px;
}
.home-fact-box i {
    font-size: 47px;
    /*margin-top: 8px;*/
}
.home-fact-box .text-box h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
.home-fact-box .text-box p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.course-carousel-area {
    margin-bottom: 20px;
    overflow-x: hidden;
    box-shadow: 0px 0px 3px 3px rgba(216, 216, 216, 1);
}
.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;
    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);*/
    box-shadow: 0 5px 10px #0000001a;
}
.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;*/
    box-shadow: 0 5px 10px #0000001a !important;
}

.course-carousel .slick-prev,
.course-carousel .slick-next {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #1865f2;
    box-shadow: 0 5px 10px #1865f252 !important;
    z-index: 1;
    top: calc(50% - 25px);
}
.course-carousel .slick-prev {
    left: 0px;
}
.course-carousel .slick-prev.slick-disabled,
.course-carousel .slick-next.slick-disabled {
    opacity: 0.4;
}
.course-carousel .slick-prev:before {
    content: url(../img/icons/prev_arrow.png);
    line-height: 0;
    opacity: 1;
    mix-blend-mode: color-dodge;
    filter: brightness(4);
}
.course-carousel .slick-next {
    right: 0;
}
.course-carousel .slick-next:before {
    content: url(../img/icons/next_arrow.png);
    line-height: 0;
    opacity: 1;
    mix-blend-mode: color-dodge;
    filter: brightness(4);
}
.course-box-wrap:focus {
    outline: none;
}
.course-box-wrap {
    padding: 0 10px;
    margin: 20px 0;
}
.category-course-list .course-box-wrap {
    padding: 0;
    margin: 0 0 20px 0;
}
.course-box-wrap a {
    color: #fff;
}
.course-box-wrap a:hover {
    text-decoration: none;
}
.course-box {
    position: relative;
    background: #fff;
    box-shadow: 0 0.5rem 1rem #0000000a;
    border-radius: 4px;
    overflow: hidden;
}
.course-box:before,
.course-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: opacity;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -ms-webkit-transition: 0.2s ease;
    z-index: -1;
}
.course-box:hover:before {
    opacity: 0;
}
.course-box:hover:after {
    opacity: 1;
}
.course-box:hover {
    box-shadow: 0px 12px 46px -20px #c9c9c9;
    transition: all 0.3s ease;
}
.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: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
}
.course-box .course-image:hover > .play-btn {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    visibility: visible;
    opacity: 1;
}
.course-box .course-details {
    padding: 20px 20px 20px;
    position: relative;
}
.course-box .course-details .title {
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 18px;
    color: #2d2f31;
    min-height: 30px;
    font-weight: 600;
    text-align: center;
    /* padding-bottom: 20px; */
}
.course-box .course-details .description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    min-height: 70px;
}
.course-box .course-details .view-detail-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    transition: 0.3s;
    margin-top: 8px;
    color: #1865f2;
}
.course-box .course-details .view-detail-btn:hover {
    color: #0b4bc1;
}
.course-box .course-details .instructors {
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 21px;
    height: 21px;
    font-size: 12px;
    color: #686f7a;
    margin-bottom: 5px;
}
.course-box .course-details .rating {
    margin-bottom: 10px;
}
.course-box .course-details .rating i {
    font-size: 11px;
}
.course-box .course-details .rating .rating-number {
    color: #29303b;
    margin-bottom: 0;
    font-size: 12px;
}
.course-box .course-details .rating .rating-number span {
    font-weight: 600;
    color: #a1a7b3;
    margin-left: 5px;
}
.course-box .course-details .price {
    padding-bottom: 10px;
    color: #29303b;
    font-size: 18px;
    font-weight: 600;
    margin-right: 0;
    margin-bottom: 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: #007791;
}
.course-box .course-details .completed-percent .progress {
    border-radius: 0;
    height: 2px;
    background-color: rgba(41, 48, 59, 0.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: #e67925;
}
.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, 0.1),
        0 3px 1px 0 rgba(20, 23, 28, 0.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: #e67925;
    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: 0;
    width: 100%;
    /*    padding-bottom: 10px;
border-bottom: 1px solid #eee;*/
}
.course-box .course-image iframe {
    margin-bottom: -7px;
}
.course-box .course-image img {
    border-radius: 0;
    height: 190px !important;
    object-fit: cover;
    width: 100%;
}
.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;
    padding: 0;
    border: 0;
    cursor: pointer;
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 2px;
    margin: 4px;
}
.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: #e67925;
}
.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: 14px;
    left: 14px;
    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: 0.4px #fff;
    -webkit-text-stroke: 0.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 rgb(128 134 144 / 25%);
    border-color: transparent;
    border-radius: 0;
    background-color: #fff;
}
.course-popover-content .last-updated {
    margin: 10px 0;
    font-size: 12px;
}

.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: -0.3px;
    color: #2d2f31;
    text-decoration: none;
}
.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: 12px;
    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: 13px;
    line-height: 1.53;
    letter-spacing: -0.2px;
    color: #3e3e3e;
    padding-top: 10px;
    font-weight: 500;
}
.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: 25px;
    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: -0.2px;
    color: #686f7a;
}
.course-popover-content .what-will-learn ul li:before {
    content: ".";
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: -4px;
    font-size: 50px;
    line-height: 0;
    color: #e6792533;
}

.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: auto;
    padding: 13px 35px;
    border-radius: 2px;
    font-size: 14px;
}

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

.course-popover-content .popover-btns .wishlist-btn {
    position: absolute;
    right: 8px;
    background: none;
    font-size: 20px;
    border: 1px solid #1865f2;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0;
}
.course-popover-content .popover-btns .wishlist-btn i {
    color: transparent;
    text-stroke: 1px #1865f2;
    -webkit-text-stroke: 1px #1865f2;
}

.course-popover-content .popover-btns .wishlist-btn.active i,
.course-popover-content .popover-btns .wishlist-btn:hover i {
    color: #1865f2;
}
.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-arrow {
    border-left-color: rgba(20, 23, 28, 0.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, 0.1);
}
.webui-popover.left > .webui-arrow:after,
.webui-popover.left-top > .webui-arrow:after,
.webui-popover.left-bottom > .webui-arrow:after {
    border-left-color: #f1f7f8 !important;
}
.webui-popover.right > .webui-arrow:after,
.webui-popover.right-top > .webui-arrow:after,
.webui-popover.right-bottom > .webui-arrow:after {
    border-right-color: #f1f7f8;
}

/*
course page style
*/

/*
course header
*/
section.course-header-area {
    background-color: #c5d8fc;
    color: #2d2f31;
    padding: 60px 0;
}
.course-header-area.duplicated {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgb(197 216 252 / 90%);
    padding: 10px 0;
}
.course-header-area.duplicated .title {
    font-size: 20px;
    font-weight: 500;
    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: 26px;
    line-height: 40px;
    font-weight: 600;
}

.course-header-wrap .subtitle {
    font-size: 15px;
    margin-bottom: 20px;
}
.course-header-wrap .rating-row {
    font-size: 13px;
}
.course-header-wrap .rating-row span {
    font-size: 13px;
}
.course-header-wrap .rating-row i.fa-star {
    text-shadow: 0 3px 2px #00000045;
}
.course-header-wrap > div > span {
    margin-right: 15px;
    margin-bottom: 7px;
    font-size: 13px;
}
.course-header-wrap > div > span a:hover {
    color: #f4c150 !important;
}
.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;
}

.bg_yellow {
    background: #c5d8fc;
}
.bg_blue {
    background: #013c82;
}
/*
course sidebar
*/
.course-sidebar {
    background-color: #fff;
    border-radius: 5px;
    color: #505763;
    padding: 10px;
    position: relative;
    margin-top: 0;
    z-index: 10;
    min-height: 220px;
}
@media only screen and (max-width: 991px) {
    .course-sidebar {
        /*margin-top: -50px;*/
        margin-top: 0;
        margin-bottom: 20px;
        min-height: 200px;
    }
}
.course-sidebar.fixed {
    position: fixed;
    margin-top: 0;
    width: 350px;
    z-index: 10 !important;
    /*right: 5px;*/
}
.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;
    border-radius: 10px 10px 0px 0px;
}

.preview-video-box .preview-text {
    position: absolute;
    width: 50%;
    bottom: 10px;
    text-align: center;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: 700;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 5px 20px #dfdfdf;
}

.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 0.15s ease-in-out;
    -moz-transition: -moz-transform 0.15s ease-in-out;
    -o-transition: -o-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
}
.preview-video-box a:hover > .play-btn {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.course-sidebar-text-box {
    padding: 15px;
}

.course-sidebar-text-box .price .current-price {
    color: #2d2f31;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-right: 0 !important;
}

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

.course-sidebar-text-box .price .original-price {
    text-decoration: line-through;
}
.course-sidebar-text-box .offer-time {
    color: #208058;
    font-size: 14px;
    margin-bottom: 10px;
}
.course-sidebar-text-box .offer-time i {
    margin-right: 7px;
}
.course-sidebar-text-box .buy-btns .btn {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 2px;
    margin-top: 13px;
    padding: 12px 10px;
    font-size: 14.5px;
    font-weight: 600;
    margin-bottom: 10px;
}

.course-sidebar-text-box .buy-btns .btn-add-wishlist {
    color: #1865f2;
    background-color: #fff;
    border-color: #fff;
    border-radius: 2px;
}

.btn-blue {
    color: #fff !important;
    background-color: #1865f2;
    border-radius: 35px;
}

.course-sidebar-text-box .buy-btns .btn-add-wishlist:hover,
.course-sidebar-text-box .buy-btns .btn-add-wishlist:focus,
.btn-add-wishlist.active {
    color: #0b4bc1 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 2px;
}

.course-sidebar-text-box .buy-btns .btn-buy-now {
    color: #fff;
    background-color: #1865f2;
    border-color: #1865f2;
    border-radius: 30px !important;
}
.btn-buy-now.active,
.btn-buy-now.addedToCart,
.course-sidebar-text-box .buy-btns .btn-buy-now:hover,
.course-sidebar-text-box .buy-btns .btn-buy-now:focus {
    color: #fff !important;
    background-color: #0b4bc1 !important;
    border-color: #0b4bc1 !important;
}

.course-sidebar-text-box .buy-btns .btn-buy {
    color: #fff;
    background-color: #013c82;
    border-color: #013c82;
    border-radius: 30px !important;
}
.btn-buy.active,
.btn-buy.addedToCart,
.course-sidebar-text-box .buy-btns .btn-buy:hover,
.course-sidebar-text-box .buy-btns .btn-buy:focus {
    color: #fff !important;
    background-color: #245482 !important;
    border-color: #245482 !important;
}

.course-sidebar-text-box .buy-btns .btn-add-cart {
    color: #f9a01e;
    background-color: #ffffff;
    border-color: #f9a01e;
    border-radius: 10px;
}
.course-sidebar-text-box .buy-btns .btn-add-cart:hover,
.course-sidebar-text-box .buy-btns .btn-add-cart:focus {
    color: #fff !important;
    background-color: #f9a01e !important;
    border-color: #f9a01e !important;
    border-radius: 10px;
}
.course-sidebar-text-box .money-back {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 10px;
}
.course-sidebar-text-box .includes {
    margin-bottom: 15px;
}
.course-sidebar-text-box .includes ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.course-sidebar-text-box .includes ul li {
    font-size: 13px;
    padding: 3px;
}
.course-sidebar-text-box .includes ul li i {
    width: 19px;
    font-size: 12px;
}

/*
course content
*/
.view-more-parent {
    position: relative;
    overflow: hidden;
}
.view-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(
        hsla(0, 0%, 100%, 0),
        hsla(0, 0%, 100%, 0.95),
        #fff
    );
    /* background: linear-gradient(hsla(0,0%,100%,0),hsl(#f2f2f3 90% 61%),#f2f2f3); */
    display: block;
    padding: 30px 3px 3px 3px;
    /*color: #007791;*/
    color: #000;
    cursor: pointer;
    z-index: 5;
}
.view-less {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 3px 3px 3px 3px;
    /*color: #007791;*/
    color: #000;
    cursor: pointer;
}
.view-more-parent.expanded {
    max-height: none;
    overflow: visible;
}
.view-more-parent.has-hide {
    padding-bottom: 30px;
}
.description-box {
    max-height: 260px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.description-box ul {
    list-style: disc;
}

.description-box .description-title,
.what-will-learn-title {
    font-size: 24px;
    font-weight: 600 !important;
    margin: 0 0 10px;
    color: #2d2f31;
}
.description-box .audience {
    margin-top: 20px;
}
.description-box .audience .audience-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
.description-box .audience ul {
    margin-bottom: 0;
}

.what-you-get-box {
    background-color: #c5d8fc;
    border: 0;
    padding: 10px 15px;
    border-radius: 5px;
}

.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;
    margin-bottom: 15px;
    color: #2d2f31;
}
.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: #2d2f31;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}

.requirements-box {
    margin-top: 40px;
}
.requirements-box .requirements-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    font-family: "Baloo Bhai", cursive;
}

.requirements-box .requirements__list {
    list-style: disc;
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 0;
}
.requirements-box .requirements__list li:not(:last-child) {
    margin-bottom: 10px;
}

.compare-box {
    max-height: 580px;
    margin-bottom: 40px;
}
.compare-box .compare-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #2d2f31;
}

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

.course-comparism-item {
    color: #2d2f31;
    padding: 15px;
}
.course-comparism-item:hover {
    background-color: none;
}

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

.course-comparism-item-container a {
    display: block;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -ms-webkit-transition: 0.1s;
    text-decoration: none;
}

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

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

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

.course-comparism-item .item-title .updated-time {
    color: #42454a;
    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: #e67925;
    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: #42454a;
    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: #000;
    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: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #2d2f31;
}

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

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

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

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

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

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

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

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

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

.student-feedback-box .student-feedback-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #2d2f31;
}

.student-feedback-box .average-rating {
    border: 1px solid #dedfe0;
    padding: 5px;
    height: 165px;
    width: 170px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}

.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 !important;
    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: 100%;
    height: 14px;
    border-radius: 2px;
    background-color: #f2f3f5;
}
.student-feedback-box .individual-rating ul li .progress-bar {
    border-radius: 2px;
    background-color: #013c82;
    font-size: 11px;
}
.student-feedback-box .individual-rating .rating i {
    font-size: 14px;
    /*color: #dedfe0;*/
    color: #e8e9eb;
}

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

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

.student-feedback-box
    .individual-rating
    li
    > div:not(.progress)
    span:not(.rating) {
    text-align: center;
    padding-left: 10px;
    color: #007791;
}
.student-feedback-box .reviews .reviews-title {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 20px;
}

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

.student-feedback-box .reviews .reviewer-details img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 10px;
}
.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: #f2f3f5 !important;
    margin-bottom: 15px;
}

.student-feedback-box .reviews .review-details .rating i.filled {
    color: #013c82 !important;
}

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

.student-feedback-box .reviews {
    margin-top: 30px;
}
.reviews .more-reviews-btn {
    text-align: center;
}

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

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

.course-curriculum-box {
    margin-bottom: 40px;
}
.course-curriculum-box .course-curriculum-title .title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #2d2f31;
}

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

.course-curriculum-accordion .lecture-group-title {
    position: relative;
    padding: 10px 20px 10px 40px;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    height: auto;
    color: #2d2f31;
}

.course-curriculum-box .course-curriculum-title {
    padding-right: 31px;
}
.course-curriculum-accordion {
    border: 1px solid #dedfe0;
    border-radius: 5px;
    overflow: hidden;
}

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

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

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

.course-curriculum-accordion
    .lecture-group-title[aria-expanded="true"]
    .total-lectures {
    display: none;
}
.course-curriculum-accordion .lecture-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-curriculum-accordion .lecture-list .lecture {
    padding: 9px 30px 9px 50px;
    position: relative;
    border-bottom: 1px solid #e8e9eb;
    border-left: 1px solid #e8e9eb;
    border-right: 1px solid #e8e9eb;
    color: #2d2f31;
}

.course-curriculum-accordion .lecture-list .lecture .lecture-title {
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-webkit-transition: 0.3s;
    font-size: 14px;
}

.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: 18px;
    opacity: 0.7;
    font-weight: 900;
    font-size: 13px;
    top: 17px;
    color: black;
    display: none;
}
.course-curriculum-accordion .lecture-list .lecture.has-preview {
    color: #e67925;
}
.course-curriculum-accordion .lecture-list .lecture.has-preview:hover {
    background-color: #e679250d;
}
.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;
}
.lecture-title {
    font-weight: 600;
}
.curriculum_unit_wrap {
    list-style: circle !important;
    font-weight: 500;
    margin-left: 20px !important;
    margin-top: 10px !important;
}

.curriculum_unit_wrap li {
    margin-bottom: 8px !important;
    font-size: 14px;
}
.lecture-group-title .curriculum_unit_wrap {
    display: none;
}

/*
category page
*/

section.category-header-area {
    padding: 0px;
    color: #fff;
    position: relative;
    background: #f7f8fa !important;
    min-height: 60vh;
}

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

.breadcrumb-container {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
@media (max-width: 760px) {
    .breadcrumb-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/*@media (max-width:500px)  {
    .breadcrumb-container .breadcrumb .breadcrumb-item a, .breadcrumb-container .breadcrumb .breadcrumb-item{
        font-size: 20px;
    }
}
*/
.breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    margin-bottom: 0;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item {
    color: #2d2f31 !important;
    font-size: 14px;
    font-weight: 500;
}
.breadcrumb .breadcrumb-item.active {
    font-weight: 600;
}
.breadcrumb .breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item.active::before {
    color: #2d2f31;
}

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

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

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

section.category-course-list-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.category-filter-box {
    margin-bottom: 35px;
    border-radius: 2px !important;
    background: #f8f9fa;
    padding: 12px 10px;
}
.category-course-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.filter-sort-by span {
    font-weight: 700;
    font-size: 14px;
}
.filter-sort-by .dropdown button {
    border: none;
    background: #f1f7f8;
    font-size: 12px;
    color: #464b5c;
    padding: 6px 8px;
    border-radius: 4px;
}
.filter-sort-by .dropdown ul {
    padding: 0px;
    background: rgb(241, 247, 248);
    border: none;
}

@media only screen and (min-width: 1200px) {
    .course-box-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 2px;
        min-height: 148px;
        background-color: #fff;
        box-shadow: 0 5px 20px #17031a0d;
    }

    .course-box-2 .course-image {
        /*width: 22%;*/
        width: 32%;
        padding: 0;
    }
    .course-box-2 .course-image img {
        width: 100%;
        height: 190px;
        border-radius: 0px;
        object-fit: cover;
        border-right: 1px solid #eee;
    }

    .course-box-2 .course-details {
        width: 52%;
        padding: 14px 30px;
    }

    .course-box-2 .course-price-rating {
        width: 16%;
        text-align: right;
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding: 10px 15px 15px 0;
    }
    .course-box-2 .course-details .floating-user {
        margin-bottom: 0px;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .course-box-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 2px;
        min-height: 148px;
        background-color: #fff;
    }

    .course-box-2 .course-image {
        width: 26%;
        padding: 10px 0px 10px 10px;
    }
    .course-box-2 .course-image img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

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

    .course-box-2 .course-price-rating {
        width: 24%;
        text-align: right;
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding: 10px 25px 15px;
    }
    .course-box-2 .course-details .floating-user {
        margin-bottom: 0px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .course-box-2 {
        border-radius: 2px;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 0.5rem 1rem #0000000a;
    }

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

    .course-box-2 .course-image img {
        border-radius: 5px 5px 0px 0px;
        height: 245px;
        object-fit: cover;
        width: 100%;
    }

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

    .course-box-2 .course-price-rating {
        width: 100%;
        text-align: right;
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding: 0px 10px 8px;
    }
    .course-box-2 .course-details .floating-user {
        margin-bottom: 0px;
    }
}

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

.course-box-2 .course-price-rating .current-price {
    font-size: 25px;
    font-weight: 700;
    color: #2d2f31;
}

.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;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.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: 16px;
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 95px;
    /*text-align: justify;*/
}

.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: #013c82;
    color: #fff;
    padding: 30px 0;
    }*/

.instructor-header-area .instructor-name {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.287;
    margin: 0;
    color: #2d2f31;
}

.instructor-header-area .user-type {
    color: #dfdfdf;
}

.instructor-header-area .instructor-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.287;
    margin: 12px 0 0;
}
.instructor-details-area {
    padding: 30px 0;
}
.instructor-details-area h4 {
    color: #2d2f31;
    font-weight: 700 !important;
}
.instructor-social-links {
    display: grid;
}
.instructor-social-links a {
    width: 100%;
    border: 1px solid #454789;
    border-radius: 8px;
    color: #454789;
    text-align: center;
    padding: 10px 0px;
    margin-top: 20px;
    margin-bottom: 5px;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
}

.instructor-social-links a:hover {
    background-color: #454789;
    border: 1px solid #454789;
    color: #fff;
}

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

.instructor-stat-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.instructor-stat-box ul li {
    display: inline-block;
    border-left: 1px solid rgba(41, 48, 59, 0.25);
    padding: 0 15px;
    text-align: left;
}

.instructor-stat-box ul li .small {
    font-size: 86%;
}

.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: 0;
    margin-bottom: 40px;
}
ul.pagination .page-item.disabled .page-link {
    color: #a1a7b3;
}
ul.pagination .page-item.active a,
ul.pagination .page-item.active .page-link {
    background-color: #1865f2;
    border-color: #1865f2;
    color: #fff;
}
ul.pagination .page-item a,
ul.pagination .page-item .page-link {
    color: #3a3838;
    /*        padding: 10px 18px;*/
    font-size: 17px;
    position: relative;
    display: flex;
    /*        line-height: 1.25;*/
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #dee2e6;
    margin: 0px 6px;
    min-width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
ul.pagination .page-item a:hover,
ul.pagination .page-item .page-link:hover {
    background-color: #1865f2;
    border-color: #1865f2;
    position: relative;
    color: #fff;
    z-index: 1;
}

.testimonial-section .page-title {
    font-family: "Baloo Bhai", cursive;
    font-size: 38px !important;
    font-weight: 500;
    color: #e67815;
}
/*
Notifications page
*/

/*section.page-header-area {
    padding: 40px 0 30px;
    background: #505763;
    color: #fff;
}

section.page-header-area .page-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.287;
    margin: 0;
}
section.page-header-area .page-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.287;
    margin: 7px 0 5px;
    }*/
.notifications-list-area .notifications-footer .mark-all-read {
    border: 0;
    background: none;
    color: #007791;
}
.notifications-list-area .notifications-footer .mark-all-read:hover {
    color: #003845;
}
.notifications-list-area .notifications-footer {
    padding: 15px 0;
}
.notifications-list-area .notification-list {
    max-height: 415px;
    overflow-y: auto;
    margin-top: 40px;
}
.notifications-list-area .notification-list li {
    padding: 15px;
}
.notifications-list-area
    .notification-list
    .notification-details
    .notification-text {
    width: 100%;
}
.notifications-list-area .notification-list .notification-details {
    padding-right: 15px;
}
.notifications-list-area
    .notification-list
    .notification-details
    .notification-time {
    margin-top: 10px;
}

/*
my courses - wishlist page
*/

section.page-header-area.my-course-area {
    padding-bottom: 0;
}
section.page-header-area.my-course-area .profile-menus {
    padding-top: 20px;
}

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: 5px;
}
section.page-header-area.my-course-area ul li a {
    font-weight: 500;
    display: block;
    border: 1px solid #efefef;
    background-color: #ffffff;
    color: #000;
    padding: 10px 18px;
    border-radius: 30px;
    margin-bottom: 8px;
    font-size: 14px;
}
section.page-header-area.my-course-area ul li.active a,
section.page-header-area.my-course-area ul li a:hover {
    border: 1px solid #1865f2;
    background-color: #1865f2;
    color: #fff;
    padding: 10px 18px;
}
section.my-courses-area .my-course-search-bar .input-group {
    width: 220px;
    margin-left: auto;
}
section.my-courses-area {
    padding: 40px 0;
    min-height: 40vh;
}
.my-courses-area .my-course-search-bar input {
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #cacbcc;
}
.my-courses-area .my-course-search-bar .input-group-append button {
    background: #f2f3f5;
    border-color: #dedfe0;
    color: #a1a7b3;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.my-courses-area .my-course-search-bar .input-group-append button:hover,
.my-courses-area .my-course-search-bar .input-group-append button:focus,
.my-courses-area
    .my-course-search-bar
    input:focus
    + .input-group-append
    button {
    background: #007791;
    color: #fff;
    border-color: #007791;
}
.my-courses-area .row.no-gutters {
    margin-top: 15px;
    margin-left: -10px;
    margin-right: -10px;
}
.my-courses-area .course-box-wrap {
    padding: 0 10px;
}
.my-course-filter-bar.filter-box {
    position: relative;
    padding-top: 30px;
}
.my-course-filter-bar.filter-box > span {
    position: absolute;
    top: 0;
    left: 0;
    color: #686f7a;
    font-size: 13px;
}

.edit-rating-modal .m-progress-bar-wrapper {
    background: #e8e9eb;
}

.edit-rating-modal .m-progress-bar {
    height: 6px;
    background: #a1a7b3;
    border-radius: 0 3px 3px 0;
}
.edit-rating-modal .rating-title {
    font-weight: 300;
    font-size: 24px;
    color: #29303b;
}
.edit-rating-modal .modal-body {
    padding-top: 50px;
    padding-bottom: 50px;
}
.modal-course-preview-box {
    padding-left: 50px;
}
.modal-course-preview-box .card-title {
    line-height: 24px;
    height: 48px;
    color: #505763;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 18px;
}
.modal-course-preview-box .card-text {
    line-height: 24px;
    height: 48px;
    color: #505763;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.edit-rating-modal .modal-footer button {
    padding: 16px 12px;
    font-size: 15px;
    line-height: 1.35135;
    border-radius: 2px;
    background-color: #e67925;
    border-color: #e67925;
    font-weight: 600;
}
.edit-rating-modal .modal-footer button:hover,
.edit-rating-modal .modal-footer button:focus {
    background-color: #c33333 !important;
    border-color: #c33333 !important;
}
.edit-rating-modal .modal-footer button.previous {
    color: #007791;
    background-color: #fff;
    border-color: #007791;
}
.edit-rating-modal .modal-footer button.previous:hover,
.edit-rating-modal .modal-footer button.previous:focus {
    background-color: #e6f2f5 !important;
    border-color: #007791 !important;
}

.your-rating {
    border: none;
    float: left;
}

.your-rating > input {
    display: none;
}
.your-rating > label:before {
    margin: 8px;
    font-size: 40px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005";
    font-weight: 900;
}
.your-rating > .half:before {
    content: "\f089";
    position: absolute;
}
.your-rating > label {
    color: #dedfe0;
    float: right;
}
.your-rating > input:checked ~ label,
.your-rating:not(:checked) > label:hover,
.your-rating:not(:checked) > label:hover ~ label {
    color: #f4c150;
}
.your-rating > input:checked + label:hover,
.your-rating > input:checked ~ label:hover,
.your-rating > label:hover ~ input:checked ~ label,
.your-rating > input:checked ~ label:hover ~ label {
    color: #f4c150;
}

.edit-rating-modal .rating {
    margin-bottom: 30px;
    margin-top: 20px;
}
.edit-rating-modal .rating i {
    font-size: 30px;
}
.edit-rating-modal .modal-rating-comment-box textarea {
    width: 100%;
    height: 210px;
    resize: none;
    border-radius: 2px;
}
.edit-rating-modal .modal-rating-comment-box textarea:focus {
    border-color: #76c5d6;
}

/*
cart page
*/

section.cart-list-area {
    margin-top: 50px;
    margin-bottom: 70px;
    min-height: 36vh;
}
.in-cart-box > .title,
.wishlisted-box > .title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #29303b;
    font-weight: 700;
}
.in-cart-box .cart-course-list,
.wishlisted-box .cart-course-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 40px;
}
.cart-course-list li {
    margin-bottom: 25px;
}
.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;
    border-radius: 5px;
}
.cart-course-wrapper .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
}
.cart-course-wrapper .image img {
    border-radius: 10px;
}
.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: #5a5d60;
    line-height: 1.2;
    font-weight: 700;
    font-size: 15px;
}
.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: #5a5d60;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 3px;
}
.cart-course-wrapper .move-remove div:hover {
    color: #000000;
}
.cart-course-wrapper .price .current-price {
    color: #5a5a5a;
    font-weight: 900;
}
.cart-course-wrapper .price .original-price {
    text-decoration: line-through;
    color: #686f7a;
}

.cart-sidebar .total-price {
    font-size: 30px;
    line-height: 49px;
    color: #e67925;
    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: #e67925;
    border-color: #e67925;
    font-weight: 600;
    padding: 16px 12px;
}
.cart-sidebar .checkout-btn:hover,
.cart-sidebar .checkout-btn:focus {
    background-color: #c33333 !important;
    border-color: #c33333 !important;
}
.cart-sidebar .coupon-field input {
    padding: 14px 12px;
    font-size: 12px;
    border-radius: 2px;
}
.cart-sidebar .coupon-field input:focus {
    border-color: #76c5d6;
}
.cart-sidebar .coupon-field button {
    border-radius: 2px;
    background-color: #007791;
    border-color: #007791;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.cart-sidebar .coupon-field button:hover,
.cart-sidebar .coupon-field button:focus {
    background-color: #00576b !important;
    border-color: #00576b !important;
}
.cart-sidebar .coupon-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.cart-sidebar .coupon-list ul li {
    font-size: 13px;
    cursor: pointer;
    color: #686f7a;
}
.cart-sidebar .coupon-list ul li:hover {
    color: #e67925;
}
.cart-sidebar .coupon-list ul li i {
    font-size: 11px;
}

/*
user dashboard page
*/

section.user-dashboard-area {
    padding: 40px 0;
}
.user-dashboard-area h4 {
    font-family: "Baloo Bhai", cursive;
    font-weight: 500 !important;
}
.user-dashboard-box {
    border: 1px solid #dedfe0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}

.user-dashboard-box {
    border: 1px solid #dedfe0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.user-dashboard-sidebar {
    background-color: #f8f9fa;
    padding: 10px 20px;
    border-radius: 5px;
    height: 100%;
}
.user-dashboard-sidebar .user-box {
    text-align: center;
    padding: 10px;
}

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

.user-dashboard-sidebar .user-box .name {
    font-size: 17px;
    font-weight: 500 !important;
    margin-bottom: 10px;
    font-family: "Baloo Bhai", cursive;
}

.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: 8px 15px;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid #cacaca26;
    background: #fff;
}

.user-dashboard-sidebar .user-dashboard-menu ul .active a,
.user-dashboard-sidebar .user-dashboard-menu ul li a:hover,
.user-dashboard-sidebar .user-dashboard-menu ul li a:focus {
    background: #1865f2;
    color: #fff;
    font-weight: 600;
    border: 1px solid #cacaca00 !important;
    /*box-shadow: 0px 2px 3px -2px #a7a7a7;*/
}

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

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

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

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

.user-dashboard-content .content-update-box button {
    color: #fff;
    background-color: #e67925;
    border-color: #e67925;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    font-weight: 600;
}
.user-dashboard-content .content-box .form-group {
    padding: 10px 142px;
    margin-bottom: 0;
}
.user-dashboard-content .content-box .form-group .input-group-text {
    border: 1px solid #cacbcc;
    border-radius: 2px;
}
.user-dashboard-content .content-box .form-group .custom-select {
    padding: 11px 12px;
    border-radius: 2px;
    height: auto;
}
.user-dashboard-content .content-box .form-group .form-control {
    font-size: 16px;
    padding: 10px 12px;
    border: 1px solid #cacbcc;
    border-radius: 2px;
}
.user-dashboard-content
    .content-box
    .input-group
    > .input-group-prepend:not(:first-child)
    > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.user-dashboard-content .content-box .form-group .custom-select:focus,
.user-dashboard-content .content-box .form-group input:focus {
    border: 1px solid #76c5d6;
}
.user-dashboard-content .content-box .form-group small.form-text {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #5d6d86;
    font-size: 11px;
}

.user-dashboard-content .content-box .mce-tinymce,
.user-dashboard-content .content-box .mce-panel,
.user-dashboard-content .content-box .mce-top-part::before {
    box-shadow: none;
    border-color: #cacbcc;
}
.user-dashboard-content .content-box .mce-edit-area.mce-container {
    border-right: 1px solid #cacbcc !important;
    cursor: text;
}
.user-dashboard-content .content-box .basic-group,
.user-dashboard-content .content-box .link-group,
.user-dashboard-content .content-box .email-group,
.user-dashboard-content .content-box .password-group {
    padding: 10px 0;
}
.user-dashboard-content .content-box .password-group {
    padding-bottom: 30px;
    border-top: 1px solid #dedfe0;
}

/*
my message page
*/

.message-sender-list-box {
    padding-top: 10px;
}
.message-sender-list-box .compose-btn:hover,
.message-sender-list-box .compose-btn:focus {
    background-color: #e6f2f5;
}
.message-sender-list-box .message-sender-list {
    margin: 0px -5px;
    list-style: none;
    padding: 5px 5px 0px 5px;
    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 #e6e5e5;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.message-sender-list-box .message-sender-list li.active,
.message-sender-list-box .message-sender-list li:hover {
    border-color: #e3eaec;
    background-color: #e3eaec;
    border-radius: 2px;
}
.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, 0.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: 10px !important;
    min-height: 100px;
}
.message-details-box .message-details .message-footer textarea:focus {
    border-color: #76c5d6;
}
.d-hidden {
    display: none;
}

.message-sender-list-box .message-sender-list .sender-image i {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #adadad;
    color: #adadad;
}

.new-message-details .message-header {
    min-height: 65px;
    padding: 10px;
    border-bottom: 1px solid #dedfe0;
}
.new-message-details .message-header span {
    font-weight: 700;
    color: #29303b;
    vertical-align: middle;
}
.new-message-details .message-header i {
    font-size: 17px;
    height: 40px;
    width: 40px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #adadad;
    border-radius: 50%;
    color: #adadad;
    margin-right: 15px;
    margin-left: 10px;
}
.new-message-details .message-body {
    padding: 10px;
}
.new-message-details .message-body .cancel-btn {
    border: none;
    background: no-repeat;
    color: #007791;
}
.new-message-details .message-body textarea {
    min-height: 100px;
    border-radius: 10px !important;
    border-color: #cacbcc;
}
.new-message-details .message-body textarea:focus {
    border-color: #76c5d6;
}
span.select2-selection.select2-selection--single {
    background-color: transparent;
    color: #32373c;
    border-color: #cacbcc;
    height: auto;
    border-radius: 2px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px;
}
.select2-container
    .select2-selection--single
    .select2-selection__rendered:focus {
    outline: none;
}
span.select2-selection.select2-selection--single:focus {
    outline: none;
}
span.select2-selection.select2-selection--single[aria-expanded="true"] {
    background-color: #ffffff;
    border-color: #76c5d6;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 12px;
    right: 7px;
}
span.select2-dropdown,
.daterangepicker.dropdown-menu {
    border-color: #cacbcc;
}
span.select2-search.select2-search--dropdown {
    padding: 13px 15px;
}
span.select2-results ul li {
    padding: 6px 15px;
    color: #56666d;
}
span.select2-results ul li.select2-results__option--highlighted,
.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #e8e8e8;
    color: #32373c;
}
.select2-container--default .select2-results__option {
    padding: 12px 15px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #cacbcc;
    padding: 10px;
}
.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus {
    border-color: #76c5d6;
    outline: none;
    box-shadow: 0 0 0;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #007791;
    color: white;
}

.swal-overlay--show-modal .swal-modal {
    z-index: 111 !important;
}

/*
purchase History page
*/
section.purchase-history-list-area {
    padding: 30px 0 50px;
}
.purchase-history-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media only screen and (max-width: 767px) {
    .purchase-history-list {
        overflow-x: auto;
    }
}
.purchase-history-list li {
    border-bottom: 1px solid #f2f3f5;
    padding: 10px 0;
    font-size: 14px;
    min-width: 700px;
}
.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: 100px;
    border-radius: 5px;
    object-fit: cover;
}
.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 {
    border: 1px solid #e67925;
    background: #fff;
    color: #e67925;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1.35135;
}
.purchase-history-list .purchase-history-detail .btn-receipt:hover,
.purchase-history-list .purchase-history-detail .btn-receipt:focus {
    background-color: #e679250f;
}

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

/*
footer style
*/
.footer-bottom-band {
    background: #1865f2;
    padding: 8px 0;
}
.footer-bottom-band .bottom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom-band p {
    font-size: 14px;
    color: #fff;
}
.footer-bottom-band .bottom-wrap .footer-link {
    font-size: 14px;
    color: #fff;
    display: inline-block;
}
.footer-bottom-band .band-social-links {
    display: flex;
    align-items: center;
}
.footer-bottom-band .band-social-links a {
    color: #fff;
    padding: 0 6px;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border: 2px solid #013c82;
    border-radius: 50%;
    margin: 0 5px;
    transition: 0.4s;
}
.footer-bottom-band .band-social-links a:hover {
    background: #0b4bc1;
}
.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, 0.25);
    border-radius: 2px;
    border: 0;
    margin-bottom: 2px;
    width: 160px;
}
.language-widget .dropdown-menu a {
    padding: 6px 14px;
    color: #505763;
    font-weight: 400;
    line-height: 1.43;
    font-size: 13px;
}
.language-widget .dropdown-menu a:hover,
.language-widget .dropdown-menu a:focus {
    background-color: #f2f3f5;
}
.language-widget .dropdown-toggle {
    position: relative;
}
.language-widget .dropdown-toggle::after {
    position: absolute;
    top: 17px;
    right: 14px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-webkit-transform: rotate(180deg);
}

.footer-area {
    /*background: #013c82;*/
    color: #000;
    border-top: 2px solid #eee;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 0;
}
.footer-area p {
    font-size: 14px;
    color: #2d2f31;
}
.footer-area .footer-about {
    text-align: justify;
    color: #2d2f31;
}
.footer-heading {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 6px;
    color: #2d2f31;
}
.newsletter-form .form-group {
    display: flex;
    align-items: center;
    background: #e9e9e9a6;
    padding: 5px;
    border-radius: 30px;
}
.newsletter-form .form-control {
    height: 40px;
    border-right: 0;
    color: #444;
    border: 0;
    font-size: 15px;
    border-radius: 0;
    background: transparent;
}
.newsletter-form .newsletter-btn {
    background: #1865f2;
    padding: 9px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    height: 40px;
    border-radius: 30px !important;
}
.newsletter-form .newsletter-btn:hover {
    background: #0b4bc1;
    color: #fff;
}
.copyright-text {
    color: #686f7a;
    font-size: 13px;
    margin-bottom: 0;
}
.copyright-text img {
    margin-right: 20px;
}
.footer-menu .nav-item:not(:last-child) {
    margin-right: 20px;
}
.footer-menu .nav-link {
    padding: 6px 0;
    font-size: 13px;
}

.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: #013c82;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.43;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    text-align: center;
}
.purchased a:hover,
.purchased a:focus {
    background: #245482;
}
.already_purchased a {
    width: 100%;
    border: 0;
    color: #fff;
    background-color: #013c82;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.43;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.already_purchased a:hover,
.already_purchased a:focus {
    background: #245482;
}

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 */
input.custom-radio {
    position: absolute;
    left: -9999px;
}
/*.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;
    outline: 2px solid #1865f2;
}
.custom-radio:checked + label:after,
.custom-radio:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #1865f2;
    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 h5 {
    font-weight: 600 !important;
    color: #2d2f31;
}
.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: 10px;
    font-size: 12.5px;
    font-weight: 500;
}
.filter_type ul .parent-category {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}
.filter_type .filter-title {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

/* .card-with-no-color-no-border {
background-color: unset;
border: none;
} */

.login-form,
.register-form,
.forgot-password-form {
    background-color: #fff;
    padding-bottom: 30px;
}
.login-fact-box {
    display: flex;
    color: #2d2f31 !important;
    align-items: center;
    padding: 20px;
}
.login-fact-box i {
    font-size: 40px;
}
.login-fact-box a {
    color: #2d2f31 !important;
}
.login-fact-box .text-box {
    margin-left: 15px;
}

.login-fact-box .text-box h4 {
    font-weight: bold;
    margin-bottom: 5px;
}
.login-fact-box .text-box p {
    margin: 0;
}

.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: #c33333;
    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;
}
.height-line-height {
    height: line-height;
}

.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: #e679250d;
}
.text-ccc {
    color: #ccc !important;
}
.box-shadow-0 {
    box-shadow: 1px 1px 1px 1px #00000000;
}

.mt-100 {
    margin-top: 100%;
}
.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;
}

.share-section {
    margin-top: 20px;
}

.share-label {
    font-weight: bold;
    margin-right: 10px;
    font-size: 16px;
}

@media only screen and (max-width: 466px) {
    .mt--10-sm {
        font-size: 13px !important;
        margin-top: -10px !important;
    }

    .row {
        margin-right: -12px;
        margin-left: -12px;
    }
}
@media only screen and (max-width: 486px) and (min-width: 467px) {
    .mt--10-sm {
        font-size: 13px !important;
    }
}
.p-30-40 {
    padding: 30px 40px;
}
.p-6px {
    padding: 6px !important;
}

.hover-underline:hover {
    text-decoration: underline;
}
.fw-700 {
    font-weight: 700;
}
.py-3px {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.opacity-0 {
    opacity: 0;
}
.bg-gray {
    background-color: #f1f7f8;
}
.mw-30px {
    max-width: 30px !important;
}

.text-20px {
    font-size: 20px !important;
}
.text-19px {
    font-size: 19px !important;
}
.text-18px {
    font-size: 18px !important;
}
.text-17px {
    font-size: 17px !important;
}
.text-16px {
    font-size: 16px !important;
}
.text-15px {
    font-size: 15px !important;
}
.text-14px {
    font-size: 14px !important;
}
.text-13px {
    font-size: 13px;
}
.text-12px {
    font-size: 12px;
}
.text-11px {
    font-size: 11px !important;
}
.text-10px {
    font-size: 10px !important;
}
.text-9px {
    font-size: 9px !important;
}
.text-8px {
    font-size: 8px !important;
}
.color-info {
    color: #4d98ad !important;
}
.fw-100 {
    font-weight: 100 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.radius-5 {
    border-radius: 5px !important;
}
.radius-6 {
    border-radius: 6px !important;
}
.radius-7 {
    border-radius: 7px !important;
}
.radius-8 {
    border-radius: 8px !important;
}
.radius-9 {
    border-radius: 9px !important;
}
.radius-10 {
    border-radius: 10px !important;
}
.radius-11 {
    border-radius: 11px !important;
}
.radius-12 {
    border-radius: 12px !important;
}
.radius-13 {
    border-radius: 13px !important;
}
.radius-14 {
    border-radius: 14px !important;
}
.radius-15 {
    border-radius: 15px !important;
}
.position-inherit {
    position: inherit;
}
.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}
.callout-info {
    border-left-color: #5bc0de;
}
.callout-warning {
    border-left-color: #f0ad4e;
}
.callout-danger {
    border-left-color: #d9534f;
}
.callout-primary {
    border-left-color: #0d6efd;
}
.callout-dark {
    border-left-color: #000;
}
.callout-secondary {
    border-left-color: #6c757d;
}
.callout-success {
    border-left-color: #11c16f;
}
.callout-light {
    border-left-color: #dbdbdb;
}
.radius-top-10 {
    border-radius: 10px 10px 0px 0px !important;
}
.radius-bottom-10 {
    border-radius: 0px 0px 10px 10px !important;
}

/*//custom css*/

.w-60 {
    width: 50%;
}
.light-grey-bg {
    background: #f8f9fa;
}
.badge-sub-danger {
    background: #6c757d !important;
    padding: 5px 8px 6px 8px;
    border-radius: 30px;
    color: #fff;
    height: 21px;
    margin-top: 5px;
}
.brn-compare-sm {
    border-color: #e67925 !important;
    background: #fff !important;
    color: #e67925 !important;
    border-radius: 2px !important;
}
.custom-shadow {
    box-shadow: 0 5px 20px #17031a0d;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.sign-up-form {
    display: flex;
    align-items: center;
    min-height: 440px;
    justify-content: center;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 3rem 5rem !important;
    border: 0 !important;
}
.ins-form {
    min-height: 560px;
}
.sign-up-form h3 {
    font-weight: 600 !important;
    font-size: 30px;
    color: #2d2f31;
}
.sign-up-form .form-group .input-group span {
    border-radius: 2px !important;
}
.sign-up-form .form-group .input-group input {
    font-size: 14px;
    padding: 12px 17px !important;
    border: 1px solid #cacbcc !important;
    border-radius: 30px !important;
}
.sign-up-form form {
    width: 100%;
}

.sign-up-form label {
    font-size: 12px;
}
.primary-bg {
    background: #e67925;
}
.main-nav-wrap > ul > li > ul,
.main-nav-wrap ul li:hover > ul {
    border-radius: 2px !important;
}
.text-right {
    text-align: right;
}
.border-bottom- {
    border-bottom: 5px solid #e67925;
}
.filter-area .card {
    box-shadow: 0 5px 20px #17031a0d;
}
.category-filter-box .btn-danger {
    background: #1865f2;
    border-color: #1865f2;
}
.floating-user span {
    cursor: pointer;
}
.common-search-box .input-group-button {
    padding: 0 0 0 10px !important;
}
.txt-primary {
    color: #1865f2 !important;
}
.category-filter {
    border: 1px solid #1865f2;
    border-radius: 30px;
    background: #f8f9fa;
    color: #1865f2 !important;
}

.rating-buttons {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}
.rating-buttons .btn {
    padding: 10px 10px !important;
    font-weight: 500 !important;
    width: 48%;
    border-radius: 30px !important;
    font-size: 13px;
}
.form-control,
.input-group-text {
    border-radius: 2px !important;
}
.overflow-hidden {
    overflow: hidden;
}
.course_header_col {
    /*background: #e67815 !important;*/
    background: #fff !important;
    box-shadow: 0 5px 15px #00000014;
    margin-bottom: 10px;
    /*        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;*/
}
/*    .extra-space{
        margin-bottom: 70px;
    }*/
.course_header_col h4 {
    font-weight: 600;
    color: #2d2f31;
    margin-bottom: 0;
    padding-left: 10px;
}
.course_btn {
    display: inline-block;
    border-radius: 30px;
    padding: 9px 15px !important;
}
#lessonTabContent .form-group label:before {
    border: 2px solid #013c82 !important;
}
#lessonTabContent .form-group input:checked + label:after {
    top: 5px !important;
    border: solid #013c82 !important;
    border-width: 0 2px 2px 0 !important;
}
#lessonTab a {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}
.plyr__control--overlaid {
    background: #e67925 !important;
}
.plyr--full-ui input[type="range"] {
    color: #e67925 !important;
}
.preview-video-box img {
    height: 190px !important;
    object-fit: cover !important;
}
.course-signle-nav {
    background: #f8f9fa;
    justify-content: space-between;
}
.course-signle-nav .nav-item .nav-link {
    padding: 14px 30px;
    margin: 0;
    border: 0 !important;
    border-top: 3px solid #f8f9fa !important;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    background-color: #f8f9fa;
    text-align: center;
    color: #2d2f31;
    text-transform: uppercase;
}
.course-signle-nav .nav-item .nav-link.active {
    border-top-color: #1865f2 !important;
    background-color: #fff;
    color: #2d2f31 !important;
    font-weight: 600;
}
.single-course-img img {
    height: 530px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}
.slick-track {
    /* margin-left: 0 !important; */
}
.instructor-box {
    margin-left: 5px !important;
    display: none;
}
/*.btn-group .btn-sign-up:last-child{
    background: #fff;
    color: #686f7a;
}
.btn-group .btn-sign-up:last-child:hover{
    background: #e67925;
    color: #fff;
    }*/
.cart-course-wrapper .course-subtitle {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-nav-wrap > ul > li > ul {
    z-index: 11 !important;
}

.instructor-signup {
    border: 1px solid #919499;
    background: #fff;
    color: #000;
    border-radius: 2px;
    margin-right: 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}
.instructor-login {
    border: 1px solid #e67925;
    background: #e67925;
    color: #fff;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.instructor-signup:hover {
    border: 1px solid #919499;
    background: #eee;
    color: #000;
}
.instructor-login:hover {
    border: 1px solid #469547;
    background: #469547;
    color: #fff;
}
.modal-content {
    border-radius: 2px;
}
.modal-header {
    padding: 10px 15px;
}
.modal-title {
    font-size: 18px;
}
.modal-footer .btn {
    padding: 4px 13px !important;
    border-radius: 2px;
    font-size: 14px;
}
.cart-course-wrapper .image img {
    border-radius: 5px;
    height: 120px;
    width: 100%;
    object-fit: cover;
}
.show-more--container--3W59b {
    text-align: justify;
}
.bg-quiz-result-info {
    background: #e67925 !important;
}
.message-area,
.purchase-history-list-area {
    min-height: 40vh;
    margin-bottom: 40px;
}
.result-img {
    background: #ededed;
    padding: 0 !important;
}
.result-img img {
    width: 30%;
}

.question-footer {
    display: flex;
    justify-content: space-between;
    margin: 0 0 1.5rem;
}
.reset-btn {
    display: none;
}
.ui-draggable:hover {
    background: #faf3eb;
    cursor: pointer;
    border-radius: 4px;
}
.ui-draggable:active {
    background: #faf3eb;
    cursor: pointer;
    border-radius: 4px;
}

/*Match and Following Quiz*/

.sub-ans-box {
    background-color: #1865f2;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    font-weight: 500;
}
.sub-ans-box:hover {
    background: #0b4bc1 !important;
}
.sub-ans-box p br {
    display: none !important;
}
.ans-box {
    min-height: 120px;
    border-radius: 4px;
    background-color: #45419710;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
}
.ans-drag {
    width: 100%;
    background: #c5d8fc;
    min-height: 41px;
    border-radius: 4px;
    margin-top: 20px;
}
.ans-image {
    min-height: 130px;
}
.ans-image .sub-ans-box {
    padding: 3px;
    font-size: 25px;
}
.ans-image .sub-ans-box img {
    width: 100% !important;
    height: 120px !important;
    object-fit: cover;
    display: block;
}
.ans-image .sub-ans-box p {
    margin-bottom: 0 !important;
    width: 100%;
    min-width: 100px;
}
.ans-image .sub-ans-box p img {
    width: 100% !important;
    height: 120px !important;
    object-fit: contain;
    display: block;
    margin-left: -3.5px;
    border-radius: 3px;
    background: #fff;
}
.ans-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.right-question p {
    margin-bottom: 0 !important;
}
.right-question img {
    width: 150px !important;
}
.ans-box .sub-ans-box img {
    width: 100px !important;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 3px;
    margin-left: -6.5px;
    background: #fff;
}
.ans-box.answer .sub-ans-box {
    min-height: 100px !important;
    font-size: 25px;
}
.sub-ans-box p {
    margin-bottom: 0 !important;
    margin-left: 7px;
}
/*.sub-ans-box p img{
    width: 100% !important;
    height: 60px !important;
    object-fit: cover;
}*/
.sub-ans-box {
    padding: 8px 10px;
    margin: 0;
    min-height: 130px;
    display: flex;
    align-items: center;
}
.question-footer .buttons {
    display: none;
}

.ans-box .sub-ans-box {
    display: flex;
    min-width: 100px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3px;
}
.ans-lg-img .sub-ans-box {
    display: inline-block;
    padding: 3px;
    margin-top: 10px;
    margin-right: 10px;
}
.quiz-card #type_container {
    flex-direction: row;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.quiz-card #type_container .list-group-item {
    width: 31.5%;
    padding: 10px 12px;
    margin-bottom: 15px !important;
    border: 0 !important;
    margin-right: 15px;
    /*border: 1px solid #3e3e3e0a !important;*/
    background: #ebebeb;
    font-weight: 500;
    box-shadow: 0 5px 10px #00000005;
    transition: 0.3s;
}
.quiz-card #type_container .list-group-item:hover {
    background: #c5d8fc;
}
.quiz-card #type_container .list-group-item .form-check input[type="text"] {
    margin-left: -25px;
    min-width: 110%;
}
.quiz-card #type_container .list-group-item .toggleTranslate1 {
    background: none !important;
    border: 0 !important;
    padding: 0;
    font-size: 12px;
    float: right;
    color: #000;
    font-weight: normal;
}
.quiz-card #type_container .list-group-item .toggleTranslate1:hover {
}
.quiz-card #type_container .list-group-item .form-check-label {
    cursor: pointer;
    display: block;
}
.quiz-card #type_container .list-group-item .form-check-label p {
    margin-bottom: 0;
    /* display: -webkit-box; */
}
.quiz-card #type_container .list-group-item .form-check-label img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    border-radius: 3px;
    display: block;
    margin-left: auto;
}
.quiz-card #type_container .list-group-item .form-check-label audio {
    width: 100%;
}
.quiz-card #type_container .list-group-item .form-check-input {
    border-radius: 2px;
    border-color: #2d2f31;
    cursor: pointer;
}

.quiz-card #type_container .list-group-item .form-check-input:checked {
    background-color: #2d2f31;
    border-color: #2d2f31;
    border-radius: 2px;
}

.quiz-card textarea {
    font-size: 15px !important;
    font-weight: normal !important;
    color: #000;
    background: #f7f8facc;
    border: 1px solid #cccccc7d;
}

.quiz-card textarea:focus {
    border: 1px solid #e6792559;
    background: #f7f8facc;
}
.quiz-card .card-title {
    display: flex;
    white-space: nowrap;
}

.card-title p {
    margin: 0 5px 0 5px !important;
    display: inline-block;
    white-space: normal;
}
.card-title p img {
    width: 140px !important;
    display: block;
}
.card-title strong .d-flex {
    align-items: baseline;
    margin-top: 0 !important;
    margin-left: 10px;
}
.card-title strong .d-flex input {
    border-color: #cccccc7d !important;
    margin-bottom: 2px !important;
}
.card-title strong .d-flex button {
    font-size: 12px;
    padding: 4px 2px;
}
.card-title strong .d-flex input:focus {
    border-color: #e6792559 !important;
    background: #f7f8facc;
}

.min-h-48 {
    min-height: 48px;
}

.testimonial-icon {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
}

.testimonial-section .testimonial-box {
    background: #fff;
    /*box-shadow: 0 0.7rem 1.2rem #00000017;*/
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
    /* border-top: 1px solid #fff; */
}
/* .testimonial-section .slick-slide .testimonial-box{
  border-color: #1865F2;
} */
/* .testimonial-section .slick-slide:nth-child(3n+2) .testimonial-box{
  border-color: #013c82;
}
.testimonial-section .slick-slide:nth-child(3n+3) .testimonial-box{
  border-color: #029440;
}

.testimonial-section .col-lg-4:nth-child(4n+1) .testimonial-box{
  border-color: #e67815;
}
.testimonial-section .col-lg-4:nth-child(4n+2) .testimonial-box{
  border-color: #013c82;
}
.testimonial-section .col-lg-4:nth-child(4n+3) .testimonial-box{
  border-color: #029440;
}
.testimonial-section .col-lg-4:nth-child(4n+4) .testimonial-box{
  border-color: #fdc734; 
}*/

.slick-slide .testimonial-box {
    display: none;
}

.slick-slide.slick-active .testimonial-box {
    display: block;
}

.testimonial-section .testimonial-box .testimonial-content {
    font-size: 15px;
    line-height: 1.6;
    /*height: 125px;*/
    overflow: auto;
    padding-right: 6px;
}
.testimonial-section .testimonial-box h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
}
.testimonial-section .testimonial-content::-webkit-scrollbar {
    width: 6px;
}
.testimonial-section .testimonial-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    width: 6px;
}
.testimonial-section .testimonial-content::-webkit-scrollbar-thumb {
    background: #e67925;
    border-radius: 30px;
}
.testimonial-section .testimonial-box h4 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}
.testimonial-section .testimonial-box .user-profile {
    margin-bottom: 10px;
    display: block;
}
.testimonial-section .testimonial-box .user-profile img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #e67925;
    box-shadow: 0 5px 30px #eee;
    box-shadow: 0 5px 20px #fa720117;
}

.testimonial-section .slick-slider {
    width: calc(100% + 16px);
    margin-left: -8px;
}
.testimonial-section .slick-list:before,
.testimonial-section .slick-list:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    z-index: 1;
}
.testimonial-section .slick-list:after {
    right: auto;
    left: 0;
}

.testimonial-carousel .slick-prev:hover,
.testimonial-carousel .slick-next:hover {
    /*box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);*/
    box-shadow: 0 5px 10px #0000001a;
}
.testimonial-carousel .slick-prev:focus,
.testimonial-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;*/
    box-shadow: 0 5px 10px #0000001a !important;
}

.testimonial-carousel .slick-prev,
.testimonial-carousel .slick-next {
    width: 40px;
    height: 40px;
    top: calc(0% - 12px);
    border-radius: 50%;
    background-color: #1865f2;
    box-shadow: 0 5px 10px #1865f252 !important;
    z-index: 1;
}
.testimonial-carousel .slick-prev.slick-disabled,
.testimonial-carousel .slick-next.slick-disabled {
    opacity: 0.4;
}
.testimonial-carousel .slick-prev:before {
    content: url(../img/icons/prev_arrow.png);
    line-height: 0;
    opacity: 1;
    mix-blend-mode: color-dodge;
    filter: brightness(4);
}

.testimonial-carousel .slick-next:before {
    content: url(../img/icons/next_arrow.png);
    line-height: 0;
    opacity: 1;
    mix-blend-mode: color-dodge;
    filter: brightness(4);
}

.bg-deep-light {
    background: #f8f9fa87 !important;
}

.home-banner-carousel .slick-list.draggable {
    border-radius: 0;
}
/*
.home-banner-carousel .slick-prev:hover,
.home-banner-carousel .slick-next:hover{
    box-shadow: 0 5px 10px #0000001a;
}
.home-banner-carousel .slick-prev:focus,
.home-banner-carousel .slick-next:focus{
    box-shadow: 0 5px 10px #0000001a !important;
}
.home-banner-carousel .slick-prev,
.home-banner-carousel .slick-next{
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 5px 10px #0000001a !important;
    z-index: 1;
    top: calc( 50% - 25px);
}
.home-banner-carousel .slick-prev{
    left: 30px;
}
.home-banner-carousel .slick-next{
    right: 30px;
}
.home-banner-carousel .slick-prev.slick-disabled,
.home-banner-carousel .slick-next.slick-disabled{
    opacity: 0;
}
.home-banner-carousel .slick-prev:before{
    content: url(../img/icons/prev_arrow.png);
    line-height: 0;
    opacity: 1
}

.home-banner-carousel .slick-next:before{
    content: url(../img/icons/next_arrow.png);
    line-height: 0;
    opacity: 1;
}
*/
.home-banner-carousel {
    margin-bottom: 0 !important;
}
.home-banner-carousel .slick-dots {
    bottom: 5%;
    background: rgb(255 255 255 / 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    min-width: 70px;
    box-shadow: 0 3px 20px #00000054;
}
.home-banner-carousel .slick-dots li {
    margin: 0;
}
.home-banner-carousel .slick-dots li button:before {
    font-size: 12px;
    color: #e67815;
    padding-top: 1px;
}
.home-banner-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
}

.our-programs .course-box .course-details .title {
    min-height: auto;
}

.our-programs .course-box-wrap .title {
    color: #2d2f31;
}

.our-programs .course-box-wrap:first-child .view-detail-btn {
    background: #e67815;
}
.our-programs .course-box-wrap:nth-child(4) .view-detail-btn {
    background: #029440;
}
.our-programs .course-box-wrap:nth-child(2) .view-detail-btn {
    background: #013c82;
}
.our-programs .course-box-wrap:nth-child(3) .view-detail-btn {
    background: #fdc734;
}

/*as seen in*/
.as-seen-in .as-seen-in-wrap {
    display: flex;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
}

.as-seen-in .as-seen-in-wrap .asi-box {
    box-shadow: 0 5px 20px #17031a0d;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px;
    transition: 0.3s;
}
.as-seen-in .as-seen-in-wrap .asi-box:hover {
    box-shadow: 0 5px 20px #17031a1f;
}
.as-seen-in .as-seen-in-wrap .asi-box img {
    transition: 0.3s;
}
.as-seen-in .as-seen-in-wrap .asi-box:hover img {
    transform: scale(1.04);
}

.become-instructor {
    /*background: #f4c72c;*/
    background: #f8f9fa;
}
.become-instructor-image {
    position: relative;
}
.become-instructor-image img {
    border-top-right-radius: 50px;
    width: 90%;
}
.become-instructor-image::before {
    top: 0;
    right: 30px;
    content: "";
    width: 287px;
    height: 186px;
    position: absolute;
    background-image: url(https://edash.envytheme.com/theme/image.php/edash/theme/1661254771/shape/dot-shape1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.become-instructor-content p {
    text-align: justify;
}
.start-teaching-btn {
    background: #e67925;
    padding: 15px 25px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.start-teaching-btn:hover {
    background: #469547;
    color: #fff;
}

.explore-btn {
    background: #e67925;
    padding: 18px 25px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.explore-btn:hover {
    background: #469547;
    color: #fff;
}
.fw-500 {
    font-weight: 500 !important;
}
.message-area select.form-control {
    border-radius: 30px !important;
}
#compose_button .btn-outline-secondary {
    border-radius: 30px !important;
}

.message-details-box .primary-bg {
    border-radius: 30px !important;
}
.message-details-box .btn-light {
    border-radius: 30px !important;
}

.after-banner-section {
    background: rgb(1 60 130 / 90%);
    width: 100%;
    padding: 25px 0;
    color: #fff;
    min-height: 320px;
    position: relative;
    display: flex;
    align-items: center;
}
.after-banner-section .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
    filter: invert(1);
}
.after-banner-section h1 {
    font-size: 36px;
    text-align: center;
    font-family: "Baloo Bhai", cursive;
    margin-bottom: 20px;
}
.student-r,
.know-yl {
    color: #fff !important;
    border-radius: 30px;
    padding: 13px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.know-yl {
    background: #029440;
}
.student-r {
    background: #e67925;
}
#register-popup .modal-content {
    background: transparent;
}
#register-popup .modal-dialog {
    max-width: 500px;
}

.medal-course-title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    min-height: 50px;
    margin-bottom: 20px;
}
.medal-box {
    padding: 15px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 5px 20px #0000000d;
}
.medals-content {
    height: 235px;
    overflow: hidden;
    transition: 0.3s linear;
    min-height: 235px;
}
.medals-content.show {
    height: 100%;
    overflow: visible;
    transition: 0.3s linear;
    min-height: 235px;
}
.medal-lesson-box {
    display: flex;
    margin-bottom: 13px;
}
.medal-lesson-box:last-child {
    margin-bottom: 0;
}
.medal-box .view-more-btn {
    width: 47% !important;
}
.medal-box .medal-icon {
    font-size: 18px;
    color: #e67925;
    margin-right: 8px;
    margin-top: 0;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #eba16726;
}
.medal-box .medal-lesson-name {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    min-height: 50px;
}
.edit-user-profile .form-control {
    border-radius: 30px !important;
}
.edit-user-profile .input-group-text {
    border-radius: 30px 0 0 30px !important;
}
.edit-user-profile .input-group-text + .form-control {
    border-radius: 0 30px 30px 0 !important;
}
.mce-tinymce {
    border-radius: 5px;
    overflow: hidden;
}
.medal-achieved {
    position: absolute;
    display: block;
    font-size: 14px;
    color: #f4c72c;
    right: 35px;
    top: 17px;
    float: none;
    margin: 0;
}
.collapse .card-body table td {
    position: relative;
}

.blog-area .card {
    position: relative;
    background: #fff;
    box-shadow: 0 0.5rem 1rem #0000000a;
    border-radius: 4px;
    overflow: hidden;
    border: 0;
}
.blog-area {
    margin-bottom: 40px;
}
.blog-area .card .card-body {
    padding: 15px;
}
.blog-area .card .card-title {
    font-size: 18px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: #000;
    height: 43px;
}
.blog-area .card .card-text {
    color: #212529;
}

.sup-spon-section-home {
    background-color: #ebebeb;
    margin-top: 2px;
    /* padding-top: 35px; */
    padding-bottom: 35px;

    .sup-spon-title {
        font-size: 38px;
        font-weight: 800;
        color: #2d2f31;
        text-align: center;
        padding-bottom: 30px;
        padding-top: 30px;
    }
}
.blogs-section-home {
    background-color: #ebebeb;
    margin-top: 1.5rem;
    padding-bottom: 35px;

    .card {
        position: relative;
        background: #fff;
        box-shadow: 0 0.5rem 1rem #0000000a;
        border-radius: 4px;
        overflow: hidden;
        border: 0;
    }

    .blog-title {
        font-size: 38px;
        font-weight: 800;
        color: #2d2f31;
        text-align: center;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .card .card-body {
        padding: 15px;
    }
    .card .card-title {
        font-size: 18px;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        color: #000;
        height: 43px;
    }
    .card .card-text {
        color: #212529;
    }
}
.more-detail-btn {
    background: #1865f2;
    padding: 12px 17px;
    display: inline-block;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    transition: 0.3s;
    color: #fff;
}

.more-detail-btn:hover {
    background: #0b4bc1;
    color: #fff;
}
.blog-search-button {
    background: #1865f2 !important;
    color: #fff;
}
.home-banner-img img {
    height: 620px !important;
    object-fit: cover;
}
.home-banner-img {
    position: relative;
}
.home-banner-img .home-sign-up {
    /* display: none; */
}
.home-banner-img:nth-child(2) .home-sign-up {
    display: block !important;
}
.home-sign-up {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 380px;
    z-index: 100;
}

.home-sign-up .sign-up-form .form-group {
    margin-bottom: 14px;
}
.home-sign-up .form-group label {
    display: none;
}

.home-sign-up .sign-up-form {
    padding: 15px 25px !important;
    border-radius: 5px !important;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%) !important;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-fluid {
        max-width: 1230px;
    }
}
@media (max-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media (max-width: 992px) {
    .sign-up-form {
        min-height: 400px;
        padding: 2rem !important;
    }
    .home-sign-up {
        right: 20px;
        width: 350px;
    }
}

@media (max-width: 768px) {
    /*    .home-banner-carousel .slick-list.draggable{
        overflow-y: visible;
        overflow-x: hidden;
    }*/
    .header-top-band .container-fluid {
        padding: 0 2px;
    }
    .header-top-band .band-wrap h6 {
        font-size: 15px;
    }
    .header-top-band .band-wrap h6 a {
        padding: 5px 8px;
    }
    .home-banner-img img {
        height: auto !important;
    }
    .home-sign-up {
        right: 0;
        width: 100%;
        top: 100%;
        position: static;
        margin: 20px 0;
    }
    .home-banner-img .home-sign-up {
        display: block;
        transform: translateY(0);
    }
    .home-banner-carousel .slick-dots {
        bottom: auto;
        top: 135px;
    }
    .home-sign-up .sign-up-form {
        padding: 10px 15px !important;
    }

    .home-sign-up .sign-up-form .form-group .input-group input {
        padding: 8px 12px !important;
    }
    .home-sign-up .sign-up-form .form-group {
        margin-bottom: 10px !important;
    }
    .home-sign-up .sign-up-form .form-group label {
        margin-bottom: 0 !important;
    }
    .w-60 {
        width: auto;
    }
    .sign-up-form {
        min-height: auto;
        padding: 1.5rem !important;
    }
    section.page-header-area.my-course-area ul {
        display: flex;
        overflow: auto;
        margin-top: 10px !important;
        padding-bottom: 10px;
    }
    section.page-header-area.my-course-area ul li a {
        white-space: nowrap;
    }
    .single-course-img img,
    .single-course-img iframe {
        height: 210px !important;
    }
    .course-signle-nav {
        flex-direction: column;
    }
    .course-signle-nav .nav-item .nav-link {
        width: 100%;
        border-top: 0 !important;
        border-bottom: 3px solid #f8f9fa !important;
    }
    .course-signle-nav .nav-item .nav-link.active {
        border-bottom-color: #1865f2 !important;
    }
    .course-content-area .p-30-40 {
        padding: 10px;
    }
    .description-box {
        margin-top: 0;
    }
    .what-you-get-box ul li {
        width: 100%;
    }
    .top-instructor-img {
        max-width: 100px !important;
        margin-bottom: 10px;
    }
    .student-feedback-box .average-rating {
        margin-bottom: 15px;
    }
    .course-box-2 .course-details .course-subtitle {
        min-height: auto;
    }
    section.category-course-list-area {
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: 65vh;
    }
    section.my-courses-area {
        padding: 40px 0 20px 0;
        min-height: 44vh;
    }
    .my-courses-area .row.no-gutters {
        margin-top: 10px;
    }
    section.cart-list-area {
        margin-top: 20px;
        margin-bottom: 35px;
        min-height: 47vh;
    }
    .in-cart-box .cart-course-list,
    .wishlisted-box .cart-course-list {
        margin-bottom: 10px;
    }
    .cart-course-wrapper .move-remove div {
        font-size: 11px;
    }
    .course-curriculum-accordion .lecture-group-title {
        padding: 10px 20px 10px 40px;
    }
    .course-curriculum-accordion .lecture-group-title:before {
        left: 15px;
    }
    .course-curriculum-accordion .lecture-group-title .title {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .message-area {
        padding-bottom: 30px;
    }

    .custom-radio:checked + label:before,
    .custom-radio:not(:checked) + label:before {
        border-radius: 50% !important;
        outline: 0 !important;
        border: 2px solid #013c82;
    }
    .custom-radio:checked + label:after,
    .custom-radio:not(:checked) + label:after {
        width: 10px;
        height: 10px;
        top: 4px !important;
        left: 4px;
    }

    /*06-apr-2022*/
    .course-curriculum-accordion .lecture-list .lecture {
        padding: 9px 15px 9px 20px;
    }
    .course-comparism-item .item-image .item-duration {
        position: static;
        text-align: left;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .course-comparism-item .item-image .item-duration b {
        font-weight: 400;
    }
    .course-comparism-item .item-image {
        width: 100%;
    }
    .course-comparism-item .item-title {
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px;
    }
    .course-comparism-item .item-title .title {
        margin-bottom: 5px;
    }
    .course-comparism-item .item-details {
        width: 100%;
        padding-left: 0;
    }

    .course-comparism-item .item-details .item-price {
        position: relative;
        right: 0;
        display: flex;
        flex-direction: row-reverse;
        text-align: right;
        align-items: center;
    }

    .message-area,
    .purchase-history-list-area {
        min-height: 44vh;
    }
    #lesson-container #video_player_area {
        padding: 10px;
    }
    .result-img img {
        width: 55%;
    }
    #quiz-header,
    .form-box {
        margin: 0 !important;
    }
    .course-box .course-image img {
        width: 100%;
        height: auto !important;
        object-fit: contain;
    }
    /*match & following*/

    .ans-image {
        margin-bottom: 10px;
    }
    .quiz-card #type_container .list-group-item {
        /*width: 45%;*/
        width: 100%;
        margin-right: 0;
    }
    .card-title strong .d-flex input {
        height: 35px;
        width: 100px !important;
        padding-top: 5px;
    }
    .min-h-48 {
        min-height: auto;
        margin-bottom: 10px;
    }
    .quiz-card #type_container .list-group-item .form-check input[type="text"] {
        width: 109%;
    }
    .testimonial-carousel .slick-prev {
        left: 10px;
    }
    .testimonial-carousel .slick-next {
        right: 10px;
    }
    .become-instructor-image::before {
        right: 0;
    }
    .become-instructor-image img {
        width: 100%;
    }

    .course-carousel .slick-prev,
    .course-carousel .slick-next {
        width: 40px;
        height: 40px;
        top: calc(0% - 12px);
    }
    .course-carousel-area .course-carousel-title,
    .testimonial-section .course-carousel-title {
        margin-bottom: 40px !important;
    }
}
.toggle_btn {
    border-color: #fff !important;
    color: #fff !important;
    display: none;
}
.my_course {
    background: #fff;
    border: 1px solid #fff !important;
    color: #000 !important;
}
.c_details {
    background: #f4c72c;
    border: 1px solid #f4c72c !important;
    color: #000 !important;
}
#lessonTab .nav-link.active {
    background: #f4c72c;
    color: #000;
    border: 0;
    border-radius: 0;
}
.course_card {
    background: #f4c72c !important;
    color: #000 !important;
}
/*16-aug-22*/

.collapse .card-body table td {
    padding: 12px 10px !important;
}
.course_card .d-grid {
    padding: 20px 10px 12px 10px;
}
.card-header.course_card {
    border-radius: 0;
}
.collapse_lesson {
    margin-top: 10px;
}
.collapse_lesson .card-body {
    background: none !important;
    padding: 0 !important;
}
.collapse_lesson tr {
    background: #e5deff;
    margin-bottom: 3px !important;
    display: block;
}
.collapse_lesson td {
    padding: 10px 7px !important;
}
.collapse_lesson td span {
    display: inline-block;
    font-size: 14px;
    padding-top: 1px;
}
.lesson_duration {
    display: none;
}

button p {
    color: #000 !important;
}
.btn.btn-green {
    background: #1865f2 !important;
    border: 1px solid #1865f2 !important;
    border-radius: 30px;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}
.btn.btn-green:hover {
    background: #0b4bc1 !important;
}
.course-carousel-title {
    font-size: 38px;
    font-weight: 800;
    color: #2d2f31;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
.baloo-bhai-heading {
    font-family: "Baloo Bhai", cursive;
}
.reviews h3 {
    font-family: "Baloo Bhai", cursive;
    font-size: 24px;
    font-weight: 500;
}
.lesson_preview_header {
    font-size: 24px;
    font-weight: 500 !important;
    font-family: "Baloo Bhai", cursive;
    margin-bottom: 0;
}

.cookieConsentContainer {
    border-radius: 4px;
}
.cookieConsentContainer .cookieButton a {
    background: #1865f2 !important;
    border-radius: 30px;
    padding: 12px 25px !important;
}
.leftbar-user a img {
    height: 42px;
    width: 42px;
    object-fit: cover;
}
#video_player_area table {
    width: 100% !important;
}
#video_player_area table td img {
    width: 250px !important;
    height: auto !important;
}
.form-box {
    margin-bottom: 15px !important;
}

.nav-footer ul {
    display: flex;
    justify-content: end;
    list-style: none;
    margin-bottom: 4px;
    padding-left: 0;
}
.nav-footer ul li {
    width: auto;
    line-height: 1.35;
    margin: 0 20px 4px 0;
}
.nav-footer ul li a {
    font-size: 13px;
    color: #2d2f31;
    font-weight: 500;
}
.nav-footer ul li a:hover {
    color: #0b4bc1;
    font-weight: 600;
}
.course_container {
    overflow-x: hidden;
}
.reward-modal {
    padding-left: 0;
}
.reward-modal .modal-content {
    border: 0;
}
.reward-modal .modal-body {
    padding: 0;
}
.reward-modal .modal-footer {
    display: none;
}
.reward-modal .modal-header {
    position: relative;
    border: 0;
    padding: 0;
}
.reward-modal .close {
    width: 35px;
    height: 35px;
    line-height: 1;
    border: none;
    background-color: #fff;
    font-size: 28px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    box-shadow: 0 3px 10px #00000012;
    z-index: 1;
}
.reward-modal .close span {
    line-height: 0;
}
.reward-modal .modal-body p {
    margin: 0;
    padding: 0;
}
.reward-modal .modal-body p img {
    width: 100%;
    height: 100vh;
    border: 0;
    object-fit: cover;
}

#quiz-result .modal-content {
    border: 0;
}
#quiz-result .modal-body {
    padding: 0;
}
#quiz-result .modal-footer {
    display: none;
}
#quiz-result .modal-header {
    position: relative;
    border: 0;
    padding: 0;
}
#quiz-result .close {
    width: 35px;
    height: 35px;
    line-height: 1;
    border: none;
    background-color: #fff;
    font-size: 28px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
    box-shadow: 0 3px 10px #00000012;
    z-index: 1;
}
#quiz-result .close span {
    line-height: 0;
}
#quiz-result .modal-body p {
    margin: 0;
    padding: 0;
}
#quiz-result .modal-body p img {
    width: 100%;
    height: 100%;
    border: 0;
}

.quiz-result-min {
    margin-bottom: 15px;
}
.quiz-result-min .card-body p img {
    margin-bottom: 10px;
    width: 80px !important;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
    background: #e67925 !important;
    color: #fff;
}
.plyr__menu__container
    .plyr__control[role="menuitemradio"][aria-checked="true"]::before {
    background: #e67925 !important;
}
.featured-products .course-box .course-image img {
    height: 260px !important;
    object-position: top;
}

.progress .progress-bar {
    background-color: #1865f2 !important;
}
.image-placeholder-1 {
    display: none;
}
.lms-search-area {
    /*background: #013c82;*/
    /*background: #e67815;*/
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.prev-next-box {
    display: flex;
    justify-content: space-between;
    background: #c5d8fc;
    padding: 15px;
    margin-top: 30px;
    border-radius: 3px;
}
.prev-next-box .previousBtn {
    border-radius: 30px !important;
    background: #1865f2;
    box-shadow: 0 5px 20px #fa72013b;
    padding: 15px 30px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.prev-next-box .nextBtn {
    border-radius: 30px !important;
    background: #1865f2;
    box-shadow: 0 5px 20px #00984f2e;
    padding: 15px 46px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.webui-popover.pop {
    border: 0 !important;
    box-shadow: 0 4px 16px rgb(128 134 144 / 25%);
    border-radius: 0;
    background-color: #fff;
}
.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
    border-right-color: rgba(20, 23, 28, 0.1) !important;
}

.our-instructor .instructor--box {
    box-shadow: 0 0.7rem 1.8rem rgb(0 0 0 / 6%);
    padding: 40px 15px 35px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 22px;
    border-bottom: 5px solid #fff;
    transition: 0.3s;
}
.our-instructor a {
    text-decoration: none;
}
.our-instructor .instructor--box:hover {
    border-color: #1865f2;
    box-shadow: 0 0.8rem 3rem rgb(0 0 0 / 9%);
}
.our-instructor .instructor--box img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #c5d8fc;
    transition: 0.3s;
}
.our-instructor .instructor--box:hover img {
    transform: scale(1.05);
}
.our-instructor .instructor--box h3 {
    margin-top: 20px;
    margin-bottom: 7px;
    font-size: 25px;
    color: #343232;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.our-instructor .instructor--box span {
    font-size: 16px;
    color: #000;
    /*height: 73px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.orange-heading {
    color: #e67815;
}
.text-blue {
    color: #013c82;
}
.text-yellow {
    color: #f4c72c !important;
}
.green-heading {
    color: #469547;
}
.read-more-btn {
    /* background: #1865F2; */
    /* padding: 10px 15px; */
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #1865f2;
    border-radius: 30px;
    /* text-transform: uppercase; */
    margin-top: 5px;
}
.read-more-btn:hover {
    /* background: #0B4BC1; */
    color: #0b4bc1;
}
.app-logo {
    border-radius: 5px;
}
@media (max-width: 768px) {
    .our-instructor .instructor--box {
        padding: 20px 10px 20px;
    }
    .our-instructor .instructor--box img {
        width: 70px;
        height: 70px;
    }
    .our-instructor .instructor--box h3 {
        font-size: 18px;
    }
    .our-instructor .instructor--box span {
        font-size: 14px;
    }
    .footer-bottom-band .bottom-wrap {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .footer-bottom-band .band-social-links {
        margin-top: 10px;
    }
    .as-seen-in .as-seen-in-wrap {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 5px 30px;
    }
}

.media-box {
    margin-bottom: 22px;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    border: 2px solid #c5d8fc;
    border-radius: 7px;
}
.media-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.3s;
}
.media-box:hover img {
    transform: scale(1.03);
}
.text-justify {
    text-align: justify;
}
.founders-message {
    display: flex;
    box-shadow: 0 0.7rem 1.8rem rgb(0 0 0 / 9%);
    padding: 65px 20px;
    border-radius: 3px;
    background: #fff;
}
.founders-message p {
    color: #000;
}
.founders-message img {
    width: 90px;
    height: 90px;
}
#lg-download {
    display: none;
}
@media (max-width: 640px) {
    .founders-message {
        display: block;
        margin: auto;
        text-align: center;
        padding: 30px 20px;
    }
    .founders-message img {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 992px) {
    .w-80 {
        width: 60%;
    }
}
@media (max-width: 768px) {
    .category-filter-box {
        margin-top: 1.5rem !important;
    }
    #video_player_area table td img {
        width: 100px !important;
        height: auto !important;
    }
    .nav-footer ul {
        display: flex;
        justify-content: start;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
        margin-top: 8px;
        justify-content: center;
    }
    .nav-footer ul li:last-child {
        margin-right: 0;
    }
    .lms-search-area {
        padding: 10px 0;
    }
    .instructor-box {
        display: none !important;
    }
    .w-80 {
        width: 90%;
    }
}

@media (max-width: 640px) {
    .w-80 {
        width: 80%;
    }
    .course-carousel-title {
        font-size: 35px;
    }
    .navbar-brand {
        padding-left: 15px;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-fluid {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
}

.cp-wrap {
    padding: 15px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem #0000000a;
    display: flex;
    flex-direction: column;
    transition: 0.2s;
    margin-top: 20px;
    background: #fff;
}
.cp-wrap::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #ccd7e3;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.choose-plan .course-box-wrap {
    transition: 0.2s;
}
.choose-plan .course-box-wrap:hover {
    scale: 1.02;
}
.cp-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid #dedede;
    padding-top: 15px;
    margin-top: 15px;
}
.cp-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cp-head h3 {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 600;
    display: none;
}
.our-programs .course-box-wrap .title {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 600;
}
.cp-col:nth-child(1) .cp-head h3 {
    color: #e67815;
}
.cp-col:nth-child(2) .cp-head h3 {
    color: #013c82;
}
.cp-col:nth-child(3) .cp-head h3 {
    color: #f6b70c;
}
.cp-col:nth-child(4) .cp-head h3 {
    color: #029440;
}
.cp-head .cp-head-box {
    background: #dde9f6a8;
    border-radius: 5px;
    padding: 5px 7px 3px;
}
.cp-head .cp-head-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.cp-head .cp-head-box span {
    font-size: 14px;
    color: #6d6d6d;
    display: block;
    margin-top: -3px;
    font-weight: 500;
    letter-spacing: -0.2px;
}
.cp-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    min-height: 95px;
}

.cp-body .cp-course-title {
    font-size: 15px;
    margin-bottom: 0;
    color: #2d2f31;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding: 10px 3px 0 3px;
    display: flex;
    justify-content: space-between;
}
.cp-body .cp-course-title a {
    color: #2d2f31;
}

/* .cp-body .cp-course-name{
      font-size: 15px;
      margin-bottom: 0;
      color: #013c82;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: 10px;
      border-top: 1px solid #ddd;
      padding: 10px 3px 0 3px;
      display: flex;
      justify-content: space-between;
    } */
.cp-body .cp-course-name span {
    padding-left: 10px;
}
.cp-body .cp-course-name i {
    transition: 0.2s;
}
.cp-course-name:not(.collapsed) span {
    margin-top: -3px;
}
.cp-course-name:not(.collapsed) i {
    transform: scale(-1);
}
.cp-body > .cp-course-title:nth-child(1) {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}
.cp-body ul {
    list-style: none;
    padding-left: 34px;
    margin-bottom: 0;
}
.cp-body ul li {
    margin-top: 10px;
    position: relative;
    color: #5f5a5a;
    font-weight: 500;
    letter-spacing: -0.2px;
    font-size: 15px;
}
.cp-body ul li:last-child {
    margin-bottom: 0;
}
.cp-body ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    left: -20px;
    top: -1px;
    color: #2d2f31;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding-top: 2px;
    justify-content: center;
}
.cp-footer {
    margin-top: 20px;
}
.cp-signup {
    background: #1865f2;
    padding: 12px 25px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 30px;
    /* text-transform: uppercase; */
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    transition: 0.5s;
}
.cp-signup:hover {
    background: #0b4bc1;
}

.view-packages {
    background: #e67925;
    padding: 15px 30px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
}

.plan-choose {
    display: flex;
    align-items: center;
    padding: 3px 0 5px;
}
.plan-choose .plan-yearly,
.plan-choose .plan-monthly {
    display: flex;
    align-items: center;
}
.plan-choose span {
    padding-top: 0;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    cursor: pointer;
    margin-bottom: 0;
    user-select: none;
    padding-top: 5px;
    letter-spacing: -0.3px;
}
.save-upto {
    font-size: 16px;
    background: #e67815;
    color: #fff;
    padding: 4px 10px;
    border-radius: 30px;
    letter-spacing: -0.2px;
    word-spacing: -0.2px;
    margin-top: 4px;
    font-weight: 500;
}
.saving-wrap {
    /*      background: #dde9f6a8;*/
    /*      background: #052a7a;*/
    /*      padding: 7px 9px;*/
    border-radius: 30px;
    margin: 8px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56%;
}
.saving-label {
    font-size: 20px;
    display: block;
    font-weight: 600;
    color: red;
    margin-top: 0;
    margin-bottom: 0;
    /*      margin-right: 6px;*/
    text-align: center;
}
/*    .percent-saving{
      background: #e67925;
      color: #fff;
      font-weight: 500;
      padding: 3px 9px;
      border-radius: 50px;
      font-size: 14px;
      display: inline-block;
      margin-top: 0;
      white-space: nowrap;
    }*/
.hidePrice {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.trial {
    font-size: 18px;
    color: #2d2f31;
    font-weight: 600;
    text-align: center;
    padding-bottom: 7px;
    margin-top: 8px;
}
.plan-choose .form-check-input {
    border: 2px solid #2d2f31;
    height: 21px;
    width: 37px;
    margin-left: -2.55em;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.plan-choose .form-check-input:checked {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.read-more {
    color: #1865f2 !important;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.description {
}
.description.active {
    min-height: 462px !important;
    -webkit-line-clamp: initial !important;
}
.course-box .course-details .description {
    margin-bottom: 0;
}
.course-carousel-area .course-carousel-title,
.testimonial-section .course-carousel-title {
    margin-bottom: 40px !important;
}
.our-programs .course-carousel-title {
    margin-bottom: 0 !important;
}
.course-carousel .slick-prev {
    left: 10px;
}
.course-carousel .slick-next {
    right: 10px;
}
.course-carousel .slick-prev,
.course-carousel .slick-next {
    width: 40px;
    height: 40px;
    top: calc(0% - 12px);
}
.testimonial-carousel .slick-prev {
    left: 10px;
}
.testimonial-carousel .slick-next {
    right: 10px;
}

.programs_package .cp-wrap::before {
    display: none;
}
.programs_package .cp-body {
    min-height: auto;
}
.programs_package .program-thumbnail {
    max-width: 520px;
}
.package-sidebar {
    transition: 0.3s;
}
.package-sidebar.fixed {
    position: fixed;
    margin-top: 0;
    width: 365px;
    z-index: 10 !important;
    top: 20px;
    transition: 0.3s;
}

@media (max-width: 992px) {
    .our-programs .course-carousel-title {
        margin-bottom: 40px !important;
    }

    .programs_package .program-thumbnail {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .cp-wrap .cp-content {
        height: auto;
    }
    .cp-body {
        min-height: auto;
    }
    .programs_package .course-box-wrap {
        padding: 0;
        margin-bottom: 30px !important;
    }
    .package-sidebar.fixed {
        position: static;
    }
}
.view-more-btn {
    color: #1865f2 !important;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    text-align: center;
    background: #fff;
    width: 40%;
    margin-left: auto;
    font-size: 13px;
}
.view-more-btn.collapsed::after {
    content: " more";
}
.view-more-btn::after {
    content: " less";
}
.read-more::after {
    content: "Read More";
}
.read-more.active::after {
    content: "Read Less";
}
.read-more span {
    display: none;
}

.our-instructor {
    margin-bottom: 60px;
}
.our-instructor .instructor--box img {
    object-fit: contain;
    width: 100px;
    height: 100px;
}
.our-instructor .instructor--box h3 {
    font-size: 18px;
    font-weight: 600;
}
.our-instructor .instructor--box {
    padding: 40px 20px 20px;
    min-height: 286px;
    margin-bottom: -15px;
}

.page-contact .form-control {
    border-radius: 30px !important;
    padding: 13px 15px !important;
    height: 45px !important;
}
.page-contact textarea.form-control {
    border-radius: 10px !important;
    padding: 13px 15px !important;
    height: 105px !important;
}
.page-contact .form-control:focus {
    border-color: #ccc !important;
}
.page-contact .btn {
    font-size: 13px !important;
}

.page-contact .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.page-contact .contact-item i {
    font-size: 25px;
    color: #1865f2;
}
.page-contact .contact-item p {
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 0;
}
.page-contact {
    padding: 20px 45px 32px;
    background: #fff;
    box-shadow: 0 5px 20px #eee;
    border-radius: 10px;
}
.contact-right {
    border-radius: 6px;
}
.gradient-heading {
    font-size: 78px;
    background: linear-gradient(
        260deg,
        #003d82 0%,
        #cc9465 33%,
        #e67815 66%,
        #323439 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.15;
    font-weight: 700;
}
.top-banner {
    display: flex;
    align-items: center;
    background-color: #fff;
    background-image: url(https://uploads-ssl.webflow.com/622f09894fc230ad07de84a9/639846c0613a27579d7d79b3_Group.svg);
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    padding: 100px 0 50px;
    position: relative;
    overflow: hidden;
    margin-top: -76px;
    z-index: 1;
    position: relative;
}
.top-banner::before {
    content: "";
    height: 450px;
    width: 450px;
    position: absolute;
    border-radius: 50%;
    border: 60px solid #fff2e8;
    left: -12%;
    top: -12%;
    z-index: -1;
    opacity: 0.8;
}
.top-banner::after {
    content: "";
    height: 400px;
    width: 400px;
    position: absolute;
    border-radius: 50%;
    border: 50px solid #e8eeff;
    right: -12%;
    bottom: 10%;
    z-index: -1;
    opacity: 0.8;
}
.gradient-heading {
    margin-bottom: 10px;
}
.banner-tagline {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
    color: rgba(1, 1, 28, 0.7);
    line-height: 1.5;
}
.benefits {
    background: #f8f9fa;
    padding: 80px 0;
}
.benefits.retailers {
    background: #fff;
}
.benefits .benefits-img-box {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}
.benefits .benefits-img-box img {
    width: 44%;
}
.benefits .benefits-img-box .circle {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.4;
    transition: 6s;
}
.benefits .b-left-boxes {
    background: #c5d8fc;
    padding: 15px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #1865f2;
    transition: 0.3s;
}
.b-left-boxes h4 {
    color: #5a5a5a;
    font-size: 20px;
    margin-bottom: 0;
}
.benefits .b-left-boxes:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
    border: 1px solid #1865f2;
}
.benefits .b-left-boxes:last-child {
    margin-bottom: 0;
}
.benefits .b-left-boxes .kb-number {
    height: 90px;
    max-width: 90px;
    min-width: 90px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 7px;
}
.benefits .b-left-boxes .kb-number img {
    width: 55%;
    transition: 0.2s linear;
}
.benefits .b-left-boxes:hover .kb-number img {
    scale: 1.1;
}
.benefits:hover .circle {
    width: 90% !important;
}
.shopping-cart .item {
    float: none;
}
.apply-reward-points {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.apply-reward-points p {
    font-size: 15px;
}
.shopping-cart .left {
    border-bottom: 0;
}
.apply-reward-points .cart-discount-coupon {
    width: 50%;
}
.apply-reward-points .cart-discount-coupon .btn {
    padding: 0 15px;
}
.how-it-works {
    padding: 60px 0 80px;
    background: #f8f9fa;
}
.hiw-box {
    background: #fff;
    border-radius: 7px;
    padding: 30px;
    box-shadow: 0 5px 60px rgba(0, 0, 0, 0.03);
    text-align: center;
    min-height: 223px;
    position: relative;
}
.col-md-4:not(:first-child) .hiw-box::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -60px;
    background: url(../img/icons/undraw_arrow.png);
    width: 100px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.hiw-box img {
    width: 100px;
    transition: 0.3s;
}
.hiw-box:hover img {
    scale: 1.15;
}
.hiw-box h4 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 22px;
    color: #5a5a5a;
}
.reward-points {
    padding: 60px 0 80px;
}
.points-10 {
    font-weight: 600;
    color: #e67815;
    font-size: 24px;
}
.rp-row {
    border-left: 5px solid #00974d;
    min-height: 300px;
    margin: 0;
    border-radius: 5px;
}
.rp-head,
.rp-data {
    display: flex;
    justify-content: space-between;
    padding: 17px;
    border-top-right-radius: 5px;
    align-items: center;
}
.rp-head h5,
.rp-data h5 {
    margin: 0;
    font-size: 25px;
    color: #5a5a5a;
}
.rp-head {
    background: #00974d;
}
.rp-head h5 {
    color: #fff;
    font-weight: 600;
}
.rp-data {
    background: #fff;
    box-shadow: 0 5px 15px #00000008;
    margin: 20px 0 0 10px;
    border-radius: 5px;
    border: 1px solid #7070700e;
    transition: 0.3s linear;
}
.rp-data h5 {
    font-size: 18px;
}
.rp-data:hover {
    box-shadow: 0 5px 25px #00000018;
    border-color: #fff;
}
.rp-points {
    /* width: 130px; */
    margin-right: 15px !important;
}
.rp-data .rp-points {
    font-style: italic;
}
.rp-data .redeem_btn {
    padding: 5px 13px 4px !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.llp-section {
    padding: 70px 200px;
    background: #f8f9fa;
    color: #fff;
}
.llp-section .llp-wrap {
    background-color: #c5d8fc;
    padding: 80px 100px;
    border-radius: 35px;
    text-align: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}
.llp-section .btn {
    background: #1865f2;
    padding: 20px 25px !important;
    border-radius: 50px !important;
    /* text-transform: uppercase; */
    font-weight: 400;
}
.llp-section .btn img {
    width: 15px;
    margin-left: 4px;
}
.llp-section .llp-wrap h3 {
    color: #2d2f31;
}
#getStartedModal .sign-up-form .form-group .input-group input {
    font-size: 14px;
}
#getStartedModal textarea.form-control {
    border-radius: 6px !important;
    min-height: calc(4.5em + (0.75rem + 2px));
    font-size: 14px;
    color: #878787;
    font-weight: 500;
    border: 1px solid #cacbcc !important;
}
#getStartedModal .modal-body {
    padding: 10px 25px 20px !important;
    min-height: auto;
}
#getStartedModal .modal-content {
    border-radius: 6px;
    overflow: hidden;
}
#getStartedModal .modal-title {
    font-size: 20px;
    color: #444;
}
#getStartedModal .sign-up-form .btn.red {
    font-weight: 500;
    /* text-transform: uppercase; */
}

.igcse-banner {
    background: #ffe4c5;
    padding: 0 200px;
    position: relative;
}

.igcse-close {
    position: absolute;
    z-index: 111;
    right: -22px;
    top: -20px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
    background-size: 13px;
    opacity: 1;
}

.igcse-banner .gradient-heading {
    font-size: 28px;
    line-height: 1.4;
    color: #444;
}
.igcse-banner .question-mark {
    opacity: 0.5;
    width: 130px;
}
.igcse-banner .trophy {
    width: 180px;
}
.igcse {
    position: relative;
    z-index: 111;
    background-color: #ffe4c5;
    padding: 0 200px;
}
.igcse-row .igcse-col {
    margin-top: -7rem;
}
.igcse-col img {
    cursor: pointer;
}
.z90 .igcse-col img {
    scale: 1 !important;
    margin-bottom: -2px !important;
}
.igcse-words {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.7;
}
.igcse-level {
    margin-top: 0;
    cursor: pointer;
    margin-bottom: 0.8rem;
}

.igcse-level h3 {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e67925;
    margin-bottom: 4px;
}

.igcse-level p {
    font-size: 13px;
    font-weight: 500;
    color: #444;
}
.webui-popover.top {
    border-radius: 7px;
    margin-top: -30px !important;
    background: #e67925;
}
#webuiPopover0.top {
    margin-left: 28% !important;
    margin-top: -45px !important;
}
#webuiPopover1.top {
    margin-left: 19.5% !important;
    margin-top: -75px !important;
}
#webuiPopover2.top {
    margin-left: 14.3% !important;
    margin-top: -75px !important;
}
.webui-popover.top .webui-popover-content,
.webui-popover.bottom .webui-popover-content {
    padding: 15px;
}
.igcse-popover p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}
.webui-popover.top .webui-arrow {
    left: 10% !important;
    border-top-color: #e67925 !important;
}
.webui-popover.top .webui-arrow::after {
    border-top-color: #e67925 !important;
}

.course-sidebar-text-box .buy-btns .progress-btn,
.course-sidebar-text-box .buy-btns .progress-btn:active,
.course-sidebar-text-box .buy-btns .progress-btn:focus {
    width: 55%;
    padding: 10px 2px !important;
    font-size: 13px !important;
    margin: auto !important;
    /* background: #e67815 !important; */
    border-radius: 30px !important;
    color: #1865f2 !important;
}
.course-sidebar-text-box .buy-btns .progress-btn:hover {
    /* background: #db7213 !important; */
    color: #0b4bc1 !important;
}

.intro-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; /* Ensure section takes full screen height */
    text-align: center;
    background-color: #f8f9fa;
    padding: 40px 20px; /* Increased padding for larger screens */
}

.intro-content {
    max-width: 700px; /* Increased max width */
    width: 100%;
}

.welcome-text {
    font-size: 2.5rem; /* Increased font size for headings */
    font-weight: bold;
    color: #2d2f31;
    margin-bottom: 30px;
}

.welcome-body-text {
    font-size: 1.2rem; /* Slightly larger body text */
    color: #2d2f31;
    line-height: 1.6; /* Improve readability */
}

/* Responsive styles */
@media (max-width: 768px) {
    .welcome-text {
        font-size: 2rem;
    }
    .welcome-body-text {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .welcome-text {
        font-size: 1.8rem;
    }
    .welcome-body-text {
        font-size: 0.9rem;
    }
}

.why-us-section {
    padding: 50px 0.75rem;
}
.why-us-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 3px rgba(216, 216, 216, 1);
}
.why-us-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
}
.why-us-header {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 800;
    color: #2d2f31;
}
.why-us-text {
    margin-bottom: 20px;
}
.why-us-list {
    list-style: none;
    padding: 0;
}
.why-us-list li {
    padding: 10px 0;
    position: relative;
    padding-left: 30px;
}
.why-us-list li::before {
    content: "✔";
    color: #1865f2;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

.facts-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; /* Allow items to wrap */
    padding: 50px;
    background-color: #f0f0f0;
}

.facts {
    text-align: center;
    margin-bottom: 30px; /* Add space between items on mobile */
}

.facts i {
    font-size: 3em;
    color: #1865f2; /* Color of the icon */
    margin-bottom: 10px;
}

.facts-number {
    font-size: 3em;
    display: inline-block;
    color: #1865f2; /* Blue color */
}

.facts span {
    font-size: 3em;
    color: #007bff;
}

.facts p {
    margin-top: 10px;
    font-size: 1.2em;
    color: #333;
}

.card-img-top-sup-spon {
    height: 150px;
    object-fit: contain;
}

/* Free Test ends */

#freeTestModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay effect */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#testContent {
    text-align: center;
    padding: 20px;
}

#testContent.intro {
    background: linear-gradient(
            rgba(255, 255, 255, 0.3),
            rgba(255, 255, 255, 0.3)
        ),
        url("/assets/frontend/default/img/freetest_bg.JPG") no-repeat center
            center;
    background-size: cover;
    padding: 60px 30px; /* Allow some spacing inside */
    border-radius: 10px;
    z-index: 999;
    /* color: white;  */

    p {
        font-size: 16px;
        font-weight: 600;
    }
}

#testContent.success {
    background: url("/assets/frontend/default/img/success_bg.JPG") no-repeat
        center center;
    background-size: cover;
    /* color: white;  */
    padding: 60px 30px; /* Keep spacing inside */
    border-radius: 10px;
    text-align: center;
}

.modal-content-custom {
    position: relative;
    width: 90%;
    max-width: 600px;
    background-color: white;
    padding: 0; /* Remove padding to allow full background image */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* Ensures background image is fully visible */
    box-sizing: border-box;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: white; /* Ensure it’s visible */
    cursor: pointer;
    z-index: 10; /* Ensures it's above everything */

    i {
        color: #3a3636;
    }
}

.hidden-free-test {
    display: none !important;
}

.option-btn {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.option-btn:hover {
    background-color: #c5d8fc;
}

.option-btn.selected {
    background-color: #1865f2;
    color: white;
}

/* Free Test ends */

/* Hindi Classes */

.hindi-classes {
    overflow-x: hidden;
    box-shadow: 0px 0px 3px -1px rgba(216, 216, 216, 1);
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    background-color: #f0f0f0;
    /* box-shadow: 0px 0px 3px -1px rgba(216, 216, 216, 1); */

    .hindi-classes-title {
        font-size: 38px;
        font-weight: 800;
        color: #2d2f31;
        text-align: center;
        /* padding-bottom: 30px; */
        padding-top: 30px;
    }

    .hindi-classes-body-text {
        font-size: 1.2rem;
        color: #2d2f31;
        line-height: 1.6;
        text-align: center;
    }

    .country-name {
        font-size: 16px;
        font-weight: 600;
        color: #2d2f31;
        margin-bottom: 0.25rem !important;
    }

    .flag-img {
        width: 120px;
        height: 80px;
        object-fit: cover;
        background-color: #f8f9fa;

        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
            rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        padding: 5px;
    }
}

@media (max-width: 1200px) {
    .igcse-banner {
        padding: 0 100px;
    }
    .igcse {
        padding: 0 100px;
    }
    .igcse .container-lg {
        max-width: 100% !important;
        padding: 0 15px;
    }
}

@media (max-width: 992px) {
    .gradient-heading {
        font-size: 60px;
    }
    .banner-tagline {
        font-size: 20px;
    }
    .top-banner {
        padding: 75px 0 50px;
    }
    .apply-reward-points .cart-discount-coupon {
        width: 100%;
    }
    .llp-section {
        padding: 70px 0;
    }
    .igcse-banner {
        padding: 0;
    }
    .igcse {
        padding: 0;
    }
    .igcse-modal .modal-dialog {
        max-width: 95%;
    }
}

@media (max-width: 768px) {
    .why-us-section {
        .why-us-header {
            text-align: center;
            padding-top: 25px;
        }
    }
    .facts-section {
        flex-direction: column;
        padding: 20px;
    }

    .facts {
        margin-bottom: 20px;
    }

    .facts i,
    .facts-number,
    .facts span {
        font-size: 2.5em;
    }
    .gradient-heading {
        font-size: 30px;
    }
    .banner-tagline {
        font-size: 18px;
    }
    .banner-tagline br {
        display: none;
    }
    .top-banner {
        padding: 90px 0 30px;
    }
    .top-banner::before,
    .top-banner::after {
        opacity: 0.4;
    }
    .top-banner .bnr-img {
        width: 100%;
    }
    .benefits {
        padding: 40px 0;
    }
    .benefits .b-left-boxes {
        padding: 12px;
        margin-bottom: 20px;
    }
    .benefits .b-left-boxes .kb-number {
        height: 50px;
        max-width: 50px;
        min-width: 50px;
    }
    .b-left-boxes h4 {
        font-size: 16px;
    }
    .benefits-img-box {
        margin-top: 40px;
    }

    .how-it-works {
        padding: 30px 0;
    }
    .col-md-4:not(:first-child) .hiw-box::before {
        rotate: 100deg;
        left: auto;
        right: -30px;
        top: -30px;
    }
    .how-it-works .hiw-box {
        margin-bottom: 20px;
        padding: 25px;
        min-height: auto;
    }
    .hiw-box h4 {
        font-size: 18px;
    }
    .reward-points {
        padding: 40px 0;
    }
    .rp-head h5,
    .rp-data h5 {
        font-size: 15px;
    }
    .rp-head,
    .rp-data {
        padding: 12px;
    }
    .rp-data {
        margin: 10px 0 0 7px;
    }
    .rp-row {
        border-left: 3px solid #00974d;
    }
    .rp-points {
        padding: 0 5px;
        text-align: right;
        margin-right: 4px !important;
    }
    .rp-data .redeem_btn {
        padding: 5px 8px 4px !important;
    }
    .llp-section .llp-wrap {
        padding: 40px 20px;
        border-radius: 25px;
        background-size: 155%;
    }
    .llp-section .llp-wrap h3 {
        font-size: 20px;
    }
    #getStartedModal .modal-body {
        padding: 10px 15px 20px !important;
    }

    .igcse-banner .question-mark {
        opacity: 0.3;
        width: 136px;
    }
    .igcse-banner .trophy {
        width: 200px;
    }
    .igcse-level {
        margin: 0 0 20px 0 !important;
        background: #f9d9b5;
        padding: 15px;
        border-radius: 7px;
    }
    .igcse-level h3 {
        font-size: 25px;
        padding-bottom: 5px;
    }
    .igcse-level p {
        font-weight: 500;
        font-size: 16px;
    }
    .igcse-row .igcse-col {
        margin-top: 2rem;
    }
    .igcse-close {
        right: -7px;
        top: -5px;
    }
    .page-contact {
        padding: 7px 30px 30px;
        margin-bottom: 50px;
    }
    .page-contact .contact-item {
        margin-bottom: 9px;
    }

    .welcome-text {
        font-size: 2.5rem; /* Larger font size on bigger screens */
    }
    .body-text {
        font-size: 1.1rem; /* Slightly larger body text on bigger screens */
    }
}
