﻿

/**************************/
/*course overview*/

.coach-filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}

    .coach-filter li {
        margin: 5px;
        cursor: pointer;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        border-radius: 5px;
        padding: 4px 20px 2px;
        background: rgba(32, 78, 207, 0.1);
    }

@media only screen and (max-width: 767px) {
    .coach-filter li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.coach-filter li:hover, .coach-filter li.current {
    color: white;
    background: #8E9B65;
}

.coach-item {
    margin-bottom: 30px;
}

.coach-image {
    position: relative;
}

    .coach-image img {
        width: 100%;
    }

    .coach-image .category {
        top: 20px;
        left: 20px;
        color: white;
        font-size: 15px;
        font-weight: 700;
        position: absolute;
        border-radius: 5px;
        padding: 3px 15px 1px;
        text-transform: uppercase;
        background: #706399;
    }

.coach-content {
    background: white;
    position: relative;
    border-radius: 5px;
    padding: 25px 30px;
    margin: -50px 30px 0;
    -webkit-box-shadow: 10px 0 60px rgba(76, 76, 76, 0.1);
    box-shadow: 10px 0 60px rgba(76, 76, 76, 0.1);
}

@media only screen and (max-width: 480px) {
    .coach-content {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .coach-content h4 {
        font-size: 18px;
    }
}

.coach-content .label {
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.coach-content .ratting-price {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e9eaeb;
}

.coach-content .ratting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .coach-content .ratting i {
        color: #ffa200;
        font-size: 14px;
        margin-right: 4px;
    }

@media only screen and (max-width: 375px) {
    .coach-content .ratting i {
        font-size: 12px;
    }
}

.coach-content .ratting span {
    font-size: 20px;
    font-weight: 500;
}

@media only screen and (max-width: 375px) {
    .coach-content .ratting span {
        font-size: 18px;
    }
}

.coach-content .price {
    font-size: 20px;
    font-weight: 800;
    color: #8E9B65;
}

@media only screen and (max-width: 375px) {
    .coach-content .price {
        font-size: 16px;
    }
}
/*
.coach-content .price:before {
    content: '£';
}*/

.coach-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .coach-footer li i {
        margin-right: 5px;
    }

    .coach-footer li {
        list-style: none !important;
    }

        .coach-footer li:not(:last-child) {
            margin-right: 15px;
        }


/* Coach Style Two */
.coach-slider {
    margin-left: -15px;
    margin-right: -15px;
}

    .coach-slider .slick-dots {
        margin-top: 10px;
    }

.coach-item.style-two {
    margin-left: 15px;
    margin-right: 15px;
}

    .coach-item.style-two .coach-image img {
        border-radius: 8px;
    }

    .coach-item.style-two .coach-content {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 30px 10px 0;
    }

        .coach-item.style-two .coach-content .category {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 5px;
            display: inline-block;
            color: #706399;
        }

    .coach-item.style-two .ratting-price {
        margin-top: 8px;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

        .coach-item.style-two .ratting-price .price {
            top: 0;
            right: 30px;
            color: white;
            font-size: 28px;
            font-weight: 800;
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 115px;
            /*width: 75px;*/
            height: 75px;
            background: #8E9B65;
            line-height: 75px;
            border-radius: 50%;
            text-align: center;
        }

            .coach-item.style-two .ratting-price .price:before {
                font-size: 15px;
            }

    .coach-item.style-two .coach-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .coach-item.style-two.coach-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        margin: 0 0 40px;
        position: relative;
        padding: 20px 20px;
        /*padding: 33px 65px;*/
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #e9eaeb;
    }

        .coach-item.style-two.coach-list:hover {
            border-color: white;
            -webkit-box-shadow: 10px 0 60px rgba(76, 76, 76, 0.1);
            box-shadow: 10px 0 60px rgba(76, 76, 76, 0.1);
        }

@media only screen and (max-width: 767px) {
    .coach-item.style-two.coach-list {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .coach-item.style-two.coach-list {
        display: block;
    }
}

.coach-item.style-two.coach-list .coach-image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
    /*width: 33%;*/
    margin-left: 10px;
    margin-right: 10px;
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
}

@media only screen and (max-width: 767px) {
    .coach-item.style-two.coach-list .coach-image {
        margin-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .coach-item.style-two.coach-list .coach-image {
        width: 100%;
        max-width: 200px;
        margin-bottom: 15px;
    }
}

.coach-item.style-two.coach-list .coach-image img {
    border-radius: 50%;
}

.coach-item.style-two.coach-list .coach-content {
    padding: 0;
    position: static;
}

.coach-item.style-two.coach-list .price {
    top: 55px;
    left: 11px;
    /*top: 90px;
    left: 65px;*/
    right: auto;
}

@media only screen and (max-width: 767px) {
    .coach-item.style-two.coach-list .price {
        top: 43px;
        left: 3px;
    }
}

/* Coach Timeline */
.coach-item.coach-timeline {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .coach-item.coach-timeline {
        display: block;
    }
}

.coach-item.coach-timeline .coach-image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .coach-item.coach-timeline .coach-image {
        width: 100%;
    }
}

.coach-item.coach-timeline .coach-image img {
    height: 100%;
}

.coach-item.coach-timeline .coach-content {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 45px;
    padding-right: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 375px) {
    .coach-item.coach-timeline .coach-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .course-list-area,
    .course-right-area {
        padding-top: 85px;
    }
}

/* Course Details */
.course-details-content h3, .course-details-content p {
    margin-bottom: 15px;
}

.course-details-content h2 {
    font-size: 42px;
    margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
    .course-details-content h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .course-details-content h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .course-details-content h2 {
        font-size: 25px;
    }
}

.course-details-content h3 {
    font-size: 27px;
}

@media only screen and (max-width: 480px) {
    .course-details-content h3 {
        font-size: 22px;
    }
}

.course-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 20px;
}

    .course-header .category {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px;
        margin-right: 15px;
        color: #706399;
    }

    .course-header img {
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .course-header .off {
        color: white;
        line-height: 1;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 5px;
        margin-right: 30px;
        border-radius: 13px;
        padding: 8px 13px 5px;
        text-transform: uppercase;
        background: #8E9B65;
    }

    .course-header .ratting {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .course-header .ratting i {
            color: #ffa200;
            font-size: 14px;
            margin-right: 5px;
        }

        .course-header .ratting span {
            font-size: 20px;
        }

.author-date-enroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

    .author-date-enroll li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .author-date-enroll li:not(:last-child) {
            margin-right: 35px;
            position: relative;
            padding-right: 35px;
        }

            .author-date-enroll li:not(:last-child):after {
                content: '';
                right: 0;
                top: 50%;
                width: 2px;
                height: 20px;
                position: absolute;
                background: #e9eaeb;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

@media only screen and (max-width: 767px) {
    .author-date-enroll li:not(:last-child) {
        padding-right: 0;
        margin-right: 15px;
    }

        .author-date-enroll li:not(:last-child):after {
            display: none;
        }
}

.author-date-enroll li img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin-right: 20px;
}

.author-date-enroll li h6 {
    font-size: 18px;
    margin-bottom: 0;
}

.author-date-enroll li i {
    margin-right: 10px;
    color: #706399;
}

.course-video-list li {
    font-weight: 600;
    padding: 15px 40px;
}

    .course-video-list li:not(:last-child) {
        border-bottom: 1px solid #e9eaeb;
    }

@media only screen and (max-width: 480px) {
    .course-video-list li {
        font-size: 14px;
        line-height: 1.2;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.course-video-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

    .course-video-list li a .title {
        margin-right: auto;
    }

    .course-video-list li a i:not(:last-child) {
        margin-left: 10px;
        margin-right: 10px;
        color: #706399;
    }

    .course-video-list li a i:last-child {
        color: #9a9a9a;
        font-size: 14px;
        margin-left: 10px;
    }

.instructor-image,
.student-average-feedback {
    max-width: 270px;
}

@media only screen and (max-width: 575px) {
    .instructor-image,
    .student-average-feedback {
        margin-bottom: 20px;
    }
}

.instructor-details h4 {
    margin-bottom: 2px;
}

.instructor-details .designations {
    font-weight: 700;
    color: #706399;
}

.instructor-details .ratting i {
    color: #ffa200;
    font-size: 14px;
    margin-right: 2px;
}

.instructor-details .ratting span {
    font-size: 20px;
}

.instructor-details .social-style-two a:first-child {
    margin-left: 0;
}

.student-average-feedback {
    padding: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 575px) {
    .student-average-feedback {
        height: auto;
    }
}

.student-average-feedback b {
    display: block;
    line-height: 1;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
}

.student-average-feedback .ratting i {
    margin: 1px;
    font-size: 14px;
}

.student-average-feedback h6 {
    opacity: 0.6;
    font-size: 18px;
}

.student-feedback-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .student-feedback-author img {
        width: 65px;
        height: 65px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-right: 20px;
    }

    .student-feedback-author h4 {
        margin-bottom: 0;
    }

    .student-feedback-author .designations {
        font-weight: 700;
        color: #706399;
    }

.ratting-total {
    margin-bottom: -10px;
}

.ratting-total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .ratting-total-item .ratting {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 120px;
        margin-top: 8px;
        margin-right: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .ratting-total-item .ratting i {
            color: #ffa200;
            font-size: 13px;
            margin-right: 5px;
        }

        .ratting-total-item .ratting span {
            margin-top: 3px;
            font-size: 20px;
        }

    .ratting-total-item .ratting-bar {
        width: 100%;
        height: 3px;
        margin-right: 20px;
        background: rgba(32, 78, 207, 0.1);
    }

        .ratting-total-item .ratting-bar span {
            height: 100%;
            display: block;
            background: #706399;
        }

    .ratting-total-item .ratting-number {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80px;
        font-size: 20px;
        font-weight: 700;
    }

/* Course Home Two */
.coach-section-two:after, .coach-section-two:before,
.coach-section-two .for-circle:after,
.coach-section-two .for-circle:before {
    content: '';
    width: 320px;
    height: 320px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 767px) {
    .coach-section-two:after, .coach-section-two:before,
    .coach-section-two .for-circle:after,
    .coach-section-two .for-circle:before {
        width: 150px;
        height: 150px;
    }
}

.coach-section-two:before {
    left: 3%;
    bottom: 18%;
}

.coach-section-two:after {
    left: 6%;
    bottom: 7%;
}

.coach-section-two .for-circle:before {
    top: 10%;
    right: 8%;
}

.coach-section-two .for-circle:after {
    top: 20%;
    right: 3%;
}

.coach-item-two {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

    .coach-item-two .image img {
        width: 100%;
        border-radius: 7px 7px 0 0;
    }

    .coach-item-two .content {
        position: relative;
        padding: 30px 40px;
        background: white;
        border-radius: 0 0 7px 7px;
    }

@media only screen and (max-width: 375px) {
    .coach-item-two .content {
        padding-left: 20px;
        padding-right: 20px;
    }

        .coach-item-two .content h4 {
            font-size: 20px;
        }
}

.coach-item-two .content .ratting-star {
    top: -30px;
    right: 30px;
    color: white;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #706399;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
}

.coach-item-two .content .category {
    font-weight: 700;
    padding: 1px 15px;
    margin-bottom: 18px;
    color: #262d3d;
    display: inline-block;
    background: #FFB113;
    border-radius: 0 15px 15px 0;
}

.coach-item-two .content .coach-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 8px;
}

    .coach-item-two .content .coach-footer li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .coach-item-two .content .coach-footer li img {
            max-width: 35px;
            margin-right: 10px;
            border-radius: 50%;
        }

@media only screen and (max-width: 375px) {
    .coach-item-two .content .coach-footer li img {
        max-width: 25px;
    }
}

.coach-item-two .content .coach-footer li i {
    color: #706399;
}

/* Course Three */
.coach-section-three .slick-dots {
    margin-top: 30px;
}

.coach-item-three {
    margin: 0 15px 30px;
}

    .coach-item-three .image {
        position: relative;
    }

        .coach-item-three .image img {
            width: 100%;
        }

        .coach-item-three .image .price {
            color: white;
            right: 30px;
            bottom: -20px;
            line-height: 1;
            font-size: 24px;
            font-weight: 800;
            padding-top: 5px;
            width: 91px;
            height: 62px;
            position: absolute;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: url(../images/coachs/course-price-bg.png) 100% 100%;
        }

            .coach-item-three .image .price:before {
                content: '$';
            }

    .coach-item-three .content {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        background: white;
        padding: 25px 40px 30px;
    }

@media only screen and (max-width: 375px) {
    .coach-item-three .content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.coach-item-three .content .coach-footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

    .coach-item-three .content .coach-footer li:not(:last-child) {
        margin-right: 25px;
    }

.coach-item-three .content h4 {
    margin: 12px 0 25px;
}

@media only screen and (max-width: 375px) {
    .coach-item-three .content h4 {
        font-size: 18px;
    }
}

.coach-item-three .content h4 a:hover {
    color: #706399;
    text-decoration: underline;
}

.coach-item-three .content .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e9eaeb;
}

    .coach-item-three .content .author img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-right: 20px;
    }

    .coach-item-three .content .author h6 {
        margin: 0;
        font-size: 18px;
    }

.coach-item-three:hover .content {
    -webkit-box-shadow: 10px 0 60px rgba(0, 204, 131, 0.1);
    box-shadow: 10px 0 60px rgba(0, 204, 131, 0.1);
}


/*end course overview*/
/**************************/




/**************************/
/*taster course video*/

.taster-course-video {
    height: auto;
    padding: 5px;
}

@media only screen and (max-width: 330px) and (min-width: 1px) {
    .taster-course-video {
        width: 280px;
    }
}

@media only screen and (max-width: 440px) and (min-width: 331px) {
    .taster-course-video {
        width: 350px;
    }
}

@media only screen and (max-width: 2500px) and (min-width: 441px) {
    .taster-course-video {
        width: 420px;
        max-width: 550px;
    }
}


/*end taster course video*/
/**************************/

/*******************************************************/
/***************** 29. Sidebar Widgets *****************/
/*******************************************************/
.widget-title {
    margin-bottom: 20px;
}

.widget {
    border-radius: 3px;
    padding: 35px 33px;
    border: 1px solid #e9eaeb;
}

    .widget:not(:last-child) {
        margin-bottom: 30px;
    }

@media only screen and (max-width: 375px) {
    .widget {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.widget-search {
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 18px;
    background: #f7f7f7;
    font-family: "Raleway", sans-serif;
}

    .widget-search form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .widget-search form input {
            border: none;
            padding: 5px 0 0;
            background: transparent;
        }

            .widget-search form input::-webkit-input-placeholder {
                font-size: 18px;
            }

            .widget-search form input:-ms-input-placeholder {
                font-size: 18px;
            }

            .widget-search form input::-ms-input-placeholder {
                font-size: 18px;
            }

            .widget-search form input::placeholder {
                font-size: 18px;
            }

        .widget-search form button {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            color: #8E9B65;
            background: transparent;
        }

.widget-menu ul li {
    font-weight: 600;
}

    .widget-menu ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .widget-menu ul li:before {
        content: "\f101";
        font-size: 14px;
        margin-right: 8px;
        font-family: 'Font Awesome 5 Free';
    }

.widget-radio .custom-control {
    font-weight: 600;
    padding-left: 30px;
}

    .widget-radio .custom-control:not(:last-child) {
        margin-bottom: 10px;
    }

.widget-radio .custom-control-label {
    cursor: pointer;
}

    .widget-radio .custom-control-label::after {
        width: 18px;
        height: 18px;
        left: -30px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-radius: 50%;
        border: 1px solid #e9eaeb;
    }

    .widget-radio .custom-control-label:before {
        opacity: 0;
        width: 18px;
        height: 18px;
        left: -30px;
        font-size: 8px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        content: "\f00c";
        line-height: 17px;
        text-align: center;
        font-family: "Font Awesome 5 Free";
    }

.widget-radio .custom-control-input:checked ~ .custom-control-label::before {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    border-color: #8E9B65;
    background-color: #8E9B65;
}

.widget-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    border-color: #8E9B65;
}

.widget-ratting ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .widget-ratting ul li:not(:last-child) {
        margin-bottom: 6px;
    }

    .widget-ratting ul li i {
        color: #bbbbbb;
        font-size: 13px;
        margin-right: 1px;
    }

        .widget-ratting ul li i.checked {
            color: #ffa200;
        }

    .widget-ratting ul li span {
        font-weight: 600;
        margin-left: 5px;
    }

.widget-course-details {
    padding: 35px;
    border: none;
    max-width: 500px;
    -webkit-box-shadow: 10px 0 60px rgba(139, 139, 139, 0.1);
    box-shadow: 10px 0 60px rgba(139, 139, 139, 0.1);
}

@media only screen and (max-width: 375px) {
    .widget-course-details {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.widget-course-details .widget-video {
    position: relative;
    margin: -20px -20px 0;
}

    .widget-course-details .widget-video img {
        width: 100%;
    }

.widget-course-details .price-off {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .widget-course-details .price-off .price {
        font-size: 30px;
        font-weight: 800;
        margin-right: 15px;
        color: #8E9B65;
    }

    /*.widget-course-details .price-off .price:before {
            content: '£';
        }*/

    .widget-course-details .price-off .off {
        color: white;
        font-size: 13px;
        font-weight: 600;
        border-radius: 13px;
        padding: 8px 13px 5px;
        text-transform: uppercase;
        background: #706399;
    }

.widget-course-details .theme-btn {
    width: 100%;
    margin-right: 22px;
}

.widget-course-details .social-style-two {
    margin-top: 20px;
}

    .widget-course-details .social-style-two a {
        font-size: 20px;
        color: #706399;
    }

.youtube-video-play {
    color: white;
    left: 50%;
    top: 50%;
    font-size: 13px;
    width: 55px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #ff0000;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.course-details-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9eaeb;
}

    .course-details-list li:first-child {
        border-top: 1px solid #e9eaeb;
    }

    .course-details-list li i {
        margin-right: 10px;
        color: #706399;
    }

    .course-details-list li span {
        font-weight: 600;
        margin-right: auto;
        padding-right: 10px;
    }

    .course-details-list li b {
        color: #262d3d;
    }

.widget-recent-courses ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .widget-recent-courses ul li:not(:last-child) {
        margin-bottom: 25px;
    }

    .widget-recent-courses ul li .image {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: 85px;
        margin-right: 25px;
    }

    .widget-recent-courses ul li h6 {
        font-size: 17px;
        margin-bottom: 0;
    }

    .widget-recent-courses ul li .content span {
        font-size: 13px;
        font-family: "Raleway", sans-serif;
    }

        .widget-recent-courses ul li .content span a {
            font-weight: 700;
        }

.widget-about {
    text-align: center;
}

    .widget-about .image {
        margin-bottom: 30px;
    }

        .widget-about .image img {
            max-width: 80%;
            border-radius: 50%;
        }

    .widget-about h4 {
        font-size: 24px;
    }

    .widget-about .social-style-two {
        width: 90%;
        margin-top: 20px;
        padding-top: 25px;
        border-top: 1px solid #e9eaeb;
    }

        .widget-about .social-style-two a:hover {
            color: #706399;
        }

.tag-coulds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: -10px;
}

    .tag-coulds a {
        font-weight: 700;
        padding: 1px 15px;
        border-radius: 5px;
        background: #e8edfa;
        margin: 0 10px 10px 0;
    }

        .tag-coulds a:hover {
            color: white;
            background: #8E9B65;
        }

.widget-products ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .widget-products ul li:not(:last-child) {
        margin-bottom: 30px;
    }

    .widget-products ul li .image {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 70px;
        height: 70px;
        padding: 10px;
        margin-right: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #f7f7f7;
    }

    .widget-products ul li .content h6 {
        margin-bottom: 0;
    }

    .widget-products ul li .content > span {
        font-size: 14px;
    }

    .widget-products ul li .content .ratting {
        line-height: 1;
    }

        .widget-products ul li .content .ratting i {
            font-size: 12px;
            margin-right: 1px;
            color: #FFB113;
        }

.newsletter-widget form h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.65;
    margin-bottom: 20px;
}

.newsletter-widget form .email-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 7px 0 6px 20px;
}

    .newsletter-widget form .email-input label {
        cursor: pointer;
        margin: 2px 10px 0 0;
    }

        .newsletter-widget form .email-input label i {
            color: #706399;
        }

    .newsletter-widget form .email-input input {
        padding: 0;
        border: none;
        font-size: 16px;
        color: #415674;
    }

.newsletter-widget form .theme-btn {
    padding: 8px 16px 5px;
}

.widget-price-filter .ui-widget.ui-widget-content {
    height: 3px;
    border: none;
    cursor: pointer;
    margin-top: 35px;
    margin-bottom: 20px;
    background: #e7e8eb;
}

.widget-price-filter .ui-widget-header {
    background: #8E9B65;
}

.widget-price-filter .ui-state-default {
    border: none;
    top: -6px;
    margin-left: 0;
    cursor: pointer;
    width: 3px;
    height: 15px;
    background: #8E9B65;
}

.widget-price-filter .price, .widget-price-filter #price {
    font-size: 18px;
    font-weight: 800;
    color: #262d3d;
    font-family: "Nunito Sans", sans-serif;
}

.widget-price-filter .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .widget-price-filter .price span:before {
        content: '$';
    }

.widget-price-filter #price {
    padding: 0;
    width: 44px;
    border: none;
    background: transparent;
}

.course-sidebar .widget:not(:last-child) {
    margin-bottom: 40px;
}

.blog-sidebar .widget-title {
    padding: 0 33px 18px;
    margin: -18px -33px 30px;
    border-bottom: 1px solid #8E9B65;
}

@media only screen and (max-width: 375px) {
    .blog-sidebar .widget-title {
        padding-left: 25px;
        padding-right: 25px;
        margin-left: -25px;
        margin-right: -25px;
    }
}

.shop-sidebar .widget-title {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9eaeb;
}

    .shop-sidebar .widget-title:before {
        font-size: 18px;
        content: "\f192";
        font-weight: 400;
        margin-right: 15px;
        color: #706399;
        font-family: "Font Awesome 5 Free";
    }

.shop-sidebar .widget {
    padding: 0;
    border: none;
}

    .shop-sidebar .widget:not(:last-child) {
        margin-bottom: 40px;
    }

.shop-sidebar .widget-search {
    padding: 10px 25px;
}

.shop-sidebar .widget-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .shop-sidebar .widget-menu ul li:before {
        display: none;
    }

    .shop-sidebar .widget-menu ul li span {
        margin-left: 8px;
    }

.shop-sidebar .tag-coulds a {
    font-size: 15px;
}

    .shop-sidebar .tag-coulds a:hover {
        background: #706399;
    }
