:root {
    --white: #ffffff !important;
    --black: #353535 !important;
    --primary: #0148a6 !important;
    --secondary: #0f2747 !important;
    --font: "Poppins", sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
    font-family: var(--font);
}

@media only screen and (max-width: 1700px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1400px) {
    .user-type{
        padding: 0;
    }
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1200px) {
    .footer-desktop{
        display: none;
    }
    
    .footer-mobile{
        display: block;
    }

    .footer-mobile p {
        margin: 15px 0 0 0;
        text-align: center;
        line-height: 22px;
    }

    .footer-mobile p span {
        margin: 0;
        text-align: center;
        float: none;
    }

    .student-menu-link li a{
        font-size: 14px;
    }
}

@media only screen and (max-width: 1100px) {

    .section{
        padding: 40px 0 60px 0;
    }

    .page-title{
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .footer-mobile p {
        margin-top: 0px;
        margin-bottom: 0;
    }

    .user-type{
        padding: 0;
    }

    .user-type .btn-primary {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 0 40px;
        border-radius: 50px;
        margin-bottom: 30px;
    }
    .footer-mobile-br{
        display: block;
    }

    .page-margin,
    .print{
        margin-top: 0;
    }
}

@media only screen and (max-width: 992px) {
    /* header */
    .menu-hide{
        display: none !important;
    }

    .student-user-menu{
        background-color: #0148a6;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        display: block;
        color: var(--white);
        text-align: center;
        padding: 0;
        font-size: 18px;
        margin-left: 10px;
    }

    .header-div{
        position: relative;
    }

    .header {
        height: auto;
        padding: 10px 0;
    }

    .header {
        height: auto;
        padding: 10px 0;
    }

    .header.login .logo-text {
        font-size: 36px;
        text-align: center;
    }

    .header.login .tag-line {        
        text-align: center;
        font-size: 10px;
    }


    .header.student-login .logo-text {
        font-size: 36px;
        text-align: left;
    }

    .header.student-login .tag-line {        
        text-align: cenleftter;
        font-size: 10px;
    }

    .student-login .header-right-link{
        position: absolute;
        z-index: 1000;
        top : -15px;
        right : 0
    }

    /* Footer */
    .footer p {
        text-align: center;
        line-height: 25px;
        margin-bottom: 0;
    }

    .logo-copy{
        display: flex;
    }

    .footer-logo {
        width: 150px;
        justify-content: center;
        display: grid;
    }

    .footer-logo img {
        width: 120px;
    }

    .skill-padding{
        padding-left: 13px;
    }

    .credit{
        text-align: center;
        float: none;
    }

    .skill-selected-div-title h4{
        position: relative;
        top : 0;
        transform: none;
        text-align: center;
        padding: 0;
        font-size: 16px;
    }

    .skill-type{
        justify-content: center;
    }

    .skill-category,
    .skill-selected{
        padding: 15px;
    }

    .page-sub-title{
        font-size: 18px;
    }

    .course-wise-kills-div img{
        width: 80px;
    }

    .skill-category-div p{
        font-size: 14px;
    }

    .course-wise-kills-div p{
        font-size: 14px;
        padding: 0px 55px 0px 90px;
    }

    .add-skill-title{
        text-align: center;
    }

    .add-skill-title .page-sub-title span{
        float: none;
        text-align: center;
        display: block;
    } 

    .set > a{
        font-size: 16px;
    }

    .course-name-title{
        font-size: 14px;
    }

    .course-name{
        font-size: 18px;
    }

    .form-check-label{
        color: var(--primary);
        font-weight: 500;
        margin-right: 25px;
    }

    .student-menu-link li a{
        font-size: 16px;
    }

    
}

@media only screen and (max-width: 767px) {

    /* common */
    .btn-primary {
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
    }

    /* header */
    .header-div{
        display: block;
    }

    .header.login .header-right-link{
        font-size: 14px;
        margin-top: 10px;        
        justify-content: center;
    }

    .section-change{
        font-size: 14px;
    }

    /* Footer */
    .footer-logo{
        margin: 0 auto 15px auto;
    }

    /* Main DIV */

    .section {
        padding: 50px 0;
    }

    .login-title,
    .landing-title {
        font-size: 36px;
        line-height: 46px;
    }

    .user-type {
        width: 100%;
        height: auto;
        padding: 0 20px;
        text-align: center;
        margin-top: 30px;
    }

    .user-type img {
        border-radius: 50%;
        margin-bottom: 15px;
        width: 75%;
    }

    .user-type .btn-primary {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 0 40px;
        border-radius: 50px;
        margin-bottom: 30px;
    }

    .legal {
        font-size: 16px;
        text-align: center;
        margin-top: 30px;
        font-weight: 500;
    }

    .legal span {
        color: var(--primary);
        font-weight: 700;
    }

    .project-added-div{
        display: block;
    }

    .project-img{
        width: 100%;
    }

    .project{
        padding: 10px;
    }

    .project-added-btn{
        position: relative;
        margin: 0px auto;
        transform: none;
        top : 0;
        display: flex;
        width: 85px;
        justify-content: center;
    }

    .project-added-btn a{
        margin: 5px;
    }

    .project-added-detail{
        height: 140px;
        margin: 0;
    }

    .company-detail-acc .company-detail-title span{
        right: auto;
        margin-left: 10px;
    }

    .student-search-title{
        text-align: center !important;
    }

    .student-search-title{
        text-align: center !important;
    }

    .student-list-div p span{
        display: block;
    }

    .back-btn{
        text-align: center;
    }

    .student-profile .company-detail-title span{
        display: none;
    }

    .login-logout-div-emp span{
        display: none;
    }
}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 568px) {
    .skill-type{
        flex-wrap: wrap;
    }
    
    .skill-selected-div{
        padding: 10px;
    }

    .skill-type-topic,
    .skill-type-projects{
        width: 22%;
        margin-bottom: 10px;
        font-size: 15px;
        padding: 5px 5px;
    }
    
    .skill-type-level{
        width: 41%;
        margin-bottom: 10px;
        font-size: 15px;
        padding: 5px 5px;
    }

    .skill-type-btn{
        display: inherit;
    }

    .course-wise-kills-div p{
        padding: 0px 55px 0px 90px;
    }

    .skill-type-m-hide{
        display: none;
    }

    .mobile-colon{
        color: var(--primary);
        display: inline-block;
    }

    .form-check{
        width: 92%;
    }
    
}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 400px) {}