
    /*---------------------------------------------------- */
    /*Start Course Page Accordion*/
    /*----------------------------------------------------*/
.course-page-menu {
    position: sticky;
    top: 119px;
    z-index: 180;
    background-color: rgb(49 67 132);
}

.course-details-accordion {
    margin: 50px 0 0;
}
.card-title {
    margin-bottom: 15px;
    font-weight: 600;
}
.course-details-accordion .form-control::placeholder {
    font-size: 0.9rem;
    font-weight: 500;
}

.course-details-accordion > .card {
    margin-bottom: 1rem;
    position: relative;
}

.course-details-accordion > .card .card-header {
    background-color: #ffe3c1;
    border-bottom: 0;
    padding-left: 2rem;
    position: relative;
}

.course-details-accordion > .card .card-header .btn {
    padding: 0;
    /*position: relative;*/
    display: block;
    color: #ef7f1a;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

#collapseTwo .learner-detail {
    width: 100%;
    max-width: 575px;
    margin: 10px auto;
    text-align: left;
    border-radius: 4px;
    background: #f5f5f5;
}

.course-details-accordion > .card .card-header .btn .accordion-count {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background-color: #fa9006;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    position: absolute;
    top: 12px;
    left: -20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.course-details-accordion > .card .card-header .btn .accordion-count span,
.course-details-accordion > .card .card-header .btn .accordion-count i {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    transition: 0.3s;
}

.course-details-accordion > .card .card-header .btn .accordion-count span {
    left: -100%;
}

.course-details-accordion > .card .card-header .btn.collapsed .accordion-count span {
    left: 0;
}

.course-details-accordion > .card .card-header .btn .accordion-count i {
    right: 0;
    font-size: 20px;
}

.course-details-accordion > .card .card-header .btn.collapsed .accordion-count i {
    right: -100%;
}
.fa-check {
    line-height: 2;
}
.course-table .course-img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 0;
    border: 1px solid #dfdfdf;
}

.course-table .couse-name {
    color: #000;
    font-size: 1.25rem;
}

.course-table table th,
.course-table table td {
    border-top: 0;
    font-size: 15px;
}

.course-table table tr td {
    width: 100%;
    padding-top: 0;
}

.course-table table tr td:nth-child(1) {
    /*min-width: 100px;*/
    width: auto;
    padding-left: 0;
}

.course-table table tr:last-child td {
    padding-bottom: 0;
}

.course-table .price {
    text-align: right;
    color: #000;
    font-weight: 600;
}

.coupon-form {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-top: 1rem;
    border-top: 1px solid #eaeaea;
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.total-row {
    text-align: right;
}

.coupon-form .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.coupon-form .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.total-list .label {
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.total-list .label span {
    color: #000;
}

.total-list .label.last {
    font-size: 1.2rem;
    font-weight: 600;
}

.procced-btn-view {
    margin-top: 1rem;
}

.procced-btn-view .btn {
    text-transform: uppercase;
    letter-spacing: .05rem;
}

/**/
.payment-section {
}

.payment-section .nav .nav-link {
    background-color: transparent;
    color: #000;
    border-radius: 0;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    position: relative;
    text-align: left;
    padding-left: .5rem;
    width: 100%;
}

.payment-section .nav .nav-link.active {
    color: #ef7f1a;
    border-bottom-color: #ffd7b2;
}

.payment-section .nav .nav-link:last-child {
    border-bottom: 0;
}

.payment-section .nav .nav-link:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    /*color: #000;*/
    position: absolute;
    right: 1rem;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
}

.payment-section .nav .nav-link.active:after {
    right: 0.5rem;
    -webkit-opacity: 1;
    opacity: 1;
}

.payment-accordion .card {
    /*border: 0;*/
    /*border-radius: 0;*/
}

.payment-accordion .card-header {
    background-color: transparent !important;
    border-bottom: 0 !important;
    position: relative;
    padding: 0 !important;
    border-radius: 0 !important;
}

.payment-accordion .card-header .btn {
    background-color: transparent;
    color: #000 !important;
    border-radius: 0;
    font-weight: 600 !important;
    /*border-bottom: 1px solid #ddd;*/
    position: relative;
    padding: .3em .5rem !important;
    width: 100%;
    text-align: left;
    font-size: 16px !important;
}

.payment-accordion .card-header .btn[aria-expanded="true"] {
    color: #ef7f1a !important;
    /*border-bottom-color: #ffd7b2 !important;*/
}

.payment-section .tab-content h5 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.month-select-group {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    /*line-height: 1.5;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
}

.month-select-group select {
    border: 0;
    font-size: 0.9rem;
    font-weight: 500;
}

.month-select-group .label {
    font-size: .9rem;
    font-weight: 500;
    position: relative;
}

/*.month-select-group .label:after {
  content: '|';
  position: absolute;
  right: -100%;
  color: #efe7e7;
  top: -1px;
}*/
.month-select-group #monthSelect {
    margin-left: auto;
    margin-right: .5rem;
    border-left: 1px solid #efe7e7;
    padding-left: 10px;
}

.make-payment-sec h3 {
    color: #000;
    font-size: 1.5rem;
    margin-top: 1.5rem;
}

.make-payment-sec .btn {
    text-transform: uppercase;
    letter-spacing: .02rem;
}

.make-payment-sec small {
    display: block;
    margin-top: 0.6rem;
}

.make-payment-sec small a {
     color: var(--orange);
    text-decoration: none;
    font-weight: 600;
}

/**/
.bank-payment-form .form-check {
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    background-color: #FFF;
    cursor: pointer;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bank-payment-form .form-check-input {
    width: 20px;
    height: 20px;
    left: 1rem;
    position: relative;
}

.bank-payment-form .bank-img {
    width: 130px;
    height: 50px;
    object-fit: contain;
    margin-left: auto;
}

/*---------------------------------------------------- */
/*End Course Page Accordion*/
/*----------------------------------------------------*/
.mb-100 {
    margin-bottom: 100px;
}
tbody, td, tfoot, th, thead, tr {
    border-style: none;
}
.cart-delete {
    display: none;
}
.text-right {
    text-align: right !important;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    padding: .4rem .75rem;
}

.mb-0, .my-0 {
    margin-bottom: 0!important;
}


/*=============================================
                RESPONSIVE VIEWS
=============================================*/
/*991px*/
@media (max-width:991px) {

}

/*767px*/
@media (max-width:767px) {
    .cart-delete {
        display: table;
        position: absolute;
        right: 13px;
        top: 0;
    }
    .course-details-accordion {
        margin: 20px 0 0;
    }
}


/*575px*/
@media (max-width:575px) {
    .coupon-form .form-group {
        display: flex;
        width: 100%;
    }
    .coupon-form .form-group input {
        flex: 1;
    }
    #collapseTwo .learner-detail{
        max-width: 95%;
    }
    .coupon-form .form-group{
        display: inline-block;
    }
    .coupon-form .form-group input{
        width: 100%;
        margin-bottom: 10px;
    }
}












