/***** SL Individual Courses Start Here *****/
.accounting-courses .course-rates {
    margin: 30px 0 25px;
}

.accounting-courses .course-rates .course-number {
    display: block;
}

.accounting-courses .dotts-lists {
    margin-top: 35px;
}

.ratings-table th {
    width: 105px;
    padding-right: 8px;
}

.ratings-table th,
.ratings-table td {
    font-size: var(--fs14);
    line-height: var(--lh24);
    padding: 0;
    color: var(--cod-grey);
}

.ratings-table .rating-box {
    width: 120px;
    height: 4px;
    font-size: 0;
    line-height: 0;
    background: url(../../images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    position: relative;
}

.ratings-table .rating-box:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #C7C7C7;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -1px;
    z-index: 1;
}

.ratings-table .rating-box .rating {
    float: left;
    height: 4px;
    background: url(../../images/bkg_rating.gif) 0 100% repeat-x;
    position: relative;
}

.ratings-table .rating-box .rating:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--elm);
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -1px;
    z-index: 1;
}

.add-to-cart-card {
    border: 1px solid var(--flamingo);
    padding: 40px 30px;
    border-radius: 5px;
}

.add-to-cart-card .add-to-cart-info .content-lists {
    border-bottom: 1px solid var(--border-gray);
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.add-to-cart-card .add-to-cart-info .content-lists strong {
    display: block;
    font-weight: 900;
}

.add-to-cart-card .add-to-cart-price .price {
    font-size: var(--fs40);
    font-family: "Atkinson Hyperlegible";
    font-weight: 700;
    color: var(--elm);
    line-height: normal;
    margin-right: 20px;
}

.add-to-cart-card .add-to-cart-price .plans-membership a {
    font-size: var(--fs14);
    line-height: 23px;
}

.add-to-cart-card .add-to-cart-btn {
    margin-top: 35px;
}

.cat-single-img {
    height: 250px;
    border-radius: 3px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cat-single-img .line-draw.left-style-15 {
    right: -52px;
}

.tab-reviews .tab-head {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.tab-reviews .review-box-view .review-comments .review-cell {
    margin-bottom: 40px;
}

.tab-reviews .review-box-view .review-comments .review-cell:last-child {
    margin-bottom: 0;
}

.tab-reviews .review-box-view .review-comments .review-cell .review-sub {
    display: block;
    font-size: var(--fs12);
    font-weight: bold;
    color: var(--elm);
    line-height: var(--lh24);
}

.tab-reviews .review-box-view .review-comments .review-cell p {
    font-size: var(--fs15);
    color: var(--cod-grey);
    margin: 0;
}

.tab-reviews .review-box-view .ratings-table {
    margin-top: 15px;
}

.tab-reviews .review-btn {
    margin-top: 60px;
}

.course-objectives .dotts-lists li {
    margin-bottom: 15px;
}

.course-objectives .dotts-lists li:last-child {
    margin-bottom: 0;
}

.data-table {
    border: 1px solid #e8e8e8;
    width: 100%;
}

.data-table tbody tr:nth-child(odd) {
    background-color: #e8e8e8;
}

.data-table th {
    padding: 10px 12px;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: var(--fs14);
}

.data-table td {
    padding: 10px 12px;
    font-size: var(--fs12);
}

.data-table td ul li {
    font-size: var(--fs12);
}

.data-table td ul li:after {
    top: 5px;
}

.left {
    float: left !important;
}

.mar-b10 {
    margin-bottom: 10px;
}

.mar-r10 {
    margin-right: 10px;
}

.tab-style-2 .accordion-item .accordion-body p {
    font-size: var(--fs15);
    line-height: 20px;
}

.message-wrapper {
    text-align: center;
}

.message-wrapper .messages .error-msg{
    background: red;
    padding: 7px 0;
}

.message-wrapper .messages span {
    color: var(--white);
    font-size: var(--fs15);
}

.single-bg-img-mobile .line-draw.left-style-6 {
    left: -40px;
    top: 20px;
}

.single-bg-img-mobile .line-draw.left-style-15 {
    right: -52px;
    bottom: 20px;
}

.single-bg-img-mobile .content-img {
    margin-bottom: 0;
}

#gradingcriteriacollapse-tab .data-table th:nth-child(3),
#gradingcriteriacollapse-tab .data-table th:nth-child(2n+1) {
    display: revert;
}

#gradingcriteriacollapse-tab .data-table td:nth-child(3),
#gradingcriteriacollapse-tab .data-table td:nth-child(2n+1) {
    display: revert;
}

/***** SL Individual Courses END Here *****/