.clening-about-area {
  padding: 100px 0 110px;
}
.clening-about-area .about {
  padding: 104px 64px;
  border: 1px solid #DFE1E6;
  border-radius: 6px;
}


.jgg_770{width:100%;margin: 0 auto;margin-top: 0;position: relative;}.jgg_770 ul {box-sizing: border-box;margin: -15px -15px 0;display: flex;flex-wrap: wrap;list-style: none;padding:0px;}.jgg_770 ul li .hover_pic:hover img{transform:scale(1.08);-webkit-transform:scale(1.08);}.jgg_770 ul li .hover_pic{width:100%;display:block;overflow:hidden;border-radius: 7px;}.jgg_770 ul li {margin: 0;outline: 0;width: 50%;padding: 15px;text-align: center;box-sizing: border-box;}.jgg_770 ul li img{max-width: 100%;height: auto;-webkit-text-size-adjust: none;border: 0;transition:all 0.3s ease 0s;border-radius: 0px;}


.clening-about-content-discription {
  width: 76%;
}
.clening-about-content-discription p.clening-about {
  font-size: 18px;
  line-height: 27px;
  color: #353A3F;
  font-weight: 500;
  padding-top: 0px;
}


.tes-wrap {
    border-left: 2px solid #c1c7d0;
    padding: 10px 10px 10px 25px;
    margin-top: 25px;
    width: 76%;
}

.tes-des {
    padding-bottom: 12px;
    padding-top: 0;
    font-family: 'Sharp Sans';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.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: 20px;
  font-size: 18px;
  color: #000;
}
.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: 16px;
  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-top: 40px;
}
.clean-home-btn.clening-about a {
  background: var(--color-primary);
  color: #fff;
  padding: 12px 24px;
  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 h4 {
  font-size: 18px;
  color: #353A3F;
  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: 36px;
  color: #212427;
  font-weight: 600;
  line-height: 47px;
}


.jgg_770 ul {display:flex;flex-wrap:wrap;position:relative;}
.jgg_770 ul li {width:50%;padding: 15px;}
.jgg_770 ul li:nth-child(4){position: absolute;bottom: 33.5%;right: 0;}         
.jgg_770 ul li:last-child {position:absolute;right:0;bottom:0;}


@media screen and (max-width: 768px) {.jgg_770 ul li {width: 100%;padding: 10px;}}@media screen and (max-width: 576px) {.jgg_770 ul li {width: 100%;padding: 10px;}}



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

}

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

@media(max-width:1499px){
  .clening-about-area .about {
    padding: 40px 35px;
  }
  .clening-section-main-title.clening-about h2 {
    font-size: 32px;
  }
}

@media(max-width:1279px){
  .clening-section-main-title.clening-about h2 {
    font-size: 30px;
  }
  .clening-about-content-discription p.clening-about {
    font-size: 16px;
    line-height: 24px;
  }
  .clean-home-btn.clening-about {
    margin-top: 22px;
  }
}

@media(max-width:1199px){
  .clening-section-main-title.clening-about h2 {
    font-size: 28px;
  }
  .clening-section-main-title.clening-about {
    margin-bottom: 10px;
  }
  .clening-section-sub-title.clening-about {
    margin-bottom: 5px;
  }
  .tes-des {
    font-size: 16px;
    line-height: 24px;
  }
  .clening-about-area .about {
    padding: 14px 35px;
  }
}

@media(max-width:991px){
  .clening-about-area .about {
    padding: 15px;
  }
}

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