.owl-item {height: 0;}    
.owl-item.active {height: auto;}


.course-closed-overlay-modal
{
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    z-index: 10000;
    overflow-y: auto;
    display: flex;
    align-items: center;
}

.course-closed-overlay-modal .course-closed-modal
{
    padding: 32px;
    margin: auto;
    width: 100%;
    max-width: 640px;
    background-color: white;
    border-radius: 8px;
}

.syca-heading-1
{
    font-family:"Montserrat";
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}

@media (max-width: 768px)
{

    .syca-heading-1
    {
        font-family:"Montserrat";
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
    }
}