@media(max-width:425px){
    .profile-pic img {
        margin: 0 auto;
    }
    .profile-name{
        text-align: center;
    }
    .profile-elmt{
        width: 100% !important;
        text-align: center;
    }
    .profile-details {
        margin-top: 20px;
    }
    .view_resume {
        float: left;
        background-color: #fff;
        padding: 11px 18px;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 48%;
        margin-right: 6px;
}
    .cdt-st{
        width: 100% !important;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
    .cdt-st:last-child{
        border:none;
    }
    .p-0{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .activityheading[data-toggle=collapse]:after{
        right: 28px;
        top: 29px;
    }
    .welcome-section-content {
        padding: 6px 10px !important;
        border-right: none;
        margin: 8px 6px;
    }
    .welcome-section-rating{
        float: left !important;
        margin-right: 0 !important;
        padding-top: 0 !important;
        padding-left: 14px;
        padding-bottom: 14px;
    }
    .welcome-section-content p {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .timeline-info span{
        text-align: left;
    }
    .about-company{
        height: auto;
    }
    /* Login Page Responsiveness */
    .login_page_box{
        width:100%;
    }
}