.breadcrumb{
    padding: 0;
    background-color: transparent;
}
.titleBorderBottom{
    border-bottom: solid 3px #fa872a;
}

.courseRatings i {
    color: #ffcb33;
    font-size: 13px;
    margin-right: 3px;
}
.courseRatings span{
    font-size: 12px;
    color: #000;
}
.detailsActionBtn button{
    width: calc(33.333% - 10px);
    padding-top:10px;
    padding-bottom:10px;
}
.expertiseCnt .title{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fa872a;
    padding-left: 120px;
    position: relative;
}
.expertiseCnt .title:before {
    content: "";
    width: 114px;
    height: 1px;
    background: #0666ff;
    position: absolute;
    left: 0px;
    top: 50%;
}
.expertiseCnt .title:after {
    content: "";
    width: calc(100% - 205px);
    height: 1px;
    background: #0666ff;
    position: absolute;
    right: 0px;
    top: 50%;
}

.expertiseCnt button{
    border:solid 1px #0666ff;
    background-color: #2153a6;
    color: #fff;
    cursor: default !important;
}
.expertiseCnt button:hover{
    color: #fff;
}
.courseLogo{
    border: solid 2px #fa872a;
}
.courseDetail{
    border: solid 1px #0666ff;
}
.courseDetail ul{
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}
.courseDetail ul li{
    width: 25%;
    text-align: center;
    font-weight: 600;
    padding: 7px 16px;
    border-right: solid 1px #0666ff;
}
.courseDetail ul li:last-child{
    border-right: 0;
}
.courseDetail ul li p{
    font-weight: 400;
}

.dataCard{
    background-color: #d2e9ff;
    border-radius: 10px;
}
.dataCard.bgNon{
    background-color: transparent;
}
.dataCard ol{
    list-style: disc;
}
.dataCard ol li{
    margin-bottom: 10px;
}
.dataCard ol.listNumber{
    list-style: decimal;
}
.dataCard ol.listAlpha{
    list-style: lower-alpha;
}
.dataCard ol.listRoman{
    list-style: lower-roman;
}
.courseLogoMobile{display: none;}


@media (max-width: 640px) {
    .forMobileChanges{
        flex-wrap: wrap;
        align-items: center;
    }
    .forMobileChanges h1{
        font-size: 18px;
    }
    .forMobileChanges .infoCnt{
        width: calc(100% - 90px);
    }
    .courseLogoMobile{
        display: block;
        width: 80px;
        margin-right: 10px;
    }
    .courseLogoMobile img{
    border: solid 5px #fa872a;
    }
    .courseRatings{
        flex-wrap: wrap;
    }
    .detailsActionBtn{
        flex-wrap: wrap;
    }
    .detailsActionBtn button{
        width: 100%;
        margin-bottom: 10px;
    }
    .courseLogo{
        display: none;
    }
    .expertiseCol{
        flex-wrap: wrap;
    }
    .expertiseCnt button{
        width: 100%;
        margin-bottom: 10px;
    }
    .expertiseCnt button span{
        width: 100%;
    }
    .courseDetail ul{
        flex-wrap: wrap;
    }
    .courseDetail ul li{
        width: 50%;
        padding: 7px 7px;
    }
    .courseDetail ul li:first-child{
        border-bottom: solid 1px #0666ff;
    }
    .courseDetail ul li:nth-child(2){
        border-right: 0px;
        border-bottom: solid 1px #0666ff;
    }
    .titleBorderBottom{
        display: block;
    }
    .dataCard ol{
        padding-left: 10px;
    }
}
