.release-heading__title {
    color: #0b3bc2;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
}
.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear;
}
.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}
.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}
.accordion-option .title {
    font-size: 20px;
    font-weight: 700;
    float: left;
    padding: 0;
    margin: 0;
}
.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}
.accordion-option .toggle-accordion:before {
    content: "Expand All";
}
.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}
.accordion-button {
    border-left: unset !important;
}
.accordion-item--release {
    border: transparent;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.accordion-title__wr:focus {
    box-shadow: unset;
}
.accordion-title__wr,
.accordion-title__wr:not(.collapsed) {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.25px;
    font-family: "Nunito Sans", sans-serif;
}
.release--body-small,
.release-anchor--text,
.release-heading--h5 {
    line-height: 1.5;
    font-weight: 600;
}
/* Default arrow style */
.release-button::before {
    width: 30px;
    height: 30px;
    content: " ";
    background-image: url(/resources1/images/icons/arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.2s ease-in-out;
    display: inline-block;
    margin-right: 0.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0rem;
}

/* Expanded arrow style */
.release-button.collapsed::before {
    transform: translateY(-50%) rotate(180deg);
}

/* Expand all arrow style */
#expandAllBtn::before {
    background-image: url(/resources1/images/icons/arrow-up.png);
}

/* Collapse all arrow style */
#collapseAllBtn::before {
    background-image: url(/resources1/images/icons/arrow-down.png);
}
/* Add class for the arrow rotation */
.release-button.rotate-up::before {
    transform: translateY(-50%) rotate(180deg);
}

/* Adjust arrow direction for the collapsed state */
.release-button.collapsed::before {
    transform: translateY(-50%);
}

.accordion-title--wrp {
    position: relative;
    cursor: pointer;
    padding: 0.5em 2.5em 0.5em 4.5em;
    min-height: 3.5em;
}
.release-button {
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    position: relative;
}
.release-heading--h5 {
    font-size: 20px;
    letter-spacing: 0.25px;
    font-family: "Nunito Sans", sans-serif;
}
.release--body-small {
    font-size: 1rem;
}
.connect-bdb-btn,
.release-cont--anchor {
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
}
.release--item {
    border-left: unset !important;
    border-right: unset !important;
    border-radius: unset !important;
}
.release--content {
    padding: 0 1rem 0rem 1rem;
}
.release-cont--anchor {
    font-size: 16px;
    color: #0b3bc2;
}
.release-table--list {
    width: 100%;
}
.release-border--ln {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.releaseNts-bg1 {
    background: url(/resources1/images/background/data-pipeline.png) 0 0 / cover #0b3bc2;
}
.connect-bdb-btn {
    background-color: #0b3bc2 !important;
    border: 1px solid #0b3bc2;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 15px;
}
.release-left--datep {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #A5A5A5;
    font-family: 'Nunito Sans';
}
.release-bg--cl {
    background-color: #0B3BC2;
}

.rl-right {
    color: #2b2b2b;
}
.rl-right.active, .rl-right:hover {
    color: #0B3BC2 !important;
}
@media (min-width: 992px) {
    .acrelease--width {
        max-width: 72%;
        margin-left: auto;
        margin-right: auto;
    }
    .partners-circle-right7 {
        position: absolute;
        top: 5%;
        left: 5%;
        width: 4%;
    }
}

@media (max-width: 578px) {
    .partners-circle-right7 {
        display: none;
    }
}


.blg-right--brd {
    border-right: 2px solid #f6f6f6 !important;
} 
.blog-tp--brd {
    border-top: 2px solid #f6f6f6;
   
}
.relNts--rght>tr>td:nth-child(1) {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.25px;
    font-family: 'Nunito Sans';
}
.relNts--rght>tr>td:nth-child(2) {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.25px;
    font-family: 'Nunito Sans';
}

.relNts--rght>tr>td:nth-child(1) {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.25px;
    font-family: 'Nunito Sans';
}
.relNts--rght>tr>td:nth-child(2) {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.25px;
    font-family: 'Nunito Sans';
}
.blog-tp--brd.active {
    color: #0B3BC2 !important;
}
.rels-breadcrumb--para {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.25px;
    font-family: 'Nunito Sans';
}
.rels-innr--head {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.25px;
    font-family: 'Nunito Sans';

}
.blueHD {
    color: #0B3BC2 !important;
}
.noteColor {
    color: red;
}