 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", sans-serif;
    }

    body {
    color: #222;
    /*background: #f7fbf9;*/
    }

    .container {
    margin: auto;
    padding: 0px;
    padding: 0 100px;
    }
    p {
    color: #646464;
    font-size: 16px;
    }

    
    /* HEADER */
    span.cart img {
        width: 30px;
    }
    section.hero {
        margin-top: -170px;
        padding-top: 120px;
    }
    .logo img {
        width: 150px !important;
        height: 150px !important;
    }

    .header-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .logo img {
      height: 60px;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 26px;
    }

    .nav a {
      text-decoration: none;
      color: #000;
      font-size: 15px;
      font-weight: 500;
    }

    .icons {
      display: flex;
      align-items: center;
      gap: 18px;
      font-size: 18px;
      position: relative;
    }

    .cart {
      position: relative;
    }

    .cart small {
      position: absolute;
      top: -6px;
      right: -10px;
      background: #0a4fa3;
      color: #fff;
      font-size: 10px;
      padding: 2px 6px;
      border-radius: 50%;
    }

    /* BUTTONS */
    .btn-primary {
      background: #0a4fa3;
      color: #fff !important;
      padding: 12px 26px;
      border-radius: 30px;
      text-decoration: none;
      font-size: 14px;
    }

    .btn-green {
      background: #8fb24a;
      color: #fff;
      padding: 14px 26px;
      border-radius: 30px;
      text-decoration: none;
    }

    .btn-blue {
      background: #0a4fa3;
      color: #fff;
      padding: 14px 26px;
      border-radius: 30px;
      text-decoration: none;
    }

    /* HERO */
    span.search img {
    width: 25px;
    }
    .vector-img {
    position: relative;
    }
    .star-vector {
    position: relative;
    }
    .star-vector img {
    width: 89px !important;
    position: absolute;
    right: 0px;
    top: 45px;
    }
    .vector-img img {
    width: 145px !important;
    position: absolute;
    top: -165px;
    left: -110px;
    }
    .hero-image img {
    width: 100%;
    display: block;
    }
    .hero {
    background-color: #EDF5F1;
    }
    .hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    }
    .hero h1 {
    font-size: 58px;
    text-align: left;
    line-height: 70px;
    font-weight: 500;
    }
    .hero h1 span {
    color: #0a4fa3;
    font-weight: 700;
    font-size: 58px !important;
    }
    .hero-buttons {
    margin-top: 45px;
    }
    .hero p {
    margin: 0;
    color: #646464;;
    font-size: 16px;
    }
    .hero-buttons a {
    margin-right: 15px;
    }

    /* BUTTONS */
    .btn-green {
    background: #81A841;
    color: #fff;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    }
    .btn-blue {
    background: #0a4fa3;
    color: #fff;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    }

    /* SERVICES */
    .btn-booking-div {
    margin-top: 20px;
    }
    button.book {
    background: #0a4fa3;
    color: #fff;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    border: none;
    font-size: 16px;
    }
    .icon-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
     }
    .icon-list {
    background-color: #EDF5F1;
    margin-top: 25px;
    padding: 20px;
    border-radius: 10px;
    }
    .icon-div p {
    margin: 0px !important;
    font-weight: 500;
    color: #000;
    }
    .icon-div img {
    width: 25px !important;
    margin: 0 !important;
    }
    .icon-div {
    display: flex;
    gap: 10px;
    align-items: center;
    }
    ul.item-list {
    margin-top: 10px;
    }
    .services-list-item {
    margin-top: 25px;
    }
    .services-content p {
    margin-top: 10px;
    }
    ul.item-list li {
    color: #646464;
    font-size: 16px;
    margin-left: 22px;
    }
    .services-content h5 {
    font-size: 22px;
    font-weight: 600;
    }
    .services-content-section h5 {
    font-size: 22px;
    font-weight: 600;
    }
    .services-content h3 {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    }
    .services-box1,.services-box2 {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    }
   .services-content-section {
      margin-left: 30px !important;
    }
    .services-box2{
      flex-direction: row-reverse;
    }
    .services-box1,.services-box2 {
    margin-top: 45px;
    }
    .service-img img {
    width: 600px;
    }
    .services-content-section h3 {
    font-size: 40px;
    font-weight: 600;
    }
    span.strong {
    color: #0a4fa3;
    font-weight: 700;
    font-size: 40px;
    }
    section.services h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    }
    section.services {
    margin: 80px 0px;
    padding: 0px 100px;
    }
    .section-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    }
    .section-title span {
    color: #0a4fa3;
    }

    .service-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
    align-items: center;
    }
    .service-card.reverse {
    grid-template-columns: 1fr 1fr;
    }
    .service-content h3 span {
    color: #0a4fa3;
    }
    .service-content ul {
    margin: 15px 0;
    }
    .service-content ul li {
    margin-bottom: 8px;
    }

    /* WHY */
    .container.why-grid h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    }
    .right-vector-img {
    position: relative;
    }
    .right-vector-img img {
        width: 75px;
        position: absolute;
        right: 0;
        bottom: 33px;
    }
    .list-item-division ul {
    margin-left: 22px;
    }
    .list-item-division {
    background-color: #EDF5F1;
    border-radius: 10px 10px 0px 0px;
    }
    section.why-choose h2 {
    font-size: 40px;
    font-weight: 600;
    }
    .container.why-grid img {
    margin-top: -130px;
    }
    .why-choose {
    background: #82A941;
    color: #fff;
    margin-top: 150px;
    }
    .why-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: end;
    }
    .why h2 span {
    color: #0a4fa3;
    }

    /* STEPS */
    .icon-box h4 {
    margin: 0px 0px 10px;
   }
    .container-steps {
    padding: 0px 100px;
   }
    .arrow-img {
    width: 85px;
    margin-top: 20px;
   }
    .arrow-img img {
    width: 135px;
   }
    .icon-box img {
    width: 85px;
   }
    span.box-title {
    font-size: 18px;
   }
    section.steps {
    margin: 80px 0px;
    }
    .steps-grid {
    display: flex;
    text-align: center;
    justify-content: center;
    }
    .step {
    background: #eaf5f1;
    padding: 20px;
    border-radius: 50%;
    }
    .icon-div-list {
    display: flex;
    gap: 10px;
    align-items: center;
   }
   .icon-div-list img {
    width: 25px;
    margin: 0;
   }
   .icon-div-list p {
    margin: 0 !important;
   }
   .right-overview-content img {
    width: 300px;
   }

    /*Pricing overview*/
    section.pricing-overview {
    padding: 0px 100px;
    margin-bottom: 30px;
    }
    .left-overview-content h2 {
    font-size: 40px;
    font-weight: 600;
   }
    .pricing-overview-wraper {
    background-color: #EDF5F1;
    padding: 0px 30px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 325px;
    }
    .pricing-icon-list {
    margin-top: 30px;
    }
    .left-overview-content p {
    margin-top: 10px;
    }
    .right-overview-img img {
    width: 300px;
    }
    .vector-cleaning img {
    width: 120px;
    position: absolute;
    left: -64px;
    bottom: -25px;
    }
    .vector-cleaning {
    position: relative;
    }

    /*Professionals*/

.trust-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* IMAGE */
.trust-image img {
  width: 100%;
  max-width: 550px;
  display: block;
}

/* CONTENT */

.trust-content h2 {
    font-size: 40px;
    font-weight: 600;
}
.trust-content h2 span {
  color: #0a4fa3;
}

.subtitle {
  color: #777;
  margin-bottom: 25px;
}

/* LIST */
.trust-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
}
.trust-content p {
    margin-top: 10px;
}

.trust-item {
  background: #E2ECFA;
  padding: 18px 22px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  width: 435px;
}

/* NOTE */
.note {
  margin-top: 20px;
  color: #777;
  font-size: 14px;
  max-width: 420px;
}

/*Info section*/
section.info-section {
    margin: 70px 0px 80px 0px;
}
.info-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* CARD BASE */
.info-card {
  border-radius: 18px;
  padding: 40px 0px 0px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

/* LEFT CARD */
.green-card {
  background: linear-gradient(90deg, #8db84f, #d8ecc1);
}

/* RIGHT CARD */
.blue-card {
  background: linear-gradient(90deg, #cfe0f6, #0a4fa3);
  color: #000;
}

/* TEXT */
.info-text {
  max-width: 67%;
  padding-bottom: 40px;
}

.info-text h2 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.info-text h2 span {
  color: #0a4fa3;
}

.blue-card .info-text h2 span {
  color: #0a4fa3;
}

.info-text ul {
  list-style: none;
}

.info-text ul li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  font-size: 15px;
}

.info-text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0a4fa3;
  font-weight: bold;
}

.info-text p {
  font-size: 15px;
  color: #333;
  max-width: 380px;
}

/* IMAGE */
.info-image img {
    width: 225px;
    position: absolute;
    right: -25px;
    z-index: 1 !important;
    top: -106px;
}
.info-image {
    position: relative;
}

    /* CTA */
    .cta-vector img {
    width: 85px !important;
    bottom: 0;
    left: -420px;
    position: absolute;
    top: 50px;
   }
    .cta-vector {
    position: relative;
   }
    a.btn-blue-cta {
    color: #fff;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #82A941;
    margin-left: 10px;
   }
    .container.cta-flex img {
    position: absolute;
    width: 500px;
    right: 0;
   }
    .cta {
    background: #10499A;
    color: #fff;
    padding: 60px 0px 60px 40px;
    margin: 0px 100px;
    border-radius: 10px;
    margin: 0px 100px 80px 100px;
    }
    .cta-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0;
    }
    .cta h2 span {
    color: #81A841;
    font-size: 40px;
    font-weight: 700;
    }
    section.cta h2 {
    font-size: 40px;
    font-weight: 600;
    }
    .container.cta-flex p {
    color: #fff;
    font-size: 16px;
    margin: 15px 0px 40px 0px;
    }

    /* FOOTER */
    .footer-contact img {
    width: 15px;
    height: 15px;
    }
    .footer {
      background: #eef6f1;
      font-family: "Segoe UI", sans-serif;
    }

/* LAYOUT */
.footer-top {
    display: flex;
    gap: 40px;
    padding: 60px 20px;
    align-items: center;
    justify-content: space-between;
    padding: 40px 100px;
}

.container {
  max-width: 1250px;
  margin: auto;
}

/* BRAND */
.footer-brand img {
  height: 70px;
  margin-bottom: 10px;
}

.brand-title {
  font-weight: 600;
  color: #0a4fa3;
}

.brand-tagline {
  font-size: 13px;
  color: #6bb23c;
  margin-bottom: 14px;
}

.brand-desc {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  text-align: center;
  margin-top: -22px;
}
.footer-brand img {
    width: 160px;
    height: 160px;
    margin: auto;
    display: block;
}

/* LINKS */
.footer-links h4,
.footer-contact h4 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-links a {
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
}

/* CONTACT */
.footer-contact p {
  font-size: 14px;
  margin: 0;
}
.icon-contact-box {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 10px;
}

/* NEWSLETTER */
.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 20px;
}

.newsletter-box {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.newsletter-box label {
  font-size: 14px;
  white-space: nowrap;
}

.newsletter-box input {
  flex: 1;
  border: none;
  outline: none;
  background: #eef6f1;
  padding: 8px;
  border-radius: 6px;
}

.newsletter-box button {
  background: #0a4fa3;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
}

/* SOCIAL */
.social {
  display: flex;
  gap: 10px;
}
.social img {
    width: 25px;
}

/* COPYRIGHT */
.footer-bottom {
  background: #0a4fa3;
  color: #fff;
  text-align: center;
  padding: 18px;
  font-size: 16px;
}

.footer-links {
    margin-top: 20px;
}
.footer-contact {
    margin-top: 20px;
}

/* RESPONSIVE */


    @media screen and (min-width:440px) and (max-width:768px){
      .icon-group {
       display: none;
       }

      .header-btn {
        padding: 10px 18px;
        font-size: 14px;
      }
      .services-box1 {
      flex-direction: column;
      gap: 25px;
      }
      .service-img img {
      width: 100%;
      }
      .container.why-grid {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      }
      .container.why-grid {
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
      }
      .container.why-grid img {
       margin-top: 0;
      }
      .why-grid {
       padding: 0;
      }
      .container-steps {
      padding: 0;
      }
      section.services {
       padding: 0;
      }
      .services-box2 {
        flex-direction: column;
      }
      overview-wraper {
      flex-direction: column;
      height: auto;
     }
    }
    @media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .newsletter-box {
    justify-content: center;
  }

  .social {
    justify-content: center;
  }
}
/* deep frontend
 */
    .rating-btn {
            background-color: #82A941;
            width: 175px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 5px;
            border-radius: 5px;
            margin: auto;
            gap: 5px;
        }

        .service-rating-btn {
            background-color: #82A941;
            width: 175px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 5px;
            border-radius: 5px;
            gap: 5px;
            margin-top: 10px;
        }

        span.price-section {
            font-size: 14px;
        }

        .rating img {
            width: 13px;
        }

        .step-header {
            text-align: center;
        }

        .rating {
            background-color: #10499A;
            padding: 1px 5px;
            border-radius: 60px;
        }

        .cleaning-container {
            display: flex;
            justify-content: center;
            padding: 165px 100px 0px 100px;
            gap: 20px;
        }

        .container-center-wraper {
            width: 525px;
            background-color: #EDF5F1;
            border-radius: 5px;
            box-shadow: 5px 5px #f9f9f9e8;
            margin-top: -45px;
        }

        .services-section h5 {
            margin: 0;
            font-size: 28px;
            font-weight: 700;
            text-align: center;
        }

        .services-section {
            background: hsla(85, 36%, 78%, 1);
            background: linear-gradient(225deg, hsla(85, 36%, 78%, 1) 0%, hsla(216, 35%, 63%, 1) 100%);
            background: -moz-linear-gradient(225deg, hsla(85, 36%, 78%, 1) 0%, hsla(216, 35%, 63%, 1) 100%);
            background: -webkit-linear-gradient(225deg, hsla(85, 36%, 78%, 1) 0%, hsla(216, 35%, 63%, 1) 100%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#CADBB2", endColorstr="#819BC2", GradientType=1);
            padding: 20px;
            border-radius: 5px 5px 0px 0px;
        }

        .left-wrap {
            background: hsla(83, 44%, 46%, 1);
            background: linear-gradient(90deg, hsla(83, 44%, 46%, 1) 0%, hsla(215, 81%, 33%, 1) 100%);
            background: -moz-linear-gradient(90deg, hsla(83, 44%, 46%, 1) 0%, hsla(215, 81%, 33%, 1) 100%);
            background: -webkit-linear-gradient(90deg, hsla(83, 44%, 46%, 1) 0%, hsla(215, 81%, 33%, 1) 100%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#82a941", endColorstr="#10499A", GradientType=1);
            border-radius: 10px;
            padding: 30px 15px;
            width: 350px;
            box-shadow: 5px 5px 5px 5px #bdb8b800;
            position: sticky;
            top: 0;
        }

        .services-box-layout {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }

        .container-left h5 {
            font-size: 15px;
            color: #fff;
            font-weight: 500;
            text-align: center;
            margin: 0px 0px 15px 0px;
        }

        hr.service-line-break {
            border-top: 1px solid #ffffff00;
        }

        .select-service img {
            width: 100%;
            height: auto;
            border-radius: 15px;
        }

        span.service-headline {
            font-size: 13px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-weight: 500;
            margin-top: 10px;
            text-align: center;
        }

        .services-section p {
            margin: 0;
            text-align: center;
            font-size: 15px;
            font-weight: 400;
            line-height: 22px;
        }

        .div-upper h5 {
            margin: 0;
            font-size: 15px;
            font-weight: 700;
        }

        /*.div-upper {*/
        /*    display: flex;*/
        /*    align-items: center;*/
        /*    gap: 30px;*/
        /*}*/
        .div-upper {
           display: block;
        }

        li.price-detail-list {
            font-size: 14px;
            color: #646464;
            font-weight: 600;
        }

        .step-header h4 {
            font-size: 30px;
            margin: 0px 0px 15px 0px;
            font-weight: 600;
        }

        span.reviews {
            font-size: 13px;
            font-weight: 500;
        }

        .service-section-details {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
            padding: 35px 20px;
        }

        .property-type-content h6 {
            font-size: 20px;
            text-transform: uppercase;
            color: #10499A;
            font-weight: 700;
            text-shadow: 0 0 black;
            margin: 0;
            text-align: center;
            width: 95px;
        }

        span.property {
            font-size: 16px;
            font-weight: 500;
            color: #10499A;
            text-transform: uppercase;
            text-align: center;
        }

        .property-type {
            background: hsla(216, 38%, 71%, 1);
            background: linear-gradient(270deg, hsla(216, 38%, 71%, 1) 0%, hsla(84, 53%, 84%, 1) 100%);
            background: -moz-linear-gradient(270deg, hsla(216, 38%, 71%, 1) 0%, hsla(84, 53%, 84%, 1) 100%);
            background: -webkit-linear-gradient(270deg, hsla(216, 38%, 71%, 1) 0%, hsla(84, 53%, 84%, 1) 100%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#98AFD1", endColorstr="#DBECC1", GradientType=1);
            padding: 45px 25px;
            border-radius: 100px;
            box-shadow: 10px 10px 10px -10px #dddddd;
        }

        button.add {
            background-color: #ffff;
            border: none;
            padding: 5px 25px;
            border-radius: 5px;
            box-shadow: 5px 5px #00000000;
            font-size: 14px;
            font-weight: 500;
        }

        .add-to-card-btn {
            text-align: center;
            margin-top: -22px;
        }

        .property-discription {
            margin: 10px 0px 0px 20px;
        }

        .property-discription li {
            color: #646464;
            font-size: 15px;
        }

        button.btn-view {
            border: none;
            background-color: #fdfdfd00;
            font-size: 16px;
            font-weight: 500;
            color: #10499A;
            margin-top: 15px;
        }

        hr.divider {
            width: 500px;
            border-left: 0;
            border-top: 1px solid #dfdfdf;
        }

        .property-type-content {
            text-align: center;
        }

        .right-sider-property-container {
            width: 125px;
            height: 120px;
            border-radius: 100px;
            box-shadow: 5px 5px #e7e7e73d;
        }

        .service-section-image-box img {
            width: 125px;
            border-radius: 100px;
            height: 120px;
        }

        .option {
            font-size: 14px;
            text-align: center;
            margin-top: 10px;
            font-weight: 500;
        }

        .upper-service-box img {
            width: 485px;
            border-radius: 20px;
            margin: 20px 0px;
        }

        .upper-service-box {
            width: 485px;
            height: 245px;
            padding: 20px;
            border-radius: 20px;
        }

        .services-left-side-content-division {
            margin-top: 45px;
        }

        .div-upper-box h5 {
            margin: 0;
            font-size: 15px;
            font-weight: 700;
        }

        .price-hrs {
            display: flex;
            gap: 30px;
        }

        hr.highlight-border {
            width: 500px;
            border-top: 3px solid #10499A;
        }

        .cart-container-wrap {
            background-color: #EDF5F1;
            border-radius: 5px;
        }

        .cart-container {
            width: 305px;
        }

        .cart-box img {
            width: 115px;
            margin-top: -30px;
        }

        .cart-box {
            text-align: center;
            padding-bottom: 20px;
        }

        .cart-box h5 {
            text-align: center;
            font-size: 15px;
            margin: 20px 0px 0px 0px;
        }

        .discount-container {
            background-color: #82A941;
            border-radius: 5px;
            padding: 15px;
            margin-top: 20px;
            box-shadow: 5px 5px #c1c1c114;
        }

        .discount-img img {
            width: 38px;
            background-color: #fff;
            padding: 3px;
            border-radius: 5px;
        }

        .discount-content h5,
        p {
            margin: 0;
        }

        .discount-img {
            display: flex;
            gap: 15px;
        }

        .discount-content p {
            color: #fff;
            font-weight: 400;
            font-size: 14px;
        }

        .discount-content h5 {
            font-size: 15px;
            font-weight: 700;
        }

        p.more-offer {
            color: #10499A;
            font-size: 15px;
            font-weight: 700;
            display: flex;
            align-items: center;
            margin-top: 25px;
        }

        span.arrow-down img {
            width: 40px;
            margin-top: 9px;
        }

        .profeesionals-container {
            background-color: #EDF5F1;
            border-radius: 5px;
            padding: 25px;
            margin-top: 20px;
            box-shadow: 5px 5px #edeaea26;
        }

        .icon-list img {
            width: 15PX;
        }

        .icon-list {
            display: flex;
            gap: 10px;
            margin-top: 10px;
        }

        .icon-list li {
            list-style: none;
            font-size: 16px;
            font-weight: 100;
        }

        .profeesionals-container-wraper {
            display: flex;
            justify-content: space-between;
        }

        .container-wraper-left h5 {
            font-size: 18px;
            margin: 0;
        }

        .container-wraper-right img {
            border-radius: 100px;
        }

        @media screen and (min-width:440px) and (max-width:768px) {
            .cleaning-container {
                flex-direction: column;
            }

            .left-wrap {
                width: 100%;
            }

            .container-center-wraper {
                width: 100%;
                margin-top: 25px;
            }

            .cart-container {
                width: 100%;
            }

            .cleaning-container {
                padding: 30px 0px;
            }

            hr.divider {
                width: 100%;
            }

            hr.highlight-border {
                width: 90%;
            }
            .cart-container {
                width: 100%;
                margin-top: 50px;
            }

            .upper-service-box img {
                width: 400px;
            }

            .services-box-layout {
                justify-content: center;
            }
        }