.hidden{
    display:none;
}

/* scrollbar custom css */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #ccd3e5;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #a2adc8;
}


/*End here*/


/*custom card style*/

.sidebar-nav>ul>li>a.active {
    background: transparent;
}

.custom-card-border-radius {
    border-radius: 2rem !important;
}

.logout-icon i {
    font-size: 20px;
    color: #f46d55;
    vertical-align: middle;
}

.logout-icon i:before {
    transform: scaleX(-1);
}

.cart-notification {
    position: absolute;
    font-size: 9px;
    color: #ffffff;
    border-radius: 50%;
    top: 9px;
    right: 9px;
    font-weight: 600;
    text-align: center;
    width: 16px;
    height: 16px;
    padding: 4px 0;
}


/* Font-size */

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

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

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

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-31 {
    font-size: 31px;
}

.fs-32 {
    font-size: 32px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.color-blue {
    color: #112ce6;
}

.text-decoration-underline {
    text-decoration: underline;
}

.br-8 {
    border-radius: 1rem !important;
}


/* Font-size */


/* Course card */

.course-card {
    border-radius: 2rem !important;
}

.course-card .card-header {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
    border: 0
}

.course-card .card-footer {
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
    border: 0
}

.course-card.disabled {
    background: #c0c0c0;
}

.course-card.disabled:after {
    content: '';
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    border-radius: 2rem;
    z-index: 0;
}

.course-card.disabled:before {
    content: 'Available soon';
    position: absolute;
    background: #f1b554;
    padding: 1rem 1.6rem;
    top: 26px;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    color: #ffffff;
    font-weight: bold;
    z-index: 1;
}

.course-card .course-img {
    height: 170px;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background-size: cover;
    background-position: 0 -10px;
    background-repeat: no-repeat;
}

.course-card .card-title {
    color: #E86E58;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-card .card-body {
    padding: 2rem 1.5rem;
    font-size: 14px;
    min-height: 200px;
}

.course-card .course-footer {
    position: relative;
    bottom: 5%;
    width: 100%;
    left: 0;
    padding: 0 0px;
}

.course-card .card-body .duration {
    font-size: 12px;
    font-weight: 600;
}

.completion-percentage {
    font-size: 16px;
    font-weight: 800;
}

.course-card .course-footer .duration .mdi-clock {
    font-size: 20px;
    vertical-align: middle;
}

.course-card .course-footer .custom-danger-btn,
.course-card .course-footer .custom-primary-btn {
    font-size: 12px !important;
    padding: 10px !important;
    font-weight: 500;
}


/* end */


/* Custom buttons */

.custom-primary-btn {
    background: #4e7524;
    border-radius: 2rem;
    color: #fff !important;
    padding: .7rem 1.5rem;
    font-size: 14px !important;
    white-space: break-spaces;
}

.custom-primary-block-btn {
    background: #4e7524;
    border-radius: 5px;
    color: #fff !important;
    padding: .7rem 1.5rem !important;
    font-size: 14px !important;
    white-space: break-spaces;
}

.custom-secondary-btn {
    background: #ffffff;
    border-radius: 2rem;
    color: #606060 !important;
    padding: .7rem 1.5rem !important;
    font-size: 14px !important;
    white-space: break-spaces;
}

.custom-dark-btn {
    background: #ffffff;
    border: 2px solid #222222;
    border-radius: 8px;
    color: #222222 !important;
    padding: .5rem 1.3rem !important;
    font-size: 14px !important;
    font-weight: 600;
    white-space: break-spaces;
}

.custom-icon-btn {
    background: #ffffff;
    padding: 10px 14px !important;
    border-radius: 50%;
}

.custom-primary-btn.btn-sm {
    padding: 3px 16px;
    font-size: 12px;
}

.custom-primary-btn:hover {
    color: #fff;
    background: #375715;
}

.custom-danger-btn {
    background: #e96e58;
    border-radius: 2rem;
    color: #fff !important;
    padding: 0.7rem 1.5rem;
    font-size: 14px !important;
    white-space: break-spaces;
}

.custom-warning-btn {
    background: #f1b554;
    border-radius: 2rem;
    color: #fff !important;
    padding: .4rem 1.5rem !important;
    font-size: 14px !important;
    white-space: break-spaces;
}

.custom-login-warning-btn {
    background: #f1b554;
    border-radius: 2rem;
    color: #fff !important;
    padding: .7rem 1.5rem !important;
    font-size: 14px !important;
    white-space: break-spaces;
}

.custom-danger-btn.btn-sm {
    padding: 4px 16px;
    font-size: 12px;
}

.custom-danger-btn:hover {
    color: #fff;
    background: #b8432e;
}

.custom-danger-course-btn {
    background: #e96e58;
    border-radius: 2rem;
    color: #fff !important;
    padding: .7rem 1.4rem !important;
    font-size: 14px !important;
    white-space: break-spaces;
}

.custom-light-btn {
    background: #e9ecef;
    border-radius: 2rem;
    color: #747474 !important;
    padding: 5px 30px !important;
    font-size: 15px !important;
    white-space: break-spaces;
}

.custom-success-btn {
    background: #4e7524;
    border-radius: 2rem;
    color: #fff !important;
    padding: 13px 30px !important;
    font-size: 15px !important;
    white-space: break-spaces;
}

.custom-success-btn:hover {
    background: #446b18;
}


/* end */


/* Colors: */

.color-orange {
    color: #e96e58;
}

.bg-orange {
    background-color: #e96e58 !important;
}

.color-black {
    color: #242626 !important;
}

.bg-light-yellow {
    background-color: #F2F7F5;
}

.bg-yellow {
    background-color: #f1b554;
}

.bg-green {
    background-color: #4e7524 !important;
}

.color-yellow {
    color: #f1b554;
}

.color-green {
    color: #4e7524;
}

.bg-light-grey {
    background-color: #f0f0f0;
}

.color-grey {
    color: #f0f0f0;
}

.color-normal {
    color: #707070;
}

.text-grey {
    color: #bfbfbf;
}


/*End*/


/* Section */

.banner-section {
    background-image: url(../images/landing-page.png);
    background-size: contain;
    background-position: top right;
    border-radius: 2rem;
    padding: 5rem 3rem;
    background-repeat: no-repeat;
    background-color: #E86E58;
    color: #ffffff;
}

.banner-section h1 {
    color: #ffffff;
    font-weight: 900;
    font-size: 40px;
}

.title-section h2 {
    font-size: 35px;
    font-weight: 600;
}

.title-section .back-link {
    color: #6f6f6f;
}

.title-section .back-link:hover {
    color: #e2634c;
}

.course-section .course-detail-card,
.my-transaction-card {
    border-radius: 1rem !important;
}

.course-section .course-detail-card h2 {
    color: #E86E58;
    font-weight: 800;
    line-height: 2.5rem;
    font-size: 30px;
    margin-bottom: 1.5rem;
}

.course-section .course-detail-card .short-course-desc {
    font-weight: 500;
}

.course-section .course-detail-card .course-duration-price .duration,
.course-section .course-detail-card .course-duration-price .price {
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
}

.course-section .course-detail-card .course-duration-price i {
    font-size: 20px;
    vertical-align: sub;
}

.course-section .course-detail-card .course-duration-price .price small {
    font-size: 9px;
    font-weight: 600;
}

.course-detail-card .demo-video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.course-detail-card .demo-video .play_button i {
    color: #fff;
    font-size: 3rem;
    background: #446b18;
    border-radius: 50%;
    padding: 0px 10px;
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.course-section .course-detail-card .sub-heading {
    font-weight: bold;
}

.course-section .course-detail-card .module-card {
    background: #f8ecea;
    border-radius: 3rem;
    padding: 2.5rem 3rem;
}

.course-section .course-detail-card .module-card .title {
    color: #e96e58;
    font-weight: 800;
}

.course-section .course-detail-card .module-card ol {
    padding-left: 1rem;
}

.course-section .course-detail-card .module-card ol>li::marker {
    font-weight: 800;
}

#sidebarnav.side-bottom-menu {
    position: absolute;
    bottom: 0;
}


/* #sidebarnav.side-bottom-menu li{
    margin-bottom: 0;
} */

#sidebarnav.side-bottom-menu li a {
    font-size: 12px;
    font-weight: 400;
}

.custom-sign-card .card-header {
    padding: 0 10px;
}

.custom-sign-card .card-header .card-header-tabs li.nav-item {
    border-top: 4px solid #ccc;
}

.custom-sign-card .card-header .card-header-tabs li.nav-item:has(a.active) {
    border-color: #4e7524;
}

.custom-sign-card .card-header .card-header-tabs li.nav-item a.nav-link {
    font-size: 18px;
    font-weight: 700;
    border-radius: 0;
    padding: 15px 10px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
    color: #2622b4;
}

.custom-sign-card .card-header .card-header-tabs li.nav-item a.nav-link.active {
    background-color: #ffffff;
    border-bottom: 0;
    color: #67757c;
    border-left: 0;
}

.custom-sign-card input {
    padding: 1rem;
    border: 1px solid #535353;
    font-size: 14px;
    padding-right: 2rem;
}

.custom-sign-card select {
    padding: 1rem;
    border: 1px solid #535353;
    font-size: 14px;
    height: 3.5rem !important;
}

.custom-sign-card textarea {
    padding: 1rem;
    border: 1px solid #535353;
    font-size: 14px;
}

.custom-sign-card .password-show-hide {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 25px;
    cursor: pointer;
    color: #2622b4;
}

.custom-sign-card form a {
    color: #2622b4;
}

.re-captcha-refresh-icon {
    position: absolute;
    top: 50%;
    right: 10%;
    font-size: 16px;
    transform: translateY(-50%);
    cursor: pointer;
}
.re-captcha-refresh-icon:before {
    padding-right: 10px;
}
.re-captcha-refresh-icon:hover {
    color: #2622b4;
}

.custom-sign-card form .sign-register-btn {
    border-radius: 4px;
    padding: 15px 0 !important;
    background: #4e7524;
    color: #ffffff;
}

.cart-table thead th,
.cart-table tbody td,
.cart-final-price tbody td {
    font-weight: bold;
    color: #222222;
}

.cart-table tbody td a {
    color: #112ce6 !important;
    font-size: 12px;
    font-weight: 600;
}

.cart-final-price tbody td {
    border: 0;
}

.custom-cart-qty-down,
.custom-cart-qty-up {
    border-radius: 50%;
    padding: 2px 9px;
    border: 2px solid #222222;
    background: #fff;
    cursor: pointer;
}

.custom-cart-qty-input {
    text-align: center;
    width: 65px !important;
    height: 30px;
    padding: 6px;
    border-radius: 5px !important;
    margin: 0 5PX;
    border: 2px solid #ccc;
    min-height: 30px;
    flex: none !important;
    color: #222;
    font-size: 14px;
}

.subscription_month {
    border-radius: 5px;
}

.cart-contact {
    padding: 26px;
    border-radius: 1rem;
}

.cart-contact a {
    color: #112ce6;
    text-decoration: underline;
    font-weight: 600;
}

.quotation-download {
    color: #112ce6 !important;
    font-weight: 600;
    font-size: 12px;
}

.cart-promo-code #discount {
    padding: 0 0.75rem;
}

.cart-promo-code .accordion-header {
    background: #f5f5f5;
    color: #222222;
    padding: 18px 30px;
    font-weight: 800;
    border-radius: 5px;
}

.cart-promo-code #discount-panel {
    padding: 1rem;
}

.cart-promo-code #discount-panel .input-group input {
    border: 2px solid #787878;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
    border-right: 0;
}

.cart-promo-code #discount-panel .input-group button {
    color: #111111;
    font-weight: 600;
    opacity: 1;
    background: #fff;
    border: 2px solid #222;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
}

.page-title {
    font-weight: 800;
    color: #222;
}


/* .dashboard .card-body, .course-detail-card .card-body{
    padding: 36px;
} */

.course-title {
    font-weight: 600;
    font-size: 20px;
}

.dashboard .progress,
.course-detail-card .progress {
    height: 40px;
}

.dashboard .progress-percentage,
.dashboard .duration,
.course-detail-card .progress-percentage,
.course-detail-card .duration {
    color: #4e7524;
}

.dashboard .progress-percentage .percentage,
.dashboard .duration .time,
.course-detail-card .progress-percentage .percentage,
.course-detail-card .duration .time {
    font-size: 22px;
    font-weight: 800;
}

.dashboard .licence-extend a,
.course-detail-card .licence-extend a,
.mylearning .licence-extend a {
    color: #112ce6;
    text-decoration: underline;
    font-weight: 600;
}

.mylearning .licence-extend {
    font-size: 12px;
}

.course-detail-card table {
    border-spacing: 0 15px;
    border-collapse: separate;
}

.course-detail-card table thead th {
    color: #f46d55;
    font-weight: 600;
}

.module-table-bg {
    background: rgba(78, 117, 36, 0.1);
    color: #4e7524;
    margin-bottom: 10px;
}

.module-table-bg.light {
    background: rgb(240, 240, 240);
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px;
}

.module-table-bg td:first-child {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    font-weight: 600;
}

.module-table-bg td:last-child {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.billing-payment input {
    font-size: 14px;
    border: 2px solid #9f9f9f;
    background: #ffffff !important;
}

.billing-patch {
    background: #f8f8f8;
    border-radius: 8px;
}

.billing-patch select {
    font-size: 14px;
    border: 2px solid #9f9f9f;
}

.bank-menthod {
    padding: 10px;
    border: 2px solid #eaeaea;
    border-radius: 5px;
    background-color: #f6f6f6;
}

.bank-menthod:has([type="radio"]:checked) {
    border-color: #9f9f9f;
}

.bank-menthod label {
    height: auto !important;
    margin-bottom: 0;
}

.bank-menthod [type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after,
.bank-menthod [type="radio"]:checked+label:before,
[type="radio"]:checked+label:after {
    top: 16px;
}

.my-transaction-card #transaction thead tr>th,
.normal-table thead tr>th,
.my-transaction-card #refund_request thead tr>th,
.default-table thead tr>th {
    background-color: #e96e58 !important;
    color: #ffffff;
}

.my-transaction-card #transaction thead tr>th:first-child,
.my-transaction-card #refund_request thead tr>th:first-child,
.normal-table thead tr>th:first-child,
.default-table thead tr>th:first-child {
    border-top-left-radius: 0.5rem;
}

.my-transaction-card #transaction thead tr>th:last-child,
.my-transaction-card #refund_request thead tr>th:last-child,
.normal-table thead tr>th:last-child,
.default-table thead tr>th:last-child {
    border-top-right-radius: 0.5rem;
}

.my-transaction-card #transaction tbody tr:last-child>td:first-child,
.my-transaction-card #refund_request tbody tr:last-child>td:first-child,
.normal-table tbody tr:last-child>td:first-child,
.default-table tbody tr:last-child>td:first-child {
    border-bottom-left-radius: 0.5rem;
}

.my-transaction-card #transaction tbody tr:last-child>td:last-child,
.my-transaction-card #refund_request tbody tr:last-child>td:last-child,
.normal-table tbody tr:last-child>td:last-child,
.default-table tbody tr:last-child>td:last-child {
    border-bottom-right-radius: 0.5rem;
}

.my-transaction-card table#transaction.dataTable thead .sorting:after,
.my-transaction-card table#refund_request.dataTable thead .sorting:after,
table.default-table.dataTable thead .sorting:after {
    color: #ffffff;
    opacity: 1;
}

.my-transaction-card table#transaction.dataTable>thead .sorting:after,
.my-transaction-card table#transaction.dataTable>thead .sorting:before,
.my-transaction-card table#refund_request.dataTable>thead .sorting:after,
.my-transaction-card table#refund_request.dataTable>thead .sorting:before,
table.default-table.dataTable>thead .sorting:after,
table.default-table.dataTable>thead .sorting:before {
    top: 50%;
    transform: translateY(-50%);
}

div#transaction_wrapper.dataTables_wrapper div.dataTables_info,
div#refund_request_wrapper.dataTables_wrapper div.dataTables_info,
.dataTables_wrapper div.dataTables_info {
    padding-top: 2rem;
    /* padding-left: 1rem; */
    color: #222222;
    font-weight: 500;
}

div#transaction_paginate.dataTables_paginate,
div#refund_request_paginate.dataTables_paginate,
.dataTables_paginate {
    padding-top: 2rem;
    /* padding-right: 1rem; */
    font-weight: 500;
}

div#transaction_paginate.dataTables_paginate ul.pagination,
div#refund_request_paginate.dataTables_paginate ul.pagination,
.dataTables_paginate ul.pagination {
    margin: 0;
}

div#transaction_paginate.dataTables_paginate ul.pagination li,
div#refund_request_paginate.dataTables_paginate ul.pagination li,
.dataTables_paginate ul.pagination li {
    border: 0 !important;
}

div#transaction_paginate.dataTables_paginate ul.pagination li.previous,
div#transaction_paginate.dataTables_paginate ul.pagination li.next,
div#refund_request_paginate.dataTables_paginate ul.pagination li.previous,
div#refund_request_paginate.dataTables_paginate ul.pagination li.next,
.dataTables_paginate ul.pagination li.previous,
.dataTables_paginate ul.pagination li.next {
    color: #e96e58;
}

div#transaction_paginate.dataTables_paginate ul.pagination li>a,
div#transaction_paginate.dataTables_paginate ul.pagination li.previous.disabled,
div#transaction_paginate.dataTables_paginate ul.pagination li.next.disabled,
div#refund_request_paginate.dataTables_paginate ul.pagination li>a,
div#refund_request_paginate.dataTables_paginate ul.pagination li.previous.disabled,
div#refund_request_paginate.dataTables_paginate ul.pagination li.next.disabled,
.dataTables_paginate ul.pagination li>a,
.dataTables_paginate ul.pagination li.previous.disabled,
.dataTables_paginate ul.pagination li.next.disabled {
    background: none !important;
    color: #222222 !important;
    border: 0;
}

div#transaction_paginate.dataTables_paginate ul.pagination li.active>a,
div#refund_request_paginate.dataTables_paginate ul.pagination li.active>a,
.dataTables_paginate ul.pagination li.active>a {
    color: #e96e58 !important;
}

#transaction_wrapper .col-sm-12 {
    padding: 0;
}

.license-card {
    padding: 1rem;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    border: 2px solid #a0a0a0;
    font-size: 16px;
    color: #222222;
}

.custom-stripe-form {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}

[type="checkbox"].table-header-checkbox.filled-in:not(:checked)+label:after,
[type="checkbox"].table-header-checkbox.filled-in:checked.chk-col-black+label:after {
    border-color: #ffffff !important;
}


/*FAQ css*/

.course-faq,
.accounts-faq,
.technical-faq,
.title-card {
    border-radius: 4rem !important;
}

.title-card p {
    font-size: 16px;
    margin-bottom: 0;
}

.title-card h1 {
    font-size: 4rem;
    line-height: 4.5rem;
}

.course-faq h1,
.accounts-faq h1,
.technical-faq h1 {
    font-size: 3rem;
}

.course-faq p.main-title,
.accounts-faq p.main-title,
.technical-faq p.main-title {
    font-size: 14px;
    margin-bottom: 0;
}

.course-faq .accordion-item,
.accounts-faq .accordion-item,
.technical-faq .accordion-item {
    background: none;
}

.course-faq .accordion-button,
.accounts-faq .accordion-button,
.technical-faq .accordion-button {
    background: none;
    color: #fff;
    font-weight: 500;
    width: 100%;
    text-align: left;
    font-size: 16px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.course-faq .accordion-button:not(.collapsed),
.accounts-faq .accordion-button:not(.collapsed),
.technical-faq .accordion-button:not(.collapsed) {
    color: #fff;
}

.course-faq .accordion-button:focus,
.accounts-faq .accordion-button:focus {
    box-shadow: none;
    border: 0;
}

.course-faq .accordion-button::after,
.accounts-faq .accordion-button::after,
.technical-faq .accordion-button::after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.course-faq .accordion-item .accordion-body,
.accounts-faq .accordion-item .accordion-body,
.technical-faq .accordion-item .accordion-body {
    color: #fff;
}

.dashboard .custom-danger-btn {
    padding: 0.4rem 0.8rem !important;
}

.text-muted p,
.back-link {
    font-size: 16px;
    font-weight: bold;
}

.alert-dismissible {
    padding-left: 30px;
}

.cart-table td .input-group {
    justify-content: center;
}

.my-profile input[type='file'] {
    white-space: pre-line;
    font-size: 14px;
}

.custom-width {
    min-width: 108px;
}

.profile-pic {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}

.flex-gap {
    gap: 5px;
    flex-wrap: wrap;
    align-items: baseline;
}

.custom-btnheight {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-grey {
    background-color: #f0f0f0;
    border-radius: 15px;
}

.left-textpatch {
    background-color: #e96e58;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    border-radius: 15px 0 0 15px;
}

.progress-nav {
    display: flex;
    align-items: center;
    list-style: none;
    max-width: 100%;
    margin: 20px auto 60px;
    justify-content: center;
    padding: 0 40px;
}

.progress-nav li {
    display: block;
    width: 50%;
    height: 4px;
    background-color: #d1d1d1;
    line-height: 1.2;
    color: #d1d1d1;
    position: relative;
}

.progress-nav li:before {
    content: attr(data-id);
}

.progress-nav li.active {
    background-color: #4e7524 !important;
}

.progress-nav li.active:before {
    width: 35px;
    height: 35px;
    background: #4e7524;
    border: 4px solid #4e7524;
    top: -15px;
    color: #ffffff;
}

.progress-nav li:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.progress-nav li:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.progress-nav li:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: auto;
    background-color: #d1d1d1;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: 700;
    font-size: 15px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: 0;
    color: #525252;
    left: 0;
}

.progress-nav li a {
    color: #323440;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    top: calc(100% + 23px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.progress-nav li.active~li {
    background-color: #d1d1d1;
    color: #d1d1d1;
}

/* stripe button css starts*/
.custom-stripe-btn {
    background: #4e7524;
    border-radius: 2rem;
    color: #fff !important;
    padding: .7rem 1.5rem;
    font-size: 14px !important;
    /* white-space: break-spaces; */
    line-height: 2rem;
    width: 100%;
    text-align: center;
}

#card-element {
    border-radius: 4px 4px 0 0 ;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
  }

/* ends here */

@media (min-width: 767px) {
    .progress-nav li {
        height: 7px;
    }
    .progress-nav li:before {
        width: 35px;
        height: 35px;
        top: -15px;
        font-size: 15px;
        color: #525252;
    }
    .progress-nav li a {
        font-size: 14px;
        top: calc(100% + 23px);
    }
}

.tip {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    border-radius: 2rem;
    top: 54px;
    left: 10%;
}

.tip:before {
    content: "";
    position: absolute;
    top: -19px;
    left: calc(50% - 10px);
    border-top: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.7);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

@media (max-width:767px) {
    .course-section .course-detail-card h2 {
        font-size: 26px;
        line-height: 2.2rem;
    }
    .custom-btnheight {
        min-height: 67px;
        width: 100%;
    }
    .title-card h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .course-faq h1,
    .accounts-faq h1,
    .technical-faq h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .custom-cart-qty-down,
    .custom-cart-qty-up {
        height: 30px;
        width: 30px;
        margin-top: 15px;
    }
    .dark-logo {
        width: 90%;
    }
}

.social-icons {
    margin-top: 15px;
}

.social-icons li a {
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #707070;
}

.social-icons li a:hover {
    color: #f46d55;
}

.social-icons li {
    padding: 0 !important;
}

.social-icons li:not(:last-child) {
    margin-right: 10px !important;
}

.copyright a {
    font-size: 10px !important;
    color: #acacac !important;
}

.equal {
    display: flex;
    flex-wrap: wrap
}

.equal>[class*="col-"] {
    display: flex;
    flex-direction: row
}

p.margin-btm {
    margin-bottom: 4px;
}

.course-faq p a,
.course-faq p a:hover {
    color: #4e7524 !important;
}

.accounts-faq p a,
.accounts-faq p a:hover,
.technical-faq p a,
.technical-faq p a:hover {
    color: #fff !important;
}

.navbar-nav li:not(:last-child) {
    margin-right: 1rem;
}

#account_faq2 .accordion-body a {
    text-decoration: underline;
    color: #f1b554 !important;
}

.pay-suctable th,
.pay-suctable td {
    padding: 0.75rem 1.5rem;
}

.dropdown-menu .dropdown-user li {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.dropdown-menu .dropdown-user li a {
    padding: 8px 0 !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}
@media (max-width: 767px) {
    .dropdown:nth-child(3) .dropdown-menu, .dropdown:nth-child(2) .dropdown-menu{
        left: -8rem;
    }
    .dropdown:nth-child(4) .dropdown-menu, .dropdown:nth-child(5) .dropdown-menu{
        left: -11rem;
    }
}
#email-change{
    background: rgba(0,0,0,0.7);
}
#email-change .modal-content{
    border-radius: 2rem;
}
.btn.disabled, .btn:disabled{
    opacity: 0.65 !important;
    pointer-events: none;
}
.disabled-switch{
    color: #ccc;
    pointer-events: none;
}
.table span.hide-sortdate{
    display:none;
}
.register-password-revel i{
    position: absolute;
    top: 30%;
    right: 5%;
    transform: translateY(-35%);
    font-size: 22px;
    cursor: pointer;
}
.register-password-revel1 i{
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    font-size: 22px;
    cursor: pointer;
}
.license-card.disabled{
    background: rgba(0,0,0,0.1);
    opacity: 0.4;
}
.module-table-bg .link-disabled{
    text-decoration: none;
    pointer-events: none;
}

.processing-text-holder{
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

/* spinner css for payment  */
.spinner {
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    transform: translateZ(0);
    animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}
  
@keyframes mltShdSpin {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 
      0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, 
      -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
      -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
       -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
       -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
       -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
       -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
      0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
  
@keyframes round {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}
/* ends here */