@charset "UTF-8";
.responsive-image {
  max-width: 100%;
  height: auto;
}

.groomit-button-hover:hover {
  background-color: #ED152F !important;
}

.book-button-mobile {
  margin-top: -84px;
}

/* remove default arrow */
.accordion-button::after {
  display: none !important;
}

/* add plus/minus icons */
.accordion-button {
  position: relative;
  padding-right: 2rem;
  /* space for icon */
}

.accordion-button::before {
  content: "➖";
  /* ➖ minus sign */
  font-size: 1.2rem;
  position: absolute;
  right: 1rem;
  transition: transform 0.3s;
  background: #222;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  margin: 0 auto;
  padding-top: 5px;
  padding-left: 4px;
}

.accordion-button.collapsed::before {
  content: "➕";
  /* ➕ plus sign */
}

.groomit__carouselPhoto {
  background-image: none !important;
}

.groomit__carouselPhoto .groomit__carouselPhoto__img {
  width: 142px !important;
  height: 170px !important;
  border-radius: 71px !important;
  border: 1px solid lightgray;
}

.groomit__carouselPhoto .groomer-rating {
  bottom: -10px !important;
}

.owl-carousel--groomitReviews .owl-item {
  background-color: #F6F6F6;
  /* width: auto !important; */
}

.owl-carousel--groomitReviews__authorPhoto {
  width: 60px !important;
  height: 60px !important;
}

.lightblue-bg {
  background-color: #EBF7FF;
  /* height: 379px; */
}

.lightpink-bg {
  background-color: #FFEDE9;
}

.blue-light-bg {
  background-color: #E7E6F5;
}

.services-available__bookButton {
  background-color: #2E2E2E !important;
}

.review-white a {
  color: #fff !important;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.owl-carousel--groomitGroomers .owl-nav {
  display: none;
}

.owl-carousel--groomitReviews .owl-nav {
  position: absolute;
  top: -66px;
  right: 0;
}
.owl-carousel--groomitReviews .owl-dots {
  display: none;
}
.owl-carousel--groomitReviews .owl-stage-outer {
  margin-bottom: 30px;
}

.owl-carousel--groomitReviews__p {
  color: #454545;
  line-height: 18px;
}

.owl-carousel--groomitReviews .owl-item:hover .owl-carousel--groomitReviews__p span {
  color: #fff !important;
}

@media only screen and (max-device-width: 1199px) {
  .resolution-1199 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-device-width: 769px) {
  .dog-slip-mobile {
    right: 0px;
    bottom: -60px;
  }
  .groomit__carouselPhoto {
    width: 142px !important;
    height: 170px !important;
  }
  .city-button-mobile {
    display: flex;
    overflow-y: auto;
    width: 350px;
  }
  .city-button-mobile .groomit__button {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .lightblue-bg {
    height: 264px;
  }
  .groomit__input--withIconCont {
    width: 100% !important;
  }
  .groomit__input--withIconCont .groomit__button {
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .Faqs-img-mobile {
    width: 80%;
    margin-top: 40px;
  }
  .owl-carousel--groomitReviews .owl-nav {
    top: -58px;
  }
  .owl-carousel--groomitReviews .owl-nav .owl-prev, .owl-carousel--groomitReviews .owl-nav .owl-next {
    height: 35px;
    width: 35px;
  }
}/*# sourceMappingURL=new-homepage.css.map */