/* Inlined from twenty-twenty-one-custom-css */
@charset "utf-8";
/* CSS Document */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #000;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  font-size: 15px;
  font-family: "AvenirNext-Regular" !important;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition:
    opacity 250ms,
    color 250ms;
  -moz-transition:
    opacity 250ms,
    color 250ms;
  transition:
    opacity 250ms,
    color 250ms;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  color: #ff2983;
  outline: 0;
}
a,
a:active,
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 0.5em;
  padding: 0;
  font-family: "Dustismo_Roman";
  line-height: 1.2em !important;
  margin-bottom: 0.5em !important;
  letter-spacing: -0.02em;
}
h1 {
  font-size: 2.2em !important;
  font-weight: 300;
}
h2 {
  font-weight: 300;
  font-size: 1.8rem;
}
h3 {
  font-weight: 300;
  font-size: 1.4rem;
}
h4 {
  font-weight: 300;
  font-size: 1.2em !important;
}
ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img,
picture {
  margin: 0;
  max-width: 100%;
  border: 0;
  backface-visibility: hidden;
}
b,
strong {
  font-weight: 700;
}
label {
  font-size: initial;
}

@font-face {
  font-family: "Dustismo_Roman";
  src: url("../fonts/Dustismo_Roman.eot");
  src:
    url("../fonts/Dustismo_Roman.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Dustismo_Roman.woff") format("woff"),
    url("../fonts/Dustismo_Roman.ttf") format("truetype"),
    url("../fonts/Dustismo_Roman.svg#Calluna-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "AvenirNext Condensed";
  src: url("../fonts/AvenirNextCondensed-Regular.woff") format("woff");
}

@font-face {
  font-family: "AvenirNextCondensed-Regular";
  src: url("../fonts/AvenirNextCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "IcoMoon";
  src: url("../fonts/IcoMoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "IcoMoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-eyedropper:before {
  content: "\e90a";
}
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  padding: 0 2rem;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  line-height: 48px !important;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms;
  background-color: #ff2983;
  border: 1px solid #ff2983;
  color: rgba(255, 255, 255, 1) !important;
  text-decoration: none;
  font-family: "AvenirNext Condensed";
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 5px;
}
.button:hover {
  color: #000 !important;
  text-decoration: none;
  background: #ffffff;
  border-color: #ffffff;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
  border-radius: 5px;
}
button,
.button-dark {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  padding: 0 2rem;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  line-height: 48px !important;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms;
  background-color: #ff2983;
  border: 1px solid #ff2983;
  color: rgba(255, 255, 255, 1) !important;
  text-decoration: none;
  font-family: "AvenirNext Condensed";
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 1rem;
}
button:hover {
  color: rgba(254, 254, 254, 1) !important;
  text-decoration: none;
  border-radius: 5px;
  background: #111753;
  border-color: #111753;
}
.button-dark:hover {
  color: rgba(254, 254, 254, 1) !important;
  text-decoration: none;
  border-radius: 5px;
  background: #111753;
  border-color: #111753;
}
.button-large {
  padding: 0 6rem !important;
}
.book-small {
  line-height: 38px !important;
  padding: 0 1.5em !important;
}
.container {
  max-width: 1240px !important;
  margin-left: auto;
  margin-right: auto;
}
.container-fixed {
  margin: 0 auto;
  width: 80%;
}
.notification-wrap {
  background-color: #111753;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  display: block;
  min-height: 38px;
  line-height: 38px;
}
.notification-wrap p,
.notification-wrap ul,
.notification-wrap ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  font-family: "AvenirNext Condensed";
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
}
.header-wrap:hover {
  background: rgba(255, 255, 255, 1);
}
.header-left {
  display: flex;
  align-items: center;
}
.header-right {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.nav-main-bar {
  display: flex;
  justify-content: center;
  order: 2;
}
.nav-main-bar ul {
  display: contents;
}
.nav-main-bar ul li {
  display: inline-block;
  padding: 0 20px;
  line-height: 68px;
}
.header-wrap > .container {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.header-wrap .logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: 20px;
  max-width: 192px;
}
.header-wrap .logo-sticky {
  max-width: 80px;
  display: none;
}
.is-sticky .header-wrap .logo-sticky {
  max-width: 80px;
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 10px 20px;
}

.nav-main-bar .navigation a {
  color: #000;
  text-decoration: none;
}
.is-sticky .nav-main-bar .navigation a {
  color: #000;
}
.is-sticky .nav-main-bar .navigation a:hover {
  color: #ff2983;
}
header {
  position: relative;
}
.header-wrap.is-sticky {
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}
.header-right {
  display: flex;
}
.search-wrap {
  margin-right: 10px;
}
.header-phone {
}

.find {
  display: inline-block;
  position: relative;
  padding-left: calc(11px + 0.75rem);
}
.find:after {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/search-icon.png);
  display: block;
  background-position: center;
  background-size: contain;
  height: 11px;
  width: 11px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  margin-top: -5.5px;
}
.find-sticky {
  display: none;
}
.is-sticky .find-sticky {
  display: block;
  position: absolute;
  top: 22px;
  left: 65px;
  padding-left: calc(11px + 0.75rem);
}
.is-sticky .find-sticky:after {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/search-icon.png);
  display: block;
  background-position: center;
  background-size: contain;
  height: 11px;
  width: 11px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  margin-top: -5.5px;
  filter: invert(1);
}
.is-sticky .find-sticky a {
  color: #000;
  text-decoration: none;
}
.is-sticky .find-sticky a:hover {
  color: #000;
  text-decoration: none;
}
main {
  margin-top: 70px;
}
.main-hero-banner {
  position: relative;
  top: 0;
  color: #fff;
}
.banner-image-content {
  position: absolute;
  top: 29%;
  left: 12%;
  width: 34%;
}
.section-heading {
  margin-top: 0;
  text-align: center;
}
.section-heading-description {
  text-align: center;
  max-width: 50%;
  margin: 0 auto 0;
}
.banner-image {
}
.banner-image img {
  width: 100%;
}

.petopio-hero {
  background: #fbfaf8;
  color: #292929;
  min-height: 720px;
  padding: 155px 0 80px;
  position: relative;
}
.petopio-hero + main {
  margin-top: 0;
}
.petopio-hero + main .banner-content {
  margin-top: 0;
}
.petopio-hero .container {
  max-width: 1180px;
}
.petopio-hero__content {
  max-width: 520px;
  position: relative;
  z-index: 2;
}
.petopio-eyebrow {
  color: #ff2983;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}
.petopio-eyebrow:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff2983;
  box-shadow: 0 0 0 4px rgba(255, 41, 131, 0.18);
}
.petopio-hero h1 {
  font-size: 58px;
  line-height: 1.02;
  letter-spacing: 0;
  margin: 0 0 18px;
  font-weight: 800;
  color: #242424;
  max-width: 520px;
}
.petopio-hero p {
  font-size: 16px;
  line-height: 1.75;
  color: #777;
  max-width: 440px;
  margin: 0 0 26px;
}
.petopio-btn {
  background: #ff2983;
  color: #fff;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 700;
  min-height: 50px;
  padding: 8px 8px 8px 24px;
  text-decoration: none;
  box-shadow: 0 18px 28px rgba(255, 41, 131, 0.22);
}
.petopio-btn:hover,
.petopio-btn:focus {
  background: #e96f76;
  color: #fff;
  text-decoration: none;
}
.petopio-btn span,
.petopio-play span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}
.petopio-btn span:before,
.petopio-play span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #ff2983;
  transform: translate(-36%, -50%);
}
.petopio-play {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ff2983;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 28px rgba(255, 41, 131, 0.2);
}
.petopio-hero__trust {
  margin-top: 46px;
  color: #ff2983;
  font-size: 13px;
  font-weight: 700;
}
.petopio-avatar-stack {
  display: flex;
  align-items: center;
}
.petopio-avatar-stack img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fbfaf8;
  margin-left: -10px;
}
.petopio-avatar-stack img:first-child {
  margin-left: 0;
}
.petopio-hero__trust strong {
  color: #292929;
  font-size: 18px;
}
.petopio-hero__visual {
  position: relative;
  min-height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.petopio-hero__photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #ffdadd;
  border-radius: 38px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0 28px 60px rgba(46, 46, 46, 0.08);
}
.petopio-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
}
.petopio-floating-card {
  position: absolute;
  z-index: 3;
  background: #fff6d9;
  border-radius: 24px;
  color: #383838;
  box-shadow: 0 20px 42px rgba(48, 48, 48, 0.08);
}
.petopio-floating-card--top {
  right: 10px;
  top: 145px;
  min-width: 145px;
  padding: 18px 48px 18px 22px;
  font-size: 12px;
  font-weight: 700;
  color: #777;
}
.petopio-floating-card--top:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ff2983;
  transform: translateY(-50%);
}
.petopio-floating-card--stats {
  right: 0;
  bottom: 76px;
  width: 138px;
  padding: 22px 22px 20px;
  background: #ffdadd;
  text-align: left;
}
.petopio-floating-card--stats strong {
  display: block;
  color: #ff2983;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}
.petopio-floating-card--stats span {
  display: block;
  font-size: 12px;
  line-height: 1.25;
  color: #9a676b;
  font-weight: 700;
  margin: 4px 0 14px;
}
.petopio-floating-card--stats span:last-child {
  margin-bottom: 0;
}
.petopio-hero__line,
.petopio-hero__paw {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.petopio-hero__line-one {
  width: 130px;
  height: 45px;
  border-bottom: 3px solid #f3a0a5;
  border-radius: 50%;
  left: 8%;
  bottom: 135px;
  transform: rotate(-9deg);
  opacity: 0.42;
}
.petopio-hero__line-two {
  width: 120px;
  height: 50px;
  border-top: 3px solid #aee5e4;
  border-radius: 50%;
  right: 5%;
  bottom: 110px;
  transform: rotate(16deg);
  opacity: 0.55;
}
.petopio-hero__paw {
  color: #f4d8d9;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}
.petopio-hero__paw-one {
  left: 45%;
  bottom: 120px;
  transform: rotate(12deg);
}
.petopio-hero__paw-two {
  right: 7%;
  top: 120px;
  color: #e6f0ef;
  transform: rotate(-18deg);
}

.pet-parenting-video-section {
  padding: 0 0 40px;
  margin: auto;
  text-align: center;
}

.banner-content {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  position: relative;
  /* top: -126px; */
  background: rgb(255, 231, 244, 0.7);
  max-width: 1240px;
  margin: -182px auto 0;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
}
.service-title {
  margin-bottom: 24px;
  font-family: "Dustismo_Roman";
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}
.service-banner-content {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  position: relative;
  /* top: -126px; */
  background: rgb(255, 255, 255, 0.7);
  max-width: 1240px;
  margin: -140px auto 0;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
}
.page-banner-content {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  position: relative;
  /* top: -126px; */
  background: rgb(255, 255, 255, 0.7);
  max-width: 1240px;
  margin: -140px auto 0;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
}
.page-banner-heading {
  margin-top: 0;
}
.page-banner-description {
  margin-bottom: 24px;
}
.banner-heading {
  margin-top: 0;
}
.banner-description {
  margin-bottom: 24px;
}
.service-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-flex-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease-out;
  border-radius: 3px;
  height: auto;
  width: calc(26% - 20px);
  padding: 15px 5px 15px;
  cursor: pointer;
}
.service-flex-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.service-flex-item a:hover {
  text-decoration: none;
}
.service-description {
  margin: 0 0 10px;
}

.service-flex-content {
  margin: auto 0 auto 10px;
}

.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

.service-details-flex {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
  justify-content: space-between;
  align-items: flex-end;
}

.service-details-item {
  flex: 0 0 35%;
  position: relative;
}
.border-circle {
  border-radius: 100%;
  border: 2px solid #ff2983;
}
.service-flex-item.active {
  background-color: #111753;
  color: #ffffff;
}
.service-flex-item.active .service-flex-content {
  color: #ffffff;
}
.service-flex-item:hover,
.service-flex-item:focus,
.service-flex-item:visited {
  background-color: #111753;
}
.service-flex-item:hover .service-flex-content,
.service-flex-item:focus
  .service-flex-content
  .service-flex-item:visited
  .service-flex-content {
  color: #ffffff;
}
.service-flex-content button:hover {
  background: #fff;
  color: #000 !important;
  border-color: #ffff !important;
}
.caption {
  font-family: "AvenirNext Condensed";
  line-height: 1.2em;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  color: #666666 !important;
}

footer.footer {
  padding: 3em 0;
}
.footer a {
  color: #000;
  text-decoration: none;
}
.footer a:hover {
  color: #ff2983;
  text-decoration: none;
}
.tf-footer {
  padding: 0 !important;
  background: #111753 url("../images/footer-bg.jpg") center center / cover no-repeat;
  color: #fff;
  font-family: "AvenirNext Condensed";
}
.tf-footer-main {
  padding: 82px 0 70px;
  background: transparent;
}
.tf-footer-logo {
  display: inline-block;
  max-width: 245px;
  margin-bottom: 22px;
}
.tf-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.tf-footer-about {
  max-width: 380px;
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
  text-transform: none;
}
.tf-footer-info h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: none;
}
.tf-footer-info p {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
}
.tf-footer .tf-footer-info a {
  color: #fff;
  text-decoration: none;
  text-transform: none;
}
.tf-footer .tf-footer-info a:hover {
  color: #e92e80;
}
.tf-footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tf-footer .tf-footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #e92e80;
  transition: background 200ms ease, transform 200ms ease;
}
.tf-footer .tf-footer-social a:hover {
  background: #ff2983;
  color: #fff;
  transform: translateY(-2px);
}
.tf-footer-social svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.tf-footer-bottom {
  background: #1f1f1f;
  padding: 16px 0;
  text-align: center;
}
.tf-footer-bottom p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-transform: none;
}
.tf-footer .tf-footer-bottom a {
  color: #fff;
  text-decoration: none;
}
.tf-footer .tf-footer-bottom a:hover {
  color: #ff2983;
}

.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-160 {
  padding-bottom: 160px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-160 {
  margin-bottom: 160px;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mt-20 {
  margin-top: 20% !important;
}
.mt-30 {
  margin-top: 30% !important;
}

section {
  padding: 3em 0;
}
section > div {
  max-width: 1240px;
  margin: auto;
  padding: 0;
}
.choose-us {
}
.choose-us-wrapper {
}
.choose-us .title {
  text-align: center;
}
section .section-description {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
.choose-us .choose-us-content {
  position: relative;
  margin-top: 4em;
}
.choose-us .choose-us-image {
  position: absolute;
  width: 34%;
  left: 50%;
  top: -6%;
  transform: translateY(0) translateX(-50%);
  text-align: center;
}
.choose-us .choose-us-columns {
}
.choose-us .choose-column-1-2 {
  width: 49.5%;
}
.choose-us-columns > [class*="choose-column-"] {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.choose-us .choose-column-1-2.column_padding_bottom {
  padding-bottom: 0.5em;
}

.choose-us .choose-column-1-2 .choose-column_item {
  margin-right: 44%;
}
.choose-us-columns > .choose-column-1-2:nth-child(2n) .choose-column_item {
  margin-left: 44%;
  margin-right: 0;
}
.choose-us .choose-us_item_content {
}
.choose-us .choose-us_item_content-in {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.choose-us .choose-us_item_title {
  margin: 0 0 0 1em !important;
}
.choose-us .choose-us_item_description {
}
.achievements-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.counters {
  width: 80vw;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter-wrapper {
  width: 32%;
  height: 9rem;

  border-radius: 1rem;
  padding: 1rem 0 1rem 2rem;

  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: 0.3s ease-in-out;
}

.counter-icon {
}

.counter-info {
  color: #fff;
  text-shadow: 1px 1px 1px #0007;
  padding: 2.5em 0 0;
}

.counter-info .counter {
  font: normal 2.8rem;
  margin-bottom: 0 !important;
}

.counter-info p {
  font: normal 1.1rem;
  margin-top: 0.4rem;
}
section.our-achievements {
  background: #111753;
  color: #fff;
}
.how-we-work {
  position: relative;
}
.how-we-work-bg {
}
.how-we-work-bg img {
  width: 100%;
}
.how-we-work-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1240px;
  padding: 5em 0 3em;
}
.how-we-work-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.how-we-work-flex-item {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease-out;
  border-radius: 3px;
  height: auto;
  display: flex;
  width: calc(26% - 20px);
  align-items: center;
  padding: 10px;
}

.how-we-work-description {
  margin: 0;
}

.how-we-work-flex-content {
  color: rgba(0, 0, 0, 0.66);
  margin: auto 0 auto 10px;
}

.how-we-work-details-flex {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
  justify-content: space-between;
  align-items: flex-end;
}

.how-we-work-details-item {
  flex: 0 0 35%;
  position: relative;
}
.how-we-work .border-circle {
  border-radius: 100%;
  border: 2px solid #ff2983;
}
.banner-book-now-wrap {
  text-align: center;
  padding: 3em 0 0;
}
.book-now-wrap {
  text-align: center;
  padding: 3em 0 0;
}
.banner-book-now-wrap {
  text-align: center;
  padding: 1em 0 0;
}
.button-wrap {
  text-align: center;
  padding: 3em 0 0;
}
.choose-plan {
  background: #111753;
  color: #fff;
}
.choose-plan-container {
}
.plan-options-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 30px;
}

.plan-options-flex-item {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease-out;
  border-radius: 3px;
  height: auto;
  width: calc(26% - 20px);
  padding: 15px 5px 15px;
  cursor: pointer;
}
.plan-options-flex-item:hover {
  background: #ff2983;
  color: #fff;
}
.plan-options-flex-item.active {
  background: #ff2983;
  color: #fff;
}
.plan-options-flex-item.active .plan-options-flex-content,
.plan-options-flex-item:hover .plan-options-flex-content {
  color: #fff;
}
.plan-options-description {
  margin: 0 0 10px;
}

.plan-options-flex-content {
  color: rgba(0, 0, 0, 0.66);
  margin: auto 0 auto 10px;
}
.plan-table-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 0;
}
.plan-columns {
  width: 24%;
  padding: 0 8px 50px;
  border-right: 1px solid #4c4c4c;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.plan-columns:last-child {
  border-right: none;
}
.plan-columns .book-now {
  position: absolute;
  bottom: 10px;
}
.plan-list {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

/*.plan-columns:hover {
  background: rgb(255, 255, 255, 1);
	color: #000;
	border-radius: 5px;
	
}*/

.plan-list .header {
}

.plan-list li {
  padding: 5px 10px;
  list-style-type: disc;
  list-style-position: inside;
}
.plan-list li:first-child,
.plan-list li:last-child {
  list-style-type: inherit;
}

.before-after-container {
  width: 48%;
}
.testimonial-item .testimonial-item-contents:before {
  font-family: "icomoon";
  content: "\e977";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
}
.testimonial-item .owl-nav {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.testimonial-item .owl-carousel .owl-item li {
  display: flex;
  justify-content: space-between;
}
.testimonial-item .owl-nav .testimonial-control-prev,
.testimonial-item .owl-nav .testimonial-control-next {
  width: 50px;
  border-radius: 0;
  font-weight: 700;
  display: flex;
  border: 1px solid #000;
  justify-content: center;
  height: 50px;
  align-items: center;
  cursor: pointer;
  margin: 0 2%;
}
.testimonial-item-image {
  display: flex;
}
.testimonial-item-image span {
  display: inline-block;
}

span.person-image {
  margin-right: 10px;
  width: 25%;
}
span.person-name {
  width: 70%;
  display: block;
  margin: 30px auto 0;
}
section.faq-section-wrapper {
  background: #fff5fa;
}
.faq-section,
.faq-section ul li i:before,
.faq-section ul li i:after,
.faq-section p {
  transition: all 0.25s ease-in-out;
}

.faq-section ul li,
.faq-section h1 {
  animation: flipdown 0.5s ease both;
}

.faq-section h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.faq-section ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.faq-section ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px solid #8b8b8b;
  font-family: inherit !important;
}
.faq-section ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.faq-section ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.faq-section ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.faq-section ul li:nth-of-type(4) {
  animation-delay: 1.25s;
}
.faq-section ul li:nth-of-type(5) {
  animation-delay: 1.5s;
}
.faq-section ul li:nth-of-type(6) {
  animation-delay: 1.75s;
}
.faq-section ul li:nth-of-type(7) {
  animation-delay: 2s;
}
.faq-section ul li:nth-of-type(8) {
  animation-delay: 2.25s;
}
.faq-section ul li:last-of-type {
  padding-bottom: 0;
}
.faq-section ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
  top: 10px;
}
.faq-section li > p {
  margin-top: 10px;
  display: block;
}
.faq-section ul li i:before,
.faq-section ul li i:after {
  content: "";
  position: absolute;
  background-color: #333333;
  width: 4px;
  height: 18px;
}
.faq-section ul li i:before {
  transform: translate(0, 0) rotate(90deg);
}
.faq-section ul li i:after {
  transform: translate(0, 0) rotate(-90deg);
}
.faq-section ul li input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.faq-section ul li input[type="checkbox"]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.faq-section ul li input[type="checkbox"]:checked ~ i:before {
  transform: translate(2px, 0) rotate(90deg);
}
.faq-section ul li input[type="checkbox"]:checked ~ i:after {
  transform: translate(2px, 0) rotate(0deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

.social-media {
}
.social-media-gallery {
  margin-top: 40px;
}

.our-groomers {
}
.our-groomers-section {
}
.groomer-list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.groomer-list li {
  width: 24%;
}
.about-groomer {
  padding: 10px 0;
}
.groomer-name {
  display: block;
}
.groomer-speciality {
  display: block;
}

.blogpost {
}
.blogpost-section {
}
.blogpost-list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blogpost-list li {
  width: 32%;
  background: #fff5fa;
  margin-bottom: 20px;
}
.blogpost-list li a {
  text-decoration: none;
}
.blogpost-list li a:hover {
  text-decoration: none;
  color: #000;
}
.blogpost-list li:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}
.blogpost-container {
  padding: 10px;
}
.blogpost-title {
}
.blogpost-date-time {
  display: block;
}
.blogpost-short-desc {
  display: block;
}

.newsletter {
  background: url(../images/news-letter-bg.png) no-repeat;
  background-size: cover;
}
.newsletter-section {
  display: flex;
  padding: 90px 0 0;
}
.newsletter-title {
  width: 40%;
}
.newsletter-form {
  /*width: 60%;*/
}
.newsletter-form:after {
  clear: both;
  display: block;
  content: "";
}
.mc4wp-response {
  margin-top: 10px;
}
.mc4wp-alert {
  background: rgba(181, 182, 147, 0.5);
  width: 97.5%;
  padding: 5px;
}
.mc4wp-alert p {
  margin: 0;
}
.newsletter-form input[type="email"] {
  border-radius: 5px;
  height: 55px;
  border: 0 none;
  float: left;
  padding: 15px 25px;
  width: 65%;
  margin-right: 20px;
}
.newsletter-form input[type="submit"] {
  background-color: #ff2983;
  border: 0 none;
  color: #ffffff;
  float: left;
  font-style: normal;
  padding: 15px;
  width: 30%;
  border-radius: 5px;
  height: 55px;
  text-transform: uppercase;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.footer-section {
  display: flex;
}
.footer ul > li {
  margin-bottom: 8px;
}
.footer-first-block {
  width: 20%;
  margin-right: 5%;
}
.footer-second-block {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.footer-second-block .footer-links-block {
  width: 28%;
  margin-right: 0;
}
.footer-links-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.footer-links-title {
  border-bottom: 1px solid #cecece;
  padding-bottom: 15px;
  margin-bottom: 20px !important;
}
.footer-third-block {
  width: 20%;
  margin-left: 5%;
}

.footer-logo {
  margin-bottom: 20px;
}
.store-social-links {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.social-link-icons {
}
.social-link-icons ul {
  display: flex;
}
.social-link-title {
  width: 30%;
}
.social-link-icons {
  width: 60%;
}
.social-link-icons ul li {
  display: block;
  width: 20%;
  margin-right: 5%;
  margin-bottom: 0;
}
.footer-third-block ul li {
  margin-bottom: 20px;
  display: flex;
}
.footer-third-block ul li > span {
  display: block;
}
.footer-location {
  margin-right: 10px;
}
.footer-number {
  margin-right: 10px;
  transform: rotate(0deg);
}
.footer-email {
  margin-right: 10px;
}
.copyright {
  border-top: 1px solid #ccc;
  padding: 20px 0;
  text-align: center;
  font-size: 0.8rem;
}
.service-work {
}
.service-work .choose-us-content {
  margin-top: 6em;
  margin-bottom: 2em;
}
.service-work .choose-us-image {
  position: absolute;
  width: 36%;
  left: 50%;
  top: -9%;
  transform: translateY(-10%) translateX(-50%);
  text-align: center;
}
.service-work .choose-us-image img {
  width: 85%;
}
.choose-service-city {
  padding: 2em 0;
  text-align: center;
}
.choose-service-city-select {
}
.choose-service-city-select select {
  padding: 10px;
  width: 300px;
  border: 1px solid #cfd7de;
  font-size: 18px;
  font-family: "sans-serif";
}
.choose-service-city-select select option {
  font-family: "sans-serif";
}
.page-bottom ul {
  padding-left: 15px;
  list-style-type: initial !important;
}
.page-bottom ul li {
  margin-top: 10px;
}
.page-bottom .section-heading {
  text-align: left;
}

.page-bottom .blogpost-section {
  margin-bottom: 30px;
}
.price-wrapper h3 {
  letter-spacing: 1.5px;
}
.old-price {
  text-decoration: line-through;
  margin-right: 15px;
  font-size: 0.8em;
}
.price {
}

.training-section {
  background: #111753;
  color: #fff;
}
.training-section-container {
}
.training-section-wrap {
}
.footer-second-block > .execphpwidget {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.nav-main-bar ul li a {
  font-size: 18px !important;
}
.page-bottom-sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff5fa;
  padding: 0.5em !important;
  z-index: 999;
  border-top: 1px solid #e5e5e5;
}
.page-bottom-book-now {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-bottom-book-now > div {
  margin: 0 10px;
}
.page-template-default .status-publish,
.singular .status-publish {
  padding-top: 70px;
}
.singular .entry-header {
  border-bottom: 3px solid var(--global--color-border);
  padding-bottom: calc(0.5 * var(--global--spacing-vertical));
  margin-bottom: calc(2 * var(--global--spacing-vertical));
}
.our-story-content {
  display: flex;
  justify-content: space-between;
}
.content-section {
  width: 48%;
}
.our-story-image {
  width: 48%;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.site textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.contact-wrap {
  display: flex;
  justify-content: space-between;
}
.contact-form {
  width: 40%;
}
.contact-map {
  width: 50%;
}

.contact-wrap label {
  display: block;
  font-size: initial;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
}
.popup-content {
  padding: 14px 10px;
  line-height: 1.5;
}
.cnt223 a {
  text-decoration: none;
}
.popup-onload {
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -400px;
}
.cnt223 {
  min-width: 800px;
  width: 800px;
  min-height: 150px;
  margin: 100px auto;
  background: #fff;
  position: relative;
  z-index: 103;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.cnt223 p {
  clear: both;
  color: #555555;
  /* text-align: justify; */
  font-size: 20px;
  font-family: sans-serif;
}
.cnt223 p a {
  color: #d91900;
  font-weight: bold;
}
.cnt223 .x {
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
}
.cnt223 .x:hover {
  cursor: pointer;
}
.city-popup {
  display: flex;
  flex-flow: column;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  justify-content: flex-start;
  opacity: 1;
  width: 100%;
  max-width: 975px;
  min-width: 600px;
  position: relative;
}
.serach-city-wrapper {
  position: relative;
}
.serach-city-wrapper-box {
  padding: 15px;
}
.serach-city-wrapper-box-in {
  display: flex;
  flex-flow: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  opacity: 1;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid rgb(241, 241, 241);
  border-radius: 2px;
}
.city-popup-serach {
  display: flex;
  flex-flow: row;
  opacity: 1;
  width: 40px;
  height: 35px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.serach-city-popups {
  width: 100%;
  height: 45px;
  border: none !important;
  font-size: 12px;
  text-indent: 15px;
  outline: none;
}
.city-popup-ditect-wrapper {
  color: rgb(220, 53, 88);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding: 0px 16px 12px;
  border-bottom: 1px solid rgb(221, 221, 221);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.city-popup-ditect {
  display: flex;
}
.city-popup-ditect-icon {
  margin-right: 12px;
}
.city-popup-ditect-content {
  margin-right: 12px;
}
.city-popup-city-container {
  padding: 15px 6px;
  display: flex;
  max-width: 100%;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  flex: 0 0 auto;
}
.city-popup-city-title {
  font-size: 14px;
  width: fit-content;
  text-transform: none;
  color: rgb(51, 51, 51);
  cursor: default;
}
.city-popup-city {
  width: 100%;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 8px 5px 0px;
}
.city-popup-list {
  display: flex;
  cursor: pointer;
  margin: 8px 10px;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.city-popup-list-in {
  display: flex;
  cursor: pointer;
  margin: 0px;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  position: relative;
}
.city-popup-list-images {
  width: 70px;
  height: 70px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  justify-content: center;
}
.city-popup-list-name {
  color: rgb(102, 102, 102);
  font-size: 14px;
  max-width: 110px;
  word-break: break-word;
  text-align: center;
}
.in-animation {
  animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards
    running city-pops;
}
@keyframes city-pops {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.testimonial {
  background: #eeeeee;
}

.pop-up-close {
  font-family: "icomoon";
  content: "\e977";
  z-index: 99;
  position: relative !important;
  right: 0;
  top: 0;
}
.city-popup-View-all-wrap {
  text-align: center;
}
.plan-options-flex-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.plan-options-flex-item a:hover {
  text-decoration: none;
}
.wpcf7 .text-wrapper input[type="text"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0.8rem 0.4rem 0.4rem;
}

.wpcf7 .text-wrapper > label {
  position: absolute;
  top: 1rem;
  left: 30px;
  transition: all 0.1s ease-in-out;
  z-index: 1;
}

.wpcf7 .text-wrapper > label.move {
  opacity: 0.4;
  font-size: 10px;
  top: 10px;
  left: 30px;
}

.mc4wp-form {
  width: 100%;
}
.text-center {
  text-align: center;
}
.modal-body {
  padding: 0 2rem;
}
.modal-content {
  background: #f3f3f3;
}
.modal-content h3 {
  font-size: 1.2rem;
}
.modal-content h4 {
}
.modal-header {
  padding: 1rem 1rem 0;
  border-bottom: none;
}
#box-grid-items .owl-dots {
  text-align: center;
}
.popup-header-banner {
  margin-bottom: 20px;
}
input[name="cname"] {
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
  text-indent: 30px;
  width: 100%;
  margin: 0;
  border: 1px solid #e8e8e8;
}
.wpcf7 label {
  position: relative;
  margin-bottom: 0.7rem;
  width: 100%;
}
.wpcf7 label > span.popup-text-ico {
  position: absolute;
  z-index: 100;
  background-size: cover;
  width: 22px;
  height: 22px;
  display: block;
  top: 14px;
  left: 2%;
  /* bottom: 3%; */
  margin: auto;
  filter: opacity(60%);
}
.wpcf7 label > span.user-ico {
  background-image: url(../images/user.png);
}
.city-ico {
  background-image: url(../images/city.png);
}
.mobile-ico {
  background-image: url(../images/mobile.png);
}
.pet-breed-ico {
  background-image: url(../images/breed.png);
}
.age-ico {
  background-image: url(../images/age.png);
}

.wpcf7-form-control.wpcf7-submit {
  text-align: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  width: 100%;
  align-content: center;
  display: block;
  transition: all 250ms;
  background-color: #ff2983;
  border: 1px solid #ff2983;
  color: rgba(255, 255, 255, 1) !important;
  text-decoration: none;
  font-family: "AvenirNext Condensed";
  text-transform: uppercase;
  font-size: 1rem;
}
.popup-title {
  margin-bottom: 20px;
}
.mc4wp-form {
  width: 100%;
}
/*.easybook{ position:relative; float: right;
margin-bottom:50px;}*/

.easybook {
  position: fixed;
  float: right;
  bottom: 60px;
  right: 0;
  z-index: 1;
  width: 90px;
}
.cities-section {
}
.cities-gallery {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}
.cities-item {
}
.cities-item-image {
}
.cities-item-name {
  font-weight: 600;
  margin-top: 5px;
}
.cities-item a,
.cities-item a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .mega-menu-primary-mobile-open .primary-navigation {
    width: 100%;
  }
  .mega-menu-primary-mobile-open #mega-menu-wrap-primary {
    border-radius: 0;
    height: 100vh;
  }
  .mega-menu-primary-mobile-open
    #mega-menu-wrap-primary
    .mega-menu-toggle
    + #mega-menu-primary {
    height: 100%;
  }
}

.testimonial {
}
.testimonial-wrap {
}

.testimonial-container {
  width: 100%;
  position: relative;
}
.testimonial-container-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.testimonial-item {
  position: relative;
  margin-top: 40px;
  width: 50%;
}
.testimonial-clients {
  display: flex;
}
.testimon-title {
  text-align: center;
  /* width: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-wrap: wrap-reverse; */
}
.testimonial-item .testimonial-item-content {
  padding-left: 35px;
  position: relative;
  display: block;
  width: 50%;
}

.testimonial-container h2 {
  z-index: 2;
  position: relative;
}
.testimon-content-wrap {
  width: 48%;
  position: relative;
  text-align: center;
  margin-left: 5%;
  margin-top: 5%;
}
.testimon-image-wrap {
  position: relative;
  width: 38%;
}
.testimon-image-frame {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  height: 100%;
}
.testimon-image-frame img {
  height: 100%;
}
.testimon-title-circle {
  position: absolute;
  width: 55px;
  top: -11px;
  left: -309px;
  z-index: 2;
  right: 0;
  margin: auto;
}
.testimon-title-circle2 {
  position: absolute;
  width: 55px;
  top: -11px;
  right: -316px;
  z-index: 2;
  margin: auto;
  left: 0;
}
.quote-start {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.quote-start::before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/quote-icon.png);
  background-position: center;
  background-size: contain;
  height: 27px;
  width: 32px;
  text-indent: 101%;
  white-space: nowrap;
  margin-top: -5.5px;
  transform: rotate(180deg);
  display: inline-block;
}
.quote-end {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 15px;
}
.quote-end::before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/quote-icon.png);
  background-position: center;
  background-size: contain;
  height: 27px;
  width: 32px;
  text-indent: 101%;
  white-space: nowrap;
  margin-top: -5.5px;
  display: inline-block;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.floating {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: float;
  animation-duration: 8s;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

.floating2 {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: float2;
  animation-duration: 10s;
}

@keyframes float2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

.floating-left-right {
  animation: 6s ease-in-out infinite;
  animation-name: floating-l-r;
}

@keyframes floating-l-r {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
.rotating {
  -webkit-animation: rotating 25s linear infinite;
}

.testimon-image-clip1 {
  position: absolute;
  width: 100px;
  right: -7px;
  top: -16px;
}
.testimon-image-clip2 {
  position: absolute;
  z-index: 3;
  width: 100px;
  left: 32px;
  top: 22px;
}
.testimon-image-clip3 {
  position: absolute;
  z-index: 3;
  width: 55px;
  bottom: 20px;
  left: 54px;
}
.testimon-image-clip4 {
  position: absolute;
  width: 80px;
  left: 448px;
  bottom: 55px;
  filter: grayscale(1);
  transform: rotate(20deg);
  z-index: 3;
}
.testimon-image-clip5 {
  position: absolute;
  width: 100px;
  right: -98px;
  bottom: 31px;
  z-index: 3;
  transform: rotate(-30deg);
  filter: grayscale(1);
}
.video-item-wrap {
  display: flex;
  flex-wrap: wrap;
}
.video-item {
  margin: 0 0.5%;
  width: 24%;
}
.testimonial .owl-nav {
  position: absolute;
  top: 44%;
  bottom: 40%;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.testimonial .owl-nav button {
  background: rgba(255, 41, 131, 0.2);
  padding: 0.2rem 1.5rem 0;
  border: none;
  border-radius: 100% !important;
}
.testimonial .owl-nav button span {
  font-size: 3rem;
}
.video-item-wrap iframe {
  border: 0;
  height: 538px;
}
.owl-nav .owl-prev {
  margin-right: 5px;
}
.owl-dots button {
  padding: 0 0.5rem;
  border-radius: 5px;
  height: 6px;
  margin: 5px;
}
.video-item-wrap .owl-nav button {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 34px !important;
  padding: 0 0 5px;
  font-size: 2rem;
}
.page-bottom .city-places ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none !important;
  padding: 0;
  /* margin: 0; */
}
.page-bottom .city-places h3 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.page-bottom .city-places ul li {
  margin: 0;
}
.page-bottom .city-places ul li a {
  border: 1px solid #e5e5e5;
  padding: 3px 10px;
  border-radius: 3px;
  background: #fff5fa;
  text-decoration: none;
  display: block;
}
.page-bottom .city-places ul li a:hover {
  border: 1px solid #ff2983;
  background: #ff2983;
  color: #fff !important;
}
.box-grid-mood-wrap {
  width: 100%;
  margin: 0 auto;
}
.box-grid-mood-wrap .section-title {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.box-grid-mood-wrap .section-title .title-artwork-left {
  position: relative;
  display: inline-block;
  top: -10px;
  left: -5px;
}

.box-grid-mood-wrap .section-title .title-artwork-right {
  position: relative;
  transform: scaleX(-1);
  display: inline-block;
  top: -10px;
  right: -5px;
}
.box-grid-mood-wrap .section-title h2 {
  display: inline-block;
  margin: 0 !important;
}
.box-grid-mood-wrap .owl-carousel .owl-stage {
  display: flex !important;
}
.box-grid-mood-image {
  position: relative;
}
.box-grid-mood-image img {
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
}
.box-grid-mood-items {
  position: relative;
  text-align: center;
  height: 100%;
  padding-bottom: 10px;
}
.box-grid-mood-name {
  margin: 20px auto;
  width: fit-content;
  height: max-content;
}
.box-grid-mood-name a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
/* Modal Popup Styles */
#videoModal.modal {
  display: none;
  position: fixed;
  /*z-index: 1000;*/
  padding-top: 10%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
#videoModal .modal-content {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 800px;
}
#videoModal .close {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 60px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}
.modal-content iframe {
  width: 100%;
  height: 450px;
}
.section-title {
  text-align: center;
  margin-bottom: 30px;
}
h2.banner-heading.heighlights {
  text-align: center;
  background: #ff2983;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  /* width: 100%; */
  margin-bottom: 40px !important;
}
@media (max-width: 991px) {
  #videoModal.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 20%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #videoModal .modal-content {
    margin: auto;
    display: block;
    width: 94%;
    max-width: 800px;
    background: none;
    box-shadow: none;
    border: none;
  }
  #videoModal .modal-content iframe {
    width: 100%;
    height: 590px;
  }
  h1 {
    font-size: 1.6rem !important;
  }
  h2 {
    font-size: 1.4rem !important;
  }
  h3 {
    font-size: 1.1rem !important;
  }
  .home main {
    margin-top: 0;
  }
  main {
    margin-top: 0;
  }
  .service-banner-content {
    margin: 0 auto 0;
  }
  .plan-columns {
    width: 100%;
    background: rgb(255, 255, 255, 1);
    margin-bottom: 15px;
    color: #000;
    border-radius: 3px;
    padding: 0;
  }
  .plan-columns .book-now {
    position: initial;
    bottom: 0;
    width: 100%;
  }
  .plan-list-title {
    text-align: center;
    background: rgb(255, 231, 244, 0.2);
    margin: 0 10px 15px;
    border-radius: 3px;
    padding: 10px 0 !important;
    border: 1px solid #ff2983;
    box-shadow: 0px 0px 2px #c7c7c7;
  }
  .plan-list-title h3 {
    margin: 0 !important;
  }
  .faq-section {
    padding: 25px 10px 0 !important;
  }

  .banner-content {
    margin: 20px 0 0;
    padding: 10px;
  }
  .banner-description {
    margin-bottom: 15px;
    text-align: center;
  }
  .service-flex.header-service {
    text-align: left;
    width: 100%;
  }
  .header-service .service-flex-item {
    width: 49.5%;
    margin-bottom: 10px;
    text-align: left;
    align-content: end;
    padding: 5px 5px;
  }
  .header-service .service-description {
    margin: 0 0 10px;
    display: none;
  }
  .header-service .book-now {
    display: none;
  }
  .service-flex.header-service .border-circle {
    border-radius: 100%;
    border: none;
    width: 22%;
    margin-right: 4%;
  }
  .service-flex-content {
    margin: auto 0 auto 0;
  }
  .service-flex-content h3 {
    margin-top: 10px;
    font-size: 1rem !important;
  }
  .banner-image-content {
    position: absolute;
    bottom: 3%;
    left: 2%;
    width: 95%;
    right: 2%;
    top: initial;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
  }
  .m-hidden {
    display: none;
  }
  section {
    padding: 2em 0;
  }
  section .section-description {
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
  }
  .choose-us .choose-us-content {
    position: relative;
    margin-top: 1em;
  }
  .choose-us .choose-us-image {
    position: inherit;
    width: 95%;
    left: 0;
    top: 0;
    transform: translateY(0) translateX(0);
    text-align: center;
    margin: 0 auto 20px;
  }
  .choose-us .choose-us-columns {
    width: 95%;
    margin: 0 auto;
  }
  .choose-us .choose-column-1-2 {
    width: 100%;
  }
  .choose-us .choose-column-1-2 .choose-column_item {
    margin-right: 0;
  }
  .choose-us-columns > .choose-column-1-2:nth-child(2n) .choose-column_item {
    margin-left: 0;
    margin-right: 0;
  }
  .choose-us .choose-column-1-2.column_padding_bottom {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    padding: 0.8rem;
  }
  .choose-us .choose-us_item_content-in > img {
    width: 15%;
    /* background: #ccc; */
    border-radius: 100%;
  }
  .choose-us .choose-column-1-2.column_padding_bottom p {
    margin: 0;
    display: none;
  }

  .header-phone {
    display: none;
  }
  .nav-main-bar .menu-button-container {
    display: none;
  }
  .counters {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
  }
  .counter-wrapper {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    padding: 0.2rem 0 0.2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: 0.3s ease-in-out;
  }
  .counter-icon {
    width: 18%;
  }
  .counter-info {
    color: #fff;
    text-shadow: 1px 1px 1px #0007;
    padding: 1em 0 0;
    width: 70%;
    display: flex;
    align-items: center;
  }
  .counter-info h1.counter {
    margin-right: 15px !important;
  }
  .counter-info p {
    margin: 0;
  }
  .how-we-work-container {
    position: initial;
    padding: 2em 0 2em;
    width: 95%;
  }
  .section-heading-description {
    max-width: 100%;
  }
  .book-now-wrap {
    padding: 2em 0 0;
  }
  .how-we-work-flex {
    display: block;
  }
  .how-we-work-flex-item {
    background: #ffffff;
    color: rgba(0, 0, 0, 0.42);
    border: 1px solid rgba(0, 0, 0, 0.12);
    transition: all 0.5s ease-out;
    border-radius: 3px;
    height: auto;
    display: flex;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }
  .how-we-work-flex-item img {
    width: 50px;
  }
  .plan-options-flex {
    /*display: block;*/
    display: none;
  }
  .plan-options-flex-item {
    width: 100%;
  }
  .choose-plan {
    background: #111753;
    color: #fff;
    padding: 20px 10px;
  }
  .plan-options-flex-item {
    margin-top: 10px;
    width: 100%;
  }
  .plan-options-flex-item img {
    width: 50px;
  }
  .plan-options-flex-content h3 {
    margin: 0 !important;
  }
  .plan-list li.header {
  }
  .testimonial-container h2 {
    margin-bottom: 30px !important;
  }
  .owl-carousel .owl-item li {
    display: flex;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0;
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
  .testimonial-item .testimonial-item-contents:before {
    display: none;
  }
  .before-after-container {
    width: 100%;
  }
  .testimonial {
    width: 95%;
    margin: 0 auto;
  }
  .faq-section ul li {
    padding-right: 30px;
  }
  .blogpost-list {
    flex-wrap: wrap;
  }
  .blogpost-list li {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-section {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-first-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer-second-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-second-block > .execphpwidget {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer-second-block .footer-links-block {
    width: 100%;
    margin-right: 0;
  }
  .footer-third-block {
    width: 100%;
    margin-left: 0;
  }
  .footer-links-title {
    padding-bottom: 5px;
    margin-bottom: 15px !important;
  }
  .footer-links-block ul {
    margin: 0 0 30px;
    padding: 0;
  }
  .footer-third-block ul {
    margin: 0;
  }
  .header-wrap {
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.6);
  }
  .header-wrap > .container,
  .header-left,
  .nav-main-bar,
  #mega-menu-wrap-primary .mega-menu-toggle,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
    align-items: center;
  }
  .header-left {
    width: 100%;
    justify-content: space-between;
  }
  .nav-main-bar {
    margin-left: auto;
  }
  #mega-menu-wrap-primary {
    clear: none;
  }
  #mega-menu-wrap-primary .mega-menu-toggle {
    height: 48px;
    line-height: 48px;
  }
  .header-wrap .logo img {
    display: block;
  }
  .header-wrap:hover {
    background: rgba(255, 255, 255, 1);
  }
  .header-wrap .logo {
    max-width: 180px;
    margin: 0;
  }
  #mega-menu-wrap-primary .mega-menu-toggle {
    background: none !important;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open {
    background: #222 !important;
  }
  .header-wrap.is-sticky
    #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner,
  .header-wrap.is-sticky
    #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner::before,
  .header-wrap.is-sticky
    #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner::after {
    background: #222 !important;
  }
  .header-wrap.is-sticky
    #mega-menu-wrap-primary
    .mega-menu-toggle.mega-menu-open
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner,
  .header-wrap.is-sticky
    #mega-menu-wrap-primary
    .mega-menu-toggle.mega-menu-open
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner::before,
  .header-wrap.is-sticky
    #mega-menu-wrap-primary
    .mega-menu-toggle.mega-menu-open
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner::after {
    background: #ddd !important;
  }
  .groomer-list {
    flex-wrap: wrap;
  }
  .groomer-list li {
    width: 48%;
  }
  .newsletter {
    background-size: 512px;
    padding-bottom: 0;
  }
  .newsletter-section {
    display: flex;
    padding: 70px 0 0;
    flex-wrap: wrap;
  }
  .newsletter-title {
    width: 100%;
    margin-bottom: 20px;
  }
  .newsletter-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .newsletter-form input[type="email"] {
    border: 1px solid #ccc;
    padding: 15px 25px;
    width: 70%;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .newsletter-form input[type="submit"] {
    float: initial;
    width: 26%;
  }
  .newsletter button {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .our-story {
    width: 90%;
    margin: 0 auto;
  }
  .our-story-content {
    flex-wrap: wrap;
  }
  .content-section {
    width: 100%;
    order: 2;
  }
  .our-story-image {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .page-banner-content {
    margin: 0 auto 0;
  }
  .service-work .choose-us-image img {
    width: 100%;
  }
  .page-bottom-book-now {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-bottom-book-now .page-bottom-book-now-text {
    margin: 0;
  }
  .page-bottom-book-now .page-bottom-book-now-button {
    margin: 0;
  }
  .page-bottom-book-now .button-large {
    padding: 0 1rem !important;
  }
  .testimonial-wrap {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .testimonial-container {
    width: 100%;
    position: relative;
  }
  .testimonial-container-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .testimon-image-wrap {
    position: relative;
    width: 100%;
  }
  .testimon-content-wrap {
    width: 100%;
    position: relative;
    text-align: center;
    margin-left: 5%;
    margin-top: 5%;
  }
  .testimonial-item {
    margin-top: 0;
  }
  .testimonial-item button {
    padding: 0 1rem;
    line-height: 40px !important;
    font-size: 2rem;
  }
  .testimonial-item .owl-nav {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    /* width: 100%; */
    left: 0;
    margin: 0 auto;
    /* text-align: center; */
    /* align-content: center; */
    justify-content: center;
  }
  .testimonial-item .owl-carousel {
    padding-bottom: 50px;
  }
  .testimonial-item .owl-nav button {
    margin: 0 5px;
  }
  .testimonial-item span.person-image {
    margin-right: 10px;
    width: 18%;
  }
  .faq-section ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 8px;
    top: 10px;
  }
  .page-bottom {
    width: 95%;
    margin: 0 auto;
  }
  .contact-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-form {
    width: 100%;
  }
  .contact-map {
    width: 100%;
  }
  .popup-onload {
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
  }
  .cnt223 {
    min-width: 98%;
    width: 98%;
    min-height: 150px;
    margin: 0px auto;
    background: #fff;
    position: relative;
    z-index: 103;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    height: 100vh;
  }
  .city-popup {
    display: flex;
    flex-flow: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    min-width: initial;
    position: relative;
  }
  .city-popup-wrap .close {
    float: inherit;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    display: flex;
    text-align: right;
    flex-direction: row-reverse;
  }
  .choose-us .choose-us_item_description {
    display: none;
  }
  .our-achievements .count {
    margin-right: 10px;
    margin-bottom: 0 !important;
  }
  .notification-wrap .owl-carousel .owl-item li {
    align-items: center;
    justify-content: center;
  }
  .plan-table-wrap {
    padding: 10px 0 0;
  }
  .plan-list {
    padding: 15px 0 10px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cities-gallery {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 30px;
    align-items: flex-end;
    overflow: scroll;
  }
  .cities-item-name {
    font-weight: 600;
    margin-top: 5px;
    min-width: 90px;
  }
  .testimon-image-clip1 {
    position: absolute;
    width: 56px;
    right: -6px;
    bottom: -6px;
    top: initial;
  }
  .testimon-image-clip2 {
    width: 60px;
    left: 6px;
    top: 61px;
  }
  .testimon-image-clip3 {
    width: 38px;
    bottom: initial;
    left: 13px;
    top: 266px;
  }
  .testimon-image-clip5 {
    width: 51px;
    right: 0;
    top: 41px;
    z-index: 3;
    transform: rotate(0deg);
    filter: grayscale(1);
  }
  .testimon-image-clip4 {
    width: 48px;
    left: 2px;
    top: inherit;
    filter: grayscale(0);
    right: inherit;
    bottom: 1px;
  }
  .testimon-title-circle {
    /* width: 70px; */
    top: -15px;
    left: -238px;
    z-index: 2;
  }
  .testimon-title-circle2 {
    position: absolute;
    width: 55px;
    top: -15px;
    right: -239px;
    z-index: 1;
    margin: auto;
    left: 0;
  }
  .video-item {
    margin: 0 0.5%;
    width: 100%;
  }
  .testimonial .owl-nav {
    display: none;
  }
  .video-item-wrap .owl-nav {
  }
  h2.banner-heading.heighlights {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 991px) {
  .tf-footer-main {
    padding: 58px 0 48px;
    text-align: center;
  }
  .tf-footer-logo {
    max-width: 215px;
    margin-left: auto;
    margin-right: auto;
  }
  .tf-footer-about {
    margin-left: auto;
    margin-right: auto;
  }
  .tf-footer-social {
    justify-content: center;
  }
	.petopio-hero {
		min-height: auto;
		padding: 125px 0 58px;
    text-align: center;
  }
  .petopio-hero__content,
  .petopio-hero h1,
  .petopio-hero p {
    max-width: 100%;
  }
  .petopio-hero h1 {
    font-size: 44px !important;
  }
  .petopio-hero p {
    margin-left: auto;
    margin-right: auto;
  }
  .petopio-hero__actions,
  .petopio-hero__trust {
    justify-content: center;
  }
  .petopio-hero__trust {
    margin-top: 30px;
  }
  .petopio-hero__visual {
    min-height: 430px;
  }
  .petopio-floating-card--top {
    right: calc(50% - 270px);
  }
  .petopio-floating-card--stats {
    right: calc(50% - 260px);
  }
}

@media (max-width: 767px) {
  .petopio-hero {
    padding: 98px 0 44px;
  }
  .petopio-hero h1 {
    font-size: 36px !important;
    line-height: 1.08;
  }
  .petopio-hero p {
    font-size: 15px;
    line-height: 1.65;
  }
  .petopio-hero__visual {
    min-height: 0;
    width: 100%;
    align-items: stretch;
  }
  .petopio-hero__photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 34px;
  }
  .petopio-floating-card--top {
    top: 24px;
    right: -2px;
    min-width: 156px;
    height: 58px;
    padding: 0 66px 0 22px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    color: #6b6b72;
  }
  .petopio-floating-card--top:after {
    right: 8px;
    width: 50px;
    height: 50px;
  }
  .petopio-floating-card--stats {
    right: 8px;
    bottom: 24px;
    width: 132px;
    padding: 18px 20px 17px;
    border-radius: 24px;
    background: #ffd4d7;
    text-align: left;
  }
  .petopio-floating-card--stats strong {
    font-size: 42px;
    line-height: 0.95;
    color: #ff2983;
  }
  .petopio-floating-card--stats span {
    font-size: 16px;
    line-height: 1.1;
    color: #9b6267;
    margin: 8px 0 22px;
  }
  .petopio-hero__line-one,
  .petopio-hero__line-two {
    display: none;
  }
  .petopio-hero__paw-one {
    left: 8%;
    bottom: 36px;
  }
  .petopio-hero__paw-two {
    right: 5%;
    top: 92px;
  }
}

@media (max-width: 420px) {
  .petopio-hero h1 {
    font-size: 32px !important;
  }
  .petopio-btn {
    width: 100%;
    justify-content: space-between;
  }
  .petopio-play {
    display: none;
  }
  .petopio-hero__trust {
    gap: 10px !important;
  }
  .petopio-floating-card--top {
    top: 22px;
    right: -6px;
    min-width: 150px;
    height: 56px;
    padding-left: 18px;
    padding-right: 62px;
    font-size: 15px;
  }
  .petopio-floating-card--stats {
    position: absolute;
    right: 10px;
    bottom: 22px;
    display: block;
    width: 124px;
    padding: 16px 18px;
    text-align: left;
  }
  .petopio-floating-card--stats strong {
    font-size: 38px;
  }
  .petopio-floating-card--stats span {
    margin: 7px 0 18px;
    font-size: 15px;
  }
}
