.bg-white { background-color: #f7f0ff!important; }
.new-home #header {
    position: fixed;
    background: #fff;
    top: 40px;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1)!important;
}
#footer { margin: 0px; }
.w-21 {
    -ms-flex: 0 0 21.1%;
    flex: 0 0 21.1%;
    max-width: 21.1%;
}c
.w-76 {
    -ms-flex: 0 0 76.8%;
    flex: 0 0 76.8%;
    max-width: 76.8%;
}
.project-page-wp { 
    position: relative; 
    font-family: "SF Pro Display";
    font-style: normal;
    margin-top: 100px;
}
.project-sidebar {
    position: fixed;
    background: #0F172A; 
    width: 262px;
    /* height: 100%; */
    top: 120px;
    left: 0;
    bottom: 0;
    z-index: 15;
    overflow-y: scroll;
}
/* width */
.project-sidebar::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
.project-sidebar::-webkit-scrollbar-track {
    background: #0F172A;
  }
  
  /* Handle */
.project-sidebar::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
.project-sidebar::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
.hc-sidebar {
    position: relative;
    padding: 0px 15px;
}
.hc-page-wp {
    position: relative;
    width: calc(100% - 260px);
    padding: 0px 30px;
    margin-left: auto;
}
.pro-sidebar-top {
    position: relative; 
    margin-top: 8px; 
}
.sid-link-item {
    color: #BDC1C3;  
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
    padding: 16px;
    text-decoration: none;
}
.sid-link-item:hover,
.sid-link-item:focus {
    text-decoration: none;
    color: #fff; 
    background: #5245DF;
    transition: 0.5s;
    border-radius: 4px;
}
.side-icon {
    font-size: 20px !important;
    margin-right: 5px;
}
.side-devider {
    background: rgba(255, 255, 255, 0.10);
    height: 1px;
    width: 90%;
    margin: 8px auto 8px auto;
}
.pro-sidebar-links {
    position: relative;
    padding: 10px 16px;
}
.side-label {
    color: rgba(255, 255, 255, 0.30); 
    font-size: 12px; 
    font-weight: 500;
    line-height: 18px;
    padding: 0px 16px;
}
.sidebar-link-list {
    padding-inline-start: 0px;
    margin: 0;
}
.sidebar-link-list li {
    list-style: none;
}
.side-sub-menu {
    position: relative;
    margin-left: 16px;
    margin-top: 5px;
    padding: 0px 8px;
    padding-inline-start: 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.10);
    display: block
}
.down-arrow-ic {
    margin-left: auto;
    font-size: 20px;
}
.sub-active .down-arrow-ic { transform: rotate(180deg); }
.project-top-slide {
    border-radius: 8px;
    border: 1px solid #E8EEF2;
    background: linear-gradient(90deg, #5245DF 0.09%, #C084FC 99.91%);
    box-shadow: 0px 0px 8px 0px rgba(24, 1, 225, 0.08);
    padding: 0px 80px 0px 40px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.project-top-slide-content { position: relative; }
.top-slide-title {
    color: #FFF;  
    font-size: 20px; 
    font-weight: 600;
    line-height: 30px;  
    letter-spacing: 0.7px;
}
.top-slide-desc {
    color: #FFF;  
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;  
    letter-spacing: 0.7px;
}
.project-top-slide-img {
    position: relative;
    margin-left: auto;
}
.project-top-slide-img img { position: relative; }
.mt-16 { margin-top: 16px; }
.top-objective-sec {
    border-radius: 8px;
    border: 1px solid #E7EDF6;
    background: #FFF;
    box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 4px;
    width: fit-content;
}
.top-objective-inner {
    border-radius: 6px;
    background: rgba(82, 69, 223, 0.15); 
    padding: 7px 10px;
}
.objective-sec { width: fit-content }
.top-objective-inner-text {
    color: #111; 
    font-size: 12px; 
    font-weight: 400;
    line-height: 18px;
}
.top-objective-inner-text #skill_span {
    color: #5245DF;  
}
.top-objective-inner-text #role_span {
    color: #5245DF;  
}

.top-objective-inner-text #object {
    color: #9193a3;  
}
.top-objective-inner-text a {
    color: #6B7098; 
    font-weight: 600; 
    text-decoration: none;
}
.top-objective-inner-text a:hover,
.top-objective-inner-text a:focus {
    color: #6B7098;   
    text-decoration: none;
}
.top-objective-inner-text button {
    border: none;
    background: none;
    cursor: pointer;
}
.top-objective-inner-text button:focus { outline: 0; }
.top-filter-right {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.filter-form-sec {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 60%;
} 
.pro-dashboard-link {
    color: #1D1E37; 
    font-size: 12px; 
    font-weight: 600;
    line-height: 18px;  
    letter-spacing: 0.7px;
    text-decoration-line: underline;
}
.pro-dashboard-link:hover,
.pro-dashboard-link:focus {
    color: #1D1E37;
}
.pro-btn-1 {
    border-radius: 6px;
    background: #5245DF;
    padding: 10px 24px;
    color: #FFF; 
    font-size: 14px; 
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.7px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.pro-btn-1:hover,
.pro-btn-1:focus { 
    outline: 0;
    text-decoration: none;
    color: #FFF; 
}
.pro-btn-2 {
    border-radius: 4px;
    background: #5245DF;
    padding: 5px 10px;
    color: #FFF; 
    font-size: 12px; 
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-decoration: none;
    display: inline-block;
    max-width: 116px;
    border: none; 
    cursor: pointer;
}
.pro-btn-2:hover,
.pro-btn-2:focus {
    outline: 0;
    text-decoration: none;
    color: #FFF;
}
.pro-btn-3 {
    border-radius: 4px;
    border: 1px solid #E8EEF2; 
    background: #FFF;
    padding: 10px 24px;
    font-size: 14px; 
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.pro-btn-3:focus { outline: 0; }
.p-left-0 { padding-left: 0px; }
.mr-16 { margin-right: 16px; }
.pro-top-tab-sec { position: relative; }
.pro-top-tab-sec ul {
    padding-inline-start: 0;
    margin: 0;
    position: relative;
}
.pro-top-tab-sec li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.pro-tab-btn {
    border-radius: 4px;
    background: rgba(107, 112, 152, 0.20);
    padding: 6px 12px;
    color: #111; 
    font-size: 12px; 
    font-weight: 400;
    line-height: 18px; 
    border: none;
    cursor: pointer;
}
.pro-tab-btn:focus { outline: 0; }
.pro-tab-btn:hover { 
    background: #5245DF;
    color: #FFF;  
    transition: 0.5s; 
}
.pro-tab-btn.active {  
    background: #5245DF;
    color: #FFF;   
}
.project-count {
    color: #6B7098; 
    font-size: 12px; 
    font-weight: 400;
    line-height: 24px;  
    letter-spacing: 0.7px;
    text-align: right;
}
.project-count span {
    color: #222;
    font-weight: 600;
}
.ml-16 { margin-left: 16px; }

/* select 2 css start */
.project-filter-select { 
    background: #FFFFFF; 
    border: 1px solid #E7EDF6 !important; 
    border-radius: 4px; 
    height: 40px !important; 
} 
.select2-container--default .select2-selection--single { 
    background: #FFFFFF; 
    border: 1px solid #E7EDF6 !important; 
    border-radius: 4px; 
    height: 40px !important; 
    padding: 0px 5px; 
    color: #6B7098 !important; 
} 
.select2-container--default .select2-selection--multiple { 
    background: #FFFFFF; 
    border: 1px solid #E7EDF6 !important; 
    border-radius: 4px; 
    min-height: 40px !important; 
    color: #6B7098 !important; 
    padding-top: 5px !important; 
} 
.select2-container--default .select2-selection--single .select2-selection__rendered { 
    color: #6B7098 !important; 
    padding-top: 8px !important; 
    font-family: 'SF Pro Display'; 
    font-style: normal; 
    font-weight: 400; 
    font-size: 12px; 
    line-height: 20px !important; 
    letter-spacing: 0.4px; 
    color: #6B7098; 
} 
.select2-container--default .select2-selection--single .select2-selection__arrow { 
    /* min-height: 40px !important;  */
    position: absolute; 
    top: -3px; 
    right: 5px !important; 
    width: 20px; 
} 
.select2-container .select2-search--inline .select2-search__field { 
    vertical-align: middle !important; 
    font-family: 'SF Pro Display'; 
    font-style: normal; 
    font-weight: 400; 
    font-size: 14px; 
    line-height: 26px; 
    letter-spacing: 0.4px; 
    color: #6B7098; 
    width: 30% !important; 
} 
.select2-container--default .select2-selection--multiple .select2-selection__clear { 
    margin-top: 0px !important; 
} 
.select2-container--default .select2-selection--single .select2-selection__arrow b { 
    border: none !important; 
    background-image: url("https://hicounselor.com/assets/frontend/images/select-2-down-arrow.svg") !important; 
    background-repeat: no-repeat !important; 
    height: 14px !important; 
    left: 50%; 
    margin-left: -10px !important; 
    margin-top: 0 !important; 
    position: absolute; 
    top: 40%; 
    width: 14px !important; 
    background-position: center; 
} 
.select2-container { 
    width: 100% !important; 
} 
.select2-container--default .select2-selection--multiple .select2-selection__choice { 
    margin-top: 0px !important; 
    margin-bottom: 5px !important; 
}
.select2-results__option--selectable { 
    font-size: 14px !important; 
    margin: 0px !important; 
    font-family: 'SF Pro Display' !important; 
    font-style: normal !important; 
    line-height: 24px !important; 
    font-weight: 400 !important; 
    color: #1D1E37 !important; 
} 
.select2-dropdown { 
    border: 1px solid #E7EDF6 !important; 
} 
.select2-container--default .select2-search--dropdown .select2-search__field { 
    border: 1px solid #E7EDF6 !important; 
} 
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #5245DF !important; 
    color: #fff !important; 
} 
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none !important; 
}
/* select 2 css end */
.projects-tile-wp { position: relative; }
.hc-project-tile {
    position: relative;
    border-radius: 8px;
    border: 1px solid #E8EEF2;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(24, 1, 225, 0.08);
    padding: 16px;
    display: flex;
    flex-direction: row;
}
.hc-pro-col-1 {
    position: relative;
    width: 40%;
}
.hc-pro-col-2 {
    position: relative;
    width: 30%;
}
.hc-pro-col-3 {
    position: relative;
    width: 30%;
}
.hc-pro-no {
    background: rgba(82, 69, 223, 0.11);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002346; 
    font-size: 12px; 
    font-weight: 600;
    line-height: 16px;
}
.hc-pro-details {
    position: relative;
}
.hc-pro-name {
    color: #1D1E37; 
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;  
    letter-spacing: 0.7px;
}
.hc-pro-desc {
    color: #3A3850; 
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;  
    letter-spacing: 0.7px;
    margin-top: 5px;
}
.hc-pro-desc a {
    color: #5245DF;  
    text-decoration-line: underline;
    display: inline-block;
}
.hc-pro-desc a:hover,
.hc-pro-desc a:focus {
    color: #5245DF;  
    text-decoration-line: underline;
}
.flex-sec-1 { width: 6%; }
.flex-sec-2 { width: 94%; }
.hc-skill-sec { position: relative; }
.hc-pro-label {
    display: block;
    color: #6B7098; 
    font-size: 12px; 
    font-weight: 400;
    line-height: 18px;  
    letter-spacing: 0.7px;
}
.hc-skill-list {
    position: relative;
    padding-inline-start: 0;
    margin: 0;
}
.hc-skill-list li {
    position: relative;
    list-style: none;
    margin-bottom: 0;
    margin-right: 4px;
    display: inline-block;
}
.hc-skill-list li span {
    border-radius: 16px;
    background: #E6EBF1;
    padding: 2px 8px;
    color: #58557D; 
    text-align: center; 
    font-size: 10px; 
    font-weight: 400;
    line-height: 16px;
}
.hc-task-sec {
    position: relative;
    margin-top: 16px;
}
.task-label {
    color: #6B7098; 
    font-size: 12px; 
    font-weight: 400;
    line-height: 18px;  
    letter-spacing: 0.7px;
}
.task-label span {
    color: #5245DF;  
    font-weight: 600;  
}
.hc-status-sec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.hc-status-badge {
    border-radius: 16px;
    padding: 2px 10px;  
    text-align: center; 
    font-size: 12px; 
    font-weight: 400;
    line-height: 18px;
    color: #FFF;
}
.hc-status-badge-level {
    border-radius: 16px;
    padding: 2px 10px;  
    text-align: center; 
    font-size: 12px; 
    font-weight: 400;
    line-height: 18px;
    color: #000;
}
.green-badge { background: #2FB5A2; }
.yello-badge { background: #F90; }
.pink-badge { background: #FC466B; }
.hc-progress-sec {
    position: relative;
    margin-top: 16px;
} 
.pl-30 { padding-left: 30px; }
.pr-30 { padding-right: 30px; }
.lock-img-wp  { height: 20px; width: 20px; }
.hc-lock-icon {
    position: relative;
    font-size: 20px !important; 
    color: #3A3850;
}
.w-35 { width: 35% !important; }
.w-15 { width: 15%; }
.progress-perc {
    color: #002346; 
    font-size: 12px; 
    font-weight: 600;
    line-height: 12px;  
    letter-spacing: 0.7px;
    text-align: center;
}
.hc-disabled {
    background: lightgrey !important;
    color: #6c6c6c !important;
    cursor: not-allowed !important; 
} 
.project-career-popup {
    font-family: "SF Pro Display";
    font-style: normal;
    letter-spacing: 0.7px;
}
.project-career-popup .modal-top {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px 24px;
    border-bottom: 1px solid #E8EEF2;
}
.project-career-popup .modal-top-title {
    color: #1D1E37;  
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}
.project-career-popup .modal-header-right {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.project-career-popup .step-no {
    color: #3A556A; 
    font-size: 12px; 
    font-weight: 400;
    line-height: 18px; 
}
.project-career-popup .close1 { 
    color: #3A556A;
    text-decoration: none;
    line-height: 15px;
    height: 24px;
    width: 24px;
}
.project-career-popup .close1:hover,
.project-career-popup .close1:focus { 
    color: #3A556A;
    text-decoration: none;
}
.m-close-ic { font-size: 24px !important; }
.project-career-popup .modal-bottom {
    position: relative;
    padding: 16px 24px;
    border-top: 1px solid #E8EEF2;
}
.hc-modal-comtent {
    padding: 24px 24px 60px 24px;
}
.hc-modal-label {
    color: #002346; 
    font-style: italic;
    font-size: 24px; 
    font-weight: 600;
    line-height: 32px;
}
.chackbox-sec {
    position: relative;
    margin-top: 20px;
}
.checkbox-sec-2 {
    position: relative;
    margin-top: 32px;
}
/* check box css start */
.cat {
    position: relative;
    padding-inline-start: 0;
    margin: 0;
    font-family: "SF Pro Display";
    font-style: normal;
}
.cat li {
    list-style: none;
    display: inline-block;
    margin: 0px 4px 8px 0px;   
    border-radius: 4px;
    background: rgba(107, 112, 152, 0.20); 
    color: #111; 
    font-size: 12px; 
    font-weight: 400;
    line-height: 18px; 
}  
.cat li label { margin: 0px; }
.cat li label span {
    text-align: center;
    padding: 7px 16px; 
    display: block;
    cursor: pointer;
} 
.cat li label input {
    position: absolute;
    display: none;
    color: #fff !important;
}
.cat li label input+span span {
    display: none;
    color: #fff;
    font-size: 20px;
    margin-left: 8px;
    padding: 0px;
} 
/* selects all of the text within the input element and changes the color of the text */
.cat li label input+span {
    color: #111;
} 
/* This will declare how a selected input will look giving generic properties */
.cat li input:checked+span {
    color: #ffffff; 
    background-color: #2FB5A2;
    border-radius: 4px;
    display: flex; 
    align-items: center;
}  
.cat li input:checked+span span { display: inline-block; }
/* check box css end */ 

#pagination-container {
    text-align: center;
    margin-top: 20px;
}

.page-btn {
    background-color: #fff;
    color: #3A3850;
    border: 1px solid #E8EEF2;
    padding: 2px 12px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 4px; 
    font-size: 14px;
    line-height: 22px;
}

.page-btn:hover {
    background-color: #5245DF;
    border-color: #5245DF;
    color: #fff;
    transition: 0.4s;
}

.page-btn.active {
    background-color: #5245DF;
    border-color: #5245DF;
    color: #fff;
}
.small-device-only { display: none; }
.sidebar-xs-top {
    display: none;
    align-items: center;
    justify-content: end;
    padding: 15px; 
}
.sidebar-close-btn {
    background: none;
    border: none;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0;
}
.sidebar-close-btn:focus { outline: 0; }
.side-close-ic {
    color: #fff;
}
.hc-sidebar-active { display: none !important; }
.footer_bottom {
    background: #f7f0ff !important;
} 

/*payment popup css start*/
.payment-modal { 
        top: 15%; 
    }  
    .payment-modal .modal-header { 
        border: none; 
    }  
    .payment-modal .modal-header .close { 
        position: absolute; 
        top: 15px; 
        right: 20px; 
        border-radius: 0px; 
        background: #fff !important; 
        color: #222; 
        font-weight: 500; 
    }  
    .payment-modal .modal-header .close:hover { 
        color: #222; 
    }   
    .payment-modal .modal-footer { 
        border: none; 
        padding: 0px 0px 40px 0px; 
    }  
    .int-btn-2 { 
        border-radius: 8px; 
        background: linear-gradient(159deg, #9848FF 0%, #5D14BB 100%); 
        box-shadow: 0px 0px 15px 0px rgba(152, 72, 255, 0.30); 
        padding: 10px 20px; 
        color: #FFF; 
        text-align: center; 
        font-family: "SF Pro Display"; 
        font-size: 14px; 
        font-style: normal; 
        font-weight: 600; 
        line-height: 24px; 
        letter-spacing: 0.7px; 
        border: none; 
        cursor: pointer; 
    }  
    .int-btn-2:focus { 
        outline: 0; 
        color: #FFF; 
    }  
    .popup-middle-content { 
        position: relative; 
        text-align: center; 
    }  
    .success-message { 
        color: #2FB5A2 !important; 
        font-size: 16px; 
        font-weight: 400; 
        line-height: 24px; 
    }  
    .error-message { 
        color: red !important; 
        font-size: 16px; 
        font-weight: 400; 
        line-height: 24px; 
    }
/*payment popup css end*/
#resetFiltersBtn {
    background-color: #5245DF;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;  
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;  
}   
#resetFiltersBtn:focus {
    outline: 0;
}
.only-for-mobile { display: none; }
.only-for-desktop { display: block; }

/* new css */
    .ai-sec-tile {
        position: relative;
        background: linear-gradient(90deg, #5245DF 0%, #9063E8 100%);
        font-family: "SF Pro Display";
        font-style: normal;
        padding: 50px 15px;
    }
    .ai-img-sec {
        position: relative;
    }
    .page-heading-3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        color: #fff;
    }
    .page-heading-4 {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
        color: #fff;
    }
    .page-desc-2 { color: #fff; }
    .page-desc-3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        color: #fff;
    }
    .ai-img-sec img { 
        width: 250px; 
        margin-top: 24px;
    }
    .mt-16 { margin-top: 16px; }
    .mt-24 { margin-top: 24px; }
    .mt-30 { margin-top: 30px; }
    .mt-35 { margin-top: 35px; }
    .mt-45 { margin-top: 45px; }
    .mt-60 { margin-top: 60px; }
    .mt-90 { margin-top: 90px; }
    .page-btn-1 {
        position: relative;
        display: block;
        width: max-content;
        text-decoration: none;
        /* background: linear-gradient(90deg, #5245DF 0%, #9063E8 100%); */
        background: #fff;
        border-radius: 8px;
        padding: 8px 24px; 
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.4px; 
        color: #222;
    }
    .page-btn-1:hover,
    .page-btn-1:focus {
        text-decoration: none;
        color: #222;
    }
    .ai-close-btn {
        /* background: linear-gradient(90deg, #5245DF 0%, #9063E8 100%) !important; */
        background: #fff !important;
        color: #6a5ee4 !important;
    }
@media (min-width: 992px) {
    .project-career-popup .modal-lg {
        max-width: 950px;
    }
}
@media (min-width: 1400px) {
    .hc-project-container {
        max-width: 1600px;
        margin: 100px auto 0 auto;
    }
}
@media(min-width: 768px) and (max-width: 900px) {
    .hide-in-tab { display: none !important; }
    #project_sidebar { display: none; }
    .hc-page-wp.sidebar-closed { width: 100%; }
    .top-slide-title {
        font-size: 16px;
        line-height: 26px;
    }
    .top-slide-desc {
        font-size: 14px;
        line-height: 24px;
    }
    .p-left-0 { padding-left: 15px; }
    .filter-form-sec { width: 100%; }
    .ml-sm-0 { margin-left: 0px !important; } 
    .p-sm-0 { padding: 0px; }
    .mt-sm-16 { margin-top: 16px; }
    .hc-project-tile { flex-direction: column; }
    .hc-pro-col-1,
    .hc-pro-col-2,
    .hc-pro-col-3 { width: 100%; } 
    .hc-status-sec { justify-content: flex-start; }
    .small-device-only { display: inline-block; }
    .sidebar-xs-top { display: flex; }
    .hc-sidebar-active { display: block !important; }
    .hc-sidebar-active .project-sidebar { width: 50%; }
    .only-for-mobile { display: block; }
    #pro_filters { display: none; }
    .xs-flex-cls {
        display: flex;
        align-items: center;
    }
    .project-count { margin-left: auto; }
}

.projects-tile-wp .card { 
    margin-bottom: 24px;  
    border-radius: 7px;
    border: 1px solid #E8EEF2;
    box-shadow: 0px 0px 8px rgb(24 1 225 / 8%); 
}

.projects-tile-wp .card-header {
    border-radius: 7px 7px 0px 0px;
    border-bottom: none; 
    background: #faf6fd;
    display: flex;
    align-items: center;
}
.projects-tile-wp .card-header .title {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.7px;
    color: #1D1E37;
}
.projects-tile-wp .card-body {
    border-top: 1px solid #E8EEF2;
}

.projects-tile-wp .card-header .accicon {
    margin-left: auto;
    font-size: 20px;  
    width: 1.2em;
}

.projects-tile-wp .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}
.popup-devider { 
    position: relative; 
    display: block; 
    margin: 24px 0px; 
    text-align: center; 
    color: #1D1E37; 
    font-size: 14px; 
    font-weight: 500; 
    line-height: 24px; 
    z-index: 1; 
} 
.popup-devider span { 
    background: #fff; 
    display: inline-block; 
    width: 40px; 
    height: 24px; 
}

.popup-devider:before { 
    content: ""; 
    position: absolute; 
    width: 100%; 
    height: 1px; 
    background: #d9d9d9; 
    left: 0; 
    top: 11px; 
    z-index: -1; 
}
.beginner-count {
    border-radius: 16px;
    padding: 2px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    background: #bc82fb;
    margin-left: 24px;
}
.intermediate-count {
    border-radius: 16px;
    padding: 2px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    background: #03d1ff;
    margin-left: 24px;
}
.advanced-count {
    border-radius: 16px;
    padding: 2px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    background: #ff5597;
    margin-left: 24px;
}
/* css for tooltip */
.hovercard {
    position: absolute; 
    display: none;
    z-index: 1;
    left: 0;
    right: -65px;
    top: 32px;
    transform: translateX(-50%);
    z-index: 9999;
}
.info-tooltip {
    position: relative; 
    display: inline-block;   
}
.info-tooltip:hover::after {
    position: absolute;
    content: '\25BC';
    height:auto;
    color: #000;
    top: 17px;
    right: 16px;
    transform: scale(1.8,1) translate(-33%,-50%);
    transition: 0.5s;
    transition-delay: 0.1s; 
    transform: rotate(180deg);
}
.after-none:after { display: none !important; }
.info-tooltip:hover .hovercard { 
    display: block;
    transition: 0.5s;
    transition-delay: 0.1s;
}
.tooltiptext {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #000;
    border-radius: 5px;
    font-size: 14px !important;
    letter-spacing: 0.7px !important;
    line-height: 22px !important; 
    text-align: center;
    color: white;
    line-height: 15px;
    transition: 1s;
    width: 150px;
    padding: 8px;
}
/* end of tooltip css */
@media(max-width: 767px ) {
    #project_sidebar { display: none; }
    .hc-page-wp.sidebar-closed { width: 100%; }
    .project-top-slide {
        align-items: flex-start;
        flex-direction: column-reverse;
        padding: 15px;
    }
    .project-top-slide-img { margin-left: 0px; }
    .top-slide-title {
        font-size: 16px;
        line-height: 26px;
    }
    .top-slide-desc {
        font-size: 14px;
        line-height: 24px;
    }
    .objective-sec { width: 100%;  }
    .p-left-0 { padding-left: 15px; }
    .mt-xs-24 { margin-top: 24px; }
    .mt-xs-16 { margin-top: 16px; }
    .filter-form-sec { width: 100%; }
    .hc-project-tile { flex-direction: column; }
    .hc-pro-col-1,
    .hc-pro-col-2,
    .hc-pro-col-3 { width: 100%; }
    .p-xs-0 { padding: 0px; }
    .hc-status-sec { justify-content: flex-start; }
    .small-device-only { display: inline-block; }
    .sidebar-xs-top { display: flex; }
    .hc-sidebar-active { display: block !important; }
    .hc-sidebar-active .project-sidebar { width: 100%; }
    .only-for-mobile { display: block; }
    .only-for-desktop { display: none; }
    #pro_filters { display: none; }
    .xs-flex-cls {
        display: flex;
        align-items: center;
    }
    .project-count { margin-left: auto; }
    .top-objective { width: 100% !important; }
    .project-top-slide-img { display: none; }
}