.service-sidebar__single+.service-sidebar__single {
  margin-top: 30px;
}

.service-sidebar__title {
  position: relative;
  margin: 0;
  padding: 25px 30px;
  background-color: var(--laboix-base, #021936);
  color: var(--laboix-white, #fff);
  font-size: 20px;
  font-weight: 700;
  line-height: 108.333%;
}

.service-sidebar__title::after {
  content: "";
  width: 40px;
  height: 25px;
  position: absolute;
  bottom: -20px;
  left: 8%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: var(--laboix-base, #021936);
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .service-sidebar__title {
    font-size: 24px;
  }
}



.service-sidebar__contact {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 33px 30px 193px 30px;
  background-color: var(--laboix-base, #021936);
}

.service-sidebar__contact-title {
  margin-top: -5px;
  max-width: 230px;
  margin-bottom: 42px;
  color: var(--laboix-white, #fff);
  font-size: 25px;
  font-weight: 700;
  line-height: 133.333%;
}

@media (min-width: 992px) {
  .service-sidebar__contact-title {
    font-size: 30px;
  }
}

.service-sidebar__contact-btn .laboix-btn {
  padding: 7.5px 30px;
  color: var(--laboix-white, #fff);
  background: var(--laboix-secondary, #0EBD66);
  font-size: 16px;
  font-weight: 600;
  line-height: 162.5%;
}

.service-sidebar__contact-btn .laboix-btn::before {
  background: var(--laboix-secondary, #0EBD66);
}

.service-sidebar__contact-btn .laboix-btn:hover {
  color: var(--laboix-white, #fff);
}

.service-sidebar__contact-image,
.service-sidebar__contact-angle {
  bottom: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  z-index: -2;
}

.service-sidebar__contact-image {
  right: 0;
  left: auto;
  z-index: -1;
}

.service-sidebar__contact-image img {
  max-height: 320px;
  width: auto;
}



/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  padding-top: 175px;
  padding-bottom: 165px;
  z-index: 1;
}

@media (max-width: 991px) {
  .page-header {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}

@media (max-width: 767px) {
  .page-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.page-header .container {
  position: relative;
  z-index: 10;
  text-align: center;
}

.page-header__title {
  margin: 0;
  color: var(--laboix-white, #fff);
  font-size: 50px;
  font-weight: 700;
  line-height: 94%;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .page-header__title {
    font-size: 40px;
  }
}

.page-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  background: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.4);
  background-size: cover;
  background-position: center;
}

.nionx-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 13px;
}

@media (max-width: 768px) {
  .nionx-breadcrumb {
    margin-bottom: 7px;
  }

}

@media (max-width: 1440px) {
  .page-header__bg {
    background-size: cover;
    background-position: center;
  }
}

.nionx-breadcrumb li {
  display: flex;
  align-items: center;
}

.nionx-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: relative;
  top: -1px;
  margin-left: 12px;
  margin-right: 12px;
  color: var(--laboix-white, #fff);
  font-size: 20px;
  font-weight: 600;
}

.nionx-breadcrumb li span,
.nionx-breadcrumb li a {
  display: inline-flex;
  color: var(--laboix-white, #fff);
  font-size: 20px;
  font-weight: 600;
  line-height: 235%;
}

.nionx-breadcrumb li a:hover {
  color: var(--laboix-secondary, #0EBD66);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-card__inner {
  position: relative;
  background: var(--laboix-base, #021936);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.service-card__inner:hover {
  background: var(--laboix-secondary, #0EBD66);
}

.service-card__top {
  padding: 32px 30px 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-card__title {
  color: var(--laboix-white, #fff);
  font-size: 30px;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: -0.6px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .service-card__title {
    font-size: 25px;
  }
}

.service-card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-card__title a:hover {
  background-size: 100% 1px;
}

.service-card__icon {
  font-size: 60px;
  color: var(--laboix-white, #fff);
  opacity: 0.2;
}

.service-card__icon i {
  color: inherit;
}

.service-card__thumb {
  position: relative;
}

.service-card__thumb__item {
  position: relative;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 261.000000"> <g transform="translate(0.000000,261.000000) scale(0.050000,-0.050000)"> <path d="M4880 4790 c-610 -236 -1958 -755 -2995 -1154 l-1885 -726 0 -1455 0 -1455 3000 0 3000 0 0 2610 c0 1436 -2 2610 -5 2609 -3 0 -504 -193 -1115 -429z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 261.000000"> <g transform="translate(0.000000,261.000000) scale(0.050000,-0.050000)"> <path d="M4880 4790 c-610 -236 -1958 -755 -2995 -1154 l-1885 -726 0 -1455 0 -1455 3000 0 3000 0 0 2610 c0 1436 -2 2610 -5 2609 -3 0 -504 -193 -1115 -429z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.service-card__thumb__item img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.service-card__thumb__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.service-card__thumb__shape {
  position: absolute;
  top: 15px;
  left: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .service-card__thumb__shape {
    top: 0px;
  }
}

.service-card__thumb:hover .service-card__thumb__item img {
  transform: scale(1.1);
}

.service-card__thumb:hover .service-card__thumb__item::after {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767px) {
  .service-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.service-one {
  position: relative;
  background-color: var(--laboix-white, #fff);
  padding: 120px 0;
}

.service-one__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 160px);
  margin-top: -160px;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--laboix-gray, #f9f6f1);
}

@media (min-width: 1400px) {
  .service-one__bg {
    width: calc(100% - 240px);
    left: 120px;
  }
}

@media (max-width: 767px) {
  .service-one {
    padding: 80px 0;
  }
}

.service-one .container {
  position: relative;
  z-index: 3;
  margin-top: -160px;
}

.service-one--page .container {
  margin-top: 0;
}

.service-one--page .service-one__bg {
  height: 100%;
  margin-top: 0;
}

.service-one .sec-title {
  text-align: center;
}

.service-one .col-lg-3 {
  width: 20%;
}

@media (max-width: 1199px) {
  .service-one .col-lg-3 {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .service-one .col-lg-3 {
    width: 100%;
  }
}

.service-one__item {
  position: relative;
  background-color: var(--laboix-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--laboix-black-rgb, 0, 0, 0), 0.07);
  margin-bottom: 30px;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  transition: all 500ms ease;
}

.service-one__item__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 39px 30px 36px;
  transition: all 500ms ease;
}

.service-one__item__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 500ms ease;
  transform: scale(1.2);
  z-index: -1;
}

.service-one__item__hover::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--laboix-black2-rgb, 1, 17, 38), 0.7);
}

.service-one__item:hover .service-one__item__hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.service-one__item:hover .service-one__item__title {
  color: var(--laboix-white, #fff);
}

.service-one__item__icon {
  font-size: 60px;
  line-height: 1;
  position: relative;
  z-index: 3;
  color: var(--laboix-base, #021936);
  display: inline-block;
  margin: 0 0 23px;
  transition: 500ms ease;
}

.service-one__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.service-one__item:hover .service-one__item__icon {
  color: var(--laboix-base, #021936);
}

.service-one__item:hover .service-one__item__icon span {
  transform: scale(0.9);
}

.service-one__item__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 125px;
  transition: all 300ms ease;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}

.service-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-one__item__title a:hover {
  background-size: 100% 1px;
}

.service-one__item__title a:hover {
  color: var(--laboix-base, #021936);
  background-size: 100% 1px;
}

.service-one__info {
  position: relative;
  max-width: 830px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid var(--laboix-border-color, #DBDBDB);
  padding: 17px 18px 16px 28px;
}

@media (max-width: 767px) {
  .service-one__info {
    display: block;
    text-align: center;
  }
}

.service-one__info__text {
  margin: 0;
}

.service-one__info .laboix-btn {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 11px 29px;
}

@media (max-width: 767px) {
  .service-one__info .laboix-btn {
    margin: 15px 0 10px;
  }
}

.service-page {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
  background: var(--laboix-white, #fff);
}

@media (max-width: 991px) {
  .service-page {
    padding: 100px 0px;
  }
}

@media (max-width: 991px) {
  .service-page {
    padding: 80px 0px;
  }
}

.service-page--one {
  position: relative;
}

.service-page--one::after {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 45%;
  z-index: -2;
  background: var(--laboix-border-color2, #F3F3F3);
}

.service-page--home {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .service-page--home {
    padding: 80px 0;
  }
}

.service-page--home .sec-title {
  text-align: center;
}

.service-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.03;
  mix-blend-mode: luminosity;
  background: var(--laboix-border-color2, #F3F3F3);
  animation: bgSlide 10s ease-in-out infinite;
}

.service-page__carousel .owl-nav {
  display: none !important;
}

.service-two {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .service-two {
    padding: 100px 0px;
  }
}

@media (max-width: 991px) {
  .service-two {
    padding: 80px 0px;
  }
}

.service-two__item {
  border: 1px solid var(--laboix-border-color, #DBDBDB);
  padding: 0px 40px 40px;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .service-two__item {
    padding: 0px 20px 30px;
  }
}

.service-two__item:hover .service-two__icon {
  background: var(--laboix-base, #021936);
}

.service-two__icon {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100.000000 92.000000"> <g transform="translate(0.000000,92.000000) scale(0.050000,-0.050000)" > <path d="M1 1205 l1 -635 487 -275 c268 -151 499 -275 514 -274 15 0 243 124 507 275 l480 276 5 634 6 634 -1001 0 -1000 0 1 -635z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100.000000 92.000000"> <g transform="translate(0.000000,92.000000) scale(0.050000,-0.050000)" > <path d="M1 1205 l1 -635 487 -275 c268 -151 499 -275 514 -274 15 0 243 124 507 275 l480 276 5 634 6 634 -1001 0 -1000 0 1 -635z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 100px;
  height: 92px;
  background: var(--laboix-secondary, #0EBD66);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: var(--laboix-white, #fff);
  margin-bottom: 23px;
  transition: all 0.4s ease-in-out;
}

.service-two__title {
  color: var(--laboix-base, #021936);
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.48px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.service-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-two__title a:hover {
  background-size: 100% 1px;
}

@media (max-width: 991px) {
  .service-two__title {
    font-size: 23px;
  }
}

.service-two__text {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  padding-bottom: 0;
  margin-bottom: -2px;
}

.service-three {
  position: relative;
  z-index: 1;
}

.service-three__list {
  display: flex;
  gap: 0;
  position: relative;
  z-index: 1;
  margin-top: -90px;
  background: var(--laboix-white, #fff);
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .service-three__list {
    flex-direction: column;
  }
}

.service-three__list__item {
  display: flex;
  gap: 20px;
  padding: 40px 30px;
  background: var(--laboix-white, #fff);
  transition: all 0.5s ease-in-out;
}

.service-three__list__item:not(:first-of-type) {
  border-right: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}

@media (max-width: 991px) {
  .service-three__list__item:not(:first-of-type) {
    border-top: 0px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
  }
}

.service-three__list__item:nth-child(1) {
  border: 1px solid #DFDFDF;
}

.service-three__list__item:hover {
  border: 1px solid var(--laboix-base, #021936);
  background: var(--laboix-base, #021936);
}

.service-three__list__item:hover .service-three__list__title {
  color: var(--laboix-white, #fff);
}

.service-three__list__item:hover .service-three__list__text {
  color: var(--laboix-text-gray, #97A5B7);
}

.service-three__list__item:hover:not(:first-of-type) {
  border-right: 1px solid var(--laboix-base, #021936);
  border-top: 1px solid var(--laboix-base, #021936);
  border-bottom: 1px solid var(--laboix-base, #021936);
}

.service-three__list__item:hover:nth-child(1) {
  border: 1px solid var(--laboix-base, #021936);
}

.service-three__list__icon {
  font-size: 53px;
  color: var(--laboix-secondary, #0EBD66);
}

.service-three__list__icon i {
  color: inherit;
}

.service-three__list__title {
  margin-top: -5px;
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}

.service-three__list__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-three__list__title a:hover {
  background-size: 100% 1px;
}

.service-three__list__text {
  color: var(--laboix-text, #6A6A6A);
  font-size: 14px;
  font-weight: 500;
  line-height: 185.714%;
  margin-bottom: -9px;
  padding-bottom: 0px;
  transition: all 0.5s ease-in-out;
}




.service-fore {
  position: relative;
  z-index: 1;
}

.service-fore--page {
  padding: 80px 0px;
}

@media (max-width: 991px) {
  .service-fore--page {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .service-fore--page {
    padding: 80px 0px;
  }
}

.service-fore__card {
  background: var(--laboix-base, #021936);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  color: #fff;
}

.service-fore__card:hover {
  background: var(--laboix-secondary, #f59d31); color: #000056;
}
.service-fore__card:hover .service-fore__title a,
.service-fore__card:hover .service-fore__link {
  color: #000056 ;
  /* ensures it overrides other colors */
}


.service-fore__card:hover .service-fore__top::after {
  background: rgba(var(--laboix-white-rgb, 255, 255, 255), 0.1);
}

.service-fore__card:hover .service-fore__icon {
  background: var(--laboix-base, #021936);
}

.service-fore__card:hover .service-fore__thumb::after {
  visibility: visible;
  opacity: 1;
}

.service-fore__top {
  padding: 20px 20px 0px;
  position: relative;
  z-index: 1;
}

/* 
.service-fore__top::after {
  content: "";
  background: #062142;
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  top: 20px;
  z-index: -2;
  transition: all 0.4s ease-in-out;
} */

.service-fore__title {
  color: var(--laboix-white, #fff);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: -0.6px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.service-fore__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-fore__title a:hover {
  background-size: 100% 1px;
}

.service-fore__icon {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 69 81"> <path d="M34.5 0L69 20.25V60.75L34.5 81L0 60.75V20.25L34.5 0Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 69 81"> <path d="M34.5 0L69 20.25V60.75L34.5 81L0 60.75V20.25L34.5 0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 69px;
  height: 81px;
  background: var(--laboix-secondary, #0EBD66);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: -40px;
  z-index: 1;
  font-size: 35px;
  color: var(--laboix-white, #fff);
  transition: all 0.4s ease-in-out;
}

.service-fore__thumb {
  position: relative;
}

.service-fore__thumb img {
  object-fit: cover;
  width: 100%;
}

.service-fore__thumb::after {
  position: absolute;
  top: 0%;
  left: 0%;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.4);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/
.service-details {
  padding: 120px 0;
  padding-top: 100px;
}

@media (max-width: 767px) {
  .service-details {
    padding: 80px 0;
    padding-top: 60px;
  }
}

.service-details__thumbnail {
  margin-bottom: 40px;
}

.service-details__thumbnail img {
  max-width: 100%;
}

.service-details__title {
  margin: 0;
  margin-bottom: 15px;
  color: var(--laboix-base, #021936);
  font-size: 30px;
  font-weight: 700;
  line-height: 156.667%;
  letter-spacing: -0.6px;
}

.service-details__sub-title {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 17px;
  color: var(--laboix-secondary, #0EBD66);
  font-size: 30px;
  font-weight: 700;
  line-height: 156.667%;
}

.service-details__text {
  margin: 0;
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.service-details__text+.service-details__title {
  margin-top: 40px;
}

.service-details__text+.service-details__list {
  margin-top: 40px;
}

.service-details__text+.service-details__text {
  margin-top: 35px;
}

.service-details__list {
  margin-bottom: 0;
}

.service-details__list li {
  position: relative;
  color: var(--laboix-base, #021936);
  font-size: 18px;
  font-weight: 600;
  line-height: 261.111%;
  margin-bottom: -5px;
}

.service-details__list li i {
  color: var(--laboix-secondary, #0EBD66);
  margin-right: 7px;
}

@media (max-width: 575px) {
  .service-details__list li {
    line-height: 161.111%;
    font-size: 16px;
  }
}

.service-details__list li+li {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .service-details__list li+li {
    margin-top: 0;
  }
}

.service-details__single+.service-details__single {
  margin-top: 35px;
}

.service-details__benefit {
  margin-left: -30px;
}

@media (max-width: 1199px) {
  .service-details__benefit {
    margin-left: 0px;
  }
}

.service-details__benefit__title {
  margin: 0;
  font-size: 25px;
  font-size: 30px;
  font-weight: 800;
  line-height: 156.667%;
  letter-spacing: -0.9px;
  margin-bottom: -4px;
}

@media (min-width: 768px) {
  .service-details__benefit__title {
    font-size: 30px;
  }
}

.service-details__benefit__sub_title {
  margin-top: -3px;
  margin-bottom: 2px;
  color: var(--laboix-secondary, #0EBD66);
  font-size: 24px;
  font-weight: 700;
  line-height: 195.833%;
}

@media (max-width: 575px) {
  .service-details__benefit__sub_title {
    line-height: 135%;
  }
}

.service-details__benefit__text {
  max-width: 475px;
  line-height: 200%;
}

.service-details__single-inner .service-details__title {
  margin-top: -10px;
  margin-bottom: 28px;
}

.service-details__inner-item {
  display: flex;
  background: var(--laboix-white, #fff);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-details__inner-item .item-icon {
  background: var(--laboix-secondary, #0EBD66);
  max-width: 85px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.service-details__inner-item .item-icon .icon {
  font-size: 45px;
  color: var(--laboix-white, #fff);
}

.service-details__inner-item .item-content {
  padding: 25px 35px 25px 30px;
}

.service-details__inner-item .item__title {
  color: var(--laboix-base, #021936);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
}

.service-details__inner-item .item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-details__inner-item .item__title a:hover {
  background-size: 100% 1px;
}

.service-details__inner-item .item__dec {
  color: var(--laboix-text, #6A6A6A);
  font-size: 14px;
  font-weight: 600;
  line-height: 178.571%;
  padding-bottom: 0;
  margin-bottom: -3px;
}

.service-details__inner-item:hover .item-icon {
  background: var(--laboix-base, #021936);
}

.service-details .faq-page__accordion {
  padding-top: 20px;
  margin-bottom: 0;
}