@import url("../fonts/inter/stylesheet.css");
/* font-family: 'Inter'; */

/* font-family: 'SF Pro Display'; */
@import url("../fonts/space-grotesk/stylesheet.css");
/* font-family: 'Space Grotesk'; */
@import url("../fonts/epilogue/stylesheet.css");
/* font-family: 'Epilogue'; */
@import url("../fonts/roboto/stylesheet.css");
/* font-family: 'Roboto'; */
@import url("../fonts/general-sans/stylesheet.css");
/* font-family: 'General Sans'; */
@import url("../fonts/source-code-pro/stylesheet.css");
/* font-family: 'Source Code Pro'; */
@import url("../fonts/plus-jakarta-sans/stylesheet.css");
/* font-family: 'Plus Jakarta Sans'; */

.d-hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.mt-5px {
    margin-top: 5px !important;
}

.mt-6px {
    margin-top: 6px !important;
}

.mt-7px {
    margin-top: 7px !important;
}

.mt-8px {
    margin-top: 8px !important;
}

.mt-9px {
    margin-top: 9px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mt-11px {
    margin-top: 11px !important;
}

.mt-12px {
    margin-top: 12px !important;
}

.mt-13px {
    margin-top: 13px !important;
}

.mt-14px {
    margin-top: 14px !important;
}

.mt-15px {
    margin-top: 15px !important;
}

.mt-16px {
    margin-top: 16px !important;
}

.mt-17px {
    margin-top: 17px !important;
}

.mt-18px {
    margin-top: 18px !important;
}

.mt-19px {
    margin-top: 19px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.me-5px {
    margin-right: 5px !important;
}

.me-6px {
    margin-right: 6px !important;
}

.me-7px {
    margin-right: 7px !important;
}

.me-8px {
    margin-right: 8px !important;
}

.me-9px {
    margin-right: 9px !important;
}

.me-10px {
    margin-right: 10px !important;
}

.me-11px {
    margin-right: 11px !important;
}

.me-12px {
    margin-right: 12px !important;
}

.me-13px {
    margin-right: 13px !important;
}

.me-14px {
    margin-right: 14px !important;
}

.me-15px {
    margin-right: 15px !important;
}

.me-16px {
    margin-right: 16px !important;
}

.me-17px {
    margin-right: 17px !important;
}

.me-18px {
    margin-right: 18px !important;
}

.me-19px {
    margin-right: 19px !important;
}

.me-20px {
    margin-right: 20px !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 !important;
}

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

.text-11px {
    font-size: 11px !important;
}

.text-10px {
    font-size: 10px !important;
}

.text-9px {
    font-size: 9px !important;
}

.text-8px {
    font-size: 8px !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-0 {
    border-radius: 0px !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;
}

.radius-end-8 {
    border-radius: 0px 8px 8px 0px !important;
}


/*Start common css*/
.ellipsis-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.object-fit-cover {
    object-fit: cover;
}

/*End common css*/


/*Start courses page*/
.list-btn:hover,
.list-btn.active {
    background-color: var(--color-4);
    color: var(--color-9);
    border: 1.5px solid var(--color-4);
}

.list-btn svg path {
    fill: #0D0C23;
}

.list-btn:hover svg path,
.list-btn.active svg path {
    fill: #fff;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus,
.form-select:focus {
    border-color: var(--color-15);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #F2F4F6;
}

.courses-card .courses-card-body .courses-text .review-icon i.filled {
    color: var(--bs-yellow);
}

/*End courses page*/


/* Pagenation */
.pagenation-items {
    background-color: var(--bg-white);
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

.page-link,
.page-item a {
    padding: 6px 14px;
    margin-right: 11px;
    border-radius: 5px;
    color: var(--color-13);
    border: 0px solid #00000000;
    background-color: var(--bg-white);
    font-size: 16px;
    font-weight: 400;
}

.pagenation .active,
.page-item.active .page-link {
    background-color: #c44a00;
    color: #fff;
    box-shadow: 0px 7px 18px -8px #c44a00;
}

.page-item:last-child:not(.active) .page-link,
.page-item:first-child:not(.active) .page-link {
    border-radius: 5px;
    border: none;
    background-color: var(--bg-white);
    color: var(--color-9);
    border: 1px solid var(--bg-white);
}

.page-link:focus,
.page-item a:hover {
    box-shadow: none;
    color: var(--color-13);
    background-color: transparent;
}

.page-link:hover,
.page-item a:hover {
    z-index: 2;
    color: #fff;
    background-color: var(--color-4);
    border-color: var(--color-4);
}

/*End pegination*/
.instructor-item .content .social-nav a {
    font-size: 16px !important;
}

.blog-item .content .link {
    margin-top: 7px;
}

.instructor-item .content p {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.instructor-item:hover .content p {
    visibility: visible;
    opacity: 1;
}

.title-two .title {
    /* font-family: 'Inter', sans-serif; */
    font-family: 'Clash Grotesk';

    font-weight: 500;
}

.efont {
    font-family: 'Clash Grotesk';
    font-weight: 500;
}

/*Instructor page social button*/
.social-btn {
    display: grid;
    color: var(--color-4);
    border-radius: 10px;
    padding: 15px 10px;
    min-width: 80px;
    font-size: 14px;
    justify-content: center;
    transition: .5s;
}

.social-btn:hover,
.social-btn:focus {
    color: var(--bg-white-2);
    background-color: var(--color-4);
    transition: .5s;
}

.social-btn svg {
    margin: auto;
    transition: .5s;
    margin-bottom: 3px;
}

.social-btn:hover svg path {
    fill: #fff;
}

/*End Instructor page social button*/


/*Course details page*/
.course-heading-info {
    display: flex;
    flex-wrap: wrap;
}

.course-heading-info .info-tag {
    display: flex;
    margin-right: 18px;
    color: var(--color-9);
    font-size: 18px;
}

.course-heading-info .info-tag i {
    margin-right: 4px;
    margin-top: 4px;
}

@media only screen and (max-width: 500px) {
    .course-heading-info .info-tag .text-12px {
        margin-top: 2px !important;
    }
}

.created-by-instructor {
    color: var(--color-9);
}

.created-by-instructor:hover {
    color: var(--color-8);
}



/*Removed this code from style.css file*/
/*.tab-content h3{
      font-size: 22px;
      font-weight: 600;
      margin-top: 40px;
      margin: 20px 26px;
    }
    .tab-content p{
      margin: 20px 26px;
      line-height: 1.7;
    }
    .tab-content ul{
      margin: 0px 31px;
    }
    .tab-content ul li{
      list-style-type: none;
    }

    .tab-content ul li a{
      text-decoration: none;
      color: #6E798A;

    }
    .tab-content ul li{
      position: relative;
      margin: 20px 10px;
    }
    .tab-content ul li:after{
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: var(--color-4);
      left: -18px;
      top: 6px;
    }
    .tab-content ul li::before{
      content: "";
      position: absolute;
      width: 1.5px;
      height: 45px;
      background-color: #c44a0058;
      left: -14px;
      top: 8px;
    }
    .tab-content ul li:last-child::before{
      display: none;
    }*/

.course-description {
    /* margin: 20px 24px; */
    line-height: 2;
    font-size: 15px;
}

.course-description h3.description-head {
    font-size: 20px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 16px;
    color: #000;
}

.course-description.requirements ul {
    list-style: inside;
}

ul.step-down {
    margin: 0px 8px;
}

ul.step-down li {
    list-style-type: none;
}

ul.step-down li a {
    text-decoration: none;
    color: #6E798A;

}

ul.step-down li {
    position: relative;
    margin: 20px 10px;
}

ul.step-down li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-4);
    left: -18px;
    top: 6px;
}

ul.step-down li::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: calc(100% + 28px);
    background-color: #c44a0058;
    left: -14px;
    top: 8px;
}

ul.step-down li:last-child::before {
    display: none;
}

.course-left-side .faq.accordion-button::after {
    margin-left: unset !important;
    background-size: unset;
    top: unset;
    position: initial !important;
}

.course-decription .course-right-section {
    position: sticky;
    top: 10px;
}


@media only screen and (max-width: 991px) {
    .course-decription .course-right-section {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .course-decription .course-left-side {
        margin-top: 35px !important;
    }
}

.course-right-section .button a:hover,
.course-right-section .button a.active {
    background-color: var(--color-4);
    color: #fff;
}


/*curriculum-*/
.curriculum-accordion .accordion-button.collapsed::after {
    margin-left: -37px;
    background-size: 18px;
    top: 0;
    position: absolute;
    transition: all .3s;
    width: 20px;
    height: 20px;
}

.curriculum-accordion .accordion-button::after {
    margin-left: -37px;
    background-size: 18px;
    top: 0;
    position: absolute;
    transition: all .3s;
    width: 20px;
    height: 20px;
}

/*End course details page

/*Headre searchbar*/
.menu-search {
    z-index: 997 !important;
}

/*Headre searchbar*/



/*Compare page*/
.compare-table .table th {
    max-width: 80px !important;
}

.select2-selection.select2-selection--single {
    height: 40px !important;
    padding: 6px 5px !important;
}

.select2-selection__arrow {
    height: 38px !important;
}

.select2-selection__rendered,
.select2-results__option {
    font-size: 14px !important;
}

.compare-table .table td {
    width: 26%;
    min-width: 200px;
}

.compare-table .table th {
    width: 22%;
    min-width: 200px;
}

/*End compare page*/



/*Blog page*/
.image-placeholder-2 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: radial-gradient(circle, rgb(117 79 254 / 89%) 0%, rgb(117 79 254) 74%) !important;
}

.blog-search-input {
    height: 42px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #cdcdcd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.blog-search-button {
    display: none;
    padding: 0px 20px;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
}

.blog-search-input.form-control:focus {
    border-color: #c44a00 !important;
}

/*End Blog page*/



/*Button*/
.btn-primary {
    border: 1.5px solid #6e798a45;
    background-color: var(--color-4);
    padding: 12px 30px;
    color: var(color-9);
    box-shadow: 0px 10px 18px #c44a0085;
}

.btn-primary:hover {
    background-color: var(--color-4);
}

/*Button end*/
/*Color*/
.bg-primary {
    background-color: var(--color-4) !important;
}

/*End color*/


.right-section .search {
    margin-top: unset;
}


/*Student profile*/
.wish-list-body .wish-list-search {
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.my-course-1-full-body {
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.student-profile-info {
    text-align: center;
    margin: 30px 0px 30px 0px;
}

.student-profile-info .profile-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.student-profile-info h4 {
    margin-top: 20px;
    color: var(--color-1);
    font-size: 18px;
    font-weight: 600;
}

.student-profile-info span {
    color: var(--color-11);
    font-size: 12px;
    font-weight: 500;
}

.btn-profile-menu {
    text-decoration: none;
    color: var(--color-1);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
    border-radius: 8px;
    transition: .5s;
    margin: 2px 0px;
}

.btn-profile-menu:hover,
.btn-profile-menu.active {
    background-color: var(--color-4);
    color: var(--color-9);
    transition: .5s;
}

.invoice-bill::after {
    background-color: #fff;
}

@media print {
    .print-content {
        position: fixed !important;
        margin: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 3333 !important;
        width: 100% !important;
        background: #fff !important;
    }

    .print-d-none {
        display: none !important;
    }

    footer,
    nav,
    title {
        display: none !important;
    }

    body {
        overflow: hidden !important;
    }
}

.bg-white-2 {
    background-color: var(--bg-white-2) !important;
}

.conversation-body-1.active {
    background-color: #6e798a1a;
}

/*End student profile*/

.webui-popover {
    z-index: 99 !important;
}

.single-popup-course>.courses-card-body {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 8px -2px !important;
}

.category-hide-icon {
    position: absolute;
    top: 41%;
    right: 10px;
}

.expert-instructor .instructor-card .instructor-card-body img {
    object-fit: cover;
    border-radius: 5%;
}

.speech-item-img img {
    max-width: 300px !important;
}

/*Home 2nd*/
.h-2-top-body .h-2-top a {
    position: relative;
}

.h-2-top-body .h-2-top a {
    osition: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-2-top-body:hover .h-2-top a {
    color: #fff !important;
}

.h-2-instructor .h-2-instructor-full .h-2-instructor-image img {
    width: 90%;
    height: auto !important;
    display: flex;
    margin: auto;
    position: absolute;
    left: 5%;
    top: -40px;
    border-radius: 10px;
}

.eInstructor2 .h-2-instructor-full .h-2-instructor-image img {
    height: 262px !important;
}

/*Home 3rd*/
.category-product-body:hover .category-product-body a i {
    color: #fff !important;
}

.h-3-top-categories .category-product .category-product-body a:first-child>i {
    padding: 8px;
    border-radius: 50%;
    border: 2px solid #FB6871;
}

.h-3-top-categories .category-product .category-product-body:hover a:first-child>i {
    border: 2px solid #FFF;
}

/*Home 4th*/
.instructor-item {
    max-height: 340px !important;
}

/*Hone 5th*/
.course-item-5 .content {
    bottom: 0px !important;
    top: unset !important;
    padding: 12px 20px 70px !important;
}

.course-training-five .img {
    max-width: 170px !important;
}

.instructor-item-5 .content {
    max-height: 85px;
}

.instructor-item-5:hover .social {
    bottom: 70px;
}

/*End Home page*/

/*Header*/
/*Language selector*/
.right-icon .language-control .nice-select {
    padding: 2px 20px;
    font-size: 12px;
    height: 25px;
}

.nice-select .option {
    line-height: 30px !important;
    min-height: 30px !important;
    margin: 4px 10px;
    background: #F2F4F6;
    border-radius: 4px;
    color: #0D0C23;
    padding: 0;
    padding-left: 10px;
}

/*Language selector END*/

/*Start search bar*/
.header-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
}

.search-container {
    position: relative;
}

.header-search-icon {
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    cursor: pointer;
    border: none;
    width: 30px;
    height: 30px;
    padding: 4px 7px;
    background-color: transparent;
    z-index: 1;
}

.search-input-form .dropdown .btn {
    transform: translateY(0px) !important;
    border: 0px solid #e0d8ff;
    color: #000;
}

.search-input-form .dropdown .dropdown-toggle.show .search-menu-icon {
    display: none;
}

.search-input-form .dropdown .dropdown-toggle:not(.show) .close-menu-icon {
    display: none;
}

.search-input-floating {
    width: 100%;
    max-width: 380px;
    border: 1px solid #e0d8ff;
    min-width: 350px;

    padding: 7px 6px 7px 38px;
    border-radius: 3px;
    transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, width 0.3s ease-in-out;
    font-size: 14px;
    color: #555;
    outline: none;
    opacity: 1;
}



.search-input {
    width: 0;
    padding: 7px 6px 7px 38px;
    border: 1px solid #e0d8ff00;
    border-radius: 3px;
    transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
    font-size: 14px;
    color: #555;
    margin-left: 4px;
    outline: none;
    opacity: 1;
}


.search-input:focus,
.search-input.focused {
    width: 100%;
    max-width: 380px;
    border: 1px solid #e0d8ff;
    transition: border-color 0.3s ease-in-out, width 0.3s ease-in-out;
}

/*End search bar*/


/*Mobile device start*/
.btn-toggle {
    width: 100%;
    padding: 10px 20px;
    color: var(--bs-emphasis-color);
    background-color: transparent;
}

.btn-toggle-list {
    padding: 10px 20px;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
    background-color: var(--bs-tertiary-bg);
}

.btn-toggle::after {
    margin-left: auto;
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
}

.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: var(--bs-tertiary-bg);
}

.scrollarea {
    overflow-y: auto;
}

/*Mobile device ended*/
/*Header end*/











/*UI FIX*/
/* .courses-card .courses-card-body .courses-text p{
    color: #6e798a !important;
} */
.grid-view-body .courses-card .courses-text .review-icon {
    margin-top: 11px;
    margin-bottom: 17px;
}

/* .courses-list-view-card .courses-list-view-card-body .courses-text{
    padding: 12px 20px !important;
} */
.courses-card-body {
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.course-all-category {
    border: 1px solid #f3f1f8 !important;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
}

/* .list-card-control .btn{
    border: 1px solid #64799616 !important;
} */
.select-box .nice-select .current {
    color: #0D0C23;
}

.select-box .nice-select {
    background-color: #FFF !important;
}

.language-control .nice-select::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 0;
}

.language-control .nice-select {
    background-color: transparent !important;
    border: none !important;
}

.language-control .nice-select .current {
    color: var(--color-9);
    font-weight: 500;
}

.form-select {
    border: 1px solid hsl(222.86deg 12.73% 89.22%) !important;
}

.course-category h3 {
    color: #1e293c;
}

.courses-card .courses-card-body .review-btn {
    margin-left: auto;
}

.courses-card .courses-card-body {
    display: block;
    width: 100%;
}

.courses-card .courses-card-body .courses-text .ellipsis-line-2 {
    margin-left: 0px;
}

.price-free {
    color: #6bbc92 !important;
}

.course-right-section .course-card .enrol .icon h4,
.course-right-section .course-card .enrol>h5 {
    font-size: 16px;
    color: #202937;
    font-weight: 500;
}

/* .course-right-section .course-card .ammount{
    padding: 0;
} */
.course-right-section .course-card .enrol .icon img {
    margin: 0px 18px 0px 0px;
}

.font-inter-light {
    font-family: 'Inter', sans-serif !important;
    color: var(--primary-color) !important;
}

.font-inter-dark {
    font-family: 'Inter', sans-serif;
    color: var(--color-5) !important;
}

.course-left-side .nav-link.active svg *,
.course-left-side .nav-link:hover svg * {
    fill: var(--color-4);
}

.instructor .instructor-icon i {
    width: 38px;
    text-align: center;
}

.accordion-header {
    margin: 20px 0px 20px;
}

.course-left-side .accordion-item {
    border-bottom: 1.5px solid #ebebeb;
}

.course-left-side .accordion-button {
    padding: 0px 0px 10px 23px;
}

.accordion-item-title {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
    color: var(--color-5);
}

.ac-lecture li a {
    /* padding: 10px 15px; */
    color: var(--color-5);
}

.ac-lecture li a span {
    font-size: 15px;
}

.ac-lecture li a span i {
    font-size: 19px;
    position: relative;
    top: 2px;
}

/* .reviews{
    margin: 0px 30px;
} */

.menu_pro_tgl_bg,
.menu_pro_wish {
    background-color: var(--color-9);
}

@media only screen and (min-width: 992px) {
    .course-card {
        margin-top: -36px;
    }
}

.courses-card .courses-card-body .courses-text {
    padding: 16px;
}

.common-card {
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.message .conversation .conversation-1 .conversation-img p {
    width: 15px;
    height: 15px;
    line-height: 13px;
}

.courses-price-left {
    align-items: center;
}

.course-item-5 .img img {
    margin-bottom: -30px;
}

/*UI FIX END*/



/*Notification Start*/
.notify-icon {
    border-radius: 50%;
    background-color: #e6dfff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.notify-icon i {
    font-size: 16px !important;
}

.grid-view-body .courses-card .courses-text .review-icon span {
    line-height: 17px;
}

/*Notification End*/

/*Filter side bar bategory show more show less*/
.course-all-category .course-category .webdesign {
    padding: 0px 1px;
}

.course-all-category .course-category .webdesign.less {
    max-height: 320px;
    overflow: hidden;
    padding: 0px 1px;
    transition: height 4s !important;
}

.instructor-1 .instructor-about,
.instructon-contact,
.instructor-about .grid-view-body .row {
    background-color: #fff;
}

.invoice-2-table-head h6 {
    margin: 15px 0px;
    color: var(--bs-dark-border-subtle);
}

.student .student-body-text {
    height: 220px;
}

@media (max-width: 420px) {
    .student .man {
        width: 100%;
        object-fit: contain;
        padding: 0px;
    }

    .slick-track {
        gap: 0px !important;
    }
}

.category-product .category-product-body {
    margin: 10px 0px !important;
}


.sbundle-items .bundle-body {
    max-height: 270px !important;
    min-height: 180px !important;
    overflow-y: auto;
}

.availOptions .aBox {
    width: 120px;
    height: 100px;
    margin-left: 8px;
}

.bannar-card {
    position: unset;
    bottom: unset;
    margin-top: 55px;
}

@media screen and (max-width: 575px) {
    .banner-five-content .title span.graphic {
        font-size: 50px !important;
        line-height: 80px;
    }
}


.btn-fill {
    border: 1px solid #c44a00 !important;
    transition: .5s;
    padding: 12px 30px;
}

.btn-fill:hover {
    background: #c44a00;
    color: #fff;
}

.einsBtn .btn {
    padding: 14px 0 !important;
    font-weight: 500;
}

.courses .eimage img {
    height: 230px !important;
    object-fit: cover;
}

.follow-btn {
    border: 1px solid #c44a00 !important;
    font-size: 13px;
    padding: 8px 30px;
    transition: .5s;
    font-weight: 500;
}

.follow-btn:hover {
    background-color: #c44a00;
    color: #fff;
}

.instructor-right .follow-btn {
    font-size: 14px;
}

.grecaptcha-badge {
    z-index: 99999;
}


.main-nav-wrap .nav-item .nav-link {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 14px;
        background: #c44a00 !important;
}

.ctBtn {
    background-color: #c44a00;
    padding: 7px 18px;
    border-radius: 5px;
    color: #fff !important;
    box-shadow: 0px 10px 18px #c44a005c;
}

.language-control .nice-select .option {
    line-height: 28px !important;
    min-height: 19px !important;
    margin: 6px 4px;
}


/* Addon Css */
.course-bundle-details .created-by-instructor {
    color: #0D0C23;
    font-weight: 500;
    font-size: 16px;
}

.course-right-section .course-card .card-img img {
    border-radius: 12px 12px 0 0;
    padding: 16px;
}

.eBundle-details .course-details-sidebar h1 {
    font-size: 24px !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif;
    margin-bottom: 7px !important;
}





/* New Home Css */
.elegant-testimonial-slide {
    box-shadow: 0px 4px 10px rgba(147, 148, 158, 0.2);
    padding: 20px;
    border-radius: 10px;
    margin: 3px;
}

.ele-testimonial-profile-area {
    column-gap: 12px;
    margin-bottom: 16px;
}

.ele-testimonial-profile-area .profile {
    min-width: 64px;
    width: 64px;
    height: 64px;
}

.ele-testimonial-profile-area .profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.ele-testimonial-profile-name .name {

    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0d221d;
}

.ele-testimonial-profile-name .time {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #858c8a;
    margin-bottom: 2px;
}

.ele-testimonial-profile-name .rating {
    column-gap: 5.32px;
}

.ele-testimonial-profile-name i {
    color: #fad300;
}

.ele-testimonial-profile-name .thin i {
    color: #babab4f0;
}

.elegant-testimonial-slide .review {
    font-size: 15px;
    line-height: 24px;
    color: #858c8a;
}


.mb-2px {
    margin-bottom: 2px !important;
}

.mb-4px {
    margin-bottom: 4px !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.mb-6px {
    margin-bottom: 6px !important;
}

.mb-8px {
    margin-bottom: 8px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-12px {
    margin-bottom: 12px !important;
}

.mb-14px {
    margin-bottom: 14px !important;
}

.mb-16px {
    margin-bottom: 16px !important;
}

.mb-18px {
    margin-bottom: 18px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-26px {
    margin-bottom: 26px !important;
}

.mb-28px {
    margin-bottom: 28px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-40px {
    margin-bottom: 40px !important;
}

.mb-50px {
    margin-bottom: 50px !important;
}

.mb-60px {
    margin-bottom: 60px !important;
}

.mb-70px {
    margin-bottom: 70px !important;
}

.mb-80px {
    margin-bottom: 80px !important;
}

.mb-90px {
    margin-bottom: 90px !important;
}

.mb-100px {
    margin-bottom: 100px !important;
}

.mb-110px {
    margin-bottom: 110px !important;
}

.mb-120px {
    margin-bottom: 120px !important;
}

/* padding */
.p-2px {
    padding: 2px !important;
}

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

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

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

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

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

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

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

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

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

/* pb */
.pb-18px {
    padding-bottom: 18px !important;
}

.pb-30px {
    padding-bottom: 30px !important;
}

/* font size */
.fs-12px {
    font-size: 12px !important;
}

.fs-13px {
    font-size: 13px !important;
}

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

.fs-15px {
    font-size: 15px !important;
}

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

.fs-17px {
    font-size: 17px !important;
}

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

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

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

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

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

.fs-34px {
    font-size: 34px !important;
}

.fs-40px {
    font-size: 40px !important;
}

.fs-43px {
    font-size: 43px !important;
}

.fs-44px {
    font-size: 44px !important;
}

.fs-48px {
    font-size: 48px !important;
}

.fs-52px {
    font-size: 52px !important;
}

.fs-56px {
    font-size: 56px !important;
}

.fs-82px {
    font-size: 82px !important;
}

.fs-105px {
    font-size: 105px !important;
}


/* line hight */
.lh-normal {
    line-height: normal !important;
}

.lh-18px {
    line-height: 18px !important;
}

.lh-19px {
    line-height: 19px !important;
}

.lh-20px {
    line-height: 20px !important;
}

.lh-22px {
    line-height: 22px !important;
}

.lh-23px {
    line-height: 23px !important;
}

.lh-24px {
    line-height: 24px !important;
}

.lh-25px {
    line-height: 25px !important;
}

.lh-26px {
    line-height: 26px !important;
}

.lh-28px {
    line-height: 28px !important;
}

.lh-29px {
    line-height: 29px !important;
}

.lh-30px {
    line-height: 30px !important;
}

.lh-35px {
    line-height: 35px !important;
}

.lh-36px {
    line-height: 36px !important;
}

.lh-37px {
    line-height: 37px !important;
}

.lh-38px {
    line-height: 38px !important;
}

.lh-42px {
    line-height: 42px !important;
}

.lh-44px {
    line-height: 44px !important;
}

.lh-48px {
    line-height: 48px !important;
}

.lh-52px {
    line-height: 52px !important;
}

.lh-56px {
    line-height: 56px !important;
}

.lh-60px {
    line-height: 60px !important;
}

.lh-64px {
    line-height: 64px !important;
}

.lh-107px {
    line-height: 107px !important;
}

.lh-129px {
    line-height: 129px !important;
}

/* title */
.title-1 {
    font-family: 'Poppins';
    color: #030531;
    font-weight: 600;
    line-height: 1.3;
}

.italic-1 {
    font-style: italic;
    background: linear-gradient(133deg, #264871 18.22%, #076785 89.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 3px;
}

.subtitle-1 {
    font-family: 'Rubik';
    font-weight: 400;
    color: #86868d;
    line-height: 1.5;
}

.title-2 {
    font-family: 'Poppins';
    color: #062320;
    font-weight: 600;
    line-height: 1.3;
}

.title-3 {
    font-family: 'Lexend Deca';
    font-weight: 500;
    line-height: 1.3;
    color: #0f101a;
}

.subtitle-2 {
    font-family: 'Outfit';
    font-weight: 400;
    line-height: 1.5;
    color: #93949e;
}

.subtitle-3 {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5;
    color: #8f919b;
}

.subtitle-4 {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5;
    color: #838b95;
}

.title-4 {
    font-family: 'Lato';
    font-weight: 600;
    line-height: 1.3;
    color: #1d242d;
}

.title-5 {
    font-family: 'DM Sans';
    font-weight: 600;
    line-height: 1.3;
    color: #121421;
}

.subtitle-5 {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5;
    color: #93949e;
}

.subtitle-6 {
    font-family: 'Manrope';
    font-weight: 500;
    line-height: 1.6;
    color: #8e8e96;
}

.title-6 {
    color: var(--whiteColor);
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    line-height: 130.5%;
}

.subtitle-7 {
    color: var(--whiteColor);
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.title-7 {
    color: #121314;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

/* letter Spacing */
.ls-1-7px {
    letter-spacing: 1.7px;
}

.ls-1px {
    letter-spacing: 1px;
}

/* Text Color */
.text-dark-2 {
    color: #171719 !important;
}

.text-dark-3 {
    color: #121314 !important;
}

.text-dark-4 {
    color: #49494A !important;
}

.text-danger-2 {
    color: var(--skinColor6) !important;
}

.text-pink {
    color: var(--skinColor7) !important;
}

.text-pink-2 {
    color: var(--skinColor7) !important;
    letter-spacing: 0.14em;
}

.text-purple-2 {
    color: #c874f4 !important;
}

.text-brown-2 {
    color: #feaf75 !important;
}

.text-skyblue-2 {
    color: #58c3ff !important;
}

.text-yellow-2 {
    color: #FFC832 !important;
}

.text-secondary-2 {
    color: #8A9097 !important;
}

.rounded-20px {
    border-radius: 20px !important;
}

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

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


/* Murugan code here */

.navbar-expand-lg .logo
{
	    margin-right: 10rem !important;
}
.menubar {
    padding: 0px 0 !important;
}
@media screen and (max-width:500px) {
  .navbar-expand-lg .logo{
   margin-right: 0rem !important;
  }
}
@media all and (max-width: 500px) {
  .h-1-banner .h-1-banner-text h1 {
	font-size: 30px !important;
    line-height: 30px;
}
}
.h-1-banner .h-1-banner-text h1 {
	font-size: 45px !important;
    color: #fff;
    line-height: 60px;
    margin-bottom: 15px;
    margin-top: 60px;
}
.h-1-banner .animate__animated {
	font-size: 20px !important;
}
.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero-section {
    padding: 250px 0 290px;
}	
.overlay
{
    position: relative;
}

.bg-cover-home
{
	/*https://edumall.thememove.com/main/wp-content/uploads/sites/2/2020/10/home-language-academic-hero-bg.jpg*/
        background: linear-gradient(rgb(0 0 0 / 2%), rgb(0 0 0 / 50%)), url(https://edumall.thememove.com/main/wp-content/uploads/sites/2/2020/10/home-single-instructor-hero-image.jpg) center / cover no-repeat;
    padding: 50px 0px 30px 0px;
    background-color: #060504;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-cover-home .animate__animated
{
	color:#fff;
}
.explore-course-home
{
	margin-top: 8px;
	    padding: 16px 16px;
}
.menubar .right-menubar a:hover
{
	color:#c44a00;
}
.menubar .right-menubar a {
	text-transform: capitalize;
}
.hoverctBtn:hover
{
	    background-color: #100600;
	    border-color: #fff;
}
.course-category-home a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #c44a00 !important;
        border-radius: 5px !important;
}
.course-category-home a:hover {
    color: #fff !important;
    background: #000 !important;
}
.course-all-category-home {
    margin-top: 0px !important;
   }
   .home-courses
   {
   	    padding-bottom: 5px;
   }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000;
}
.enrollBtn {
	    box-shadow: 0px 10px 18px #c44a005c;
}
.enrollBtn:hover {
	    background-color: #000;
}
.student p {
    font-size: 16px;
    font-weight: 400;
    color: #000 !important;
   }
.bg_orange
{
	    background: #e1a47f2b;
    border-radius: 15px;
        padding: 15px;
}
.eStudent .student-body-2, .eStudent .student-body-1
{
	padding: 70px 0;
}
.student .student-body-text-3 {
    height: 300px;
}
.eStudent .student-body-text-3 {
    padding: 0px 40px;
}
.student .student-body-text-3 {
    padding: 26px 26px;
    position: relative;
}
.student .student-body-text-4 {
    height: 465px;
}
.eStudent .student-body-text-4 {
    padding: 0px 40px;
}
.student .student-body-text-4 {
    padding: 26px 26px;
    position: relative;
}
.font_size_a
{
	font-size: 60px;
}
.padding_home_section
{
	background: #f7f5ff;
    padding: 15px;
    border-radius: 15px;
}
/* frontend bootcamp style */
.module-title p {
    color: #0D2A3E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    transition: .3s;
}

.live_class {
    border-bottom: 1px solid #6E798A20;
    color: #0D2A3E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    transition: .3s;
}

.module-title p:hover {
    color: #754FFE;
}

.module-title {
    padding: 15px 0;
}

.bootcamps {
    padding: 0 20px !important
}

.bootcamp {
    padding: 20px 0;
    border-bottom: 1px solid #6E798A20;
}

.bootcamp:nth-last-child(1),
.module-title:nth-last-child(1) {
    border: none;
}

.bootcamp_thumbnail {
    width: 145px;
    height: 85px;
    border-radius: 5px;
    overflow: hidden;
}

.bootcamp_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bootcamp_title~span,
.module_details {
    margin-top: 10px;
    font-size: 13px;
    color: #6E798A;
}

.bootcamp_title {
    color: #1E293B;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    transition: .3s;
}

.arrow-right i {
    color: #1E293B;
    transition: .3s;
}

.bootcamp:hover .bootcamp_title,
.bootcamp:hover .arrow-right i,
.module-item:hover .module_title,
.module-item:hover .module_expand_icon i,
.class:hover {
    cursor: pointer;
    color: #754FFE;
}

.accordion-item {
    border-bottom: 1px solid #6E798A20 !important;
}

.accordion-item:nth-last-of-type(1) {
    border: none !important;
}

.accordion-button::after {
    display: none;
}

.accordion-button {
    position: relative;
    display: block !important;
}

.btn-profile-menu:hover path,
.btn-profile-menu.active path {
    fill: #fff;
}

.module_title {
    color: #0D2A3E;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    padding-left: 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.module_expand_icon i {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.accordion-button:not(.collapsed)::after {
    background: none;
    display: none;
}

.class {
    padding: 25px 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-bottom: 1px solid #6E798A20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.class:nth-last-child(1) {
    border: none;
}

.class:hover .class-action {
    opacity: 1;
}

.class-title {
    padding-left: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
    cursor: pointer;
    position: relative;
}

.class_schedule {
    position: absolute;
    top: 52px;
    left: 12px;
}

.bootcamp_area .accordion-button:not(.collapsed) {
    color: #1E293B !important;
}

.bootcamp_area {
    color: #1E293B !important;
}

.join-now {
    padding: 4px 16px;
    font-size: 13px;
    background: #1D2939 !important;
    color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.watch-video,
.e_btn {
    padding: 4px 12px;
    color: #754FFE;
    font-size: 13px;
    border: 1px solid #754FFE !important;
    font-weight: 500;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.watch-video:hover,
.e_btn:hover {
    color: white;
    background: #754FFE;
    box-shadow: 0px 1px 10px #754FFE80;
}

.join-now:hover {
    box-shadow: 0px 1px 10px #1D293970;
}

.download_class {
    transition: .3s;
    border: none;
    padding: 0;
    background: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.class-action {
    display: flex;
    gap: 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.bootcamp-card {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 12px 27.5px 0px rgba(100, 121, 150, 0.10);
    cursor: pointer;
    position: relative;
}

.bootcamp-card .live-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1111;
}

.bootcamp-thumbnail {
    width: 100%;
    height: 165px;
    overflow: hidden;
    display: block;
}

.bootcamp-thumbnail img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    object-position: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.bootcamp-details {
    padding: 12px;
}

.bootcamp-details p {
    height: 45px;
}

.bootcamp-card:hover img {
    scale: 1.1;
}

.bootcamp-card:hover .bootcamp-title {
    color: #754FFE !important;
}

.bootcamp-details .bootcamp-title {
    color: #1E293B !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.32px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.card-btn {
    display: flex;
    gap: 10px;
}


.search-bootcamp .btn:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.card-btn a:hover,
.search-bootcamp button:hover {
	background: #000;
}
.card-btn a,
.search-bootcamp button {
        flex-basis: 50%;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border: none;
    background: #c34a01;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.card-btn a:nth-of-type(2):hover {
        background: #000;
    color: #fff;
    border: 1.5px solid #000;
}

.card-btn a:nth-of-type(2) {
    background: #fff;
    border: 1.5px solid #c34a01;
    color: #c34a01;
}

.live-classes span,
.bootcamp-schedule span {
    color: #6E798A !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.24px;
}

.bootcamp_details .courses-details-1st-text p {
    color: #FFF;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.28px;
}

.bootcamp_details .courses-details-1st-text h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.bootcamp_details .info-tag {
    align-items: center;
}

.bootcamp_description .course-heading-info .info-tag i {
    margin-top: 0 !important;
}

.bootcamp-nav-link {
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.class-dropdown {
    position: absolute;
    top: 120%;
    right: 0;
    padding: 8px;
    margin: 0;
    background: #ffffff;
    width: 200px;
    height: auto;
    border-radius: 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    box-shadow: 0 2px 20px rgba(00, 00, 00, .1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 111;
}

.class-dropdown li:hover {
    background: #754FFE10;
    color: #754FFE;
}

.class-dropdown li {
    padding: 4px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    color: #1D2939;
    text-align: left;
    font-size: 14px;
}

.active {
    top: 105%;
    opacity: 1;
    visibility: visible;
}

.class-record,
.class-resource {
    position: relative;
}

.class-resource .list-item {
    color: #1D2939 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.class-resource .list-item span:nth-child(1){
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.class-resource .list-item:hover {
    color: #754FFE !important;
}

.course-decription li .nav-link {
    position: static;
}

.course-decription li .nav-link:hover:after {
    width: 0%;
}

.course-heading-info .info-tag i {
    margin: 0 !important;
}

/* Product list */
.sales-info-list{
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 16px;
}
.sales-info-listitem{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 4px;
}
.sales-info-listitem h6{
    margin-top: 1px;
}
.svg-block{
    display: block;
    width: fit-content;
}
.svg-block svg{
    display: block;
}
.sales-info-stars{
    display: flex;
    align-items: center;
    column-gap: 4px;
}

/* Product Details */
.max-w-575px{
    max-width: 575px;
}

/* Bento Card */
.bento-card-body{
    padding: 32px 16px;
    min-height: 162px;
}
.bento-card2{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.bento-card1-vector{
    margin-bottom: 26px;
    margin-top: -16px;
}
.bento-card2-vector{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.bento-title-wrap1{
    max-width: 250px;
}
.bento-title-wrap1 .display-6{
    margin-bottom: 8px;
}
.text-black{
    color: #000000 !important;
}
.bento-card3 .display-6{
    margin-bottom: 18px;
}
.bento-card3-2 .display-6{
    margin-bottom: 26px;
}
.bento-card3-2-vector,
.bento-card3-vector{
    margin-bottom: -32px;
}
.bento-card4-vector{
    margin-top: -32px;
    margin-bottom: 34px;
}
.bento-card4-2-vector{
    margin-top: -32px;
    margin-bottom: 17px;
}
.bento-card3-2-vector svg,
.bento-card6-vector svg,
.bento-card4-vector svg{
    max-width: 100%;
}
.bg-soft-brown{
    background: #FEF3E4;
}
.bento-card5-vector{
    margin-bottom: -22px;
}
.bento-card6-vector{
    margin-top: -8px;
    margin-bottom: 26px;
}
.bento-title-wrap2{
    max-width: 254px;
    position: relative;
}
.bento-title-wrap3 .display-6,
.bento-title-wrap2 .display-6{
    margin-bottom: 8px;
}
.bento-title-wrap3 p,
.bento-title-wrap1 p,
.bento-title-wrap2 p{
    line-height: 128.571%; 
}
.bento-card8-vector{
    margin-top: -8px;
    margin-bottom: 14px;
}
.bento-card7-vector{
    margin-top: -18px;
    margin-bottom: -16px;
}
.bento-title-wrap3{
    max-width: 194px;
}
.bento-card9{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.bento-card9-vector{
    position: absolute;
    right: 0;
    bottom: 0;
}
.bento-card11-vector{
    margin-top: -6px;
    margin-bottom: 24px;
}
.bento-card10,
.bento-card12{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bento-card10-vector,
.bento-card12-vector{
    position: absolute;
    right: 0;
    bottom: 0;
}
/* LMS Laravel */
.bento-card13-vector{
    margin-bottom: 6px;
    margin-left: -16px;
    margin-top: -32px;
}
.bento-card5-2-vector{
    margin-right: -4px;
    margin-top: 8px;
    margin-bottom: -20px;
}
.bento-card5-2 .bento-card-body{
    padding-bottom: 12px;
}
.bento-card6-2-vector{
    margin-top: -20px;
}
.bento-card6-2 .bento-card-body{
    padding-bottom: 30px;
}
.bento-card6-2 .display-6{
    margin-top: -6px;
}
.bento-card7-2{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bento-card7-2 .bento-card-body{
    padding-right: 145px;
}
.bento-card7-2-vector{
    position: absolute;
    right: 20px;
    bottom: 0;
}
.bento-card10-2{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bento-card10-2 .bento-card-body{
    padding-right: 87px;
}
.bento-card10-2-vector{
    position: absolute;
    right: 12px;
    bottom: 12px;
}
.bento-card9-2{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bento-card9-2 .bento-card-body{
    padding-bottom: 20px;
}
@media screen and (max-width: 575px){
    .bento-card7-2-vector,
    .bento-card9-vector,
    .bento-card2-vector,
    .bento-card7-vector{
        display: none;
    }
    .bento-title-wrap3,
    .bento-title-wrap1,
    .bento-title-wrap2{
        max-width: 100%;
    }
    .bento-card7-2 .bento-card-body{
        padding-right: 0px;
    }
}

/* Addon Card */
.addon-card-body{
    padding: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    column-gap: 16px;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 16px;
}
.addon-card-banner{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
    display: block;
}
.addon-card-banner .banner{
    width: 100%;
    transition: .3s;
    border-radius: 10px !important;
}
.addon-card-body:hover .addon-card-banner .banner{
    transform: scale(1.05);
}
.addon-card-body .display-5{
    display: block;
    margin-bottom: 8px;
    color: #000000;
    transition: .3s;
}
.addon-card-body .display-5:hover{
    color: #445469;
}
.addon-card-body .fs-14{
    line-height: 128.571%;
}
.extra-addon{
    display: none;
}

/* Support Button */
.fixed-support-button{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #c44a00 !important;
    border-color: #c44a00 !important;
}
@media screen and (max-width: 575px){
    .fixed-support-button {
        right: 12px;
        bottom: 12px;
    }
}
.rating-stars {
  color: #FFC500;
  font-size: 26px;
  letter-spacing: 2px;
}
.elementor-element img {
    width:100%;
}
.icon-block {
  font-size: 26px;
  color: #006AFE;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color) !important;
    background-color: #c34a01 !important;
    border-color: #c34a01 !important;
}
.sales-info-listitem {
  min-width: 85px;
}

.bg-soft-blue {
  background: #faf0e97a;
}
.form-control
{
	    line-height: 1.8;
}
    .form-box {
        background: #fff;
        border-radius: 12px;
        padding: 30px;
        max-width: 500px;
        margin: auto;
        box-shadow: 0px 4px 14px rgba(0,0,0,0.1);
    }
    .schedule_button
   {
   	    background: #fff;
    border: 1.5px solid #c34a01;
    color: #c34a01;
        font-size: 16px;
        padding: 12px 0 !important;
   }
    .timer-box h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        text-align: center;
    }
    .time-item {
           width: 50px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    }
    
    label {
        font-size: 12px;
        font-weight: 500;
    }
    .btn-primary {
        background-color: #c34a01;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0;
    border-radius: 8px;
    margin-top: 10px;
    }
    .btn-outline-primary {
        font-size: 16px;
    font-weight: 500;
    padding: 12px 0 !important;
    border-radius: 8px;
    margin-top: 12px;
    border-width: 2px;
    }
.bg-soft-blue h3{
	        font-size: 1.2rem;
}
.course_page_land h3{
	font-size: 1.5rem;
}
/* Training */

.mode-training{
    background-color: #fff7f3;
    padding: 60px 0px;
}

.page-pading{
    padding-bottom: 30px;
}

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

.map-left h4{
    font-size: 15px;
    margin-right: 20px;
    color: #0c1620;
}

.map-left h4 i{
    color: #c44a00;
    margin-right: 5px;
}

.btn-city {
    background-color: #c44a00;
    border: 1px solid #c44a00;
    padding: 5px 10px;
    color: #fff;
    border-radius: 2px;
}

.cards {
    border-radius: 4px;
    margin: 0 auto 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: none;
    min-height: 540px;
    flex-direction: column;
    position: relative;
}

.live-train h4{
    font-size: 20px;
    padding-bottom: 10px;
    color: #fff;
}

.live-train-one h4{
    font-size: 20px;
    padding-bottom: 10px;
    color: #0c1620;
}

.live-train p{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.live-train p span{
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}

.live-train-one p{
    font-size: 22px;
    font-weight: 600;
    color: #0c1620;
}

.live-train-one p span{
    font-size: 16px;
    color: #272c37;
    letter-spacing: 1px;
}

.top-price {
    background: #c44a00;
    padding: 25px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 110px;
}
.top-price-one {
    background: #ffe4d3;
    padding: 25px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 110px;
}

.most-popular{
    padding: 25px;
}

.most-popular ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    padding-bottom: 15px;
}

.most-popular ul li i {
    color: #c44a00;
    margin: 3px 8px 0px 0px;
    font-size: 15px;
}


.popular-btm p{
    font-size: 13px;
    font-weight: 500;
    color: #c44a00;
    text-align: center;
}

.btn-show{
    background-color: transparent;
    border: 1px solid #0c1620;
    border-radius: 4px;
    padding: 8px;
}

.btn-show:hover{
    background-color: #c44a00;
    color: #fff;
}

.btn-entroll{
    background-color: #c44a00;
    border: 1px solid #c44a00;
    border-radius: 4px;
    color: #fff;
    padding: 8px;
}

.btn-entroll:hover{
    background-color: #0c1620;
    border: 1px solid #0c1620;
    border-radius: 4px;
    color: #fff;
}

.live-train-one h5{
    font-size: 15px;
    font-weight: 500;
}

.popular-position{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

/* Training end */