:root {
    --value: 0
}

@keyframes growProgressBar {
    0%, 33% {
        --pgPercentage: 0;
    }
    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

div[role="progressbar"] {
    --size: 12rem;
    --fg: var(--bs-success);
    --bg: var(--bs-secondary-bg-subtle);
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}

div[role="progressbar"]::before {
    counter-reset: percentage var(--value);
}

@media (max-width: 460px) {
    .mobile-xs {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

.course-block {
    background: #ffffff;
    height: 300px;
    border-radius: 0px 20px 20px 0px;
}

.course-img-block {
    border-radius: 20px 0px 0px 20px;
}

.course-subt {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    color: #0f8190;
    font-size: 15px;
}

.course-block.course-border3 {
    border-left: 8px solid #980000;
}

.course-block.course-border1 {
    border-left: 8px solid rgb(243, 186, 76);
}

.course-block.course-border2 {
    border-left: 8px solid #008200;
}

.course-block.course-border4 {
    border-left: 8px solid #c400c4;
}

.img-col-bg {
    background: rgba(255, 255, 255, 0);
}

@media (max-width: 460px) {
    .ps-xs-2.course-block {
        padding-left: 8px !important;
    }
}

.options-list {
    justify-content: space-between;
}

@media (min-width: 600px) and (max-width: 780px) {
    .list-md {
        font-size: 13px;
    }
}

@media (min-width: 600px) and (max-width: 780px) {
    .mid-list1 {
        width: 30%;
    }
}

@media (min-width: 600px) and (max-width: 780px) {
    .mid-list2 {
        width: 35%;
    }
}

@media (min-width: 600px) and (max-width: 780px) {
    .mid-list3 {
        width: 42%;
    }
}

@media (max-width: 460px) {
    .list-md {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .list-md {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .py-xs {
        padding: 20px 0px 20px 0px;
    }
}

@media (max-width: 460px) {
    .c-header {
        color: #fff !important;
    }
}

.c-header {
    font-family: 'Noto Sans', sans-serif;
    color: #0f8190;
}

@media (max-width: 460px) {
    .c-colors {
        color: #fff !important;
        text-shadow: 1px 1px 2px #000;
    }
}

.c-colors {
    color: rgb(75, 75, 75);
}

.course-color {
    color: #27245e;
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
}

.mobile-xs {
    background: #f1fafb;
}

.btn-styles {
    background: var(--bs-btn-border-color);
    border-radius: 26px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    border-width: 0px;
    border-color: rgba(255, 255, 255, 0);
    border-right-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 18px;
    padding-left: 18px;
    width: 100%;
}

.featured-nav li {
}

.prgress-divs {
    width: 65%;
}

.course-container {
    width: 908px;
    background: var(--bs-body-bg);
    border: 1px solid #d8dde0;
    border-radius: 0px;
}

.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
    --bs-icon-size: 1rem;
}

.bs-icon-md {
    --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
    --bs-icon-size: 2rem;
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
    border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
    border-radius: 50%;
}

button.accordion-button.dropd-colors {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
    --bs-icon-size: 1rem;
}

.bs-icon-md {
    --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
    --bs-icon-size: 2rem;
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
    border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
    border-radius: 50%;
}

h2 {
    padding-left: 0px;
    color: var(--bs-emphasis-color);
}

.course-boundry img {
    border-radius: 20px 0px 0px 20px;
}

.course-boundry div {
    border-radius: 0px 20px 20px 0px;
}

.course-boundry {
    border: none;
    border-radius: 20px;
    box-shadow: 1px 1px 9px 3px rgba(101, 101, 101, 0.25);
}

.course-grid {
}

.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
    --bs-icon-size: 1rem;
}

.bs-icon-md {
    --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
    --bs-icon-size: 2rem;
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
    border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
    border-radius: 50%;
}

.far.fa-user {
}

.third-col-sidebar {
    margin-top: 20px;
}

.related-courses .card {
    margin-top: 20px;
}

.far.fa-user {
    margin-left: 5px;
}

.ctrl-top {
    margin-top: 8px;
}

.navbar {
    background-color: #0F8190;
}

@media (max-width: 460px) {
    .mobile-ds {
        display: none;
    }
}

.menu-color li a {
    color: var(--bs-navbar-active-color);
}

.dropdown-menu {
    /*--bs-dropdown-zindex: 1000;*/
    /*--bs-dropdown-min-width: 10rem;*/
    /*--bs-dropdown-padding-x: 0;*/
    /*--bs-dropdown-padding-y: 0.5rem;*/
    /*--bs-dropdown-spacer: 0.125rem;*/
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-success-bg-subtle);
    --bs-dropdown-bg: var(--bs-light-text-emphasis);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

a {
}

.menu-ctrl .dropdown-colors {
    color: #000000;
    text-decoration: underline;
    border-bottom: 1px solid #a7a7a7;
    font-family: 'Noto Sans', sans-serif;
}

#mobile-view .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100% !important;
    left: -247px;
    width: 100%;
    background: #fff;
}

.menu-ctrl {
    background: #f1fafb;
    border: none;
    border-radius: 0px;
    max-width: 100%;
    min-width: 390px;
    font-family: 'Noto Sans', sans-serif;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-active-color);
    background-color: #0f8190;
}

@media (min-width: 580px) {
    .custom-mobile-menu {
        display: none;
    }
}

.menu-color.menu-fix li a {
    text-decoration: underline;
}

@media (max-width: 576px) {
    .medium-vw {
        display: none;
    }
}

.far.fa-user {
    margin-left: 5px;
}

.ctrl-top {
    margin-top: 8px;
}

.navbar {
    background-color: #0F8190;
}

.navbar-brand {
    font-size: 15px;
}

.navbar-brand {
    margin: 0px 3px 0px 0px;
}

.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
    --bs-icon-size: 1rem;
}

.bs-icon-md {
    --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
    --bs-icon-size: 2rem;
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
    border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
    border-radius: 50%;
}

.far.fa-user {
}

.third-col-sidebar {
    margin-top: 20px;
}

.related-courses .card {
    margin-top: 20px;
}

.far.fa-user {
    margin-left: 5px;
}

.signin {
    width: 70px;
}

.ctrl-top {
    margin-top: 8px;
}

.navbar {
    background-color: #0F8190;
}

.material-icons.cust-colorf-icon {
    color: #F1FAFB;
}

.third-col-sidebar .card {
    margin-top: 1em;
    margin-right: 3em;
    margin-left: 0em;
}

.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
    --bs-icon-size: 1rem;
}

.bs-icon-md {
    --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
    --bs-icon-size: 2rem;
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
    border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
    border-radius: 50%;
}

.far.fa-user {
}

.third-col-sidebar {
    margin-top: 20px;
}

.related-courses .card {
    margin-top: 20px;
}

.far.fa-user {
    margin-left: 5px;
}

.signin {
    width: 70px;
}

.ctrl-top {
    margin-top: 8px;
}

.navbar {
    background-color: #0F8190;
}

.material-icons.cust-colorf-icon {
    color: #F1FAFB;
}

.third-col-sidebar .card {
    margin-top: 1em;
    margin-right: 3em;
    margin-left: 0em;
}

.far.fa-user {
}

.navbar {
    background-color: #0F8190;
}

@media (max-width: 460px) {
    .mobile-ds {
        display: none;
    }
}

.menu-color li a {
    color: var(--bs-navbar-active-color);
}

.dropdown-menu {
    /*--bs-dropdown-zindex: 1000;*/
    /*--bs-dropdown-min-width: 10rem;*/
    /*--bs-dropdown-padding-x: 0;*/
    /*--bs-dropdown-padding-y: 0.5rem;*/
    /*--bs-dropdown-spacer: 0.125rem;*/
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-success-bg-subtle);
    --bs-dropdown-bg: var(--bs-light-text-emphasis);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

a {
}

.menu-ctrl .dropdown-colors {
    color: #000000;
    text-decoration: underline;
    border-bottom: 1px solid #a7a7a7;
    font-family: 'Noto Sans', sans-serif;
}

#mobile-view .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100% !important;
    left: -247px;
    width: 100%;
    background: none;
}

.menu-ctrl {
    background: #f1fafb;
    border: none;
    border-radius: 0px;
    max-width: 100%;
    min-width: 390px;
    font-family: 'Noto Sans', sans-serif;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-active-color);
    background-color: #0f8190;
}

@media (min-width: 580px) {
    .custom-mobile-menu {
        display: none;
    }
}

.menu-color.menu-fix li a {
    text-decoration: underline;
}

@media (max-width: 576px) {
    .medium-vw {
        display: none;
    }
}

@media (min-width: 470px) {
    .header-languages {
        display: none;
    }
}

@media (min-width: 470px) {
    .header-languages {
        border-bottom: 3px solid #fff;
        display: none;
    }
}

.header-languages {
    border-bottom: 3px solid rgba(250, 250, 250, 0.48);
}

.far.fa-user {
    margin-left: 5px;
}

.ctrl-top {
    margin-top: 8px;
}

.navbar-brand {
    font-size: 15px;
}

.navbar-brand {
    margin: 0px 3px 0px 0px;
}

.menu-ctrl {
    background: #fff !important;
}

.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
    --bs-icon-size: 1rem;
}

.bs-icon-md {
    --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
    --bs-icon-size: 2rem;
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
    border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
    border-radius: 50%;
}

.far.fa-user {
}

.third-col-sidebar {
    margin-top: 20px;
}

.related-courses .card {
    margin-top: 20px;
}

.far.fa-user {
    margin-left: 5px;
}

.ctrl-top {
    margin-top: 8px;
}

.navbar {
    background-color: #0F8190;
}

.btn-close {
    filter: var(--bs-btn-close-white-filter);
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
    --bs-modal-color: #adb5bd;
    --bs-modal-bg: #212529;
    --bs-modal-border-color: rgba(255, 255, 255, 0.15);
    --bs-modal-header-border-color: #495057;
    --bs-modal-footer-border-color: #495057;
}

.btn-close {
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    filter: var(--bs-btn-close-white-filter);
}

.modal-body {
}

.modal-footer {
    border: none;
    border-radius: 0px;
}

.col-shadow {
    border-radius: 20px;
}

h2 {
}

.featured-nav li a {
    margin-left: 4px;
    margin-right: 4px;
}

.featured-nav li {
}

a {
}

.activ-color {
    color: #FFF !important;
}

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

.d-block.course-bg {
    height: 377px;
    background: linear-gradient(81deg, rgb(255, 255, 255) 24%, rgba(255, 255, 255, 0) 38%), url("/assets/img/banner.jpg") center / cover no-repeat, rgba(255, 255, 255, 0) !important;
    backdrop-filter: opacity(1);
    -webkit-backdrop-filter: opacity(1);
    border-radius: 0px;
}

.navbar-brand {
    font-size: 15px;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 7px;
        padding-left: 5px;
    }
}

.navbar-brand {
    margin: 0px 3px 0px 0px;
}

@media (max-width: 768px) {
    .course-bg {
        height: auto;
    }
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-body {
    background-color: #ffffff;
}

.modal-footer {
    background-color: #fff;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    background: rgba(69, 67, 67, 0.4);
}

.testimon1 {
    padding: 35px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    margin-bottom: 50px;
}

.testimon1 .testicon p {
    margin-bottom: 20px;
    color: #999;
    line-height: 30px;
}

.testimon1 .testimopic {
    display: inline-block;
    position: absolute;
    bottom: -40px;
    border-radius: 50%;
}

.testimon1 .testimopic img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 8px solid #fff;
    box-shadow: 0 0 0 1px rgba(49, 49, 49, 0.07);
}

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

.testimon1 .posit {
    font-size: 12px;
    color: #888;
}

.testimon1 .posit a {
    color: #888;
}

#testimonials .image {
    background: #fff;
    border-radius: 50%;
    border: solid 8px #fff;
}

#testimonials .content-wrapper {
    background-color: #dadada;
    border-radius: 15px;
    padding: 70px 20px 20px;
    margin-top: -56px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

#testimonials .content {
    position: relative;
    z-index: 1;
}

#testimonials .quote-wrapper-dark {
    position: relative;
    z-index: 0;
    opacity: .07;
}

#testimonials .quote-wrapper-light {
    position: relative;
    z-index: 0;
    opacity: .4;
}

#testimonials .quote-wrapper-color {
    opacity: .3;
    filter: invert(50%) sepia(10%) saturate(101) hue-rotate(23deg) brightness(136%) contrast(112%);
}

#testimonials .quote-wrapper-color2 {
    opacity: .3;
    filter: invert(51%) sepia(11%) saturate(67) hue-rotate(166deg) brightness(131%) contrast(80%);
}

#testimonials .quote-left {
    position: absolute;
    top: -4px;
    left: -5px;
}

#testimonials .quote-right {
    position: absolute;
    top: -125px;
    right: -5px;
}

#testimonials .rating {
    display: inline-block;
    font-size: 15px;
    background-color: #ffffff;
    padding: 1px 7px;
    margin-bottom: 10px;
    border-radius: 20px;
}

#testimonials .rating-wrapper {
    margin: 0 1.5px;
}

#testimonials .signature {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

#testimonials .text {
    text-align: justify;
    font-size: 18px;
    hyphens: auto;
    -webkit-hyphens: auto;
}

#testimonials .date {
    text-align: center;
    font-size: 15px;
    margin-bottom: 0px;
}

#carousel-t {
    background-color: rgb(215, 215, 215);
}

#carousel-t .testimonial-content {
    margin-top: 15px;
}

#carousel-t .carousel-control-next, .carousel-control-prev {
    width: 13%;
}

#carousel-t .carousel-control-prev {
    background: -webkit-linear-gradient(left, rgb(215, 215, 215) 70%, rgba(215, 215, 215, 0) 100%);
    background: linear-gradient(to right, rgb(215, 215, 215) 70%, rgba(215, 215, 215, 0) 100%);
    opacity: 1;
}

#carousel-t .carousel-control-next {
    background: -webkit-linear-gradient(right, rgba(215, 215, 215) 70%, rgba(215, 215, 215, 0) 100%);
    background: linear-gradient(to left, rgb(215, 215, 215) 70%, rgba(215, 215, 215, 0) 100%);
    opacity: 1;
}

#carousel-t .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #140000;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .2;
    transition: opacity .6s ease;
    border-radius: 50%;
}

#carousel-t .carousel-indicators .active {
    opacity: .5;
}

#carousel-t .carousel-indicators {
    position: relative;
    padding-bottom: 10px;
}

#carousel-t .signature {
    font-size: 24px;
    font-style: normal;
    font-family: 'Roboto Condensed', Arial, Sans;
    font-weight: 700;
    margin: 0;
}

#carousel-t .date {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
}

#carousel-t p {
    font-size: 18px;
    font-family: 'Roboto Condensed', Arial, Sans;
}

#carousel-t .rating {
    background-color: #2d80ff;
    width: 56px;
    display: block;
    margin: 15px auto;
    color: white;
    border-radius: 25px;
}

@media (max-width: 460px) {
    .mobile-xs {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media (max-width: 770px) {
    .course-block {
        background: #ffffff;
        border-radius: 0px;
    }
}

@media (min-width: 990px) {
    .course-block {
        background: #ffffff;
        border-radius: 0px;
        border-radius: 0px 20px 20px 0px;
    }
}

@media (max-width: 768px) {
    .course-img-block {
        background: url("../../assets/bootstrap-assets/img/Antenatal.jpg") center / cover no-repeat;
        margin: 0 auto;
        height: 150px;
        border-radius: 20px 20px 0px 0px;
    }
}

@media (min-width: 990px) {
    .course-img-block {
        background: url("../../assets/bootstrap-assets/img/Antenatal.jpg") center / cover no-repeat;
        width: 100%;
        height: 100%;
        border-radius: 20px 0px 0px 20px;
    }
}

.course-subt {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    color: #0f8190;
    font-size: 15px;
}

.course-block.course-border3 {
    border-left: 8px solid #980000;
}

.course-block.course-border1 {
    border-left: 8px solid rgb(243, 186, 76);
}

.course-block.course-border2 {
    border-left: 8px solid #008200;
}

.course-block.course-border4 {
    border-left: 8px solid #c400c4;
}

@media (max-width: 460px) {
    .ps-xs-2.course-block {
        padding-left: 8px !important;
    }
}

.options-list {
    justify-content: space-between;
}

@media (min-width: 600px) and (max-width: 780px) {
    .list-md {
        font-size: 13px;
    }
}

@media (min-width: 600px) and (max-width: 780px) {
    .mid-list1 {
        width: 30%;
    }
}

@media (min-width: 600px) and (max-width: 780px) {
    .mid-list2 {
        width: 35%;
    }
}

@media (min-width: 600px) and (max-width: 780px) {
    .mid-list3 {
        width: 42%;
    }
}

@media (max-width: 460px) {
    .list-md {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .list-md {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .py-xs {
        padding: 20px 0px 20px 0px;
    }
}

@media (max-width: 460px) {
    .c-header {
        color: #fff !important;
    }
}

.c-header {
    font-family: 'Noto Sans', sans-serif;
    color: #0f8190;
}

@media (max-width: 460px) {
    .c-colors {
        color: #fff !important;
        text-shadow: 1px 1px 2px #000;
    }
}

.c-colors {
    color: rgb(75, 75, 75);
}

.course-color {
    color: #27245e;
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
}

.mobile-xs {
    background: #f1fafb;
}

.btn-styles {
    background: var(--bs-btn-border-color);
    border-radius: 26px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    border-width: 0px;
    border-color: rgba(255, 255, 255, 0);
    border-right-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 18px;
    padding-left: 18px;
    width: 100%;
}


#carousel-1 {
    border-radius: 20px;
}


.col-shadow.featured-shadow-removed {
    box-shadow: none;
}

.course-cover-bg {
    background-color: #0d6efd;
    border-radius: unset;
}

.circular-progress {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(
            var(--progress-color) calc(var(--progress) * 1%),
            #e6e6e6 calc(var(--progress) * 1%)
    );
}

.circular-progress::before {
    content: attr(data-progress) '%';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    font-weight: bold;
}

.step-circle {
    width: 25px;
    height: 25px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.step-circle.completed {
    color: #F97F40;
}

.border, .border-top {
    border-width: 2px !important;
    border-color: #777777 !important;
}

.border.completed, .border-top.completed {
    border-width: 2px !important;
    border-color: #F97F40 !important;
}

.text-shadow {
    text-shadow: 1px 0 11px black;
}

.custom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */
    z-index: 1050; /* Ensure overlay is on top */
}

.custom-overlay .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

span[role="alert"] {
    color: var(--bs-danger);
}

@media (min-width: 768px) { /* Medium screens (>= 768px, laptops) */
    .professional_registration .btn-styles {
        width: 20% !important; /* 20% width on medium screens and larger */
    }
}




      /* Section headers with numbered circles */
       .professional_registration .form-section h4 {
            font-weight: bold;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }

        .professional_registration .form-section h4 span.enum {
            color: #0d6efd;
            border: 2px solid #0d6efd;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            margin-right: 10px;
            font-size: 18px;
            background-color: transparent;
        }

        /* Input fields styling */
        .professional_registration .form-control {
            border-radius: 6px;
            padding: 10px;
            box-shadow: none;
            border: 1px solid #ced4da;
        }

        .professional_registration label {
            font-weight: bold;
        }

        /* Radio button styling */
        .form-check-input {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }

        .professional_registration .radio-label {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .professional_registration .form-check {
            margin-bottom: 20px;
        }

        /* Authentication code box styling */
        .professional_registration .auth-code {
            
            padding-top: 10px;
            padding-right: 10px;
            padding-bottom: 10px;
            padding-left: 0px;
            border-radius: 6px;
        }

        /* Terms and conditions checkbox styling */
        .professional_registration .terms-container {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .professional_registration .terms-container a {
            color: #0d6efd;
            text-decoration: underline;
        }

        /* Submit button */
       .professional_registration .btn-styles {
            background-color: #198754;
            color: white;
            padding: 12px;
            font-size: 16px;
            border-radius: 26px;
            border: none;
            width: 100%;
        }

       .professional_registration .form-check-input {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }


       .professional_registration .error-box {
            background-color: #fff4f4;
            border: 1px solid #dc3545;
            color: #dc3545;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .professional_registration .error-box a {
            color: #dc3545;
            text-decoration: underline;
        }


        /* Error input fields */
        .professional_registration .form-control.is-invalid {
            border-color: #dc3545;
            box-shadow: none;
        }

        /* Invalid feedback */
        .professional_registration .invalid-feedback {
            color: #dc3545;
            font-size: 14px;
            display: block;
        }








