
                  .cleaning_dropdown-list{

}
.cleaning_dropdown-list h3 {
    line-height: 40px;
}
.cleaning_dropdown-list .customLineAnimation {
    -webkit-animation-name: customLineAnimation;
    animation-name: customLineAnimation;
}
.cleaning_dropdown-list .custom-line {
    display: inline-block;
    width: 50px;
    border-bottom: 3px solid #ccc;
}
.cleaning_dropdown-list .custom-accordion-style-1 > .card {
    transition: ease border-color 300ms;
}
.cleaning_dropdown-list .text-color-dark, .cleaning_dropdown-list .text-dark {
    color: #212529 !important;
}
.cleaning_dropdown-list .custom-accordion-style-1 > .card .card-header a {
    position: relative;
    padding: 23px 30px;
    background-color: #fff;
    transition: ease background-color 300ms,ease color 300ms;
    text-decoration: none;
}
.cleaning_dropdown-list .custom-accordion-style-1 > .card .card-header a.collapsed {
    background-color: #fff;
}
.cleaning_dropdown-list .custom-accordion-style-1 > .card .card-header a::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: inherit;
    font-weight: inherit;
    transform: translate3d(0,-50%,0) rotate(45deg);
    transform-origin: 50% 50%;
    transition: ease transform 300ms;
}
.cleaning_dropdown-list .custom-accordion-style-1 > .card .card-header a.collapsed::after {
    transform: translate3d(0,-50%,0) rotate(0deg);
}
.cleaning_dropdown-list .custom-accordion-style-1 > .card .card-header a:not(.collapsed) {
    color: #fff !important;
}
.cleaning_dropdown-list .custom-accordion-style-1 > .card + .card {
    margin-top: 20px;
}

@-webkit-keyframes customLineAnimation {
 0% {
  width:0;
  opacity:1
 }
 100% {
  width:50px;
  opacity:1
 }
}
@keyframes customLineAnimation {
 0% {
  width:0;
  opacity:1
 }
 100% {
  width:50px;
  opacity:1
 }
}
