  .custom-accordion-icon {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
}

.custom-accordion-header-title-cont {
    background: #F5F5F5;
    padding-top: 17px;
    padding-right: 25px;
    padding-bottom: 17px;
    padding-left: 25px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background: #f5f5f5;
    color: #262626;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-accordion-header-title-cont h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.custom-accordion-icon svg {
    width: 25px;
    height: 25px;
}

.accordion-plus, .accordion-minus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordion-minus {
    opacity: 0;
}

.custom-accordion-title {
    margin-left: 10px;
}

.custom-accordion {
    margin: 10px 0;
    overflow: hidden;
}

.custom-accordion.open {
    padding-bottom: 10px;
}

.custom-accordion .custom-accordion-header-title-cont {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s linear;
}

.custom-accordion .custom-accordion-description {
    height: 0px;
    padding: 0 30px;
    background: #F7F7F7;
}

.custom-accordion.open .custom-accordion-header-title-cont {
    background: #0F2C47;
}

.custom-accordion.open .custom-accordion-header-title-cont .custom-accordion-title h3 {
    color: #fff;
}

.custom-accordion.open .custom-accordion-header-title-cont .custom-accordion-icon svg {
    color: #fff;
}

.custom-accordion.open.custom-accordion .custom-accordion-description > div {
    padding-top: 20px !important;
    padding-bottom: 20px;
}

.custom-accordion .custom-accordion-description * {
    margin-bottom: 0;
}

.custom-accordion .custom-accordion-description {
    transition: 0.2s;
}
.custom-accordion.open .accordion-plus {
    opacity: 0;
}

.custom-accordion.open .accordion-minus {
    opacity: 1;
}
.custom-accordion.open .accordion-minus {
    opacity: 1;
}

.custom-accordion.open .accordion-plus {
    opacity: 0 ;
}

.custom-accordion.open .accordion-minus i.fa-solid {
    color: #fff;
}