.breadcrumbs_container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 13px;
    padding-left: 3px;
}
.course_title {
    font-size: 30px;
    font-weight: 700;
    color: #384158;
    
}
.course_container {
    width: 100%;
}
.course_info {
    width: 100%;
    height: 82px;
    margin-top: 28px;
    background: #f2f4f5;
}
.course {
    width: 100%;
    height: auto;
    padding-top: 37px;
    padding-bottom: 100px;
    background: #FFFFFF;
}
.course_info_item {
    width: 33.33333333%;
    padding-left: 30px;
}
.course_info_title {
    font-size: 18px;
    font-weight: 700;
    color: #384158;
}
@media (min-width: 992px)
. align-items-lg-center {
    -ms-flex-align: center!important;
    align-items : center!important;
}
@media (min-width: 992px)
. flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction : row!important;
}
.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar {
    width: 100%;
    padding-left: 40px;
    padding-top: 70px;
}
.sidebar_section:not(:last-child) {
    margin-bottom: 60px;
}
.sidebar_section_title {
    font-size: 24px;
    font-weight: 700;
    color: #384158;
    line-height: 0.75;
}
.sidebar_feature {
    margin-top: 33px;
}
.feature_list {
    margin-top: 16px;
}
.feature:not(:last-child) {
    margin-bottom: 21px;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.feature_title {
    padding-left: 31px;
}
.feature_title i {
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 18px;
    color: #003a7b;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.course_image {
    margin-top: 21px;
    width: 100%;
}
.course_image img {
    max-width: 100%;
}
.course_price {
    font-size: 28px;
    margin-left: 20px;
    font-weight: 700;
    color: #0a4180;
    margin-top: 30px;
}

.ml-20{
    margin-left: 20px;

}

.bts{
    padding: 10px 20px;
    font-size: 14px;
    background: #ff8c01;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s ease;
}

.text-b{
    font-size: 20px;
    font-weight: 600;
}

.course_tabs_container {
    width: 100%;
    margin-top: 30px;
}
.tab.active, .tab:hover {
    background: #0a4180;
    color: #FFFFFF;
}
.tab {
    height: 40px;
    background: #f2f4f5;
    font-size: 16px;
    color: #384158;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 10px;
    padding-left: 21px;
    padding-right: 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.tab_panel.active {
    display: block !important;
    margin-bottom: 20px;
    margin-top: 20px;
}
.tab_panel_title {
    font-size: 20px;
    font-weight: 700;
    color: #384158;
}
.tab_panel_text {
    margin-top: 10px;
}
.tab_panel_text p {
    font-size: 16px;
    font-weight: 400;
    color: #76777a;
    line-height: 1.75;
}
.tab_panel_section {
    margin-top: 17px;
}
.tab_panel_subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #384158;
}
.tab_panel_bullets {
    margin-top: 9px;
}
.tab_panel_bullets li:not(:last-child) {
    margin-bottom: 2px;
}
.tab_panel_bullets li:not(:last-child) {
    margin-bottom: 2px;
}
.tab_panel_bullets li {
    position: relative;
    padding-left: 27px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #76777a;
}
.sidebar_section_title {
    font-size: 24px;
    font-weight: 700;
    color: #384158;
    line-height: 0.75;
}
.sidebar_latest {
    margin-top: 31px;
}
.latest:not(:last-child) {
    margin-bottom: 20px;
}
.latest_image div {
    width: 90px;
    height: 74px;
    border-radius: 3px;
    overflow: hidden;
}
.latest_image div img {
    max-width: 100%;
}
.latest_content {
    padding-left: 21px;
    margin-top: -4px;
}
.latest_price {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 700;
    color: #14bdee;
    line-height: 0.75;
    margin-top: 16px;
}
.latest_title a {
    font-size: 16px;
    font-weight: 700;
    color: #383749;
    line-height: 1.625;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
