.alice-advantages-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.alice-advantages-list .box {
  position: relative;
  width: 100%;
  min-height: 75px;
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.alice-advantages-list .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  transition: 0.5s ease-in-out;
}
.alice-advantages-list .box:hover::before {
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.alice-advantages-list .box .content {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.alice-advantages-list .box .content .icon {
  position: relative;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  transition: 0.5s ease-in-out;
}
.alice-advantages-list .box:hover .content .icon {
  color: #fff;
}
.alice-advantages-list .box .content .text h5 {
  transition: 0.5s ease-in-out;
  margin-top: 10px;
}
.alice-advantages-list .box .content .text p {
  transition: 0.5s ease-in-out;
  margin-bottom: 10px;
}
.alice-advantages-list .box:hover .content .text h5,
.alice-advantages-list .box:hover .content .text p {
  color: #fff;
}

.alice-price-section {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.alice-price-section .span-price {
  font-size: 30px;
}
.alice-price-section .panel {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.alice-price-section .panel-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}
.alice-price-section .panel-body {
  width: 100%;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.alice-price-section .panel-left {
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background: #0b1d33;
  border-radius: 0 0 0 10px;
}
.alice-price-section .panel-right {
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
  background: #1363df;
  border-radius: 0 0 10px 0;
}
.alice-price-section .panel-title {
  color: #1363df;
}
.alice-price-section .panel-body {
  color: #ffffff;
}
.alice-price-section .price-description {
  flex-grow: 1;
}
@media only screen and (max-width: 675px) {
  .alice-price-section .panel-body {
    flex-direction: column;
  }
  .alice-price-section .panel-left {
    width: 100%;
    border-radius: 0;
    padding: 20px;
  }
  .alice-price-section .panel-right {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 20px;
  }
}

.alice-cta .card {
  border-radius: 10px;
  border: none;
  width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.alice-cta .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.alice-cta .card-text {
  flex-grow: 1;
}
.alice-cta .card-image {
  display: block;
  padding: 0 0 75% 0;
  position: relative;
  overflow: hidden;
}
.alice-cta .card-image img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.alice-service-wrapper-sc .card {
  border: unset;
  background: none;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-in-out;
}
.alice-service-wrapper-sc .card:hover {
  transform: translateY(-10px);
  transition: all 0.5s ease-in-out;
}
.alice-service-wrapper-sc .card:hover .service-icon-wrap {
  transform: translateY(-10px);
  transition: all 0.5s ease-in-out;
}
.alice-service-wrapper-sc .card:hover img {
  transform: rotate(5deg) scale(1.13);
  transition: 0.5s ease-in-out;
}
.alice-service-wrapper-sc .card-body {
  padding: 0;
}
.alice-service-wrapper-sc .testimonial-card {
  height: 100%;
}
.alice-service-wrapper-sc .team-name {
  margin-top: 20px;
}
.alice-service-wrapper-sc .team-item-name {
  margin-bottom: 0;
}
.alice-service-wrapper-sc .team-photo {
  display: block;
  padding: 0 0 75% 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.alice-service-wrapper-sc .team-photo img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: 0.7s ease-in-out;
}
.alice-service-wrapper-sc .team-meta {
  background: #fff;
  padding: 20px 20px;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
.alice-service-wrapper-sc .lav-btn-default {
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
}

.alice-service-wrapper-sc .lav-btn-default:visited, .alice-service-wrapper-sc a.lav-btn-default:visited {
  color: #fff;
}

.alice-service-wrapper-sc {
  margin-bottom: 15px;
}

/*# sourceMappingURL=alice-core-public.css.map */
