:root {
  --white: white;
  --black: black;
}

/* Form styles */
.hidden {
  display: none !important;
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
  left: -9999px;
}

textarea.text-field {
  min-height: 150px;
  padding: 12px;
  resize: vertical;
}

/* Success/Error message styles */
.w-form-done,
.w-form-fail {
  display: none;
  padding: 15px;
  margin-top: 15px;
  border-radius: 4px;
  text-align: center;
}

.w-form-done {
  background-color: #d4edda;
  color: #155724;
}

.w-form-fail {
  background-color: #f8d7da;
  color: #721c24;
}

/* ReCAPTCHA container */
.g-recaptcha {
  margin-bottom: 15px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.opening-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  padding-top: 26px;
  display: flex;
}

.navbar {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #ddd0;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
}

.bottom-navbar-div-container {
  background-color: #fff;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  display: none;
}

.nav-bar-top-div {
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 10px;
  display: flex;
}

.nav-bar-top-div.old {
  display: none;
}

.nav-bar-top-div.new {
  z-index: 3;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
}

.nav-bar-top-div.new.mobile {
  display: none;
}

.brand {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.brand-image {
  background-image: url('../images/acme-auto-logo.png');
  background-size: auto;
  width: 40px;
  height: 40px;
}

.brand-name {
  width: 240px;
  height: 25px;
  margin-left: 10px;
}

.boarding-hours-div {
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  height: auto;
  margin-right: 0;
  display: flex;
}

.clock-image {
  background-image: url('../images/access_time_24px_1access_time_24px.png');
  background-position: 50%;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.boarding-hours-text-div {
  flex-direction: column;
  height: auto;
  display: flex;
}

.boarding-hours {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.boarding-hours-times {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.call-us-div {
  background-color: #01091e00;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 50%;
  height: auto;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.pin-image {
  background-image: url('../images/place_24px_1place_24px.png');
  background-position: 50%;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.location {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.phone-number {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.phone-number-div {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.appointment-button-impact-div {
  background-color: #c40b0b;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 211px;
  height: 40px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.services-nav, .sepcials-nav, .facilities-nav, .reviews-nav {
  color: #02133c;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.shop-nav {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.services-dropdown {
  color: #c40b0b;
}

.about-nav {
  color: #02133c;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.icon {
  color: #c40b0b;
}

.dropdown-nav-menu {
  display: none;
}

.search-cart-div {
  width: auto;
  margin-right: 48px;
  display: flex;
}

.search-image {
  background-image: url('../images/search_24px_1search_24px.png');
  background-position: 50%;
  background-size: cover;
  width: 24px;
  height: 24px;
}

.cart-image {
  background-image: url('../images/shopping_cart_24px_1shopping_cart_24px.png');
  background-position: 50%;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-left: 22px;
}

.nav-link-div-container {
  margin-left: 20px;
}

.cart-circle-div {
  background-image: url('../images/Ellipse-1_1Ellipse 1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  top: -6px;
  left: 15px;
}

.cart-2-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.opening-page-div-container {
  width: 71%;
  height: 100%;
}

.opening-page-title {
  color: #fff;
  margin-top: 220px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.opening-page-title-div {
  width: 620px;
  height: 112px;
}

.appointment-button-div-main-page {
  margin-top: 100px;
}

.who-we-are-section {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
}

.who-we-are-div-container {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 71%;
  height: 720px;
  margin-top: -500px;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.who-we-are-purple-div {
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 820px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.who-we-are-title-div {
  align-items: center;
  margin-bottom: 33px;
  display: flex;
}

.who-we-are-text {
  color: #4b4b4b;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.logo-symbol {
  background-image: url('../images/acme-auto-logo_1.png');
  background-position: 50%;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.body {
  background-color: #f5f5f5;
}

.who-we-are-text-div-container {
  width: 83%;
  height: 100%;
}

.who-we-are-heading-text {
  color: #02133c;
  margin-top: 0;
  margin-bottom: 36px;
}

.who-we-are-heading-text-div {
  width: 640px;
}

.who-we-are-main-text {
  color: #4b4b4b;
  letter-spacing: 0;
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 22px;
}

.who-we-are-main-text-div {
  margin-bottom: 40px;
}

.who-we-are-purple-splash {
  z-index: 0;
  background-image: url('../images/Blob-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 115%;
  width: 550px;
  height: 370px;
  display: none;
  position: absolute;
  top: 120%;
  left: 20%;
}

.who-we-are-dog-image {
  z-index: 1;
  background-image: url('../images/Image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110% 120%;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 60px;
  position: relative;
}

.who-we-are-decs {
  z-index: 1;
  background-image: url('../images/Gears-1.png');
  background-position: 50%;
  background-size: cover;
  width: 642px;
  height: 450px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.engine-image-div {
  justify-content: center;
  width: auto;
  height: auto;
  display: flex;
}

.engine-image {
  z-index: 1;
  background-image: url('../images/auto-maintenance.jpg');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 0;
  width: 846px;
  height: 420px;
  margin-top: 0;
  position: relative;
}

.our-promise-section {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-promise-section.upper {
  margin-top: 0;
}

.our-promise-div-container {
  flex-direction: column;
  width: 80%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.our-promise-div-container.specialty {
  margin-top: 60px;
}

.our-promise-block-container {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 38px;
  display: flex;
}

.our-promise-title-div-container {
  align-items: center;
  margin-top: -180px;
  margin-bottom: 30px;
  display: flex;
}

.our-promise-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.our-promise-title-text {
  color: #4b4b4b;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.our-promise-large-text {
  color: #02133c;
  margin-top: 0;
  margin-bottom: 0;
}

._24-7-div-container {
  background-color: #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  display: flex;
}

._24-7-div-container.services {
  align-items: center;
  width: 30%;
  height: auto;
}

.on-site-image {
  background-image: url('../images/car_certified_pros_24x_1car_certified_pros_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-right: 23px;
  display: flex;
}

.on-site-image.services {
  background-image: none;
}

.on-site-div-container {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  padding: 10px;
  display: flex;
}

.live-div-container {
  background-color: #fff;
  border-radius: 0;
  width: 60%;
  height: 300px;
  padding: 10px;
  display: flex;
}

.live-div-container.services {
  align-items: center;
  width: 30%;
  height: auto;
}

._24-7-text-container {
  text-align: left;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.on-site-text-container {
  flex-direction: column;
  justify-content: space-around;
  width: 235px;
  display: flex;
}

.live-text-container {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

._24-7-image {
  background-image: url('../images/car-hands.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-right: 23px;
}

._24-7-image.service {
  background-image: url('../images/car_quality_service_24x_1car_quality_service_24x.png');
}

._24-7-top-text {
  color: #02133c;
  text-align: left;
  align-self: auto;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.on-site-top-text {
  color: #02133c;
  text-align: center;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.live-image {
  background-image: url('../images/gear-gear.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-right: 23px;
}

.live-image.services {
  background-image: url('../images/car_team_24x_1car_team_24x.png');
}

.live-top-text {
  color: #02133c;
  text-align: center;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

._24-7-bottom-text {
  color: #4b4b4b;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.on-site-bottoim-text {
  color: #4b4b4b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.live-bottom-text {
  color: #4b4b4b;
  text-align: left;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.blue-section {
  background-image: url('../images/acme-auto-interior.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.blue-section-div-holder {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-button-div-container {
  width: 32%;
  height: auto;
  margin-right: 220px;
}

.blue-section-text {
  color: #fff;
}

.services-section {
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1100px;
  padding-top: 110px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.blue-section-text-div {
  width: 600px;
}

.our-services-title-text {
  align-items: center;
  margin-bottom: 33px;
  display: flex;
}

.our-services-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.our-services-title {
  color: #4b4b4b;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.our-services-div-container {
  width: auto;
  height: 100%;
  position: relative;
}

.our-services-main-text-div {
  margin-bottom: 80px;
}

.our-services-grid-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.pet-boarding-grid-div, .pet-daycare-grid-div, .our-store-grid-div {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 340px;
  display: flex;
}

.boaarding-image {
  background-image: url('../images/car_bay_24x_1car_bay_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
}

.pet-boarding-title-div {
  margin-bottom: 20px;
}

.boarding-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.daycare-image {
  background-image: url('../images/car_engine_24x_1car_engine_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
}

.daycare-title-div {
  margin-bottom: 20px;
}

.daycare-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.spa-image {
  background-image: url('../images/car_breaks_24x_1car_breaks_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
}

.spa-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.spa-title-div {
  margin-bottom: 20px;
}

.pet-spa-grid-div {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 340px;
  display: flex;
}

.boarding-text, .daycare-text, .spa-text {
  color: #4b4b4b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.meals-image {
  background-image: url('../images/car_tires_24x_1car_tires_24x.png');
  background-position: 50%;
  background-size: cover;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
  padding-top: 63px;
}

.meals-text-div {
  text-align: center;
}

.meal-plan-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.meal-plans-grid-div {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 340px;
  display: flex;
}

.meals-title-div {
  margin-bottom: 20px;
}

.training-image {
  background-image: url('../images/car_engine_check_24x_1car_engine_check_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
}

.store-image {
  background-image: url('../images/auto-maintenance-icon.png');
  background-position: 0%;
  background-size: cover;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
  padding-right: 73px;
}

.training-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.training-title-div {
  margin-bottom: 20px;
}

.training-grid-div {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 340px;
  display: flex;
}

.training-text {
  color: #4b4b4b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.store-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.store-text {
  color: #4b4b4b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.store-title {
  color: #02133c;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.boarding-title, .daycare-title, .spa-title, .meal-plan-title, .training-title {
  color: #02133c;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.meal-plan-text {
  color: #4b4b4b;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.learn-more-button-div {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 66px;
  display: none;
}

.learn-more-button {
  z-index: 2;
  color: #fff;
  letter-spacing: 1px;
  background-color: #fff0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
  position: relative;
}

.apointment-section {
  z-index: -1;
  background-color: #02133c;
  justify-content: center;
  align-items: center;
  height: 990px;
  display: flex;
  position: static;
}

.our-services-main-text {
  color: #02133c;
}

.appointment-main-div-container {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.appointment-left-side-div {
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 100%;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.appointment-right-side-div {
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  margin-left: 20px;
  display: flex;
}

.appointment-form-div {
  z-index: 1;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  width: 585px;
  height: 640px;
  display: flex;
  position: relative;
}

.make-and-appointment-title {
  color: #02133c;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 43px;
}

.form-right-div {
  width: 50%;
  padding-left: 10px;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-left-div {
  width: 50%;
  padding-right: 10px;
}

.form-top-div {
  justify-content: space-between;
  width: 100%;
  padding-left: 41px;
  padding-right: 41px;
  display: flex;
}

.tell-us-text-field {
  background-color: #f5f5f5;
  width: 86%;
  height: 180px;
  margin-bottom: 0;
}

.form-botton-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
}

.phone-text-field, .name-text-field, .email-text-field, .service-text-field {
  background-color: #f5f5f5;
  width: 100%;
  height: 48px;
  margin-bottom: 22px;
}

.appointment-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.appointment-top-text {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.appointment-top-text-dev {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.appointment-middle-text {
  color: #ffe83c;
  text-align: center;
  font-size: 70px;
  line-height: 80px;
}

.appointment-bottom-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.gallery-section {
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
  height: 1400px;
  display: none;
}

.gallery-top-div-container {
  flex-direction: column;
  align-items: center;
  width: 71%;
  height: 820px;
  display: flex;
}

.gallery-purple-square {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 700px;
  margin-top: -70px;
  padding-top: 100px;
  padding-left: 87px;
  padding-right: 87px;
  display: flex;
}

.gallery-title-div {
  align-items: center;
  margin-bottom: 33px;
  display: flex;
}

.gallery-title-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.gallery-title {
  color: #4b4b4b;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.appointment-bottom-text-div {
  margin-top: 10px;
  margin-left: 0;
}

.gallery-text {
  color: #02133c;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.live-stream-container-div {
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
}

.livestream-tabs {
  justify-content: space-around;
  height: auto;
  margin-bottom: 10px;
  display: flex;
}

.livestream-underline {
  opacity: 1;
  background-color: #666;
  align-items: center;
  height: 1px;
  display: flex;
}

.gallery-tab {
  width: 120px;
  text-decoration: none;
}

.yard-1-tab {
  width: 165px;
  text-decoration: none;
  position: relative;
}

.yard-2-tab, .yard-3-tab {
  width: 169px;
  text-decoration: none;
  position: relative;
}

.gallery-tab-text {
  opacity: 1;
  color: #c40b0b;
  text-align: center;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.yard-1-text, .yard-2-text, .yard-3-text {
  opacity: .55;
  color: #02133c;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.gallery-text-div {
  margin-bottom: 42px;
}

.yard-1-green-dot, .yard-2-green-dot {
  background-image: url('../images/Ellipse-2_1Ellipse 2.png');
  background-position: 50%;
  background-size: cover;
  width: 7px;
  height: 7px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.yard-3-grey-dot {
  background-image: url('../images/Ellipse-4_1Ellipse 4.png');
  background-position: 50%;
  background-size: cover;
  width: 7px;
  height: 7px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.livestream-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/Image-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-radius: 0;
  width: 846px;
  height: 480px;
  margin-top: 0;
  position: relative;
}

.gallery-bot-div-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 71%;
  height: 100%;
  display: flex;
}

.livestream-image-div {
  justify-content: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.gallery-underline {
  background-color: #fff0;
  border: 2px solid #c40b0b;
  width: 25%;
  height: 1px;
  display: flex;
  position: relative;
}

.yard-1-underline {
  background-color: #fff0;
  border-top: 4px solid #0000;
  width: 25%;
  height: 1px;
  display: flex;
}

.yard-3-underline {
  background-color: #fff0;
  border-top: 4px solid #0000;
  width: 25%;
  height: 1px;
  display: flex;
  position: relative;
}

.yard-4-underline {
  background-color: #fff0;
  border-top: 4px solid #0000;
  width: 26%;
  height: 1px;
  display: flex;
  position: relative;
}

.customer-div-container {
  justify-content: space-between;
  width: 100%;
  height: 340px;
  display: flex;
}

.customer-left-text-container {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.customer-1-div {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  width: 324px;
  height: 340px;
  padding-left: 43px;
  padding-right: 43px;
  display: flex;
}

.customer-2-div {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  width: 324px;
  height: 340px;
  padding-left: 43px;
  padding-right: 43px;
  display: flex;
}

.our-customer-div-container {
  align-items: center;
  margin-bottom: 33px;
  display: flex;
}

.gallery-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.our-customer-text {
  color: #4b4b4b;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.our-customer-main-text {
  color: #02133c;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.customer-1-personal {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.customer-1-picture {
  background-image: url('../images/Ellipse-2-1_1Ellipse 2 (1).png');
  background-position: 50%;
  background-size: cover;
  width: 48px;
  height: 48px;
}

.customer-1-name {
  color: #02133c;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 700;
}

.customer-1-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.customer-2-personal {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.customer-2-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.customer-2-picture {
  background-image: url('../images/Ellipse-2-2_1Ellipse 2 (2).png');
  background-position: 50%;
  background-size: cover;
  width: 48px;
  height: 48px;
}

.customer-2-name {
  color: #02133c;
  letter-spacing: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.impact-section {
  background-color: #02133c;
  flex-direction: column;
  align-items: center;
  height: 608px;
  display: flex;
  position: relative;
}

.impact-div-container {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 71%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-65 {
  width: 100%;
}

.impact-top-div-container {
  width: 100%;
  height: 241px;
  display: flex;
}

.our-impact-dog-image-div, .impact-top-left-div {
  width: 50%;
}

.our-impact-title {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 112px;
  margin-bottom: 32px;
  display: flex;
}

.our-impact-title-text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.our-impact-main-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.our-pimact-main-text-div {
  padding-right: 0;
}

.our-poimact-dog-image {
  background-image: url('../images/bmw-engine.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 498px;
  height: 315px;
  margin-top: -100px;
  position: sticky;
  top: -400px;
  left: 70px;
}

.our-impact-stats-div {
  justify-content: space-around;
  width: 100%;
  height: 100px;
  margin-top: 80px;
  display: flex;
}

.baths-div-container, .boarded-div-container, .trained-div-container, .mneals-div-container {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.bath-text-container, .boarded-text-div, .trained-text-div, .maels-text-div {
  flex-direction: column;
  display: flex;
}

.baths-image-div {
  background-image: url('../images/car_oil-24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  margin-right: 20px;
}

._3700 {
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.puppy-baths {
  color: #5d62b5;
  text-align: center;
  font-weight: 700;
}

.boarded-image {
  background-image: url('../images/car_transmission_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 70px;
  margin-right: 20px;
}

._4500 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.dogs-boarded {
  color: #5d62b5;
  text-align: center;
  font-weight: 700;
}

.trained-image {
  background-image: url('../images/car_alignment_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  margin-right: 20px;
}

._2900 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.pups-trained {
  color: #5d62b5;
  text-align: center;
  font-weight: 700;
}

.meals-picture {
  background-image: url('../images/car_engine_2_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  margin-right: 20px;
}

._12k {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.meals-served {
  color: #5d62b5;
  text-align: center;
  font-weight: 700;
}

.our-impact-purple-block {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 150px;
  margin-top: 112px;
}

.our-impact-purple-div-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: relative;
}

.our-impact-purple-block-text-div {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding-right: 84px;
  display: flex;
}

.appointment-button {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.our-impact-purple-text {
  color: #02133c;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.footer-section {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  height: 472px;
  display: flex;
}

.footer-div-container {
  width: 65%;
  height: 100%;
  padding-top: 160px;
  display: flex;
}

.footer-1-4-container {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.footer-2-4-container {
  flex-direction: column;
  width: 25%;
  padding-left: 130px;
  display: none;
}

.footer-3-4-container {
  flex-direction: column;
  width: 25%;
  padding-top: 57px;
  padding-left: 40px;
  display: none;
}

.footer-4-4-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-left: 100px;
  display: flex;
}

.footer-logo-div {
  align-items: center;
  margin-bottom: 23px;
  text-decoration: none;
  display: flex;
}

.footer-socials {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.footer-logo {
  background-image: url('../images/acme-auto-logo_1.png');
  background-position: 0 0;
  background-size: cover;
  width: 60px;
  height: 39px;
  margin-right: 20px;
}

.footer-logo-title {
  color: #02133c;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
}

.footer-1-4-text {
  color: #4e4e4e;
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.footer-facebook {
  background-image: url('../images/facebook-1_1facebook 1.png');
  background-position: 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.footer-twitter {
  background-image: url('../images/twitter-1_1twitter 1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.footer-instagram {
  background-image: url('../images/instagram_1instagram.png');
  background-position: 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.footer-youtube {
  background-image: url('../images/youtube-1_1youtube 1.png');
  background-position: 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.explore-links-div {
  height: 22px;
  margin-bottom: 35px;
}

.footer-about-div, .footer-services-div, .footer-specials-div {
  margin-bottom: 10px;
  text-decoration: none;
}

.about-text, .services-text {
  color: #4e4e4e;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.specials-text, .estimates-text {
  color: #4e4e4e;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 22px;
}

.explore-links-text {
  color: #4e4e4e;
  font-weight: 700;
  line-height: 22px;
}

.reviews-text, .shop-text, .careers-text, .faqs-text {
  color: #4e4e4e;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 22px;
}

.footer-reviews-div, .footer-shop-div, .footer-careers-div, .footer-faqs-div {
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-location-div, .phone-div, .email-div {
  margin-bottom: 16px;
  display: flex;
}

.times-div {
  display: flex;
}

.location-image {
  background-image: url('../images/place_24px_1place_24px.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 18px;
}

.phone-picture {
  background-image: url('../images/smartphone_24px_1smartphone_24px.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 18px;
}

.email-image {
  background-image: url('../images/email_24px_1email_24px.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 18px;
}

.watch-image {
  background-image: url('../images/timer_24px_1timer_24px.png');
  background-position: 0 0;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 18px;
}

.contact-text {
  color: #4e4e4e;
  font-weight: 700;
  line-height: 22px;
}

.location-text, .phone-text, .email-text, .times-text {
  color: #4e4e4e;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.footer-contact-div {
  margin-bottom: 28px;
  line-height: 22px;
}

.bottom-bar-section {
  background-color: #02133c;
  height: 60px;
  padding-left: 180px;
  padding-right: 180px;
}

.bottom-bar-div-container {
  width: 100%;
  height: 100%;
  display: flex;
}

.bottom-bar-left-text-div {
  align-items: center;
  width: 50%;
  display: flex;
}

.bottom-bar-right-text-div {
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  display: flex;
}

.bottom-bar-left-text, .bottom-bar-copyright {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.bottopm-bar-privacy-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: none;
}

.bottom-bar-privacy-div {
  margin-left: 20px;
}

.gallery-structure-div, .yard-1-structure-div, .yard-2-structure-div, .yard-3-structure-div {
  justify-content: center;
  width: 25%;
  display: flex;
}

.footer-estimates-div {
  text-decoration: none;
}

.text-block-39 {
  color: #02133c;
  font-size: 15px;
}

.container, .services-dropdown-link, .specials-dropdown, .facilities-dropdown, .reviews-dropdown {
  display: none;
}

.our-promise-text-div {
  width: 100%;
  margin-bottom: 20px;
}

.our-promise-text-div.antique {
  width: 50%;
}

.our-impact-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
  color: #c40b0b;
  background-color: #ffffffa6;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.make-an-appointment-arrow-div {
  z-index: 0;
  background-image: url('../images/BG_1BG.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.make-an-appointment-arrow {
  background-image: url('../images/arrow_forward_24px_1arrow_forward_24px.png');
  background-position: 50%;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 14px;
}

.appointment-button-text-div-container {
  width: 90%;
}

.make-an-appointment-text {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.appointment-button-div-main {
  z-index: 2;
  background-color: #c40b0b;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 40px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.play-button {
  background-image: url('../images/Play-Button.png');
  background-position: 0 0;
  background-size: contain;
  width: 140px;
  height: 140px;
  margin-top: 40px;
  display: none;
}

.div-block-66 {
  background-color: #c40b0b;
  position: relative;
}

.div-block-67 {
  z-index: 1;
  background-image: url('../images/BG-1_1BG (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 48px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-68 {
  background-image: url('../images/Gears-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 642px;
  height: 450px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-69 {
  background-image: url('../images/Gears-2.png');
  background-position: 0 0;
  background-size: contain;
  width: 642px;
  height: 450px;
  position: absolute;
  inset: auto auto 70px 0%;
}

.appointment-form-actual-button {
  justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
  padding-right: 41px;
  display: none;
}

.live {
  background-image: url('../images/Icon-Live_1Icon Live.png');
  background-position: 0 0;
  background-size: contain;
  width: 50px;
  height: 30px;
  position: absolute;
  inset: 30px 32px auto auto;
}

.div-block-70 {
  z-index: 0;
  background-image: url('../images/overlay-image.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 1200px;
  display: block;
  position: absolute;
}

.appointment-button-impact-div-copy {
  background-color: #c40b0b;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 211px;
  height: 40px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading {
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 20px;
  overflow: visible;
}

.background-video {
  position: static;
}

.paragraph {
  color: #fff;
  text-align: center;
  padding-left: 0;
}

.recaptcha {
  margin-top: 20px;
}

.image {
  background-image: url('../images/acme-auto-front-shop-web.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-71 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

.submit-button {
  background-color: #c40c0b;
  margin-top: 40px;
  margin-bottom: 40px;
}

.code-embed {
  margin-top: 40px;
}

.div-block-72 {
  display: none;
}

.lang-select {
  font-language-override: "zh-CN";
}

.div-block-73 {
  margin-left: 40px;
  margin-right: 40px;
}

.text-field {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-74 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(10px, .25fr) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.field-label {
  margin-bottom: 5px;
}

.field-label-2 {
  margin-bottom: 0;
}

.location-div {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.phone-image {
  background-image: url('../images/phone_24px_1phone_24px.png');
  background-position: 50%;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  padding-right: 0;
}

.button {
  text-align: center;
  background-color: #01091e;
  flex: 1;
  order: 1;
  align-self: center;
  width: 60%;
  height: 80%;
  margin-left: 40px;
  padding-left: 29px;
  padding-right: 29px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.address {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.address.short {
  display: none;
}

.link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-2 {
  display: none;
}

.link-2 {
  color: #02123d;
}

.image-3 {
  align-self: flex-end;
  width: 40%;
  margin-top: -100px;
  margin-left: 0;
  margin-right: -20px;
  position: sticky;
  top: auto;
}

.list {
  color: #4b4b4b;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 95%;
    display: flex;
    position: absolute;
  }

  .nav-bar-top-div {
    flex: 1;
    justify-content: space-between;
    align-self: center;
    height: 90px;
    margin-bottom: 0;
  }

  .nav-bar-top-div.new {
    padding-left: 7px;
    padding-right: 7px;
  }

  .brand {
    margin-right: 0;
  }

  .brand-name {
    align-self: center;
    width: 260px;
  }

  .boarding-hours-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    order: -1;
    width: 30%;
    margin-right: 0;
  }

  .clock-image {
    width: 0;
    height: 0;
  }

  .boarding-hours {
    margin-bottom: 5px;
  }

  .boarding-hours-times {
    font-size: 10px;
    line-height: 12px;
  }

  .call-us-div {
    flex-flow: row;
    flex: 1;
    order: 1;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pin-image {
    background-repeat: repeat;
    align-self: auto;
    width: auto;
    height: 0;
    margin-right: 0;
  }

  .phone-number {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    padding-right: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .phone-number-div {
    flex: 0 auto;
    width: 80px;
  }

  .appointment-button-impact-div {
    display: none;
  }

  .div-block-2 {
    flex-flow: row;
    justify-content: flex-end;
    align-self: auto;
    align-items: stretch;
    margin-left: -40px;
  }

  .services-nav, .sepcials-nav, .facilities-nav, .reviews-nav, .shop-nav, .about-nav {
    font-size: 14px;
  }

  .search-cart-div {
    margin-right: 20px;
  }

  .opening-page-title {
    margin-top: 200px;
  }

  .opening-page-title-div {
    text-align: center;
    width: 100%;
  }

  .appointment-button-div-main-page {
    justify-content: center;
    margin-top: 160px;
    display: flex;
  }

  .who-we-are-section {
    background-color: #e9e9e9;
    min-width: 0;
    height: 700px;
  }

  .who-we-are-div-container {
    height: 500px;
    margin-top: -600px;
    padding-top: 40px;
  }

  .who-we-are-purple-div {
    height: 700px;
    position: relative;
  }

  .who-we-are-title-div {
    width: 100%;
  }

  .logo-symbol {
    background-image: url('../images/acme-auto-logo_1.png');
  }

  .who-we-are-text-div-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .who-we-are-heading-text {
    font-size: 34px;
  }

  .who-we-are-heading-text-div {
    width: 100%;
  }

  .who-we-are-main-text {
    font-size: 19px;
    line-height: 26px;
  }

  .who-we-are-main-text-div {
    margin-bottom: 0;
  }

  .who-we-are-decs {
    display: none;
    inset: 0% -15% auto auto;
  }

  .engine-image-div {
    width: 100%;
    height: 260px;
    margin-top: 20px;
  }

  .engine-image {
    width: 100%;
    height: 100%;
  }

  .our-promise-section {
    background-color: #e9e9e9;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .our-promise-section.upper {
    margin-top: 0;
  }

  .our-promise-div-container {
    width: 90%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .our-promise-div-container.specialty {
    margin-bottom: 60px;
  }

  ._24-7-div-container {
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 15px;
  }

  ._24-7-div-container.services {
    justify-content: center;
    height: 100%;
  }

  .on-site-image {
    margin-right: 0;
  }

  .on-site-image.services {
    background-image: url('../images/car_quality_service_24x_1car_quality_service_24x.png');
  }

  .on-site-div-container {
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 15px;
  }

  .live-div-container {
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 15px;
  }

  .live-div-container.services {
    justify-content: center;
    height: auto;
    max-height: 100%;
  }

  ._24-7-text-container {
    text-align: center;
    width: 90%;
  }

  .on-site-text-container, .live-text-container {
    text-align: center;
    width: auto;
  }

  ._24-7-image {
    margin-right: 0;
  }

  ._24-7-image.service {
    background-image: none;
  }

  ._24-7-top-text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .on-site-top-text {
    margin-bottom: 10px;
  }

  .live-image {
    margin-right: 0;
  }

  .live-image.services {
    background-image: url('../images/car_team_24x_1car_team_24x.png');
  }

  .live-top-text {
    margin-bottom: 10px;
  }

  ._24-7-bottom-text, .live-bottom-text {
    text-align: center;
  }

  .blue-section {
    background-position: 100%;
    height: 400px;
  }

  .blue-section-div-holder {
    justify-content: center;
    align-items: center;
  }

  .text-button-div-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    margin-right: 0;
    display: flex;
  }

  .blue-section-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .services-section {
    height: 1500px;
  }

  .our-services-grid-div {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .learn-more-button-div {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .apointment-section {
    height: auto;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .appointment-main-div-container {
    flex-direction: column-reverse;
    padding-bottom: 60px;
  }

  .appointment-left-side-div {
    order: -1;
    width: 100%;
  }

  .appointment-right-side-div {
    order: 1;
    width: 100%;
    position: relative;
  }

  .appointment-form-div {
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .appointment-middle-text {
    margin-top: 10px;
  }

  .appointment-bottom-text {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .gallery-section {
    padding-bottom: 20px;
  }

  .gallery-purple-square {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-tab {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .gallery-tab-text {
    font-size: 14px;
  }

  .yard-1-text, .yard-2-text, .yard-3-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .yard-1-green-dot, .yard-2-green-dot, .yard-3-grey-dot {
    right: 7%;
  }

  .livestream-image {
    width: 100%;
  }

  .livestream-image-div {
    margin-top: 0;
  }

  .customer-div-container {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
  }

  .customer-left-text-container {
    width: 100%;
  }

  .customer-1-div {
    width: 70%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .customer-2-div {
    width: 70%;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .customer-1-personal {
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .customer-2-personal {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .impact-section {
    height: auto;
    padding-top: 40px;
  }

  .impact-div-container {
    width: 90%;
    height: auto;
  }

  .impact-top-div-container {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
  }

  .our-impact-dog-image-div {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .impact-top-left-div {
    width: 90%;
    margin-top: 40px;
  }

  .our-impact-title {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .our-impact-main-text {
    text-align: left;
  }

  .our-pimact-main-text-div {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .our-poimact-dog-image {
    position: static;
  }

  .our-impact-stats-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
    display: grid;
  }

  .baths-div-container, .boarded-div-container, .trained-div-container {
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .mneals-div-container {
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .baths-image-div {
    margin-right: 0;
  }

  ._3700 {
    font-size: 40px;
    line-height: 40px;
  }

  .puppy-baths {
    text-align: center;
    font-size: 17px;
  }

  .boarded-image {
    margin-right: 0;
  }

  ._4500 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .dogs-boarded {
    text-align: center;
    font-size: 17px;
  }

  ._2900 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .pups-trained {
    text-align: center;
    font-size: 17px;
  }

  .meals-picture {
    margin-right: 0;
  }

  ._12k {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .meals-served {
    text-align: center;
    font-size: 17px;
  }

  .our-impact-purple-block {
    margin-top: 0;
    margin-bottom: -75px;
  }

  .our-impact-purple-div-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .our-impact-purple-block-text-div, .appointment-button {
    width: auto;
  }

  .footer-section {
    height: 360px;
  }

  .footer-div-container {
    width: 90%;
    padding-top: 100px;
  }

  .footer-2-4-container {
    padding-left: 100px;
  }

  .bottom-bar-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .container {
    display: none;
  }

  .play-button {
    margin-top: 20px;
  }

  .heading {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .location-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    padding-right: 0;
  }

  .phone-image {
    display: none;
  }

  .button {
    background-color: #01091e;
    flex: 1;
    height: auto;
    margin-left: 20px;
    padding-left: 29px;
    padding-right: 29px;
    overflow: visible;
  }

  .address {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
  }

  .address.long {
    width: auto;
    display: none;
  }

  .address.short {
    width: auto;
    display: block;
  }

  .div-block-75 {
    width: 75%;
    line-height: 16px;
  }

  .link {
    vertical-align: middle;
    font-size: 10px;
    line-height: 12px;
  }

  .link.phone {
    line-height: 12px;
  }

  .image-3 {
    width: 50%;
    margin-right: 0;
  }

  .list {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: fixed;
  }

  .bottom-navbar-div-container {
    display: none;
  }

  .nav-bar-top-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: auto;
    display: flex;
  }

  .nav-bar-top-div.new {
    display: none;
  }

  .nav-bar-top-div.new.mobile {
    flex-flow: row;
    flex: 1;
    align-self: center;
    display: flex;
  }

  .brand {
    margin-bottom: 0;
    margin-right: 0;
  }

  .boarding-hours-div {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-image {
    width: 30px;
    margin-bottom: 10px;
  }

  .boarding-hours {
    margin-bottom: 10px;
  }

  .call-us-div {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-right: 0;
  }

  .pin-image {
    width: 30px;
    margin-bottom: 10px;
  }

  .location {
    margin-bottom: 10px;
  }

  .appointment-button-impact-div {
    display: none;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .dropdown-nav-menu {
    background-color: #c8c8c800;
    flex-direction: column;
    width: 25%;
    margin-left: 0;
    display: flex;
  }

  .opening-page-div-container {
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .opening-page-title {
    margin-top: 180px;
    font-size: 55px;
    line-height: 60px;
  }

  .opening-page-title-div {
    text-align: center;
    width: auto;
    height: auto;
  }

  .appointment-button-div-main-page {
    order: 1;
    margin-top: 60px;
  }

  .appointment-button-div-main-page.header {
    align-items: center;
    margin-top: 0;
  }

  .who-we-are-section {
    height: 400px;
  }

  .who-we-are-div-container {
    z-index: 1;
    width: 85%;
    height: 500px;
    margin-top: -300px;
    padding-top: 40px;
  }

  .who-we-are-purple-div {
    z-index: 1;
  }

  .who-we-are-text-div-container {
    z-index: 1;
    position: relative;
  }

  .who-we-are-heading-text {
    margin-top: -20px;
    font-size: 30px;
    line-height: 38px;
  }

  .who-we-are-main-text {
    margin-top: -10px;
    margin-bottom: 20px;
    line-height: 24px;
  }

  .who-we-are-decs {
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 245px;
    top: -11%;
    right: -7%;
  }

  .engine-image-div {
    height: 225px;
    margin-top: 0;
  }

  .our-promise-section {
    height: auto;
  }

  .our-promise-div-container.specialty {
    margin-top: 0;
  }

  .our-promise-block-container {
    flex-direction: column;
    align-items: center;
  }

  .our-promise-title-div-container {
    margin-top: 60px;
    margin-left: 20px;
  }

  .our-promise-large-text {
    margin-left: 20px;
  }

  ._24-7-div-container {
    width: 90%;
    margin-bottom: 30px;
  }

  ._24-7-div-container.services {
    width: 80%;
  }

  .on-site-div-container, .live-div-container {
    width: 80%;
    margin-bottom: 30px;
  }

  .live-div-container.services {
    justify-content: center;
    width: 80%;
    height: auto;
    margin-bottom: 0;
  }

  .on-site-top-text, .live-top-text {
    margin-top: 10px;
  }

  .blue-section {
    background-position: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .text-button-div-container {
    width: 80%;
    height: 70%;
  }

  .blue-section-text {
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .services-section {
    height: 1200px;
    padding-top: 60px;
  }

  .blue-section-text-div {
    width: 400px;
    height: 100%;
  }

  .our-services-title-text {
    width: 90%;
  }

  .our-services-div-container {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: static;
  }

  .our-services-main-text-div {
    width: 90%;
    margin-bottom: 40px;
  }

  .our-services-grid-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    width: 110%;
  }

  .pet-boarding-grid-div {
    border-radius: 0;
    width: auto;
    height: auto;
  }

  .pet-daycare-grid-div, .our-store-grid-div {
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 15px 10px;
  }

  .boarding-container {
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 15px 20px 15px 10px;
  }

  .daycare-container {
    width: auto;
    height: auto;
  }

  .spa-container {
    width: auto;
    height: auto;
    padding: 15px 10px;
  }

  .pet-spa-grid-div {
    border-radius: 0;
    width: auto;
    height: auto;
  }

  .meal-plan-container {
    width: auto;
    height: auto;
  }

  .meal-plans-grid-div {
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 15px 10px;
  }

  .training-container {
    width: auto;
    height: auto;
    padding: 15px 10px;
  }

  .training-grid-div {
    border-radius: 0;
    width: auto;
    height: auto;
  }

  .store-container {
    width: auto;
    height: auto;
  }

  .boarding-title, .daycare-title {
    text-align: center;
  }

  .our-services-main-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .appointment-main-div-container {
    width: 90%;
  }

  .appointment-left-side-div {
    margin-left: 20px;
    margin-right: 20px;
  }

  .appointment-form-div {
    width: 90%;
    height: auto;
  }

  .form-right-div {
    width: 50%;
    margin-left: 10px;
    padding-left: 0;
  }

  .form {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-left-div {
    width: 50%;
    margin-right: 10px;
    padding-right: 0;
  }

  .form-top-div {
    padding-left: 0;
    padding-right: 0;
  }

  .tell-us-text-field {
    width: 100%;
  }

  .appointment-top-text-dev {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-section {
    padding-bottom: 40px;
  }

  .gallery-top-div-container {
    width: 90%;
  }

  .gallery-purple-square {
    height: auto;
    padding-bottom: 20px;
  }

  .livestream-image {
    background-size: cover;
    height: 100%;
    margin-top: 0;
  }

  .gallery-bot-div-container {
    width: 90%;
  }

  .livestream-image-div {
    width: 100%;
    height: 300px;
    margin-top: 10px;
  }

  .customer-1-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .customer-2-div {
    width: 100%;
  }

  .impact-section {
    height: 1000px;
  }

  .impact-div-container {
    height: 100%;
  }

  .our-customer-main-text-div {
    margin-bottom: 20px;
  }

  .our-pimact-main-text-div {
    margin-bottom: 40px;
  }

  .our-poimact-dog-image {
    background-size: cover;
    border-radius: 0;
  }

  .our-impact-purple-block {
    margin-top: -20px;
  }

  .our-impact-purple-div-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .our-impact-purple-block-text-div {
    padding-right: 10px;
  }

  .our-impact-purple-text {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-section {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .footer-div-container {
    flex-direction: column;
    padding-top: 40px;
  }

  .footer-1-4-container {
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-2-4-container {
    text-align: center;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
  }

  .footer-3-4-container {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .footer-4-4-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .footer-logo-div {
    margin-bottom: 20px;
  }

  .footer-socials {
    width: 100%;
  }

  .footer-1-4-text {
    text-align: center;
    margin-bottom: 20px;
  }

  .explore-links-div, .footer-faqs-div, .footer-contact-div {
    margin-bottom: 20px;
  }

  .bottom-bar-section {
    height: auto;
    padding: 10px;
  }

  .bottom-bar-left-text {
    text-align: center;
    margin-left: 40px;
    margin-right: 0;
  }

  .bottopm-bar-privacy-text {
    text-align: center;
  }

  .footer-estimates-div {
    margin-bottom: 10px;
  }

  .menu-button.w--open {
    color: #f2726f;
    background-color: #c8c8c800;
  }

  .container {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .services-dropdown-link {
    color: #f2726f;
    background-color: #ffffffa6;
    justify-content: center;
    margin-top: 0;
    padding: 20px 0;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .specials-dropdown, .facilities-dropdown, .reviews-dropdown, .shop-dropdown, .about-dropdown {
    color: #f2726f;
    background-color: #ffffffa6;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .our-promise-text-div.antique {
    width: 100%;
    margin-bottom: 0;
  }

  .appointment-button-div-main {
    flex-flow: row;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
  }

  .play-button {
    margin-top: 0;
  }

  .appointment-form-actual-button {
    padding-right: 0;
  }

  .icon-2 {
    color: #c40b0b;
    display: none;
  }

  .appointment-button-impact-div-copy {
    display: flex;
  }

  .heading {
    display: block;
  }

  .div-block-71 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .submit-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .phone-image {
    width: 0;
    height: 0;
  }

  .div-block-76 {
    flex: 0 auto;
    order: 1;
    align-self: flex-start;
    display: block;
    position: static;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .button-2 {
    background-color: #01091e;
    display: block;
  }

  .image-3 {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .opening-section {
    height: auto;
    margin-bottom: -100px;
  }

  .navbar {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-navbar-div-container {
    display: none;
  }

  .nav-bar-top-div {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .nav-bar-top-div.old {
    display: none;
  }

  .nav-bar-top-div.new.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-self: center;
  }

  .brand {
    justify-content: space-around;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .brand-name {
    align-self: flex-start;
    width: 140px;
    margin-left: 0;
  }

  .boarding-hours-div {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 70%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .boarding-hours-text-div {
    text-align: right;
    width: 100%;
  }

  .call-us-div {
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    align-items: flex-start;
    width: 58%;
    margin-right: 0;
  }

  .location {
    order: 0;
    align-self: flex-start;
    margin-bottom: 10px;
  }

  .phone-number {
    flex: 1;
    order: 0;
    align-self: flex-start;
    width: auto;
    padding-top: 0;
    padding-right: 20px;
  }

  .phone-number-div {
    text-align: right;
    flex: 0 auto;
    width: 100%;
  }

  .appointment-button-impact-div {
    display: none;
  }

  .div-block-2 {
    flex-direction: column;
    width: 100%;
  }

  .dropdown-nav-menu {
    display: flex;
  }

  .opening-page-title {
    margin-top: 220px;
    font-size: 40px;
    line-height: 45px;
  }

  .appointment-button-div-main-page {
    margin-top: 40px;
  }

  .who-we-are-section {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .who-we-are-div-container {
    height: auto;
    margin-top: -179px;
    padding-top: 0;
  }

  .who-we-are-purple-div {
    height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .who-we-are-title-div {
    justify-content: center;
    align-items: center;
  }

  .body {
    background-color: #e9e9e9;
  }

  .who-we-are-heading-text {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .who-we-are-main-text {
    text-align: center;
    font-size: 18px;
  }

  .who-we-are-main-text-div {
    margin-bottom: 40px;
  }

  .who-we-are-decs, .engine-image-div, .engine-image {
    display: none;
  }

  .our-promise-div-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .our-promise-div-container.specialty {
    margin-bottom: 0;
  }

  .our-promise-block-container {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .our-promise-title-div-container {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .our-promise-large-text {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .our-promise-large-text.antique {
    margin-bottom: 20px;
  }

  ._24-7-div-container {
    background-color: #fff;
    border-radius: 0;
  }

  ._24-7-div-container.services {
    width: 80%;
    height: 240px;
  }

  .on-site-image {
    margin-right: 0;
  }

  .on-site-image.services {
    background-image: url('../images/car_quality_service_24x_1car_quality_service_24x.png');
  }

  .on-site-div-container {
    background-color: #fff;
    border-radius: 0;
    align-items: center;
  }

  .live-div-container {
    background-color: #fff;
    border-radius: 0;
  }

  .live-div-container.services {
    width: 80%;
  }

  ._24-7-text-container {
    width: 90%;
  }

  ._24-7-image.service {
    background-image: url('../images/car_quality_service_24x_1car_quality_service_24x.png');
    background-position: 50%;
    background-size: contain;
    width: 63px;
    height: 63px;
  }

  .live-image {
    margin-right: 0;
  }

  .live-image.services {
    background-image: url('../images/car_team_24x_1car_team_24x.png');
  }

  ._24-7-bottom-text {
    margin-bottom: 10px;
  }

  .blue-section-text {
    font-size: 30px;
    line-height: 36px;
  }

  .services-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blue-section-text-div {
    width: 100%;
  }

  .our-services-title-text {
    justify-content: center;
    align-items: center;
  }

  .our-services-main-text-div {
    margin-bottom: 0;
  }

  .our-services-grid-div {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .boarding-container, .daycare-container, .spa-container, .meal-plan-container, .training-container, .store-container {
    padding: 20px;
  }

  .boarding-title {
    text-align: center;
  }

  .apointment-section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .our-services-main-text {
    text-align: center;
    line-height: 36px;
    display: none;
  }

  .appointment-main-div-container {
    width: 90%;
    padding-bottom: 0;
  }

  .appointment-left-side-div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .appointment-right-side-div {
    margin-left: 0;
  }

  .appointment-form-div {
    width: 100%;
  }

  .make-and-appointment-title {
    width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .form-right-div {
    width: 100%;
    margin-left: 0;
  }

  .form-left-div {
    width: 100%;
  }

  .form-top-div {
    flex-direction: column;
  }

  .appointment-top-text {
    font-size: 20px;
    line-height: 26px;
  }

  .appointment-middle-text {
    font-size: 70px;
  }

  .gallery-section, .gallery-top-div-container {
    height: auto;
  }

  .gallery-purple-square {
    margin-top: -60px;
    padding-top: 20px;
  }

  .appointment-heading-div {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .appointment-bottom-text-div, .gallery-text {
    text-align: center;
  }

  .live-stream-container-div {
    align-items: center;
  }

  .livestream-tabs {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .livestream-underline {
    flex-direction: row;
    width: 100%;
  }

  .yard-1-tab, .yard-2-tab, .yard-3-tab {
    width: auto;
  }

  .yard-1-green-dot, .yard-2-green-dot, .yard-3-grey-dot {
    right: 0%;
  }

  .livestream-image {
    background-size: contain;
    width: 100%;
    height: 200px;
    margin-top: 0;
  }

  .livestream-image-div {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .customer-left-text-container {
    margin-top: 20px;
  }

  .customer-1-div, .customer-2-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-customer-main-text {
    text-align: center;
  }

  .customer-1-personal {
    justify-content: flex-end;
  }

  .customer-1-picture {
    margin-right: 20px;
  }

  .customer-1-name {
    width: auto;
  }

  .customer-2-personal {
    justify-content: flex-end;
  }

  .customer-2-picture {
    margin-right: 20px;
  }

  .impact-section {
    height: 1000px;
  }

  .impact-div-container {
    height: 90%;
  }

  .impact-top-left-div {
    text-align: left;
  }

  .customer-1-name-div {
    width: auto;
  }

  .our-impact-title {
    text-align: left;
    justify-content: center;
  }

  .our-impact-main-text {
    text-align: center;
    font-size: 30px;
  }

  .our-poimact-dog-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 170px;
  }

  .our-impact-stats-div {
    align-items: stretch;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .baths-div-container, .boarded-div-container, .trained-div-container, .mneals-div-container {
    justify-content: space-between;
  }

  ._3700, .puppy-baths {
    text-align: right;
  }

  .boarded-image {
    flex: none;
    height: 76px;
  }

  ._4500, .dogs-boarded {
    text-align: right;
  }

  .trained-image {
    flex: none;
    margin-right: 0;
  }

  ._2900, .pups-trained {
    text-align: right;
  }

  .meals-picture {
    flex: none;
  }

  ._12k, .meals-served {
    text-align: right;
  }

  .our-impact-purple-block {
    display: none;
  }

  .our-impact-purple-div-container {
    display: flex;
  }

  .footer-div-container {
    padding-top: 40px;
  }

  .bottom-bar-div-container {
    justify-content: center;
  }

  .bottom-bar-left-text-div {
    width: auto;
  }

  .bottom-bar-right-text-div {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .bottom-bar-left-text {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 10px;
    line-height: 12px;
    display: none;
  }

  .bottom-bar-copyright {
    text-align: center;
  }

  .bottopm-bar-privacy-text {
    text-align: center;
    flex-direction: row;
    font-size: 13px;
  }

  .gallery-structure-div, .yard-1-structure-div, .yard-2-structure-div, .yard-3-structure-div {
    width: auto;
    margin-bottom: 10px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .container {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0%;
  }

  .services-dropdown-link, .specials-dropdown, .facilities-dropdown, .reviews-dropdown, .shop-dropdown, .about-dropdown {
    background-color: #ffffffa6;
  }

  .appointment-button-text-div-container {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .appointment-button-div-main {
    margin-top: 0;
  }

  .div-block-68, .div-block-69 {
    display: none;
  }

  .live {
    top: 16px;
    right: 0;
  }

  .appointment-button-impact-div-copy {
    display: none;
  }

  .heading {
    margin-left: 10px;
  }

  .recaptcha {
    align-self: center;
  }

  .div-block-71 {
    flex-flow: column;
  }

  .div-block-73 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-field {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .location-div {
    flex: 0 auto;
    align-self: flex-end;
    width: 50%;
    margin-bottom: 10px;
  }

  .phone-image {
    width: 0;
    height: 0;
  }

  .button {
    order: 1;
    position: static;
  }

  .div-block-75 {
    width: auto;
  }

  .image-2 {
    width: 0;
    height: 0;
  }

  .div-block-77 {
    display: none;
  }

  .button-2 {
    background-color: #01091e;
    align-self: center;
    margin-right: 10px;
  }

  .link-2 {
    color: #4e4e4e;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-decoration: underline;
  }

  .text-field-2 {
    overflow-wrap: normal;
  }

  .image-3 {
    width: 100%;
    margin-top: -48px;
    margin-right: 0;
  }
}


