body {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Rubik", sans-serif !important;
}

:root {
    --primary: #9a36b1!important;
    --hover: #c852f4 !important;
    --title-font: "Merriweather Sans", sans-serif;
    --heading-color: #0c0c76;
}

:-moz-selection {
    background: var(--primary);
    text-shadow: none;
    color: #fff;
}

::selection {
    background: var(--primary);
    text-shadow: none;
    color: #fff;
}

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

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

body.modal-open {
    overflow: auto;
}

.bg-blue {
    background-color: #0a1c3a;
}

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;
    font-size: 14px;

    color: #28292c;
    font-weight: 600;
}

.tooltip {
    pointer-events: none;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #b13dc9;
    border-color: #b03cc9;
}

.btn.red {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    padding: 8px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    font-weight: 600;
}

.btn.red:hover,
.btn.red:focus {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff;
}

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

.btn.green:hover,
.btn.green:focus {
    background-color: #629313 !important;
    border-color: #629313 !important;
    color: #fff;
}

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

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



.rating i {
    color: #dedfe0;
}

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

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

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

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





/*
menu
*/



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

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

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

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

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

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

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


.menu-area {
   background: linear-gradient(30deg, #22105b 0%, rgb(61 21 113) 100%);
    position: relative;
    z-index: 10000;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #ffffff1f;
}

.menu-area .navbar .logo-img img {
    width: 165px;
    height: 60px;
    max-height: 60px;
    object-fit: contain;
}

.navbar-brand .logo-img {
    width: 195px;
    height: 60px;
    max-height: 60px;
    object-fit: contain;
    display: inline-block;

}

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

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

/*

menu code was here

*/
.home-banner-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 50px;
    color: #fff;
    background-color: #ffb9b4;
    background-blend-mode: luminosity;
    position: relative;
    z-index: 1;
    height: 600px;
}

.home-banner-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: -1;
}

.home-banner-area:before {
    background-color: #ffffffba;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    content: "";
    height: 100%;
    opacity: .15;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
}

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

.search-box input {
    background-color: hsl(0deg 0% 100%);
    height: 40px;
    padding: 0 15px;
    border-radius: 5px 0 0 5px;
    border-top: 1px solid hsl(0deg 0% 82%) !important;
    border-left: 1px solid hsl(0deg 0% 82%) !important;
    border-right: none !important;
    border-bottom: 1px solid hsl(0deg 0% 82%) !important;
    font-size: 13px;
}

.search-box input:focus+.input-group-append {
    border-top: 1px solid #737373 !important;
    border-right: 1px solid #737373 !important;
    border-bottom: 1px solid #737373 !important;
    transition: all .3s;
}

.search-box input:focus {
    border-top: 1px solid #737373 !important;
    border-left: 1px solid #737373 !important;
    border-bottom: 1px solid #737373 !important;
    transition: all .5s;
}

.search-box button {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
    padding: 1px 6px;
    border-radius: 6px;
}

.search-box .input-group-append {
    background-color: hsl(0deg 0% 100%);
    padding: 5px 9px 5px 10px;
    border-radius: 0px 5px 5px 0px;
    border-top: 1px solid #C2C2C2 !important;
    border-right: 1px solid #C2C2C2 !important;
    border-left: none !important;
    border-bottom: 1px solid #C2C2C2 !important;
}

.search-box-shadow {
    box-shadow: 0px 7px 15px #00000012;
    border-radius: 8px;
}

/*.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-left: 0;
    margin-right: 20px;
}

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

.menu-icon-box .icon .number {
    position: absolute;
    top: 14px;
    right: 2px;
    background-color: var(--primary);
    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 0;
    font-size: 18px;
    margin-left: 6px;
}


.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 #fff;
    box-shadow: 0 2px 5px 0px rgb(20 23 28 / 25%);
    color: #505763;
    font-size: 13px;
    left: inherit;
    list-style: none;
    margin: 0;
    right: -1px;
    text-align: left;
    top: 100%;
    width: 290px;
}



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

.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: var(--primary);
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

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

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

.course-list-dropdown .item-list .item .item-details .current-price {
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

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

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

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

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

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

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

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

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

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





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

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

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

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

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

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

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

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

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

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

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

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

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

.notification-list .notification .notification-details .notification-text {
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 210px;
    height: 40px;
    color: #505763;
    margin-bottom: 0;
    line-height: 1.5;
}

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

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

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

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

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

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






.user-box.menu-icon-box .icon a img {
   border-radius: 30px;
    height: 38px;
    width: 40px;
    margin-top: 0px;
    border: 1px solid #fff;
    padding: 2px;
}

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

.user-dropdown-menu li a {
    display: block;
    color: #000000db;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 15px;
}

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

.user-dropdown-menu li a i {
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 19px 0 10px;
    background: var(--primary);
    color: #fff;
    padding: 1px 3px;
    border-radius: 17px;

    font-size: 12px;
    line-height: 30px;
}

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

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

.dropdown-user-info .user-details .user-name {
    color: var(--primary);
}

.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: 10px !important;
    line-height: 1.35135;
    font-weight: 600;
    margin-left: 5px !important;
}

.sign-in-box .btn-sign-in-simple {
   color: #fff;
    background-color: transparent;
    border: 1px solid #ffffff !important;
    border-radius: 8px !important;
    padding: 7px 21px;
    margin: 10px 0px 8px 0px;
    box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}

@media only screen and (max-width: 991px) {
    .sign-in-box .btn-sign-in-simple {
        color: #686f7a;
        background-color: #fff;
        border: 1px solid #919499;
        padding: 8px 5px;
        border-radius: 5px !important;
    }

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

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

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

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

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

.sign-in-box .btn-sign-in-simple:hover {
    color: #fff;
}


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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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

.course-preview-modal {
    background-color: #8d00cf;
    color: #fff;
    margin-top: 90px;
}

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

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

.course-preview-modal .close {
    color: #fff;
    text-shadow: 0 0 0 #fff;
    opacity: 1;
    font-size: 27px;
    background-color: #8d00cf;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: none;
}

.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{
    background-image: url('../../../../uploads/system/home-banner.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0 130px;
    color: #fff;
}*/
.home-banner-wrap .search-box input {
    background-color: rgba(15, 15, 15, 0.31);
    color: #fff;
}

.home-banner-wrap .search-box input::placeholder {
    color: #fff;
}

.home-banner-wrap .search-box .input-group-append {
    background-color: rgb(52, 39, 39);
}

.home-banner-wrap h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 20px;
    color: #fff;
}

.home-banner-wrap .sub-title {
    color: #ff7400;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 20px;
    font-size: 20px;
}

/* .home-banner-wrap .sub-title::after{
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    width: 20px;
    height: 3px;
    background-color: var(--primary);
    transform: translateY(-50%);
} */

@media only screen and (max-width: 991px) {
    .home-banner-wrap h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 10px;
        color: #fff;
    }

}

.home-banner-wrap p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 400;
}

.home-banner-wrap input[type="text"] {
    font-size: 14px;
    height: 47px;
    padding: 11px 17px;
    border: none;
    border-radius: 30px;
}

.home-banner-wrap .input-group-append {
    border-radius: 30px;
}

.home-banner-wrap .btn {
    font-size: 14px;
    border-radius: 42px;
    color: #ffffff;
    padding: 6px 10px;
}

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

.home-fact-area {
    padding: 40px 0;
    margin-bottom: 60px;
}

.home-fact-box {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    transition: all 0.5s;
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.home-fact-box:hover {
    background-color: var(--primary);
    box-shadow: 0 0 10px 0 rgba(129, 5, 5, 0.5);
}

.home-fact-box:hover i {
    color: var(--primary);
    background: #fff;
    transition: all 0.5s;
}

.home-fact-box:hover .text-box h4 {
    color: #fff;
}

.home-fact-box:hover .text-box p {
    color: #fff;
}

.home-fact-box i {
    background: var(--primary);
    border-radius: 10px;
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.home-fact-box .text-box h4 {
    font-weight: 700;
    color: #272727;
    margin-bottom: 5px;
}

.home-fact-box .text-box p {
    color: #000000;
    margin-bottom: 0;
}

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

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

/* .slick-track {
    padding: 30px 0px;
} */

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

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

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

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

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

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

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

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

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

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

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

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

.course-box {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 25px #00000010;
    position: relative;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
}

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

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

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

.course-box:hover {
    box-shadow: 0px 12px 46px -20px #c9c9c9;
    transition: all .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: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1
}

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

.course-box .course-image .price {
    background-color: var(--primary);
    position: absolute;
    right: 18px;
    top: 18px;
    border-radius: 5px;
    padding: 2px 8px;
    font-weight: 700;
    font-size: 20px;
    text-shadow: 0px 0px 2px #000;
    font-size: 14px;
}

.course-box .course-image .price del {
    color: #d9d9d9;
    font-size: 12px;
    margin-right: 4px;
}

.course-box .course-details {
    padding: 20px;
    position: relative;
}

.course-box .course-details .title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: 700;
    color: #000;
    font-size: 1.25rem;
    line-height: 1.4;
}

.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-2 .course-details .rating {
    margin-bottom: 10px;
}

.course-box-2 .course-details .rating .course-price {
    display: flex;
}

.course-box-2 .course-details .rating .course-price .current-price {
    margin-right: 5px;
}

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

.course-box .course-details .rating .rating-number {
    color: #8d00cf;
    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 .completed-percent .progress-bar {
    background: #007791;
}

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

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

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

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

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

.course-box .course-details .your-rating-box:hover .your-rating-text {
    color: var(--primary);
}

.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: #8d00cf;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    pointer-events: none;
    border-radius: 3px;
    font-size: 9px;
    padding: 1px 8px;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

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

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

.course-badge.hot-new {
    background: var(--primary);
    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;
}

.course-box .course-image img {
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    height: 200px;
}

.course-box:hover .course-image .img-fluid {}

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

.course-box .wishlist-add button,
.course-box .favorite-add button {
    padding: 0;
    border: 0;
    cursor: pointer;
    background-color: #ffffff;
    height: 34px;
    width: 34px;
    border-radius: 5px;
    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: var(--primary);
}

.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: .4px #fff;
    -webkit-text-stroke: .4px #fff
}

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








.webui-popover {
    box-shadow: 0 4px 16px rgb(128 134 144 / 25%);
    border-color: transparent;
    border-radius: 10px;
    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: -.3px;
    color: #505763;
    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: -.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: -.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: var(--primary)33;
}

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

.addedToCart {
    color: var(--primary);
    background-color: #ffffff;
    border-color: var(--primary);
}

.addedToCart:hover {
    color: var(--primary);
    background-color: #ffffff;
    border-color: var(--primary);
}

.course-popover-content .popover-btns .wishlist-btn {
    position: absolute;
    right: 8px;
    background: none;
    font-size: 20px;
    border: 1px solid var(--primary);
    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 var(--primary);
    -webkit-text-stroke: 1px var(--primary);
}

.course-popover-content .popover-btns .wishlist-btn.active i,
.course-popover-content .popover-btns .wishlist-btn:hover i {
    color: var(--primary);
}

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

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

.webui-popover.left>.webui-arrow:after,
.webui-popover.left-top>.webui-arrow:after,
.webui-popover.left-bottom>.webui-arrow:after {
    border-left-color: #f9f9f9 !important;
}

.webui-popover.right>.webui-arrow:after,
.webui-popover.right-top>.webui-arrow:after,
.webui-popover.right-bottom>.webui-arrow:after {
    border-right-color: #f9f9f9;
}






/*
course page style
*/


/*
course header
*/
section.course-header-area {
    background-color: #8d00cf;
    color: #fff;
    padding: 160px 0 60px;
}

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

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

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

.course-header-wrap .title {
    font-size: 35px;
    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>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;
}







/*
course sidebar
*/
.course-sidebar {
    background-color: #fff;
    border-radius: 8px;
    color: #505763;
    padding: 10px;
    position: relative;
    margin-top: -250px;
    z-index: 10;
}

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

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

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

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


.preview-video-box a {
    display: block;
    color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}

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

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

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

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

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

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

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

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

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

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

.course-sidebar-text-box .buy-btns .btn-add-wishlist {
    color: var(--primary);
    background-color: #ffffff;
    border-color: var(--primary);
    border-radius: 10px;
}

.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: #fff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    border-radius: 10px;
}

.course-sidebar-text-box .buy-btns .btn-buy-now {
    color: #7eb200;
    background-color: #ffffff;
    border-color: #7eb200;
    border-radius: 10px;
}

.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: #7eb200 !important;
    border-color: #7eb200 !important;
    border-radius: 10px;
}

.course-sidebar-text-box .buy-btns .btn-buy {
    color: #ca9500;
    background-color: #ffffff;
    border-color: #ca9500;
    border-radius: 10px;
}

.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: #ca9500 !important;
    border-color: #ca9500 !important;
    border-radius: 10px;
}

.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%, .95), #fff);
    display: block;
    padding: 30px 3px 3px 3px;
    color: #007791;
    cursor: pointer;
    z-index: 5;
}

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

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

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

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

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

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

.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: #fff;
    border: 2px solid #dedfe0;
    padding: 10px 15px;
    border-radius: 10px;
}

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

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


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

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

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

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




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

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

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

.course-comparism-item {
    color: #8d00cf;
    padding: 15px;
}

.course-comparism-item:hover {
    background-color: #f9f9f9;
}

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

.course-comparism-item-container a {
    display: block;
    transition: .1s;
    -webkit-transition: .1s;
    -ms-webkit-transition: .1s;
    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: 39%;
}

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

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

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

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

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

.course-comparism-item .item-details .wishlist-btn button {
    padding: 0;
    margin: 0;
    border: 0;
    background: 0;
    font-size: 17px;
    color: var(--primary);
    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: #8d00cf;
    font-size: 18px;
    font-weight: 600;
}

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

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

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

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

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

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

.about-instructor-box .about-instructor-image img {
    width: 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: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}

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

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

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

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

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

.student-feedback-box .individual-rating ul li .progress {
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background-color: #eceb98;
}

.student-feedback-box .individual-rating ul li .progress-bar {
    border-radius: 5px;
    background-color: var(--primary);
    font-size: 11px;
}

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

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

.student-feedback-box .individual-rating li>div:not(.progress) {
    padding-left: 15px;
    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;
    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: #dedfe0;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

.course-curriculum-accordion {
    border: 1px solid #dedfe0;
    border-radius: 10px;
}

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

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

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

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

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

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

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


.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: .7;
    font-weight: 900;
    font-size: 13px;
    top: 17px;
    color: black;
}

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

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

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

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









/*
category page
*/

section.category-header-area {
    padding: 0px;
    color: #fff;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
}

section.category-header-area:after {
    background-color: #8059c5;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    content: "";
    height: 100%;
    opacity: .15;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
}

section.category-header-area .category-name {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.287;
    margin: 0;
}
.page-title-header{
    padding-top: 55px;
}
section.category-header-area h1 {
   font-size: 40px;
    text-align: center;
    color:#fff;
    margin-bottom: 11px;
}

.breadcrumb-container {
    position: relative;
    padding-top: 175px;
    padding-bottom: 120px;
}

.heading-container {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.heading-container .content-div {
    padding-top: 50px;
    padding-bottom: 0;
}

.breadcrumb-row {
    bottom: -30px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
}

.breadcrumb-div {
    background: var(--primary);
    border-radius: 6px !important;
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

@media (max-width:760px) {
    .breadcrumb-container {
        padding-top: 125px;
        padding-bottom: 80px;
    }
}

@media (max-width:576px) {
    .breadcrumb-div {
        padding: 17px 14px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
    }
}

@media (max-width:500px) {

    .breadcrumb-container .breadcrumb .breadcrumb-item a,
    .breadcrumb-container .breadcrumb .breadcrumb-item {
        font-size: 13px;
    }
}

@media (max-width:360px) {
    .breadcrumb-div {
        padding: 12px 11px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        width: 205px;
    }
}

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

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

.breadcrumb .breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item.active::before {
    color: #fff !important;
}

.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: 70px;
    padding-bottom: 70px;
}

.category-filter-box {
    margin-bottom: 35px;
    border-radius: 8px;
    background: #fff;
    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: #f9f9f9;
    font-size: 12px;
    color: #464b5c;
    padding: 6px 8px;
    border-radius: 4px;
}

.filter-sort-by .dropdown ul {
    padding: 0px;
    background-color: #fff;
    border: none;
    box-shadow: 0px 1px 5px 0px #c3c3c34f;
}

.filter-sort-by .dropdown ul .dropdown-item {
    padding: 6px 16px;
}

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

    .course-box-2 .course-image {
        width: 100%;
        padding: 10px 0px 10px 10px;
        max-width: 30%;
    }

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

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

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

    .course-box-2 .course-details .course-top-box {
        margin-bottom: 20px;
    }

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

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

    .course-box-2 .course-image img {
        border-radius: 10px 10px 0px 0px;
    }

    .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: -60px;
    }
}

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

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

.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: #8d00cf;
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 14.2px;
}

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

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

.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: #8d00cf;
    color: #fff;
    padding: 150px 0 50px;
}

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

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

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

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

.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, .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: 25px;
}

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

ul.pagination .page-item.active a,
ul.pagination .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

ul.pagination .page-item a,
ul.pagination .page-item .page-link {
    color: #3a3838;
    padding: 10px 18px;
    font-size: 17px;
    position: relative;
    display: block;
    line-height: 1.25;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    margin: 0px 6px;
}

ul.pagination .page-item a:hover,
ul.pagination .page-item .page-link:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    position: relative;
    color: #fff;
    z-index: 1;
}




/*
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;
    padding-top: 85px;
}

@media only screen and (max-width: 766px) {
    section.page-header-area.my-course-area {
        padding-top: 105px;
    }
}

section.page-header-area.my-course-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

section.page-header-area.my-course-area ul li {
    display: inline-block;
    margin-right: 30px;
}

section.page-header-area.my-course-area ul li a {
    font-weight: 700;
    display: block;
    border: 1px solid #C9C9C9;
    background-color: #f9f9f9;
    color: #000;
    padding: 8px 15px;
    border-radius: 5px;
    margin-bottom: 8px;
}

section.page-header-area.my-course-area ul li.active a,
section.page-header-area.my-course-area ul li a:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
}

section.my-courses-area .my-course-search-bar .input-group {
    width: 220px;
    margin-left: auto;
}

section.my-courses-area {
    padding: 40px 0;
}

.my-courses-area .my-course-search-bar input {
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #cacbcc;
}

.my-courses-area .my-course-search-bar .input-group-append button {
    background: #f2f3f5;
    border-color: #dedfe0;
    color: #a1a7b3;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.my-courses-area .my-course-search-bar .input-group-append button:hover,
.my-courses-area .my-course-search-bar .input-group-append button:focus,
.my-courses-area .my-course-search-bar input:focus+.input-group-append button {
    background: #007791;
    color: #fff;
    border-color: #007791;
}

.my-courses-area .row.no-gutters {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
}

.my-courses-area .course-box-wrap {
    padding: 0 10px;
}

.my-course-filter-bar.filter-box {
    position: relative;
    padding-top: 30px;
}

.my-course-filter-bar.filter-box>span {
    position: absolute;
    top: 0;
    left: 0;
    color: #686f7a;
    font-size: 13px;
}





.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: #8d00cf;
}

.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: var(--primary);
    border-color: var(--primary);
    font-weight: 600;
}

.edit-rating-modal .modal-footer button:hover,
.edit-rating-modal .modal-footer button:focus {
    background-color: #8d00cf !important;
    border-color: #8d00cf !important;
}

.edit-rating-modal .modal-footer button.previous {
    color: #007791;
    background-color: #fff;
    border-color: #007791;
}

.edit-rating-modal .modal-footer button.previous:hover,
.edit-rating-modal .modal-footer button.previous:focus {
    background-color: #e6f2f5 !important;
    border-color: #007791 !important;
}


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

.your-rating>input {
    display: none;
}

.your-rating>label:before {
    margin: 8px;
    font-size: 40px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005";
    font-weight: 900
}

.your-rating>.half:before {
    content: "\f089";
    position: absolute;
}

.your-rating>label {
    color: #dedfe0;
    float: right;
}

.your-rating>input:checked~label,
.your-rating:not(:checked)>label:hover,
.your-rating:not(:checked)>label:hover~label {
    color: #f4c150;
}

.your-rating>input:checked+label:hover,
.your-rating>input:checked~label:hover,
.your-rating>label:hover~input:checked~label,
.your-rating>input:checked~label:hover~label {
    color: #f4c150;
}


.edit-rating-modal .rating {
    margin-bottom: 30px;
    margin-top: 20px;
}

.edit-rating-modal .rating i {
    font-size: 30px;
}

.edit-rating-modal .modal-rating-comment-box textarea {
    width: 100%;
    height: 210px;
    resize: none;
    border-radius: 2px;
}

.edit-rating-modal .modal-rating-comment-box textarea:focus {
    border-color: #76c5d6;
}







/*
cart page
*/

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

.in-cart-box>.title,
.wishlisted-box>.title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #8d00cf;
    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: 10px;
}

.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: var(--primary);
    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: var(--primary);
    border-color: var(--primary);
    font-weight: 600;
    padding: 16px 12px;
}

.cart-sidebar .checkout-btn:hover,
.cart-sidebar .checkout-btn:focus {
    background-color: #8d00cf !important;
    border-color: #8d00cf !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: var(--primary);
}

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



















/*
user dashboard page
*/

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

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

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

.user-dashboard-sidebar {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    height: 100%;
}

.user-dashboard-area .user-box {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;

}

.user-dashboard-area .user-box img {
    border: 1px solid var(--primary);
    padding: 3px;
    height: 95px;
    width: 95px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.user-dashboard-area .user-box .name {
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px;
    text-align: left;
    margin-left: 15px;
}

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

.user-dashboard-sidebar .user-dashboard-menu ul a {
     display: flex;
    padding: 11px 15px;
    border-radius: 11px;
    font-weight: 600;
    border: 1px solid #ebcbe7;
    align-items: center;
}

.user-dashboard-sidebar .user-dashboard-menu ul a .icon {
    margin-right: 8px;
    background: var(--primary);
    padding: 6px 7px;
    border-radius: 17px;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

.user-dashboard-sidebar .user-dashboard-menu ul li:hover a .icon {
    background: #fff;
    color: var(--primary);
}

.side-nav-item:hover .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: var(--primary);
    border-color: transparent
}

.user-dashboard-sidebar .user-dashboard-menu ul li:hover a span.menu-text {
    color: #fff;
}

.user-dashboard-sidebar .user-dashboard-menu ul a svg path {
    fill: #000;
}

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

    color: #000;
    font-weight: 600;
    border: 1px solid var(--primary) !important;
    box-shadow: 0px 2px 3px -2px #a7a7a7;
}

.user-dashboard-sidebar .user-dashboard-menu ul a:hover svg path,
.user-dashboard-sidebar .user-dashboard-menu ul .active a svg path {
    fill: #fff;
}

.user-dashboard-sidebar .user-dashboard-menu ul a span.menu-text {
    padding-left: 8px;
}


.form-control {
    font-size: 14px;
    border-radius: 9px;
    border: 1px solid #ced4dabf;
}

.form-control::placeholder {
    font-size: 14px;
}

.input-group-text {
    border-radius: 9px;
    background-color: #eee0ed;
    border: 1px solid #e5b5e0;
}


.heading {
    font-size: 20px;
}

.sub-info-text {
    font-size: 14px;
    color: gray;
}

.label {
    font-size: 15px;
    margin-bottom: 9px;
    font-weight: 600 !important;
    color: #000;
}

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

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

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

.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: var(--primary);
    border-color: var(--primary);
    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: 8px;
    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: 8px;
}

.message-sender-list-box .message-sender-list .sender-name {
    font-size: 15px;
    font-weight: 700;
    color: #505763;
    margin-left: 15px;
}

.message-sender-list-box .message-sender-list .message-time {
    font-size: 13px;
    color: #686f7a;
}

.message-sender-list-box .message-sender-list .message-sender-head {
    margin-bottom: 10px;
}

.message-sender-list-box .message-sender-list .message-sender-body {
    padding: 0 43px;
    font-size: 13px;
    color: #686f7a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message-details-box {
    height: 100%;
    background: #fff;
    border-right: 1px solid #dedfe0;
    border-left: 1px solid #dedfe0;
}

.message-details-box .empty-box {
    padding-top: 55px;
}

.message-details-box .message-details .message-header a {
    display: block;
}

.message-details-box .message-details .message-header img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.message-details-box .message-details .message-header {
    min-height: 65px;
    padding: 10px;
    border-bottom: 1px solid #dedfe0;
}

.message-details-box .message-details .message-footer {
    padding: 10px;
    border-top: 1px solid #dedfe0;
    background: #fff;
}

.message-details-box .message-details .message-content {
    background: #fff;
    padding: 10px;
    overflow: auto;
    min-height: 200px;
    height: calc(100vh - 460px);
}

.message-details-box .message-details .message-content .message-box {
    max-width: 400px;
    min-width: 190px;
    padding: 15px;
    border-radius: 2px;
    margin-bottom: 10px;
    background: #f2f3f5;
    display: inline-block;
}

.message-details-box .message-details .message-content .message-box .message {
    white-space: pre-wrap;
    color: #505763;
    font-size: 15px;
    overflow-x: auto;
}

.message-details-box .message-details .message-content .message-box .time {
    color: #686f7a;
    font-size: 13px;
    margin-bottom: 10px;
}

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

.message-details-box .message-details .message-content .me {
    display: flex;
    justify-content: flex-end;
}

.message-details-box .message-details .message-footer textarea {
    border-radius: 2px;
    min-height: 100px;
}

.message-details-box .message-details .message-footer textarea:focus {
    border-color: #76c5d6;
}

.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: #8d00cf;
    vertical-align: middle;
}

.new-message-details .message-header i {
    font-size: 17px;
    height: 40px;
    width: 40px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #adadad;
    border-radius: 50%;
    color: #adadad;
    margin-right: 15px;
    margin-left: 10px;
}

.new-message-details .message-body {
    padding: 10px;
}

.new-message-details .message-body .cancel-btn {
    border: none;
    background: no-repeat;
    color: #007791;
}

.new-message-details .message-body textarea {
    min-height: 100px;
    border-radius: 2px;
    border-color: #cacbcc;
}

.new-message-details .message-body textarea:focus {
    border-color: #76c5d6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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









/*
purchase History page
*/
section.purchase-history-list-area {
    padding: 30px 0 50px;
}

.purchase-history-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

@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: 12px;
    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: auto;
    border-radius: 10px;
}

.purchase-history-list .purchase-history-course-title {
    font-weight: 600;
    font-size: 16px;
}

.purchase-history-list .purchase-history-course-title:hover {
    color: #003845;
}

.purchase-history-list .purchase-history-detail .btn-receipt {
    color: #007791;
    background-color: #fff;
    border: 1px solid #007791;
    padding: 2px 8px;
    font-size: 13px;
    line-height: 1.35135;
    border-radius: 2px;
}

.purchase-history-list .purchase-history-detail .btn-receipt:hover,
.purchase-history-list .purchase-history-detail .btn-receipt:focus {
    background-color: #e6f2f5;
}

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













/*
footer style
*/
@media (min-width: 1200px) {
    .custom-container {
        max-width: 1290px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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







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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filter_type ul li {
    margin-bottom: 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-weight: 600;
}

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

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

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

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

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

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

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

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

.back_to_home_btn:hover,
.back_to_home_btn:focus {
    background-color: #ffffff;
    border-color: #8d00cf;
    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 {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    background-color: #fff;
    color: #000;
    border-radius: 8px 8px 0px 0px;
}


/*SLIDE UP AND DOWN CSS STARTS*/
.bundle-slider {
    background-color: #fff;
    box-shadow: 0px 5px 5px #0000001a;
    overflow-y: hidden;
    max-height: 5000px;
    border-radius: 8px;

    /* 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: -16px;
}

.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;
    border-radius: 8px;
}

.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;
    border-radius: 8px;
}

.btn-buy-bundle:hover {
    background-color: #7ba529;
    border: 1px solid #7ba529;
    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: auto;
    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: 25px;
    }

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

    .bundle-buy-button {
        position: sticky;
        background-color: #f9f9f9;
        border-radius: 8px;
        padding: 10px;
        bottom: 27px;
        width: 100%;
    }
}

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

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

    .bundle-buy-button {
        position: absolute;
        background-color: #f9f9f9;
        border-radius: 8px;
        padding: 10px;
        bottom: 27px;
    }
}

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

.course-bundle-box {
    background-color: var(--primary)0d;
}

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

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

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

.btn.btn-sm {
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 8px;
}

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

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

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

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

.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: var(--primary);
}

.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-5 {
    border-radius: 5px 5px 0px 0px !important;
}

.radius-bottom-5 {
    border-radius: 0px 0px 5px 5px !important;
}

.btn-hover-gray.active,
.btn-hover-gray:hover,
.btn-hover-gray:focus {
    background-color: rgba(20, 23, 28, .05);
}

.radius-bottom-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.box-shadow-5 {
    box-shadow: 0px 1px 5px #0000001c !important;
}

.box-shadow-4 {
    box-shadow: 0px 1px 5px #0000001c !important;
}

.box-shadow-3 {
    box-shadow: 0px 0px 3px #0000001c !important;
}




.side-nav .menu-arrow {
    top: 7px;
}

.top-padding {
    padding-top: 100px;
}


.blog-box .card-img-top {
    height: 160px;
    object-fit: cover;
}

.h-400 {
    height: 400px;
    width: 100%;
    object-fit: contain;
}


.home-banner-area .home-banner-media {
    width: 100%;
    height: 450px;
    padding-top: 20px;
}

.home-banner-area .home-banner-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper {
    width: 100%;
    height: 100%;
}

.home-banner-area .swiper.banner-slide .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.home-banner-area .swiper.banner-slide:hover .swiper-button-next,
.home-banner-area .swiper.banner-slide:hover .swiper-button-prev {
    width: auto;
    opacity: 1;
    transition: all 0.5s;
}

.home-banner-area .swiper.banner-slide .swiper-button-next,
.home-banner-area .swiper.banner-slide .swiper-button-prev {
    width: auto;
    opacity: 0;
    transition: all 0.5s;
}

.home-banner-area .swiper.banner-slide .swiper-button-next:after,
.home-banner-area .swiper.banner-slide .swiper-button-prev:after {
    line-height: 1;
    font-size: 20px;
    width: 40px;
    font-weight: 900;
    height: 40px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-area .navbar .inline-form .search-box {
    width: calc(100% - 20%);
    margin: 0 auto;
}

.menu-icon-box .icon a.header-link {
    border: 1px solid transparent;
    margin: 0px;
    padding: 0px 10px;
    font-size: 14px;
    width: max-content;
    border-radius: 5px;
    height: 0;
    line-height: 0;
}


.menu-area .navbar .nav-box {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;

}

.category-header-area .breadcrumb {
    justify-content: center;
}

/* .category-header-area .breadcrumb {
    padding-top: 70px;
} */

.category-header-area .breadcrumb .display-6 {
    font-size: 35px;
    font-weight: 600 !important
}

.btn {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    z-index: 1;
    font-weight: 500 !important;
    font-size: 14px;
    padding: 6px 11px;
    border-radius: 8px;
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.5s;
    background: linear-gradient(270deg, #FF91FF -22.92%, #9C01A896 56.63%);
    z-index: -1;
}

.btn:hover:before {
    width: 100%;
}

.btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all 0.5s;
    background: linear-gradient(270deg, #FF91FF -22.92%, #9C01A896 56.63%);
    z-index: -1;
}

.btn:hover:after {
    width: 100%;
}





/* .footer-area {
    background: url('https://img.freepik.com/premium-photo/geometric-science-education-background-png-digital-remix_53876-1028328.jpg?w=826');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 10px 0;
    background-blend-mode: luminosity;
    position: relative;
}

.footer-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #124787;
    opacity: 0.8;
}

.footer-area::before {
    background-color: #fd0100c4;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.footer-area .footer-top {
    padding-top: 30px !important;
    padding-bottom: 0px;
    z-index: 999;
    position: relative;
}

.footer-area .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    position: relative;
}

.footer-area .footer-top .logo-img {
    width: 100%;
    height: auto;
    max-width: 250px;
}

.footer-area .footer-top .logo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-area .footer-top .footer-title {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    padding-left: 2rem;
    display: inline-block;
} */

.list-gap {
    padding-left: 2rem;
}

/** main-footer **/

.main-footer {
    position: relative;
    background: #000;
    overflow: hidden;
}
/* .main-footer:before{
    position: absolute;
    content: '';
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
     background: url(https://dev252.kodesolution.com/softeck/wp-content/uploads/2025/05/Shape-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
} */
.footer-top {
    position: relative;
    padding: 60px 0px 30px 0px;
}

.footer-top:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.footer-top .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 .main-footer .social-links li {
    position: relative;
    display: inline-block;
    float: left;
}


 .main-footer .social-links li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    z-index: 1;
    background:linear-gradient(270deg, #874987 -22.92%, #9C01A896 56.63%);
}


 .main-footer .social-links li a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transform: scale(0, 0);
    z-index: -1;
    transition: all 500ms ease;
    background: linear-gradient(270deg, #FF91FF -22.92%, #9C01A896 56.63%);
}


 .main-footer  .social-links li a:hover:before {
    transform: scale(1, 1);
}


 .main-footer  .social-links li a::before {
    background: linear-gradient(270deg, #f1e4f1 -22.92%, #d9c2db96 56.63%);
}

.main-footer .widget-section {
    position: relative;
    padding:35px 0px 35px 0px;
}

.main-footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 2rem;
}
.seprate-bg{
    padding: 20px;
    border-radius: 15px;
    background: #2a2428;
}

/* .main-footer .widget-title:before {
    position: absolute;
    content: '';
    background: #4D4D4D;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
 
}

.main-footer .widget-title:after {
    position: absolute;
    content: '';
    width: 43px;
    height: 2px;
    left: 0px;
    bottom: 0px;

} */

.main-footer .widget-title h3 {
   font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.pl-0 {
    padding-left: 0px !important;
}

.footer-widget__desc {
    font-size: 15px !important;
    margin-bottom: 20px;
    line-height: 24px;
    color: #ddddddc7 !important;
}

.main-footer .about-widget .widget-content p {
    font-size: 13px !important;
  font-weight: 300;
  line-height: 25px;
    color: #fff;
    margin-bottom: 5px;
}

.main-footer .about-widget .info li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 58px;
    color: #fff;
    padding-left: 57px;
}

.main-footer .about-widget .info li:last-child {
    line-height: 26px;
}

.main-footer .about-widget .info li:last-child i {
    top: 5px;
    background: #E0E0E0;
}

.main-footer .about-widget .info li:last-child {
    margin-bottom: 0px;
}

.main-footer .about-widget .info li a {
    color: #fff;
}

.main-footer .about-widget .info li a:hover {
    text-decoration: underline;
}

.main-footer .about-widget .info li i {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    background: #0D7DFC;
}

.main-footer .links-widget {
    margin-left: 25px;
}

.main-footer .links-widget .links-list li {
    position: relative;
    display: block;
    line-height: 35px;
}

.main-footer .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 19px;
    color: #ddddddc7 !important;
    padding-left: 20px;
    font-weight: 400;
}

.main-footer .shape .shape-1 {
  position: absolute;
    left: -47px;
    top: -143px;
    width: 500px;
    height: 345px;
   display: block;
    background: url(../../../frontend/default/img/cta-one-shape-2.webp);
    opacity: 0.4;
    transform: rotate(-71deg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}

.main-footer .shape .shape-2 {
    position: absolute;
    right: -60px;
    bottom: -20px;
    width: 252px;
    height: 199px;
    will-change: border-radius, transform, opacity;
    animation: heroShapeTwo 5s linear infinite;
    display: block;
    background: linear-gradient(97.57deg, rgba(41, 168, 223, 0.2) -5.91%, rgba(140, 198, 114, 0.2) 104.18%);
    opacity: 0.95;
}

.main-footer .shape .shape-3 {
    position: absolute;
    left: 0px;
    top: -80px;
    width: 408px;
    height: 372px;
    background-repeat: no-repeat;
}

.main-footer .shape .shape-4 {
    position: absolute;
   left: 1135px;
    top: 190px;
    width: 205px;
    height: 140px;
    background-repeat: no-repeat;
    animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

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



.main-footer .links-widget .links-list li a:before {
    position: absolute;
   content: "";
    left: 4px;
    top: 8px;
    width: 3px;
    background: #fff;
    height: 3px;
    border-radius: 100%;
}

.main-footer .gallery-widget .image-list {
    position: relative;
    margin: 0px -6px;
}

.main-footer .gallery-widget .image-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0px 6px;
    margin-bottom: 12px;
}

.main-footer .gallery-widget .image-list .image {
    position: relative;
    display: block;
    width: 114px;
    height: 83px;
    overflow: hidden;
    border-radius: 5px;
}

.main-footer .gallery-widget .image-list .image img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
}

.main-footer .gallery-widget .image-list .image:hover img {
    opacity: 0.3;
}

.main-footer .gallery-widget .image-list .image a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    font-size: 20px;
    color: #fff;
}

.main-footer .gallery-widget .image-list .image:hover a {
    transform: translate(-50%, -50%) scale(1, 1);
}

.main-footer .footer-bottom {
    position: relative;
    padding-bottom: 5px;
}

.main-footer .footer-bottom p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}

.main-footer .footer-bottom p a {
    color: #fff;
}

.social-links-alignment{
    display: flex;
    justify-content: end;
}


/*** 
@media only screen and (max-width: 991px) {
    .footer-area .footer-top .footer-title {
        padding-left: 0rem !important;
    }

    .list-gap {
        padding-left: 0rem !important;
    }
}
@media only screen and (max-width: 768px) {
 .footer-area .footer-top {
    padding-top: 10px !important;
 }
}
@media only screen and (max-width:360px){
  .footer-area .footer-top  .logo-img {
        max-width: 199px;
    }
    .footer-area{
        padding: 35px 0 10px 0 !important;
    }
}
/* .footer-area .footer-top .footer-title::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 2px;
    left: 50%;
    background-color: var(--primary);
    z-index: -1;
    transform: translatex(-40%);
} */

.section-head {
    margin-bottom: 55px !important;
}


.section-head h2,
.section-head .h2 {
    font-size: 30px;
    display: inline;
    padding-bottom: 5px;
}

.category-course-list .ebook-card {
    transition: all 0.5s;
    margin-bottom: 30px;
}

.category-course-list .ebook-card:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
}

.category-course-list .ebook-media {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
    padding: 13px;
    border-radius: 6px;
}

.category-course-list .ebook-card .ebook-media .view-details {

    transition: all 0.5s;
    z-index: 9;
}

.ebook-content .view-details {
    border-top: 1px solid #8080801c;
    padding-top: 12px;
    margin-top: 20px;
}

.category-course-list .ebook-card:hover .ebook-media .view-details {
    transition: all 0.5s;
    top: 50%;
}


.category-course-list:hover {
    transition: all 0.5s;
}

.ebook-card:hover .ebook-media img {
    filter: grayscale(6);
}


.category-course-list .ebook-card .ebook-media .price-tag {
    position: absolute;
    top: -40px;
    left: 0;
    text-align: center;
    width: 100%;
    transition: all 0.5s;
    padding: 0 10px;
}

.category-course-list .ebook-card:hover .ebook-media .price-tag {
    top: 0;
    transition: all 0.5s;
}

.category-course-list .ebook-media .price-tag .buy-button {
    background-color: var(--primary);
    color: #fff;
    font-weight: 600;
    padding: 6px;
    font-size: 20px;
    border-radius: 0 0 10px 10px;
}

.category-course-list .ebook-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.card.ebook-card {
    border: none;
    background: #fff;
    box-shadow: 0 0 2px 2px rgb(255, 203, 203);
    border-radius: 10px;
    padding: 2px;
}

/* .ebook-card .price-tag{
    position: absolute;
    top: 10px;
    right: 10px;
} */
.category-course-list .ebook-content {
    padding: 15px 5px;
}

.ebook-content .title {
    font-size: 19px;
    font-weight: 600;
    color: #2a2d63;
}

.content-box-wrapper {
    padding: 20px;
    border-radius: 10px;
    transition: all 0.5s;
    background-color: #fff;
}


.content-box-wrapper .section-head {
   border-bottom: 1px solid rgb(198 205 209 / 47%);
    font-size: 25px;
    color: var(--primary);
    padding-bottom: 13px;
    padding-left: 20px;
    margin-bottom: 23px !important;
    position: relative;
}
.section-head::after {
    content: '';
    position: absolute;
   position: absolute;
    left: 6px;
    bottom: 9px;
    width: 40px;
    height: 40px;
    /* background: radial-gradient(circle at center, #cb9dde73 60%, transparent 100%); */
    background: url(../../../frontend/default/img/star.png);
    transform: translateX(-50%) scale(0.5);
    transition: all 0.35s cubic-bezier(.77, 0, .18, 1);
    background-repeat: no-repeat;
    background-size: contain;
}
.home-banner-wrap .title {
    margin-bottom: 20px;
    font-size: 37px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
}

.content-box-wrapper .site-text-white {
    font-size: 15px;
    font-weight: 500;
    line-height: 29px;
}

.ebook-card .ebook-content .ebook-info .content {
    display: flex;
    align-items: center;
}

.ebook-card .ebook-content .ebook-info .content .side-content {
    font-weight: 700;
    margin-right: 5px;
}


/* welcome section code */

.hero-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(30deg, #000000c7 0%, rgb(141 31 180 / 50%) 100%);
    background-size: 300% 300%;
    z-index: 1;
}

/* .hero-section::after {
    position: absolute;
    content: '';
    width: 885px;
    height: 800px;
  
    background-color: #450550bd;
    left: -90px;
    top: -87px;
    border-radius: 100%;
    z-index: 1;
} */


.hero-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-section .search-container {
    position: relative;
    margin-bottom: 40px;
}

.hero-section .search-bar {
    padding: 15px 20px;
    border-radius: 40px !important;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    background: #d2a1e008;
    width: 100%;
    box-shadow: 0 2px 2px rgb(239 239 239);
    border: 1px solid #ffffff70;
    transition: all 0.3s ease;
}

.hero-section .search-bar.form-control::placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}

.hero-section .search-bar:focus {
    box-shadow: 0 5px 20px rgba(108, 99, 255, 0.3);
}

.hero-section .search-btn {
    position: absolute;
    right: 14px;
    width: 42px;
    text-align: center;
    top: 5px;
    height: calc(100% - 9px);
    border-radius: 43px;
    background: #ffffff;
    color: var(--primary);
    border: none;
    padding: 10px 14px;
    transition: all 0.6s ease;
    font-size: 17px;
}

.hero-section .search-btn:hover {
    transition: all 0.6s ease;
    background: var(--primary);
    color: #fff;
}

@media only screen and (max-width:1240px) {
    .hero-section::after {
        width: 840px;
    }
}

@media only screen and (max-width:1160px) {
    .hero-section .main-title {
        font-size: 45px !important;
        color: #fff;
    }

    .hero-section::after {
        left: -165px;
    }
}

@media only screen and (max-width: 1080px) {
    .hero-section {
        padding: 55px 0 15px 0;
        height: 490px !important;
    }

    .hero-section::after {
        left: -195px !important;
    }

    .user-img-shape {
        width: 405px !important;
        margin-left: 45px;
        margin-top: 13px;
    }
}

@media only screen and (max-width: 464px) {
    .hero-section .search-btn {
        right: 15px;
        width: 32px;
        top: 8px;
        height: calc(100% - 15px);
        padding: 5px 7px;
    }
}

.hero-section .hero-btn {
   padding: 20px 55px 15px 55px;
    line-height: 18px;
    border-radius: 50px;
    font-weight: 600;
   transition: all 0.3s ease;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    z-index: 1;
}

.hero-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    z-index: -1;
}

.hero-btn:hover::before {
    width: 100%;
}

.hero-section .btn-primary {
    background: #fff !important;
    border: 0px solid #fff !important;
    color: #000000bd;
}

.hero-section .btn-primary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.hero-section .btn-outline {
    border: 2px solid white !important;
    color: white;
    background: transparent;
}

.hero-section .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.hero-image-container {
    position: relative;
    z-index: 1;
}

.hero-image {
    border-radius: 20px;
    transition: all 0.5s ease;

}


.hero-section .vector-img-7 {
    /* position: absolute;
    right: 0;
    bottom: 5px;
    width: 153px;
    height: 165px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 6s infinite linear;
    animation: zoom-fade 6s infinite linear; */
    position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../../../frontend/default/img/9.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
 z-index: 1;
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hero-section .main-title {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
}

.hero-section .lead {
    color: #ffffffd9;
   font-weight: 300;
    font-size: 19px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 1024px) {
    .hero-section .main-title {
        font-size: 53px;
    }

    .lead {
        font-size: 15px;
    }
    .design-1 .content-col {
        position: relative;
        z-index: 2;
        padding-top: 70px;
    }
}
@media only screen and (max-width:1000px){
    .design-1 .content-col {
        position: relative;
        z-index: 2;
        padding-top:70px !important;
    }
    .hero-section .search-container {
    position: relative;
    margin-bottom: 32px;
    }
    .hero-section .hero-btn{
        padding: 15px 22px 11px 22px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .hero-section .search-container {
        position: relative;
        margin-bottom: 30px;
    }

    .hero-section .hero-btn {
        padding: 15px 16px;
    }

    .hero-section .main-title {
        font-size: 50px;
    }

    .lead {
        font-size: 16px;
    }
    .design-1 .content-col {
        position: relative;
        z-index: 2;
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 768px) {

    .hero-section .main-title {
        font-size: 35px;
    }

    .lead {
        font-size: 15px;
    }

    .hero-section .search-container {
        position: relative;
        margin-bottom: 25px;
    }
    .footer-bottom{
       text-align: center;
    }
    .social-links-alignment{
        justify-content: center;
    }
        .design-1 .content-col {
        padding-top: 18px !important;
    }
    .hero-section .lead {
        font-size: 16px;
    }
    .hero-section .hero-btn {
        padding: 9px 16px;
        font-size: 13px;
    }
    .hero-section {
        padding: 108px 0 !important;
        
    }
}

@media only screen and (max-width: 520px) {
    .hero-section .main-title {
        font-size: 32px;
    }

    .hero-section .search-container {
        position: relative;
        margin-bottom: 18px;
    }

    .hero-section .hero-btn {
        padding: 10px 26px;
        font-size: 12px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 464px) {
    .hero-section .main-title {
        font-size: 30px;
    }

    .hero-section {
        padding: 115px 0 !important;
    }

    .hero-section .search-bar {
        padding: 13px 50px 13px 14px;
    }

    .hero-section .hero-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 360px) {

    .hero-section .main-title {
        font-family: var(--title-font) !important;
        font-size: 28px;
    }

    .lead {
        font-size: 13px;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 340px) {
    .hero-section .main-title {
        font-size: 27px !important;
    }
}
/* .floating {
    animation: floating 3s ease-in-out infinite;
}

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

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
} */

.shape {
    position: absolute;
    z-index: 0;
}

.vector-1 {
      position: absolute;
    z-index: 0;
    top: -25px;
    right: 0;
   width: 435px;
    height: 545px;
    opacity: .50;
     background: url(../../../frontend/default/img/cta-one-shape-2.webp);
     background-repeat: no-repeat;
    animation: pulse 4s ease-in-out infinite;
}

.shape-2 {
    bottom: 10%;
    right: 10%;
    width: 80px;
    height: 80px;
    background: var(--secondary-color);
    opacity: 0.1;
    border-radius: 50%;
    animation: pulse 5s ease-in-out infinite;
}

.shape-3 {
    top: 50%;
    right: 20%;
    width: 40px;
    height: 40px;
    background: white;
    opacity: 0.1;
    border-radius: 10px;
    transform: rotate(45deg);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


/* welcome design-1 css */
body {
    overflow-x: hidden;
}

.hero-section {
    position: relative;
    padding: 50px 0 15px 0;
    color: white;
    overflow: hidden;
    height: 580px;

}

@media only screen and (max-width: 991px) {
    .hero-section {
        padding: 115px 0 !important;
        height: 490px;
    }
}

@media only screen and (max-width: 1024px) {
    .hero-section {
        padding: 60px 0 15px 0;
    }

    .hero-section::after {
        width: 790px !important;
    }
}

@media only screen and (max-width: 992px) {
    .hero-section .main-title {
        font-size: 39px !important;
    }
}

@media only screen and (max-width:991px) {
    .hero-section::after {
        width: 940px !important;
        height: 785px;
        left: -90px !important;
    }

    .hero-section {
        height: 450px !important;
    }

    .hero-section .main-title {
        font-size: 45px !important;
    }

}

@media only screen and (max-width:895px) {
    .hero-section::after{
        width: 895px !important;
    }
}
@media only screen and (max-width:810px) {
    .hero-section::after{
        width: 820px !important;
    }
}
@media only screen and (max-width:735px) {
    .hero-section::after{
        width: 750px !important;
    }
}
@media only screen and (max-width:675px) {
    .hero-section::after{
        width:700px !important;
    }
}
@media only screen and (max-width:600px){
    .hero-section .main-title {
        font-size: 38px !important;
    }
    .hero-section .lead{
        line-height: 26px;
    font-weight: 300;
    font-size: 16px;
    }
        .hero-section::after {
        width: 650px !important;
    }

        
}
@media only screen and (max-width: 470px) {
    .hero-section .main-title {
        font-size: 32px !important;
    }
     .hero-section .search-container .form{
        margin-bottom: 70px;
    }
}
@media only screen and (max-width:400px) {
    .hero-section {
        padding: 110px 0 !important;
    }

    .hero-section .main-title {
        font-size:30px !important;
    }

}

@media only screen and (max-width:360px) {
    .hero-section {
        height: 490px !important
    }
        .hero-section .lead {
        line-height: 24px;
        font-weight: 300;
        font-size: 14px;
    }
}

.design-1 {

    background: linear-gradient(135deg, #4158d0, #c850c0, #ffcc70);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    /* animation: gradientBackground 15s ease infinite; */
    color: white;
}

.design-1 .shape {
    position: absolute;
    border-radius: 50%;
    background: rgb(232 234 241);
    backdrop-filter: blur(5px);
    z-index: 1;
}

.design-1 .shape-1 {
    width: 280px;
    height: 280px;
    top: -100px;
    left: -100px;
}

.design-1 .shape-2 {
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 10%;
    background: rgb(227 221 221);
}

.design-1 .shape-3 {
    width: 50px;
    height: 50px;
    top: 30%;
    right: 30%;
    background: rgb(255 255 255 / 95%);
}

.design-1 .content-col {
    position: relative;
    z-index: 2;
    padding-top: 110px;
    text-align: center;
}

.design-1 h1 {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 700;
    color: white;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.design-1 .hero-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    z-index: -1;
    border-radius: 20px;
}

.design-1 .hero-btn:hover:before {
    width: 100%;
}

/* .design-1 .hero-btn:hover:before {
    width: 100%;
    height: 100%;
    rotate: -22deg;
} */

.design-1 .hero-image-container {
    position: relative;
    z-index: 2;
}

.design-1 .image-wrapper {
    position: relative;
    perspective: 1000px;
}

.design-1 .hero-image {
    border-radius: 20px;

    /* transform: rotateY(-10deg); */
    transition: all 0.5s ease;
    /* animation: float 6s ease-in-out infinite; */
}

/* .design-1 .image-wrapper:hover .hero-image {
    transform: rotateY(0deg) scale(1.03);
} */

.design-1 .floating-element {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.design-1 .elem-1 {
    top: 14%;
    left: 60px;
    animation: float 5s ease-in-out infinite;
}

.design-1 .elem-2 {
    top: 46px;
    right: -20px;
    animation: float 7s ease-in-out infinite 1s;
}

.design-1 .elem-3 {
    bottom: 0px;
    left: -36px;
    animation: float 6s ease-in-out infinite 0.5s;
}

.design-1 .elem-4 {
    bottom: 10%;
    right: 10%;
    animation: float 8s ease-in-out infinite 1.5s;
}

.design-1 .animated-text {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.2s;
}

.design-1 .animated-text-delay {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.4s;
}

.design-1 .animated-text-delay-2 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.6s;
}

.design-1 .animated-text-delay-3 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.8s;
}

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

    50% {
        transform: translateY(-20px);
    }

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

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gradientBackground {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.user-img-shape {
    width: 490px;
    margin-left: 45px;
}

/* .user-img-shape::before {
    position: absolute;
    content: "";
    left: 22%;
    top: 16%;
    width: 75%;
    height: 375px;
    background: #f1ecf42e;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    z-index: 0;
    -webkit-animation: sliderShape 5s linear infinite;
} */

@keyframes sliderShape {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}


/* lanuage card */


.language-card {
    width: 100%;
    height: 320px;
    padding: 15px 5px;
    border: none;
    position: relative;
    background: #fff;
    transition: all 0.4s ease;
    border-radius: 9px;
    box-shadow: rgb(229, 181, 224) 0px 3px 8px !important;
    overflow: visible !important;
}

/* .language-card::before,
.language-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    transition: all 0.5s ease;
} */

/* .language-card::before {
    top: 0;
    left: 0;
    border: 2px solid transparent;
    z-index: -1;
    border-radius: 9px;
}

.language-card::after {
    bottom: 0;
    right: 0;
   
    background: linear-gradient(135deg, #792c91, #b38dc7);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.1;
    z-index: 0;
}

.language-card:hover::before {
    border-color: #28abf452;
    transform: scale(0.95);
}

.language-card:hover::after {
    clip-path: polygon(0% 0, 0% 0%, 0 0%);
    background-color: #fff;
    opacity: 0.2;
} */

.language-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.card-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}


.language-icon-wrapper {
    position: relative;
    display: inline-block;
    border: 1px solid #9c01a842;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    padding: 5px;
    line-height: 67px;
    margin-bottom: 10px;
    z-index: 999;
}

.language-icon {
    font-weight: 600;
    margin-bottom: 5px;
    transition: all 0.5s ease;
    position: relative;
    font-size: 30px;
}

.language-card .card-title {
    font-weight: 600;
    margin-bottom: 5px;
    transition: all 0.5s ease;
    position: relative;
    font-size: 16px;
}

.language-card:hover .card-title::after {
    width: 50px;
}

.pointer {
    position: absolute;
    top: -15px;
    left: -5px;
    z-index: 999;
    width: 100%;
}

.btn-outline-primary {
    border-color: #990db380;
    color: var(--primary);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.badge-hexagon {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 8px 6px 8px 17px;
    clip-path: polygon(13% 0%, 100% 0%, 100% 57%, 100% 100%, 13% 100%, 0% 56%);
    z-index: 10;
}

.badge-hexagon.bg-gridient {
    background: linear-gradient(135deg, #792c91, #b38dc7);
}

.section-bg {
    background-color: #f6f2f94d;
}

.language-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #ffffff8c;
    padding-bottom: 10px;
}


.badge-design .badge-hexagon {
    position: absolute;
    right: -20px;
    top: 49%;
    transform: translateY(-27%);
}

.badge-design .badge-hexagon.shape-space {

    top: -11px !important;
    padding: 9px 20px 9px 30px;
    clip-path: polygon(18% 0%, 100% 0%, 100% 47%, 100% 100%, 18% 100%, 0% 55%);

}

.coach-type-card {
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    height: 100%;
}

.coach-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.coach-type-header {
    padding: 2rem;
    color: white;
    text-align: center;
}

.free-coach-header {
    background: linear-gradient(135deg, #20bf55 0%, #01baef 100%);
}

.paid-coach-header {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
}

.languages-section {
    background-color: #fff;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.languages-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('<?php echo base_url("assets/frontend/default/img/pattern.png"); ?>');
    opacity: 0.05;
}

.language-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

@media only screen and (max-width:991px) {
    .languages-section {
        padding-bottom: 0px !important;
    }
}

.section-heading {
   position: relative;
    display: inline-block;
    margin-bottom: 10px;
    color: #100a0ac7;
    z-index: 24;
}

.section-title-icon {
  margin: -3px 5px 0px 0px;
}

.section-title__tagline-box {
  position: relative;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.section-title__tagline-border {
  position: relative;
  display: block;
  width: 40px;
  border: 1px dashed var(--primary);
  margin-bottom: 15px;
}


.title-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.title-decoration .dashed {
  
  border-top: 2px dashed var(--primary);
width: 90px;
}

.title-decoration .dot {
     width: 8px;
    height: 8px;
    background: #9c01a8cf;
    border-radius: 50%;
}

.title-decoration .bar {
  width: 2px;
  height: 18px;
  background: #555; /* solid vertical bar */
}




.section-heading:after{
    
}
.section-heading:before{

}
.coach-badge {
    z-index: 2;
}

.sub-heading {
    line-height: 26px;
    font-weight: 500;
    font-size: 16px;
    color: #464444cf;
}

/* .section-heading::after {
    content: '';
    position: absolute;
    left: 25px;
    bottom: -32px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle at center, #cb9dde73 60%, transparent 100%);
    border-radius: 50%;
    transform: translateX(-50%) scale(0.5);
    transition: all 0.35s cubic-bezier(.77, 0, .18, 1);
    z-index: -1;
} */

@media only screen and (max-width: 360px) {
    .section-heading {
        font-size: 20px;
    }

    .sub-heading {
        line-height: 21px;
        font-size: 14px;
    }
}

/* Avatar Card Styling */
.coach-card {
  transition: all 0.5s ease-in-out;
    border-radius: 14px !important;
    
   
     box-shadow: rgba(160, 32, 238, 0.6) 0px 0px 4px;
    background-color: #fff;
    overflow: visible !important;

}

.coach-detail-card .coach-info {
    overflow: hidden;
    position: relative;
    padding: 15px 15px;
}


.media-div{
    background:#c99fd32b;
    border-radius: 13px 13px 0px 0px;
    padding: 10px;
}
.coach-avatar {
      width: 160px;
   height: 160px;
    object-fit: contain;
    position: relative;
    background: #f4e1f378;
    border-radius: 100%;
    z-index: 2;
  
    margin: auto;
    text-align: center;
    display: inline-block;
}

.coach-info {
    z-index: 2;
}


.coach-card:hover {
    transform: translateY(-10px);
    
}


.coach-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-weight: 600;
}

.coach-info {
   padding: 15px 15px;
}

.coach-card .card-footer {
    padding: 11px 0 0 0;
}

.coach-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.5rem;
    text-transform: capitalize;
}

.coach-language {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 5px;
}

.coach-description {
    margin: 12px 0px;
    color: #242323c4;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
}

.coach-action {
    margin-top: 10px;
    border-top: 0;
    background-color: transparent;
}

.inner-card-title {
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .inner-card-title {
        font-size: 16px;
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 576px) {
    .inner-card-title {
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 11px !important;
    }
}

.form-select {
    border-radius: 9px;
  border:1px solid #e5b5e0;
    background: #e5b5e01f;
    font-size: 14px;
}

.custom-shadow {
    box-shadow: rgb(229, 181, 224) 0px 3px 8px !important;
}



.calendar-date {
    width: 30px;
    height: 30px;
    background: #f0f4ff;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    margin-right: 8px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;


}

.table>:not(caption)>*>* {
    box-shadow: none !important;
}

.table thead tr th {
    background:#ead7f1;
    border-bottom: 0px;
    color: #262e32;
    font-weight: 600;
}

.table th,
table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #fff;
    font-size: 14px !important;
}

.table tbody {
    vertical-align: middle;
    font-weight: 500;
    color: #463f3f !important;
}

table tbody th {
    background: #ace2fb4a;
    color: #262e32;

}

tbody tr:nth-child(odd) {
    background-color:#ead7f133;
}

tbody tr:nth-child(even) {
    background-color:#cdb7d542;
}

table tr:last-child td {
    border-bottom: none;
}

tfoot {
   background-color: #ead7f1;
    border-top: 1px solid #ead7f1;
}

tfoot tr td {
    padding: 12px 4px !important;
}

table tr:hover {
    background: #f2f3f5;
}

.invoice-text {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 5px;
}

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

.p-name,
.p-mail {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #645c5c;
}

.about-us {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #f1e7e7;
}

.newsletter {
    border: 1px solid #ffffffab;
    border-radius: 11px;
    padding: 3px;

}

.newsletter .form-control {
    font-size: 14px;
    background: transparent;
    border: 0px;
}

.newsletter .form-control:focus {
    font-size: 14px;
    color: #fff;
    background: transparent;
    box-shadow: none;
}

.newsletter .form-control::placeholder {
    font-size: 14px;
    color: #fff;
}

.overflow-visible {
    overflow: visible !important;
}




.category-header-area .breadcrumb-container {
    padding: 3rem 0;
}



@media only screen and (max-width: 740px) {
    .category-header-area .breadcrumb .display-6 {
        font-size: 40px;
        font-weight: 600 !important;
    }

    .sub-heading {
        padding: 0;
    }

    .breadcrumb-row {
        width: max-content;
    }

    .dropdown-user-info .user-details .user-name {
        font-size: 14px;
    }

    .dropdown-user-info .user-details .user\-name {
        display: flex;
        align-items: self-start;
        justify-content: start;
    }

    .custom-btn {
        flex-direction: column;
        gap: 10px;
    }

    .custom-body {
        padding: 20px 0 !important;
    }

    .custom-card-header {
        flex-direction: column;
        gap: 10px !important;
    }

    .custom-btn {
        margin: 10px 0;
    }

    .custom-input {
        margin-bottom: 10px;
    }

    .footer-bottom .footer-social-link {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 576px) {
    .category-header-area .breadcrumb-container {
        padding: 2rem 0;
    }

    .category-header-area .breadcrumb .display-6 {
        font-size: 25px;
    }

    .avatar-square {
        width: 230px !important;
        height: 350px;
    }
}
@media only screen and (max-width: 490px){
.page-title-header {
    padding-top: 70px;
}
section.category-header-area h1 {
    font-size: 35px;
}
}
@media only screen and (max-width:360px) {
    .category-header-area .breadcrumb-container {
        padding: 2rem 0;
    }

.page-title-header {
        padding-top: 80px;
    }
    section.category-header-area h1 {
        font-size: 28px;
    }
    .category-header-area .breadcrumb .display-6 {
        font-size: 18px;
    }
}

@media (max-width:650px) {
    .hero-btn {
        flex-direction: column;
    }
}

.login-left-img {
   width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 20px;
}

.login-left-img img {
    max-width: 430px;
    height: auto;
    transform: scale(1);
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .login-left-img img {
        max-width: 610px;
    }
}

@media only screen and (max-width: 1150px) {
    .login-left-img img {
        max-width: 585px;
        transform: scale(1.1);
        bottom: 19px;
    }
}

@media only screen and (max-width: 1150px) {
    .div-none {
        display: none;
    }
}

.btn.outline-btn {
    border: 1px solid #fff;
    border-radius:9px;
    padding: 6px 15px;
    font-size: 14px;
    color: #fff;
    transition: 0.5s;
}

.btn.outline-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    z-index: -1;
    background: #FFF;
    color: #000;
    transition: 0.5s;
}

.btn.outline-btn:hover::before {
    left: 0px;
}

.btn.outline-btn:hover {
    color: #fff;
}


.title-icon {
    background: #fff;
    width: 35px;
    text-align: center;
    height: 35px;
    color: #000000de;
    line-height: 35px;
    margin-right: 6px;
    border-radius: 12px;
}

.custom-card {
    border-radius: 10px;
    border: 0px;
}

@media only screen and (max-width:768px) {
    .btn.outline-btn {
        padding: 6px 10px;
        font-size: 12px;
    }

    .title-icon {
        width: 30px;
        height: 30px;
        line-height: 32px;
        font-size: 13px;
        margin-right: 6px;
        border-radius: 8px;
    }

}

@media only screen and (max-width:576px) {
    .title-icon {
        margin-bottom: 11px;
        margin-top: 8px;
    }

    .btn.outline-btn {
        padding: 6px 7px;
        font-size: 10px;
    }
}

@media only screen and (max-width:360px) {
    .btn.outline-btn {
        padding: 7px 7px;
        font-size: 11px;
        width: 100%;
    }
}



/* already-Purchased badge style*/
.Purchased-badge {
    position: absolute;
  top: 0px;
    left: -1px;
    z-index: 999;
    width: 100%;
}

.already-Purchased {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

/* .already-Purchased {
    --f: .5em;
    position: absolute;
    top: -3px;
    right: -11px;
    line-height: 1.8;
    padding-inline: 1lh;
    padding-bottom: 7px;
    border-image: conic-gradient(#0008 0 0) 51%/var(--f);
    clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
    transform-origin: 0% 100%;
} */

.already-Purchased  {
  --f: .5em; /* control the folded part */
  
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  background-color: #F07818; /* the main color  */
}

.already-Purchased.bg-primary {
    background-color: var(--primary) !important;
    color: #fff;
}

.already-Purchased.bg-danger {
    background-color: #ec5252 !important;
    color: #fff;
}

/* already-Purchased badge style end*/


/* free badge style */
.free-badge-position {
    position: absolute;
   top: 0px;
    right: 10px;
    z-index: 999;
}

.badge-free {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.badge-free {
    --f: .5em;
    position: absolute;
    top: -3px;
    right: -11px;
    line-height: 1.8;
    padding-inline: 1lh;
    padding-bottom: 7px;
    border-image: conic-gradient(#0008 0 0) 51% / var(--f);
    clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((1 - cos(45deg)) * 100%), -100%) rotate(45deg);
    transform-origin: 0% 100%;
}

.badge-free.bg-success {
    background-color: green;
    color: #fff;
}

/* free badge style end */


/* price badge style */


.price-badge-position {
    position: absolute;
   top: 10px;
    right: 7px;
    z-index: 999;
}

.price-badge {
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.price-badge {
    /* --f: .5em;
    --r: .8em;
    position: absolute;
    right: 20px;
    top: calc(-1*var(--f));
    padding: 9px 3px 0px 2px;
    background: #C8CF02;
    border-right: var(--f) solid #0005;
    border-bottom: var(--r) solid #0000;
    clip-path: polygon(calc(100% - var(--f)) 0, 0 0, 0 100%, calc(50% - var(--f)/2) calc(100% - var(--r)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) var(--f), 100% var(--f)); */

    display: inline-block;
    padding: 10px 10px 7px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #9c01a8d1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 29px;
    box-shadow: rgb(241, 221, 240) 0px 7px 29px 0px;
}

.price-badge.price-bg {
    background: #fff;
    color: #000000b0;
}

/* price badge style end */

.btn.button-primary {
    background-color: var(--primary) !important;
    color: #fff;
}

.btn.button-primary:hover {
    background-color: var(--primary-color) !important;
}

.tool-logo {
    width: 200px;
    object-fit: contain;
}

.footer-top::before {
    background: linear-gradient(270deg, #FF91FF00 -22.92%, #9C01A869 56.63%);
}

.main-footer .widget-title::after {
    background: linear-gradient(270deg, #FF91FF -22.92%, #9C01A896 56.63%);
}

figure {
    margin: 0 0 0rem;
}

@media only screen and (max-width:1199px) {

    .custom-btn {
        flex-direction: column;
        gap: 10px;
    }
}

@media only screen and (max-width:768px) {

    .tool-logo {
        width: 100%;
        max-width: 200px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:576px) {
    .form-select.w-auto {
        width: 100% !important;
    }

    .tool-logo {
        max-width: 200px;
    }
}

.sign-in-box.btn-group {
    align-items: center;
}

.coach-action-buttons {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    border-top: 1px dashed #80808075;
    padding-top: 10px;
}

.coach-action-buttons .btn {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coach-action-buttons .btn-primary {
    background: linear-gradient(270deg, #9a36b1 -22.92%, #9a36b1 56.63%);
    border: none;
    color: white;
}

.section-bg-shape {
    /* background: url('../../default/img/bg-image-4.jpg') no-repeat; */
    background-size: cover;
    background-position: center;
}

.text-btn {
    color: var(--primary);
    font-size: 17px;
    font-weight: 600;
}

@media only screen and (max-width:360px){
.mb-sm{
   margin-bottom: 2rem!important;
}
}

.form-select:focus{
        border-color: #e5b5e0;
}



.inner-form{
    background: #c9adcb4d;
    padding: 15px;
    border-radius: 11px;
}

.border-top-dashed{
    border-top: 1px dashed #e5b5e0;
}


.category-course-list-area.background-img{
    background-size: cover;
    background-position: top;
    z-index: 0;
    position: relative;
}

.instructor-box .icon-menu{
    color: #fff;
    text-transform: capitalize;
}


.border-dashed-bottom{
    border-bottom: 1px dashed #80808057;
}

.chatboat-type-badge{
     position: absolute;
    bottom: -15px;
    left: 6px;
    z-index: 999;
    width: 100%;
}
.chatboat-type-badge .chatboat-type{
   
    padding: 2px 7px;
    border-radius: 6px;
    border: 1px solid #9a36b1cc;
    font-size: 14px;
    background: #efd7fc;
}