:root{
    --prime-ft2-bg-color:#34495f;
    --prime-ft2-color:#34495f;
    --prime-ft-color:#01203d;
    --prime-bg-color: #e9eff5;
    --fs-65: 1rem;
}
.body-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.elevate{
    color:#01203D;
}
.acc{
    background-color: #D8E6EF;
}
.acc-div{
    padding:30px 0px;
    background: linear-gradient(90deg, #3F2B96 0%, #A8C0FF 100%);
}
.acc-div .count-div-acc i,
.acc-div .count-div2-acc i {
    font-size: 40px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.count-div-acc {
    border-right: 2px solid rgba(0, 0, 0, .14);
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.count-div2-acc {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top:20px;
}
.values-container-acc {
    margin-top: -20px;
}
.accd{
    width:90% !important;
}
.accredit-cards-acc {
    border-radius: 8px ;
    background: white ;
    display: flex ;
    margin-top: 20px ;
    flex-direction: column ;
    justify-content: center ;
    align-items: center ;
    box-shadow: 0 4px 0px rgba(0, 0, 0, 0.1);
    border:1px solid #718AA5;
}
.accredit-cards-div-acc{
    background-color: #eae7e7;
}
.acc-logo{
    gap:5%;
}
.accredit-card-para-acc {
    text-align: center;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    padding-top: 10px;
}
.spl-logos-acc{
    width:120px !important;
}
.spl-logos-acc2{
    width:145px !important;
}
.spl-logos-accd{
    width:200px !important;
}
.accredit-para-acc{
    color:#01203D;
}
@media(min-width:992px){
    .count-div2-acc{
        width:25%;
    }
    .acc-d{
        margin-bottom:2.5rem;
    }
    .count-div-acc{
        width:25%;
        border-right:2px solid rgba(0, 0, 0, .14);
        border-bottom:0px;
    }
    .accd{
        width:100% !important;
    }
    .acc-col{
        width:30% !important;
    }
    .accredit-cards-container-acc {
        padding-bottom: 20px;
        width: 100%;
    }
}
#intro-acc .accordion-button:not(.collapsed)::after{
    --bs-accordion-btn-active-icon: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="10" width="6.25" viewBox="0 0 320 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"/></svg>');
    transform: scale(0.5);
}
#intro-acc .accordion-button::after{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="10" width="6.25" viewBox="0 0 320 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"/></svg>');
    transform: rotate(180deg) scale(0.5);
}
#faqs-container-acc .accordion-item>.accordion-header .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid var(--prime-bg-color) !important;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: transparent !important;
  }
  #faqs-container-acc .accordion-flush>.accordion-item>.accordion-collapse {
    border: none;
    border-top: 1px solid transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .high-acc{
    background-color:transparent !important;
    border-bottom:1px solid #e9eff5 !important;
    border-radius: 4px !important;
  }
  #faqs-container-acc .accordion-item>.accordion-header .accordion-button {
    border-color: #34495f3b !important;
    color: var(--prime-ft2-color);
}
.accredit-para {
    font-family: 'Open Sans', sans-serif;
    margin-top: 30px;
    font-size: 14px;
    width: 100%;
    line-height: 22px;
}
.accredit-images {
    object-fit: contain;
}
@media (min-width: 4367px) {
    .content-zoomed-out {
        width: 30%;
        margin-bottom: 10px;
    }
}
@media (min-width: 3367px) {
    .content-zoomed-out {
        width: 33.5%;
    }
}
@media (min-width: 2732px) {
    .content-zoomed-out {
        width: 50%;
    }
}
@media (min-width: 1867px) {
    .content-zoomed-out {
        width: 67%;
    }
}
@media (min-width: 1767px) {
    .content-zoomed-out {
        width: 75%;
    }
}
@media (min-width: 1567px) {
    .content-zoomed-out {
        width: 81%;
    }
}
@media (min-width: 1367px) {
    .content-zoomed-out {
        width: 90%;
    }
}
@media (min-width: 1200px) and (max-width: 1367px) {
    .content-zoomed-out {
        width: 90%;
    }
}
.prime-ft2-bdr-color {
    border: 2px solid var(--prime-ft2-color);
}
.bx-tggle-shdw {
    box-shadow: -1px 6px 11px -6px var(--prime-ft2-color);
}
.prime-ft2-bg-color {
    background-color: var(--prime-ft2-color);
}
.transition-all {
    transition: all 0.5s ease-in-out;
}
.prime-ft2-bg-color {
    background-color: var(--prime-ft2-color);
}
.accordion-flush .accordion-item {
    border: none;
}
.fs-65 {
    font-size: var(--fs-65);
}
.collapsed {
    border: 1px solid #e1e2e4;
}
.accordion-button {
    box-shadow: none !important;
}
.border-bottom-acai {
    border: 1px solid #d0d5db !important;
    border-top: none !important;
}
.accordion-collapse {
    box-shadow: none !important;
}
button {
    outline: none;
    cursor: pointer;
    border: none;
}
.whiteSpace-nw {
    white-space: nowrap;
}
@media only screen and (max-width: 480px) {
    .col-3 {
        width: 89%;
    }
    .mob-logos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width:576px) {
    .accredit-btn-fs {
        font-size:12px !important;
    }
}
@media only screen and (min-width: 280px) and (max-width: 400px) {
    .careers-text {
        font-size: 12px;
        font-weight: 600;
        text-align: center;
    }
}
.careers-transform-value {
    color: white;
    font-size: 27px;
    font-weight: 700;
    margin-top: 10px;
}
@media only screen and (min-width: 280px) and (max-width: 400px) {
    .careers-transform-value {
        font-size: 26px;
        font-weight: 700;
    }
}

