.warranty_accordian article>h2 span:before {
    display: none;
}
.warranty_accordian article>h2 span {
    font-size: 24px;
    color: #004ea6;
    font-weight: bold;
    padding-left: 0px;
}
li.warranty_accordian .scAactive h2 {
    border-bottom: 1px solid #004ea6 !important;
}
.warranty_accordian article>div section {
    padding:0px;
    padding-bottom: 0px;
}
.warranty_accordian article>h2 span:after {
    /* background: url(../images/expand_icon1.png) no-repeat 3px 3px; */
    content: "+";
   /* text-indent: -50px;*/
    font-size: 22px;
    color: #004ea6;
    width: 26px;
    height: 26px;
    /* border: 1px solid; */
    /* border-radius: 50%; */
}
.warranty_accordian article>h2 span:after {
    top: 1px;
    right: 0px;
    position: absolute;
    right: 0px;
}
.warranty_accordian article.scAactive>h2 span:after {
    /* background: url(../images/expand_icon1.png) no-repeat 3px -61px; */
    content: "-";
    /* text-indent: -44px; */
    font-size: 22px;
    /* border: 1px solid; */
    /* border-radius: 50%; */
    width: 26px;
    height: 26px;
}
.warranty_accordian article {
    position: relative;
}
.financial_heading {
    background: #f7f7f7;
    height: 68px;
    border: 1px solid #dadada;
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.financial_heading h2 {
    margin-bottom: 0px;
    line-height: 66px;
    padding-left: 20px;
    padding-bottom: 0px;
}