.searchInput .field-jobsearch-search {

    margin-bottom: 0 !important;
}

.jobsection .jobCard .projectName h3 {

    max-width: 100%;
    padding-bottom: 9px !important;
}

.jobsection .jobCard .projectName h3:last-child {

    font-size: 18px;
    font-weight: 600;
}

.remove-shw:focus {

    border: 0 !important;
    outline: none !important;
}

.remove-shw {


    font-size: 19px;
    padding-bottom: 10px !important;
}

.btn.buttonTechnology {

    padding: 0.375rem 0.75rem;
}

.inputBox label {

    padding-bottom: 10px !important;
}

.accordion {
    box-shadow: rgba(99, 99, 99, .2) 0px 2px 8px 0px;
    background: transparent !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.accordion .accordion-button {
    /* background-color: #f8f9fa; */
    /* border-left: 3px solid #89ba16; */
    cursor: pointer;
}

.accordion .accordion-button:focus {
    box-shadow: none;
}

.accordion .accordion-button .designation_headeings h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    position: relative;
}

@media (max-width: 768px) {
    .accordion .accordion-button .designation_headeings h2 {
        font-size: 18px;
    }
}


.accordion-button::after {

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%2a81ee' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%2a81ee' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed) {

    background-color: rgba(42, 129, 238, .0784313725) !important;
}

.jobsection .jobCard .card-footer {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    position: absolute;
    bottom: 20px;
}

.jobsection .jobCard .cardDescription .descriptionPoint {
    margin-bottom: 15%;
}

p {
    color: #000;
}

ul {
    padding-left: 20px;
}