/* New CSS */
:root{
    --primary-color: #8dc03e;
    --secondary-color: #0a3a75;
    --gray-border: #d9d9d9;
    --gray-text: #606060;
}

@font-face {
    font-family: 'Aileron2';
    src: url('/frontend/assets/fonts/aileron/aileron2.otf') format('opentype'); /* Fallbacks */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aileron';
    src: url('/frontend/assets/fonts/aileron/aileron.otf') format('opentype'); /* Fallbacks */
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'Aileron' !important;
}

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

.h-24{
    height: 24rem !important;
}

.lg-h-35{
    height: 35rem !important;
}

.lg-h-36{
    height: 36rem !important;
}

.lg-h-38{
    height: 38rem !important;
}

.instructor-map-page-area{
    margin-top: -10rem;
}

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

.form-search-mobile, .mobile-btn{
    display: none;
}

.mobile-view{
    display: none;
}

.home-page-grid{
    width: 100% !important;
    height: 100% !important;
    padding-left: 6vw !important;
}

.home-page-grid #gridLines{
    width: 100% !important;
    height: 100% !important;
}

.registeration-process-image-mobile{
    display: none;
}

.product-section-slider{
    display: none;
}

.blog-section-slider{
    display: none;
}

.variety-section-slider{
    display: none;
}

::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 0.4rem;
}


.aileron{
    font-family: 'Aileron';
    letter-spacing: 0.02rem;
}

.aileron2{
    font-family: 'Aileron2';
    letter-spacing: 0.02rem;
}

.grayNew{
    color: #999999;
}

.course-tab-active-class {
    color: var(--secondary-color) !important;
    border-bottom: 1px solid var(--secondary-color);
}

.swiper-button-disabled {
    background: white !important;
    border: 1px solid var(--gray-border) !important;
}

.swiper-button-disabled svg path {
    fill: var(--gray-text) !important;
}

.products-page .swiper-button-disabled svg path {
    fill: none !important;
}

.list-tick li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    transform: translateY(-50%);
    width: 1.4rem;
    height: 1.4rem;
    background-image: url('/Images/list.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-wrapper {
    align-items: end !important;
}

.product-overlay {
    transition: all 0.3s ease-in-out;
}

.home-div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
-------------------------------------------------
    Theme Name: LMSZAI- LMS Online Courses and Education HTML5 Responsive Template
    Theme URL:
    Author: zainiktheme
    Author URL: https://themeforest.net/user/zainiktheme
    Creation Date: 04-10-2021
    Description:A default stylesheet for LMSZAI- LMS Online Courses and Education HTML5 Responsive Template
    Version: 1.00
    Primary use: lms, eEducation, learning, learn, education, course, online courses, eLearning, responsive, bootstrap, html5, clean, modern, creative etc.

    ---------------------------------------------------
    Developed By: zainiktheme
    Developer URL: https://themeforest.net/user/zainiktheme
    Developer: Suraiya Aysha

    ---------------------------------------------------

    --------------------------------------------------
    Table of Contents
    --------------------------------------------------
    1. General CSS
    2. Typography CSS
    3. Button CSS
    4. Navbar CSS
    5.Scroll To Top Area
    6.Preloader Area Start
    7. Header Area
    8. Special Feature Area
    9. Course Slider Area
    10. Video Area Start
    11. Top Categories Area
    12. Top Instructors Area Start
    13. Testimonial Area Start
    14. Achievement Area
    15. Course Instructor and Support Area
    16. FAQ Area
    17. Footer Area
    18. Course Single Area
    19. Course Watch Page Area
    20. Inner Page Banner/Header Area
    21. About Page Area
    22. Courses Page Area
    23. Become an instructor Page
    24. FAQ Page Area Page
    25. Contact Page Area Page
    26. Error Page Area Page
    27. Instructor Details / Instructor Single Page
    28. Blog Page Area
    29. Blog Details Page Area
    30. Cart Page Area
    31. Wishlist Page Area Page
    32. My Courses Page Area Page
    33. Student Profile Page Area Page
    34. Instructor Profile Page
    35. Message Page Area
    36. Instructor Dashboard Page
    37. Instructor Course Upload/ Form Multistep Page
    38. Instructor Analysis Page
    39. Checkout Page
    40. Sign Up Page
    41. Home All Instructor
    42. Responsive CSS

------------------------------------------------ */

/*-----------------------------------------------
    1. General Style
-------------------------------------------------*/



* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body,
html {
    height: 100%;
    margin: 0;
}

body {
    background: #fff none repeat scroll;
    font-size: 16px;
    font-weight: normal;
    font-family: var(--body-font-family);
    color: var(--body-font-color);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    color: var(--heading-color);
}

/* Theme All Transitions
------------------------------- */
a,
#mainNav,
.navbar .dropdown .dropdown-toggle::after,
.theme-btn,
.theme-button1,
.theme-button2,
button,
.owl-carousel button.owl-dot,
.instructor-support-item,
.instructor-social ul li a svg,
button,
.course-img-wrap img,
.course-img-wrap:before,
.course-item-hover-btns {
    transition: all 0.5s ease-in-out;
}
.fast-transition,
.message-user-item {
    transition: all 0.3s ease-in-out;
}
.slow-transition {
    transition: all 0.7s ease-in-out;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul {
    margin: 0;
    padding: 0;
}

a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

img::selection {
    background: transparent;
}
.page-link:focus {
    box-shadow: none;
}

/*----Form Control Reset CSS----*/

.form-control,
.form-select {
    background-color: var(--white-color);
    height: 49px;
    color: var(--body-font-color);
    border: 1px solid var(--border-color);
    border-radius: 4px;
}
.form-control:focus {
    background-color: var(--white-color);
    box-shadow: none;
}
.form-select:focus {
    border-color: inherit;
    box-shadow: none;
    border-color: #86b7fe;
}
.form-control::placeholder,
.placeholder-color {
    color: #a0a3aa;
}
label {
    margin-bottom: 0.6rem;
}
.form-check-input:checked {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
textarea.form-control,
textarea {
    height: auto;
}
.form-check-input:focus {
    box-shadow: none;
    border: 1px solid var(--theme-color);
}

/*------------------------------------------
    2.  Typography
-------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0;
    color: var(--heading-color);
}
h3 {
    font-size: 41px;
    line-height: 44px;
}
h4 {
    font-size: 33px;
    line-height: 35px;
}
h5 {
    font-size: 26px;
    line-height: 28px;
}
h6 {
    font-size: 21px;
    line-height: 22px;
}

p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-font-color);
    line-height: 25px;
}

figure {
    margin: 0 0 0;
}

/*--------------------------------
            2.1 Theme Color
-----------------------------------*/
/* :root {
    --white-color: #fff;
    --theme-color: #024A6A;
    --light-purple: rgba(117, 79, 254, 0.1);
    --heading-color: #040453;
    --orange-color: #FC8068;
    --orange-deep: #FF3C16;
    --body-font-color: #52526C;
    --gray-color: #767588;
    --gray-color2: #929292;
    --disable-color: #B5B4BD;
    --color-green: #45C881;
    --color-light-green: rgba(69, 200, 129, 0.22);
    --color-yellow: #FFC014;
    --light-bg: #F9F8F6;
    --page-bg: #F8F6F0;
    --plyr-color-main: #5e3fd7;
    --border-color: rgba(0, 0, 0, 0.07);
    --border-color2: rgba(0, 0, 0, 0.09);
    --body-font-family: 'Jost', sans-serif;
} */

.color-heading,
.booking-history-past-table.table th {
    color: var(--heading-color);
}
.bg-theme {
    background-color: var(--theme-color);
}
.bg-green {
    background-color: var(--color-green);
}
.bg-orange {
    background-color: var(--orange-color);
}
.bg-light {
    background-color: var(--light-bg);
}
.bg-page {
    background-color: var(--page-bg);
}
.color-hover {
    color: var(--theme-color);
}
.bg-light-purple {
    background-color: var(--light-purple);
}
.bg-hover {
    background-color: var(--theme-color);
}
.color-para {
    color: var(--body-font-color);
}
.bg-disabled {
    background-color: var(--disable-color) !important;
}
/* default text color */
.para-color {
    color: var(--body-font-color);
}
/* nutral-1 */
.color-gray {
    color: var(--gray-color);
}
/* nutral-2 */
.color-gray2 {
    color: var(--gray-color2);
}
.color-light-green {
    color: var(--color-light-green);
}
.theme-border {
    border: 1px solid var(--border-color);
}
.border-bottom {
    border-bottom: 1px solid var(--border-color) !important;
}
.theme-font-color {
    color: var(--body-font-color);
}
.color-deep-orange {
    color: var(--orange-deep);
}
.bg-deep-orange {
    background-color: var(--orange-deep);
}
.color-orange {
    color: var(--orange-color);
}
.color-green {
    color: var(--color-green) !important;
}
.bg-green {
    background-color: var(--color-green);
}
.border-color {
    border-color: var(--border-color2);
}
.border-top {
    border-top: 1px solid;
}
.border-bottom {
    border-bottom: 1px solid;
}
.table-td-hover-color {
    background-color: #f9f9f9;
}
.border-1 {
    border: 1px solid #ebebeb;
}
table tr {
    transition: 0.5s ease all;
}
th {
    max-width: 100%;
    min-width: 111px;
}

table tr:hover {
    background-color: #f9f9f9;
}

button.disabled:hover,
button.disabled.theme-button1:hover,
button.disabled.theme-button2:hover {
    color: var(--white-color) !important;
}
.status {
    padding: 6px 10px 7px;
    border-radius: 4px;
}
.status.active {
    background-color: #e1fae1;
    color: #4cbf4c;
}
.status.blocked {
    background-color: #ffe6e6;
    color: #f96363;
}
.status.pending {
    background-color: #fff4e4;
    color: #f0ad4e;
}
/*--------------------------------
    2.3 Theme padding, margin
-----------------------------------*/
section,
.section-b-space {
    padding-bottom: 110px;
}
.section-t-space {
    padding-top: 2.8rem;
}
.section-b-85-space {
    padding-bottom: 85px;
}
.section-t-85-space {
    padding-top: 85px;
}
.section-p-t-b-90 {
    padding: 90px 0 90px;
}
.p-30 {
    padding: 30px;
}
.p-20 {
    padding: 20px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-46 {
    padding-bottom: 46px;
}
.pt-30 {
    padding-top: 30px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-25 {
    margin-top: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}

.mb-19 {
    margin-bottom: 19px !important;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mr-30 {
    margin-right: 30px;
}
.mt-50 {
    margin-top: 50px;
}

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

.mt-56 {
    margin-top: 56px;
}

.mb-66 {
    margin-bottom: 66px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-92 {
    margin-top: 92px;
}
.mb-136 {
    margin-bottom: 136px;
}

.mt-45 {
    margin-top: 45px;
}

.mr-15 {
    margin-right: 15px;
}
.radius-95 {
    border-radius: 95px;
}
.radius-3 {
    border-radius: 3px;
}
.radius-4 {
    border-radius: 4px;
}
.radius-5 {
    border-radius: 5px;
}
.radius-8 {
    border-radius: 8px;
}
.radius-50 {
    border-radius: 50%;
}

/*--------------------------------
    2.3 Theme Font Family, Font Size
-----------------------------------*/
.font-normal {
    font-weight: 400;
}
.font-bold {
    font-weight: 700;
}
.font-semi-bold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-24 {
    font-size: 24px;
    line-height: 31px;
}
.font-20 {
    font-size: 20px;
    line-height: 31px;
}
.font-18 {
    font-size: 18px;
    line-height: 19px;
}
.font-17 {
    font-size: 17px;
}
.font-16 {
    font-size: 16px;
}
.font-15 {
    font-size: 15px;
    line-height: 23px;
}
.font-14 {
    font-size: 14px;
}
.font-13 {
    font-size: 13px;
    line-height: 18px;
}
.font-12 {
    font-size: 12px;
    line-height: 13px;
}
.font-11 {
    font-size: 11px;
    line-height: 12px;
}

/*--------------------------------
   2.4 Template Default CSS
-----------------------------------*/
section {
    position: relative;
    /* z-index: 9; */
}
.section-left-title-with-btn {
    width: 100%;
}
.section-left-title-with-btn .section-heading {
    width: 100%;
}
.section-title.section-title-left {
    width: calc(100% - 48%);
}
.section-heading {
    font-weight: 500;
    font-size: 41px;
    line-height: 106.5%;
    margin-bottom: 18px;
    width: 60%;
}
.section-title.text-center .section-heading {
    margin: 0 auto 18px;
}

.section-heading-light,
.section-sub-heading-light {
    color: var(--white-color);
}
.section-sub-heading {
    font-weight: normal;
    font-size: 18px;
    line-height: 154%;
    margin-bottom: 44px;
}
.gradient-bg {
    background: transparent !important;
    background-blend-mode: overlay, normal, overlay, color-burn, screen, overlay,
        difference, difference, normal;
    display: flex;
}
.footer-gradient-bg {
    background: #88bd40;
    background-blend-mode: overlay, normal, overlay, color-burn, screen, overlay,
        difference, difference, normal;
    display: flex;
}
.section-overlay {
    background: var(--gradient-overlay-bg);
    height: 100%;
    width: 100%;
}
.small-background-img-prop {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cursor {
    cursor: pointer;
}
.fit-image {
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
/*--------------------------------
   2.5 Template Common CSS
-----------------------------------*/
.testimonial-bottom-content .star-full .iconify,
.course-single-page-header .star-full .iconify,
.review-tab-count-box .rating-list .star-full .iconify {
    color: var(--color-yellow);
}
.faq-page-area .section-title {
    text-align: center;
}
.faq-page-area .section-heading {
    margin: 0 auto 18px;
}
table .course-item {
    background-color: transparent;
}
.table > :not(caption) > * > * {
    vertical-align: middle;
}

/*Pagination CSS*/
.pagination {
    margin-top: 25px;
}
.pagination li {
    margin-right: 14px;
    border-radius: 3px;
}
.page-item.active .page-link {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.page-item .page-link .iconify {
    font-size: 19px;
    color: var(--body-font-color);
}
.pagination .page-link {
    color: var(--gray-color);
    font-size: 15px;
    line-height: 16px;
    background-color: var(--white-color);
    height: 45px;
    width: 45px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
    border-radius: 3px;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    box-shadow: 0 6px 21px rgba(21, 3, 89, 0.08);
}

/* Common Text Hover color*/
.forum-categories-filter-box button:hover {
    color: var(--theme-color);
}

/*------------------------------------------
    2. Typography
-------------------------------------------*/

/*--------------------------------------------
    3. Button Style
---------------------------------------------*/
.section-btn {
    margin-top: 42px;
}
.btn {
    padding: 0;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
button {
    background-color: transparent;
}
button:focus {
    outline: 0;
}
.btn-close:focus {
    box-shadow: none;
}
/*-----Theme Button Style-----*/
.theme-btn > svg {
    height: 20px;
    margin-left: 3px;
    width: 17px;
}
.theme-button1,
.theme-button2,
.btn-violet-transparent {
    color: var(--white-color) !important;
    background-color: var(--theme-color);
    border: 2px solid var(--theme-color);
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    outline: none;
    z-index: 99;
    padding: 9.5px 24px !important;
    font-size: 15px !important;
    justify-content: center;
    border-radius: 4px;
    font-weight: 600 !important;
}
.theme-btn {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    outline: none;
    z-index: 99;
    padding: 9.5px 24px !important;
    font-size: 15px !important;
    justify-content: center;
    border-radius: 4px;
    font-weight: 600 !important;
    background: #013370 !important;
    font-family: 'Aileron' !important;
    margin-bottom: 0.8rem !important;
}

button.theme-btn.para-color.font-medium.mx-2.addToWishlist {
    width: 100%;
    margin: 0 !important;
    border-radius: 0.4rem !important;
    background: white !important;
    font-family: 'Aileron';
}
.theme-button1:hover {
    color: var(--theme-color) !important;
    background-color: var(--white-color);
}
.theme-button2 {
    background-color: var(--white-color) !important;
    color: var(--theme-color) !important;
    border: 2px solid var(--white-color);
}
.theme-button2:hover {
    color: var(--white-color) !important;
    background-color: #013370 !important;
    border: 2px solid #013370 !important;
}
.theme-button3 {
    border: 2px solid var(--theme-color);
}
.theme-button3:hover {
    border: 2px solid var(--theme-color);
}
.btn-violet-transparent {
    background-color: rgba(117, 79, 254, 0.27);
    border: 2px solid rgba(117, 79, 254, 0.27) !important;
    color: var(--theme-color) !important;
}
.btn-violet-transparent:hover {
    background-color: var(--white-color);
    color: var(--theme-color) !important;
}
.btn-orange,
.orange-theme-btn {
    background-color: var(--orange-color);
    border: 2px solid var(--orange-color);
    color: var(--white-color);
}
.btn-orange:hover,
.orange-theme-btn:hover {
    background-color: var(--white-color);
    border: 2px solid var(--orange-color);
    color: var(--orange-color) !important;
}
.orange-theme-btn {
    border: 1px solid var(--orange-color) !important;
}
.green-theme-btn {
    background-color: var(--color-green);
    border-color: var(--color-green) !important;
    color: var(--white-color) !important;
}
.green-theme-btn .iconify,
.theme-btn.default-hover-btn .iconify {
    margin-right: 8px;
    margin-left: 0;
}
.green-theme-btn:hover {
    border-color: var(--color-green) !important;
    color: var(--color-green) !important;
}
.quiz-back-btn,
.default-back-btn {
    border: 1px solid #d8d8d8;
    background-color: var(--white-color);
    color: var(--body-font-color) !important;
    margin-right: 10px;
}
.quiz-list-page-top-right {
    text-align: right;
}
.quiz-back-btn:hover,
.default-back-btn:hover {
    color: var(--theme-color) !important;
}
/*Load More Button css*/
.load-more-btn {
    background-color: #013370 !important;
    border: 2px solid #013370 !important;
    color: var(--white-color) !important;
    height: 38px;
    padding: 18px !important;
    font-size: 14px !important;
}
.load-more-btn:hover {
    background-color: #013370 !important;
    border: 2px solid #013370 !important;
}
.load-more-btn .iconify {
    margin-left: 7px;
}

.default-delete-btn-red {
    background-color: #ff1f1f;
    border: 1px solid #ff1f1f;
    color: var(--white-color);
    min-width: 93px !important;
}
.default-delete-btn-red .iconify {
    margin-right: 8px;
    margin-left: 0;
}
.default-delete-btn-red:hover {
    background-color: var(--white-color);
    border: 1px solid #ff1f1f !important;
    color: #ff1f1f !important;
}

.default-edit-btn-blue {
    background-color: #42b7ff;
    border: 1px solid #42b7ff;
    color: var(--white-color);
    min-width: 93px !important;
}
.default-edit-btn-blue .iconify {
    margin-right: 8px;
    margin-left: 0;
}
.default-edit-btn-blue:hover {
    background-color: var(--white-color);
    border: 1px solid #42b7ff;
    color: #42b7ff;
}
.light-purple-theme-btn {
    background-color: #a921ff;
    border: 1px solid #a921ff;
}
.light-purple-theme-btn:hover {
    background-color: var(--white-color);
    border: 1px solid #a921ff !important;
    color: #a921ff !important;
}
.disabled-btn,
.disabled-btn:hover {
    cursor: default;
    background-color: var(--disable-color) !important;
    color: var(--white-color) !important;
    border-color: var(--disable-color) !important;
}
/*-------------------------------------------
    4. Navbar Area CSS
-------------------------------------------*/
.menu-section-area {
    padding: 0;
    z-index: 999;
}

.navbar {
    padding: 0;
}

.navbar .navbar-img {
    width: 10rem;
}

.navbar .navbar-img img {
    width: 100%;
}

#mainNav {
    position: fixed;
    height: 100px;
    display: flex !important;
    transition: all ease 0.6s;
    padding: 0 1rem !important;
    align-items: center;
    width: 100%;
    height: 5rem;
}

#mainNav.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: var(--primary-color);
    height: 5rem;
}
#mainNav .navbar-brand {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 30px;
}
#mainNav .navbar-brand img {
    height: 40px;
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 0.75em 13px;
    position: relative;
    font-weight: 500;
    color: #024a6a;
    display: flex;
    font-wight: 500;
}
/*Menu Right Side round buttons Start*/
.menu-round-btn > a {
    height: 31px;
    width: 31px;
    display: inline-flex;
    border-radius: 50%;
    background-color: var(--white-color);
    margin-right: 18px;
    align-items: center;
    justify-content: center;
    color: var(--heading-color) !important;
    padding: 7px !important;
}
/*Menu Right Side round buttons End */

/*---- Dropdown Menu CSS ----*/
.dropdown-item.active,
.dropdown-item:active {
    color: var(--heading-color);
}
.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative;
}
.navbar .dropdown .dropdown-toggle:after {
    margin-left: 0.375rem;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-family: Feather !important;
    content: "\e92e";
    background-repeat: no-repeat;
    background-size: 0.625rem 0.625rem;
    float: right;
}
.navbar .dropdown-menu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 1.7rem;
    color: var(--body-font-color);
}
.dropdown-toggle {
    display: flex;
    align-items: center;
}
#librariesDropdown {
    background-color: var(--white-color);
    border: none;
    color: var(--heading-color) !important;
    border-radius: 3px;
    padding: 6.5px 21px !important;
    font-weight: 500;
    margin: 0.75em 0;
}
#mainNav .navbar-nav .nav-item .nav-link.dropdown-toggle svg {
    height: 17px;
}
#mainNav .navbar-nav .nav-item .nav-link svg {
    height: 25px;
    width: 27px;
    padding-top: 2px;
}
#mainNav .navbar-nav .nav-item .nav-link.theme-button1 svg {
    margin-right: 6px;
}
#mainNav .navbar-nav .dropdown-menu a {
    color: var(--body-font-color);
    padding: 8px 40px 8px 20px;
    font-size: 15px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
}
.navbar .dropdown-menu .dropdown-toggle::after {
    color: var(--body-font-color);
}
#mainNav .navbar-nav .dropdown-menu a:hover,
.navbar .dropdown-menu .dropdown-toggle:hover::after,
#mainNav .navbar-nav .dropdown-menu a:focus {
    background-color: transparent;
}

.navbar .nav-item {
    margin-inline: 0.4rem;
}

.navbar .menu-sign-in-btn  a{
    color: white !important;
    font-family: 'Aileron', sans-serif;
    background-color: var(--secondary-color);
    padding: 0.6rem 1rem;
    font-weight: 500;
    border-radius: 0.25rem;
}

.navbar .menu-sign-in-btn  #signInBtn{
    color: var(--secondary-color) !important;
    font-family: 'Aileron', sans-serif;
    background-color: white;
    padding: 0.6rem 1rem;
    font-weight: 500;
    border-radius: 0.25rem;
}

.navbar .menu-sign-in-btn  a:hover{
    color: white !important;
}

/* Header Navbar Left Side */
.header-nav-left-side {
    position: relative;
    padding-left: 0;
    align-items: center;
    width: 50%;
}
.header-nav-left-side:before {
    height: 103px;
    width: 1px;
    background-color: transparent;
    content: "";
    left: 0;
    position: absolute;
    top: -25px;
}
/* search box */
.header-nav-left-side form {
    width: 648px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border-radius: 126px;
    margin-left: 30px;
    position: relative;
}
.header-nav-left-side form .form-control {
    background-color: transparent;
    height: 46px;
    color: #024a6a;
    border: none;
}
.header-nav-left-side form button {
    background-color: transparent !important;
    border: none !important;
}

/* Search Bar Suggestion Box */
.search-bar-suggestion-box {
    background: var(--white-color);
    border-radius: 0.25rem;
    z-index: 9;
    position: absolute;
    width: 100%;
    left: 0;
    box-shadow: 0 0 8px 0 rgb(1 0 64 / 7%);
    top: 2.4rem !important;
    max-height: 400px;
    overflow-y: auto;
    z-index: 999;
    width: 12.6rem;
    top: 1rem;
    padding: 0;
}

ul.appendCourseSearchList {
    display: flex;
    flex-direction: column;
}

.search-bar-result-item a,
.search-bar-result-item.no-search-result-found {
    padding: 5px 0;
    display: flex;
    align-items: center;
}
.search-bar-result-item a img {
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
}
.appendBlogSearchList .search-bar-result-item a img {
    height: 35px;
    max-width: 50px;
}
/* Search Bar Suggestion Box */

/* Header Right Navbar Right Side */
.header-right-nav{
    width: 50%;
}

button#pills-student-tab,
button#pills-instructor-tab {
    padding: 0.2rem 1rem !important;
}

.header-right-nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 1rem !important;
}

.header-right-nav ul .search-hover{
    padding: 0.625rem 0.75rem;
    border-radius: 0.25rem;
    display: block;
}

.header-right-nav ul .form-search{
    display: none;
    width: 14rem;
    position: relative;
    margin-right: 1rem;
}

.courses-filter-wrap span#basic-addon1 {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.header-right-nav ul .form-search .input-group-text{
    background-color: var(--secondary-color);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.input-group {
    flex-wrap: nowrap !important;
}

#searchCourse,
.courses-filter-wrap #search-product{
    padding: 0.5rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    height: 2.3rem;
    border: 1px solid var(--border-color) !important;
    border-left: none !important;
}

.header-right-nav li {
    margin-left: 10px;
    position: relative;
}
.header-right-nav .theme-button1,
.header-right-nav .theme-button2 {
    padding: 10px 22px;
}
.menu-language-btn.dropdown .dropdown-toggle:after {
    position: absolute;
    right: -17px;
    color: rgba(255, 255, 255, 0.47);
    display: none;
}
.menu-language-btn > a {
    margin-right: 18px;
    margin-left: 18px;
}
.menu-language-btn img {
    height: 27px;
    width: 27px;
}
.menu-language-btn .dropdown-menu .dropdown-item img {
    height: 20px;
    width: 20px;
    margin-right: 7px;
}

/*Notification dropdown tab css Start*/
.menu-notification-btn .dropdown-menu {
    min-width: 18.5rem;
}
.menu-notification-tab-content {
    height: 230px;
    overflow-y: auto;
}
.menu-notification-tab-content > .tab-pane {
    height: 230px;
}
.menu-notification-tab-content.tab-content > .active {
    min-height: 100%;
}
.no-notification-found-box {
    min-height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}
.menu-notification-tab-list {
    background-color: #e3e4f2 !important;
    height: 2rem;
    padding: 4px 8px;
    border-radius: 57px !important;
    display: flex !important;
    justify-content: space-between !important;
}

button.dropdown-item.dropdown-footer {
    font-size: 0.7rem !important;
    font-family: 'Aileron2';
    text-align: end;
    width: max-content;
    margin-inline-start: auto;
    margin-inline-end: 0.4rem;
}

.tab-content>.tab-pane {
    display: none !important;
}

div#pills-student,
#pills-instructor {
    display: flex;
    flex-direction: column;
}
.menu-notification-tab-list button {
    border-radius: 70px !important;
    font-size: 12px !important;
    max-height: 32px;
    padding: 7px 25px !important;
    color: var(--heading-color) !important;
    font-weight: 500 !important;
}
.menu-notification-tab-list .nav-link.active,
.menu-notification-tab-list .show > .nav-link {
    color: var(--heading-color);
    background-color: var(--white-color);
}
.menu-notification-tab-content .message-user-item {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    padding: 0.5rem 24px !important;
    white-space: normal !important;
}
.menu-notification-tab-content .tab-pane .message-user-item:last-child {
    border-bottom: none;
}
.menu-notification-tab-content .message-user-item .user-img-wrap,
.menu-notification-tab-content .message-user-item .user-img-wrap img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.menu-notification-tab-content .message-user-notification-box {
    background-color: #45c881;
    color: var(--white-color);
    font-size: 10px;
}
/*Notification dropdown tab css End*/

/* Dropdown User Info */
.dropdown-user-info .message-user-item {
    padding: 12px 24px;
}
/* Dropdown User Info */

/*Cart Btn CSS*/
.menu-cart-btn .badge {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 5px !important;
    background: var(--theme-color) !important;
    left: 27px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
}
.menu-notification-btn .badge {
    background: #45c881 !important;
    top: 0.86rem !important;
}
.menu-message-btn .badge {
    background: #ff4444 !important;
}
/*Cart Btn CSS*/

/* Menu User Btn CSS Start*/
.menu-user-btn .dropdown-menu {
    min-width: 14.7rem;
}
.menu-user-btn a {
    margin-right: 0;
    overflow: hidden;
    padding: 0 !important;
}
.menu-user-btn a > img {
    height: auto;
    min-width: 31px;
    min-height: 31px;
}
.menu-user-btn img {
    height: 31px;
    width: 31px;
}
.user-dropdown-item-box {
    border-top: 1px solid #eee9e9;
    padding-top: 10px;
    margin: 10px 24px 0;
}
.menu-user-btn .message-user-item:hover {
    background-color: transparent;
}
.menu-user-btn .dropdown-menu a {
    padding: 8px 45px 8px 0 !important;
}
.menu-user-btn .dropdown-menu a .iconify {
    margin-right: 15px;
    font-size: 18px;
}
/* Menu User Btn CSS End*/

/*User Login or Not Login Function for Menu Start*/
.menu-notification-btn,
.menu-message-btn,
.menu-user-btn,
.isLoginMenu .menu-sign-in-btn {
    display: none;
}
.isLoginMenu .menu-notification-btn,
.isLoginMenu .menu-message-btn,
.isLoginMenu .menu-user-btn {
    display: block;
}
/*User Login or Not Login Function for Menu End*/

/*Menu Mobile Responsive CSS Start*/
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
    box-shadow: none;
}
/*Menu Mobile Responsive CSS End*/

.menu-show-user-avatar-desktop {
    /* display: none; */
}
.menu-show-user-avatar-mobile {
    /* display: none; */
}

/*Multilevel Dropdown Menu CSS End*/

/*-------------------------------------------
            5. Scroll To Top Area
-------------------------------------------*/
#scroll {
    position: fixed;
    right: 10px;
    bottom: 40px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: none;
    z-index: 10;
    font-size: 20px;
    text-align: center;
    color: var(--white-color);
    line-height: 48px;
}
/*-------------------------------------------
    5. Scroll To Top Area End
-------------------------------------------*/

/*-------------------------------------------
    6. Preloader Area Start
-------------------------------------------*/
#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999999999;
}

#preloader_status,
#inner-status {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*-------------------------------------------
    6. Preloader Area End
-------------------------------------------*/

/*-------------------------------------------
    7. Header Area
-------------------------------------------*/
.hero-area .section-overlay {
    min-height: 795px;
    padding: 150px 0;
}
.hero-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Come for learn */
.come-for-learn-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 154.5%;
    letter-spacing: 0.89em;
    /* text-transform: uppercase; */
    color: rgba(255, 255, 255, 0.55);
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    width: 59%;
    margin-bottom: 30px;
}
/* Ellipse 2 */
.come-for-learn-text span {
    position: relative;
    margin-right: 17px;
}
.come-for-learn-text span:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--orange-color);
    border-radius: 50%;
    top: 5px;
    right: -15px;
    -webkit-animation: flicker 3s linear infinite;
    animation: flicker 3s linear infinite;
}
@-webkit-keyframes flicker {
    0%,
    19.999%,
    22%,
    62.999%,
    64%,
    64.999%,
    70%,
    100% {
        opacity: 0.99;
        text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4),
            1px -1px 0 rgba(255, 255, 255, 0.4),
            -1px 1px 0 rgba(255, 255, 255, 0.4),
            1px 1px 0 rgba(255, 255, 255, 0.4), 0 -2px 8px, 0 0 2px,
            0 0 5px #ff7e00, 0 0 15px #ff4444, 0 0 2px #ff7e00, 0 2px 3px #000;
    }
    20%,
    21.999%,
    63%,
    63.999%,
    65%,
    69.999% {
        opacity: 0.4;
        text-shadow: none;
    }
}

@keyframes flicker {
    0%,
    19.999%,
    22%,
    62.999%,
    64%,
    64.999%,
    70%,
    100% {
        opacity: 0.99;
        text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4),
            1px -1px 0 rgba(255, 255, 255, 0.4),
            -1px 1px 0 rgba(255, 255, 255, 0.4),
            1px 1px 0 rgba(255, 255, 255, 0.4), 0 -2px 8px, 0 0 2px,
            0 0 5px #ff7e00, 0 0 15px #ff4444, 0 0 2px #ff7e00, 0 2px 3px #000;
    }
    20%,
    21.999%,
    63%,
    63.999%,
    65%,
    69.999% {
        opacity: 0.4;
        text-shadow: none;
    }
}
/*Come for learn Text Glow effect*/

.hero-heading {
    font-weight: 300;
    font-size: 65px;
    line-height: 100.5%;
    /* text-transform: capitalize; */
    color: var(--white-color);
}
.hero-heading > span {
    /* text-transform: capitalize!important; */
    font-weight: 500;
}
.hero-content p {
    font-weight: normal;
    font-size: 18px;
    line-height: 154.5%;
    color: rgba(255, 255, 255, 0.72);
}
.hero-content p,
.hero-btns {
    margin-top: 30px;
}
.hero-btns .theme-btn {
    margin-right: 10px;
}

/*Hero Heading Text Effect Start*/
.word {
    position: absolute;
    opacity: 0;
    /* text-transform: capitalize; */
}
.main-middle-text {
    margin-right: 15px;
}
.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
    text-transform: initial;
}
.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.letter.behind {
    transform: rotateX(-90deg);
}
.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/*Hero Heading Text Effect End*/

/*-------------------------------------------
    7. Header Area End
-------------------------------------------*/

/*-------------------------------------------
    8. Special Feature Area Start
-------------------------------------------*/
.special-feature-area {
    margin-top: -50px;
}
.single-feature-item {
    background-color: var(--white-color);
    box-shadow: 0 6px 21px rgba(21, 3, 89, 0.08);
    border-radius: 3px;
    padding: 43px 30px;
}
.single-feature-item p {
    font-weight: normal;
    font-size: 16px;
    line-height: 154%;
    color: var(--gray-color);
}
.single-feature-item h6 {
    padding-bottom: 10px;
}
.top-categories-area .feature-img-wrap {
    height: 60px;
    width: 60px;
    background-color: #d5d5d5;
    border-radius: 50%;
}
/*-------------------------------------------
    8. Special Feature Area End
-------------------------------------------*/

/*-------------------------------------------
    9. Course Slider Area Start
-------------------------------------------*/
/*Course Item*/
.course-item {
    box-shadow: 0 6px 21px rgba(21, 3, 89, 0.08);
    padding: 10px;
    margin-bottom: 25px;
    min-height: 417px;
}
.course-item-upcoming {
    min-height: 380px !important;
}
.course-img-wrap img {
    max-width: 100%;
    transform: scale(1);
    min-height: 221px;
    min-width: auto;
}
.course-item:hover .course-img-wrap img {
    transform: scale(1.1);
}
.course-tag.badge {
    padding: 7px 13px;
    top: 30px;
    left: 30px;
    z-index: 9;
}
.course-item .card-body {
    flex: 1 1 auto;
    padding: 30px 20px 20px;
}
.course-rating {
    margin-bottom: 15px;
}
.rating-list li {
    margin: 0 3px;
    font-size: 13px;
    color: #e1e1e1;
}
.instructor-my-course-item .rating-list {
    margin-left: 5px;
}
.course-title {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 20px;
}
.instructor-name-certificate {
    line-height: 17px;
    color: #9696b0;
    margin-bottom: 11px;
}
.course-rating ul li svg {
    padding-bottom: 3px;
    height: 20px;
}
.star-full .iconify {
    color: var(--color-yellow);
}

/* Start Ratings CSS Start */
.star-ratings {
    unicode-bidi: bidi-override;
    color: #e1e1e1;
    font-size: 64px;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 20px;
    width: auto !important;
}
.star-ratings .fill-ratings {
    color: var(--color-yellow);
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}
.star-ratings .fill-ratings span {
    display: inline-block;
}
.star-ratings .empty-ratings {
    padding: 0;
    display: block;
    z-index: 0;
    font-size: 20px;
}
/* Start Ratings CSS End */

.course-item-hover-btns {
    right: 25px;
    top: 28px;
    z-index: 9;
    opacity: 0;
}
.course-item-hover-btns .course-item-btn {
    color: var(--white-color);
}
.course-item-hover-btns .course-item-btn svg {
    height: 18px;
}
.course-item:hover .course-item-hover-btns {
    opacity: 1;
}
.course-img-wrap {
    border-radius: 4px;
    min-height: 221px;
    width: 100%;
    position: relative;
}
.course-item .course-img-wrap:before {
    background-color: rgba(41, 25, 100, 0.5);
    z-index: 9;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0;
}
.course-item:hover .course-img-wrap:before {
    opacity: 1;
}
/* Tab navlist css */
.course-tab-nav-wrap {
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.course-tab-nav-wrap .nav-tabs.tab-nav-list li {
    margin-right: 0;
    margin-left: 0.4rem;
}
.course-tab-nav-wrap .tab-nav-list.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: var(--body-font-color);
    position: relative;
    padding: 0 9px;
    margin-left: 8px;
}
.course-tab-nav-wrap .nav-tabs .nav-item.show .nav-link,
.course-tab-nav-wrap .nav-tabs .nav-link.active {
    color: #000 !important;
}

/* Tab navlist css */

/*Course Slider Navigation Start*/
.course-slider-items .owl-nav button {
    background: var(--white-color) !important;
    height: 50px;
    width: 50px;
    border-radius: 50% !important;
    color: var(--gray-color);
    top: 19%;
    box-shadow: 0 9px 15px 0 rgb(6 6 103 / 19%);
}

.course-slider-items .owl-nav button:hover {
    color: var(--theme-color) !important;
}
.course-slider-items button.owl-prev {
    position: absolute;
    left: -24px;
}
.course-slider-items button.owl-next {
    position: absolute;
    right: -24px;
}
/*Course Slider Navigation End*/

/*-------------------------------------------
    9. Course Slider Area End
-------------------------------------------*/

/*-------------------------------------------
    10. Video Area Start
-------------------------------------------*/
.video-area-right .section-heading {
    width: 100%;
}
.video-floating-img-wrap {
    padding-right: 55px;
}
.video-floating-img-wrap img {
    left: -85px;
    top: 0;
}
.video-area-right .theme-button1:hover {
    border-color: var(--theme-color) !important;
}
.video-instructor-small-img-list ul li {
    background-color: var(--white-color);
    height: 53px;
    width: 53px;
    border: 2px solid var(--white-color);
    margin-left: -8px;
}
.video-instructor-small-img-list ul li:first-child {
    margin-left: 0;
}
.video-instructor-small-img-list ul li:last-child {
    background-color: var(--orange-color);
}
.video-instructor-small-img-list ul li img {
    height: 53px;
    width: 100%;
    border-radius: 50%;
}

/*Video area Play btn css */
.video-area-left {
    padding-right: 0;
}
.play-btn {
    height: 86px;
    width: 86px;
    border-radius: 50%;
    animation: shadow-pulse 3s infinite;
    background-color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
/*Video Play Button Effect */
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(117, 79, 254, 0.3);
    }
    100% {
        box-shadow: 0 0 0 25px rgba(117, 79, 254, 0);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0 rgba(117, 79, 254, 0.2);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(117, 79, 254, 0);
    }
}
/*Video Play Button Effect */

/*-------------------------------------------
    10. Video Area End
-------------------------------------------*/

/*-------------------------------------------
    11. Top Categories Area Start
-------------------------------------------*/
.top-cat-item {
    padding: 39px 57px 39px 39px;
}
.section-heading-img {
    margin-bottom: 18px;
}
/*-------------------------------------------
    11. Top Categories Area End
-------------------------------------------*/

/*-------------------------------------------
    12. Top Instructors Area Start
-------------------------------------------*/
.top-instructor-area .section-heading-img,
.courses-area .section-heading-img,
.passionate-team-member-area .section-heading-img {
    margin-right: 15px;
}
.section-left-title-with-btn .theme-btn {
    margin-bottom: 40px;
}
/*Instructor Item start*/
.top-instructor-content-wrap .search-instructor-item,
.organization-single-tab-area .search-instructor-item {
    box-shadow: 0 6px 21px rgb(21 3 89 / 8%);
}
.card-title {
    margin-bottom: 13px;
}
.instructor-designation {
    font-size: 12px;
    line-height: 106.5%;
    color: #9696b0;
    margin-bottom: 15px;
}
.instructor-bottom-item {
    line-height: 15px;
    color: var(--heading-color);
}
.instructor-bottom-item img {
    padding-bottom: 3px;
    margin-right: 3px;
}
.instructor-bottom-item div:nth-child(2) {
    margin-top: 14px !important;
    padding: 4.68px 7.69px 5.37px 5.01px !important;
    background-color: #f8f8f8 !important;
}
.instructor-bottom-item-bg-2 div:nth-child(2) {
    background-color: var(--card-price-2) !important;
}
.instructor-bottom-item div:nth-child(2) span:nth-child(1) {
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
    color: var(--heading-color);
}
.instructor-bottom-item div:nth-child(2) span:nth-child(2) {
    font-size: 17px;
    font-weight: 500;
    line-height: 18px;
    color: var(--orange-color);
}
/*Instructor Item end*/
/*-------------------------------------------
    12. Top Instructors Area End
-------------------------------------------*/

/*-------------------------------------------
    13. Testimonial Area Start
-------------------------------------------*/
.customers-says-area .section-heading {
    margin-bottom: 80px !important;
}

/*Testimonial Item*/
.testimonial-item {
    padding-right: 46px;
    padding-bottom: 66px;
}

.testimonial-item > div > div:first-child {
    flex: 1 0 auto;
    max-width: 224px;
}

.testimonial-item > div > div:first-child img {
    max-width: 100%;
    object-fit: contain;
}
.testimonial-top-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    margin-bottom: 35px;
    padding-bottom: 20px;
}
.testimonial-content h6 {
    line-height: 17px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}
.testimonial-content p {
    line-height: 14px;
    letter-spacing: 0.38em;
    color: #6e6e96;
}

.testimonial-bottom-content p {
    line-height: 27px;
    color: rgba(255, 255, 255, 0.49);
    margin: 20px 0;
    font-weight: 300;
}
/*-------------------------------------------
    13. Testimonial Area End
-------------------------------------------*/

/*-------------------------------------------
    14. Achievement Area Start
-------------------------------------------*/
.achievement-area {
    padding: 90px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    z-index: 99;
}
.achievement-item {
    padding: 0 35px 0 18px;
}
/*-------------------------------------------
    14. Achievement Area End
-------------------------------------------*/

/*-------------------------------------------
    15. Course Instructor and Support Area Start
-------------------------------------------*/
.instructor-support-item {
    box-shadow: 0 1px 15px rgba(2, 2, 43, 0.07);
    padding: 90px;
    transform: scale(1);
}
.instructor-support-item:hover {
    transform: scale(1.1);
    box-shadow: 0 1px 62px rgba(2, 2, 43, 0.07);
}
.instructor-support-img-wrap {
    height: 86px;
    width: 86px;
    overflow: hidden;
    margin: 0 auto 20px;
}
.instructor-support-img-wrap img {
    height: 86px;
    width: 86px;
    min-width: 100%;
}
.instructor-support-item p {
    margin: 20px 0 22px;
}
.course-instructor-support-wrap
    div:nth-child(2)
    .instructor-support-item
    .theme-btn {
    background-color: var(--orange-color);
    border-color: var(--orange-color);
}
.course-instructor-support-wrap
    div:nth-child(2)
    .instructor-support-item
    .theme-btn:hover {
    background-color: var(--white-color);
    color: var(--orange-color) !important;
}

/*Client Logo Area CSS*/
.client-logo-area {
    padding-top: 90px;
}
.client-logo-item {
    margin: 20px;
    height: 41px;
    overflow: hidden;
}
.client-logo-item img {
    max-height: 41px;
}

/*-------------------------------------------
    15. Course Instructor and Support Area End
-------------------------------------------*/

/*-------------------------------------------
    16. FAQ Area Start
-------------------------------------------*/
.home-page-faq-area .section-heading {
    width: 89%;
}
.faq-page-area .faq-tab-nav-item {
    text-align: center;
}
.faq-tab-nav-wrap .nav-tabs .nav-link.active::after {
    display: none;
}

/* Accordion CSS Start */
.faq-area .accordion-item {
    margin-bottom: 20px;
}
.faq-area .accordion-header {
    margin-bottom: 0;
}
.accordion-button {
    background-color: white;
    border-radius: 2px;
    line-height: 28px;
    color: var(--heading-color);
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: var(--theme-color);
    background-color:white;
}
.home-page-faq-area .accordion-button:not(.collapsed) {
    color: var(--theme-color);
    background-color: #f3f3f3;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-item {
    border: none;
}
.accordion-header {
    margin-bottom: 30px;
}
.accordion-collapse {
    box-shadow: 0 4px 7px rgba(31, 16, 87, 0.12);
}
.accordion-body {
    background-color: #f0f5f2 !important;
    border-radius: 2px;
    padding: 30px;
    line-height: 25px;
    color: var(--gray-color);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    /* Default Arrow Icon for Accordion */
    content: "\e92e";
    transition: transform 0.3s ease-in-out;
    border-left: none;
    font-family: Feather !important;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 0.625rem 0.625rem;
    float: right;
}
.faq-tab-content .accordion-button::after {
    content: "\e90d";
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
}
/* Accordion CSS End */

/*FAQ Right Side*/
.still-no-luck {
    width: 320px;
    padding: 40px;
    bottom: 60px;
    left: 60px;
    box-shadow: 0 6px 21px rgba(21, 3, 89, 0.08);
}
.still-no-luck h6 {
    margin-bottom: 13px;
}
.still-no-luck p {
    line-height: 25px;
}

/*FAQ Area shape*/
.faq-area-shape {
    position: absolute;
    width: 934px;
    height: 483px;
    left: 0;
    top: -180px;
    background: linear-gradient(
        180deg,
        rgba(255, 192, 20, 0.15) 0%,
        rgba(252, 128, 104, 0.15) 48.44%,
        rgba(147, 116, 251, 0.15) 100%
    );
    filter: blur(200px);
    backdrop-filter: blur(200px);
    z-index: -9;
    margin-right: auto;
    margin-left: auto;
    right: 0;
}

/* Support Tickets Page Area Start */
.support-tickets-page .accordion-button:not(.collapsed),
.support-tickets-page .accordion-button {
    background-color: var(--white-color);
}

.support-tickets-page .accordion-collapse {
    box-shadow: 0 4px 13px rgba(31, 16, 87, 0.05);
}
.support-tickets-page .accordion-body,
.faq-page-area .accordion-body {
    padding: 0 30px 30px;
}
.support-tickets-page .accordion-button:not(.collapsed)::after {
    background-image: none !important;
}
.support-tickets-page .accordion-button::after {
    content: "\e90d";
}
.is-that-helpful-btns .theme-btn {
    margin: 0 5px;
}

.is-that-helpful-btns {
    margin-top: 20px;
}

.create-tickets-btns .theme-btn {
    margin-right: 10px;
}
/* Support Tickets Page Area End */

/* Create Tickets Page Start */
.create-tickets-page .upload-img-btn-wrapper button {
    color: var(--white-color) !important;
}
#view_ticket .pagination {
    margin-top: 15px;
}
/* Create Tickets Page End */

/* Ticket Details Page */
.instructor-ticket-content-wrap,
.ticket-details-box {
    border: 1px solid #ebebeb;
}
.ticket-replies-wrap .ticket-reply-item:not(:last-child) {
    margin-bottom: 15px;
}
.ticket-reply-item {
    padding: 20px;
    border-radius: 4px;
}

.ticket-reply-item.ticket-reply-item-student {
    background-color: #f5f5f5;
}

.ticket-reply-item.ticket-reply-item-staff {
    background-color: rgba(117, 79, 254, 0.05);
}
.ticket-reply-content p,
.ticket-info-content p {
    font-size: 15px;
    line-height: 22px;
}

/* ticket-details-reply-form-box */
.ticket-details-reply-form-box .upload-img-btn-wrapper button {
    color: var(--white-color) !important;
}
.ticket-status-box {
    padding: 4px 16px;
    margin-left: 10px;
}
.ticket-info-content p {
    margin: 8px 0 0;
}
.ticket-info-content {
    margin: 20px 0 0;
}
.ticket-info-bottom-box {
    border-top: 1px solid #e5e8ec;
    margin-top: 20px;
}
/* Ticket Details Page */

/*-------------------------------------------
    16. FAQ Area End
-------------------------------------------*/

/*-------------------------------------------
    42. Instructor Discussion Page Area Start
-------------------------------------------*/

/* Instructor Discussion Leftside start */
.instructor-disscussion-page-leftside {
    padding-bottom: 6px;
}
.instructor-disscussion-page-leftside .message-user-top-part {
    padding: 20px 18px 13px;
}
.instructor-disscussion-page-leftside .search-message-box .input-group-text {
    border: none;
}
.instructor-disscussion-page-leftside .search-message-box input {
    background-color: #f5f5f5;
    border: none;
    height: 40px;
}
.instructor-disscussion-page-leftside .search-message-box .form-control:focus {
    background-color: #f5f5f5;
    border: none;
}
.instructor-disscussion-page-leftside .search-message-box.input-group {
    border-radius: 4px;
    background-color: #f5f5f5;
}
.message-user-list-wrap.instructor-discussion-list-wrap {
    padding: 0 4px;
}
.instructor-discussion-course-item.message-user-item {
    padding: 12px 15px;
    border-radius: 4px;
}
.instructor-discussion-course-item.message-user-item:hover {
    background-color: rgba(117, 79, 254, 0.04);
}
.instructor-discussion-course-item.message-user-item.active {
    background-color: rgba(117, 79, 254, 0.08);
    border-left: none;
}
.instructor-discussion-course-item .user-img-wrap {
    width: 67px;
    height: 49px;
    overflow: hidden;
}
.instructor-discussion-course-item .user-img-wrap img {
    max-width: 67px;
    max-height: 49px;
    min-width: 67px;
    min-height: 49px;
    width: 100%;
}
.instructor-discussion-course-item .message-user-notification-box {
    background-color: rgba(255, 68, 68, 1);
    min-height: 10px;
    min-width: 10px;
}
.instructor-discussion-course-item .message-user-list-wrap {
    padding: 0 10px;
}
/* Instructor Discussion Leftside end */

/* Instructor Discussion Rightside start */
.instructor-discussion-comment-block {
    padding: 0 30px 0;
    margin-bottom: 42px;
    max-height: 1200px;
    overflow-y: auto;
}
.discussion-reply-block.instructor-discussion-reply-block {
    margin-left: 0;
}
/* Instructor Discussion Rightside end */
/*-------------------------------------------
    42. Discussion Page Area End
-------------------------------------------*/

/*-------------------------------------------
    17. Footer Area Start
-------------------------------------------*/
/* Footer Widget */
.footer-about img,
.footer-widget > h6 {
    margin-bottom: 1rem;
}
.footer-about img {
    height: 4rem;
}
.footer-widget .footer-widget-title {
    color: var(--white-color);
    font-weight: 600;
    letter-spacing: 0.04em;
}
.footer-widget.footer-about p {
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: var(--white-color);
}
/*Footer social */
.footer-social ul li a {
    margin-right: 10px;
}
.footer-social ul li a .iconify {
    color: var(--white-color);
    font-size: 25px;
}

.footer-links li a,
.footer-links ul li {
    display: flex;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 25px;
    color: var(--white-color);
    min-width: 7rem;
    max-width: 16rem;
}

.footer-bottom-nav ul li:nth-child(2) a {
    border-left: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-links ul li::before{
    content: "";
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.24rem;
    background: url("data:image/svg+xml;utf8,<svg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1.25L6.25 6.5L1 11.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat;
    margin-inline-start: -2.6rem;
    margin-inline-end: 0.6rem;
}

.icons ul li::before{
    background: none !important;
    display: none;
}

.footer-links.d-flex.icons {
    margin-left: 0;
}

.footer-links li a:hover,
.footer-bottom-nav ul li a:hover {
    color: var(--white-color);
    text-decoration-line: underline;
}
.footer-links ul li {
    padding: 0 0 10px;
}
.footer-links ul li:last-child {
    padding-bottom: 0;
}
.footer-contact-info ul li img {
    margin-right: 22px;
}
.footer-contact-info ul li .iconify {
    margin-right: 1rem;
    top: 0.6rem;
    color: #ffffff;
    width: 1rem;
    height: 1rem;
    padding: 0 !important;
    margin-top: 0.2rem;
}
.footer-widget.footer-about {
    margin-left: 0 !important;
}
.footer-contact-info ul li .iconify[data-icon="carbon:location-filled"] {
    margin-right: 1rem;
    top: -6px;
    color: #ffffff;
    width: 1.2rem;
    height: 1.2rem;
    padding: 0 !important;
    margin-top: 0.2rem;
}
.copyright-wrapper {
    padding: 27px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.copyright-text p {
    line-height: 20px;
}
.footer-bottom-nav ul li a {
    font-weight: 500;
    font-size: 13px;
    line-height: 154%;
    color: var(--white-color);
    padding: 0 10px;
}
/*-------------------------------------------
    17. Footer Area End
-------------------------------------------*/

/*-------------------------------------------
    18. Course Single Area Start
-------------------------------------------*/
.course-single-page-header .section-overlay {
    min-height: 630px;
    display: flex;
    align-items: center;
    padding: 230px 0 130px;
}
.course-single-banner-content {
    width: 80%;
}
.page-banner-heading {
    font-size: 41px;
}
.page-banner-sub-heading {
    color: rgba(255, 255, 255, 0.6);
}

/*Course Single Details Area CSS Start*/
.course-single-details-area .tab-pane {
    padding: 40px 40px;
}

/* Share This Course */
.share-course-list {
    display: flex;
    justify-content: center;
}
.share-course-list li a {
    display: inline-flex;
    height: 40px;
    width: 40px;
    border: 1px solid var(--heading-color);
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
}
.share-course-list li a:hover {
    border: 1px solid var(--theme-color);
}
/* Share This Course */

/*Tab Nav List*/
.course-single-details-left-content {
    border-radius: 3px 3px 0 0;
}
.course-details-tab-nav-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 18px 0;
    margin-bottom: 0;
}
.course-details-tab-nav-wrap .tab-nav-list.nav-tabs .nav-link {
    line-height: 20px;
    padding: 8px;
    margin-left: 22px;
    border-radius: 4px;
}
.course-details-tab-nav-wrap .nav-tabs .nav-link.active::after {
    
}
.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    top: 12px;
}

/*Overview tab Start*/
.what-you-will-learn {
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Aileron';
    color: black !important;
}

.what-you-will-learn h4{
    margin-bottom: 0.6rem;
}

.what-you-learn-list-wrap ul {
    padding-right: 25px;
}
.what-you-learn-list-wrap ul li {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.check-wrap {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #8DC03E1A;
    color: var(--primary-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.what-you-learn-list-wrap ul li p {
    margin-left: 10px;
}
/*Overview tab End*/

/*curriculum Tab Start*/
.curriculum-content .accordion-button {
    background-color: transparent;
    line-height: 19px;
    font-size: 18px;
    padding: 0;
}
.curriculum-content .accordion-collapse {
    box-shadow: none;
}
.curriculum-content .accordion-body {
    background-color:rgb(255, 255, 255) !important;
    padding: 1rem;
    font-family: 'Aileron';
    color: black !important;
}

.curriculum-content .accordion-body .d-flex{
    justify-content: flex-start;
    align-items: center;
}
.curriculum-content .accordion-body .play-list a{
    margin-bottom: 0.2rem !important;
}

.curriculum-content .accordion-body .font-medium.font-16.lecture-edit-title{
    font-family: 'Aileron';
    color: black !important;
}
.curriculum-content .accordion-button::after {
    content: "\e92e";
}

/* ---------Curriculum Playlist Item Start--------- */
.play-list-item {
    margin-bottom: 15px;
}
.play-list-item.venobox,
.play-list-item.preview-enabled {
    cursor: pointer;
}
.show-preview {
    display: none;
    margin-right: 30px;
}
.play-list-item.preview-enabled .show-preview {
    display: block;
}
.play-list-left img {
    margin-right: 18px;
    height: 18px;
}
.play-list-left p {
    padding-top: 2px;
}
.play-list-item.venobox .play-list-left p,
.play-list-item.preview-enabled .play-list-left p,
.show-preview {
    color: var(--heading-color);
    text-decoration: underline;
    transition: 0.5s ease all;
}
/* Custom Venobox CSS Start */
.vbox-backdrop {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.vbox-title {
    display: none !important;
}
.vbox-close {
    right: 30px !important;
    top: 30px !important;
    color: var(--white-color) !important;
    background: none !important;
    display: flex !important;
    font-size: 18px !important;
    z-index: 999 !important;
    border: 1px solid gray;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 0;
    justify-content: center;
}

/* Custom Venobox CSS End */

/*Curriculum Playlist Item End*/

/* ----------curriculum Tab End---------- */

/* ----------Course Single Review Tab Start---------- */
.review-tab-count-box {
    background: var(--white-color);
    box-shadow: 0 6px 21px rgba(21, 3, 89, 0.08);
    padding: 32px;
}
.review-tab-count-box .rating-list {
    justify-content: center;
    margin: 5px;
}
/* Review Progress Bar */
.barras {
    width: 100%;
    margin: 0 auto 6px;
}
.barra {
    width: 200px;
    height: 7px;
    background: #eeebeb;
    margin: 10px;
    border-radius: 44px;
}
.barra-nivel {
    height: 7px;
    background: var(--theme-color);
    width: 1px;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    transition: width 1s ease;
    border-radius: 44px;
}
.valor-nivel {
    line-height: 30px;
    color: var(--white-color);
    margin-left: 10px;
    font-size: 12px;
}

/* -----Customer Review Item Start---- */
.review-tab-top-part {
    margin-bottom: 45px;
}
.customer-review-item {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.customer-review-part .customer-review-item:last-child {
    border-top: none;
}
.customer-review-item-img-wrap {
    height: 76px;
    width: 76px;
}
.customer-review-item-img-wrap img {
    height: 76px;
    width: 100%;
}
.customer-review-item .rating-list {
    margin-bottom: 10px;
    margin-top: 5px;
}
.customer-review-load-more-btn .load-more-btn {
    margin-left: 90px;
}
/* -----Customer Review Item End----- */

/* -----Instructor Item Start----- */
.teacher-tag {
    display: inline-block;
    padding: 5px;
    min-width: 72px;
    height: 26px;
    text-align: center;
    line-height: 15px;
}
.meet-instructor-item-wrap div:last-child .meet-instructor-item {
    margin-bottom: 0;
}
.meet-instructor-top-title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.meet-your-instructor-right {
    border: 1px solid #e5e8ec;
    border-radius: 6px;
    padding: 5px;
}
.meet-instructor-extra-info-item {
    padding: 11px 10px;
}
.meet-instructor-extra-info-item .iconify {
    margin-right: 7px;
    font-size: 20px;
}
.meet-instructor-img-wrap {
    height: 50px;
    width: 50px;
    margin-right: 13px;
    border-radius: 50%;
    overflow: hidden;
}
.meet-instructor-img-wrap img {
    min-width: 50px;
    min-height: 50px;
    max-width: 100%;
}
.meet-your-instructor-content-part p {
    margin: 11px 0 0;
}
/* -----Instructor Item End----- */

/* -----Discussion Item Start----- */
.before-login-purchase-course-details .discussion-top-block,
.before-login-purchase-course-details .discussion-reply-block {
    display: none !important;
}
.discussion-top-block {
    margin-bottom: 30px;
}
.discussion-top-block {
    border: 1px solid #e5e8ec;
    padding: 25px;
}
.discussion-left-img-wrap {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 26px;
}
.discussion-left-img-wrap img {
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
}

.discussion-righ-wrap .editor-wrap {
    display: none;
}
.discussion-righ-wrap.show-editor .editor-wrap {
    display: block;
}
.discussion-righ-wrap.show-editor .start-conversation-btn-wrap button {
    background-color: var(--gray-color);
    color: var(--white-color);
}
.course-info-box-wishlist-btns {
    justify-content: center;
}

/* Editor css */
.editor-wrap textarea {
    width: 100%;
}
.editor-wrap .tox .tox-menubar,
.editor-wrap .tox .tox-statusbar {
    display: none;
}
.tox-notifications-container {
    display: none;
}
.editor-wrap .tox .tox-editor-container {
    flex-direction: column-reverse;
}
.editor-wrap .tox-tinymce {
    border: 1px solid #e5e8ec;
    height: 200px !important;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.tox .tox-menubar + .tox-toolbar,
.tox .tox-menubar + .tox-toolbar-overlord {
    border-top: 1px solid #e5e8ec !important;
}
.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
    background-color: #fcfcfc !important;
}
.tox .tox-toolbar__group {
    background: var(--white-color);
    border: 1px solid transparent;
    border-radius: 0;
}
.tox:not([dir="rtl"]) .tox-toolbar__group:not(:last-of-type) {
    border: 1px solid #e5e8ec !important;
    border-radius: 5px;
    height: 36px;
}
.tox .tox-toolbar__group {
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}
.tox-tbtn.tox-split-button__chevron {
    display: none !important;
}
.tox .tox-tbtn {
    color: #222f3e;
    height: 36px !important;
    margin: -1px !important;
    outline: 0;
    padding: 0;
    width: 60px !important;
    border-right: 0 !important;
    border: 1px solid #e5e8ec;
}
.tox-toolbar__group .tox-tbtn:not(:last-child) {
    border-right: 1px solid #e5e8ec !important;
    border-radius: 0 !important;
}
.tox-toolbar__group .tox-split-button:not(:last-child) {
    border-right: 1px solid #e5e8ec !important;
    border-radius: 0 !important;
}
.tox .tox-toolbar__primary {
    background-image: none !important;
    padding: 13px 15px !important;
}
.tox .tox-split-button {
    margin: -1px !important;
}
.tox:not(.tox-tinymce-inline) .tox-editor-header {
    padding: 0;
}
.tox .tox-toolbar__group {
    border: 1px solid #e5e8ec;
    border-radius: 0;
    border-radius: 4px;
}
.start-conversation-btn-wrap {
    border: 1px solid #e5e8ec;
    background-color: #fcfcfc;
    height: 75px;
    display: flex;
    padding: 20px;
    align-items: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.start-conversation-btn-wrap button {
    background-color: #e7e7e7;
    height: 44px;
    padding: 7px 20px;
    border-radius: 5px;
    color: var(--heading-color);
    display: flex;
    align-items: center;
}
.start-conversation-btn-wrap button .iconify {
    margin-right: 15px;
    font-size: 26px;
}
/* Editor End */

/* Discussion Comment Block Start */
.single-comment-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e8ec;
    padding-bottom: 15px;
}
.discussion-comment-block .single-comment-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.discussion-comment-item {
    margin-bottom: 25px;
}
.discussion-inner-comment-item {
    margin-left: 45px;
}
.comment-content-part .comment-content-part-top {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 6px;
}
.extra-info-left button {
    margin-right: 20px;
}
.extra-info-right div {
    margin-left: 20px;
}
.extra-info-right div .iconify {
    margin-right: 5px;
}
.discussion-comment-block {
    border: 1px solid #e5e8ec;
    padding: 20px;
}

.discussion-comment-left-img-wrap {
    margin-right: 15px;
    height: 30px;
    width: 30px;
    overflow: hidden;
    border-radius: 50%;
}
.discussion-comment-left-img-wrap img {
    min-height: 30px;
    min-width: 30px;
    max-height: 30px;
    max-width: 30px;
}
.extra-info-right .iconify {
    font-size: 13px;
}
.teacher-badge {
    margin-left: 10px;
}
.discussion-reply-block {
    margin-left: 45px;
    border-top: 1px solid #e5e8ec;
    margin-top: 20px;
    padding-top: 20px;
}
.discussion-reply-block form .theme-btn {
    float: right;
    height: 34px;
}
.discussion-inner-comment-item-2 {
    margin-left: 90px;
}

/* --------course-single-details-right-content css---------- */
.course-single-details-right-content {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    margin-left: 26px;
}
.course-single-details-area .accordion-button:not(.collapsed) {
    background-color: transparent;
}
.course-info-box {
    padding: 11px;
}
.course-info-box .video-area-left {
    padding-right: 0;
}
.course-info-video-img img {
    height: 18rem;
    border-radius: 1rem;
    object-fit: cover;
}

span.msgInfoChange {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500 !important;
}

.course-price-box{
    margin: 1rem 0;
    padding: 0 !important;
}

.features-course {
    padding: 0.6rem 0;
    font-family: 'Aileron';
    border-bottom: 1px solid #e5e8ec;
}

.course-price-box h4{
    font-family: 'Aileron';
    font-weight: 600;
    font-size: 1.8rem;
    color: var(--secondary-color);
    letter-spacing: 0.04rem;
    width: 100%;
}

.course-info-box .play-btn {
    height: 66px;
    width: 66px;
}
.course-info-box .play-btn img {
    height: 23px;
}
.course-info-box {
    padding-bottom: 50px !important;
}
.price-off {
    min-width: 65px;
    height: 24px;
    background: rgba(117, 79, 254, 0.16);
    border-radius: 44px;
    padding: 0.6rem;
}

/*Course Includes css*/
.course-includes-box,
.course-price-box,
.course-info-box .theme-btn,
.money-back-guarantee {
    padding: 0 11px;
}
.course-info-box .theme-btn {
    height: 50px;
}
.course-includes-box ul li span {
    margin-left: 8px;
}
.course-includes-box ul li {
    padding-bottom: 12px;
}
.course-includes-box ul li:last-child {
    padding-bottom: 0;
}
.course-info-box-wishlist-btns .theme-btn {
    border: 1px solid rgba(0, 0, 0, 0.19);
    padding: 10px 16px !important;
    font-weight: 500 !important;
}
.addToWishlist,
.addToCart {
    cursor: pointer;
}

/*Share this article css*/
.share-this-course-box {
    height: 90px;
    padding: 0 20px;
    margin-top: 20px;
}

.share-this-course-box button:hover {
    color: var(--theme-color);
}
.share-this-course-box svg {
    font-size: 24px;
    margin-right: 10px;
}

/*Course Single Details Area CSS End*/

/*-------------------------------------------
    18. Course Single Area End
-------------------------------------------*/

/*-------------------------------------------
    19. Course Watch Page Area Start
-------------------------------------------*/

/* New Customized Player Start */
video#player {
    width: 100%;
    min-width: 100%;
}
/* New Customized Player End */

/* New Video Player Modal Start */
#newVideoPlayerModal .modal-dialog,
.VideoTypeModal .modal-dialog {
    position: relative;
}
#newVideoPlayerModal .modal-header,
.VideoTypeModal .modal-header {
    position: absolute;
    top: 0;
    right: 0;
}
#newVideoPlayerModal .btn-close,
.VideoTypeModal .btn-close,
.venoBoxTypeModal .btn-close {
    right: 30px;
    top: 30px;
    color: var(--white-color);
    background: none;
    display: flex;
    font-size: 18px;
    z-index: 9;
}
#newVideoPlayerModal .modal-dialog .modal-body,
.VideoTypeModal .modal-dialog .modal-body {
    padding: 0;
}

/* Modal Appear Effect Start */
#newVideoPlayerModal.modal.fade .modal-content,
.VideoTypeModal.modal.fade .modal-content,
.venoBoxTypeModal.modal.fade .modal-content {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
#newVideoPlayerModal.modal.fade.show .modal-content,
.VideoTypeModal.modal.fade.show .modal-content,
.venoBoxTypeModal.modal.fade.show .modal-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.modal-backdrop {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
#newVideoPlayerModal.modal-backdrop.show,
.VideoTypeModal.modal-backdrop.show,
.venoBoxTypeModal.modal-backdrop.show {
    opacity: 1;
}
#newVideoPlayerModal.modal.fade .modal-dialog,
.VideoTypeModal.modal.fade .modal-dialog,
.venoBoxTypeModal.modal.fade .modal-dialog {
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
#newVideoPlayerModal.modal.show .modal-dialog,
.VideoTypeModal.modal.show .modal-dialog,
.venoBoxTypeModal.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
/* Modal Appear Effect End */

/* PDF Reader Modal Start */
.pdf-reader-frame {
    height: 400px;
    width: 100%;
}
/* PDF Reader Modal End */

/* PDF Reader in Course Watch Page Start */
.course-watch-page-area .pdf-reader-frame {
    height: 600px;
}

.course-watch-page-area .course-details-tab-nav-wrap .tab-nav-list.nav-tabs .nav-link {
    font-weight: 500 !important;
    padding: 0.6rem !important;
    border-radius: 6px !important;
    margin-right: 8px !important;
}

.course-watch-page-area .course-tab-nav-wrap .nav-tabs .nav-item.show .nav-link, .course-tab-nav-wrap .nav-tabs .nav-link.active {
    background: #f0f0f0 !important;
}

.course-single-details-area.course-watch-page-area {
    padding-bottom: 1rem !important;
}

.course-single-details-left-content .tab-content {
    min-height: 60vh !important;;
}
/* PDF Reader in Course Watch Page End */

/* New Video Player Modal End */

.course-watch-banner-items li {
    display: inline-flex;
    align-items: center;
    margin: 0 10px;
}
.course-watch-banner-items li .iconify {
    color: var(--orange-color);
    font-size: 18px;
}
.course-watch-page-area .container-fluid {
    padding: 0 100px;
}
.course-watch-page-area .course-watch-right-side .accordion-button::after {
    position: absolute;
    left: 0;
}
.course-watch-right-side .valor-nivel {
    display: none;
}
.course-single-details-right-content {
    padding: 0;
    margin-top: 2rem;
}
.course-single-details-right-content .accordion-header {
    background-color: #f5f5f5;
    padding: 13px;
    margin-bottom: 15px;
}
.course-single-details-right-content .curriculum-content .accordion-button {
    font-size: 15px;
    padding: 0 0 0 20px;
}
.course-watch-right-content {
    padding: 0 !important;
}
.course-watch-right-side {
    background-color: var(--white-color);
    padding: 25px 23px;
    border: 1px solid #e5e8ec;
}
.course-watch-right-side .accordion-header {
    background-color: transparent !important;
    border: 1px solid #e5e8ec;
    padding: 0;
    margin-bottom: 0;
}
.course-watch-right-side .accordion-body {
    background-color: #fdfdfd !important;
}
.course-watch-right-side .accordion-item {
    margin-bottom: 15px;
}
.course-watch-right-side .accordion-header .accordion-button {
    padding: 12px !important;
    padding-left: 25px !important;
}
.course-watch-right-side .accordion-header .accordion-button::after {
    position: absolute;
    left: 12px;
}
.course-watch-right-side
    .accordion-header
    .accordion-button:not(.collapsed)::after {
    left: 5px;
}
.course-watch-right-side .accordion-header .accordion-button:not(.collapsed) {
    background-color: #f5f5f5;
}
.course-single-details-right-content .curriculum-content .accordion-body {
    background-color: #fdfdfd;
    padding: 14px 18px;
    border: 1px solid #e5e8ec;
    margin-bottom: 15px;
}

.course-watch-page-area .course-single-details-left-content .accordion-item {
    background-color: transparent;
}
.course-watch-page-area .course-single-details-left-content .accordion-body {
    background-color: transparent;
}
.course-watch-page-area
    .course-details-tab-nav-wrap
    .tab-nav-list.nav-tabs
    .nav-link {
    background: transparent;
}
.course-watch-page-area .course-single-details-right-content {
    padding: 25px;
    margin-left: 0;
}
.course-watch-page-area
    .course-single-details-right-content
    .curriculum-content
    .accordion-button {
    font-size: 14px;
    padding: 0 0 0 14px;
}
.course-watch-page-area .course-watch-right-side .barra {
    width: 100%;
    margin: 4px 0 10px;
}
.course-watch-page-area .course-watch-right-side .barra-nivel {
    background: var(--color-green);
}
.course-watch-page-area .course-watch-right-side .play-list-item {
    margin-bottom: 4px;
}

/* Complete, finished, continue to watch */
.watchFinishedCourse p {
    color: #94949a;
}
.watchFinishedCourse .iconify path {
    fill: var(--color-green);
}
.watchContinuingCourse p {
    color: var(--heading-color) !important;
    font-weight: 500;
    font-size: 14px;
}
.watchContinuingCourse .iconify path {
    fill: var(--heading-color);
}

/* course-watch-inner-title-wrap */
.course-watch-inner-title-right-part button {
    border: 1px solid var(--gray-color);
}
.course-watch-enrolled-wrap ul {
    display: flex;
    align-items: center;
}
.course-watch-enrolled-wrap ul li {
    width: 30px;
    height: 30px;
    margin-left: -9px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-watch-enrolled-wrap ul li:last-child {
    background-color: var(--orange-color);
    color: var(--white-color);
    font-size: 10px;
    border: 2px solid var(--white-color);
    text-align: center;
}
.course-watch-enrolled-wrap ul li img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 2px solid var(--white-color);
}
.course-watch-page-area
    .course-details-tab-nav-wrap
    .tab-nav-list.nav-tabs
    .nav-link {
    padding: 0;
    margin-left: 0;
    margin-right: 10px;
}
.course-watch-page-area.course-single-details-area .tab-pane {
    padding: 30px 0 30px 0 !important;
}
.course-watch-page-area.course-single-details-area .review-tab-top-part {
    justify-content: flex-start !important;
}
.course-watch-page-area.course-single-details-area .review-progress-bar-wrap {
    margin-left: 40px;
}
.course-watch-page-area.course-single-details-area
    .course-watch-right-side
    .review-progress-bar-wrap {
    margin-left: 0;
}
.course-watch-page-area.course-single-details-area .valor-nivel {
    color: var(--heading-color);
}
.after-purchase-course-watch-tab .course-watch-certificate-img img {
    border: 1px solid #e4e6eb;
}

/* Custom Scrollbar for course watch rightside start */
.course-watch-right-accordion-wrap {
    max-height: 517px;
    min-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
}
.course-watch-right-accordion-wrap > .accordion {
    height: auto;
}
.course-watch-right-side .custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: var(--theme-color) var(--theme-color);
}
.course-watch-right-side .custom-scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}
.course-watch-right-side .custom-scrollbar::-webkit-scrollbar-track {
    background-color: var(--white-color);
}
.course-watch-right-side .custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--theme-color) !important;
}
.course-watch-right-side .custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: var(--theme-color) !important;
}
.course-watch-right-side .custom-scrollbar:-webkit-scrollbar-corner,
.course-watch-right-side .custom-scrollbar::-webkit-scrollbar-track {
    background-color: #f1f1f1 !important;
}
/* Custom Scrollbar for cours watch rightside end */

/*Watch Course Give Rating Modal CSS Start*/
#writeReviewModal .modal-body {
    padding: 2rem 3rem 1rem;
}
#writeReviewModal .modal-footer {
    padding: 1rem 3rem;
}
.give-rating-group label {
    flex: 0.05;
    color: #e1e1e1;
    font-size: 24px;
    margin: 0 2px;
}
.btn-check.active + .give-rating-star {
    color: var(--color-yellow);
}
#writeReviewModal textarea.form-control {
    height: 130px;
}
#writeReviewModal .theme-button3,
.modal-back-btn {
    border: 1px solid #d8d8d8;
    background-color: var(--white-color);
    color: var(--body-font-color);
    margin-right: 5px;
}
#writeReviewModal .theme-button1 {
    border: 1px solid var(--theme-color);
}
#writeReviewModal .theme-button3:hover,
#writeReviewModal .theme-button1:hover,
.modal-back-btn:hover {
    border: 1px solid var(--theme-color);
    background-color: var(--white-color);
    color: var(--theme-color);
}
/*Watch Course Give Rating Modal CSS End*/

/* Multiple choice quiz */
.course-watch-quiz-title-right-side p:not(:last-child) {
    border-right: 1px solid #b5b4bd;
    margin-right: 26px;
    padding-right: 26px;
}

.course-watch-quiz-top-bar {
    border-bottom: 1px solid #eeebeb;
    margin-bottom: 40px;
    padding-bottom: 12px;
}
.quiz-answer-progress-bar {
    margin-top: 15px;
}
.quiz-answer-progress-bar .barra {
    width: 200px;
}
.quiz-answer-progress-bar .valor-nivel {
    display: none;
}
.quiz-answer-progress-bar .barra-nivel {
    background: var(--color-green);
}

.multiple-quiz-answer-list-box {
    margin-bottom: 30px;
}

.multiple-quiz-block .form-check {
    margin-bottom: 0.75rem;
}
.multiple-quiz-block .form-check-label {
    color: var(--gray-color2);
}

.multiple-quiz-block .form-check .iconify {
    display: none;
    margin-left: 5px;
}

.multiple-quiz-block .form-check .form-check-label {
    display: inline-flex;
    align-items: center;
}
.multiple-quiz-block .given-answer-wrong .wrong-iconify {
    display: block !important;
}
.multiple-quiz-block .form-check.given-answer-right .correct-iconify {
    display: block;
}
.multiple-quiz-block .form-check.correct-answer-was .correct-iconify {
    display: block;
}
.given-answer-wrong .form-check-label {
    color: var(--orange-color);
}
.given-answer-right .form-check-label {
    color: var(--color-green);
}
.course-watch-quiz-btn-wrap {
    border-top: 1px solid #eef1f4;
    padding-top: 20px;
}
/* Multiple choice quiz */

/* Quiz Leatherboard Area */
.student-own-leatherboard {
    background-color: var(--theme-color);
}
.merit-list-leatherboard {
    background-color: #ffbc2d;
}
.merit-list-leatherboard .leatherboard-item,
.student-own-leatherboard .leatherboard-item {
    background-color: var(--white-color);
}
.merit-list-crown-img-wrap {
    margin-left: 30px;
}
.all-leatherboard-wrap .course-watch-leatherboard-area:not(:last-child) {
    margin-bottom: 30px;
}
.course-watch-leatherboard-area {
    padding: 20px 18px;
    border: 1px solid #e5e8ec;
    border-radius: 6px;
}
.leatherboard-item {
    background-color: #f6f6f6;
    border-radius: 6px;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.leatherboard-left {
    width: 45%;
}
.leatherboard-right {
    width: 50%;
}
.student-img-wrap {
    margin: 0 16px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.student-img-wrap img {
    min-height: 40px;
    min-width: 40px;
}
/* Quiz Leatherboard Area */

/* Course Watch Tab Resourses */
.watch-course-tab-inside-top-heading {
    border-bottom: 1px solid #e5e8ec;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
#Resources .resource-list-text {
    margin-bottom: 10px;
}
/* Course Watch Tab Resourses */

/* Course Watch Noticeboard */
.course-watch-notice-board-wrap {
    border: 4px solid #e7e6e6;
    padding: 20px 30px;
}

.course-watch-notice-board-wrap .row {
    background-color: rgba(246, 246, 246, 0.7);
    padding: 50px 20px;
}

.notice-board-box {
    background-color: #fff5d8;
    padding: 20px 25px 25px;
    word-break: break-all;
}
.course-watch-notice-board-wrap .row > div:nth-child(2n + 1) .notice-board-box {
    background-color: #ffebc3;
}

.notice-board-box h6 {
    margin: 20px 0 25px;
}
/* Course Watch Noticeboard */

/* Course Watch Live Class */
.course-watch-live-class-topic {
    max-width: 200px;
}
.course-watch-meeting-link .iconify {
    cursor: pointer;
    position: relative;
    top: -2px;
    margin-left: 5px;
}
.course-watch-live-class-wrap .live-class-list-nav-tabs {
    margin-bottom: 0;
}
/* Course Watch Live Class */

/* Course Watch Assignment */
.course-watch-assignment-content-right {
    border: 1px solid #e5e8ec;
    padding: 25px;
}
.course-watch-assignment-top-text {
    border-bottom: 1px solid #e5e8ec;
    padding: 0 0 20px;
    margin-bottom: 20px;
}
.course-watch-assignment-files .resource-list-text {
    margin-bottom: 10px;
    margin-top: 15px;
}
.course-watch-assignment-result-notes {
    width: 362px;
}
.course-watch-certificate-download-btns .theme-btn.default-hover-btn {
    margin-right: 10px;
}
.course-watch-certificate-download-btns
    .theme-btn.default-hover-btn.green-theme-btn {
    margin-right: 0;
}
/* Course Watch Assignment */

/* Course Watch Certificate */

.course-watch-certificate-img img {
    width: 100%;
    border-radius: 15.8px;
}
/* Course Watch Certificate */

/* Instructor Certificate Template page */
.instructor-certificate-template-page .certificate-list {
    border: 1px solid #e4e6eb;
    border-radius: 15.8px;
    overflow: hidden;
    margin-bottom: 25px;
}
.instructor-certificate-template-page .certificate-list.certificate-selected {
    border: 1px solid var(--theme-color);
}
/* InstructorCertificate Template page*/

/* after-purchase-course-watch-tab End */

/*-------------------------------------------
    19. Course Watch Page Area End
-------------------------------------------*/

/*-------------------------------------------
    20. Inner Page Banner/Header Area Start
-------------------------------------------*/
.page-banner-header .section-overlay {
    min-height: 90vh !important;
    padding: 230px 0 130px;
}

.our-gallery-area .section-sub-heading,
.our-history-area .section-sub-heading {
    font-size: 16px;
    line-height: 25px;
}
.page-banner-heading {
    position: relative;
    font-family: 'Aileron';
    color: black;
    font-weight: 600;
    font-size: 3.4rem;
    letter-spacing: 0.2rem;
    margin-top: 1rem !important;
}
.page-banner-heading > img {
    position: absolute;
    margin-left: 13px;
}
/*----- Breadcrumb CSS ----*/
.breadcrumb-item,
.breadcrumb-item a {
    color: black;
    line-height: 22px;
    font-family: 'Aileron2';
    letter-spacing: 0.06rem;
    font-weight: 600;
}
.breadcrumb-item a:hover {
    color: var(--secondary-color);
}
.breadcrumb-item.active {
    color: var(--secondary-color);
    font-family: 'Aileron2';
    font-weight: 600;
    text-decoration: none;
}

/* Blank Page Banner Header/ Student profile banner style start */
.blank-page-banner-header .section-overlay {
    min-height: auto !important;
    padding: 0 !important;
}
.blank-page-banner-wrap {
    padding: 40px 0 40px;
    background-color: var(--page-bg);
    margin-top: 100px;
    min-height: 200px;
}
.blank-page-banner-header .breadcrumb-item,
.blank-page-banner-header .breadcrumb-item a,
.blank-page-banner-header .breadcrumb-item.active {
    color: var(--gray-color);
}
/* Blank Page Banner Header/ Student profile banner style end */

/*-------------------------------------------
    20. Inner Page Banner/Header Area End
-------------------------------------------*/

/*-------------------------------------------
    21. About Page Area Start
-------------------------------------------*/

/*Gallery Area CSS Start*/
.our-gallery-area .section-title {
    width: 71%;
    margin: 0 auto;
}
.gallery-img-wrapper {
    padding: 0 112px;
}
/*Gallery Area CSS End*/

/*Timeline/ Our History CSS Start*/
.our-history-area .section-title {
    width: 60%;
    margin: 0 auto;
}
.our-history-area .section-title .section-heading {
    width: 100%;
}
.container-timeline {
    position: relative;
    padding: 0;
    border-top: 1px solid #333145;
}
.container-timeline ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    display: inline-block;
}

.container-timeline ul li {
    position: relative;
    text-align: center;
}
.container-timeline .history-content {
    list-style: none;
    position: relative;
    box-shadow: 0 6px 21px rgba(21, 3, 89, 0.08);
    counter-increment: wa-process-counter;
    background-color: var(--white-color);
    padding: 30px 30px;
    margin: 20px 12px 12px 12px;
}
.history-year {
    position: relative;
    font-size: 21px;
    line-height: 22px;
    width: 100%;
}
.history-year:before {
    content: "";
    position: absolute;
    height: 27px;
    width: 1px;
    background-color: #333145;
    top: -44px;
    left: 50%;
}
.history-year:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #333145;
    border-radius: 50%;
    top: -45px;
    left: 49.5%;
}

/*Timeline CSS End*/
.upgrade-your-skills-area .section-heading {
    width: 100%;
}

/*-------------------------------------------
    21. About Page Area End
-------------------------------------------*/

/*-------------------------------------------
    22. Courses Page Area Start
-------------------------------------------*/

/*Sidebar filter box css*/
.search-tag-list {
    background-color: rgba(117, 79, 254, 0.08);
    border-radius: 33px;
    padding: 4px 15px;
    display: block;
    margin: 5px 5px 5px 0;
}
.filter-bar-search-box input {
    width: 86%;
}
.accordion-item.sidebar-inner-accordion-item {
    border-bottom: 0 !important;
}
.accordion-item.sidebar-inner-accordion-item .accordion-button {
    padding: 0.25rem 1.25rem 0.25rem 0;
    font-weight: 500 !important;
}
.accordion-item.sidebar-inner-accordion-item .inner-accordion-body {
    padding: 10px 0 0 !important;
}
.courses-sidebar-area .accordion-button:not(.collapsed),
.accordion-item.sidebar-inner-accordion-item .accordion-button:not(.collapsed) {
    border-bottom: 0;
}
.course-sidebar-area .accordion:last-child .accordion-item {
    border-bottom: 0 !important;
}
.courses-sidebar-area .accordion-header {
    margin-bottom: 0;
}
.courses-sidebar-area .accordion-button {
    background-color: var(--page-bg);
    border-radius: 0;
    color: var(--heading-color);
    font-size: 17px;
    font-weight: 500;
    padding: 0.55rem 1.25rem 0.55rem 0;
}
.courses-sidebar-area .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #e5e8ec;
}
.courses-sidebar-area .accordion-button::after {
    width: 24px;
    height: 24px;
    border: 1px solid var(--body-font-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.sidebar-inner-title .accordion-button::after {
    content: "\e9b1";
    border: none;
}
.sidebar-inner-title .accordion-button:not(.collapsed)::after {
    content: "\e996";
    transform: rotate(-180deg);
}

.courses-sidebar-area .sidebar-inner-title .accordion-button {
    font-size: 14px;
    font-weight: 400;
}
.courses-sidebar-area .sidebar-inner-title .accordion-button .iconify {
    margin-right: 12px;
}
.courses-sidebar-area .accordion-body {
    padding: 15px 0 15px;
    background-color: var(--page-bg);
}
.courses-sidebar-area .accordion-item {
    border-bottom: 1px solid #e5e8ec;
    border-left: 0;
}
.course-sidebar-accordion-item {
    background-color: var(--page-bg);
}
.course-sidebar-accordion-item .accordion-collapse {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: var(--heading-color);
    background-color: var(--page-bg);
}
.sidebar-radio-item {
    font-size: 14px;
    color: var(--body-font-color);
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.sidebar-radio-item label.form-check-label .iconify {
    font-size: 13px;
    color: var(--color-yellow);
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.sidebar-radio-item label {
    margin-left: 5px;
}
.sidebar-radio-item .form-check .form-check-input {
    position: relative;
    top: 1px;
}
/*Price Range slider*/

.range-value-box {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 1rem;
}
.ui-slider-horizontal {
    height: 4px;
    border: 0 !important;
    background: rgba(196, 196, 196, 0.31);
    border-radius: 51px;
}
.ui-slider-horizontal {
    width: 92%;
    margin: 1rem auto !important;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 50% !important;
    background: #013370 !important;
    color: #013370 !important;
}

.ui-widget-header {
    background: var(--theme-color);
}
.ui-widget-header .ui-icon {
    background-image: none;
}
/*.range-value-wrap, .price-range-field {*/
.range-value-wrap {
    color: var(--body-font-color);
    font-size: 14px;
    border: 1px solid #d2d9e0;
    padding: 0 10px;
    margin-right: 0.4rem;
    margin-bottom: 10px;
    width: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0.2rem;
    border-radius: 0.4rem;
}
.range-value-wrap-go-btn {
    color: var(--white-color);
    margin-bottom: 10px;
    padding: 5px;
    background-color: var(--theme-color);
    font-size: 12px;
    height: 34px;
    width: 32px;
    border: 1px solid var(--theme-color);
    justify-content: center;
}
.range-value-wrap-go-btn i {
    color: var(--white-color);
}
.range-value-wrap label {
    margin-bottom: 0 !important;
    color: #77878f !important;
}

.range-value-wrap input{
    color: #77878f !important;
}
.price-range-field {
    border: 0;
    background: transparent;
    margin-left: 3px;
    height: 32px;
    max-width: 60px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -4px;
    background-color:white !important;
    border-radius: 50%;
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / 25%);
    border: 2px solid var(--secondary-color);
}
.ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

/* Instructor consult search by name start */
.consult-instructor-search-box {
    display: inline-flex;
    width: 100%;
}
.range-value-wrap.instructor-consult-search-by-name-wrap {
    width: calc(93% - 32px) !important;
    /* width: 100%!important; */
}
.instructor-consult-search-by-name-wrap input {
    min-width: 100% !important;
}
/* Instructor consult search by name end */

/*Courses Sidebar Area End*/

/* Show all Courses Area Start*/
.bang {
    display: none;
}
.courses-filter-bar {
    border-bottom: 1px solid #e5e8ec;
    padding-bottom: 30px;
}
.filter-box {
    border: 1px solid #e5e8ec;
    padding: 0 0 0 10px;
    border-radius: 4px;
    height: 40px;
    display: inline-flex;
}
.sidebar-filter-btn,
.filter-bar-search-box {
    border: 1px solid #e5e8ec;
    height: 40px;
    border-radius: 4px;
    padding: 5px 15px;
}
.sidebar-filter-btn:hover {
    border: 1px solid var(--theme-color);
    color: var(--heading-color);
}
.filter-box-short-icon p,
.filter-box .form-select {
    line-height: 22px;
}
.filter-box .form-select {
    height: 40px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 15px;
    min-width: 115px;
    width: 115px;
    max-width: 100%;
    background-color: transparent;
    border: transparent;
    line-height: 22px;
    color: var(--heading-color);
}
.filter-bar-search-box {
    width: 325px;
}
.show-all-course-area {
    margin-top: 40px;
}
.show-all-course-area-inner-tags {
    margin: 5px;
    display: inline-flex;
    align-items: center;
}
.show-all-course-area-inner-tags .iconify {
    border: 1px solid;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 16px;
    padding: 1px;
}
.clear-all-tags {
    border: 1px solid var(--gray-color);
    border-radius: 31px;
    margin-right: 15px;
    padding: 3px 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.clear-all-tags .iconify {
    border: 1px solid var(--gray-color);
    border-radius: 50%;
    margin-right: 5px;
    background-color: var(--gray-color);
    color: var(--white-color);
}
/* Show all Courses Area End*/

/*My Courses Page CSS Start*/
.my-courses-page .filter-box {
    height: 45px;
}
.my-courses-page .filter-box-short-icon img {
    margin-right: 5px;
}

/*My Courses Page CSS End*/

/*-------------------------------------------
    22. Courses Page Area End
-------------------------------------------*/

/*-------------------------------------------
    23. Become an instructor Page Area Start
-------------------------------------------*/

/*  Become Instructor Feature area Start*/
.become-instructor-feature-item {
    min-height: 349px;
    padding: 66px 37px;
}
.become-instructor-feature-item h6 {
    padding: 10px 0 18px;
}
.counter-img-wrap img {
    border-radius: 50%;
}
/*  Become Instructor Feature area End*/

/*Become an instructor Procedures area Start*/
.become-an-instructor-procedure-item {
    padding: 0 90px 80px;
}
.become-an-instructor-procedure-item-right .section-heading {
    width: 100%;
    text-align: left;
    padding-right: 50%;
}
.become-an-instructor-procedure-item-right {
    margin-left: 25px;
}
.become-an-instructor-procedures-area .row:nth-child(even) {
    flex-direction: row-reverse;
}
.become-an-instructor-procedures-area
    .row:nth-child(even)
    .become-an-instructor-procedure-item-right {
    margin-left: 0;
    margin-right: 25px;
}

.become-an-instructor-procedures-area
    .row:nth-child(even)
    .become-an-instructor-procedure-item-right
    .section-heading {
    text-align: right;
    padding-right: 0;
    padding-left: 50%;
}
.become-an-instructor-procedures-area
    .row:nth-child(even)
    .become-an-instructor-procedure-item-right
    p {
    text-align: right;
}
.become-an-instructor-procedures-area .row:last-child {
    padding-bottom: 0;
}
.become-instructor-call-to-action {
    justify-content: center;
}
/*Become an instructor Procedures area End*/

/* Counter Area Start*/
.counter-content p {
    letter-spacing: 0.365em;
}
/* Counter Area End*/

/*Become an instructor Call to action area Start*/
.become-instructor-call-to-action .section-heading {
    margin: 0 auto 18px;
}
/*Become an instructor Call to action area End*/

/*-------------------------------------------
    23. Become an instructor Page Area End
-------------------------------------------*/

/*-------------------------------------------
    24. FAQ Page Area Start
-------------------------------------------*/

/*Faq Tab Nav List item css Start*/
.faq-tab-nav-wrap {
    margin-bottom: 70px;
}
.faq-tab-nav-wrap .nav-tabs .nav-link {
    border-radius: 0;
    min-height: 312px;
    padding: 43px;
    background-color: var(--white-color);
}
.faq-tab-nav-wrap .nav-tabs .nav-item.show .nav-link,
.faq-tab-nav-wrap .nav-tabs .nav-link.active {
    border: 1px solid rgba(117, 79, 254, 0.58);
    box-shadow: 0 11px 19px rgba(13, 5, 46, 0.1);
}
.faq-tab-nav-item .faq-tab-nav-img-wrap {
    margin: 18px 0 25px;
}
/*Faq Tab Nav List item css End*/

/*Faq accordion item css start*/
.faq-page-area .accordion-button:not(.collapsed) {
    color: var(--theme-color);
}
.faq-page-area .accordion-button,
.faq-page-area .accordion-button:not(.collapsed) {
    background-color: var(--white-color);
}
.faq-page-area .accordion-collapse {
    box-shadow: 0 4px 13px rgba(31, 16, 87, 0.05);
}

/*Faq accordion item css end*/

/*-------------------------------------------
    24. FAQ Page Area End
-------------------------------------------*/

/*-------------------------------------------
    25. Contact Page Area Start
-------------------------------------------*/
/*Contact page left side*/
.contact-page-left-side,
.contact-page-right,
.google-map-area .col-12 {
    padding: 0;
}

.contact-page-left-side-wrap {
    padding: 74px 142px 74px 40px;
}
.contact-info-item {
    width: 300px;
    margin-bottom: 25px;
}

/*Contact page right side*/
.contact-form-area {
    padding-block: 4rem;
}
.contact-form-title {
    color: black;
    font-size: 1.2rem;
    margin-block: 0.4rem;
}
.contact-form-area textarea.form-control {
    min-height: 134px;
}

form#contact-form input,
form#contact-form textarea,
form#contact-form select {
    border: 1px solid #D9D9D9;
    border-radius: 0.2rem;
    height: 2.2rem;
    font-size: 0.9rem !important;
}

form#contact-form select {
    color:rgb(0, 0, 0) !important;
    font-size: 0.9rem !important;
}

form#contact-form select option,
form#contact-form input::placeholder,
form#contact-form textarea::placeholder {
    color:rgb(174, 174, 174) !important;
    font-size: 0.9rem !important;
}

form#contact-form label {
    color: black;
    font-weight: 600;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
}

.submitContactUs {
    padding: 0.5rem !important;
    border-radius: 0.3rem !important;
    height: 2.4rem !important;
    min-width: 70% !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    border: 2px solid #013370;
    background: #013370 !important;
    color: white;
}

/*Google Map area*/
.google-map-area iframe {
    width: 100%;
    height: 529px;
    border-radius: 0.6rem;
}
/*-------------------------------------------
    25. Contact Page Area End
-------------------------------------------*/

/*-------------------------------------------
    26. Error Page Area Start
-------------------------------------------*/
.error-page-area {
    background-color: #f7f8fc;
}
.error-page-area .row {
    min-height: 100vh;
    align-items: center;
}
.error-img-wrap {
    margin-bottom: 50px;
}
.error-content {
    padding: 0 28%;
}
.error-content p {
    padding: 22px 0 43px;
}
.no-course-found {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*-------------------------------------------
    26. Error Page Area End
-------------------------------------------*/

/*-------------------------------------------
    27. Instructor Details / Instructor Single Page Area Start
-------------------------------------------*/

/* Instructor unavailable */
.instructor-temporary-unavailable {
    background-color: #f34d2d;
    margin-bottom: 50px;
}
/* Instructor unavailable */

/*instructor-details-left-content css*/
.instructor-details-left-inner-box {
    margin-bottom: 38px;
    padding: 55px 52px 60px;
    margin-right: 12px;
    border: 1px solid #f7f5ff;
}

.about-skills-box {
    padding-bottom: 50px;
}

/* Instructor skills */
.instructor-skills-tag-item {
    padding: 11px 25px;
    margin: 0 10px 10px 0;
}
/* Instructor skills */

/* .instructor-details-left-content .instructor-details-left-inner-box:last-child { */
.instructor-details-left-content
    .instructor-details-left-inner-box
    .my-others-courses {
    margin-bottom: 0;
    padding-bottom: 35px;
}
.instructor-details-inner-title {
    margin-bottom: 17px;
}
.certificate-awards-inner li {
    padding-bottom: 11px;
}
.certificate-awards-inner ul li:last-child {
    padding-bottom: 0;
}
.certificate-awards-inner ul li span {
    margin-right: 30px;
}

.instructor-details-area .instructor-info-box {
    border: 1px solid #f7f5ff;
}
.instructor-details-avatar-wrap {
    height: 172px;
    width: 172px;
    position: relative;
}
.instructor-details-avatar-wrap img {
    width: auto;
    height: 172px;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
}
.instructor-info-box {
    padding: 50px 0 !important;
}

.instructor-details-right-img-box,
.instructor-details-right-content .course-includes-box,
.instructor-details-right-content .instructor-social,
.instructor-details-right-content .instructor-bottom-item {
    padding: 0 40px !important;
}

.instructor-details-name {
    padding: 21px 0 10px;
}
.instructor-social ul li a {
    margin-right: 10px;
}
.instructor-social ul li a svg {
    color: rgba(0, 0, 0, 0.31);
    font-size: 20px;
}

/* Followers and Following  */
.follower-following-box {
    justify-content: space-between;
    display: flex;
}
.follower-item {
    border: 1px solid #ece6d3;
    width: 50%;
    text-align: center;
    padding: 5px 5px;
}
/*-------------------------------------------
    27. Instructor Details / Instructor Single Page Area End
-------------------------------------------*/

/*-------------------------------------------
    28. Blog Page Area Start
-------------------------------------------*/
/* ----Blog Page Left Side css---- */

/* ----Blog Item CSS---- */
.blog-item {
    margin-bottom: 75px;
}
.blog-title {
    margin-bottom: 13px;
}
.blog-read-more-btn .theme-btn {
    padding-left: 0 !important;
}
.blog-page-left-content .blog-item:last-child {
    margin-bottom: 0;
}
.blog-item-img-wrap {
    margin-bottom: 30px;
}
.blog-content {
    margin-bottom: 19px;
}
.blog-author-name-publish-date {
    margin-bottom: 15px;
}
.blog-item-tag {
    top: 28px;
    left: 30px;
    padding: 9px 17px 7px;
    z-index: 99;
}

/* ----Blog Video Item Start---- */
.blog-slider-items-wrap {
    position: relative;
}
.blog-slider-item .blog-item-img-wrap {
    height: 506px;
    background-position: center;
    background-size: cover;
}
.blog-slider-item .blog-item-img-wrap img {
    opacity: 0;
    height: 100%;
}
.blog-slider-items-wrap .owl-nav button {
    background: var(--white-color) !important;
    height: 44px;
    width: 44px;
    border-radius: 50% !important;
    top: 31%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.blog-slider-items-wrap .owl-nav button .iconify {
    color: #000;
    font-size: 19px;
    padding-bottom: 1px;
}
.blog-slider-items-wrap .owl-nav button:hover .iconify {
    color: var(--theme-color);
}
.blog-slider-items-wrap button.owl-prev {
    position: absolute;
    left: 35px;
}
.blog-slider-items-wrap button.owl-next {
    position: absolute;
    right: 35px;
}
/* ----Blog Video Item End---- */

/* ----Blog Quote Item Start---- */
.blog-quote-item {
    background: rgba(255, 192, 20, 0.05);
    border: 1px solid rgba(226, 214, 182, 0.38);
    padding: 54px 73px 62px;
}
.blog-quote-item .blog-item-img-wrap {
    margin-bottom: -8px;
}
.blog-quote-item .blog-title {
    font-style: italic;
    font-weight: normal;
    font-size: 29px;
    line-height: 32px;
}

/* ----Blog Quote Item End---- */

/* ----Blog Item CSS---- */

/* -----Blog Sidebar Area Start css----- */
.blog-sidebar-box {
    margin-bottom: 45px;
}
/*Blog sidebar search box css*/
.blog-sidebar-box-title {
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 1.4em;
}
.blog-sidebar-search-box .input-group {
    border: 1px solid #b9b9b9;
}
.blog-sidebar-search-box .input {
    color: var(--gray-color);
    font-size: 14px;
}
.blog-sidebar-search-box button {
    padding: 0 10px;
    font-size: 18px;
    color: #464646;
}

/*Blog sidebar blog item css*/
.blog-page-right-content .blog-sidebar-box:last-child {
    margin-bottom: 0;
}
.sidebar-blog-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.blog-page-right-content {
    margin-left: 30px;
    padding: 45px;
}
.sidebar-blog-item-title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 11px;
}
.sidebar-blog-item-img-wrap {
    max-height: 98px;
    width: 99px;
}
/*Blog categories css*/
.blog-sidebar-categories li {
    position: relative;
}
.blog-sidebar-categories li a {
    color: var(--body-font-color);
    display: block;
    margin-bottom: 8px;
    margin-left: 22px;
}
.blog-sidebar-categories li::before {
    background: #cccccc;
    height: 6px;
    width: 6px;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

/*Blog tags css*/
.blog-sidebar-tags li {
    display: inline-flex;
}
.blog-sidebar-tags li a {
    background-color: #eeeeee;
    font-size: 13px;
    line-height: 18px;
    color: var(--body-font-color);
    font-weight: 500;
    margin: 0 7px 11px 0;
    padding: 10px;
}

.blog-sidebar-tags li a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
/*Blog Sidebar Area End*/

/*-------------------------------------------
    28. Blog Page Area End
-------------------------------------------*/

/*-------------------------------------------
    29. Blog Details Page Area Start
-------------------------------------------*/
.blog-details-content-quotation-part h4,
.blog-details-content-gallery-img-part h4 {
    margin-bottom: 20px;
}
.blog-details-content-gallery-img-part h4 {
    font-size: 26px;
    line-height: 28px;
}
.blog-details-page .blog-content {
    margin-bottom: 25px;
}
.blog-details-content-quotation-part,
.blog-details-quote-item {
    margin-bottom: 50px;
}
.blog-details-quote-item {
    background-color: #f4f1e5;
    border: 1px solid #eaeae9;
    padding: 37px;
    margin-top: 45px;
}
.blog-details-content-quotation-part .blog-title {
    font-style: italic;
    font-weight: 300;
    font-size: 22px;
    line-height: 31px;
}
.blog-details-content-quotation-part .quote-item-img-wrap {
    margin-bottom: 0;
    margin-right: 33px;
}
.blog-details-content-quotation-part .quote-item-img-wrap img {
    height: 70px;
}

/*Blog Comment Area Start*/
.blog-comment-title {
    margin-bottom: 50px;
}
.author-details .writer-name {
    color: #18171c;
}
.author-details .writer-designation {
    letter-spacing: 0.185em;
}
.about-author {
    background-color: #f4f1e5;
    padding: 45px 50px;
    margin: 50px 0;
    display: inline-flex;
}
.author-img {
    height: 125px;
    width: 125px;
}
.author-img img {
    height: 125px;
    width: 100%;
}
.author-details {
    width: calc(100% - 125px);
}
.comment-date-time {
    margin: 10px 0 15px;
}
.blog-comment-item .comment-author-img {
    width: 100px;
    height: 100px;
    background-color: #c4c4c4;
}
.blog-comment-item .comment-author-img img {
    min-height: 100px;
    width: 100%;
}
.blog-comment-item .author-details {
    width: calc(100% - 100px);
}
/*--------------------*/
.share-article {
    margin-top: 43px;
}
.share-box {
    letter-spacing: 0.49em;
}
.social-share-box .social-share-btn {
    height: 40px;
    width: 40px;
    background-color: #b9b9b9;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    margin-right: 6px;
}
.social-share-box .social-share-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
/*--------------------*/

/*--- 22.1 Block 3 Style--- */
.blog-comment-item {
    margin-bottom: 44px;
    display: flex;
}
.blog-comment-item.under-comment {
    padding-left: 60px;
}
.blog-comment-item.under-under-comment {
    padding-left: 120px;
}
/*--- 22.2 Leave a Comment Style --- */
.blog-reply-btn {
    letter-spacing: 0.135em;
    margin-top: 13px;
}
.leave-comment-area {
    padding: 58px 63px;
}
.leave-comment-area textarea.form-control {
    min-height: 170px;
}

/* Leave a comment under comment reply form Start */
.leave-comment-area.under-comment-reply-form {
    margin-left: 60px;
    margin-bottom: 44px;
}
/* Leave a comment under comment reply form End */

/* Comment reply Modal css */
#commentReplyModal textarea {
    height: 115px;
}
/* Comment reply Modal css */

/*Blog Comment Area End*/

/*-------------------------------------------
    29. Blog Details Page Area End
-------------------------------------------*/

/*-------------------------------------------
    30. Cart Page Area Start
-------------------------------------------*/
.cart-page-left-part,
.order-summary-box {
    border: 1px solid #eeebeb;
}
.cart-page-left-part {
    padding: 40px;
}
.order-summary-box {
    padding: 40px 24px;
}
.price-symbol {
    margin-right: 5px;
}
/* Cart Right Order Summary css */
.order-summary-box-note {
    color: rgba(133, 133, 133, 1);
}
.order-summary-btns .theme-button1:hover {
    border: 2px solid var(--theme-color);
}
.order-summary-btns .load-more-btn {
    padding: 9.5px 24px !important;
    height: auto;
}
.order-summary-btns .load-more-btn:hover {
    background-color: var(--white-color) !important;
    border: 2px solid #a3a3a3 !important;
    color: #a3a3a3 !important;
}
/*-------------------------------------------
    30. Cart Page Area End
-------------------------------------------*/

/*-------------------------------------------
    31. Wishlist Page Area Start
-------------------------------------------*/
.table > :not(:first-child) {
    border-top: 1px solid currentColor;
}
/*Wishlist Item css*/
.wishlist-page-area td {
    vertical-align: middle;
    padding: 20px;
}
.wishlist-page-area th {
    padding: 20px;
}
.wishlist-add-to-cart-btn .theme-button {
    width: auto;
}

.wishlist-add-to-cart-btn .theme-button:hover{
    color: var(--secondary-color) !important;
}

.wishlist-course-item {
    width: 540px;
}
.course-item.wishlist-item {
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    min-height: auto;
    flex-direction: row;
    width: 394px;
}
.course-item.wishlist-item .course-tag.badge {
    padding: 4px 6px;
    top: 10px;
    left: 10px;
    font-size: 11px;
}
.course-item.wishlist-item .card-body {
    padding: 0 0 0 20px;
}
.wishlist-item .course-img-wrap {
    width: 198px;
    min-height: auto;
}
.wishlist-item .course-img-wrap img {
    min-height: auto;
}
.wishlist-item .course-title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 11px;
}
.wishlist-item .instructor-name-certificate {
    line-height: 12px;
    font-size: 11px;
}
.wishlist-add-to-cart-btn button {
    font-size: 13px !important;
    padding: 7px 14px !important;
}
.wishlist-remove button {
    color: #b3b3b3;
    font-size: 31px;
}
/*-------------------------------------------
    31. Wishlist Page Area End
-------------------------------------------*/

/*-------------------------------------------
    32. My Courses Page Area Start
-------------------------------------------*/
.my-courses-page .barra {
    width: 158px;
    margin-left: 0;
}
.cart-page-left-part .theme-btn {
    font-size: 14px !important;
}
/*-------------------------------------------
    32. My Courses Page Area End
-------------------------------------------*/

/*-------------------------------------------
    33. Student Profile Page Area Start
-------------------------------------------*/
.student-profile-left-part {
    padding: 60px 0;
    border: 1px solid #f7f5ff;
    border-right: none;
    height: 100%;
}
.student-profile-right-part {
    padding: 60px;
}
.student-profile-left-part h6,
.student-profile-right-part h6 {
    margin-bottom: 34px;
}

/* Student Profile Left Sidebar css */
.student-profile-left-part h6 {
    margin-left: 42px;
}
.student-profile-left-part ul li a {
    display: block;
    padding: 11px 42px;
    color: var(--gray-color);
}
.student-profile-left-part ul li a:hover,
.student-profile-left-part ul li a.active {
    background-color: #f8f7fd;
    /* color: var(--heading-color); */
}

/* Student Profile Right css */
.student-profile-right-part textarea {
    height: 149px;
}
.student-profile-right-part .profile-top .profile-image {
    position: relative;
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.student-profile-right-part .profile-top .profile-image img {
    width: auto;
    min-height: 100px;
    border-radius: 50%;
    max-width: 100px;
    max-height: 100px;
    height: 100px;
    min-width: 100px;
}
.student-profile-right-part .profile-top .profile-image .file-uplode-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: -5px;
    text-align: center;
    width: 36px;
    height: 36px;
    font-size: 21px;
    -webkit-box-shadow: 0 0 10px rgba(179, 168, 168, 0.25);
    box-shadow: 0 0 10px rgba(179, 168, 168, 0.25);
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.instructor-profile-left-part ul li a .iconify {
    font-size: 21px;
}
.student-profile-right-part .profile-top .profile-image #fileuplode {
    display: none;
}

/* Account Page css */
.account-connections-btn .theme-btn {
    border: 2px solid var(--heading-color);
    color: var(--heading-color);
}

/*-------------------------------------------
    33. Student Profile Page Area End
-------------------------------------------*/

/*-------------------------------------------
    34. Instructor Profile Page Area Start
-------------------------------------------*/
.instructor-only-dashboard-top-part
    > div:last-child
    .instructor-dashboard-top-part-item
    h5 {
    font-size: 13px;
    line-height: 19px;
}
.instructor-dashboard-two-part-join {
    border: 1px solid #ebebeb;
}
.instructor-profile-left-part-wrap {
    border-right: 1px solid #ebebeb;
}
.instructor-profile-right-part {
    padding: 30px;
}
.instructor-profile-left-part {
    border-radius: 8px;
    padding: 40px 30px;
}

/* Instructor profile right part */
.instructor-info-box-title {
    margin-bottom: 34px;
}
.instructor-profile-page textarea {
    height: 149px;
}
.instructor-profile-page .profile-top .profile-image {
    position: relative;
    width: 104px;
    height: 104px;
    margin-right: 20px;
}
.instructor-profile-page .profile-top .profile-image img {
    width: 104px;
    height: 104px;
    border-radius: 50%;
}
.instructor-profile-page .profile-top .profile-image .file-uplode-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: -5px;
    text-align: center;
    width: 36px;
    height: 36px;
    font-size: 21px;
    -webkit-box-shadow: 0 0 10px rgba(179, 168, 168, 0.25);
    box-shadow: 0 0 10px rgba(179, 168, 168, 0.25);
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.instructor-profile-page .profile-top .profile-image #fileuplode {
    display: none;
}
.instructor-profile-info-box {
    margin-bottom: 20px;
}
.instructor-add-extra-field-box .theme-btn {
    box-shadow: 3px 3px 8px 0 rgb(29 12 88 / 10%);
}

/* ------------------ */
.instructor-profile-left-part ul li {
    list-style: none;
    margin-bottom: 10px;
}

.instructor-profile-left-part ul li i {
    color: #333333;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.instructor-profile-left-part ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 400;
    color: #404065;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border-radius: 8px;
    border-bottom: 2px solid transparent;
}
.instructor-profile-left-part ul li a.active {
    background-color: #f6f6f6;
    color: var(--heading-color);
    border-bottom: 2px solid #ededed;
}
li.menu-has-children.current-menu-item.has-open a.active {
    background-color: #f6f6f6;
    border-bottom: 2px solid #ededed;
}

li.menu-has-children.current-menu-item.has-open ul li {
    margin-left: 19px;
}

.instructor-profile-left-part ul li .toggle-account-menu {
    position: absolute;
    top: 14px;
    right: 10px;
    cursor: pointer;
    font-size: 10px;
    width: 100%;
    text-align: right;
    z-index: 9;
}
.instructor-profile-left-part
    ul
    li.current-menu-item.has-open
    .toggle-account-menu {
    color: var(--heading-color);
}

.instructor-profile-left-part ul li.current-menu-item.has-open a {
    background-color: #f6f6f6;
    color: var(--heading-color);
    border-bottom: 2px solid #ededed;
}
.instructor-profile-left-part ul li.menu-has-children {
    position: relative;
}
.instructor-profile-left-part ul li.menu-has-children .account-sub-menu {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    display: none;
}
.instructor-profile-left-part ul li.menu-has-children .account-sub-menu li {
    list-style: none;
}
.instructor-profile-left-part ul li.menu-has-children .account-sub-menu li a {
    display: block;
    height: auto;
    background: transparent;
    font-size: 15px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.instructor-profile-left-part
    ul
    li.menu-has-children.has-open
    .account-sub-menu {
    display: block;
    border-left: 1px solid #dfdfdf;
    margin-left: 20px;
}
.instructor-profile-left-part ul li.menu-has-children .account-sub-menu li a {
    position: relative;
    border-bottom: none;
    color: #404065;
}
.instructor-profile-left-part
    ul
    li.menu-has-children
    .account-sub-menu
    li
    a::before {
    content: "";
    height: 1px;
    width: 10px;
    background-color: #dfdfdf;
    position: absolute;
    left: -19px;
    top: 17px;
}
/* Withdraw History Page CSS Start */
.instructor-withdraw-history-box {
    border: 1px solid #ededed;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 3px #ededed;
}
.instructor-withdraw-history-box tr td {
    color: var(--heading-color);
    font-size: 15px;
    min-width: 130px;
    width: 100%;
}
.instructor-withdraw-history-box tr td .iconify {
    font-size: 32px;
}
/* Withdraw History Page CSS End */

/* Instructor My Courses Page CSS Start */
.instructor-my-courses-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.instructor-my-course-item {
    box-shadow: none;
    padding: 0;
    border: 1px solid #e5e8ec !important;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    height: 190px;
    min-height: 190px;
}
.instructor-my-course-item .course-img-wrap {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 27%;
    min-height: auto;
    height: 188px;
    background-color: #d5d5d5;
}
.instructor-my-course-item .course-img-wrap img {
    min-height: 188px;
}
.instructor-my-course-item .card-body {
    padding: 19px 20px 20px;
}
.instructor-courses-info-duration-wrap {
    background-color: var(--white-color);
    border-radius: 26px;
    width: 80%;
    border: 1px solid #e5e8ec;
    margin-bottom: 26px;
}
.instructor-my-course-item .course-tag.badge {
    padding: 9px 13px;
    top: 15px;
    right: 15px;
    left: auto;
    z-index: 9;
    min-width: 67px;
    width: auto;
}
.instructor-my-course-item .course-tag.publish-badge,
.instructor-my-course-item .course-tag.unpublish-badge {
    left: 15px;
    right: auto;
    color: var(--white-color);
}
.instructor-my-course-item .course-tag.publish-badge {
    background-color: var(--color-green);
}
.instructor-my-course-item .course-tag.unpublish-badge {
    background-color: #17a2b8;
}
.instructor-courses-info-duration-wrap ul {
    border-radius: 26px;
    padding: 7px 12px;
}
.instructor-courses-info-duration-wrap ul li {
    display: flex;
    align-items: center;
}
.instructor-courses-info-duration-wrap ul li .iconify {
    margin-right: 6px;
}
.instructor-courses-info-duration-wrap-text {
    margin-left: 0.25rem;
}
.instructor-my-course-btns {
    padding: 19px 15px;
    display: block;
    width: 22%;
    text-align: right;
}

.instructor-my-course-btns .instructor-course-btn:not(:last-child) {
    margin-bottom: 15px;
}

.instructor-my-course-btns .instructor-course-btn:nth-child(1):hover {
    border: 2px solid var(--theme-color);
}
.instructor-my-course-btns .instructor-course-btn:nth-child(2) {
    background-color: #45c881;
    border: 2px solid #45c881;
}
.instructor-my-course-btns .instructor-course-btn:nth-child(2):hover {
    background-color: var(--white-color);
    border: 2px solid #45c881;
    color: #45c881 !important;
}
.instructor-my-course-btns .instructor-course-btn:nth-child(3) {
    background-color: #a921ff;
    border: 2px solid #a921ff;
}
.instructor-my-course-btns .instructor-course-btn:nth-child(3):hover {
    background-color: var(--white-color);
    border: 2px solid #a921ff;
    color: #a921ff !important;
}

.instructor-course-btn {
    height: 40px;
    min-width: 150px;
    padding: 9.5px 17px !important;
}
/* Instructor My Courses Page CSS End */

/* Instructor Dashboard Ranking Items */
.ranking-items-wrap .ranking-item:not(:last-child) {
    margin-bottom: 30px;
}
.disable-ranking-item {
    opacity: 0.4;
}

.ranking-item-right {
    position: relative;
    padding-left: 50px;
    width: 50%;
    justify-content: flex-end !important;
}
.ranking-item-right:after {
    position: absolute;
    z-index: 9;
    content: "";
    height: 65%;
    width: 1px;
    background-color: #e5e8ec;
    left: 0;
}
.ranking-item-left {
    width: 50%;
    position: relative;
}
.ranking-content-in-right {
    margin-left: 15px;
}
.ranking-item-right .ranking-content-in-right {
    margin-left: 50px;
}

.recently-added-courses-box .ranking-item-right .ranking-content-in-right {
    margin-left: 18px;
}
/* Instructor Dashboard Ranking Items */

/*-------------------------------------------
    34. Instructor Profile Page Area End
-------------------------------------------*/

/*-------------------------------------------
    35. Message Page Area Start
-------------------------------------------*/

/* Messenger User Left side */

/* Messenger user top part */
.message-user-top-part {
    padding: 30px 30px 15px;
}
.message-user-top-part-btns {
    margin-top: 20px;
}
.message-user-top-part-btns button {
    border: 1px solid #d4d4d4;
    border-radius: 46px;
    padding: 4px 20px;
}
.message-user-top-part-btns .active,
.message-user-top-part-btns button:hover {
    color: #754ffe;
    background-color: rgba(117, 79, 254, 0.2);
    border: 1px solid rgba(117, 79, 254, 0.06);
}
.search-message-box .input-group-text {
    border: 1px solid #e9e8e8;
    color: var(--gray-color);
    padding-right: 0;
}
.search-message-box input {
    height: 32px;
    border: 1px solid #e9e8e8;
    color: var(--gray-color);
    border-left: 0;
}
.search-message-box .form-control:focus {
    border-color: #e9e8e8;
    outline: 0;
    box-shadow: none;
}

/* Messenger user bottom part */
.message-user-sidebar {
    height: 790px;
    border: 1px solid #dcdcdc;
}
.message-user-list-wrap {
    max-height: 540px;
    overflow-y: auto;
}
.message-user-list-part-title {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
}
.message-user-list-part-title h6 {
    padding: 0 30px;
}
.message-user-item {
    background-color: var(--white-color);
    padding: 12px 30px;
    margin-bottom: 2px;
}
.message-user-item.active,
.message-user-item:hover {
    background-color: #f8f5fa !important;
}
.message-user-item.active {
    border-left: 3px solid var(--theme-color);
}
.message-page .user-img-wrap {
    height: 42px;
    width: 42px;
    border-radius: 50%;
}
.message-page .user-img-wrap img {
    height: 42px;
    border-radius: 50%;
    width: 100%;
}
.message-user-item-left p {
    line-height: 16px;
}
.title-imoji-img {
    height: 17px;
    margin-left: 4px;
}
.online-offline-show {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid var(--white-color);
    right: 0;
    bottom: 4px;
    z-index: 9;
}
.online-offline-show.online {
    background-color: #45c881;
}
.online-offline-show.offline {
    background-color: #ffc014;
}
.message-user-notification-box {
    background-color: rgba(255, 68, 68, 0.16);
    color: #ff4444;
    min-height: 18px;
    min-width: 18px;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    float: right;
    font-size: 10px;
    padding: 0 4px;
}

/* Message Page Chat Right side css */
.message-chat-right-part {
    height: 790px;
    border: 1px solid #dcdcdc;
}

/* Message Chat Top Part Start */
.message-chat-top-part {
    border-bottom: 1px solid rgba(220, 220, 220, 0.45);
    height: 88px;
    padding: 20px 22px;
}
.in-chat-mode-online-offline .yes-online {
    background-color: var(--color-green);
    color: var(--white-color);
}
.in-chat-mode-online-offline button {
    border-radius: 71px;
    padding: 3px 8px;
}
.message-chat-top-action-btn {
    height: 33px;
    width: 33px;
    font-size: 24px;
    color: var(--body-font-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.message-chat-top-right .dropdown-toggle {
    display: inline-flex !important;
}
.message-chat-top-right .dropdown {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.message-chat-top-right .dropdown-toggle::after {
    display: none;
}
.message-chat-top-right .dropdown-menu {
    min-width: 6rem;
}
.message-chat-top-right .dropdown-menu .dropdown-item {
    display: inline-flex;
    align-items: center;
}
.message-chat-top-right .dropdown-menu .dropdown-item .iconify {
    margin-right: 6px;
}
.message-chat-top-right .dropdown-menu li:nth-child(1) .dropdown-item .iconify {
    color: #ff4444;
}
.message-chat-top-right .dropdown-menu li:nth-child(2) .dropdown-item .iconify {
    color: #ffc014;
}
.message-chat-top-right .dropdown-menu li:nth-child(3) .dropdown-item .iconify {
    color: var(--theme-color);
}
/* Message Chat Top Part End */

/* Message Chat Bottom Part Start */
.message-chat-bottom-part {
    bottom: 0;
    width: 100%;
    padding: 30px;
    background-color: var(--white-color);
}
.message-chat-bottom-left .input-group {
    border: 1px solid rgba(46, 129, 255, 0.06);
    font-size: 14px;
    background-color: rgba(79, 128, 254, 0.06);
    color: var(--gray-color);
    width: 680px;
    border-radius: 53px;
    padding-left: 10px;
    padding-right: 10px;
}
.message-chat-bottom-action-btn {
    border: 1px solid rgba(46, 129, 255, 0.06);
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: rgba(79, 128, 254, 0.06);
    font-size: 19px;
    color: var(--body-font-color);
}
.send-chat-button {
    background-color: var(--theme-color);
    color: var(--white-color);
}
/* Message Chat Bottom Part End */

/* Message Chat Main Part Start */

/* Custom Scrollbar start */
.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #e6e3eb var(--white-color);
}
.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background-color: var(--white-color);
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #e6e3eb;
}
.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
}
/* Custom Scrollbar end */

.message-chat-main-part {
    padding: 0 30px 0;
    bottom: 52px;
    position: absolute;
    width: 100%;
    margin-bottom: 42px;
    max-height: 608px;
    overflow-y: auto;
}

/* Conversation Start Date CSS */
.conversation-start-date {
    margin: 40px 0 20px;
}
.conversation-start-date:before {
    content: "";
    background-color: #dcdcdc;
    width: 100%;
    height: 1px;
    left: 0;
    position: absolute;
}
.conversation-start-date span {
    top: -9px;
    padding: 0 8px;
}

/* Chat Item css */
.chat-item {
    max-width: 680px;
    width: 100%;
}
/* Chat Item Dropdown css start */
.chat-item .dropdown {
    right: -25px;
    float: right;
}
.chat-item .dropdown-menu {
    min-width: 6rem;
    border: 1px solid #eeeded;
    border-radius: 8px;
}
.chat-item .dropdown-toggle::after {
    display: none;
}
/* Chat Item Dropdown css end */
.chat-item.chat-item-right {
    float: right;
    width: 100%;
}
.chat-text-box {
    margin-right: 20px;
}
.chat-text-box p {
    background-color: #f0f0f0;
    color: #2f2f38;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 18px 26px;
    line-height: 22px;
    border-radius: 8px;
    border-top-left-radius: 0;
}
/* Message Chat Main Part End */

/*-------------------------------------------
    35. Message Page Area End
-------------------------------------------*/

/*-------------------------------------------
    36. Instructor Dashboard Page Area Start
-------------------------------------------*/
.instructor-dashboard-top-part
    div:nth-child(n + 2)
    .instructor-dashboard-top-part-item
    .instructor-dashboard-top-part-icon {
    background-color: rgba(103, 69, 200, 0.12);
    color: var(--theme-color);
    border: 1px solid rgba(103, 69, 200, 0.08);
}
.instructor-dashboard-top-part
    div:nth-child(n + 3)
    .instructor-dashboard-top-part-item
    .instructor-dashboard-top-part-icon {
    background-color: rgba(255, 192, 20, 0.22);
    color: #e1ac1b;
    border: 1px solid rgba(255, 192, 20, 0.17);
}
.instructor-dashboard-top-part-item {
    border: 1px solid #ededed;
    padding: 30px;
    box-shadow: 0 2px #ededed;
    min-height: 118px;
}
.instructor-dashboard-top-part-icon {
    border: 1px solid rgba(69, 200, 129, 0.14);
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-color: rgba(69, 200, 129, 0.12);
    color: var(--color-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.chart-wrap1 {
    height: 220px;
}

/* Recently added courses css start */
.recently-added-courses-box {
    border: 1px solid #ededed;
    box-shadow: 0 2px #ededed;
}
.recently-added-courses-title {
    padding: 20px 30px 8px;
}
.recently-added-courses-title a {
    border: 1px solid #bfbfbf;
    border-radius: 48px;
    padding: 5px 14px;
}
.recently-added-course-item-wrap,
.ranking-items-wrap {
    padding: 0 30px 30px 30px;
}
.your-rank-title {
    background-color: #f9f9f9;
    padding: 20px 30px;
}
.recently-added-course-item {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 20px;
}
.recently-added-courses-box .recently-added-course-item:last-child {
    margin-bottom: 0;
    border-bottom: transparent;
    padding-bottom: 0;
}
.recently-added-course-item .user-img-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}
.recently-added-course-item .user-img-wrap img {
    min-width: 64px;
    width: 100%;
    min-height: 64px;
}
.ranking-item .user-img-wrap {
    width: 84px;
    height: 66px;
    border-radius: 50%;
    overflow: hidden;
}
.ranking-item .user-img-wrap img {
    min-width: 84px;
    min-height: 66px;
}
.recently-added-courses-title button {
    border: 1px solid #bfbfbf;
    padding: 3px 14px;
    border-radius: 48px;
}
.recently-added-course-item-right button {
    background-color: rgba(117, 79, 254, 0.1);
    color: var(--theme-color);
    padding: 5px 10px;
    border-radius: 36px;
}
/* Recently added courses css end */

/* Ranking Badge List Page */
.instructor-ranking-badge-page .ranking-items-wrap {
    padding: 0;
}
.ranking-badge-page-row .ranking-badge-page-side-box:last-child {
    border-right: none;
}
.instructor-ranking-badge-page
    .ranking-items-wrap
    .ranking-item:not(:last-child) {
    margin-bottom: 45px;
}
.ranking-badge-page-side-box {
    border-right: 1px solid #e5e8ec;
}
/* Ranking Badge List Page */

/* Upload your course today css start */
.upload-your-course-part {
    background-image: url("../img/instructor-img/upload-your-course-today-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 69px 50px 57px;
}
.upload-your-course-part h6 {
    margin-bottom: 15px;
}
.upload-your-course-part p {
    margin-bottom: 15px;
    width: 70%;
    color: rgba(255, 255, 255, 0.79);
    line-height: 20px;
}
.upload-your-course-today-btn {
    padding: 6px 20px;
    border-radius: 48px;
}
.upload-your-course-today-btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color) !important;
}
/* Upload your course today css end */

/* Apex Chart Js css start*/
.instructor-dashboard-chart-box {
    border: 1px solid #ededed;
    padding: 3px 5px 0;
    box-shadow: 0 2px #ededed;
    /*max-height: 280px;*/
}
.apexcharts-area-series .apexcharts-area {
    stroke: #754ffe;
    background-image: linear-gradient(
        rgba(122, 85, 255, 0.29),
        rgba(238, 234, 255, 0)
    );
}
.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
    background-color: #754ffe !important;
}
.apexcharts-tooltip-marker {
    background-color: #754ffe !important;
}
.apexcharts-toolbar {
    display: none !important;
}
/* Apex Chart Js css end */

/*Analysis Page Chart Start*/
.chart-wrap {
    height: 300px;
}
/*Analysis Page Chart End*/

/*-------------------------------------------
    36. Instructor Dashboard Page Area End
-------------------------------------------*/

/*-------------------------------------------
    37. Instructor Course Upload/ Form Multistep Page Area Start
-------------------------------------------*/
#msform {
    position: relative;
}

#msform .upload-course-step-item {
    background: var(--white-color);
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
}
#msform .upload-course-step-item:not(:first-of-type) {
    display: none;
}
#msform textarea {
    width: 100%;
}

#msform input:focus,
#msform textarea:focus {
    border: 1px solid var(--theme-color);
}
#msform .action-button-previous {
    background-color: var(--white-color);
    border: 1px solid #d8d8d8;
    color: var(--body-font-color);
    margin-right: 10px;
}
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}
.card {
    z-index: 0;
    border: none;
    position: relative;
}
.fs-title {
    font-size: 25px;
    color: var(--theme-color);
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}
.purple-text {
    color: var(--theme-color);
    font-weight: normal;
}
.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    border: 1px solid #ededed;
    padding: 33px 0;
    box-shadow: 0 2px #ededed;
    border-radius: 8px;
}
#progressbar .active {
    color: var(--heading-color);
}
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}
#progressbar li:before {
    width: 35px;
    height: 35px;
    line-height: 45px;
    display: flex;
    font-size: 15px;
    color: var(--white-color);
    background: var(--white-color);
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    border: 5px solid var(--theme-color);
    align-items: center;
    justify-content: center;
    top: 7px;
    position: relative;
    font-family: Feather !important;
    content: "\e92b";
}
#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #dfdceb;
    position: absolute;
    right: -118px;
    top: 25px;
    z-index: -1;
}
#progressbar li:last-child::after {
    display: none;
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--theme-color);
}
.progress {
    height: 20px;
}
.progress-bar {
    background-color: var(--theme-color);
}
.upload-course-item-block {
    border: 1px solid #ededed;
    padding: 30px 30px 0;
    box-shadow: 0 2px #ededed;
    margin-bottom: 30px;
}
.upload-course-item-block.course-overview-step1
    .main-upload-video-processing-wrap:first-child {
    border-top: none;
}
.course-overview-step1 ul li .iconify {
    color: #b3aad2;
    margin-right: 15px;
}
.course-overview-step1 ul li {
    margin-bottom: 12px;
}

/* Stepper Btns CSS start */
span.tooltip-show-btn {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #a3a3a9;
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
}
.stepper-action-btns button {
    margin-right: 10px;
}
.stepper-action-btns .theme-button1,
.action-button.theme-button1 {
    border: 1px solid var(--theme-color);
}
.stepper-action-btns .theme-button1:hover,
.action-button.theme-button1:hover {
    border: 1px solid var(--theme-color);
}
.stepper-action-btns .theme-button3,
.show-last-phase-back-btn {
    border: 1px solid #d8d8d8;
    background-color: var(--white-color);
    color: var(--body-font-color);
    margin-right: 10px;
}
.stepper-action-btns .theme-button3:hover,
.show-last-phase-back-btn:hover {
    border: 1px solid var(--theme-color);
    background-color: var(--white-color);
    color: var(--theme-color);
}

/* Show only when last form start */
.upload-course-overview-step-item
    .d-none
    + .show-last-phase-back-btn
    + .last-step-form-btn {
    display: none;
}
.upload-course-overview-step-item .d-none + .show-last-phase-back-btn {
    display: none;
}

.upload-course-video-step-item #upload-course-video-1 + .previous,
.upload-course-video-step-item #upload-course-video-2 + .previous,
.upload-course-video-step-item #upload-course-video-3 + .previous,
.upload-course-video-step-item #upload-course-video-4 + .previous,
.upload-course-video-step-item #upload-course-video-5 + .previous,
.upload-course-video-step-item #upload-course-video-7 + .previous {
    display: none;
}
.upload-course-video-step-item #upload-course-video-1 + .previous + .next,
.upload-course-video-step-item #upload-course-video-2 + .previous + .next,
.upload-course-video-step-item #upload-course-video-3 + .previous + .next,
.upload-course-video-step-item #upload-course-video-4 + .previous + .next,
.upload-course-video-step-item #upload-course-video-5 + .previous + .next,
.upload-course-video-step-item #upload-course-video-7 + .previous + .next {
    display: none;
}

.upload-course-video-step-item
    #upload-course-video-6.show-next-go-btn
    + div
    + .previous {
    display: inline-flex !important;
}
.upload-course-video-step-item
    #upload-course-video-6.show-next-go-btn
    + div
    + .previous
    + .next {
    display: inline-flex !important;
}
.upload-course-video-step-item #upload-course-video-6 .add-more-section-btn {
    position: absolute;
    right: 0;
    top: 0;
}
/* Show only when last form end */

/* Stepper Btns CSS End */

/* ----Upload Course Upload Video Steps Start---- */
.upload-video-introduction-box {
    background-color: rgba(196, 196, 196, 0.06);
    border: 1px solid #efefef;
    margin-bottom: 30px;
}
.upload-introduction-title-box {
    background-color: rgba(196, 196, 196, 0.12);
    border: 1px solid #efefef;
    padding: 13px 20px;
}
.upload-course-duration-text {
    margin-right: 1.5rem;
}
.upload-course-duration-text .iconify {
    margin-right: 0.5rem;
}
.popover {
    background-color: var(--white-color);
    border: 1px solid #f8efef;
    color: #615656;
    font-size: 13px;
    border-radius: 4px;
}
.upload-introduction-box-content {
    margin: 20px;
}
.upload-introduction-box-content-img {
    height: 76px;
}
.upload-introduction-box-content img {
    width: 76px;
}
.upload-course-video-edit-btn {
    display: inline-flex;
    align-items: center;
    margin-right: 1.5rem;
}
.upload-course-video-edit-btn .iconify {
    margin-right: 0.25rem;
}
.common-upload-lesson-btn,
.common-upload-video-btn {
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 7px 16px;
    background-color: rgba(196, 196, 196, 0.06);
    border-radius: 4px;
    margin-left: 20px;
}
.common-upload-lesson-btn:hover,
.common-upload-video-btn:hover {
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
}
.common-upload-lesson-btn .iconify,
.common-upload-video-btn .iconify {
    font-size: 16px;
    margin-right: 5px;
}
.add-more-section-btn {
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 4px 0 rgb(29 12 88 / 10%);
    background-color: rgba(255, 255, 255, 0.16);
    padding: 9.5px 17px !important;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
}
.add-more-section-btn:hover,
.upload-course-video-edit-btn:hover {
    color: var(--theme-color);
}
.add-more-section-btn .iconify {
    font-size: 18px;
    margin-right: 0.5rem;
}
.main-upload-video-processing-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}
.upload-course-item-block .main-upload-video-processing-wrap:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.main-upload-video-processing-item-btns .theme-btn {
    border-width: 1px;
    margin-right: 7px;
}
.upload-video-processing-item-save-btn {
    background-color: #45c881;
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: var(--white-color);
}
.upload-video-processing-item-save-btn:hover {
    background-color: var(--white-color);
    border: 1px solid #45c881;
    color: #45c881;
}
.upload-video-processing-item-remove-btn {
    background-color: rgba(255, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: #aa6262;
}
.upload-video-processing-item-remove-btn:hover {
    background-color: rgba(255, 0, 0, 0.66);
    border: 1px solid rgba(255, 0, 0, 0.66);
    color: var(--white-color);
}
.upload-video-processing-item-back-btn {
    border: 1px solid #d8d8d8;
    color: var(--body-font-color);
}
.upload-video-processing-item-update-btn:hover,
.upload-video-processing-item-back-btn:hover {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}
.main-upload-video-progress-bar-wrap {
    margin-bottom: 40px;
}
.main-upload-video-processing-img-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 222px;
    width: 285px;
    background-color: #e3e3e3;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-upload-video-processing-img-wrap img {
    height: 222px;
    width: auto;
    max-width: 285px;
    min-width: 285px;
}
.upload-img-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.upload-img-btn-wrapper button {
    border: 1px solid rgba(0, 0, 0, 0.17);
    color: var(--body-font-color) !important;
    padding: 9.5px 14px !important;
    font-size: 14px !important;
}
.create-assignment-upload-files .theme-btn {
    background-color: #e6e6e6;
    border: none;
}
.upload-img-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.form-control[type="file"] {
    overflow: hidden;
    border: 1px solid var(--border-color);
    height: auto;
    max-width: 298px;
    border-radius: 4px;
}
/* Course Upload Frontend Remove Button */
.frontend-remove-btn {
    width: 50px;
    height: 49px;
    padding: 10px !important;
    min-width: 50px !important;
}
.frontend-remove-btn .iconify {
    margin: 0 !important;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: none;
}
/* Course Upload Frontend Remove Button */

/*Edit Course Section Start*/
.stepper-action-btns {
    position: relative;
}
#upload-course-video-7 .stepper-action-btns > div,
#upload-course-video-7 .stepper-action-btns button {
    display: none;
}

/* Edit Lecture */
.lecture-edit-title,
.see-preview-video {
    margin-left: 10px;
}
.see-preview-video {
    min-width: 110px;
    display: inline-block;
}
.lecture-edit-upload-btn {
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    padding-top: 22px;
}
.uploaded-course-edit-video {
    max-width: 300px;
    width: 100%;
    height: 240px;
}
/* Edit Lecture*/

/*Edit Course Section End*/

/*video-upload-done-phase*/
.main-upload-video-processing-item {
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    margin-top: 20px;
    padding-top: 20px;
}
.video-upload-final-item .accordion-button:not(.collapsed) {
    background-color: var(--heading-color);
}
.video-upload-final-item .accordion-button:not(.collapsed) h6,
.video-upload-final-item
    .accordion-button:not(.collapsed).upload-introduction-title-box,
.video-upload-final-item .accordion-button:not(.collapsed) .color-para,
.video-upload-final-item
    .accordion-button:not(.collapsed).upload-introduction-title-box
    span.color-heading {
    color: var(--white-color);
}
.video-upload-final-item .accordion-body {
    padding: 30px 0;
}
.video-upload-final-item
    .accordion-body
    .main-upload-video-processing-item:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.video-upload-final-item .accordion-collapse {
    box-shadow: none;
}
.video-upload-final-item .accordion-button::after {
    position: absolute;
    left: 16px;
    display: inline-flex;
    align-items: center;
    width: 20px;
    height: 20px;
    flex-flow: column;
    justify-content: center;
}
.video-upload-done-phase-action-btns {
    box-shadow: 0 0 7px 0 rgb(4 10 66 / 18%);
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 9px;
    margin-top: 15px;
    padding: 1px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.video-upload-final-item .main-upload-video-processing-img-wrap {
    height: 146px;
    width: 161px;
    margin-right: 0;
}
.video-upload-final-item .common-upload-video-btn {
    background-color: rgba(117, 79, 254, 0.08);
}
.video-upload-final-item .common-upload-video-btn:hover {
    color: var(--theme-color);
}
/* ----Upload Course Upload Video Steps End---- */

/* ----Upload Course Submit Process Steps Start---- */
.form-last-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    height: 380px;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
}
#upload-course-overview-2 .main-upload-video-processing-img-wrap {
    height: 353px;
    width: 100%;
    margin-right: 0;
}
/* ----Upload Course Submit Process Steps End---- */

/* Upload Course Category & Tags Select2 textarea style */
.upload-course-overview-step-item
    .select2-container--default
    .select2-search--inline
    .select2-search__field {
    opacity: 0;
}
.upload-course-overview-step-item
    .select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #86b7fe 1px;
}
.upload-course-overview-step-item
    .select2-container--default
    .select2-selection--multiple {
    border: 1px solid var(--border-color);
}
/* Upload Course Category & Tags Select2 textarea style */

/*-------------------------------------------
    37. Instructor Course Upload/ Form Multistep Page Area End
-------------------------------------------*/

/*-------------------------------------------
    38. Instructor Analysis Page Start
-------------------------------------------*/
.instructor-withdrawal-money-box {
    background-image: url("../img/instructor-img/upload-your-course-today-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 37px 20px;
    box-shadow: none;
}
.chart-title {
    padding: 15px 16px 0;
}
.instructor-dashboard-menu .dropdown-toggle::after {
    display: none;
}
.instructor-dashboard-menu.dropdown button {
    position: relative;
    right: -12px;
}
.instructor-dashboard-menu .dropdown-menu {
    border: 1px solid #eeeded;
    padding: 0;
    min-width: 7rem;
}
.instructor-dashboard-menu .dropdown-item {
    padding: 0.35rem 1rem;
    border-bottom: 1px solid #eeeded;
}

.instructor-dashboard-top-part
    div:nth-child(n + 4)
    .instructor-dashboard-top-part-item
    .instructor-dashboard-top-part-icon {
    background-color: rgba(127, 28, 160, 0.11);
    color: #7f1ca0;
    border: 1px solid rgba(127, 28, 160, 0.08);
}
.instructor-dashboard-top-part
    div:nth-child(n + 5)
    .instructor-dashboard-top-part-item
    .instructor-dashboard-top-part-icon {
    background-color: rgba(252, 128, 104, 0.2);
    color: #fc8068;
    border: 1px solid rgba(252, 128, 104, 0.08);
}
.instructor-dashboard-top-part
    div:nth-child(n + 6)
    .instructor-dashboard-top-part-item
    .instructor-dashboard-top-part-icon {
    background-color: rgba(69, 200, 129, 0.12);
    color: var(--color-green);
    border: 1px solid rgba(69, 200, 129, 0.14);
}

.modal-header {
    padding: 1rem 2rem;
}
.modal-body {
    padding: 2rem;
}
.modal-footer {
    padding: 1rem 2rem;
}
.btn-close {
    border-radius: 50%;
    border: 1px solid gray;
    padding: 8px;
    font-size: 13px;
    position: absolute;
    right: 38px;
}
/*Common Modal End*/

/*Withdrawal Modal Start*/

#withdrawalModal .modal-body {
    padding: 3rem;
}
#withdrawalModal .modal-header {
    z-index: 9;
}
#withdrawalModal .btn-close {
    right: 20px;
    top: 20px;
}
.withdrawal-modal-title {
    margin-bottom: 40px;
}
.withdrawal-modal-title p {
    color: #a2a2b4;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.withdrawal-radio-item-wrap {
    margin-bottom: 15px;
}
.withdrawal-radio-item {
    position: relative;
    top: 6px;
}
.withdrawal-radio-item-wrap .form-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*Withdrawal Modal End*/

/*-------------------------------------------
    38. Instructor Analysis Page End
-------------------------------------------*/

/*-------------------------------------------
    39. Checkout Page Start
-------------------------------------------*/
.billing-address-box,
.payment-method-box {
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 3%);
    border: 1px solid #eeebeb;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 4px;
}
.payment-method-card-box {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 20px !important;
}
.payment-method-card-box label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.paypal-box label {
    margin-bottom: 0;
}
.payment-method-card-box .form-check-input {
    margin-right: 10px;
    margin-left: 0;
    position: relative;
    top: 3px;
}
.payment-method-card-box #razorpayPayment,
.payment-method-card-box #sslcommerzPayment {
    top: 0;
}
/*Checkout Page Rightside css*/
.checkout-table tr:last-child td {
    border-bottom: 0;
}
.checkout-right-side-box .accordion-button:not(.collapsed),
.checkout-right-side-box .accordion-button {
    background-color: var(--white-color);
    font-weight: 500;
    padding: 15px 0 15px;
}
.checkout-right-side-box {
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 3%);
    margin-bottom: 30px;
    border: 1px solid #eeebeb;
    padding: 0 30px;
    background-color: var(--white-color);
}
.checkout-right-side-box .accordion-collapse {
    box-shadow: none;
}
.checkout-right-side-box .accordion-body {
    padding: 0;
}
.checkout-right-side-box .accordion-header {
    margin-bottom: 0;
}

.checkout-course-item .course-item.wishlist-item {
    width: 260px;
}
.checkout-course-item .wishlist-item .course-img-wrap {
    width: 60px;
    max-height: 60px;
}
.checkout-course-item .course-img-wrap img {
    width: 60px;
    max-height: 60px;
    height: auto;
}
.checkout-course-item {
    padding: 0.5rem 0.3rem !important;
}
.checkout-course-item .course-item.wishlist-item .card-body {
    padding: 0 0 0 10px;
}
.checkout-table .wishlist-remove {
    margin-bottom: 20px;
}
.checkout-table .wishlist-remove button {
    font-size: 21px !important;
}
.checkout-we-protect-content .iconify {
    width: 28px;
    height: 28px;
    border: 1px solid;
    border-radius: 50%;
    padding: 4px;
}
.checkout-course-item .wishlist-item .course-title {
    font-size: 14px;
}

/*Billing Summary Table*/
.table.billing-summary-table td {
    border-bottom: 0;
    padding-bottom: 10px;
}
.table.billing-summary-table tr td:last-child {
    font-weight: 500;
    text-align: right;
}
.billing-summary-table tbody tr:last-child th {
    border-top-width: 1px;
    border-bottom: 0;
    padding-top: 13px;
    font-weight: 500;
}
.billing-summary-table tbody tr:last-child th:last-child {
    text-align: right;
}

/*-------------------------------------------
    39. Checkout Page End
-------------------------------------------*/
/*-------------------------------------------
    40. Sign Up Page Start
-------------------------------------------*/
.sign-up-page {
    overflow-x: hidden;
}
.sign-up-page .row .col-md-5,
.sign-up-page .row .col-md-7 {
    padding: 0;
}
.sign-up-left-content {
    background-image: url("../img/sign-up-page-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 100px;
}
.sign-up-bottom-img {
    margin-top: 130px;
}
.sign-up-bottom-img img {
    height: auto;
    width: 561px;
}
.sign-up-left-content,
.sign-up-right-content {
    min-height: 100vh;
    height: 100%;
}
.sign-up-right-content {
    align-items: center;
    display: flex;
}
.sign-up-right-content form {
    width: 479px;
    margin: 0 auto;
}
.sign-up-left-content p {
    font-size: 26px;
    line-height: 137%;
    color: rgba(255, 255, 255, 0.86);
    margin-top: 100px;
    padding-right: 115px;
}

/*Show/Hide Password*/
.sign-up-right-content .pass-icon {
    font-size: 13px;
    float: right;
    top: 18px;
    position: absolute;
    right: 10px;
}
.google-login {
    background-color: var(--white-color) !important;
    border-color: #747775 !important;
    color: var(--heading-color) !important;
}
.google-login:hover {
    background-color: var(--theme-color) !important;
    color: var(--white-color) !important;
    border-color: var(--theme-color) !important;
}
.google-login:hover a {
    color: var(--white-color) !important;
}
.facebook-login {
    background-color: var(--white-color) !important;
    border-color: #485a96 !important;
}
.facebook-login:hover {
    background-color: #485a96 !important;
    color: var(--white-color) !important;
    border-color: #485a96 !important;
}
.facebook-login:hover a {
    color: var(--white-color) !important;
}
.twitter-login {
    background-color: var(--white-color) !important;
    border-color: #0d0d0d !important;
}
.twitter-login:hover {
    background-color: #0d0d0d !important;
    color: var(--white-color) !important;
    border-color: #0d0d0d !important;
}
.twitter-login:hover a {
    color: var(--white-color) !important;
}
.twitter-login:hover path {
    fill: var(--white-color) !important;
}
/*-------------------------------------------
    40. Sign Up Page End
-------------------------------------------*/

/*-------------------------------------------
    41. Home All Instructor Area Page Start
-------------------------------------------*/
.instructor-item {
    margin-top: 10px;
}
.instructor-img-wrap {
    min-height: 228px;
    width: 100%;
}
.instructor-img-wrap img {
    min-width: 100%;
    min-height: 228px;
    width: auto;
}
.instructor-my-courses-btns .iconify {
    margin-right: 4px;
}

.instructor-my-courses-btns button,
.instructor-my-courses-btns a {
    margin-right: 13px;
}

/* Quiz List Page Start */
.quiz-list-page-top {
    background-image: url("../img/quiz-img/quiz-list-top-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.quiz-list-page-top {
    background-image: url("../img/quiz-img/quiz-list-top-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 20px;
    border-radius: 10px;
}
.create-new-quiz-btn {
    background-color: var(--white-color);
    border-radius: 3px;
    padding: 11px 26px;
    display: inline-block;
    color: var(--theme-color);
}

.instructor-quiz-list-page table {
    border: 1px solid #eeebeb;
}
.instructor-quiz-list-page table thead tr:first-child th {
    border-top-left-radius: 3px;
}
.instructor-quiz-list-page table thead tr:last-child th {
    border-top-right-radius: 3px;
}
.instructor-quiz-list-page table th {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: var(--heading-color);
    padding: 20px;
}
.instructor-quiz-list-page table td {
    color: var(--gray-color);
    padding: 20px;
    min-width: 100px;
    max-width: 100%;
}
.instructor-quiz-list-page table .theme-btn {
    padding: 7px 18px !important;
    font-weight: 500 !important;
    min-width: 111px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.quiz-status {
    background-color: #d0ffdb;
    padding: 5px 8px;
    text-align: center;
    color: #0a800e;
    border-radius: 5px;
}
.quiz-status.unpublish {
    background-color: #ffeec8;
    color: #ab7501;
}
.add-question-btn {
    padding: 7px 18px !important;
    color: var(--white-color);
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    min-width: 131px !important;
}
.instructor-quiz-list-page .dropdown button {
    color: var(--gray-color);
    font-size: 20px;
}
.instructor-quiz-list-page .dropdown-menu {
    min-width: 8rem;
    border-color: #f1f1f1;
}
.instructor-quiz-list-page .dropdown li a {
    color: var(--body-font-color);
    font-size: 15px;
    line-height: 22px;
}
.instructor-quiz-list-page .dropdown li a .iconify {
    font-size: 17px;
    margin-right: 10px;
}
/* Quiz List Page End */

/* Create New Quiz page Start */
.instructor-create-new-quiz-page .theme-btn {
    margin-right: 10px;
    border-width: 1px;
}
.instructor-create-new-quiz-page .quiz-back-btn {
    border: 1px solid #d8d8d8;
    background-color: var(--white-color);
    color: var(--body-font-color);
}
.instructor-create-new-quiz-page .theme-btn:hover {
    border: 1px solid var(--theme-color);
    background-color: var(--white-color);
    color: var(--theme-color);
}
/* Create New Quiz page End */

/* Add Question Page Start */
.instructor-add-question-page .instructor-my-courses-title .theme-btn:hover {
    border-color: var(--theme-color);
}
.instructor-add-question-page .openion-item .form-check {
    min-width: 134px;
    margin-left: 20px;
}
.question-openion-box {
    border-top: 1px solid #ebebeb;
    padding: 30px 0 0;
}
.question-openion-btn-wrap {
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
}
.add-question-save-btns .theme-btn {
    margin-right: 10px;
    margin-bottom: 10px;
    border-width: 1px;
}
.add-question-save-btns .theme-btn:hover {
    border-color: var(--theme-color);
}
.delete-question-btn .iconify {
    color: var(--gray-color);
    font-size: 29px;
}

/* True/False Question Start */
.instructor-add-true-false-question .true-false-item-wrap .form-check {
    min-width: 82px;
}
/* True/False Question End */

/* Add Question Page End */

/* Quiz Details Page Start */
.instructor-quiz-details-page table td > .iconify {
    color: #45c881;
    font-size: 20px;
    margin-right: 5px;
}
.quiz-details-action-btns .quiz-details-btn {
    font-size: 20px;
    color: var(--body-font-color);
    margin: 0 3px;
}
.quiz-details-action-btns .quiz-details-btn:hover {
    color: #ff3913;
}
.default-hover-btn {
    border-width: 1px;
}
.default-hover-btn:hover {
    border-color: var(--theme-color);
    border-width: 1px;
}
/* Quiz Details Page End */

/* Create Assignment Page Start */
.create-assignment-upload-files {
    background-color: #fafafa;
    box-shadow: 0 2px #ededed;
    border: 1px solid #ededed;
    height: 259px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.create-assignment-upload-files button .iconify {
    margin-right: 8px;
}
/* Create Assignment Page End */

/* Assignment Assessment Page Start */
.instructor-assignment-assessment-page .instructor-my-courses-title {
    border-bottom: none;
}
.assignment-nav-tabs {
    border-bottom: 1px solid #e5e8ec;
}
.assignment-nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 500;
    color: var(--gray-color);
    border-radius: 0;
    border-width: 2px;
    border: none;
    padding: 0 0 6px;
    margin-right: 30px;
}
.assignment-nav-tabs .nav-link.active::after {
    display: none;
}
.assignment-nav-tabs .nav-item.show .nav-link,
.assignment-nav-tabs .nav-link.active {
    color: var(--heading-color);
    border-bottom: 2px solid var(--theme-color) !important;
}
.assignment-assessment-item {
    background-color: #fcfcfc;
    border: 1px solid #e5e8ec;
    padding: 20px;
    margin-top: 25px;
}
.assignment-img-wrap {
    height: 70px;
    width: 70px;
    border-radius: 50px;
    overflow: hidden;
}
.assignment-img-wrap img {
    min-width: 70px;
    min-height: 70px;
    height: 70px;
}
.assignment-btn-group {
    flex-wrap: wrap;
}
.assignment-btn-group .theme-btn {
    height: 40px;
    margin-right: 11px;
    padding: 9.5px 15px !important;
}
.assignment-btn-group .theme-btn .iconify {
    font-size: 76px;
    margin-right: 7px;
}
.assignment-btn-group input {
    width: 113px;
    border: 1px solid #e5e8ec;
    border-radius: 4px;
    padding: 6px 15px;
    height: 40px;
}
.assignment-assessment-item textarea {
    height: 83px;
    font-size: 12px;
    margin-bottom: 15px;
}

/* Done Assignment css */
.done-assignment-item .assignment-notes-text {
    margin-bottom: 15px;
    line-height: 18px;
    font-size: 13px;
}
.done-assignment-item .assignment-edit-btn {
    background-color: #42b7ff;
    border: 1px solid #42b7ff;
    color: var(--white-color);
}
.done-assignment-item .assignment-edit-btn:hover {
    background-color: var(--white-color);
    border: 1px solid #42b7ff;
    color: #42b7ff;
}
#assignmentEditModal textarea {
    height: 150px;
}
.done-assignment-item .assignment-btn-group input {
    background-color: #f2f3f4;
}

.assignment-edit-modal-box {
    border: 1px solid #e5e8ec;
    background-color: #fcfcfc;
    padding: 21px;
}
.assignment-edit-modal-box input {
    width: auto;
}
/* Done Assignment css */

/* Assignment Assessment Page End */

/* Empty Data value css */
.empty-data {
    text-align: center;
    border: 1px solid #e5e8ec;
    padding: 80px 30px;
    width: 100%;
}
.empty-data p {
    width: 77%;
    margin: auto;
    line-height: 28px;
}
/* Empty Data value css */

/* Instructor Resources Page */
.instructor-resources-page .empty-data {
    margin-bottom: 15px;
}
.resource-list-text a {
    margin: 0 10px 0 8px;
    color: var(--theme-color);
}
.add-resources-btn {
    margin-top: 15px;
}
.iconify.resource-list-text-remove {
    color: #000;
    margin-left: 15px;
}
.iconify.resource-list-text-remove:hover {
    color: #ff3913;
}
.instructor-edit-resource-page .resource-list-text {
    margin-bottom: 30px;
}
/* Instructor Resources Page */

/* Instructor Notice Board Page */
.notice-board-action-btns .theme-btn {
    margin-right: 5px;
}
.instructor-notice-board-page table th {
    width: 160px;
}
.red-blue-action-btns .theme-btn {
    margin-right: 9px;
}
.red-blue-action-btns .green-theme-btn {
    min-width: 93px !important;
}
.instructor-notice-details-page p {
    color: var(--gray-color);
}
/* Instructor Notice Board Page */

/* Instructor Live Class Page */
.live-class-list-nav-tabs {
    margin-bottom: 30px;
}
.instructor-live-class-list-page table .theme-btn {
    min-width: auto;
}
.instructor-live-class-page .notice-board-action-btns {
    min-width: 277px;
}
.table-data-img-wrap {
    height: 40px;
    width: 50px;
    border-radius: 4px;
    overflow: hidden;
}
.table-data-img-wrap img {
    min-height: 40px;
    min-width: 50px;
}
.table-data-course-name {
    margin-left: 10px;
}

/* Live Class View Meeting Modal */
#viewMeetingModal textarea {
    height: auto !important;
    min-height: 146px;
}
#viewMeetingModal .form-control {
    color: var(--gray-color);
    border: 1px solid #ced3db;
}
.copy-text-btn {
    right: 10px;
    bottom: 4px;
    color: var(--gray-color);
    font-size: 18px;
}

/* Live Class View Meeting Modal */

.instructor-live-class-list-page .instructor-my-courses-title {
    border-bottom: none;
}
/* Instructor Live Class Page */

/* Instructor All Student Page */
.all-student-filter-dropdown-btn {
    color: var(--heading-color) !important;
    font-size: 18px !important;
    line-height: 18px;
    border: 1px solid #e5e8ec;
    border-radius: 5px;
    height: 43px;
    padding: 8px 18px;
}
.all-student-filter-dropdown-btn .iconify {
    margin-right: 5px;
}
.instructor-all-student-page .dropdown-menu {
    min-width: 13.5rem;
    padding: 16px;
}
.instructor-all-student-page .dropdown-menu .form-control,
.instructor-all-student-page .dropdown-menu .form-select,
.instructor-all-student-page .dropdown-menu .theme-btn {
    height: 36px;
    font-size: 14px !important;
    width: 100%;
}
.all-student-img-wrap {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    overflow: hidden;
}
.all-student-img-wrap img {
    min-height: 35px;
    min-width: 35px;
}

/* All student Modal */
.all-student-modal-img .all-student-img-wrap {
    height: 40px;
    width: 40px;
}
.all-student-modal-img .all-student-img-wrap img {
    min-height: 40px;
    min-width: 40px;
}
.all-student-modal-img span {
    margin-left: 15px;
}
.all-student-info-title span {
    float: right;
}

.all-student-modal-inner {
    margin-top: 20px;
}

.all-student-info-title {
    width: 175px;
}
/* All student Modal */

/* Instructor All Student Page */

/* Instructor Certificate Page */
.instructor-certificate-course-img {
    height: 40px;
    max-width: 50px;
    border-radius: 5px;
    overflow: hidden;
}
.instructor-certificate-course-list-wrap span {
    margin-left: 15px;
}
.inner-next-btn-wrap .theme-btn {
    float: right;
}
/* Instructor Certificate Page */

/* Instructor Payment Settings Page */
.add-payment-settings-title {
    background-color: #f6f7fa;
    height: 46px;
    padding: 10px 20px;
}

.payment-settings-box form {
    border-top: 1px solid #e5e8ec;
    padding: 20px;
}

.payment-settings-box {
    border: 1px solid #e5e8ec;
}
/* Instructor Payment Settings Page */
/*-------------------------------------------
    41. Home All Instructor Area Page End
-------------------------------------------*/

/*-------------------------------------------
    42. Student My Learning Area Page Start
-------------------------------------------*/
.my-learning-give-review .iconify {
    font-size: 13px;
    top: -1px;
    position: relative;
}
.my-learning-invoice:hover {
    color: var(--gray-color2);
}
.wishlist-course-item .card-body .my-learning-invoice img {
    height: 14px;
}
/* Thank you Page CSS Start */
.min-h-auto {
    min-height: auto;
}
.thankyou-course-list-area .wishlist-item .course-img-wrap {
    width: 100px;
}
.thankyou-course-list-area .table > :not(caption) > * > * {
    padding: 1rem 1.75rem;
}
/* Thank you Page CSS End */

/*-------------------------------------------
    42. Student My Learning Area Page End
-------------------------------------------*/

/*-------------------------------------------
    43. Sweet Alert Area Page Start
-------------------------------------------*/
.swal2-icon {
    width: 2.75em !important;
    height: 2.75em !important;
}
.swal2-icon .swal2-icon-content {
    font-size: 1.75em !important;
}
.swal2-styled.swal2-confirm {
    background-color: var(--theme-color) !important;
}
.swal2-title {
    font-size: 1.5em !important;
    color: var(--theme-color) !important;
    font-weight: 500 !important;
}
.swal2-styled {
    padding: 0.5em 1em !important;
    box-shadow: none !important;
}

/*Error Alert*/
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    top: 2.3125em !important;
    width: 2.5em !important;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    left: 3px !important;
    top: 19px !important;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    right: 3px !important;
    top: 19px !important;
}
/*Error Alert*/
/*-------------------------------------------
    43. Sweet Alert Area Page End
-------------------------------------------*/

/*-------------------------------------------
    44. Cookie Concent Area Page Start
-------------------------------------------*/
.cookie-consent {
    position: fixed;
    bottom: 5px;
    left: 12px;
    width: 296px;
    padding-top: 7px;
    min-height: 140px;
    color: #000 !important;
    line-height: 26px;
    padding-left: 23px;
    padding-right: 33px;
    font-size: 16px;
    background: #f4f4f4;
    z-index: 9999;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-cookie-content .primary-btn {
    display: inline-block;
    padding: 0.3rem 1.1rem;
    color: var(--white-color);
    background-color: var(--theme-color);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
}
.front-close-btn.btn-close {
    top: 3px;
    right: 3px;
    font-size: 10px;
    padding: 6px;
}
/*-------------------------------------------
    44. Cookie Concent Area Page End
-------------------------------------------*/

/*-------------------------------------------
    45. Instructor Consultation Page Area Start
-------------------------------------------*/
.consultation-instructor-item .course-img-wrap a {
    display: block;
}
.consultation-instructor-item .course-img-wrap:before {
    display: none;
}
.one-to-one-slider-items .search-instructor-img-wrap img {
    margin-left: auto;
    margin-right: auto;
}
.consultation-tag {
    background-image: url("../img/consultation-img/consultation-tag.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: 6px;
    top: 10px;
    font-size: 14px;
    padding: 5px 30px 5px 12px;
    z-index: 9;
}
/* Hide Calendar Icon In Chrome */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    color: var(--border-color);
}
#consultationBookingModal .modal-dialog {
    max-width: 760px;
}
#consultationBookingModal .modal-body {
    padding: 2rem 2rem 0.75rem;
    border-top: var(--bs-modal-header-border-width) solid
        var(--bs-modal-header-border-color);
}
#consultationBookingModal .input-group {
    align-items: center;
    width: auto;
    justify-content: space-between;
}
#consultationBookingModal
    .input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    align-items: center;
    height: 40px;
    border-radius: 4px;
}
#consultationBookingModal .consultantion-hours-box input {
    background-color: #e5e8ec;
    text-align: center;
}
#consultationBookingModal .consultantion-hours-box {
    min-width: 310px !important;
}
#consultationBookingModal .consultantion-calendar-box label {
    margin-right: 3px;
}
#consultationBookingModal .consultantion-hours-box label {
    margin-right: 13px;
}
.btn-outline-primary {
    color: var(--theme-color);
    border-color: var(--theme-color);
    transition: all 0.5s ease-in-out;
}
.time-slot-item label {
    margin: 0 0 25px;
    padding: 7px 5px;
    width: 100%;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
.time-slot-item .btn-outline-primary:hover,
.time-slot-item .btn-check:active + .btn-outline-primary,
.time-slot-item .btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.time-slot-item .btn-check:focus + .btn,
.time-slot-item .btn:focus {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.time-slot-item .btn-check:focus + .btn,
.time-slot-item .btn:focus {
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}

/* Consultation Offday css */
.offDayDeactive.disabled-btn {
    cursor: pointer;
}
/* Consultation Offday css */

/* New design update consultation booking */
.booking-header-row {
    padding: 1rem 2rem;
}
.consultation-select-date-hour {
    justify-content: space-between;
}
/* New design update consultation booking */

/* Custom Datepicker Calendar Start */
.ui-datepicker-div label {
    font-size: 0.75rem;
    font-weight: 400;
    display: block;
    margin-bottom: 0.5rem;
    color: #b0bec5;
    border: 1px solid #eceff1;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
}
.ui-datepicker-div input {
    font-family: "Roboto", sans-serif;
    display: block;
    border: none;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    line-height: 1.5rem;
    padding: 0;
    font-size: 1rem;
    color: #607d8b;
    width: 100%;
    margin-top: 0.5rem;
}
.ui-datepicker-div input:focus {
    outline: none;
}
.ui-datepicker-div #ui-datepicker-div {
    display: none;
    background-color: var(--white-color);
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}
.ui-datepicker-div table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ui-datepicker-div .ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909c;
}
.ui-datepicker-div .ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}
.ui-datepicker-div .ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546e7a;
    font-size: 0.875rem;
    text-decoration: none;
}
.ui-datepicker-div .ui-datepicker-calendar tbody td a:hover {
    background-color: #e0f2f1;
}
.ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #009688;
    color: var(--white-color);
}
.ui-datepicker-div .ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}
.ui-datepicker-div .ui-datepicker-header a.ui-corner-all:hover {
    background-color: #eceff1;
}
.ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}
.ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}
.ui-datepicker-div .ui-datepicker-header a > span {
    display: none;
}
.ui-datepicker-div .ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}
.ui-datepicker-div .ui-datepicker-week-col {
    color: #78909c;
    font-weight: 400;
    font-size: 0.75rem;
}
.ui-datepicker-calendar tbody tr {
    display: flex !important;
}
.ui-datepicker-calendar thead tr {
    display: flex !important;
}
.ui-datepicker-calendar thead tr th {
    width: 37px !important;
    min-width: 37px !important;
    font-weight: 400;
}
.ui-datepicker-calendar tbody tr td,
.ui-datepicker-next.ui-corner-all {
    width: 37px !important;
}
#ui-datepicker-div .ui-widget-header {
    background: transparent;
    border: none;
}
#ui-datepicker-div {
    background-color: var(--white-color);
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    border: 1px solid transparent;
}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default,
#ui-datepicker-div .ui-button {
    border: 1px solid transparent !important;
    text-align: center !important;
    border-radius: 5px !important;
}

#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
    border: 1px solid transparent;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}
#ui-datepicker-div .ui-icon.ui-icon-circle-triangle-e {
    height: 37px;
    width: 37px;
}
#ui-datepicker-div .ui-datepicker .ui-datepicker-title {
    font-weight: 400;
}
.book-schedule-calendar-wrap #datepicker {
    border: 1px solid #e5e8ec;
    padding: 5px 14px;
    border-radius: 4px;
    position: relative;
    z-index: 9999;
    background-color: transparent;
    height: 40px;
}
.book-schedule-calendar-wrap .iconify {
    right: 11px;
    position: absolute;
    top: 11px;
    z-index: 1;
}
/* Custom Datepicker Calendar End */

/*-------------------------------------------
    45. Instructor Consultation Page Area End
-------------------------------------------*/

/*-------------------------------------------------------------
    46. Instructor Panel Consultation Dashboard Page Area Start
--------------------------------------------------------------*/
.are-you-available-box {
    border: 1px solid rgba(0, 0, 0, 0.11);
    padding: 30px;
}
.instructor-panel-hourly-rate-box label {
    width: 123px;
}

/* Add Slot Modal start */
.add-slot-day-item .input-group-text .iconify {
    color: var(--orange-color);
    border: 1px solid var(--orange-color);
    padding: 4px;
    font-size: 26px;
    border-radius: 4px;
}
.add-slot-day-item input {
    border-radius: 4px !important;
    height: 40px;
}
.add-slot-day-item input.time_added_field {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}
/* Add Slot Modal end */

/* Instructor Panel Consultation List Page Start */
.instructor-student-img-wrap {
    height: 40px;
    width: 40px;
    overflow: hidden;
}
.instructor-student-img-wrap img {
    height: 100%;
}
.instructor-consultation-list-page table .theme-btn,
.instructor-consultation-list-page .red-blue-action-btns .green-theme-btn,
.time-slot-list-wrap .theme-btn {
    padding: 7px 13px !important;
    min-width: 86px !important;
}
/* Instructor Panel Consultation List Page End */

/* Instructor Panel Booking History Page Start */
.booking-history-tabs table th {
    width: 91px;
}
.booking-history-right {
    width: 40%;
    text-align: right;
}
.booking-table-detail-btn button .iconify {
    color: #627183;
    margin-left: 10px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.booking-table-detail-btn button.collapsed .iconify {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.booking-history-past-table.table th {
    width: auto;
}
/* Instructor Panel Booking History Page End */

/*-------------------------------------------------------------
    46. Instructor Panel Consultation Dashboard Page Area End
--------------------------------------------------------------*/

/*-------------------------------------------------------------
    47. courses-bundles-single Page Area Start
--------------------------------------------------------------*/
.courses-bundles-courses-wrap
    .col-sm-12:last-child
    .courses-bundles-course-item {
    margin-bottom: 0;
}
.courses-bundles-course-item {
    flex-direction: row;
    min-height: 150px;
    border: 1px solid #e5e8ec;
}
.courses-bundles-course-item .card-body {
    padding: 27px 20px 20px;
}
.courses-bundles-course-item .course-img-wrap {
    width: 30%;
    min-height: 130px;
}
.courses-bundles-course-item .course-img-wrap img {
    min-height: 130px;
}

/* Create Bundles Page style */
.create-bundles-courses-check-btn {
    width: 6%;
    display: flex;
}
.create-bundles-courses-check-btn .form-check-input {
    width: 1.5rem;
    height: 1.5em;
}
.create-bundles-courses-page .pagination {
    margin-bottom: 32px;
    margin-top: 10px;
    border-bottom: 1px solid #e5e8ec;
    padding-bottom: 32px;
}
/* Create Bundles Page style */

/*-------------------------------------------------------------
    47. courses-bundles-single Page Area End
--------------------------------------------------------------*/

/*-------------------------------------------------------------
    48. Forum Page Area Start
--------------------------------------------------------------*/
.forum-banner-content .page-banner-sub-heading {
    color: rgba(255, 255, 255, 0.6);
    width: 67%;
}
.forum-banner-search-ask-wrap .input-group {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #e5e8ec;
    border-radius: 4px;
    width: 447px;
}
.forum-banner-search-ask-wrap button {
    width: 50px;
    color: var(--white-color);
    font-size: 19px;
}
.forum-banner-search-ask-wrap .theme-button1 {
    height: 50px;
}
.forum-banner-search-ask-wrap .form-control {
    color: var(--white-color);
}

/* Forum Categories Area */
.forum-categories-area .section-heading,
.community-blog-articles-area .section-heading {
    margin-bottom: 44px !important;
    width: 100%;
}
.forum-categories-area .single-feature-item {
    margin-bottom: 30px;
}
/* Forum Categories Area */

/* forum countdown area */
.forum-countdown-area .single-feature-item p {
    color: #e5e8ec;
}
.forum-countdown-area .feature-img-wrap {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* forum countdown area */

/* Forum Community blog articles area */
.community-blog-articles-area .blog-item {
    margin-bottom: 30px;
}
/* Forum Community blog articles area */

/*-------------------------------------------------------------
    48. Forum Page Area End
--------------------------------------------------------------*/

/*------------------------------------
    49. Ask a question Page Area Start
--------------------------------------*/
.blank-page-banner-wrap.banner-less-header-wrap {
    padding: 50px 0 30px;
    background-color: var(--white-color);
    min-height: auto;
}
.banner-less-header-wrap .breadcrumb-item a .iconify {
    position: relative;
    top: -2px;
}
.banner-less-header-wrap .breadcrumb-item,
.banner-less-header-wrap .breadcrumb-item a {
    font-weight: 500;
}

.ask-question-form {
    border: 1px solid #e5e8ec;
}
/*------------------------------------
    49. Ask a question Page Area End
--------------------------------------*/

/*------------------------------------
    50. Summer Note Area Start
--------------------------------------*/
.note-modal-footer {
    height: auto !important;
    padding: 8px 10px 25px !important;
}
.note-modal-footer .note-btn {
    float: initial !important;
}
.note-editor .note-toolbar,
.note-popover .popover-content {
    padding: 10px 0 10px 10px !important;
}
.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid var(--border-color) !important;
}
.note-toolbar {
    background-color: #fcfcfc !important;
    border-color: var(--border-color) !important;
}
.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
    background-color: #fcfcfc !important;
    border-top: 1px solid var(--border-color) !important;
}
.note-editor .note-editing-area {
    min-height: 170px !important;
}
.btn-fullscreen {
    display: none !important;
}
/*------------------------------------
    50. Summer Note Area End
--------------------------------------*/

/*------------------------------------
    51. Forum Categories Single Page Start
--------------------------------------*/

/* forum-categories-left start */
.forum-categories-filter-box {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 30px;
}
.forum-categories-filter-box select {
    width: 220px;
}
.forum-categories-filter-box button {
    margin-left: 20px;
}

.forum-categories-wrap .forum-category-single-item:last-child {
    margin-bottom: 0;
}
.forum-category-single-item {
    padding: 20px;
    margin-bottom: 25px;
}
.forum-category-single-item-img-wrap {
    width: 50px;
    height: 50px;
}
.forum-category-single-item-bottom {
    border-top: 1px solid var(--border-color);
    padding-top: 15px;
    margin-top: 15px;
}
.forum-category-single-item-bottom-left li {
    margin-right: 20px;
    font-size: 14px;
}
.forum-category-single-item-bottom-left li .iconify,
.forum-category-single-item-bottom-right li .iconify {
    margin-right: 5px;
}
.forum-category-single-item-bottom-left-name {
    background-color: #f2f6fb;
    padding: 4px 10px;
}

.forum-category-single-item-bottom-right li {
    margin-left: 20px;
    font-size: 14px;
}

.forum-category-single-item-bottom-left li .iconify,
.forum-category-single-item-bottom-right li .iconify {
    position: relative;
    top: -1px;
}
/* forum-categories-left end */

/* forum-categories-right */
.forum-ask-question-btn {
    padding: 15px 27px !important;
}
.forum-link-box-title {
    background-color: #f5f9fd;
    border-radius: 3px 3px 0px 0px;
    padding: 16px 27px !important;
    border-top: 0 !important;
}
.forum-link-box-title .iconify {
    position: relative;
    top: -2px;
}
.forum-link-box li {
    border-top: 1px solid var(--border-color);
    padding: 16px 27px;
}
.forum-link-box .forum-author-item {
    border: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
}
/* forum-categories-right */

/*------------------------------------
    51. Forum Categories Single Page End
--------------------------------------*/

/*------------------------------------
    52. Forum Likes Leaderboard Page Start
--------------------------------------*/

/* Likes leaderboard tabs start */
.forum-likes-tabs .nav-pills {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.forum-nav-list-title {
    padding: 18px 20px 18px 0;
}
.forum-likes-tabs .nav-pills li {
    font-size: 18px;
    font-weight: 500;
}
.forum-likes-tabs .nav-pills .nav-link {
    color: var(--gray-color);
    font-weight: 500;
    padding: 18px 20px;
    border-radius: 0;
}
.forum-likes-tabs .nav-pills .nav-link.active,
.forum-likes-tabs .nav-pills .show > .nav-link {
    color: var(--gray-color);
    background-color: #f2f2f2;
}
/* Likes leaderboard tabs end */

.forum-author-item {
    border: 1px solid var(--border-color);
    padding: 20px 25px;
    border-radius: 4px;
    margin-bottom: 25px;
}
.forum-author-img-wrap {
    display: block;
    height: 40px;
    width: 40px;
}
.forum-author-img-wrap img {
    height: 40px;
    width: auto;
    min-width: 100%;
}
.author-item-right .iconify {
    position: relative;
    top: -2px;
    margin: 0 4px;
}
.forum-likes-leaderboard-area .pagination {
    margin-top: 5px;
    border-top: 1px solid var(--border-color);
    padding-top: 30px;
}
/*------------------------------------
    52. Forum Likes Leaderboard Page End
--------------------------------------*/

/*------------------------------------
    53. Forum Details Page Start
--------------------------------------*/
.forum-details-item-top {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
    margin-bottom: 20px;
    align-items: flex-end;
}
.forum-details-top-left .forum-category-single-item-img-wrap {
    width: 60px;
    height: 60px;
}
.forum-details-item .forum-category-single-item-bottom-right li,
.forum-details-item .forum-category-single-item-bottom-left li {
    font-size: 16px;
    font-weight: 500;
}
.forum-details-item .forum-category-single-item-bottom {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
    margin-top: 20px;
}
.forum-details-bottom .forum-category-single-item-bottom-right li {
    margin-left: 11px;
}
.forum-details-item .forum-category-single-item-bottom-left li .iconify,
.forum-details-item .forum-category-single-item-bottom-right li .iconify {
    font-size: 20px;
}
.forum-details-bottom .forum-category-single-item-img-wrap {
    width: 32px;
    height: 32px;
}
.forum-details-bottom .reply-btn {
    margin-left: 28px;
}

/* Forum Details Replies Box css */
.replies-wrap {
    margin-top: 60px;
}
.replies-box {
    margin-top: 30px;
}
.forum-details-item.reply-item {
    padding: 30px 30px 0;
    border: 1px solid #ebebeb;
    margin: 30px;
    border-radius: 4px;
}
.forum-details-item.reply-item .forum-category-single-item-bottom {
    border-bottom: none;
}
.forum-details-item.reply-item.reply-item-inner {
    margin-left: 55px;
}
/* Forum Details Replies Box css */

/* Suggested Topic Area css */
.suggested-topic-area h3 {
    margin-top: -8px;
}
/* Suggested Topic Area css */

/* Bootstrap Scrollspy Added */
.sticky-top {
    z-index: 9;
}
.forum-details-rightside.sticky-top {
    padding-left: 100px;
    top: calc(100px + 3em);
}
.forum-details-rightside {
    padding-left: 0;
    margin: 10px 0;
    border-radius: 0;
    -webkit-transform: translate3d(0, 0, 0);
}
.timeline-topic-publish-date {
    top: -28px;
}
.timeline-topic-end-date {
    bottom: -28px;
}
.forum-timeline-menu {
    position: relative;
    transition: 0.2s ease-in;
    touch-action: none;
}
.forum-timeline-menu {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    height: auto;
    min-height: 80px;
    max-height: 100%;
}
.forum-timeline-menu:before {
    content: "";
    background-color: #e5e8ec;
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.list-group-item {
    opacity: 0;
    background-color: transparent;
    border-color: transparent;
    padding: 0 0 0 15px;
    line-height: 16px;
    transition: 0.15s ease-out;
    cursor: pointer;
    height: 0;
}
.timeline-comment-count {
    color: var(--heading-color);
    display: block;
    font-weight: 500;
}
.list-group-item.active {
    opacity: 1;
}
.list-group-item.active {
    background-color: transparent;
    border-color: transparent;
    color: #767588;
}
.list-group-item.active {
    height: auto;
    min-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: ns-resize;
    align-items: center;
}
.list-group-item.active::after {
    content: "";
    left: -1px;
    background-color: #b5b4bd;
    height: 100%;
    width: 5px;
    position: absolute;
    top: -1px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* Custom Timeline Scrollbar start */
.forum-details-rightside .custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #e6e3eb var(--white-color);
}
.forum-details-rightside .custom-scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}
.forum-details-rightside .custom-scrollbar::-webkit-scrollbar-track {
    background-color: var(--white-color);
}
.forum-details-rightside .custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #e6e3eb;
}
.forum-details-rightside .custom-scrollbar::-webkit-scrollbar-track,
.forum-details-rightside .custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
}
/* Custom Timeline Scrollbar end */

/* Bootstrap Scrollspy Added */

/*------------------------------------
    53. Forum Details Page End
--------------------------------------*/

/*------------------------------------
    54. Affiliate Page Start
--------------------------------------*/

/* Become an affiliator page */
.affiliator-dashboard-wrap {
    padding: 50px;
}
.affiliator-dashboard-wrap .create-assignment-upload-files {
    padding: 20px;
}
/* Become an affiliator page */

/* Your application Page */
.affiliator-dashboard-wrap table {
    border: 1px solid var(--border-color2);
}
/* Your application Page */

/* Affiliate Dashboard Page */
.affiliate-dashboard-item {
    background-color: #f7f5ff;
}
.affiliate-dashboard-item-title {
    word-wrap: break-word;
    font-size: 29px;
}
.affiliate-top-title-btns .theme-btn {
    margin: 5px 0 5px 5px;
}

.affiliate-export-btns {
    margin-top: 25px;
}
.affiliate-tbl-action-btns {
    font-size: 19px;
}
.affiliate-tbl-action-btns .delete-btn:hover {
    color: #ff1f1f;
}

.affiliate-history-tbl-course-title {
    max-width: 230px;
}
/* Affiliate Dashboard Page */

/* Affiliate Link Box in course page */
.course-info-box-affiliate-link-copy input {
    background-color: var(--page-bg);
    padding: 15px 40px 15px 15px;
    height: 50px;
}
.course-info-box-affiliate-link-copy input:focus {
    background-color: var(--page-bg);
}
.affiliate-copy-btn {
    right: 12px;
    top: 9px;
    color: var(--heading-color);
    padding: 5px;
    z-index: 9 !important;
}
.affiliate-copy-btn:hover {
    color: var(--theme-color);
}
/* Affiliate Link Box in course page */

/*------------------------------------
    54. Affiliate Page End
--------------------------------------*/

/*------------------------------------
    55. Withdrawal Data table Page Start
--------------------------------------*/
.dataTables_info {
    position: absolute;
}
/*------------------------------------
    55. Withdrawal Data table Page End
--------------------------------------*/

/* Session Onlin Show CSS Start */
.session-online {
    background-color: #45c881;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-flex;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
/* Session Onlin Show CSS Start */
/*------------------------------------
    56. Instructor Search Page Start
--------------------------------------*/
.instructors-filter-bar {
    padding-bottom: 20px;
}
.show-all-instructors-area {
    margin-top: 15px;
}

/* Search Instructor Item CSS */
.search-instructor-item {
    margin-top: 0;
    height: 100%;
}

.search-instructor-item .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.search-instructor-img-wrap img {
    height: 100%;
    width: 100% !important;
    border-radius: 10px !important;
}
.search-instructor-award-img {
    margin-bottom: 10px;
}
.search-instructor-award-img img {
    height: 30px;
    width: 30px !important;
    margin: 0 4px 4px;
}
.instructor-price-cutoff.badge {
    padding: 8px 10px 7px;
    top: 20px;
    right: 20px;
}
/* Search Instructor Item CSS */

/* ----Instructor Search Map Area---- */
#map {
    height: 600px;
}

.leaflet-popup-content {
    padding: 0 !important;
    max-width: 180px;
}
.leaflet-popup-content .search-instructor-item {
    padding: 13px 5px;
    margin-bottom: 0;
}
.leaflet-popup-content .search-instructor-img-wrap img {
    height: 50px;
    width: 50px !important;
}
.leaflet-popup-content .search-instructor-item .card-title,
.leaflet-popup-content .search-instructor-item .course-rating ul li .iconify {
    font-size: 12px;
}
.leaflet-popup-content .search-instructor-item .card-title a {
    color: var(--heading-color) !important;
}
.leaflet-popup-content .search-instructor-item .star-ratings,
.leaflet-popup-content .search-instructor-item .star-ratings .empty-ratings {
    font-size: 14px;
    padding-bottom: 2px;
}
.leaflet-popup-content .search-instructor-item .instructor-designation,
.leaflet-popup-content .search-instructor-item .search-instructor-rating {
    font-size: 11px;
}
.leaflet-popup-content
    .search-instructor-item
    .search-instructor-award-img
    img {
    height: 20px;
    width: 20px !important;
}
.leaflet-popup-content .search-instructor-item .green-theme-btn {
    padding: 2.5px 4px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
}
.leaflet-popup-content .search-instructor-price,
.leaflet-popup-content .search-instructor-award-img,
.leaflet-popup-content .search-instructor-rating,
.leaflet-popup-content .instructor-designation,
.leaflet-popup-content .search-instructor-item .card-title,
.leaflet-popup-content .search-instructor-img-wrap {
    margin-bottom: 5px;
}
#map .leaflet-popup-close-button {
    right: 0px !important;
    top: -1px !important;
    font-size: 18px !important;
}
#map .leaflet-container img.leaflet-marker-icon {
    object-fit: cover;
}
.leaflet-popup-content .search-instructor-item .instructor-price-cutoff.badge {
    padding: 5px 10px 4px;
    top: 18px;
    right: 7px;
    font-size: 11px;
}

#map .leaflet-bottom,
#map .leaflet-top {
    z-index: 9;
}
/* ----Instructor Search Map Area---- */

/*------------------------------------
    56. Instructor Search Page End
--------------------------------------*/

/*------------------------------------
    57. Organization Single Page Start
--------------------------------------*/
.organization-single-tab-area {
    padding: 10px 0 25px;
}
.organization-single-tab-area .tab-nav-list {
    margin: 0 18px;
}
.organization-single-tab-area .tab-content {
    padding: 40px;
}

/* Organization dashboard */
.status.form-select {
    min-width: 113px;
    padding: 6px 27px 7px 15px;
}
#donut .apexcharts-canvas {
    position: absolute;
    left: -5px;
}

/* Organization Student profile Start */
.organization-stu-personal-info-tbl .table,
.organization-stu-profile-right-certificate .table {
    border: 0;
}
.organization-stu-personal-info-tbl .table td,
.organization-stu-profile-right-certificate .table td {
    padding: 10px 4px;
    color: var(--body-font-color);
    border-color: var(--border-color);
}

.organization-stu-profile-right-certificate .table td {
    padding: 10px 20px;
    color: var(--body-font-color);
    border-color: var(--border-color);
}
.organization-stu-profile-right-certificate .table tr:last-child td {
    border-color: transparent;
    padding-bottom: 0;
}

.organization-social-box ul,
.organization-stu-skill-box ul {
    display: inline-flex;
}
.organization-social-box ul li a {
    font-size: 26px;
    margin-right: 5px;
    display: inline-block;
}
.organization-stu-skill-box ul li a {
    margin-right: 10px;
    margin-bottom: 10px;
    color: var(--body-font-color);
    background-color: #f9f9f9;
    display: inline-block;
}
.organization-social-box ul li a:hover,
.organization-stu-skill-box ul li a:hover {
    color: var(--theme-color);
}

.instructor-dashboard-top-part
    div:nth-child(1)
    .instructor-dashboard-top-part-item
    .instructor-dashboard-top-part-icon {
    background-color: rgba(103, 69, 200, 0.12);
    color: var(--theme-color);
    border: 1px solid rgba(103, 69, 200, 0.08);
}
.organization-stu-profile-right-top-part
    div:nth-child(2)
    .instructor-dashboard-top-part-item
    .instructor-dashboard-top-part-icon {
    background-color: rgba(252, 128, 104, 0.2);
    color: #fc8068;
    border: 1px solid rgba(252, 128, 104, 0.08);
}
.organization-stu-profile-right-top-part
    div:nth-child(3)
    .instructor-dashboard-top-part-item
    .instructor-dashboard-top-part-icon {
    background-color: rgba(69, 200, 129, 0.12);
    color: var(--color-green);
    border: 1px solid rgba(69, 200, 129, 0.14);
}
.organization-stu-profile-right-top-part
    div:nth-child(4)
    .instructor-dashboard-top-part-item
    .instructor-dashboard-top-part-icon {
    background-color: rgba(127, 28, 160, 0.11);
    color: #7f1ca0;
    border: 1px solid rgba(127, 28, 160, 0.08);
}
/* Organization Student profile End */

/* Organization dashboard */

/*------------------------------------
    57. Organization Single Page End
--------------------------------------*/

/*------------------------------------
    58. Subscription Plan Page Start
--------------------------------------*/
.subscription-plan-area .section-sub-heading {
    width: 68%;
    margin-left: auto;
    margin-right: auto;
}
.pricing-tab-nav {
    border-radius: 59px;
    text-align: center;
    margin-bottom: 50px;
}

.pricing-tab-nav .nav-link {
    background-color: #e8e4f7;
    border-radius: 59px;
    border: 0;
    height: 35px;
    width: 39px;
}
.pricing-tab-nav .nav-link.active {
    background-color: var(--theme-color);
}
.pricing-tab-nav .nav-link.active::after {
    display: none;
}
.pricing-tab-nav .price-tab-slide {
    position: relative;
    z-index: 1;
    background-color: #e8e4f7;
    width: 74px;
    height: 35px;
    border-radius: 59px;
}
.price-tab-slide label.nav {
    display: flex !important;
    flex-wrap: nowrap;
    padding: 0;
}
.pricing-tab-nav .price-tab-slide:hover {
    cursor: pointer;
}
.pricing-tab-nav .price-tab-slide label:hover {
    cursor: pointer;
}
.pricing-tab-nav .price-tab-slide #price-tab-check,
.pricing-tab-nav .price-tab-slide #price-tab-check1,
.pricing-tab-nav .price-tab-slide #price-tab-check2,
.pricing-tab-nav .price-tab-slide #price-tab-check3,
.pricing-tab-nav .price-tab-slide #price-tab-check4,
.pricing-tab-nav .price-tab-slide #price-tab-check5 {
    display: none;
}
.pricing-tab-nav .price-tab-slide #price-tab-check:checked + i,
.pricing-tab-nav .price-tab-slide #price-tab-check1:checked + i,
.pricing-tab-nav .price-tab-slide #price-tab-check2:checked + i,
.pricing-tab-nav .price-tab-slide #price-tab-check3:checked + i,
.pricing-tab-nav .price-tab-slide #price-tab-check5:checked + i {
    left: 0;
    width: 39px;
}
.pricing-tab-nav .price-tab-slide i {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 35px;
    background-color: var(--theme-color);
    box-shadow: 0px 1px 4px rgba(0, 20, 90, 0.1);
    border-radius: 59px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
}
/* Subscription plan item table css */
.check-icon-wrap {
    height: 18px;
    width: 18px;
    background-color: var(--color-green);
    color: var(--white-color);
}

/* Pricing Plan Item auto Height */
.subscription-slider-items .owl-stage {
    display: flex;
}
.subscription-slider-items .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.pricing-content-box {
    flex-grow: 1;
}
/* Pricing Plan Item auto Height */

.pricing-item {
    padding: 40px;
    margin-top: 30px;
    background-color: var(--white-color);
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}
.pricing-icon img {
    width: 80px !important;
    margin: 0 auto;
}
.pricing-time-duration {
    padding: 30px 0;
    height: 80px;
    flex-direction: column;
    justify-content: center;
}
.pricing-time-duration p {
    color: #9e9eac;
}
.pricing-feature ul li {
    display: flex;
    align-items: center;
}
.pricing-feature ul li:not(:last-child) {
    margin-bottom: 25px;
}

/* Popular Pricing Plan */
.pricing-item.most-popular-plan {
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    border-top: 1px solid transparent;
    padding-top: 70px;
    transform: scale(1.02);
}
.most-popular-content {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    left: 0;
    top: 0;
    padding: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
/* Popular Pricing Plan */

/* Subscription slider dots */
.subscription-slider-items .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background: transparent !important;
    border: 1px solid var(--border-color2) !important;
    transition: all 0.5s ease-in-out !important;
}
.subscription-slider-items .owl-dots .owl-dot.active span,
.subscription-slider-items .owl-dots .owl-dot:hover span {
    background: var(--theme-color) !important;
}
/* Subscription slider dots */

/* Subscription plan table css */

/* Saas Subscription Plan */
.saas-plan-instructor-organization-nav {
    background-color: #290055;
    width: 332px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
}
.saas-plan-instructor-organization-nav .nav-link {
    width: 162px;
    color: var(--white-color);
}
.saas-plan-instructor-organization-nav .nav-link.active,
.saas-plan-instructor-organization-nav .show > .nav-link {
    color: #290055;
    background-color: var(--white-color);
}
/* Saas Subscription Plan */

/*------------------------------------
    58. Subscription Plan Page End
--------------------------------------*/

/*------------------------------------
    59. Certificate Verification Page Start
--------------------------------------*/
.certificate-verify-result-left .table {
    border: transparent;
}
.certificate-verify-result-left table tr:hover {
    background-color: transparent;
}
.certificate-result-box {
    border-top: 1px solid var(--border-color);
}
.certificate-result-inner-box {
    width: 50%;
}
/*------------------------------------
    59. Certificate Verification Page End
--------------------------------------*/

/* Dev styles start */

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

.select2-container .select2-selection--multiple {
    min-height: max-content !important;
    padding: 10px !important;
    padding-top: 5px !important;
}

.stu-consult-tbl tbody tr td:nth-child(2) .course-item.wishlist-item {
    width: 220px !important;
}
.stu-consult-tbl tbody tr td:nth-child(1) .wishlist-item .course-img-wrap {
    width: 140px !important;
}
.stu-consult-tbl tbody tr td:nth-child(1) .course-item.wishlist-item {
    width: 350px !important;
}

.w-60px {
    width: 60px;
}
.dropdown-menu-profile {
    max-height: 65vh;
    overflow-y: auto;
}

/* width */
.dropdown-menu-profile::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.dropdown-menu-profile::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.dropdown-menu-profile::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.dropdown-menu-profile::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* !Registration Page */
.register-page {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.register-page .main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.register-page ul.progressBar {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.register-page ul.progressBar li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}

.register-page ul.progressBar li .step {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #d7d7c3;
    margin: 16px 0 10px;
    display: grid;
    place-items: center;
    color: ghostwhite;
    position: relative;
    cursor: pointer;
    padding : 2px;
}

.register-page .step::after {
    content: "";
    position: absolute;
    width: 99px;
    height: 3px;
    background-color: #d7d7c3;
    right: 30px;
}

.register-page .st::after {
    content: "";
    position: absolute;
    width: 0 !important;
    height: 0 !important;
}

.register-page .first::after {
    width: 0;
    height: 0; */
}

.register-page ul.progressBar li .step .awesome {
    display: none;
}

.register-page ul.progressBar li .step p {
    font-size: 18px;
    display: flex;
    justify-content: center !important;
    align-items: center;
}

.register-page ul.progressBar li .active {
    background-color: var(--theme-color);
}

.register-page ul..progressBar li .active::after {
    background-color: var(--theme-color);
}

.register-page ul.progressBar li .active p {
    display: none;
}

.register-page ul.progressBar li .active .awesome {
    display: flex;
}

.register-page .button-container {
    margin-top: 10px;
}

.register-page .btn {
    padding: 10px 20px;
    margin: 0;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.register-page .btn-primary {
    background-color: var(--theme-color);
    color: #fff;
}

.register-page .btn-secondary {
    background-color: #ccc;
    color: #000;
}

.register-page .btn:disabled {
    background-color: #eee;
    color: #999;
    cursor: not-allowed;
}

.register-page .step-content {
    display: none;
}

.register-page .step-content.active {
    display: block;
}

.h-10{
    height: 10rem !important;
}

.w-10{
    width: 10% !important;
}

.w-25{
    width: 25% !important;
}

.w-30{
    width: 30% !important;
}

.rounded-full{
    border-radius: 100% !important;
    width: 40px !important;
    height: 40px !important;
    justify-content: center !important;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-80{
    width: 80%;
}

.w-100 {
    width: 100%;
}

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

.h-30{
    height: 30rem !important;
    min-height: 30rem !important;
    max-height: 30rem !important;
}

.h-38{
    height: 38rem !important;
    min-height: 38rem !important;
    max-height: 38rem !important;
}

.bg-gray {
    background: #eeeff4;
}

.bg-white {
    background: #ffffff;
}

.min-h-full {
    min-height: 100vh;
}

.shadow-md {
    box-shadow: 0px 0px 13.8px rgba(0, 0, 0, 0.02),
        0px 0px 33.3px rgba(0, 0, 0, 0.028), 0px 0px 62.6px rgba(0, 0, 0, 0.035),
        0px 0px 111.7px rgba(0, 0, 0, 0.042),
        0px 0px 208.9px rgba(0, 0, 0, 0.05), 0px 0px 500px rgba(0, 0, 0, 0.07);
}

.text-white{
    color: white !important;
}

.text-3xl{
    font-size: 50px !important;
}

.thanks .bg-thanks{
    background : url("/background.webp");
    background-position: center;
    background-repeat: no-repeat;
}

.thanks .subscription{
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thanks .secondary{
    font-size: 20px;
}

.thanks .features{
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    margin: 40px 0;
}

.thanks .accordion-header {
    margin-bottom: 0 !important;
    padding: 10px !important;
}

.thanks .accordion-button {
    background-color: #ffffff;
}

.thanks .accordion-button:not(.collapsed) {
    background-color: var(--theme-color) !important;
    color: white;
    font-weight: 500;
}

.thanks .accordion-item {
    font-size: 16px !important;
}

.thanks .accordion-collapse {
    box-shadow: none;
}

.thanks .accordion-body {
    padding: 10px 30px;
}

.thanks .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33% !important;
    position: relative;
}

.thanks .feature::after {
        content: url(/arrow.svg);
    position: absolute;
    right: -20px;
    rotate: 270deg;
}

.thanks .feature:last-child::after {
    content: none;
}

.thanks .feature-text{
    font-size: 26px;
    width: 55%;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-top: -30px;
}

.thanks .achievements {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.thanks .achievement {
    width: 25%;
}

.thanks .achievement img {
    width: 80%;
    height: 100%;
    object-fit: contain;
    padding-bottom: 0.4rem;
}

/* New Auth Pages CSS */
section.auth-section {
    min-height: 100vh !important;
    padding: 0 !important;
}

.auth-img {
    width: 100vw;
    height: 100vh;
    object-fit: cover !important;
    object-position: center;
}

.auth-div{
    width: 100vw;
    max-height: 100dvh;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: scroll;
}

.login-form {
    border: 0.16rem solid #ffffff99;
    width: 34%;
    height: 90vh !important;
    margin: 5vh auto;
    border-radius: 1rem;
    background-color: hsla(0, 0%, 100%, 0.01);
    backdrop-filter: blur(16px);
    padding: 1.4rem;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}

.login-form h5 {
    color: white;
    text-align: center;
    font-size: 2.4rem;
    margin: 0.6rem;
    font-weight: 600;
}

.login-form form {
    color: white;
    text-align: center;
    font-size: 2rem;
    margin-top: 2rem;
}

.login-form form input {
    background: transparent !important;
    border: 0.1rem solid white !important;
    border-radius: 2rem !important;
    margin: 0.8rem auto;
    color: white !important;
    font-size: 1rem !important;
    height: 2.8rem;
}

.login-form form input::placeholder {
    color: white !important;
    font-size: 1rem !important;
}

.auth-input {
    position: relative;
}

.auth-input span {
    position: absolute;
    top: 0.86rem;
    right: 0.8rem;
    font-size: 1rem;
}

.auth-form-input {
    position: relative;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    height: 2.8rem !important;
    padding-top: 0.5rem !important;
    font-weight: 500 !important;
    font-family: 'Aileron' !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0.6rem !important;
}

.auth-error {
    font-size: 0.8rem !important;
    text-align: start !important;
    margin-left: 0.4rem;
}

.auth-forgot {
    color: white;
    text-align: right !important;
    display: block !important;
    font-size: 0.8rem !important;
    transition: all 0.8s ease;
}

.auth-forgot:hover{
    text-decoration: underline !important;
}

.new-user {
    color: white;
    text-align: left !important;
    display: block !important;
    font-size: 0.9rem !important;
    margin-top: 1rem !important;
    font-weight: 400 !important;
    margin-left: 0.6rem;
}

.new-user a{
    color: white;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    transition: all 0.8s ease;
}

.new-user a:hover{
    text-decoration: underline !important;
}

.old-user {
    color: white;
    text-align: center !important;
    display: block !important;
    font-size: 0.9rem !important;
    margin-top: 1rem !important;
    font-weight: 400 !important;
    margin-left: 0.6rem;
}

.old-user a{
    color: white;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    transition: all 0.8s ease;
}

.old-user a:hover{
    text-decoration: underline !important;
}

.login-form .theme-btn {
    border-radius: 2rem !important;
    background: white !important;
    border-color: white;
    color: var(--theme-color) !important;
    margin-top: 1.8rem !important;
    width: 100% !important;
}

.social-media-login-wrap{
    align-items: center;
    justify-content: space-around;
}

.social-media-login-wrap {
    align-items: center;
    justify-content: space-around;
    width: 50%;
    margin: 1.8rem auto;
}

.social-media-login-wrap a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
}

.connect-with {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.connect-with .line {
    flex-grow: 1;
    border: none;
    border-top: 2px solid white;
    margin: 0 10px;
}

.connect-text {
    font-size: 1rem;
    color: #ffffff;
}

.sign-up-form {
    border: 0.16rem solid #ffffff99;
    width: 36%;
    height: auto;
    margin: 10vh auto;
    border-radius: 1rem;
    background-color: hsla(0, 0%, 100%, 0.01);
    backdrop-filter: blur(16px);
    padding: 1.4rem;
}

.sign-up-form h5 {
    color: white;
    text-align: center;
    font-size: 2rem;
    margin: 0.6rem;
}

.sign-up-form form {
    color: white;
    text-align: center;
    font-size: 2rem;
    margin-top: 2rem;
}

.sign-up-form form input:not([type="checkbox"]) {
    background: transparent !important;
    border: 0.1rem solid white !important;
    border-radius: 2rem !important;
    margin: 0.8rem auto;
    color: white !important;
    font-size: 1rem !important;
    height: 2.8rem;
    max-width: 100% !important;
}

.sign-up-form form select {
    background: transparent !important;
    border: 0.1rem solid white !important;
    border-radius: 2rem !important;
    margin: 0.8rem auto;
    color: white !important;
    font-size: 1rem !important;
    height: 2.8rem;
}

.sign-up-form form select::focus {
    border-color: white !important;
}

.form-control:focus {
    border-color: white !important;
}

.sign-up-form form textarea {
    background: transparent !important;
    border: 0.1rem solid white !important;
    border-radius: 1rem !important;
    margin: 0.8rem auto;
    color: white !important;
    font-size: 1rem !important;
    max-width: 100% !important;
}

.sign-up-form form select option{
    color: black !important;
    width: 2.8rem !important;
    overflow: hidden;
}

.sign-up-form form label {
    margin-bottom: 0.4rem !important;
    color: white;
    text-align: start;
    font-size: 1rem !important;
    font-weight: 400 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sign-up-form form label.reg-label {
    margin-bottom: 0.4rem !important;
    color: white;
    text-align: start;
    font-size: 1rem !important;
    font-weight: 400 !important;
    display: inline !important;
}

.sign-up-form form a{
    color: white;
    text-align: center;
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.sign-up-form form input:not([type="checkbox"])::placeholder {
    color: white !important;
    font-size: 1rem !important;
}

.sign-up-form form input[type="radio"] {
    margin: 0;
}

.sign-up-form form input[type="checkbox"]{
    width: 1.4rem;
    height: 1.4rem;
    border-color: white !important;
}

input[type="checkbox"],input[type="radio"]{
    accent-color: var(--theme-color) !important;
}

::file-selector-button {
    height: 2.8rem !important;
}

.sign-up-form form textarea::placeholder {
    color: white !important;
    font-size: 1rem !important;
}

.sign-up-form .theme-btn {
    border-radius: 2rem !important;
    background: white !important;
    border-color: white;
    color: var(--theme-color) !important;
    margin-top: 1rem !important;
    width: 100% !important;
}

.auth-section ul.progressBar {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.auth-section ul.progressBar li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}

.auth-section ul.progressBar li .step {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 16px 0 10px;
    display: grid !important;
    place-items: center;
    color: ghostwhite;
    position: relative;
    cursor: pointer;
    padding : 2px;
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px;
    position: static !important;
}

.auth-section .step::after {
    content: "";
    position: absolute;
    width: calc(11.8vw - 4rem) !important;
        height: 3px;
    background-color: #fffffff2;
    right: 30px;
}

.auth-section .first::after {
    width: 0;
    height: 0; 
}

.auth-section ul.progressBar li .active svg {
    fill: white;
}

.auth-section ul.progressBar li .step .awesome {
    display: none;
}

.auth-section ul.progressBar li .step p {
    font-size: 18px;
}

.auth-section ul.progressBar li .active {
    background-color: var(--theme-color);
    z-index: 9999 !important;
}

.auth-section ul..progressBar li .active::after {
    background-color: var(--theme-color);
}

.auth-section ul.progressBar li .active p {
    display: none;
}

.auth-section ul.progressBar li .active .awesome {
    display: flex;
}
.auth-section .step-content {
    display: none;
}

.auth-section .step-content.active {
    display: block;
}

.auth-section .step.third::after,
.auth-section .step.third::fourth {
    margin-top: -0.8rem !important;
}

.theme-button1 {
    text-transform: uppercase !important;
    min-width: 8rem !important;
    border: 2px solid var(--theme-color);
    font-size: 0.8rem !important;
    border-radius: 0.6rem;
}

.rounded-lg{
    border-radius: 50px;
    padding: 10px 6px !important;
}

#mainNav .navbar-nav .nav-item .nav-link {
    text-transform: capitalize;
    font-size: 14px !important;
    padding: 8px !important;
    font-weight: 500 !important;
}

#librariesDropdown {
    background-color: transparent !important;
    color: #024a6a !important;
    font-wight: 500;
    font-size: 16px;
}

.header-nav-left-side form{
    border-color: #024a6a !important;
}

.btn-nav{
    font-size: 12px !important;
    font-family: "Quicksand", sans-serif;
    font-weight: 1000 !important;
}

::placeholder{
    color: #024a6a !important;
}

.custome-home-header {
    width: 100vw !important;
    height: 110vh !important;
    padding-top: 5rem;
    position: relative;
}

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

.header-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.slider-wrapper {
    opacity: 0;
    transform: translateY(20%);
    animation: none;
}

.swiper-slide-active .slider-wrapper {
    opacity: 1;
    animation: slideUp 1.4s ease-out forwards;
}

.small, small {
    font-size: 0.9rem !important;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.swiper-pagination-bullet {
    background: #b3b3b3;
    opacity: 1;
}

.swiper-pagination-bullet-active{
    background: black;
}

.img-wrapper{
    width: 100% !important;
    height: 100% !important;
    position: relative;
}

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

.img-wrapper::after {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(96deg, #054a6a 0%, rgba(5, 74, 106, 0) 87%);
}

.swiper-button-next{
    transform: translateX(70px);
    transition: transform 0.4s ease;
}


.swiper-button-prev{
    transform: translateX(-70px);
    transition: transform 0.4s ease;
}

.slider-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    padding: 6rem 10rem !important;
}

.slider-title {
    color: white;
    font-size: 50px;
    line-height: 55px;
    font-weight: bolder;
    width: 80%;
    position: relative;
    padding-left: 30px;
    font-family: "Montserrat", sans-serif;
}

.slider-title::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    content: "";
    background-color: var(--color-green);
    height: 106%;
    transition-delay: .5s;
    transition: all .7s ease;
}

.slider-subtitle {
    color: white;
    font-weight: 300;
    margin: 2rem 0;
    font-size: 30px;
    font-family: "Source Sans 3", sans-serif;
}

.slider-button{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 12px 30px;
    background-color: var(--color-green);
    overflow: hidden;
    transition: all .3s linear;
    border-radius: 3px;
    display: inline-block;
    border: none;
    margin: 1rem 0;
    font-family: "Source Sans 3", sans-serif;
}

.slider-button2 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    background-color: var(--theme-color);
    overflow: hidden;
    transition: all .3s linear;
    border-radius: 3px;
    display: inline-block;
    border: none;
    margin: 2rem auto;
    font-family: "Source Sans 3", sans-serif;
}

.custome-home-header:hover .swiper-button-next{
    transform: translateX(0px);
}

.custome-home-header:hover .swiper-button-prev
{
    transform: translateX(-3px);
}

.swiper-button-next:after, 
.swiper-button-prev:after{
    content:"" !important;
}

.swiper-button-next.swiper-btn {
    margin-right: -0.6rem;
    background: var(--color-green);
    width: 4rem;
    height: 4rem;
    padding: 1rem;
}

.swiper-button-prev.swiper-btn {
    margin-left: -0.4rem;
    background: var(--color-green);
    width: 4rem;
    height: 4rem;
    padding: 1rem;
}

.animated-text{
    background-image: url("http://quranedu.online/wp-content/uploads/2022/11/malik-shibly-lKbz2ejxYbA-unsplash.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: normal;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    padding-top: 0px !important;
    padding-right: 3px !important;
    padding-bottom: 0px !important;
    padding-left: 3px !important;
    background-repeat: repeat !important;
    animation-name: dipiBGVertical;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 62px;
}

.animated-text2{
    background-image: url("http://quranedu.online/wp-content/uploads/2022/11/malik-shibly-lKbz2ejxYbA-unsplash.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: normal;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    padding-top: 0px !important;
    padding-right: 3px !important;
    padding-bottom: 0px !important;
    padding-left: 3px !important;
    background-repeat: repeat !important;
    animation-name: dipiBGVertical;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 48px;
}

.animated-text3{
    background-image: url("https://quranedu.online/wp-content/uploads/2023/10/space.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: normal;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    padding-top: 0px !important;
    padding-right: 3px !important;
    padding-bottom: 0px !important;
    padding-left: 3px !important;
    background-repeat: repeat !important;
    animation-name: dipiBGVertical;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 46px;
}

.italic-text {
    color: var(--theme-color);
    font-family: "Alex Brush", cursive;
    font-size: 65px;
    font-weight: 800;
    margin: 1rem 0;
    line-height: 4rem;
}

.italic-text2{
    color: white;
    font-family: "Alex Brush", cursive;
    font-size: 44px;
    font-weight: 800;
    margin: 1rem 0;
    line-height: 4rem;
}

.italic-text3{
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: var(--theme-color) !important;
    line-height: 1.8rem;
    margin: 1.4rem 0;
}

.sub-text{
    line-height: 2rem;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
}

.sub-text2{
    line-height: 2rem;
    text-align: justify;
    color: white;
    font-family: "Montserrat", sans-serif;
}

.sub-text3{
    line-height: 2rem;
    text-align: justify;
    color: white;
    font-weight: 600;
    padding-right: 4rem;
    font-family: "Montserrat", sans-serif;
}

.sub-text4{
    line-height: 2rem;
    text-align: justify;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

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

.nazira-section {
    width: 100%;
    height: 42rem;
    display: flex;
    padding: 0 !important;
}

.text-div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
    position: relative;
    z-index: 99;
}

.text-div2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px;
    position: relative;
    z-index: 99;
}

.text-div3 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 60px;
    position: relative;
    z-index: 99;
}

.img-div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99;
}

.img-div2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative !important;
    z-index: 99;
    padding: 4rem;
    perspective: 400px;
}

.img-div3 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative !important;
    z-index: 99;
    padding: 4rem;
    perspective: 700px;
}

.img-div4 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative !important;
    z-index: 99;
    padding: 4rem;
}


.img-div .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-div2 .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-div2 .img2 {
    width: 43.4%;
    height: 27%;
    object-fit: cover;
    position: absolute;
    top: 29.6%;
    left: 18%;
    transform: rotateY(10deg) rotateZ(-18.2deg);
}

.img-div3 .img {
    width: 26rem;
    height: 100%;
    object-fit: contain;
}

.img-div3 .img2 {
    width: 25.6rem;
    height: 14rem;
    object-fit: cover;
    position: absolute;
    top: 7rem;
    left: 3.2rem;
    transform: rotateY(327deg) rotateX(11deg) rotateZ(-0.6deg);
    transform-style: preserve-3d;
}

.img-div4 .img {
    width: 26rem;
    height: 100%;
    object-fit: contain;
}

.img-div4 .img2 {
    width: 20.6rem;
    height: 27.6rem;
    object-fit: cover;
    position: absolute;
    top: 7.2rem;
    left: 7.5rem;
}

.tajweed-header{
    width: 100%;
    height: 42rem;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}

.tajweed-section{
    width: 100%;
    height: 42rem;
    display: flex;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}

.tajweed-section2{
    width: 100%;
    height: 42rem;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}

.tajweed-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://quranedu.online/wp-content/uploads/2022/08/learning-quran-online-.webp');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    z-index: 1;
}

.tajweed-gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #054a6a 0%, rgba(5, 74, 106, 0.86) 99%);    
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    z-index: 2;
}

.title-text {
    position: relative;
    z-index: 9;
    color: white;
    text-align: center;
    margin-top: 2rem;
    font-size: 60px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
}

.title-text span {
    color: var(--color-green);
    font-weight: 1000;
    font-family: "Montserrat", sans-serif;
    font-size: 60px !important;
}

.sub-title-text {
    color: rgba(255, 255, 255, 0.14) !important;
    font-family: "Montserrat", sans-serif;
    z-index: 5;
    position: relative;
    text-align: center;
    font-weight: 800;
    margin-top: -0.8rem;
    font-size: 22px;
}

.img-mask-svg {
    width: 30rem;
}

.mask-inner {
    position: relative;
}

.image-mask {
    z-index: 2;
    position: relative;
}

.image-mask svg {
    width: 100%;
    height: 100%;
    display: block;
}

.learning-section{
    background: #f7f7f7;
    height: 120vh;
    padding: 6% 8%;
}

.learning-div {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background-image: linear-gradient(180deg, rgba(138, 190, 65, 0.97) 0%, rgba(124, 186, 63, 0.88) 98%), url(http://quranedu.online/wp-content/uploads/2022/08/Why-should-children-learn-Quran.webp) !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-blend-mode: normal !important;
    background-color: var(--color-green) !important;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}

.learning-div.scale-up {
    transform: scale(1.2); 
    position: relative;
    z-index: 99;
}

.learning-heading{
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 700;
}

.learning-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75) !important;
    line-height: 1.8em;
    font-weight: 500;
    text-align: center;
    margin: 2rem;
}

.duration{
    width: 100%;
    height: 150vh;
    position: relative;
    padding: 0;
}

.duration-background{
    width: 100%;
    height: 100%;
    transform: scale(1, -1);
    background-image: url(data:image/svg+xml;base64,PHN2ZyAgZmlsbD0icmdiYSgwLDAsMCwwLjEpIiBoZWlnaHQ9IjEyOHB4IiB3aWR0aD0iMTI4cHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik05Ljg1LDU0LjE1YTEsMSwwLDAsMS0uNzEsMS43MSwxLDEsMCwwLDEtLjctLjMsMSwxLDAsMCwxLDEuNDEtMS40MVpNMTcuNTgsNDVhMSwxLDAsMCwwLDAsMS40MSwxLDEsMCwwLDAsMS40MSwwQTEsMSwwLDAsMCwxNy41OCw0NVptOS44NS03LjQ0YTEsMSwwLDAsMCwuNzEtLjI5LDEsMSwwLDAsMCwwLTEuNDIsMSwxLDAsMCwwLTEuNDIsMS40MkExLDEsMCwwLDAsMjcuNDMsMzcuNTdabTguNDMtMTAuODVhMSwxLDAsMCwwLDAsMS40MiwxLDEsMCwwLDAsMS40MiwwLDEsMSwwLDAsMC0xLjQyLTEuNDJaTTQ1LDE3LjU4QTEsMSwwLDAsMCw0NSwxOWExLDEsMCwwLDAsMS40MSwwQTEsMSwwLDEsMCw0NSwxNy41OFptOS4xNC05LjE0YTEsMSwwLDAsMCwwLDEuNDEsMSwxLDAsMCwwLDEuNDEsMCwxLDEsMCwxLDAtMS40MS0xLjQxWm0wLDEwOS43MWExLDEsMCwwLDAsMCwxLjQxLDEsMSwwLDAsMCwxLjQxLDAsMSwxLDAsMSwwLTEuNDEtMS40MVpNNDUsMTA5YTEsMSwwLDAsMCwwLDEuNDEsMSwxLDAsMCwwLDEuNDEsMEExLDEsMCwxLDAsNDUsMTA5Wm0tOS4xNS05LjE1YTEsMSwwLDAsMCwwLDEuNDIsMSwxLDAsMCwwLDEuNDIsMCwxLDEsMCwxLDAtMS40Mi0xLjQyWm0tOS4xNC05LjE0YTEsMSwwLDAsMCwwLDEuNDIsMSwxLDAsMCwwLC43MS4yOSwxLDEsMCwwLDAsLjcxLS4yOSwxLDEsMCwwLDAtMS40Mi0xLjQyWm0tOS4xNC05LjE0YTEsMSwwLDAsMCwwLDEuNDFBMSwxLDAsMCwwLDE5LDgzYTEsMSwwLDAsMC0xLjQxLTEuNDFaTTguNDQsNzIuNDRhMSwxLDAsMCwwLDAsMS40MSwxLDEsMCwwLDAsLjcuMjksMSwxLDAsMCwwLC43MS0uMjksMSwxLDAsMCwwLTEuNDEtMS40MVptNjQsNDUuNzFhMSwxLDAsMCwwLDAsMS40MSwxLDEsMCwwLDAsMS40MSwwLDEsMSwwLDAsMC0xLjQxLTEuNDFaTTgxLjU4LDEwOWExLDEsMCwwLDAsMCwxLjQxLDEsMSwwLDAsMCwxLjQxLDBBMSwxLDAsMCwwLDgxLjU4LDEwOVptOS4xNC05LjE1YTEsMSwwLDAsMCwwLDEuNDIsMSwxLDAsMCwwLDEuNDIsMCwxLDEsMCwxLDAtMS40Mi0xLjQyWm05LjE0LTkuMTRhMSwxLDAsMCwwLDAsMS40MiwxLDEsMCwwLDAsMS40MiwwLDEsMSwwLDAsMC0xLjQyLTEuNDJaTTEwOSw4MS41OEExLDEsMCwwLDAsMTA5LDgzYTEsMSwwLDAsMCwxLjQxLDBBMSwxLDAsMCwwLDEwOSw4MS41OFptOS4xNC05LjE1YTEsMSwwLDAsMCwwLDEuNDIsMSwxLDAsMCwwLDEuNDEsMCwxLDEsMCwwLDAtMS40MS0xLjQyWm0wLTE4LjI4YTEsMSwwLDAsMCwwLDEuNDEsMSwxLDAsMSwwLDEuNDEtMS40MUExLDEsMCwwLDAsMTE4LjE1LDU0LjE1Wk0xMDksNDVhMSwxLDAsMCwwLDAsMS40MSwxLDEsMCwwLDAsMS40MSwwQTEsMSwwLDAsMCwxMDksNDVabS05LjE1LTkuMTVhMSwxLDAsMCwwLDAsMS40MiwxLDEsMCwwLDAsMS40MiwwLDEsMSwwLDAsMC0xLjQyLTEuNDJabS04LjQzLTcuNDNhMSwxLDAsMCwwLC43LS4zLDEsMSwwLDEsMC0uNy4zWk04MS41OCwxNy41OGExLDEsMCwwLDAsMCwxLjQxQTEsMSwwLDAsMCw4MywxOWExLDEsMCwxLDAtMS40MS0xLjQxWk03Mi40NCw4LjQ0YTEsMSwwLDAsMCwuNywxLjcsMSwxLDAsMCwwLC43MS0uMjksMSwxLDAsMCwwLDAtMS40MUExLDEsMCwwLDAsNzIuNDQsOC40NFpNNjQsM2EzLjE1LDMuMTUsMCwwLDAsMi4xMy0uODdBMy4xMywzLjEzLDAsMCwwLDY3LDBINjFhMy4xMywzLjEzLDAsMCwwLC44NywyLjEyQTMuMTUsMy4xNSwwLDAsMCw2NCwzWk0zLDY0YTMuMTUsMy4xNSwwLDAsMC0uODctMi4xM0EzLjA3LDMuMDcsMCwwLDAsMCw2MXY2YTMuMTUsMy4xNSwwLDAsMCwyLjEzLS44N0EzLjE1LDMuMTUsMCwwLDAsMyw2NFptNjMuMTMsNjEuODdBMywzLDAsMCwwLDYxLDEyOGg2QTMuMTUsMy4xNSwwLDAsMCw2Ni4xMywxMjUuODZabTU5LjExLTYzQTMsMywwLDAsMCwxMjUsNjRhMywzLDAsMCwwLDMsM1Y2MWEyLjg2LDIuODYsMCwwLDAtMi43NiwxLjg1WiIvPjwvc3ZnPg==);
}

.duration-heading {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: var(--theme-color) !important;
    text-align: center;
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.mySwiper2 {
    position: absolute;
    top: 16%;
    width: 80%;
    left: 10%;
}

.duration-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.duration-list {
    background: var(--color-green);
    text-align: center;
    padding: 20px;
    width: 96%;
    margin: 2rem auto;
    border-radius: 0 20px;
}

.duration-list h1{
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    color: white;
    font-weight: 700;
    margin: 0.6rem;
}

.duration-list ul {
    text-align: start;
    font-size: 16px;
    color: #ffffffa6;
    list-style: none; 
    padding-left: 0;  
}

.duration-list ul li {
    position: relative;
    padding-left: 20px; 
}

.duration-list ul li::before {
    content: "";
    display: inline-block;
    background-color: #ffffffa6;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 26%;
    transform: translateY(-50%);
    margin-right: 10px;
}

.duration-button {
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    padding: 14px;
    border-radius: 100%;
    position: relative;
}

.duration-button::after {
    content: "";
    width: 10rem;
    height: 3px;
    background: #c4c4c4 !important;
    position: absolute;
    top: 50%;
    left: 100%;
}

.duration-button::before {
    content: "";
    width: 10rem;
    height: 3px;
    background: #c4c4c4 !important;
    position: absolute;
    top: 50%;
    right: 100%;
}

.duration-title{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600 !important;
    margin: 1rem auto;
}

.swiper-btn2 {
    border-radius: 100%;
    width: 2.4rem;
    height: 2.4rem;
    background: #c4c4c4;
    position: absolute;
    top: 15%;
    z-index: 9;
    transition: all .3s linear;
}

.swiper-button-next2 {
    right: 0;
}

.swiper-button-prev2 {
    left: 0;
}

.swiper-button-next2{
    transform: translateX(70px);
    transition: transform 0.4s ease;
}

.swiper-button-prev2{
    transform: translateX(-70px);
    transition: transform 0.4s ease;
}

.mySwiper2:hover .swiper-button-next2{
    transform: translateX(0px);
}

.mySwiper2:hover .swiper-button-prev2
{
    transform: translateX(0px);
}

.duration-text {
    color: #9b9b9b;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 60%;
    width: 80%;
    left: 10%;
    text-align: justify;
    line-height: 2rem;
    margin-top: 4rem;
}

.blog-section{
    width: 100%;
}

.blog-heading{
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: var(--color-green);
    text-align: center;
    margin: 1.2rem 0;
}

.blog-div {
    width: 90%;
    margin: 1rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-item {
    width: 30%;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}

.blog-img {
    width: 100%;
    height: 12rem;
    border-radius: 6px 6px 0 0;
}

.blog-title {
    color: var(--color-green);
    font-weight: 600 !important;
    font-size: 36px;
    padding: 1rem;
    font-family: "Poppins", sans-serif;
}

.blog-writer {
    color: #9e9e9e;
    font-size: 16px;
    margin: 1rem;
    margin-top: -1.6rem;
    font-family: "Poppins", sans-serif;
}

.blog-text {
    color: #666666;
    font-size: 16px;
    margin: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.blog-link {
    color: var(--color-green);
    font-size: 16px;
    margin: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    display: block;
}

.circlemid {
    width: 6px;
    height: 6px;
    background: red;
    border-radius: 100%;
    position: absolute;
    top: 45.8%;
    left: 46.2%;
}

@keyframes circle {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    50%{
        transform: scale(6);
        opacity: 0.8;
    }
    100%{
        transform: scale(10);
        opacity: 0;
    }
}

.circle-main {
    position: absolute;
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle {
    height: 0.5rem;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 0.5rem;
}

.one {
    animation: circle 3s 4s infinite linear;
    box-shadow: 0 0 0.2px 0.2px red;
}

.two {
    animation: circle 3s 2s infinite linear;
    box-shadow: 0 0 0.2px 0.2px red;
}

.three {
    animation: circle 3s 0s infinite linear;
    box-shadow: 0 0 0.2px 0.2px red;
}

.hand {
    top: 8%;
    left: 24%;
}

.hand::after {
    content: "5. You Show It";
    width: 18rem;
    height: 4rem;
    background: white;
    position: absolute;
    box-shadow: 0px 12px 40px -6px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    top: -40%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: black;
    display: none;
    transition: all 0.3s ease; 
}

.hand::before {
    content: "";
    width: 20px;
    height: 20px;
    background: white;
    top: 16%;
    position: absolute;
    z-index: 1000;
    rotate: 134deg;
    display: none;
    transition: all 0.3s ease;
}

.hand:hover{
    cursor: pointer;
}

.hand:hover::after {
    display: flex;
}

.hand:hover::before {
    display: block; 
}

.head {
    top: 8%;
    left: 50%;
}

.head::after {
    content: "3. You Think It";
    width: 18rem;
    height: 4rem;
    background: white;
    position: absolute;
    box-shadow: 0px 12px 40px -6px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    top: -40%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: black;
    display: none;
    transition: all 0.3s ease; 
}

.head::before {
    content: "";
    width: 20px;
    height: 20px;
    background: white;
    top: 16%;
    position: absolute;
    z-index: 1000;
    rotate: 134deg;
    display: none;
    transition: all 0.3s ease;
}

.head:hover{
    cursor: pointer;
}

.head:hover::after {
    display: flex;
}

.head:hover::before {
    display: block; 
}

.eye {
    top: 16%;
    left: 38%;
}

.eye::after {
    content: "2. You See It";
    width: 18rem;
    height: 4rem;
    background: white;
    position: absolute;
    box-shadow: 0px 12px 40px -6px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    top: -40%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: black;
    display: none;
    transition: all 0.3s ease; 
}

.eye::before {
    content: "";
    width: 20px;
    height: 20px;
    background: white;
    top: 16%;
    position: absolute;
    z-index: 1000;
    rotate: 134deg;
    display: none;
    transition: all 0.3s ease;
}

.eye:hover{
    cursor: pointer;
}

.eye:hover::after {
    display: flex;
}

.eye:hover::before {
    display: block; 
}

.mouth {
    top: 22%;
    left: 44%;
}

.mouth::after {
    content: "4. You Say It";
    width: 18rem;
    height: 4rem;
    background: white;
    position: absolute;
    box-shadow: 0px 12px 40px -6px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    top: -40%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: black;
    display: none;
    transition: all 0.3s ease; 
}

.mouth::before {
    content: "";
    width: 20px;
    height: 20px;
    background: white;
    top: 16%;
    position: absolute;
    z-index: 1000;
    rotate: 134deg;
    display: none;
    transition: all 0.3s ease;
}

.mouth:hover{
    cursor: pointer;
}

.mouth:hover::after {
    display: flex;
}

.mouth:hover::before {
    display: block; 
}

.ear {
    top: 20%;
    left: 52%;
}

.ear::after {
    content: "1. You Hear It";
    width: 18rem;
    height: 4rem;
    background: white;
    position: absolute;
    box-shadow: 0px 12px 40px -6px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    top: -40%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: black;
    display: none;
    transition: all 0.3s ease; 
}

.ear::before {
    content: "";
    width: 20px;
    height: 20px;
    background: white;
    top: 16%;
    position: absolute;
    z-index: 1000;
    rotate: 134deg;
    display: none;
    transition: all 0.3s ease;
}

.ear:hover{
    cursor: pointer;
}

.ear:hover::after {
    display: flex;
}

.ear:hover::before {
    display: block; 
}

img.bg-image-cat,.img-cat-container {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
}

.img-cat-container:after {
    content: "";
    background: #000000cc;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.cat-text{
    position: relative;
    z-index: 99;
    font-size: 2.4rem !important;
    letter-spacing: 0.1rem !important;
}

.cats-text{
    position: relative;
    z-index: 99;
    font-size: 2.4rem !important;
    letter-spacing: 0.1rem !important;
    line-height: 2.4rem !important;
    margin-top: 0 !important;
}

.modal {
    z-index: 99999 !important;
}

.modal ::placeholder{
    color: gray !important;
}

.plyr--video {
    height: 300px !important;
}

.courses-table{
    display: block;
}

.courses-cards{
    display: none !important;
}

.course-card {
    background: white;
    padding: 1rem;
    margin: 1rem auto;
    box-shadow: 2px 2px 10px 10px #0000000a;
    width: 90vw;
    border-radius: 0.4rem;
}

/* Homepage CSS */
.donate-button {
    position: fixed;
    top: 26rem;
    right: -3rem;
    transform: rotate(90deg);
    background-color: white;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 0.24rem;
    font-weight: bold;
    color: var(--secondary-color);
    letter-spacing: 0.05em;
}

.donate-button svg{
    transform: rotate(260deg) !important;
    margin-right: 0.5rem !important;
}

.swiper-scrollbar {
    margin-bottom: 3.6rem !important;
    width: 15rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background-color: #ffffff61;
    position: absolute !important;
}

.swiper-scrollbar2 {
    bottom: -2.4rem !important;
    width: 15rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    position: absolute;
    background-color:rgba(1, 51, 112, 0.33);
}

.swiper-scrollbar-drag {
    width: 2rem !important;
    background: white !important;
    height: 0.3rem !important;
}

.swiper-scrollbar2 .swiper-scrollbar-drag{
    width: 2rem !important;
    background: #013370 !important;
    height: 0.3rem !important;
}

.help-button{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    margin-top: 2rem;
    margin-left: 2rem;
    position: fixed;
    bottom: 1rem;
    z-index: 99;
}

.whatsapp-button{
    display: flex;
    background-color: white;
    border-radius: 100%;
    padding: 0.5rem;
    width: 3rem;
    height: 3rem;
    justify-content: center;
    align-items: center;
}

.chat-btn{
    background-color: white;
    border-radius: 0.24rem;
    font-family: 'Aileron', sans-serif;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 0.5rem 1rem;
    margin-inline-start: -0.6rem;
}


header.home-page{
    height: 50rem;
    position: relative;
    width: 100%;
    background-color: var(--primary-color);
}

.home-page-slider-h2{
    font-size: 2.8rem;
    font-weight: 600;
    color: white;
    line-height: 2.8rem;
    letter-spacing: 0.08rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.home-page-slider-h2 span{
    color: var(--secondary-color);
}

.home-page-slider-p{
    font-size: 1.06rem;
    color: white;
    font-weight: 500;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4rem;
    text-transform: capitalize;
    margin-top: 0.4rem;
}

.home-page-slider-svg{
    position: absolute;
    top: 8rem;
    right: 44%;
}

.home-page-swiper{
    width: 80%;
    height: 36rem;
}

.home-page-slider-images {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 1.6rem;
}

.home-page-short-image{
    width: 32%;
    object-fit: cover;
    object-position: center;
    background-color: var(--secondary-color);
    height: 20rem;
    border-radius: 1rem;
    border: 2px solid white;
}

.home-page-form-container {
    position: absolute;
    top: 6.5rem;
    left: 50%;
    transform: translateX(-50%);
    height: 36rem;
    display: flex;
    justify-content: center;
    align-items: end;
    z-index: 9 !important;
}

.home-page-form{
    width: 32%;
    height: 20rem;
    z-index: 50;
    background-color: white;
    padding: 1.2rem 1.8rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-page-form .select2-container--default .select2-selection--single{
    border-radius: 0.24rem !important;
    font-size: 0.8rem !important;
    border: 1px solid #45454563 !important;
    height: 2.4rem !important;
    padding-top: 0.28rem !important;
}

.home-page-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0.34rem !important;
}

input#phone {
    padding-left: 2.6rem !important;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100% !important;
}

.home-page-form .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100% !important;
    height: 2.4rem !important;
    margin-bottom: 0.35rem !important;
}

.home-page-form h1{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    color: black;
    margin-bottom: 0.5rem;
    font-family: 'Aileron', sans-serif;
    letter-spacing: 0.05em;
    text-align: left;
}

.home-page-form input,
.home-page-form select{
    border-radius: 0.24rem;
    padding: 0.5rem !important;
    margin-bottom: 0.4rem;
    font-family: 'Aileron', sans-serif;
    font-weight: 400;
    color: rgb(75 85 99) !important;
    letter-spacing: 0.02rem;
    font-size: 0.8rem;
    border: 1px solid #45454563 !important;
    height: 2.4rem;
}

.home-page-form input:focus,
.home-page-form select:focus{
    border: 1px solid #45454563 !important;
}

.home-page-form input::placeholder,
.home-page-form select{
    font-family: 'Aileron' !important;
    font-weight: 500;
    color:rgb(173, 176, 179) !important;
    letter-spacing: 0.02rem;
}

.home-page-form-button{
    font-family: 'Aileron', sans-serif;
    font-weight: 500;
    color: white;
    letter-spacing: 0.02rem;
    font-size: 0.8rem;
    background-color: var(--secondary-color);
    padding: 0.5rem 1rem;
    border-radius: 0.24rem;
    margin-top: 0.2rem;
    margin-bottom: -0.5rem;
}

.form-control:focus, 
.form-select:focus,
.form-control:active, 
.form-select:active{
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.home-page-long-image{
    width: 32%;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    height: 28rem;
}

.featured-courses{
    background-color: white;
    width: 100%;
    position: relative;
    margin: 5rem auto;
    padding-bottom: 0;
}

.featured-courses-wrap{
    display: flex;
    padding: 2rem 0;
}

.featured-courses-slider .swiper-wrapper{
    height: 32rem;
}

.featured-courses-left{
    width: 55%;
}

.featured-courses-left .section-tag{
    margin: 0 !important;
    margin-top: 2rem !important;
}

.featured-courses-left .section-heading-home{
    text-align: left;
    width: 80%;
}

.featured-section-description{
    font-size: 0.875rem;
    font-weight: 500;
    color: #718096;
    width: 92%;
    margin: 0.5rem 0;
    font-family: 'Aileron', sans-serif;
    line-height: 1.2rem;
}

.featured-courses-ratings{
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.featured-courses-ratings-students{
    display: flex;
    align-items: center;
    margin: 1rem 0;
    width: 8.6%;
}

.featured-courses-ratings-students img{
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    border: 2px solid white;
}

.featured-courses-ratings-students img:nth-child(0){
    margin-right: 0 !important;
}

.featured-courses-ratings-students-count-stars-rating{
    color: black;
    font-family: 'Aileron', sans-serif;
    font-weight: 500;
    margin-left: 0.5rem;
}

.featured-courses-ratings-students-count-reviews{
    color: black;
    font-family: 'Aileron', sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
}

.featured-courses-ratings-students-count{
    width: 80%;
}

.featured-courses-ratings-students-count-stars{
    display: flex;
    justify-content: space-between;
    width: 34%;
    align-items: center;
}

.featured-courses-right{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-courses-left-wrap{
    width: 100%;
    position: relative;
}

.featured-courses-left-wrap img{
    min-height: 28rem;
    width: 100%;
    margin-left: auto;
    margin-right: 0.2rem;
    margin-top: 0;
}

.featured-courses-left-wrap .svg-block{
    position: absolute;
    top: 94%;
    left: -30%;
}

.featured-courses-left-wrap .svg-block svg{
    position: absolute;
    top: -60%;
    right: -14%;
}

.featured-courses-left-wrap .svg-block p{
    font-size: 0.7rem;
    background-color: var(--primary-color);
    color: white;
    padding: 0 0.2rem;
    border-radius: 0.2rem;
    font-family: 'Aileron2', sans-serif;
    line-height: 1.3rem;
}

.featured-courses-right-wrap{
    width: 50%;
    position: relative;
}

.featured-courses-right-wrap img{
    height: 23rem;
    width: 16rem;
    border-radius: 1rem;
    border: 1.5px solid #D9D9D9;
}

.featured-courses-right-wrap .svg-block{
    position: absolute;
    top: 108%;
    left: -42%;
}

.featured-courses-right-wrap .svg-block svg{
    position: absolute;
    top: -60%;
    right: -14%;
}

.featured-courses-right-wrap .svg-block p{
    font-size: 0.7rem;
    background-color: var(--secondary-color);
    color: white;
    padding: 0 0.2rem;
    border-radius: 0.2rem;
    font-family: 'Aileron2', sans-serif;
    line-height: 1.3rem;
}

.happy-students-section{
    width: 100%;
    position: relative;
    padding-bottom: 0;
}

.mobile-filter-select {
    display: none !important;
}

.happy-students-bg{
    width: 100%;
    height: 20rem;
    background-color: var(--secondary-color);
    position: absolute;
    top: 14rem;
    left: 0;
    z-index: -1;
}

.about-section .happy-students-bg{
    width: 100%;
    height: 20rem;
    background-color: var(--primary-color);
    position: absolute;
    top: 14rem;
    left: 0;
    z-index: -1;
}

.happy-students-slider{
    width: 80%;
    margin: 0 auto;
    height: 30rem;
}

.happy-students-slider .swiper{
    margin-top: 3rem;
}

.happy-students-slider .swiper-slide-wrap{
    display: flex;
    position: relative;
}

.happy-students-slider .swiper-slide-img-container{
    width: 29rem;
    height: 29rem;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-section .happy-students-slider .swiper-slide-img-container{
    width: 29rem;
    height: 29rem;
    border-radius: 50%;
    border: 2px solid var(--secondary-color);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.happy-students-slider .swiper-slide-img{
    width: 25rem;
    height: 25rem;
    object-fit: cover;
    border-radius: 50%;
}

.happy-students-slider .swiper-slide-content{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem 2rem;
}

.happy-students-slider .swiper-slide-name{
    font-size: 2rem;
    font-weight: 600;
    color: white;
    font-family: 'Aileron2', sans-serif;
}
    
.happy-students-slider .swiper-slide-designation{
    color: white;
    font-family: 'Aileron', sans-serif;
    font-size: 1.2rem;
}

.happy-students-slider .swiper-slide-description{
    color: white;
    font-family: 'Aileron2', sans-serif;
    font-size: 1rem;
    margin-top: 1rem;
}

.students-button-container{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    position: absolute;
    top: 22.5rem;
    z-index: 9 !important;
}

.featured-button-container{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    position: absolute;
    top: 10rem;
    z-index: 9 !important;
}

.testimonial-prev-btn{
    background-color: var(--primary-color);
    padding: 0.8rem;
    border-radius: 50%;
}

.featured-prev-btn{
    background-color: var(--primary-color);
    padding: 0.8rem;
    border-radius: 50%;
    margin-left: -5rem;
}

.testimonial-next-btn{
    background-color: var(--primary-color);
    padding: 0.8rem;
    border-radius: 50%;
    margin-right: 0.4rem;
}

.featured-next-btn{
    background-color: var(--primary-color);
    padding: 0.8rem;
    border-radius: 50%;
    margin-right: -5rem;
}

.about-section .testimonial-prev-btn{
    background-color: var(--secondary-color);
    padding: 0.8rem;
    border-radius: 50%;
}

.about-section .testimonial-next-btn{
    background-color: var(--secondary-color);
    padding: 0.8rem;
    border-radius: 50%;
    margin-right: 0.4rem;
}

.our-tutors{
    width: 100%;
    position: relative;
    padding-bottom: 0;
    height: 40rem;
    margin-top: 4rem;
}

.our-tutors-slider{
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.our-tutors-slider .slide-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.our-tutors-slider .slide-wrap .tutor-img{
    width: 20rem;
    height: 20rem;
    border-radius: 1rem;
    object-fit: cover;
}

.our-tutors-slider .slide-wrap .tutor-name{
    color: black;
    font-family: 'Aileron', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.our-tutors-slider .slide-wrap .tutor-designation{
    color: black;
    font-family: 'Aileron2', sans-serif;
    font-weight: 500;
    font-size: 0.86rem;
    margin-top: 0.2rem;
    line-height: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.our-tutors-slider .slide-wrap .tutor-text{
    color: black;
    font-family: 'Aileron2', sans-serif;
    font-weight: 500;
    font-size: 0.86rem;
    margin-top: 0.5rem;
    text-align: center;
    line-height: 1.2rem;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.8rem;
}

.registeration-process{
    width: 100%;
    position: relative;
    padding-bottom: 0;
    margin-top: 2rem;
}

.registeration-process-image{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.about-trust{
    width: 8rem;
}

.why-cef-section{
    width: 100%;
    position: relative;
    padding-top: 3.5rem;
    padding-bottom: 0 !important;
}

.why-cef-section .why-cef-wrap{
    display: flex;
    margin-left: auto;
    width: 95%;
}

.why-cef-wrap-left{
    width: 50%;
}

.why-cef-wrap-grid{
    width: 100%;
    height: 100%;
    grid-template-rows: repeat(6, 4.8rem);
    grid-template-columns: repeat(3, 10rem);
    display: grid;
    margin-top: 2rem;
}

.google-map-area {
    padding-block-start: 3rem;
}

.why-cef-wrap-grid .img1{
    grid-row: span 4;
    grid-column: span 2;
    object-fit: fill;
    border-radius: 1rem;
    width: 84%;
    height: 14rem;
    margin: auto;
    margin-top: 1rem;
}

.why-cef-wrap-grid .div1{
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-cef-wrap-grid .img2{
    grid-row: span 3;
    grid-column: span 1;
    object-fit: fill;
    border-radius: 1rem;
    width: 86%;
    height: 11rem;
    margin: auto;
    margin-top: -0.4rem;
    margin-left: -0.5rem;
}

.why-cef-wrap-grid .svg1{
    grid-row: span 2;
    grid-column: span 1;
    margin-top: -2rem;
    margin-left: 3rem;
}

.why-cef-wrap-grid .img3{
    grid-row: span 2;
    grid-column: span 1;
    object-fit: fill;
    border-radius: 1rem;
    min-width: 14rem;
    height: 10.8rem;
    margin: auto;
    margin-top: -2.4rem;
    margin-left: -2.4rem;
}

.why-cef-wrap-grid .svg2{
    grid-row: span 2;
    grid-column: span 1;
    margin-top: 0rem;
    margin-left: 3rem;
}

.begin-now{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: 1rem;
}

.begin-now-btn{
    background-color: var(--primary-color);
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    color: white;
    font-weight: 500;
    font-family: 'Aileron', sans-serif;
    letter-spacing: 0.05em;
    margin-inline-start: 1.8rem;
}

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

section.contact-page-area {
    padding-bottom: 4rem;
}

.list-tick {
    list-style: none;
    padding-left: 0;
}

.list-tick li {
    position: relative;
    padding-left: 2rem;
    font-weight: 400;
    color: black;
    max-height: 4rem;
    letter-spacing: 0.04rem;
    margin: 1rem 0;
    font-family: 'Aileron', sans-serif;
    font-weight: 400;
}

.list-tick li span{
    font-weight: 800;
    font-family: 'Aileron', sans-serif;
}

.why-cef-wrap-right{
    width: 50%;
    padding: 2rem 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.about-cef{
    background-color: white;
    width: 100%;
    position: relative;
    padding-block: 4rem;
}

.about-cef-wrap{
    width: 100%;
    gap: 1rem;
    padding: 0 4rem;
    margin: 0 auto;
    height: 100%;
    grid-template-rows: repeat(8, 4.6rem);
    grid-template-columns: repeat(3, 24rem);
    display: grid;
    justify-content: center;    
    margin-top: 3rem;
}

.about-grid-item{
    margin-bottom: 1rem;
    height: 100%;
    background-color: white !important;
    grid-row: span 2;
    border-radius: 1rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.17);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    width: 70%;
}

.about-grid-item svg{
    width: 2rem;
}

.about-grid-item h2{
    font-size: 0.8rem;
    font-weight: 1000;
    color: black;
    margin-bottom: 0.5rem;
    margin-top: 0;
    letter-spacing: 0.05em;
    text-align: center;
}

.about-grid-item p{
    text-align: center;
    font-size: 0.8rem;
    line-height: 1rem;
}

.about-bg-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    grid-row: span 7;
    padding: 0 1rem;
    grid-column: span 1;
}

.about-grid-item-1{
    margin-left: auto;
}

.about-grid-item-2{
    margin-right: auto;
}

/* Courses Sectioin */
.courses-section{
    background-color: #f0f5f2;
    width: 100%;
    position: relative;
    padding-block: 3.5rem;
}

.section-tag{
    color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 500;
    background-color: #d8e2e5;
    padding: 0.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
    width: max-content;
    margin: auto;
    margin-top: 0.5rem;
}

.section-tag .section-tag-icon{
    margin-right: 0.5rem;
}

.section-tag-title{
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--secondary-color);
    letter-spacing: 0.05em;
}

.section-heading-home{
    font-size: 2.4rem;
    font-weight: 600;
    color:rgb(0, 0, 0);
    text-align: center;
    margin: 0.8rem 0;
}

.section-subheading-home{
    font-size: 0.875rem;
    color: #718096;
    text-align: center;
    font-weight: 500;
    font-family: 'Aileron';
    letter-spacing: 0.02rem;
    padding-inline: 1rem;
}

.section-home-tabs{
    width: 100%;
    margin: 2rem 0;
}

.course-tabs-home {
    display: flex;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.course-tab-home{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 600;featured-product-description
    font-size: 0.875rem;
    color: #718096;
    cursor: pointer;
    padding-bottom: 0.8rem;
    
}

.course-container{
    margin-top: 1.4rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1.28rem;
    justify-content: flex-start;
    width: 100%;
}

.course-tag-home {
    color: var(--secondary-color);
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 0.7rem;
    font-weight: 600;
    background-color: #e6ebf1;
    padding: 0.1rem 0.7rem;
    border-radius: 0.2rem;
    width: max-content;
}

.course-item-home{
    cursor: pointer;
    background-color: white;
    border-radius: 0.5rem;
    width: 32%;
    padding: 1rem;
    box-shadow: 0 0 30px #0000000a;
    min-height: 26rem !important;
}

.course-name-home{
    font-size: 0.9rem;
    font-weight: 600;
    color: black;
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
    line-height: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-inline-start: 0.2rem;
    text-overflow: ellipsis;
}

.footer-links{
    margin-inline-start: 2rem;
}

.course-rating-home{
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

.course-rating-home span{
    margin-left:0.2rem;
}

.courses-filter-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.courses-filter-wrap #searchCourse,
.courses-filter-wrap #search-product {
    padding: 0.5rem;
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    height: 2.8rem;
    width: 50%;
    border: 1px solid #80808070 !important;
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-right: 0 !important;
}

.courses-filter-wrap #searchCourse::placeholder,
.courses-filter-wrap #search-product::placeholder{
    color:rgba(128, 128, 128, 0.73) !important;
    font-family: 'Aileron', sans-serif;
    font-weight: 500;
}

.blog-section-home{
    background-color: white;
    width: 100%;
    position: relative;
    padding-block: 3.5rem;
}

.blog-list{
    display: flex;
    justify-content: flex-start;
    align-items: start;
    margin-top: 1.5rem;
    gap: 1rem;
}

.blog-list .blog{
    width: 32.8%;
    background-color: white;
    border-radius: 0.5rem;
}

.blog-list .blog img{
    width: 100%;
    height: 13rem;
    object-fit: cover;
    border-radius: 0.5rem;
}

.blog-list .blog h1{
    color: black;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem;
    line-height: 1.1rem;
    font-family: 'Aileron2', sans-serif;
}

.blog-list .blog p{
    color: black;
    font-size: 0.86rem;
    font-weight: 300;
    line-height: 1.2rem;
    font-family: 'Aileron2', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    padding: 0 1rem !important;
}

.blog-list .blog .read-more{
    color: var(--secondary-color);
    font-size: 0.88rem;
    font-weight: 600;
    padding: 1rem;
    line-height: 1.2rem;
    text-decoration: underline;
    margin-top: 0.2rem;
    display: block;
}

.blog-list .blog .read-more:hover{
    color: var(--secondary-color);
}

.blog-list2 .blog{
    width: 100%;
    background-color: white;
    border-radius: 0.5rem;
}

.blog-list2 .blog img{
    width: 100%;
    height: 13rem;
    object-fit: cover;
    border-radius: 0.5rem;
}

.blog-list2 .blog h1{
    color: black;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem;
    line-height: 1.1rem;
    font-family: 'Aileron2', sans-serif;
}

.blog-list2 .blog p{
    color: black;
    font-size: 0.86rem;
    font-weight: 300;
    padding: 1rem;
    line-height: 1.2rem;
    font-family: 'Aileron2', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.8rem;
}

.blog-list2 .blog .read-more{
    color: var(--secondary-color);
    font-size: 0.88rem;
    font-weight: 600;
    padding: 1rem;
    line-height: 1.2rem;
    text-decoration: underline;
    margin-top: 0.2rem;
    display: block;
}

.blog-list2 .blog .read-more:hover{
    color: var(--secondary-color);
}

.blogs-slider .swiper-wrapper {
    align-items: flex-start !important;
}

.product-variety-section{
    background-color: #EDEEF3;
    width: 100%;
    position: relative;
    padding-block: 4rem;
}

.product-variety-section-wrap{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
}

.featured-product{
    border: 3px solid #fff;
    border-radius: 1rem;
    background-color: #f4f5fa;
    width: 32.28%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featured-product .sub-heading{
    color: black;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: 'Aileron2', sans-serif;
}

.featured-product .heading{
    color: black;
    font-size: 1.2rem;
    font-weight: 1000;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    letter-spacing: 0.05rem;
}

.featured-product-image{
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 1rem;
}

.featured-product-description{
    color: gray;
    font-size: 0.78rem;
    text-align: center;
    line-height: 1rem;
    margin-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-family: 'Aileron2', sans-serif;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3.2rem;
    text-overflow: ellipsis;
}

.featured-product-description:empty{
    display: none !important;
}

.featured-product-button-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-product-button{
    color: white;
    background-color: var(--primary-color);
    padding: 0.5rem 1rem;
    font-weight: 600;
    border-radius: 0.24rem;
    margin-top: 1.4rem;
    margin-bottom: 0.4rem;
    font-family: 'Aileron2', sans-serif;
}

.featured-product-button:hover{
    background-color: var(--primary-color);
    color: white;
}

.products-section{
    background-color: white;
    width: 100%;
    position: relative;
    padding-block: 3.5rem;
}

.product-section-wrap{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-flex{
    background-color: white;
    display: block;
    border-radius: 1rem;
    width: 23%;
    margin: 0.6rem;
    border: 1px solid #80808070;
    box-shadow: 0 0 30px #0000000a;
    position: relative;
}

.product-flex .sale-tag{
    background-color: #d81d3c;
    padding: 0.2rem 0.5rem;
    border-radius: 0.2rem;
    color: white;
    font-size: 0.8rem;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 9;
}

.product-flex .product-img{
    width: 100%;
    height: 18rem;
    object-fit: cover;
    border-radius: 0.5rem;
}

.product-flex .product-title{
    font-size: 1rem;
    line-height: 1.2rem;
    color: black;
    display: -webkit-box;
    line-clamp: 3;
    padding: 1rem;
    font-weight: 600;
    font-family: 'Aileron2', sans-serif;
    margin: 0;
}

.product-flex .old-price .gray-text{
    colob: #0b728;
}

.product-flex .new-price .new-price-text{
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--secondary-color);
    padding-left: 0.5rem;
}

.line{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.product-description{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 1rem;
}

.product-category{
    color: black;
    font-weight: 600;
    font-size: 0.8rem;
}

.product-reviews{
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-reviews .product-total-reviews{
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 0.2rem;    
}

.product-overlay{
    width: 100%;
    height: 100%;
    background-color: #00000094;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    display: none;
    position: absolute;
    z-index: 9;
    border-radius: 0.76rem;
}

.product-overlay-button{
    background-color: var(--primary-color);
    color: white;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0.24rem;
    margin-top: 0.4rem;
    margin-bottom: -0.8rem;
}

.product-overlay-button:hover{
    background-color: var(--primary-color);
    color: white;
}   

.product-flex:hover .product-overlay {
    display: flex !important;
    cursor: pointer;
}

.filter-select {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-select label {
    color: black;
    width: 40% !important;
    font-family: 'Aileron', sans-serif;
    font-weight: 500;
    font-size: 1rem !important;
    margin-bottom: 0 !important;
}

.filter-select .form-control, .filter-select  .form-select{
    padding: 0.5rem;
    border-radius: 0.35rem;
    height: 2.6rem;
    width: 100%;
    border: 1px solid #80808070;
}

.courses-filter-wrap .input-group-text{
    background: transparent !important;
    border-left: none !important;
}

.course-image-home{
    width: 100%;
    max-height: 18.4rem;
    object-fit: cover;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
}

button#loadMoreBtn {
    margin-top: 1rem;
}

.course-description-home{
    font-size: 0.84rem;
    margin-top: 1rem;
    line-height: 1.1rem;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.2rem;
}

.course-price-home-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course-price-home-container-icon{
    display: flex;
    align-items: center;
}

.course-price-home{
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--secondary-color);
}

.course-price-home-container-icon .classes{
    margin-left: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.view-all-btn-home{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.2rem;
    padding-inline: 1rem;
}

.view-all-btn-home-btn{
    background-color: var(--primary-color);
    color: white;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0.24rem;
    margin-top: 0.4rem;
}

.view-all-btn-home-btn:hover{
    color: var(--primary-color);
    background-color: white;
    border: 1px solid var(--primary-color);
}


.home-page-container{
    width: 64rem;
    margin: 0 auto;
}

.swiper-scrollbar3.swiper-scrollbar-horizontal{
    width: 15rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background:rgba(140, 192, 62, 0.44) !important;
    position: absolute;
    bottom: 0;
}

.swiper-scrollbar3.swiper-scrollbar-horizontal .swiper-scrollbar-drag{
    background: var(--primary-color) !important;
}

.quality-section{
    background-color: white;
    width: 100%;
    position: relative;
    padding-block: 3.5rem;
}

.quality-section-grid{
    width: 92%;
    gap: 1rem;
    margin: 0 auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: grid;
    grid-template-rows: repeat(8, 1fr);
    grid-template-columns: repeat(3, 1fr);
    background: url('Images/bg2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.quality-section-grid-img1{
    grid-row: span 8;
    grid-column: span 1;
    object-fit: cover;
    border-radius: 1rem;
}

.quality-section-grid-item1{
    background-color: white;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    box-shadow: 10px 25px 100px 0px rgba(0, 43, 107, 0.25);
    padding: 1rem;
    width: 70%;
    height: 90%;
}

.quality-section-grid-item1-title{
    font-size: 1rem;
    font-weight: 1000;
    color: black;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    text-transform: uppercase;
}

.quality-section-grid-item2{
    background-color: white;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 10px 25px 100px 0px rgba(0, 43, 107, 0.25);
    padding: 1rem;
    width: 70%;
}

.quality-section-grid-item2-title{
    font-size: 1rem;
    font-weight: 1000;
    color: black;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    text-transform: uppercase;
}

.quality-section-grid-item2-description{
    text-align: center;
    font-size: 0.8rem;
}

.quality-section-grid-item2-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.quality-section-grid-item2-btn-link{
    background-color: var(--primary-color);
    color: white;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0.24rem;
    margin-top: 0.4rem;
    margin-bottom: -0.8rem;
}

.quality-section-grid-item2-btn-link:hover{
    background-color: var(--primary-color);
    color: white;
}

.quality-section-grid-item3{
    background-color: white;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quality-section-grid-item3-title{
    font-size: 1rem;
    font-weight: 1000;
    color: black;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.quality-section-grid-item3-description{
    text-align: center;
    font-size: 0.8rem;
}   

.quality-section-grid-item3-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}


/* Courses Page */
.course-header {
    background: var(--secondary-color);
    width: 100%;
}

.first-div-course-detail{
    order: 1 !important;
}

.second-div-course-detail{
    order: 2 !important;
}

.third-div-course-detail{
    order: 3 !important;
    margin-top: -6rem;
}

.course-header-bg {
    width: 100%;
    position: absolute;
    top: 5rem !important;
    left: 50%;
    transform: translate(-50%, 0);
}

.course-header-bg svg {
    width: 100vw;
    height: 28rem;
}

.new-page-section {
    position: absolute;
    background: transparent !important;
    padding: 140px 0 130px !important;
}

.page-banner-new-title {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 3.8rem;
    color: white;
    font-family: 'Aileron';
    font-weight: 600;
    font-size: 1.4rem;
    position: relative;
}

.thank-you-page .page-banner-new-title {
    margin-top: 10vh;
}

.page-banner-new-title span{
    color: #fec801;
}

.page-banner-new-title svg {
    position: absolute;
    left: 40%;
}

.thank-you-page .page-banner-new-title svg {
    position: absolute;
    left: 30rem;
}

.course-sidebar-title {
    display: block !important;
    text-transform: uppercase;
    color: black !important;
    font-family: 'Aileron';
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.02rem;
}

ul.course-category-filter.tag-filters {
    display: flex;
    gap:0.4rem;
    flex-wrap: wrap;
}

ul.course-category-filter.tag-filters label{
    padding: 0.4rem 0.8rem !important;
    border: 1px solid #d2d9e0;
    margin: 0 !important;
    border-radius: 0.6rem;
}

.course-category-filter {
    margin: 1rem auto;
    max-height: 18rem;
    overflow: scroll;
}

ul.course-category-filter li label input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.check input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

ul.course-category-filter li label {
    font-weight: 300 !important;
    font-family: 'Aileron', sans-serif;
    font-size: 0.9rem;
    color: black;
    display: block;
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.6rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
}

label.check {
    font-weight: 300 !important;
    font-family: 'Aileron', sans-serif;
    font-size: 0.9rem;
    color: black;
    display: block;
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.6rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.2rem;
    width: 1.2rem;
    background-color: #eee;
    border-radius: 50%;
    pointer-events: none;
}

ul.course-category-filter li:hover input ~ .checkmark {
    background-color: #ccc;
}

label.check input ~ .checkmark {
    background-color: #ccc;
}

ul.course-category-filter li input:checked ~ .checkmark {
    background-color: var(--secondary-color);
}

label.check input:checked ~ .checkmark {
    background-color: var(--secondary-color);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

ul.course-category-filter li input:checked + .checkmark:after {
    display: block;
}

label.check input:checked + .checkmark:after {
    display: block;
}

ul.course-category-filter li .checkmark:after {
    top: 0.352rem;
    left: 0.352rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: white;
}

.checkmark:after {
    top: 0.352rem;
    left: 0.352rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: white;
}

.courses-sidebar-section{
    border-bottom: 1px solid #80808070;
    margin-bottom: 1rem;
    margin-inline-end: 1rem;
}

svg.iconify.iconify--bi {
    color: #ffc014;
}

.collapse {
    visibility: collapse !important;
}

.courses-pagination a.page-link {
    box-shadow: none !important;
    border: 1px solid #0000001c !important;
    border-radius: 0.4rem !important;
    color:rgba(0, 0, 0, 0.41) !important;
    font-weight: 600 !important;
    font-family: 'Aileron';
}
.courses-pagination .page-item.active .page-link {
    background-color: transparent !important;
    border: 1px solid #013370 !important;
    color: #013370 !important;
    border-radius: 0.4rem !important;
}

.courses-pagination .disabled a.page-link {
    display: none !important;
}

.courses-crumb {
    background: #f0f5f2;
    padding: 1rem;
}

.courses-crumb  ol.breadcrumb {
    margin: 0 !important;
}

.course-rating-wrap .course-rating {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    font-family: 'Aileron';
    font-weight: 600; 
    color: black; 
}

.share-course {
    display: flex;
    font-family: 'Aileron';
    gap: 0.4rem; 
    color: black;
}

.course-rating-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #8080807d;
}

.instructor-profile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem auto;
}

.instructor-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 33%;
    background-color:rgb(255, 255, 255);
}

.instructor-new{
    width: 33%;
    background-color:rgb(255, 255, 255);
    text-align: center;
}

.instructor-new-1{
    border-left: 1px solid #8080807d;
    border-right: 1px solid #8080807d;
}

.ins-image {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.6rem;

}

.ins-image img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    object-fit: cover;
}

.ins-classes {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    
}

.course-description-title {
    color: black;
    font-family: 'Aileron';
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.04rem;
    margin-top: 2rem;
    margin-bottom: 0.4rem;
}

.ins-info h6 {
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-family: 'Aileron';
    color: #818b9c;
    font-weight: 500;
}

.curriculum-time{
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-family: 'Aileron2';
    color: #818b9c;
    font-weight: 500;
}

.ins-info h3{
    line-height: 1.2rem;
    font-family: 'Aileron';
    color:rgb(0, 0, 0);
    font-weight: 500;
}

.overview-content p{
    font-size: 0.9rem;
    font-family: 'Aileron';
    color: black;
    font-weight: 500;
}

.curriculum-content .accordion-item {
    border: 1px solid #8080807d !important;
    margin-top: 1rem;
}

.curriculum-content .accordion-header{
    border-bottom: 1px solid #8080807d !important;
    padding: 0.8rem 1.2rem;
    color: black;
    font-family: 'Aileron';
    font-weight: 600;
    margin-bottom: 0 !important;
}

.curriculum-content .accordion-header button{
    color: black !important;
    font-family: 'Aileron';
    font-weight: 600 !important;
    letter-spacing: 0.04rem;
}

.curriculum-content .accordion-header span{
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: 'Aileron';
    color: var(--primary-color);
    margin-right: 1rem;
}

.instructor-container {
    margin: 0 auto;
    background-color: #F0F5F2;
    border-radius: 1rem;
    padding: 1.4rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.section-title {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: 'Aileron';
}

.instructor-card {
    display: flex;
    gap: 1.4rem;
    margin-bottom: 1.4rem;
}

.instructor-image {
    flex-shrink: 0;
    width: 8rem;
    height: 8rem;
    border-radius: 8px;
    overflow: hidden;
}

.instructor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-details {
    flex-grow: 1;
}

.instructor-name2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.4rem;
    font-family: 'Aileron';
    line-height: 0.8rem;
}

.instructor-title2{
    font-size: 0.9rem;
    color: #818B9C;
    font-family: 'Aileron2';
}

.instructor-rating {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}

.instructor-rating i {
    color: #ffc107;
    margin-right: 0.4rem;
}

.instructor-rating span {
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Aileron';
    color:rgb(0, 0, 0);
}

.instructor-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 0.6rem;
}

.stat {
    display: flex;
    align-items: center;
    color: #666;
}

.stat span{
    font-size: 0.9rem;
    font-family: 'Aileron2';
    color: #818B9C;
}

.stat svg {
    margin-right: 0.4rem;
    color: #777;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
}

.social-icon:hover {
    transform: translateY(-3px);
}

.facebook:hover {
    background-color: #3b5998;
    color: white;
}

.linkedin:hover {
    background-color: #0077b5;
    color: white;
}

.twitter:hover {
    background-color: #1da1f2;
    color: white;
}

.instagram:hover {
    background-color: #e1306c;
    color: white;
}

.instructor-bio p{
    line-height: 1.4rem;
    font-size: 1rem;
    font-family: 'Aileron';
    color: black;
}

/* Student Feedback Styles */
.review-content {
    font-family: Arial, sans-serif;
    margin-top: 4rem;
}

.feedback-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.rating-summary-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

/* Average Rating Circle */
.average-rating-circle {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.circle-wrapper {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 4px solid #FFA500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.course-price-box {
    display: flex;
    flex-direction: column !important;
}

.circle-value {
    font-size: 1.2rem;
    font-weight: bold;
    color: black;
}

.rating-meta {
    text-align: center;
    margin-left: 1rem;
}

.rating-stars {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.star {
    color: #E0E0E0;
    font-size: 1rem;
    margin: 0 2px;
}

.star.filled {
    color: #FFA500;
}

.rating-count {
    color: #666;
}

/* Rating Bars */
.rating-bars-container {
    flex-grow: 1;
    max-width: 60%;
    margin-left: 40px;
}

.rating-bar-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.rating-label {
    width: 40px;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
        color: black;
    font-family: 'Aileron2';
}

.star-icon {
    color: #FFA500;
    margin-right: 10px;
}

.progress-bar {
    flex-grow: 1;
    height: 0.4rem;
    background-color: #F0F0F0;
    border-radius: 5px;
    margin-right: 15px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background-color: #333;
    border-radius: 5px;
}

.rating-count {
    width: max-content;
    text-align: right;
    font-weight: bold;
    font-family: 'Aileron2';
}

.tab-content>.active {
    display: flex !important;
}

/* Review Filter Tabs */
.review-filter-tabs {
    display: flex;
    margin-bottom: 20px;
}

.filter-tab {
    padding: 10px 20px;
    background: none;
    border: 1px solid #ddd;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 0.4rem;
    font-family: 'Aileron';
    font-weight: 500;
    letter-spacing: 0.02rem;
    color: black;
}

.filter-tab.active {
    background-color: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
}

.btn-review-new{
    background-color: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
    font-family: 'Aileron';
    font-weight: 500;
    letter-spacing: 0.02rem;
    border-radius: 0.4rem;
    padding: 10px 20px;

}

/* Review List */
.review-list {
    margin-top: 30px;
}

/* Load More Button */
.load-more-container {
    text-align: center;
    margin-top: 20px;
}

.load-more-btn {
    padding: 10px 20px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

.load-more-btn .iconify {
    margin-left: 8px;F
}

.review-container {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0 !important;
    padding: 20px 0;
    box-shadow: none !important;
    border-bottom: 1px solid #8080807d;
}

.review-container .review-stars {
    display: flex;
    margin-bottom: 10px;
}

.review-container .star {
    color: #FFA500;
    font-size: 1rem;
    margin-right: 5px;
}

.review-container .review-text {
    font-size: 1rem;
    line-height: 1rem;
    font-family: 'Aileron';
    color: #333;
    margin-bottom: 0.1rem;
}

.review-container .review-date {
    color: #929ba9;
    font-size: 0.9rem;
    font-family: 'Aileron2';
}

.review-container .reviewer-info {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.review-container .reviewer-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.reviewer-name-role p{
    font-family: 'Aileron';
    color: black;
    font-weight: 200 !important;
    font-size: 0.9rem !important;
}

.review-container .reviewer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-container .reviewer-name {
    font-weight: bold;
    font-size: 16px;
}

.review-container .reviewer-role {
    color: #666;
    font-size: 14px;
}

.review-container .review-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.review-container .action-button {
    display: flex;
    align-items: center;
    background: none;
    border: 1px solid #ddd;
    border-radius: 0.6rem;
    padding: 8px 15px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
}

.review-container .action-button i {
    margin-right: 5px;
}

.review-container .like-count {
    font-weight: 500;
    margin-left: 5px;
    font-family: 'Aileron';
    color: black;
}

.collapse{
    visibility: visible !important;
}

.courses-slider{
    display: none; 
}

.theme-button1:hover {
    color: white !important;
}

.stu-view-content .theme-button1:hover {
    color: var(--secondary-color) !important;
}

#instructorBlock .theme-button1:hover {
    color: var(--primary-color) !important;
}

.detail .course-header-bg{
    top: 0 !important;
}

.apply{
    display: none;
}

.course-header svg {
    width: 100vw !important;
    height: 100% !important;
}

.w-100{
    width: 100% !important;
}

.h-96{
    height: 96% !important;
}

section.course-single-details-area.before-login-purchase-course-details {
    margin-top: 1.4rem;
    background: white !important;
}

a.theme-btn.theme-button1.theme-button3.w-100.mb-30.enrollCourse.enroll-btn {
    width: 100% !important;
}

.overview-content .container {
    width: 100% !important;
    max-width: 100% !important;
}

.overview-content .container .section .card {
    min-width: 100%;
}

a.theme-btn.theme-button1.theme-button3.w-100.mb-30.demo-btn{
    color: var(--secondary-color) !important;
    background-color: white !important;
    border: 1px solid var(--secondary-color) !important;
    font-weight: 500 !important;
}

.user-dropdown-item-box li a {
    font-size: 0.8rem !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

ul.user-dropdown-item-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.featured-product-all .product-overlay-new{
    display: flex;
    justify-content: center;
    position: relative;
}

.featured-product-all .product-overlay-new .product-overlay-button{
    margin: 0.2rem auto !important;
    width: 96% !important;
    border: 1.4px solid var(--primary-color);
}

.featured-product-all .product-overlay-new .outline-btn-new{
    background: white !important;
    color: var(--primary-color);
    font-weight: 500 !important;
    border: 1.4px solid var(--primary-color);
    margin-bottom: 1rem !important;
}

.blue-banner{
    background: var(--secondary-color);
    display:flex;
    padding: 0.6rem 1rem;
    border-radius: 0.6rem;
    align-items:center;
    justify-content: around;
}

.banner-svg{
    width: 4%;
}

.banner-text{
    color: white;
    font-size: 0.9rem;
    width: 78%;
}

.banner-duration{
    color: white;
    font-size: 0.7rem;
    width: 20%;
}

.products-sold{
    color: #666666;
}

.product-detail-title{
    font-size: 1.6rem;
    color: black;
    margin: 1rem 0 0 0;
    font-weight: 700;
}

.delivery-time {
    margin-inline: 2.4rem;
    margin-top: 0.4rem;
}

.rating-banner {
    display: flex;
    align-items: center;
    max-width: fit-content;
}

.rating-banner .rating {
    background-color: #8cc63f;
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 0.4rem;
    font-weight: 500;
}

.rating-banner .creator {
    padding: 8px 0;
    border-radius: 0 4px 4px 0;
    color: #666666;
}

.price-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: system-ui, -apple-system, sans-serif;
}

.price-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.current-price {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
}

.original-price {
    font-size: 1rem;
    color: #6b7280;
    text-decoration: line-through;
}

.discount-badge {
    padding: 0.3rem 0.8rem;
    border: 1px solid var(--secondary-color);
    border-radius: 0.375rem;
    color: var(--secondary-color);
    font-size: 0.875rem;
}

.deal-banner {
    background-color: #000000;
    padding: 12px 20px;
    border-radius: 0.6rem;
}

.deal-banner .timer-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.deal-banner .deal-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.deal-banner .countdown {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.deal-banner .progress-bar-container {
    position: relative;
    width: 200px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    overflow: visible;
}

.deal-banner .progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #ffffff !important;
    border-radius: 0.1rem;
    transition: width 1s linear;
}

.deal-banner .timer-icon {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    z-index: 2;
}

.product-swiper{
    width: 80%;
    height: 30rem;
    position: relative !important;
    margin: 0 !important;
    left: 0 !important;
    margin-left: auto !important;
}

button.quantity-btn.swiper-button-next {
    position: static !important;
    transform: translateX(0px) !important;
    background: #F5F5F5 !important;
    margin-top: 0 !important;
}

button.quantity-btn.swiper-button-prev {
    position: static !important;
    transform: translateX(0px) !important;
    background: #F5F5F5 !important;
    margin-top: 0 !important;
}

.product-swiper img,
.product-thumbs-swiper img{
    border-radius: 4px !important;
}

.product-swiper .product-wrapper .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-swiper-buttons {
    width: 20%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0.8rem;
    justify-content: space-between;
    height: 30rem !important;
}

.product-thumbs-swiper {
    margin: 1rem auto;
    width: 78%;
    margin-left: 0;
}

.rating-filter-list li{
    display: flex !important;
    gap: 0.4rem;
}

li.nav-item.nav-panel-btn {
    background: var(--secondary-color) !important;
    padding: 0.4rem 0.8rem;
    border-radius: 1rem;
    color: white;
    list-style: none;
}

.topics-filter-list li label{
    margin-bottom: 0 !important;
}

.topics-filter-list li{
    display: flex !important;
    gap: 0.4rem;
    align-items: center;
}

.product-btn-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 0.6rem;
    height: 7rem;
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 0.8rem !important;
    height: 0.8rem !important;
}

h1.checkout{
    color: black;
    font-size: 1.2rem;
    font-weight: 700;
    margin-block: 0.6rem;
    font-family: 'Aileron';
    letter-spacing: 0.08rem;
}

.checkout-page input,
.checkout-page textarea,
.checkout-page select {
    font-size: 1rem !important;
    height: 2.4rem !important;
    color: black !important;
}

.checkout-page .select2-container--default .select2-selection--single{
    height: 2.4rem !important;
    padding-top: 0 !important;
}

.checkout-page .select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-size: 1rem !important; 
}

.checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0.4rem !important;
}

.checkout-page input::placeholder,
.checkout-page textarea::placeholder {
    color:rgb(173, 173, 173) !important;
}

label.label-text-title {
    font-size: 0.8rem;
    color: black;
    font-weight: 800;
    font-family: 'Aileron2';
    letter-spacing: 0.02rem;
    margin-bottom: 0.2rem !important;
}

.product-descriptions h1{
    color: black;
    font-size: 1.1rem;
    font-weight: 600;
    margin-block: 0.6rem;
    font-family: 'Aileron';
    letter-spacing: 0.08rem;
}

.product-descriptions h2{
    color: black;
    font-size: 0.96rem;
    font-weight: 600;
    margin-block: 0.6rem;
    font-family: 'Aileron';
    letter-spacing: 0.04rem;
}

.product-descriptions ul{
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
}

.product-descriptions ul li{
    font-family: 'Aileron2';
    letter-spacing: 0.04rem;
    font-weight: 500 !important;
    list-style-type: disc;
    color: #666666;
    font-size: 0.88rem;
}

.product-descriptions p{
    font-family: 'Aileron2';
    letter-spacing: 0.04rem;
    font-weight: 500 !important;
    color: #666666;
    font-size: 0.88rem;
    line-height: 1.4rem;
}

.product-quantity{
    margin-block: 1rem;
}

.product-quantity h1{
    font-family: 'Aileron2';
    color: #8F8F8F;
    font-size: 1rem;
    font-weight: 800;
    margin-block: 0.6rem;
    letter-spacing: 0.05rem;
}

.quantity-wrapper{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.6rem;
}

.quantity-btn{
    background: #F5F5F5;
    font-size: 2rem;
    padding: 0.5rem;
    border-radius: 0.4rem;
    border: 1px solid #E6E6E6;
    color: black;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-input{
    border: 1px solid #E6E6E6;
    border-radius: 0.4rem;
    height: 2rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600 !important;
}

.product-add-to-cart{
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.6rem;
}

.add-to-cart-btn{
    background: var(--secondary-color);
    color: white;
    padding: 0.8rem 2rem;
    border-radius: 0.6rem;
    font-family: 'Aileron2';
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.04rem;
}

.checkout-btn{
    color: var(--secondary-color);
    background: white;
    padding: 0.8rem 2rem;
    border-radius: 0.6rem;
    font-family: 'Aileron2';
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.04rem;
    border: 1px solid var(--secondary-color);
}

.download-invoice-btn{
    color: white;
    background: var(--secondary-color);
    padding: 0.6rem 1.6rem;
    border-radius: 0.6rem;
    font-family: 'Aileron2';
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.04rem;
    border: 1px solid var(--secondary-color);
}

.delivery-details{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.6rem;
}

.delivery-text{
    color: #1d9e34;
    font-family: 'Aileron';
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.03rem;
}

.courier-companies{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.6rem;
    margin-inline:2.4rem;
}

.why-choose-ms {
    margin-top: 2rem;
}

.why-choose-ms-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
}

.why-choose-ms-title h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #141414;
}

.why-choose-ms ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    padding-inline-start: 1.8rem;
}

.why-choose-ms ul li {
    flex: 1 1 45%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #7a7a7a;
    font-family: 'Aileron2';
    font-weight: 500;
    letter-spacing: 0.03rem;
}

.why-choose-ms ul li::before {
    content: url('data:image/svg+xml;utf8,<svg width="15" height="12" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5.25L5.5 9.75L14 1.25" stroke="%237A7A7A" stroke-width="2"/></svg>');
    color: #7a7a7a;
    margin-top: 0.2rem;
}

.product-review .rating-summary-container {
    border: 1px solid #B8B8B8;
    border-radius: 0.6rem;
    padding: 1rem;
}

.product-review .review-progress-bar-wrap {
    width: 70%;
}

.product-review .barra {
    width: 74%;
}

.reviews-filter {
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    background-color: #fff;
}

.reviews-filter h5 {
    margin-bottom: 0.5rem;
}

.filter-section {
    margin-bottom: 1rem;
}

.rating-filter-list,
.topics-filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.topics-filter-list li {
    margin-bottom: 0.5rem;
}

.rating-filter-list label,
.topics-filter-list label {
    cursor: pointer;
    display: flex !important;
}

.product-reviews-filter {
    width: 24% !important;
}

.product-reviews-filter-tabs {
    width: 76% !important;
}

svg.iconify.iconify--icon-park-outline {
    color: white !important;
}

h5.filterlist-heading {
    color: black;
    font-family: 'Aileron';
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0.6rem;
}

h5.filter-heading{
    color: black;
    font-family: 'Aileron';
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0.6rem;
}

h6.filter-subheading{
    color: black;
    font-family: 'Aileron';
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
    margin: 0.6rem 0;}
}

ul.rating-filter-list li {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

ul.rating-filter-list label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0 !important;
}

.topic-quality {
    margin-bottom: 0 !important;
}

.courier-icon{
    width: 2.6rem;
    height: 1.6rem;
    object-fit: contain;
}

.speedaf{
    transform: scale(2);
}

.product-image-grid-container .image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    margin: 0 auto;
}

.product-image-grid-container .grid-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-image-grid-container .grid-item:nth-child(3) {
    grid-column: span 2;
    grid-row: span 2;
}

.product-image-grid-container .grid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
    transition: transform 0.3s ease;
}

.product-image-grid-container .grid-image:hover {
    transform: scale(1.05);
}

.products-page{
    width: 50%;
}

.products-page-right{
    width: 50%;
}

.panel-mobile{
    display: none;
}

.payment-method-card-box .form-check-input {
    width: 1.2rem;
    height: 1.2rem !important;
    margin-top: -0.2rem;
}

.payment-method-card-box label span {
    margin-bottom: 0;
    color: black;
    font-size: 0.8rem;
}

.payment-method-card-box {
    height: 3.7rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem !important;
    margin-top: 0;
}

.checkout-img {
    width: 14rem;
    margin-inline-end: 1rem;
    height: 6rem;
}

.thankyou-page-area .checkout-img{
    width: 5rem;
    margin-inline-end: 1rem;
    height: 6rem;
    margin-block: 0.6rem;
}

.checkout-img img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.promo-code-container {
    display: flex;
    gap: 0.5rem;
}
.promo-code-btn {
    background-color:var(--secondary-color);
    border: none;
    padding-left: 1rem;
    padding-right: 1rem;
}

.checkout-btn {
    background-color:var(--secondary-color);
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    color: white !important;
}

.checkout-page input[type="checkbox"] {
    width: 2rem !important;
    height: 1.2rem !important;
    margin-top: -1rem;
}

.terms-label {
    font-size: 14px;
}

.terms-link {
    color: var(--secondary-color);
    text-decoration: none;
}

.contact-us-page{
    background-color: #F0F5F2;
}

.contact-us-page-header {
    width: 100%;
    height: 20rem;
    position: absolute;
    top: 26rem;
    z-index: 9;
}

.contact-us-page-header .items {
    background: white;
    width: 24%;
    border-radius: 0.6rem;
    position: absolute;
    height: 12rem;
}

.contact-us-page-header .items.item1{
    top: 5rem;
    left: 8rem;
}

.contact-us-page-header .clip {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -1.9rem;
}

.contact-us-page-header .item-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-us-page-header .item-content h5 {
    font-size: 1rem;
    color: black;
    font-weight: 600;
    margin-top: 0.6rem;
}

.contact-us-page-header .item-content p {
    font-size: 0.8rem;
    color: #666666;
}

.contact-us-page-header .items.item2 {
    left: 24.4rem;
    top: 3rem;
}

.contact-us-page-header .items.item3 {
    top: 5rem;
    right: 7.8rem;
}

section.blog-page-area {
    margin-block-start: 5rem;
    padding: 0;
    margin-block-end: 2rem;
}
.blog-page-area-container{
    position: relative;
}

img.blog-page-area-img {
    border-radius: 1rem;
    width: inherit;
    height: 100%;
}

.blog-page-area-content {
    width: inherit;
    bottom: 0;
    position: absolute;
    backdrop-filter: blur(0.8rem);
    padding: 1.6rem;
    border-radius: 0 0 1rem 1rem;
    background: #00000048;
}

.blog-page-area-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h2.blog-page-area-title {
    color: white;
    font-size: 1.6rem;
}

p.blog-page-area-description {
    color: white;
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 400 !important;
    font-family: 'Aileron2';
    margin-top:0.4rem;
}

.blog-info-item-icon img {
    width: 2.6rem !important;
    height: 2.6rem !important;
    border-radius: 100% !important;
}

.blog-info-item-icon {
    display: flex;
    color: white;
    align-items: center;
    gap: 0.8rem;
    font-family: 'Aileron2';
}

.blog-creation-date {
    display: flex;
    align-items: center;
    color: white;
    gap: 0.8rem;
    font-family: 'Aileron2';
}

.blog-info-item {
    display: flex;
    gap: 1rem;
}

.blog-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.blog-info-wrap .blog-info-item-text{
    color: black !important;
}

.blog-read{
    color:rgb(138, 138, 138);
    font-size: 0.8rem;
}

.blog-description{
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-tags {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.blog-tag {
    color: white;
    font-family: 'Aileron2';
    border: 1px solid white;
    padding: 0.2rem 0.6rem;
    font-size: 0.8rem;
    border-radius: 0.4rem;
}

.blog-main-list {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
    padding-right: 2.6rem;
    align-content: flex-start;
}

.blog-item-page{
    width: 48%;
}

.blog-item-page img{
    width: 100%;
    height: 14rem;
    object-fit: cover;
    border-radius: 1rem;
}

.blog-cat {
    font-size: 0.8rem;
    color: #013370;
    margin-top: 1rem;
}

.blog-item-page .blog-title {
    font-size: 1.2rem;
    padding: 0;
    color: black;
    font-weight: 500 !important;
    font-family: 'Aileron';
    margin-block: 0.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-sidebar {
    width: 25%;
}

.blog-sidebar h1{
    color: black;
    font-family: 'Aileron2';
    font-weight: bold;
    font-size: 1.4rem;
    margin-block: 1rem;
}

.sidebar-blog-item img{
    width: 4.6rem;
    height: 4.6rem;
    object-fit: cover;
    border-radius: 1rem;
}

.sidebar-blog-info{
    margin-left: 1rem;   
}

.sidebar-blog-date{
    color:#a7a7a7;
    font-size: 0.8rem;
}

.sidebar-blog-title{
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    font-family: 'Aileron';
    margin-block: 0.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-blog-categories li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.8rem;
    color: var(--secondary-color);
}
.sidebar-blog-categories li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.4297 5.92993L20.4997 11.9999L14.4297 18.0699' stroke='%23013370' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 12H20.33' stroke='%23013370' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}

.blogs-sidebar-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    max-height: 18rem;
    overflow: auto;
}

.blogs-sidebar-tags li{
    padding: 0.2rem 0.8rem;
    background: #EDEEF3;
    border-radius: 0.4rem;
    color: black;
}

.blog-detail-title{
    font-size: 2.4rem;
    font-weight: 600;
    font-family: 'Aileron';
    color: black;
    text-align: center;
    width: 70%;
    margin: auto;
    margin-top: 4rem;
}

.blog-detail-date{
    color:rgb(155, 155, 155);
    font-size: 1.1rem;
    text-align: center;
    margin-block: 1.5rem;
}

.blog-detail-img{
    width: 100%;
    height: 30rem;
    object-fit: cover;
    border-radius: 1rem;
}

.blog-detail-info{
    margin-block: 4rem;
}

.blog-info-heading{
    margin-bottom: 1rem;
    border-left: 1px solid #ccc;
    overflow-y: auto;
    height: max-content;
    direction: rtl;
}

.blog-info-heading::-webkit-scrollbar {
    width: 0.2rem !important;
}

.blog-info-section{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 30%;
}

.blog-detail-content{
    width: 70%;
}

.blog-info-title{
    font-size: 0.86rem;
    font-weight: 500;
    font-family: 'Aileron';
    color: black;
    margin-bottom: 1.8rem;
    direction: ltr;
    margin-left:1rem;
}

.blog-info-heading{
    width: 80%;
}

.blog-share-section{
    width: 80%;
    margin-top: 0.8rem;
}

.blog-share-title{
    font-size: 1.2rem;  
    color: #000;        
    font-weight: 600;
    font-family: 'Aileron';
    margin-bottom: 1rem;
    width: 100%;
}

.blog-share-icons{
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.blog-share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    text-decoration: none !important;
    cursor: pointer;
}

.blog-share-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.blog-share-icon.facebook:hover {
    opacity: 0.8;
}

.blog-share-icon.twitter:hover {
    opacity: 0.8;
}

.blog-share-icon.linkedin:hover {
    opacity: 0.8;
}

.blog-share-icon.medium:hover {
    opacity: 0.8;
}

.blog-share-icon.copy-link:hover {
    opacity: 0.8;
}

.blog-share-icon.native-share:hover {
    opacity: 0.8;
}

.blog-share-icon svg {
    transition: all 0.3s ease;
}

.blog-share-icon:hover svg {
    transform: scale(1.1);
}

/* Responsive adjustments for share icons */
@media (max-width: 576px) {
    .blog-share-icons {
        gap: 0.3rem;
    }
    
    .blog-share-icon svg {
        width: 28px;
        height: 28px;
    }
}

.blog-detail-tags{
    width: 80%;
    margin-top: 1.4rem;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.4rem;
}

.blog-detail-tag{
    background: #EDEEF3;
    color: black;
    border-radius: 0.4rem;
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
}

.comment-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    margin-top: 1rem;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    height: 2.4rem;
}

.comment-form textarea {
    height: 150px;
    resize: vertical;
}

.comment-form .form-check {
    margin: 15px 0;
}

.comment-form .btn-submit {
    background: #013370;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}

.comment-form .btn-submit:hover {
    background: #012350;
}

.comment-form-inputs{
    display: flex;
    gap: 1rem;
}   

.comment-form-inputs .form-group{
    width: 50%;
}

.required-note {
    font-size: 0.9rem;
    color: black;
    margin-top: -0.7rem;
    width: 100%;
    text-align: center;
}

.form-check{
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0;
}

.comment-form input[type="checkbox"]{
    width: 1rem;
    height: 1rem;
    margin-bottom: -0.4rem;
    border: 1px solid #ddd;
}

.iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 0.4rem;
}

span.new-price {
    margin-left: 0.6rem !important;
}

#writeReviewModal .btn-close {
    margin-right: 0.1rem !important;
    box-sizing: content-box;
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.8rem !important;
}

@media all and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        align-items: center !important;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }
    .dropdown-menu li {
        position: relative;
    }
    .dropdown-menu .submenu {
        display: block;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 100%;
        top: 10px;
    }
    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: transparent;
    }
    .dropdown-menu > li:hover > .submenu {
        visibility: visible;
        opacity: 1;
        top: -7px;
    }

    /* Show Dropdown Menu on Hover instead Click Start */
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease-in;
    }
    .navbar .dropdown:hover > .dropdown-menu {
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .navbar .dropdown:hover > .dropdown-menu:hover > .dropdown-menu {
        display: block;
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease-in;

        margin-top: 0;
        box-shadow: 0 0 8px 0 rgba(1, 0, 64, 0.07);
        border: 0;
    }

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

    /* For Specific Dropdown Menu Extra Space for top */
    li.nav-item.dropdown.dropdown-top-space {
        padding: 0.75em 0;
    }
    li.nav-item.dropdown.dropdown-top-space .nav-link {
        margin-top: 0.75em;
        margin-bottom: 0.75em;
    }
    li.nav-item.dropdown.menu-round-btn.dropdown-top-space .nav-link {
        margin-top: 0;
        margin-bottom: 0;
    }

    /* Show Dropdown Menu on Hover instead Click End */
}

@media (min-width: 300px) and (max-width: 530px){
    .instructor-map-page-area {
        margin-top: 1rem;
    }

    .lg-mt-10 {
        margin-top: 3rem !important;
    }

    .our-tutors-slider .slide-wrap{
        width: 100%;
    }

    .h-15{
        height: 15rem !important;
    }

    .h-17{
        height: 17rem !important;
    }

    .h-20{
        height: 20rem !important;
    }

    .h-24{
        height: 24rem !important;
    }

    .h-25{
        height: 25rem !important;
    }

    .h-26{
        height: 26rem !important;
    }

    .h-28{
        height: 28rem !important;
    }

    #mainNav .navbar-nav .dropdown-menu a {
        padding: 8px !important;
    }

    #newVideoPlayerModal .modal-dialog,
    .VideoTypeModal .modal-dialog {
        max-width: 740px;
    }

    .testimonial-item > div > div:first-child {
        margin: 0 auto;
    }

    .testimonial-bottom-content {
        text-align: center;
    }
    .testimonial-bottom-content .course-rating {
        justify-content: center;
    }

    img.bg-image-cat, .img-cat-container {
        top: 3.6rem !important;
    }

    .courses-area-top-margin{
        margin-top: -18rem !important;
    }

    .course-single-details-left-content {
        margin-top: 0 !important;
    }

    .page-top-content-header {
        background-color: transparent !important;
        top: 12rem;
        padding: 0;
    }

    .navbar .dropdown-menu a::after {
        right: 0;
    }

    .course-image-home{
        width: 100%;
        max-height: 20rem;
    }

    img.blog-page-area-img {
        height: 18rem;
        width: 96%;
    }

    .blog-page-area-content{
        padding: 1rem;
        width: 96%;
    }

    h2.blog-page-area-title {
        font-size: 1rem;
    }

    p.blog-page-area-description{
        line-height: 1rem;
    }

    .blog-info-wrap{
        padding: 0;
    }

    .blog-info-item-icon img {
        width: 2rem !important;
        height: 2rem !important;
    }

    .blog-detail-title{
        font-size: 1.8rem;
        width: 90%;
        margin-top: 2rem;
    }

    .blog-detail-date{
        font-size: 1rem;
        margin-block: 1rem;
    }

    .blog-detail-img{
        width: 96%;
        height: 16rem;
        margin: auto;
    }

    .blog-detail-info{
        margin-block: 2rem;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .blog-info-heading{
        margin-bottom: 1rem;
        border-left: 1px solid #ccc;
        overflow-y: auto;
        height: 4rem;
        direction: rtl;
    }

    .blog-info-section{
        flex-wrap: nowrap;
        width: 100%;
    }

    .blog-detail-content{
        width: 90%;
        margin: 2rem auto;
    }

    .comment-form{
        width: 96%;
        margin: auto;
    }

    .blog-main-list{
        width: 100%;
    }

    .blog-sidebar{
        width: 100%;
    }

    .blog-page-list .home-page-container {
        flex-wrap: wrap !important;
        display: flex !important;
        padding-left: 1.6rem;
    }

    .blog-item-page {
        width: 100%;
        margin-block: 1rem;
    }

    .contact-us-page header {
        background-color: #F0F5F2;
        height: 54rem;
    }

    .contact-us-page-header .items{
        position: static;
        width: 96%;
        margin: 1rem auto;
    }

    .detail.about .page-banner-new-title {
        text-align: center;
        font-size: 1rem;
        width: max-content !important;
    }

    .thank-you-page .page-banner-new-title svg {
        position: absolute;
        left: 4rem;
        top: 2.8rem;
        width: 10rem;
    }

    .order-details-header.d-flex.justify-content-between.align-items-center {
        flex-direction: column;
    }

    .download-invoice-btn {
        margin-top: 0.8rem;
    }

    .thank-you-page .product-item {
        flex-direction: column;
    }

    .thankyou-page-area .checkout-img {
        width: 8rem;
    }

    .thank-you-page .quantity {
        margin-inline-start: 0 !important;
        width: 100%;
    }
    
    .thank-you-page .total-price {
        margin-inline-start: 0 !important;
        width: 100%;
    }

    .thank-you-page .detail .course-header {
        height: 30rem;
    }

    .thank-you-page .detail .page-banner-new-title {
        left: 3.6vw;
    }

    .cats-text{
        position: relative;
        z-index: 99;
        font-size: 2.4rem !important;
        letter-spacing: 0.1rem !important;
        line-height: 2rem !important;
        margin-top: 0 !important;
        height:auto !important;
    }

    .dropdown-user-info .message-user-item {
        padding: 0 0.8rem;
    }

    .chat-btn {
        display: none;
    }

    .panel-mobile{
        display: block;
    }

    .panel-desktop{
        display: none;
    }

    .courses-filter-wrap {
        margin-inline-start: 1rem;
    }

    .happy-students-slider .swiper-slide-name{
        font-size: 1.4rem;
    }

    .courses-filter-wrap form {
        margin: 0 !important;
    }
    
    .product-details-container{
        flex-direction: column;
        padding-inline:0.6rem;
    }

    .products-page{
        width: 100%;
    }

    .products-page-right{
        width: 100%;
    }

    .product-thumbs-swiper {
        width: 66%;
        margin-left: 16%;
    }

    .product-swiper-buttons {
        position: absolute;
        right: 0;
        height: 35rem !important;
        top: 0;
        align-items: end;
        width: 100%;
    }

    .product-btn-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: end;
        margin-bottom: 0.4rem;
    }

    .blue-banner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }

    .banner-text {
        width: max-content;
    }

    .banner-duration {
        text-align: center;
        width: 100%;
    }

    .current-price {
        font-size: 1.2rem;
    }

    .original-price {
        font-size: 1rem;
    }

    .discount-badge {
        padding: 0.3rem;
        font-size: 0.8rem;
    }

    .deal-banner .progress-bar-container {
        width: 120px;
    }

    .courier-icon {
        width: 1.6rem;
    }

    .speedaf {
        transform: scale(1.4);
    }

    .why-choose-ms ul li {
        flex: 1 1 100%;
    }

    .product-quantity-container {
        background: #D9D9D9E5;
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 7.2rem;
        padding-inline: 1rem;
        z-index: 99;
    }

    .product-btn-container.position-relative.like-btns {
        width: 4rem;
        flex-direction: column;
        height: 4rem;
    }

    .product-quantity .quantity-btn {
        background: white;
        font-size: 2rem;
        width: 3rem !important;
        height: 2.4rem !important;
    }

    .product-review .rating-summary-container {
        margin-top: 1rem;
        margin-inline: 1rem;
    }

    .product-image-grid-container{
        display: none;
    }

    .products-reviews-section .filters{
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        width: 100%;
        margin-inline: 1rem
    }

    .product-reviews-filter-tabs {
        width: 100% !important;
        margin-inline: 1rem;
    }

    .product-reviews-filter {
        width: 70% !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999 !important;
        height: 100%;
        overflow-y: scroll;
        display: none;
    }

    .product-reviews-filter h2.section-title{
        text-align: start;
    }

    .products-reviews-section .d-flex.align-items-center.gap-2 {
        margin-inline: 1rem;
    }

    .product-review .review-progress-bar-wrap {
        width: 100% !important;
    }

    .products-reviews-section {
        flex-wrap: wrap;
    }

    .product-quantity h1{
        display: none;
    }

    .quantity-input {
        height: 2.4rem !important;
    }

    .product-quantity {
        margin-block: 1rem;
        width: 50%;
        height: max-content;
        margin-inline: 0.2rem;
    }

    .quantity-wrapper{
        position: relative;
        z-index: 9;
    }

    button.add-to-cart-btn {
        padding: 0.4rem 1rem;
        width: 100%;
    }

    .product-add-to-cart {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        position: absolute;
        width: 90%;
        margin-top: 1rem;
            align-items: end;
            left: 5%;
    }

    button.checkout-btn {
        padding: 0.4rem 1rem;
    }

    .product-swiper {
        width: 100% !important;
    }

    .swiper.featuredCoursesSlider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        height: 44rem;
    }

    .featured-prev-btn {
        margin-left: 0.2rem;
    }

    .home-page-container{
        width: 100%;
        margin: 0 auto;
    }

    .home-page-form-container.home-page-container{
        display: none;
    }

    .swiper-scrollbar2.swiper-scrollbar-horizontal{
        width: 10rem !important;
    }

    .all-products-area .product-section-wrap{
        display: flex !important;
        gap: 0.6rem;
    }

    ul#pills-tab li {
        width: 50% !important;
    }

    .menu-notification-tab-content .message-user-item {
        justify-content: flex-end !important;
        padding: 0 !important;
        margin-inline-end: 0.6rem !important;
        width: 90% !important;
    }

    .navbar .nav-item .dropdown-menu{
        overflow-x: hidden;
    }

    ul#pills-tab {
        display: flex !important;
        flex-direction: row !important;
        width: 80% !important;
        margin-inline-start: 3.4rem !important;
        height: 2.6rem;
    }

    .custom-scrollbar.menu-notification-tab-content {
        width: 80% !important;
        margin-inline-start: auto;
    }

    a.theme-btn.theme-button1.theme-button3.w-100.mb-30.enrollCourse.enroll-btn {
        width: 98.2% !important;
    }

    .course-container.mx-auto.w-90 {
        display: none;
    }

    .swiper.course-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        height: 38rem;
    }

    .grid-5{
        grid-column: span 2;
        grid-row-start: 8;
        grid-row-end: 14;
    }

    .footer-widget.footer-about {
        margin: 1rem !important;
    }
    .course-name-home{
        min-height: 1.2rem;
    }

    .first-div-course-detail{
        order: 1 !important;
    }

    .second-div-course-detail{
        order: 3 !important;
    }

    .third-div-course-detail{
        order: 2 !important;
        margin-top: 0;
    }

    .detail .course-header {
        height: 26rem;
    }

    .detail .course-header-bg svg {
        background: white !important;
    }

    .courses-filter-wrap #searchCourse,
    .courses-filter-wrap #search-product {
        border-left: 1px solid #80808070 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        width: 80%;
    }

    .course-item-home {
        width: 96%;
        margin-inline: 2%
    }

    .footer-bottom-nav ul li a {
        font-size: 0.8rem;
        text-align: center;
    }

    .course-list .course-header-bg svg {
        background: white !important;
    }

    .course-list .course-header{
        height: 26.5rem;
    }

    .course-list  .course-header-bg {
        top: 4.6rem !important;
        min-height: 22rem !important;
        max-height: 22rem;
    }

    .detail .course-header-bg svg path{
        fill: white !important;
    }

    .courses-page-area {
        padding: 1.3rem 0;
    }

    .detail .page-banner-new-title {
        margin-top: 0.6rem;
        text-align: center;
        font-size: 1rem;
    }

    .mobile-filter-select {
        column-gap: 0.4rem;
        display: flex !important;
    }

    button.apply {
        width: 100%;
        background: #033571;
        padding: 0.6rem;
        border-radius: 0.4rem;
        color: white;
        font-weight: 600;
    }

    .filter-select{
        display: none;
    }

    .courses-filter-wrap .input-group-text{
        border-right: 1px solid #80808070 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .page-banner-new-title {
        width: 100% !important;
    }

    .mobile-fixed-btns-course {
        position: fixed;
        bottom: 0 !important;
        left: 0 !important;
        background: #d7d8d8;
        padding: 0.8rem 1rem;
        z-index: 99;
    }

    .apply{
        display: block;
    }

    .copyright-wrapper{
        margin: 0 !important;
    }

    .footer-bottom-nav {
        margin-bottom: 1rem;
    }
        
    .coursesLeftSidebar {
        position: fixed;
        top: 0;
        z-index: 999 !important;
        width: 80% !important;
        height: 100%;
        overflow-y: scroll;
        background: white;
        padding: 2rem 1rem;
        display: none;
    }

    .header-nav-left-side{
        max-height: 90% !important;
        justify-content: start;
        overflow-y: scroll;
        width: 100%;
    }

    .course-header svg {
        width: 100vw !important;
        height: 100% !important;
    }

    .courses-slider{
        display: block; 
    }
    
    .course-header{
        height: 13.6rem;
    }

    .svg-mask-container {
        height: 8rem;
    }

    .course-header-bg {
        top: 4.6rem !important;
        min-height: auto !important;
        max-height: 9rem;
    }

    .courses-crumb ol.breadcrumb {
        margin-inline-start: 0 !important;
    }

    .course-single-details-right-content {
        margin-bottom: 0 !important;
    }

    .instructor-profile-header {
        flex-wrap: wrap;
    }

    .instructor-title {
        width: 100%;
        margin-bottom: 1rem;
    }

    .ins-info.instructor-new.instructor-new-1 {
        border-left: 0 !important;
    }

    .review-progress-bar-wrap {
        width: 100%;
    }

    .barras {
        margin: 0 auto !important;
        width: 100%;
    }

    .progress-bar-box {
        justify-content: space-between;
    }

    .rating-summary-container {
        flex-direction: column;
    }

    .average-rating-circle {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .rating-meta {
        margin-left: 0;
    }

    button.filter-tab {
        padding: 0.4rem;
        font-size: 0.7rem;
        margin: 0.1rem;
    }

    .review-container .reviewer-name {
        font-size: 0.8rem;
    }

    .review-container .action-button svg {
        width: 1rem;
        height: 1rem;
    }

    .review-container .action-button {
        padding: 0.4 0.4rem;
    }

    .review-container .reviewer-info {
        padding: 0 !important;
        margin-top: 0.4rem;
    }

    .review-container {
        padding: 0.8rem 0;
    }

    .courses-pagination {
        width: 100%;
    }

    .ins-info.instructor-new {
        width: 50%;
    }

    .curriculum-content .accordion-body .d-flex {
        display: flex !important;
        flex-direction: row;
        align-items: center !important;
    }

    h2.section-title {
        text-align: center;
    }

    .instructor-image {
        margin: 0 auto !important;
    }

    .instructor-details {
        text-align: center;
    }

    .instructor-rating {
        justify-content: center;
    }

    .instructor-stats {
        justify-content: center;
    }

    .social-links {
        justify-content: center;
        margin: 1rem auto;
    }

    .navbar-img{
        width: 8rem !important;
        margin-inline-start: 0.4rem !important;
    }

    button.navbar-toggler {
        border: none !important;
    }

    .navbar-expand-lg .navbar-collapse{
        background: white !important;
        position: absolute;
        height: 100vh;
        padding: 1rem !important;
        top: 0;
        left: 0;
        width: 80vw !important;
    }

    .navbar .nav-item .dropdown-menu {
        max-height: max-content;
        overflow-y: auto;
        border: none !important;
    }

    .home-page-slider-h2 {
        font-size: 1.2rem;
        line-height: 2rem;
        width: 86%;
        height: 4rem;
        margin: 0 auto;
    }

    .home-page-swiper {
        top: 5rem;
        width: 80% !important;
    }

    
    .home-page-slider-p{
        line-height: 1.5rem !important;
        width: 100% !important;
        text-decoration: none;
        height: 8rem;
    }

    .section-tag-title {
        font-size: 0.8rem;
    }

    .featured-courses{
        margin-block: 1.8rem;
    }

    .courses-section{
        padding-block: 2rem;
    }

    .home-page-slider-images .img1{
        width: 100% !important;
    }

    .swiper-scrollbar {
        margin-bottom: 1rem !important;
        width: 15rem !important;
    }

    .home-page-slider-svg {
        top: 11rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 55;
        width: 6rem;
    }

    .mobile-btn {
        display: flex;
        position: absolute;
        width: 100%;
        top: 1rem;
        justify-content: space-evenly;
    }

    .mobile-btn .header-right-nav {
        display: flex;
        width: 96%;
        justify-content: space-around;
        position: absolute;
        top: 46rem;
        flex-direction: row-reverse;
    }

    .mobile-btn .header-right-nav li{
        list-style: none;
        width: 46.8%;
    }

    .mobile-btn .header-right-nav .menu-sign-in-btn a {
        color: white !important;
        font-family: 'Aileron', sans-serif;
        background-color: var(--secondary-color);
        padding: 0.6rem 1rem;
        font-weight: 500;
        border-radius: 0.25rem;
        width: 100% !important;
        display: block;
        text-align: center;
    }

    .mobile-btn .header-right-nav .menu-sign-in-btn #signInBtn {
        color: var(--secondary-color) !important;
        font-family: 'Aileron', sans-serif;
        background-color: white;
        padding: 0.6rem 1rem;
        font-weight: 500;
        border-radius: 0.25rem;
        width: 100% !important;
        display: block;
        text-align: center;
    }

    header.home-page {
        height: 52rem;
    }

    .section-home-tabs {
        padding: 0;
        width: 100%;
    }

    .course-tabs-home {
        overflow-x: scroll;
        padding-bottom: 0.4rem;
    }

    .course-tab-home {
        padding: 0.5rem 1rem;
        min-width: max-content !important;
    }

    .section-heading-home {
        font-size: 1.4rem;
        text-align: center !important;
        margin-top: 1rem;
        margin-inline: auto;
        width:96%;
    }

    .featured-product-button-wrap{
        width: 100%;
    }

    .featured-courses-right-wrap img {
        height: 20rem;
    }

    .featured-product-button{
        width: 100%;
        text-align: center;
    }

    .featured-courses-left-wrap img {
        height: 20rem;
    }

    .tab-content>.active {
        flex-direction: column;
        margin: 1rem 0;
        width: 100%;
    }

    a.view-all-btn-home-btn {
        width: 100%;
        text-align: center;
    }

    .about-cef-wrap{
        grid-template-columns: repeat(1, auto);
        padding: 0;
        padding-inline: 1rem;
    }

    .about-grid-item {
        width: 100%;
        grid-column: span 2;
    }

    .grid-2 {
        grid-row-start: 3;
        grid-row-end: 5;
    }

    .grid-3 {
        grid-row-start: 5;
        grid-row-end: 7;
    }

    .grid-4 {
        grid-row-start: 7;
        grid-row-end: 8;
        margin-left: auto;
        grid-column: span 2;
    }

    .grid-5{
        margin-top: -1rem;
    }

    .grid-6 {
        grid-row-start: 14;
        grid-row-end: 15;
        margin-top: -4rem;
        margin-left: 0 !important;
    }

    .grid-7 {
        grid-row-start: 15;
        grid-row-end: 17;
    }

    .grid-8 {
        grid-row-start: 17;
        grid-row-end: 19;
    }

    .grid-9 {
        grid-row-start: 19;
        grid-row-end: 21;
    }

    .product-section-wrap {
        flex-direction: column;
        padding: 0 !important;
    }

    a.product-flex {
        width: 100%;
        margin: 0 !important;
    }

    .blog-list .blog {
        width: 100%;
    }

    .blog-list {
        flex-direction: column;
        padding: 0 !important;
    }

    .home-page-grid{
        width: 96vw !important;
        height: 100% !important;
        height: 52rem;
    }

    .home-page-slider-images .img3,
    .home-page-slider-images .img2,
    .home-page-slider-images .form1{
        display: none !important;
    }

    .featured-courses-wrap {
        padding: 1rem;
        flex-direction: column;
    }

    .featured-courses-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .featured-courses-right {
        width: 100%;
        display: flex;
        gap: 0.4rem;
        margin: 0 auto;
        margin-top: 1.2rem;
    }

    .happy-students-slider .swiper {
        margin-top: 2rem;
    }

    .featured-courses-left-wrap .svg-block {
        left: 0;
    }

    .featured-courses-ratings{
        display: none !important;
    }

    .happy-students-slider .swiper-slide-wrap {
        flex-direction: column;
    }

    .happy-students-slider .swiper-slide-img {
        width: 99%;
        height: 99%;}

    .happy-students-slider .swiper-slide-img-container {
        width: 18rem !important;
        height: 18rem !important;
        margin: 0 auto;
    }

    .happy-students-slider .course-info-video-img {
        height: 14rem;
        width: 14rem;
    }

    .happy-students-slider .swiper-slide-content {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0.2rem 0 !important;
    }

    .happy-students-bg {
        height: 30rem;
    }

    .happy-students-section {
        height: 44rem;
    }

    .product-variety-section-wrap{
        display: none;
    }

    .variety-section-slider{
        display: block;
        margin: 1.4rem auto;
        height: 30rem;
    }

    .variety-slider {
        height: 32rem;
    }

    .our-tutors{
        margin-top: 2rem;
        height: 36rem;
    }

    .our-tutors-slider{
        margin-top: 2rem;
    }

    .about-cef{
        padding-block: 2rem;
    }

    .products-section{
        padding-block: 2rem;
    }

    .students-button-container{
        width: 96% !important;
        margin-inline-start: 2%;
    }

    .featured-button-container{
        width: 96% !important;
        margin-inline-start: 2%;
        top: 7rem !important;
    }

    .testimonial-next-btn{
        margin-right: 0.2rem;   
    }

    .featured-next-btn{
        margin-right: 0.2rem;
    }

    .registeration-process{
        margin-top: 2rem;
    }

    .registeration-process-image-mobile{
        display: block;
        padding-inline: 1rem;
    }

    .registeration-process-image{
        display: none;
    }

    .registeration-process-image-mobile svg {
        width: 100% !important;
    }

    .happy-students-slider .swiper-slide-description {
        width: 100% !important;
        text-align: center;
        height: 10rem;
    }

    .why-cef-section{
        padding-top: 2rem;
    }

    .why-cef-section .why-cef-wrap {
        width: 100%;
        flex-direction: column;
    }

    .why-cef-wrap-left {
        width: 100% !important;
    }

    .why-cef-wrap-grid{
        grid-template-rows: repeat(7, 4.2rem);
        grid-template-columns: repeat(3, 33%);
        margin-top: 0;
    }

    .why-cef-wrap-grid .img1{
            height: 12rem;
    }

    .why-cef-wrap-grid .img2{
        height: 9.8rem;
        width: 96%;
    }

    .why-cef-wrap-grid .img3{
            min-width: 10.8rem;
        height: 9.2rem;
    }

    .blog-section-home{
        padding-block: 2rem;
    }

    .why-cef-wrap-grid .svg2 {
        margin-left: 2rem;
        width: 4.6rem;
    }

    .why-cef-wrap-grid .svg1{
        margin-left: 0;
    }

    .why-cef-wrap-right {
        padding: 0 1rem;
        width: 100% !important;
    }

    .list-tick li{
        max-height: 6rem;
    }

    .list-tick li::before{
        top: 16%;
    }

    .begin-now-btn{
        width: 100%;
        text-align: center;
    }

    .product-section-wrap{
        display: none;
    }

    a.product-flex{
        display: block;
    }

    .product-flex .sale-tag {
        z-index: 9;
    }

    .product-section-slider {
        margin-top: 2rem;
        display: block;
        margin-inline: 1rem;
    }

    .products-slider{
        height: 30rem;
    }

    .product-variety-section{
        padding-block: 2rem;
    }

    .featured-product{
        width: 100%;
        margin: 0 auto;
    }

    .blog-list{
        display: none;
    }

    .blog-section-slider{
        display: block;
        padding-inline: 1rem;
    }

    .header-right-nav {
        width: 100%;
    }

    .header-right-nav ul {
        flex-direction: column-reverse;
        margin-inline: 0.4rem !important;
    }

    .home-navbar #mainNav .navbar-nav .nav-item .nav-link{
        color: var(--secondary-color) !important;
    }

    a.navbar-img-mobile {
        width: 8rem !important;
    }

    .nav-close-mobile{
        width: 1.4rem;
    }

    .courses-sidebar-area {
        margin-top: 2rem;
    }

    .filter-close-mobile{
        width: 1.4rem;
    }

    form.form-search-mobile {
        margin: 1rem auto;
        display:block;
    }

    .mobile-view{
        display: flex;
    }

    #searchCourse,
    #search-product{
        width: 81.6%;
        border-top-right-radius: 0.6rem !important;
        border-bottom-right-radius: 0.6rem !important;
        border: 1px solid rgb(186, 186, 186) !important;
        border-left: none !important;
    }

    #searchCourse::placeholder,
    #search-product::placeholder{
        font-family: 'Aileron';
        font-weight: 500;
        color:rgb(186, 186, 186) !important;
    }

    .input-group-text{
        background: white !important;
        border: 1px solid rgb(186, 186, 186) !important;
        border-right: none !important;
        border-top-left-radius: 0.6rem !important;
        border-bottom-left-radius: 0.6rem !important;
    }


    .header-right-nav ul .search-hover{
        display: none !important;
    }

    .navbar .nav-item {
        margin-inline: 0 !important;
        width: 100%;
        margin-block: 0.2rem;
    }

    .navbar .menu-sign-in-btn a {
        width: 100% !important;
        display: block !important;
        text-align: center;
    }

    .home-navbar .menu-sign-in-btn #signInBtn {
        border: 2px solid var(--secondary-color) !important;
        margin: 0 !important;
        padding: 0.4rem;
    }

    .courses-table{
        display: none;
    }

    .courses-cards{
        display: block !important;
    }

    .course-card .wishlist-item .course-img-wrap {
        width: 100% !important;
    }

    .course-card .wishlist-course-item {
        width: 100%;
    }

    .course-card .course-item.wishlist-item {
        width: 80vw;
        margin: 0 auto;
    }

    .course-card .wishlist-item .course-title {
        font-size: 1.2rem;
        line-height: 20px;
        margin: 0.6rem;
    }

    .course-card .font-15.color-heading {
        display: flex;
        justify-content: space-between;
        margin: 0.4rem 0;
        flex-wrap: wrap;
        align-items: center;
    }

    .login-form {
        width: 98%;
        padding: 0.6rem;
    }

    .tajweed-header {
        height: auto;
    }

    .social-media-login-wrap {
        margin: 0.2rem auto;
    }

    .sign-up-form {
        width: 98%;
    }

    .sign-up-form form label.reg-label {
        margin-left: 1rem;
    }

    .auth-section .step::after {
        width: 13.4vw;
    }

    .table-calendar th, .table-calendar tr{
        width: 2rem !important;
        max-width: 2rem !important;
        min-width: 2rem !important;
    }

    #mainNav {
        height: 5rem !important;
        padding: 8px 0 !important;
    }

    #mainNav .container-fluid{
        padding: 0 !important;
    }

    #mainNav .navbar-brand {
        margin-left: 20px;
    }

    .navbar-nav {
        width: 100%;
        margin: 0 !important;
    }

    a#librariesDropdown {
        margin: 0 !important;
    }

    .theme-button1 {
        margin: 0 auto;
        width: 100% !important;
    }

    a.theme-btn.theme-button1.theme-button3.w-100.mb-30.demo-btn {
        margin-bottom: 0 !important;
    }

    .custome-home-header {
        width: 100vw !important;
        height: 30rem !important;
        padding-top: 3.6rem !important;
    }

    .nazira-section {
        flex-direction: column;
        height: auto;
    }

    .text-div {
        width: 100%;
        padding-left: 0;
        padding: 10px;
    }

    .animated-text{
        font-size: 40px;
        text-align: center;
    }

    .animated-text2{
        font-size: 40px;
        text-align: center;
    }

    .animated-text3{
        font-size: 40px;
        text-align: center;
    }

    .italic-text {
        font-size: 40px;
        text-align: center;
    }

    .italic-text2{
        font-size: 40px;
        text-align: center;
        width: 98%;
        margin: 0 auto;
    }

    .italic-text3{
        font-size: 20px;
        text-align: center;
    }

    .blog-div{
        flex-direction: column;
        width: 100%;
    }

    .blog-item {
        width: 98%;
    }

    .blog-writer {
        margin-top: -0.6rem;
    }

    .blog-link {
        margin-bottom: 2rem !important;
    }

    .slider-wrapper {
        padding: 2rem !important;
    }

    .slider-title {
        font-size: 20px;
        line-height: 32px;
        width: 94%;
    }

    .slider-subtitle {
        font-size: 16px;
        text-align: center;
    }

    .slider-button {
        display: block;
        margin: 1rem auto;
    }

    .swiper-btn {
        width: 2rem !important;
        height: 2rem !important;
        padding: 0.4rem !important;
    }

    .custome-home-header:hover .swiper-button-next {
        transform: translateX(20px) !important;
    }

    .img-div {
        width: 20rem;
        padding: 0;
        margin: 0 auto;
    }

    .tajweed-section {
        flex-direction: column;
        height: auto;
    }

    .tajweed-section2{
        flex-direction: column;
        height: auto;
    }

    .img-div2 {
        width: 100%;
    }

    .img-div3 {
        width: 100%;
    }

    .img-div3 .img {
        width: 18rem;
    }

    .text-div2 {
        width: 100%;
        padding: 0;
    }

    .text-div3 {
        width: 100%;
        padding: 0;
    }

    .tajweed-gradient {
        height: 100%;
    }

    .sub-text2 {
        width: 90%;
        margin: 1rem auto;
    }

    .sub-text3 {
        width: 90%;
        margin: 1rem auto;
        padding: 0;
    }

    .sub-text4 {
        width: 90%;
        margin: 1rem auto;
    }

    .img-mask-svg {
        width: 20rem;
    }

    .title-text {
        font-size: 40px;
    }

    .title-text span{
        font-size: 40px !important;
    }

    .class-div{
        flex-direction: column;
    }

    .sub-title-text{
        margin-top: -0.4rem;
    }

    .learning-div{
        padding: 2rem;
    }

    .learning-heading{
        font-size: 26px;
    }

    .learning-text{
        font-size: 15px;
        margin: 1rem 0;
    }

    .learning-section {
        height: auto;
    }

    .learning-div.scale-up {
        transform: scale(1);
        z-index: 2;
    }

    .duration {
        height: 240vh ;
    }

    .duration-heading{
        font-size: 24px;
    }

    .duration-text{
        margin-top: -14rem;
    }

    .img-div2 .img2 {
        width: 38%;
        height: 30%;
        object-fit: cover;
        position: absolute;
        top: 27.6%;
        left: 22%;
        transform: rotateY(18deg) rotateZ(-18.2deg);
    }

    .img-div3 .img2 {
        width: 19rem;
        height: 10rem;
        object-fit: cover;
        position: absolute;
        top: 6rem;
        left: 1.2rem;
        transform: rotateY(322deg) rotateX(10deg) rotateZ(-0.6deg);
        transform-style: preserve-3d;
    }

    .img-div4 {
        width: 100%;
    }

    .img-div4 .img {
        width: 12rem;
        height: 100%;
        object-fit: contain;
        margin: 0 auto;
    }

    .img-div4 .img2 {
        width: 9.6rem;
        height: 13.6rem;
        object-fit: cover;
        position: absolute;
        top: 5.2rem;
        left: 7.5rem;
    }

    .img-div .img {
        width: 22rem;
    }

    .hand {
        top: 8%;
        left: 12%;
    }
        
    .head {
        top: 6%;
        left: 40%;
    }

    .eye {
        top: 16%;
        left: 32%;
    }

    .mouth {
        top: 20%;
        left: 36%;
    }

    .ear {
        top: 18%;
        left: 48%;
    }

    .blog-list2 .blog p{
        height: 4.6rem;
    }

}

@media (min-width: 531px) and (max-width: 767px){
    .instructor-map-page-area {
        margin-top: 1rem;
    }

    .lg-mt-10 {
        margin-top: 2.6rem !important;
    }

    .h-15{
        height: 15rem !important;
    }

    .h-17{
        height: 18rem !important;
    }

    .h-20{
        height: 20rem !important;
    }

    .sm-h-21{
        height: 21rem !important;
    }

    .sm-h-23{
        height: 23rem !important;
    }

    .sm-h-26{
        height: 26rem !important;
    }

    .h-24{
        height: 24rem !important;
    }

    .h-25{
        height: 25rem !important;
    }

    .h-26{
        height: 26rem !important;
    }

    .h-28{
        height: 28rem !important;
    }

    .sm-h-32{
        height: 32rem !important;
    }
    
    .product-flex .product-img {
        height: 36rem;
    }

    .our-tutors-slider .slide-wrap{
        width: 100%;
    }
    
    #mainNav .navbar-nav .dropdown-menu a {
        padding: 8px !important;
    }

    .modal-dialog {
        max-width: 648px;
    }

    .testimonial-item.testimonial-landing-2 > div > div:first-child {
        margin: 0 auto;
    }

    img.bg-image-cat, .img-cat-container {
        top: 6rem !important;
    }

    .courses-area-top-margin{
        margin-top: -12rem !important;
    }

    .page-top-content-header {
        background-color: transparent !important;
        top: 18rem;
        padding: 0;
    }
    
    .course-single-details-left-content {
        margin-top: 0 !important;
    }

    .course-single-details-right-content {
        margin-top: 0 !important;
    }

    .navbar .dropdown-menu a::after {
        right: 0;
    }

    .course-image-home{
        width: 100%;
        max-height: 34rem;
    }

    img.blog-page-area-img {
        height: 22rem;
        width: 96%;
    }

    .blog-page-area-content{
        padding: 1.2rem;
        width: 96%;
    }

    h2.blog-page-area-title {
        font-size: 1.4rem;
    }

    p.blog-page-area-description{
        line-height: 1.4rem;
    }

    .blog-info-wrap{
        padding: 0;
    }

    .blog-info-item-icon img {
        width: 2rem !important;
        height: 2rem !important;
    }

    .courses-crumb.course-details-crumb {
        margin-top: 1.2rem;
    }

    .blog-detail-title{
        font-size: 1.8rem;
        width: 90%;
        margin-top: 2rem;
    }

    .blog-detail-date{
        font-size: 1rem;
        margin-block: 1rem;
    }

    .blog-detail-img{
        width: 96%;
        height: 16rem;
        margin: auto;
    }

    .blog-detail-info{
        margin-block: 2rem;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .blog-info-heading{
        margin-bottom: 1rem;
        border-left: 1px solid #ccc;
        overflow-y: auto;
        height: 4rem;
        direction: rtl;
    }

    .blog-info-section{
        flex-wrap: nowrap;
        width: 100%;
    }

    .blog-detail-content{
        width: 90%;
        margin: 2rem auto;
    }

    .comment-form{
        width: 96%;
        margin: auto;
    }

    .blog-main-list{
        width: 100%;
    }

    .blog-sidebar{
        width: 100%;
    }

    .blog-page-list .home-page-container {
        flex-wrap: wrap !important;
        display: flex !important;
        padding: 0 2rem;
    }

    .blog-item-page {
        width: 100%;
        margin-block: 1rem;
    }

    .contact-us-page-header .items.item1 {
        top: 5rem;
        left: 4rem;
    }

    .contact-us-page-header .items.item2 {
        left: 14.2rem;
        top: 3rem;
    }

    .contact-us-page-header .items.item3 {
        top: 5rem;
        right: 4rem;
    }

    .detail.about .page-banner-heading {
        height: 8rem;
    }

    .detail.about .page-banner-new-title {
        text-align: center;
        font-size: 1rem;
        width: max-content !important;
    }

    .thank-you-page .page-banner-new-title svg {
        position: absolute;
        left: 22rem;
        top: 1.2rem;
        width: 10rem;
    }

    .order-details-header.d-flex.justify-content-between.align-items-center {
        flex-direction: column;
    }

    .download-invoice-btn {
        margin-top: 0.8rem;
    }

    .thank-you-page .product-item {
        flex-direction: column;
    }

    .thankyou-page-area .checkout-img {
        width: 8rem;
    }

    .thank-you-page .quantity {
        margin-inline-start: 0 !important;
        width: 100%;
    }
    
    .thank-you-page .total-price {
        margin-inline-start: 0 !important;
        width: 100%;
    }

    .thank-you-page .page-banner-heading {
        height: 8rem;
    }

    .thank-you-page .cat-text {
        height: 4rem;
    }

    .thank-you-page .detail .course-header-bg svg {
        height: 26rem !important;
    }

    .thank-you-page .detail .course-header {
        height: 32rem !important;
    }

    .thank-you-page .detail .page-banner-new-title {
        left: 3.6vw;
    }

    .checkout-page-bg header{
        padding-top: 6rem;
    }

    .cats-text{
        position: relative;
        z-index: 99;
        font-size: 2.4rem !important;
        letter-spacing: 0.1rem !important;
        line-height: 2rem !important;
        margin-top: 0 !important;
        height:auto !important;
    }

    .dropdown-menu-profile.dropdown-menu.dropdown-menu-end.show {
        position: static;
    }

    .dropdown-user-info .message-user-item {
        padding: 0 0.8rem;
    }

    .chat-btn {
        display: none;
    }

    .panel-mobile{
        display: block;
    }

    .panel-desktop{
        display: none;
    }

    .courses-filter-wrap {
        margin-inline-start: 1.2rem;
    }

    .courses-filter-wrap form {
        margin: 0 !important;
    }

    .product-details-container{
        flex-direction: column;
        padding-inline:0.6rem;
    }

    .products-page{
        width: 100%;
    }

    .products-page-right{
        width: 100%;
    }

    .product-thumbs-swiper {
        width: 66%;
        margin-left: 16%;
    }

    .product-swiper-buttons {
        position: absolute;
        right: 0;
        height: 35rem !important;
        top: 0;
        align-items: end;
        width: 100%;
    }

    .product-btn-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: end;
        margin-bottom: 0.4rem;
    }

    .blue-banner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }

    .banner-text {
        width: max-content;
    }

    .banner-duration {
        text-align: center;
        width: 100%;
    }

    .current-price {
        font-size: 1.2rem;
    }

    .original-price {
        font-size: 1rem;
    }

    .discount-badge {
        padding: 0.3rem;
        font-size: 0.8rem;
    }

    .deal-banner .progress-bar-container {
        width: 120px;
    }

    .courier-icon {
        width: 1.6rem;
    }

    .speedaf {
        transform: scale(1.4);
    }

    .why-choose-ms ul li {
        flex: 1 1 100%;
    }

    .product-quantity-container {
        background: #D9D9D9E5;
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 7.2rem;
        padding-inline: 1rem;
        z-index: 99;
    }

    .product-btn-container.position-relative.like-btns {
        width: 4rem;
        flex-direction: column;
        height: 4rem;
    }

    .product-quantity .quantity-btn {
        background: white;
        font-size: 2rem;
        width: 3rem !important;
        height: 2.4rem !important;
    }

    .product-review .rating-summary-container {
        margin-top: 1rem;
        margin-inline: 1rem;
    }

    .product-image-grid-container{
        display: none;
    }

    .products-reviews-section .filters{
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        width: 100%;
        margin-inline: 1rem
    }

    .product-reviews-filter-tabs {
        width: 100% !important;
        margin-inline: 1rem;
    }

    .product-reviews-filter {
        width: 70% !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999 !important;
        height: 100%;
        overflow-y: scroll;
        display: none;
    }

    .product-reviews-filter h2.section-title{
        text-align: start;
    }

    .products-reviews-section .d-flex.align-items-center.gap-2 {
        margin-inline: 1rem;
    }

    .product-review .review-progress-bar-wrap {
        width: 100% !important;
    }

    .products-reviews-section {
        flex-wrap: wrap;
    }

    .product-quantity h1{
        display: none;
    }

    .quantity-input {
        height: 2.4rem !important;
    }

    .product-quantity {
        margin-block: 1rem;
        width: 50%;
        height: max-content;
        margin-inline: 1rem;
    }

    .quantity-wrapper{
        position: relative;
        z-index: 9;
    }

    button.add-to-cart-btn {
        padding: 0.4rem 1rem;
        width: 100%;
    }

    .product-add-to-cart {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        position: absolute;
        width: 90%;
        margin-top: 1rem;
        align-items: end;
        left: 5%;
    }

    button.checkout-btn {
        padding: 0.4rem 1rem;
    }

    .product-swiper-buttons {
        position: absolute;
        right: 0;
        height: 34.34rem !important;
        top: 0;
        align-items: end;
    }

    .product-swiper {
        width: 100% !important;
    }

    .swiper.featuredCoursesSlider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        height: 58rem;
    }

    .featured-prev-btn {
        margin-left: 1.2rem;
    }

    .featured-button-container{
        width: 96% !important;
        margin-inline-start: 2%;
        top: 8.6rem !important;
    }

    .home-page-container{
        width: 100%;
        margin: 0 auto;
    }

    .home-page-form-container.home-page-container{
        display: none;
    }

    .page-banner-heading {
        height: 7rem;
    }

    .all-products-area .product-section-wrap{
        display: flex !important;
        flex-direction: row;
        gap: 1rem;
    }

    .course-list .course-item-home {
        width: 100% !important;
    }

    ul#pills-tab li {
        width: 50% !important;
    }

    .menu-notification-tab-content .message-user-item {
        justify-content: flex-end !important;
        padding: 0 !important;
        margin-inline-end: 0.6rem !important;
        width: 90% !important;
    }

    .navbar .nav-item .dropdown-menu{
        overflow-x: hidden;
    }

    ul#pills-tab {
        display: flex !important;
        flex-direction: row !important;
        width: 80% !important;
        margin-inline-start: 3.4rem !important;
        height: 2.6rem;
    }

    .custom-scrollbar.menu-notification-tab-content {
        width: 80% !important;
        margin-inline-start: auto;
    }

    a.theme-btn.theme-button1.theme-button3.w-100.mb-30.enrollCourse.enroll-btn {
        width: 98.2% !important;
    }

    .course-container.mx-auto.w-90 {
        display: none;
    }

    .swiper.course-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        height: 38rem;
    }

    .grid-5{
        grid-column: span 2;
        grid-row-start: 8;
        grid-row-end: 14;
    }

    .footer-widget.footer-about {
        margin: 1rem !important;
    }

    .footer-payment {
        margin-right: 20%;
    }

    .course-name-home{
        font-size: 1.4rem;
        margin-top: 0.8rem;
    }

    .course-rating-home svg {
        width: 1.6rem;
        height: 1.6rem;
    }

    .course-rating-home {
        font-size: 1.2rem;
    }

    .course-description-home {
        font-size: 1.2rem;
        line-height: 1.4rem;
        height: 3rem;
    }

    .course-list .course-description-home {
        font-size: 1.2rem;
        line-height: 1.4rem;
        height: 4.2rem;
    }

    .course-price-home {
        font-size: 1.6rem;
    }

    .first-div-course-detail{
        order: 1 !important;
    }

    .second-div-course-detail{
        order: 3 !important;
    }

    .third-div-course-detail{
        order: 2 !important;
        margin-top: 0;
    }

    .detail .course-header {
        height: 26rem;
    }

    .detail .course-header-bg svg {
        background: white !important;
    }

    .course-list .course-header-bg svg {
        background: white !important;
    }

    .course-list .course-header{
        height: 30rem !important;
    }

    .page-banner-new-title svg {
        left: 12rem;
    }

    .course-list  .course-header-bg {
        top: 4.6rem !important;
        min-height: 22rem !important;
        max-height: 22rem;
    }

    .courses-filter-wrap #searchCourse,
    .courses-filter-wrap #search-product {
        border-left: 1px solid #80808070 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        width: 80%;
    }

    .course-item-home {
        width: 96%;
        margin-inline: 2%
    }

    .footer-bottom-nav ul li a {
        font-size: 0.8rem;
        text-align: center;
    }

    .detail .course-header-bg svg path{
        fill: white !important;
    }

    .courses-page-area {
        padding: 1.3rem 0;
    }

    .detail .page-banner-new-title {
        margin-top: 0.6rem;
        text-align: center;
        font-size: 1rem;
    }

    .mobile-filter-select {
        column-gap: 0.4rem;
        display: flex !important;
    }

    button.apply {
        width: 100%;
        background: #033571;
        padding: 0.6rem;
        border-radius: 0.4rem;
        color: white;
        font-weight: 600;
    }

    .filter-select{
        display: none;
    }

    .courses-filter-wrap .input-group-text{
        border-right: 1px solid #80808070 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .page-banner-new-title {
        width: 100% !important;
    }

    .mobile-fixed-btns-course {
        position: fixed;
        bottom: 0 !important;
        left: 0 !important;
        background: #d7d8d8;
        padding: 0.8rem 1rem;
        z-index: 99;
    }

    .apply{
        display: block;
    }

    .copyright-wrapper{
        margin: 0 !important;
    }

    .footer-bottom-nav {
        margin-bottom: 1rem;
    }
        
    .coursesLeftSidebar {
        position: fixed;
        top: 0;
        z-index: 999 !important;
        width: 80% !important;
        height: 100%;
        overflow-y: scroll;
        background: white;
        padding: 2rem 1rem;
        display: none;
        left: 0;
    }

    .header-nav-left-side{
        max-height: 90% !important;
        justify-content: start;
        overflow-y: scroll;
        width: 100%;
    }

    .course-header svg {
        width: 100vw !important;
        height: 100% !important;
    }

    .courses-slider{
        display: block; 
    }

    .svg-mask-container {
        height: 8rem;
    }

    .course-header-bg {
        top: 4.6rem !important;
    }

    .courses-crumb ol.breadcrumb {
        margin-inline-start: 0 !important;
    }

    .course-single-details-right-content {
        margin-bottom: 0 !important;
    }

    .instructor-profile-header {
        flex-wrap: wrap;
    }

    .instructor-title {
        width: 50%;
    }

    .ins-info.instructor-new.instructor-new-1 {
        border-left: 0 !important;
    }

    .review-progress-bar-wrap {
        width: 100%;
    }

    .barras {
        margin: 0 auto !important;
        width: 100%;
    }

    .progress-bar-box {
        justify-content: space-between;
    }

    .rating-summary-container {
        flex-direction: column;
    }

    .average-rating-circle {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .rating-meta {
        margin-left: 0;
    }

    button.filter-tab {
        padding: 0.4rem;
        font-size: 0.7rem;
        margin: 0.1rem;
    }

    .review-container .reviewer-name {
        font-size: 0.8rem;
    }

    .review-container .action-button svg {
        width: 1rem;
        height: 1rem;
    }

    .review-container .action-button {
        padding: 0.4 0.4rem;
    }

    .review-container .reviewer-info {
        padding: 0 !important;
        margin-top: 0.4rem;
    }

    .review-container {
        padding: 0.8rem 0;
    }


    .courses-pagination {
        width: 100%;
    }

    .ins-info.instructor-new {
        width: 50%;
    }

    .curriculum-content .accordion-body .d-flex {
        display: flex !important;
        flex-direction: row;
        align-items: center !important;
    }

    h2.section-title {
        text-align: center;
    }

    .instructor-image {
        margin: 0 auto !important;
    }

    .instructor-details {
        text-align: center;
    }

    .instructor-rating {
        justify-content: center;
    }

    .instructor-stats {
        justify-content: center;
    }

    .social-links {
        justify-content: center;
        margin: 1rem auto;
    }

    .navbar-img{
        width: 8rem !important;
        margin-inline-start: 0.4rem !important;
    }

    button.navbar-toggler {
        border: none !important;
    }

    .navbar-expand-lg .navbar-collapse{
        background: white !important;
        position: absolute;
        height: 100vh;
        padding: 1rem !important;
        top: 0;
        left: 0;
        width: 80vw !important;
    }

    .navbar .nav-item .dropdown-menu {
        max-height: max-content;
        overflow-y: auto;
        border: none !important;
    }

    .home-page-slider-h2 {
        font-size: 2rem;
        line-height: 2rem;
        width: 100%;
    }

    .home-page-swiper {
        top: 8rem;
        width: 80% !important;
        height: 33rem;
    }

    .home-page-slider-p{
        line-height: 1.5rem !important;
        width: 100% !important;
        text-decoration: none;
        font-size: 1.2rem;
    }

    .section-tag .section-tag-icon {
        margin-inline: 0.5rem;
        width: 2rem !important;
        transform: scale(1.8);
    }

    .section-tag-title {
        font-size: 1rem;
    }


    .featured-courses{
        margin-block: 1.8rem;
    }

    .courses-section{
        padding-block: 4rem;
    }

    .home-page-slider-images{
        margin-top: 3.4rem;
    }

    .home-page-slider-images .img1{
        width: 100% !important;
    }

    .swiper-scrollbar {
        margin-bottom: 7rem !important;
        width: 20rem !important;
    }

    .home-page-slider-svg {
        top: 9rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 55;
        width: 6rem;
    }

    .mobile-btn {
        display: flex;
        position: absolute;
        width: 100%;
        top: 1rem;
        justify-content: space-evenly;
    }

    .mobile-btn .header-right-nav {
        display: flex;
        width: 96%;
        justify-content: space-around;
        position: absolute;
        top: 46rem;
        flex-direction: row-reverse;
    }

    .mobile-btn .header-right-nav li{
        list-style: none;
        width: 46.8%;
    }

    .mobile-btn .header-right-nav .menu-sign-in-btn a {
        color: white !important;
        font-family: 'Aileron', sans-serif;
        background-color: var(--secondary-color);
        padding: 0.6rem 1rem;
        font-weight: 500;
        border-radius: 0.25rem;
        width: 100% !important;
        display: block;
        text-align: center;
        font-size: 1.2rem;
    }

    .mobile-btn .header-right-nav .menu-sign-in-btn #signInBtn {
        color: var(--secondary-color) !important;
        font-family: 'Aileron', sans-serif;
        background-color: white;
        padding: 0.6rem 1rem;
        font-weight: 500;
        border-radius: 0.25rem;
        width: 100% !important;
        display: block;
        text-align: center;
        font-size: 1.2rem;
    }

    header.home-page {
        height: 52rem;
    }

    .section-home-tabs {
        padding: 0;
        width: 100%;
    }

    .course-tabs-home {
        overflow-x: scroll;
        padding-bottom: 0.4rem;
    }

    .course-tab-home {
        padding: 0.5rem 1rem;
        min-width: max-content !important;
        font-size: 1.2rem;
    }

    .course-tag-home{
        font-size: 1rem;
    }

    .section-heading-home {
        font-size: 2rem;
        text-align: center !important;
        margin-block: 1.8rem;
        margin-inline:auto;
        width:96%;
    }

    .about-grid-item h2 {
    font-size: 1.2rem;
    }

    .about-grid-item p {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .section-subheading-home {
        font-size: 1.2rem;
    }

    .featured-product-button-wrap{
        width: 100%;
    }

    .featured-courses-right-wrap img {
        height: 24rem;
    }

    .featured-product-button{
        width: 100%;
        text-align: center;
    }

    .featured-courses-left-wrap img {
        height: 32rem;
        margin: 0 auto !important;
    }

    .tab-content>.active {
        flex-direction: column;
        margin: 1rem 0;
        width: 100%;
    }

    a.view-all-btn-home-btn {
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
    }

    .featured-section-description{
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .featured-courses-left-wrap .svg-block p{
        font-size: 1.2rem;
        padding: 0.2rem 0.8rem;
    }

    .featured-courses-right-wrap .svg-block p{
        font-size: 1.2rem;
        padding: 0.2rem 0.8rem;
    }

    .about-cef-wrap{
        grid-template-columns: repeat(1, auto);
        padding: 0;
        padding-inline: 1rem;
    }

    .about-grid-item {
        width: 100%;
        grid-column: span 2;
    }

    .grid-2 {
        grid-row-start: 3;
        grid-row-end: 5;
    }

    .grid-3 {
        grid-row-start: 5;
        grid-row-end: 7;
    }

    .grid-4 {
        grid-row-start: 7;
        grid-row-end: 8;
        margin-left: auto;
        grid-column: span 2;
    }

    .grid-5{
        margin-top: -1rem;
    }

    .grid-6 {
        grid-row-start: 14;
        grid-row-end: 15;
        margin-top: -4rem;
        margin-left: 0 !important;
    }

    .grid-7 {
        grid-row-start: 15;
        grid-row-end: 17;
    }

    .grid-8 {
        grid-row-start: 17;
        grid-row-end: 19;
    }

    .grid-9 {
        grid-row-start: 19;
        grid-row-end: 21;
    }

    .product-section-wrap {
        flex-direction: column;
        padding: 0 !important;
    }

    a.product-flex {
        width: 100%;
        margin: 0 !important;
    }

    .blog-list .blog {
        width: 100%;
    }

    .blog-list {
        flex-direction: column;
        padding: 0 !important;
    }

    .home-page-grid{
        width: 100% !important;
        height: 100% !important;
        height: 52rem;
        padding-left: 0 !important;
    }

    .home-page-slider-images .img3,
    .home-page-slider-images .img2,
    .home-page-slider-images .form1{
        display: none !important;
    }

    .featured-courses-wrap {
        padding: 1rem;
        flex-direction: column;
    }

    .featured-courses-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .featured-courses-right {
        width: 100%;
        display: flex;
        margin: 0 auto;
        margin-top: 1.2rem;
        gap: 0.4rem;
    }

    .happy-students-slider .swiper {
        margin-top: 2rem;
    }

    .featured-courses-left-wrap .svg-block {
        left: 0;
    }

    .featured-courses-ratings{
        display: none !important;
    }

    .happy-students-slider .swiper-slide-wrap {
        flex-direction: column;
    }

    .happy-students-slider .swiper-slide-img {
        width: 99%;
        height: 99%;
    }

    .happy-students-slider .swiper-slide-img-container {
        width: 20rem !important;
        height: 20rem !important;
        margin: 0 auto;
    }

    .happy-students-slider .course-info-video-img {
        height: 17rem !important;
        width: 17rem;
    }

    .happy-students-slider .swiper-slide-content {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0.2rem 0 !important;
    }

    .happy-students-bg {
        height: 30rem;
    }

    .happy-students-section {
        height: 44rem;
    }

    .product-variety-section-wrap{
        display: none;
    }

    .variety-section-slider{
        display: block;
        margin: 1.4rem auto;
        height: 30rem;
    }

    .variety-slider {
        height: 32rem;
    }

    .our-tutors{
        margin-top: 2rem;
        height: 36rem;
    }

    .our-tutors-slider{
        margin-top: 2rem;
    }

    .about-cef{
        padding-block: 2rem;
    }

    .products-section{
        padding-block: 2rem;
    }

    .students-button-container{
        width: 96% !important;
        margin-inline-start: 2%;
    }

    .testimonial-next-btn{
        margin-right: 0.2rem;   
    }

    .featured-next-btn{
        margin-right: 0.2rem;
    }

    .registeration-process{
        margin-top: 2rem;
    }

    .registeration-process-image-mobile{
        display: block;
        padding-inline: 1rem;
    }

    .registeration-process-image{
        display: none;
    }

    .registeration-process-image-mobile svg {
        width: 100% !important;
    }

    .happy-students-slider .swiper-slide-description {
        width: 100% !important;
        text-align: center;
        height: 5rem;
    }

    .why-cef-section{
        padding-top: 2rem;
    }

    .why-cef-section .why-cef-wrap {
        width: 100%;
        flex-direction: column;
    }

    .why-cef-wrap-left {
        width: 100% !important;
    }

    .why-cef-wrap-grid{
        grid-template-rows: repeat(7, 4.2rem);
        grid-template-columns: repeat(3, 33%);
        margin-top: 0;
    }

    .why-cef-wrap-grid .img1{
        height: 12rem;
    }
    .why-cef-wrap-grid .img2{
        height: 9.8rem;
    }

    .why-cef-wrap-grid .img3{
        min-width: 10.8rem;
        height: 9.2rem;
    }

    .blog-section-home{
        padding-block: 2rem;
    }

    .why-cef-wrap-grid .svg2 {
        margin-left: 2rem;
        width: 4.6rem;
    }

    .why-cef-wrap-grid .svg1{
        margin-left: 0;
    }
    .why-cef-wrap-right {
        padding: 0 1rem;
        width: 100% !important;
    }

    .list-tick li{
        max-height: 8rem;
        font-size: 1.2rem;
    }

    .list-tick li::before{
        top: 16%;
    }

    .begin-now-btn{
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
    }

    .product-flex .product-title {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    span.old-price {
        font-size: 1.2rem;
    }

    span.new-price {
        font-size: 1.6rem;
    }

    h6.product-category {
        font-size: 1.2rem;
    }

    .product-section-wrap{
        display: none;
    }

    a.product-flex{
        display: block;
    }

    .product-flex .sale-tag {
        z-index: 9;
    }

    .product-section-slider {
        margin-top: 2rem;
        margin-inline: 1rem;
        display: block;
    }

    .products-slider{
        height: 50rem;
    }

    .product-variety-section{
        padding-block: 2rem;
    }

    .featured-product{
        width: 100%;
        margin: 0 auto;
    }

    .blog-list{
        display: none;
    }

    .blog-section-slider{
        display: block;
        padding-inline: 1rem;
    }

    .blog-list2 .blog p{
        height: 3.6rem;
    }

    .header-right-nav {
        width: 100%;
    }

    .header-right-nav ul {
        flex-direction: column-reverse;
        margin-inline: 0.4rem !important;
    }

    .home-navbar #mainNav .navbar-nav .nav-item .nav-link{
        color: var(--secondary-color) !important;
    }

    a.navbar-img-mobile {
        width: 8rem !important;
    }

    .nav-close-mobile{
        width: 1.4rem;
    }

    .courses-sidebar-area {
        margin-top: 2rem;
    }

    .filter-close-mobile{
        width: 1.4rem;
    }

    form.form-search-mobile {
        margin: 1rem auto;
        display:block;
    }

    .mobile-view{
        display: flex;
    }

    #searchCourse,
    #search-product{
        width: 81.6%;
        border-top-right-radius: 0.6rem !important;
        border-bottom-right-radius: 0.6rem !important;
        border: 1px solid rgb(186, 186, 186) !important;
        border-left: none !important;
    }

    #searchCourse::placeholder,
    #search-product::placeholder{
        font-family: 'Aileron';
        font-weight: 500;
        color:rgb(186, 186, 186) !important;
    }

    .input-group-text{
        background: white !important;
        border: 1px solid rgb(186, 186, 186) !important;
        border-right: none !important;
        border-top-left-radius: 0.6rem !important;
        border-bottom-left-radius: 0.6rem !important;
    }


    .header-right-nav ul .search-hover{
        display: none !important;
    }

    .navbar .nav-item {
        margin-inline: 0 !important;
        width: 100%;
        margin-block: 0.2rem;
    }

    .navbar .menu-sign-in-btn a {
        width: 100% !important;
        display: block !important;
        text-align: center;
    }

    .home-navbar .menu-sign-in-btn #signInBtn {
        border: 2px solid var(--secondary-color) !important;
        margin: 0 !important;
        padding: 0.4rem;
    }

    .courses-table{
        display: none;
    }

    .courses-cards{
        display: block !important;
    }

    .course-card .wishlist-item .course-img-wrap {
        width: 100% !important;
    }

    .course-card .wishlist-course-item {
        width: 100%;
    }

    .course-card .course-item.wishlist-item {
        width: 80vw;
        margin: 0 auto;
    }

    .course-card .wishlist-item .course-title {
        font-size: 1.2rem;
        line-height: 20px;
        margin: 0.6rem;
    }

    .course-card .font-15.color-heading {
        display: flex;
        justify-content: space-between;
        margin: 0.4rem 0;
        flex-wrap: wrap;
        align-items: center;
    }

    .login-form {
        width: 98%;
        padding: 0.6rem;
    }

    .tajweed-header {
        height: auto;
        }

    .img-div2 .img2 {
        width: 43.4%;
        height: 36%;
        object-fit: cover;
        position: absolute;
        top: 22.6%;
        left: 18%;
        transform: rotateY(10deg) rotateZ(-18.2deg);
    }

    .img-div3 .img2 {
        width: 18.6rem;
        height: 10rem;
        object-fit: cover;
        position: absolute;
        top: 6rem;
        left: 6.2rem;
        transform: rotateY(326deg) rotateX(13deg) rotateZ(-0.6deg);
        transform-style: preserve-3d;
    }

    .img-div4 {
        width: 100%;
    }

    .img-div4 .img2 {
        width: 20.8rem;
        height: 27.6rem;
        object-fit: cover;
        position: absolute;
        top: 7.9rem;
        left: 6.5rem;
    }

    .login-form {
        width: 80%;
        padding: 1.4rem;
        height: 50vh;
        margin: 25vh auto;
    }

    .social-media-login-wrap {
        margin: 0.2rem auto;
    }

    .sign-up-form {
        width: 98%;
    }

    .sign-up-form form label.reg-label {
        margin-left: 0.4rem;
    }

    .auth-section .step::after {
        width: 21vw;
    }

    .blog-img {
        height: 20rem;
    }

    #mainNav {
        height: 100px !important;
        padding: 0 !important;
    }

    #mainNav .container-fluid{
        padding: 0 !important;
    }

    #mainNav .navbar-brand {
        margin-left: 20px;
    }

    .navbar-nav {
        width: 100%;
        margin: 0 !important;
    }

    a#librariesDropdown {
        margin: 0 !important;
    }

    .theme-button1 {
        margin: 0.4rem auto;
        width: 100% !important;
    }

    .custome-home-header {
        width: 100vw !important;
        height: 30rem !important;
        padding-top: 6rem !important;
    }

    .nazira-section {
        flex-direction: column;
        height: auto;
    }

    .text-div {
        width: 100%;
        padding-left: 0;
        padding: 10px;
    }

    .animated-text{
        font-size: 40px;
        text-align: center;
    }

    .animated-text2{
        font-size: 40px;
        text-align: center;
    }

    .animated-text3{
        font-size: 40px;
        text-align: center;
    }

    .italic-text {
        font-size: 40px;
        text-align: center;
    }

    .italic-text2{
        font-size: 40px;
        text-align: center;
        width: 98%;
        margin: 0 auto;
    }

    .italic-text3{
        font-size: 20px;
        text-align: center;
    }

    .blog-div{
        flex-direction: column;
        width: 100%;
    }

    .blog-item {
        width: 98%;
    }

    .blog-writer {
        margin-top: -0.6rem;
    }

    .blog-link {
        margin-bottom: 2rem !important;
    }

    .slider-wrapper {
        padding: 2rem !important;
    }

    .slider-title {
        font-size: 20px;
        line-height: 32px;
        width: 94%;
    }

    .slider-subtitle {
        font-size: 16px;
        text-align: center;
    }

    .slider-button {
        display: block;
        margin: 1rem auto;
    }

    .swiper-btn {
        width: 2rem !important;
        height: 2rem !important;
        padding: 0.4rem !important;
    }

    .custome-home-header:hover .swiper-button-next {
        transform: translateX(20px) !important;
    }

    .img-div {
        width: 20rem;
        padding: 0;
        margin: 0 auto;
    }

    .tajweed-section {
        flex-direction: column;
        height: auto;
    }

    .tajweed-section2{
        flex-direction: column;
        height: auto;
    }


    .img-div2 {
        width: 100%;
    }

    .img-div3 {
        width: 100%;
    }

    .img-div3 .img {
        width: 18rem;
    }

    .text-div2 {
        width: 100%;
        padding: 0;
    }

    .text-div3 {
        width: 100%;
        padding: 0;
    }

    .tajweed-gradient {
        height: 100%;
    }

    .sub-text2 {
        width: 90%;
        margin: 1rem auto;
    }

    .sub-text3 {
        width: 90%;
        margin: 1rem auto;
        padding: 0;
    }

    .sub-text4 {
        width: 90%;
        margin: 1rem auto;
    }

    .img-mask-svg {
        width: 20rem;
    }

    .title-text {
        font-size: 40px;
    }

    .title-text span{
        font-size: 40px !important;
    }

    .class-div{
        flex-direction: column;
    }

    .sub-title-text{
        margin-top: -0.4rem;
    }

    .learning-div{
        padding: 2rem;
    }

    .learning-heading{
        font-size: 26px;
    }

    .learning-text{
        font-size: 15px;
        margin: 1rem 0;
    }

    .learning-section {
        height: auto;
    }

    .learning-div.scale-up {
        transform: scale(1);
        z-index: 2;
    }

    .duration {
        height: 130vh;
    }

    .duration-heading{
        font-size: 24px;
    }

    .duration-text{
        margin-top: -14rem;
    }

    .img-div .img {
        width: 22rem;
    }

    .hand {
        top: 8%;
        left: 12%;
    }
        
    .head {
        top: 6%;
        left: 40%;
    }

    .eye {
        top: 16%;
        left: 32%;
    }

    .mouth {
        top: 20%;
        left: 36%;
    }

    .ear {
        top: 18%;
        left: 48%;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    .instructor-map-page-area {
        margin-top: 1rem;
    }

    .lg-mt-10 {
        margin-top: 3rem !important;
    }
   
    .h-15{
        height: 15rem !important;
    }

    .h-17{
        height: 18rem !important;
    }

    .h-20{
        height: 20rem !important;
    }

    .md-h-14{
        height: 14rem !important;
    }

    .md-h-17{
        height: 17rem !important;
    }

    

    .md-h-21{
        height: 21rem !important;
    }

    .md-h-23{
        height: 23rem !important;
    }

    .md-h-26{
        height: 26rem !important;
    }

    .h-24{
        height: 24rem !important;
    }

    .h-25{
        height: 25rem !important;
    }

    .md-h-17{
        height: 17rem !important;
    }

    .md-h-19{
        height: 19rem !important;
    }

    .md-h-21{
        height: 22rem !important;
    }

    .md-h-24{
        height: 24rem !important;
    }

    .h-26{
        height: 26rem !important;
    }

    .md-h-26{
        height: 26rem !important;
    }

    .h-28{
        height: 28rem !important;
    }

    .md-h-28{
        height: 28rem !important;
    }

    .md-h-30{
        height: 30rem !important;
    }

    .md-h-32{
        height: 32rem !important;
    }
    
    .our-tutors-slider .slide-wrap{
        width: 100%;
    }

    #mainNav .navbar-nav .dropdown-menu a {
        padding: 8px !important;
    }

    .navbar-nav {
        width: 100%;
    }
    
    #becomeAnInstructor .modal-dialog {
        max-width: 950px;
    }

    .testimonial-item {
        padding-bottom: 30px;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: 0.5rem;
    }

    img.bg-image-cat, .img-cat-container {
        top: 6rem !important;
    }
    
    .courses-area-top-margin{
        margin-top: -12rem !important;
    }

    .page-top-content-header {
        background-color: transparent !important;
        top: 21rem;
        padding: 0;
    }

    .course-single-details-left-content {
        margin-top: 0 !important;
    }

    .course-single-details-right-content {
        margin-top: 6rem !important;
    }

    .course-image-home{
        width: 100%;
        max-height: 22rem;
    }

    img.blog-page-area-img {
        height: 22rem;
        width: 96%;
    }

    .blog-page-area-content{
        padding: 1.2rem;
        width: 96%;
    }

    h2.blog-page-area-title {
        font-size: 1.4rem;
    }

    p.blog-page-area-description{
        line-height: 1.4rem;
    }

    .blog-info-wrap{
        padding: 0;
    }

    .blog-info-item-icon img {
        width: 2rem !important;
        height: 2rem !important;
    }

    .courses-crumb.course-details-crumb {
        margin-top: 1.2rem;
    }

    .blog-detail-title{
        font-size: 1.8rem;
        width: 90%;
        margin-top: 2rem;
    }

    .blog-detail-date{
        font-size: 1rem;
        margin-block: 1rem;
    }

    .blog-detail-img{
        width: 96%;
        height: 16rem;
        margin: auto;
    }

    .blog-detail-info{
        margin-block: 2rem;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .blog-info-heading{
        margin-bottom: 1rem;
        border-left: 1px solid #ccc;
        overflow-y: auto;
        height: 4rem;
        direction: rtl;
    }

    .blog-info-section{
        flex-wrap: nowrap;
        width: 100%;
    }

    .blog-detail-content{
        width: 90%;
        margin: 2rem auto;
    }

    .comment-form{
        width: 96%;
        margin: auto;
    }

    .blog-main-list{
        width: 100%;
    }

    .blog-sidebar{
        width: 100%;
    }

    .blog-page-list .home-page-container {
        flex-wrap: wrap !important;
        display: flex !important;
        padding: 0 2rem;
    }

    .blog-item-page {
        width: 100%;
        margin-block: 1rem;
    }

    .contact-us-page-header .items.item1 {
        top: 5rem;
        left: 4rem;
    }

    .contact-us-page-header .items.item2 {
        left: 18.2rem;
        top: 3rem;
    }

    .contact-us-page-header .items.item3 {
        top: 5rem;
        right: 4rem;
    }
 
    .detail.about .page-banner-heading {
        font-size: 2.8rem;
    }

    .detail.about .page-banner-new-title {
        text-align: center;
        font-size: 1rem;
        width: max-content !important;
    }

    .thank-you-page .page-banner-new-title svg {
        position: absolute;
        left: 22rem;
        top: 1.2rem;
        width: 10rem;
    }

    .order-details-header.d-flex.justify-content-between.align-items-center {
        flex-direction: column;
    }

    .download-invoice-btn {
        margin-top: 0.8rem;
    }

    .thank-you-page .product-item {
        flex-direction: column;
    }

    .thankyou-page-area .checkout-img {
        width: 8rem;
    }

    .thank-you-page .quantity {
        margin-inline-start: 0 !important;
        width: 100%;
    }
    
    .thank-you-page .total-price {
        margin-inline-start: 0 !important;
        width: 100%;
    }

    .thank-you-page .page-banner-heading {
        height: 8rem;
    }

    .thank-you-page .cat-text {
        height: 4rem;
    }

    .thank-you-page .detail .course-header-bg svg {
        height: 26rem !important;
    }

    .thank-you-page .detail .course-header {
        height: 32rem !important;
    }

    .thank-you-page .detail .page-banner-new-title {
        left: 1.6vw;
    }

    .checkout-page-bg header{
        padding-top: 6rem;
    }
    
    .cats-text{
        position: relative;
        z-index: 99;
        font-size: 2.4rem !important;
        letter-spacing: 0.1rem !important;
        line-height: 2rem !important;
        margin-top: 0 !important;
        height:auto !important;
    }

    .dropdown-menu-profile.dropdown-menu.dropdown-menu-end.show {
        position: static;
    }
    
    .dropdown-user-info .message-user-item {
        padding: 0 0.8rem;
    }

    .chat-btn {
        display: none;
    }

    .panel-mobile{
        display: block;
    }

    .panel-desktop{
        display: none;
    }

    .loginPage{
        padding-top: 5.4rem !important;
    }

    .signupPage{
        padding-top: 6.6rem !important;
    }

    .courses-filter-wrap {
        margin-inline-start: 1.5rem;
    }

    .courses-filter-wrap form {
        margin: 0 !important;
    }
    
    .product-details-container{
        flex-direction: column;
        padding-inline:0.6rem;
    }

    .products-page{
        width: 100%;
    }

    .products-page-right{
        width: 100%;
    }

    .product-thumbs-swiper {
        width: 66%;
        margin-left: 16%;
    }

    .product-swiper-buttons {
        position: absolute;
        right: 0;
        height: 35rem !important;
        top: 0;
        align-items: end;
        width: 100%;
    }

    .product-btn-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: end;
        margin-bottom: 0.4rem;
    }

    .blue-banner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }

    .banner-text {
        width: max-content;
    }

    .banner-duration {
        text-align: center;
        width: 100%;
    }

    .current-price {
        font-size: 1.2rem;
    }

    .original-price {
        font-size: 1rem;
    }

    .discount-badge {
        padding: 0.3rem;
        font-size: 0.8rem;
    }

    .deal-banner .progress-bar-container {
        width: 120px;
    }

    .courier-icon {
        width: 1.6rem;
    }

    .speedaf {
        transform: scale(1.4);
    }

    .why-choose-ms ul li {
        flex: 1 1 100%;
    }

    .product-quantity-container {
        background: #D9D9D9E5;
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 7.2rem;
        padding-inline: 1rem;
        z-index: 99;
    }

    .product-btn-container.position-relative.like-btns {
        width: 4rem;
        flex-direction: column;
        height: 4rem;
    }

    .product-quantity .quantity-btn {
        background: white;
        font-size: 2rem;
        width: 3rem !important;
        height: 2.4rem !important;
    }

    .product-review .rating-summary-container {
        margin-top: 1rem;
        margin-inline: 1rem;
    }

    .product-image-grid-container{
        display: none;
    }

    .products-reviews-section .filters{
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        width: 100%;
        margin-inline: 1rem
    }

    .product-reviews-filter-tabs {
        width: 100% !important;
        margin-inline: 1rem;
    }

    .product-reviews-filter {
        width: 70% !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999 !important;
        height: 100%;
        overflow-y: scroll;
        display: none;
    }

    .product-reviews-filter h2.section-title{
        text-align: start;
    }

    .products-reviews-section .d-flex.align-items-center.gap-2 {
        margin-inline: 1rem;
    }

    .product-review .review-progress-bar-wrap {
        width: 100% !important;
    }

    .products-reviews-section {
        flex-wrap: wrap;
    }

    .product-quantity h1{
        display: none;
    }

    .quantity-input {
        height: 2.4rem !important;
    }

    .product-quantity {
        margin-block: 1rem;
        width: 50%;
        height: max-content;
        margin-inline: 1.6rem;
    }

    .quantity-wrapper{
        position: relative;
        z-index: 9;
    }

    button.add-to-cart-btn {
        padding: 0.4rem 1rem;
        width: 100%;
    }

    .product-add-to-cart {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        position: absolute;
        width: 90%;
        margin-top: 1rem;
        align-items: end;
        left: 5%;
    }

    button.checkout-btn {
        padding: 0.4rem 1rem;
    }

    .product-swiper-buttons {
        position: absolute;
        right: 0;
        height: 34.34rem !important;
        top: 0;
        align-items: end;
    }

    .product-swiper {
        width: 100% !important;
    }

    .swiper.featuredCoursesSlider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        height: 56rem;
    }

    .featured-button-container{
        width: 96% !important;
        margin-inline-start: 2%;
        top: 8rem !important;
    }

    .featured-prev-btn {
        margin-left: 1.2rem;
    }

    .home-page-container{
        width: 100%;
        margin: 0 auto;
    }

    .home-page-form-container.home-page-container{
        display: none;
    }

    .page-banner-heading {
        height: 6.2rem;
    }

    .all-products-area .product-section-wrap{
        display: flex !important;
        flex-direction: row;
        row-gap: 1rem;
    }

    ul#pills-tab li {
        width: 50% !important;
    }

    .menu-notification-tab-content .message-user-item {
        justify-content: flex-end !important;
        padding: 0 !important;
        margin-inline-end: 0.6rem !important;
        width: 90% !important;
    }

    .navbar .nav-item .dropdown-menu{
        overflow-x: hidden;
    }

    ul#pills-tab {
        display: flex !important;
        flex-direction: row !important;
        width: 80% !important;
        margin-inline-start: 3.4rem !important;
        height: 2.6rem;
    }

    .custom-scrollbar.menu-notification-tab-content {
        width: 80% !important;
        margin-inline-start: auto;
    }

    a.theme-btn.theme-button1.theme-button3.w-100.mb-30.enrollCourse.enroll-btn {
        width: 98.2% !important;
    }

    .course-container.mx-auto.w-90 {
        display: none;
    }

    .swiper.course-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        height: 38rem;
    }

    .grid-5{
        grid-column: span 2;
        grid-row-start: 8;
        grid-row-end: 14;
    }

    .footer-widget.footer-about {
        margin: 1rem !important;
    }

    .footer-payment {
        margin-right: 20%;
    }

    .course-name-home{
        font-size: 1.4rem;
        margin-top: 0.8rem;
    }

    .course-rating-home svg {
        width: 1.6rem;
        height: 1.6rem;
    }

    .course-rating-home {
        font-size: 1.2rem;
    }

    .course-description-home {
        font-size: 1.2rem;
        line-height: 1.4rem;
        height: 3rem;
    }

    .course-list .course-description-home {
        font-size: 1.2rem;
        line-height: 1.4rem;
        height: 4.2rem;
    }

    .course-price-home {
        font-size: 1.6rem;
    }

    .first-div-course-detail{
        order: 1 !important;
    }

    .second-div-course-detail{
        order: 3 !important;
    }

    .third-div-course-detail{
        order: 2 !important;
        margin-top: 0;
    }

    .detail .course-header-bg svg {
        background: white !important;
    }

    
    .course-list .course-header-bg svg {
        background: white !important;
    }


    .course-list  .course-header-bg {
        top: 4.6rem !important;
    }

    .page-banner-new-title svg {
        left: 19rem;
    }

    .courses-filter-wrap #searchCourse,
    .courses-filter-wrap #search-product {
        border-left: 1px solid #80808070 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        width: 80%;
    }

    .footer-bottom-nav ul li a {
        font-size: 0.8rem;
        text-align: center;
    }

    .detail .course-header-bg svg path{
        fill: white !important;
    }

    .courses-page-area {
        padding: 1.3rem 0;
    }

    .detail .page-banner-new-title {
        margin-top: 0.6rem;
        text-align: center;
        font-size: 1rem;
    }

    .mobile-filter-select{
        column-gap: 0.4rem;
        display: flex !important;
    }

    button.apply {
        width: 100%;
        background: #033571;
        padding: 0.6rem;
        border-radius: 0.4rem;
        color: white;
        font-weight: 600;
    }

    .filter-select{
        display: none;
    }

    .courses-filter-wrap .input-group-text{
        border-right: 1px solid #80808070 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .page-banner-new-title {
        width: 100% !important;
    }

    .mobile-fixed-btns-course {
        position: fixed;
        bottom: 0 !important;
        left: 0 !important;
        background: #d7d8d8;
        padding: 0.8rem 1rem;
        z-index: 99;
    }

    .apply{
        display: block;
    }

    .copyright-wrapper{
        margin: 0 !important;
    }

    .footer-bottom-nav {
        margin-bottom: 1rem;
    }
        
    .coursesLeftSidebar {
        position: fixed;
        top: 0;
        z-index: 999 !important;
        width: 80% !important;
        height: 100%;
        overflow-y: scroll;
        background: white;
        padding: 2rem 1rem;
        display: none;
    }

    .header-nav-left-side{
        max-height: 90% !important;
        justify-content: start;
        overflow-y: scroll;
        width: 100%;
    }

    .course-header svg {
        width: 100vw !important;
        height: 100% !important;
    }

    .courses-slider{
        display: block; 
    }

    .svg-mask-container {
        height: 8rem;
    }

    .courses-crumb ol.breadcrumb {
        margin-inline-start: 0 !important;
    }

    .course-single-details-right-content {
        margin-bottom: 0 !important;
    }

    .instructor-profile-header {
        flex-wrap: wrap;
    }

    .instructor-title {
        width: 50%;
        text-align: end;
    }

    .ins-info.instructor-new.instructor-new-1 {
        border-left: 0 !important;
    }

    .review-progress-bar-wrap {
        width: 100%;
    }

    .barras {
        margin: 0 auto !important;
        width: 100%;
    }

    .progress-bar-box {
        justify-content: space-between;
    }

    .rating-summary-container {
        flex-direction: row;
    }

    .average-rating-circle {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .rating-meta {
        margin-left: 0;
    }

    button.filter-tab {
        padding: 0.4rem;
        font-size: 0.7rem;
        margin: 0.1rem;
    }

    .review-container .reviewer-name {
        font-size: 0.8rem;
    }

    .review-container .action-button svg {
        width: 1rem;
        height: 1rem;
    }

    .review-container .action-button {
        padding: 0.4 0.4rem;
    }

    .review-container .reviewer-info {
        padding: 0 !important;
        margin-top: 0.4rem;
    }

    .review-container {
        padding: 0.8rem 0;
    }

    .courses-pagination {
        width: 100%;
    }

    .ins-info.instructor-new {
        width: 50%;
    }

    .curriculum-content .accordion-body .d-flex {
        display: flex !important;
        flex-direction: row;
        align-items: center !important;
    }

    h2.section-title {
        text-align: center;
    }

    .instructor-image {
        margin: 0 auto !important;
    }

    .instructor-details {
        text-align: center;
    }

    .instructor-rating {
        justify-content: center;
    }

    .instructor-stats {
        justify-content: center;
    }

    .social-links {
        justify-content: center;
        margin: 1rem auto;
    }

    .navbar-img{
        width: 8rem !important;
        margin-inline-start: 0.4rem !important;
    }

    button.navbar-toggler {
        border: none !important;
    }

    .navbar-expand-lg .navbar-collapse{
        background: white !important;
        position: absolute;
        height: 100vh;
        padding: 1rem !important;
        top: 0;
        left: 0;
        width: 80vw !important;
    }

    .navbar .nav-item .dropdown-menu {
        max-height: max-content;
        overflow-y: auto;
        border: none !important;
    }

    .home-page-slider-h2 {
        font-size: 2rem;
        line-height: 2rem;
        width: 100%;
    }

    .home-page-swiper {
        top: 8rem;
        width: 80% !important;
        height: 33rem;
    }

    .home-page-slider-p{
        line-height: 1.5rem !important;
        width: 100% !important;
        text-decoration: none;
        font-size: 1.2rem;
    }

    .section-tag .section-tag-icon {
        margin-inline: 0.5rem;
        width: 2rem !important;
        transform: scale(1.8);
    }

    .section-tag-title {
        font-size: 1rem;
    }


    .featured-courses{
        margin-block: 1.8rem;
    }

    .courses-section{
        padding-block: 4rem;
    }

    .home-page-slider-images{
        margin-top: 3.4rem;
    }

    .home-page-slider-images .img1{
        width: 100% !important;
    }

    .swiper-scrollbar {
        margin-bottom: 6.6rem !important;
        width: 23rem !important;
    }

    .home-page-slider-svg {
        top: 9rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 55;
        width: 6rem;
    }

    .mobile-btn {
        display: flex;
        position: absolute;
        width: 100%;
        top: 1rem;
        justify-content: space-evenly;
    }

    .mobile-btn .header-right-nav {
        display: flex;
        width: 96%;
        justify-content: space-around;
        position: absolute;
        top: 46rem;
        flex-direction: row-reverse;
    }

    .mobile-btn .header-right-nav li{
        list-style: none;
        width: 46.8%;
    }

    .mobile-btn .header-right-nav .menu-sign-in-btn a {
        color: white !important;
        font-family: 'Aileron', sans-serif;
        background-color: var(--secondary-color);
        padding: 0.6rem 1rem;
        font-weight: 500;
        border-radius: 0.25rem;
        width: 100% !important;
        display: block;
        text-align: center;
        font-size: 1.2rem;
    }

    .mobile-btn .header-right-nav .menu-sign-in-btn #signInBtn {
        color: var(--secondary-color) !important;
        font-family: 'Aileron', sans-serif;
        background-color: white;
        padding: 0.6rem 1rem;
        font-weight: 500;
        border-radius: 0.25rem;
        width: 100% !important;
        display: block;
        text-align: center;
        font-size: 1.2rem;
    }

    header.home-page {
        height: 52rem;
    }

    .section-home-tabs {
        padding: 0;
        width: 100%;
    }

    .course-tabs-home {
        overflow-x: scroll;
        padding-bottom: 0.4rem;
    }

    .course-tab-home {
        padding: 0.5rem 1rem;
        min-width: max-content !important;
        font-size: 1.2rem;
    }

    .course-tag-home{
        font-size: 1rem;
    }

    .section-heading-home {
        font-size: 2rem;
        text-align: center !important;
        margin-block: 1.8rem;
        margin-inline:auto;
        width:96%;
    }

    .about-grid-item h2 {
        font-size: 1.2rem;
    }

    .about-grid-item p {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .section-subheading-home {
        font-size: 1.2rem;
    }

    .featured-product-button-wrap{
        width: 100%;
    }

    .featured-courses-right-wrap img {
        height: 24rem;
    }

    .featured-product-button{
        width: 100%;
        text-align: center;
    }

    .featured-courses-left-wrap img {
        height: 22rem;
        width: auto;
        margin: 0 auto !important;
    }

    .tab-content>.active {
        flex-direction: row;
        margin: 1rem 0;
        width: 100%;
    }

    .courses-slider 
    .course-item-home {
        width: 100%;
    }

    .course-item-home {
        width: 48.6%;
    }

    a.view-all-btn-home-btn {
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
    }

    .featured-section-description{
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .featured-courses-left-wrap .svg-block p{
        font-size: 1.2rem;
        padding: 0.2rem 0.8rem;
    }

    .featured-courses-right-wrap .svg-block p{
        font-size: 1.2rem;
        padding: 0.2rem 0.8rem;
    }

    .about-cef-wrap{
        grid-template-columns: repeat(1, auto);
        padding: 0;
        padding-inline: 1rem;
    }

    .about-grid-item {
        width: 100%;
        grid-column: span 2;
    }

    .grid-2 {
        grid-row-start: 3;
        grid-row-end: 5;
    }

    .grid-3 {
        grid-row-start: 5;
        grid-row-end: 7;
    }

    .grid-4 {
        grid-row-start: 7;
        grid-row-end: 8;
        margin-left: auto;
        grid-column: span 2;
    }

    .grid-5{
        margin-top: -1rem;
    }

    .grid-6 {
        grid-row-start: 14;
        grid-row-end: 15;
        margin-top: -4rem;
        margin-left: 0 !important;
    }

    .grid-7 {
        grid-row-start: 15;
        grid-row-end: 17;
    }

    .grid-8 {
        grid-row-start: 17;
        grid-row-end: 19;
    }

    .grid-9 {
        grid-row-start: 19;
        grid-row-end: 21;
    }

    .product-section-wrap {
        flex-direction: column;
        padding: 0 !important;
    }

    a.product-flex {
        width: 100%;
        margin: 0 !important;
    }

    .blog-list .blog {
        width: 100%;
    }

    .blog-list {
        flex-direction: column;
        padding: 0 !important;
    }

    .home-page-grid{
        width: 100% !important;
        height: 100% !important;
        height: 52rem;
        padding-left: 0 !important;
    }

    .home-page-slider-images .img3,
    .home-page-slider-images .img2,
    .home-page-slider-images .form1{
        display: none !important;
    }

    .featured-courses-wrap {
        padding: 1rem;
        flex-direction: column;
    }

    .featured-courses-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .featured-courses-right {
        width: 100%;
        display: flex;
        margin: 0 auto;
        margin-top: 1.2rem;
        gap: 0.4rem;
    }

    .happy-students-slider .swiper {
        margin-top: 2rem;
    }

    .featured-courses-left-wrap .svg-block {
        left: 0;
    }

    .featured-courses-ratings{
        display: none !important;
    }

    .happy-students-slider .swiper-slide-wrap {
        flex-direction: column;
    }

    .happy-students-slider .swiper-slide-img {
        width: 99%;
        height: 99%;
    }

    .happy-students-slider .swiper-slide-img-container {
        width: 20rem!important;
        height: 20rem !important;
        margin: 0 auto;
    }

    .happy-students-slider .course-info-video-img {
        height: 17rem;
        width: 17rem;
    }

    .happy-students-slider .swiper-slide-content {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0.2rem 0 !important;
    }

    .happy-students-bg {
        height: 30rem;
    }

    .happy-students-section {
        height: 44rem;
    }

    .product-variety-section-wrap{
        display: none;
    }

    .variety-section-slider{
        display: block;
        margin: 1.4rem auto;
        height: 30rem;
    }

    .variety-slider {
        height: 32rem;
    }

    .our-tutors{
        margin-top: 2rem;
        height: 36rem;
    }

    .our-tutors-slider{
        margin-top: 2rem;
    }

    .about-cef{
        padding-block: 2rem;
    }

    .products-section{
        padding-block: 2rem;
    }

    .students-button-container{
        width: 96% !important;
        margin-inline-start: 2%;
    }

    .testimonial-next-btn{
        margin-right: 0.2rem;   
    }

    .featured-next-btn{
        margin-right: 0.2rem;
    }

    .registeration-process{
        margin-top: 2rem;
    }

    .registeration-process-image-mobile{
        display: block;
        padding-inline: 1rem;
    }

    .registeration-process-image{
        display: none;
    }

    .registeration-process-image-mobile svg {
        width: 100% !important;
    }

    .happy-students-slider .swiper-slide-description {
        width: 100% !important;
        text-align: center;
        height: 5rem;
    }

    .why-cef-section{
        padding-top: 2rem;
    }

    .why-cef-section .why-cef-wrap {
        width: 100%;
        flex-direction: column;
    }

    .why-cef-wrap-left {
        width: 100% !important;
    }

    .why-cef-wrap-grid{
        grid-template-rows: repeat(7, 4.2rem);
        grid-template-columns: repeat(3, 33%);
        margin-top: 0;
    }

    .why-cef-wrap-grid .img1{
        height: 12rem;
    }
    .why-cef-wrap-grid .img2{
        height: 9.8rem;
    }

    .why-cef-wrap-grid .img3{
        min-width: 10.8rem;
        height: 9.2rem;
    }

    .blog-section-home{
        padding-block: 2rem;
    }

    .why-cef-wrap-grid .svg2 {
        margin-left: 2rem;
        width: 4.6rem;
    }

    .why-cef-wrap-grid .svg1{
        margin-left: 0;
    }
    .why-cef-wrap-right {
        padding: 0 1rem;
        width: 100% !important;
    }

    .list-tick li{
        max-height: 8rem;
        font-size: 1.2rem;
    }

    .list-tick li::before{
        top: 16%;
    }

    .begin-now-btn{
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
    }

    .product-flex .product-title {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    span.old-price {
        font-size: 1.2rem;
    }

    span.new-price {
        font-size: 1.6rem;
    }

    h6.product-category {
        font-size: 1.2rem;
    }

    .product-section-wrap{
        display: none;
    }

    a.product-flex{
        display: block;
    }

    .product-flex .sale-tag {
        z-index: 9;
    }

    .product-section-slider {
        margin-top: 2rem;
        margin-inline: 1rem;
        display: block;
    }

    .products-slider{
        height: 34rem;
    }

    .product-variety-section{
        padding-block: 2rem;
    }

    .featured-product{
        width: 100%;
        margin: 0 auto;
    }

    .blog-list{
        display: none;
    }

    .blog-section-slider{
        display: block;
    }

    .blog-list2 .blog p{
        height: 3.6rem;
    }

    .header-right-nav {
        width: 100%;
    }

    .header-right-nav ul {
        flex-direction: column-reverse;
        margin-inline: 0.4rem !important;
    }

    .home-navbar #mainNav .navbar-nav .nav-item .nav-link{
        color: var(--secondary-color) !important;
    }

    a.navbar-img-mobile {
        width: 8rem !important;
    }

    .nav-close-mobile{
        width: 1.4rem;
    }

    .courses-sidebar-area {
        margin-top: 2rem;
    }

    .filter-close-mobile{
        width: 1.4rem;
    }

    form.form-search-mobile {
        margin: 1rem auto;
        display:block;
    }

    .mobile-view{
        display: flex;
    }

    #searchCourse,
    #search-product{
        width: 81.6%;
        border-top-right-radius: 0.6rem !important;
        border-bottom-right-radius: 0.6rem !important;
        border: 1px solid rgb(186, 186, 186) !important;
        border-left: none !important;
    }

    #searchCourse::placeholder,
    #search-product::placeholder{
        font-family: 'Aileron';
        font-weight: 500;
        color:rgb(186, 186, 186) !important;
    }

    .input-group-text{
        background: white !important;
        border: 1px solid rgb(186, 186, 186) !important;
        border-right: none !important;
        border-top-left-radius: 0.6rem !important;
        border-bottom-left-radius: 0.6rem !important;
    }


    .header-right-nav ul .search-hover{
        display: none !important;
    }

    .navbar .nav-item {
        margin-inline: 0 !important;
        width: 100%;
        margin-block: 0.2rem;
    }

    .navbar .menu-sign-in-btn a {
        width: 100% !important;
        display: block !important;
        text-align: center;
    }

    .home-navbar .menu-sign-in-btn #signInBtn {
        border: 2px solid var(--secondary-color) !important;
        margin: 0 !important;
        padding: 0.4rem;
    }

    .courses-table{
        display: none;
    }

    .courses-cards{
        display: block !important;
    }

    .course-card .wishlist-item .course-img-wrap {
        width: 100% !important;
    }

    .course-card .wishlist-course-item {
        width: 100%;
    }

    .course-card .course-item.wishlist-item {
        width: 80vw;
        margin: 0 auto;
    }

    .course-card .wishlist-item .course-title {
        font-size: 1.2rem;
        line-height: 20px;
        margin: 0.6rem;
    }

    .course-card .font-15.color-heading {
        display: flex;
        justify-content: space-between;
        margin: 0.4rem 0;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .login-form {
        width: 60%;
        padding: 1.4rem;
        height: 50vh;
        margin: 25vh auto;
    }

    .tajweed-header {
        height: auto;
    }

    .img-div3 .img2 {
        width: 18rem;
        height: 10rem;
        object-fit: cover;
        position: absolute;
        top: 6rem;
        left: 12rem;
        transform: rotateY(327deg) rotateX(11deg) rotateZ(-0.6deg);
        transform-style: preserve-3d;
    }

    .img-div2 .img2 {
        width: 23%;
        height: 32%;
        object-fit: cover;
        position: absolute;
        top: 25.6%;
        left: 33%;
        transform: rotateY(10deg) rotateZ(-18.2deg);
    }

    .img-div4 {
        width: 100%;
    }

    .img-div4 .img2 {
        width: 21.6rem;
        height: 28.6rem;
        object-fit: cover;
        position: absolute;
        top: 7.2rem;
        left: 11.5rem;
    }

    .social-media-login-wrap {
        margin: 0.2rem auto;
    }

    .sign-up-form {
        width: 70%;
    }

    .sign-up-form form label.reg-label {
        margin-left: 0.4rem;
    }

    .auth-section .step::after {
        width: 14vw;
    }

    #mainNav {
        height: 100px !important;
        padding: 0 !important;
    }

    #mainNav .container-fluid{
        padding: 0 !important;
    }

    #mainNav .navbar-brand {
        margin-left: 20px;
    }

    .navbar-nav {
        width: 100%;
        margin: 0 !important;
    }

    a#librariesDropdown {
        margin: 0 !important;
    }

    .theme-button1 {
        margin: 0.4rem auto;
        width: 100% !important;
    }

    .custome-home-header {
        width: 100vw !important;
        height: 40rem !important;
        padding-top: 6rem !important;
    }

    .nazira-section {
        flex-direction: column;
        height: auto;
    }

    .text-div {
        width: 100%;
        padding-left: 0;
        padding: 10px;
    }

    .animated-text{
        font-size: 40px;
        text-align: center;
    }

    .animated-text2{
        font-size: 40px;
        text-align: center;
    }

    .animated-text3{
        font-size: 40px;
        text-align: center;
    }

    .italic-text {
        font-size: 40px;
        text-align: center;
    }

    .italic-text2{
        font-size: 40px;
        text-align: center;
        width: 98%;
        margin: 0 auto;
    }

    .italic-text3{
        font-size: 20px;
        text-align: center;
    }

    .blog-div{
        flex-direction: column;
        width: 100%;
    }

    .blog-item {
        width: 98%;
    }

    .blog-writer {
        margin-top: -0.6rem;
    }

    .blog-link {
        margin-bottom: 2rem !important;
    }

    .slider-wrapper {
        padding: 2rem !important;
    }

    .slider-title {
        font-size: 40px;
        line-height: 44px;
        width: 94%;
    }

    .img-div2 .img {
        width: 18rem;
    }

    .blog-img {
        height: 22rem;
    }

    .slider-subtitle {
        font-size: 22px;
        text-align: center;
    }

    .slider-button {
        display: block;
        margin: 1rem auto;
    }

    .swiper-btn {
        width: 2rem !important;
        height: 2rem !important;
        padding: 0.4rem !important;
    }

    .custome-home-header:hover .swiper-button-next {
        transform: translateX(20px) !important;
    }

    .img-div {
        width: 100%;
        padding: 4rem;
    }

    .tajweed-section {
        flex-direction: column;
        height: auto;
    }

    .tajweed-section2{
        flex-direction: column;
        height: auto;
    }


    .img-div2 {
        width: 100%;
    }

    .img-div3 {
        width: 100%;
    }

    .img-div3 .img {
        width: 18rem;
    }

    .text-div2 {
        width: 100%;
        padding: 0;
    }

    .text-div3 {
        width: 100%;
        padding: 0;
    }

    .tajweed-gradient {
        height: 100%;
    }

    .sub-text2 {
        width: 90%;
        margin: 1rem auto;
    }

    .sub-text3 {
        width: 90%;
        margin: 1rem auto;
        padding: 0;
    }

    .sub-text4 {
        width: 90%;
        margin: 1rem auto;
    }

    .img-mask-svg {
        width: 20rem;
    }

    .title-text {
        font-size: 40px;
    }

    .title-text span{
        font-size: 40px !important;
    }

    .class-div{
        flex-direction: column;
    }

    .sub-title-text{
        margin-top: -0.4rem;
    }

    .learning-div{
        padding: 2rem;
    }

    .learning-heading{
        font-size: 26px;
    }

    .learning-text{
        font-size: 15px;
        margin: 1rem 0;
    }

    .learning-section {
        height: auto;
    }

    .learning-div.scale-up {
        transform: scale(1);
        z-index: 2;
    }

    .duration {
        height: 160vh;
    }

    .duration-heading{
        font-size: 24px;
    }

    .duration-text{
        margin-top: -14rem;
    }

    .img-div .img {
        width: 22rem;
    }

    .hand {
        top: 16%;
        left: 32%;
    }
        
    .head {
        top: 14%;
        left: 46%;
    }

    .eye {
        top: 22%;
        left: 40%;
    }

    .mouth {
        top: 26%;
        left: 44%;
    }

    .ear {
        top: 24%;
        left: 50%;
    }

}

@media (min-width: 993px) and (max-width: 1199px){
    .instructor-map-page-area {
        margin-top: 1rem;
    }

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

    #mainNav {
        display: block;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }

    #viewMeetingModal .modal-dialog {
        max-width: 871px;
    }
    
    #newVideoPlayerModal .btn-close,
    .VideoTypeModal .btn-close,
    .venoBoxTypeModal .btn-close {
        color: black;
        opacity: 1;
        background-color: var(--white-color);
    }

    .vbox-close {
        color: black !important;
        opacity: 1 !important;
        background-color: var(--white-color) !important;
    }

    .page-top-content-header{
        top: 50% !important;
    }

    .course-image-home{
        width: 100%;
        max-height: 28rem;
    }

    img.blog-page-area-img {
        height: 22rem;
        width: 96%;
    }

    .blog-page-area-content{
        padding: 1.2rem;
        width: 96%;
    }

    .courses-crumb.course-details-crumb {
        margin-top: 1.2rem;
    }

    .blog-page-list .home-page-container {
        flex-wrap: wrap !important;
        display: flex !important;
        padding: 0 1rem;
    }

    .blog-item-page {
        width: 47%;
    }

    .contact-form-area {
        padding-inline: 3rem;
    }

    .cats-text{
        height:auto !important;
    }
    
    .loginPage{
        padding-top: 5.4rem !important;
    }

    .signupPage{
        padding-top: 6.6rem !important;
    }

    .courses-sidebar-area {
        margin-inline-start: 1rem;
    }

    .product-details-container{
        flex-direction: column;
        padding-inline:0.6rem;
    }

    .all-products-area.pb-0 {
        padding-inline: 2rem;
    }

    .home-page-container.w-100.h-100.position-relative {
        width: 96% !important;
    }

    .featured-courses-wrap.home-page-container {
        margin-inline: 2%;
        width: 96% !important;
    }

    button.testimonial-prev-btn {
        margin-left: 0.4rem;
    }

    button.featured-prev-btn {
        margin-left: 0.4rem;
    }

    .course-container {
        width: 96%;
    }

    .products-page{
        width: 100%;
    }

    .products-page-right{
        width: 100%;
    }

    .product-thumbs-swiper {
        width: 66%;
        margin-left: 16%;
    }

    .product-swiper-buttons {
        position: absolute;
        right: 0;
        height: 35rem !important;
        top: 0;
        align-items: end;
        width: 100%;
    }

    .product-btn-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: end;
        margin-bottom: 0.4rem;
    }

    .blue-banner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }

    .banner-text {
        width: max-content;
    }

    .banner-duration {
        text-align: center;
        width: 100%;
    }

    .current-price {
        font-size: 1.2rem;
    }

    .original-price {
        font-size: 1rem;
    }

    .discount-badge {
        padding: 0.3rem;
        font-size: 0.8rem;
    }

    .deal-banner .progress-bar-container {
        width: 120px;
    }

    .courier-icon {
        width: 1.6rem;
    }

    .speedaf {
        transform: scale(1.4);
    }

    .why-choose-ms ul li {
        flex: 1 1 100%;
    }

    .product-quantity-container {
        background: #D9D9D9E5;
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 7.2rem;
        padding-inline: 1rem;
        z-index: 99;
    }

    .product-btn-container.position-relative.like-btns {
        width: 4rem;
        flex-direction: column;
        height: 4rem;
    }

    .product-quantity .quantity-btn {
        background: white;
        font-size: 2rem;
        width: 3rem !important;
        height: 2.4rem !important;
    }

    .product-review .rating-summary-container {
        margin-top: 1rem;
        margin-inline: 1rem;
    }

    .product-image-grid-container{
        display: none;
    }

    .products-reviews-section .filters{
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        width: 100%;
        margin-inline: 1rem
    }

    .product-reviews-filter-tabs {
        width: 100% !important;
        margin-inline: 1rem;
    }

    .product-reviews-filter {
        width: 70% !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999 !important;
        height: 100%;
        overflow-y: scroll;
        display: none;
    }

    .product-reviews-filter h2.section-title{
        text-align: start;
    }

    .products-reviews-section .d-flex.align-items-center.gap-2 {
        margin-inline: 1rem;
    }

    .product-review .review-progress-bar-wrap {
        width: 100% !important;
    }

    .products-reviews-section {
        flex-wrap: wrap;
    }

    .product-quantity h1{
        display: none;
    }

    .quantity-input {
        height: 2.4rem !important;
    }

    .product-quantity {
        margin-block: 1rem;
        width: 50%;
        height: max-content;
        margin-inline: 2.2rem;
    }

    .quantity-wrapper{
        position: relative;
        z-index: 9;
    }

    button.add-to-cart-btn {
        padding: 0.4rem 1rem;
        width: 100%;
    }

    .product-add-to-cart {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        position: absolute;
        width: 90%;
        margin-top: 1rem;
        align-items: end;
        left: 5%;
    }

    button.checkout-btn {
        padding: 0.4rem 1rem;
    }

    .product-swiper-buttons {
        position: absolute;
        right: 0;
        height: 34.34rem !important;
        top: 0;
        align-items: end;
    }

    .product-swiper {
        width: 100% !important;
    }

    .swiper.featuredCoursesSlider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        height: 32rem;
    }

    .featured-button-container{
        width: 96% !important;
        margin-inline-start: 2%;
        top: 28rem !important;
    }
    
    .featured-prev-btn {
        margin-left: 0.2rem;
    }

    .featured-next-btn {
        margin-right: -2.6rem;
    }

    .home-page-container{
        width: 100%;
        margin: 0 auto;
    }

    .page-banner-heading {
        height: 4rem;
    }

    .all-products-area .product-section-wrap{
        display: flex !important;
        gap: 0.6rem;
        justify-content: space-evenly;
    }
    
    .course-list  .course-header-bg {
        top: 4.6rem !important;
        min-height: 38rem !important;
        max-height: 38rem;
    }

    header.home-page {
        height: 58rem;
    }

    .home-page-swiper{
        height: 40rem;
        margin-top: 10rem;
    }

    .home-page-form-container {
        top: 13.5rem;
    }

    input#searchCourse,
    #search-product {
        width: 8rem;
    }

    .header-right-nav ul .form-search {
        width: 10rem;
    }

    .product-reviews svg {
        width: 1.6rem;
        height: 1.6rem;
    }

    .product-reviews .product-total-reviews {
        font-size: 1rem;
    }
    .blog-list2 .blog h1 {
        font-size: 1.2rem;
    }

    .home-page-slider-svg {
        top: 11rem;
    }

    .blog-list2 .blog p {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .blog-list2 .blog .read-more {
        font-size: 1rem;
    }
    .product-flex{
        width: 31%;
    }
    .course-item-home{
        width: 48%;
    }
    .tajweed-header {
        height: auto;
    }

    .img-div4 {
        width: 100%;
    }

    .img-div2 .img2 {
        width: 20.8%;
        height: 35%;
        object-fit: cover;
        position: absolute;
        top: 23.6%;
        left: 34.5%;
        transform: rotateY(10deg) rotateZ(-18.2deg);
    }

    .img-div3 .img2 {
        width: 18.8rem;
        height: 10rem;
        object-fit: cover;
        position: absolute;
        top: 6rem;
        left: 19.2rem;
        transform: rotateY(322deg) rotateX(9deg) rotateZ(0.4deg);
        transform-style: preserve-3d;
    }

    .img-div4 .img2 {
        width: 21.2rem;
        height: 28.6rem;
        object-fit: cover;
        position: absolute;
        top: 7.2rem;
        left: 19.5rem;
    }

    .hand {
        top: 8%;
        left: 36%;
    }
        
    .head {
        top: 8%;
        left: 46%;
    }

    .eye {
        top: 16%;
        left: 44%;
    }

    .ear {
        top: 18%;
        left: 49%;
    }

    .login-form {
        width: 50%;
        padding: 1.4rem;
        height: 40vh;
        margin: 25vh auto;
    }

    .social-media-login-wrap {
        margin: 0.2rem auto;
    }

    .sign-up-form {
        width: 70%;
    }

    .sign-up-form form label.reg-label {
        margin-left: 0.4rem;
    }

    .auth-section .step::after {
        width: 16vw;
    }

    #mainNav {
        height: 100px !important;
        padding: 0 !important;
    }

    #mainNav .container-fluid{
        padding: 0 !important;
    }

    #mainNav .navbar-brand {
        margin-left: 20px;
    }

    .navbar-nav {
        width: 100%;
        margin: 0 !important;
    }

    a#librariesDropdown {
        margin: 0 !important;
    }

    .theme-button1 {
        margin: 0.4rem auto;
        min-width: 10rem !important;
    }

    .custome-home-header {
        width: 100vw !important;
        height: 50rem !important;
        padding-top: 6rem !important;
    }

    .nazira-section {
        flex-direction: column;
        height: auto;
    }

    .text-div {
        width: 100%;
        padding-left: 0;
        padding: 10px;
    }

    .animated-text{
        font-size: 60px;
        text-align: center;
    }

    .animated-text2{
        font-size: 60px;
        text-align: center;
    }

    .animated-text3{
        font-size: 60px;
        text-align: center;
    }

    .italic-text {
        font-size: 60px;
        text-align: center;
    }

    .italic-text2{
        font-size: 60px;
        text-align: center;
        width: 98%;
        margin: 0 auto;
    }

    .italic-text3{
        font-size: 40px;
        text-align: center;
        line-height: 50px;
    }

    p {
        font-size: 20px;
    }

    .img-div .img {
        width: 22rem;
    }

    .img-div2 .img {
        width: 22rem;
    }

    .blog-div {
        width: 98%;
    }

    .blog-writer {
        margin-top: -0.6rem;
        font-size: 20px;
    }

    .blog-link {
        margin-bottom: 2rem !important;
        font-size: 20px;
    }

    .blog-text {
        font-size: 20px;
    }

    .slider-wrapper {
        padding: 8rem !important;
    }

    .slider-title {
        font-size: 40px;
        line-height: 50px;
        width: 80%;
    }

    .slider-subtitle {
        font-size: 26px;
        text-align: start;
    }

    .slider-button {
        display: block;
        margin: 1rem 0;
        font-size: 20px;;
    }

    .swiper-btn {
        width: 2rem !important;
        height: 2rem !important;
        padding: 0.4rem !important;
    }

    .custome-home-header:hover .swiper-button-next {
        transform: translateX(20px) !important;
    }

    .img-div {
        width: 100%;
        padding: 0;
    }

    .tajweed-section {
        flex-direction: column;
        height: auto;
    }

    .tajweed-section2{
        flex-direction: column;
        height: auto;
    }


    .img-div2 {
        width: 100%;
    }

    .img-div3 {
        width: 100%;
    }

    .img-div3 .img {
        width: 18rem;
    }

    .text-div {
        width: 100%;
        padding: 4rem;
    }

    .text-div2 {
        width: 100%;
        padding: 4rem;
    }

    .text-div3 {
        width: 100%;
        padding: 4rem;
    }

    .tajweed-gradient {
        height: 100%;
    }

    .sub-text2 {
        width: 90%;
        margin: 1rem auto;
    }

    .sub-text3 {
        width: 90%;
        margin: 1rem auto;
        padding: 0;
    }

    .sub-text4 {
        width: 90%;
        margin: 1rem auto;
    }

    .img-mask-svg {
        width: 20rem;
    }

    .title-text {
        font-size: 40px;
    }

    .title-text span{
        font-size: 40px !important;
    }

    .class-div{
        flex-direction: column;
    }

    .sub-title-text{
        margin-top: -0.4rem;
    }

    .learning-div{
        padding: 2rem;
    }

    .learning-heading{
        font-size: 26px;
    }

    .learning-text{
        font-size: 20px;
        margin: 1rem 0;
    }

    .learning-section {
        height: auto;
    }

    .learning-div.scale-up {
        transform: scale(1);
        z-index: 2;
    }

    .duration {
        height: 100vh;
    }

    .duration-heading{
        font-size: 30px;
    }

    .duration-text{
        margin-top: 0;
    }
    }

    .page-top-content-header{
        background-color: white !important;
        position: absolute;
        padding: 0.1rem 3rem;
        border-radius: 0.2rem;
        top: 70%;
    }

    #signUpModal .selectize-input.items.required.invalid.not-full.has-options,
    #signUpModal .selectize-input.items.not-full.has-options{
        padding: 0 !important;
        min-height: 8px !important;
    }

    #signUpModal .selectize-input.items.not-full.has-options.dropdown-active.focus.input-active{
        padding: 0 !important;
        min-height: 8px !important;
    }

    #signUpModal .selectize-input.items.required.has-options.full.has-items {
        padding: 8px !important;
        min-height: 8px !important;
    }

    #signUpModal .selectize-input.items.has-options.full.has-items {
        padding: 6px !important;
        min-height: 2px !important;
    }

    #signUpModal .selectize-input>input {
        padding: 0.4rem !important;
        line-height: 1.5 !important;
        font-size: 1rem !important;
        width: 14rem !important;
    }

    #signUpModal .form-control:focus,
    #loginModal .form-control:focus {
        border-color: #f4f4f4 !important;
    }

    #signUpModal .single.selectize-dropdown.form-control {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        z-index: 99 !important;
    }

    #signUpModal .selectize-input.items.has-options.focus.full.has-items {
        padding: 6px !important;
        min-height: 1px !important;
    }

    #signUpModal .selectize-input.items.required.has-options.focus.full.has-items {
        padding: 8px !important;
        min-height: 10px !important;
    }

    #signUpModal .selectize-dropdown [data-selectable].option {
        font-size: 14px !important;
        padding: 2px !important;
    }

    #signUpModal .single.selectize-dropdown.form-control.time-zone {
        z-index: 9999 !important;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        max-height: 10rem !important;
        min-height: 2rem !important;
        height: auto !important;
    }

    #signUpModal .selectize-control.single .selectize-input, .selectize-dropdown.single{
        border-bottom: none !important
    }

    .text-introduction{
        font-size: 0.8rem;
    }

    main.introduction-content {
        width: 90%;
        margin: 0 auto;
        text-align: justify;
    }
    
}

@media (min-width: 1200px) {
    .container-timeline ul {
        display: flex;
        padding-left: 0;
        padding-top: 42px;
    }
}

@media screen and (max-width: 1399px) {
    .testimonial-item {
        padding-right: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .time-slot-list-wrap .table {
        width: 58%;
    }
}






/* Apply to the parent <ul> or directly to the <li> */
.panel-mobile li {
  list-style: none;      /* removes bullet/number */
  padding-left: 0;       /* optional: remove extra spacing */
  margin-left: 0;        /* optional: align properly */
}