.owl-carousel .item {
    position: relative;
    width: 250px;
}

.owl-carousel .item .inner-content {
    border: 3px solid #000000;
    padding: 10px;
    height: 220px;
    width: 178px;
    float: left;
}

.owl-carousel .item .inner-arrow {
    padding: 10px;
    width: 40px;
    float: left;
    height: 220px;
    padding-top: 36%;
}

.item.inactive h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.item.active h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.owl-carousel .item.inactive .inner-content {
    border: 3px solid #000000;
}

.owl-carousel .item.active .inner-content {
    border: 3px solid #47953e;
    color: #fff;
    background: #47953e;
}

.owl-carousel .active a {
    color: #ffffff;
}

.owl-carousel .inactive a {
    color: #47953e;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
}

.fa.fa-arrow-right {
    color: #47953e;
    font-size: 24px;
}

.inner-arrow-white .fa.fa-arrow-right {
    color: #ffffff;
    font-size: 24px;
}

.book-course-btn {
    position: absolute;
    bottom: 15px;
}

@media screen  and (max-width: 1024px) {
    .owl-carousel .item .inner-content {
        border: 3px solid #000000;
        padding: 10px;
        height: 220px;
        width: 140px;
        float: left;
    }
}

/*Follow Route Widget
************************************************************************************
 */
h3.follow-route-heading {
    color: #000000;
    font-weight: 600;
    font-family: Montserrat;
    font-size: 24px;
    margin-bottom: 15px;
}

span.follow-route-subtitle {
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 500;
}

ul.numberlist {
    display: inline;
    padding: 0;
    margin-left: 10px;
    line-height: 24px;
}

li.number {
    background: #000000;
    color: #ffffff;
    margin: 0px 3px 0px 3px;
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
    font-size: 20px;
    display: inline;
    font-weight: 600;
    position: relative;
    top: -3px;
}

@media screen  and (max-width: 768px) {
    span.follow-route-subtitle {
        display: block;
        margin-bottom: 15px;
    }

    ul.numberlist {
        margin-left: 0;
    }

}

