@import url(/admin/theme.css);.lineheight-15 {
  line-height: 15px;
}

.lineheight-18 {
  line-height: 18px;
}

.lineheight-22 {
  line-height: 22px !important;
}

.lineheight-24 {
  line-height: 24px;
}

.lineheight-25 {
  line-height: 25px !important;
}

.lineheight-26 {
  line-height: 26px;
}

.lineheight-28 {
  line-height: 28px;
}

.lineheight-30 {
  line-height: 30px;
}

.lineheight-32 {
  line-height: 32px;
}

.custom-switch {
  padding-left: 3.5rem;
  min-height: 1.5rem;
}

.custom-switch .custom-control-label:before {
  left: -3.5rem;
  width: 3rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}

.custom-switch .custom-control-label:after {
  top: 0.20313rem;
  left: -3.5rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #b1c2d9;
  border-radius: 0.5625rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #e3ebf6;
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: #7ED321;
}

.custom-switch .custom-control-label:before {
  top: 0;
  height: 1.5rem;
  border-radius: 0.75rem;
}

.custom-switch .custom-control-label:after {
  top: 0.1875rem;
  left: -3.3125rem;
  background-color: #7ED321;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #7ED321;
  background-color: #7ED321;
}

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #B6B6B6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.overlay1 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent);
}

.hhoverlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 100000000000000020;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.96);
}

.hhoverlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.hhoverlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 28px;
  color: #959595;
  display: block;
  transition: 0.3s;
}

.hhoverlay a:hover,
.hhoverlay a:focus {
  color: #f1f1f1;
}

.hhoverlay .hhclosebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .hhoverlay a {
    font-size: 20px;
  }

  .hhoverlay .hhclosebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.navbar {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent);
}

.navbar {
  border-style: none !important;
}

.navbar-collapse:before {
  border-top-style: none !important;
}

.popover {
  max-width: 300px;
  border-color: #EDF2F9;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.set__opacity {
  opacity: 0.75;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

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

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.font-32 {
  font-size: 32px;
}

.font-34 {
  font-size: 34px;
}

.font-40 {
  font-size: 40px;
}

.font-normal {
  font-weight: normal !important;
}

.font-uppercase {
  text-transform: uppercase;
}

.font-lowercase {
  text-transform: uppercase;
}

.roll-in-left {
  -webkit-animation: roll-in-left 0.6s ease-out forwards;
          animation: roll-in-left 0.6s ease-out forwards;
}

@-webkit-keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
            transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

@keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
            transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

.btn-white {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e9ecef !important;
  border-radius: 0.375rem;
  background-color: transparent;
}

.border-radius-17 {
  border-radius: 17px !important;
}

.btn-facebook {
  color: #ffffff;
  background: #3b5998;
}

.btn-facebook:hover {
  color: #ffffff;
}

.footer {
  width: 100% !important;
  background-color: red !important;
  position: fixed !important;
  bottom: 0px !important;
  box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.05) !important;
  border-top: 1px solid #EBEBEB !important;
  z-index: 5 !important;
  padding: 15px 0 !important;
  height: 200px !important;
}

.hero {
  height: 400px;
  /*min-height:400px;*/
  /*max-height:486px;*/
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/graphics/bg.webp");
  color: #fff;
}


.hero-detail {
  height: 225;
  /*min-height:400px;*/
  /*max-height:486px;*/
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/graphics/bg.webp");
  color: #fff;
}
.hero-detail h1{
  font-size:60px;
}
.hero-detail p{
  font-size:16px;
}


@media only screen and (max-width: 575px) {
  
  .hero-detail{
    display: none;
  }
}

.hr-opacity {
  border-top-color: #fff;
  opacity: 0.3;
}

.hover-no {
  margin-left: 15px;
  color: #ffffff;
}

.hover-no:hover {
  color: #000000 !important;
}

.line {
  height: 2px;
  background: #7ED321;
  width: 90px;
}

.overlaybg {
  position: absolute;
  height: 50vh;
  z-index: 1;
  width: 100%;
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.card-header {
  min-height: 2.75rem;
}

body {
  margin: 0;
  color: #000000;
  line-height: normal !important;
}

.text-decoration--none {
  text-decoration: none !important;
}

.text-decoration {
  text-decoration: underline !important;
}

.text-decoration--none {
  text-decoration: none !important;
}

.debug {
  border: 1px solid red !important;
}

.separator {
  position: relative;
  color: #dee5eb;
}

.separator::before {
  background-color: #dee5eb;
  content: "";
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.separator div {
  z-index: 1;
  background: #F9FBFD;
  position: relative;
  width: 240px;
  text-align: center;
}

.owl-item .item {
  height: 40px;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.grab {
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

.card {
  max-width: 100%;
}

.bullet__points-bg {
  background: url(/images/dk-map@2x.png?8ab2183c4d9614dd145800bbb74ba3d0) no-repeat;
  background-size: 443px 407px;
  background-position: top right;
}

.bullet__points li {
  line-height: 30px;
  padding-left: 40px;
  background: url(/images/checkmark@2x.png?734cdab8fe3f112cd94a113891c1c329) no-repeat;
  background-position: 10px;
  background-size: 14px;
}

.border-none {
  border: 0px !important;
}
/*
  Dogpark detail page
*/

#map {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.map {
  height: 450px !important;
}

.mapboxgl-ctrl {
  display: none !important;
}

.mapboxgl-popup-close-button {
  display: none !important;
}

#marker {
  background-image: url(/images/dogpark.png?c5ff1e7e02ac4617e6a33bc30389b2a1);
  background-size: cover;
  width: 25px;
  height: 32px;
}

#marker_parking {
  background-image: url(/images/parking.png?4a836c7f07d31a73f998a6e3d757dc1d);
  background-size: cover;
  width: 25px;
  height: 32px;
}

.mapboxgl-popup-content {
  max-width: 300px;
  padding: 5px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.page-item.active .page-link {
  background-color: #7ED321 !important;
  border-color: #7ED321 !important;
}

.card-content {
  min-height: 170px;
}

.card-body img {
  border-radius: 0.5em 0.5em 0 0;
  max-width: 100%;
}

.blog-pages.card-body img {
  width: 286px;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-pages a.read_more {
  position: absolute;
  bottom: 0px;
  right: 12px;
  color: inherit;
  font-weight: 500;
}

.blog-pages a.read_more:hover {
  color: #98ca63;
}

.max-w-100 {
  max-width: 100%;
}

#advertise_popup button.close {
  position: absolute;
  font-size: 40px;
  color: #f8fbff;
  left: 100%;
  top: -30px;
}

.footer_images {
  justify-content: center;
}

.footer_images a {
  margin: auto;
  margin-right: 5px;
}

.footer_images a img {
  max-width: 100px;
}

@media only screen and (max-width: 575px) {
  .footer_images {
    flex-direction: column;
  }

  .footer_images a {
    margin-right: auto;
  }

  #advertise_popup button.close {
    left: calc(100% - 20px);
    top: -35px;
  }
}

