/*==========================================
Index Pages
=============================================*/
@media only screen and (max-width: 980px) {
    .navbar-brand img {
        position: inherit;
    }
    .nav-bar {
        height: auto;
    }
    .job-btn {
        margin-bottom: 1rem;
    }
    .text__end {
        text-align: left !important;
    }
    .add-app {
    text-align: center;
}
 .profile-info {
    flex-direction: column;
 }
 .profile-card {
    flex-direction: column;
 }
 .text_center {
    text-align: center;
 }
 .tab-btn {
    height: 140px;
 }

}


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    .tab-card {
        flex-direction: column;
    }
    .shortlisted {
        flex-direction: column;
    }
     .mb_3 {
    margin-bottom: 1rem;
 }
 .company-info {
    flex-direction: column;
 }
}
