.clening-about-area {
  padding: 0 0 110px;
}
.clening-about-content-discription {
  width: 76%;
}
.clening-about-content-discription p.clening-about {
  background-color: #ffffff;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  padding: 14px 50px 29px;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-second);
  font-weight: 500;
  font-style: italic;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.clening-about-content-discription p.clening-about:hover {
  color: #ffff;
}
.clening-about-content-discription p.clening-about::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  left: 0;
  background: var(--color-second);
  top: 0;
  transition: 0.5s;
  z-index: -1;
}
.clening-about-content-discription p.clening-about:hover::before {
  width: 100%;
}
.clening-about-content-discription p {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-weight: 400;
  padding: 10px 0 0;
}
.clening-about-content-list {
  margin-bottom: 38px;
}
.clening-about-content-list ul {
  list-style: none;
}
.clening-about-content-list ul li {
  font-size: 16px;
  color: var(--color-second);
  font-weight: 500;
  padding: 7px 21px 0px;
  position: relative;
}
.clening-about-content-list ul li::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background: var(--color-second);
  left: 0;
  top: 13px;
  border-radius:var(--button-radius);
}
.clening-about-information {
  display: inline-flex;
}
.clean-home-btn a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  background: var(--color-second);
  color:  var(--color-second);
  padding: 15px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: .5s;
}
.clean-home-btn a:hover{
  color: #ffff;
}
.clean-home-btn a::before{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  z-index: -1;
  transition: .5s;
}
.clean-home-btn a:hover::before{
  transform: rotateX(90deg);
}
.clean-home-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  z-index: -1;
  transition: .5s;
}
.clean-home-btn a:hover::after{
  transform: rotateY(90deg);
}
.clean-home-btn.clening-about {
  margin-right: 34px;
}
.clean-home-btn.clening-about a {
  background: var(--color-primary);
  color: #fff;
  padding: 18px 35px;
  border-radius: var(--button-radius);
}
.clean-home-btn.clening-about a::before {
  background: var(--color-second);
}
.clean-home-btn.clening-about a::after {
  background: var(--color-second);
}
.clean-home-btn.clening-about a:hover {
  background-color: var(--btn-hover);
}
.clening-about-icon {
  margin-right: 20px;
}
.clening-about-icon i {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  line-height: 64px;
  text-align: center;
  font-size: 28px;
  color: var(--color-second);
  background: var(--color-primary);
  display: inline-block;
}
.clening-about-phone h5 {
  font-size: 18px;
  line-height: 28px;
  color: var(--color-second);
  font-weight: 400;
}
.clening-about-phone h5 span {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-primary);
  display: block;
}
.clening-about-thumb {
  position: relative;
  text-align: right;
}
.clening-about-shape {
  position: absolute;
  bottom: 74px;
  left: -23px;
}
.clening-about-content {
  position: absolute;
  background: var(--color-primary);
  height: 176px;
  width: 176px;
  bottom: -1px;
  left: 110px;
  border-radius: 88px;
  text-align: center;
  padding: 48px 0 0;
}
.clening-about-content h4 {
  font-size: 46px;
  color: #0a1026;
  font-weight: 500;
}
.clening-about-content p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.clening-section-sub-title.clening-about {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.clening-section-sub-title.clening-about::after {
  content: "";
  height: 3px;
  width: 50px;
  background: var(--color-second);
}
.clening-section-sub-title.clening-about h4 {
  font-size: 16px;
  color: var(--color-second);
  font-weight: 500;
  margin-right: 0.6em;
}
.clening-section-main-title.clening-about {
  margin-bottom: 22px;
}
.clening-section-main-title.clening-about h2 {
  font-size: 44px;
  color: var(--color-second);
  font-weight: 600;
  line-height: 54px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .clening-section-main-title.clening-about h2 {
    font-size: 41px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .clening-about-content-discription {
    width: 100%;
  }
  .clening-about-thumb img {
      width: 100%;
  }
  .clening-about-shape {
  display: none;
  }
  .clening-about-content {
  display: none;
  }
  .clening-section-main-title.clening-about h2 {
    font-size: 34px;
    line-height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .clening-about-area {
    padding: 0 0 75px;
  }
  .clening-about-content-discription {
    width: 100%;
  }
  .clening-about-content-discription p.clening-about {
    padding: 14px 14px 29px;
  }
  .clening-about-content-discription p {
    font-size: 15px;
  }
  .clening-about-content-list ul li {
    font-size: 15px;
  }

  .clening-clean-home-btn.clening-about {
    margin-right: 6px;
  }
  .clening-clean-home-btn.clening-about a {
    padding: 14px 18px;
    font-size: 15px;
  }
  .clening-about-icon {
    margin-right: 10px;
  }
  .clening-about-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 23px;
  }
  .clening-about-phone h5 {
    font-size: 16px;
  }
  .clening-about-phone h5 span {
    font-size: 16px;
  }
  .clening-about-thumb img {
    width: 100%;
    margin-top: 40px;
  }
  .clening-about-content-discription p.clening-about::before {
    height: 67px;
  }
  .clening-about-shape {
    display: none;
  }
  .clening-section-main-title.clening-about h2 {
    font-size: 25px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .clening-about-area {
    padding: 0 0 80px;
  }
  .clening-about-content-discription {
    width: 100%;
  }
  .clening-about-information {
    margin-bottom: 50px;
  }
  .clening-about-thumb {
    text-align: left;
  }
  .clening-about-thumb img {
    width: 100%;
  }
  .clening-about-shape {
    display: none;
  }
  .clening-about-content {
    display: none;
  }
  .clening-section-main-title.clening-about h2 {
    font-size: 34px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .clening-about-area {
    padding: 0 0 80px;
  }
  .clening-about-content-discription {
    width: 100%;
  }
  .clening-about-information {
    margin-bottom: 50px;
  }
  .clening-about-thumb {
    text-align: left;
  }
  .clening-about-thumb img {
    width: 100%;
  }
  .clening-about-shape {
    display: none;
  }
  .clening-about-content {
    display: none;
  }
  .clening-section-main-title.clening-about h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
  .clening-clean-home-btn a {
    font-size: 16px;
    padding: 10px 20px;
  }
  .clening-about-area {
    padding: 0 0 80px;
  }
  .clening-about-content-discription {
    width: 100%;
  }
  .clening-about-content-discription p.clening-about {
    padding: 14px 11px 29px;
    font-size: 14px;
  }
  .clening-about-content-list ul li {
    padding: 7px 16px 0px;
  }
  .clening-about-information {
    margin-bottom: 50px;
  }
  .clean-home-btn.clening-about {
    margin-right: 4px;
  }
  .clean-home-btn.clening-about a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .clening-about-icon {
    margin-right: 3px;
  }
  .clening-about-icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }
  .clening-about-phone h5 {
    font-size: 15px;
    line-height: 21px;
  }
  .clening-about-phone h5 span {
    font-size: 15px;
  }
  .clening-about-thumb {
    text-align: left;
  }
  .clening-about-thumb img {
    width: 100%;
  }
  .clening-about-shape {
    display: none;
  }
  .clening-about-content {
    display: none;
  }
  .clening-section-main-title.clening-about h2 {
    font-size: 26px;
    line-height: 42px;
  }
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; 
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); 
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); 
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); 
  } 
}