/* Styles for lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.lightbox-content {
  position: relative;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  width: 80%;
  max-width: 1820px;
  max-height: calc(100% - 40px);
  overflow-y: auto;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.close-btn:hover {
  color: red;
}

/* Services */

.icon-checked-service {
  width: 20px !important;
  margin-right: 20px !important;
}

.icon_bx-service {
  margin-right: 20px !important;
}
