
                .cleaning_header {

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

                .cleaning_leafletmap {

}
.cleaning_leafletmap .fluid-col-lg-5 .fluid-col {
    left: 50%;
    width: 100vw;
    transform: translate3d(-50%, 0, 0);
}
@media (min-width: 992px) {
  .cleaning_leafletmap .fluid-col-lg-5 {
    min-height: 0;
  }
  .cleaning_leafletmap .fluid-col-lg-5 .fluid-col {
    width: calc(44.2vw - 15px);
    left: 15px;
    transform: none;
  }
}

                .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;
}
