/* TODO: This file to be merged with core.scss later when merging with enalarge-images branch */
@font-face {
  font-family: "Benguiat";
  src: url("fonts/benguiatm.woff2") format("woff2"), url("fonts/benguiatm.woff") format("woff"), url("fonts/benguiatb.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-family: "Benguiat";
  src: url("fonts/benguiatm.woff2") format("woff2"), url("fonts/benguiatm.woff") format("woff"), url("fonts/benguiatb.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body {
  -webkit-tap-highlight-color: transparent;
}

.homepage {
  overflow-x: hidden;
}

.disable-scrolling {
  height: 100%;
  overflow: hidden;
}

.contentWrapper {
  overflow: initial;
}

.bbref {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.bbref .footer-menu,
.bbref .bbcreditcls {
  /* position: relative;
  top: -1px; */
}

.bbcreditcls {
  padding-left: 0px;
}

.bottomBoxes > section > ul li.firstBox > section {
  padding: 30px 24px;
  /* Update in original */
}

.bottomBoxes > section > ul li.firstBox > section h5 {
  padding-top: 0px;
  margin: 0 0 25px 0;
  padding-bottom: 0px;
  /* remove bellow styles from core.min.css, then above 3 lines of css can also be removed.
  argin: 0;
    padding-bottom: 25px;
    padding-top: 15px;
    */
}

.bottomBoxes > section > ul li.firstBox > section a {
  text-align: left;
  margin-left: 5px;
}

.bottomBoxes > section > ul li.secondBox > section {
  padding: 30px 24px !important;
  /* Update in original */
}

.bottomBoxes > section > ul li.secondBox > section a {
  text-align: left;
  margin-left: 30px;
}

.bottomBoxes > section > ul li.thirdBox > section {
  padding: 30px 24px !important;
  /* Update in original */
}

.bottomBoxes > section > ul li.thirdBox > section h5 {
  padding-top: 0px;
  /* Update in original */
  margin-bottom: 0px !important;
  /* Update in original */
}

.bottomBoxes > section > ul li.fourthBox > section {
  padding: 30px 24px;
  /* Update in original */
}

.bottomBoxes > section > ul li.fourthBox > section {
  padding-top: 48px;
}

.bottomBoxes > section > ul li.fourthBox .links_wrap {
  left: 13px;
}

.bottomBoxes > section > ul li > section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.discountnote {
  display: flex;
  gap: 10px;
}

.discountnote div {
  width: auto !important;
  flex: 1 1 auto;
}

.discountnote.center {
  width: 100%;
  text-align: center;
}

.bottomBoxes > section > ul li.thirdBox > section {
  gap: 2px;
  padding-top: 15px !important;
}

.bottomBoxes > section > ul li.thirdBox .icon-careers {
  background-image: url("../../../graphics/icon-careers.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin: 0px auto;
}

/* @keyframes wiggle {
  0% { transform: rotate(0deg); }
 80% { transform: rotate(0deg); }
 85% { transform: rotate(5deg); }
 95% { transform: rotate(-5deg); }
100% { transform: rotate(0deg); }
} */
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.faq-cta {
  width: 96px;
  height: 76px;
  position: relative;
  z-index: 3;
}

.faq-cta.hover {
  animation: wiggle 100ms 200ms 2;
}

.faq-cta:hover {
  animation: none;
}

.faq-cta .bg {
  background-image: url("../../../graphics/faq-bubble-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 96px;
  height: 76px;
  transform: rotate(-7deg);
  transition: all 200ms ease-out;
  opacity: 0.25;
}

.faq-cta .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  padding-top: 12px;
}

.faq-cta .main-caption {
  background-image: url("../../../graphics/faqs-faqs.svg");
  background-size: 55px;
  background-repeat: no-repeat;
  background-position: center;
  width: 93px;
  height: 22px;
  transform: rotate(-3deg);
}

.faq-cta .sub-caption {
  background-image: url("../../../graphics/faqs-click-me.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 87px;
  height: 16.5px;
  transform: rotate(-3deg);
  background-size: 50px;
}

.faq-cta .underline {
  background-image: url("../../../graphics/faqs-underline.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 109px;
  height: 9px;
  opacity: 0.3;
  position: relative;
  top: -3px;
  transition: all 200ms ease-out;
  background-size: 55px;
}

.faq-cta .qmark-1 {
  width: 8px;
  height: 12px;
  background-image: url("../../../graphics/faqs-mark-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(-24deg);
  left: 9px;
  top: 19px;
  transition: all 200ms ease-out;
}

.faq-cta .qmark-2 {
  width: 7px;
  height: 10px;
  background-image: url("../../../graphics/faq-mark-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(-18deg);
  top: 7px;
  left: 38px;
  transition: all 200ms ease-out;
}

.faq-cta .qmark-3 {
  width: 11px;
  height: 15px;
  background-image: url("../../../graphics/faq-mark-3.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(7deg);
  top: 4px;
  right: 16px;
  transition: all 200ms ease-out;
}

.faq-cta:hover .bg,
.faq-cta.hover .bg {
  transform: scale(0.95) rotate(-7deg);
}

.faq-cta:hover .underline,
.faq-cta.hover .underline {
  opacity: 0.8;
}

.faq-cta:hover .qmark-1,
.faq-cta.hover .qmark-1 {
  transform: rotate(-32deg) translate(-1px, -9px);
}

.faq-cta:hover .qmark-2,
.faq-cta.hover .qmark-2 {
  transform: rotate(-11deg) scale(1.2) translate(0px, -10px);
}

.faq-cta:hover .qmark-3,
.faq-cta.hover .qmark-3 {
  transform: rotate(8deg) scale(1.3) translate(4px, -5px);
}

.buttons.desktop-buttons .show-all {
  display: none;
}

body.disable-scroll {
  height: 100%;
  overflow: hidden;
}

.bottom-vet-section {
  max-height: 80px;
  opacity: 0;
  overflow: hidden;
  transition: all 250ms ease;
  margin: 0px !important;
}

.bottom-vet-section.expand {
  max-height: 1000px;
  opacity: 1;
}

.hidden {
  display: none;
}

.faq-grid {
  margin-top: 40px;
  margin-bottom: 50px;
}

.article h1.pagehead {
  max-width: 50%;
  padding-right: 0px;
}

.article h1.pagehead span,
.article h3 span {
  font-size: 20px;
}

.about-our-clinic span {
  top: -3px;
  position: relative;
}

.mobile-vaccinations-lazy-way-steps {
  display: none;
}

.mobile-vaccinations-lazy-way-steps img {
  display: none;
  max-width: 100%;
}

.mobile-vaccinations-lazy-way-steps img.show {
  display: block;
}

#tabs_container {
  margin-bottom: 15px;
}

#tabs_container #tabs {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0px;
}

#tabs_container #tabs li {
  float: none;
  margin-bottom: 15px;
  margin-right: 15px;
}

#tabs_container #tabs li a {
  display: block;
  border-right: 0px none;
  background-color: #f0f0f0;
  padding: 10px 16px;
  /* margin-right: 20px;
  margin-bottom: 20px; */
  border-radius: 14px;
}

#tabs_container #tabs li.active a {
  padding: 10px 16px;
  background-color: #d38445;
  color: #fff !important;
  /* font-weight: bold; */
}

#tabs_content_container {
  margin-top: 15px;
}

.article section.columns.laser-therapy ul.orglist li {
  background-image: url("../../../graphics/laser-green-smiley-small.svg");
}

.dot {
  font-size: 34px;
  font-family: serif;
  padding: 0px;
  margin: 0px;
  position: relative;
  top: -9px;
  left: -1px;
}

.mobile-br {
  display: none;
}

#contactButton .button-wrapper .button .text {
  transform: rotate(2deg);
}

.emailAndPhone span {
  padding: 12px 10px 12px 60px;
}

.emailAndPhone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-top: 40px;
}

.whatsapp {
  position: relative;
}

.whatsapp .trigger {
  display: flex;
  align-items: center;
  gap: 5px;
  /* //padding: 12px 0px 12px 60px; */
  transition: all 300ms ease-out;
  justify-content: center;
}

.whatsapp .trigger:hover {
  border-bottom: 0px none;
  text-decoration: none !important;
}

.whatsapp .trigger:hover .label {
  border-color: #dc7d29;
}

.whatsapp .trigger .icon {
  width: 55px;
  height: 55px;
  background-image: url("../../../graphics/icons/footer-whatsapp-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

.whatsapp .trigger .label {
  color: #454545;
  border-bottom: 1px dotted #333;
}

.whatsapp .chats {
  /* display: none; */
  position: absolute;
  top: -70px;
  left: 0px;
  display: flex;
  flex-direction: column;
  /* gap: 5px; */
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-out, opacity 100ms ease-out;
}

.whatsapp .chats .chat {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1), background-image 0ms linear;
  position: relative;
  z-index: 5;
  padding: 2px 0px;
}

.whatsapp .chats .chat:hover {
  text-decoration: none;
}

.whatsapp .chats .chat .label {
  font-size: 18px;
  font-family: "Benguiat";
  font-weight: bold;
  color: #fff;
  padding: 0px;
  border: 0px none;
  line-height: 1;
}

.whatsapp .chats .chat .number {
  font-size: 14px;
  font-family: "Benguiat";
  font-weight: bold;
  color: #fff;
  padding: 0px;
  border: 0px none;
  opacity: 0.6;
  line-height: 1;
}

.whatsapp .chats .chat.relocations {
  background-image: url("../../../graphics/whatsapp-relocations-bubble.svg");
  width: 187px;
  height: 72px;
  align-self: center;
  bottom: -100px;
  left: 0px;
}

.whatsapp .chats .chat.boarding-daycare {
  background-image: url("../../../graphics/whatsapp-boarding-daycare-bubble.svg");
  width: 248px;
  height: 77px;
  bottom: -70px;
  /* -400px; */
  left: 0px;
}

.whatsapp .chats .chat.veterinary-clinic {
  background-image: url("../../../graphics/whatsapp-veterinary-clinic-bubble.svg");
  width: 224px;
  height: 74px;
  bottom: -20px;
  /* -600px; */
  left: 0px;
  align-self: flex-end;
}

.whatsapp .chats .chat.relocations:hover {
  background-image: url("../../../graphics/whatsapp-relocations-hover-bubble.svg");
  left: -5px;
}

.whatsapp .chats .chat.boarding-daycare:hover {
  background-image: url("../../../graphics/whatsapp-boarding-daycare-hover-bubble.svg");
  left: -5px;
}

.whatsapp .chats .chat.veterinary-clinic:hover {
  background-image: url("../../../graphics/whatsapp-veterinary-clinic-hover-bubble.svg");
  left: -5px;
}

.whatsapp .chats .no-calls-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 48px;
  right: -270px;
  z-index: 4;
  opacity: 0;
  transition: all 500ms ease-out;
}

@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
.whatsapp.hover .chats .no-calls-notice,
.whatsapp:not(.open):hover .chats .no-calls-notice {
  opacity: 1;
}

.whatsapp.hover .chats .no-calls-notice .notice .icon,
.whatsapp:not(.open):hover .chats .no-calls-notice .notice .icon {
  animation: ring 2s ease infinite;
}

.whatsapp .chats .no-calls-notice .notice {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  position: relative;
  top: -32px;
  left: -24px;
}

.whatsapp .chats .no-calls-notice .lines {
  width: 100px;
  height: 140px;
  background-image: url("../../../graphics/no-calls-notice-lines.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.whatsapp .chats .no-calls-notice .notice .icon {
  background-image: url("../../../graphics/no-calls-icon.svg");
  width: 42px;
  height: 36px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  flex: 0 0 42px;
}

.whatsapp .chats .no-calls-notice .notice .label {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  text-align: left;
  position: relative;
  top: -5px;
  width: 180px;
}

.whatsapp:not(.open):hover .trigger,
.whatsapp.hover .trigger {
  opacity: 0;
}

.whatsapp:not(.open):hover .chats,
.whatsapp.hover .chats {
  opacity: 1;
  visibility: visible;
}

.whatsapp:not(.open):hover .chats .chat.relocations,
.whatsapp:not(.open):hover .chats .chat.boarding-daycare,
.whatsapp:not(.open):hover .chats .chat.veterinary-clinic,
.whatsapp.hover .chats .chat.relocations,
.whatsapp.hover .chats .chat.boarding-daycare,
.whatsapp.hover .chats .chat.veterinary-clinic {
  bottom: 0px;
}

.touch .whatsapp.hover .chats .chat {
  pointer-events: none;
}

.touch .whatsapp.hover.allow-tap .chats .chat {
  pointer-events: initial;
}

.touch .mailIco.hover .emailslistbox a {
  pointer-events: none;
}

.touch .mailIco.hover.allow-tap .emailslistbox a {
  pointer-events: initial;
}

.contactpageDetails .columns > div div.icobox p {
  font-size: 13px;
  line-height: 1.4;
}

.contactpageDetails .columns > div div.icobox strong.title {
  line-height: normal;
}

.contactpageDetails .columns > div.colLeft div.icobox {
  padding-top: 3px;
  padding-bottom: 45px;
}

.contactpageDetails .columns > div div.icobox span {
  font-size: 13px;
  line-height: 16px;
}

.contactpageDetails .columns > div div.icobox span.icon-note {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 0px;
}

.contactpageDetails .columns > div div.icoWhatsapp {
  padding-left: 65px;
  background-image: url("../../../graphics/contact/ico-whatsapp.svg");
  background-position: top left;
  background-repeat: no-repeat;
}

.contactpageDetails .columns > div div.icoWhatsapp span.icon-note {
  white-space: nowrap;
}

.contactpageDetails .columns > div div.icoWhatsapp .chats {
  margin-top: 15px;
}

.contactpageDetails .columns > div div.icoWhatsapp .chats .chat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 13px;
  line-height: 1;
}

.contactpageDetails .columns > div div.icoWhatsapp .chats .chat:last-child {
  margin-bottom: 0px;
}

.contactpageDetails .columns > div div.icoWhatsapp .number {
  font-size: 20px;
  display: block;
  line-height: 1.2;
  margin-bottom: 2px;
}

.contactpageDetails .columns > div div.icoWhatsapp .label {
  font-size: 13px;
  line-height: 1.3;
  /* padding-left: 15px; */
}

/* .contactpageDetails .columns>div div.icoLandline a.contactinfomainlink
{
  font-size: 20px;
} */
.emailAndPhone span.mailIco {
  padding-right: 0px;
}

.emailAndPhone .mailIco {
  background-image: none;
  padding: 0px;
  padding-right: 0px;
  transition: all 300ms ease-out;
}

.mailIco .showemailslink {
  /* padding-left: 55px;
  padding-top: 12px;
  padding-bottom: 12px; */
  display: flex;
  gap: 5px;
  align-items: center;
  border-bottom: 0px none !important;
  transition: all 300ms ease;
}

.mailIco .showemailslink:hover {
  border: 0px none !important;
}

.mailIco .showemailslink .icon {
  background-image: url("../../../graphics/contact/ico-email.svg");
  background-repeat: no-repeat;
  background-position: left center;
  width: 55px;
  height: 55px;
}

.mailIco .showemailslink .label {
  border-bottom: 1px dotted #333;
}

.mailIco:not(.open):hover .showemailslink .label,
.mailIco.hover .showemailslink .label {
  border-color: #dc7d29;
}

.emailslistbox {
  display: block;
  background-image: url("../../../graphics/contact/email-bubble.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: -50px;
  margin: 0px;
  top: -26px;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.075), opacity 100ms ease-out;
  opacity: 0;
  visibility: hidden;
  width: 230px;
  height: 182px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.emailslistbox a {
  border-bottom: 1px dotted transparent;
}

.emailslistbox:before {
  display: none;
  content: url("../../../graphics/contact/email-bubble.svg");
}

.mailIco:not(.open):hover .emailslistbox,
.mailIco.hover .emailslistbox {
  top: -70px;
  opacity: 1;
  visibility: visible;
}

.mailIco:not(.open):hover .showemailslink,
.mailIco.hover .showemailslink {
  opacity: 0;
  visibility: hidden;
}

.emailslistbox:after {
  display: none;
}

.contactpageDetails .columns > div div.icobox span.icon-note.small {
  font-size: 13px;
  /* margin-top: -5px; */
  color: #766f0c;
  font-weight: 700;
}

.contactpageDetails .columns > div div.icobox a.orglink {
  color: #7a6f00;
  border-color: #7a6f00;
  padding-bottom: 0px;
}

.contactpageDetails .columns > div div.icobox a.orglink:hover {
  border-color: #7a6f00 !important;
}

.gap15 {
  height: 15px;
}

.dkc-timing-247-announcement-mobile {
  display: none;
  max-width: 350px;
  margin: 0px auto 20px;
}

.dkc-timing-247-announcement-mobile img {
  max-width: 100%;
  max-width: 100%;
  display: block;
}

.dkc-timing-247-announcement {
  width: 775px;
  margin: 0px auto 40px;
  position: relative;
  top: -35px;
}

.dkc-timing-247-announcement img {
  max-width: 100%;
  display: block;
}

.contact#twoleggedTimings .openingHours.no-margin-bottom {
  margin-bottom: 0px;
}

.contactpageDetails .columns > div div.icoLandline a.contactinfomainlink {
  font-size: 20px;
  font-weight: 600;
}

.contact#careeningCareers {
  padding-bottom: 100px;
}

.contact#careeningCareers section {
  background-image: none;
  margin-top: 0px;
}

.contact#careeningCareers section .bubble {
  display: block;
  width: 337px;
  height: 327px;
  background-image: url("../../../graphics/careening-careers.jpg");
  background-image: url("../../../graphics/careening-careers.jpg");
  background-position: center;
  background-size: contain;
}

.contact#careeningCareers section .more {
  position: relative;
}

.contact#careeningCareers section .more:after {
  content: "";
  display: block;
  height: 3px;
  background-color: #000;
  filter: blur(7px);
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  opacity: 0.5;
  content: "";
  display: block;
  height: 3px;
  background-color: #000;
  filter: blur(7px);
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  opacity: 0.5;
}

.contact#twoleggedTimings {
  margin-bottom: 50px;
}

.contact#twoleggedTimings #dkcvettimingsection h4.bus-title {
  margin-bottom: 20px;
}

.contact#twoleggedTimings #dkcvettimingsection .imgbox {
  padding-right: 10px;
}

.contact#twoleggedTimings #dkcvettimingsection .imgbox img {
  width: 90px;
  height: 71px;
}

.contact#twoleggedTimings #dkcvettimingsection .timing-wrapper {
  display: flex;
  align-items: center;
}

.contact#twoleggedTimings #dkcvettimingsection .timing {
  font-size: 20px;
  font-weight: bold;
  color: #736e2c;
  color: #736e2c;
}

.contact#twoleggedTimings #dkcvettimingsection .timing span {
  color: #c9833a;
}

.contact#twoleggedTimings .xmastiming dt {
  width: 45%;
  width: 45%;
}

.contact#twoleggedTimings .xmastiming dd {
  width: 53%;
}

.contact.howWeGetTherecls #map .mapMarker {
  padding-top: 5px;
}

.contact.howWeGetTherecls #map .mapMarker img {
  width: 100%;
}

.contact.howWeGetTherecls #map .mapMarker .dkclogo:after,
.contact.howWeGetTherecls #map .mapMarker .dkcvetlogo:after {
  display: none;
}

/* .contact.howWeGetTherecls #map .mapMarker span.dkclogo,
.contact.howWeGetTherecls #map .mapMarker span.dkcvetlogo {
  position: relative;
  top: -8px;
} */
.contact.howWeGetTherecls #map .mapMarker .contentbox {
  margin-top: 0px;
}

.contactpageDetails .columns > div div.icoLandline .extensions {
  margin: 15px 0px;
}

.contactpageDetails .columns > div div.icoLandline .extensions:last-child {
  margin-bottom: 0px;
}

.contactpageDetails .columns > div div.icoLandline .extensions .extension-wrapper p {
  font-size: 13px;
  margin-bottom: 15px;
}

.contactpageDetails .columns > div div.icoLandline .extensions .extension-wrapper:last-child p {
  margin-bottom: 0px;
}

.contactpageDetails .columns > div div.icoLandline .extensions .extension-wrapper p a {
  color: #d57f25;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px #d57f25 solid;
}

.contactpageDetails .columns > div div.icoEmail .emails {
  margin-bottom: 8px;
}

.contactpageDetails .columns > div div.icoEmail span.icon-note {
  padding-top: 4px;
}

.contactpageDetails .columns > div div.icoEmail span.icon-note:last-child {
  padding-bottom: 0px;
  /* max-width: 495px; */
  max-width: 465px;
}

.contactpageDetails .columns > div div.icoEmail span.icon-note:last-child .br {
  display: none !important;
}

.contactpageDetails .columns > div div.icoEmail .emails span {
  display: block;
}

.contactpageDetails .columns > div div.icoEmail a {
  line-height: normal;
  margin-bottom: 12px;
  display: inline-block;
}

.contactinfobox a {
  border-bottom: 1px solid transparent;
}

.contactpageDetails .columns > div div.icoWhatsapp .chats a,
.contactpageDetails .columns > div div.icoWhatsapp .chats a:hover {
  border: 0px none !important;
}

.contactpageDetails .columns > div div.icoWhatsapp .chats a .number {
  border-bottom: 1px dotted transparent;
}

.contactpageDetails .columns > div div.icoWhatsapp .chats a:hover .number {
  border-color: #dc7d29;
}

.contactpageDetails .columns > div div.icoLandline .extensions .extension {
  background-image: url("../../../graphics/extension-bg.svg");
  background-size: contain;
  width: 36px;
  height: 18px;
  font-size: 12px;
  font-weight: 700;
  color: #7a6f00;
  color: #7a6f00;
  line-height: 18px;
  text-align: center;
  display: inline-block;
}

.contactpageDetails .columns > div div.icoLandline .extensions .title {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

/* .contactpageDetails .columns>div div.icoLandline .description p{
  margin: 15px 0px;
}

.contactpageDetails .columns>div div.icoLandline .description a {
  font-size: 15px;
  border-bottom: 1px solid #dc7d29;
}

.contactpageDetails .columns>div div.icoLandline .description .emphasis {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
} */
.contactpageDetails .columns > div.contactForm button:disabled {
  filter: grayscale(1);
  opacity: 0.5;
}

.contactpageDetails .columns > div div.icoEmail .emailformtrigger {
  display: inline;
  font-size: 16px;
  line-height: 1.2;
}

.contactpageDetails .columns > div div.icoEmail .emailformtrigger:hover {
  border-bottom: none;
}

.noty_bar .noty_close {
  background-image: url(../../../graphics/close.svg) !important;
  background-size: contain;
}

.contact#twoleggedTimings .xmastiming dt {
  white-space: nowrap;
}

.discount-cta-wrapper {
  position: absolute;
  top: 42px;
  right: -394px;
  width: 798px;
  height: 452px;
  perspective: 1000px;
}
.discount-cta-wrapper .discount-cta {
  width: 520px;
  height: 452px;
  transform-style: preserve-3d; /* REQUIRED */
  will-change: transform;
  display: block;
}
.discount-cta-wrapper .discount-cta.dotted, .discount-cta-wrapper .discount-cta.dotted:hover {
  border-bottom: 0px none !important;
}
.discount-cta-wrapper .discount-cta .image-wrapper {
  width: 520px;
  height: 452px;
  margin: 0px;
  position: relative;
  left: 0px;
}
.discount-cta-wrapper .discount-cta .image-wrapper .heart {
  width: 100%;
  height: 418px;
  perspective: 1000px;
  transform: scale(1) rotate(0deg) translate(0px, 0px);
  transition: all 250ms ease-out;
  transform-origin: bottom center;
  top: 0px;
  left: 0px;
  position: relative;
}
.discount-cta-wrapper .discount-cta .image-wrapper .heart .inner-heart-wrapper {
  width: 100%;
  height: 100%;
  background-image: url("../../../graphics/every-pet-hotel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.discount-cta-wrapper .discount-cta .image-wrapper .pets {
  width: 150px;
  height: 160px;
  background-image: url("../../../graphics/dog&cat.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -3px;
  left: 144px;
}
.discount-cta-wrapper .discount-cta .text {
  position: absolute;
  top: 250px;
  left: 385px;
  transition: all 175ms ease-out;
  /* .line-2-3 {
    background-image: url("../../../graphics/20-off-if-underline.svg");
    background-repeat: no-repeat;
    height: 26px;
    width: 177px;
    position: absolute;
    top: 36px;
    left: 96px;
    background-size: contain;
    transition: all 300ms ease-out 200ms;
  } */
}
.discount-cta-wrapper .discount-cta .text .line-0 {
  background-image: url("../../../graphics/first-time.svg");
  width: 114px;
  height: 27px;
  transition: all 175ms ease-out;
  margin-bottom: 8px;
  opacity: 0;
  transform: scale(1.1);
  position: relative;
  left: 142px;
  top: -10px;
}
.discount-cta-wrapper .discount-cta .text .line-1 {
  background-image: url("../../../graphics/boarding-with-dkc.svg");
  background-repeat: no-repeat;
  width: 220px;
  height: 26px;
  transition: all 175ms ease-out;
  margin-bottom: 30px;
  opacity: 0;
  transform: scale(1.1);
  position: relative;
  left: 110px;
  top: -10px;
}
.discount-cta-wrapper .discount-cta .text .line-2-3-wrap {
  position: relative;
  overflow: hidden;
  height: 50px;
  transition: all 175ms ease-out;
  margin-bottom: 10px;
}
.discount-cta-wrapper .discount-cta .text .line-2-3-wrap:after {
  content: "";
  display: block;
  height: 6px;
  background-image: url("../../../graphics/20-off-if-underline.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  width: 215px;
  transition: all 175ms ease-out;
}
.discount-cta-wrapper .discount-cta .text .line-2 {
  /* background-image: url('../../../graphics/20-off-if-full.svg');
  background-repeat: no-repeat;
  height: 26px;
  width: 318px; */
  position: relative;
  transition: all 175ms ease-out;
  height: 28px;
  margin-bottom: 30px;
  width: 164px;
  overflow: hidden;
  width: 164px;
  transform: scale(1.3);
  transform-origin: top left;
  left: 0px;
}
.discount-cta-wrapper .discount-cta .text .line-2-1 {
  background-image: url("../../../graphics/20-off-if.svg");
  background-repeat: no-repeat;
  height: 26px;
  width: 162px;
  transition: all 175ms ease-out;
  height: 28px;
}
.discount-cta-wrapper .discount-cta .text .line-2-2 {
  background-image: url("../../../graphics/you-whatsapp.svg");
  background-repeat: no-repeat;
  height: 26px;
  width: 151px;
  transition: all 175ms ease-out;
  position: absolute;
  left: 164px;
  top: 0px;
  height: 28px;
}
.discount-cta-wrapper .discount-cta .text .line-3 {
  background-image: url("../../../graphics/i-m-pet-parent.svg");
  background-repeat: no-repeat;
  height: 45px;
  width: 345px;
  transition: all 175ms ease-out;
  margin-bottom: 18px;
}
.discount-cta-wrapper .discount-cta .text .line-4 {
  background-image: url("../../../graphics/click-to-start.svg");
  background-repeat: no-repeat;
  height: 28px;
  width: 148px;
  opacity: 0;
  position: relative;
  transition: all 350ms ease-out;
  left: 100px;
  transform: scale(0.8);
}
.discount-cta-wrapper .discount-cta .hover-area {
  position: absolute;
  width: 620px;
  height: 100%;
  left: 0px;
  top: 0px;
}
.discount-cta-wrapper.hover .discount-cta .image-wrapper .heart {
  transform: scale(0.7) rotate(-14deg) translate(0px, 0px);
  left: 18px;
  top: -8px;
}
.discount-cta-wrapper.hover .discount-cta .text {
  top: 184px;
  left: 360px;
}
.discount-cta-wrapper.hover .discount-cta .text .line-0 {
  left: 78px;
  opacity: 1;
  transform: scale(1);
  transition-delay: 100ms;
  top: 3px;
}
.discount-cta-wrapper.hover .discount-cta .text .line-1 {
  left: 52px;
  opacity: 1;
  transform: scale(1);
  transition-delay: 100ms;
  top: 0px;
}
.discount-cta-wrapper.hover .discount-cta .text .line-2 {
  width: 330px;
  left: 25px;
  transform: scale(1);
}
.discount-cta-wrapper.hover .discount-cta .text .line-2-3-wrap {
  height: 120px;
}
.discount-cta-wrapper.hover .discount-cta .text .line-2-3-wrap:after {
  height: 14px;
  width: 350px;
}
.discount-cta-wrapper.hover .discount-cta .text .line-4 {
  opacity: 1;
  left: 40px;
  transform: scale(1);
}
.article .columns .discount-cta-wrapper {
  margin: 0px;
}
.article .columns .discount-cta-wrapper div {
  margin: 0px;
}

body.animal-care-page {
  overflow-x: hidden;
}
body.animal-care-page::-webkit-scrollbar:horizontal {
  display: none; /* Hide horizontal scrollbar in WebKit browsers */
}
body.animal-care-page .animal-care-illus-wrap {
  left: -20%;
  transform: scale(0.7);
  top: 30px;
}
body.animal-care-page .staticpagecontent {
  margin-top: -100px;
  position: relative;
}
body.animal-care-page .discount-cta-wrapper {
  width: 798px;
}
body.animal-care-page .article .faq-grid-link {
  display: none;
  /* .faq_marks {
    margin-top: -12px;
  } */
}
body.animal-care-page .article h1.pagehead {
  max-width: 100%;
}
body.animal-care-page .buttons {
  max-width: 800px;
}

.article.has-discount-cta {
  position: relative;
}
.article.has-discount-cta .buttons {
  width: 50%;
}
.article.has-discount-cta .discount-cta-wrapper {
  right: auto;
  left: 43%;
  top: -140px;
  transform: scale(0.75);
}
.article.has-discount-cta .discount-cta-wrapper .discount-cta .image-wrapper .heart {
  transform: scale(0.8) rotate(0deg) translate(0px, 0px);
  top: -6px;
  left: 9px;
}
.article.has-discount-cta .discount-cta-wrapper.hover .discount-cta .image-wrapper .heart {
  /* transform: scale(0.8) rotate(-14deg);
    left: 13px;
    top: -6px; */
  transform: scale(0.7) rotate(-14deg) translate(0px, 0px);
}

.home-header {
  position: relative;
}
.home-header .discount-cta-wrapper {
  transform: scale(0.85);
  bottom: -120px;
  right: auto;
  left: 580px;
  top: auto;
  z-index: 9;
}
.home-header .discount-cta-wrapper .discount-cta .image-wrapper {
  transform: scale(0.75);
}
.home-header .discount-cta-wrapper .discount-cta .image-wrapper .heart {
  transform: scale(0.8) rotate(0deg) translate(0px, 0px);
  top: -6px;
  left: 9px;
}
.home-header .discount-cta-wrapper .discount-cta .image-wrapper .pets {
  /* bottom: -20px;
  left: 139px; */
  transform: scale(0.9);
  bottom: -8px;
  left: 160px;
}
.home-header .discount-cta-wrapper .discount-cta .text {
  transform: scale(0.75);
  top: 180px;
  left: 348px;
}
.home-header .discount-cta-wrapper.hover .discount-cta .image-wrapper .heart {
  transform: scale(0.7) rotate(-14deg) translate(0px, 0px);
  left: 25px;
}
.home-header .discount-cta-wrapper.hover .discount-cta .text {
  top: 122px;
  left: 312px;
}

@media (max-width: 1600px) {
  body.animal-care-page .illustrations-wrapper {
    transform: scale(0.8);
  }
  body.animal-care-page .discount-cta-wrapper {
    right: -400px;
    top: -25px;
  }
  .animal-care-illus-wrap .button-flies-animation,
  .animal-care-illus-wrap .flies-so-are-these-animation {
    transform: scale(1.5);
  }
}
@media (max-width: 1500px) {
  .home-header .discount-cta-wrapper {
    left: 485px;
  }
}
@media (max-width: 1400px) {
  .emailAndPhone {
    flex-direction: column;
    padding-top: 50px;
  }
  .whatsapp {
    height: 55px;
    transition: all 300ms ease-out;
  }
  .whatsapp .chats {
    /* height: 0px;
    overflow: none;
    position: relative; */
    top: 0px;
    left: -70px;
  }
  .whatsapp:not(.hover):hover .chats {
    opacity: 0;
    visibility: hidden;
  }
  .whatsapp:not(.hover):hover .trigger {
    opacity: 1;
  }
  .whatsapp .chats .chat.relocations {
    width: 250px;
    height: 91px;
  }
  .whatsapp .chats .chat.boarding-daycare {
    width: 330px;
    height: 95px;
  }
  .whatsapp .chats .chat.veterinary-clinic {
    width: 298px;
    height: 93px;
  }
  .whatsapp .chats .chat .label {
    font-size: 26px;
  }
  .whatsapp .chats .chat .number {
    font-size: 18px;
  }
  .whatsapp.hover {
    height: 380px;
  }
  .emailAndPhone span.mailIco {
    height: 55px;
  }
  .emailAndPhone span.mailIco:hover,
  .emailAndPhone span.mailIco.hover {
    height: 270px;
  }
  .mailIco .emailslistbox {
    top: 70px;
    width: 320px;
    height: 256px;
    font-size: 26px;
    left: -90px;
    gap: 10px;
  }
  .mailIco:not(.open):hover .emailslistbox,
  .mailIco.hover .emailslistbox {
    top: 0px;
  }
  .mailIco:not(.hover):hover .emailslistbox {
    opacity: 0;
    visibility: hidden;
  }
  .emailAndPhone span.mailIco:not(.hover):hover {
    height: 55px;
  }
  .mailIco:not(.hover):hover .showemailslink {
    opacity: 1;
    visibility: visible;
  }
  .whatsapp .chats .no-calls-notice {
    position: relative;
    right: 0px;
    top: 0px;
    margin-top: 40px;
  }
  .whatsapp .chats .no-calls-notice .lines {
    display: none;
  }
  .whatsapp .chats .no-calls-notice .notice {
    top: 0px;
    left: 0px;
  }
  .whatsapp.hover .chats .no-calls-notice,
  .whatsapp:not(.open):hover .chats .no-calls-notice {
    right: 0px;
  }
  .whatsapp .chats .no-calls-notice .notice .icon {
    width: 52px;
    height: 45px;
    flex: 0 0 52px;
  }
  .whatsapp .chats .no-calls-notice .notice .label {
    font-size: 22px;
    width: auto;
  }
}
@media (max-width: 1364px) {
  nav .menu_reviews_button_wrapper {
    right: 342px;
    left: auto;
  }
}
@media (max-width: 1360px) {
  #contactButton {
    position: fixed;
    z-index: 5;
  }
  .bottomBoxes > section > ul li.fourthBox .links_wrap {
    left: 35px;
  }
  .bottom-vet-section {
    max-height: 0px;
  }
  .bottom-vet-section .videoTour > section.videoFirst {
    margin-top: 0px !important;
  }
  #contactButton {
    transform: scale(1.4);
    right: 50px;
  }
}
@media (max-width: 1260px) {
  .animal-care-illus-wrap .button-flies-animation,
  .animal-care-illus-wrap .flies-so-are-these-animation {
    transform: scale(1);
  }
  body.animal-care-page .illustrations-wrapper {
    transform: scale(1);
  }
  body.animal-care-page .animal-care-illus-wrap {
    left: 0px;
    transform: scale(1);
    top: 0px;
    margin-bottom: 50px;
  }
  body.animal-care-page .staticpagecontent {
    margin-top: 0px;
  }
  body.animal-care-page .discount-cta-wrapper {
    position: relative;
    right: -130px;
    top: 0px;
    margin-bottom: 100px;
    height: 490px;
  }
  .discount-cta-wrapper .discount-cta .image-wrapper .heart {
    transform: scale(0.7) rotate(-14deg) translate(0px, 0px);
    left: 18px;
    top: -8px;
  }
  .discount-cta-wrapper .discount-cta .text {
    left: 360px;
    top: 184px;
  }
  .discount-cta-wrapper .discount-cta .text .line-0 {
    left: 78px;
    opacity: 1;
    transform: scale(1);
    top: 3px;
  }
  .discount-cta-wrapper .discount-cta .text .line-1 {
    transform: scale(1);
    opacity: 1;
    left: 52px;
    top: 0px;
  }
  .discount-cta-wrapper .discount-cta .text .line-2-3-wrap {
    height: 120px;
  }
  .discount-cta-wrapper .discount-cta .text .line-2-3-wrap:after {
    height: 14px;
    width: 350px;
  }
  .discount-cta-wrapper .discount-cta .text .line-2 {
    width: 330px;
    left: 25px;
    transform: scale(1);
  }
  .discount-cta-wrapper .discount-cta .text .line-4 {
    opacity: 1;
    left: 40px;
    transform: scale(1);
  }
  .discount-cta-wrapper .discount-cta .hover-area {
    display: none;
  }
  .discount-cta-wrapper.hover .discount-cta .text {
    top: 184px;
  }
  .article.has-discount-cta .discount-cta-wrapper {
    left: 37%;
  }
  .article.has-discount-cta .discount-cta-wrapper .discount-cta .image-wrapper .heart {
    transform: scale(0.7) rotate(-14deg) translate(0px, 0px);
  }
  .home-header .discount-cta-wrapper {
    left: 400px;
  }
  .home-header .discount-cta-wrapper .discount-cta .image-wrapper .heart {
    transform: scale(0.7) rotate(-14deg) translate(0px, 0px);
    left: 25px;
  }
  .home-header .discount-cta-wrapper .discount-cta .text {
    top: 122px;
    left: 312px;
  }
  .home-header h1.indexheadcls {
    font-size: 36px;
  }
}
@media (min-width: 1101px) {
  .mailIco:not(.open):hover .emailslistbox {
    display: flex;
  }
}
@media (max-width: 1100px) {
  .home-header .discount-cta-wrapper {
    left: 378px;
  }
}
@media (max-width: 1000px) {
  .faq-grid .grid-item.type-content .grid-wrap {
    padding: 100px 0px 70px !important;
    -o-border-image: none !important;
       border-image: none !important;
    border: 0px none !important;
  }
  .faq-grid .grid-item.type-content .grid-wrap .close {
    top: 10px !important;
    right: 0px !important;
  }
  .article .columns div.carewrap {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
  .article .columns div.carewrap:before {
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    background-image: url("../../../graphics/care-wrap-bg-top-shape.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: relative;
    top: 2px;
  }
  .article .columns div.carewrap:after {
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    background-image: url("../../../graphics/care-wrap-bg-top-bottom.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    position: relative;
    top: -4px;
  }
  .article .columns div.caretext {
    background-image: none;
    padding: 0px 30px;
    background-color: #f9f5f1;
    border-radius: 0px;
  }
  .article .columns div.caretext h2 {
    padding-right: 0px;
  }
  .article .columns div.caretext p:last-child {
    margin-bottom: 0px;
  }
  .mobile-vaccinations-lazy-way-steps {
    display: block;
  }
  #tabs_content_container {
    margin-top: 25px;
  }
  .contact#careeningCareers section {
    width: 440px;
    height: 427px;
  }
  .contact#careeningCareers section .bubble {
    width: 440px;
    height: 427px;
  }
}
@media (max-width: 960px) {
  .article .columns.no-bottom-margin {
    margin-bottom: 0px;
  }
  .staticpagecontent p:last-child {
    margin-bottom: 0px;
  }
  .colLeft .border,
  .colRight .border {
    max-width: 700px;
  }
  /* START: mobsliderContentA section */
  .mobsliderContentA {
    display: flex;
    flex-direction: column;
    gap: 2px;
    height: 650px;
    /* transition: all 300ms ease; */
  }
  .mobsliderContentA.faded {
    opacity: 0.01;
  }
  .mobsliderContentA a {
    flex: 0 0 33.33%;
    background-position: center;
    background-size: cover;
    padding: 0px 30px;
    display: flex;
    align-items: center;
  }
  .mobsliderContentA a.global-relocations {
    background-image: url("../../../graphics/tiles/global-relocations.jpg");
  }
  .mobsliderContentA a.boarding-daycare {
    background-image: url("../../../graphics/tiles/boarding-daycare.jpg");
  }
  .mobsliderContentA a.veterinary-clinic {
    background-image: url("../../../graphics/tiles/veterinary-clinic.jpg");
  }
  .mobsliderContentA a.veterinary-clinic .title:before {
    content: "";
    content: "";
    display: block;
    width: 66px;
    height: 50px;
    background-image: url("../../../graphics/twentyfour-seven-white-logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -9px;
    right: -2px;
    background-size: 100%;
  }
  .mobsliderContentA a .title {
    font-family: "Lydian";
    font-size: 40px;
    max-width: 160px;
    color: #fff;
    text-align: left;
    line-height: 1.15;
    position: relative;
  }
  .mobsliderContentA a .title:after {
    position: absolute;
    content: "";
    display: block;
    background-image: url("../../../graphics/tiles/home-nav-arrow.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    width: 33px;
    height: 33px;
  }
  .mobsliderContentA a.global-relocations .title:after {
    top: 7px;
    right: 10px;
  }
  .mobsliderContentA a.boarding-daycare .title:after {
    top: 9px;
    right: -20px;
  }
  .mobsliderContentA a.veterinary-clinic .title:after {
    bottom: 4px;
    right: -45px;
  }
  /* END: mobsliderContentA section */
  .bbref {
    flex-direction: column;
    gap: 10px;
    white-space: nowrap;
  }
  .article .columns div.animal-care-illus-wrap {
    margin-top: 100px !important;
  }
  .article .columns {
    margin: 80px 0px;
  }
  .buttons.desktop-buttons {
    margin-bottom: 80px;
    padding-bottom: 0px;
  }
  .article .columns > div:first-child,
  .article .columns > div.first-child,
  .article .columns > div.colLeft:first-child,
  .article .columns > div.colLeft.first-child,
  .article .columns > div.colRight:first-child,
  .article .columns > div.colRight.first-child {
    margin-top: 0px;
  }
  .article .columns > div:last-child,
  .article .columns > div.last-child,
  .article .columns > div.colLeft:last-child,
  .article .columns > div.colLeft.last-child,
  .article .columns > div.colRight:last-child,
  .article .columns > div.colRight.last-child {
    margin-bottom: 0px;
  }
  .article .columns div.colLeft > *:first-child,
  .article .columns div.colLeft > .first-child,
  .article .columns div.colRight > *:first-child,
  .article .columns div.colRight > .first-child,
  .article .columns div.clearfix > *:first-child,
  .article .columns div.clearfix > .first-child {
    margin-top: 0px;
  }
  .article .columns div.colLeft > *:last-child,
  .article .columns div.colLeft > .last-child,
  .article .columns div.colRight > *:last-child,
  .article .columns div.colRight > .last-child,
  .article .columns div.clearfix > *:last-child,
  .article .columns div.clearfix > .last-child {
    margin-bottom: 0px;
  }
  .article .columns div .greenquote {
    width: 100%;
    height: 400px;
    background-size: contain;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 110px 100px 80px;
    line-height: 1.4;
    background-position: center;
    width: 100%;
    height: 250px;
    margin: 30px auto;
    max-width: 500px;
  }
  .article .columns div.accr-mem-div {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .article .singlelinenote {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .article .fileList.fileListbox {
    margin-top: -40px;
  }
  .mobile-hidden {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .faq-grid {
    margin-top: 10px;
    margin-bottom: 80px;
  }
  .article .columns div.colRight,
  .article .columns section.colRight {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .article .fileList {
    float: none;
  }
  .article .columns div.colLeft {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .footer-menu a {
    text-decoration: underline;
  }
  .emailAndPhone {
    padding-top: 60px;
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .article .fileListbox.travel-boxes-docs {
    font-size: 30px;
  }
  .article .fileListbox.travel-boxes-docs.dotted {
    font-size: 24px;
    display: block;
  }
  .article .fileListbox.travel-boxes-docs .singlelinenote {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .bordernew {
    max-width: 100%;
    width: 100% !important;
    height: auto;
  }
  @keyframes wiggle_mobile {
    0% {
      transform: scale(1.4) rotate(0deg);
    }
    25% {
      transform: scale(1.4) rotate(5deg);
    }
    75% {
      transform: scale(1.4) rotate(-5deg);
    }
    100% {
      transform: scale(1.4) rotate(0deg);
    }
  }
  .faq-cta {
    transform: scale(1.4);
    left: 42px;
    top: 42px;
  }
  /* .faq-cta.faded  {
    opacity: 0;
  } */
  .faq-cta.hover {
    animation: wiggle_mobile 100ms 200ms 2;
  }
  section.mobile-buttons {
    display: none;
  }
  .buttons.desktop-buttons {
    display: block;
    border: 0px none;
    padding: 0px;
    box-shadow: none;
    background-color: transparent;
    margin: 28px 0px 60px;
    transition: all 300ms ease-out;
    position: relative;
  }
  .buttons.desktop-buttons .btn {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 5px 10px;
    box-shadow: 0 2px 0 #ebebeb;
    white-space: nowrap;
    font-size: 18px;
    width: auto;
    display: inline-block;
    position: relative;
    /* transition: all 500ms ease-out; */
    /* cubic-bezier(.68, -.55, .265, 1.55); */
    /* transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.075); */
    transition: all 0.35s ease-out;
    background: rgba(255, 255, 255, 0.8);
    top: 0px;
    left: 0px;
    box-shadow: 0px 1px 0px 0px #ebebeb;
    margin: 6px 0px;
  }
  .buttons.desktop-buttons.collapsed {
    height: 100px !important;
  }
  /* .buttons.desktop-buttons.collapsed-not-needed {} */
  .buttons.desktop-buttons.collapsed .btn.collapsed-1 {
    transform: rotate(5deg) translate(-20px, 11px);
  }
  .buttons.desktop-buttons.collapsed .btn.collapsed-2 {
    transform: rotate(3deg) translate(-10px, 2px);
  }
  .buttons.desktop-buttons.collapsed .btn.collapsed-3 {
    transform: rotate(3deg) translate(-70px, 16px);
  }
  .buttons.desktop-buttons.collapsed .btn.collapsed-5 {
    transform: rotate(-3deg) translate(-25px, 0px);
  }
  .buttons.desktop-buttons.collapsed .btn.collapsed-fade {
    opacity: 0;
    transition: all 300ms ease-out, opacity 300ms ease-out;
  }
  .buttons.desktop-buttons .show-all {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 30px;
    bottom: -200px;
    left: auto;
    height: 41px;
    top: auto;
    transition: all 250ms ease-out;
  }
  .buttons.desktop-buttons.collapsed .show-all {
    opacity: 1;
    visibility: visible;
    background-color: #f6f6f0;
    color: #817a1d;
    text-decoration: underline;
    transform: rotate(2deg);
    bottom: 0px;
  }
  .swirlcls {
    background-size: contain;
    background-position: center;
  }
  .article .columns div.catteries_docs_wrap {
    margin-top: 80px;
  }
  .about-our-clinic span {
    top: 0px;
    position: relative;
    display: block;
  }
  .article .columns div.col-ul-3 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  img.orange-border {
    width: 100%;
    max-width: 750px;
  }
  .article .columns.org-titles div h2,
  .article .columns.org-titles div h3 {
    font-size: 30px;
    line-height: 1.4;
  }
  .article .columns .colLeft img.mobileFullWidth,
  .article .columns .colRight img.mobileFullWidth,
  img.mobileFullWidth {
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
  }
  .article section.columns.laser-therapy div.left-tilt,
  .article section.columns.laser-therapy div.right-tilt {
    max-width: 750px;
    margin: 80px 0px;
    float: none !important;
  }
  .article section.columns.laser-therapy div.right-align {
    width: 100%;
  }
  .article section.columns.laser-therapy div.left-tilt img,
  .article section.columns.laser-therapy div.right-tilt img {
    height: auto;
  }
  .article section.columns.laser-therapy section.psycho-text-box .psycho-laser-img {
    width: 100%;
    margin: 80px 0px;
  }
  .article section.columns.laser-therapy h3 {
    font-size: 30px;
  }
  .article section.columns.laser-therapy ul.orglist li {
    font-size: 30px;
    line-height: 1.4;
    background-size: 22px;
    background-position: 8px 8px;
    padding-left: 40px;
  }
  .icoHowl.icobox {
    font-size: 20px;
  }
  .contactpageDetails .columns > div div.icobox strong.title {
    font-size: 28px;
  }
  .icoHowl.icobox .gap10,
  .icoHowl.icobox .gap20,
  .icoHours.icobox .gap10,
  .icoHours.icobox .gap20 {
    display: none;
  }
  .contactpageDetails .columns > div div.icobox a.orglink {
    margin-top: 10px;
  }
  .contactpageDetails .columns > div div.icoHours.icobox span {
    clear: both;
    display: block;
    padding-top: 5px;
  }
  .contactpageDetails .columns > div div.icoUrgent_cover {
    margin-top: 0px;
  }
  .discountnote.center {
    text-align: left;
  }
  .contactpageDetails .columns > div div.icobox p {
    font-size: 20px;
  }
  /* .contactpageDetails .columns>div div.icoLandline .description .emphasis,
  .contactpageDetails .columns>div div.icoLandline .description a {
    font-size: 20px;
  } */
  .contactpageDetails .columns > div div.icoLandline .extensions .title {
    font-size: 22px;
  }
  .contactpageDetails .columns > div div.icoLandline .extensions .extension {
    font-size: 17px;
    width: 52px;
    height: 25px;
    line-height: 25px;
  }
  .contactpageDetails .columns > div div.icoLandline .extensions .extension-wrapper p {
    font-size: 20px;
  }
  .contactpageDetails .columns > div div.icoLandline .extensions .extension-wrapper p a {
    font-size: 20px;
  }
  .contactpageDetails .columns > div div.icobox span {
    font-size: 20px;
    line-height: 1.4;
    display: inline-block;
  }
  .contactpageDetails .columns > div div.icobox a.orglink {
    font-size: 22px;
    line-height: 1.4;
    display: inline-block;
  }
  .contactpageDetails .columns > div div.icobox a.orglink.emergencytrigger {
    font-size: 22px;
    line-height: 1.4;
    display: inline-block;
  }
  .contactpageDetails .columns > div div.icobox span {
    /* padding-top: 10px !important; */
  }
  .contactpageDetails .columns > div div.icobox a.orglink {
    /* padding-top: 15px !important; */
  }
  .contactpageDetails .columns > div div.icobox.icoEmail span {
    display: block;
  }
  .contactpageDetails .columns > div div.icobox span.icon-note {
    font-size: 22px;
    line-height: 1.4;
  }
  .contactpageDetails .columns > div div.icoEmail .emailformtrigger {
    display: inline;
    font-size: 22px;
    line-height: 1.4;
  }
  .contactpageDetails .columns > div.contactForm h3.formtitle {
    font-size: 18px;
  }
  .contact h1.pagehead {
    font-size: 45px;
    line-height: 1.2;
  }
  .contactpageDetails .columns > div.contactForm input,
  .contactForm .formitem label,
  .contactForm form div a.selectBox {
    font-size: 22px;
  }
  .contactpageDetails .columns > div.contactForm span.selectBox-label {
    font-size: 22px !important;
  }
  .searchSelect.selectBox-dropdown-menu li a {
    font-size: 22px !important;
  }
  .contactForm .formitem.txtarr #comments:focus + label,
  .contactForm .formitem.txtarr label.hasValue,
  .contactForm .formitem label.hasValue,
  .contactpageDetails .columns > div.contactForm input:focus + label {
    font-size: 16px;
  }
  .contactpageDetails .columns > div.contactForm textarea {
    font-size: 22px;
    padding-top: 48px;
  }
  .contactpageDetails .columns > div.contactForm button {
    font-size: 24px;
  }
  .centralize.article.animal-care {
    overflow: hidden;
  }
  .article section.columns.laser-therapy img.phew {
    margin-left: 22px;
    margin-top: 2px;
    transform: scale(1.5);
  }
  .article .fileListbox div.notesmalltxt {
    font-size: 20px;
  }
  .bottomBoxes > section > ul li.firstBox > section .gap10 {
    height: 10px;
  }
  .bottomBoxes > section > ul li.firstBox > section a {
    margin-left: 0px;
    line-height: 1.2;
  }
  .contact#careeningCareers a.more {
    position: relative;
    top: -18px;
  }
  body {
    font-size: 26px;
    /* 15px */
    line-height: 1.6;
  }
  .article h1.pagehead,
  .article h1.pagehead a,
  .article h3,
  .article h3 a {
    font-size: 45px;
    /* 30px */
    line-height: 1.2;
  }
  .article h1.pagehead {
    padding-right: 180px;
  }
  .dkc-emoji {
    transform: scale(1.5);
  }
  .article .columns div h2,
  .article .columns div h3,
  .article section h2,
  .article section h3 {
    font-size: 35px;
    /* 20px */
    line-height: 1.1;
  }
  .faq-grid .grid-item.type-content .grid-wrap .content ol,
  .faq-grid .grid-item.type-content .grid-wrap .content p,
  .faq-grid .grid-item.type-content .grid-wrap .content ul,
  .faq-grid .grid-item.type-content .grid-wrap .content li {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
  /* #contactButton {
    transform: scale(1.4);
    right: 50px;
  } */
  .accr-mem-div .accr-logo-box {
    padding-left: 10px;
  }
  .faq-grid .grid-item.type-04 .ans {
    font-size: 22px !important;
    /* 11px */
    line-height: 1.4 !important;
  }
  .article .faq-grid-link .faq_marks {
    margin-top: -105px;
  }
  .gap20 {
    height: 60px;
  }
  .gap10 {
    height: 30px;
  }
  .mobile-buttons.more_info_desk_wrapper a.more_info,
  .mobile-buttons a.more_info {
    font-size: 30px;
    padding: 12px 60px 12px 17px;
    background-position: right 20px center;
    display: inline-block;
    width: 230px;
  }
  .buttons.desktop-buttons.more-info-desktop-buttons,
  .buttons.desktop-buttons {
    /* margin-top: 0px; */
    /* padding-left: 5px;
    padding-right: 5px; */
  }
  .desktop-buttons a.btn {
    font-size: 20px;
    /* 14px */
    margin: 5px 0px;
  }
  .article .columnSlider {
    width: 100%;
    max-width: 800px;
  }
  .article .columnSliderControls {
    background-size: 100%;
  }
  /* .article .columnSliderControls,
  .article .columnSliderWrapper {
    height: 452px;
  } */
  .article .columnSliderWrapper img {
    width: 100%;
    height: auto;
  }
  .mobile-br {
    display: inline;
  }
  .dot {
    display: block;
    font-size: 44px;
    height: 30px;
    line-height: 0;
    top: 3px;
  }
  .article .faq-grid-link .faq_marks {
    margin-top: -160px;
    width: 170px;
    height: 170px;
  }
  .article .singlelinenote {
    background-position: 0 20px;
  }
  .article .travel-boxes-docs .singlelinenote {
    background-position: 0 24px;
  }
  .discountnote {
    font-size: 18px;
    /* 12px */
  }
  .discountnote.indent {
    line-height: 1.4;
  }
  .border p,
  .bordermed p,
  .bordernew p {
    font-size: 23px;
    /* 15px */
  }
  .article .columnSliderControls a.prev {
    left: 34%;
    background-size: cover;
    width: 70px;
    height: 70px;
  }
  .article .columnSliderControls a.next {
    right: 34%;
    background-size: cover;
    width: 70px;
    height: 70px;
    background-position: -76px 0px;
  }
  .faq-grid .grid-item .moving-content h5 {
    font-size: 28px;
    /* 21px */
    line-height: 1.4;
  }
  .faq-grid .grid-item .moving-content > p {
    padding: 0px 20px;
  }
  /* .faq-grid .grid-item.type-04 .grid-wrap>a .moving-content h5 {
    font-size: 28px;
  } */
  .faq-grid .grid-item .paras,
  .faq-grid .grid-item.type-02 .grid-wrap > a .moving-content h5,
  .faq-grid .grid-item.type-03 .grid-wrap > a .moving-content h5,
  .faq-grid .grid-item.type-04 .grid-wrap > a .moving-content h5,
  .faq-grid .grid-item.type-05 .grid-wrap > a .moving-content h5,
  .faq-grid .grid-item.type-06 .grid-wrap > a .moving-content h5 {
    font-size: 28px !important;
    line-height: 1.4;
  }
  .faq-grid .grid-item.type-03 .grid-wrap > a .answer,
  .faq-grid .grid-item.fiftypercent.type-06 .grid-wrap > a .answer {
    margin-bottom: 30px !important;
  }
  .faq-grid .grid-item.type-03 .grid-wrap > a .answer,
  .faq-grid .grid-item .answer {
    font-size: 22px !important;
    /* 11px */
    margin: 30px 0px !important;
  }
  .faq-grid .grid-item .moving-content {
    margin-bottom: 80px !important;
  }
  .rating_box {
    width: 450px;
    margin: 0px auto;
    padding-left: 0;
    padding-top: 303px;
    background-position: top center;
  }
  .green_border,
  .rating_box .green_border {
    width: 450px;
    height: 200px;
    font-size: 24px;
    /* 16px */
    line-height: 1.3;
    /* background-size: contain; */
    background-size: 100% 96%;
  }
  .orgbox,
  .rating_box .orgbox {
    width: 450px;
    /* 315 */
    font-size: 26px;
    /* 16px */
  }
  .slogan h4 {
    font-size: 30px;
    /* 25px */
    line-height: 1.4;
  }
  .slogan p a.slogantxtlink {
    font-size: 26px;
    /* 20px */
  }
  .bottomBoxes > section > ul li.firstBox {
    width: 400px;
    height: 319px;
    background-size: contain;
    top: 0px;
  }
  .bottomBoxes > section > ul li.secondBox {
    width: 400px;
    height: 296px;
    background-size: contain;
  }
  .bottomBoxes > section > ul li.thirdBox {
    width: 400px;
    height: 319px;
    background-size: contain;
    top: 0px;
  }
  .bottomBoxes > section > ul li.fourthBox {
    width: 398px;
    height: 293px;
    background-size: contain;
    top: 0px;
  }
  .bottomBoxes > section > ul li > section h5 {
    font-size: 36px;
    /* 22px */
  }
  a.more {
    font-size: 26px;
    line-height: 1.4;
    background-size: 20px;
    background-position: top 5px left;
    padding-left: 28px;
  }
  .contact#careeningCareers a.more {
    font-size: 20px;
  }
  .bottomBoxes > section > ul li.secondBox a.more {
    line-height: 1.2 !important;
  }
  footer {
    font-size: 20px;
  }
  footer p {
    white-space: initial;
    padding: 0px 20px;
  }
  .article .columns div.animal-care-illus-wrap .kennels {
    width: 265px;
    margin-left: 285px;
    margin-top: -65px;
  }
  .article .columns div.animal-care-illus-wrap .kennels-text {
    padding-left: 40px;
    padding-top: 28px;
  }
  .article .columns div.animal-care-illus-wrap .sheep {
    left: -40px;
  }
  .article .columns div.animal-care-illus-wrap .bubble-text a,
  .article .columns div.animal-care-illus-wrap .love-text a {
    font-size: 24px;
    line-height: 1.3;
  }
  .article .columns div.animal-care-illus-wrap .buttonpic {
    margin-left: 380px;
    margin-top: 130px;
    transform: scale(1.5);
  }
  .article .columns div.animal-care-illus-wrap .so-are-these {
    transform: scale(1.5);
    margin-left: 330px;
    margin-top: 480px;
  }
  .article .columns div.animal-care-illus-wrap .aviary {
    width: 136px;
    margin-left: 188px;
  }
  .article .columns div.animal-care-illus-wrap .cat {
    margin-left: -25px;
  }
  .article .columns div.animal-care-illus-wrap .love {
    margin-left: 120px;
  }
  .article .columns div.animal-care-illus-wrap .slow {
    margin-left: 188px;
  }
  .article .columns div.animal-care-illus-wrap .love-text {
    padding: 32px 0px 20px 10px;
    top: -18px;
    left: -1px;
  }
  .article .columns div.animal-care-illus-wrap .smanimals {
    width: 235px;
    margin-top: 655px;
    margin-left: 308px;
  }
  .article .columns div.animal-care-illus-wrap .smanimals-text {
    padding: 35px 20px 20px 30px;
  }
  .article .fileList li.lipdfnotecls {
    font-size: 20px;
  }
  .article .columns div.sliderLeft {
    padding-right: 0px;
    float: none;
    margin-top: 0px;
    margin-left: 0px;
    max-width: none;
  }
  .article .columns div.colLeft.vet-video-block .play-vet-video {
    margin-top: -90px;
    margin-left: 15px;
  }
  .homeBoxes .newsletter .gap20 {
    display: none;
  }
  .vetForm .vetbubbleboxes .bookappbox,
  .vetForm .vetbubbleboxes .locmapbox {
    font-size: 20px;
    margin-left: 0px;
  }
  .bordernew.last-child {
    margin-bottom: 0px !important;
  }
  .contactpageDetails .columns > div div.icoLandline a.contactinfomainlink {
    font-size: 30px;
  }
  .contactpageDetails .columns > div div.icoEmail a {
    font-size: 30px;
  }
  .contactpageDetails .columns > div div.icobox span.icon-note.small {
    font-size: 20px;
  }
  .contactpageDetails .columns > div div.icoWhatsapp .label {
    font-size: 20px;
  }
  .contactpageDetails .columns > div div.icoWhatsapp .number {
    font-size: 30px;
    margin-bottom: 4px;
  }
  .contactpageDetails .columns > div div.icoWhatsapp span.icon-note {
    white-space: normal;
  }
  .dkc-timing-247-announcement {
    display: none;
  }
  .dkc-timing-247-announcement-mobile {
    display: block;
  }
  .bottomBoxes {
    padding-top: 100px;
  }
  .contactpageDetails .columns > div div.icoEmail span.icon-note:last-child .br {
    display: inline !important;
  }
  .grecaptcha-badge {
    bottom: 120px !important;
  }
  .contact#twoleggedTimings .xmastiming dt {
    white-space: normal;
  }
  .article .columns div.animal-care-illus-wrap {
    margin-bottom: 30px;
  }
  body.animal-care-page .discount-cta-wrapper {
    height: auto;
    width: auto;
    right: 0px;
    top: 0px;
  }
  .illustrations-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .discount-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .discount-cta-wrapper .discount-cta {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
  }
  .discount-cta-wrapper .discount-cta .image-wrapper {
    width: 380px;
    height: 335px;
  }
  .discount-cta-wrapper .discount-cta .image-wrapper .heart {
    transform: scale(1) rotate(-10deg);
  }
  .discount-cta-wrapper .discount-cta .image-wrapper .pets {
    width: 130px;
    height: 130px;
    left: 90px;
  }
  .discount-cta-wrapper .discount-cta .text {
    width: 350px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .discount-cta-wrapper .discount-cta .text .line-2-3-wrap:after {
    width: 350px;
    height: 14px;
  }
  .discount-cta-wrapper .discount-cta .text .line-0 {
    left: 105px;
  }
  .discount-cta-wrapper .discount-cta .text .line-1 {
    left: 64px;
  }
  .discount-cta-wrapper .discount-cta .text .line-2 {
    left: 16px;
  }
  .discount-cta-wrapper .discount-cta .text .line-4 {
    left: 90px;
  }
  .discount-cta-wrapper .discount-cta .hover-area {
    /* width: 100%;
    height: 0px;
    position: relative;
    top: 0px;
    left: 0px; */
  }
  .discount-cta-wrapper.hover .discount-cta .image-wrapper {
    left: 0px;
    transform: scale(1);
  }
  .discount-cta-wrapper.hover .discount-cta .image-wrapper .heart {
    transform: scale(1) rotate(-10deg) translate(0px, 0px);
  }
  .discount-cta-wrapper.hover .discount-cta .text {
    left: 0px;
    top: 0px;
  }
  .discount-cta-wrapper.hover .discount-cta .text .line-0 {
    left: 105px;
  }
  .discount-cta-wrapper.hover .discount-cta .text .line-1 {
    left: 64px;
  }
  .discount-cta-wrapper.hover .discount-cta .text .line-2 {
    left: 16px;
  }
  .discount-cta-wrapper.hover .discount-cta .text .line-4 {
    left: 90px;
  }
  .article.has-discount-cta .buttons {
    width: 100%;
  }
  .article.has-discount-cta .discount-cta-wrapper {
    transform: scale(1);
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    margin-top: 80px;
  }
  .article.has-discount-cta .discount-cta-wrapper .discount-cta .image-wrapper .heart {
    transform: scale(1) rotate(-10deg) translate(0px, 0px);
    left: 27px;
  }
  .home-header h1.indexheadcls {
    font-size: 42px;
  }
  .home-header .discount-cta-wrapper {
    transform: scale(1);
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .home-header .discount-cta-wrapper .discount-cta .image-wrapper {
    transform: scale(1);
  }
  .home-header .discount-cta-wrapper .discount-cta .image-wrapper .heart {
    transform: scale(1) rotate(-10deg) translate(0px, 0px);
    left: 27px;
  }
  .home-header .discount-cta-wrapper .discount-cta .image-wrapper .pets {
    transform: scale(1);
    left: 90px;
    bottom: -3px;
  }
  .home-header .discount-cta-wrapper .discount-cta .text {
    transform: scale(1);
    top: 0px;
    left: 0px;
  }
  .article h1.pagehead {
    max-width: 100%;
  }
}
.contact.howWeGetTherecls .mapZoomContent .mapdkcvetlogo:after {
  background-image: url("../../../graphics/DKC-vet-logo.svg");
}

@media (max-width: 950px) {
  /* Remove this style from original faq-grid.min.css 950 media query and then may be remove it from there as well cause set in 960 already*/
  .faq-grid .grid-item.type-03 .grid-wrap > a .moving-content h5 {
    font-size: 28px;
  }
  /* Remove this style from original faq-grid.min.css 950 media query and then may be remove it from there as well cause set in 960 already*/
  .faq-grid .grid-item.type-04 .grid-wrap > a .moving-content h5 {
    font-size: 28px;
  }
}
@media (max-width: 740px) {
  .contactpageDetails .columns > div.contactForm button {
    font-size: 24px;
  }
  .buttons.desktop-buttons.more-info-desktop-buttons,
  .buttons.desktop-buttons {
    /* margin-top: -25px; */
    /* padding-left: 5px;
    padding-right: 5px; */
  }
  /* .buttons.desktop-buttons.more-info-desktop-buttons .btn,
  .buttons.desktop-buttons .btn {
    font-size: 30px;
    line-height: 1.2;
  } */
  .buttons .btn {
    white-space: normal;
    font-size: 20px;
  }
  .rating_box {
    /* remove this from responsive.min.css in 740px mq */
    margin: 0 auto;
    width: 450px;
    padding-left: 0;
    padding-top: 303px;
    background-position: top center;
  }
  .article .columns div.col-ul-3 .col {
    float: none;
    width: 100%;
    margin: 0px;
  }
  .article .columns div.col-ul-3 .col ul {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .article .columns div.col-ul-3 .col ul li {
    font-size: 28px;
    padding-left: 10px;
  }
  .article .columns .sloth-img-block span.seo-sloth-note {
    font-size: 20px;
    width: 220px;
  }
  .ourPeople .empbox {
    max-width: 500px;
    width: 100%;
  }
  .ourPeople .person {
    width: 100%;
    height: auto;
  }
  .ourPeople .person > section {
    width: 100%;
    height: auto;
  }
  .ourPeople .person.green > section {
    background-size: cover;
  }
  .ourPeople .person > section h4 {
    font-size: 36px;
  }
  .ourPeople .person > section p {
    font-size: 20px;
  }
  .ourPeople .person > section p strong span {
    font-size: 16px;
  }
  .article h1.pagehead span,
  .article h3 span {
    font-size: 20px;
  }
  .contact.howWeGetTherecls #map .mapMarker .contentbox {
    margin: 0px auto 10px;
  }
  .contact.howWeGetTherecls #map .mapMarker {
    font-size: 16px;
    line-height: 16px;
    width: 220px;
    height: 275px;
    background-size: contain;
  }
  .contact.howWeGetTherecls #map .mapMarker span.dkclogo:after {
    background-image: url("../../../graphics/dkc_logo_white.png");
    content: "";
    display: block;
    width: 100%;
    height: 115px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .contact#twoleggedTimings .titletext .note {
    font-size: 22px;
  }
  .contact#twoleggedTimings .titletext {
    max-width: 100%;
  }
  .contact#twoleggedTimings h4.bus-title {
    font-size: 28px;
  }
  .contact#twoleggedTimings .titletext strong {
    font-size: 28px;
  }
  .contact#twoleggedTimings .openingHours {
    font-size: 22px;
  }
  .xmastiming {
    font-size: 22px;
  }
  .contact#twoleggedTimings #dkcvettimingsection .openingHours dt,
  .contact#twoleggedTimings .openingHours dt {
    /* width: 36%; */
    width: 44%;
  }
  .contact#twoleggedTimings .xmastiming dt,
  .contact#twoleggedTimings .xmastiming dd {
    width: 50%;
  }
  .contact#twoleggedTimings #dkcvettimingsection .vetdlbox {
    float: none;
    overflow: hidden;
  }
  .homeBoxes .vetForm {
    padding-top: 50px;
  }
  .newsletter.vetForm h2,
  .newsletter.vetForm h3 {
    margin-bottom: 10px !important;
  }
  .newsletter.vetForm fieldset {
    padding: 0px;
  }
  .homeBoxes .newsletter input {
    font-size: 18px;
  }
  .homeBoxes .newsletter > p {
    font-size: 20px;
  }
  .homeBoxes .newsletter {
    width: 500px;
    height: 410px;
    background-size: contain;
  }
  .homeBoxes .newsletter button {
    font-size: 20px;
  }
  .vetvideoTour > section.video {
    max-width: 500px;
    height: 450px;
  }
  .vetvideoTour > section.video > figure {
    max-width: 100%;
  }
  .vetvideoTour > section > div.captionbox h4 {
    margin-bottom: 10px;
  }
  .vetvideoTour > section > div.captionbox h4 a {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .vetvideoTour > section > div.captionbox p,
  .vetvideoTour > section > div.captionbox p span {
    font-size: 22px;
  }
  .videoplaywrapper .backtoem .backBtn {
    font-size: 20px;
    width: 175px;
    margin-left: -137px;
  }
  .videoTour > section.video {
    width: 100%;
    max-width: 500px;
  }
  .videoTour > section.video > figure {
    max-width: 100%;
  }
  .videoTour > section > div h4 a {
    font-size: 24px;
    line-height: 1.4;
  }
  .videoTour > section > div h4 a span {
    font-size: 28px;
  }
  .videoTour > section > div p {
    font-size: 20px;
    padding-left: 25px;
    background-size: 15px;
  }
  .vetvideoTour > section > figure > div iframe,
  .videoTour > section > figure > div iframe {
    /* width: 100%;
    max-width: 100%; */
  }
  .galleryItems section figure {
    width: 230px;
  }
  .galleryItems section figure a {
    width: 100%;
  }
  .galleryItems section figure h4 {
    font-size: 26px;
    line-height: 1.3;
  }
  .galleryItems section figure span {
    font-size: 20px;
  }
  .galleryItems > section > h2 {
    margin-bottom: 8px;
  }
  .galleryFilter form > div.searchInput {
    margin-bottom: 30px;
    width: 95%;
  }
  .galleryFilter form > div.searchInput input {
    width: 100%;
    font-size: 22px;
  }
  .galleryFilter form > div a.selectBox,
  .galleryFilter form > div.searchInput,
  .searchSelect.selectBox-dropdown-menu li a,
  .galleryFilter form > div.searchCheckboxes a {
    font-size: 22px;
  }
  .google-boarding-box .stars {
    margin-top: 46px;
  }
  .fb-dkc-box .stars {
    margin-top: 52px;
  }
  .google-vet-box .stars {
    margin-top: 50px;
  }
  .contact h1.pagehead {
    font-size: 45px;
  }
  .contactpageDetails .columns > div div.icoEmail .emailformtrigger {
    font-size: 22px;
  }
  .contactpageDetails .columns > div div.icobox strong.title {
    font-size: 28px;
  }
  /* .contactpageDetails .columns>div div.icoLandline .description .emphasis,
  .contactpageDetails .columns>div div.icoLandline .description a {
    font-size: 22px;
  } */
  .contactpageDetails .columns > div div.icobox p {
    font-size: 22px;
  }
  /* .contactpageDetails .columns > div div.icobox a.orglink {
    font-size: 22px;
  } */
  /* .contactpageDetails .columns > div div.icobox span {
    font-size: 18px;
    line-height: 1.4;
  } */
  .contact h3 {
    font-size: 32px;
  }
  .article > h2,
  .blog > h2.toptitle,
  .dkcradio > h2.toptitle {
    font-size: 26px;
  }
  .article .columns div.vinframe {
    border-width: 10px;
  }
  div.vpwidget ul.species_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    list-style: none;
  }
  div.vpwidget ul.species_list li {
    margin-right: 0px;
    font-size: 24px;
  }
  div.vpwidget ul.species_list li img {
    margin-bottom: 10px;
  }
  div.vpwidget ul.species_list li :before {
    display: none;
  }
  div.vpwidget ul.species_list li img {
    width: 100%;
  }
  #vpwidget_species,
  #vpwidget_text,
  #vpwidget_search {
    font-size: 22px;
  }
  #vpwidget_search {
    margin-top: 20px;
    padding: 10px 20px;
  }
  .ourPeople .person .person-img img {
    max-width: 100%;
    max-height: none;
  }
  .mobile-img-align-center {
    display: block;
    margin: 0px auto;
  }
  .article .columns div.animal-care-illus-wrap .love {
    overflow: hidden;
  }
  .article .columns div.animal-care-illus-wrap .love::-webkit-scrollbar-track {
    box-shadow: none;
  }
  .faq-grid .grid-item {
    padding-right: 0px !important;
  }
}
@media (max-width: 680px) {
  .article .columns div.caretext {
    background-image: none;
  }
}
@media (max-width: 640px) {
  .accr-mem-div .accr-logo-box {
    padding-left: 10px;
    /* Remove this style in original css & then it remove it here as well cause already set to 10 in 960 media query above, its set to 20px on 640 media query in original css. */
  }
  header .logoimgcls {
    /* This is just revert styles set on 640. otherwise it can be removed when css core.min.css i 640px media query is removed to make this 345px; */
    max-width: 442px;
    min-width: 442px;
  }
  .faq-grid .grid-item.type-04 .ans {
    font-size: 22px !important;
    /* 13px */
    /* This is just revert styles set on 640. otherwise it can be removed when css faq-grid.min.css in 640 media query.*/
  }
  ul.checkOut li {
    font-size: 28px;
  }
  ul.checkOut li a {
    display: block;
    background-position: top 14px left;
  }
  .contactpageDetails .columns > div div.icoEmail .emailformtrigger {
    display: inline;
    font-size: 22px;
    line-height: 1.2;
    cursor: initial;
    border-bottom: solid 1px #dc7d29 !important;
  }
  .contact#twoleggedTimings .openingHours dt {
    padding-right: 0px;
  }
  .contact#twoleggedTimings .xmastiming dd,
  .contact#twoleggedTimings .xmastiming dt {
    width: 100%;
    float: none;
    text-align: center;
  }
  .contact#twoleggedTimings dt {
    padding-right: 0px;
  }
  .contact#twoleggedTimings .xmastiming dt {
    padding-bottom: 0px;
  }
  .contact#twoleggedTimings .xmastiming dd {
    margin-bottom: 20px;
  }
  .contact#twoleggedTimings .titlebox {
    margin-bottom: 20px;
  }
  .contact#twoleggedTimings #dkcvettimingsection .openingHours dt,
  .contact#twoleggedTimings .openingHours dt,
  .contact#twoleggedTimings .openingHours dd,
  .contact#twoleggedTimings .openingHours dd.currentdd {
    float: none;
    width: 100%;
    text-align: center;
  }
  .contact#twoleggedTimings #dkcvettimingsection .openingHours dt,
  .contact#twoleggedTimings .openingHours dt {
    padding-bottom: 0px;
  }
  .contact#twoleggedTimings .openingHours dd,
  .contact#twoleggedTimings .openingHours dd.currentdd {
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .menu_pics_vids_links_wrapper a.menuPicsOfDKCLink {
    left: auto;
  }
  .menu_pics_vids_links_wrapper a.menuVetVideosLink {
    left: auto;
  }
}
@media (max-width: 630px) {
  .article .columns div.animal-care-illus-wrap .sheep {
    left: -10px;
  }
  .article .columns div.animal-care-illus-wrap .kennels {
    margin-left: 246px;
    margin-top: -46px;
  }
  .article .columns div.animal-care-illus-wrap .buttonpic {
    margin-left: 320px;
    margin-top: 154px;
  }
  .article .columns div.animal-care-illus-wrap .cat {
    margin-top: 492px;
  }
  .article .columns div.animal-care-illus-wrap .love {
    margin-left: 105px;
  }
  .article .columns div.animal-care-illus-wrap .slow {
    margin-left: 174px;
  }
  .article .columns div.animal-care-illus-wrap .smanimals {
    margin-top: 640px;
    margin-left: 288px;
  }
  .article .columns div.animal-care-illus-wrap .so-are-these {
    margin-left: 330px;
    margin-top: 510px;
  }
}
@media (max-width: 600px) {
  .contactpageDetails .columns > div div.icoEmail span.icon-note:last-child .br {
    display: none !important;
  }
}
@media (max-width: 540px) {
  .article .columns div.animal-care-illus-wrap .kennels {
    margin-left: 230px;
    margin-top: -40px;
  }
  .article .columns div.animal-care-illus-wrap .smanimals {
    margin-top: 640px;
    margin-left: 260px;
  }
  .article .columns div.animal-care-illus-wrap .slow {
    margin-top: 785px;
  }
}
@media (max-width: 530px) {
  .love_tabs #tabs_content_container {
    margin-top: 25px;
  }
}
@media (max-width: 500px) {
  .article .columns div.animal-care-illus-wrap .kennels {
    margin-left: 220px;
  }
  .article .columns div.animal-care-illus-wrap .smanimals {
    margin-top: 640px;
    margin-left: 250px;
  }
}
/* START: Move to Original File */
/* Start: style_pages.min.css */
@media screen and (max-width: 960px) {
  .article .fileList {
    max-width: 100% !important;
    margin-top: 40px;
  }
  .article .fileList li {
    padding-right: 20px;
  }
  .article .fileList li a {
    font-size: 28px;
  }
  .vethomebox.homeBoxes {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 740px) {
  section.mobile-buttons {
    margin-bottom: 50px !important;
  }
  .article .columnSlider {
    margin-left: 0px !important;
  }
}
@media (max-width: 640px) {
  .homeBoxes .newsletter {
    margin-top: 0px;
  }
  .contact#twoleggedTimings .openingHours {
    margin-left: 0px;
  }
  .contact#twoleggedTimings #dkcvettimingsection .openingHours dd,
  .contact#twoleggedTimings .openingHours dd,
  .contact#twoleggedTimings .openingHours dd.currentdd {
    /* width: auto; */
  }
}
/*  End: style_pages.min.css */
/* Start: responsive.min.css */
@media screen and (max-width: 1530px) {
  .sliderWrapper {
    width: 1350px;
  }
}
@media (max-width: 960px) {
  .mobsliderWrapper {
    width: 100% !important;
  }
}
/* End: responsive.min.css */
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
@keyframes flying-plan {
  0% {
    transform: rotate(0deg) translate3d(0px, 0px, 0px);
  }
  20% {
    transform: rotate(-1deg) translate3d(-5px, -3px, 0px);
  }
  40% {
    transform: rotate(2deg) translate3d(5px, 3px, 0px);
  }
  60% {
    transform: rotate(-3deg) translate3d(-5px, -3px, 0px);
  }
  80% {
    transform: rotate(1px) translate3d(5px, 3px, 0px);
  }
  100% {
    transform: rotate(0deg) translate3d(0px, 0px, 0px);
  }
}
@keyframes flying-plan-small {
  0% {
    transform: scale(0.66) rotate(0deg) translate3d(0px, 0px, 0px);
  }
  20% {
    transform: scale(0.66) rotate(-1deg) translate3d(-5px, -3px, 0px);
  }
  40% {
    transform: scale(0.66) rotate(2deg) translate3d(5px, 3px, 0px);
  }
  60% {
    transform: scale(0.66) rotate(-3deg) translate3d(-5px, -3px, 0px);
  }
  80% {
    transform: scale(0.66) rotate(1px) translate3d(5px, 3px, 0px);
  }
  100% {
    transform: scale(0.66) rotate(0deg) translate3d(0px, 0px, 0px);
  }
}
@keyframes flying-plan-active-btn {
  0% {
    transform: scale(0.93) rotate(0deg) translate3d(0px, 0px, 0px);
  }
  20% {
    transform: scale(0.93) rotate(-2deg) translate3d(-5px, -3px, 0px);
  }
  40% {
    transform: scale(0.93) rotate(2deg) translate3d(5px, 3px, 0px);
  }
  60% {
    transform: scale(0.93) rotate(-2deg) translate3d(-5px, -3px, 0px);
  }
  80% {
    transform: scale(0.93) rotate(2px) translate3d(5px, 3px, 0px);
  }
  100% {
    transform: scale(0.93) rotate(0deg) translate3d(0px, 0px, 0px);
  }
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #d47f28;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.contact-widget {
  position: fixed;
  top: 95px;
  z-index: 9;
  z-index: 999999;
  padding-left: 60px;
  display: none;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8) translate3d(0, 300px, 0);
  transition: all 0.2s ease-out;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.contact-widget::-webkit-scrollbar {
  display: none;
}
.contact-widget.at-top {
  top: 0px;
  padding-top: 95px;
  padding-bottom: 50px;
  padding-left: 80px;
  max-height: 100dvh;
  overflow: auto;
  pointer-events: none;
}
.contact-widget.at-top > div {
  pointer-events: auto;
}
.contact-widget.at-top .generic-nav {
  top: 95px;
}
.contact-widget.at-top .step-controls {
  top: 98px;
  left: 70px;
}
.contact-widget.at-top .nav {
  left: 80px;
  top: 95px;
}
.contact-widget.at-top.generic {
  overflow: hidden;
}
.contact-widget.at-top.generic .step-controls {
  left: 108px;
}
.contact-widget.at-top.form .step-controls {
  top: 195px;
}
.contact-widget.at-top.form .forms {
  top: 100px;
}
.contact-widget.at-top.form .contacts {
  top: -5px;
  left: -110px;
}
.contact-widget .c-button {
  display: flex;
  gap: 6px;
  /* justify-content: center; */
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.contact-widget .c-button .icon {
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-widget .c-button .label {
  font-size: 18px;
  font-weight: 400;
  color: #454545;
  text-decoration: underline;
}
.contact-widget .c-button.boarding-daycare {
  background-image: url("../../../graphics/boarding-button-bg.svg");
  width: 280px;
  height: 55px;
  padding-left: 12px;
  transform: rotate(1deg);
}
.contact-widget .c-button.boarding-daycare .icon {
  background-image: url("../../../graphics/boarding-day-care-icon.svg");
  width: 31px;
  height: 31px;
}
.contact-widget .c-button.boarding-daycare .label {
  position: relative;
  top: -2px;
}
.contact-widget .c-button.boarding-daycare .tail {
  width: 25px;
  height: 30px;
  position: relative;
  left: 6px;
}
.contact-widget .c-button.global-relocations {
  background-image: url("../../../graphics/relocations-button-bg.svg");
  width: 310px;
  height: 103px;
  padding-left: 42px;
  transform: rotate(3deg) translate3d(0px, 0px, 0px);
  position: relative;
  animation: flying-plan 10s ease-out infinite;
}
.contact-widget .c-button.global-relocations .icon {
  background-image: url("../../../graphics/global-relocations-icon.svg");
  width: 28px;
  height: 31px;
}
.contact-widget .c-button.global-relocations .label {
  position: relative;
  top: 1px;
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact-widget .c-button.global-relocations .propeller {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -21px;
  /* > div {
    width: 100%;
    height: 100%;
    //background-color: #C56D20;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("../../../graphics/propeller.svg");
    background-position: center;
    background-size: contain;
    filter: blur(0.5px);
  }

  .propeller-1 {
    animation: rotate360 0.15s linear infinite;
    opacity: 0.37;
  }
  .propeller-2 {
    animation: rotate360 0.25s linear infinite;
  } */
}
.contact-widget .c-button.veterinary-clinic {
  /* width: 277px;
  height: 55px; */
  width: 277px;
  height: 83px;
  padding-left: 12px;
  transform: rotate(-2deg);
  position: relative;
  padding-top: 21px;
  top: -21px;
}
.contact-widget .c-button.veterinary-clinic .icon {
  background-image: url("../../../graphics/veterinary-clinic-icon.svg");
  width: 28px;
  height: 28px;
  position: relative;
}
.contact-widget .c-button.veterinary-clinic .label {
  position: relative;
  top: -1px;
}
.contact-widget .c-button.veterinary-clinic .ecg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.contact-widget .c-button.active .label {
  font-weight: 700;
  text-decoration: none;
}
.contact-widget .generic-nav {
  background-image: url("../../../../graphics/contact-generic-nav-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 358px;
  height: 420px;
  /* position: absolute;
  right: 0px;
  top: 0px; */
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.2);
  transition: all 150ms ease-in-out;
  /* @keyframes q-mark-in {
    0% { transform: rotate(-45deg); }
    10% { transform: rotate(0deg); }
    20% { transform: rotate(-25deg); }
    30% { transform: rotate(0deg); }
    40% { transform: rotate(-15deg); }
    50% { transform: rotate(0deg); }
    60% { transform: rotate(-10deg); }
    70% { transform: rotate(0deg); }
    80% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
  } */
}
.contact-widget .generic-nav .q-mark-wrapper {
  position: absolute;
  top: 0px;
  right: 3px;
  bottom: 2px;
  left: 0px;
  overflow: hidden;
}
@keyframes q-mark-in {
  0% {
    transform: rotate(-45deg);
  }
  13.33% {
    transform: rotate(2deg);
  }
  26.66% {
    transform: rotate(-15deg);
  }
  40% {
    transform: rotate(2deg);
  }
  53.32% {
    transform: rotate(-10deg);
  }
  66.65% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
.contact-widget .generic-nav .q-mark {
  background-image: url("../../../../graphics/question-mark.svg");
  background-repeat: no-repeat;
  display: block;
  width: 200px;
  height: 300px;
  position: absolute;
  bottom: -10px;
  right: 60px;
  opacity: 0.6;
  transform: rotate(-45deg);
  transform-origin: bottom center;
  animation: q-mark-in 2s ease-in-out forwards 200ms;
  background-size: contain;
}
.contact-widget .generic-nav .title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding-top: 45px;
}
.contact-widget .generic-nav .links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 36px 0px 20px;
  align-items: center;
  justify-content: center;
}
.contact-widget .generic-nav .links .c-button-wrapper {
  transition: all 200ms ease-out;
}
.contact-widget .generic-nav .links .c-button-wrapper:hover {
  transform: scale(1.05);
}
.contact-widget .generic-nav .links div {
  text-align: center;
}
.contact-widget .generic-nav .links .label {
  font-weight: 700;
  text-decoration: none;
}
.contact-widget .generic-nav .links .global-relocations .propeller {
  filter: blur(2px);
}
.contact-widget .step-controls {
  position: absolute;
  z-index: 10;
  width: 90px;
  height: 77px;
  left: 50px;
  top: 3px;
  transition: all 200ms ease-out, opacity 150ms ease-out 200ms;
  opacity: 1;
  visibility: visible;
}
.contact-widget .step-controls .close {
  background-image: url("../../../graphics/contact-widget-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  /* left: -5px;
  top: 3px; */
  transition: all 100ms ease-in-out;
  transform: scale(1);
  cursor: pointer;
}
.contact-widget .step-controls .close:hover {
  transform: scale(1.05);
}
.contact-widget .step-controls .back {
  background-image: url("../../../graphics/contact-widget-back.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  /* width: 77px;
  height: 68px;
  position: absolute;
  left: -15px;
  top: 100px; */
  opacity: 0;
  visibility: hidden;
  transition: all 100ms ease-in-out;
  cursor: pointer;
  transform: scale(1);
}
.contact-widget .step-controls .back:hover {
  transform: scale(1.05);
}
.contact-widget .contacts {
  background-image: url("../../../graphics/contact-widget-bg.svg");
  width: 405px;
  height: 785px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 160px;
  overflow: hidden;
  position: relative;
  left: 0px;
  transition: all 150ms ease-out;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.contact-widget .contacts > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* overflow: hidden; */
}
.contact-widget .contacts .mediums-wrapper {
  width: 377px;
  height: 328px;
  position: relative;
  margin-bottom: 20px;
  /* @keyframes mediums-bg-animation {
    0% {
      transform: rotate(-180deg);
    }
    100% {
      transform: rotate(0deg);
    }
  } */
}
.contact-widget .contacts .mediums-wrapper .bg {
  position: absolute;
  inset: 0px;
}
.contact-widget .contacts .mediums-wrapper .bg > div {
  position: absolute;
  background-size: contain;
  transition: all 0.5s ease-out;
}
.contact-widget .contacts .mediums-wrapper .bg .bg-1 {
  background-image: url("../../../graphics/contact-mediums-bg-1.svg");
  width: 366px;
  height: 328px;
  z-index: 1;
  left: 6px;
  top: 0px;
}
.contact-widget .contacts .mediums-wrapper .bg .bg-2 {
  background-image: url("../../../graphics/contact-mediums-bg-2.svg");
  width: 333px;
  height: 313px;
  left: 22px;
  top: 7px;
}
.contact-widget .contacts .mediums-wrapper .bg .bg-3 {
  background-image: url("../../../graphics/contact-mediums-bg-3.svg");
  width: 364px;
  height: 313px;
  top: 8px;
  left: 6px;
}
.contact-widget .contacts .mediums-wrapper .mediums {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.contact-widget .contacts .mediums-wrapper .mediums a {
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}
.contact-widget .contacts .mediums-wrapper .mediums a .icon {
  background-size: contain;
}
.contact-widget .contacts .mediums-wrapper .mediums .labels {
  color: #454545;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-widget .contacts .mediums-wrapper .mediums .labels .primary {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
.contact-widget .contacts .mediums-wrapper .mediums .labels .secondary {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  padding-left: 5px;
}
.contact-widget .contacts .mediums-wrapper .phone {
  width: 278px;
  height: 60px;
  background-image: url("../../../graphics/contact-phone-bg.svg");
  padding-left: 20px;
  transition: all 150ms ease;
}
.contact-widget .contacts .mediums-wrapper .phone .labels,
.contact-widget .contacts .mediums-wrapper .phone .ext {
  transition: all 150ms ease;
}
.contact-widget .contacts .mediums-wrapper .phone .icon {
  background-image: url("../../../graphics/contact-phone-icon.svg");
  width: 24px;
  height: 30px;
  transition: all 150ms ease;
}
.contact-widget .contacts .mediums-wrapper .phone .ext {
  font-size: 14px;
  color: #d57f28;
  font-weight: 700;
  padding-left: 5px;
  display: flex;
}
.contact-widget .contacts .mediums-wrapper .phone .ext span {
  display: block;
  position: relative;
}
.contact-widget .contacts .mediums-wrapper .whatsapp {
  width: 283px;
  height: 62px;
  background-image: url("../../../graphics/contact-whatsapp-bg.svg");
  padding-left: 16px;
  position: relative;
  left: -10px;
  transition: all 150ms ease 50ms;
}
.contact-widget .contacts .mediums-wrapper .whatsapp .labels,
.contact-widget .contacts .mediums-wrapper .whatsapp .qr-code {
  transition: all 150ms ease 50ms;
}
.contact-widget .contacts .mediums-wrapper .whatsapp .icon {
  background-image: url("../../../graphics/contact-whatsapp-icon.svg");
  width: 29px;
  height: 29px;
  transition: all 150ms ease 50ms;
}
.contact-widget .contacts .mediums-wrapper .whatsapp .qr-code {
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: #d57f28;
  font-weight: 700;
  padding-left: 5px;
  background-color: #ccc;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 150ms ease 50ms;
}
.contact-widget .contacts .mediums-wrapper .email {
  /* width: 273px;
  height: 58px; */
  padding-left: 17px;
  position: relative;
  left: 3px;
  transition: all 150ms ease 100ms;
}
.contact-widget .contacts .mediums-wrapper .email .labels {
  transition: all 150ms ease 100ms;
}
.contact-widget .contacts .mediums-wrapper .email .icon {
  background-image: url("../../../graphics/contact-email-icon.svg");
  width: 28px;
  height: 22px;
  transition: all 150ms ease 100ms;
}
.contact-widget .contacts .timings {
  font-size: 12px;
  line-height: 1.4;
  color: #454545;
  margin-bottom: 15px;
  height: 50px;
  transition: all 200ms ease-out;
}
.contact-widget .contacts .timings .row {
  display: flex;
  gap: 10px;
}
.contact-widget .contacts .timings .key {
  text-align: right;
}
.contact-widget .contacts .timings .val {
  font-weight: 700;
}
.contact-widget .contacts .timings .row {
  display: flex;
  gap: 10px;
}
.contact-widget .contacts .map-wrapper {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
  transition: all 200ms ease-out;
  /* .overlay-bg {
    width: 405px;
    height: 100%;
    background-image: url("../../../graphics/contact-widget-bg-border.svg"),
      url("../../../graphics/contact-widget-bg-border.svg");
    background-size: 100%;
    background-position: bottom -70px left, bottom -70px left;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  } */
}
.contact-widget .contacts .map-wrapper .map {
  width: 400px;
  height: 132px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  left: 3px;
}
.contact-widget .contacts .map-wrapper .map .circle .circle-lottie {
  width: 198px;
  height: 105px;
  margin-top: -5px;
}
.contact-widget .contacts .map-wrapper .map .address {
  width: 100%;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
  text-decoration: underline;
  background-color: rgba(248, 246, 247, 0.7);
  padding: 2px 0px 4px;
  position: absolute;
  bottom: 0px;
  z-index: 9;
  color: #454545;
  transition: all 100ms ease-in-out;
}
.contact-widget .contacts .map-wrapper:hover .map .address {
  color: #c9833a;
}
.contact-widget .contacts .links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
}
.contact-widget .contacts .links a {
  color: #454545;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  transition: all 100ms ease-in-out;
}
.contact-widget .contacts .links a:hover {
  color: #c9833a;
}
.contact-widget .contacts .links a.careening-careers {
  text-decoration: underline;
  background-image: url("../../../graphics/careening-careers-hands.svg");
  background-repeat: no-repeat;
  background-position: top 1px right;
  background-size: 12px;
  padding-right: 17px;
}
.contact-widget .contacts .links .sep {
  background-color: #dc7d29;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  margin: 2px 10px 0px;
}
.contact-widget .contacts .boarding-daycare-contact .mediums-wrapper .whatsapp .qr-code {
  background-image: url("../../../graphics/boarding-daycare-qr-code.svg");
}
.contact-widget .contacts .boarding-daycare-contact .mediums-wrapper .email {
  background-image: url("../../../graphics/contact-boarding-daycare-email-bg.svg");
  width: 270px;
  height: 50px;
}
.contact-widget .contacts .boarding-daycare-contact .timings .key {
  width: 80px;
}
.contact-widget .contacts .boarding-daycare-contact .map-wrapper .map {
  background-image: url("../../../graphics/dkc-map.png");
  background-size: 876px auto;
  background-position: top -68px left -232px;
}
.contact-widget .contacts .global-relocations-contact .mediums-wrapper .email {
  background-image: url("../../../graphics/contact-global-relocations-email-bg.svg");
  width: 234px;
  height: 51px;
}
.contact-widget .contacts .global-relocations-contact .mediums-wrapper .whatsapp .qr-code {
  background-image: url("../../../graphics/global-relocations-qr-code.svg");
}
.contact-widget .contacts .global-relocations-contact .timings {
  padding-top: 10px;
}
.contact-widget .contacts .global-relocations-contact .timings .key {
  width: 95px;
}
.contact-widget .contacts .global-relocations-contact .map-wrapper .map {
  background-image: url("../../../graphics/dkc-map.png");
  background-size: 876px auto;
  background-position: top -68px left -232px;
}
.contact-widget .contacts .veterinary-clinic-contact .mediums-wrapper .email {
  background-image: url("../../../graphics/contact-vet-email-bg.svg");
  width: 165px;
  height: 51px;
}
.contact-widget .contacts .veterinary-clinic-contact .mediums-wrapper .whatsapp .qr-code {
  background-image: url("../../../graphics/veterinary-clinic-qr-code.svg");
}
.contact-widget .contacts .veterinary-clinic-contact .timings-wrapper {
  width: 100%;
  height: 50px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 5px;
}
.contact-widget .contacts .veterinary-clinic-contact .timings-wrapper .img {
  flex: 0 0 45px;
}
.contact-widget .contacts .veterinary-clinic-contact .timings-wrapper .img img {
  max-width: 100%;
}
.contact-widget .contacts .veterinary-clinic-contact .timings-wrapper .timings {
  color: #736e2c;
  font-weight: bold;
  min-height: 0px;
  margin-bottom: 0px;
  position: relative;
  height: auto;
  top: -2px;
}
.contact-widget .contacts .veterinary-clinic-contact .timings-wrapper .timings span {
  color: #c9833a;
}
.contact-widget .contacts .veterinary-clinic-contact .map-wrapper .map {
  background-image: url("../../../graphics/dkc-vet-map.png");
  background-size: 876px auto;
  background-position: top -68px left -232px;
}
.contact-widget .contacts.out .mediums-wrapper .mediums a {
  transform: scale(0.7);
}
.contact-widget .contacts.out .mediums-wrapper .mediums a .icon,
.contact-widget .contacts.out .mediums-wrapper .mediums a .labels,
.contact-widget .contacts.out .mediums-wrapper .mediums a .ext,
.contact-widget .contacts.out .mediums-wrapper .mediums a .qr-code {
  opacity: 0;
}
.contact-widget .contacts.out .mediums-wrapper .email {
  opacity: 0.1;
}
.contact-widget .contacts.out .mediums-wrapper .phone .ext span {
  transition: all 10ms linear 200ms;
  transform: scale(1.7);
}
.contact-widget .contacts.out .mediums-wrapper .phone .ext span:nth-child(1) {
  left: -5px;
}
.contact-widget .contacts.out .mediums-wrapper .phone .ext span:nth-child(2) {
  left: 5px;
}
.contact-widget .contacts.out .timings {
  opacity: 0;
}
.contact-widget .contacts.out .map-wrapper {
  opacity: 0;
}
.contact-widget .contacts.out.boarding-daycare .mediums-wrapper .email {
  transform: scale(0.43);
}
.contact-widget .contacts.out.global-relocations .mediums-wrapper .email {
  transform: scale(0.49);
}
.contact-widget .contacts.in .mediums-wrapper .mediums a {
  transform: scale(1);
}
.contact-widget .contacts.in .mediums-wrapper .mediums a:hover {
  transform: scale(1.05);
}
.contact-widget .contacts.in .mediums-wrapper .mediums a .labels,
.contact-widget .contacts.in .mediums-wrapper .mediums a .ext,
.contact-widget .contacts.in .mediums-wrapper .mediums a .qr-code {
  opacity: 1;
}
.contact-widget .contacts.in .mediums-wrapper .email {
  opacity: 1;
}
.contact-widget .contacts.in .mediums-wrapper .phone .ext span {
  transform: scale(1);
  transition: all 400ms ease-out;
}
.contact-widget .contacts.in .mediums-wrapper .phone .ext span:nth-child(1) {
  transition-delay: 300ms;
  left: 0px;
}
.contact-widget .contacts.in .mediums-wrapper .phone .ext span:nth-child(2) {
  transition-delay: 450ms;
  left: 0px;
}
.contact-widget .contacts.in .timings {
  opacity: 1;
}
.contact-widget .contacts.in .map-wrapper {
  opacity: 1;
}
.contact-widget .contacts.boarding-daycare > div:not(.boarding-daycare-contact) {
  display: none;
}
.contact-widget .contacts.global-relocations > div:not(.global-relocations-contact) {
  display: none;
}
.contact-widget .contacts.veterinary-clinic > div:not(.veterinary-clinic-contact) {
  display: none;
}
.contact-widget .forms {
  /* display: none; */
  background-image: url("../../../graphics/contact-widget-forms-bg.svg");
  width: 425px;
  height: 781px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 40px 35px 0px;
  position: absolute;
  top: 0px;
  left: 60px;
  z-index: 9;
  transform: scale(0.05);
  pointer-events: none;
  transition: all 150ms ease-out;
  opacity: 0;
}
.contact-widget .forms .title {
  display: flex;
  gap: 6px;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  justify-content: center;
  margin-bottom: 10px;
}
.contact-widget .forms .title .icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
}
.contact-widget .forms .title .label {
  font-size: 20px;
  font-weight: 700;
  color: #454545;
}
.contact-widget .forms .email-wrapper {
  width: 300px;
  height: 87px;
  background-image: url("../../../graphics/email-address-bg.svg");
  background-size: 242px 87px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding-top: 22px;
  margin: 0px auto 30px;
  position: relative;
  left: 5px;
}
.contact-widget .forms .email-wrapper .email {
  text-align: center;
  font-size: 14px;
  color: #454545;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
}
.contact-widget .forms .email-wrapper .email.copied {
  transform: translate(0, 0);
  animation: bounce 0.15s;
}
.contact-widget .forms .email-wrapper .actions {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  position: relative;
  left: 8px;
  gap: 40px;
}
@keyframes bounce {
  0% {
    transform: translate(0px, 0px) scale(1);
  }
  50% {
    transform: translate(0px, -8px) scale(0.9);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
.contact-widget .forms .email-wrapper .copy-address {
  display: flex;
  align-items: center;
  width: 116px;
  height: 31px;
  background-image: url("../../../graphics/copy-address-bg.svg");
  gap: 5px;
  cursor: pointer;
  padding-left: 14px;
  position: relative;
  left: 25px;
}
.contact-widget .forms .email-wrapper .copy-address .label {
  font-size: 12px;
  color: #454545;
  position: relative;
  top: -1px;
}
.contact-widget .forms .email-wrapper .copy-address .label span:nth-of-type(1) {
  display: block;
}
.contact-widget .forms .email-wrapper .copy-address .label span:nth-of-type(2) {
  display: none;
}
.contact-widget .forms .email-wrapper .copy-address .icon {
  background-image: url("../../../graphics/copy-address-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 15px;
}
.contact-widget .forms .email-wrapper .copy-address:hover .label {
  text-decoration: underline;
}
.contact-widget .forms .email-wrapper .copy-address.copied .label span:nth-of-type(1) {
  display: none;
}
.contact-widget .forms .email-wrapper .copy-address.copied .label span:nth-of-type(2) {
  display: block;
}
.contact-widget .forms .email-wrapper .copy-address.active {
  transform: scale(0.95);
}
.contact-widget .forms .email-wrapper .use-your-app {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 113px;
  height: 30px;
  background-image: url("../../../graphics/use-your-app-bg.svg");
  background-repeat: no-repeat;
  gap: 5px;
  text-decoration: none;
}
.contact-widget .forms .email-wrapper .use-your-app .label {
  font-size: 12px;
  color: #454545;
  position: relative;
  top: -1px;
}
.contact-widget .forms .email-wrapper .use-your-app .icon {
  background-image: url("../../../graphics/use-your-app-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 17px;
  height: 13px;
}
.contact-widget .forms .email-wrapper .use-your-app:hover .label {
  text-decoration: underline;
}
.contact-widget .forms .form-wrapper {
  background-color: #fff;
}
.contact-widget .forms .form-wrapper .use-our-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 29px;
  background-image: url("../../../graphics/use-our-form-bg.svg");
  gap: 5px;
  margin-left: 20px;
  margin-bottom: 10px;
  padding-left: 6px;
  padding-bottom: 6px;
}
.contact-widget .forms .form-wrapper .use-our-form .label {
  font-size: 12px;
  font-weight: 700;
  color: #454545;
}
.contact-widget .forms .form-wrapper .use-our-form .icon {
  background-image: url("../../../graphics/use-our-form-icon.svg") !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 19px;
  height: 21px;
}
.contact-widget .forms .form-wrapper input[type=text],
.contact-widget .forms .form-wrapper input[type=tel],
.contact-widget .forms .form-wrapper input[type=email],
.contact-widget .forms .form-wrapper textarea {
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  font-weight: 700;
  color: #000;
  border: 0px none;
  outline: none;
  font-family: "Benguiat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}
.contact-widget .forms .form-wrapper input[type=text]:-webkit-autofill,
.contact-widget .forms .form-wrapper input[type=tel]:-webkit-autofill,
.contact-widget .forms .form-wrapper input[type=email]:-webkit-autofill,
.contact-widget .forms .form-wrapper textarea:-webkit-autofill {
  background-color: transparent !important;
  color: #000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /* Prevent background change */
}
.contact-widget .forms .form-wrapper input[type=text]::-moz-placeholder, .contact-widget .forms .form-wrapper input[type=tel]::-moz-placeholder, .contact-widget .forms .form-wrapper input[type=email]::-moz-placeholder, .contact-widget .forms .form-wrapper textarea::-moz-placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
.contact-widget .forms .form-wrapper input[type=text]::placeholder,
.contact-widget .forms .form-wrapper input[type=tel]::placeholder,
.contact-widget .forms .form-wrapper input[type=email]::placeholder,
.contact-widget .forms .form-wrapper textarea::placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
.contact-widget .forms .form-wrapper textarea {
  padding: 10px 20px 15px 20px;
  width: 348px;
  height: 162px;
  resize: none;
  scrollbar-width: 4px;
}
.contact-widget .forms .form-wrapper textarea::-webkit-scrollbar {
  width: 3px; /* Mostly for vertical scrollbars */
  height: 3px; /* Mostly for horizontal scrollbars */
}
.contact-widget .forms .form-wrapper .input-field {
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  margin-bottom: 10px;
}
.contact-widget .forms .form-wrapper .input-field.firstName {
  width: 352px;
  height: 53px;
  background-image: url("../../../graphics/fname-bg.svg");
}
.contact-widget .forms .form-wrapper .input-field.firstName.done {
  background-image: url("../../../graphics/fname-bg-done.svg");
}
.contact-widget .forms .form-wrapper .input-field.firstName.invalid {
  background-image: url("../../../graphics/fname-bg-error.svg");
}
.contact-widget .forms .form-wrapper .input-field.familyName {
  width: 350px;
  height: 50px;
  background-image: url("../../../graphics/lname-bg.svg");
}
.contact-widget .forms .form-wrapper .input-field.familyName.done {
  background-image: url("../../../graphics/lname-bg-done.svg");
}
.contact-widget .forms .form-wrapper .input-field.familyName.invalid {
  background-image: url("../../../graphics/lname-bg-error.svg");
}
.contact-widget .forms .form-wrapper .input-field.mobile {
  width: 351px;
  height: 53px;
  background-image: url("../../../graphics/mobile-bg.svg");
}
.contact-widget .forms .form-wrapper .input-field.mobile.done {
  background-image: url("../../../graphics/mobile-bg-done.svg");
}
.contact-widget .forms .form-wrapper .input-field.mobile.invalid {
  background-image: url("../../../graphics/mobile-bg-error.svg");
}
.contact-widget .forms .form-wrapper .input-field.email {
  width: 352px;
  height: 54px;
  background-image: url("../../../graphics/email-bg.svg");
}
.contact-widget .forms .form-wrapper .input-field.email.done {
  background-image: url("../../../graphics/email-bg-done.svg");
}
.contact-widget .forms .form-wrapper .input-field.email.invalid {
  background-image: url("../../../graphics/email-bg-error.svg");
}
.contact-widget .forms .form-wrapper .input-field.message {
  width: 354px;
  height: 213px;
  background-image: url("../../../graphics/message-bg.svg");
  position: relative;
  padding-top: 2px;
}
.contact-widget .forms .form-wrapper .input-field.message.done {
  background-image: url("../../../graphics/message-bg-done.svg");
}
.contact-widget .forms .form-wrapper .input-field.message.done .recaptcha-note {
  background-color: #f5f5ed;
}
.contact-widget .forms .form-wrapper .input-field.message.done .scrollbar-cover-2 {
  background-image: url("../../../graphics/message-bg-done.svg");
}
.contact-widget .forms .form-wrapper .input-field.message.invalid {
  background-image: url("../../../graphics/message-bg-error.svg");
}
.contact-widget .forms .form-wrapper .input-field.message.invalid .scrollbar-cover-2 {
  background-image: url("../../../graphics/message-bg-error.svg");
}
.contact-widget .forms .form-wrapper .input-field.message.invalid .recaptcha-note {
  background-color: #ffd5d5;
}
.contact-widget .forms .form-wrapper .input-field.message .recaptcha-note {
  font-size: 10px;
  max-width: 250px;
  line-height: 1.3;
  position: absolute;
  bottom: 2px;
  left: 10px;
  padding: 10px 5px 12px 9px;
  background: #f6f6f6;
  border-radius: 12px;
}
.contact-widget .forms .form-wrapper .input-field.message .scrollbar-cover-1 {
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50px;
  background-color: #ffffff;
  top: -2px;
  right: 0px;
}
.contact-widget .forms .form-wrapper .input-field.message .scrollbar-cover-2 {
  background-image: url(../../../graphics/message-bg-done.svg);
  width: 40px;
  height: 16px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-position: top 0px right;
}
.contact-widget .forms .form-wrapper .input-field.message .scrollbar-cover-3 {
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50px;
  background-color: #ffffff;
  top: 5px;
  right: 1px;
}
.contact-widget .forms .form-wrapper .input-field.done input[type=text],
.contact-widget .forms .form-wrapper .input-field.done input[type=tel],
.contact-widget .forms .form-wrapper .input-field.done input[type=email],
.contact-widget .forms .form-wrapper .input-field.done textarea {
  background-image: url("../../../graphics/input-field-tick.svg");
  background-repeat: no-repeat;
  background-position: top 22px right 15px;
}
.contact-widget .forms .form-wrapper .input-field.done.firstName {
  background-image: url("../../../graphics/fname-bg-done.svg");
}
.contact-widget .forms .form-wrapper .input-field.done.familyName {
  background-image: url("../../../graphics/lname-bg-done.svg");
}
.contact-widget .forms .form-wrapper .input-field.done.mobile {
  background-image: url("../../../graphics/mobile-bg-done.svg");
}
.contact-widget .forms .form-wrapper .input-field.done.email {
  background-image: url("../../../graphics/email-bg-done.svg");
}
.contact-widget .forms .form-wrapper .input-field.done.message {
  background-image: url("../../../graphics/message-bg-done.svg");
}
.contact-widget .forms .form-wrapper .input-field.invalid.firstName {
  background-image: url("../../../graphics/fname-bg-error.svg");
}
.contact-widget .forms .form-wrapper .input-field.invalid.familyName {
  background-image: url("../../../graphics/lname-bg-error.svg");
}
.contact-widget .forms .form-wrapper .input-field.invalid.mobile {
  background-image: url("../../../graphics/mobile-bg-error.svg");
}
.contact-widget .forms .form-wrapper .input-field.invalid.email {
  background-image: url("../../../graphics/email-bg-error.svg");
}
.contact-widget .forms .form-wrapper .input-field.invalid.message {
  background-image: url("../../../graphics/message-bg-error.svg");
}
.contact-widget .forms .form-wrapper .form-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: -24px;
  position: relative;
}
.contact-widget .forms .form-wrapper .form-action p {
  margin: 0px;
  font-size: 11px;
  padding-top: 29px;
  padding-left: 10px;
}
.contact-widget .forms .form-wrapper .form-action input[type=submit] {
  background-color: transparent;
  background-image: url("../../../graphics/send-button.svg");
  width: 131px;
  height: 45px;
  color: #fefefe;
  text-shadow: 0.917px 0.917px 0px #b3681c;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: -6px;
  cursor: pointer;
}
.contact-widget .forms .form-wrapper .form-action input[type=submit]:hover {
  background-image: url("../../../graphics/send-button-hover.svg");
}
.contact-widget .forms .form-wrapper .form-action input[type=submit]:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.435);
}
.contact-widget .forms .form-wrapper .form-action input[type=submit]:active {
  transform: scale(0.95);
}
.contact-widget .forms .form-wrapper .form-action .loader-wrapper {
  width: 131px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.contact-widget .forms .form-wrapper .form-action .loader-wrapper .loader {
  width: 25px;
  height: 25px;
}
.contact-widget .forms .form-wrapper .success-wrapper,
.contact-widget .forms .form-wrapper .error-wrapper {
  padding: 80px 15px 0px;
  display: none;
  text-align: center;
}
.contact-widget .forms .form-wrapper .success-wrapper p,
.contact-widget .forms .form-wrapper .error-wrapper p {
  text-align: center;
  font-size: 16px;
}
.contact-widget .forms .form-wrapper .success-wrapper .back-to-form,
.contact-widget .forms .form-wrapper .error-wrapper .back-to-form {
  background-color: transparent;
  background-image: url("../../../graphics/send-button.svg");
  width: 131px;
  height: 45px;
  color: #fefefe;
  text-shadow: 0.917px 0.917px 0px #b3681c;
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 41px;
  margin: 30px auto 0px;
  text-decoration: none;
}
.contact-widget .forms .form-wrapper .success-wrapper p {
  color: #78cf50;
}
.contact-widget .forms .form-wrapper .error-wrapper p {
  color: #cf5050;
}
.contact-widget .forms .form-wrapper.sending input[type=submit] {
  display: none;
}
.contact-widget .forms .form-wrapper.sending .loader-wrapper {
  display: flex;
}
.contact-widget .forms .form-wrapper.success .fields,
.contact-widget .forms .form-wrapper.success .error-wrapper {
  display: none;
}
.contact-widget .forms .form-wrapper.success .success-wrapper {
  display: block;
}
.contact-widget .forms .form-wrapper.error .fields,
.contact-widget .forms .form-wrapper.error .success-wrapper {
  display: none;
}
.contact-widget .forms .form-wrapper.error .error-wrapper {
  display: block;
}
.contact-widget .forms .boarding-daycare-form .title .icon {
  background-image: url("../../../graphics/boarding-day-care-icon.svg");
}
.contact-widget .forms .boarding-daycare-form .title .label {
  position: relative;
  top: -1px;
}
.contact-widget .forms .global-relocations-form .title .icon {
  background-image: url("../../../graphics/global-relocations-icon.svg");
}
.contact-widget .forms .global-relocations-form .title .label {
  position: relative;
  top: 2px;
}
.contact-widget .forms .veterinary-clinic-form .title .icon {
  background-image: url("../../../graphics/veterinary-clinic-icon.svg");
  width: 40px;
  height: 40px;
}
.contact-widget .forms .veterinary-clinic-form .title .label {
  position: relative;
  top: -1px;
}
.contact-widget .nav {
  height: 162px;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  transition: all 150ms ease-out, opacity 150ms ease-out 200ms;
  opacity: 1;
  filter: blur(0px);
  left: 60px;
  right: 0px;
  top: 0px;
  transform: scale(1);
  visibility: visible;
}
.contact-widget .nav .c-button {
  position: absolute;
  filter: grayscale(1);
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
.contact-widget .nav .c-button.veterinary-clinic {
  animation: none;
}
.contact-widget .nav .c-button.global-relocations {
  animation: none;
}
.contact-widget .nav .c-button.global-relocations .propeller {
  transition: opacity 100ms ease-out;
  /* .propeller-1, .propeller-2 {
    animation: none;
  } */
}
.contact-widget .nav .c-button.boarding-daycare {
  animation: none;
}
.contact-widget .nav .c-button.boarding-daycare .tail {
  left: 12px;
}
.contact-widget .nav .c-button:hover.veterinary-clinic {
  filter: grayscale(0);
}
.contact-widget .nav .c-button:hover.global-relocations {
  animation: flying-plan-small 10s ease-out infinite;
  filter: grayscale(0);
}
.contact-widget .nav .c-button:hover.global-relocations .propeller {
  filter: blur(2px);
}
.contact-widget .nav .c-button:hover.boarding-daycare {
  filter: grayscale(0);
}
.contact-widget.generic .generic-nav {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.contact-widget.generic .step-controls {
  left: 90px;
}
.contact-widget.generic .contacts {
  opacity: 0;
  transform: scale(0.2);
  visibility: hidden;
}
.contact-widget.generic .forms {
  opacity: 0;
  transform: scale(0.2);
  visibility: hidden;
}
.contact-widget.generic .nav {
  opacity: 0;
  visibility: hidden;
}
.contact-widget.form .contacts {
  transform: scale(0.84);
  left: -92px;
  filter: blur(2px);
  top: -20px;
}
.contact-widget.form .forms {
  transform: scale(1);
  top: 0px;
  pointer-events: auto;
  opacity: 1;
}
.contact-widget.form .nav {
  display: none;
}
.contact-widget.form .step-controls {
  left: 42px;
  top: 100px;
}
.contact-widget.form .step-controls .close {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
}
.contact-widget.form .step-controls .back {
  /* display: block; */
  opacity: 1;
  visibility: visible;
}
.contact-widget.boarding-daycare .nav .c-button.boarding-daycare {
  top: 22px;
  left: 86px;
  transform: scale(0.93);
  filter: grayscale(0);
}
.contact-widget.boarding-daycare .nav .c-button.global-relocations {
  top: 60px;
  left: -45px;
  transform: scale(0.66);
}
.contact-widget.boarding-daycare .nav .c-button.veterinary-clinic {
  top: 77px;
  left: 166px;
  transform: scale(0.66);
}
.contact-widget.boarding-daycare .forms > div:not(.boarding-daycare-form) {
  display: none;
}
.contact-widget.global-relocations .nav .c-button.boarding-daycare {
  top: 98px;
  left: 162px;
  transform: scale(0.67);
}
.contact-widget.global-relocations .nav .c-button.global-relocations {
  top: 2px;
  left: 70px;
  filter: grayscale(0);
  transform: scale(0.93) rotate(0deg) translate3d(0px, 0px, 0px);
}
.contact-widget.global-relocations .nav .c-button.global-relocations.animate {
  animation: flying-plan-active-btn 10s ease-out infinite 500ms !important;
}
.contact-widget.global-relocations .nav .c-button.global-relocations.animate .propeller {
  filter: blur(2px);
  /* .propeller-1 {
    animation: rotate360 0.15s linear infinite;
  }
  .propeller-2 {
    animation: rotate360 0.25s linear infinite;
  } */
}
.contact-widget.global-relocations .nav .c-button.veterinary-clinic {
  top: 66px;
  left: -32px;
  transform: scale(0.67);
}
.contact-widget.global-relocations .forms > div:not(.global-relocations-form) {
  display: none;
}
.contact-widget.veterinary-clinic .nav .c-button.boarding-daycare {
  top: 89px;
  left: -34px;
  transform: scale(0.67);
}
.contact-widget.veterinary-clinic .nav .c-button.global-relocations {
  top: 77px;
  left: 142px;
  transform: scale(0.67);
}
.contact-widget.veterinary-clinic .nav .c-button.veterinary-clinic {
  top: 4px;
  left: 86px;
  transform: scale(0.93);
  filter: grayscale(0);
}
.contact-widget.veterinary-clinic .forms > div:not(.veterinary-clinic-form) {
  display: none;
}
.contact-widget.show {
  display: block;
}
.contact-widget.appear {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate3d(0, 0px, 0);
}
@media (max-width: 1360px) {
  .contact-widget {
    bottom: 0px;
    top: auto;
    right: 10px;
    max-height: 100vh;
    overflow: auto;
    width: 490px;
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .contact-widget .generic-nav {
    top: auto;
    bottom: 15px;
  }
  .contact-widget .nav {
    top: 125px;
  }
  .contact-widget .step-controls {
    top: 128px;
  }
  .contact-widget.at-top {
    pointer-events: auto;
  }
  .contact-widget.generic {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .contact-widget.generic .step-controls {
    top: auto;
    bottom: 360px;
    left: 112px;
  }
  .contact-widget.form .forms {
    top: 125px;
  }
  .contact-widget.form .step-controls {
    top: 225px;
  }
}
@media (max-width: 640px) {
  .contact-widget {
    width: 100vw;
    height: 100vh;
    top: auto;
    bottom: 0px;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    right: 0px;
    padding: 180px 0px 0px;
    transform: scale(1) translate3d(0, 0px, 0);
    transition: all 0.2s ease-out, padding 0ms linear;
  }
  .contact-widget.at-top {
    pointer-events: auto;
    /*
    padding: 100px 0px;

    .step-controls {
      top: 114px;
    }

    &.form {
      .step-controls {
        top: 156px;
      }
    }
      */
  }
  .contact-widget .c-button .label {
    font-size: 22.5px;
  }
  .contact-widget .c-button.boarding-daycare {
    width: 350px;
    height: 68.75px;
    padding-left: 15px;
  }
  .contact-widget .c-button.boarding-daycare .icon {
    width: 38.75px;
    height: 38.75px;
  }
  .contact-widget .c-button.boarding-daycare .tail {
    width: 30px;
    height: 35px;
    left: 12px;
  }
  .contact-widget .c-button.global-relocations {
    width: 387.5px;
    height: 128.75px;
    padding-left: 52.5px;
    /* width: 385px;
    height: 122.25px;
    padding-left: 51.5px; */
  }
  .contact-widget .c-button.global-relocations .icon {
    width: 35px;
    height: 38.75px;
  }
  .contact-widget .c-button.global-relocations .propeller {
    bottom: 7px;
  }
  .contact-widget .c-button.veterinary-clinic {
    /* width: 277px * 1.25;
    height: 55px * 1.25; */
    width: 346px;
    height: 97px;
    padding-top: 26px;
    padding-left: 15px;
  }
  .contact-widget .c-button.veterinary-clinic .icon {
    width: 35px;
    height: 35px;
  }
  .contact-widget .step-controls {
    width: 100px;
    height: 84px;
    left: 14px;
    top: 200px;
  }
  .contact-widget .step-controls .back {
    background-image: url("../../../graphics/contact-widget-close.svg");
  }
  .contact-widget .generic-nav {
    width: 100%;
    height: auto;
    padding: 30px 0px 55px;
    background-size: 120%;
    background-position: top center;
    top: auto;
    bottom: 0px;
    transform: scale(1);
    /* background-image: url('../../../graphics/mobile-contact-widget-bg.svg');
    background-size: 100% auto; */
  }
  .contact-widget .generic-nav .q-mark-wrapper {
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .contact-widget .generic-nav .q-mark {
    width: 250px;
    height: 375px;
    bottom: 10px;
    right: 0px;
    position: relative;
  }
  .contact-widget .generic-nav .title {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .contact-widget .generic-nav .links {
    gap: 35px;
    padding: 30px 0px 36px;
  }
  .contact-widget .nav {
    height: 202px;
    width: 100%;
    max-width: 500px;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 210px;
  }
  .contact-widget .nav .c-button.boarding-daycare .tail {
    left: 20px;
  }
  .contact-widget .contacts {
    width: 100%;
    height: auto;
    bottom: 0px;
    background-position: top 20px center;
    padding-top: 240px;
    padding-bottom: 180px;
    background-image: url("../../../graphics/mobile-contact-widget-bg.svg");
    background-size: 100% auto;
  }
  .contact-widget .contacts .mediums-wrapper {
    width: 448.63px;
    height: 390.32px;
    margin-bottom: 25px;
  }
  .contact-widget .contacts .mediums-wrapper .bg .bg-1 {
    width: 435.54px;
    height: 390.32px;
  }
  .contact-widget .contacts .mediums-wrapper .bg .bg-2 {
    width: 396.27px;
    height: 372.47px;
  }
  .contact-widget .contacts .mediums-wrapper .bg .bg-3 {
    width: 433.16px;
    height: 372.47px;
  }
  .contact-widget .contacts .mediums-wrapper .mediums .labels .primary {
    font-size: 20.23px;
  }
  .contact-widget .contacts .mediums-wrapper .mediums .labels .secondary {
    font-size: 14.28px;
  }
  .contact-widget .contacts .mediums-wrapper .phone {
    width: 315px;
    height: 68px;
  }
  .contact-widget .contacts .mediums-wrapper .phone .ext {
    font-size: 16.66px;
  }
  .contact-widget .contacts .mediums-wrapper .whatsapp {
    width: 310px;
    height: 68px;
  }
  .contact-widget .contacts .mediums-wrapper .email {
    width: 315px;
    height: 68px;
  }
  .contact-widget .contacts .timings {
    font-size: 16px;
    margin-bottom: 20px;
    height: 68px;
  }
  .contact-widget .contacts .map-wrapper {
    margin-bottom: 30px;
  }
  .contact-widget .contacts .map-wrapper .map {
    height: 150px;
    width: 100%;
    margin: 0px auto;
    left: 0px;
  }
  .contact-widget .contacts .map-wrapper .map .address {
    font-size: 14px;
    padding: 3px 0px;
  }
  .contact-widget .contacts .links a {
    font-size: 16px;
  }
  .contact-widget .contacts .links a.careening-careers {
    background-size: 16px;
    padding-right: 23px;
    background-position: top 2px right;
  }
  .contact-widget .contacts .boarding-daycare-contact .mediums-wrapper .email {
    width: 310px;
    height: 58px;
  }
  .contact-widget .contacts .boarding-daycare-contact .map-wrapper .map {
    background-size: 950px;
    background-position: top -76px center;
  }
  .contact-widget .contacts .boarding-daycare-contact .timings .key {
    width: 108px;
  }
  .contact-widget .contacts .global-relocations-contact .mediums-wrapper .email {
    width: 268px;
    height: 58px;
  }
  .contact-widget .contacts .global-relocations-contact .map-wrapper .map {
    background-position: top -76px center;
    background-size: 950px;
  }
  .contact-widget .contacts .global-relocations-contact .timings {
    padding-top: 10px;
  }
  .contact-widget .contacts .global-relocations-contact .timings .key {
    width: 126px;
  }
  .contact-widget .contacts .veterinary-clinic-contact .mediums-wrapper .email {
    width: 186px;
    height: 58px;
  }
  .contact-widget .contacts .veterinary-clinic-contact .map-wrapper .map {
    background-position: top -76px center;
    background-size: 950px;
  }
  .contact-widget .contacts .veterinary-clinic-contact .timings-wrapper {
    height: 68px;
    margin-bottom: 20px;
  }
  .contact-widget .contacts .veterinary-clinic-contact .timings {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .contact-widget .forms {
    width: 100vw;
    min-height: 100vh;
    padding-top: 142px;
    /* background-image: url("../../../graphics/mobile-contact-widget-forms-top-line-with-bg.svg"),
      url("../../../graphics/mobile-contact-widget-forms-bottom-line.svg");
    background-position: top 100px center, bottom right -1px; */
    background-image: url("../../../graphics/mobile-contact-widget-forms-bottom-line.svg"), url("../../../graphics/mobile-contact-widget-forms-top-line-with-bg.svg");
    background-size: 100%;
    background-position: top 900px right -1px, top 100px center;
  }
  .contact-widget .forms .title .label {
    font-size: 24px;
  }
  .contact-widget .forms .email-wrapper {
    width: 320px;
    height: 104px;
    background-size: 287px;
  }
  .contact-widget .forms .email-wrapper .email {
    font-size: 18px;
  }
  .contact-widget .forms .email-wrapper .copy-address {
    width: 138px;
    height: 37px;
    background-size: 138px;
    left: 30px;
  }
  .contact-widget .forms .email-wrapper .copy-address .label {
    font-size: 14px;
  }
  .contact-widget .forms .email-wrapper .copy-address .icon {
    width: 18px;
    height: 19px;
  }
  .contact-widget .forms .email-wrapper .use-your-app {
    width: 138px;
    height: 37px;
    background-size: 138px;
  }
  .contact-widget .forms .email-wrapper .use-your-app .label {
    font-size: 14px;
  }
  .contact-widget .forms .email-wrapper .use-your-app .icon {
    width: 18px;
    height: 19px;
  }
  .contact-widget .forms .form-wrapper {
    max-width: 400px;
    margin: 0px auto;
  }
  .contact-widget .forms .form-wrapper .use-our-form {
    width: 160px;
    height: 34px;
    background-size: 160px;
  }
  .contact-widget .forms .form-wrapper .use-our-form .label {
    font-size: 14px;
  }
  .contact-widget .forms .form-wrapper .use-our-form .icon {
    width: 22px;
    height: 23px;
  }
  .contact-widget .forms .form-wrapper input[type=text],
  .contact-widget .forms .form-wrapper input[type=tel],
  .contact-widget .forms .form-wrapper input[type=email],
  .contact-widget .forms .form-wrapper textarea {
    font-size: 20px;
  }
  .contact-widget .forms .form-wrapper textarea {
    width: 393px;
    height: 180px;
  }
  .contact-widget .forms .form-wrapper .input-field.firstName, .contact-widget .forms .form-wrapper .input-field.familyName, .contact-widget .forms .form-wrapper .input-field.mobile, .contact-widget .forms .form-wrapper .input-field.email {
    width: 400px;
    height: 60px;
  }
  .contact-widget .forms .form-wrapper .input-field.message {
    width: 400px;
    height: 240px;
  }
  .contact-widget .forms .form-wrapper .input-field.message .recaptcha-note {
    max-width: 285px;
    font-size: 12px;
  }
  .contact-widget .forms .form-wrapper .input-field.message .scrollbar-cover-1 {
    width: 14px;
    height: 11px;
    top: 0px;
    right: 0px;
  }
  .contact-widget .forms .form-wrapper .input-field.message .scrollbar-cover-2 {
    width: 40px;
    height: 16px;
    top: 1px;
    right: 2px;
    background-position: top 0px right;
  }
  .contact-widget .forms .form-wrapper .input-field.message .scrollbar-cover-3 {
    width: 5px;
    height: 5px;
    top: -3px;
    right: 6px;
  }
  .contact-widget .forms .form-wrapper .form-action {
    gap: 12px;
  }
  .contact-widget .forms .form-wrapper .form-action p {
    font-size: 14px;
  }
  .contact-widget .forms .form-wrapper .form-action input[type=submit] {
    font-size: 20px;
    width: 140px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .contact-widget .forms .form-wrapper .success-wrapper p,
  .contact-widget .forms .form-wrapper .error-wrapper p {
    font-size: 22px;
  }
  .contact-widget .forms .form-wrapper .success-wrapper .back-to-form,
  .contact-widget .forms .form-wrapper .error-wrapper .back-to-form {
    width: 150px;
    height: 51px;
    background-size: 150px;
    line-height: 48px;
    font-size: 20px;
  }
  .contact-widget.generic {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .contact-widget.generic .step-controls {
    /* opacity: 0;
    visibility: hidden; */
    /* bottom: 560px;
    left: 16px; */
    bottom: 0px;
    right: 0px;
    left: auto;
  }
  .contact-widget.generic .contacts {
    transform: scale(1);
  }
  .contact-widget.boarding-daycare .nav .c-button.boarding-daycare {
    top: 23px;
    left: 120px;
  }
  .contact-widget.boarding-daycare .nav .c-button.global-relocations {
    top: 70px;
    left: -60px;
  }
  .contact-widget.boarding-daycare .nav .c-button.veterinary-clinic {
    top: 98px;
    left: 202px;
  }
  .contact-widget.global-relocations .nav .c-button.boarding-daycare {
    top: 128px;
    left: 201px;
  }
  .contact-widget.global-relocations .nav .c-button.global-relocations {
    left: 102px;
  }
  .contact-widget.global-relocations .nav .c-button.veterinary-clinic {
    top: 88px;
    left: -40px;
  }
  .contact-widget.veterinary-clinic .nav .c-button.boarding-daycare {
    top: 106px;
    left: -48px;
  }
  .contact-widget.veterinary-clinic .nav .c-button.global-relocations {
    top: 94px;
    left: 177px;
  }
  .contact-widget.veterinary-clinic .nav .c-button.veterinary-clinic {
    left: 120px;
  }
  .contact-widget.form {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .contact-widget.form .step-controls {
    left: 50%;
    transform: translate(-50%, 0px);
    top: 220px;
    z-index: 4;
    width: 130px;
    height: 112px;
  }
  .contact-widget.form .forms {
    z-index: 3;
    left: 0px;
    top: 180px;
  }
  .contact-widget.form .nav {
    display: block;
    opacity: 0.7;
    filter: blur(1.5px);
    left: 50%;
    top: 158px;
    transform: translate(-50%, 0px) scale(0.7);
  }
  .contact-widget.form .nav .c-button.boarding-daycare {
    animation: none !important;
  }
  .contact-widget.form .nav .c-button.global-relocations {
    animation: none !important;
  }
  .contact-widget.form .nav .c-button.global-relocations.animate {
    animation: none !important;
  }
  .contact-widget.form .nav .c-button.veterinary-clinic {
    animation: none !important;
  }
  .contact-widget.form .contacts {
    left: 0px;
    top: 0px;
    transform: scale(1);
    opacity: 0;
  }
  .contact-widget.form .contacts > div {
    transform: scale(0.84);
  }
  .contact-widget.show {
    z-index: 999999;
  }
  .contact-widget.show.generic {
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 640px) {
  .contact-widget .step-controls {
    top: 180px;
  }
}

.contact-button {
  position: absolute;
  transform: translateY(-112px);
  opacity: 0;
  width: 170px;
  right: 380px;
  transition: all 200ms ease-out;
  cursor: pointer;
}
.contact-button .contact-button-shadow {
  position: absolute;
  background: url("../../../graphics/contact/cta/contact-button-overlay.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 136px;
  width: 156.4px;
  left: -21.76px;
  transition: all 200ms ease-out;
  top: 4.76px;
  pointer-events: none;
}
.contact-button .contact-button-second-overlay {
  position: absolute;
  background: url("../../../graphics/contact/cta/contact-button-third-overlay.svg");
  z-index: 999999;
  background-size: contain;
  background-repeat: no-repeat;
  height: 136px;
  width: 168.64px;
  top: 12.24px;
  left: 6.8px;
  transition: all 200ms ease-out;
}
.contact-button .contact-button-wrapper {
  position: absolute;
  height: 120.36px;
  width: 163.2px;
  background-image: url("../../../graphics/contact/cta/contact-button-wrapper.svg");
  z-index: 999999;
  background-size: contain;
  background-repeat: no-repeat;
  top: 13.6px;
  left: 8.16px;
  transition: all 200ms ease-out, background-image 0ms linear;
}
.contact-button .contact-button-wrapper .contact-button-inner-wrapper {
  position: relative;
  height: 98.6px;
  width: 156.4px;
  background-image: url("../../../graphics/contact-button-dog-tailless.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 13.6px;
  transition: all 200ms ease-out;
}
.contact-button .contact-button-wrapper .contact-button-inner-wrapper .tail-lottie {
  position: absolute;
  top: -1px;
  right: -30px;
  width: 70px;
}
.contact-button .contact-button-wrapper .contact-button-inner-wrapper .contact-button-inner-text {
  position: absolute;
  color: #fefefe;
  font-size: 20.4px;
  font-weight: 700;
  border-bottom: 2px solid;
  border-color: rgba(254, 254, 254, 0.4);
  padding-bottom: 1px;
  transition: all 200ms ease-out;
}
.contact-button .contact-button-wrapper .contact-button-inner-wrapper :nth-child(1) {
  top: 41px;
  left: 17px;
  rotate: 3deg;
  font-size: 22.44px;
}
.contact-button .contact-button-wrapper .contact-button-inner-wrapper :nth-child(2) {
  top: 46px;
  right: 34px;
  rotate: -1deg;
}
.contact-button .contact-button-outer-wrapper {
  color: #1e1e1e;
  width: 100%;
  font-size: 16px;
  position: absolute;
  top: 142.8px;
  left: 0px;
  rotate: 4deg;
  opacity: 70%;
  text-align: center;
  transition: all 300ms ease-out;
}
.contact-button.show {
  transform: translateY(0);
  opacity: 1;
}
.contact-button.in-nav {
  transform: translateY(-112px);
  right: 378px;
}
.contact-button.in-nav .contact-button-shadow {
  left: -8px;
  top: -3px;
  width: 172.5px;
  height: 132.25px;
}
.contact-button.in-nav .contact-button-second-overlay {
  height: 103.5px;
  width: 135.7px;
  top: 20px;
  left: 18px;
}
.contact-button.in-nav .contact-button-wrapper {
  top: 19px;
  left: 20px;
  height: 97.75px;
  width: 132.25px;
  background-image: url("../../../graphics/contact/cta/contact-button-wrapper-beige.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-button.in-nav .contact-button-wrapper .contact-button-inner-wrapper {
  height: 80.5px;
  width: 120.75px;
  margin-left: 15px;
}
.contact-button.in-nav .contact-button-wrapper .contact-button-inner-wrapper .tail-lottie {
  top: -2px;
  right: -21px;
  width: 50px;
}
.contact-button.in-nav .contact-button-wrapper .contact-button-inner-wrapper .contact-button-inner-text {
  font-size: 17px;
  border-bottom: 1px solid;
  border-color: rgba(254, 254, 254, 0.5);
  padding-bottom: 0px;
  line-height: 1;
}
.contact-button.in-nav .contact-button-wrapper .contact-button-inner-wrapper .contact-button-inner-text:nth-child(1) {
  top: 34px;
  left: 13px;
}
.contact-button.in-nav .contact-button-wrapper .contact-button-inner-wrapper .contact-button-inner-text:nth-child(2) {
  top: 38px;
  right: 25px;
}
.contact-button.in-nav .contact-button-outer-wrapper {
  color: #fefefe;
  font-size: 13px;
  line-height: 1.3;
  top: 127px;
  left: -2px;
  opacity: 100%;
}
.contact-button.hide {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1440px) {
  .contact-button {
    right: 365px;
  }
  .contact-button.in-nav {
    right: 365px;
  }
}
@media (max-width: 1380px) {
  .contact-button {
    right: 354px;
  }
  .contact-button.in-nav {
    right: 354px;
  }
}
@media (max-width: 1360px) {
  .contact-button {
    width: 195.5px;
    right: 0;
    animation: none;
    bottom: 190px;
    z-index: 6;
    opacity: 1;
    transform: translateY(0px);
    z-index: 9;
    position: fixed;
    display: none;
  }
  .contact-button.show {
    display: block;
  }
  .contact-button.in-nav {
    transform: translateY(0px);
    right: 0px;
  }
  .contact-button .contact-button-shadow {
    left: -8px;
    top: -12px;
    height: 138px;
    width: 180px;
  }
  .contact-button .contact-button-second-overlay {
    /* height: 90px * 1.4;
    width: 118px * 1.4;
    top: 20px;
    left: 18px; */
    height: 121px;
    width: 159.2px;
    top: 15px;
    left: 17px;
  }
  .contact-button .contact-button-wrapper {
    top: 19px;
    left: 20px;
    height: 119px;
    width: 161px;
    background: url("../../../graphics/contact/cta/contact-button-wrapper-beige.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .contact-button .contact-button-wrapper .contact-button-inner-wrapper {
    height: 98px;
    width: 147px;
    margin-left: 15px;
  }
  .contact-button .contact-button-wrapper .contact-button-inner-wrapper .tail-lottie {
    right: -29px;
    width: 65px;
    top: -2px;
  }
  .contact-button .contact-button-wrapper .contact-button-inner-wrapper .contact-button-inner-text {
    font-size: 21px;
    border-bottom: 1px solid;
    border-color: rgba(254, 254, 254, 0.5);
    padding-bottom: 0px;
  }
  .contact-button .contact-button-wrapper .contact-button-inner-wrapper :nth-child(1) {
    /* top: 30px;
    left: 13px; */
    top: 38px;
    left: 13px;
  }
  .contact-button .contact-button-wrapper .contact-button-inner-wrapper :nth-child(2) {
    /* top: 33px;
    right: 22px; */
    top: 43px;
    right: 32px;
  }
  .contact-button .contact-button-outer-wrapper {
    /* font-size: 13px;
      line-height: 1.3;
      top: 118px;
      left: 16px;
      opacity: 100%; */
    display: none;
    font-size: 18px;
    display: block;
    top: 132px;
    left: -10px;
  }
}

body:has(.contact-widget.show.appear) .contact-button {
  opacity: 0;
}

@media (max-width: 1370px) {
  .contact-button {
    right: 350px;
  }
  .contact-button.in-nav {
    right: 350px;
  }
}
@media (max-width: 1360px) {
  nav.menu-open .contact-button {
    bottom: 146px;
    transform: translate(22px, 25px);
  }
  nav.menu-open .contact-button .contact-button-wrapper .contact-button-inner-wrapper {
    width: 121px;
    height: 81px;
  }
  nav.menu-open .contact-button .contact-button-shadow,
  nav.menu-open .contact-button .contact-button-second-overlay,
  nav.menu-open .contact-button .contact-button-outer-wrapper {
    display: none;
  }
  nav.menu-open .contact-button .contact-button-wrapper {
    background: none;
  }
  nav.menu-open .contact-button .contact-button-wrapper .contact-button-inner-wrapper .tail-lottie {
    right: -20px;
    width: 50px;
    top: -3px;
  }
  nav.menu-open .contact-button .contact-button-wrapper .contact-button-inner-wrapper .contact-button-inner-text {
    font-size: 18px;
  }
  nav.menu-open .contact-button .contact-button-wrapper .contact-button-inner-wrapper :nth-child(1) {
    top: 30px;
    left: 13px;
  }
  nav.menu-open .contact-button .contact-button-wrapper .contact-button-inner-wrapper :nth-child(2) {
    top: 33px;
    right: 22px;
  }
  .contact-button {
    right: 0px;
  }
  .contact-button.in-nav {
    right: 0px;
  }
}
@keyframes twentyfour-seven-topbar-entrance {
  0% {
    transform: translate(0px, -100%);
  }
  100% {
    transform: translate(0px, 0%);
  }
}
.twentyfour-seven-topbar {
  margin-top: 92px;
  display: flex;
  width: 100%;
  /* background-color: #3E3A35; */
  background-image: url("../../../graphics/twentyfour-seven-topbar-bg.svg");
  background-size: 3000px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 90px;
  gap: 70px;
  padding: 0px 20px;
  transform: translate(0px, -100%);
  animation: twentyfour-seven-topbar-entrance 700ms cubic-bezier(0, 0, 0, 1.04) 500ms 1 normal forwards;
  position: fixed;
  z-index: 9999;
}
.twentyfour-seven-topbar > div {
  position: relative;
  left: -25px;
}
.twentyfour-seven-topbar .space-for-contact-button {
  flex: 0 0 200px;
  position: relative;
  /* .contact-button-bg-curve {
    position: absolute;
    top: 5px;
    background-image: url(../../../graphics/wave_dkc.svg);
    background-size: contain;
    width: 500px;
    height: 85px;
    background-position: bottom left -943px;
    left: -300px;
    transform: rotate(2deg);
    // opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  } */
}
.twentyfour-seven-topbar .left {
  margin-left: -112px;
}

.twentyfour-seven-topbar:after {
  content: "";
  content: "";
  display: none;
  width: 100%;
  height: 20px;
  background-image: url("../../../graphics/twentyfour-seven-topbar-bottom-wave.svg");
  background-image: url("../../../graphics/twentyfour-seven-topbar-bottom-wave.svg");
  background-repeat: repeat-x;
  background-position: left top;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-size: 3000px auto;
}

.twentyfour-seven-topbar .mobile-br {
  display: none;
}

.twentyfour-seven-topbar + header {
  padding-top: 220px;
}

.twentyfour-seven-topbar .left {
  flex: 1;
  background-image: url("../../../graphics/twentyfour-seven-topbar-left-bg.svg");
  background-size: auto 72px;
  background-repeat: repeat-x;
  background-position: right center;
  position: relative;
  transform-origin: bottom left;
}

.twentyfour-seven-topbar .right {
  flex: 1;
  background-image: url("../../../graphics/twentyfour-seven-topbar-right-bg.svg");
  background-size: auto 70px;
  background-repeat: repeat-x;
  background-position: left center;
}

@keyframes twentyfour-seven-topbar-content-entrance {
  0% {
    transform: translate(0px, 100%);
  }
  100% {
    transform: translate(0px, 0%);
  }
}
.twentyfour-seven-topbar .content {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  color: #d5d5d5;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transform: translate(0px, -100%);
  animation: twentyfour-seven-topbar-content-entrance 500ms cubic-bezier(0, 0, 0.14, 0.99) 800ms 1 normal forwards;
}

.twentyfour-seven-topbar .content span {
  color: #fff;
}

.twentyfour-seven-topbar .twentyfour-seven-logo {
  width: 62px;
  height: 49px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-image: url("../../../graphics/twentyfour-seven-logo.svg");
  background-size: contain;
}

.twentyfour-seven-announcement {
  margin-bottom: 80px;
  margin-top: 65px;
}

.twentyfour-seven-announcement .top-bar {
  background: #3e3a35;
  background: #3e3a35;
  display: flex;
  gap: 10px;
  position: relative;
  height: 205px;
  margin-bottom: 22px;
}

.twentyfour-seven-announcement .top-bar:before {
  content: "";
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background-image: url("../../../graphics/twentyfour-seven-announcement-top-wave.svg");
  background-image: url("../../../graphics/twentyfour-seven-announcement-top-wave.svg");
  position: absolute;
  top: -1px;
  left: 0px;
  background-size: 3000px;
  background-position: bottom center;
}

.twentyfour-seven-announcement .top-bar:after {
  content: "";
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background-image: url("../../../graphics/twentyfour-seven-announcement-bottom-wave.svg");
  background-image: url("../../../graphics/twentyfour-seven-announcement-bottom-wave.svg");
  position: absolute;
  bottom: -1px;
  left: 0px;
  background-size: 3000px;
  background-position: top center;
}

.twentyfour-seven-announcement .top-bar .twentyfour-seven-logo {
  width: 350px;
  height: 276px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-image: url("../../../graphics/twentyfour-seven-announcement-logo.svg");
  background-image: url("../../../graphics/twentyfour-seven-announcement-logo.svg");
  background-size: contain;
  position: relative;
  z-index: 9;
  top: -50px;
}

.twentyfour-seven-announcement .top-bar .left {
  flex: 1;
  background-image: url("../../../graphics/twentyfour-seven-announcement-left-bg.svg");
  background-size: auto 96px;
  background-repeat: repeat-x;
  background-position: right center;
  position: relative;
  top: -10px;
}

.twentyfour-seven-announcement .top-bar .right {
  flex: 1;
  background-image: url("../../../graphics/twentyfour-seven-announcement-right-bg.svg");
  background-size: auto 96px;
  background-repeat: repeat-x;
  background-position: left center;
  position: relative;
  top: 20px;
}

.twentyfour-seven-announcement .content {
  margin-top: 10px;
  padding: 0px 20px;
}

.twentyfour-seven-announcement .content .title {
  color: #7a6f00;
  color: #7a6f00;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.twentyfour-seven-announcement .content .title span {
  color: #d57f28;
  color: #d57f28;
}

.twentyfour-seven-announcement .content .sub-title {
  color: #7a6f00;
  color: #7a6f00;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.twentyfour-seven-announcement .content .mobile-br {
  display: none;
}

.twentyfour-seven-announcement .content .sub-title span {
  color: #d57f28;
  color: #d57f28;
}

@media (max-width: 1360px) {
  .twentyfour-seven-topbar {
    margin-top: 0px;
    position: relative;
    background-size: auto 100%;
  }
  .twentyfour-seven-topbar .left {
    margin-left: 0px;
  }
  .twentyfour-seven-topbar > div {
    left: 0px;
  }
  .twentyfour-seven-topbar .space-for-contact-button {
    display: none;
  }
  .twentyfour-seven-topbar + header {
    padding-top: 30px;
  }
}
@media (max-width: 1000px) {
  .twentyfour-seven-topbar {
    /* align-items: center; */
    justify-content: center;
    height: 120px;
    line-height: 1.4;
  }
  /* .twentyfour-seven-topbar + header {
    padding-top: 150px;
  } */
  .twentyfour-seven-topbar .left,
  .twentyfour-seven-topbar .right {
    /* display: none; */
  }
  .twentyfour-seven-topbar .content {
    background-image: url("../../../graphics/twentyfour-seven-logo.svg");
    background-size: 100px;
    background-position: center left;
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    padding-left: 120px;
    font-size: 20px;
    z-index: 2;
  }
  .twentyfour-seven-topbar .content .twentyfour-seven-logo {
    display: none;
  }
  .twentyfour-seven-announcement {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .twentyfour-seven-announcement .top-bar {
    gap: 0px;
    height: 170px;
    margin-bottom: 50px;
  }
  .twentyfour-seven-announcement .top-bar:before {
    height: 56px;
    background-size: 1500px;
  }
  .twentyfour-seven-announcement .top-bar:after {
    height: 40px;
    background-size: 1500px;
  }
  .twentyfour-seven-announcement .top-bar .twentyfour-seven-logo {
    top: -62px;
  }
  .twentyfour-seven-announcement .content .title {
    font-size: 36px;
  }
  .twentyfour-seven-announcement .content .mobile-br {
    display: block;
    height: 0px;
  }
}
@media (max-width: 640px) {
  .twentyfour-seven-topbar {
    padding: 0px;
    gap: 0px;
    /* background-size: 1500px; */
  }
  /* .twentyfour-seven-topbar + header {
    padding-top: 165px;
  } */
  .twentyfour-seven-topbar .left,
  .twentyfour-seven-topbar .right {
    width: 20px;
  }
  .twentyfour-seven-topbar .content {
    white-space: nowrap;
    position: relative;
    top: -4px;
  }
  .twentyfour-seven-topbar .mobile-br {
    display: block;
    height: 1px;
  }
  .twentyfour-seven-announcement .top-bar {
    height: 120px;
  }
  .twentyfour-seven-announcement .top-bar:before {
    height: 38px;
    background-size: 1000px;
  }
  .twentyfour-seven-announcement .top-bar:after {
    height: 28px;
    background-size: 1000px;
  }
  .twentyfour-seven-announcement .top-bar .left,
  .twentyfour-seven-announcement .top-bar .right {
    background-size: 300px;
    background-repeat: repeat;
  }
  .twentyfour-seven-announcement .top-bar .twentyfour-seven-logo {
    width: 262px;
    height: 207px;
    top: -48px;
  }
}
nav {
  padding-bottom: 0px;
}
nav .menu_reviews_button_wrapper .content {
  position: absolute;
  right: -140px;
  top: 350px;
  width: 320px;
  height: 358px;
  background-image: url("../../../graphics/reviews-menu-bg.svg");
  padding-top: 72px;
  padding-left: 27px;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

nav .menu_reviews_button_wrapper .content a {
  display: flex;
  align-items: center;
  padding: 0px 13px 0px 13px;
  margin-bottom: 10px;
  transition: all 250ms cubic-bezier(0.075, 0.485, 0, 1.005) 100ms;
  background-repeat: no-repeat;
  color: #000;
}

nav .menu_reviews_button_wrapper .content a:nth-child(1) {
  transform: translate(0px, 400px) scale(0.25, 0.25);
}

nav .menu_reviews_button_wrapper .content a:nth-child(2) {
  transform: translate(0px, 600px) scale(0.25, 0.25);
}

nav .menu_reviews_button_wrapper .content a:nth-child(3) {
  transform: translate(0px, 800px) scale(0.25, 0.25);
}

nav .menu_reviews_button_wrapper .content a:nth-child(4) {
  transform: translate(0px, 1000px) scale(0.25, 0.25);
}

nav .menu_reviews_button_wrapper .content a:hover {
  text-decoration: underline;
}

nav .menu_reviews_button_wrapper .content a .icon {
  margin-right: 8px;
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: auto;
  margin-top: 11px;
}

nav .menu_reviews_button_wrapper .content a .inner {
  margin-right: auto;
}

nav .menu_reviews_button_wrapper .content a .title {
  font-size: 16px;
  color: #000;
  line-height: 1.2;
}

nav .menu_reviews_button_wrapper .content a .sub-title {
  font-size: 10px;
  color: #000;
  line-height: 1.2;
}

nav .menu_reviews_button_wrapper .content .arrow {
  width: 9px;
  height: 9px;
}

nav .menu_reviews_button_wrapper .content .clinic-reviews {
  width: 265px;
  height: 50px;
  background-image: url("../../../graphics/clinic-reviews-bg.svg");
}

nav .menu_reviews_button_wrapper .content .clinic-reviews .icon {
  background-image: url("../../../graphics/google-icon.svg");
}

nav .menu_reviews_button_wrapper .content .clinic-reviews .arrow {
  background-image: url("../../../graphics/green-arrow.svg");
}

nav .menu_reviews_button_wrapper .content .dkc-reviews {
  width: 252px;
  height: 75px;
  background-image: url("../../../graphics/dkc-reviews-bg.svg");
}

nav .menu_reviews_button_wrapper .content .dkc-reviews .icon {
  background-image: url("../../../graphics/google-icon.svg");
}

nav .menu_reviews_button_wrapper .content .dkc-reviews .arrow {
  background-image: url("../../../graphics/orange-arrow.svg");
}

nav .menu_reviews_button_wrapper .content .dkc-reviews .title .and {
  color: #e25b31;
  font-size: 11px;
  display: block;
  height: 10px;
  position: relative;
  top: -2px;
  left: 15px;
}

nav .menu_reviews_button_wrapper .content .facebook-reviews {
  width: 207px;
  height: 54px;
  background-image: url("../../../graphics/facebook-reviews-bg.svg");
}

nav .menu_reviews_button_wrapper .content .facebook-reviews .icon {
  background-image: url("../../../graphics/facebook-page-icon.svg");
}

nav .menu_reviews_button_wrapper .content .facebook-reviews .arrow {
  background-image: url("../../../graphics/blue-arrow.svg");
}

nav .menu_reviews_button_wrapper .content .instagram-reviews {
  width: 201px;
  height: 56px;
  background-image: url("../../../graphics/instagram-stories-bg.svg");
  margin-left: 1px;
}

nav .menu_reviews_button_wrapper .content .instagram-reviews .icon {
  background-image: url("../../../graphics/instagram-page-icon.svg");
}

nav .menu_reviews_button_wrapper .content .instagram-reviews .arrow {
  background-image: url("../../../graphics/purple-arrow.svg");
}

nav .menu_pics_button_wrapper {
  right: 160px;
  width: 60px;
  height: 54px;
  padding-bottom: 20px;
  transition: all 200ms ease-in-out, right 200ms ease-out;
  padding: 0px;
  top: 29px;
}
nav .menu_pics_button_wrapper.move-right {
  right: 126px;
}

nav .menu_pics_button_wrapper .trigger {
  width: 60px;
  height: 54px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 250ms cubic-bezier(0.595, 0.205, 0, 0.99);
  z-index: 2;
}

nav .menu_pics_button_wrapper .close {
  width: 26px;
  height: 25px;
  background-image: url("../../../graphics/menu-close-icon.svg");
  position: absolute;
  top: 2px;
  right: 22px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-in-out;
}

.menu-separator {
  display: none;
}

nav .menu_pics_button_wrapper .menu_pics_back_bg_layer1 {
  z-index: 4;
  transition: all 250ms ease-in-out;
  left: 14px;
}

nav .menu_pics_button_wrapper .menu_pics_back_bg_layer2 {
  z-index: 3;
  transition: all 250ms ease-in-out;
  left: 12px;
}

nav .menu_pics_button_wrapper .menu_pics_back_bg_layer3 {
  z-index: 2;
  transition: all 250ms ease-in-out;
  left: 11px;
}

nav .menuPicsButton {
  z-index: 5;
  position: absolute;
  top: 30px;
  left: 0px;
  transition: all 250ms ease-in-out;
}

nav .menu_pics_button_wrapper .pics_play {
  z-index: 5;
  transition: all 250ms ease-in-out;
  left: 23px;
}

nav .menu_pics_button_wrapper .content {
  position: absolute;
  width: 314px;
  height: 353px;
  background-image: url("../../../graphics/pics-vids-bg.svg");
  opacity: 1;
  visibility: visible;
  padding-top: 80px;
  padding-left: 26px;
  left: -120px;
  top: 350px;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-in-out;
  overflow: hidden;
}

nav .menu_pics_button_wrapper .content a {
  transition: all 250ms cubic-bezier(0.075, 0.485, 0, 1.005) 100ms;
  text-align: center;
}

nav .menu_pics_button_wrapper .content a:nth-child(1) {
  transform: translate(0px, 400px) scale(0.25, 0.25);
}

nav .menu_pics_button_wrapper .content a:nth-child(2) {
  transform: translate(0px, 600px) scale(0.25, 0.25);
}

nav .menu_pics_button_wrapper .content a:nth-child(3) {
  transform: translate(0px, 800px) scale(0.25, 0.25);
}

nav .menu_pics_button_wrapper .content a:nth-child(4) {
  transform: translate(0px, 1000px) scale(0.25, 0.25);
}

nav .menu_pics_button_wrapper .content .menuPicsOfPeopleLink {
  background-image: url("../../../graphics/pics-our-people-bg.svg");
  width: 163px;
  height: 41px;
  background-size: cover;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  padding: 7px 5px 5px 5px;
  position: initial;
  display: block;
  margin-bottom: 10px;
  margin-left: 15px;
}

nav .menu_pics_button_wrapper .content .menuPicsOfVetLink {
  background-image: url("../../../graphics/pics-vet-bg.svg");
  width: 233px;
  height: 46px;
  background-size: cover;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  position: initial;
  display: block;
  margin-bottom: 10px;
  margin-left: 15px;
  padding: 10px 5px 8px 5px;
}

nav .menu_pics_button_wrapper .content .menuPicsOfDKCLink {
  background-image: url("../../../graphics/pics-dkc-bg.svg");
  width: 256px;
  height: 63px;
  background-size: cover;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  position: initial;
  display: block;
  margin-bottom: 10px;
  padding: 8px 5px 5px 5px;
}

nav .menu_pics_button_wrapper .content .menuVetVideosLink {
  background-image: url("../../../graphics/momen-in-life-of-vet-bg.svg");
  width: 204px;
  height: 61px;
  background-size: cover;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  position: initial;
  display: block;
  margin-bottom: 10px;
  margin-left: 25px;
  padding: 7px 5px 5px 5px;
}

nav .menu_pics_button_wrapper:hover .content {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.menu_pics_button_wrapper:hover a.menuHistoryLink,
.menu_pics_button_wrapper:hover a.menuPicsOfPeopleLink,
.menu_pics_button_wrapper:hover a.menuPicsOfVetLink {
  transform: translate(0px, 0px);
}

.menu_pics_button_wrapper:hover a.menuDKCVideoTourLink {
  transform: translate(0, 0);
}

.menu_pics_button_wrapper:hover a.menuPicsOfDKCLink,
.menu_pics_button_wrapper:hover a.menuVetVideosLink {
  transform: translate(0px, 0px);
}

.menu_pics_button_wrapper:hover a.menuPicsnVidsLink {
  transform: translate(0px, 0px);
}

nav .menu_pics_button_wrapper:hover .menu_pics_back_bg_layer2 {
  transform: rotate(-20deg);
  left: 12px;
  top: -7px;
}

nav .menu_pics_button_wrapper:hover .menu_pics_back_bg_layer3 {
  opacity: 1;
  top: -12px;
  left: 9px;
  transform: rotate(-20deg);
}

nav .menu_pics_button_wrapper:hover .pics_play {
  transform: scale(1.25);
}

nav .menu_pics_button_wrapper.active .content {
  opacity: 1;
  visibility: visible;
  top: 63px;
  transition: all 250ms ease-in-out;
}

nav .menu_pics_button_wrapper.active .content a {
  transform: translate(0, 0) scale(1, 1);
}

nav .menu_pics_button_wrapper.active .menu_pics_back_bg_layer3 {
  top: -8px;
  left: 11px;
  transform: rotate(0deg);
  opacity: 0;
}

nav .menu_pics_button_wrapper.active:hover .menu_pics_back_bg_layer3 {
  left: 9px;
  top: -12px;
  transform: rotate(-20deg);
  opacity: 1;
}

nav .menu_pics_button_wrapper.active .pics_play {
  transform: scale(1);
}

nav .menu_pics_button_wrapper.active:hover .pics_play {
  transform: scale(1.25);
}

nav .menuTrigger {
  background-position: 0px 25px !important;
}

nav .closecls {
  background-position: 0 10px !important;
}

nav .menu_pics_button_wrapper.active .close {
  opacity: 1;
  visibility: visible;
}

nav .menu_pics_button_wrapper.active .menu_pics_back_bg_layer2 {
  transform: rotate(0deg);
  left: 12px;
  top: -2px;
}

nav .menu_pics_button_wrapper.active:hover .menu_pics_back_bg_layer2 {
  left: 12px;
  top: -7px;
  transform: rotate(-20deg);
}

nav .menu_pics_button_wrapper.active .trigger {
  transform: scale(1.35);
  top: 64px;
}

nav .menu_pics_button_wrapper.active .content {
  opacity: 1;
  visibility: visible;
  top: 63px;
  transition: all 250ms ease-in-out;
}

nav .menu_pics_button_wrapper.active .content a {
  transform: translate(0, 0) scale(1, 1);
}

nav .menu_pics_button_wrapper.active .menu_pics_back_bg_layer3 {
  top: -8px;
  left: 11px;
  transform: rotate(0deg);
  opacity: 0;
}

nav .menu_pics_button_wrapper.active:hover .menu_pics_back_bg_layer3 {
  left: 9px;
  top: -12px;
  transform: rotate(-20deg);
  opacity: 1;
}

nav .menu_pics_button_wrapper.active .pics_play {
  transform: scale(1);
}

nav .menu_pics_button_wrapper.active:hover .pics_play {
  transform: scale(1.25);
}

nav .menu_pics_button_wrapper.active .close {
  opacity: 1;
  visibility: visible;
}

nav .menu_pics_button_wrapper.active .menu_pics_back_bg_layer2 {
  transform: rotate(0deg);
  left: 12px;
  top: -2px;
}

nav .menu_pics_button_wrapper.active:hover .menu_pics_back_bg_layer2 {
  left: 12px;
  top: -7px;
  transform: rotate(-20deg);
}

nav .social-pages {
  position: absolute;
  right: 248px;
  width: 70px;
  height: 70px;
  transition: all 200ms ease-out;
  top: 26px;
}
nav .social-pages.move-right {
  right: 214px;
}

nav .social-pages .close {
  width: 26px;
  height: 25px;
  background-image: url("../../../graphics/menu-close-icon.svg");
  position: absolute;
  top: 4px;
  right: 23px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}

nav .social-pages .trigger {
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.595, 0.205, 0, 0.99);
  position: absolute;
  inset: 0px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}

nav .social-pages .trigger .icon {
  position: relative;
  width: 35px;
  height: 25px;
  margin-bottom: 3px;
}

nav .social-pages .trigger .icon .icon-1 {
  width: 21px;
  height: 20px;
  background-image: url("../../../graphics/blue-facebook-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: 0px;
  transition: all 300ms ease;
}

nav .social-pages .trigger .icon .icon-2 {
  width: 24px;
  height: 23px;
  background-image: url("../../../graphics/blue-instagram-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: rotate(3deg);
  transition: all 300ms ease;
}

nav .social-pages:hover .trigger .icon .icon-1 {
  transform: rotate(-10deg);
  top: -2px;
  left: -3px;
}

nav .social-pages:hover .trigger .icon .icon-2 {
  transform: rotate(10deg);
  bottom: 0px;
  right: -3px;
}

nav .social-pages .trigger .title {
  font-size: 11px;
  color: #817a1d;
  letter-spacing: 0.5px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  transition: all 250ms ease-in-out;
}

nav .social-pages .content {
  position: absolute;
  right: -102px;
  top: 350px;
  width: 261px;
  height: 245px;
  background-image: url("../../../graphics/social-menu-bg.svg");
  padding-top: 46px;
  padding-left: 27px;
  padding-right: 27px;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

nav .social-pages .content .title-wrapper {
  margin-bottom: 18px;
  margin-top: -8px;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.075, 0.485, 0, 1.005) 100ms;
}

nav .social-pages .content .title-wrapper .title {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(90deg, #ecad1d 0%, #ff7b45 23.64%, #f54f54 47.28%, #b636ab 76.84%, #5559cb 107.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}

nav .social-pages .content .title-wrapper .sub-title {
  color: #2e5b9c;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 23px;
}

nav .social-pages .content a {
  display: flex;
  align-items: center;
  padding: 0px 13px 0px 13px;
  margin-bottom: 10px;
  transition: all 250ms cubic-bezier(0.075, 0.485, 0, 1.005) 100ms;
  background-repeat: no-repeat;
  color: #000;
}

nav .social-pages .content .facebook-page {
  transform: translate(0px, 400px) scale(0.25, 0.25);
}

nav .social-pages .content .instagram-page {
  transform: translate(0px, 600px) scale(0.25, 0.25);
}

nav .social-pages .content a:hover {
  text-decoration: underline;
}

nav .social-pages .content a .icon {
  margin-right: 8px;
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: auto;
  margin-top: 11px;
}

nav .social-pages .content a .inner {
  margin-right: auto;
}

nav .social-pages .content a .title {
  font-size: 16px;
  color: #000;
  line-height: 1.2;
}

nav .social-pages .content .arrow {
  width: 9px;
  height: 9px;
}

nav .social-pages .content .facebook-page {
  width: 203px;
  height: 49px;
  background-image: url("../../../graphics/facebook-page-bg.svg");
}

nav .social-pages .content .facebook-page .icon {
  background-image: url("../../../graphics/facebook-page-icon.svg");
}

nav .social-pages .content .facebook-page .arrow {
  background-image: url("../../../graphics/blue-arrow.svg");
}

nav .social-pages .content .instagram-page {
  width: 201px;
  height: 49px;
  background-image: url("../../../graphics/instagram-page-bg.svg");
  margin-left: 1px;
}

nav .social-pages .content .instagram-page .icon {
  background-image: url("../../../graphics/instagram-page-icon.svg");
}

nav .social-pages .content .instagram-page .arrow {
  background-image: url("../../../graphics/purple-arrow.svg");
}

nav .social-pages.active .close {
  opacity: 1;
  visibility: visible;
}

nav .social-pages.active .trigger {
  transform: scale(1.35);
  top: 62px;
}

nav .social-pages.active .trigger .title {
  opacity: 0;
}

nav .social-pages.active .content {
  opacity: 1;
  visibility: visible;
  top: 67px;
}

nav .social-pages.active .content .title-wrapper {
  opacity: 1;
}

nav .social-pages.active .content a {
  top: 0px;
  transform: translate(0, 0) scale(1, 1);
}

nav .menu_reviews_button_wrapper.active .content a {
  transform: translate(0, 0) scale(1, 1);
}

nav .menu_reviews_button_wrapper {
  right: 342px;
  width: 55px;
  height: 60px;
  transition: all 200ms ease-out;
  top: 24px;
}
nav .menu_reviews_button_wrapper.move-right {
  right: 308px;
}

nav .menu_reviews_button_wrapper .close {
  width: 26px;
  height: 25px;
  background-image: url("../../../graphics/menu-close-icon.svg");
  position: absolute;
  top: 6px;
  right: 15px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}

nav .menu_reviews_button_wrapper .trigger {
  width: 55px;
  height: 60px;
  position: absolute;
  top: -1px;
  transition: all 250ms cubic-bezier(0.595, 0.205, 0, 0.99);
  z-index: 1;
}

nav .menu_reviews_button_wrapper.active .close {
  opacity: 1;
  visibility: visible;
}

nav .menu_reviews_button_wrapper.active .trigger {
  transform: scale(1.35);
  top: 64px;
}

nav .menu_reviews_button_wrapper.active .menuReviewButton {
  transform: scale(1.1);
}

nav .menu_reviews_button_wrapper.active .content {
  top: 68px;
  opacity: 1;
  visibility: visible;
}

nav .block-pointer-events {
  pointer-events: none;
}

nav .location-hours {
  position: absolute;
  top: 24px;
  right: 50px;
  max-width: 80px;
  z-index: 1;
  width: 80px;
  height: 64px;
  transition: right 200ms ease-out;
}
nav .location-hours.move-right {
  right: 16px;
}

nav .location-hours .close {
  width: 26px;
  height: 25px;
  background-image: url("../../../graphics/menu-close-icon.svg");
  position: absolute;
  top: 5px;
  right: 32px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}

nav .location-hours .trigger {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.595, 0.205, 0, 0.99);
  position: absolute;
  top: 0px;
  z-index: 1;
}

nav .location-hours .trigger .title {
  font-size: 11px;
  color: #817a1d;
  letter-spacing: 0.5px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  transition: all 250ms ease-in-out;
}

nav .location-hours .trigger .icon {
  position: relative;
  width: 36px;
  height: 40px;
  right: -3px;
}

nav .location-hours .trigger .icon .icon-1 {
  width: 19px;
  height: 21px;
  background-image: url("../../../graphics/location-1-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 17px;
  left: -4px;
  transition: all 300ms ease;
}

nav .location-hours .trigger .icon .icon-2 {
  width: 32px;
  height: 39px;
  background-image: url("../../../graphics/location-2-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: rotate(3deg);
  transition: all 300ms ease;
}

nav .location-hours:hover .trigger .icon .icon-1 {
  transform: rotate(-25deg);
  left: -6px;
}

nav .location-hours:hover .trigger .icon .icon-2 {
  transform: rotate(10deg);
  left: 2px;
}

nav .location-hours .content {
  position: absolute;
  left: -63px;
  top: 350px;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-out;
  padding: 76px 0px 0px 27px;
  background-image: url(../../../graphics/location-hours-bg.svg);
  width: 214px;
  height: 194px;
  overflow: hidden;
}

nav .location-hours .content a {
  display: block;
  display: flex;
  align-items: center;
  padding-left: 14px;
  gap: 10px;
  position: relative;
  transition: all 250ms cubic-bezier(0.075, 0.485, 0, 1.005) 100ms;
  color: #000;
}

nav .location-hours .content a:hover {
  text-decoration: underline;
}

nav .location-hours .content a:nth-child(1) {
  transform: translate(0px, 400px) scale(0.25, 0.25);
}

nav .location-hours .content a:nth-child(2) {
  transform: translate(0px, 600px) scale(0.25, 0.25);
}

nav .location-hours .content a .title {
  font-size: 16px;
  padding-bottom: 2px;
  color: #000;
}

nav .location-hours .content a.locations {
  background-image: url("../../../graphics/locations-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 45px;
  margin-left: 10px;
  margin-bottom: 5px;
  top: 60px;
}

nav .location-hours .content a.locations .icon {
  width: 23px;
  height: 20px;
  background-image: url("../../../graphics/location-pins.svg");
  background-repeat: no-repeat;
}

nav .location-hours .content a.opening-hours {
  background-image: url("../../../graphics/opening-hours-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 45px;
  top: 120px;
}

nav .location-hours .content a.opening-hours .icon {
  width: 20px;
  height: 19px;
  background-image: url("../../../graphics/clock.svg");
  background-repeat: no-repeat;
}

nav .location-hours.active .close {
  opacity: 1;
  visibility: visible;
}

nav .location-hours.active .trigger {
  transform: scale(1.35);
  top: 62px;
}

nav .location-hours.active .trigger .title {
  transform: scale(1.1);
}

nav .location-hours.active .content {
  opacity: 1;
  visibility: visible;
  top: 66px;
}

nav .location-hours.active .content a {
  top: 0px;
  transform: translate(0, 0) scale(1, 1);
}

nav .menuReviewButton {
  position: absolute;
  top: 36px;
  transition: all 0.25s ease-in-out;
}

nav .menu_reviews_org_bg_layer:after {
  background-image: url("../../../graphics/nav/reviews-white-star.svg");
  top: -11px;
}

nav .menu_reviews_star_1_layer {
  left: 12px;
}

.nav-overlay {
  display: none;
}

.nav-wrapper {
  background-image: url("../../../graphics/menu-bg-wave.svg");
  background-size: 1596px auto;
  background-repeat: repeat-x;
  background-position: center bottom;
}

nav {
  min-height: 100px;
  height: 100px;
  /* @keyframes bottom-scroll-arrow-animation {
    0% { transform: translateY(-5px); }
    50% { transform: translateY(5px); }
    100% { transform: translateY(-5px); }
  } */
}
nav .menu_reviews_star_1_layer {
  left: 11px;
}
@keyframes bottom-scroll-arrow-animation {
  0% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(5px);
  } /* Pause starts */
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(-5px);
  } /* Pause ends */
}
@keyframes bottom-scroll-arrow-entry-animation {
  0% {
    transform: translateY(200px);
  }
  100% {
    transform: translateY(0px);
  }
}
nav .bottom-bar .mobile-nav-contact-button {
  display: none;
  /* position: absolute;
  right: 20px;
  bottom: 15px;
  background-image: url("../../../graphics/contact/cta/contact-button-inner-wrapper.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 120.75px;
  height: 80.5px;
  display: none;

  .inner-text {
    position: absolute;
    color: #fefefe;
    font-weight: 700;
    transition: all 200ms ease-out;
    font-size: 18px;
    border-bottom: 1px solid;
    border-color: rgba(254, 254, 254, 0.5);
    padding-bottom: 0px;

    &:nth-child(1) {
      top: 30px;
    left: 13px;
    rotate: 3deg;
    }

    &:nth-child(2) {
      top: 33px;
      right: 22px;
      rotate: -1deg;
    }
  } */
}
nav .bottom-bar .scroll-indication {
  display: none;
}
nav .bottom-boundry {
  display: none;
}

.main-menu {
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  right: 0px;
  transition: right 200ms ease-out;
}
.main-menu .dropdown {
  position: relative;
}
.main-menu .dropdown .close {
  z-index: 2;
  width: 26px;
  height: 25px;
  background-image: url(../../../graphics/menu-close-icon.svg);
  position: absolute;
  top: 30px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
.main-menu .dropdown .trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0px;
  gap: 8px;
  padding: 34px 20px 31px 20px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.25s ease-in-out;
}
.main-menu .dropdown .trigger .icon {
  display: inline-block;
  transition: all 0.25s ease-in-out;
  position: relative;
  top: 0px;
  left: 0px;
}
.main-menu .dropdown .trigger .label {
  color: #817a1d;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid #dec2a9;
  transition: all 0.25s ease-in-out;
  position: relative;
  top: 0px;
  left: 0px;
}
.main-menu .dropdown .content {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  position: absolute;
  left: 50%;
  top: 350px;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.main-menu .dropdown .content a {
  display: block;
  color: #454545;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 250ms cubic-bezier(0.075, 0.485, 0, 1.005) 100ms;
}
.main-menu .dropdown .content a:nth-child(n+1):nth-child(-n+11):nth-child(1) {
  transform: translate(0px, 400px) scale(0.25, 0.25);
}
.main-menu .dropdown .content a:nth-child(n+1):nth-child(-n+11):nth-child(2) {
  transform: translate(0px, 600px) scale(0.25, 0.25);
}
.main-menu .dropdown .content a:nth-child(n+1):nth-child(-n+11):nth-child(3) {
  transform: translate(0px, 800px) scale(0.25, 0.25);
}
.main-menu .dropdown .content a:nth-child(n+1):nth-child(-n+11):nth-child(4) {
  transform: translate(0px, 1000px) scale(0.25, 0.25);
}
.main-menu .dropdown .content a:nth-child(n+1):nth-child(-n+11):nth-child(5) {
  transform: translate(0px, 1200px) scale(0.25, 0.25);
}
.main-menu .dropdown .content a:nth-child(n+1):nth-child(-n+11):nth-child(6) {
  transform: translate(0px, 1400px) scale(0.25, 0.25);
}
.main-menu .dropdown .content a:nth-child(n+1):nth-child(-n+11):nth-child(7) {
  transform: translate(0px, 1600px) scale(0.25, 0.25);
}
.main-menu .dropdown .content a:nth-child(n+1):nth-child(-n+11):nth-child(8) {
  transform: translate(0px, 1800px) scale(0.25, 0.25);
}
.main-menu .dropdown .content a:nth-child(n+1):nth-child(-n+11):nth-child(9) {
  transform: translate(0px, 2000px) scale(0.25, 0.25);
}
.main-menu .dropdown .content a:nth-child(n+1):nth-child(-n+11):nth-child(10) {
  transform: translate(0px, 2200px) scale(0.25, 0.25);
}
.main-menu .dropdown .content a:nth-child(n+1):nth-child(-n+11):nth-child(11) {
  transform: translate(0px, 2400px) scale(0.25, 0.25);
}
.main-menu .dropdown .content a.mobile-br {
  display: none;
}
.main-menu .dropdown.active .close {
  opacity: 1;
  visibility: visible;
}
.main-menu .dropdown.active .trigger .icon {
  top: 50px;
  left: 92px;
  transform: scale(1.5);
  transition: all 0.25s ease-in-out 0.1s;
}
.main-menu .dropdown.active .trigger .label {
  top: 90px;
  left: -18px;
  border-bottom-color: transparent;
  transition: all 0.25s ease-in-out;
}
.main-menu .dropdown.active .content {
  top: 92px;
  opacity: 1;
  visibility: visible;
}
.main-menu .dropdown.active .content a {
  transform: translate(0px, 0px) scale(1, 1) !important;
}
.main-menu .dropdown.left-align.active .trigger .icon {
  left: 165px;
}
.main-menu .dropdown.left-align.active .trigger .label {
  left: 52px;
}
.main-menu .dropdown.left-align .content {
  left: 5px;
  margin-left: 0px;
}
.main-menu .dropdown.left-align .close {
  left: 185px;
}
.main-menu .global-relocations .close {
  left: 112px;
}
.main-menu .global-relocations .trigger .icon {
  background-image: url(../../../graphics/global-relocations-icon.svg);
  width: 28px;
  height: 31px;
}
.main-menu .global-relocations .content {
  width: 493px;
  margin-left: -246.5px;
  height: 617px;
  background-image: url(../../../graphics/global-relocations-dropdown-bg.svg);
}
.main-menu .global-relocations .content .link-1 {
  background-image: url(../../../graphics/gr-1.svg);
  width: 288px;
  height: 40px;
}
.main-menu .global-relocations .content .link-2 {
  background-image: url(../../../graphics/gr-2.svg);
  width: 125px;
  height: 44px;
  left: -25px;
}
.main-menu .global-relocations .content .link-3 {
  background-image: url(../../../graphics/gr-3.svg);
  width: 125px;
  height: 45px;
  left: 10px;
}
.main-menu .global-relocations .content .link-4 {
  background-image: url(../../../graphics/gr-4.svg);
  width: 235px;
  height: 40px;
  left: -25px;
}
.main-menu .global-relocations .content .link-5 {
  background-image: url(../../../graphics/gr-5.svg);
  width: 169px;
  height: 40px;
  left: -55px;
}
.main-menu .global-relocations .content .link-6 {
  background-image: url(../../../graphics/gr-6.svg);
  width: 250px;
  height: 40px;
}
.main-menu .global-relocations .content .link-7 {
  background-image: url(../../../graphics/gr-7.svg);
  width: 202px;
  height: 40px;
  left: 22px;
}
.main-menu .global-relocations .content .link-8 {
  background-image: url(../../../graphics/gr-8.svg);
  width: 285px;
  height: 40px;
}
.main-menu .global-relocations .content .link-9 {
  background-image: url(../../../graphics/gr-9.svg);
  width: 227px;
  height: 40px;
  left: 15px;
}
.main-menu .global-relocations .content .link-10 {
  background-image: url(../../../graphics/gr-10.svg);
  width: 261px;
  height: 40px;
  left: -10px;
}
.main-menu .boarding-daycare .close {
  left: 126px;
}
.main-menu .boarding-daycare .trigger .icon {
  background-image: url(../../../graphics/boarding-day-care-icon.svg);
  width: 32px;
  height: 31px;
}
.main-menu .boarding-daycare .content {
  width: 493px;
  height: 617px;
  margin-left: -246.5px;
  background-image: url(../../../graphics/boarding-daycare-dropdown-bg.svg);
}
.main-menu .boarding-daycare .content .link-1 {
  background-image: url(../../../graphics/bd-1.svg);
  width: 246px;
  height: 40px;
}
.main-menu .boarding-daycare .content .link-2 {
  background-image: url(../../../graphics/bd-2.svg);
  width: 269px;
  height: 46px;
  left: 32px;
}
.main-menu .boarding-daycare .content .link-3 {
  background-image: url(../../../graphics/bd-3.svg);
  width: 338px;
  height: 45px;
}
.main-menu .boarding-daycare .content .link-4 {
  background-image: url(../../../graphics/bd-4.svg);
  width: 113px;
  height: 40px;
  left: -34px;
}
.main-menu .boarding-daycare .content .link-5 {
  background-image: url(../../../graphics/bd-5.svg);
  width: 114px;
  height: 40px;
  left: 18px;
}
.main-menu .boarding-daycare .content .link-6 {
  background-image: url(../../../graphics/bd-6.svg);
  width: 260px;
  height: 40px;
  left: 15px;
}
.main-menu .boarding-daycare .content .link-7 {
  background-image: url(../../../graphics/bd-7.svg);
  width: 217px;
  height: 40px;
  left: -35px;
}
.main-menu .boarding-daycare .content .link-8 {
  background-image: url(../../../graphics/bd-8.svg);
  width: 272px;
  height: 40px;
  left: -24px;
}
.main-menu .boarding-daycare .content .link-9 {
  background-image: url(../../../graphics/bd-9.svg);
  width: 108px;
  height: 40px;
  left: 38px;
}
.main-menu .boarding-daycare .content .link-10 {
  background-image: url(../../../graphics/bd-10.svg);
  width: 254px;
  height: 40px;
  left: -10px;
}
.main-menu .boarding-daycare.active .trigger .icon {
  left: 102px;
}
.main-menu .boarding-daycare.active .trigger .label {
  left: -20px;
}
.main-menu .veterinary-clinic {
  z-index: 1;
}
.main-menu .veterinary-clinic .close {
  left: 126px;
}
.main-menu .veterinary-clinic .trigger .icon {
  background-image: url(../../../graphics/veterinary-clinic-icon.svg);
  width: 28px;
  height: 28px;
}
.main-menu .veterinary-clinic .content {
  width: 492px;
  height: 674px;
  margin-left: -246px;
  background-image: url(../../../graphics/veterinary-clinic-dropdown-bg.svg);
}
.main-menu .veterinary-clinic .content .link-1 {
  background-image: url(../../../graphics/vc-1.svg);
  width: 379px;
  height: 40px;
}
.main-menu .veterinary-clinic .content .link-2 {
  background-image: url(../../../graphics/vc-2.svg);
  width: 97px;
  height: 40px;
  left: -30px;
}
.main-menu .veterinary-clinic .content .link-3 {
  background-image: url(../../../graphics/vc-3.svg);
  width: 117px;
  height: 41px;
  left: -70px;
}
.main-menu .veterinary-clinic .content .link-4 {
  background-image: url(../../../graphics/vc-4.svg);
  width: 369px;
  height: 40px;
}
.main-menu .veterinary-clinic .content .link-5 {
  background-image: url(../../../graphics/vc-5.svg);
  width: 324px;
  height: 40px;
  left: 22px;
}
.main-menu .veterinary-clinic .content .link-6 {
  background-image: url(../../../graphics/vc-6.svg);
  width: 219px;
  height: 40px;
  left: -32px;
}
.main-menu .veterinary-clinic .content .link-7 {
  background-image: url(../../../graphics/vc-7.svg);
  width: 272px;
  height: 40px;
  left: -22px;
}
.main-menu .veterinary-clinic .content .link-8 {
  background-image: url(../../../graphics/vc-8.svg);
  width: 193px;
  height: 40px;
  left: 57px;
}
.main-menu .veterinary-clinic .content .link-9 {
  background-image: url(../../../graphics/vc-9.svg);
  width: 172px;
  height: 40px;
  left: -20px;
}
.main-menu .veterinary-clinic .content .link-10 {
  background-image: url(../../../graphics/vc-10.svg);
  width: 204px;
  height: 40px;
  left: 30px;
}
.main-menu .veterinary-clinic .content .link-11 {
  background-image: url(../../../graphics/vc-11.svg);
  width: 251px;
  height: 40px;
  left: 10px;
}
.main-menu .veterinary-clinic.active .trigger .icon {
  left: 106px;
}
.main-menu.move-left {
  right: 30px;
}

@media (max-width: 1440px) {
  .main-menu.move-left {
    right: 10px;
  }
}
/* @media (max-width: 1364px) {
  nav .menu_pics_button_wrapper {
    right: auto;
    left: 993px;
  }

  nav .social-pages {
    left: 900px; 
    right: auto;
  }

  nav .menu_reviews_button_wrapper {
    right: auto; 
    left: 830px;
  }

  nav .location-hours {
    right: auto; 
    left: 1075px;
  }
} */
@media (max-width: 1360px) {
  nav .menu_reviews_button_wrapper .content {
    position: relative;
    top: 0px;
    left: 0px;
    background-image: none;
    width: auto;
    top: 0px;
    padding-top: 65px;
    padding-left: 35px;
    height: 0px;
    overflow: hidden;
  }
  nav .menu_reviews_button_wrapper .content a {
    background-size: contain;
  }
  nav .menu_reviews_button_wrapper .content .arrow {
    width: 14px;
    height: 14px;
    background-size: cover;
    margin-right: 4px;
  }
  nav .menu_reviews_button_wrapper .content a .title {
    font-size: 24px;
  }
  nav .menu_reviews_button_wrapper .content a .sub-title {
    font-size: 16px;
  }
  nav .menu_reviews_button_wrapper .content a .icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-top: 12px;
    margin-left: 2px;
  }
  nav .menu_reviews_button_wrapper .content .clinic-reviews {
    width: 367px;
    height: 69px;
  }
  nav .menu_reviews_button_wrapper .content .dkc-reviews {
    width: 352px;
    height: 105px;
  }
  nav .menu_reviews_button_wrapper .content .dkc-reviews .title .and {
    font-size: 14px;
    top: -4px;
    left: 21px;
  }
  nav .menu_reviews_button_wrapper .content .facebook-reviews {
    /* width: 282px;
    height: 67px; */
    width: 307px;
    height: 80px;
  }
  nav .menu_reviews_button_wrapper .content .facebook-reviews .icon {
    margin-top: 14px;
  }
  nav .menu_reviews_button_wrapper .content .instagram-reviews {
    width: 301px;
    height: 84px;
  }
  nav .menu_reviews_button_wrapper .content .instagram-reviews .icon {
    margin-top: 14px;
  }
  nav .menu_pics_button_wrapper {
    width: 100%;
    background-image: url("../../../graphics/nav/mobile/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 25px top 20px;
    background-size: 30px 30px;
    padding-bottom: 14px;
    /* margin-bottom: 10px; */
  }
  nav .menu_pics_button_wrapper .trigger {
    width: 100%;
  }
  /* nav .menu_pics_button_wrapper .content a {
    font-size: 28px;
  } */
  nav .menu_pics_button_wrapper .content .menuPicsOfPeopleLink {
    font-size: 24px;
    width: 230px;
    height: 59px;
    padding-top: 13px;
  }
  nav .menu_pics_button_wrapper .content .menuPicsOfVetLink {
    font-size: 24px;
    width: 325px;
    height: 65px;
    padding-top: 17px;
  }
  nav .menu_pics_button_wrapper .content .menuPicsOfDKCLink {
    font-size: 24px;
    width: 352px;
    height: 87px;
    padding-top: 17px;
  }
  nav .menu_pics_button_wrapper .content .menuVetVideosLink {
    font-size: 24px;
    width: 290px;
    height: 86px;
    padding-top: 16px;
  }
  nav .menu_pics_button_wrapper .content:after,
  nav .menu_pics_button_wrapper .content:before {
    content: "";
    display: none;
  }
  nav .menu_pics_button_wrapper .menu_pics_back_bg_layer1 {
    left: 28px;
  }
  nav .menu_pics_button_wrapper .menu_pics_back_bg_layer2 {
    left: 25px;
  }
  nav .menu_pics_button_wrapper .menu_pics_back_bg_layer3 {
    left: 27px;
  }
  nav .menu_pics_button_wrapper .pics_play {
    left: 40px;
  }
  nav .menu_pics_button_wrapper .content {
    background-image: none;
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 65px;
    height: 0px;
    width: auto;
    transition: all 250ms ease-in-out;
    padding-left: 35px;
  }
  nav .menu_pics_button_wrapper .content a {
    transition-delay: 200ms !important;
  }
  nav .menu_pics_button_wrapper.active {
    background-image: url("../../../graphics/arrow-up-green.svg");
    height: 435px;
  }
  nav .menu_pics_button_wrapper.active .content {
    width: auto;
    height: 392px;
    overflow: visible;
    top: 0px;
  }
  nav .menu_pics_button_wrapper.active .trigger {
    transform: scale(1);
    top: 16px;
  }
  nav .menu_pics_button_wrapper.active .close {
    display: none;
  }
  nav .menu_pics_button_wrapper.active .menu_pics_back_bg_layer1 {
    left: 28px;
  }
  nav .menu_pics_button_wrapper:hover .menu_pics_back_bg_layer2 {
    left: 25px;
    top: -2px;
    transform: rotate(0deg);
  }
  nav .menu_pics_button_wrapper.active .menu_pics_back_bg_layer2,
  nav .menu_pics_button_wrapper.active:hover .menu_pics_back_bg_layer2 {
    left: 24px;
    top: -7px;
    transform: rotate(-20deg);
  }
  nav .menu_pics_button_wrapper:hover .menu_pics_back_bg_layer3 {
    left: 27px;
    top: -8px;
    transform: rotate(0deg);
    opacity: 0;
  }
  nav .menu_pics_button_wrapper.active .menu_pics_back_bg_layer3,
  nav .menu_pics_button_wrapper.active:hover .menu_pics_back_bg_layer3 {
    left: 21px;
    top: -14px;
    transform: rotate(-20deg);
  }
  nav .menu_pics_button_wrapper.active .pics_play {
    left: 40px;
  }
  nav .menu_pics_button_wrapper:hover .pics_play {
    transform: scale(1);
  }
  nav.has-child-menu-open .menu_pics_button_wrapper {
    padding-bottom: 30px;
    overflow: hidden;
  }
  .menu_pics_button_wrapper .content a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    font-size: 24px;
    line-height: 1.05;
    background-size: 100% !important;
  }
  .menu_pics_button_wrapper.active a.menuHistoryLink,
  .menu_pics_button_wrapper.active a.menuPicsOfPeopleLink,
  .menu_pics_button_wrapper.active a.menuPicsOfVetLink {
    transform: none;
  }
  .menu_pics_button_wrapper a.menuPicsOfVetLink {
    width: 330px;
    height: 63px;
  }
  .menu_pics_button_wrapper a.menuPicsOfPeopleLink {
    background-size: 100% !important;
    width: 230px;
    height: 56px;
  }
  nav.menu-open .menu_pics_button_wrapper.active {
    z-index: 4;
  }
  nav .social-pages .trigger .icon {
    width: 50px;
    height: 36px;
  }
  nav .social-pages .trigger .icon .icon-1 {
    width: 28px;
    height: 28px;
  }
  nav .social-pages .trigger .icon .icon-2 {
    width: 32px;
    height: 32px;
  }
  nav.menu-open .social-pages {
    display: block;
  }
  nav .social-pages {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    display: none;
    max-width: none;
    /* margin-left: 26px; */
    padding-top: 0px;
    padding-bottom: 0px;
    /* padding-left: 29px; */
    background-image: url("../../../graphics/nav/mobile/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 25px top 17px;
    background-size: 30px 30px;
    width: 100%;
    transition: all 0.25s ease-in-out;
    /* margin-bottom: 16px; */
    height: 62px;
  }
  nav .social-pages .trigger {
    width: 100%;
    inset: auto;
    left: 18px; /* 29px */
    top: 0px;
    bottom: auto;
    right: 0px;
    height: 60px;
  }
  nav .social-pages .trigger .icon {
    margin-bottom: 0px;
  }
  nav .social-pages.active {
    background-image: url("../../../graphics/arrow-up-green.svg");
    height: 340px;
  }
  nav .social-pages.active .close {
    display: none;
  }
  nav .social-pages.active .trigger {
    transform: scale(1);
    top: 0px;
  }
  nav .social-pages:hover .trigger .icon .icon-1 {
    left: -1px;
  }
  nav .social-pages:hover .trigger .icon .icon-2 {
    right: -1px;
  }
  nav .social-pages:not(.active):hover .trigger .icon .icon-1 {
    left: 0px;
    transform: rotate(0deg);
  }
  nav .social-pages:not(.active):hover .trigger .icon .icon-2 {
    transform: rotate(3deg);
    right: 0px;
  }
  nav .social-pages.active .trigger .title {
    transform: scale(1);
    opacity: 1;
  }
  nav .social-pages .trigger {
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
  }
  nav .social-pages .trigger .title {
    font-size: 22px;
    position: relative;
    top: -3px;
  }
  nav .social-pages .content {
    position: relative;
    left: 0px;
    top: 10px;
    height: 0px;
    overflow: hidden;
    padding-left: 35px;
    /* padding-right: 56px; */
    transition: all 250ms ease-in-out;
    padding-top: 90px;
    width: 100%;
    height: 0px;
    background-image: none;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
  }
  nav .social-pages .content .title-wrapper {
    margin-bottom: 30px;
  }
  nav .social-pages .content .title-wrapper .title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  nav .social-pages .content .title-wrapper .sub-title {
    font-size: 24px;
  }
  nav .social-pages .content a {
    transition: all 250ms cubic-bezier(0.075, 0.485, 0, 1.005) 100ms;
  }
  nav .social-pages .content a .title {
    font-size: 24px;
  }
  nav .social-pages .content a .icon {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  nav .social-pages .content a.facebook-page {
    width: 275px;
    height: 67px;
    background-size: 100%;
  }
  nav .social-pages .content a.facebook-page .icon,
  nav .social-pages .content a.instagram-page .icon {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  nav .social-pages .content a.instagram-page {
    width: 278px;
    height: 70px;
    background-size: 100%;
  }
  nav .social-pages.active .content {
    height: 340px;
    top: 0px;
  }
  nav {
    max-height: 100dvh;
    z-index: 99;
    background-size: 1360px;
    /* background-position: top left; */
    background-image: url("../../../graphics/menu-bg-wave-rev.svg");
    background-repeat: repeat-x;
    background-position: top center;
    height: auto;
  }
  nav.menu-open {
    overflow-x: hidden;
    overflow-y: auto;
  }
  nav.menu-open .menu_reviews_button_wrapper.move-right {
    right: auto;
  }
  .nav-wrapper {
    background-image: none;
  }
  nav::-webkit-scrollbar {
    width: 0px;
  }
  /* Track */
  /* nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #80808066;
    border-radius: 10px;
  } */
  /* Handle */
  /* nav::-webkit-scrollbar-thumb {
    background: #817a1d;
    border-radius: 10px;
  } */
  .nav-overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.25);
    display: none;
  }
  nav .bottom-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 5;
    height: 110px;
  }
  nav.menu-open ~ .nav-overlay {
    display: block;
  }
  nav.menu-open .bottom-bar {
    background: linear-gradient(0deg, rgba(255, 245, 236, 0.96) 78%, rgba(255, 245, 236, 0) 100%);
  }
  nav.menu-open {
    padding-top: 50px;
  }
  nav .mobBackLink {
    left: 22px;
    background-image: url("../../../graphics/hamburger-bg.svg") !important;
    background-position: center !important;
    background-size: 100% !important;
    width: 60px;
    height: 63px;
    padding: 0px;
    transition: all 150ms ease-out;
    bottom: 20px;
  }
  nav .mobBackLink span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 200ms ease-out;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../../graphics/hamburger-back.svg");
    background-size: 33px 28px;
  }
  nav .menuTrigger {
    background-image: url("../../../graphics/hamburger-bg.svg") !important;
    background-position: center !important;
    background-size: 100% !important;
    width: 60px;
    height: 63px;
    padding: 0px;
    transition: all 150ms ease-out;
  }
  nav .menuTrigger span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 150ms ease-out;
    background-repeat: no-repeat;
    background-position: center;
  }
  nav .menuTrigger span.lines {
    background-image: url("../../../graphics/hamburger-lines.svg");
    background-size: 33px 28px;
  }
  nav .menuTrigger span.cross {
    background-image: url("../../../graphics/hamburger-cross.svg");
    background-size: 28px 28px;
    opacity: 0;
    transform: scale(0);
  }
  nav .menuTrigger.closecls span.lines {
    opacity: 0;
    transform: scale(0);
  }
  nav .menuTrigger.closecls span.cross {
    opacity: 1;
    transform: scale(1);
  }
  nav a.menuTrigger.move_right {
    left: 92px;
  }
  nav.menu-open .location-hours {
    display: block;
  }
  nav .menu_reviews_button_wrapper {
    padding-bottom: 25px;
    width: 100%;
    margin-left: 0px;
    height: 55px;
    background-image: url(../../../graphics/nav/mobile/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 25px top 7px;
    background-size: 30px 30px;
    margin-bottom: 0px;
  }
  nav .menu_reviews_button_wrapper .trigger {
    margin-left: 24px;
    width: auto;
    top: 0px;
  }
  nav .menuReviewButton {
    top: 9px;
  }
  nav .menu_reviews_button_wrapper:not(.active):hover .menu_reviews_star_1_layer,
  nav .menu_reviews_button_wrapper:not(.active):hover .menu_reviews_star_2_layer,
  nav .menu_reviews_button_wrapper:not(.active):hover .menu_reviews_star_3_layer,
  nav .menu_reviews_button_wrapper:not(.active):hover .menu_reviews_org_bg_layer:after {
    transform: none;
  }
  nav .menu_reviews_button_wrapper.active {
    background-image: url(../../../graphics/arrow-up-green.svg);
    height: 470px;
  }
  nav .menu_reviews_button_wrapper.active .close {
    display: none;
  }
  nav .menu_reviews_button_wrapper.active .trigger {
    top: 0px;
    transform: scale(1);
  }
  nav .menu_reviews_button_wrapper.active .menuReviewButton {
    transform: scale(1);
  }
  nav .menu_reviews_button_wrapper.active .content {
    top: 0px;
    height: 450px;
  }
  /* END: Nav Reviews */
  /* Start: Nav Location */
  nav .location-hours {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    display: none;
    max-width: none;
    /* margin-left: 26px; */
    padding-top: 10px;
    padding-bottom: 100px;
    padding-left: 29px;
    background-image: url("../../../graphics/nav/mobile/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 25px top 6px;
    background-size: 30px 30px;
    width: 100%;
    height: 110px;
    margin-top: 13px;
    transition: all 0.25s ease-in-out;
  }
  nav .location-hours .trigger {
    width: 100%;
  }
  nav .location-hours.active {
    background-image: url("../../../graphics/arrow-up-green.svg");
    height: 280px;
  }
  nav .location-hours.active .close {
    display: none;
  }
  nav .location-hours.active .trigger {
    transform: scale(1);
    top: 0px;
  }
  nav .location-hours:not(.active):hover .trigger .icon .icon-1 {
    left: -4px;
    transform: rotate(0deg);
  }
  nav .location-hours:not(.active):hover .trigger .icon .icon-2 {
    transform: rotate(3deg);
    left: 0px;
  }
  nav .location-hours.active .trigger .title {
    transform: scale(1);
  }
  nav .location-hours .trigger {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
  }
  nav .location-hours .trigger .title {
    font-size: 22px;
  }
  nav .location-hours .content {
    position: relative;
    left: 0px;
    top: 10px;
    height: 0px;
    overflow: hidden;
    padding-left: 20px;
    transition: all 250ms ease-in-out;
    padding-top: 55px;
    width: 100%;
    height: 0px;
    background-image: none;
  }
  nav .location-hours .content a {
    transition: all 250ms cubic-bezier(0.075, 0.485, 0, 1.005) 100ms;
  }
  nav .location-hours .content a .title {
    font-size: 24px;
  }
  nav .location-hours .content a.locations {
    margin-left: 24px;
    width: 176px;
    height: 55px;
  }
  nav .location-hours .content a.locations .icon,
  nav .location-hours .content a.opening-hours .icon {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  nav .location-hours .content a.opening-hours {
    width: 242px;
    height: 61px;
  }
  nav .location-hours.active .content {
    height: 200px;
    top: 0px;
  }
  /* End: Nav Location */
  /* Start: Social Pages */
  /* End: Social Pages */
  nav.has-child-menu-open .menu_reviews_button_wrapper {
    padding-bottom: 25px;
  }
  .menu-separator {
    display: block;
    height: 12px;
    width: 100%;
    background-size: 1360px; /* 640px; */
    background-repeat: no-repeat;
    display: none;
  }
  .menu-separator.menu-separator-top {
    background-image: url("../../../graphics/menu-separator-top.svg");
    background-position: top 10px left;
    padding-bottom: 50px;
  }
  .menu-separator.menu-separator-bottom {
    background-image: url("../../../graphics/menu-separator-bottom.svg");
    background-position: top 15px left;
    padding: 18px 0px;
  }
  nav.menu-open .menu-separator {
    display: block;
  }
  /* .menu_pics_overflow_wrapper {
    overflow: hidden;
    padding-top: 16px;
  } */
  nav .menu_pics_button_wrapper {
    padding-top: 16px;
    height: 70px;
  }
  nav .menu_pics_button_wrapper .close {
    top: 18px;
  }
  nav .menu_pics_button_wrapper .trigger {
    top: 16px;
  }
  nav .menuPicsButton {
    left: 76px;
    top: 5px;
  }
  nav .menu_reviews_org_bg_layer {
    left: 0px;
  }
  nav .menu_reviews_star_1_layer {
    left: 3px;
  }
  nav .menu_reviews_star_2_layer {
    left: 13px;
  }
  nav .menu_reviews_star_3_layer {
    left: 29px;
  }
  nav .menuReviewButton {
    left: 52px;
  }
  nav .menuPicsButton,
  nav .menuReviewButton {
    font-size: 22px;
    /* 20px */
    line-height: 1;
  }
  .main-menu {
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 10px 0px;
  }
  .main-menu .dropdown {
    width: 100%;
  }
  .main-menu .dropdown .close {
    display: none;
  }
  .main-menu .dropdown .trigger {
    padding: 10px 25px;
    gap: 15px;
    background-image: url(../../../graphics/nav/mobile/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: right 25px center;
    width: 100%;
    justify-content: flex-start;
  }
  .main-menu .dropdown .trigger .label {
    font-size: 28px;
    border-bottom: 0px none;
  }
  .main-menu .dropdown .content {
    position: relative;
    top: 0px;
    left: 0px;
    max-height: 0px;
    margin-left: 0px;
    padding-top: 0px;
    background-image: none !important;
    gap: 0px;
  }
  .main-menu .dropdown .content a {
    font-size: 24px;
    background-size: 100%;
    margin-bottom: 12px;
    line-height: 1.2;
    text-align: center;
  }
  .main-menu .dropdown .content a.mobile-br {
    display: block;
  }
  .main-menu .dropdown.active .trigger {
    background-image: url("../../../graphics/arrow-up-green.svg");
  }
  .main-menu .dropdown.active .trigger .icon {
    top: 0px;
    left: 0px;
    transform: scale(1);
  }
  .main-menu .dropdown.active .trigger .label {
    top: 0px;
    left: 0px;
  }
  .main-menu .dropdown.active .content {
    padding-top: 25px;
    padding-bottom: 25px;
    top: 0px;
    max-height: 1000px;
  }
  .main-menu .global-relocations .trigger .icon {
    width: 38px;
    height: 42px;
    background-size: 38px;
  }
  .main-menu .global-relocations .content {
    width: 100%;
    height: auto;
  }
  .main-menu .global-relocations .content .link-1 {
    width: 417.6px;
    height: 58px;
  }
  .main-menu .global-relocations .content .link-2 {
    width: 181.25px;
    height: 63.8px;
  }
  .main-menu .global-relocations .content .link-3 {
    width: 181.25px;
    height: 65.25px;
  }
  .main-menu .global-relocations .content .link-4 {
    width: 340.75px;
    height: 58px;
  }
  .main-menu .global-relocations .content .link-5 {
    width: 245.05px;
    height: 58px;
  }
  .main-menu .global-relocations .content .link-6 {
    width: 362.5px;
    height: 58px;
  }
  .main-menu .global-relocations .content .link-7 {
    width: 292.9px;
    height: 58px;
  }
  .main-menu .global-relocations .content .link-8 {
    width: 413.25px;
    height: 58px;
  }
  .main-menu .global-relocations .content .link-9 {
    width: 329.15px;
    height: 58px;
  }
  .main-menu .global-relocations .content .link-10 {
    width: 378.45px;
    height: 58px;
  }
  .main-menu .boarding-daycare .trigger .icon {
    width: 38px;
    height: 38px;
    background-size: 38px;
  }
  .main-menu .boarding-daycare .content {
    height: auto;
    width: 100%;
  }
  .main-menu .boarding-daycare .content .link-1 {
    width: 356.7px;
    height: 58px;
  }
  .main-menu .boarding-daycare .content .link-2 {
    width: 390.05px;
    height: 66.7px;
  }
  .main-menu .boarding-daycare .content .link-3 {
    /* width: 338px * 1.45;
    height: 45px * 1.45; */
    width: 328px;
    height: 86px;
    background-image: url("../../../graphics/mobile-bd-3.svg");
  }
  .main-menu .boarding-daycare .content .link-4 {
    width: 163.85px;
    height: 58px;
  }
  .main-menu .boarding-daycare .content .link-5 {
    width: 165.3px;
    height: 58px;
  }
  .main-menu .boarding-daycare .content .link-6 {
    width: 377px;
    height: 58px;
  }
  .main-menu .boarding-daycare .content .link-7 {
    width: 314.65px;
    height: 58px;
  }
  .main-menu .boarding-daycare .content .link-8 {
    width: 394.4px;
    height: 58px;
  }
  .main-menu .boarding-daycare .content .link-9 {
    width: 156.6px;
    height: 58px;
  }
  .main-menu .boarding-daycare .content .link-10 {
    width: 368.3px;
    height: 58px;
  }
  .main-menu .veterinary-clinic .trigger .icon {
    width: 38px;
    height: 38px;
    background-size: 38px;
  }
  .main-menu .veterinary-clinic .content {
    width: 100%;
    height: auto;
  }
  .main-menu .veterinary-clinic .content .link-1 {
    /* width: 379px * 1.45;
    height: 40px * 1.45; */
    background-image: url("../../../graphics/mobile-vc-1.svg");
    width: 328px;
    height: 83px;
    flex-direction: column;
    padding-bottom: 5px;
  }
  .main-menu .veterinary-clinic .content .link-1 span {
    display: block;
  }
  .main-menu .veterinary-clinic .content .link-2 {
    width: 140.65px;
    height: 58px;
    /* left: 26px; */
  }
  .main-menu .veterinary-clinic .content .link-3 {
    width: 169.65px;
    height: 59.45px;
    /* left: -10px; */
  }
  .main-menu .veterinary-clinic .content .link-4 {
    /* width: 369px * 1.45;
    height: 40px * 1.45; */
    background-image: url("../../../graphics/mobile-vc-4.svg");
    width: 346px;
    height: 82px;
    padding-bottom: 5px;
  }
  .main-menu .veterinary-clinic .content .link-5 {
    /* width: 324px * 1.45;
    height: 40px * 1.45; */
    background-image: url(../../../graphics/mobile-vc-5.svg);
    width: 285px;
    height: 84px;
    /* left: 22px; */
  }
  .main-menu .veterinary-clinic .content .link-6 {
    width: 317.55px;
    height: 58px;
    /* left: -32px; */
  }
  .main-menu .veterinary-clinic .content .link-7 {
    width: 394.4px;
    height: 58px;
    /* left: -22px; */
  }
  .main-menu .veterinary-clinic .content .link-8 {
    width: 279.85px;
    height: 58px;
    /* left: 57px; */
  }
  .main-menu .veterinary-clinic .content .link-9 {
    width: 249.4px;
    height: 58px;
    /* left: -20px; */
  }
  .main-menu .veterinary-clinic .content .link-10 {
    width: 295.8px;
    height: 58px;
    /* left: 30px; */
  }
  .main-menu .veterinary-clinic .content .link-11 {
    width: 363.95px;
    height: 58px;
    /* left: 10px; */
  }
  .main-menu.move-left {
    right: 0px;
  }
  nav {
    /* padding: 55px 0 80px; */
    padding: 26px 0 80px;
  }
  nav .bottom-bar .scroll-indication {
    width: 32px;
    height: 33px;
    background: url("../../../graphics/bottom-scroll-bg.svg");
    background-size: contain;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -16px;
    transform: translateY(200px);
    transition: all 300ms ease-in-out;
  }
  nav .bottom-bar .scroll-indication .arrow {
    background: url("../../../graphics/bottom-scroll-arrow.svg");
    width: 11px;
    height: 15px;
    background-size: contain;
    transform: translateY(-5px);
  }
  nav .bottom-bar .scroll-indication.show .arrow {
    animation: bottom-scroll-arrow-animation 2s infinite ease-in-out 500ms;
  }
  nav.menu-open {
    padding-bottom: 0px;
  }
  nav.menu-open .bottom-boundry {
    height: 80px;
    display: block;
  }
  nav.menu-open .main-menu {
    display: flex;
  }
  nav.menu-open .bottom-bar {
    /* .mobile-nav-contact-button {
      display: block;
    } */
  }
  nav.menu-open .bottom-bar .scroll-indication {
    display: flex;
  }
  nav.menu-open .bottom-bar .scroll-indication.show {
    transform: translateY(0px);
  }
}
@media (max-width: 1000px) {
  nav .location-hours .trigger .icon {
    right: 0px;
  }
}
@media (max-width: 960px) {
  nav {
    font-size: 15px;
    line-height: 1.2;
  }
  nav {
    padding: 26px 0 80px;
  }
}
@media (max-width: 540px) {
  .menu_pics_button_wrapper.active a.menuPicsnVidsLink {
    right: -2vw;
  }
  .menu_pics_button_wrapper.active a.menuVetVideosLink {
    right: -3vw;
  }
  .menu_pics_button_wrapper.active a.menuPicsOfVetLink {
    top: 20.5vw;
  }
  .menu_pics_button_wrapper.active a.menuVetVideosLink {
    top: 19.5vw;
  }
}
@media (max-width: 1441px) and (max-height: 901px) {
  .main-menu.zoomed-out .dropdown .content {
    transform: scale(0.9);
    transform-origin: top;
  }
  .main-menu.zoomed-out .dropdown.active .trigger {
    transform: scale(0.9);
    transform-origin: top;
  }
  .main-menu.zoomed-out .dropdown.left-align .content {
    transform-origin: top left;
  }
}
.contact-page {
  /* .space-for-contact-button {
    display: none;
  }

  .twentyfour-seven-topbar {
    > div {
      left: 0px;
    }
    .left {
      margin-left: 0px;
    }
  } */
}
.contact-page .contentWrapper {
  min-height: 1000px;
}
.contact-page .point-to-contact {
  width: 545px;
  max-width: 44%;
  height: 330px;
  background-image: url("../../../../graphics/point-to-contact.svg");
  background-position: left;
  background-repeat: no-repeat;
  margin-top: 15px;
  background-size: contain;
  transition: all 0.25s ease;
}
.contact-page #contact-button {
  opacity: 0;
}
.contact-page .contact-widget {
  transition-delay: 300ms;
}
.contact-page .contact-widget .step-controls .close {
  display: none;
}
@media (max-width: 1360px) {
  .contact-page .point-to-contact {
    position: absolute;
    bottom: 120px;
    background-size: contain;
    background-position: center right;
    width: 50%;
    max-width: 50%;
    left: 50px;
  }
  .contact-page .contact-widget {
    transition-delay: 50ms;
    right: 60px !important;
  }
  .contact-page .contact-widget .generic-nav {
    bottom: 240px;
    top: auto;
  }
}
@media (max-width: 1300px) and (min-width: 640px) {
  .contact-page .contact-widget {
    right: 60px !important;
  }
  .contact-page .contact-widget .generic-nav {
    bottom: 220px;
  }
  .contact-page .point-to-contact {
    width: 35%;
    bottom: 220px;
    margin-left: 30px;
    /* margin-top: 18%;
    margin-left: 7%; */
  }
}
@media (max-width: 940px) {
  .contact-page .point-to-contact {
    width: 30%;
    left: 20px;
  }
}
@media (max-width: 900px) {
  .contact-page .point-to-contact {
    width: 28%;
    left: 20px;
  }
  .contact-page .contact-widget {
    right: 10px !important;
  }
}
@media (max-width: 800px) {
  .contact-page .point-to-contact {
    width: 20%;
  }
}
@media (max-width: 700px) {
  .contact-page .point-to-contact {
    width: 18%;
  }
}
@media (max-width: 760px) {
  .contact-page .point-to-contact {
    display: none;
  }
}
@media (max-width: 640px) {
  .contact-page .contentWrapper {
    min-height: auto;
  }
  .contact-page .contact-widget {
    top: auto;
  }
  .contact-page .contact-widget .step-controls .close {
    display: block;
  }
  .contact-page .contact-widget .generic-nav {
    bottom: 0px;
  }
  .contact-page .point-to-contact {
    opacity: 0;
  }
}
@media (max-height: 800px) {
  .contact-page .point-to-contact {
    height: 180px;
    background-position: center right;
    background-size: contain;
  }
}

body.contact-page:has(.show-search .dropdown.active) .contact-widget,
body.contact-page:has(.show-search.menu-open) .contact-widget {
  transition-delay: 0ms;
  opacity: 0;
}
