@font-face {
    font-family: "Filson Soft Bold";
    src: url('/v7/fonts/FilsonPro-Bold.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Filson Soft Regular";
    src: url('/v7/fonts/FilsonPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 300";
    src: url('/v7/fonts/Inter-Light.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 400";
    src: url('/v7/fonts/Inter-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 500";
    src: url('/v7/fonts/Inter-Medium.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 600";
    src: url('/v7/fonts/Inter-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 700";
    src: url('/v7/fonts/Inter-Bold.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

html {
    font-size: 62.5%;
}

:root {
    --groomit-color-red: #FF314A;
    --groomit-error-red: #D02B20;
    --groomit-color-black: #2E2E2E;
    --groomit-color-grey1: #7C868A;
    --groomit-color-grey2: #F2F2F2;
    --groomit-color-grey3: #BEC3C5;

    --groomit-button-font-family: "Inter 600";
    --groomit-input-font-family: "Inter 400";
    --groomit-p-font-family: "Inter 500";
    --groomit-h2-font-family: "Filson Soft Bold";
    --groomit-h3-font-family: "Filson Soft Bold";

    --groomit-font-size-p: 1.6rem;
    --groomit-font-weight-p: 400;

    --groomit-font-size-h1: 6.9rem;
    --groomit-line-height-h1: 6rem;

    --groomit-font-size-h2: 4rem;
    --groomit-line-height-h2: 5rem;

    --groomit-font-size-h3: 2rem;
    --groomit-line-height-h3: 2.5rem;

    --groomit-font-size-h4: 1.4rem;
    --groomit-line-height-h4: 4rem;
}

.areas-grooming-links {
    font-size: 16px !important;
}

.navbar-toggler-mobile {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    margin-left: 15px;
}

.navbar-toggler-mobile:focus,
.navbar-toggler-mobile:hover,
.navbar-toggler-mobile {
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    padding-left: 0;
    padding-right: 0;
}

.nav-logo-mobile {
    position: absolute;
    left: 27%;
}

.accordion-title {
    font-size: 16px !important;
}

.container-header {
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.groomit__a {
    font-family: "Inter 500";
    color: var(--groomit-black);
    font-size: 1.6rem;
    text-decoration: none;
    line-height: 1.9rem;
}

.groomit__button {
    background-color: var(--groomit-color-red);
    color: #fff;
    font-family: var(--groomit-button-font-family);
    font-size: 1.6rem;
    padding: 0;
    border-radius: 10px;
    outline: none;
    border: none;
    height: 50px;
    min-width: 120px;
    padding-left: 15px;
    padding-right: 15px;
}

.groomit__button.groomit__button--white {
    background-color: #fff;
    border: 1px solid var(--groomit-color-grey1);
    color: var(--groomit-color-black);
}

.groomit__h1 {
    font-family: "Filson Soft Bold";
    font-size: var(--groomit-font-size-h1);
    line-height: var(--groomit-line-height-h1);
    color: var(--groomit-color-black);
    margin-bottom: 20px;
}

.groomit__h2 {
    font-family: var(--groomit-h2-font-family);
    font-size: var(--groomit-font-size-h2);
    line-height: var(--groomit-line-height-h2);
    color: var(--groomit-color-black);
}

.groomit__h2.groomit__h2--small {
    font-size: 3rem;
    line-height: 3rem;
}

.groomit__h3 {
    font-size: var(--groomit-font-size-h3);
    line-height: var(--groomit-line-height-h3);
    font-family: var(--groomit-h3-font-family);
    color: var(--groomit-color-black);
}

.groomit__h4 {}

.groomit__p {
    margin-bottom: 0 !important;
    font-size: var(--groomit-font-size-p) !important;
    color: var(--groomit-color-grey1) !important;
    font-family: var(--groomit-p-font-family) !important;
}

.groomit__p--small {
    font-family: "Inter 400";
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #2e2e2e;
}

.groomit__p--smaller {
    font-family: "Inter 400";
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #2e2e2e;
}

.img__footprints {
    margin-bottom: 30px;
}

.groomit__input {
    height: 60px;
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 42px;
    box-shadow: -30px 0px 100px 0px rgba(0, 0, 0, 0.12);
    color: var(--groomit-color-grey1);
    padding-left: 20px;
    font-size: 1.6rem;
}

.groomit__input::placeholder {
    color: var(--groomit-color-grey1);
    font-size: 1.6rem;
    font-family: var(--groomit-input-font-family);
}

.groomit__input--withIconCont {
    position: relative;
}

.groomit__input--withIcon {
    padding-left: 50px;
    padding-right: 80px;
    /* ccolor: var(--groomit-color-grey1); -- Old Css */
    color: var(--groomit-color-grey1);
    font-size: 1.6rem;
    font-family: var(--groomit-input-font-family);
}

.groomit__input--withIcon--location {
    background-image: url('/v7/images/icons/location.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
}

.groomit__input--withIcon--message {
    background-image: url('/v7/images/icons/message.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
}

.groomit__inputInButton {
    position: absolute;
    top: 7px;
    right: 6px;
    width: 46px;
    height: 46px;
    background-color: var(--groomit-color-red);
    border-radius: 30px;
    border: none;
    outline: none;
    box-shadow: none;
}

.groomit__inputInButton.groomit__inputInButton--reset {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 18px;
    text-align: center;
    padding: 0;
}

.groomit__inputInButton__img {
    margin: auto;
}

.services-available {
    padding-bottom: 100px;
    padding-top: 70px;
}

.services-available__bookButton {
    width: 120px;
}

.services-available__p {
    margin-bottom: 20px;
}

.services-available__joinWaitlist {
    width: 131px;
}

.services-available__img {
    margin-right: 20px;
}

.groomit__accordion .accordion-item .accordion-button {
    background-color: transparent;
    border-radius: 20px;
    border: none;
    box-shadow: none;
    color: var(--groomit-color-black);
    font-family: var(--groomit-button-font-family);
    font-size: 1.6rem;
}

.groomit__accordion .accordion-button {
    background-color: transparent;
    border-radius: 20px;
    border: none;
    box-shadow: none;
    color: var(--groomit-color-black);
    font-family: var(--groomit-button-font-family);
    font-size: 1.6rem;
}

.groomit__accordion .accordion-body {
    color: #2e2e2e;
    font-family: var(--groomit-p-font-family);
    font-size: 1.4rem;
}

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

.faqs {
    margin-bottom: 75px;
}

.groomit__faqsHeader {
    background-color: var(--groomit-color-grey2);
    border-radius: 0 230px 0 0;
    padding-right: 45px;
    padding-bottom: 15px;
    position: relative;
}

.groomit__faqsContent {
    background-color: var(--groomit-color-grey2);
    max-height: 595px;
    border-radius: 0 0 10px 10px;
    overflow-y: scroll;
    padding-right: 45px;
}

.groomit__faqsContent .accordion-button:not(.collapsed)::after {
    background-image: url('/v7/images/icons/faqs-.svg');
    background-repeat: no-repeat;
}

.groomit__faqsContent .accordion-button.collapsed::after {
    background-image: url('/v7/images/icons/faqs+.svg');
    background-repeat: no-repeat;
}

/* width */
.groomit__faqsContent::-webkit-scrollbar {
    width: 5px;
    background-color: var(--groomit-color-grey1);
    border-radius: 10px;
}

/* Track */
.groomit__faqsContent.groomit__faqsContent::-webkit-scrollbar-track {
    background-color: var(--groomit-color-grey1);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: var(--groomit-color-black);
    border-radius: 10px;

}

/* Handle on hover */
.groomit__faqsContent::-webkit-scrollbar-thumb:hover {
    background-color: var(--groomit-color-black);
}

.groomit__faqs__img {
    margin-bottom: 15px;
}

.groomit__faqs__img:last-child {
    margin-bottom: 0;
}

.groomit__faqsContent .accordion-header {
    height: 66px;
    display: flex;
    align-items: center;
}

.groomit__areasModal {
    background: #fff;
    border-radius: 20px;
    position: absolute;
    left: 0;
    bottom: 100%;
    min-height: 180px;
    height: fit-content;
    width: 480px;
    max-width: 100%;
    padding: 15px;
    box-shadow: -30px 0px 100px 0px rgba(0, 0, 0, 0.12);
}

#groomit-modal-address .modal-body {
    width: 95% !important;
}

.groomit__areasModalImg {
    margin-right: 20px;
}

.groomit__horizontalUl {
    max-width: 100%;
    list-style: none;
}

.groomit__horizontalUl li.groomit__horizontalLi {
    border: none;
    padding: 0;
    margin: 2px 0;
}

.groomit__horizontalUla {
    color: var(--groomit-color-grey1);
    font-family: var(--groomit-p-font-family);
    font-size: 1.4rem;
    text-decoration: none;
}

.groomit__divider--vertical {
    height: 100%;
    width: 1px;
    background-color: var(--groomit-color-grey1);
    margin: auto 8px;
}

.groomit__divider--horizontal {
    width: 100%;
    height: 1px;
    background-color: var(--groomit-color-grey1);
    margin: 8px auto;
}

.groomit__areasModal .groomit__divider--vertical {
    height: 1rem;
}


.groomit__areasModal__h3 {
    margin-bottom: 10px;
}

.groomit__button.groomit__button--white:hover {
    background: var(--groomit-color-red);
    border-color: var(--groomit-color-red);
    color: #fff;
    -webkit-transition: background .8s;
    /* For Safari */
    transition: background .8s;
    /* For modern browsers */
}

.articlesBrands {
    background-color: #000;
    width: 100%;
    height: 88px;
}

.groomit__divider--vertical__brands {
    height: 40px;
}

.articlesBrands li a img {
    /*height: 50px;*/
}

footer {
    background: linear-gradient(180deg, #FE3049, #2E2E2E 45%);
    padding-top: 60px;
}

.groomit__curveCont--footerNewsletter__bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
        linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.groomit__curveCont--footerNewsletter {
    position: relative;
    border: 1px solid;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 35px;
    padding: 25px;
    margin-bottom: 40px;
}

.groomit__h2.groomit__h2--footerNewsletter {
    font-family: "Inter 700";
    font-size: 2.5rem;
    line-height: 2.7rem;
    color: #fff;
    margin-bottom: 25px;
}

.groomit__input--withIconCont.groomit__input--withIconCont--footer {
    margin-bottom: 20px;
}

.faqsGreyBg {
    background-color: var(--groomit-color-grey2);
    position: absolute;
    top: -3px;
    left: 0;
    width: 54%;
    height: 100%;
    z-index: -1;
    border-radius: 0 230px 0 0;
}

.groomit__h2--faqs {
    margin-bottom: 35px;
    padding-top: 75px;
}

.groomit__footerDogsImg {
    margin-bottom: 40px;
}

.groomit__footerLogo {
    margin-bottom: 40px;
}

.groomit__downloadAppUl {
    margin-bottom: 20px;
}

.groomit__downloadAppUl li:first-child {
    margin-right: 20px;
}

footer .groomit__divider--horizontal {
    margin-bottom: 40px;
}

.groomit__downloadPFooter {
    font-family: "Inter 500";
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.9rem;
    letter-spacing: .9rem;
    text-transform: uppercase;
    opacity: .5;
    text-align: center;
    margin-bottom: 40px;
}

.groomit__spacedP {
    font-family: "Inter 500";
    font-size: var(--groomit-font-size-p);
    color: #fff !important;
    line-height: 1.9rem;
    letter-spacing: .9rem;
    text-transform: uppercase;
    opacity: .5;
    text-align: center;
    margin-bottom: 40px;
}

.groomit__footerLinksUl {
    margin: 0;
    padding: 0;
    list-style: none;
}


.groomit__footerLinksLi {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 12px;
}


.groomit__footerLinksLi a {
    font-family: "Inter 300";
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.6rem;
    text-decoration: none;
}

.groomit__h3--footer {
    font-family: "Inter 600";
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 22px;
}

.groomit__ulSofialFooter {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.groomit__liSofialFooter {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 2px;
    margin-right: 2px;
}

.groomit__footerP--help {
    font-family: "Inter 400" !important;
    color: #fff !important;
    font-size: 1.8rem !important;
    margin: 0 !important;
}

.groomit__footerP--help a {
    color: #fff !important;
    margin-left: 5px !important;
    text-decoration: none !important;
}

.groomit_colFooterHelp {
    margin-bottom: 40px;
}

.groomit_colFooterBottom {
    background-color: #000;
    height: 60px;
}

.groomit__ulBottomFooter {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.groomit__liBottomFooter {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 2px;
    margin-right: 2px;
}


.groomit__liBottomFooter a {
    font-family: "Inter 300";
    color: #fff;
    font-size: 1.4rem;
    margin: 0;
    text-decoration: none;
}

.groomit__liBottomFooter--divider {
    font-family: "Inter 300";
    color: #fff;
    font-size: 1rem;
    margin: auto 5px;
    text-decoration: none;
}

.groomit__pCopy.groomit__p {
    font-family: "Inter 300";
    color: #fff;
    font-size: 1.4rem;
}


.container-fluidNav {
    background: #fff;
    height: 99px;
}


.groomersHome {
    padding-top: 70px;
    padding-bottom: 70px;
}

.groomit__h2-groomersHome {
    margin-bottom: 20px;
}

.groomit__h2-rewviewsHome {
    margin-bottom: 20px;
}

.groomit__carouselPhoto {
    width: 166px;
    height: 166px;
    background-image: url('/v7/images/groomers/groomer-border.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 25px;
}

.groomit__carouselPhoto .groomit__carouselPhoto__img {
    width: 142px !important;
    height: 142px;
    margin: auto;
    border-radius: 50%;
    background-size: cover;
}

.owl-carousel--groomit .owl-item {
    border: 1px solid var(--groomit-color-grey2);
    border-radius: 25px;
    height: 305px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.groomer-rating {
    border-radius: 30px;
    background-color: var(--groomit-color-black);
    height: 30px;
    position: absolute;
    bottom: 0;
    left: calc(50% + -35px);
    width: 70px;
}

.groomer-rating p {
    color: #fff;
    font-family: "Inter 700";
    font-size: 1.6rem;
    margin: 0;
}

.groomit__p--groomers {
    margin-bottom: 20px;
}

.starImg {
    width: 21px !important;
    height: 21px;
    margin-right: 3px;
}

.groomit__h3--carousel {
    font-size: 2.4rem;
    color: var(--groomit-color-black);
    margin-bottom: 15px;
}

.groomit__p--groomerLocation {
    border: 1px solid var(--groomit-color-grey2);
    font-size: 1.6rem;
    border: none;
}

.groomer-location-icon {
    width: 20px !important;
    height: 20px;
    margin-right: 2px;
}

.owl-carousel--groomit .owl-nav {
    text-align: center;
}

.owl-carousel--groomit .owl-stage {
    padding-left: 0 !important;
}

.owl-carousel--groomit .owl-stage-outer {
    margin-bottom: 45px;
}

.owl-carousel--groomit .owl-nav .owl-prev,
.owl-carousel--groomit .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    text-align: center;
    background: var(--groomit-color-black) !important;
    color: #fff !important;
    border-radius: 50%;
    font-family: var(--groomit-h2-font-family);
    font-size: 1.8rem;
    margin-left: 3px;
    margin-right: 3px;
    transition: .5s;
    margin-bottom: 25px;
}

/* .owl-carousel--groomit .owl-nav .owl-prev:hover,
.owl-carousel--groomit .owl-nav .owl-next:hover {} */

.owl-carousel--groomit .owl-nav .owl-prev.disabled,
.owl-carousel--groomit .owl-nav .owl-next.disabled {
    background: var(--groomit-color-grey1) !important;
}

.owl-carousel--groomit .owl-nav .owl-prev span,
.owl-carousel--groomit .owl-nav .owl-next span {
    color: #fff !important;
    font-family: var(--groomit-h2-font-family);
    font-size: 2.4rem;
}

.container-fluidNav {
    background-color: #fff;
}

.groomit__a.groomit__a--navLink {
    padding-top: 0;
    padding-bottom: 0;
}

.groomit__logo {
    margin-right: 55px;
}

.groomit__logo--2 {
    width: 160px;
}

nav .groomit__divider--vertical {
    height: 14px;
    margin-left: 15px;
    margin-right: 15px;
}

.nav-link.groomit__colorRed {
    font-family: "Inter 600";
}

.groomit__dropdown {
    border: none;
    border-radius: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F2F2F2;
    border: 1px solid #BDC2C4;
    .rounded-pill.me-3 {
        margin-right: 3px !important;
    }
}

.groomit__dropdown .dropdown-toggle {
    padding: 0;
    width: 64px;
    display: flex;
    justify-content: start;
}

.groomit__dropdown .dropdown-toggle::after {
    display: none;
}

.groomit__profile-circle {
    margin-right: 4px;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 33px;
    height: 33px;
}

.groomit__dropdown .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Inter 500";
    font-size: 1.4rem;
    color: var(--groomit-color-black);
    padding: 5px 0;
}

.groomit__dropdown-menu {
    width: 130px;
    background: #fff;
    border-radius: 0 15px 15px 15px;
    padding: 5px 8px;
    border: none;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.175);
    opacity: 1;
}

.container-fluid--bannerHome {
    background-color: var(--groomit-color-grey2);
}

.groomit__h2--groomit__main-banner {
    font-family: "Inter 300";
    font-size: 2.6rem;
    line-height: 2.6rem;
    margin-bottom: 15px;
}

.img--groomit__main-banner--mb {
    display: block;
    margin: auto;
    width: 75%;
    margin-bottom: 15px;
}

.groomit__p.groomit__p--groomit__main-banner {
    font-family: "Inter 600";
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 25px;
    color: var(--groomit-color-black);
}

.groomit__button--banner {
    margin-right: 20px;
}

.groomit__buton-joined-pets-banner {
    margin-bottom: 30px;
    align-items: center;
}


.groomit__steps3-icon {
    margin-right: 15px;
}

.groomit__h4--steps3 {
    font-size: 2rem;
    font-family: "Filson Soft Bold";
}

.steps3 {
    height: 118px;
}

.groomit__divider--vertical--steps3 {
    height: 69px;
}

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

.groomit__colorWhite {
    color: #fff;
}

.groomit__colorGrey1 {
    color: var(--groomit-color-grey1);
}

.groomit__colorBgGrey1 {
    background-color: var(--groomit-color-grey1);
}

.groomit__colorBgGrey2 {
    background-color: var(--groomit-color-grey2);
}


.container-fluid--services-type {
    background-color: var(--groomit-color-grey2);
}

.groomit__overLap__a {
    cursor: pointer;
}

.groomit__overLap--topLeft {
    padding-bottom: 20%;
}

.groomit__overLap--topLeft a {
    width: 65%;
}

.groomit__overLap--bottomRight {
    position: absolute;
    bottom: 0;
    right: 0;
}

.groomit__overLap--bottomRight a {
    width: 65%;
}

.groomit__spacedP--mobileCont {
    width: 45%;
    height: 1.9rem;
    background: red;
    text-align: right;
}

.groomit__linedTextCont--mobile {
    margin-top: calc(12.5% + -1.9rem);
}

.groomit__linedTextCont--inHome {
    margin-bottom: calc(12.5% + -1.9rem);
}

.groomit__spacedP--mobile {
    margin-bottom: 0;
    display: inline-block;
}

.groomit__linedTextCont {
    position: relative;
    display: inline-block;
    height: fit-content;
}

.groomit__linedTextLine {
    width: 100%;
    height: 1px;
    position: absolute;
    top: calc(50% + -0.5px);
    left: 0;
    z-index: 0;
}

.groomit__linedTextText {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

/* .w-35 {
    width: 35%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 25%;
} 

.groomit__service-type {
    padding-top: 70px;
    padding-bottom: 70px;
}*/

.groomit__ps70Desk {
    padding-left: 70px;
}

.container-fluid--services-type {
    background-color: var(--groomit-color-grey2);
}

.groomit__overLap--topLeft {
    padding-bottom: 20%;
}

.groomit__overLap--topLeft a {
    width: 65%;
}

.groomit__overLap--bottomRight {
    position: absolute;
    bottom: 0;
    right: 0;
}

.groomit__overLap--bottomRight a {
    width: 65%;
}

.groomit__spacedP--mobileCont {
    width: 45%;
    height: 1.9rem;
    background: red;
    text-align: right;
}

.groomit__linedTextCont--mobile {
    margin-top: calc(12.5% + -1.9rem);
}

.groomit__linedTextCont--inHome {
    margin-bottom: calc(12.5% + -1.9rem);
}

.groomit__spacedP--mobile {
    margin-bottom: 0;
    display: inline-block;
}

.groomit__linedTextCont {
    position: relative;
    display: inline-block;
    height: fit-content;
}

.groomit__linedTextLine {
    width: 100%;
    height: 1px;
    position: absolute;
    top: calc(50% + -0.5px);
    left: 0;
    z-index: 0;
}

.groomit__linedTextText {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.w-35 {
    width: 35%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 25%;
}

.groomit__service-type {
    padding-top: 70px;
    padding-bottom: 70px;
}


.why-groomit-imgs-cont {
    padding-left: 80px;
}

.why-groomit-imgs-cont img {
    margin-bottom: 7px;
}

.groomit__h2--why-groomit {
    margin-bottom: 50px;
}

.cont-why-groomit-cont {
    margin-bottom: 50px;
}

.cont-why-groomit-icon {
    width: 80px;
}

.cont-why-groomit-text {
    width: calc(100% + -80px);
    border-right: 1px solid;
    border-color: var(--groomit-grey1);
}

.groomit__p--why-groomit {
    padding-right: 40px;
}

.groomit__linedTextCont--circleNum {
    height: 60px;
}

.w-80 {
    width: 80%;
}

.w-20 {
    width: 20%;
}

.w-55 {
    width: 55%;
}

.w-45 {
    width: 45%;
}

.groomit__linedTextCont--circleNum .groomit__linedTextText {
    width: 60px;
    height: 60px;
    border: 1px solid;
    border-color: var(--groomit-grey1);
    border-radius: 50%;

    font-family: "Filson Soft Bold";
    font-size: 2.6rem;
    line-height: 6rem;
    color: var(--groomit-color-black);
}


.pt-60p {
    padding-top: 60px;
}

.pb-60p {
    padding-bottom: 60px;
}

.contReviews--googleLogo {
    width: 25px;
    height: 25px;
    margin: auto 10px auto 0;
}

.es-rating-container.es-badge-rating {
    margin-right: 6px;
}

.es-badge-container {
    flex-direction: row !important;
    padding: 0 !important;
}

.es-badge-total-reviews {
    font-family: "Inter 500" !important;
    font-size: 1.4rem !important;
    color: var(--groomit-color-grey1) !important;
}

.write-review-icon {
    margin-right: 5px;
}

.groomit__contReviews--small {
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    height: 36px;
    padding-left: 15px;
    padding-right: 15px;
    width: fit-content;
    margin-bottom: 25px;
}

.es-review-background-container {
    border: 1px solid var(--groomit-color-grey2);
}

.es-review-background-container:hover {
    background-color: #FF314A;
}

.es-review-background-container:hover * {
    color: #fff;
}

.es-review-source-source-bottom-container,
{
display: none !important;
}



.es-background-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
}

.container-fluid--why-groomit {
    background-color: var(--groomit-color-grey2);
    padding-top: 70px;
}


.groomit__button-wReview-mb {
    background-color: var(--groomit-color-black) !important;
    border-color: var(--groomit-color-black) !important;
    color: #fff !important;
    margin-bottom: 35px !important;
}

.groomit__h2--services-available {
    margin-bottom: 30px;
}

.includeBladeHome {
    flex-direction: column;
    width: 100%;
    margin: auto;
}

.sericeTypeIframe {
    max-width: 100% !important;
}

.reviewsHome {
    padding-bottom: 60px;
}

h2.groomit__h2.groomit__h2-reviewsHome {
    margin-bottom: 30px;
}

.pac-container {
    background-color: #FFF;
    z-index: 99999 !important;
    position: fixed;
    display: inline-block;
    /* float: left; */
}

#groomit-modal-address {
    margin-top: 150px;
}

#groomit-modal-address .modal-content {
    border-radius: 40px;
}

#groomit-modal-address .modal-header {
    border-bottom: 0px;
    padding: 15px 40px 0px;
}

#groomit-modal-address .form-control {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 33px;
}

#groomit-modal-address .modal-body {
    width: 75%;
    margin: auto;
}

.modal-promo__input input {
    border: none;
    outline: none;
    height: 40px;
    background: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 45px;
    color: #2e2e2e;
    border: none;
    border-radius: 24px !important;
    background: white url(/v6/images/icons/adress-icon.svg) no-repeat !important;
    background-position: left 20px center !important;
    outline: none !important;
    box-shadow: none !important;
}

#groomit-modal-address .main__label {
    font-family: "Filson Soft Bold";
}

#groomit-modal-address .btn-groomit {
    background: linear-gradient(0deg, #FF314A, #FF314A), #FF314A;
    border-radius: 20px;
    color: #FFFFFF;
    margin-top: 15px;
}

.modal {
    z-index: 15;
}

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

.inputError {
    margin: 0;
    padding: 1px 15px 0 1px;
    font-family: var(--groomit-p-font-family);
    font-size: 1.2rem;
    color: var(--groomit-error-red);
    display: none;
}



@media (min-width: 769px) {
    .modal-dialog {
        max-width: fit-content;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 768px) {

    :root {
        --groomit-font-size-p: 1.4rem;
        --groomit-font-weight-p: 400;

        --groomit-font-size-h1: 6.9rem;
        --groomit-line-height-h1: 6rem;

        --groomit-font-size-h2: 3.2rem;
        --groomit-line-height-h2: 3.4rem;

        --groomit-font-size-h3: 2rem;
        --groomit-line-height-h3: 2.5rem;

        --groomit-font-size-h4: 1.4rem;
        --groomit-line-height-h4: 4rem;
    }

    .container-fluid-footer {
        padding-left: 5px;
        padding-right: 5px;
    }

    .d-none-footer {
        display: none !important;
    }

    .groomit__contReviews--small {
        margin-left: auto;
        margin-right: auto;
    }

    .groomit__h2-reviewsHome {
        text-align: center;
        margin-bottom: 20px;
    }

    .why-groomit-imgs-cont img {
        margin-bottom: 20px;
    }

    .include--3steps {
        /* order: 1; */
        order: 0;
    }

    .include--services-type {
        order: 2;
    }

    .include--why-groomit {
        order: 3;
    }

    .include--service-areas {
        order: 4;
    }

    .include--reviews {
        order: 5;
    }

    .include--groomers {
        order: 6;
    }

    .include--faqs {
        order: 7;
    }

    .groomit_colFooterBottom--mb {
        background: #000;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .groomit__p.groomit__p--links-mb a {
        font-family: "Inter 300";
        color: #fff;
        font-size: 1.4rem;
        margin: 0;
        text-decoration: none;
    }

    .groomit__p.groomit__p--links-mb {
        margin-bottom: 12px;
    }

    .groomit__pCopy--mb {
        padding-top: 10px;
    }

    .groomit__p.groomit__p--links-mb span {
        font-family: "Inter 300";
        color: #fff;
        font-size: 1.4rem;
        margin: 0;
        text-decoration: none;
        margin-left: 15px;
        margin-right: 15px;
    }

    .groomit_colFooterBottom {
        height: auto;
    }

    .groomit__footerLinksUlCont {
        flex-flow: wrap;
    }

    .groomit__footerLinksUl {
        margin-bottom: 30px;
        flex: 0 0 50%;
    }

    .groomit__footerP--help {
        font-size: 1.6rem !important;
        flex: 0 0 40%;
    }

    .groomit_colFooterHelpCont {
        flex-flow: wrap;
    }

    .groomit__footerLinksUl:last-child,
    .groomit_colFooterHelp {
        margin-bottom: 20px;
    }

    .groomit__downloadAppUl {
        justify-content: center;
    }

    .groomit__footerLogo {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 35px;
    }

    .groomit__footerP--help a {
        margin-left: 0 !important;
    }

    footer .groomit__divider--horizontal {
        margin-bottom: 20px;
    }

    .groomit__curveCont--footerNewsletter {
        margin-bottom: 30px;
    }

    footer {
        background: var(--groomit-color-black) !important;
        padding-top: 30px;
    }

    .owl-carousel--groomit .owl-stage {
        margin-left: 50px;
    }

    .groomit__carouselPhoto {
        width: 129px !important;
        height: 129px !important;
    }

    .groomit__carouselPhoto .groomit__carouselPhoto__img {
        width: 109px !important;
        height: 109px !important;
    }

    .owl-carousel--groomit .owl-item {}

    .groomit__h2-groomersHome,
    .groomit__p--groomers {
        text-align: center;
    }

    .groomersHome {
        padding-bottom: 0;
        padding-top: 45px;
        background: linear-gradient(180deg, #F2F2F2 37.08%, rgba(242, 242, 242, 0) 100%);
    }

    .reviewsHome {
        padding-bottom: 45px;
        padding-top: 45px;
        background: linear-gradient(180deg, #F2F2F2 37.08%, rgba(242, 242, 242, 0) 100%);
    }

    .container-fluid--services-type {
        padding-bottom: 0;
        padding-top: 45px;
        background: var(--groomit-color-grey2);
    }

    .groomersHome .groomit__divider--horizontal,
    .container--reviewsHome .groomit__divider--horizontal {
        display: none;
    }

    .groomit__h2.groomit__h2--inMenu {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .groomit__logo {
        margin: auto;
    }

    .navbar-nav.d-none.d-md-flex {
        display: none !important
    }

    .groomit__dropdown .dropdown-toggle.dropdown-toggle--mb {
        width: 62px;
        justify-content: center !important;
    }

    .groomit__dropdown .dropdown-menu.groomit__dropdown-menu.show {
        position: absolute;
        left: -65px;
    }

    .polygonImg {
        margin-right: 5px;
    }

    .navbar-toggler {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-top: auto;
        margin-bottom: auto;
    }

    .navbar-toggler-icon {
        background-image: url('/v7/images/icons/menu-mobile-lines.svg');
        width: 1.9rem;
        height: 1.9rem;
        padding: 0;
        text-align: center;
    }

    /* .groomit__accordion .accordion-item .accordion-button.collapsed {} */

    .groomit__faqsContent .groomit__accordion .accordion-item {
        background-color: transparent;
        border-radius: 15px;
        border: 1px solid var(--groomit-color-grey1);
    }

    .col-van-faqs {
        padding-top: 45px;
        padding-bottom: 15px;
    }

    .faqs {
        margin-bottom: 0;
    }

    .groomit__accordion .accordion-item .accordion-button {
        font-size: 1.4rem;
    }

    .groomit__faqsHeader {
        text-align: center;
        border-radius: 0;
    }

    .groomit__faqsHeader {
        padding-right: 0;
    }

    .groomit__h2--faqs {
        padding-top: 45px;
        padding-bottom: 0px;
    }

    .container-fluidFAQs {
        background-color: var(--groomit-color-grey2);
    }

    .faqsGreyBg {
        display: none !important;
    }

    .groomit__faqsContent {
        padding-right: 0;
        max-height: none;
        overflow-y: initial;
    }

    .container--services-available {
        background-color: transparent;
        background: linear-gradient(180deg, #F2F2F2 37.08%, rgba(242, 242, 242, 0) 100%);
    }

    .img__footprints {
        margin: auto;
        margin-bottom: 20px;
        display: block;
    }

    .services-available {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .groomit__input--withIcon,
    .groomit__input--withIcon--location {
        margin-bottom: 30px !important;
    }

    .groomit__h2--services-available {
        margin-bottom: 20px;
        text-align: center;
    }

    .groomit__p--why-groomit {
        padding-right: 0;
    }

    .cont-why-groomit-icon {
        width: 60px;
    }

    .container-fluid--why-groomit {
        background-color: #fff;
        padding-top: 65px;
    }

    .groomit__h2--why-groomit {
        text-align: center;
    }

    .whyGroomitLeft {
        width: 100%;
    }

    .cont-why-groomit-text {
        border-right: none !important;
        text-align: left;
    }

    .why-groomit-imgs-cont {
        padding-left: 0 !important;
    }

    .whyGroomitRight {
        display: none !important;
    }

    .groomit__service-type {
        padding-bottom: 0;
        padding-top: 0;
    }

    .serviceTypeaMobile {
        margin-bottom: 25px;
        display: block;
    }

    .groomit__p--service-type {
        margin-bottom: 30px;
    }

    .serviceTypePTitle {
        background: #fff;
        margin: 0 auto;
        border-radius: 15px 15px 0 0;
        text-align: center;
        padding: 8px 15px;
        display: inline-block;
        font-size: 1.3rem;
        line-height: 1.8rem;
        font-family: "Inter 600";
    }

    .groomit__service-type__h3Red {
        text-align: center;
        margin: auto;
    }

    .groomit__service-type {
        text-align: center;
    }

    .groomit__ps70Desk {
        padding-left: 0;
    }

    .steps3__iconCont {
        width: 60px;
    }

    .steps3__iconCont img {
        width: 50px;
    }

    .steps3__textCont {
        width: calc(100% + -60px);
    }

    .contJoinedPetsImg {
        margin-right: 10px;
    }

    .groomit__buton-joined-pets-banner {
        margin-bottom: 10px;
    }

    .contJoinedPets {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .pt-60p {
        padding-top: 15px;
    }

    .pb-60p {
        padding-bottom: 15px;
    }

    .groomit__h2--groomit__main-banner {
        font-size: 2rem;
        line-height: 2.2rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .groomit__h1 {
        font-size: 4.4rem;
        line-height: 4.6rem;
        margin-bottom: 15px;
        text-align: center;
    }

    .groomit__p.groomit__p--groomit__main-banner {
        font-size: 1.3rem;
        line-height: 1.8rem;
        margin-bottom: 20px;
        text-align: center;
    }

    .groomit__buton-joined-pets-banner {
        display: block !important;
        text-align: center;
    }

    .groomit__button--banner {
        width: 100%;
        margin-bottom: 15px;
    }

    .groomit__buton-joined-pets-banner {
        width: 100%;
    }

    .steps3 {
        height: auto;
    }

    .groomit__divider--vertical--steps3 {
        display: none !important;
    }

    .container-fluid--steps3 {
        background-color: var(--groomit-color-grey2);
    }

    .steps3__each {
        margin-bottom: 5px;
        border: 1px solid #f2f3f3;
        border-radius: 0 30px 30px 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        background: #fff;
        margin-left: -3rem;
        padding-left: 3rem;
    }

    .steps3__all {
        flex-direction: column;
    }

    .container-fluidNav {
        min-height: 77px;
        height: auto;
    }

    .navbar-nav {
        text-align: left !important;
        margin-left: 0 !important;
        display: block !important;
        padding-top: 30px;
    }

    .nav-item {
        margin-bottom: 25px;
    }

    .groomit__divider--verticalCont {
        display: none;
    }

    .groomit__h1.groomit__h1--groomit__main-banner {
        font-size: 4rem;
        line-height: 4.2rem;
    }

    .groomit__dropdownCont {
        padding-top: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .groomit__dropdownCont .groomit__dropdown {
        padding-top: 0;
        margin-bottom: 0;
    }

    .container-header {
        padding-top: 15px;
    }
}


/*
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-grow: 1;
    }

    .groomit__dropdownCont {
        position: absolute;
        right: 14%;
    }
}
*/

@media only screen and (max-width: 424px) {
    .es-badge-total-reviews {
        display: none !important;
    }
}