.nav-pills .nav-link, .nav-pills .nav-link.active{
    border: 0;
    margin-bottom: 10px;
}
.medical-input-field{
    border: none;
    border-bottom: 1px solid #000;
    padding: 5px 10px;
    background: transparent;
    border-radius: 0;
}
.course-comment-btn, .course-reply-btn{
    display: flex;
    margin-left: auto;
    margin-bottom: 2.5em;
}
.comment-div{
    margin-bottom: 5px;
}
.course-btn{
    flex-direction: row;
    display: flex;
}
.course-btn a{
    color: #fff;
    background-color: #1062a6;
    border-color: #0f5b9a;
    text-decoration: none;
    border-radius: 0.25em;
    font-size: .925rem;
    padding: 0.375rem 0.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 10px;
}
.course-btn .view-btn{
    margin-left: auto;
}
.label-comment{
    font-weight: 700;
}
.reply-div{
    display: none;
    margin-top: 1em;
}
.study-nav-btn{
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.slider-img{
    height: 350px;
}
.slider-video{
    height: 348px;
    width: 100%;
}