/* .header.-type-1 .header-left .header__logo  a{
    width: 60px;
    height: 60px;
    background: #6440fb;
    display: flex;
    align-items: center;
    justify-content: center;
} */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700;900&display=swap");

@font-face {
    font-family: "Segoe UI Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Segoe UI.woff") format("woff");
}

@font-face {
    font-family: "Segoe UI Italic";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Segoe UI Italic.woff") format("woff");
}

@font-face {
    font-family: "Segoe UI Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Segoe UI Bold.woff") format("woff");
}

@font-face {
    font-family: "Segoe UI Bold Italic";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Segoe UI Bold Italic.woff") format("woff");
}

body {
    font-family: Lexend;
}

.goal_multi_option {
    width: fit-content;
}

.blue-link {
    color: #2778c9 !important;
}

.radius-50 {
    border-radius: 50px !important;
}

.radius-left-50 {
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 0px !important;
}

.radius-right-50 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 50px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 50px !important;
}

.project-dropdown {
    text-align: center;
    padding: 10px;
    border-top: 2px solid #a3a3a3;
    min-width: 250px;
    margin-right: 20px;
}

.project-dropdown label {
    font-size: large;
    font-weight: 500;
    color: #000;
}

.project-dropdown .form-select {
    width: 80%;
    text-align: center;
    display: inline;
}

.circle {
    width: 50px;
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.circle canvas {
    vertical-align: top;
    width: 50px !important;
    height: 50px !important;
}

.register-ul li {
    list-style: disc;
    margin-left: 30px;
}

.circle strong {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    line-height: 40px;
    font-size: 13px;
    color: #04aa6d;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}

.logo-responsive-hide {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lexend;
}

.stepCard.-type-1 {
    height: 100%;
}

.stepCard.-type-1 .stepCard__content {
    height: 100%;
    cursor: pointer;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 300px !important;
}

.home_bg {
    z-index: -1;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: var(--color-dark-1); */
    background: linear-gradient(160deg,
            rgba(238, 246, 247, 1) 40%,
            rgba(63, 152, 190, 1) 100%,
            rgba(67, 206, 228, 1) 100%);
}

.home_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    padding: 100px 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.selected-language {
    background-color: #ebebeb !important;
}

.category-tile {
    border: 1px solid #e1dada !important;
}

.footer.-type-1 {
    font-size: 13px;
    font-weight: 300;
}

.error {
    color: #e50000;
    padding-top: 5px;
}

.search-box-course {
    justify-content: flex-end;
}

.search-box-course .search-field {
    box-shadow: none;
    outline: none;
    border: none;
    width: 100%;
}

.search-field .search-btn-light {
    height: auto;
    top: 14px;
}

.search-box-course .search-field input {
    border: 1px solid #767676;
}

.search-box-course .search-field input:focus {
    border: 1px solid #006cbe;
}

.search-box-course .search-field input {
    box-shadow: none;
    outline: none;
}

.breadcrumbs {
    margin-top: 0px !important;
    padding: 12px 0 !important;
    background-color: #4276b8 !important;
}

.microsoft-icon {
    text-align: center;
    margin-bottom: 70px;
}

.microsoft-icon img {
    width: 140px;
    /* width: 180px; */
}

.disabled {
    pointer-events: none !important;
}

.page-header.-type-1 {
    padding-top: 51px;
    padding-bottom: 5px;
}

.button.-md {
    height: 40px !important;
}

.language-droupdown .changeLang {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    padding: 10px 25px 10px 40px;
    position: relative;
    z-index: 99;
    -webkit-appearance: auto;
    margin: 0;
    border: none;
}

.language-droupdown {
    border-radius: 6px;
    padding: 4px 10px !important;
    outline: none;
    box-shadow: none;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    /* padding-left: 40px;
    padding-right: 10px; */
    cursor: pointer;
}

.language-droupdown.changeLang option {
    padding: 5px 10px;
}

.language-droupdown .icon-worldwide {
    color: #000;
    position: absolute;
    left: 8px;
}

.course-category {
    color: #006cbe;
    font-weight: 500;
    background-color: var(--color-purple-3);
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
}

.sidebar.-courses .sidebar-checkbox__item {
    margin-bottom: 14px;
    align-items: flex-start;
}

.sidebar.-courses .sidebar-main-checkbox {
    display: block;
}

.sidebar.-courses .sidebar-main-checkbox .form-update-checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.sidebar-subitems {
    margin-left: 18px;
}

.button.-green-1 {
    background-color: var(--color-dark-1);
    border: 2px solid var(--color-dark-1);
    color: #fff !important;
}

.button.-green-1:hover {
    color: var(--color-dark-1) !important;
}

.button.-outline-dark-1 {
    border: 2px solid var(--color-dark-1) !important;
    background-color: var(--color-dark-1);
    color: white !important;
}

.button.-outline-dark-1:hover {
    color: var(--color-dark-1) !important;
    background-color: #fff;
}

.header.-type-1 .header__container {
    padding: 0;
}

/* loder css */

.loder-section {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 999;
}

.loder-section img {
    max-width: 300px;
}

.cookies-checkbox {
    display: none !important;
}

#eu-cookie-consent-form {
    width: 100%;
}

.cookies-heading {
    /* padding-bottom: 5px;    */
    font-size: 12px !important;
}

.collapse-header {
    border-radius: 0px;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    background-color: #767676;
    margin-right: 8px;
    color: #fff !important;
}

.collapse-header:hover,
.collapse-header.active {
    background-color: #2778c9;
}

.cookies-checkbox-open {
    display: flex !important;
    position: absolute;
    top: 60px;
    left: 20px;
    right: 15px;
}

#eu-cookie-consent-form .eu-popup-button {
    height: auto;
    min-height: auto;
    padding: 0px 16px;
    min-width: 120px;
    border-radius: 0;
    line-height: 19px;
    /**btn size same**/
}

.modal-bg-light {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: 999;
}

.coursesCard__image {
    height: 200px;
    border-radius: 0px !important;
}

.coursesCard__image img {
    height: 100%;
}

.cource-paragraph-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 51px;
}

.acordian-btn-cookies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
}

.acordian-category-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
}

.cookies-text {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.3;
    font-weight: 500;
}

/* index css */

.coursesCard {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
        rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    /* border: 1px solid #e1dada; */
}

.category-tile {
    border: unset !important;
    border-bottom: 1px solid rgba(147, 147, 147, 0.3) !important;
}

.cource-card-footer {
    padding: 20px 12px;
}

/* .cource-footer-text{
    font-size: 15px;
    font-weight: 600;
} */
.cource-content p {
    font-size: 14px;
    font-weight: 500;
}

.category-shape-card {
    height: 100%;
    background-color: #fff;
    cursor: pointer;
}

/* sub cat5egory section */

.sub-category-section {
    background-color: rgb(208 233 240 / 0.4);
    padding-bottom: 60px;
    margin-bottom: 80px;
}

.tabs.-pills .tabs__controls .tabs__button.is-active {
    background-color: #2778c9;
    color: #fff !important;
    font-weight: 600;
}

.coursesCard.-type-1 .coursesCard-footer {
    justify-content: center;
}

.cource-card-footer .cource-footer-text span {
    height: 76px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.cource-card-footer .category-two-line span {
    -webkit-line-clamp: 2;
    height: 51px;
}

.categories-list-page .searchCheckboxValue {
    margin-right: 20px;
    accent-color: #2778c9;
    width: 20px;
    height: 20px;
}

.dashboard__sidebar {
    padding-top: 0px !important;
}

/* index css */

.masthead.-type-1 {
    padding-top: 0;
    margin-top: 0px;
}

.banner-top-wrapper {
    padding-top: 0px;
}

.masthead.-type-1 .banner-top-wrapper .masthead__title {
    color: rgb(0, 0, 0);
    line-height: 70px;
}

.masthead.-type-1 .banner-top-wrapper .masthead__text {
    color: #000;
    line-height: 1.4 !important;
}

.header.-type-1 {
    background-color: #fff;
}

.masthead.-type-1 .masthead__bg img {
    margin-left: auto;
    display: block;
}

.masthead.-type-1 .home_bg img {
    margin-left: auto;
    display: block;
}

.header .header-menu .menu__nav a {
    color: #2778c9 !important;
}

.header-right__buttons .login-wrap-btn {
    color: #2778c9 !important;
}

.header-right__buttons .button.-white {
    background-color: #2778c9;
    color: #fff !important;
    border: 1px solid #2778c9;
}

.header-right__buttons .button.-white:hover {
    background-color: #fff;
    color: #2778c9 !important;
}

.coursesCard.-type-1 .coursesCard__image_overlay {
    background-color: #006cbe;
    border-radius: 0px !important;
}

.level-up-section {
    background-color: rgba(36, 58, 94, 0.95);
}

.footer.-type-1 .border-top-light-15 {
    border-top: none;
}

.form-page-composition {
    width: 100%;
}

.form-page-composition img {
    width: 100%;
    transform: unset !important;
}

.form-page__content {
    background-color: #fff;
}

.login-sm-btn {
    max-width: 200px;
    margin-left: auto;
}

/* CSS to make same as get365 (31-05-2023) */
.banner-btn-section a {
    background-color: #2778c9;
    margin: 10px;
    padding: 10px;
    color: #fff !important;
    border-radius: 50px;
    padding: 4px 18px 6px;
    font-size: 17px;
    display: inline-block;
    line-height: 24px;
    transition: all 0.5s;
}

.banner-btn-section a:hover {
    background-color: #000;
}

.banner-btn-section {
    margin-top: 20px;
}

.header-right a {
    background-color: #fff;
    margin: 10px;
    color: #2778c9 !important;
    border-radius: 50px;
    padding: 4px 18px 6px;
    font-size: 17px;
    display: inline-block;
    line-height: 24px;
    transition: all 0.5s;
}

.header-btn-section a {
    background-color: #2778c9;
    margin: 10px;
    color: #fff !important;
    border-radius: 50px;
    padding: 4px 18px 6px;
    font-size: 17px;
    display: inline-block;
    line-height: 24px;
    transition: all 0.5s;
}

/* .signup-page a{
    background-color: #2778c9;
    margin: 10px;
    padding: 10px;
    color: #fff !important;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 16px;
} */

.signup-page button {
    background-color: #2778c9 !important;
    margin: 10px;
    padding: 10px;
    color: #fff !important;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 16px;
    border: none !important;
    margin-left: 0;
}

.signup-page button:hover {
    border: 1px solid;
}

/* .login-page .btn{
    background-color: #2778c9;
    margin: 10px;
    padding: 10px;
    color: #fff !important;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 16px;
} */

.login-page button {
    background-color: #2778c9 !important;
    margin: 10px;
    padding: 10px;
    color: #fff !important;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 16px;
    border: none !important;
}

.login-page button:hover {
    border: 1px solid;
}

.home-page-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: rgb(0, 0, 0);
    padding-left: 20px;
    padding-right: 20px;
}

.home-page .masthead.-type-1 {
    z-index: 1;
    position: relative;
    padding: 0px;
}

.header.header-bg {
    /* background-image: url(/img/banner/header-with-logo.png);
    background-size: 118% 100%;
    background-position: center right;
    background-repeat: no-repeat; */
    border-top: 4px solid #2778c9;
    height: 75px;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: transparent;
}

.header.header-bg>div {
    width: 100%;
}

.header__logo {
    max-width: 150px;
}

/**footer**/
footer.bg-dark-1 {
    background-color: #525a63;
    padding: 5px 14px 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.home-page .masthead.-type-1 .masthead__bg img {
    margin-top: -12px;
}

.home-page .masthead.-type-1 .home_bg img {
    margin-top: -12px;
}

.home-page .masthead.-type-1 {
    min-height: 100vh;
}

.back-btn {
    position: absolute;
    top: 125px;
    left: 20px;
    z-index: 999;
}

/* .back-btn::before{
    content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #2778c9;
    border-left: 2px solid #2778c9;
    transform: rotate(-45deg);
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -2px;
} */
.back-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* background-color: rgba(147, 147, 147, 0.1); */
    /* padding: 4px 16px 4px 6px; */
    border-radius: 20px;
}

.back-btn span {
    background-color: #2778c9;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    margin-right: 10px;
}

.back-btn span img {
    width: 22px;
}

.form-page__content {
    position: relative;
}

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

.content-wrapper.js-content-wrapper.home-page {
    max-height: 100vh;
    overflow: hidden;
    background-image: url(../img/banner/home-banner2.png);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    display: flex;
}

/***cookies-modale**/
.modal-title-p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 2px;
    color: #2778c9;
}

.modal-description {
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(20, 3, 66, 0.4);
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.cookies-text {
    font-size: 12px;
    line-height: 14px;
}

.acordian-btn-cookies {
    padding-top: 45px;
}

.eu-popup {
    padding: 6px 20px;
}

/**end cookies-modal**/

/******login-page-changes******/
.login-page-section .form-page-composition .-el-1 img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    background: linear-gradient(160deg,
            rgba(238, 246, 247, 1) 40%,
            rgba(63, 152, 190, 1) 100%,
            rgba(67, 206, 228, 1) 100%);
}

.login-page-section .form-page-composition,
.login-page-section .form-page-composition .-el-1 {
    height: 100%;
}

/********/
.masthead.-type-1 .masthead__bg img {
    margin-left: auto;
    display: block;
}

.home-page .masthead.-type-1 .masthead__bg {
    background-color: #fff;
}

.sticky-top-header .header.header-bg {
    background-color: #fff !important;
}

.sticky-top-header .header-right a {
    color: #fff !important;
    background-color: #2778c9;
}

.masthead__bg {
    visibility: hidden;
}

.goals-table .table-responsive a i {
    margin-right: 10px;
}

.width-50 {
    width: 50%;
}

.form-check-label a {
    color: #006cbe;
    text-decoration: underline !important;
}



/* responsive css */
@media screen and (max-width: 1424px) {
    .login-page-section .form-page__content {
        width: 55vw;
    }

    .login-page-section .form-page__img {
        width: 45vw;
    }

}

@media screen and (max-width: 1424px) {
    .cookies-checkbox-open {
        top: 55px;
    }

    .content-wrapper.js-content-wrapper.home-page {
        background-size: cover;
        background-position: 140px;
    }
}

@media screen and (max-width: 1366px) {
    /* .content-wrapper.js-content-wrapper.home-page{
        background-position: 50% -12px;
    } */
}

@media screen and (max-width: 1336px) {
    .acordian-btn-cookies {
        padding-top: 53px;
    }

    .masthead.-type-1 .masthead__title {
        font-size: 48px;
    }
}

@media screen and (max-width: 1200px) {
    .acordian-btn-cookies {
        padding-top: 60px;
    }
}

@media screen and (max-width: 1169px) {
    .masthead.-type-1 .banner-top-wrapper .masthead__title {
        font-size: 45px;
        line-height: 55px;
    }

    .masthead.-type-1 .banner-top-wrapper .masthead__text br {
        display: none;
    }

    .masthead.-type-1 .banner-top-wrapper .masthead__text {
        max-width: 368px;
    }
}

@media screen and (max-width: 1100px) {
    .cookies-checkbox-open {
        top: 72px;
    }
}

@media screen and (max-width: 1024px) {
    .acordian-category-btn {
        margin-top: 12px;
    }
}

@media screen and (max-width: 991px) {
     .journey-tb li {
    width: 100%;
  }
    .width-50 {
        width: 50%;
    }

    .main-logo-hide {
        display: none;
    }

    .logo-responsive-hide {
        display: block;
    }

    .home-page .banner-top-wrapper {
        padding-top: 30px;
    }

    .home-page-container {
        position: relative;
        top: 0;
        left: 0;
    }

    .banner-top-wrapper>.row {
        justify-content: center !important;
    }

    .footer-row .col-lg-5 div,
    .footer-row .col-lg-7 div {
        justify-content: center !important;
    }

    .footer-row .col-lg-7>div>div {
        padding: 5px;
    }

    .home-page .masthead.-type-1 {
        padding-bottom: 140px;
    }

    .acordian-category-btn {
        margin-top: 5px;
    }

    .login-page-section .form-page__content {
        width: 100vw;
        padding-bottom: 80px !important;
    }

    .login-page-section .form-page__img {
        width: 100vw;
    }

    .login-page-section .form-page-composition .-el-1 img {
        height: auto;
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .login-page-section .form-page-composition,
    .login-page-section .form-page-composition .-el-1 {
        height: auto;
        display: none;
    }

    .login-page-section {
        padding-top: 73px;
    }

    .header.-base .header__container {
        background-color: #2778c9 !important;
        padding: 20px 20px !important;
    }

    .header__logo {
        max-width: 150px;
    }

    .back-btn::before {
        width: 12px;
        height: 12px;
    }

    .content-wrapper.js-content-wrapper.home-page {
        background-image: none;
    }

    .masthead__bg {
        visibility: visible;
    }

    .home-page-container {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .masthead.-type-1 .banner-top-wrapper .masthead__text br {
        display: none;
    }

    .masthead.-type-1 .banner-top-wrapper .masthead__text {
        max-width: 100%;
    }

    .language-name-dropdown {
        margin-bottom: 15px !important;
    }

    .language-name-dropdown span {
        display: contents !important;
        color: #fff !important;
    }
}

@media screen and (max-width: 920px) {
    .width-50 {
        width: 50%;
    }

    .acordian-btn-cookies {
        padding-top: 90px;
    }
}

@media screen and (max-width: 875px) {
    .width-50 {
        width: 50%;
    }

    .acordian-btn-cookies {
        flex-flow: column;
    }

    .acordian-category-btn {
        margin-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .width-50 {
        width: 100%;
    }

    footer .y-gap-20 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    footer {
        text-align: center;
    }

    .footer-copy-right,
    .footer-list {
        justify-content: center !important;
    }

    footer .row>* {
        padding: 0 !important;
    }

    .text-col {
        padding: 0 5px;
    }

    /* .home-page .masthead.-type-1 .masthead__bg{
        display: none;
    } */
    .coursesCard__image {
        height: auto;
    }

    .category-shape-card {
        max-width: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 752px) {
    .cookies-checkbox-open {
        top: 76px;
    }

    .acordian-btn-cookies {
        padding-top: 80px;
    }

    .collapse-hea2der {
        padding: 3px 10px 3px 10px;
    }
}

@media screen and (max-width: 652px) {
    .cookies-checkbox-open {
        top: 100px;
    }

    .acordian-btn-cookies {
        padding-top: 113px;
    }
}

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

    #strictly_necessary.cookies-heading,
    #performance,
    #functional {
        line-height: 14px;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .cookies-checkbox-open {
        top: 100px;
    }

    .acordian-btn-cookies {
        padding-top: 130px;
    }
}

@media screen and (max-width: 522px) {
    .acordian-btn-cookies {
        padding-top: 140px;
    }

    .cookies-checkbox-open {
        top: 115px;
    }
}

@media screen and (max-width: 484px) {
    .acordian-btn-cookies {
        padding-top: 180px;
    }

    .cookies-checkbox-open {
        top: 115px;
    }
}

@media screen and (max-width: 420px) {
    .acordian-btn-cookies {
        padding-top: 190px;
    }

    .cookies-checkbox-open {
        top: 130px;
    }

    .banner-btn-section {
        display: flex;
        align-items: center !important;
    }

    .banner-btn-section a {
        padding: 4px 9px 6px;
        margin: 0 5px;
    }

    .updated-banner-section .banner-top-wrapper {
        left: 0 !important;
        right: 0 !important;
    }
}

@media screen and (max-width: 369px) {
    .acordian-btn-cookies {
        padding-top: 250px;
    }

    .cookies-checkbox-open {
        top: 180px;
    }
}

@media screen and (max-width: 360px) {
    .acordian-category-btn {
        display: block;
    }

    #strictly_necessary.cookies-heading,
    #performance,
    #functional {
        margin-bottom: 5px;
    }

    #eu-cookie-consent-form .eu-popup-button {
        padding: 4px 16px;
        min-width: 76px;
    }
}

@media screen and (max-width: 340px) {
    .header-right a {
        margin: unset;
    }

    .acordian-category-btn {
        margin-top: 12px;
    }

    .collapse-header {
        margin-bottom: 5px;
    }
}

.updated-banner-section .masthead.-type-1 .home_bg img {
    width: 50%;
    height: 520px;
    object-fit: unset;
}

.updated-banner-section .banner-top-wrapper {
    position: absolute;
    top: 21%;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 30px;
}

.masthead.-type-1 {
    padding: 0px 0 0px;
}

.cource-card-footer .category-two-line span {
    text-align: center;
}

.cource-content p {
    text-align: center;
}

.solution-tab {
    border-top: 2px solid transparent;
    border-image: linear-gradient(0.25turn,
            rgb(255 255 251),
            rgb(231 223 227),
            rgba(56, 2, 155, 0));
    border-image-slice: 1;
    width: 100%;
}

.hidden-categories {
    display: none;
}

.view-all-category {
    padding: 50px 0 20px 0;
    text-align: center;
}

.view-all-category .btn-primary {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #006cbe;
    text-align: center;
    border-radius: 6px;
}

.header.main-top-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.featureCard {
    cursor: pointer;
}

.featureCard__icon {
    border-radius: 50px !important;
    border: 1px solid #d5d5d5 !important;
}

.featureCard__icon>img {
    border-radius: 50px !important;
}

.featureCard__icon>i {
    font-size: 35px;
    color: #006cbe;
}

@media (max-width: 1440px) {
    .updated-banner-section .masthead__content {
        padding: 20px 25px 20px 20px;
        position: relative;
    }

    /* .updated-banner-section .masthead__content:before{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background-color: #000;
        opacity: 0.2;
        width: 100%;
        height: 100%;
    } */
    .updated-banner-section .banner-top-wrapper {
        top: 27%;
        left: 15px;
        right: 15px;
        width: auto;
    }

    .updated-banner-section .masthead__content {
        padding: 20px 25px 20px 20px;
        position: relative;
    }
}

@media (max-width: 1200px) {
    .updated-banner-section .masthead.-type-1 .home_bg img {
        width: 70%;
        height: 520px;
    }
}

@media (max-width: 767px) {
    .updated-banner-section .masthead.-type-1 .home_bg img {
        height: 350px;
        object-fit: cover;
    }

    .updated-banner-section .masthead.-type-1 .banner-top-wrapper .masthead__title {
        color: #fff;
        font-size: 30px;
        line-height: 34px;
    }

    .updated-banner-section .masthead.-type-1 .banner-top-wrapper .masthead__text {
        color: #fff;
    }

    .updated-banner-section .masthead__content {
        padding: 20px 25px 20px 20px;
        position: relative;
    }

    /* .updated-banner-section .masthead__content:before{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background-color: #000;
        opacity: 0.2;
        width: 100%;
        height: 100%;
    } */
    .updated-banner-section .banner-top-wrapper {
        top: 27%;
        left: 15px;
        right: 15px;
        width: auto;
    }

    .masthead.-type-1 {
        padding-bottom: 0px;
    }

    .tabs__controls {
        flex-wrap: wrap;
    }

    .solution-tab {
        padding-top: 0 !important;
    }

    .parent-category-section {
        margin-top: -66px !important;
    }
}

.responsive-filter-btn {
    display: none;
}

@media (max-width: 991px) {
    .responsive-filter-btn {
        display: inherit;
    }

    .search-box-course {
        margin-top: 12px;
    }

    .updated-banner-section .masthead.-type-1 .banner-top-wrapper .masthead__title {
        color: #fff;
    }

    .updated-banner-section .masthead.-type-1 .banner-top-wrapper .masthead__text {
        color: #fff;
    }

    .home_bg::before {
        opacity: 1;
    }

    .banner-btn-section a {
        background-color: #fff;
        color: #2778c9 !important;
    }

    .banner-btn-section a:hover {
        background-color: #2778c9;
        color: #fff !important;
    }

    .updated-banner-section .masthead.-type-1 .home_bg img {
        width: 100%;
        height: 520px;
        object-fit: cover;
    }
}

.header-right .btn-search-text {
    height: 50px;
    margin: 0;
    margin-left: 10px;
    padding: 10px 30px;
    border-radius: 5px;
}

.search-most-btn {
    position: absolute;
    right: 0;
}

.search-box-course {
    position: relative;
}

.coursesCard.-type-1 .coursesCard-footer__author div {
    background-color: transparent;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px; */
}

.coursesCard.-type-1 .coursesCard-footer {
    justify-content: flex-start;
}

.coursesCard.-type-1 .coursesCard-footer__author div {
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.course-category i {
    margin-right: 5px !important;
}

.course-banner-section {
    background: radial-gradient(47.5% 152.04% at 56.44% 50%,
            #2576ed 0%,
            #1350ba 100%);
    background-size: cover;
    width: 100%;
    height: 490px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    position: relative;
    z-index: 0;
    background-position: center;
    margin-top: 74px;
}

.course-banner-inner {
    margin-left: 7%;
}

.course-banner-text h1 {
    font-size: 64px;
    line-height: 80px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}

.course-banner-text p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
}

.parent-category-section {
    background-color: rgba(0, 107, 189, 0.7);
    padding: 20px 90px;
    margin-top: -66px;
    position: relative;
    z-index: 9;
}

.parent-category-section .parent-category,
.parent-category-section .search-by-value {
    color: #fff !important;
}

.blogPost.-comments .blogPost__content .comments__text a,
.button.-underline:hover,
.underline {
    font-weight: 600 !important;
}

.parent-category {
    cursor: pointer;
}

.search-by-value {
    cursor: pointer;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

/* .js-section-slider{} */
.swiper-left-arrow {
    position: absolute;
    right: 20px;
    top: 18px;
}

.swiper-right-arrow {
    position: absolute;
    left: 20px;
    top: 18px;
}

.data-update-ai {
    pointer-events: initial;
}

.arrow-right-hover {
    background-color: #006cbe;
    background-color: #006cbe;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow-left-hover {
    background-color: #006cbe;
    width: 30px;
    height: 30px;
    background-color: #006cbe;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow-left-hover .icon,
.arrow-right-hover .icon {
    color: #fff;
}

.goal-option {
    color: rgb(39 120 201);
    font-size: 20px;
}

/* .card-bottom-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
} */


.swiper-button-disabled {
    display: none;
}

.coursesCard__image .parent-category-section .swiper-slide {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .course-banner-text h1 {
        font-size: 30px;
        line-height: 42px;
    }

    .coursesCard.-type-1 .coursesCard-footer__author div {
        width: 180px;
    }
}

@media (max-width: 991px) {
    .home-page .masthead.-type-1 {
        height: 100%;
    }
}

.home2-content {
    padding-top: 75px;
}

.no-show-more .no-show-more::after {
    display: none !important;
}

/**********/
.microsoft-icon {
    margin-bottom: 30px;
}

.form-page {
    height: auto;
    min-height: 100vh;
    overflow: auto;
}

.login-page-section .form-page__content {
    overflow: auto;
    padding-top: 50px;
    min-height: 100vh;
}

.form-page__content {
    align-items: flex-center;
}

.form-page__img {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
}

.login-page-section .form-page__content {
    float: right;
    margin-left: auto;
}

.error {
    margin-bottom: 0;
}

.admin-left-login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
}

.header.-base .admin-header-container {
    background-color: transparent !important;
}

.admin-form-page {
    text-align: center;
    padding: 60px 0;
}

@media (max-width: 991px) {
    .admin-left-login {
        min-height: unset;
    }

    .form-page-composition img {
        max-width: 60%;
    }
}

@media (max-width: 1400px) {
    .microsoft-icon {
        margin-bottom: 18px;
    }

    /* .microsoft-icon img{
        width: 210px;
    } */
    /* .signup-data-content{
        padding-top: 20px !important;
    } */
}

/* @media(max-width: 1280px){
    .signup-data-content{
        padding-top: 100px !important;
    }
} */

/* .dashboard__content {
    padding: 30px 20px;
} */
.access-code {
    display: none;
}

.access-code.active {
    display: block;
}

#terms_of_use_and_policy-error {
    margin-bottom: 20px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.coursesCard.-type-1 .coursesCard__image,
main {
    overflow: unset !important;
}

form.contact-form input[type="email"],
form.contact-form input[type="password"],
form.contact-form input[type="search"],
form.contact-form input[type="text"],
form.contact-form select,
form.contact-form textarea {
    font-size: 14px;
}

.coursesCard.-type-1:hover .coursesCard__image img,
.coursesCard.-type-4:hover .coursesCard__image img {
    transform: unset;
}

.solution-area {
    padding-bottom: 14px;
}

.solution-text {
    padding-left: 24px;
    position: relative;
}

.solution-text::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #585858;
    position: absolute;
    left: 5px;
    top: 10px;
    border-radius: 30px;
}

.masthead.-type-1 .microsoft-heading-text {
    /* max-width: 500px; */
    padding-top: 80px;
    font-size: 46px;
    line-height: 55px;
}

@media (max-width: 1440px) {
    .microsoft-heading-text {
        padding-top: 0px;
    }
}

.listing-course {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: auto;
}

.listing-item {
    margin-right: 40px;
    white-space: nowrap;
}

/* .listing-item.active{
    cursor: grabbing;
    cursor: -webkit-grabbing;
} */
.form-checkbox input {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: solid 1px #2f2f2f;
    background-color: #ffffff;
    margin-top: 0px;
    opacity: 1;
    margin-left: 0px;
}

.sidebar.-courses .sidebar-checkbox .form-checkbox {
    top: 2px;
}

.sidebar.-courses .sidebar-checkbox__title {
    line-height: 18px;
}

.sidebar.-courses .sidebar-checkbox>*+* {
    margin-top: 2px;
}

.sidebar.-courses input[type="checkbox"]:checked {
    background-color: #002b4e !important;
    color: white;
}

.sidebar.-blog>*+*,
.sidebar.-courses>*+*,
.sidebar.-shop>*+* {
    padding-top: 16px;
    margin-top: 20px;
}

.listing-course::-webkit-scrollbar {
    width: 1px;
    display: none;
}

/* Track */
.listing-course::-webkit-scrollbar-track {
    background: #f1f1f1;
    width: 1px;
}

/* Handle */
.listing-course::-webkit-scrollbar-thumb {
    background: #888;
    width: 1px;
}

/* Handle on hover */
.listing-course::-webkit-scrollbar-thumb:hover {
    background: #555;
    width: 1px;
}

.featureCard.-type-1 .featureCard__content {
    padding: 27px 15px 15px 15px;
}

.banner-update-content {
    padding-top: 80px;
}

.back-btn-breadcrumb {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    list-style-type: none;
}

.back-btn-breadcrumb>a {
    background-color: #006cbe;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    margin-right: 0px;
}

.reports-detail .progress-bar {
    width: 100%;
    height: 100%;
}

.back-btn-breadcrumb::before {
    content: "";
}

.banner-sorting-section label {
    padding-right: 15px;

    .terms_of_use_and_policy_koria {
        margin-bottom: 0 !important;
    }
}

.banner-sorting-section {
    align-items: center;
    margin-bottom: 30px;
}

.organization-list-section {
    align-items: center;
}

.organization-list-section select {
    flex: 1;
}

.banner-sorting-section select {
    flex: 1;
}

.tab-btn-group {
    display: inline-flex;
    border: 1px solid rgba(0, 120, 212, 0.2);
    background: rgba(0, 120, 212, 0.1);
    color: #fff !important;
}

.tab-btn-group .btn-status {
    padding: 15px 15px;
    background-color: transparent;
    border: 0px;
    border-right: 1px solid rgba(0, 120, 212, 0.2);
}

.tab-btn-group .btn-status.default-btn {
    background: linear-gradient(111.9deg, #F91626 -3.13%, #E81544 26.65%, #D31368 44.81%, #BC118F 70.57%, #AA10AF 101.39%);
    font-weight: 600;
    color: #fff;
}

.tab-btn-group .btn-status:last-child {
    border-right: none;
}

.parent-category-section .parent-category:hover {
    font-weight: 600 !important;
}

.table th {
    vertical-align: middle;
}

.lg-ml-auto {
    margin-left: auto;
}

.dataTables_wrapper .dataTables_length {
    margin-top: 0;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
    content: '' !important;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    content: '' !important;
}

@media (max-width: 767px) {
    .btn-tab-wrapper .tab-btn-group {
        /* margin-top: 25px; */
        flex-wrap: wrap;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: left;
    }

    .dataTables_wrapper .dataTables_filter {
        float: unset;
    }

    .coursesCard.-type-1 .coursesCard-footer__author div {
        width: 210px;
    }
}

@media (max-width: 575px) {

    div.dataTables_wrapper div.dataTables_filter input,
    div.dataTables_wrapper div.dataTables_filter label {
        width: 100% !important;
    }

    .coursesCard.-type-1 .coursesCard-footer__author div {
        width: 300px;
    }
}

@media (max-width: 520px) {
    .btn-tab-wrapper .tab-btn-group .btn-status:nth-child(even) {
        border: 0;
    }
}

@media (max-width: 416px) {
    .btn-tab-wrapper .tab-btn-group .btn-status {
        width: 50%;
    }
}

.course-main-heading {
    max-width: 80%;
}

.course-wrapper .dashboard__content {
    position: relative;
}

.export-btn {
    position: absolute;
    right: 0;
    top: 24px;
    right: 44px;
}

.export-icon {
    width: 40px;
    margin-left: 20px;
}

.course-wrapper .title-wrapper {
    display: flex;
    justify-content: space-between;
}

.course-wrapper .title-wrapper .right-section-btn {
    flex-shrink: 0;
    margin-left: 10px;
}

.reporting-dashboard .right-section-btn {
    display: flex;
    float: right;
    margin: 0px 9px 0px 0px;
}



.terms_of_use_and_policy_koria {
    margin-bottom: 0 !important;
}

.after-this-koria-checkbox {
    margin-top: 20px;
    padding-left: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

.register-ul li {
    margin-left: 18px;
}

.access-microsoft {
    margin-bottom: 0;
    cursor: pointer;
}

.after-this-koria-checkbox .form-checkbox {
    top: 5px;
}

.after-this-koria-checkbox {
    align-items: flex-start !important;
}

.after-this-checkbox {
    align-items: flex-start !important;
}

.after-this-checkbox .form-checkbox {
    top: 5px;
}

.contry-content h6 {
    margin-bottom: 10px;
}

.main-content.home3-content {
    padding-top: 105px;
}

.main-top-header.header-three {
    padding: 0;
    height: unset;
    flex-direction: column;
    border: 0;
}

.main-top-header .header-top {
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

.header-top .main-nav {
    padding-left: 0;
}

.header-top .main-nav .navbar-brand {
    margin-right: 0;
}

.header-top .main-nav .navbar-nav {
    margin-left: 30px;
    margin-right: auto;
}

.header-top .main-nav .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    padding: 0;
}

.header-top .main-nav .navbar-nav .nav-link.dropdown-toggle::after {
    position: relative;
    border: 0;
    background: url(../img/icons/down-arrow.svg) no-repeat;
    width: 8px;
    height: 8px;
    top: 5px;
    background-size: contain;
    background-position: center center;
}

.header-top .main-nav .navbar-nav .nav-item:not(:last-child) {
    margin-right: 40px;
}

.header-top .header-top-right .input-wrapper {
    position: relative;
    margin-right: 10px;
}

.header-top .header-top-right .input-wrapper .form-control {
    box-shadow: none !important;
    border: 1px solid #000;
    border-radius: 0;
    min-width: 250px;
    padding: 6px 40px 6px 15px;
    margin-right: 0 !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.header-top .header-top-right .input-wrapper .search-btn {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    right: 20px;
}

.header-top .header-top-right .input-wrapper .search-btn img {
    max-width: 100%;
    height: auto;
}

.header-top .cart-wrapper {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.header-top .cart-wrapper .cart-icon {
    display: inline-block;
    width: 24px;
    margin-right: 4px;
}

.header-top .cart-wrapper .cart-count {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.header-top .user-profile-wrapper {
    display: flex;
    align-items: center;
}

.header-top .user-profile-wrapper .profile-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin-right: 5px;
}

.header-top .user-profile-wrapper .profile-img {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.header-top .user-profile-wrapper .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.header-top .mobile-right-header .profile-name {
    display: none;
}

.header-top .mobile-right-header {
    display: none;
}

.header-secondary {
    background-color: #2778c9;
    padding: 0 30px;
    height: 55px;
}

.header-secondary .navbar .navbar-brand {
    color: #fff !important;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-right: 40px;
}

.header-secondary .secondary-nav .nav-item .nav-link {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff !important;
}

.header-secondary .secondary-nav .nav-item {
    margin-right: 40px;
}

.header-secondary .secondary-nav .nav-item .nav-link:hover {
    text-decoration: underline;
}

.header-secondary .secondary-nav .btn-light {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    border-radius: 0;
    padding: 5px 15px;
    border-radius: 40px;
}

.header-top .main-nav .navbar-brand {
    padding-top: 0.3125rem !important;
}

.header-secondary .login-btn-text .btn-light {
    padding: 3px 15px 5px 15px;
    line-height: 20px;
}

.header-secondary .login-btn-text,
.header-secondary .nav-link {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.header-secondary .secondary-nav .btn-light span {
    display: flex;
    align-items: center;
    width: 7px;
    margin-left: 5px;
}

.header-secondary .secondary-nav .btn-light span img {
    max-width: 100%;
    height: auto;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

/* .navbar {
    padding-left: 1rem !important;
} */

.navbar-brand {
    padding-top: 0px !important;
}

.updated-banner-section .banner-top-wrapper {
    top: 50% !important;
    transform: translateY(-50%);
}

.updated-banner-section .banner-top-wrapper.center-banner-content {
    top: 43% !important;
}


.support-details .heading-wrapper {
    margin-bottom: 35px;
}

.support-details .heading-wrapper .heading {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    color: #6e2572;
    text-align: center;
}

.support-details .icon-wrapper {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -90px auto 20px;
    border: 2px solid #6e2572;
    background-color: #6e2572;
    border-radius: 50%;
}

.support-details .icon-wrapper img {
    width: 50px;
    height: 50px;
}

.support-details .content-box:not(:last-child) {
    margin-bottom: 30px;
}

.support-details .content-item .heading {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #6e2572;
    text-align: center;
}

.support-details .content-item a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    color: #000 !important;
}

.support-details .content-item a:hover {
    text-decoration: underline;
}

.support-details .content-item .hours-details {
    text-align: center;
}

.support-details .content-item .hours-details .details-text {
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

.support-details .content-item .hours-details .timezone .details-text:first-child {
    padding-right: 30px;
    position: relative;
}



@media (min-width: 991px) and (max-width: 1200px) {
    .header-top .header-top-right .input-wrapper .form-control {
        min-width: unset;
    }
}

@media (max-width: 991px) {
    .header-secondary .nav-item {
        margin-bottom: 15px !important;
    }

    .header-top .main-nav .navbar-collapse,
    .header-secondary .secondary-nav .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 50px;
        left: 0;
        max-width: 220px;
        width: 100%;
        z-index: 2;
        min-height: 100vh;
        padding: 30px;
    }

    .header-top .main-nav .navbar-nav {
        margin: 0;
    }

    .header-top .main-nav .navbar-nav .nav-item {
        margin-right: 0 !important;
    }

    .header-top .main-nav .navbar-nav .nav-item.dropdown {
        display: inline-block;
        width: fit-content;
        margin-bottom: 15px;
    }

    .header-top .mobile-right-header {
        display: flex;
    }

    .header-secondary .secondary-nav {
        padding-right: 5px !important;
    }

    .header-secondary .secondary-nav .navbar-collapse {
        background: #1350ba;
        position: fixed;
        top: 55px;
        left: 0;
        max-width: 200px;
        width: 100%;
        z-index: 2;
        min-height: 100vh;
        padding: 30px;
    }

    .header-top .header-top-right .input-wrapper {
        margin-right: 0;
    }

    .header-top .mobile-hide {
        display: none;
    }

    .back-btn {
        top: 55px;
        left: 45px;
    }

    .signup-data-content {
        padding-top: 50px !important;
    }
}

@media (max-width: 575px) {
    .header-secondary .nav-item {
        margin-bottom: 15px !important;
    }

    .support-details .content-item .hours-details .timezone .details-text:first-child {
        padding-right: 0;
    }

    .support-details .content-item .hours-details .timezone .details-text:first-child::after {
        display: none;
    }

    .support-details .content-item .hours-details .timezone {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 425px) {
    .header-secondary .nav-item {
        margin-bottom: 15px !important;
    }

    .main-top-header .header-top,
    .header-secondary {
        padding: 0;
    }

    .header-secondary .secondary-nav {
        padding-right: 1rem !important;
    }

    .back-btn {
        left: 25px;
    }
}

/* .microsoft-icon img{
    width: 150px;
}  */
@media (max-width: 375px) {
    .support-details {
        padding: 40px 20px 30px;
    }

    .support-details .icon-wrapper {
        width: 70px;
        height: 70px;
        margin: -75px auto 20px;
    }

    .support-details .icon-wrapper img {
        width: 32px;
        height: 32px;
    }

    .support-details .heading-wrapper {
        margin-bottom: 25px;
    }

    .support-details .heading-wrapper .heading {
        font-size: 26px;
        line-height: 34px;
    }

    .support-details .content-item .heading {
        font-size: 18px;
        line-height: 26px;
    }

    .support-details .content-item a {
        font-size: 16px;
        line-height: 24px;
    }

    .support-details .content-item .hours-details .details-text {
        font-size: 16px;
        line-height: 24px;
    }
}

/* manager student detail page */
.student-banner-section .student-banner {
    /* background-image: url(../img/banner/banner-course.png); */
    padding: 50px 10px 3px 40px;
    border-radius: 12px;
    background-size: cover;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    background-color: #2778c9;
    position: relative;
    z-index: 9;
}

.student-banner-section .student-banner::before {
    content: "";
    background-image: url(../img/banner//user-header-2.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
}

.student-banner-section .user-profile-pic {
    position: relative;
    bottom: -40px;
    border-radius: 16px;
    width: 140px;
    height: 140px;
    min-width: 140px;
}

.student-banner-section .student-name {
    margin-left: 20px;
    padding: 0;
    margin-top: 30px;
}

.student-banner-section .student-name p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    border: none !important;
    padding: 0;
    margin: 0;
}

.student-tab {
    padding-top: 30px;
}

.student-tab .nav-tabs {
    border-bottom: 1px solid #d6d5d5;
    margin-bottom: 24px;
}

.student-tab .nav-tabs .nav-link {
    outline: none;
    border: transparent;
    color: #000;
    border-bottom: 2px solid transparent;
    font-size: 18px;
    line-height: 24px;
    padding: 6px 24px;
}

.student-tab .nav-tabs .nav-item.show .nav-link,
.student-tab .nav-tabs .nav-link.active {
    border: none;
    background-color: #006cbe;
    color: #fff;
    bottom: -1px;
}

.student-tab-border {
    border-radius: 6px;
    border: 1px solid rgba(0, 120, 212, 0.1);
}

/* .student-tab .nav-tabs .nav-link:focus, .student-tab .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: #006cbe;
} */

.student-tab .tab-pane p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
}

.student-tab .tab-pane p label {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #585858;
}

/* table css */

table.table th,
table.table td {
    white-space: nowrap;
    font-family: Lexend !important;
    font-weight: 600 !important;
}

@media (max-width: 899px) {
    .student-banner-section .user-profile-pic {
        width: 100px;
        height: 100px;
        min-width: 100px;
    }

    .student-tab {
        padding: 26px 16px 20px 16px;
    }

    .student-banner-section .student-banner {
        padding: 20px 10px 3px 20px;
    }

    .student-banner-section .user-profile-pic {
        bottom: -28px;
    }

    .student-banner-section .student-banner {
        margin-bottom: 44px;
    }
}

.student-tab-border table.table tr:last-child td {
    border-bottom: unset;
}

.student-tab-border table.table tr:last-child td {
    border-bottom: unset;
}

.student-tab-border table.table tbody tr:last-child th {
    border: none;
}

.student-tab-border table {
    margin-bottom: 0;
}

.bottom-note {
    /* position: sticky;
    bottom: 75px;
    padding: 0 30px 0 30px; */
    position: absolute;
    bottom: 30px;
    padding: 0 30px 0 30px;
    left: 0;
    right: 0;
}

.bottom-note h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    margin-left: -16px;
}

.dash-note-ul {
    background-color: #eff1fc;
    padding: 16px;
    border-radius: 8px;
    padding-left: 34px;
}

.dash-note-ul li {
    list-style: square;
    padding-left: 0;
    padding-bottom: 0px;
}

.dashboard__main .home-right-section {
    position: relative;
}

.btn-tab-wrapper {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1100px) {
    .btn-tab-wrappe .tab-btn-group .btn-status {
        padding: 4px 10px;
    }
}

.title-wrapper-flex {
    display: flex;
    justify-content: space-between;
}

.wrapper-flex-left {
    flex: 1;
    padding-right: 20px;
}

.manager-priv-list {
    display: block;
}

.manager-priv-list label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #939393;
    width: 100%;
    padding-bottom: 8px;
}

.manager-priv-list .select2-container {
    width: 100% !important;
    margin-bottom: 16px;
}

.manager-priv-list .tab-btn-group {
    width: 100%;
    color: unset;
    border: unset;
    background-color: unset;
    justify-content: flex-end;
}

.manager-priv-list .tab-btn-group .btn-status.default-btn {
    padding: 6px 24px;
}

.manage-sucess-chip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
}

.manage-sucess-chip .close span {
    font-size: 28px;
    line-height: 28px;
}

@media (max-width: 767px) {
    .bottom-note {
        position: unset;
    }
}

/* .sidebar.-dashboard .sidebar__item:last-child{
    border-bottom: 2px solid #a3a3a3;
    border-radius: unset;
} */

.module-right-content {
    padding-bottom: 20px;
}

.project-dropdown {
    text-align: left;
    border: unset;
    padding-bottom: 20px;
    padding: 0px;
}

.project-dropdown label {
    margin-bottom: 8px;
}

.project-dropdown .form-select {
    width: 100%;
    padding: 5px 12px;
    text-align: left;
    box-shadow: none !important;
    border-radius: 3px;
    max-width: 299px;
    width: 100%;
    font-size: 15px;
    border: 1px solid #aeb1b4 !important;
}

.project-dropdown form {
    display: flex;
    flex-direction: column;
}

@media (max-width: 575px) {
    .project-dropdown .form-select {
        max-width: 100%;
    }
}

/* banner css */
.dashboard-banner {
    margin-top: 90px;
}

.dashboard-banner-img {
    position: relative;
}

.dashboard-banner-img img {
    position: relative;
    width: 100%;
    height: 145px;
    object-fit: cover;
}

.dashboard-banner-img .banner-heading-text {
    position: absolute;
    top: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.updated-dashboard-section {
    position: relative;
}

.updated-dashboard-section .dashboard__sidebar {
    margin-top: 0;
    position: absolute;
    min-height: calc(100vh - 355px);
    height: unset;
    height: 100%;
}

.updated-dashboard-section .dashboard__main {
    margin-top: 0;
}

.updated-dashboard-section .dashboard__content {
    border-radius: 0;
    min-height: calc(100vh - 280px);
}

.welcome-card {
    padding: 16px;
    border-radius: 12px;
    background-color: rgba(39, 120, 201, 1);
    align-items: center;
}

.welcome-card .welcome-card-profile {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 1);
    overflow: hidden;
    margin-right: 20px;
}

.welcome-card .welcome-card-profile img {
    width: 100%;
    height: 100%;
}

.welcome-card .wrapper-flex-left p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}

.welcome-card .wrapper-flex-left h2 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.card-profile-icon img {
    width: 28px;
}

@media (max-width: 1200px) {
    .updated-dashboard-section .dashboard__sidebar {
        min-height: calc(100vh - 300px);
    }

    .updated-dashboard-section .dashboard__content {
        min-height: calc(100vh - 300px);
    }
}

@media (max-width: 991px) {
    .updated-dashboard-section {
        margin: 0 !important;
        padding: 0;
    }

    .welcome-card .wrapper-flex-left h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .welcome-card .welcome-card-profile {
        width: 60px;
        height: 60px;
    }

    .dashboard-banner-img img {
        object-fit: cover;
        object-position: 88%;
    }
}

@media (max-width: 575px) {
    .dashboard-banner {
        margin-top: 110px;
    }

    .updated-dashboard-section .dashboard__content {
        min-height: calc(100vh - 220px);
    }

    .dashboard-banner-img .banner-heading-text {
        padding: 0 20px !important;
    }
}

.course-card-manager {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 10px 0px #AFAFAF33;
    height: 100%;
    border-radius: 20px;
}

.course-card-manager.collection {
    background-color: #424950;
}

.course-card-manager .course-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.course-card-manager .card-bottom-content {
    padding: 20px 12px 8px 12px;
}

.course-card-manager .card-bottom-content .course-name p {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: Lexend;
    margin-bottom: 8px;
    min-height: 72px;
    min-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course-card-manager .card-bottom-content .course-progress {
    text-align: center;
    margin-bottom: 10px;
}

.course-img {
    position: relative;
    height: 253px;
}

.course-collection-tag {
    position: absolute;
    top: 8px;
    left: 11px;
}

.course-collection-tag p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: rgba(36, 58, 94, 1);
    padding: 6px 16px;
    border-radius: 30px;
    display: inline-block;
    background-color: #fff;
    border-radius: 6px;
}

.tab-course-btn {
    /* background-color: #fff; */
    display: inline-flex;
    align-items: center;
    /* padding:6px 20px; */
}

.tab-course-btn .btn {
    outline: none;
    box-shadow: none;
    width: 100%;
    /* border-radius: unset !important; */
}

.view-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.view-button .grid-view-btn {
    /* width: 100%;
    min-width */
    padding: 4px 14px;
    white-space: nowrap;
    font-weight: 600;
}

.list-view-filter .course-img {
    width: auto;
    height: 160px;
}

.list-view-filter .course-card-manager .card-bottom-content .course-progress {
    margin-bottom: 0px;
}

.course-card-manager .card-bottom-content .course-progress .progress-btn {
    min-height: 38px;
    background-color: #efefef;
    padding: 4px 10px;
    font-size: 16px;
    line-height: 20px;
    color: rgba(36, 58, 94, 0.9);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: none;
}

.course-card-manager .card-bottom-content .course-modules p {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: Lexend;
    margin: 0;
    text-align: center;
}

.course-heading {
    margin-bottom: 24px;
}

.course-heading h2 {
    margin-bottom: 24px;
}

/* header css */
.header-user-profile {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    border: 1px solid #fff;
}

/* empty course css */
.empty-course-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: calc(100vh - 467px);
}

.empty-course-content p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: rgba(36, 58, 94, 0.64);
    margin: 0;
}

.goal-course-content {
    min-height: calc(100vh - 600px);
}

.custom-progress .circle {
    margin: 0;
    width: auto;
    margin-right: 10px;
}

.custom-progress .circle canvas {
    width: 30px !important;
    height: 30px !important;
}

.custom-progress .circle strong {
    font-size: 9px;
    line-height: 20px;
}

.course-img {
    position: relative;
    height: 253px;
}

.course-collection-tag {
    position: absolute;
    top: 8px;
    left: 11px;
}

.course-collection-tag p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: rgba(36, 58, 94, 1);
    padding: 6px 16px;
    border-radius: 30px;
    display: inline-block;
    background-color: #fff;
    border-radius: 6px;
}

.tab-course-btn {
    /* background-color: #fff; */
    display: inline-flex;
    align-items: center;
    /* padding:6px 20px; */
}

.tab-course-btn .btn {
    outline: none;
    box-shadow: none;
    width: 100%;
    /* border-radius: unset !important; */
}

.column.list-view-filter {
    width: 100% !important;
}

.list-view-filter .course-card-manager {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.view-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.view-button .grid-view-btn {
    /* width: 100%;
    min-width */
    padding: 4px 14px;
    white-space: nowrap;
    font-weight: 600;
}

.down-btn {
    display: none;
}

.list-view-filter .down-btn {
    display: flex;
}

.list-view-filter .course-img {
    width: auto;
    height: 160px;
}

.course-card-manager .card-bottom-content .course-progress.up-btn .progress-btn {
    margin-bottom: 12px;
}

.list-view-filter .course-card-manager .card-bottom-content {
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.course-description {
    display: none;
}

.list-view-filter .course-description {
    display: inherit;
}

.list-view-filter .course-description p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
    text-align: left;
    display: -webkit-box;
    /* max-width: 200px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-view-filter .module-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.list-view-filter .course-card-manager .card-bottom-content .course-name p {
    min-height: 22px;
}

.list-view-filter .course-card-manager .card-bottom-content .course-modules p {
    text-align: left;
}

.list-view-filter .course-card-manager .card-bottom-content .course-progress {
    text-align: left;
}

.list-view-filter .course-card-manager .card-bottom-content .course-progress .progress-btn {
    margin: unset;
}

button.btn.btn-collapse {
    background: #d4d5d5;
    color: #000;
    font-weight: 600;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

button.btn.btn-collapse.active {
    background: #2778c9;
    color: #fff;
    font-weight: 600;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.grid-view-btn.active {
    background-color: #424950;
    color: #fff;
}

.grid-view-btn.active .fa-bars {
    color: #fff;
}

.collection-filter>div {
    border: 1px solid;
    font-size: 14px;
    line-height: 28px;
    /* display:flex; */
    align-items: center;
    justify-content: center;
    padding: 3px 12px;
    font-weight: 600;
    width: fit-content !important;
}

.collection-filter .fa-close {
    margin-left: 6px;
    cursor: pointer;
    font-size: 16px;
}

.web-collection {
    display: none;
}

.result-count {
    font-size: 16px;
    font-weight: 600;
}

.table-students a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600 !important;
    color: #D31368 !important;
    text-decoration: underline !important;
    display: inline-block !important;
}

table.table-bordered.dataTable tbody td .blue-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500 !important;
    text-decoration: underline !important;
    display: inline-block !important;
    background: linear-gradient(111.9deg, #F91626 -3.13%, #E81544 26.65%, #D31368 44.81%, #BC118F 70.57%, #AA10AF 101.39%);
    text-decoration: underline;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.admin-table a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600 !important;
    color: #6e2572 !important;
    text-decoration: none !important;
    display: inline-block !important;
}

@media (max-width: 1024px) {
    .web-collection {
        display: flex;
        margin-bottom: 16px;
    }

    .mobile-collection {
        display: none;
    }
}

@media (max-width: 599px) {
    .view-button {
        display: none;
    }

    .list-view-filter .course-card-manager {
        display: block;
    }

    .dashboard-banner-img img {
        height: 90px;
    }

    .list-view-filter .course-img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .dashboard-update-btn {
        margin-left: 0 !important;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .toggle-bottom.-profile {
        width: auto !important;
    }

    .header-email-text {
        display: initial;
        padding-left: 6px;
    }
}

.recommendation-heading {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.learning-goal-btn .btn {
    margin-left: 6px;
    color: #fff !important;
}

.completion-btn {
    /* background: #2778c9 !important;
    color: #fff !important;
    display: flex;
    justify-content: space-between;
    font-weight: 600; */
}

sup {
    font-size: 16px;
    line-height: 14px;
    font-weight: 200 !important;
}

.experience-section {
    background-image: url("../img/banner/home-banner-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 40px;
    width: 100%;
}

.experience-content h4 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 600;
    color: #bda6e4;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.experience-content h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #fbfbfb;
    margin-bottom: 5px;
}

.experience-card h2 {
    font-size: 24px;
    line-height: 65px;
    font-weight: 600;
    color: #bda6e4;
    margin-left: 2px;
}

.experience-card p {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #fbfbfb;
    margin-bottom: 6px;
    text-transform: capitalize;
    margin: 3px;
}

.register-link {
    font-size: 17px;
    line-height: 34px;
    color: #34a2ff !important;
    text-decoration: underline;
    margin: 3px;
}

/* responsive */
@media (max-width: 1399px) {
    .experience-section {
        background-size: 100% 100%;
    }
}

@media (max-width: 991px) {
    .experience-content h4 {
        font-size: 28px;
        line-height: 36px;
    }

    .experience-content h2 {
        font-size: 45px;
        line-height: 60px;
    }

    .experience-card h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .experience-card p {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .experience-section {
        padding: 80px 40px;
        background-size: cover;
        background-position: bottom;
    }

    .experience-content h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .experience-content h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .experience-card h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .experience-card p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 575px) {
    .experience-section {
        padding: 50px 15px;
    }
}

/* .resource-config td:nth-child(4), .resource-config td:nth-child(1) {
    max-width: 380px;
    display: inline-block;
    width: 380px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
/* 18-04-2024 */
.footer-language {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    border-radius: 5px !important;
    padding: 0px !important;
    border-radius: 0px;
    padding-right: 8px !important;
}

.footer-language .icon-worldwide {
    position: absolute;
    margin-right: 0px !important;
    top: 14px;
    left: 11px;
    color: #000;
    z-index: 100;
    font-size: 17px !important;
}

.footer-language .changeLang {
    height: 42px !important;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    padding: 8px 17px 8px 36px;
    border-radius: 5px;
}

footer.bg-dark-1 {
    padding: 10px 14px 10px;
}

.resource-link-li {
    list-style-type: disc;
    margin-left: 33px;
}

.resource-link {
    color: #248ae3 !important;
    font-weight: 600;
    text-decoration: underline;
}

/* header */
.language-name-dropdown .dropdown .btn {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    color: #000;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 16px;
    border-radius: 0px;
}

.language-name-dropdown .dropdown .btn img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.language-name-dropdown .dropdown .dropdown-menu {
    background-color: #fff;
    max-width: 188px;
    top: 110%;
}

.language-name-dropdown .dropdown .dropdown-menu .dropdown-item {
    padding: 6px 12px;
    color: #000 !important;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    word-break: break-word;
    display: flex;
    white-space: normal;
    align-items: center;
}

.language-name-dropdown .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #ebebeb;
}

.language-name-dropdown .dropdown .dropdown-menu img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #a6a6a6;
}

.view-button {
    margin-bottom: 15px;
    padding: 0;
}

.view-button>button {
    margin-left: 0px;
    border: 1px solid #a8a8a8;
    padding: 5px;
}

.column.list-view-filter {
    width: 100% !important;
}

.list-view-filter .course-card-manager {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.down-btn {
    display: none;
}

.list-view-filter .down-btn {
    display: flex;
}

.course-card-manager .card-bottom-content .course-progress.up-btn .progress-btn {
    margin-bottom: 12px;
}

.list-view-filter .course-card-manager .card-bottom-content {
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.course-description {
    display: none;
}

.list-view-filter .course-description {
    max-height: 40px;
}

.list-view-filter .course-description {
    display: inherit;
}

.list-view-filter .course-description p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
    text-align: left;
    display: -webkit-box;
    /* max-width: 200px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-view-filter .module-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.list-view-filter .course-card-manager .card-bottom-content .course-name p {
    font-size: 18px;
    text-align: left;
}

.list-view-filter .course-card-manager .card-bottom-content .course-modules p {
    text-align: left;
}

.list-view-filter .course-card-manager .card-bottom-content .course-progress {
    text-align: left;
}

.list-view-filter .course-card-manager .card-bottom-content .course-progress .progress-btn {
    margin: unset;
}

.view-button {
    margin-bottom: 15px;
    padding: 0;
}

.view-button>button {
    margin-left: 0px;
    border: 1px solid #a8a8a8;
    padding: 5px;
}

.select2-search__field {
    margin: 5px;
}

.create_link_type,
.link_group {
    display: flex;
}

.btn-addnew {
    /* margin-left: 15px; */
    font-weight: 600;
    color: #fff !important;
}

.remove-link,
.remove-new-link {
    /* margin: 10px; */
    font-size: 20px;
}

/* 18-04-2024 */

.add-new-goal button {
    margin: 5px;
    float: left;
}

.add-new-goal {
    padding-top: 10px;
    position: relative;
}

.add-new-goal .add-goal-btn {
    position: absolute;
    top: 10px;
    right: 0;
}

.dashboard__content .card-top-content input {
    width: 20px;
    height: 20px;
}

.step_checkbox {
    width: 22px;
    height: 22px;
    vertical-align: sub;
}

@media (min-width:1366px) {
    .add-new-goal .learning-goal-left {
        width: 70%;
        margin-left: auto;
    }
}

@media (max-width:1100px) and (min-width:992px) {
    .add-new-goal .add-goal-btn {
        font-size: 14px !important;
        padding: 9px 15px !important;
    }
}


@media (max-width:425px) {
    .add-new-goal .add-goal-btn {
        font-size: 14px !important;
        padding: 9px 10px !important;
        right: 10px;
    }

}

.goals-table .table-responsive a {
    display: contents;
}

.delete-btn {
    min-width: unset;
    padding: 9px;
    border-radius: 5px;
}

/* ------ my-courses design  start 20-6-24 -------- */
.search-box-course .search-field input {
    box-shadow: none;
    outline: none;
    width: 100%;
    padding: 13px 20px 14px 52px;
    border-radius: 8px;
    width: 100%;
    line-height: 1.5;
    height: 47px;
    margin-top: 15px;
}

.search-box-course .search-field {
    position: relative;
}

.search-btn-light,
.search-btn-light svg,
.search-btn-light img {
    position: absolute;
    top: 12px;
    left: 7px;
    width: 20px;
    height: 20px !important;
    display: block;
    background-color: transparent;
    border: none;
    opacity: 0.8;
}

.view-button .grid-view-btn {
    padding: 8px 14px !important;
    font-family: Lexend;
}

#course-section .column {
    padding-bottom: 25px !important;
}

.tab-course-btn {
    flex: 1;
    max-width: max-content;
}

#course-section .column a {
    height: 100%;
}

.result-count {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px !important;
    color: #243a5e;
}

.learning-goal-btn .btn {
    padding: 0.375rem 0.75rem;
}

.recommendation-heading h1 {
    line-height: 1.1;
    font-size: 2.5rem;
    font-weight: 600;
    color: #243a5e;
    margin-bottom: 15px;
}

.learning-goal-heading h2 {
    font-size: 24px;
    line-height: 24px;
    color: #191F37;
    /* margin: 10px; */
    margin-bottom: 12px;
    font-family: Lexend;
    /* font-weight: 500; */
    font-weight: 600;



}

.learning-goal-heading p {
    font-size: 16px;
    line-height: 24px;
    color: #747474;
    margin-bottom: 0px;
    font-family: Lexend;
    font-weight: normal;
}

/* .breadcrumb {
    padding: 10px 12px;
} */

.side-content__wrap.recommendations .column {
    padding-bottom: 25px;
}

.breadcrumb-item a {
    display: inline-block;
}

.setup-content .form-group label {
    margin-bottom: 15px;
}

.setup-content .form-group label .step_checkbox {
    margin-right: 10px;
}

.setup-content button {
    float: right;
    border-radius: 30px !important;
    padding: 12px 24px;
    font-size: 16px;
    margin: 0px 5px;
    min-width: 102px !important;
}

.setup-content button:hover {
    padding: 12px 24px;

}


/* ------ table design  start -------- */
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 20px 20px !important;
}

.dataTables_wrapper div.dataTables_length select {
    border: 1px solid #959090;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
}

.dataTables_wrapper div.dataTables_length select {
    background-position: 91%;
}

div.dataTables_wrapper .dataTables_paginate .paginate_button.active a {
    background-color: #ffffff !important;
    color: #000 !important;
    border: 1px solid #6e2572 !important;
}

.table-course-element {
    padding-top: 25px;
}

/* 
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right: 1px solid #8479794a !important;
} */

.table-course-element .table-responsive {
    padding-bottom: 15px;
}

table.table-bordered.dataTable thead tr:first-child th,
table.table-bordered.dataTable thead tr:first-child td {
    border-top-width: 1px;
    background-color: #F1F1F8;
}

.dataTables_paginate a {
    padding: 11px 18px !important;
    background: transparent !important;
    border: 0px !important;
    color: #666 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400;
    color: #475467 !important;
}

.page-link:focus {
    box-shadow: none !important;
}

/* // ------ table design  end -------- */
@media(max-width:992px) {
    .recommendation-heading h1 {
        font-size: 26px;
    }

    .learning-goal-heading h2 {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }
}

/* // ------ my-courses design  end -------- */


.dashboard-body .learning-goal-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dashboard-body .learning-goal-btn .btn {
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
}

.dashboard-body .learning-goal-btn .btn.btn-primary:hover {
    background-color: #fff !important;
    border: 2px solid var(--clr-2778C9);
    color: #000 !important;
}

.dashboard-body .learning-goal-btn .btn-secondary {
    /* color: #000 !important; */
    margin-bottom: 5px;
}

.dashboard-body .learning-goal-btn .btn-secondary:hover {
    color: #ffff !important;
}

.modal-body .learning-goal-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.modal-body .learning-goal-btn .btn {
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
}

.modal-body .learning-goal-btn .btn.btn-primary:hover {
    background-color: #fff !important;
    border: 2px solid var(--clr-2778C9);
    color: #000 !important;
}

.modal-body .learning-goal-btn .btn-secondary {
    color: #000 !important;
}

.modal-body .learning-goal-btn .btn-secondary:hover {
    color: #ffff !important;
}


@media(max-width:1366px) {
    .dashboard-body .recommendation-heading {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .dashboard-body .learning-goal-btn {
        justify-content: flex-end;
    }

    .dashboard-body .learning-goal-btn .btn {
        margin-bottom: 10px;
    }
}


.table-course-element {

    overflow-x: auto;
}

.table-course-element td {
    padding: 15px;
    white-space: nowrap;
}

.table-course-element tr td:first-child {
    font-weight: 600;
}


.normal-table th {
    padding: 20px 20px !important;
}

.normal-table tbody td {
    padding: 20px 20px !important;
}

.normal-table th:last-child,
.normal-table td:last-child {
    border-right: 1px solid #8479794a !important;
}

.normal-table .page-link {
    padding: 0px;
}

.normal-table .page-link a {
    text-decoration: none !important;
}

.pagination {
    float: right;
}

.normal-table .pagination .page-item {
    /* background: #e8e8e8 !important; */
    border-color: #e8e8e8 !important;
    color: #666 !important;
    text-decoration: none !important;
}

.normal-table .pagination .page-item.active {
    background-color: #fff !important;
}

/* .normal-table .pagination .page-item {
    border: 1px solid #fff !important;
} */

.page-item.active .page-link {
    z-index: 3;
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.normal-table .pagination .page-item .page-link {
    z-index: 3;
    color: #333 !important;
    background: none !important;
    padding: 15px;
}

.allowed-seats {
    display: flex;
    justify-content: space-between;
}

.alert.alert-success {
    display: flex;
    margin: 15px 25px !important;
    justify-content: space-between;
}

.captcha-error {
    color: red;
    margin-top: 5px;
}

.search-box-course {
    margin: 10px 0 !important;
}

#course-section {
    padding: 0;
}

.table-students {
    margin-top: 20px;
}

.recommendations-searchbox {
    margin: 10px !important;
}


/* 29-08-2023 */


.export-btn .export-btn-icon i {
    color: #7c0070;
    font-size: 35px;
}

.btn-primary {
    border-color: unset !important;
}

.login-section.guest-page .login-middle {
    padding: 12px 0px 10px;
}

.login-section.guest-page .login-top {
    padding: 20px 0px 15px;
}

.login-section.guest-page .submit-btn {
    margin: 10px 0px;
}

.login-section.guest-page .login-right {
    padding-bottom: 20px;
}

/* 11-10-2024 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #191F37;
    font-family: Lexend;
    font-weight: normal;
}

.select2-container--default .select2-selection--single {
    box-shadow: 0px 1px 2px 0px #1018280D;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 20px;
    border: 1px solid #fff;
    height: 40px;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../../img/select-arrow2.png);
    width: 13px;
    height: 6px;
    background-repeat: no-repeat;
    border: 0px;
    background-size: contain;
    right: 17px;
    left: auto;
    top: 16px;

}

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

.project-dropdown .form-select {
    box-shadow: 0px 1px 2px 0px #1018280D !important;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 20px;
    border: 1px solid #fff !important;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #191F37;

}

.project-dropdown label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #747474;
    margin-bottom: 4px;
    font-family: Lexend;
    font-weight: normal;
}

.top-heading {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 20px;
    border-bottom: 1px solid rgba(112, 37, 115, 0.5);
    width: 100%;

}

.breadcrumb-item a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #191F37;
    font-family: Lexend;
    font-weight: 600;
}

.breadcrumb-item.active a {
    color: #747474;
    font-family: Lexend;
    font-weight: normal;
}

.breadcrumb-item+.breadcrumb-item {
    position: relative;
    padding-left: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
    margin-top: 6px;
    background-image: url(../../img/breadcrumb-arrow.png);
    width: 12px;
    height: 14px;
    background-repeat: no-repeat;
    border: 0px;
    /* background-size: 10px 10px; */
    left: 5px;
    top: 2px;
    position: absolute;
    content: '';
}

.banner-btn-section {
    margin-top: 32px;
}

table.table-bordered.dataTable thead tr:first-child th {
    border: 0px;
    border-bottom: 1px solid #E4E7EC;
    background-color: #F1F1F8;
}

table.table-bordered.dataTable thead th {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #191F37;
    text-transform: capitalize;
    padding: 13px 24px;
}

table.dataTable {
    border: 0px;
    border-radius: 10px;
    background-color: #fff;
    text-align: left;
}

table.table-bordered.dataTable tbody td {
    border: 0px;
    border-bottom: 1px solid #E4E7EC;
    padding: 26px 24px;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
    font-family: 'Segoe Sans Display' !important;
    font-weight: normal !important;
}

table.table-bordered.dataTable tbody td .blue-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #475467;
    text-decoration: none;
}

div.dataTables_wrapper div.dataTables_filter {
    position: relative;
    width: 65%;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border-radius: 8px;
    padding-left: 40px;


}

div.dataTables_wrapper div.dataTables_filter:after {
    content: 'Search';
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    background-color: rgba(112, 37, 115, 50%);
    box-shadow: 0px 4px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 11px 37px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    display: none;


}

div.dataTables_wrapper div.dataTables_filter input {
    background-color: transparent;
    border-radius: 0px;
    border: 0px !important;
    padding: 11px 18px;
    height: 40px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #191F37;
    width: 100% !important;
    margin: 0px;
    box-shadow: none;
    display: block;

}

div.dataTables_wrapper div.dataTables_filter input::placeholder {
    color: #767676;
}

div.dataTables_wrapper div.dataTables_filter:before {
    background-image: url(../../img/search-filter.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    border: 0px;
    background-size: contain;
    left: 17px;
    top: 11px;
    position: absolute;
    content: '';
}

div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
    font-size: 0px;
    position: relative;
    font-family: Lexend;
    font-weight: normal;

}

div.dataTables_wrapper div.dataTables_filter label::after {
    content: '';
    left: 0px;
    right: 0px;
    top: 11px;
    position: absolute;
    z-index: 10;
    font-size: 17px;
    color: #747474;

}

.normal-table .pagination .page-item.previous a {
    color: #344054 !important;
    font-weight: 600 !important;
    background-color: #FFFFFF !important;
    border-radius: 8px !important;
    padding: 8px 12px 8px 27px !important;
    position: relative;
    margin-right: 50px;
}

.normal-table .pagination .page-item.previous.disabled a {
    opacity: 55%;
}

.normal-table .pagination .page-item.previous a:after {
    background-image: url(../../img/pasination-left.png);
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    border: 0px;
    background-size: contain;
    left: 10px;
    top: 13px;
    position: absolute;
    content: '';
}

.normal-table .pagination .page-item.next a {
    color: #344054 !important;
    font-weight: 600 !important;
    background-color: #FFFFFF !important;
    border-radius: 8px !important;
    padding: 8px 27px 8px 12px !important;
    position: relative;
    margin-left: 50px !important;
}

.normal-table .pagination .page-item.next a:after {
    background-image: url(../../img/pasination-right.png);
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    border: 0px;
    background-size: contain;
    right: 10px;
    top: 13px;
    position: absolute;
    content: '';
}

.normal-table .pagination .page-item.next.disabled a {
    opacity: 55%;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #9298A6;
    padding: 13px 0px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    align-items: center;

}

.dataTables_paginate a:hover {
    background-color: #F9FAFB !important;
}

table.dataTable>thead .sorting:before {
    content: '' !important;
    background-image: url(../../img/data-table-arrow.png);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    border: 0px;
    background-size: contain;
    right: 5px;
    top: 20px;
    position: absolute;
    opacity: 1;
    background-color: transparent;
    border: 0px !important;
}

table.dataTable>thead .sorting_asc:before {
    content: '' !important;
    background-image: url(../../img/data-table-arrow.png);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    border: 0px;
    background-size: contain;
    right: 5px;
    top: 20px;
    position: absolute;
    opacity: 1;
    background-color: transparent;
    border: 0px !important;

}

.table.dataTable>thead .sorting:after {
    display: none !important;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #747474;
}

.dashboard-body .dashboard-title {
    border-bottom: 0px;
    padding: 14px 0 0px 0;
}

.dashboard-body .dashboard-title .dash-title-btns .btn-primary {
    white-space: nowrap;
}

.dashboard-right-breadcrumb .breadcrumb {
    justify-content: end;
}

.dashboard-right-breadcrumb {
    padding-right: 15px;
}

.eport-table {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;

}

.data-table-report {
    padding: 0px 9px;
}

.subscription-nots {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.28px;
    color: #191F37;
    margin: 20px 0px;
    font-family: Lexend;
    font-weight: normal;
}

.form-control {
    font-family: Lexend;
    font-weight: normal;
}

.form-control:focus {
    box-shadow: none;
    border-color: #6e2572;
}

.normal-table .form-group label {
    font-family: Lexend;
    font-weight: normal;

}


/* esponsive  */


@media screen and (max-width: 1299px) {
    .page-item.previous a {
        margin-right: 10px;
    }

    .page-item.next a {
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 1199px) {
    .dataTables_paginate a {
        padding: 4px 9px !important;
    }

    .page-item.next a {
        margin-left: 2px !important;
    }

    .page-item.previous a {
        margin-right: 2px;
    }

}

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

    div.dataTables_wrapper div.dataTables_info {
        font-size: 13px;
        line-height: 20px;
    }

    .user-side.main-wrp {
        padding-top: 144px;
    }
}

@media screen and (max-width: 767px) {
   
    .top-heading {
        flex-direction: column;
    }

    .dashboard-body .learning-goal-btn {
        justify-content: flex-start;
    }

    .dashboard-right-breadcrumb .breadcrumb {
        justify-content: flex-start;
        padding-left: 14px;
    }

    .levelup-main-header .navabar-right .nav-item .nav-link {
        font-size: 13px;
        line-height: 20px;
    }

    .levelup-main-header .navabar-right .nav-item {
        padding: 0 9px;
    }

    .profile-dropdown>a img {
        max-width: 19px;
        height: 19px;
    }

    .profile-dropdown>a {
        font-size: 14px;
        line-height: 20px;
        border-radius: 6px;
    }

    .profile-dropdown {
        margin-left: 18px;
    }

    .levelup-main-header .header-logo img {
        width: 104px;
    }

    .levelup-main-header {
        padding: 15px 0;
    }

    .sidebar-section {
        padding-top: 121px;
    }

    .top-navbar .top-nav-row .top-nav-logo img {
        width: 112px;
    }

    .top-navbar .top-nav-row .navbar-row .nav-item .nav-link {
        font-size: 14px;
        line-height: 19px;
    }

    .top-navbar .top-nav-row .navbar-row .nav-item:not(:last-child) {
        padding-right: 19px;
    }

    .top-navbar .top-nav-row .navbar-row .nav-item {
        font-size: 14px;
        line-height: 19px;
    }

}

/* @media screen and (max-width: 767px) {
            .top-heading{
                display: block;
            }
          } */



/* 11-10-2024 */


/* new css 22 oct 2024 */

.form-select,
.form-control {
    border: 1px solid #ced4da !important;
    height: 50px;
    padding: 15px;
}

.form-select:focus,
.form-control:focus {
    box-shadow: none;
}

label {
    margin-bottom: 5px;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 35px !important;
    line-height: 35px;
}

.select2-container .select2-selection--multiple {
    min-height: 35px;
    line-height: 35px;
}

.btn-addnew {
    min-width: auto !important;
    font-size: 24px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-dark {
    min-width: 115px;
    padding: 14px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    display: block;
}

.btn-primary {
    min-width: 156px;
    padding: 14px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    display: block;
    color: #fff !important;
    background-color: var(--clr-2778C9);
    border: 2px solid transparent;
}

/* new css 25 oct 2024 */


@media (max-width:1399px) {
    .dash-grid-box .grid-box-inner .box-inner-bottom h3 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width:767px) {
    .dash-grid-box .grid-box-inner .box-inner-bottom h3 {
        font-size: 16px;
        line-height: 24px;
    }
}


@media (min-width:1400px) and (max-width:1600px) {
    .dash-grid-box .grid-box-inner .box-inner-bottom h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

/* new css 29 oct 2024 */

.box-content-img {
    background-color: #fff;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.box-content-img img {
    width: 100%;
    height: 100%;
}

.box-content-2 {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.box-content-2 p {
    text-decoration: none !important;
    background: linear-gradient(111.9deg, #F91626 -3.13%, #E81544 26.65%, #D31368 44.81%, #BC118F 70.57%, #AA10AF 101.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.btn-explore-coures {
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    min-width: 200px;
}

.dash-grid-box .grid-box-inner {
    flex-direction: column !important;
}

.dash-grid-box .grid-box-inner p {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 14px;
    color: #747474;
    font-weight: 300;
}

.inside-cube-box .allowed-seats {
    flex-direction: column-reverse;

}

.inside-cube-box .grid-box-inner {
    height: 100%;
    justify-content: flex-start;
}

.cousre-listing-section .tab-details .tab-detail-bottom .course-list-accordian .accordion-item .accordion-button {
    border-bottom: none !important;
}

.cousre-listing-section .tab-details .tab-detail-bottom .course-list-accordian .accordion-item .accordion-button.collapsed {
    border-bottom: 1px solid rgba(62, 105, 173, 0.2) !important;
}

.accordion-button:not(.collapsed) {
    border-bottom: none !important;
    box-shadow: none !important;
}

.error-404 {
    font-size: 20px !important;
    min-height: calc(100vh - 320px);
}

.error-404 .sec-title,
.error-404 .title-color {
    color: #702573;
}

.error-404 .sec-title {
    font-size: 32px;
    line-height: 53.2px;
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
}

.error-404 a.title-color {
    margin: 30px 0;
}

@media (max-width: 768px) {
    .top-title-lj span.steps-all {
     font-size: 14px;
     min-width: max-content;
}

    .error-404 .box-content-img {
        width: 220px;
        height: 220px;
        margin-bottom: 30px;
    }

    .error-404 .sec-title {
        font-size: 28px;
        line-height: 1.3;
    }
}

@media (max-width: 576px) {
    .error-404 .box-content-img {
        width: 180px;
        height: 180px;
    }

    .error-404 p {
        font-size: 16px;
    }

    .error-404 .sec-title {
        font-size: 26px;
    }

    .error-404 a.title-color {
        font-size: 18px;
    }
}