.cleaning-thumbing {
  width: 100%;
  margin-bottom: -400px;
}
.cleaning-thumbing img {
  width: 100%;
}
@media (max-width: 1199px) {
  .cleaning-thumbing {
    margin-bottom: 30px;
  }
}
.cmn-section-title h2 {
    font-size: 51px;
}
.cleaning-quote-content .cleaning-info {
  margin-top: 200px;
}

@media (max-width: 1199px) {
  .cleaning-quote-content .cleaning-info {
    margin-top: 60px;
  }
  .cleaning-quote-content .cmn-section-title h2 {
    color: var(--title) !important;
  }
}
@media (max-width: 991px) {
  .cleaning-quote-content .cleaning-info {
    margin-top: 34px;
  }
}

.cleaning-info-item .c-info-icon {
  gap: 6px;
  margin-bottom: 20px;
}
.cleaning-info-item .c-info-icon span {
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #748AA0;
}
.cleaning-info-item .c-info-icon svg {
  width: 20px;
  height: 20px;
}
.cleaning-info-item .c-info-icon svg {
  fill: #0236A6;
}
.cleaning-info-item:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .cleaning-info-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .cleaning-info-item .c-info-icon {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 991px) {
  .cleaning-info-item h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
  }
  .cleaning-info-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .cleaning-info-item .c-info-icon {
    margin-bottom: 10px !important;
  }
}

.cleaning-form {
  border-radius: 60px;
  background: #0236A6;
  padding: 60px 60px;
}
@media (max-width: 991px) {
  .cleaning-form {
    padding: 36px 20px;
  }
}

.clean-form-grp label {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: rgba(255, 255, 255, 0.77);
  font-weight: 700;
  display: block;
  margin-bottom: -13px;
}
.clean-form-grp textarea,
.clean-form-grp input[type='email'],
.clean-form-grp input[type='text'] {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  outline: none;
  color: rgba(255, 255, 255, 0.55);
  padding: 16px 23px;
  background: transparent;
  width: 100%;
}
.clean-form-grp ::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.clean-form-grp input[type='submit'] {
  border: unset;
  color: #032B52;
}
.wpcf7 form .wpcf7-response-output {
  color: #032B52;
}
.clean-form-grp textarea {
    height: 170px;
}
.clean-form-grp p {
    margin-bottom: 0px;
}
.working-customwrap {
  display: flex;
  align-items: center;
  position: relative;
  gap: 14px;
}
.working-customwrap .working-itemv2 {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
.working-customwrap .working-itemv2 .seri {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  background: var(--base);
  margin: 0 auto 30px;
}
.working-customwrap .working-itemv2 h3 {
  margin-bottom: 18px;
}
.working-customwrap .working-itemv2 p {
  color: var(--pra);
}
.working-customwrap .work-line {
  border: 1px solid rgba(0, 0, 0, 0.09);
  height: 256px;
  border-width: 1;
}
.working-customwrap .waroow-rotate1 {
  position: absolute;
  left: 320px;
  top: 10px;
}
.working-customwrap .waroow-rotate2 {
  position: absolute;
  right: 340px;
  top: 10px;
}
@media (max-width: 1199px) {
  .working-customwrap .waroow-rotate1,
  .working-customwrap .waroow-rotate2 {
    display: none;
  }
  .working-customwrap .working-itemv2 {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
  }
  .working-customwrap .working-itemv2 .seri {
    width: 50px;
    height: 50px;
    font-size: 14px;
    margin: 0 auto 10px;
  }
  .working-customwrap .working-itemv2 h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .working-customwrap .working-itemv2 p {
    color: var(--pra);
  }
}
@media (max-width: 991px) {
  .working-customwrap {
    flex-wrap: wrap;
  }
  .working-customwrap .work-line {
    display: none;
  }
}

.bn2-worball {
  position: absolute;
  bottom: 10%;
  right: 0;
}

.cleaning-shape2 {
  position: absolute;
  top: 130px;
  right: 20%;
}