
/* Courses */
body {
    background-color: #fafafa;

    font-family: 'Source Sans Pro', sans-serif;
}
.courses-card {
    transition: 0.3s all ease-in-out;
}
.courses-card:hover {
    border: 1px solid rgb(168, 168, 168);
    transition: 0.3s all ease-in-out;
}
.courses-card .img-holder {
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.courses-card .card-body {
    min-height: 140px;
    color: black;
    text-decoration: none;
}
.courses-card .card-body p {
    color: rgb(121, 121, 121);
}

.course-card-a:link { text-decoration: none; }


.course-card-a:visited { text-decoration: none; }


.course-card-a:hover { text-decoration: none; }


.course-card-a:active { text-decoration: none; }


/* --- Course Page --- */
.tab-btns {
    border-bottom: 1px solid rgb(224, 224, 224);
}

.tab-btn {
    background: none;
    border: none;
    margin-right: 25px;
    padding: 10px 0;
    transition-duration: 250ms;
    transition-property: color, border-color;
}


.nav-item .active {
    margin-bottom: -1px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #292729;
    color: #292729;
}


/* plans */

.includes {
    color: #8d8d8d;
}

.plan_price {
    font-size: 26px;
    font-weight: 700;
}

.action {
    margin-top: 20px;
}

.course_image {
    margin-bottom: 20px;
}

.course_image_img{ 
    width: 100%;
    border-radius: 15px;
}

.course_description {
    color: #031A0A;
    text-align: justify;
    word-spacing: 1px;
}

.course_action {
    width: 100%;
    display: flex;
}
.cbtn {
    width: 100%;
    background-color:#292729;
    text-align: center;
	border-radius:4px;
	border:2px solid #141414;
	cursor:pointer;
    color:#ffffff;
    text-decoration: none;
    padding: 5px 10px;
}
.cbtn:hover {
    color:#ffffff;
    background-color:#141414;

}
.cbtn-secondary {
    background-color:#6f6a6f;
    text-align: center;
	border-radius:4px;
	border:2px solid #646464;
	cursor:pointer;
    color:#ffffff;
    text-decoration: none;
    padding: 5px 10px;
}
.cbtn-secondary:hover {
    background-color:#646464;
    color:#ffffff;
}

.course_chapter p {
    margin: 0;
}
.course_chapter {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 10px;
    background-color: #eeeeee;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}


.tab-content {
    max-height: 800px;
    min-height: 250px;
    overflow-y: auto;
}

.col {
    padding: 0;
}