/* Open-Sans Font */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Opensans-lighter.woff2");
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Opensans-semi-bolder.woff2");
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Opensans-bold.woff2") format('woff2');
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Opensans-bolder.woff2");
    font-display: swap;
}
body {
    font-family: "Open Sans",Arial, sans-serif;
    padding-right: 0px !important;
}

body.no-scroll{
    overflow: hidden;

}
.outline-none{
    outline: none;
}

@keyframes loading {
    0% {
      background-position: -200% 0;
    }
    100% {
      background-position: 200% 0;
    }
}

.skeleton-loader {
background: linear-gradient(90deg,
    #f0f0f0 25%,
    #e0e0e0 50%,
    #f0f0f0 75%
);
background-size: 200% 100%;
animation: loading 1.5s infinite;
}

.floating-banner-skeleton {
border: 1px solid #dee2e6;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}


#load_floating,.floating-banner-skeleton{
    height: 56px;
}

#load_floating>div{
    height: 100%;
}

@media (max-width: 600px) {
    #load_floating,.floating-banner-skeleton{
        height: auto;
    }
}

.navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: var(--text-color-2);
}

.cust-width-menu-mid a{
  text-decoration: none;
  color: black;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0;
    /* remove the gap so it doesn't close */
}
.navIconMob{
    overflow-y: hidden;
}

.bg-color-header {
    background-color: #f0f9ff;
}

.navbar-brand img {
    height: 40px;
}

.jktyuiawe img{
    height: 45px;
}
.search-bar {
    width     : 240px;
    display   : inline;
    background: none;
    border    : none;
    outline   : none;
    box-shadow: none;
    padding   : 0.35rem 0.25rem 0.42rem;
}

.search-bar:focus {
    background: none;
    box-shadow: none;
}

.nav-item .nav-link {
    font-size   : 0.875rem !important;
    margin-right: 15px;
}

.dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

#allcoursesHeader .all-courses {
    display         : inline-block;
    background-color: #fff;
    border          : 1px solid #BFCCDA;
    box-shadow      : 0px 1px 0px 0px #DEE5EC, 0px 4px 12px 0px rgba(12, 22, 32, 0.06);
    text-align      : center;
    font-size       : 14px;
    /* font-weight     : 600; */
    line-height     : normal;
    color           : #1e2d3e;
    align-items     : center;
    justify-content : center;
    font-family: "Open-Sans", sans-serif;
}

#allcoursesHeader.all-courses:hover {
    background-color: white;
    box-shadow      : 0px 1px 0px 0px #DEE5EC, 0px 4px 12px 0px rgba(12, 22, 32, 0.06);
}

#simpliLogo {
    margin-right: 20px !important;
}

#navbarNav .all-courses {
    display      : inline-block;
    border       : 1px solid #BFCCDA;
    border-radius: 5px;
    text-align   : center;
    font-size    : 14px;
    font-weight  : 600;
    line-height  : normal;
    color        : #1e2d3e;
}

#navbarNav .all-courses:hover {
    background-color: white;
    box-shadow      : 0px 1px 0px 0px #DEE5EC, 0px 4px 12px 0px rgba(12, 22, 32, 0.06);
}

#searchHeader {
    display        : flex;
    border         : 1px solid #BFCCDA;
    color          : #718AA5;
    font-size      : 14px;
    font-weight    : 400;
    border-radius  : 8px;
    background     : none;
    /* box-shadow  : 0px 1px 0px 0px #DEE5EC, 0px 4px 12px 0px rgba(12, 22, 32, 0.06); */
    padding-left   : 10px;
    align-items    : center;
    justify-content: center;
    text-align     : center;
}

.home-text-color {
    color      : #01203D !important;
    font-size  : 14px;
    font-weight: 400;
}

.course-icon {
    opacity  : 0.85;
    font-size: 12px;
}

.search-icon {
    position : absolute;
    left     : 10px;
    /* Adjust the position of the icon */
    top      : 50%;
    transform: translateY(-50%);
    color    : #01203D;
    /* Dark blue color */
    font-size: 16px;
    /* Adjust icon size */
}

.icon-sidebar {
    width                  : 90% !important;
    border-top-right-radius: 20px;
    box-shadow             : none !important;
}

.search-bar::placeholder {
    display    : flex;
    font-size  : 14px;
    /* Placeholder text color */
    color      : #718AA5;
    font-weight: 400;
}

.dropdown-menu-custom {
    left       : auto;
    /* Reset left positioning */
    right      : 0;
    /* Align to the right edge of the parent */
    margin-left: -120px;
    /* Adjust the distance from the toggle */
}

.home-headings {
    transition: background-color 0.2s;
}

.home-headings:hover {
    background-color: #ecf3f9;
    /* Slightly darker color */
    border-radius   : 0.375rem;
}

#Simpli-auto-complete.header-autocomple-suggestion {
    position     : absolute;
    top          : 38px;
    left         : 0px;
    width        : 100%;
    font-size    : 13px;
    background   : #fff;
    box-shadow   : 0 4px 30px rgb(31 34 39 / 20%);
    border-radius: 0;
    border       : 0;
    max-height   : 300px;
}

.autocomplete-suggestions {
    border-radius: 0;
}

@media screen and (min-width: 1241px) {
    .sidebar {
        display: none !important;
    }
}

/* Searchbutton */

#searchIcon {
    font-size: 5em;
}
.simpli-search{
    height: 28px;
    width: 28px;
    margin-left: 5px;
    cursor: pointer;
}

#search {
    color           : rgb(255, 255, 255);
    background-color: rgb(101, 64, 160);
    border          : solid 3px rgb(247, 157, 210);
    border-radius   : 10px;
    width           : 75%;
    margin-top      : 20.8px;
    margin-left     : 12.5%;
    font-size       : 2.2em;
    display         : none;
    outline         : none;
    cursor          : text;
}

#clear {
    text-align : right;
    width      : 5%;
    margin-top : -1.5em;
    margin-left: 82%;
    display    : none;
}

#clear:hover {
    cursor: pointer;
}

/* Search button end */

/* Adjust the size */
.menuOverlay {
    display: none;
    position      : fixed;
    top           : 0;
    left          : 0;
    width         : 100%;
    height        : 100%;
    background    : rgba(0, 0, 0, 0.5);
    z-index       : 999;
    pointer-events: none;
}

header {
    position: relative;
    z-index: 1000;
}

.dropdown-menu {
    /* min-width: 200px;
    max-width: 300px;  */
    width        : auto;
    border-radius: 0 10px 10px 10px;
    box-shadow   : 0 4px 8px rgba(0, 0, 0, 0.15);
    overflow     : auto;
}

.nav-courses-dropdown  .dropdown-menu {
    top: 39px;
    box-shadow: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.each-course-content a {
    border-bottom: none;
}

/* .dropdown-menu-end {
    right: auto;
    left: 0;
}  */

.drop-item-down{
    border-bottom : 1px solid #bfccda;
    font-size     : .875rem;
    padding-bottom: 0.55rem;
    padding-top   : 0.5rem;
}
.drop-item-down:focus{
    background-color: #f9f9f9;
    color: inherit;
}


.nav-link.dropdown-toggle::after {
    display: none;
    /* Hides the default dropdown icon */
}

.custom-accordion-button {
    background-color: transparent;
    border          : none;
    box-shadow      : none;
    display         : flex;
    justify-content : space-between;
    align-items     : center;
    padding         : 0.75rem 1.25rem;
    width           : 100%;
    text-align      : left;
    font-weight     : 600;
}

.custom-accordion-button:focus {
    box-shadow: none;
}

.custom-accordion-button.collapsed i:nth-of-type(2) {
    transition: transform 0.3s ease;
    transform : rotate(0deg);
}

.custom-accordion-button:not(.collapsed) i:nth-of-type(2) {
    transition: transform 0.3s ease;
    transform : rotate(90deg);
}
.explore-Simpli.collapsed i:nth-of-type(1) {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

.cust-droper{
    top: 40px;
}

.explore-Simpli:not(.collapsed) i:nth-of-type(1) {
    transition: transform 0.3s ease;
    transform: rotate(90deg);
    box-shadow: none !important;
}

.custom-accordion-button.accordion-button::after {
    display: none;
    /* Hide the default Bootstrap accordion arrow */
}

.awesomeIcon {
    padding-right: 7px;
    color        : #01203D;
    width        : 1.75rem;
}

.new-badge {
    background-color: #34495F;
    position        : absolute;
    color           : #fff;
    font-size       : 7px;
    padding         : 1px 5px;
    border-radius   : 44px;
    top             : 14px;
    display         : inline-block;
    font-weight     : 600;
    line-height     : normal;
}

.accordion-button {
    box-shadow: none !important;
}

/* Remove shadow from the accordion body (content) */
.accordion-collapse {
    box-shadow: none !important;
}

/* If the accordion has flush style */
.accordion-flush .accordion-item {
    border: none;
}

.close-sidebar {
    border-radius  : 50%;
    padding        : 2px !important;
    margin         : 0.5rem !important;
    border         : none;
    width          : 12px;
    height         : 12px;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.close-sidebar::before {
    display  : block;
    /* content  : '\00d7'; */
    /* Unicode for 'Ã—' */
    font-size: 20px;
    /* Adjust font size for the 'Ã—' */
}


/* Try */

/* General Styles */
.offcanvas-open{
    overflow: hidden;
}
.navbar-toggler {
    border: none;
}

.search-container {
    position   : relative;
    display    : flex;
    align-items: center;
    max-width  : 150px;
    /* Limit the width to prevent overflow */
    flex-shrink: 0;
    /* Prevent shrinking */
}

#searchIcon {
    cursor   : pointer;
    font-size: 20px;
}

#searchInput {
    display   : none;
    /* Hidden by default */
    transition: width 0.4s ease;
}

#Simpli-dropdowns>li:nth-child(1){
    width: 136px;
}
/* #Simpli-dropdowns>li:nth-child(2){
    width: 85px;
} */
#Simpli-dropdowns>li:nth-child(2){
    width: 111px;
}
#Simpli-dropdowns>li:nth-child(3){
    width: 110px;
}
#Simpli-dropdowns>li:nth-child(4){
    width: 100px;
    /* width: 113px; */
}

#closeButton {
    display   : none;
    background: none;
    border    : none;
    font-size : 20px;
    color     : #000;
}

.search-container.expanded #searchInput {
    display: block;
    width  : 100%;
}

.search-container.expanded #closeButton {
    display: block;
}

#accordionExpCourses.collapsed,#accordionFlushHeader.collapsed {
    border: none !important;
}

#Simpli-header{
    height: 72px;
    border-bottom: 1px solid #80808033;
}

.top-50px{
    top: 50px;
}

.w-33px{
    width: 33px;
}


.popular_scroll {
    overflow-y: scroll;
    height: 300px;
    z-index: 10;
}

.popular_scroll .autocomplete-suggestion:hover {
    background-color: #f0f0f0;
}

.popular_scroll::-webkit-scrollbar {
    width: 5px;
    z-index: 10;
}

.popular_scroll::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 1000px;
}

.popular_scroll::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 1000px;
}

.cust-anch {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    padding: 5px 15px 5px 15px;
    color: black;
    text-decoration: none;
}

#Simpli-auto-complete a {
    text-decoration: none;
    color: inherit;
}

#Simpli-auto-complete{
    height: fit-content;
}
.navbar-search-content {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: white;
    z-index: 20;
}
.navbar-mobile-search-form {
    height: 73px;
}
.mobile-navbar-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    background-color: #1c74b2;
}
.autocomplete-suggestion {
    padding: 5px 15px 5px 15px;
    /* white-space: nowrap; */
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
}
#navbarSearchContent .header-autocomple-suggestion-mobile{
    max-height: 300px;
    height: fit-content;
    overflow-y: scroll;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media(max-width:1025px) {
    .sidebarSimpliLogo {
        width : 8.5rem;
        height: 2rem;
    }
}

@media (max-width: 1480px) {
    .dropdown-m {
        right: 16px !important;
        left: auto !important;
        border-top-left-radius: 12px;
        border-top-right-radius: 0;
        top: 33px;
    }
}

@media (min-width: 1480px) {
    .dropdown-m {
        top: 30px;
    }
}

/* Responsive Styles */
@media (max-width: 992px) {

    #Simpli-header{
        height: 59px;
    }

    #simpliLogo {
        display    : flex;
        align-items: center;
    }

    .sidebar {
        display    : flex;
        align-items: center;
        gap        : 10px;
        margin-left: auto;
    }

    #allcoursesHeader {
        font-size: 14px;
        padding-right: 2rem;
    }

    .navbar-toggler {
        margin-right: 10px;
    }
    .navbar-toggler-icon{
        background-image: url("../images/hamburger-menu.svg");
    }

    .navbar-brand {
        padding-left: 0;
    }

    .navbar-brand img {
        height: 35px;
        width : 150px;
    }

    #navHome {
        max-width: 100% !important;
    }

    .new-badge {
        margin-left: 6px;
        top        : 0;
        position   : relative;

    }

    #accordionExpCourses.collapsed,#accordionFlushHeader.collapsed {
        border: none !important;
    }

    .offcanvas-backdrop {
        overflow: hidden;
    }

    .sidebarSimpliLogo {
        width : 8.5rem;
        height: 2rem;
    }

    #searchIcon {
        font-size: 16px;
    }


    .sidebar-bottom-content {
        max-width : 100%;
        overflow-x: hidden;
        background: #F4F8F6;
        color     : #1e2d3e;
        gap       : .2rem;
        padding: 1.25rem 2.3rem !important;
    }

    .sidebar-text1 {
        font-size  : 0.75rem;
        line-height: 1rem;
    }

    .sidebar-bottom-button {
        border   : 1px solid #01203D;
        color    : #01203D;
        font-size: 0.75rem;
    }

    .bottom-button2 {
        background: #1e2d3e;
        color     : #fff;
        font-size : 0.875rem;
    }

    .sidebarSimpliLogo {
        width : 8.5rem;
        height: 2rem;
    }

    #homeNav-lineicon.navbar-toggler-icon {
        height: 1.5rem;
        width : 1.5rem;
    }

    #accordionExpCourses.collapsed,#accordionFlushHeader.collapsed {
        border: none !important;
    }

    .simplishadow {
        box-shadow: 0px 1px 0px 0px #DEE5EC, 0px 4px 12px 0px rgba(12, 22, 32, 0.06);
        z-index   : inherit;
    }
    #accordionExpCourses .accordion-button.collapsed,#accordionFlushHeader .accordion-button.collapsed {
        border       : none !important;
    }

    #accordionExpCourses.accordion-button.collapsed{
        border       : none !important;
    }
    .sidebar-border{
        border: none !important;
        border-bottom: 1px solid rgba(222, 229, 236, 1) !important;
    }

    html{
        zoom: normal;
    }
}

@media(max-width: 767.98px){
    .navbar{
        padding: 0px;
    }
    .navbar>.container-fluid{
        gap: 0px;
        padding: 11px 15px;
        position: relative;
    }
    .navbar-mobile-search-form {
        height: 60px;
    }

}


/* @media(max-width: 600px) {
    .navbar-custom {
        padding: 0px 10px;
    }
} */

@media(min-width:600px) and (max-width:767px) {
    #navHome {
        max-width: 100% !important;
        padding  : 0;
    }

    #navHeader {
        padding: 8px 15px;
    }

    #accordionExpCourses.collapsed,#accordionFlushHeader.collapsed {
        border: none !important;
    }

    #searchIcon {
        font-size: 14px;
    }

    .sidebar-bottom-content {
        max-width : 100%;
        overflow-x: hidden;
        background: #F4F8F6;
        color     : #1e2d3e;
        gap       : .2rem;
        padding: 1rem 1.7rem !important;
    }

    .sidebar-text1 {
        font-size  : 0.75rem;
        line-height: 1rem;
    }

    .sidebar-bottom-button {
        border   : 1px solid #01203D;
        color    : #01203D;
        font-size: 0.75rem;
    }

    .bottom-button2 {
        background: #1e2d3e;
        color     : #fff;
        font-size : 0.875rem;
    }

    .sidebarSimpliLogo {
        width : 8.5rem;
        height: 2rem;
    }

    #homeNav-lineicon.navbar-toggler-icon {
        height: 1.5rem;
        width : 1.5rem;
    }

    #accordionExpCourses.collapsed,#accordionFlushHeader.collapsed {
        border: none !important;
    }
    #accordionExpCourses .accordion-button.collapsed,#accordionFlushHeader .accordion-button.collapsed {
        border       : none !important;
    }
    #accordionExpCourses.collapsed,#accordionFlushHeader.collapsed {
        border       : none !important;
    }

    #accordionExpCourses.accordion-button.collapsed{
        border       : none !important;
    }

    .sidebar-border{
        border: none !important;
        border-bottom: 1px solid rgba(222, 229, 236, 1) !important;
    }

}

/* Styles for screens below 475px */
@media (max-width: 475px) {
    /* zendesk */
    #launcher{
        bottom: 38px !important;
    }
    .navbar-brand img {
        width : 8.5rem;
        height: 2.2rem;
    }

    .navbar-toggler {
        margin-right: 5px;
    }

    #allcoursesHeader {
        font-size    : 12px;
        padding-right: 1.25rem;
        white-space  : nowrap;
        /* Prevent text wrapping */
    }

    #searchIcon {
        font-size: 14px;
    }

    .sidebar {
        gap            : 5px;
        flex-shrink    : 1;
        max-width      : 60%;
        /* Limit width to fit everything in a single line */
        justify-content: flex-end;
        /* Ensure elements stay on the right */
    }

    .search-container {
        max-width  : 50px;
        /* Limit the width */
        flex-shrink: 0;
        /* Prevent shrinking */
    }

    .sidebar-bottom-content {
        max-width : 100%;
        overflow-x: hidden;
        background: #F4F8F6;
        color     : #1e2d3e;
        gap       : .2rem;
        padding: 1rem 1rem !important;
    }

    .sidebar-text1 {
        font-size  : 0.75rem;
        line-height: 1rem;
    }

    .sidebar-bottom-button {
        border   : 1px solid #01203D;
        color    : #01203D;
        font-size: 0.75rem;
    }

    .bottom-button2 {
        background: #1e2d3e;
        color     : #fff;
        font-size : 0.875rem;
    }

    .sidebarSimpliLogo {
        width : 8.5rem;
        height: 2.2rem;
    }

    #homeNav-lineicon.navbar-toggler-icon {
        height: 1.25rem;
        width : 1.25rem;
    }

    #accordionExpCourses .accordion-button.collapsed,#accordionFlushHeader .accordion-button.collapsed {
        border       : none !important;
    }
    .accordionExp.accordion-button.collapsed {
        border: none !important;
    }
    .sidebar-border{
        border: none !important;
        border-bottom: 1px solid rgba(222, 229, 236, 1) !important;
    }
    #accordionExpCourses.collapsed,#accordionFlushHeader.collapsed {
        border       : none !important;
    }
    #accordionExpCourses .accordion-button,#accordionFlushHeader .accordion-button{
        font-size: 12px;
    }
    #navbarSearchContent.navbar-mobile-search-form{
        height: 58px;
    }
    #mobile-navbar-search.search-container-border{
        border: none !important;
    }
    #accordionExpCourses .accordion-body ul.sub-ul li:last-child,#accordionFlushHeader .accordion-body ul.sub-ul li:last-child{
        border: none !important;
    }

}

/* Center Align Items */
.navbar-brand {
    display    : flex;
    align-items: center;
}

@media (max-width: 410px) {
    .navbar-brand img {
        width : 7.5rem;
        height: 2rem;
    }

    .sidebarSimpliLogo {
        width : 7.5rem;
        height: 2rem;
    }

    #allcoursesHeader {
        font-size    : 10px;
        /* Reduce font size */
        padding-right: 0.5rem;
    }

    .search-container {
        max-width: 40px;
        /* Further reduce the width of the search container */
    }

    #searchIcon {
        font-size: 13px;
        /* Adjust icon size */
    }

    .sidebar {
        gap      : 3px;
        /* Reduce the gap between elements */
        max-width: 50%;
        /* Further limit the width */
    }

    .navbar-custom .container-fluid {
        padding-left : 3px !important;
        padding-right: 3px !important;
    }
}

@media (max-width: 350px) {
    .navbar-brand img {
        height: 1.5rem;
        /* Smallest logo size */
        width : 6.5rem;
    }

    .sidebarSimpliLogo {
        width : 6.5rem;
        height: 1rem;
    }

    #allcoursesHeader {
        font-size    : 9px;
        /* Smallest readable font size */
        padding-right: 0.4rem;
    }

    .search-container {
        max-width: 35px;
        /* Smallest width for search container */
    }

    .sidebar {
        gap: 2px;
        /* Minimal gap */
    }


    .sidebar-text1 {
        font-size  : 0.65rem;
        line-height: 0.9rem;
    }
}
@media (max-width: 328px) {
    .navbar-custom .container-fluid {
        padding-left : 1px !important;
        padding-right: 1px !important;
    }
    .simpli-search {
        width: 20px;
        height: 28px;
    }
    .cart-count-div{
        margin-right: 0px !important;
    }
}
@media (max-width: 310px) {
    .mob-cart-view{
        padding: 5px !important;
    }
}
.no-selectinfo {
    user-select: none; /* Prevent text selection */
}


/* Try End */
/* By Hema-------------------- */
.course-title {
    font-weight  : 600;
    color        : #1f2937;
    border-bottom: 1px solid #d9e3f7;
}
.view-all {
    color          : #073593;
    cursor         : pointer;
    font-weight    : 600;
    font-size      : 1rem;
    line-height    : 2rem;
    text-decoration: underline;
}
.course_categories {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    font-size      : 0.9rem;
    line-height    : 1rem;
    color          : #1f2937;
    font-weight    : 600;
    padding        : 0.9rem;
    margin-left    : 0.9rem;
}
.category-inner-container,
.subcategory-inner-container {
    border-right   : 1px solid #d9e3f7;
    height         : 420px !important;
    /* overflow-y     : scroll !important; */
    overflow-x     : hidden !important;
    /* scrollbar-width: thin;
    scrollbar-color: #01203D #fff; */
}
.category-inner-container::-webkit-scrollbar,
.subcategory-inner-container::-webkit-scrollbar {
    width: 7px; /* Width of the scrollbar */
    -webkit-appearance: none;
}
.category-inner-container::-webkit-scrollbar-thumb,
.subcategory-inner-container::-webkit-scrollbar-thumb {
    background-color: #01203d35; /* Color of the scrollbar thumb */
    border-radius: 4px; /* Rounded corners for the scrollbar thumb */
}
.category-inner-container::-webkit-scrollbar-track,
.subcategory-inner-container::-webkit-scrollbar-track {
    background-color: #ffffff; /* Color of the scrollbar track */
    border-radius: 4px; /* Rounded corners for the scrollbar track */
}
.category-inner-container::-webkit-scrollbar-thumb:hover,
.subcategory-inner-container::-webkit-scrollbar-thumb:hover {
    background-color: var(
        --prime-ft-color
    ); /* Darker color when hovering over scrollbar */
}
.course_categories:hover .fa-angle-right {
    display: block !important;
}
.course-subcategories {
    font-weight: 500;
    font-size  : 0.8rem;
    line-height: 0.9rem;
    color      : #A8ABCA;
    /* padding    : 0.3rem; */
    /* display    : block; */
}
.subcate {
    padding: 0.3rem;
}
.course-subcategories-title {
    font-weight: 600;
    font-size  : 0.8rem;
    line-height: 0.9rem;
    color      : #000000;
    /* padding    : 0.3rem; */
    /* display    : block; */
}
.course_categories:hover {
    color        : #073593;
    background   : #f3f4f6;
    border-radius: 4px 0 0 4px;
    cursor       : pointer;
}
.course_categories.active {
    color        : #073593;
    background   : #f3f4f6;
    border-radius: 4px 0 0 4px;
    cursor       : pointer;
}
.fa-angle-right {
    display: none;
    margin : auto;
}
.course_categories:hover .fa-angle-right {
    display: flex;
    margin : auto;
}
.course_categories.active .fa-angle-right {
    display: flex;
    margin : auto;
}
.nav-courses-dropdown .dropdown-menu {
    padding: 0px !important;
}
.best-seller-btn {
    border       : none;
    background   : #FA4A23;
    font-size    : 0.6rem;
    font-weight  : 600;
    line-height  : 0.9rem;
    border-radius: 0.12rem;
    width        : fit-content;
    color        : #FFFFFF;
}
.trending-btn {
    background   : #009AFF;
    border       : none;
    font-size    : 0.6rem;
    font-weight  : 600;
    line-height  : 0.9rem;
    border-radius: 2px;
    width        : fit-content;
    color        : #FFFFFF;
}
.nav-courses-dropdown .dropdown-menu {
    background   : #ffffff;
    box-shadow   : 0px 4px 30px rgba(31, 34, 39, 0.2);
    /* border-radius: 8px; */
    border       : 0px;
    padding      : 0px !important;
    /* width        : 1100px !important; */
    margin-top   : 4px;
    overflow     : hidden;
}
.nav-courses-dropdown .dropdown-menu .course-categories .dropdown-item {
    font-weight: 500;
    font-size  : 15px;
    line-height: 16px;
    color      : #1f2937;
    padding    : 0px !important;
}
.nav-courses-dropdown .dropdown-menu .courses .dropdown-item {
    font-weight  : 500;
    font-size    : 14px;
    line-height  : 3px;
    color        : #1f2937;
    padding      : 0px !important;
    text-overflow: ellipsis;
}
/* --------------------- */
/* Mega menu-------------------- */
.drop-beg,
.drop-mod,
.drop-adv {
    padding: 0px 7px 2px;
    border-radius: 3px;
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 500;
    display: inline;
    border: 1px solid;
    margin-left: 5px;
}
.course-title {
    font-weight  : 600;
    color        : #1f2937;
    border-bottom: 1px solid #d9e3f7;
}
.view-all {
    color          : #0051a2;
    cursor         : pointer;
    font-weight    : 600;
    font-size      : 0.8rem;
    line-height    : 2rem;
    text-decoration: underline;
}
.view-all:hover {
    color          : #073593;
    text-decoration: underline;
}
.course_categories {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    font-size      : 0.9rem;
    line-height    : 1rem;
    color          : #1f2937;
    font-weight    : 600;
    padding        : 0.9rem;
    margin-left    : 0.9rem;
}
.course_categories:hover .fa-angle-right {
    display: block;
}
.course-subcategories {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.9rem;
    color: #585c5f;
    padding    : 0.3rem;
    /* display    : block; */
}
.subcate {
    padding: 0.3rem;
}
.course-subcategories-title {
    font-weight: 600;
    font-size  : 0.9rem;
    line-height: 0.9rem;
    color      : #000000;
    /* padding    : 0.3rem; */
    display    : block;
}
.sdt2co{
    font-size  : 0.9rem;
    font-weight: 600;
}
.sdt2co1{
    font-size  : 0.9rem;
    font-weight: 600;
}
.course_categories:hover,.course_categories.active  {
    color        : #073593;
    background   : #f3f4f6;
    border-radius: 4px 0 0 4px;
    cursor       : pointer;
}
.fa-angle-right {
    display: none;
    margin : auto;
}
.course_categories:hover .fa-angle-right {
    display: flex;
    margin : auto;
}
.course_categories.active .fa-angle-right {
    display: flex;
    margin : auto;
}
.nav-courses-dropdown .dropdown-menu {
    padding: 0px !important;
}
.popular-btn {
    border       : none;
    background   : #FA4A23;
    font-size    : 0.6rem;
    font-weight  : 600;
    line-height  : 0.9rem;
    border-radius: 0.12rem;
    width        : fit-content;
    color        : #FFFFFF;
    position: relative;
    top: -2px;
}
.trending_btn {
    border       : none;
    background   : #27A1E5;
    font-size    : 0.6rem;
    font-weight  : 600;
    line-height  : 0.9rem;
    border-radius: 0.12rem;
    width        : fit-content;
    color        : #FFFFFF;
    position: relative;
    top: -2px;
}
.advance-btn {
    background   : #01203D;
    border       : none;
    font-size    : 0.6rem;
    font-weight  : 600;
    line-height  : 0.9rem;
    border-radius: 2px;
    width        : fit-content;
    color        : #FFFFFF;
    position: relative;
    top: -2px;
}
.f4klf{
    position: absolute;
    background: rgba(255, 255, 255, 0);
    width: 89%;
    margin-left: -8px;
    padding: 4px;
    color: transparent;
}
.nav-courses-dropdown .dropdown-menu {
    background   : #ffffff;
    box-shadow   : 0px 4px 30px rgba(31, 34, 39, 0.2);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border       : 0px;
    padding      : 0px !important;
    width        : 1100px;
    margin-top   : 4px;
    overflow     : hidden;
    z-index: 100000;
}
.nav-courses-dropdown .dropdown-menu .course-categories .dropdown-item {
    font-weight: 500;
    font-size  : 15px;
    line-height: 16px;
    color      : #1f2937;
    padding    : 0px !important;
}
.nav-courses-dropdown .dropdown-menu .courses .dropdown-item {
    font-weight  : 500;
    font-size    : 14px;
    line-height  : 3px;
    color        : #1f2937;
    padding      : 0px !important;
    text-overflow: ellipsis;
}
.grecaptcha-badge {
	z-index: 99999;
    visibility: hidden;
}
.cust-width-menu-mid{
    width: 587px;
    margin-left: -26px !important;
}
.cust-width-menu-mid .subcate:hover{
    background-color: #f3f4f6;
}
.cust-width-menu-mid .subcate:hover .sdt2co{
    color: #073593;
}
.ps-5cust{
    padding-left: 27px;
}
.klito{
    transform: scale(0.9);
    top: 14px !important;
    left: -57px;
}
.ps-cust-cat{
    padding-left: 40px;
}
@media (min-width: 1200px) {
    #navHome.container{
        max-width: 1275px;
    }
}
/* --------------------- */
/* category */
.course-cat{
    margin-left:0px !important;
    padding-left:1.8rem !important;
}
.course-ext{
    padding-right:0px !important;
}

/* Singapore National Day */

.singapore-bg{
    background-image: url("../images/sg_banner_bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.singapore-cont{
    color:#FFE3A1;
}
.sg_bg_color{
    background-color: #FFE3A1 !important;
}

/* India Independence Day */

.ind-bg{
    background-image: url("../images/bg-india-in.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(max-width:768px){
    .img-ind-flag{
        width: 95px;
    }
}

/* Indoneisa Independence Day */

.indonesia-ind-bg{
    background-image: url("../images/id_banner_bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar .navbar-collapse {
    gap: 10px;
}
#autocomplete::-webkit-search-cancel-button:hover {
    cursor: pointer;
}
.popular_scroll .autocomplete-suggestion:hover {
    background-color: #F0F0F0;
}
.dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0;
}

.autocomplete-suggestions {
    text-align: left;
    border: 1px solid #999;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fff;
    overflow: auto;
    top: -4px;
    left: 0px !important;
    width: 100% !important;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 0px 4px 30px rgb(31 34 39 / 20%);
    border-radius: 8px;
    border: 0px;
    margin-top: 4px;
    scrollbar-width: thin;
    scrollbar-color: #888 white;
}

.autocomplete-suggestion {
    padding: 5px 15px 5px 15px;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
}

.autocomplete-suggestions::-webkit-scrollbar {
    width: 5px;
}

.autocomplete-suggestions::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 1000px;
}

.autocomplete-suggestions::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1000px;
}

.autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    color: red !important;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.course-categories .dropdown-item.active {
    color: #073593 !important;
    background: #f3f4f6;
    border-radius: 4px 0px 0px 4px;
}

label.error {
    color: red !important;
    position: relative;
    margin-bottom: 10px;
    top: 6px;
}

@media screen and (max-width: 1240px) {
    .offcanvas-body {
        --bs-offcanvas-padding-y: 0rem !important;
        --bs-offcanvas-padding-x: 0rem !important;
    }
    .sub-ul {
        list-style-type: none;
        margin-bottom: 0;
        padding: 0;
        border-left: 2px solid #e2151b;
        transition: 1s;
    }
    .btn-dropdown-none {
        --bs-accordion-btn-icon: none;
    }
    .course-list {
        padding: 13px 0px;
        border-bottom: 1px solid #ddd;
    }
    .li-item {
        text-decoration: none;
        color: #231f20;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        --bs-link-hover-color: none;
        display: block;
        margin-left: 25px;
    }
    #accordionFlushHeader .accordion-body {
        --bs-accordion-body-padding-y: 0rem !important;
        --bs-accordion-body-padding-x: 0rem !important;
    }
    #accordionFlushHeader .accordion-button:not(.collapsed),
    #accordionExpCourses  .accordion-button:not(.collapsed){
        --bs-accordion-btn-bg: #fff !important;
        --bs-accordion-active-bg: none;
    }
}
@media only screen and (min-width:992px) {
    .elearning-dropdown {
        max-height: 280px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #logbtn:hover {
      background-color: var(--btn-bg-org-clr) !important;
    }
    .elearning-dropdown::-webkit-scrollbar {
        width: 6px;
    }
    .elearning-dropdown::-webkit-scrollbar-track {
         background: #f1f1f1;
    }
    .elearning-dropdown::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }
}
@media (max-width:767px) {
    .autocomplete-suggestions {
        top: 53px;
    }
}
.end-arrow2 {
    font-size: 27px !important;
    color: black !important;
}

/* columbus day floating bar  */
.columbia_day_bg{
    background-image: url("../images/columbus_day_bg.webp");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.columbus_text{
      color: #e74c1b;
      font-weight: bold;
      width: fit-content;
}
.columbus_day_flag{
    width: 105px;
    height: 56px;
}
.columbus_day_sale{
    width: 31px;
    height: 27px;
}
.columbus_day_underline{
    width: 145px;
    height: 5px;
}
.columbus_day_font{
    font-size: 20px;
}
@media (max-width: 992px) {
    .columbus_day_flag{
        width: 33px;
        height: 30px;
    }
    .columbus_day_sale{
        width: 18px;
        height: 15px;
    }
    .columbus_day_underline{
        width: 72px;
        height: 2px;
    }
    .columbus_day_font{
        font-size: 11px;
    }
}
