/* login */
@media only screen and (max-width:1200px) {
    .login-content{
        padding: 0 50px;
    }
    .login-content .forgot-password{
        font-size: 17px;
    }
}
@media only screen and (max-width:992px) {
    .homescreen-wrapper .sidebar {
        position: fixed;
        top: 0;
        left: -350px;
        border-radius: 0;
        transition: left 0.3s ease;
        z-index: 99;
        height: 100vh;
    } 
    .homescreen-wrapper .sidebar.open {
        left: 0;
    }
    .homescreen-wrapper .sidebar.open ~ .flex-grow-1 {
        filter: blur(8px);
        position: fixed;
    }
    .sidebar-btn {
        display: inline-flex;
    }
    .title-welcome {
        font-size: 35px;
    }
    .title-page {
        font-size: 25px;
    }
    .title-header {
        font-size: 18px;
    }
    /* .course-tabs ~ .tab-content {
        height: calc(100vh - 198px);
    } */
    .dropdown .dropdown-menu {
        right: 15px;
        top: 72px;
    }
    /* .details-page .overflow-y-auto {
        height: calc(100vh - 144px)
    } */
    .fs-21 {
        font-size: 19px !important;
    }
    .fs-18 {
        font-size: 17px;
    }
    .fs-17 {
        font-size: 16px !important;
    }
    .fs-16 {
        font-size: 15px !important;
    }
    .btn.btn-primary-custom, .btn.btn-secondry-custom, .btn.btn-outline-custom {
        height: 45px;
        line-height: 34px;
        font-size: 16px;
    }
    .li-listing-icon li {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .li-listing-icon li:before {
        width: 20px;
        height: 20px;
    }
    .details-page p {
        font-size: 17px;
    }
    .about-content::before {
        display: none;
    }
    .login-content .input-box {
        margin: 25px 0;
    }
    .welcome-logo {
        height: 110px
    }
}
@media only screen and (max-width:800px) {
    .login-content{
        padding: 0 10px;
    }
    .homescreen-wrapper .about-content::before {
        width: 45px;
    }
}
@media only screen and (max-width:768px) {
    .course-tabs .nav-link {
        font-size: 16px;
    }
    /* .details-page .overflow-y-auto {
        height: 100%;
    } */
      .btn.btn-primary-custom {
        width: 100%;
      }
}