.heading_stack h2 {
    position: relative;
}

.heading_stack h2:after {
    content: '';
    background: #000;
    height: 2px;
    width: 160px;
    margin: 30px auto;
    display: block;
}

a.btn.btn-nova {
    background-color: #e71e4a;
    width: 100%;
    color: #fff;
    border-radius: 50px;
    padding: 7px 10px 7px 18px;
}

a.btn.btn-nova i {
    background-color: rgba(255, 255, 255, 0.22);
    padding: 8px;
    border-radius: 50px;
    margin-left: 5px;
}

.servicesd_card .img_block {
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
}

.servicesd_card .img_block span {
    font-size: 24px;
    width: 40px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    color: #481db8b5;
}

.servicesd_card .h5 {
    color: #464646;
    /* margin-bottom: 24px; */
    position: relative;
}


/* .servicesd_card .h5:after {
    background: linear-gradient(270deg, #e71e4a, #ee6a0c00);
    background: -webkit-linear-gradient(left, #e71e4a, #ee6a0c00);
    bottom: -3px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
} */

.card.shortlist_card {
    border: 0;
    box-shadow: 0px 0px 7px #e5e5e5;
    width: 100%;
    margin: 18px auto 42px;
}

.card.shortlist_card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card.shortlist_card ul i {
    font-size: 16px;
    margin-right: 4px;
    color: #4CAF50;
}

.card.shortlist_card ul li label {
    font-weight: 500;
    /* font-size: 18px; */
}

.card.shortlist_card ul li {
    margin-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

.card.shortlist_card ul li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.card.shortlist_card .card-body {
    padding: 28px;
}

.app_stack .col {
    border-right: 1px solid #e1e1e1;
    padding: 12px 12px !important;
    border-bottom: 1px solid #e1e1e1;
}

.app_stack .col:hover {
    box-shadow: 0px 0px 12px rgb(0 0 0/10%);
}


/* .app_stack .col:last-child {
    border-right: 1px solid #e1e1e1;
    padding: 12px 12px !important;
    border-bottom: 0;
} */

.app_stack .card.servicesd_card {
    border: 0;
}

.app_stack .servicesd_card .img_block {
    margin-right: 10px;
}

.app_stack .servicesd_card .img_block span {
    font-size: 18px;
    width: 26px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    color: #481db8b5;
    height: 26px;
}

.app_stack .app_stack_card {
    width: 94%;
    margin: 32px auto 32px;
}

.all_our_services_new .technologies-tabs h4 {
    font-size: 16px;
    color: #344256;
    text-transform: capitalize;
    margin: 0;
}

.client_name h3 {
    font-size: 18px;
    margin: 0px 0px 4px;
}

/* Candidate Profile CSS */

.candidate_block .candidate_name {
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 6px;
    color: #212529;
}

.candidate_block .avaliabilty {
    background-color: #239f2817;
    color: #239f28;
    border: 1px solid #239f28;
    font-size: 14px;
    padding: 1px 13px;
    border-radius: 50px;
}

.exp_candidate {
    display: flex;
    justify-content: space-around;
    background-color: rgba(51, 51, 51, 0.05);
    padding: 10px;
    border-radius: 5px;
}

.candidate_info li span {
    font-weight: 600;
}

.candidate_skills li.skills_title {
    background-color: #fff;
    border: 0;
    margin: 0;
    padding: 0px 0px 10px;
    display: block;
}

.candidate_skills li.skills_title span {
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.exp_candidate p {
    font-size: 15px;
    margin: 0;
}

.exp_candidate p span {
    font-weight: 500;
}

ul.candidate_info,
ul.candidate_skills {
    padding: 0;
    margin: 15px 0px 0px;
    list-style: none;
}

ul.candidate_info li {
    margin-bottom: 6px;
    width: 100%;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    color: #333;
    font-size: 15px;
}

ul.candidate_info li i {
    color: rgb(102, 102, 102);
    margin-right: 3px;
}

#candidate_profile .card {
    border: 0;
    /* height: 81vh; */
}


/* ul.candidate_skills {
    position: absolute;
    bottom: 16px;
} */

#candidate_profile .card .card-body {
    padding: 20px;
}

#candidate_profile {
    padding: 70px 30px;
    width: 100%;
    background-color: rgb(240, 240, 240);
}

ul.candidate_info li:last-child {
    margin: 0;
}

.candidate_skills li {
    display: inline-block;
    background-color: #481db80d;
    color: #481db8;
    border: 1px solid #481db80d;
    padding: 0px 8px;
    font-size: 14px;
    margin: 0px 4px 8px 0px;
    border-radius: 50px;
}

#candidate_profile .swiper .swiper-button-next,
#candidate_profile .swiper .swiper-button-prev {
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
}

#candidate_profile .swiper .swiper-button-next:after,
#candidate_profile .swiper .swiper-button-prev:after {
    font-family: FontAwesome;
    font-size: 20px;
    color: #858585;
}

#candidate_profile .swiper .swiper-button-next:after {
    content: "\f054";
}

#candidate_profile .swiper .swiper-button-prev:after {
    content: "\f053";
}

.styled-button {
    color: #083e3b;
    font-weight: bold;
    background-color: lightseagreen;
    border: 3px solid #188781;
    padding: 0.5rem;
}

.styled-button:hover,
.styled-button:active,
.styled-button:focus {
    background-color: #24c8bf;
    cursor: pointer;
    transform: translate(1px, 1px);
}

.styled-button:focus {
    outline: 3px solid orange;
}

.styled-list {
    list-style-type: initial;
    margin-left: 2rem;
}

.styled-list li {
    line-height: 1.25;
}

.styled-list ul {
    list-style-type: circle;
    margin-left: 1.25rem;
}

.expand-button {
    cursor: pointer;
    display: block;
    margin-top: 1rem;
    /* margin-left: auto; */
    /* margin-right: auto; */
    border: 0;
    /* border-radius: 3px; */
    background-color: transparent;
    color: #481db8;
    font-size: 1rem;
    padding: 0.5rem;
}

.expand-button:hover,
.expand-button:active,
.expand-button:focus {
    background-color: transparent;
}

.toggle_candidate {
    position: relative;
    max-height: 325px;
    overflow: hidden;
    transition: max-height 1s ease;
}

.toggle_candidate.-expanded {
    max-height: 100vh;
}

.toggle_candidate:not(.-expanded)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgb(255 255 255 / 0%), #ffffff6e);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .card.shortlist_card {
        width: 92%;
    }
}