.page-top {
    position: relative;
    background: linear-gradient(180deg, rgba(142, 45, 226, 0.50) 0%, rgba(250, 252, 254, 0.00) 100%);
    height: 250px;
    z-index: -1;
}
.top-portfolio-sec {
    border-radius: 16px;
    border: 1px solid #E8EEF2;
    background: #FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
    padding: 25px 30px;
    font-family: "SF Pro Display";
    font-style: normal; 
    /%margin-top: -200px;*/
    z-index: 1;
}
.name-of-user { 
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;  
    letter-spacing: 1.92px;
    color: #fff;
    /*background: linear-gradient(92deg, #5245DF 4.77%, #894065 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: auto;*/
}
.page-top-title {
    color: #455A64; 
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;  
    letter-spacing: 0.56px;
    text-align: right;
}
.project-profile-img{
    position: relative; 
    width: 125px;
    height: 125px;
    background-color: #e7edf6;
    background-image: url("<?php echo base_url() ?>assets/frontend/images/images-new-home/project-image-frame.png");
    background-size: 100%;
    background-position: center;
    border-radius: 50%;
    border: 5px solid #e7edf6; 
}
.project-profile-img-inner{ 
    position: relative;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
}
.profileImage{
    border-radius: 50%;
}
.project-profile-img .edit-icon{
    position: absolute;
    cursor: pointer;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px; 
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
.project-profile-img .edit-icon input[type='file']{
    position: absolute;
    transform: scale(2);
    opacity: 0;
}
.image-upload-btn{
    background: transparent;
    border: none;
    height: 40px;
    width: 40px;
    cursor: pointer; 
}
.mt-24 { margin-top: 24px; }
.about-title {
    color: #fff; 
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 20px;  
    letter-spacing: 0.56px;
}
.about-text {
    color: #1D1E37; 
    font-size: 14px; 
    font-weight: 400;
    line-height: 24px;  
    letter-spacing: 0.56px;
    margin-top: 10px;
}
.project-text {
    color: #fff; 
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 20px;  
    letter-spacing: 0.56px;
    margin-top: 6px;
    margin-left: 16px;
}
.project-text span {
    color: #fff; 
    font-size: 16px; 
    font-weight: 600;
    line-height: 24px;  
    letter-spacing: 0.72px;
}
.user-location {
    font-style: italic;
    color: #fff; 
    font-size: 14px; 
    font-weight: 600;
    line-height: 24px;  
    letter-spacing: 0.56px;
    margin-top: 6px;
}
.location-ic {
    font-size: 16px;
    margin-right: 4px;
}
.user-skills-wp {
    position: relative;
    margin-top: 5px;
}
.user-skills-wp ul {
    position: relative;
    padding-inline-start: 0;
    margin: 0;
}
.user-skills-wp ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 2px 4px 0px;
}
.user-skills-wp ul li .skill-badge {
    border-radius: 16px;
    background: #fff;
    padding: 4px 10px;
    color: #003570; 
    text-align: center; 
    font-size: 12px; 
    font-weight: 500;
    line-height: 14px; 
}
.portfolio-links {
    color: #003570; 
    font-size: 12px; 
    font-weight: 300;
    line-height: 16px;  
    text-decoration: none;
    /*width: fit-content;*/
}
.portfolio-link-2 { color: #6B7098; }
.portfolio-links:hover,
.portfolio-links:focus {
    color: #003570;
    text-decoration: none
}
.portfolio-links img { margin-right: 4px; }
.mt-10 { margin-top: 14px; }
.upgrade-title {
    color: #1D1E37; 
    font-size: 14px; 
    font-weight: 400;
    line-height: 20px;  
    letter-spacing: 0.56px;
}
.upgrade-title span {
    color: #C19B44;  
    font-style: italic;
    font-weight: 500; 
}
.copy-ic {
    text-decoration: none;
    margin-left: 4px;
    cursor: pointer;
}
.proj-portfolio-tile {
    border-radius: 16px;
    border: 1px solid #E8EEF2; 
    background: #FFF;
    padding: 16px;
    font-family: "SF Pro Display";
    font-style: normal;
    position: relative;
}
.proj-tile-top-left {
    position: relative;
    margin-right: 10px;
    border-radius: 16px;
    border: 1px solid #E7EDF6;
    width: 40%;
}
.proj-tile-top-right { 
    position: relative; 
    width: 60%;
}
.tile-badge {
    position: relative;
    display: block; 
    text-align: right;
}
.tile-badge span {
    border-radius: 16px;
    padding: 4px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;  
}
.badge-green { 
    background: #2FB5A2; 
    color: #FFF;
}
.badge-orange { 
    background: #FFD786; 
    color: #A56E00;
}
.project-title {
    color: #1D1E37; 
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;  
    letter-spacing: 0.64px;
}
.tile-desc {
    color: #1D1E37;  
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;  
    letter-spacing: 0.64px;
}
.mt-16 { margin-top: 16px; }
.proj-tile-bottom {
    border-radius: 8px;
    border: 1px solid #EAE7FB; 
    background: #F6F5FD;
    padding: 16px;
    margin-top: 10px;
}
.bottom-skill-sec {
    position: relative;
    width: 65%;
    margin-right: 9px;
}
.bottom-img-sec {
    position: relative;
    width: 35%;
}
.bottom-img-sec .certificate-img { width: 100%; height: 100%; }
.export-img {
    position: absolute;
    right: 1px;
    bottom: 9px;
    text-decoration: none;
}
.skill-label {
    color: #3A3850; 
    font-size: 12px; 
    font-weight: 400;
    line-height: 18px;  
    letter-spacing: 0.048px;
    display: block;
} 
.post-sec {
    position: relative;
}
.post-sec ul {
    position: relative;
    padding-inline-start: 0;
    margin: 0px;
}
.post-sec ul li {
    list-style: none;
    display: inline-block;
    margin: 4px 2px 4px 0px;
}
.post-badge {
    border-radius: 16px;
    background: #CCD7E2;
    display: inline-block;
    padding: 2px 8px;
    color: #003570; 
    text-align: center; 
    font-size: 10px; 
    font-weight: 400;
    line-height: 16px; 
}
.mt-10 { margin-top: 10px; }
.mt-30 { margin-top: 30px; }
.mt-8 { margin-top: 8px; }
.mt-5 { margin-top: 5px !important; }
.mr-60 { margin-right: 60px; }
.seemore-link {
    color: #5245DF; 
    text-decoration: none;
}
.seemore-link:hover,
.seemore-link:focus {
    color: #5245DF; 
    text-decoration: none;
}
/* less more */
.lessmore-link {
    color: #5245DF; 
    text-decoration: none;
}
.lessmore-link:hover,
.lessmore-link:focus {
    color: #5245DF; 
    text-decoration: none;
}
.certificate-link {
    position: relative;
    text-align: right;
    margin-top: auto;
}
.certificate-link a {
    color: #5245DF; 
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;  
    letter-spacing: 0.56px;
    text-decoration-line: underline;
}
.mt-12 { margin-top: 12px; }
.page-mai-title {
    color: #1D1E37; 
    font-family: "SF Pro Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; 
    letter-spacing: 0.96px;
}
.short-text p{
    margin-bottom: 0;
}
.long-text p{
    margin-bottom: 0;
}

.jssocials-shares{
    display: flex;
    justify-content: center;
}
.jssocials-shares a{
    margin-right: 15px;
}
.social-btn-wp .fa-linkedin{
    padding: 11px 14px;
    background: #3b5998;
    color: #fff;
    border-radius: 5px;
}
.social-btn-wp .fa-facebook{
    padding: 11px 14px;
    background: #3b5998;
    color: #fff;
    border-radius: 5px;
}
.social-btn-wp .fa-twitter{
    padding: 11px;
    background: #50abf1;
    color: #fff;
    border-radius: 5px;
}
.bold-text {
font-weight: 600;
}
.share-certificateBtn {
border-radius: 6px;
background: #5245DF;
border: none;
color: #FFF; 
font-family: "SF Pro Display";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;  
letter-spacing: 0.7px;
padding: 6px 12px;
cursor: pointer;
}
.border-none { border: none; }
.new-home #header {
        background: #fff;
        box-shadow: rgb(0 0 0 / 6%) 0 0 14px !important;
        position: fixed;
        left: 0;
        right: 0;
        top: 40px;
    }
    .page-content {
        position: relative;
        display: flex;
        flex-direction: row;
        margin-top: 80px;
    }
    .page-sidebar {
        position: fixed;
        top: 120px;
        left: 0;
        bottom: 0;
        width: 400px;
        background: #8a81fb;
        overflow-y: scroll; 
        z-index: 10;
        padding: 24px 15px 24px 24px;
    }
    /* width */
    .page-sidebar::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .page-sidebar::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .page-sidebar::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .page-sidebar::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    .right-content {
        position: relative;
        width: calc(100% - 400px);
        margin-left: 400px;
        padding: 24px 24px 0px 24px;
    }
    .project-profile-img {
        background-image: url("https://hicounselor.com/assets/frontend/images/images-new-home/project-image-frame.png");
        margin-bottom: 24px;
    } 
    .badge-wp {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center; 
    }
    .badge-img-sec {
        position: relative; 
    }
    .badge-img-sec img {
        width: 110px;
        height: 110px;
    }
    .floating-button {
        position: fixed; 
        top: 130px;
        right: 0px;
        border: none !important;
        background: #7167e5;
        box-shadow: 0 0 8px 0 rgba(24, 1, 225, .08); 
        color: #fff;
        padding: 10px 15px;
        border-radius: 5px 0 0 5px;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        z-index: 10;
    }

    .toastify {
        width: 60% !important;
    }

    .top-portfolio-sec {
        margin-top: -185px;
    }

    .custom-toast-class {
        opacity: 1 !important;
        margin: 0 auto !important;
        width: 220px !important;
    }

    .custom-toast-class .close {
        display: inline-block;
        margin-left: 15px !important;
    }
    .hide_prj {
        position: relative;
        filter: blur(5px);
        pointer-events: none;
    }

    .overlay-text {
        position: relative;
        color: #5245df;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        font-weight: 500;
        z-index: 2;
    } 
    /* new style on 26-04-2024 start */ 
.box-bg-1 {
        background: linear-gradient(118.16deg, #e4e4fd 0.67%, #e4edff 47.26%, #d8fffc 98.83%);
    }
    .pro-box {
        position: relative;
        border-radius: 15px;
        background: #fff;
        border: 1px solid #E8EEF2; 
        box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    }
    .pro-box-top {
        position: relative;
        padding: 30px 15px 15px 15px;
        border-radius: 15px 15px 0px 0px;
        min-height: 180px;
    }
    .pro-box-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.04em;
        color: #1D1E37;
    }
    .box-task-sec {
        position: relative;
        margin-top: 8px;
    }
    .box-task-label {
        color: #495160;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.04em;
    }
    .box-task-label span {
        color: #222222;
        font-weight: 600;
    }
    .pro-box-bottom {
        position: relative;
        padding: 15px 15px 13px 15px;
        display: flex;
        align-items: center;
        border-top: 1px solid #efefef;
    }
    .box-btn-1 {
        background: #EFEEFC;
        border-radius: 4px;
        padding: 6px 14px;
        text-decoration: none;
        display: inline-block;
        width: max-content;
        color: #5245DF;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }
    .box-btn-1:hover,
    .box-btn-1:focus {
        text-decoration: none;
        color: #5245DF;
    }
    .box-btn-2 {
        background: #5245DF;
        border-radius: 4px;
        padding: 4px 10px;
        text-decoration: none;
        display: inline-block;
        width: max-content;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }
    .box-btn-2:hover,
    .box-btn-2:focus {
        text-decoration: none;
        color: #fff;
    }
    .box-skill-sec {
        position: relative;
        margin-top: 8px;
    }
    .box-skill-sec ul {
        position: relative;
        padding-inline-start: 0;
        margin: 0;
    }
    .box-skill-sec ul li {
        list-style: none;
        margin: 3px 4px 0px 0px;
        display: inline-block;
    }
    .box-skill-sec ul li span {
        background: #fff;
        border-radius: 16px;
        padding: 3px 10px 4px 10px;
        color: #58557D;
        font-size: 10px;
        font-weight: 400;
        line-height: 10px;
        letter-spacing: 0.04em;
    }
    .box-task-sec {
        position: relative;
        /* margin-top: 12px; */
        display: flex;
        align-items: center;
    }
    .tile-badge {
        position: absolute;
        right: 0;
        top: -1px;
    }
    .tile-badge span {
        border-radius: 0px 16px 0px 4px;
        line-height: 12px;
    }
    .share-box {
        border-radius: 6px;
        background: #7167e5;
        padding: 16px;
        font-family: "sf pro display";
        font-style: normal;
        position: fixed;
        width: fit-content;
        display: none;
        z-index: 3;
        right: 100px;
        top: 129px;
    }
    .width-animate {
        transition: 1s;
        display: block;
    }
    .share-title {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0.4px;
    }
    .share-box p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.4px;
    }
    .social-btn-wp .fa-linkedin {
        padding: 11px;
        background: #0a66c2;
        color: #fff;
        border-radius: 5px;
    }
    .social-btn-wp .fa-facebook {
        padding: 11px 14px;
        background: #3b5998;
        color: #fff;
        border-radius: 5px;
    }
    .social-btn-wp .fa-twitter {
        padding: 11px;
        background: #50abf1;
        color: #fff;
        border-radius: 5px;
    }
    .social-link-sec {
        position: relative;
        margin: 15px 0px 25px 0px;
        display: flex;
        align-items: center;
    }
    .social-link-sec .fa-linkedin {
        padding: 9px 11px;
        color: #0a66c2;
        background: #fff;
        border-radius: 5px;
    }
    .social-link-sec .fa-facebook {
        padding: 9px 14px;
        color: #3b5998;
        background: #fff;
        border-radius: 5px;
    }
    .social-link-sec .fa-twitter {
        padding: 9px 11px;
        color: #50abf1;
        background: #fff;
        border-radius: 5px;
    }
    .copy-wp {
        position: relative;
    }
    .link-box {
        position: relative;
        display: block;
        width: 100%;
        height: 40px;
        background: #d2ceff;
        border: 1px solid #d2ceff;
        border-radius: 4px;
        color: #232137;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.32px;
        padding: 8px 50px 8px 12px;
    }
    .link-box:focus {
        outline: 0;
    }
    .copy-btn {
        position: absolute;
        right: 12px;
        top: 8px;
        border: none;
        background: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.32px;
        color: #5245DF;
        cursor: pointer;
    }
    .linkedin-btn {
        position: relative;
        margin: 15px 0px;
    }
    .box-btn-3 {
        background: #fff;
        border: 1px solid #E0EAFB;
        color: #3A3850;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.32px;
        padding: 6px 16px;
        cursor: pointer;
        border-radius: 4px;
        text-decoration: none;
    }
    .box-btn-3:hover,
    .box-btn-3:focus {
        text-decoration: none;
        color: #3A3850;
    }
    /* tab css start */
    /*.profile-tab-inner-head {
        border-radius: 8px;
        border: 1px solid #E7EDF6;
        background: #FFF;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
        padding: 4px;
        width: 100%;
    }

    .profile-tab-inner-head nav {
        border-radius: 8px;
        background: #F9F9F9;
    }*/

    .profile-tab-inner-head .nav-tabs {
        border: none;
        /*background: rgba(82, 69, 223, .15);
        border-radius: 6px;*/
    }

    .profile-tab-inner-head .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border: none;
        border-radius: 4px;
        background: #5245DF !important;
        color: #FFF !important;
    }

    .profile-tab-inner-head .nav li {
        padding: 0px;
        margin-left: 0px;
        margin-right: 16px !important; 
        text-align: center;
    }

    .profile-tab-inner-head .nav li:last-child {
        margin-right: 0px !important;
    }

    .profile-tab-inner-head .nav-fill .nav-item {
        flex: initial;
    }

    .profile-tab-inner-head .nav-tabs .nav-link {
        border: none;
        color: #111111;
        background: #EFEEFC;
        font-family: "SF Pro Display";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.7px;
        padding: 4px 16px;
        border-radius: 4px;
    }

    .profile-tab-inner-head .nav-link {
        text-decoration: none;
    }

    /* tab css end */
    .info-text {
        color: #5245df;
        font-family: "SF Pro Display";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.7px;
    }

    .tooltip-cls,
    .tooltip-cls-2 {
        position: relative;
    }

    .tooltip-cls:hover::before {
        position: absolute;
        content: attr(data-title);
        background-color: #000;
        border-radius: 4px;
        text-align: center;
        color: #fff;
        width: 100%;
        top: -78px;
        right: 50%;
        padding: 3px 8px;
        transform: translate(50%, -50%);
        /* white-space: nowrap; */
        /* overflow-wrap: break-word; */
        font-size: 12px;
        line-height: 18px;
        z-index: 999;
    } 
    .tooltip-cls-2:hover::before {
        position: absolute;
        content: attr(data-title);
        background-color: #000;
        border-radius: 4px;
        text-align: center;
        color: #fff;
        width: 100%;
        top: -69px;
        right: 50%;
        padding: 3px 8px;
        transform: translate(50%, -50%);
        /* white-space: nowrap; */
        /* overflow-wrap: break-word; */
        font-size: 12px;
        line-height: 18px;
        z-index: 999;
    }

    .tooltip-cls:hover::after,
    .tooltip-cls-2:hover::after {
        position: absolute;
        content: '\25BC';
        height: 1.25rem;
        color: #000;
        top: -12px;
        left: 50%;
        transform: scale(1.8, 1) translate(-33%, -50%);
    }

    .mt-40 {
        margin-top: 40px;
    }
    #resumeSocialModule .modal-header,
    #resumeModule .modal-header {
        background: #FAFBFD;
        padding: 24px 30px;
        border-radius: 8px 8px 0px 0px;
    }

    #resumeSocialModule .modal-body,
    #resumeModule .modal-body { 
        background: #FAFBFD;
        padding: 30px;
        border-radius: 0px 0px 8px 8px;
    }

    #resumeSocialModule .close,
    #resumeModule .close {
        position: relative;
        top: unset;
        right: unset;
        background: none !important;
        color: #1D1E37;
        margin-left: auto;
        display: flex;
        justify-content: end;
        height: unset;
    }

    #resumeSocialModule .close span,
    #resumeModule .close span {
        font-size: 20px !important;
    }

    #resumeSocialModule .close:hover,
    #resumeSocialModule .close:focus,
    #resumeModule .close:hover,
    #resumeModule .close:focus {
        color: #1D1E37;
    }

    .modal-tile {
        background: #fff;
        border: 1px solid #E7EDF6;
        border-radius: 12px;
        padding: 15px;
    }

    .modalText {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        letter-spacing: 0.4px;
        color: #1D1E37;
    }

    .popup-download-desc {
        font-family: 'SF Pro Display';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        letter-spacing: 0.4px;
        color: #1D1E37;
        margin-top: 10px;
    }

    .popup-download-desc {
        font-family: 'SF Pro Display';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        letter-spacing: 0.4px;
        color: #1D1E37;
        margin-top: 10px;
    }

    .projects-tile-wp .card-header {
        cursor: pointer;
    }

    .resume-btn {
        background: #EFEEFC;
        border: none;
        border-radius: 4px;
        padding: 6px 12px;
        display: inline-block;
        width: max-content;
        color: #5245DF;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        cursor: pointer;
    }

    .resume-btn:focus {
        outline: 0;
    }

    .copy-btn-2 {
        background: none;
        border: 1px solid #5245DF;
        border-radius: 4px;
        padding: 6px 12px;
        display: inline-block;
        width: max-content;
        color: #5245DF;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        cursor: pointer;
    }

    .copy-btn-2:focus {
        outline: 0;
        border: 1px solid #5245DF !important;
    }

    .copy-content {
        margin: 0;
        padding-inline-start: 30px;
    }

    .modalText {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        letter-spacing: 0.4px;
        color: #1D1E37;
    }

    .text-gradiant {
        text-transform: uppercase;
        background: linear-gradient(90deg, #9B44F2 0%, #5245DF 100%); 
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
        font-size: 18px;
    }
.about-desc {
        color: #fff;
        font-size: 14px; 
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.56px;
        margin-top: 5px;
    }
    .side-toggle-btn { 
        background: #7167e5; 
        color: #fff;
        padding: 7px 14px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        text-decoration: none;
        display: none;
        align-items: center;
        width: max-content;
    }
    .side-toggle-btn:hover,
    .side-toggle-btn:focus {
        text-decoration: none;
        color: #fff;
    }
    .menu-ic { margin-right: 4px; font-size: 20px; }
    .side-close-btn {
        position: absolute;
        color: #fff;
        top: 15px;
        right: 15px;
        display: none;
        text-decoration: none;
    }
    .side-close-btn:hover,
    .side-close-btn:focus {
        text-decoration: none;
        color: #fff;
    }
    .top-0 { top: 0px !important; }
    .top-80 { top: 80px !important; }
    .top-90 { top: 90px !important; }
.badge-img {
        width: 70px !important;
        /* height: 80px !important; */
    }
.detail-sec {
        position: relative;
        margin: 10px 0px 0px 0px;
        /* background: rgb(255, 255, 255, 30%);
        padding: 10px 15px;
        border-radius: 4px;
        border: 1px solid #c9c5ff; */
    }
    .detail-sec .details-label {
        color: #fff;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.56px;
        margin-bottom: 6px;
    }
    .detail-sec .details-label span {
        font-weight: 600;
        display: inline-block;
    }
    .seemore-btn {
        font-weight: 400;
        color: #fff;
        font-style: normal; 
        font-size: 12px;
        margin-left: 4px;
    }
 .immortal {
        position: relative;
        filter: blur(5px);
        pointer-events: none;
    }
    .toggle-skills {
        background: none;
        border: none;
        font-weight: 400;
        font-size: 12px;
        cursor: pointer;
        color: #fff;
    }
    .toggle-skills:focus { outline: 0; }
    .skill-title {
        display: inline-block !important;
        font-weight: 400 !important;
        width: 160px;
    }
    .user-skills-wp { width: 400px; } 
    .seemore-btn {
        background: none;
        border: none;
        cursor: pointer;
    }
    .seemore-btn:focus { outline: 0; }
    .pro-desc {
        border: none;
        background: none;
        cursor: pointer;
    }
    .pro-desc:focus { outline: 0; }
@media(min-width: 768px) and (max-width: 900px) {
    .proj-tile-top-left img { width: 100%; }
    .mt-sm-30 { margin-top: 30px; }
    .export-img { bottom: 2px; }
    .mt-sm-16 { margin-top: 16px; }
    .name-of-user { 
        width: fit-content; 
        font-size: 25px;
        line-height: 35px;
    }
    .page-top-title {
        text-align: left;
        margin-top: 10px;
    } 

        .tooltip-cls:hover::before,
        .tooltip-cls-2:hover::before {
            top: -65px;
            right: 50%;
            white-space: normal;
        }
.profile-tab-inner-head .nav li {
  display: inline-block;
  width: fit-content;
}
.nav li:first-child {
        margin-top: 0px !important;
    }
}
@media(max-width: 767px) {
    .name-of-user { 
        width: fit-content; 
        font-size: 25px;
        line-height: 35px;
    }
    .page-top-title {
        text-align: left;
        margin-top: 10px;
    }
.profile-tab-inner-head .nav li {
  display: inline-block;
  width: fit-content;
}
    .mt-xs-16 { margin-top: 16px; }
    .flex-xs-column { flex-direction: column; }
    .xs-reverse-column { flex-direction: column-reverse; }
    /*.tile-badge { text-align: left; margin-top: 16px; }*/
    .proj-tile-top-left { width: 100%; }
    .proj-tile-top-left img { width: 100%; }
    .proj-tile-top-right { width: 100%; }
    .proj-tile-top-left { border-radius: 25px; }
    .bottom-img-sec { width: 100%; }
    .bottom-skill-sec { width: 100%; margin-top: 16px; }
    .mt-xs-30 { margin-top: 30px; }
    .export-img { bottom: 2px; }
    .page-mai-title { padding: 0px 15px; }
    .project-tile-right-sec { margin-top: 16px; } 
    .certificate-link { float: left; }
.floating-button {
            font-size: 14px;
            top: 140px;
        }

        .share-box {
            right: 5px;
            top: 185px;
        } 

        .profile-tab-inner-head .nav-tabs .nav-link {
            text-align: center;
        }

        .tooltip-cls:hover::before {
            top: -87px;
            right: 50%;
            white-space: normal;
            width: 85%;
        }

        .tooltip-cls-2:hover::before {
            top: -87px;
            right: 50%;
            white-space: normal;
            width: 85%;
        }

        #resumeSocialModule .modal-header,
        #resumeSocialModule .modal-body,
        #resumeModule .modal-header,
        #resumeModule .modal-body {
            padding: 15px;
        }
.page-sidebar { display: none; }
        .right-content {
            width: 100%;
            margin-left: 0px;
        }
        .side-toggle-btn { display: flex; }
        .profile-tab-inner-head .nav-tabs .nav-link {
            font-size: 14px;
            padding: 4px 15px;
        }
        .page-sidebar { width: 100%; }
        .side-close-btn { display: inline; }
}