.disc li {
  line-height: 22px;
}

/* .single-services .inner-page.margin-default {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
} */

.single-services .blog-post .description > .text {
  padding-bottom: 0;
}

.single-services .blog-post .image {
  display: none;
}

.single-services .taxonomy.services-category {
  display: none;
}

.accordion-no-click a {
  cursor: default !important;
  pointer-events: none !important;
}

.accordion-no-click .vc_tta-panel.vc_active .vc_tta-panel-body {
  display: none !important;
}

.accordion-no-click .vc_tta-controls-icon.vc_tta-controls-icon-plus {
  display: none;
}

.single-services .margin-default {
  padding-bottom: 0 !important;
}

.secondary-services .header,
.secondary-services .descr {
  color: #1e1f2d;
}

.secondary-services .header,
.secondary-services .descr {
  color: #1e1f2d;
}

.secondary-services--second .ltx-block-icon .in.matchHeight {
  background-color: #1e1f2d;
}

.secondary-services--second .header,
.secondary-services--second .descr {
  color: #fff;
}

.service-check .fas.fa-check::before {
  font-size: 18px;
  top: -23px;
}

.service-check .fas.fa-check::after {
  width: 40px;
  height: 40px;
  top: 11px;
}

@media only screen and (max-width: 1199px) {
  .single-services ul {
    list-style-type: none;
    padding-left: 0;
  }

  .service_reverce {
    flex-direction: column-reverse;
  }

  .single_spacing {
    padding-top: 30px;
  }

  .single-services .subheader {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .service_value .col-ms-4 {
    width: 50% !important;
  }
}

@media only screen and (max-width: 567px) {
  .service_value .col-ms-4 {
    width: 100% !important;
  }
}

.modal-service {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #00000083;
  z-index: 10000;
}

.modal-service-content {
  position: relative;
  background-color: #fff;
  margin: 15% auto;
  padding: 80px 20px 40px;
  border: 1px solid #888;
  width: 40%;
  border-radius: 8px;
  text-align: center;
}

.modal-service-content p {
  font-size: 18px;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #aa3f44;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  cursor: pointer;
}

.archive.post-services-archive {
  display: none;
}

.archive.post-services-archive::after {
  display: none;
}

@media (max-width: 767px) {
  #operation .vc_tta-panel.vc_active h4 {
    text-align: center;
  }
}
