.logo {
    height: 50px;
    transition: all ease-out 300ms;
}

.logo-small {
    height: 50px;
    transition: all ease-out 300ms;
}

.cover-content {
    padding-top: 50px;
}


@media only screen and (min-width: 600px) {
    .logo {
        height: 100px;
        transition: all ease-out 300ms;
    }

    .logo-small {
        height: 50px;
        transition: all ease-out 300ms;
    }

    .cover-content {
        padding-top: 0px;
    }

}

.course-min-height {
    min-height: 590px;
}

.course-image {
    height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.topper {
    border: 1px solid #e9ecef;
    padding: 10px;
    margin-bottom: 5rem;
}

.topper img {
    position: relative;
    margin-top: -80px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 3px 3px 6px 0px rgba(204, 204, 204, 1);
    box-shadow: 3px 3px 6px 0px rgba(204, 204, 204, 1);
}

.topper h3 {
    font-size: 1.2rem;
}

.topper .position {
    color: #adb5bd;
}

@media (max-width: 576px) {
    .topper {
        border: 1px solid #e9ecef;
        padding: 10px;
        margin-bottom: 0rem;
        display: flex;
        justify-content: flex-start !important;
        align-items: center;
    }

    .topper img {
        position: relative;
        margin: 0px !important;
        width: 50px !important;
    }

    .topper h3 {
        font-size: 1.2rem;
        flex: 1;
        margin: 0 0 0 20px !important;
        text-align: start !important;
    }

    .teacher {
        border: 1px solid #e9ecef;
        padding: 10px;
        margin-bottom: 0rem;
        display: flex;
        justify-content: flex-start !important;
        align-items: center;
    }

    .teacher img {
        position: relative;
        margin: 0px !important;
        width: 50px !important;
    }

    .teacher h3 {
        font-size: 1.2rem;
        flex: 1;
        margin: 0 0 0 20px !important;
        text-align: start !important;
    }

    .teacher p {
        margin: 0 0 0 20px !important;
        text-align: start !important;
    }
}

.testimonial-video {
    -webkit-box-shadow: 0px 0px 51px 2px rgba(159, 159, 159, 1);
    -moz-box-shadow: 0px 0px 51px 2px rgba(159, 159, 159, 1);
    box-shadow: 0px 0px 51px 2px rgba(159, 159, 159, 1);
}

.course-title {
    font-size: 1.3rem !important;
    font-weight: bold;
}

.updates-box {
    height: 400px;
}

.updates {
    height: 280px;
    overflow: hidden;
}

.update-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #F3F3F3 1px solid;
}

.site-section {
    margin-bottom: 0 !important;
}

.owl-gallery .owl-stage {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}