.courseHeader{
    background:url('../images/slider3b.png') no-repeat center 10% fixed;
    background-size:cover;
    min-height: 150px
}

.courseHeader .coursePhoto img{
    position: relative;
    top: 50px;
    border-radius: 15px;
}

.courseHeader .coursePhoto span{
    color: #FFF;
    font-size: 16px;
    margin-left: 20px;
    position: relative;
    top: 60px;
}
.courseHeader .coursePhoto span .breadcrumb{
    padding: 0;
    list-style: none;
    background-color: transparent;
    display: inline;
    position: relative;
}

.courseHeader .coursePhoto span .breadcrumb a{
    color: #FFF;
}

.coursebody{
    margin-bottom: 75px;
}

.coursebody h1{
    margin-top: 95px;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    padding-left: 15px;
    margin-bottom: 0;
}

.coursebody h4{
    color: #f87021;
    font-size: 18px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 15px;
}

.coursebody p{
    color: #707070;
    margin-bottom: 25px;
}

.coursebody .p_list{
    margin-bottom: 10px
}

.coursebody .img_cource_body img{
    width:100%;
}

.coursebody .course_link{
    background-color: #00445c;
    text-align: center;
    margin: 25px 0;
}

.coursebody .course_link a{
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 80px;
    text-decoration: none;
    padding: 29px 20px;
}

@media(max-width:767px){
    .courseHeader .coursePhoto img{
        top: 95px;
        width: 90px;
        height: 90px;
    }

    .courseHeader .coursePhoto span .breadcrumb{
        top: 25px;
    }
}
.course-container-header{
    border-bottom: 0;
    margin-left: 10px;
}
.course-container {
    border: 10px solid #f87021;
    border-bottom: 0;
    margin-left: 10px;
    padding: 15px;
}

.course-container:last-child {
    border-bottom: 10px solid #f87021;
}
.course-register-link{
    background-color: #00445c;
    text-align: center;
    padding: 10px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.course-register-link:hover{
    color: #fff;
}
.discount{
    text-decoration: line-through;
}
.float-right{
    float: right;
}