.single-course #header {
    background-color: #000;
}
.courseSlider-each.course-single h6.course-title,
.courseSlider-each.course-single h1.course-title {
    font-family: 'Roboto';
    padding: 20px 30px;
    font-weight: 500;
    background-color: #8574B0;
    color: #fff;
    border-radius: 20px 20px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 24px;
}
.courseSlider-each.course-single .course-content {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    border-radius: 0 0 30px 30px;
    margin-bottom: 60px;
}
.courseSlider-each.course-single .course-date, 
.courseSlider-each.course-single .course-time {
    margin-bottom: 0;
}
body.single-course form h4 {
    margin-bottom: 30px;
}
body.single-course .container-md form.wpcf7-form {
    width: 100%;
    background-color: #F4EFFF;
    border: 1px solid #E9E9E9;
    padding: 40px 30px;
    border-radius: 30px;
}
body.single-course .container-md form.wpcf7-form .wpcf7-spinner {
    background-color: #97bf13;
    width: 20px;
    height: 20px;
    transform: translateY(6px);
}



@media (max-width:1566px) {
}
@media (max-width:1440px) {
}
@media (max-width:1380px) {
    .courseSlider-each.course-single .course-content {
        gap: 30px;
    }
}
@media (max-width:1366px) {
}
@media only screen and ( max-width: 1199px) {
}
@media only screen and ( max-width: 961px) {
    .courseSlider-each.course-single .course-content {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
}
@media only screen and ( max-width: 768px) {

}
@media only screen and ( max-width: 560px) {
    .courseSlider-each.course-single .course-date, .courseSlider-each.course-single .course-time {
        width: 100%;
    }
    .courseSlider-each.course-single h6.course-title,
    .courseSlider-each.course-single h1.course-title {
        font-size: 20px;
    }
}