.justify-text {
  text-align: justify !important;
}

header {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.navbar.style-6 .nav-item .nav-link, .navbar.style-6 .nav-item .dropdown-menu * {
  font-size: 14px;
}

.cardInfo {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
}

.project-card.style-6 {
  min-width: 300px;
  max-width: 100%;
  background-color: #fff;
}
.project-card.style-6 .img img {
  width: auto;
  height: auto;
}
.project-card.style-6 .info {
  background-color: none;
}
.project-card.style-6 .pricePlan-btn {
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.icon-bg {
  width: 150px;
  height: 150px;
}

.bg-blue6 {
  background-color: #561BE9;
}

.priceList-card {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}

ul.webfooter-info li {
  display: flex;
}

header.header-content {
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

.accordion-header button.accordion-button {
  background-color: transparent;
}

table td {
  margin: 10px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
table td li.list-group-item {
  background-color: transparent;
  border: none;
}/*# sourceMappingURL=custStyle.css.map */