@font-face {
    font-family: "Andada Pro";
    src: url("../fonts/AndadaPro-Regular.ttf");
}

@font-face {
    font-family: "Anybody";
    src: url("../fonts/Anybody-Regular.ttf");
}

:root {
    --theme-dark-blue : #242145;
    --theme-blue : #0840AC;
    --theme-orange : #E28C3C;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    position: relative;
}

html,body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Andada Pro",sans-serif;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-course {
    background: #0840ac;
    color: #FFF;
    border-radius: 40px;
    padding: 0.4rem 1rem;
    transition: 0.2s ease-in-out transform;
}

.theme-dark-blue-bg {
    background-color: #406FB5;
}

.theme-dark-blue-text {
    color: var(--theme-dark-blue);
}

.theme-blue-bg {
    background-color: #406FB5;
}

.theme-blue-text {
    color: #406FB5;
}

.theme-light-gray {
    color: #999999;
}

.theme-dark-gray {
    color: #3D3D3D;
}

.theme-color-icon {
    color: #565656;
}

.theme-bg-orange {
    background-color: #406FB5;
}

.theme-blue-bg-btn {
    background-color: #1CB383;
    color: #fff;
    border: 1px #1CB383;
}

.theme-blue-bg-btn:hover {
    background-color: #1CB383;
    color: #1CB383;
    border: 1px solid #1CB383;
}

.theme-blue-border-btn {
    background-color: #fff;
    color: #406FB5;
    border: 1px solid #406FB5;
}

.theme-blue-border-btn:hover {
    background-color: #fff;
    color: #406FB5;
    border: 1px solid #406FB5;
}

.theme-text-italic-blue {
    color: #406FB5;
    font-style: italic;
}

.off-white {
    background-color: #F5F8FF;
}

.off-blue {
    background-color: #64AEF5;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Anybody",sans-serif;
    font-style: italic;
}

/* Common Code */
.required {
    position: relative;
}
.required:after {
    position: absolute;
    top: 0;
    right:-5px;
    width: 5px;
    height: 5px;
    color: red;
    content: "*";
}
.title-border-bottom {
    position: relative;
    padding-bottom: 5px; /* Adjust as needed */
}
.title-border-bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%; /* Adjust the width of the half-border */
    height: 2px; /* Adjust the thickness of the half-border */
    background-color: #406FB5; /* Adjust the color of the half-border */
}
.center-border-bottom {
    position: relative;
    padding-bottom: 5px;
}
.center-border-bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%; /* Adjust the width of the half-border */
    height: 2px; /* Adjust the thickness of the half-border */
    background-color: #406FB5; /* Adjust the color of the half-border */
}
.center-white-border-bottom::after {
    background-color: #fff;
}
.select2-hidden-accessible {
    max-width: 100%!important;
}
/* Common Code */

/* How It Works */
.how-works-pills .nav-link {
    color: #fff;
}
.how-works-pills .nav-link.active, .how-works-pills .show>.nav-link {
    background-color: transparent;
    color: #fff;
    border-left: 3px solid #fff;
    border-radius: 0;
}
/* How It Works */

/* Authentication Page */
.authentication-card .input-group-text {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.authentication-card input,
.authentication-card .select2-container--bootstrap-5 .select2-selection,
.authentication-card .tagify {
    border: 0;
    border-radius: 0;
    color: #999999;
}
.authentication-card label,
.authentication-card a,
.authentication-card .register-text span {
    color: #3d3d3d;
}
.authentication-card .border-0 + .select2-container--bootstrap-5 .select2-selection {
    border-bottom: 0;
}
.authentication-card .input-group,
.authentication-card input,
.authentication-card .select2-container--bootstrap-5 .select2-selection,
.authentication-card .tagify {
    border-bottom: 1px solid #999999;
}
.authentication-card .input-group:focus-within,
.authentication-card input:focus-within {
    border-bottom: 1px solid #406FB5;
}
.authentication-card .form-check-input {
    background-color: #3d3d3d;
}
.authentication-card .form-control:focus {
    box-shadow: none;
    /* border-color: #406FB5; */
}
.authentication-card .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 5%);
}
/* Authentication Page Css Ends */

/* Navbar Css */

.nav-bg-light-gray {
    background-color: #EFEFEF;
    font-style: italic;
}
.searchbar-area input,
.searchbar-area button {
    background-color: #EFEFEF;
    border: 0;
}
.searchbar-area input {
    border-radius: 0.375rem 0 0 0.375rem;
}
.searchbar-area button {
    border-radius: 0 0.375rem 0.375rem 0;
    color: #f77603;
}
.searchbar-area .form-control:focus {
    box-shadow: none;
    background-color: #EFEFEF;
}
.searchbar-area button:hover {
    background-color: #EFEFEF;
}
.speciality-selection select {
    background-color: transparent;
}
.speciality-selection .select2-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.speciality-selection .select2-container--default .select2-selection--single {
    background-color: transparent;
    color: #fff;
    border: 0;
}
.speciality-selection .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
.speciality-selection .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.speciality-selection .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}
.test.select2-dropdown {
    background-color: #242145;
    border: 1px solid #f67503;
    border-radius: 0;
}
.test.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #f57503;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.test .select2-results__option {
    background-color: #242145;
    color: #fff;
}
.test .select2-results__option--highlighted[aria-selected],
.test .select2-results__option[aria-selected=true] {
    background-color: #727176;
    color: white;
}
.test .select2-search--dropdown .select2-search__field {
    outline: 0;
}
.mx-w-180 {
    max-width: 180px;
    width: 100%;
}
.custom-dropdown .dropdown-item {
    color: #fff;
}
.custom-dropdown .dropdown-item:hover {
    background-color: #0840AC;
}

/* Navbar Css Ends */

/* Menu Footer Buttons Mobile Starts*/
.mobile-menu-btn ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mobile-menu-btn ul li a {
    color: #fff;
    text-decoration: none;
}
.icon-box p {
    margin-bottom: 0;
}
/* Menu Footer Buttons Mobile Ends */

/* Footer Css Starts */
.footer-bg-orange {
    background-color: var(--theme-orange);
}
.footer-links li a {
    color: #fff;
    text-decoration: none;
}
.footer-social-links ul li a i {
    font-size: 22px;
}
/* Footer Css Ends */

/* Home Page Css */
.courses-btn {
    border: 1px solid #C4CBFF;
    background-color: #fff;
}
.courses-btn:hover {
    border: 1px solid #406FB5;
    background-color: #fff;
}
.see-more-btn {
    background-color: #406FB5;
    color: #fff;
}
.badge-btn {
    background-color: #406fb5;
    color: #fff;
    border-radius: 0.375rem;
    padding: 0.35rem 0.75rem;
    font-size: 12px;
}
.certificate-badge-icon {
    width: 100%;
    max-width: 18px;
}
.trending-card .card-img-top,
.certification-program-card .card-img-top,
.fellowship-program-card .card-img-top {
    position: relative;
}
.course-card .item {
    height: 100%;
}
.owl-carousel .owl-stage{display: flex;}
.certification-program-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.trending-card .card-img-top .time-area,
.certification-program-card .card-img-top .time-area {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #FFF5F5;
    padding: 0.15rem 0.35rem;
    border-radius: 0.375rem;
}
.trending-card .price-area .small-text,
.certification-program-card .price-area .small-text,
.fellowship-program-card .price-area .small-text {
    font-size: 13px;
}
.course-card .owl-next, .owl-prev {
    position: absolute;
    top: 40%;
    width: 45px;
    height: 45px;
    background-color: #B5BDF6!important;
    border-radius: 50%!important;
}
.course-card .owl-prev {
    left: -50px;
    display: block !important;
    border:0px solid black;
}
.course-card .owl-next {
    right: -50px;
    display: block !important;
    border:0px solid black;
}
.course-card .owl-dots .owl-dot.active span {
    background-color: #406FB5;
}
.course-card .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #406FB5;
}
.certification-program-card .therapy-area,
.fellowship-program-card .therapy-area {
    top: 10px;
    left: 10px;
    padding: 0.25rem 0.50rem;
    border-radius: 0.350rem;
}

.fellowship-program-card .therapy-area-right {
    top: 10px;
    right: 10px;
    padding: 0.25rem 0.50rem;
    border-radius: 0.350rem;
}
.certification-nav-tabs .nav-link.active {
    border-color: #B5BDF6;
    border-radius: 0;
    font-weight: bold;
}
.countries-pills .nav-link.active {
    background-color: #406FB5;
    color: #fff;
}
.countries-pills .nav-link {
    border: 1px solid #406FB5;
    background-color: #fff;
}
.mainPage-pg-countries .owl-nav {
    margin: 0;
}
.mainPage-pg-countries .owl-next,.mainPage-pg-countries .owl-prev,
.pg-countries .owl-next,.pg-countries .owl-prev {
    position: absolute;
    top: 0%;
    width: 25px;
    height: 45px;
    background-color: #B5BDF6 !important;
    border-radius: 15% !important;
    margin: 0 5px !important;
}
.mainPage-pg-countries .owl-prev,
.pg-countries .owl-prev {
    left: -35px;
    display: block !important;
    border:0px solid black;
}
.mainPage-pg-countries .owl-next,
.pg-countries .owl-next {
    right: -35px;
    display: block !important;
    border:0px solid black;
}
.mainPage-pg-countries .pg-list img,
.pg-countries .pg-list img {
    width: 20px;
}
.pg-list {
    display: flex;
    align-items: center;
}
.testimonials-slider .owl-dots .owl-dot.active span, .testimonials-slider .owl-dots .owl-dot:hover span {
    background-color: #406FB5;
}
/* Home Page Css End */

/* Banner Design For All Pages */

.banner-img-area {
    background-image: url("../img/banner-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40vh;
    position: relative;
}
.blue-overlay {
    /* width: 100%;
    height: 100%;
    background-color: rgba(90, 159, 244, 0.4); */
    width: 100%;
    height: 100%;
    background-color: rgb(5 35 71 / 80%);
}

/* Banner Design For All Pages */

/* Filter Button */
.filter-area {
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.custom-badge {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-color: #007bff;
    color: #fff;
    padding: 0px 8px;
    border-radius: 10%;
}
.all-filter-area {
    width: 100%;
    max-width: 340px;
    padding: 1rem;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 25%);
    background-color:#ffffff;
    position: absolute;
    right:10%;
    display: none;
    z-index: 9;
}
.all-filter-area .accordion-item {
    margin-bottom: 1rem;
    border-radius: 0;
}
.all-filter-area .accordion-body {
    background-color:#F7F7FB;
}
.all-filter-area .accordion-button {
    background-color:#F7F7FB;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 35%);
    padding: 0.65rem 0.55rem;
}
.all-filter-area .stars-rating i {
    color: #ffb600;
}
/* Filter Button */

/* Details Page */
.light-blue-bg {
    background-color: #64AEF5;
}
.light-mix-blue-bg {
    background-color: #406fb5;
}
.cdetails {
    border: 1px solid #ccc;
    border-bottom: none;
    border-right: none;
    padding: 10px;
}
.rdetails .cdetails:last-child {
    border-right: 1px solid #ccc;
}
.rdetails:last-child {
    border-bottom: 1px solid #ccc;
}
.top-150px {
    top: 150px;
}
.blue-bg-tags {
    background-color: #DCE7FF;
    padding: 0.15rem 0.25rem;
}
.detailed-page {
    position: relative;
    overflow-x: hidden;
    overflow-x: clip;
}
.course-header-area,.course-sub-header-area {
    position: relative;
}
.course-bg-position {
    position: absolute;
    width: 200vw;
    left: -50vw;
    top: 0;
    bottom: 0;
    z-index: -1;
}
#course-module-area .accordion-item {
    border-radius: 0;
    margin-bottom: 16px;
}
#course-module-area .accordion-item .accordion-button {
    background-color: #DCE7FF;
    border: 1px solid #B5BDF6;
    color: #000;
    border-radius: 0;
}
#course-module-area .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.course-progress {
    height: 0.35rem;
}
.course-progress .progress-bar {
    background-color: #0840AC;
}
/* Details Page */

/* My Course Page */
.course-img-area {
    position: relative;
}
.course-img-area .therapy-area {
    top: 10px;
    left: 10px;
    padding: 0.15rem 0.35rem;
    border-radius: 0.35rem;
}
.course-tabs .nav-link {
    border-top: 1px solid #B5BDF6;
    border-left: 1px solid #B5BDF6;
    border-bottom: 1px solid #B5BDF6;
    border-right: 0;
    border-radius: 0;
    color: #406FB5;
    justify-content: center;
}
.course-tabs .nav-link.active,
.course-tabs .nav-link:hover {
    border-top: 1px solid #B5BDF6;
    border-left: 1px solid #B5BDF6;
    border-bottom: 1px solid #B5BDF6;
    border-right: 0;
    color: #fff;
    background-color: #406FB5;
}
.course-tabs .nav-item:last-child .nav-link {
    border-right: 1px solid #B5BDF6;
}
.certificate-img-area {
    position: relative;
}
.certificate-img-area span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
/* My Course Page */

/* Edit Profile Page */
.profile-header {
    background-color: #F7F7FB;
    border: 1px solid #B5BDF6
}
.profile-img {
    position: relative;
    display: inline-block;
    padding: 6px;
    box-shadow: 0px 0px 6px 0px rgb(36 33 69);
    border-radius: 0.375rem;
}
.profile-edit-btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #406FB5;
    color: #fff;
    padding: 3px 8px;
    cursor: pointer;
    border-radius: 0 0 0.375rem 0;
}
.validation-summary-errors ul {
    padding-left: 0px;
}

.validation-summary-errors ul li {
    list-style-position: inside;
    list-style: none;
    text-align: center;
    margin-bottom: 8px;
}
/* Edit Profile Page */

/* Media Queries */
@media(max-width: 767px) {
    .all-filter-area {
        max-width: 100%;
        right: 0%;
    }
    .fellowship-nav .nav-item {
        width: 50%;
    }
    .mainPage-pg-countries .owl-next,.mainPage-pg-countries .owl-prev,
    .pg-countries .owl-next,.pg-countries .owl-prev {
        position: absolute;
        top: -75%;
        width: 25px;
        height: 25px;
        background-color: #B5BDF6 !important;
        border-radius: 15% !important;
        margin: 0 5px !important;
    }
    .mainPage-pg-countries .owl-prev {
        left: 80%;
    }
    .mainPage-pg-countries .owl-next {
        right: 0%;
    }
    footer {
        padding-bottom: 75px;
    }
}
/* Media Queries */
/* Print media */

/* Answers Checkbox and Radio List Group  */
#answers .soptions {
    margin-bottom: 2rem;
}

#answers .soptions:last-child {
    margin-bottom: 0;
}

#answers .list-group-item {
    user-select: none;
}

#answers .list-group-item span {
    position: relative;
    top: -3px;
}

#answers .list-group input[type="checkbox"], #answers .list-group input[type="radio"] {
    display: none;
}

#answers .list-group input[type="checkbox"] + .list-group-item, #answers .list-group input[type="radio"] + .list-group-item {
    cursor: pointer;
}

#answers .list-group .list-group-item:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 1em;
    font-size: 1.25rem;
    top: 10px;
}

#answers .list-group input[type="checkbox"] + .list-group-item:before {
    content: "\f0c8";
}

#answers .list-group input[type="checkbox"]:checked + .list-group-item:before {
    content: "\f14a";
}

#answers .list-group input[type="radio"] + .list-group-item:before {
    content: "\f111";
}

#answers .list-group input[type="radio"]:checked + .list-group-item:before {
    content: "\f192";
}

#answers .list-group input[type="checkbox"]:checked + .list-group-item, #answers .list-group input[type="radio"]:checked + .list-group-item {
    background-color: #0275D8;
    color: #FFF;
}

#answers .show-score .list-group input[type="checkbox"]:checked + .list-group-item.correct, #answers .show-score .list-group input[type="radio"]:checked + .list-group-item.correct {
    background-color: #5dc78b;
}

#answers .show-score .list-group input[type="checkbox"]:checked + .list-group-item.wrong, #answers .show-score .list-group input[type="radio"]:checked + .list-group-item.wrong {
    background-color: #c37777;
}

#answers .show-score .list-group input[type="checkbox"] + .list-group-item.border-correct, #answers .show-score .list-group input[type="radio"] + .list-group-item.border-correct {
    border: 2px solid #00b44e;
}
/* Answers Checkbox and Radio List Group  */

.card .card-img-top img {
    border-radius: 0.375rem 0.375rem 0 0;
}


.btn-webinar {
    background-color: #ff7900;
    color: #FFFFFF;
}

.btn-webinar:hover {
    background-color: #ffffff;
    border: 1px solid #ff7900;
    color: #ff7900;
}

/* about section  */
.about-section {
      padding: 0px 50px;
    }
    .about-section h5 {
      font-weight: 700;
      color: #1CB383;
      margin-bottom: 20px;
      font-size: 26px;
    }
    .about-section p {
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 15px;
    }
    .about-section img {
      max-width: 100%;
    }
    .login-btn {
      background-color: #1CB383;
      color: #fff;
      border: none;
      padding: 10px 30px;
      border-radius: 25px;
      margin-top: 15px;
      transition: 0.3s ease;
    }
    .login-btn:hover {
      background-color: #1CB383;
    }

    .card-heading {
         background-color: #1cb48c; /* Green color */
            color: #fff;
            text-align: center;
            padding: 9px 70px;
            border-radius: 30px;       /* Rounded shape */
            display: inline-block;     /* Fits text width */
            /* margin: 20px auto; */
            font-size : 20px;
    }

     .center-wrapper {
      text-align: center;        /* Centers the heading */
      margin-top: 40px;
      
    }

    .title-fonts{
    font-size : 22px;
}
