.bannerUnderNav {
  height: 78vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bannerArea--colorado {
  background-image: url(../../v4/images/areas/areas-banner-colorado.jpg);
}

.bannerArea--nyc {
  background-image: url(../../v4/images/areas-banner-nyc.avif);
}

.bannerArea--new-jersey {
  background-image: url(../../v4/images/areas/areas-banner-new-jersey.jpg);
}

.bannerArea--westchester {
  background-image: url(../../v4/images/areas/areas-banner-westchester.jpg);
}

.bannerArea--long-island {
  background-image: url(../../v4/images/areas/areas-banner-long-island.jpg);
}

.bannerArea--florida {
  background-image: url(../../v4/images/areas/areas-banner-florida.jpg);
}

.bannerArea--connecticut {
  background-image: url(../../v4/images/areas/areas-banner-connecticut.jpg);
}

.bannerArea--georgia {
  background-image: url(../../v4/images/areas/areas-banner-georgia.jpg);
}

.bannerArea--texas {
  background-image: url(../../v4/images/areas/areas-banner-texas.jpg);
}

.bannerArea--massachusetts {
  background-image: url(../../v4/images/areas/areas-banner-massachusetts.jpg);
}

.bannerArea--ohio {
  background-image: url(../../v4/images/areas/areas-banner-ohio.jpg);
}

.bannerArea--nevada {
  background-image: url(../../v4/images/areas/areas-banner-nevada.jpg);
}

.bannerArea--areas {
  background-image: url(../../v4/images/areas/areas-banner.jpg);
  background-position: top center;
}

.bannerUnderNav__h1 {
  font-family: "Filson Soft Regular" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
}

.bannerUnderNav__h1--areas {
  color: #2E2E2E;
}

.bannerUnderNav__h1--shadow {
  text-shadow: 0px 2px 14px rgba(0, 0, 0, 0.3);
}

.bannerUnderNav_h3 {
  font-family: "Filson Soft Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #7C868A;
}

.text-white {
  color: #FFFFFF;
}

.text-black {
  color: #000;
}

.ulWithDivider {
  font-style: normal;
  list-style: none;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.ulWithDivider__li {
  font-family: "Filson Soft Regular";
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.bannerUnderNav__ulWithDivider {
  text-shadow: 0px 2px 14px rgba(0, 0, 0, 0.3);
}

.ulWithDivider__li--divider {
  margin-left: 2px;
  margin-right: 2px;
}

.btn-groomit.btn-groomit-v4_2.btn-groomit--red {
  background-color: #FF314A !important;
  border-color: #FF314A !important;
}

.underBanner {
  height: calc(22vh - 32px);
  font-family: "Filson Soft Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

.underBanner--red {
  background-color: #FF314A;
  color: #fff;
}

.whiteH2 {
  color: #fff;
}

.contPricingForm {
  background: #7C868A;
  padding-top: 12px;
  padding-bottom: 8px;
}

.contPricingForm__label {
  color: #fff;
  font-family: 'Inter', sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  padding-left: 20px;
}

.contPricingForm .input-group:not(.input-group-van) {
  margin-top: 0 !important;
}

.btn-groomit--dark {
  background: #2E2E2E !important;
}

.btn-groomit.btn-groomit-v4_2.contPricingForm__button {
  height: 50px;
  line-height: 50px;
  background: #2E2E2E !important;
  border-color: #2E2E2E !important;
  margin-top: 2px !important;
  min-width: auto !important;
}

.contPricingForm__h2 {
  padding-left: 20px;
}

.contPricingForm__select {
  background-image: url(../../v4/images/input-icon-select.svg), url(../../v4/images/my-pet-icon.svg) !important;
}

.clean-modal .modal-content {
  background: #fff;
  border-radius: 28px;
  border-color: #fff;
}

.clean-modal .modal-content h3 {
  font-family: "Filson Soft Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 35px;
}

.clean-modal .modal-header {
  padding-bottom: 2px;
  border-color: #fff;
}

.clean-modal .modal-body {
  padding: 40px 30px;
}

.clean-modal .close {
  padding-bottom: 2px;
}

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

.noIconList li {
  margin: 6px 0;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  display: inline-block;
}

.clean-modal .noIconList li {
  display: block;
}

.groomitCard__a {
  font-family: "Filson Soft Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}

.groomitCard__imgOverlay {
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.5);
}

.groomitCard {
  border-radius: 32px;
  overflow: hidden;
}

.contGroomitCard--areas {
  padding: 30px 15px;
}


.findGroomerNearYou {
  padding-top: 40px;
  padding-bottom: 35px;
  background: #F3E3E5;
}

.findGroomerNearYou__h2 {
  margin-bottom: 10px;
}

.cardAreasList {
  background: transparent;
  border: none;
}

.cardAreasList_img {
  border-radius: 50%;
  max-width: 85%;
  display: block;
  margin-left: auto;
}

.cardAreasList__card-body {
  padding: 0;
}

.cardAreasList__h5 {
  font-family: "Filson Soft Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 7px;
  text-decoration-line: underline;
  color: #2E2E2E;
  margin-top: 5px;
}

.cardAreasList__h5 a,
.cardAreasList__h5 a:hover {
  color: #2E2E2E;
}

.cardAreasList__li {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #7C868A;
}

.cardAreasList__li--divider {
  margin: 0 0.5px;
}

#main-nav__menu .btn-groomit,
#main-nav__menu .btn-groomit:hover {
  background: #FF314A;
  border-color: #FF314A;
  color: #fff;
  font-weight: 700;
}

.btn-groomit.btn-groomit-vetcare,
#main-nav__menu .btn-groomit.btn-groomit-vetcare {
  background: #67CDCC;
  border-color: #67CDCC;
}

.main-nav.bg-semi-white {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.container--area-info {
  padding-top: 50px;
  padding-bottom: 55px;
}

.groomitCard--area__h2 {
  font-size: 26px;
  margin-bottom: 5px;
}

#main-nav__menu .btn-groomit {
  width: 175px;
}

#main-nav__menu .btn-groomit.work {
  background-color: #DADADA;
  color: #000;
}

.item-book-mobile-hide {
  margin-bottom: 5px;
}

.no-groomer-text {
  font-family: 'Inter', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  align-items: center;
  color: #2E2E2E;
}


.bannerArea--areas .bannerUnderNav_h3 {
  font-size: 35px;
  color: #2E2E2E;
  font-weight: 400;
}

.bannerArea--areas .bannerUnderNav__h1 {
  font-size: 45px;
  font-weight: 700;
}

.contGroomitCard--areas .groomitCard {
  border-radius: 50%;
  width: 210px;
  height: 210px;
  margin: auto;
}

.contGroomitCard--areas .ulWithDivider__li {
  color: #2E2E2E;
  line-height: 23px;
}

.link_to_area {
  color: #2E2E2E !important;
}


@media (max-width: 576.98px) {
  .cardAreasList__h5 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
    text-align: center;
  }

  .cardAreasList_img {
    margin: 5px auto;
    max-width: 70%;
  }

  .cardAreasList__ul {
    display: none;
  }

  .bannerUnderNav__h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .bannerUnderNav {
    line-height: 22px;
  }

  .groomitCard__imgOverlay {
    background: rgba(0, 0, 0, 0.6);
  }

  .btn-groomit.btn-groomit-v4_2.contPricingForm__button {
    margin-top: 25px !important;
  }

  .contPricingForm .input-group:not(.input-group-van) {
    margin-top: 15px !important;
  }
}

@media (min-width: 767px) and (max-width: 991.98px) {
  .cardAreasList__li--divider {
    display: none;
  }

  .cardAreasList__li {
    width: 100%;
    display: block;
    text-align: center;
  }

  .cardAreasList__h5 {
    margin-top: 15px;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
  }

  .cardAreasList_img {
    border-radius: 0%;
    margin: auto;
  }

  .bannerUnderNav__h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .groomitCard--area__h2 {
    font-size: 20px;
  }

  .ulWithDivider__li {
    font-size: 14px;
    line-height: 18px;
  }

  .bannerUnderNav__h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .areaBL {
    display: none;
  }

  .bannerUnderNav {
    line-height: 22px;
  }

  .btn-groomit.btn-groomit-v4_2.contPricingForm__button {
    margin-top: 25px;
  }

  .contPricingForm .input-group:not(.input-group-van) {
    margin-top: 15px !important;
  }
}

@media (min-width: 992px) and (max-width: 1198.98px) {
  .btn-groomit.btn-groomit-v4_2.contPricingForm__button {
    margin-top: 25px;
  }
}

@media (min-width: 1199px) and (max-width: 1398.98px) {
  .bannerArea--colorado {
    background-image: url(../../v4/images/areas/areas-banner-colorado-big.jpg);
  }

  .bannerArea--nyc {
    background-image: url(../../v4/images/areas/areas-banner-nyc-big.jpg);
  }

  .bannerArea--new-jersey {
    background-image: url(../../v4/images/areas/areas-banner-new-jersey-big.jpg);
  }

  .bannerArea--westchester {
    background-image: url(../../v4/images/areas/areas-banner-westchester-big.jpg);
  }

  .bannerArea--long-island {
    background-image: url(../../v4/images/areas/areas-banner-long-island-big.jpg);
  }

  .bannerArea--florida {
    background-image: url(../../v4/images/areas/areas-banner-florida-big.jpg);
  }

  .bannerArea--connecticut {
    background-image: url(../../v4/images/areas/areas-banner-connecticut-big.jpg);
  }

  .bannerArea--georgia {
    background-image: url(../../v4/images/areas/areas-banner-georgia-big.jpg);
  }

  .bannerArea--texas {
    background-image: url(../../v4/images/areas/areas-banner-texas-big.jpg);
  }

  .bannerArea--massachusetts {
    background-image: url(../../v4/images/areas/areas-banner-massachusetts-big.jpg);
  }
}

@media (min-width: 1399px) {
  .bannerArea--colorado {
    background-image: url(../../v4/images/areas/areas-banner-colorado-big.jpg);
  }

  .bannerArea--nyc {
    background-image: url(../../v4/images/areas/areas-banner-nyc-big.jpg);
  }

  .bannerArea--new-jersey {
    background-image: url(../../v4/images/areas/areas-banner-new-jersey-big.jpg);
  }

  .bannerArea--westchester {
    background-image: url(../../v4/images/areas/areas-banner-westchester-big.jpg);
  }

  .bannerArea--long-island {
    background-image: url(../../v4/images/areas/areas-banner-long-island-big.jpg);
  }

  .bannerArea--florida {
    background-image: url(../../v4/images/areas/areas-banner-florida-big.jpg);
  }

  .bannerArea--connecticut {
    background-image: url(../../v4/images/areas/areas-banner-connecticut-big.jpg);
  }

  .bannerArea--georgia {
    background-image: url(../../v4/images/areas/areas-banner-georgia-big.jpg);
  }

  .bannerArea--texas {
    background-image: url(../../v4/images/areas/areas-banner-texas-big.jpg);
  }

  .bannerArea--massachusetts {
    background-image: url(../../v4/images/areas/areas-banner-massachusetts-big.jpg);
  }
}


@media (max-width: 1439px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}




.dogInputsPricing .select2-container--classic .select2-selection--single {
  border-radius: 25px;
  border: 1px solid #e6e6e6 !important;
  outline: none;
  height: 50px;
  background: #fff;
  font-size: 14px;
  line-height: 50px;
  padding: 0 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  border: none;
  outline: none !important;
  box-shadow: none;
  color: #2E2E2E;
  width: 100%;
  background-image: none !important;
  background-color: #fff;
}

.dogInputsPricing .select2-container {
  width: 100% !important;
}

.dogInputsPricing .select2-selection__arrow {
  display: none;
}

.dogInputsPricing .select2-selection__rendered {
  background-image: url(../../v4/images/icon-select-red.svg) !important;
  background-repeat: no-repeat;
  background-position: right 12px center;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  border: none;
  outline: none !important;
  box-shadow: none;
  color: #2E2E2E !important;
  width: 100%;
  margin-top: 18px;
  height: 14px;
  line-height: 14px !important;
}

.dogInputsPricing .select2-selection__placeholder {
  line-height: 14px;
}

.dogInputsPricing .select2-selection__clear {
  display: none;
}

.select2-dropdown {
  border-color: #e6e6e6 !important;
}





.joinGroomitMarketplace {
  background: #3064A3;
  box-shadow: 0px 2px 40px rgba(189, 189, 189, 0.11);
  border-radius: 32px;
  padding: 25px 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.joinGroomitMarketplace__h3 {
  font-family: "Filson Soft Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
}

.joinGroomitMarketplace__p {
  font-family: "Filson Soft Regular";
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}

.btn-groomit--whiteBlack,
.btn-groomit.btn-groomit-v4_2.btn-groomit--whiteBlack {
  background-color: #fff;
  border: 2px solid #2E2E2E;
  color: #2E2E2E;
  font-family: "Filson Soft Bold";
}

.btn-groomit.btn-groomit-v4_2.joinGroomitMarketplace__applyNowbutton {
  min-width: 150px;
  max-width: 100%;
}


@media (max-width: 576.98px) {
  .joinGroomitMarketplace__h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .joinGroomitMarketplace__p {
    font-size: 14px;
    line-height: 14px;
  }

  .btn-groomit--whiteBlack,
  .btn-groomit.btn-groomit-v4_2.btn-groomit--whiteBlack {
    margin: 15px auto 0 auto;
    font-size: 13px;
    font-size: 13px;
  }

  .joinGroomitMarketplace__img {
    display: none;
  }

  .joinGroomitMarketplace {
    padding: 30px 15px;
  }
}

@media (min-width: 767px) and (max-width: 991.98px) {
  .joinGroomitMarketplace__h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .joinGroomitMarketplace__p {
    font-size: 14px;
    line-height: 14px;
  }

  .btn-groomit--whiteBlack,
  .btn-groomit.btn-groomit-v4_2.btn-groomit--whiteBlack {
    margin: 15px auto 0 auto;
    font-size: 13px;

  }

  .joinGroomitMarketplace__img {
    display: none;
  }

  .joinGroomitMarketplace {
    padding: 30px 15px;
  }
}


.top-bar .dropdown-desktop {
  height: 32px;
  display: inline-flex !important;
  width: 160px;
}

.top-bar .dropdown-desktop li {
  border-left: 2px solid #fff;
  padding-left: 8px;
}

.top-bar .dropdown-menu {
  left: -15px !important;
  top: 5px !important;
}




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

.bannerUnderNav__h1 {
  color: #2E2E2E;
  font-size: 55px;
}

.bannerUnderNav_h3 {
  color: #20484F;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .bannerArea--release {
    height: calc(100vh - (114px)) !important;
    margin-bottom: 0 !important;
    background-image: url(../../v6/images/release/background_mobile_release.jpg) !important;
    background-position: top center !important;
  }

  .top-app-link {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .hidde-mobile {
    display: none !important;
  }

  .bannerUnderNav__h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .content-release {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center !important;

  }

  .content-my-account {
    margin-bottom: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center !important;

  }

  .content-book {
    margin-bottom: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center !important;

  }

  .content-book img {
    margin-top: 25px;
  }

  .release-divider {
    height: 40px;
  }

  .alternative_subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 19px !important;
    line-height: 28px;
    padding: 20px !important;
    text-align: center !important;
  }

  .release-order-1 {
    order: 2;
    padding-top: 25px;
  }

  .release-order-2 {
    order: 1;
  }

  .phone-img {
    margin-bottom: 40px !important;
  }
}

.bannerArea--release {
  background-image: url(../../v4/images/release-banner.jpg);
  background-position: top center;
}

.phone-container .phone {
  position: absolute;
  width: 195px;
  height: 498px;
  top: 0px;
  right: 79px;
  z-index: 99;
  background: url('../../v4/images/phone.png') no-repeat;
  background-size: 100% auto;
}

.carousel-release {
  width: 170px;
  padding-top: 15px;
  float: right;
  margin-right: 76px;
}

.carousel-release img {
  width: 100%;
  height: 90%;
}


.carousel-right {
  width: 170px;
  padding-top: 15px;
  float: right;
  margin-right: 76px;
}

.carousel-left {
  margin-left: 40px;
}

.carousel-right img {
  width: 100%;
  height: 90%;
}

.release-divider {
  height: 90px;
  width: 100%;
  display: block;
}

.phone-container.phone-container--left .phone {
  position: absolute;
  width: 195px;
  height: 498px;
  top: 0px;
  left: 41px;
  z-index: 99;
  background: url('../../v4/images/phone.png') no-repeat;
  background-size: 100% auto;
}

.border-bottom-grey {
  border-bottom: 1px solid #7C868A;
}

.phone-container .phone-img {
  height: 450px !important;
}

.background_content_image {
  background-color: #F2F2F2;
  padding: 50px 10px 30px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 20px;
}

.alternative_subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  padding-left: 10px;
}


.dropdown-menu-mainGroomit .dropdown-item {
  color: #7C868A;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000;
  margin-top: 2px;
  margin-bottom: 2px;
}

.dropdown-toggle--mainGroomit {
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  background: #fff !important;
  list-style: none outside none !important;
}

.dropdown-toggle--mainGroomit {
  display: none;
}

.sideMenuMobile {
  display: none !important;
}

.main-nav__menu--in {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1199px) {

  .sideMenuMobile-hidden {
    display: none !important;
  }

  .sideMenuMobile {
    display: flex !important;
  }

  .navbar-light .navbar-toggler {
    margin-left: 0 !important;
    padding: 0 !important;
  }

  .navbar-light .navbar-brand {
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown-menu-mainGroomit {
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    background-color: #fff;
    width: 144px;
    top: calc(100% + 10px);
  }

  .h2_inMenu {
    font-size: 15px;
    color: #000;
    font-weight: 700;
  }

  .w-50 {
    width: 50%;
  }

  .nav-link--inMenuMobile {
    border-bottom: 1px solid #F2F2F2;
  }

  .nav-link--inMenuMobile.nav-link--inMenuMobiletext {
    padding: 15px 20px !important
  }

  li.nav-item.main-nav__item.nav-link--inMenuMobile a {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000;
  }

  .btn-closeMenu {
    width: 24px;
    height: 24px;
    background: #fff;
    border: none !important;
    margin-bottom: 10px !important;

  }

  #main-nav__menu .btn-groomit {
    width: 90px !important;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
  }

  .dropdown-toggle--mainGroomit {
    display: inline-block;
  }

  /*
  #main-nav__menu {
    background: transparent !important;
    border: none !important;
    position: absolute;
    left: -15px;
    margin-top: 0;
    top: 59px;
    height: calc(100vh - 59px);
  }
*/
  .main-nav__menu--in {
    width: 334px;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    background-color: #fff;
    border: 1px solid #F2F2F2;
  }

  .w-100-mobileMenu {
    width: 100% !important;
  }
}