.gr-cont-reviews-main {
  gap: 20px;
  position: relative;
}
.gr-cont-reviews-main__left {
  width: 344px;
}
.gr-cont-reviews-main__right {
  width: calc(100% - 364px);
}
.gr-cont-reviews-main--profile__left {
  width: 283px;
}
.gr-cont-reviews-main--profile__right {
  width: calc(100% - 364px);
}
.gr-cont-reviews-main--profile__divider-v {
  position: absolute;
  top: 0;
  left: 323px;
  width: 1px;
  height: 100%;
  background-color: #C9CFD4;
}

.grw-curve-card {
  padding: 25px;
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(0px 20px 80px rgba(0, 0, 0, 0.1));
}
.grw-curve-card--rate {
  background: #F1F1F1;
  box-shadow: none !important;
  filter: none !important;
}
.grw-curve-card--rate__p {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #2E2E2E;
  margin: 0;
}
.grw-curve-card--rate__p b {
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  color: #2E2E2E;
  margin: 0;
  letter-spacing: -0.2px;
}
.grw-curve-card--rate__textarea {
  height: 80px;
  border-radius: 10px;
  border: 1px solid #7C868A;
  background: #FFF;
  padding: 12px 15px;
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #2E2E2E;
}
.grw-curve-card--rate__textarea::-moz-placeholder {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #7C868A;
  margin: 0;
}
.grw-curve-card--rate__textarea::placeholder {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #7C868A;
  margin: 0;
}
.grw-curve-card--about-us {
  padding: 50px;
}
.grw-curve-card--green {
  border: 0.5px solid #28B446;
  background: #EAF8ED;
}
.grw-curve-card--grey {
  border: 0.5px solid #F1F1F1;
  background: #F1F1F1;
}
.grw-curve-card--in {
  padding: 15px;
  border: 1px solid #C9CFD4;
  filter: none;
}
.grw-curve-card--in-transparent {
  padding: 0;
  background: transparent;
  filter: none;
}

.gr-cont-paginator--reviews {
  width: calc(100% - 364px);
}

.grw-h1 {
  font-family: "Filson Soft Bold";
  font-size: 3rem;
  font-style: normal;
  font-weight: normal;
  line-height: 3rem;
  margin: 0;
}

.grw-p {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #2e2e2e;
  margin: 0;
}
.grw-p--lh-25 {
  line-height: 25px;
}
.grw-p--small {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.grw-p--big {
  font-size: 2rem;
  line-height: 2rem;
}
.grw-p--smaller {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.grw-p--smaller2 {
  font-size: 1rem;
  line-height: 1rem;
}
.grw-p b {
  font-family: "Inter 700";
  font-weight: 700;
}

.mb-20-px {
  margin-bottom: 20px !important;
}

.pt-25-px {
  padding-top: 25px !important;
}

.gap-5-px {
  gap: 5px;
}

.grw-btn-options {
  gap: 10px;
}
.grw-btn-options__btn {
  padding: 0 12px;
  outline: none;
  box-shadow: none;
  border-radius: 7px;
  height: 32px;
  border: 1px solid #BEC3C5;
  background: #FFF;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #2E2E2E;
  gap: 5px;
}
.grw-btn-options__btn.selected, .grw-btn-options__btn:hover {
  border: 1.5px solid #FF314A;
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #2E2E2E;
}

.grw-rating-reviews {
  gap: 12px;
}
.grw-rating-reviews--big__h2 {
  font-family: "Filson Soft Bold";
  font-size: 5.5rem;
  font-style: normal;
  font-weight: normal;
  line-height: 5.5rem;
  margin: 0;
  color: #2E2E2E;
  line-height: 45px;
}
.grw-rating-reviews--big__p {
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #7C868A;
  margin: 0;
}
.grw-rating-reviews--big__stars-and-info {
  justify-content: space-between;
}
.grw-rating-reviews--big__stars {
  gap: 2px;
  margin-bottom: 4px;
}
.grw-rating-reviews__photo {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 2px solid #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.grw-rating-reviews--small__h2 {
  font-family: "Filson Soft Bold";
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4rem;
  margin: 0;
  color: #2E2E2E;
}
.grw-rating-reviews--small__h3 {
  font-family: "Filson Soft Bold";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4rem;
  margin: 0;
  color: #2E2E2E;
  display: flex;
  align-items: center;
  gap: 2px;
}
.grw-rating-reviews--small__p {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #7C868A;
  margin: 0;
}
.grw-rating-reviews--small__p--comments {
  font-size: 1.2rem;
  line-height: 17px;
  color: #2E2E2E;
  margin: 0;
}
.grw-rating-reviews--small__p--breed {
  font-size: 1.2rem;
  line-height: 17px;
  color: #7C868A;
  margin: 0;
}
.grw-rating-reviews--small__p--booked-appts {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #2E2E2E;
  margin: 0;
  font-family: "Inter 700";
  font-weight: 700;
  letter-spacing: -0.12px;
}
.grw-rating-reviews--small__p--date {
  font-size: 1rem;
  line-height: 1rem;
  color: #7C868A;
  margin: 0;
  font-family: "Inter 400";
  font-weight: 400;
  letter-spacing: -0.1px;
  font-style: italic;
  margin: 0;
}
.grw-rating-reviews--small__p--smalll {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #2E2E2E;
  margin: 0;
}
.grw-rating-reviews--small__stars-and-info {
  justify-content: space-between;
}
.grw-rating-reviews--small__stars {
  gap: 2px;
  margin-bottom: 4px;
}

.grw-stars-slider {
  margin-bottom: 8px;
}
.grw-stars-slider__stars-num {
  width: 56px;
}
.grw-stars-slider__rating-line-and-percentage {
  width: calc(100% - 65px);
}
.grw-stars-slider__rating-line-cont {
  border-radius: 10px;
  background-color: #eceef0;
  padding: 3px;
  position: relative;
  width: calc(100% - 44px);
  height: 12px;
}
.grw-stars-slider__rating-line {
  position: absolute;
  top: 3px;
  left: 3px;
  height: calc(100% - 6px);
  display: block;
  z-index: 2;
  border-radius: 10px;
}
.grw-stars-slider__rating-line--5 {
  background-color: #28b446;
}
.grw-stars-slider__rating-line--4 {
  background-color: #0a7170;
}
.grw-stars-slider__rating-line--3 {
  background-color: #3064a3;
}
.grw-stars-slider__rating-line--2 {
  background-color: #ed8000;
}
.grw-stars-slider__rating-line--1 {
  background-color: #ff314a;
}
.grw-stars-slider__stars-num-button {
  border-radius: 7px;
  border: 1px solid #C9CFD4;
  background: #FFF;
  padding: 0;
  outline: none;
  box-shadow: none;
  text-align: center;
  height: 21px;
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #2E2E2E;
  letter-spacing: -0.12px;
  width: 100%;
}
.grw-stars-slider__p {
  text-align: end;
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #7C868A;
  letter-spacing: -0.12px;
  width: 35px;
  margin: 0;
}

.grw-button {
  outline: none;
  box-shadow: none;
  border-radius: 30px;
  border: 1px solid #C9CFD4;
  background-color: #fff;
  height: 45px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #2E2E2E;
  gap: 6px;
}
.grw-button--red {
  border: 1px solid #FF314A;
  background-color: #FF314A;
  color: #fff;
}
.grw-button--black {
  border: 1px solid #2E2E2E;
  background-color: #2E2E2E;
  color: #fff;
}
.grw-button--h-48 {
  height: 48px;
}
.grw-button--h-38 {
  height: 38px;
}
.grw-button--contact-us {
  width: 205px;
}
.grw-button--check-zip {
  width: 82px;
}
.grw-button--load-more-reviews {
  border: 1px solid #FF314A;
  background-color: transparent;
  color: #FF314A;
  width: 196px;
}

.pt-40-px {
  padding-top: 40px !important;
}

.grw-h2 {
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  color: #2E2E2E;
  margin: 0;
}
.grw-h2--filson {
  font-family: "Filson Soft Bold";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2.8rem;
}

.grw-filters-cont {
  gap: 5px;
}
.grw-filters-cont__select {
  border-radius: 100px;
  border: 1px solid #BEC3C5;
  background: #FFF;
  height: 28px;
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #2E2E2E;
  padding: 0 28px 0 10px;
  background-image: url("/v7/images/icons/select.svg");
  background-position: center right 8px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 15px;
  margin: 0;
}

.grw-form__input--search-button {
  padding: 0 0 10px 0;
  outline: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  width: 20px;
  height: 32px;
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin: 0;
}
.grw-form__input--search {
  padding: 0 0 10px 5px;
  outline: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #2E2E2E;
  width: calc(100% - 25px);
  height: 32px;
  margin: 0;
}
.grw-form__input--search::-moz-placeholder {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #2E2E2E;
  margin: 0;
}
.grw-form__input--search::placeholder {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #2E2E2E;
  margin: 0;
}
.grw-form__input-group {
  display: flex;
  flex-direction: column;
}
.grw-form__input {
  outline: none !important;
  box-shadow: none !important;
  border-radius: 42px;
  border: 1px solid #C9CFD4 !important;
  background: #FFF !important;
  height: 52px;
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #2E2E2E;
  padding: 16px 20px;
}
.grw-form__input--check-zip {
  position: relative;
  padding-right: 96px;
}
.grw-form__label {
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #2E2E2E;
  margin: 0 0 10px 0;
}

.grw-button--check-zip {
  position: absolute;
  bottom: 7px;
  right: 7px;
}

.line-divider-form {
  height: 1px;
  background-color: #2E2E2E;
}

.mb-8-px {
  margin-bottom: 8px !important;
}

.mb-10-px {
  margin-bottom: 10px !important;
}

.mb-25-px {
  margin-bottom: 25px !important;
}

.mr-5-px {
  margin-right: 5px !important;
}

.pt-25-px {
  padding-top: 25px;
}

.p-side-25-px {
  padding-left: 25px;
  padding-right: 25px;
}

.grw-search-result__each {
  padding: 15px 25px;
}
.grw-search-result__each-divider {
  background: linear-gradient(180deg, #F2F2F2 0%, #FFF 100%);
  height: 4px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
.grw-search-result__each-left {
  width: calc(100% - 206px);
  padding-right: 24px;
}
.grw-search-result__each-right {
  width: 206px;
  border-left: 1px solid #C9CFD4;
  padding-left: 24px;
}
.grw-search-result__each-right .grw-rating-reviews {
  gap: 5px;
}

.grw-rating-reviews--small_stars svg {
  margin-right: 2px;
}

.grw-search-result:last-child .grw-search-result__each-divider {
  display: none !important;
}

.grw-line-divider--wide {
  height: 1px;
  background-color: #C9CFD4;
}
.grw-line-divider--vertical {
  width: 1px;
  background-color: #C9CFD4;
}

.grw-search-result__each-left-main {
  width: 100%;
}

.grw-search-result--x2 .grw-search-result__each-left-main {
  width: 50%;
}

.grw-search-result--x2 .grw-search-result__each-left.align-items-center.d-flex.flex-column {
  flex-direction: row !important;
  gap: 24px;
}

.gr-cont-paginator--reviews-cont {
  padding: 0;
}

.gr-cont-paginator--reviews__prev, .gr-cont-paginator--reviews__next {
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #2E2E2E;
  text-decoration: none !important;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #BEC3C5;
  border-right: none;
  background: #fff;
}
.gr-cont-paginator--reviews__prev {
  border-radius: 7px 0 0 7px;
}
.gr-cont-paginator--reviews__next {
  border-right: 1px solid #BEC3C5;
  border-radius: 0 7px 7px 0;
}
.gr-cont-paginator--reviews__num {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #2E2E2E;
  text-decoration: none !important;
  padding: 5px 9px;
  border-right: 1px solid #BEC3C5;
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #BEC3C5;
  border-right: none;
  background: #fff;
}
.gr-cont-paginator--reviews__dots {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #2E2E2E;
  text-decoration: none !important;
  padding: 5px 9px;
  border-right: 1px solid #BEC3C5;
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #BEC3C5;
  border-right: none;
  background: #fff;
  margin: 0;
}

a.gr-cont-paginator--reviews__num.active {
  border: 1px solid #FF314A !important;
  background: linear-gradient(0deg, rgba(255, 49, 74, 0.1) 0%, rgba(255, 49, 74, 0.1) 100%), #FFF;
}

.gr-cont-paginator--reviews .gr-cont-paginator--reviews__num:first-child {
  border-left: 1px solid #BEC3C5;
}

.pt-20-px {
  padding-top: 20px;
}

.mb-2-px {
  margin-bottom: 2px;
}

.grw-rating-reviews--small__h3 svg {
  margin: auto;
}

.grw-multiple-pets-photos {
  position: relative;
  width: 45px;
  height: 45px;
}
.grw-multiple-pets-photos .grw-rating-reviews__photo {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 2px;
}
.grw-multiple-pets-photos .grw-rating-reviews__photo:first-child {
  width: 35px;
  height: 35px;
  z-index: 2;
  top: 0;
}
.grw-multiple-pets-photos .grw-rating-reviews__photo:nth-child(2) {
  left: 9px;
  z-index: 1;
}
.grw-multiple-pets-photos .grw-rating-reviews__photo:nth-child(3) {
  left: 18px;
  z-index: 0;
  width: 27px;
  height: 27px;
  top: 4px;
}

.mt-10-px {
  margin-top: 10px !important;
}

.mt-15-px {
  margin-top: 15px !important;
}

.grw-modal {
  z-index: 1021;
  filter: drop-shadow(0px 20px 80px rgba(0, 0, 0, 0.1));
}

.grw-modal .modal-content {
  width: 430px;
  max-width: initial;
  border-radius: 40px;
  border: none;
  overflow: hidden;
  padding: 20px;
}

.grw-modal .modal-body {
  padding: 0;
}

.grw-modal .btn-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 20px;
  background: #fff;
  z-index: 2;
  opacity: 1;
  padding: 0;
}

.grw-modal__h3 {
  font-family: "Inter 600";
  font-weight: 600;
  font-size: 2rem;
  font-style: normal;
  line-height: 2rem;
  color: #2E2E2E;
  margin: 0;
}

.grw-modal__p {
  font-family: "Inter 500";
  font-weight: 500;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.6rem;
  color: #7C868A;
  margin: 0;
}

.grw-color--black {
  color: #2E2E2E !important;
}
.grw-color--white {
  color: #fff !important;
}
.grw-color--red {
  color: #FF314A !important;
}
.grw-color--blue {
  color: #3064A3 !important;
}
.grw-color--green {
  color: #28B446 !important;
}

.mb-50-px {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 1192px) {
  .grw-search-result--x2 .grw-search-result__each-left-main {
    width: 100%;
  }
  .grw-search-result--x2 .grw-search-result__each-left.align-items-center.d-flex.flex-column {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 768px) {
  .grw-search-result__each {
    padding-left: 20px;
    padding-right: 20px;
  }
  .order-mb-neg {
    order: -1;
  }
  .pet-and-breed {
    padding-left: 10px;
    margin-left: 15px;
    border-left: 1px solid #C9CFD4;
    margin-bottom: 0 !important;
    height: -moz-fit-content;
    height: fit-content;
    align-items: stretch !important;
  }
  .grw-rating-reviews--small__info {
    padding-top: 3px;
  }
  .grw-multiple-pets-photos {
    position: relative;
    width: 45px;
    height: 35px;
  }
  .grw-search-result__each {
    flex-direction: column !important;
  }
  .grw-search-result--x2 .grw-search-result__each-left.align-items-center.d-flex.flex-column,
  .grw-search-result .grw-search-result__each-left.align-items-center.d-flex.flex-column,
  .grw-search-result__each-right {
    width: 100% !important;
  }
  .grw-search-result--x2 .grw-search-result__each-left.align-items-center.d-flex.flex-column {
    gap: 0 !important;
  }
  .grw-search-result__each-left {
    padding-right: 0;
  }
  .grw-search-result__each-right {
    border-left: none;
    padding-left: 0;
  }
  .grw-rating-reviews--small__p--comments {
    margin-bottom: 15px;
  }
  .review-type-groomit .grw-search-result__each-right {
    flex-direction: row;
    display: flex;
  }
  .grw-search-result__each-right .grw-line-divider--wide {
    display: none !important;
  }
  .gr-cont-reviews-main {
    flex-direction: column;
  }
  .gr-cont-reviews-main__left,
  .gr-cont-reviews-main__right,
  .gr-cont-paginator--reviews {
    width: 100%;
  }
}
.gap-20-px {
  gap: 20px;
}

.grw-press-posts {
  flex-wrap: wrap;
}
.grw-press-posts__divider-line {
  width: 1px;
  background-color: #C9CFD4;
  margin: 0 5px 5px 5px;
  height: 12px;
}
.grw-press-posts__each {
  width: calc(33.3333333333% - 13.4px);
  text-align: center;
  margin-bottom: 46px;
  position: relative;
}
.grw-press-posts__photo {
  border-radius: 20px;
  overflow: hidden;
}
.grw-press-posts__photo-img {
  aspect-ratio: 8/7;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.grw-press-posts__info {
  border-radius: 20px;
  background: #FFF;
  min-height: 92px;
  display: inline-block;
  width: calc(100% - 30px);
  margin-left: auto;
  padding: 0;
  text-align: start;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  overflow: hidden;
  left: 15px;
  bottom: -46px;
}
.grw-press-posts__brand {
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.2rem;
  color: #FF314A;
  margin: 0 0 5px 0;
}
.grw-press-posts__title {
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.4rem;
  color: #2E2E2E;
  margin: 0 0 9px 0;
}
.grw-press-posts__date {
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.2rem;
  color: #7C868A;
  margin: 0 0 5px 0;
}
.grw-press-posts__icon-cont {
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  border-radius: 30px;
  border: 0.5px solid #7C868A;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grw-press-posts__a {
  border: none;
  outline: none;
  text-decoration: none;
  padding: 20px 50px 20px 20px;
  display: block;
}

@media screen and (max-width: 768px) {
  .grw-press-posts {
    flex-wrap: wrap;
  }
  .grw-press-posts__each {
    width: 100%;
  }
}
.gap-60-px {
  gap: 60px;
}

.pl-30-px {
  padding-left: 30px !important;
}

.pr-30-px {
  padding-right: 30px !important;
}

.p-50-px {
  padding: 50px !important;
}

@media screen and (max-width: 768px) {
  .grw-curve-card--about-us {
    padding: 15px;
  }
  .grw-curve-card.grw-curve-card--about-us .col-lg-8.pr-30-px {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .grw-curve-card.grw-curve-card--about-us .col-lg-4.pl-30-px {
    display: none !important;
  }
}
.part-bg-grey {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background-color: #F2F2F2;
}

.grw-groomer-photo-cont {
  width: 153px;
  height: 153px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.grw-groomer-photo-cont__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 153px;
  height: 153px;
}
.grw-groomer-photo-cont__photo {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 135px;
  height: 135px;
}

.grw-groomer-info-cont {
  width: calc(100% - 178px);
}

.grw-info-items {
  border-radius: 10px;
  border: 1px solid #C9CFD4;
  padding: 0 15px;
  height: 35px;
  display: flex;
  align-items: center;
}
.grw-info-items__divider-line {
  width: 1px;
  background-color: #C9CFD4;
  margin: auto 10px;
  height: 18px;
}

.mr-15-px {
  margin-right: 15px !important;
}

.grw-a {
  font-family: "Inter 400";
  font-weight: 400;
  font-style: normal;
  color: #7C868A;
}
.grw-a b {
  font-family: "Inter 700";
  font-weight: 700;
}
.grw-a--clean {
  border: none;
  outline: none;
  text-decoration: none;
}

.grw-stats {
  width: -moz-fit-content;
  width: fit-content;
}
.grw-stats__each {
  display: flex;
  align-items: center;
}
.grw-stats__each-icon {
  margin-right: 12px;
}

.grw-a {
  border: none;
  outline: none;
  text-decoration: none;
}

.grw-h3 {
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #2E2E2E;
  margin: 0;
}
.grw-h3--filson {
  font-family: "Filson Soft Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2.2rem;
}

.gap-30-px {
  gap: 30px;
}

.lh-20-px {
  line-height: 20px;
}

.ml-15-px {
  margin-left: 15px !important;
}

.mr-15-px {
  margin-right: 15px !important;
}

.filter-none {
  filter: none !important;
}

.grw-ul {
  margin-bottom: 0;
}
.grw-ul__li {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2E2E2E;
  margin: 0 0 5px 0;
}
.grw-ul__li:last-child {
  margin: 0;
}

.mb-35-px {
  margin-bottom: 35px !important;
}

.gr-cont-show-more__a {
  height: 23px;
  display: flex;
  align-items: center;
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #2E2E2E;
  border-radius: 100px;
  border: 1px solid #BEC3C5;
  background: #FFF;
  text-decoration: none !important;
  outline: none;
  padding: 0 8px;
}
.gr-cont-show-more__a svg {
  margin: auto 0 auto 5px;
}

.w-200-px {
  width: 200px;
}

.grw-pricing-groomer-inputs {
  gap: 10px;
}
.grw-pricing-groomer-inputs__location {
  width: calc(100% - 568px);
}
.grw-pricing-groomer-inputs__breed {
  width: calc(55% - 7.5px);
}
.grw-pricing-groomer-inputs__size {
  width: calc(45% - 7.5px);
}
.grw-pricing-groomer-inputs__size select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/v7/images/icons/select.svg);
  background-position: center right;
  background-repeat: no-repeat;
  appearance: none;
  padding-right: 15px;
  width: 100%;
}

.grw-pkg-card__header {
  height: 29px;
  padding: 0 15px;
  border-radius: 10px 10px 0 0;
}
.grw-pkg-card--gold__header {
  background: #ED9F00;
}
.grw-pkg-card--eco__header {
  background: #3064A3;
}
.grw-pkg-card--silver__header {
  background: #7C868A;
}
.grw-pkg-card__body {
  padding: 12px 15px;
  border: 1px solid rgba(124, 134, 138, 0.5);
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.grw-pkg-card__price {
  border-left: 1px solid #BEC3C5;
  padding-left: 15px;
}

.mb-3-px {
  margin-bottom: 3px !important;
}

.mb-6-px {
  margin-bottom: 6px !important;
}

.mb-8-px {
  margin-bottom: 8px !important;
}

.grw-referral-code {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: 264px;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .grw-groomer-photo-cont,
  .grw-groomer-info-cont {
    margin-bottom: 30px;
  }
  .grw-referral-code {
    margin-top: 15px;
    width: 100%;
  }
  .grw-p--about-me {
    margin-bottom: 15px;
  }
  .grw-curve-card--can-service {
    margin-bottom: 15px;
  }
  .gr-cont-reviews-main--profile__divider-v {
    display: none !important;
  }
  .gr-cont-reviews-main--profile__left,
  .gr-cont-reviews-main--profile__right {
    width: 100%;
  }
  .gr-cont-reviews-main {
    flex-direction: column !important;
  }
  .grw-profile-fast {
    flex-direction: column;
    align-items: center;
  }
  .grw-groomer-photo-cont {
    margin-right: 0;
    margin-bottom: 2px;
  }
  .grw-groomer-info-cont,
  .grw-groomer-info-cont * {
    text-align: center;
    justify-content: center;
  }
  .grw-stats-cont {
    flex-direction: column !important;
  }
  .grw-stats__each {
    flex-direction: column !important;
    margin-bottom: 15px;
    text-align: center;
  }
  .grw-stats__each-icon {
    margin: 0;
    margin-bottom: 8px;
  }
  .grw-search-result--reviews-profile .grw-search-result__each {
    flex-direction: column;
    padding: 0;
  }
  .grw-search-result__each-left {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .grw-search-result__each-right {
    width: 100%;
    border-left: none;
    padding-left: 0;
    display: flex !important;
    margin-bottom: 20px;
  }
  .gr-cont-reviews-main--profile {
    gap: 0;
  }
  .grw-search-result--reviews {
    margin-bottom: 15px;
  }
}
.grw-groomer-fixed-menu {
  padding-top: 20px;
  position: fixed;
  top: -100%;
  transition: 0.3s;
  z-index: 2;
  border-top: 1px solid #C9CFD4;
  border-bottom: 1px solid #C9CFD4;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.grw-groomer-fixed-menu__right {
  width: calc(100% - 345px);
}
.grw-groomer-fixed-menu__left {
  width: 345px;
}
.grw-groomer-fixed-menu__photo-cont {
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.grw-groomer-fixed-menu__photo {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.grw-groomer-fixed-menu .grw-curve-card--green {
  width: calc(100% - 220px);
}
.grw-groomer-fixed-menu__links-a {
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #7C868A;
  padding-bottom: 15px;
  border-bottom: 2px solid transparent;
  text-decoration: none !important;
}
.grw-groomer-fixed-menu__links-a.active, .grw-groomer-fixed-menu__links-a:hover {
  border-bottom: 2px solid #F92B44;
  color: #2E2E2E;
}

.grw-cont-groomer-btns,
.grw-curve-card--ref-mb {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .grw-groomer-fixed-menu__right {
    display: none !important;
  }
  .grw-groomer-fixed-menu__left {
    width: 100%;
  }
  .grw-groomer-fixed-menu {
    top: 82px;
  }
  .col-cont-referral-groomer {
    display: none !important;
  }
  .grw-curve-card--ref-mb,
  .grw-cont-groomer-btns {
    display: flex !important;
  }
  .grw-cont-groomer-btns {
    margin-top: 20px;
  }
  .grw-curve-card--find-area-groomer {
    margin-bottom: 15px !important;
  }
  .grw-filters-w-title-cont {
    flex-direction: column;
    align-items: start !important;
    gap: 10px;
  }
  .grw-groomer-info-cont {
    width: 100%;
  }
  #groomer-about-me {
    padding-top: 0 !important;
  }
  .grw-filters-cont__select {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.grw-container-390-px {
  width: 390px !important;
  max-width: 100%;
}

.grw-curve-card--groomer-profile {
  background-image: url(/v7/images/webapp/groomer-bg.png);
  background-size: cover;
  background-position: center top;
  padding: 25px;
  background-color: transparent;
  box-shadow: none;
}

.grw-avatar-cont {
  width: 109px;
  height: 109px;
  background-color: #F1F1F1;
  border: 2px solid #FF314A;
  border-radius: 50%;
  overflow: hidden;
}
.grw-avatar-cont__img {
  width: 109px;
  height: 109px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.grw-h3--groomer-modal {
  font-family: "Filson Soft Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2rem;
  margin: 0;
  color: #2E2E2E;
  margin-bottom: 15px;
}

.grw-p--groomer-modal {
  font-family: "Inter 500";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #7C868A;
}

.grw-h2--rating-groomer-modal {
  font-size: 3.3rem;
  line-height: 3.3rem;
}

.gap-2-px {
  gap: 2px;
}

.grw-p--total-ratings {
  font-size: 1rem;
  line-height: 1rem;
  font-style: normal;
  font-family: "Inter 500";
  font-weight: 500;
  letter-spacing: -0.03px;
  text-transform: capitalize;
}

.grw-h2--total-appointments {
  font-size: 3.2rem;
  line-height: 3.6rem;
  color: #FF314A;
  letter-spacing: -0.32px;
}

.h-70-px {
  height: 70px;
}

.mr-30-px {
  margin-right: 30px !important;
}

.ml-30-px {
  margin-left: 30px !important;
}

.grw-curve-card--grey-ref {
  border: 0.5px solid #7C868A;
  background: #F1F1F1;
  padding: 15px;
}

.grw-curve-card--grey-ref .col-lg-6 {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grw-referral-code {
  margin-left: auto;
}

.grw-grey-header-in-page {
  min-height: 336px;
  display: flex;
  align-items: center;
}

.mr-10-px {
  margin-right: 10px !important;
}

.pt-5-px {
  padding-top: 5px !important;
}

.pb-5-px {
  padding-bottom: 5px !important;
}

.pt-10-px {
  padding-top: 10px !important;
}

.pb-10-px {
  padding-bottom: 10px !important;
}

.grw-modal .modal-dialog-scrollable .modal-body {
  scrollbar-width: thin;
  scrollbar-color: #2E2E2E #e5e7e8;
}

.grw-modal .modal-dialog-scrollable .btn-close {
  right: 35px;
  border: 1px solid #C9CFD4;
}

.groomit__contReviewsBadge {
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  height: 28px;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
.groomit__contReviewsBadge__divider {
  width: 1px;
  height: 100%;
  background-color: #7C868A;
  margin-left: 10px;
  margin-right: 10px;
}
.groomit__contReviewsBadge__a {
  padding: 5px 10px;
  align-items: center;
  display: flex;
  height: 100%;
  margin: auto;
  text-decoration: none;
  color: #2e2e2e;
}
.groomit__contReviewsBadge__p {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-style: normal;
  font-family: "Inter 400";
  font-weight: 400;
  margin: 0;
}
.groomit__contReviewsBadge__p b {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-style: normal;
  font-family: "Inter 700";
  font-weight: 700;
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .container-fluid--bannerHome .groomit__contReviewsBadge {
    margin: auto !important;
  }
  .cont-reviews-recurring .groomit__contReviewsBadge {
    margin: auto !important;
  }
  .h1-recurring,
  .save-up-recurring {
    text-align: center !important;
  }
}
.grw-curve-card--rating-left {
  position: sticky;
  top: 120px;
}

.include--reviews--linear-grey-bg {
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #F2F2F2 100%);
}

.mr-1-px {
  margin-right: 1px !important;
}

.cont-reviews-badget-no-logo .groomit__contReviewsBadge__divider,
.cont-reviews-badget-no-logo .groomit__contReviewsBadge_groomit-logo {
  display: none !important;
}

.groomit__h2-reviewsHome--new {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

.include--reviews--linear-grey-bg {
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #F2F2F2 100%);
}

.mr-1-px {
  margin-right: 1px !important;
}

.cont-reviews-badget-no-logo .groomit__contReviewsBadge__divider,
.cont-reviews-badget-no-logo .groomit__contReviewsBadge_groomit-logo {
  display: none !important;
}

.groomit__h2-reviewsHome--new {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

.owl-carousel--groomitReviews .owl-item {
  /*box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);*/
  background: #fff;
  height: auto;
}
.owl-carousel--groomitReviews .owl-item .item {
  height: 100%;
  padding: 20px;
}
.owl-carousel--groomitReviews__p {
  margin: 0;
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #2E2E2E;
}
.owl-carousel--groomitReviews__p a {
  color: #3064A3;
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.owl-carousel--groomitReviews__p b {
  font-family: "Inter 700";
  font-weight: 700;
}
.owl-carousel--groomitReviews__p--small {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #7C868A;
}
.owl-carousel--groomitReviews__contStars {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-bottom: 8px;
}
.owl-carousel--groomitReviews__contStars--white {
  display: none;
}
.owl-carousel--groomitReviews .owl-item:hover {
  background: #FF314A;
}
.owl-carousel--groomitReviews .owl-item:hover .owl-carousel--groomitReviews__p {
  color: #fff;
}
.owl-carousel--groomitReviews .owl-item:hover .owl-carousel--groomitReviews__p a {
  color: #fff;
}
.owl-carousel--groomitReviews .owl-item:hover .owl-carousel--groomitReviews__contStars--yellow {
  display: none;
}
.owl-carousel--groomitReviews .owl-item:hover .owl-carousel--groomitReviews__contStars--white {
  display: flex;
}
.owl-carousel--groomitReviews__star {
  width: 16px !important;
  height: 16px !important;
}
.owl-carousel--groomitReviews__authorPhoto {
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  margin-right: 8px;
}

.grw-curve-card--review-result {
  border: 1px solid #fff;
}

.grw-curve-card--review-result:hover {
  border: 1px solid #FF314A;
  background: #FFEAED;
}

.grw-curve-card--review-result__groomer-info {
  max-width: 50%;
}

.grw-curve-card--review-pet-info {
  max-width: 50%;
  width: -moz-fit-content;
  width: fit-content;
}

.grw-search-review-cont {
  border: 1px solid #BEC3C5;
  border-radius: 10px;
  background: #fff;
  width: 480px;
  max-width: calc(100% - 420px);
}
.grw-search-review-cont .grw-form__input--search {
  height: 52px;
  padding: 8px 8px 8px 20px;
  width: calc(100% - 48px);
}
.grw-search-review-cont .grw-form__input--search::-moz-placeholder {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #7C868A;
  margin: 0;
}
.grw-search-review-cont .grw-form__input--search::placeholder {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #7C868A;
  margin: 0;
}
.grw-search-review-cont #searchbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grw-form__input--search-button-2 {
  width: 36px !important;
  height: 36px !important;
  margin-right: 8px !important;
  padding: 0 !important;
}

.grw-filters-cont {
  width: 400px;
}

.pb-25-px {
  padding-bottom: 25px !important;
}

.p-5-px {
  padding: 5px !important;
}

.filter-none {
  filter: none !important;
}

@media screen and (max-width: 1199px) {
  .grw-filters-w-title-cont {
    flex-direction: column !important;
    gap: 0;
  }
  .grw-filters-cont {
    margin-bottom: 15px;
    width: 100%;
  }
  .grw-search-review-cont {
    max-width: 100%;
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  .gr-cont-reviews-main__right,
  .gr-cont-reviews-main__left {
    width: 100%;
  }
  .grw-curve-card--review-result__container-groomer-pet-info {
    flex-direction: column;
    align-items: start !important;
    gap: 10px;
    width: 100%;
  }
  .grw-curve-card--review-pet-info {
    max-width: 100% !important;
    width: 100% !important;
    justify-content: space-between;
  }
  .order-2-mobile {
    order: 2;
  }
}
.grw-avatar-cont--new {
  width: 80px;
  height: 80px;
  border-color: #BEC3C5;
}

.grw-avatar-cont--new__img {
  width: 80px;
  height: 80px;
}

.gr-groomer-photo-and-info__photo {
  width: 95px;
}

.gr-groomer-photo-and-info__info {
  width: calc(100% - 95px);
}

.grw-groomer-stats {
  width: 33.3%;
}

.grw-p--groomer-modal--new {
  line-height: 24px;
}

.pb-20-px {
  padding-bottom: 20px !important;
}

.grw-label-clean {
  font-family: "Inter 700";
  color: #2E2E2E;
  font-size: 1.6rem;
  padding-left: 8px;
  margin-bottom: 8px;
}

.grw-input-group {
  position: relative;
}
.grw-input-group .grw-input-group__input-and-icon {
  display: flex;
}
.grw-input-group .grw-input-group__input-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: calc(100% - 40px);
  height: 52px;
  width: 100%;
}
.grw-input-group .grw-input-group__icon-container {
  border: 1px solid #BEC3C5;
  border-left: 0;
  border-radius: 0 10px 10px 0;
  padding: 5px 15px 5px 2px;
  width: 40px;
  height: 52px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.grw-input-group .grw-input-group__input {
  border: 1px solid #BEC3C5;
  width: 100%;
  border-radius: 10px;
  padding: 5px 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #2E2E2E;
}
.grw-input-group .grw-input-group__input::-moz-placeholder {
  color: #7C868A;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.grw-input-group .grw-input-group__input::placeholder {
  color: #7C868A;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.grw-input-group .grw-input-group__input-w-icon-r {
  border-right: 0;
  border-radius: 10px 0 0 10px;
  padding: 5px 0 5px 15px;
  padding-right: 40px;
}

.grw-textarea-cont__textarea {
  border: 1px solid #BEC3C5;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #2E2E2E;
  height: 100px;
  padding: 15px;
}

.grw-input-cont__textarea::-moz-placeholder {
  color: #7C868A;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.grw-input-cont__textarea::placeholder {
  color: #7C868A;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.contact-grey-detail {
  position: absolute;
  top: 0;
  left: calc(100% - 182px);
  width: 100%;
  height: 100%;
  background: #F2F2F2;
}

.mt-80-px {
  margin-top: 80px !important;
}

.mb-80-px {
  margin-bottom: 80px !important;
}

.grw-contact-form-cont {
  padding-right: 100px;
}

.contact-bottom {
  border-top: 1px solid #BEC3C5;
}
.contact-bottom .contact-bottom__a {
  font-family: "Inter 700";
  color: #2E2E2E;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 7px;
  text-decoration: none;
  text-align: start;
}
.contact-bottom .contact-bottom__p {
  font-family: "Inter 400";
  color: #2E2E2E;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 0;
  text-align: start;
}
.contact-bottom .contact-bottom__help-divider {
  height: 45px;
  width: 1px;
  background: #7C868A;
  margin: auto 50px;
}

@media screen and (max-width: 1199px) {
  .grw-contact-form-cont {
    padding-right: 30px;
  }
  .grw-contact-girl-photo {
    height: 470px;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    border-radius: 20px;
  }
}
@media screen and (max-width: 991px) {
  .contact-grey-detail {
    position: absolute;
    top: 50%;
    left: -30px;
    width: 150%;
    height: 100%;
    background: #F2F2F2;
  }
  .grw-button-submit-contact {
    width: 100% !important;
  }
  .grw-contact-girl-photo {
    height: 250px;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
  }
  .grw-contact-form-cont {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .contact-bottom__cont {
    flex-direction: column !important;
    align-items: start !important;
    gap: 25px;
  }
  .contact-bottom__help-divider {
    display: none !important;
  }
  .grw-h2--contact-us {
    text-align: center !important;
  }
}
.gap-14-px {
  gap: 14px !important;
}

.grw-packages-cont__each {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #BEC3C5;
  background: #FFF;
  width: 33.3333333333%;
}
.grw-packages-cont__each .grw-packages-cont__each-top {
  display: flex;
  width: 100%;
  align-items: start;
  padding-top: 14px;
  padding-left: 14px;
  padding-right: 14px;
  flex-direction: column;
  position: relative;
}
.grw-packages-cont__each .grw-packages-cont__each-top-top {
  display: flex;
  width: 100%;
  justify-content: start;
  padding-bottom: 14px;
}
.grw-packages-cont__each .grw-packages-cont__each-top-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  border-radius: 9.425px;
  background: #F1F1F1;
  padding: 0 18px;
  z-index: 4;
}
.grw-packages-cont__each .grw-packages-cont__eacch-bg-detail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  -webkit-clip-path: polygon(0 0, 100% 0, 25% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 25% 100%, 0% 100%);
  z-index: 0;
  border-radius: 0 0 0 14px;
}
.grw-packages-cont__each .grw-packages-cont__title {
  color: #fff;
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.9rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  width: 105px;
  text-align: left;
  z-index: 2;
  margin-bottom: 0;
}
.grw-packages-cont__each .grw-packages-cont__h3 {
  color: #2E2E2E;
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  background: #F1F1F1;
  padding: 4px 9px 4px 28px;
  margin-left: -30px;
  border-radius: 0 20px 20px 0;
  display: flex;
  align-items: center;
  height: 21px;
  z-index: 0;
  margin-bottom: 0;
}
.grw-packages-cont__each .grw-packages-cont__title-bottom {
  color: #2E2E2E;
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  text-align: left;
  margin-bottom: 0;
  width: 82px;
}
.grw-packages-cont__each .grw-packages-cont__items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 82px);
}
.grw-packages-cont__each .grw-packages-cont__item {
  color: #2E2E2E;
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
  line-height: normal;
  text-align: left;
  display: flex;
  align-items: Center;
}
.grw-packages-cont__each .grw-packages-cont__item-bullet {
  width: 6.597px;
  height: 6.597px;
  border-radius: 50%;
  margin-right: 5px;
}
.grw-packages-cont__each .grw-packages-cont__items-ul {
  -moz-column-count: 2;
       column-count: 2;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.grw-packages-cont__each .grw-packages-cont__items-li {
  padding: 0;
  list-style: none;
  color: #2E2E2E;
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
  line-height: normal;
  text-align: left;
  display: flex;
  align-items: Center;
  margin-bottom: 4px;
}
.grw-packages-cont__each .grw-packages-cont__each-bottom-prices {
  width: 100%;
  display: flex;
  gap: 10px;
  padding: 10px 14px 14px 14px;
}
.grw-packages-cont__each .grw-packages-cont__each-bottom-prices .grw-packages-cont__each-bottom-price {
  border-radius: 9px;
  padding: 10px;
  border: 1px solid #BEC3C5;
  background: #FFF;
  width: 50%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.grw-packages-cont__each .grw-packages-cont__each-bottom-prices .grw-packages-cont__each-bottom-prices-h3 {
  font-family: "Filson Soft Bold";
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2.6rem;
  margin: 0 0 3px 0;
  color: #2E2E2E;
}
.grw-packages-cont__each .grw-packages-cont__each-bottom-prices .grw-packages-cont__each-bottom-prices-p {
  font-family: "Inter 400";
  font-size: 1.1rem;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  color: #2E2E2E;
}

.grw-packages-cont__each--gold .grw-packages-cont__eacch-bg-detail {
  background-color: #ED9F00;
}
.grw-packages-cont__each--gold .grw-packages-cont__item-bullet {
  background-color: #ED9F00;
}

.grw-packages-cont__each--gold .grw-packages-cont__eacch-bg-detail {
  background-color: #ED9F00;
}
.grw-packages-cont__each--gold .grw-packages-cont__item-bullet {
  background-color: #ED9F00;
}

.grw-packages-cont__each--eco .grw-packages-cont__eacch-bg-detail {
  background-color: #3064A3;
}
.grw-packages-cont__each--eco .grw-packages-cont__item-bullet {
  background-color: #3064A3;
}

.grw-packages-cont__each--silver .grw-packages-cont__eacch-bg-detail {
  background-color: #7C868A;
}
.grw-packages-cont__each--silver .grw-packages-cont__item-bullet {
  background-color: #7C868A;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
  .grw-packages-cont__each .grw-packages-cont__items {
    width: calc(100% - 70px);
  }
  .grw-packages-cont__each .grw-packages-cont__title-bottom {
    width: 70px;
  }
  .grw-packages-cont__each .grw-packages-cont__each-top-bottom {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .grw-packages-cont__each .grw-packages-cont__each-top-bottom {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-height: 110px;
    padding: 10px 15px;
  }
  .grw-packages-cont__each .grw-packages-cont__title-bottom {
    width: 100%;
    margin-bottom: 10px;
  }
  .grw-packages-cont__each .grw-packages-cont__title-bottom br {
    display: none;
  }
  .grw-packages-cont__each .grw-packages-cont__items {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .grw-packages-cont__each .grw-packages-cont__eacch-bg-detail {
    width: 92px;
  }
  .grw-packages-cont__each .grw-packages-cont__title {
    font-size: 1.7rem;
  }
  .grw-packages-cont__each .grw-packages-cont__h3 {
    margin-left: -20px;
  }
  .grw-packages-cont__each .grw-packages-cont__items-ul {
    -moz-column-count: 1;
         column-count: 1;
  }
  .grw-packages-cont__each .grw-packages-cont__each-top-bottom {
    min-height: 165px;
  }
  .grw-packages-cont__each .grw-packages-cont__each-bottom-prices {
    flex-direction: column;
  }
  .grw-packages-cont__each .grw-packages-cont__each-bottom-price {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .grw-packages-cont {
    flex-direction: column;
  }
  .grw-packages-cont__each {
    width: 100% !important;
  }
  .grw-packages-cont__each .grw-packages-cont__eacch-bg-detail {
    width: 92px;
  }
  .grw-packages-cont__each .grw-packages-cont__eacch-bg-detail {
    width: 120px;
  }
  .grw-packages-cont__each .grw-packages-cont__each-top-bottom {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    min-height: 98px;
  }
  .grw-packages-cont__each .grw-packages-cont__items {
    width: 100%;
  }
  .grw-packages-cont__each .grw-packages-cont__title-bottom {
    width: 100%;
    margin-bottom: 5px;
  }
  .grw-packages-cont__each .grw-packages-cont__title-bottom br {
    display: none;
  }
  .grw-packages-cont__each .grw-packages-cont__each-bottom-price {
    padding: 10px 0 !important;
  }
}
.gr-color--blue2 {
  color: #3064A3 !important;
}

.modal--wa7 h3.packagesInfoModal__h3,
.packagesInfoModal__h3 {
  font-family: "Filson Soft Bold";
  font-size: 2rem;
  font-weight: normal;
  line-height: 2rem;
  margin: 0;
}

.packagesInfoModal__h4 {
  color: #2E2E2E;
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.3rem;
  text-transform: uppercase;
  display: inline-flex;
  height: 23px;
  padding: 5px 9px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: #F1F1F1;
  margin: 0;
}

.packagesInfoModal__h3.gold {
  color: #ED9F00;
}

.packagesInfoModal__h3.eco {
  color: #3064A3;
}

.packagesInfoModal__h3.silver {
  color: #7C868A;
}

.modal--wa7 p.packagesInfoModal__p,
.packagesInfoModal__p {
  color: #2E2E2E;
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 2.3rem;
  margin: 0;
}

.packagesInfoModal-divider {
  height: 1px;
  background: #C9CFD4;
  margin: 20px 0;
}

.recurring-banner-right__curve-card {
  border-radius: 15px;
  background: #FFF;
  gap: 15px;
  padding: 18px;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}

.recurring-banner-right__curve-card.left {
  position: absolute;
  bottom: 55px;
  left: 0;
}

.recurring-banner-right__curve-card.right {
  position: absolute;
  top: 125px;
  right: 0;
}

.recurring-banner-right__off {
  font-family: "Filson Soft Bold";
  font-weight: normal;
  font-size: 2.4rem;
  font-style: normal;
  color: #2E2E2E;
  margin: 0;
}

.recurring-banner-right__text {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  font-style: normal;
  color: #2E2E2E;
  letter-spacing: -0.14px;
  margin: 0 0 10px 0;
}

.recurring-banner-right__pkg {
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 11px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding: 4px 6px;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.recurring-banner-right__pkg.gold {
  background: #ED9F00;
}

.recurring-banner-right__pkg.eco {
  background: #3064A3;
}

.recurring-banner-right__pkg.silver {
  background: #7C868A;
}

.l-h-24-px {
  line-height: 24px !important;
}

.button-get-started {
  width: 206px;
}

.cont-recurring-single-page .grw-recurring-packages-cont__a-learn-more-mobile,
.cont-recurring-single-page .grw-recurring-packages-cont__a-learn-more {
  display: none !important;
}

.grw-recurring-steps-title {
  margin-bottom: 45px;
  padding: 0 20px;
}
.grw-recurring-steps-title .grw-recurring-steps-title__p-text {
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: -0.16px;
  margin-bottom: 0;
}

.pt-60-px {
  padding-top: 60px !important;
}

.grw-recurring-steps-mobile {
  display: none !important;
}

.recurring-booking-phone-img.recurring-booking-phone-391 {
  display: block !important;
}

.recurring-booking-phone-img.recurring-booking-phone-365,
.recurring-booking-phone-img.recurring-booking-phone-305,
.recurring-booking-phone-img.recurring-booking-phone-284 {
  display: none !important;
}

.recurring-booking-phone-img {
  max-width: 100% !important;
  height: auto;
}

.how-recurring-work__h3 {
  text-align: center;
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FF314A;
  font-family: "Filson Soft Bold";
  font-size: 5rem;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  margin-bottom: 15px;
}

.how-recurring-work .how-recurring-work__curve-card {
  padding: 20px 15px;
  border-radius: 10px;
  border: 1px solid #BEC3C5;
  min-height: 181px;
}

.container-fluid--why-recurring .container-fluid--why-recurring__curve-card {
  padding: 40px 45px;
  border-radius: 50px 50px 0px 50px;
  border: 1px solid #FF314A;
  background: #FFF;
}

.recurring-green-logo {
  width: 60px;
  height: 60px;
}

.recurring-line-divider {
  display: none;
}

.br-small {
  display: none;
}

@media screen and (max-width: 1399px) {
  .recurring-booking-phone-img.recurring-booking-phone-365 {
    display: block !important;
  }
  .recurring-booking-phone-img.recurring-booking-phone-391,
  .recurring-booking-phone-img.recurring-booking-phone-305,
  .recurring-booking-phone-img.recurring-booking-phone-284 {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .how-recurring-work .how-recurring-work__curve-card {
    min-height: 205px;
  }
  .why-recurring-phone-cont,
  .pr-50-px.why-recurring-phone-cont,
  .pr-50-px.why-recurring-phone-cont {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .how-recurring-work .grw-curve-card {
    padding: 15px 10px;
  }
  .h1-recurring {
    font-size: 2.3rem !important;
  }
  .img-groomer-with-pets {
    width: 250px;
  }
  .recurring-banner-right__curve-card.left {
    top: 0;
    bottom: initial;
  }
  .recurring-banner-right__curve-card.right {
    top: initial;
    bottom: 0;
  }
  .how-recurring-work .grw-curve-card {
    padding: 15px 10px;
  }
  .recurring-booking-phone-img.recurring-booking-phone-305 {
    display: block !important;
  }
  .recurring-booking-phone-img.recurring-booking-phone-391,
  .recurring-booking-phone-img.recurring-booking-phone-365,
  .recurring-booking-phone-img.recurring-booking-phone-284 {
    display: none !important;
  }
  .grw-recurring-steps-mobile .col-lg-4 {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 991px) {
  .recurring-line-divider {
    width: calc(100% - 30px);
    height: 1px;
    margin: 25px auto;
    background: #BEC3C5;
    display: block;
  }
  .groomit__faqsHeader.groomit__faqsHeader--recurring {
    padding-top: 0;
  }
  .groomit__faqsContent.groomit__faqsContent--recurring {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .groomit__faqsContent.groomit__faqsContent--recurring .accordion-item {
    background: #fff;
  }
  .how-recurring-work__h3 {
    margin-bottom: 0 !important;
  }
  .how-recurring-work__text-cont {
    display: flex;
    flex-direction: column;
    text-align: start;
    padding-left: 15px;
    justify-content: Center;
  }
  .button-get-started-recurring {
    margin: auto !important;
  }
  .recurring-green-logo-cont {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .recurring-green-logo-cont h4 {
    font-size: 1.4rem !important;
    line-height: 22px !important;
  }
  .h1-recurring {
    font-size: 2.5rem !important;
    text-align: Center;
  }
  .save-up-recurring {
    font-size: 1.4rem !important;
    text-align: center;
    line-height: normal !important;
  }
  .recurring-green-logo {
    width: 55px;
    height: 55px;
  }
  .how-recurring-work .how-recurring-work__curve-card {
    min-height: initial;
    display: flex !important;
    align-items: center !important;
  }
  .container-fluid--why-recurring .container-fluid--why-recurring__curve-card {
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    text-align: center !important;
  }
  .container-fluid--why-recurring .container-fluid--why-recurring__curve-card h2,
  .container-fluid--why-recurring .container-fluid--why-recurring__curve-card p {
    text-align: center !important;
  }
  .container-fluid--why-recurring.gr-bg-color-pink {
    background-color: transparent !important;
    padding-bottom: 45px !important;
  }
  .why-recurring-phone-cont,
  .pr-50-px.why-recurring-phone-cont,
  .pr-50-px.why-recurring-phone-cont {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 30px !important;
  }
  .how-recurring-work .grw-curve-card {
    padding: 15px 10px;
  }
  .h1-recurring {
    font-size: 2.3rem !important;
  }
  .img-groomer-with-pets {
    width: 250px;
  }
  .img-groomer-with-pets.recurring {
    width: 300px;
  }
  .how-recurring-work .grw-curve-card {
    padding: 15px;
  }
  .how-recurring-work.how-recurring-work--0 {
    order: -1;
  }
  .how-recurring-work.how-recurring-work--1 {
    order: 1;
  }
  .how-recurring-work.how-recurring-work--2 {
    order: 2;
  }
  .how-recurring-work.how-recurring-work--3 {
    order: 3;
  }
  .how-recurring-work.how-recurring-work--4 {
    order: 4;
  }
  .how-recurring-work.how-recurring-work--5 {
    order: 5;
  }
  .grw-recurring-steps-title {
    margin-bottom: 0;
    padding: 0 5px;
  }
  .grw-recurring-steps-title .grw-recurring-steps-title__p-text {
    font-size: 1.4rem;
  }
  .grw-recurring-steps-desk {
    display: none;
  }
  .grw-recurring-steps-mobile {
    display: block !important;
  }
  .owl-carousel--recurring-steps .owl-item {
    border: none;
    border-radius: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
  }
  .owl-carousel--recurring-steps .owl-carousel--recurring-steps__dot {
    border: none !important;
    background: none;
    outline: none;
    box-shadow: none;
    height: 4px;
    width: 35px;
    border-radius: 7px;
    background: #BEC3C5;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .owl-carousel--recurring-steps .owl-carousel--recurring-steps__dot.active {
    background: #2E2E2E;
  }
  .how-recurring-work .grw-curve-card {
    padding: 15px 10px;
  }
  .recurring-booking-phone-img.recurring-booking-phone-284 {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }
  .recurring-booking-phone-img.recurring-booking-phone-391,
  .recurring-booking-phone-img.recurring-booking-phone-365,
  .recurring-booking-phone-img.recurring-booking-phone-305 {
    display: none !important;
  }
  .img-groomer-with-pets.recurring {
    width: 375px;
    max-width: calc(100% - 90px) !important;
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .recurring-banner-right__curve-card {
    padding: 15px;
  }
  .recurring-banner-right__curve-card.left {
    left: 35px;
  }
  .recurring-banner-right__curve-card.right {
    right: 15px;
    bottom: 15px;
    z-index: 3 !important;
  }
}
@media screen and (max-width: 460px) {
  .br-small-none {
    display: none;
  }
  .br-small {
    display: block;
  }
}
.gr-bg-color-pink {
  background: #FFF8F8;
}

.pt-50-px {
  padding-top: 50px !important;
}

.l-h-25-px {
  line-height: 25px !important;
}

.ff-inter-400 {
  font-family: "Inter 400";
  font-weight: 400;
}

.pr-50-px {
  padding-right: 50px !important;
}

.pl-50-px {
  padding-left: 50px !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.groomit__h2--faqs-recurring {
  font-size: 2.4rem !important;
  line-height: 28px !important;
  margin-bottom: 20px !important;
  padding: 0 !important;
}

.groomit__faqsHeader {
  padding-top: 40px;
}

.groomit__faqsContent.groomit__faqsContent--recurring .accordion-header {
  height: 62px !important;
}

.groomit__faqsContent.groomit__faqsContent--recurring .accordion-body {
  padding-top: 0 !important;
  color: #2e2e2e;
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 25px;
  letter-spacing: -0.16px;
}

.groomit__faqsContent.groomit__faqsContent--recurring .accordion-item {
  margin-bottom: 15px;
}

.include--faqs--home .groomit__faqsHeader {
  padding-top: 0;
}

.l-h-22-px {
  line-height: 22px !important;
}

.l-h-25-px {
  line-height: 25px !important;
}

.l-h-30-px {
  line-height: 30px !important;
}

.l-h-35-px {
  line-height: 35px !important;
}

.mr-7-px {
  margin-right: 7px !important;
}

button.grw-button.grw-button--red.h-50-px {
  height: 50px;
}

.grw-recurring-packages-cont {
  /*border: 1px solid #BEC3C5;
  padding:20px 120px 20px 20px;*/
  position: relative;
  gap: 13px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.grw-recurring-packages-cont .grw-recurring-packages-cont__package {
  padding: 12px 17px 12px 30px;
  border-radius: 20px;
  border: 2.5px solid #fff;
}
.grw-recurring-packages-cont .grw-recurring-packages-cont__package-left {
  width: calc(100% - 124px);
}
.grw-recurring-packages-cont .grw-recurring-packages-cont__package-right {
  width: 124px;
  padding: 20px 0;
  text-align: center;
  border-radius: 11px;
}
.grw-recurring-packages-cont .grw-recurring-packages-cont__package--gold {
  border-color: #ED9F00;
}
.grw-recurring-packages-cont .grw-recurring-packages-cont__package--gold .grw-recurring-packages-cont__package-right {
  background-color: #EEA001;
  background: linear-gradient(0deg, #FFF8E9 0%, #FFF8E9 100%), #EEA001;
}
.grw-recurring-packages-cont .grw-recurring-packages-cont__package--gold .grw-h2--save {
  color: #ED9F00;
}
.grw-recurring-packages-cont .grw-recurring-packages-cont__package--eco {
  border-color: #3064A3;
}
.grw-recurring-packages-cont .grw-recurring-packages-cont__package--eco .grw-recurring-packages-cont__package-right {
  background-color: #EEA001;
  background: linear-gradient(0deg, #EAF4FF 0%, #EAF4FF 100%), #EEA001;
}
.grw-recurring-packages-cont .grw-recurring-packages-cont__package--eco .grw-h2--save {
  color: #3064A3;
}
.grw-recurring-packages-cont .grw-recurring-packages-cont__package--silver {
  border-color: #7C868A;
}
.grw-recurring-packages-cont .grw-recurring-packages-cont__package--silver .grw-recurring-packages-cont__package-right {
  background-color: #EEA001;
  background: linear-gradient(0deg, #E7EEF1 0%, #E7EEF1 100%), #EEA001;
}
.grw-recurring-packages-cont .grw-recurring-packages-cont__package--silver .grw-h2--save {
  color: #7C868A;
}
.grw-recurring-packages-cont .grw-recurring-packages-cont__groomer-img {
  position: absolute;
  bottom: 0;
  right: -95px;
}
.grw-recurring-packages-cont .grw-recurring-packages-cont__groomer-img-icon {
  position: absolute;
  top: 65px;
  right: 21px;
}

.grw-button--start-saving {
  width: 206px;
  height: 50px;
}

.grw-button--wh-600 {
  font-family: "Inter 600";
  font-weight: 600;
}

.grw-button--start-saving-mobile,
.grw-recurring-packages-cont__a-learn-more-mobile {
  display: none !important;
}

.grw-recurring-subtitle {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Inter 400";
  font-weight: 400;
  color: #747677;
  margin-bottom: 10px;
}

.grw-recurring-title {
  font-size: 2.9rem;
  line-height: 35px;
  letter-spacing: -0.9px;
}

.grw-recurring-title-line {
  background: #BEC3C5;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

.grw-recurring-title-line-cont-mobile {
  display: none !important;
}

.grw-recurring-packages-cont__a-learn-more {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-family: "Inter 400";
  font-weight: 400;
  color: #2E2E2E;
  margin-bottom: 20px;
  text-decoration: underline;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .grw-recurring-packages-cont-cont {
    margin-top: 180px;
  }
  .grw-recurring-packages-cont-cont .col-lg-5.offset-lg-1.mb-15-px {
    margin-left: 0 !important;
    flex: 0 0 auto !important;
    width: 50% !important;
  }
  .grw-recurring-packages-cont {
    padding: 20px;
  }
  .grw-recurring-packages-cont .grw-recurring-packages-cont__groomer-img-icon {
    position: absolute;
    top: -50px;
    right: -90px;
    width: 39px;
    height: 39px;
  }
  .grw-recurring-packages-cont .grw-recurring-packages-cont__groomer-img {
    bottom: initial;
    top: -140px;
    width: 167px;
    height: 160px;
    right: -83px;
  }
  .grw-recurring-packages-cont .grw-recurring-packages-cont__package-right {
    width: 180px;
  }
  .grw-recurring-packages-cont .grw-recurring-packages-cont__package-left {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 991px) {
  .grw-recurring-title-line-cont-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px !important;
  }
  .grw-recurring-title-line-cont-mobile .grw-recurring-title-line {
    position: absolute;
  }
  .grw-recurring-title-line-cont-mobile svg {
    border-radius: 50%;
    outline: 15px solid #f3f3f3;
    background: #fff;
    z-index: 2;
  }
  .grw-recurring-packages-cont-cont .col-lg-4 {
    text-align: center;
  }
  .grw-recurring-packages-cont-cont .col-lg-4 .d-flex.flex-column.justify-content-center.w-100.h-100.align-items-start {
    align-items: center !important;
  }
  .grw-recurring-packages-cont-cont .col-lg-3 .w-100.h-100.d-flex.align-items-end {
    justify-content: center !important;
  }
  .hide-991 {
    display: none !important;
  }
  .grw-recurring-title {
    font-size: 2.4rem !important;
    line-height: 28px !important;
  }
  .grw-button--start-saving-mobile {
    margin: 20px auto;
    display: flex !important;
  }
  .grw-recurring-packages-cont__a-learn-more-mobile {
    display: inline-block !important;
    margin: auto;
  }
  .grw-recurring-packages-cont-cont .grw-p {
    font-size: 1.4rem !important;
    line-height: 22px !important;
    margin-bottom: 0 !important;
  }
  .grw-recurring-packages-cont-cont .col-lg-5.offset-lg-1.mb-15-px {
    margin-left: 0 !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    order: 0;
  }
  .grw-recurring-packages-cont-cont .col-lg-5.offset-lg-1.mb-15-px .d-flex.flex-column.justify-content-center.w-100.h-100.align-items-start {
    align-items: center !important;
    text-align: center;
  }
  .grw-recurring-packages-cont-cont .col-lg-5.offset-lg-1.mb-15-px .d-flex.align-items-center.w-100.mb-30-px {
    justify-content: center;
  }
  .grw-recurring-packages-cont-cont .col-lg-5.offset-lg-1.mb-15-px .grw-button {
    display: none !important;
  }
  .grw-recurring-packages-cont-cont .col-lg-6 {
    order: 2;
    margin-top: 125px;
  }
  .grw-recurring-packages-cont {
    padding: 20px;
    height: auto;
  }
  .grw-recurring-packages-cont .grw-recurring-packages-cont__groomer-img-icon {
    position: absolute;
    top: -50px;
    right: calc(50% - 95px);
    width: 39px;
    height: 39px;
  }
  .grw-recurring-packages-cont .grw-recurring-packages-cont__groomer-img {
    bottom: initial;
    top: -140px;
    width: 167px;
    height: 160px;
    right: calc(50% - 87px);
  }
  .grw-recurring-packages-cont .grw-h2--filson {
    font-size: 2rem;
    margin-bottom: 0 !important;
  }
  .grw-recurring-packages-cont .grw-p--small {
    font-size: 1.2rem;
    margin-bottom: 0 !important;
  }
  .grw-recurring-packages-cont .grw-recurring-packages-cont__package-right {
    width: 125px;
  }
  .grw-recurring-packages-cont .grw-recurring-packages-cont__package-left {
    width: calc(100% - 125px);
  }
  .grw-recurring-packages-cont .grw-recurring-packages-cont__package-left .grw-h2--filson {
    font-size: 2rem;
  }
  .grw-recurring-packages-cont .grw-recurring-packages-cont__package {
    padding: 10px 17px;
  }
}
@media screen and (max-width: 768px) {
  .grw-recurring-packages-cont .grw-h2--filson {
    font-size: 1.9rem;
  }
  .grw-recurring-packages-cont .grw-recurring-packages-cont__package-right {
    width: 125px;
  }
  .grw-recurring-packages-cont .grw-recurring-packages-cont__package-left {
    width: calc(100% - 125px);
  }
}
.grw-recurring-title-logo-cont {
  padding: 0 15px;
  background: #f3f3f3;
  z-index: 2;
}

.grw-recurring-packages-cont-cont {
  background: #f3f3f3;
}

.grw-recurring-packages-cont__package-title {
  font-size: 1.9rem;
  line-height: normal;
}

.grw-p--new {
  color: #fff;
  font-size: 1.2rem;
  border-radius: 25.647px;
  background: #0A7170;
  font-family: "Inter 700";
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 42px;
}

.include--recurring {
  border-top: 1px solid #C9CFD4;
}

.grw-divider--pakgs {
  height: 1px;
  background: #C9CFD4;
  margin-top: 25px;
}

@media screen and (max-width: 1199px) {
  .pkg-order-mb-3 {
    order: 3;
  }
  .pkg-order-mb-2 {
    order: 2;
  }
  .pkg-order-mb-1 {
    order: 1;
  }
  .pkg-order-mb-1 .grw-recurring-subtitle {
    text-align: start !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    justify-content: center;
  }
  .pkg-order-mb-1 p.grw-p.grw-color--black.mb-15-px.l-h-25-px.text-center.text-md-start {
    text-align: center !important;
  }
  .pkg-info-aling-center-mb {
    align-items: center !important;
  }
  .grw-recurring-packages-cont-cont {
    padding-top: 35px !important;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .pkg-order-mb-1 .grw-recurring-subtitle {
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    justify-content: center;
  }
}
.mobile-menu-v7-header-mix {
  height: 82px;
}

.mt-20-px {
  margin-top: 20px !important;
}

.mb-20-px {
  margin-bottom: 20px !important;
}

.groomit__colorRed {
  color: var(--groomit-color-red);
}

@media screen and (max-width: 991px) {
  .include--faqs--home .groomit__line--horizontal-faqs {
    display: none !important;
  }
  .include--faqs--home .groomit__h2--faqs {
    margin-bottom: 25px !important;
    text-align: start !important;
  }
}
.groomit__main-banner.groomit__main-banner--holiday .groomit__h2--groomit__main-banner {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-bottom: 15px;
}
.groomit__main-banner.groomit__main-banner--holiday .groomit__h1--groomit__main-banner {
  font-family: "Filson Soft Bold";
  font-weight: normal;
  font-size: 3rem;
  line-height: 3.5rem;
  margin-bottom: 15px;
}
.groomit__main-banner.groomit__main-banner--holiday .groomit__p.groomit__p--groomit__main-banner {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 25px;
}
.groomit__main-banner.groomit__main-banner--holiday .groomit__buton-joined-pets-banner {
  margin-bottom: 25px;
}
.groomit__main-banner.groomit__main-banner--holiday .groomit__p--small {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 5px;
  color: #2E2E2E !important;
}
.groomit__main-banner.groomit__main-banner--holiday .groomit__p--smaller {
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 0;
  color: #2E2E2E !important;
  margin-top: 5px;
}
.groomit__main-banner.groomit__main-banner--holiday .groomit__button--banner {
  height: 48px;
}

.container-fluid--bannerHome.bg-trees-holiday {
  background-image: url("/v7/images/banner/holiday/banner-trees-bg.webp") !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-position: bottom center;
}

.grmt-h1 {
  font-family: "Filson Soft Bold";
  font-weight: normal;
  font-size: 3rem;
  line-height: 30px;
  margin-bottom: 0;
  color: #2E2E2E;
}

.grmt-h2 {
  font-family: "Filson Soft Bold";
  font-weight: normal;
  font-size: 3rem;
  line-height: 30px;
  margin-bottom: 0;
  color: #2E2E2E;
}

.serviceTypeModal .modal-content,
.serviceTypeModal .modal-body {
  padding: 0 !important;
  overflow: hidden;
}
.serviceTypeModal iframe {
  width: 100% !important;
}
.serviceTypeModal .groomit__button {
  width: 200px !important;
  margin: auto !important;
}

.modal-backdrop {
  z-index: 1020;
}

.groo-explore-pkgs {
  background: #fff;
  border-radius: 20px;
  padding: 23px;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1);
}

.groo-explore-pkgs__h3 {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 25px;
  color: #2E2E2E;
  margin-bottom: 0;
}

.groo-explore-pkgs__h3 b {
  font-family: "Inter 700";
  font-weight: 700;
}

.groo-explore-pkgs__h2 {
  font-family: "Filson Soft Bold";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 25px;
  color: #2E2E2E;
  margin-bottom: 0;
}

.groo-explore-pkgs__p {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 23px;
  color: #2E2E2E;
  margin-bottom: 0;
}

.groo-explore-pkgs__p--small {
  font-size: 1.2rem;
  line-height: normal;
}

.groo-explore-pkgs__p--small b {
  font-family: "Inter 700";
  font-weight: 700;
}

.groo-explore-pkgs__input-cont {
  border-radius: 10px;
  border: 1px solid #7C868A;
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.groo-explore-pkgs__input-cont input {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: normal;
  color: #2E2E2E;
  margin: 0;
  border: none;
  width: 100%;
}

.groo-explore-pkgs__input-cont--area {
  width: 100%;
  margin-bottom: 10px;
}

.groo-explore-pkgs__input-cont--breed {
  width: calc(100% - 180px);
}

.groo-explore-pkgs__input-cont--size {
  width: 180px;
}

.groo-explore-pkgs__input-cont select {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: normal;
  color: #2E2E2E;
  margin: 0;
  border: none;
  width: 100%;
}

.groo-explore-pkgs__inputs-cont-bottom {
  display: flex;
  gap: 10px;
}

.groo-explore-pkgs__a-help-decide {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: normal;
  color: #3064A3;
  margin: 0;
  text-decoration: none;
}

.groo-explore-pkgs__pkgs-info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.groo-explore-pkgs__pkgs-info-tabs-cont .nav-tabs {
  width: 100%;
  border: none;
}

.groo-explore-pkgs__pkgs-info-tabs-cont .nav-tabs .nav-item {
  width: 33.33%;
}

.groo-explore-pkgs__pkgs-info-tabs-cont .nav-tabs .nav-link {
  padding: 10px;
  text-align: center;
  margin: 0;
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  border-bottom: #fff;
  /* margin-bottom: -2px; */
  border-color: #BEC3C5;
  height: 76px;
}

.groo-explore-pkgs__pkgs-info-tabs-cont .nav-tabs .nav-item:nth-child(2) .nav-link,
.groo-explore-pkgs__pkgs-info-tabs-cont .nav-tabs .nav-item:nth-child(3) .nav-link {
  border-left: none !important;
}

.groo-explore-pkgs__pkgs-info-tabs-cont .tab-content > .tab-pane {
  border-radius: 0px 0px 20px 20px;
  background: #FFF;
  border: 1px solid #BEC3C5;
  padding: 20px;
  position: relative;
}

.groo-explore-pkgs__pkgs-info-tabs-cont .tab-content > .tab-pane.tab-pane--gold.active,
#link-pkg-gold.active {
  border-color: #ED9F00;
}

.groo-explore-pkgs__pkgs-info-tabs-cont .tab-content > .tab-pane.tab-pane--eco.active,
#link-pkg-eco.active {
  border-color: #3064a3;
}

.groo-explore-pkgs__pkgs-info-tabs-cont .tab-content > .tab-pane.tab-pane--silver.active,
#link-pkg-silver.active {
  border-color: #7c868a;
}

.groo-explore-pkgs__pkgs-info-value {
  color: #fff;
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
  margin: 0 auto;
  border-radius: 25px;
  background: #2e2e2e;
  height: 14px;
  padding: 0 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  width: -moz-fit-content;
  width: fit-content;
}

.groo-explore-pkgs__pkgs-info-value--best {
  color: #fff;
  background: #28B446;
}

.groo-explore-pkgs__pkgs-info-name {
  color: #2E2E2E;
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: normal;
  margin: 0 auto;
  text-align: center;
}

#link-pkg-gold.active .groo-explore-pkgs__pkgs-info-name--gold {
  color: #ED9F00;
}

#link-pkg-eco.active .groo-explore-pkgs__pkgs-info-name--eco {
  color: #3064a3;
}

#link-pkg-silver.active .groo-explore-pkgs__pkgs-info-name--silver {
  color: #7c868a;
}

.groo-explore-pkgs__pkgs-info-include {
  color: #2E2E2E;
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: normal;
  margin: 0 auto;
  text-align: center;
}

.nav-link.active .groo-explore-pkgs__pkgs-info-include {
  font-family: "Inter 700";
  font-weight: 700;
}

.groo-explore-pkgs__items-cont {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}

.groo-explore-pkgs__items-bottom-cont {
  display: flex;
  align-items: center;
  gap: 10px;
}

.groo-explore-pkgs__items-bottom-square {
  border-radius: 10px !important;
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  width: 50%;
  border: 1px solid #BEC3C5 !important;
}

.btn-group > .btn-check:checked + .btn.groo-explore-pkgs__items-bottom-square,
.btn-group > .btn-check:hover + .btn.groo-explore-pkgs__items-bottom-square {
  border: 1.5px solid #FF314A !important;
}

.groo-dark-green {
  color: #0A7170;
}

#link-pkg-gold.active {
  border-color: #ED9F00;
}

.hide-border-pkg-link {
  height: 3px;
  background: #fff;
  width: calc(33.33% - 1px);
  position: absolute;
  top: -2px;
  left: 0;
}

.tab-pane.tab-pane--eco .hide-border-pkg-link {
  left: 33.33%;
}

.tab-pane.tab-pane--silver .hide-border-pkg-link {
  left: 66.66%;
  width: 33.33%;
}

.groo-explore-pkgs__services-included {
  border-radius: 10px;
  background: #F1F1F1;
  padding: 15px;
}

.groo-explore-pkgs__services-included-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.groo-explore-pkgs__services-included-list-item {
  display: flex;
  flex-basis: 50%;
  box-sizing: border-box;
  gap: 5px;
  color: #2E2E2E;
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: normal;
}

@media (max-width: 991px) {
  .groo-explore-pkgs .nav-item {
    margin-bottom: 0;
  }
}
.grw-footer-social-links {
  gap: 8px;
  display: flex;
}
.grw-footer-social-links a {
  text-decoration: none;
}

.grw-p--help {
  color: #fff;
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
}
.grw-p--help a {
  color: #fff;
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: normal;
}

.grw-divider--footer {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: #FFF;
  margin-top: 30px;
  margin-bottom: 30px;
}

.grw-a--fotoer-links {
  font-family: "Inter 300";
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 20px;
  color: #FFF !important;
  text-decoration: none;
}

.grw-h2--fotoer-links {
  font-family: "Inter 600";
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 30px;
  margin-bottom: 20px;
  color: #FFF !important;
}

.grw-ul--fotoer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.grw-li--fotoer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

.grw-p--download-app {
  font-family: "Inter 500";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 20px;
  color: #FFF !important;
  letter-spacing: 11.2px;
  text-transform: uppercase;
}

.grw-cont-app-stores {
  width: 335px;
  display: flex;
  justify-content: space-between;
}

.grw-footer__center {
  background: #2E2E2E;
  padding-top: 50px;
  padding-bottom: 50px;
}

.grw-footer {
  padding: 0;
  background: #000 !important;
}

.grw-footer__brands {
  height: 88px;
}

.grw-footer__brands-wrap {
  height: auto;
}
.grw-footer__brands-wrap img {
  margin: auto;
}

.grw-footer__brand-a {
  padding: 0;
  border: none;
  outline: none;
}

.grw-footer__brands-divider {
  width: 1px;
  /* height:40px; */
  background: #fff;
}

.groomit__ulBottomFooterCont--mobile {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .grw-footer__brands-wrap {
    gap: 10px;
  }
  .grw-footer .grw-p--download-app {
    text-align: center !important;
  }
  .grw-footer .grw-cont-app-stores {
    margin: 5px auto 30px auto;
  }
  .grw-footer .groomit__ulBottomFooterCont {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .grw-footer .groomit__ulBottomFooter {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .groomit__ulBottomFooterCont--desk {
    display: none !important;
  }
  .groomit__ulBottomFooterCont--mobile {
    display: flex !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .grw-footer__brands-divider {
    display: none !important;
  }
  .grw-ul--fotoer-cont {
    flex-flow: wrap;
  }
  .grw-ul--fotoer-cont .grw-ul--fotoer-links {
    margin-bottom: 30px;
    flex: 0 0 50%;
  }
  .grw-p--help {
    flex: 0 0 40%;
  }
  .grw-footer .groomit__ulBottomFooter {
    margin-bottom: 10px;
  }
  .grw-footer .groomit__p.groomit__pCopy {
    margin-top: 10px;
    color: #2e2e2e;
  }
}
.gr-download-bar .gr-download-bar__logo {
  margin-right: 20px;
}

.gr-download-bar {
  display: none;
}

@media screen and (max-width: 960px) {
  .gr-download-bar {
    display: flex;
    padding: 8px 15px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    height: 99px;
  }
  .gr-download-bar .gr-download-bar__h2 {
    color: #fff;
    font-family: "Inter 700";
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 3px;
  }
  .gr-download-bar .gr-download-bar__p {
    color: #fff;
    font-family: "Inter 500";
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.6px;
    margin: 0;
  }
  .gr-download-bar .gr-download-bar__logo {
    margin-right: 19px;
  }
  .gr-download-bar .gr-download-bar__button {
    height: 46px;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    border-radius: 30px;
    background: #FF314A;
    border: none;
    color: #fff;
    font-family: "Inter 700";
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 19px;
    padding-right: 19px;
  }
  .gr-download-bar .gr-download-bar__close {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    outline: none !important;
    width: 21px;
    height: 21px;
    margin: auto;
  }
  .gr-download-bar .gr-download-bar__divider {
    background: #BEC3C5;
    width: 1px;
    display: flex;
    margin-right: 10px;
  }
}
@media screen and (max-width: 460px) {
  .gr-download-bar .gr-download-bar__h2 {
    font-size: 1.7rem;
  }
  .gr-download-bar .gr-download-bar__button {
    font-size: 1.7rem;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gr-download-bar .gr-download-bar__p {
    font-size: 1.5rem;
    line-height: 18px;
  }
}
@media screen and (max-width: 395px) {
  .gr-download-bar {
    padding: 15px;
    height: 80px;
  }
  .gr-download-bar .gr-download-bar__p {
    font-size: 1.4rem;
    line-height: 18px;
  }
  .gr-download-bar .gr-download-bar__h2,
  .gr-download-bar .gr-download-bar__button {
    font-size: 1.5rem;
  }
  .gr-download-bar .gr-download-bar__logo {
    margin-right: 15px;
  }
  .gr-download-bar .gr-download-bar__button {
    height: 40px;
    margin-right: 8px;
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.grw-label {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-style: normal;
  font-family: "Inter 700";
  font-weight: 700;
  margin-bottom: 8px;
}

.grw-input-new-border {
  border-radius: 10px;
  border: 1px solid #BEC3C5;
  color: #2E2E2E;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: "Inter 400";
  font-weight: 400;
}

.grw-input-new-border::-moz-placeholder {
  color: #7C868A;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: "Inter 400";
  font-weight: 400;
  letter-spacing: -0.32px;
}

.grw-input-new-border::placeholder {
  color: #7C868A;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: "Inter 400";
  font-weight: 400;
  letter-spacing: -0.32px;
}

#js-subscribe-newsletter {
  top: 32px !important;
}/*# sourceMappingURL=groomit-web-wa.css.map */