.service-list-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 10%);
}

.service-list {
  display: flex;
}

.service-list li {
  flex: 1;
  padding: 41px 0 44px;
}

.service-list li:not(:last-of-type) {
  border-right: 1px solid rgb(0, 0, 0, 10%);
}

.service_list_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.service_list_img {
  width: 82px;
  height: 75px;
  margin-bottom: 13px;
}

.service_list_img img {
  margin: auto;
  filter: brightness(0) saturate(100%) invert(51%) sepia(77%) saturate(3717%)
    hue-rotate(11deg) brightness(99%) contrast(86%);
}

.service_list_title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.36px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
}
.service-details-page .inner_banner_info .content-left-block .features-list {
  width: 70%;
}
.service-details-page .inner_banner_info .content-left-block {
  width: auto;
  padding-right: 100px;
  flex: 1;
}
/* ----------------CUSTOM CABINATS-------------- */
.custom-cabinat-cta {
  height: 650px;
}

.custom-cabinat-cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 0.4;
  z-index: 1;
}
.custom-cabinat-cta .container {
  height: 100%;
  position: relative;
  z-index: 2;
}

.custom_cabinat_wrap {
  /* max-width: 580px;*/
  max-width: 770px;
  text-align: center;
}

/* ----------------Book Appointment-------------- */
.book-appointment .get_in_touch_form {
  padding: 0;
}

/* ------------- GALLERY SECTION -------------- */
.featured-projects-sec .heading-wrap {
  margin-bottom: 40px;
}
.service-detail-banner .inner_banner_info .content-left-block .heading-60 {
  font-size: 40px;
}
/* ----------------- RESPONSIVENESS ----------------- */
@media (max-width: 1599.99px) {
  .custom-cabinat-cta {
    height: 450px;
  }
}

@media (max-width: 1439.99px) {
  .service-details-page .inner_banner_info .content-left-block {
    width: auto;
    padding-right: 80px;
  }
  .service-detail-banner .inner_banner_info .content-left-block .heading-60 {
    font-size: 36px;
  }
}

@media (max-width: 1199.99px) {
  .custom-cabinat-cta {
    height: 400px;
  }
  .custom_cabinat_wrap {
    max-width: 550px;
  }
  .service-details-page .inner_banner_info .content-left-block .features-list {
    width: 100%;
  }
  .service-detail-banner .inner_banner_info .content-left-block .heading-60 {
    font-size: 32px;
  }
  .service-details-page .inner_banner_info .content-left-block {
    width: auto;
    padding-right: 50px;
  }
  .service-list li {
    padding: 20px 0 15px;
  }

  .service_list_title {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (max-width: 991.99px) {
  .service-list {
    flex-wrap: wrap;
  }
  .service-detail-banner .inner_banner_info .content-left-block .heading-60 {
    font-size: 28px;
  }
  .service-list li {
    flex: unset;
    width: 33.33%;
  }
  .service-details-page .inner_banner_info .content-left-block {
    width: 1005;
    padding-right: 0px;
  }
  .service-list li:nth-child(3) {
    border-right: none;
  }
  .service-list li:nth-child(-n + 3) {
    border-bottom: 1px solid rgb(0, 0, 0, 10%);
  }
}

@media (max-width: 767.99px) {
  .custom-cabinat-cta {
    height: 300px;
  }
  .custom_cabinat_wrap {
    max-width: 450px;
  }
  .service-detail-banner .inner_banner_info .content-left-block .heading-60 {
    font-size: 26px;
  }
  .featured-projects-sec .heading-wrap {
    margin-bottom: 25px;
  }
}

@media (max-width: 575.99px) {
  .custom-cabinat-cta {
    height: 250px;
  }
  .custom_cabinat_wrap {
    max-width: 350px;
  }
  .service-detail-banner .inner_banner_info .content-left-block .heading-60 {
    font-size: 22px;
  }
  .service-list li {
    padding: 15px 0 8px;
  }
  .service_list_img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .service_list_img img {
    object-fit: contain;
    height: 50px;
    width: 50px;
  }

  .service_list_title {
    font-size: 14px;
    padding: 5px 0;
    line-height: 1;
  }
}

@media (max-width: 375.99px) {
  .service-list li {
    width: 50%;
  }

  .service-list li:nth-child(-n + 3),
  .service-list li:nth-last-child(3) {
    border-bottom: 1px solid rgb(0, 0, 0, 10%);
  }

  .service-list li:not(:last-of-type) {
    border-right: unset;
    border-bottom: 1px solid rgb(0, 0, 0, 10%);
  }

  .service-list li:nth-child(odd) {
    border-right: 1px solid rgb(0, 0, 0, 10%);
  }
}
