.divUserInfo {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid #004e89;
    padding-left: 15px;
    padding-right: 15px;
}

.divUserInfo .card {
    text-align: center !important;
    border: none;
}

.imgType {
    width: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.imgUser {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.divUserInfo .card .card-body h5 {
    margin-top: 15px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 5px;
}

.h5ContactPersonName {
    margin-top: 5px !important;
    color: #444444 !important;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
}

.divUserInfo .card .card-body .divLocation {
    color: #9c9c9c;
    font-size: 14px;
}

.divCategories {
    margin-top: 20px;
    display: table;
}

.spanCategory {
    background-color: #eeeeee;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    color: #a8a8a8;
    float: left;
    margin-bottom: 5px;
}

.divCategoriesTitle {
    text-transform: uppercase;
    font-weight: bold;
    color: #6d6d6d;
    font-size: 15px;
}

.divBio {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.tbUserInfo {
    width: 100%;
}

.tbUserInfo tr td:first-child {
    font-weight: bold;
    color: #787878;
    font-size: 14px;
    vertical-align: top !important;
}

.tbUserInfo tr td:last-child {
    font-size: 14px;
    word-break: break-all;
    vertical-align: top;
}

.divUserInfo .card .card-body .divDesignation {
    color: #a3a3a3;
    font-size: 15px;
    font-weight: bold;
}

.aDownloadProfile,
.aDownloadProfile:hover,
.aDownloadProfile:focus,
.aDownloadProfile:active {
    background-color: #ffffff !important;
    border: 2px solid #004e89 !important;
    border-radius: 25px;
    width: 100%;
    text-align: left;
    color: #6e6e6e !important;
    padding-left: 7% !important;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.aDownloadProfile i {
    color: #004e89;
}

.divSocialLinks a {
    font-size: 17px !important;
    margin-right: 8px;
    color: #a5a5a5 !important;
}

.tbUserInfo a {
    color: #004e89;
}

.aEdit {
    color: #ffffff !important;
    position: relative;
    bottom: 4px;
    margin-left: 5px;
}

.divNavbar {
    background-color: #ffffff;
}

.divNavbar .navbar-expand {
    /*border-bottom: 2px solid #cbcbcb;*/
    padding: 0px;
}

.divNavbar .navbar-expand li {
    padding: 5px;
}

.divNavbar .navbar-expand li .nav-link {
    text-transform: uppercase;
    color: #666 !important;
    font-size: 14px;
}

.divNavbar .navbar-expand .active {
    border-bottom: 2px solid #004e89;
}

.divInnerPage {
    margin-top: 20px;
}

.divEditBtn {
    text-align: right;
}

.col-form-label {
    font-size: 14px;
}

#imgMCPLoadar {
    display: none;
    max-width: 32px;
}

#aDownloadPorfilePdf {
    position: absolute;
    right: 42px;
    margin-top: -3px;
}

.divUserInfoTitle {
    font-weight: 700;
    color: #787878;
    font-size: 13px;
}

.divUserInfoDetail {
    font-size: 14px;
    margin-bottom: 10px;
}

.divUserInfoDetail a {
    word-break: break-all;
}

@media screen and (max-width: 1262px) and (min-width: 100px) {
    .tbUserInfo tr td:last-child {
        word-break: break-all;
    }
}

@media screen and (max-width: 767px) and (min-width: 100px) {
    .divUserInfo .card .card-body .divDesignation {
        font-size: 14px;
    }
    .divUserInfo .card .card-body .divLocation {
        color: #9c9c9c;
        font-size: 13px;
    }
    .divUserInfo {
        margin-bottom: 15px;
    }
    .divUserInfo .navbar-nav li {
        border: none;
    }
    .mainContainer>div {
        margin-bottom: 20px;
    }
    .divBtn a,
    .divBtn button,
    .aEdit {
        font-size: 14px;
    }
    .aDownloadProfile {
        font-size: 14px;
    }
    .divSocialLinks a {
        font-size: 35px !important
    }
}

@media screen and (max-width: 425px) and (min-width: 100px) {
    .divEditBtn {
        margin-top: 15px;
    }
}

@media screen and (max-width: 315px) and (min-width: 100px) {
    .aEdit {
        margin-bottom: 5px !important;
    }
}