/*Course Page CSS*/

.course-div {
    font-size: 15px;
}

.course-action-btn {
    margin-top: 5px;
    border: 1px solid #ccc;
    padding: 7px;
    width: 98%;
}

.course-action-btn a {
    margin-left: 2px;
}

.course-schedule {
    border: 1px solid #e1cbcb;
    padding: 20px;
    margin: 10px;
}


/*end here*/


/*Schedule calendar button*/

.fc-state-active {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #ffffff;
}


/*end here*/

#grad1 {
    background-color: : #9C27B0;
}


/*form styles*/

#msform {
    text-align: center;
    position: relative;
    padding: 40px;
    box-shadow: 0px 0px 5px #ccc;
    padding-bottom: 10px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 3% 20px 0%;
    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    /*stacking fieldsets above each other*/
    position: relative;
}


/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid #204c60;
    outline-width: 0;
}


/*Blue Buttons*/

#msform .action-button {
    width: 100px;
    background: #204c60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #204c60;
}


/*Previous Buttons*/

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}


/*Dropdown List Exp Date*/

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}


/*The background card*/

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}


/*FieldSet headings*/

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}


/*progressbar*/

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}


/*Icons in the ProgressBar*/

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}


/*ProgressBar before any progress*/

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}


/*ProgressBar connectors*/

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}


/*Color number of the step and the connector before it*/

#progressbar li.active:before,
#progressbar li.active:after {
    background: #204c60;
}


/*Imaged Radio Buttons*/

.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}


/*Fit image in bootstrap div*/

.fit-image {
    width: 100%;
    object-fit: cover;
}

.wizard>.content>.body {
    padding: 0.5% !important;
}


/*.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    color: #aaa;
}
.wizard > .steps .current a,.wizard > .steps .current a:hover,.wizard > .steps .current a:active
{
    background: #204C60 !important;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active{
  background: #204C60 !important;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
   background: #6FA8C1 !important;
}*/

.enroll-course-info {
    margin: 12px 0px;
    border: 2px dotted #204c60;
    padding: 10px 25px;
    color: #000;
}

.enroll-course-info li {
    color: #000;
    display: inline-block !important;
    width: 49%;
    padding: 10px 0px !important;
    padding-bottom: 20px;
}

.enroll-course-info span {
    color: #204c60;
}

.enroll-course-info p {
    font-weight: bolder;
    !important;
    font-size: 15px;
    color: #000;
}

.enroll-payment-info {
    border: 1px solid #ccc;
    padding: 10px 12px;
}

.enroll-payment-info li {
    color: #000;
    font-weight: bolder !important;
    padding: 4px 0px !important;
}

.enroll-payment-info span {
    color: #204c60;
}

.enroll-payment-detail {
    border: 1px solid #ccc;
    padding: 10px 14px;
}

.course-info {}

.course-info h4 {
    color: #000;
    margin-bottom: 10px;
}

.course-info label {
    color: #000;
}

.course-info input {
    padding: 10px 8px !important;
    border: 1px solid #ccc !important;
    margin-bottom: 10px !important;
}

.enroll-total-cost {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.enroll-total-cost h4 {
    font-size: 16px;
}

.enroll-total-cost h5 {
    color: #000;
}

.enroll-total-cost h6 {
    color: #000;
}

.enroll-cost-desc {
    margin-top: 10px;
}

.enroll-box {
    box-shadow: 0px 0px 5px #ccc;
    padding: 30px;
}

.enroll-form label {
    color: #000;
    padding-left: 6px;
}

.enroll-form input {
    display: inline-block !important;
    text-align: left !important;
    width: auto !important;
    margin-bottom: 0px!important;
}

.info-scroll {
    overflow: auto;
    height: 150px;
}


/*--overlay loader css end--*/

.overlay {
    background: #ffffff;
    color: #666666;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    opacity: .80;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    position: absolute;
    top: 300px;
    left: 50%;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*-----END HERE----*/


/*----Admin preloader---*/

#preloader.show {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url('../../images/spinner.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: 1.0;
}

body.loading {
    overflow: hidden;
}


/*------- end here --------*/


/*------------User Dashboard CSS----------------*/

.rs-breadcrumbs {
    position: relative;
}

.rs-breadcrumbs .breadcrumbs-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.rs-breadcrumbs .breadcrumbs-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.rs-breadcrumbs .breadcrumbs-text.white-color ul li a {
    color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-text.white-color ul li {
    color: #ffffff;
}

.white-color {
    color: #ffffff !important;
}

.rs-breadcrumbs .breadcrumbs-text.white-color .page-heading {
    color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-text.white-color .page-heading {
    color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-text .page-heading {
    font-size: 40px;
    margin-bottom: 20px;
    color: #0089ff;
}

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

.rs-breadcrumbs .breadcrumbs-text ul li {
    color: #505050;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.rs-breadcrumbs .breadcrumbs-text ul li a {
    position: relative;
    padding-right: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #505050;
}

.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:before {
    right: 13px;
}

.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:before,
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:after {
    background-color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-text ul li a:before,
.rs-breadcrumbs .breadcrumbs-text ul li a:after {
    background-color: #505050;
    content: "";
    height: 15px;
    width: 2px;
    position: absolute;
    right: 7px;
    top: 2px;
    transform: rotate(26deg);
}

.intro-section {
    position: relative;
}

.sidebar {
    padding: 5px;
    background: #f4f7ff;
    border-radius: 5px;
    border: 1px solid #ebebeb;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.student-user {
    padding: 10px;
}

.student-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #204c60;
    margin-right: 10px;
}

.sidebar-list {
    display: block;
}

.sidebar-list li {
    display: block;
}

.sidebar-list li a {
    display: block;
    background: #fff;
    padding: 9px 15px;
    margin-bottom: 5px;
    border-radius: 30px;
    color: #000;
    font-size: 14px;
    transition: all .3s;
    border: 1px solid #e5e5e5;
}

.sidebar-list li.active a,
.sidebar-list li a:hover {
    background: #204c60;
    color: #fff;
    border-color: #204c60;
}

.sidebar-list li a i {
    width: 22px;
    color: #204c60;
}

.sidebar-list li.active a i,
.sidebar-list li a:hover i {
    color: #fff;
}

.dashboard-info__card-box {
    display: flex;
    height: 100%;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #eee;
    padding: 20px 15px;
}

.dashboard-info__card-icon.icon-color-01 {
    color: #4e84fa;
    border-color: #d3dffe;
    background: #f4f7ff;
}

.dashboard-info__card-icon {
    position: relative;
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    border: 1px solid transparent;
}

.dashboard-info__card-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.dashboard-info__card-content {
    padding-left: 12px;
}

.dashboard-info__card-value {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    color: #252525;
}

.dashboard-info__card-heading {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
    margin-top: 11px;
}

.dashboard-info__card-icon.icon-color-02 {
    color: #ffc221;
    border-color: #ffde89;
    background: #fffcf2;
}

.dashboard-info__card-icon.icon-color-03 {
    color: #6cbd7e;
    border-color: #daeedf;
    background: #f6fbf7;
}

.dashboard-profile {
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #eee;
    padding: 30px;
}

.dashboard-profile__item {
    display: flex;
    margin-bottom: 6px;
}

.dashboard-profile__heading {
    font-weight: 500;
    color: #666666;
    min-width: 180px;
    padding-right: 10px;
    line-height: 26px;
}

.dashboard-profile__content {
    flex-grow: 1;
    font-weight: 500;
}

.dashboard-profile__content p {
    margin-bottom: 8px;
}

.dashboard-course-item__link {
    display: flex;
    align-items: flex-start;
    border-radius: 5px;
    border: 1px solid #ededed;
    background: #FFFFFF;
    padding: 19px 20px 14px;
    max-width: 924px;
}

.dashboard-course-item__thumbnail {
    /*flex: 0 0 200px;*/
    border-radius: 5px;
    height: 160px;
    padding-top: 20px;
    overflow: hidden;
}

.dashboard-course-item__thumbnail img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.dashboard-course-item__content {
    padding: 0 10px 0 30px;
    flex: 1;
}

.dashboard-course-item__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dashboard-course-item__meta {
    font-weight: 500;
    color: #9aa5b3;
    margin: 0 0 11px;
}

.dashboard-course-item__meta-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
}

.dashboard-course-item__meta-list li {
    display: flex;
    align-items: center;
}

.dashboard-course-item__meta-list>* {
    margin-right: 30px;
    margin-bottom: 5px;
}

.dashboard-course-item__meta-list li .meta-label {
    color: #9aa5b3;
    font-weight: 400;
    margin-right: 5px;
}

.dashboard-course-item__meta-list li .meta-value {
    color: #252525;
}

.dashboard-table {
    border-radius: 5px;
    border: 1px solid #ededed;
    background: #FFFFFF;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.dashboard-table .table thead tr {
    border: 0;
    border-bottom: 1px solid #eee;
}

.dashboard-table .table td:first-child,
.dashboard-table .table th:first-child {
    padding-left: 30px;
}

.dashboard-table .table thead th {
    font-size: 14px;
    font-weight: 500;
    background: #f4f9ff;
    color: #333;
    text-align: start;
    border: 0;
    padding: 11px 10px;
    line-height: 26px;
    white-space: nowrap;
}

.dashboard-table .table> :not(:first-child) {
    border-top: 0;
    white-space: nowrap;
}

.dashboard-table .table td:first-child,
.dashboard-table .table th:first-child {
    padding-left: 30px;
}

.dashboard-table .table tbody td {
    padding: 20px 10px;
}

.dashboard-table__mobile-heading {
    display: none;
    font-size: 15px;
    font-weight: 500;
    color: #252525;
    line-height: 26px;
    margin-right: 5px;
    vertical-align: top;
}

.dashboard-table__text {
    font-size: 14px;
}

.dashboard-table__text .sale-price {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 700;
    color: #252525;
}

.dashboard-table__image img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.dashboard-table__text p {
    margin: 0;
}


/*Input Password Show Hidden CSS*/

.show-hide-password {
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 999;
}

.profile-show-hide-password {
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 999;
}

.course-info-parent {
    font-size: 15px!important;
}

.course-seat {
    float: right;
}


/*Wizard responsive css*/

@media(max-width: 1199px) {
    .sticky-header .main-menu .navigation>li {
        margin-left: 14px;
    }
    .sticky-header .logo img {
        width: 250px;
    }
    .main-header .header-upper .logo-box .logo {
        position: relative;
        width: 250px;
        margin-top: 10px;
    }
}

@media(max-width: 1133px) {
    .main-header .header-upper .logo-box .logo {
        margin-top: 0px;
    }
}

@media(max-width: 1024px) {
    .wizard>.steps a {
        padding: 8px 14px;
    }
    .sticky-header .main-menu .navigation>li {
        margin-left: 25px;
    }
    .sticky-header .logo img {
        width: 200px;
    }
}

@media(max-width: 991px) {
    .enroll-total-cost {
        margin-top: 10px;
        padding: 0;
    }
    .enroll-cost-desc {
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 20px;
    }
    .enroll-bottom {
        margin-bottom: 10px;
    }
    .main-header .header-upper .logo-box .logo {
        position: relative;
        width: 160px;
    }
    .header-style-two .main-menu .navigation>li>a {
        padding: 6px 11px;
        color: #204C60;
    }
    .main-menu .navigation>li {
        margin-right: 0px;
    }
    .sticky-header .main-menu .navigation>li {
        margin-left: 0px;
    }
    .sticky-header .logo img {
        width: 160px;
    }
    .sticky-header .main-menu {
        margin-top: 4px;
    }
    .page-title .content {
        position: relative;
        text-align: center;
    }
    .page-title .content a {
        margin-top: 10px;
    }
}

@media(max-width: 912px) {
    .course-action-btn a {
        margin-left: 5px;
        margin-bottom: 10px;
        width: 45%;
    }
    .course-seat {
        float: none;
        padding: 0px 10px;
    }
    .course-action-btn {
        text-align: left;
    }
    .main-footer-h6 .links-widget {
        margin-top: 20px;
    }
    .wizard>.steps a {
        padding: 8px 8px;
    }
}

@media only screen and (max-width: 780px) and (min-width: 601px) {
    .wizard>.steps a {
        margin: 0px 4px !important;
        font-size: 14px;
        padding: 8px 14px;
    }
}

@media(max-width: 768px) {
    .enroll-bottom {
        margin-bottom: 10px;
    }
    .wizard>.steps a {
        margin: 0px 4px !important;
        font-size: 14px;
        padding: 8px 5px;
    }
    .sticky-header {
        display: none;
    }
}

@media (max-width: 600px) {
    .wizard>.steps>ul>li {
        width: 50%;
    }
    .wizard>.steps a,
    .wizard>.steps a:hover,
    .wizard>.steps a:active {
        margin-top: 0.5em;
    }
    .wizard.vertical>.steps,
    .wizard.vertical>.actions {
        display: block;
        float: none;
        width: 100%;
    }
    .wizard.vertical>.content {
        display: block;
        float: none;
        margin: 0 0.5em 0.5em;
        width: auto;
    }
    .footer-widget.links-widget {
        margin-bottom: 15px;
    }
    .main-footer-h6 .links-widget .list li {
        display: inline-block;
        padding: 0px 15px;
    }
    .main-footer-h6 .links-widget {
        margin-top: 20px;
    }
    .footer-widget.links-widget {
        margin-bottom: 15px;
    }
    .main-footer-h6 .links-widget .list li {
        display: inline-block;
        padding: 0px 15px;
    }
    .enroll-total-cost {
        display: block;
        padding-bottom: 15px;
        text-align: center;
    }
    .fs-title {
        text-align: center;
    }
    .wizard>.steps a {
        margin: 8px 8px !important;
    }
    .page-title .content {
        position: relative;
        text-align: center;
    }
    .page-title .content a {
        margin-top: 10px;
    }
    .page-title {
        padding-top: 70px;
    }
    .dashboard-enroll-profile {
        display: block !important;
        text-align: center;
    }
    .dashboard-enroll-profile h3 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
    .courses-tab .nav-link {
        width: 100%;
        background: transparent;
        border-radius: 0;
        border-left: 1px solid #FFC107;
        color: #002147;
        font-weight: 600;
        height: 64px;
    }
}

@media (max-width: 540px) {
    .courses-tab .nav-link {
        width: 100%;
        background: transparent;
        border-radius: 0;
        border-left: none;
        color: #002147;
        font-weight: 600;
        border-bottom: 1px solid #FFC107;
    }
    .courses-tab .nav {
        border: 1px solid #FFC107;
        border-radius: 5px;
        border-bottom: none;
    }
    /*--------New Css------------*/
    .course-schedule {
        border: 1px solid #e1cbcb;
        padding: 0px;
        margin: 0px;
    }
    .fc-toolbar {
        text-align: center;
        margin-bottom: 1em;
        padding-top: 10px;
    }
    .enroll-cost-desc {
        margin-top: 10px;
    }
    .fs-title {
        text-align: center;
    }
    .coupon-align {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .wizard>.steps>ul>li {
        width: 100%;
    }
    #msform {
        padding: 8px 20px;
        padding-bottom: 10px;
    }
    .enroll-pading h2 {
        padding: 0px 20px;
        font-size: 30px;
    }
    #msform fieldset .form-card {
        padding: 20px 8px 20px 8px;
        margin: 0 3% 20px 0%;
    }
    .course-action-btn a {
        margin-left: 2px;
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
    .dashboard-course-item__content {
        padding: 0 10px 0 0px;
        flex: 1;
    }
    .dashboard-course-item__link {
        padding: 19px 0px 0px;
    }
    .dashboard-consulting .btn {
        width: 100%;
    }
    .enroll-courses-title-heading {
        display: block !important;
        text-align: center;
    }
    /*--------New Css------------*/
    .fc-toolbar .fc-right {
        float: right;
        margin-top: 15px;
    }
    .enroll-total-cost {
        margin-top: 10px;
    }
    .enroll-cost-desc {
        margin-top: 10px;
    }
}


/*end here*/


/*Header navbar user logged in dropdown*/

.login-dropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #000 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent !important;
    border: 0;
}

.login-dropdown .dropdown-item:hover {
    color: #fdc800 !important;
}

.login-dropdown .dropdown-menu {
    top: 6px!important;
}

.sticky-header .login-dropdown .dropdown-menu {
    top: 8px!important;
}


/*end here*/