.seo-course-cards .course-header-bg {
    height: 10rem;
    background-color: var(--light);
}

.seo-course-cards .course-card-highlights {
    min-height: 10rem;
}

.whats-included{ position: relative; overflow: hidden;}
.whats-included figure{
    position: relative;
    z-index: 99;
}
.whats-included figure img{
    width: 6rem;
    height: auto;
}
.whats-included::after{
    content: "";
    width: 11rem;
    height: 11rem;
    background-color: var(--sale);
    position: absolute;
    top: -3rem;
    left: -3rem;
    z-index: 0;
    border-radius: 50rem;
}


.custom-tooptip {
    position: relative;
}

.custom-tooptip .content {
    position: absolute;
    padding: 20px;
    bottom: 100%;
    background-color: #ffffff;
    margin-bottom: 15px;
    border: var(--light) 1px solid;
    border-radius: 15px;
    opacity: 0;
    transition: display 1.5s ease-out;
}

.custom-tooptip .content .list {
    padding-left: 0 !important;
}

.custom-tooptip .content::after {
    content: "";
    border: transparent 8px solid;
    border-top-color: #fff;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 100%;
}

.custom-tooptip:hover .content {
    display: block;
    opacity: 1;
    color: var(--primary);
}

.ews-bnr {
    background-image: url("../img/ews/bnr.webp");
    background-size: cover;
}

@media only screen and (max-width:767px) {
    .ews-bnr {
        background: none !important;
    }

    .ews-bnr .bnr-cont {
        background-image: url("../img/ews/bnr.webp");
        background-size: cover;
    }
}


  
.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #7881A3;
    margin: 5px;
    border-radius: 10px;
}

.owl-dots .owl-dot.active {
    background-color: #000000;
}

.faculty-list figure {
    width: 14rem;
    height: 14rem;
    border-radius: 20rem;
    overflow: hidden;
    display: inline-block;
}
.similar-caruse-carousel .owl-carousel-item > div {
    min-height: 18rem;
}