﻿.text-box {
    display:inline-block;
    padding:.5rem 1.5rem;
    font-weight:normal;
    color:#fff;
    border-radius:.3rem;
    background-color: var(--color-primary);
}
.list-items{ padding-left:0;}
.list-items li {
    font-weight: var(--p-medium);
    font-family: var(--font-secondary);
    color: var(--color-heading);
    padding-left: 35px;
    position: relative;
    margin-bottom: 16px;
    margin-top: 16px;
    list-style: none
}
    .list-items li:before {
        content: '';
        width: 21px;
        height: 21px;
        font-size: 19px;
        position: absolute;
        left: 0;
        top: -3px;
        background-image: url(../images/list-icon.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
    }
.hero-banner.hero-style-1 {
    background-size: contain;
}

.about-image-gallery .video-box {
    max-width: 200px;
}

.about-image-gallery .award-status .inner {
    background-color: transparent;
    box-shadow: none
}

.about-image-gallery .award-status {
    bottom: 60px;
}

.course-bg {
    background-image: url(../images/home/popular-course.png);
    background-size: cover;
    background-repeat: no-repeat;
}
