.item a[data-fancybox] img {
  height: 106px;
}

.offer__actions p {
color: #a1a1a1;
}

.offer__actions .actions {
  display: flex;
  justify-content: start;
  align-items: center;
  align-self: center;
}

.offer__actions .actions .offer__action {
  display: flex;
  margin-right: 10px;
  border-radius: 50%;
  height: 3.5rem;
  width: 3.5rem;
  background: transparent;
  cursor: pointer;
}

.offer__actions .actions .offer__action .fa {
  display: flex;
}

.actions button i.fa {
  display: flex;
  flex: auto;
  justify-content: center;
  align-items: center;
  align-self: center;
}

a[data-fancybox] .main__gallery__image {
  height: 44vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a[data-fancybox] .carousel__gallery__image {
  height: 12vh;
  object-fit: cover;
}

.owl-carousel > .owl-nav {
  position: absolute;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  width: 96%;
  top: 50%;
  height: 0;
}

.fa-arrow-left::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.offer__phone, #contactAgentForm button {
  padding: 1rem 2.5rem;
}

form input[type=checkbox]:checked {
  color: #91c100;
  font-style: normal;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.list-unstyled span:first-child {
  text-transform: capitalize;
}

.offer-details #pills-plan .row div
{
  margin: 0 auto;
}