/* New Page */
.banner-border {
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 39px, transparent 39px) 0% 0%/40px 40px no-repeat,
    radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 39px, transparent 39px) 100% 0%/40px 40px no-repeat,
    radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 39px, transparent 39px) 0% 100%/40px 40px no-repeat,
    radial-gradient(circle at 0 0, #ffffff 0, #ffffff 39px, transparent 39px) 100% 100%/40px 40px no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 2px) calc(100% - 80px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 80px) calc(100% - 2px) no-repeat,
    linear-gradient(0deg, transparent 0%, #bec3c5 100%);
  border-radius: 40px;
  padding: 5px;
  box-sizing: border-box;
}

.lightblue-bg {
  background-color: #EBF7FF;
}

.dark-blue {
  color: #3064A3;
}

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

.gray-light-bg {
  background-color: #F6F6F6;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  /* max-width: 900px; */
  margin: 0 auto;
  flex-wrap: wrap;
}

/* dashed line connecting icons between them */
.step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25px;
  /* aligns with center of icons */
  right: -50%;
  /* connect to next icon center */
  width: 100%;
  border-top: 2px dashed #f3b5a3;
  z-index: 0;
}

.icon {
  background-color: #f9d7cb;
  color: #a25c4f;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 0 auto 15px;
  z-index: 5;
  position: relative;
}

/* 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: "\2212";
  /* ➖ minus sign */
  font-size: 3.2rem;
  position: absolute;
  right: 1rem;
  transition: transform 0.3s;
  background: #222;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  margin: 0 auto;
  padding-top: 15px;
  padding-left: 5px;
  line-height: 0;
  color: #fff;
}

.accordion-button.collapsed::before {
  content: "\002B";
  background: #D9D9D9;

  /* ➕ plus sign */
}


:root {
  --icon-size: 40px;
  /* change icon size here */
  --left-col: 64px;
  /* width of left column (space for icon + margin) */

  --icon-bg: #ffd0c7;
  --page-bg: #fff0ed;
  --gap: 20px;
  /* vertical gap between items */
}


.timeline {
  position: relative;
  max-width: 720px;
  /* leave half icon height at top & bottom so the vertical line begins/ends at icon-centers */
  padding-top: calc(var(--icon-size) / 2);
  padding-bottom: calc(var(--icon-size) / 2);
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}

/* the vertical dashed line: centered in the left column, spans only between the top & bottom padding */
.timeline::before {
  content: "";
  position: absolute;
  left: calc(var(--left-col) / 2);
  /* center of left column */
  top: 40px;
  bottom: 55px;
  transform: translateX(-50%);
  width: 0;
  border-left: 3px dashed #f2b6ac;
  z-index: 0;
}

/* each item is a two-column grid: left column = icons area, right column = content */
.timeline-item {
  display: grid;
  grid-template-columns: var(--left-col) 1fr;
  align-items: start;
  column-gap: 16px;
  position: relative;
  z-index: 1;

}

.icon-round {
  height: 40px;
  width: 40px;
  border-radius: 40px
}

.responsive-image {
  max-width: 100%;
  height: auto;
}
.web-border-0 {
  border: 0px;
}

.faqs-min-h {
  max-height: 500px;
  overflow: auto;
}
.cursor-pointer {
  cursor: pointer;
}
@media (max-width: 768px) {
  .faqs-min-h {
    max-height: none;
  }
  .pt-50-px {
    padding-top: 25px !important;
  }

  .banner-border {
    background: none;
  }
  .faqs-image {
    width: 65% !important;
  }
  .web-border-0 {
  border: 1px solid #dee2e6;
}
}

/**** Old Css ****/

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #ED9F00;
  font-weight: bold;
  border: 1px solid #ED9F00;
}

.nav-pills .nav-link {
  border: 1px solid #BEC3C5;
  padding: 10px;
}

.faq-button.active {
  background-color: #222 !important;
  border: 1px solid #222 !important;
}

.nav-link:hover {
  color: #2e2e2e;
}

.grmt-how-it-works-services__bottom {
  background: var(--BG, linear-gradient(180deg, #F2F2F2 0%, #FFF 100%));
  height: 100px;
  padding: 0 50px;
}

.container-fluidFAQs {
  .faqs {
    margin-bottom: 0;
  }

  .groomit__accordion {
    background-color: transparent;
  }

  .groomit__accordion .accordion-item {
    background-color: #fff;
    border-radius: 20px;
    border: none;
    margin-bottom: 20px;
  }

  .groomit__faqsContent .accordion-header {
    height: auto;
  }

  .groomit__accordion .accordion-item .accordion-button.collapsed {
    height: 60px;
  }

  .groomit__accordion .accordion-item .accordion-button:not(.collapsed) {
    height: max-content;
  }

  .accordion-body p {
    font-size: 1.4rem;
  }

  .faqsGreyBg {
    top: 0 !important;
  }

  .groomit__faqs__img--250 {
    height: 250px;
    object-position: top;
    object-fit: cover !important;
    border-radius: 150px 0 0 0;
  }
}

@media (max-width: 991px) {
  .container-fluidFAQs {
    .col-md-7 {
      width: 100% !important;
    }

    .col-md-4 {
      display: none !important;
    }
  }
}

.owl-carousel.groomers-loop .owl-stage-outer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.groomers-loop__card {
  border-radius: 15px;
  background: #fbfbfb;
  /* box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.10); */
  padding: 25px 5px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  cursor: pointer;
  transition: .2s;
  border: 1px solid #C9CFD4;
  margin-bottom: 0;
  margin-top: 0;
  opacity: .6;
}

.groomers-loop__card.active,
.groomers-loop__card:hover {
  border-color: #fff;
  background: #FFF;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.10);
  opacity: 1;
}

.groomers-loop__photo {
  border-radius: 50%;
  width: 110px !important;
  height: 110px !important;
  object-fit: cover !important;
  margin: auto;
  margin-bottom: 15px;
}

.groomers-loop__name {
  font-family: 'Inter', sans-serif !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #2E2E2E;
}

.groomers-loop__location {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #2E2E2E;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 2px;
}

.groomers-testimonials {
  min-height: 310px;
}

.groomers-testimonials__p {
  font-family: 'Inter', sans-serif !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #2E2E2E;
  margin-bottom: 0;
  width: 860px;
  max-width: 100%;
  margin: auto;
  text-transform: capitalize;

  b {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700;
  }
}

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

.groomers-testimonials__a {
  font-family: 'Inter', sans-serif !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #3064A3;
  margin-bottom: 0;
  width: auto;
  max-width: 100%;
  margin: auto;
  text-transform: capitalize;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 0 auto 30px auto;
  display: inline-block;
}

.groomers-testimonials__a--view-profile {
  color: #2E2E2E;
  margin-bottom: 0;
}

.gr-color-gray {
  color: #7C868A !important;
}

.groomers-testimonials__quote {
  font-family: "Filson Soft Bold";
  font-weight: 700;
  line-height: 60px;
  font-size: 6rem;
  color: #FF314A;
  vertical-align: inherit;
  margin-right: 10px;
}

.groomers-testimonials__quote--end {
  vertical-align: top;
  margin-left: 15px;
  margin-right: 0;
}

.grey-border_button {
  height: 45px;
  font-size: 1.6rem;
  font-family: "Inter 700";
  border-radius: 10px;
  background-color: transparent;
  color: #2e2e2e;
  border: 1px solid #BEC3C5 !important;
}

.grmt-h2 {
  font-family: "Filson Soft Bold";
  font-weight: 700;
  line-height: 35px;
  font-size: 3rem;
}

.gr-section--groomers-own-boss {
  background-color: #fff !important;
  background: linear-gradient(180deg, #F2F2F2 0%, rgba(242, 242, 242, 0.00) 100%);
  padding-bottom: 20px;
}

.grmt-item-modern {
  height: 45px;
  font-size: 1.4rem;
  font-family: "Inter 700";
  border-radius: 51px;
  background: #FFF;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: start;
  padding: 0 15px;
  gap: 6px;
}

.grmt-divider-h {
  height: 1px;
  width: 100%;
  background: #C9CFD4;
}

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

.grmt-item-w-icon__left {
  width: 50px;
}

.grmt-item-w-icon__right {
  width: calc(100% + -50px);
}

.grmt-item-w-icon {
  margin-bottom: 20px;
}

.grmt-p {
  font-family: "Inter 400" !important;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 22px;
  margin-bottom: 0;
}

.grmt-p--small {
  font-size: 1.4rem;
  line-height: 14px;
}

.grmt-p b {
  font-family: "Inter 700" !important;
  font-weight: normal;
}

.gr-section--groomers-dream-big {
  background: #fff;
}

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

.grmt-h3 {
  font-family: "Inter 700" !important;
  font-size: 2rem;
  line-height: 20px;
  margin-bottom: 0;
}

.pl-25-px {
  padding-left: 25px;
}

.pr-25-px {
  padding-right: 25px;
}

.cont-iframe {
  border-radius: 20px;
  overflow: hidden;
  width: 522px;
  margin: auto;
  max-width: 100%;
  border: 1px solid #C9CFD4;
  background: #000;

  iframe {
    max-width: 100%;
  }
}

.gr-section--groomers-carousel {
  background: linear-gradient(0deg, rgba(242, 242, 242, 0.00) 0%, #F2F2F2 100%);
}

.footer-groomer {
  padding-top: 0 !important;
}

.grmt-h2--small {
  font-size: 2.5rem;
  line-height: 30px;
}



.grmt-how-it-works-services__top-divider {
  width: 60px;
  padding: 50px 0;
}

.grmt-how-it-works-services__top-divider-line {
  background: #C9CFD4;
  width: 1px;
  height: 100%;
  margin: auto;
}

.grmt-how-it-works-services {
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}

.grmt-how-it-works-services__top-left,
.grmt-how-it-works-services__top-right {
  width: calc(50% + -30px);
  flex-direction: column;
  padding: 50px;
}

.groomit__h2--groomit__main-banner {
  font-family: "Inter 400" !important;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 15px;
}

.grw-container-390-px {
  width: 390px !important;
  max-width: 100%;
}

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

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

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

.grmt-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;
}

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

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

.gr-section--groomers-how-it-works {
  /* background: linear-gradient(180deg, rgb(255, 255, 255) 45%, #F2F2F2 100%);*/
}

.include--3steps {
  background: #fff !important;

  .steps3__each {
    margin-bottom: 0;
    border-radius: 0;
    margin-left: 0;
    padding-left: 20px;
    border: none;
  }

  .container-fluid--steps3 {
    background: #fff !important;
  }
}

.br-visible-991 {
  display: none;
}

.banner-image-767 {
  display: none !important;
}

@media (max-width: 991px) {
  .mb-70-px {
    margin-bottom: 30px !important;
  }

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

  .grmt-p {
    font-size: 1.4rem;
    line-height: 18px;
  }

  .grmt-p--small {
    font-size: 1.2rem;
    line-height: 14px;
  }

  .groomers-testimonials {
    min-height: 375px;
  }

  .groomit__h2--groomit__main-banner {
    margin-bottom: 5px;
    font-size: 1.3rem;
    line-height: 20px;
  }

  .br-visible-991 {
    display: block;

  }

  .groomers-testimonials__a {
    font-size: 1.6rem;
    line-height: 20px;
  }

  .groomers-loop__location {
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }

  .groomers-loop__name {
    font-size: 1.6rem;
    line-height: 18px;
  }

  .groomers-loop__photo {
    width: 80px !important;
    height: 80px !important;
  }

  .groomers-testimonials__p {
    font-size: 1.6rem;
    line-height: 30px;
  }

  .text-center-991 {
    text-align: center !important;
  }

  .cont-banner-buttons {
    text-align: center;
    justify-content: center;
  }

  .order-1-991 {
    order: 1;
  }

  .order-2-991 {
    order: 2;
  }

  .order-3-991 {
    order: 3;
  }

  .order-4-991 {
    order: 4;
  }

  .grmt-how-it-works-services__bottom {
    padding: 0 30px;
  }

  .grmt-how-it-works-services__top-divider {
    width: 30px;
    padding: 30px 0;
  }

  .grmt-how-it-works-services__top-left,
  .grmt-how-it-works-services__top-right {
    width: calc(50% + -15px);
    padding: 30px;
  }

  .grmt-h2 {
    font-size: 2rem;
    line-height: 28px;
  }

  .grmt-h2--small {
    font-size: 1.8rem;
    line-height: 22px;
  }

  .grmt-h1--banner {
    text-align: center;
    font-size: 2.5rem;
    line-height: 30px;
    margin-bottom: 20px;
  }

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

.grw-modal.grw-modal--big .modal-content {
  width: 1240px;
  padding-left: 50px;
  padding-right: 50px;
}

.grmt-two-col-w-divider {
  .grmt-two-col-w-divider__left {
    width: calc(50% + -45px);
  }

  .grmt-two-col-w-divider__right {
    width: calc(50% + -45px);
  }

  .grmt-two-col-w-divider__divider {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;

    .grmt-two-col-w-divider__divider-line {
      background: #C9CFD4;
      width: 1px;
      height: 100%;
    }

  }
}

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

@media (max-width: 767px) {
  .hide-767 {
    display: none !important
  }

  .banner-image-767 {
    display: flex !important;
    margin-bottom: 20px;
  }

  .grmt-how-it-works-services__top {
    flex-direction: column;
  }

  .grmt-how-it-works-services__top-divider {
    display: none !important;
  }

  .grmt-how-it-works-services__top-left,
  .grmt-how-it-works-services__top-right {
    width: 100%;
    padding: 30px;
  }

  .grmt-how-it-works-services__top-right {
    padding-top: 0;
  }

  .col-van-faqs {
    padding-top: 0px !important;
  }
}