
                .cleaning_header {

}
.cleaning_header a{
  text-decoration: none;
}

                .cleaning-alt_dropdown-list{

}
.cleaning-alt_dropdown-list h3 {
    line-height: 40px;
}
.cleaning-alt_dropdown-list .customLineAnimation {
    -webkit-animation-name: customLineAnimation;
    animation-name: customLineAnimation;
}
.cleaning-alt_dropdown-list .custom-line {
    display: inline-block;
    width: 50px;
    border-bottom: 3px solid #ccc;
}
.cleaning-alt_dropdown-list .custom-accordion-style-1 .card {
    transition: ease border-color 300ms;
}
.cleaning-alt_dropdown-list .text-color-dark, .cleaning-alt_dropdown-list .text-dark {
    color: #212529 !important;
}
.cleaning-alt_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-alt_dropdown-list .custom-accordion-style-1 .card .card-header a.collapsed {
    background-color: #fff;
}
.cleaning-alt_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-alt_dropdown-list .custom-accordion-style-1 .card .card-header a.collapsed::after {
    transform: translate3d(0,-50%,0) rotate(0deg);
}
.cleaning-alt_dropdown-list .custom-accordion-style-1 .card .card-header a:not(.collapsed) {
    color: #fff !important;
}
.cleaning-alt_dropdown-list .custom-accordion-style-1 .card + .card {
    margin-top: 20px;
}
.cleaning-alt_dropdown-list .custom-box-shadow-1 {
    -webkit-box-shadow: 0px 18px 30px -4px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 0px 18px 30px -4px rgba(0, 0, 0, 0.62);
    box-shadow: 0px 18px 30px -4px rgba(0, 0, 0, 0.62);
}
.cleaning-alt_dropdown-list .rounded-edge {
    border-radius: 10px;
}

@-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
 }
}

                .cleaning_contact-form{

}
.cleaning_contact-form h3 {
    line-height: 40px;
}
.cleaning_contact-form .customLineAnimation {
    -webkit-animation-name: customLineAnimation;
    animation-name: customLineAnimation;
}
.cleaning_contact-form .custom-line {
    display: inline-block;
    width: 50px;
    border-bottom: 3px solid #CCC;
}
.cleaning_contact-form .custom-form-style-1 .form-control {
    height: calc(1.8em + 1.85rem + 2px);
    padding: 15.6px 20px;
    padding: 0.975rem 1.25rem;
    background: #f7f7f7;
    border-color: #f7f7f7;
    line-height: 1.5 !important;
}
.cleaning_contact-form .custom-form-style-1 textarea.form-control {
    height: auto;
}
