.edu-header .header-brand .logo img {
    max-height: 80px;
}

.edu-search-popup .site-logo img.logo-light {
    max-height: 80px;
}

.popup-mobile-menu .inner .header-top .logo a img {
    /*max-height: 45px;*/
}

.edu-footer-widget .logo img {
    max-height: 150px;
}

.t-justify * {
    text-align: justify;
}

.blog-details-content {
    padding-bottom: 0;
    border-bottom: 0;
}

.registration-form .form-group select {
    height: 45px;
    border: 1px solid var(--color-border);
    color: var(--color-body);
    font-weight: 400;
    background: url(../images/icons/arrow-icon.png) 92% center no-repeat transparent;
}

.registration-form .form-group textarea {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.login-form-box .form-group .password-show {
    top: 50px;
    bottom: unset;
}

.breadcrumb-style-8 .edu-breadcrumb-wrapper {
    min-height: 60px;
    height: max-content;
}

@media only screen and (max-width: 768px) {
    .course-details-7 {
        margin-top: -50px;
    }

    .header-top-bar {
        display: block;
    }

    .header-top .header-top-right {
        display: none;
    }

    .header-top .header-info {
        justify-content: space-around;
    }
}
