img.review-img.quote {
  width: 45px;
  height: 40px;
}

.Pagination-item {
	border: none;
	border-radius: 4px;
	height: 34px;
	width: 27px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f7f0e1;
	cursor: pointer;
	transition: all .3s;
}

.Pagination-item:not(:last-child) {
	margin-right: 15px
}

.row-white {
  background-color: white;
}

.row-grey {
  background-color: #f0f0f0;
}

.Pagination-item:hover {
	background-color: #8aeeb0;
}

.Pagination-item:hover .Pagination-link {
  color: #006928;
}

.Pagination-item.left-arrow {
	position: relative;
	margin-right: 15px;
	background: transparent;
}

.Pagination-item.right-arrow {
	position: relative;
	background: transparent;
}

.Pagination-item.active {
	background-color: #8aeeb0;
}

.Pagination-item.active .Pagination-link {
	background-color: transparent;
	color: #006928;
}

.Pagination-link {
    border: none;
    color: #97681b;
    background: transparent;
	padding: 0;
	font-size: 16px;
	text-align: center;
	font-family: CirceBold, sans-serif;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: .32px;
    line-height: normal;
    text-decoration: none;
}

.Pagination-link:hover {
	cursor: none;
	background: transparent;
}

.services-item-list-container {
    overflow: hidden;
}

.services-item {
	min-height: 380px;
	padding: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #008231;
	transition: all .25s linear
}

.services-item--icon {
	width: 64px;
	min-width: 64px;
	height: 64px;
	border-radius: 12px;
	background: rgba(0, 130, 49, .1);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.services-direction-container {
    overflow: hidden
}

.services-direction-container-wrapper {
    height: 800px;
    overflow: hidden
}

.slider-arrow {
      width: 13px;
      height: 7px;
      margin-left: 5px;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url('/images/svg-icons/arrow-down-golden.svg');
}

.ServicesAndPrices-container {
    margin-top: 79px;
    margin-bottom: 90px;
}

.ServicesAndPrices-Bucket {
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0px;
}

.services-reviews-owl-stage{
	width: 3120px !important;
}

.accordion .card:last-of-type {
    border:0;
}

.ServicesAndPrices-widgetWrapper .services-list-slider {
	margin: 15px auto 0;
	text-align: center
}

.ServicesAndPrices-Bucket--btn {
	margin-bottom: 20px;
}

.selected-services-widget-wrapper {
	position: absolute;
	top: 150px;
	right: 15px;
	left: 15px;
	z-index: 2;
}

@media (max-width:767.98px) {
	.selected-services-widget-wrapper {
		position: absolute;
		top: 250px;
		right: 0;
		left: 0;
		z-index: 2;
	}
}

@media (max-width: 600px) {
  .ServicesTable tr {
    display: block;
  }

  .ServicesTable .ServicesPriceList-item{
    display: inline-block;
  }

    .ServicesTable .description {
      width: 240px;
    }

    .ServicesTable .price {
      width: 125px;
    }

  .ServicesTable td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 25px !important;
  }

  .ServicesTable service-action service-content {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 8px;
    }

  .ServicesTable .add-to-card-button {
    display: inline-block;
  }

  .ServicesTable-popup {
      width: 750px;
      margin-bottom:1rem;
      background-color:transparent;
      font-size: 15px
  }

}

.add-to-card-button {
    width: 125px;
}

.added-to-card-button {
    width: 125px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-decoration: none;
	cursor: pointer;
	padding: 6px 16px;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	border: none;
	border-radius: 100px;
	background: #e5b668;
	color: #006928;
	font-family: CirceBold, sans-serif;
	font-size: 13px;
	line-height: normal;
	text-transform: uppercase;
	margin-left: auto;
	white-space: nowrap;
	transition: all .3s;
	display: none
}

.jumbotron {
    background-color: white;
}

