/* breadcrumbs css starts here */
.breadcrumb-item {
  display: inline-flex !important;
  float: none;
}
/* breadcrumbs css ends here */
.cleanup-sidebar {
  padding: 60px 0px;
}
.cleanup-sidebar p {
  color: #001a1e;
  font-size: 16px;
}
.expert-services-wrapper {
  padding: 30px 0px;
}
.cleanup-sidebar form {
    padding-top: 0px;
}
.contact-form-wrapper textarea.form-control {
    border: 1px solid #efefef;
    border-radius: 0px;
}
.expert-services-wrapper h2 {
  color: #dcb560;
  font-size: 32px;
  margin-bottom: 30px;
}
.expert-services-wrapper h4 {
  color: #616263;
  font-size: 18px;
  font-weight: bold;
}
.expert-services-wrapper ul {
  padding: 0px;
  list-style-type: none;
}
.expert-services-wrapper ul li {
  line-height: 32px;
  color: #001a1e;
}
.expert-services-wrapper ul li::before {
  content: "\2022";
  color: #535353;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.deep-cleaning-wrapper h2 {
  color: #dcb560;
  font-size: 32px;
  margin-bottom: 30px;
}
.deep-cleaning-wrapper ul {
  padding: 0px;
  list-style-type: none;
}
.deep-cleaning-wrapper ul li {
  line-height: 32px;
  color: #001a1e;
}
.deep-cleaning-wrapper ul li::before {
  content: "\2022";
  color: #535353;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.deep-cleaning-wrapper li span {
  color: #dbb660;
}
.faq-sec {
  padding: 40px 0px;
}
.faq-sec h2 {
  color: #dcb560;
  font-size: 32px;
  margin-bottom: 30px;
}
.faq-sec .faq-item {
  margin: 40px 0px;
}
.faq-wrapper h3 {
  font-size: 32px;
  color: #001a1e;
  font-weight: bold;
}
.faq-wrapper .faq-item li {
  color: #001a1e;
  padding: 23px 0px 0px 0px;
}
.remading-wrapper h2 {
  color: #dcb560;
  font-size: 32px;
  margin-bottom: 35px;
}
.remading-wrapper span {
  font-weight: 500;
}
.cleanup-sidebar .form-group {
  display: flex;
}
.cleanup-sidebar .form-group input {
  flex: 6;
  border-radius: 0px;
}
.cleanup-sidebar .form-group button {
  flex: 1;
  color: #fff;
  background: #dcb560;
  border-radius: 0px;
}
.sidebar-services-list ul {
  padding-left: 30px;
}
.sidebar-services-list a {
  color: #646464 !important;
  font-size: 14px !important;
  margin: 0px;
  transition: all 0.3s ease-in-out;
}
.sidebar-services-list a:hover{
  color: #dcb560 !important;
}
.sidebar-services-list a::before {
  content: "•";
  position: relative;
  left: -5px;
  color: #9f9f9f;
}
.sidebar-services-list li::marker {
  color: #535353;
}
.cleanup-sidebar .form-group input::placeholder {
  font-family: "Poppins";
  font-size: 16px;
}
/* cleanup sidebar section ends here */
/* contact form css starts here */
.cleanup-sidebar .contact-content-wrapper {
  padding-top: 50px;
}
.contact-content-wrapper h3 {
  color: #dbb560;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}
.contact-content-wrapper p {
  color: #5b5b5b;
  font-weight: 400;
  font-size: 18px;
}
.contact-content-wrapper h5 {
  font-size: 19px;
  font-family: "Poppins";
  color: #001a1e;
  font-weight: 600;
}
.contact-content-wrapper ul {
  padding: 0px;
  list-style-type: none;
}

.contact-content-wrapper li {
  line-height: 32px;
  color: #001a1e;
  font-weight: 400;
  font-size: 19px;
  margin: 15px 0px;
}
.contact-form-wrapper {
  padding-top: 50px;
}
.contact-content-wrapper li a {
  color: #EDAA29;
  display: inline-block;
  margin-left: 6px;
}
.address-wrapper span {
  color: #4e4e4e;
  font-weight: 600;
}
.address-wrapper li {
  color: #4e4e4e;
  margin: 15px 0px;
  font-size: 18px;
}
.contact-form-wrapper input#exampleCheck1 {
  margin: 0px;
  margin-top: 6px;
}
.contact-form-wrapper h2 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #dbb560;
  line-height: 32px;
}
.contact-form-wrapper button.btn:hover {
    border-color: #fff;
    outline: 2px solid #DCB560;
}
.contact-form-wrapper button.btn {
    flex: none;
    font-family: "Poppins";
    font-weight: 400;
    border: 1px solid #fff;
    padding: 15px 30px;
    background-color: #DCB560;
}
/* contact form css ends here */
