.esp-filter-section .tit-ht {
    border-radius: 47px;
    font-size: 20px;
    font-weight: 500;
}
.esp-filter-section .tit-ht:hover, .esp-filter-section .tit-ht.active {
    background: #0093CE;
    cursor:pointer;
    color:#fff;
}
.esp-filter-section .ht-icon {
    font-weight: 700;
}
.esp-filter-section .tit-ht:hover path, .esp-filter-section .tit-ht.active path  {
    fill: #fff;
}
.esp-filter-section h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0093ce;
}
.esp-filter-section .ht-list-item:before {
    position: relative;
    content: "";
    width: 6px !important;
    min-width: 6px;
    height: 6px !important;
    background: #0093ce;
    border-radius: 100%;
    margin: 0px 15px;
}
.esp-filter-section .cont-pest{
    display: none;
}
.esp-filter-section .cont-pest-desk {
    border-left: 3px solid;
}
.tit-ht svg{
    min-width: 30px;
}