.cont-pest-fl{
    display: none;
} 
#fl-pest-0{
    display: block;
}
.acc-cont > div img {
    margin-right: 10px;
    height: auto;
}
.acc-cont>div {
    align-items: start !important;
    margin-bottom: 20px;
}
.tit-fl {
    border-radius: 8px;
    background: #ECECEC;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    color: #808080;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}
.tit-fl.active, .tit-fl:hover{
    background: #0093ce;
    color:#fff !important;
}
.cont-pest-fl {
    margin-bottom: 20px;
}

.tit-fl .ht-icon span {
    border-top: 4px solid #808080;
    width: 20px;
    border-right: 4px solid #808080;
    height: 20px;
    right: 20px;
    top: 14px;
    position: absolute;
    transform: rotate(135deg);
    transition: all 0.5s;
}

.tit-fl.active .ht-icon span{
    transform: rotate(315deg);
    top:23px;
}
.tit-fl.active .ht-icon span, .tit-fl:hover .ht-icon span {
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
}