/*Global CSS*/
:root {
  scroll-behavior: smooth;
  scroll-padding-top: 200px !important;
}

@font-face {
  font-family: "Acumin Pro";
  src: url("../../fonts/AcuminProExtraCondensedBlack/font.woff2") format("woff2"), url("../../fonts/AcuminProExtraCondensedBlack/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Pro";
  src: url("../../fonts/FuturaProBook/font.woff2") format("woff2"), url("../../fonts/FuturaProBook/font.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Pro";
  src: url("../../fonts/FuturaProBook/font.woff2") format("woff2"), url("../../fonts/FuturaProBook/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Pro";
  src: url("../../fonts/FuturaProMedium/font.woff2") format("woff2"), url("../../fonts/FuturaProMedium/font.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Pro";
  src: url("../../fonts/FuturaProBold/font.woff2") format("woff2"), url("../../fonts/FuturaProBold/font.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Futura Pro";
  font-size: 18px;
  overflow-x: hidden;
}

label, legend {
  font-size: 18px;
}

/*Body*/
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: "Acumin Pro";
  margin-bottom: 24px;
  color: #001128;
  margin: 0 0 24px;
  font-weight: 400;
}

h1, .h1 {
  font-size: 64px;
  line-height: 100%;
}

h2, .h2 {
  font-size: 48px;
  text-transform: none;
  line-height: 100%;
}

h3, .h3 {
  font-size: 40px;
  line-height: 100%;
}

h4, .h4 {
  font-size: 32px;
  color: #001128;
}

a {
  text-decoration: none;
}

.btn {
  padding: 16px 40px;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
  border-width: 2px;
}

.btn-primary {
  background-color: #01377D;
  color: #FFFFFF;
  border-color: #01377D;
}

.btn-outline-secondary, .btn-secondary {
  border-color: #01377D;
  color: #01377D;
}

.btn-outline-secondary:hover, .btn-secondary:hover {
  border-color: #0296C7;
  background-color: #0296C7;
  color: #FFF !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #99c324;
  color: #FFFFFF;
  border-color: #99c324;
}

.search-field.form-control {
  padding: 16px 40px;
  border-radius: 50px;
  border: 2px solid #DDD;
}

.light-blue-bg {
  background-color: #D1F9FF;
}

select option {
  font-family: "Arial";
}

.section__content {
  max-width: 970px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.gform_wrapper .gform_fields {
  grid-row-gap: 0px !important;
}
.gform_wrapper .gform_fields .gchoice {
  display: flex;
  align-items: baseline;
}
.gform_wrapper .gform_fields .gchoice .gfield-choice-input {
  margin-right: 8px;
}
.gform_wrapper .gform_fields a {
  color: #99c324;
}
.gform_wrapper .gform_fields a:hover {
  color: #001128;
}

.green-text {
  color: #99c324;
}

@media only screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 48px;
  }
  h2, .h2 {
    font-size: 40px;
  }
  h3, .h3 {
    font-size: 32px;
  }
  h4, .h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .btn {
    padding: 16px 24px;
  }
  .section__wrapper {
    padding: 32px 0 32px 0;
  }
}
@media only screen and (max-width: 480px) {
  .hide-mobile {
    display: none;
  }
}
/*Header*/
.top-bar {
  background-color: #01377D;
  padding: 12px 0;
  z-index: 1000;
  position: relative;
}
.top-bar .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.top-bar .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-bar .divider {
  color: #FFFFFF;
  padding: 0 8px;
}
.top-bar a {
  color: #FFFFFF;
}
.top-bar a:hover {
  color: #FFFFFF;
  opacity: 0.8;
}
.top-bar .right svg {
  margin-right: 10px;
}

.social-list {
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 16px;
  padding-left: 0;
}
.social-list li a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.header .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.header {
  padding: 0;
  position: absolute;
  z-index: 110;
  left: 0;
  width: 100%;
}

#site-navigation, .header-button {
  margin-top: 1em;
}

.header.sticky .main-logo {
  max-width: 105px;
}

.header.sticky #site-navigation {
  margin: 1em 0;
}

.header.sticky .header-button {
  margin: 1em 0 1em 16px;
}

.main-logo {
  max-width: 220px;
  padding: 8px 0;
}

.mobile-btn {
  display: none;
}

.header-button {
  margin-left: 16px;
}

.nav-link {
  text-transform: capitalize;
  color: #001128;
  font-weight: 500;
  font-size: 18px;
  padding: 0 16px !important;
}

.nav-link:hover, .current-menu-item .nav-link {
  color: #99c324;
}

.nav-link::after {
  background: 0 0;
  display: none;
}

.dropdown-toggle.nav-link::after {
  background: 0 0;
  display: block;
}

@media only screen and (max-width: 991px) {
  .header-button .btn-primary {
    display: none;
  }
  .nav-link, .home .nav-link, .header.sticky .nav-link {
    color: #01377D;
  }
  .mobile-btn {
    display: block;
    width: 230px;
    margin-top: 16px;
  }
  .header .container-fluid, .top-bar .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar .social-list, .top-bar .right {
    justify-content: center;
  }
  .top-bar .row {
    flex-direction: column-reverse;
  }
  header img {
    width: 130px;
    max-width: none;
  }
}
/*Home Page Hero*/
#hero-slider {
  position: relative;
}
#hero-slider .slick-track {
  display: flex !important;
}
#hero-slider .slick-slide {
  height: inherit !important;
}
#hero-slider .slick-slide > div {
  height: 100%;
}
#hero-slider .slick-dots {
  bottom: auto;
  top: 50%;
  right: 2%;
  display: flex;
  flex-direction: column;
  width: auto;
  z-index: 5;
  transform: translateY(-50%);
}
#hero-slider .slick-dots li {
  padding: 0;
  margin-bottom: 8px;
}
#hero-slider .slick-dots li button::before {
  transform: scale(2);
  font-size: 60px;
  opacity: 1;
  color: #001128;
}
#hero-slider .slick-dots li.slick-active button::before {
  color: #FFFFFF;
}
#hero-slider .hero-content {
  display: flex !important;
  height: 100%;
}
#hero-slider .hero-content .hero-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10em 0 13em 125px;
}
#hero-slider .hero-content .hero-text .h1 {
  font-size: 3.5vw;
  margin: 0 0 16px;
}
#hero-slider .hero-content .hero-img {
  width: 50%;
  position: relative;
}
#hero-slider .hero-content .btn-section {
  display: flex;
  align-items: center;
  min-height: auto;
}
#hero-slider .hero-content .or-text {
  font-size: 20px;
  color: #001128;
  padding: 0 24px;
  font-weight: 500;
}
#hero-slider .hero-content .call-us {
  display: inline-block;
  text-align: center;
  font-weight: 500;
}
#hero-slider .hero-content .call-us a {
  font-size: 24px;
  color: #01377D;
  font-weight: bold;
}
#hero-slider .hero-content img {
  width: 100%;
  object-fit: contain;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: -1;
  object-position: bottom;
  max-width: 500px;
  left: 0;
  margin: 0 auto;
}

.hero-container::before {
  content: "";
  background-image: url(../../images/curved-line.webp);
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center bottom;
  pointer-events: none;
}

#hero-slider::before {
  content: "";
  position: absolute;
  background-image: url("../../images/hero-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hero-slider::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -3%;
  background-image: url(../../images/green-line-1.webp);
  background-repeat: no-repeat;
  width: 155px;
  height: 191px;
  z-index: 10;
}

@media only screen and (max-width: 1199px) {
  #hero-slider .hero-content .hero-text {
    padding-left: 100px;
    padding-top: 12em;
    padding-bottom: 8em;
  }
}
@media only screen and (max-width: 991px) {
  #hero-slider .hero-content .hero-img {
    width: 100%;
    position: relative;
  }
  #hero-slider .slick-slide {
    padding: 0;
  }
  #hero-slider .hero-content {
    flex-direction: column;
  }
  #hero-slider .hero-content .hero-text {
    margin: 0 auto;
    padding: 10em 16px 2em;
    max-width: 720px;
    width: 100%;
  }
  #hero-slider .hero-content .call-us a {
    font-size: 20px;
  }
  #hero-slider .hero-content .or-text {
    padding: 0 16px;
  }
  #hero-slider .hero-content img {
    position: relative;
    max-width: 300px;
  }
  #hero-slider .hero-content::before {
    content: none;
  }
  #hero-slider .slick-dots {
    top: auto;
    right: auto;
    display: block;
    bottom: -10%;
    width: 100%;
  }
  #hero-slider .slick-dots li {
    width: 25px;
    height: 25px;
  }
  #hero-slider .slick-dots li.slick-active button::before {
    color: #0393C2;
  }
}
@media only screen and (max-width: 767px) {
  #hero-slider::after {
    content: none;
  }
}
/* All other Pages Hero*/
.page__banner h1 {
  font-size: 64px;
}
@media (max-width: 767px) {
  .page__banner h1 {
    font-size: 40px;
  }
}

.page__banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.page__banner .page__banner-inner {
  z-index: 1;
  position: relative;
  padding: 10em 0 10em 125px;
}
.page__banner .btn-section {
  display: flex;
  align-items: center;
  min-height: auto;
}
.page__banner .or-text {
  font-size: 20px;
  color: #001128;
  padding: 0 24px;
  font-weight: 500;
}
.page__banner .call-us {
  display: inline-block;
  text-align: center;
  font-weight: 500;
}
.page__banner .call-us a {
  font-size: 24px;
  color: #01377D;
  font-weight: bold;
}
.page__banner .banner-dog {
  width: 100%;
  object-fit: contain;
  position: relative;
  margin: 0 auto;
  object-position: bottom;
  max-width: 500px;
  height: 100%;
}

.page-banner-dog {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.page__banner::before {
  content: "";
  background: url(../../images/curved-line.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: -8px;
  left: 0;
  width: 100%;
  position: absolute;
  height: 150px;
  z-index: 1;
}

.page__banner::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -3%;
  background-image: url(../../images/green-line-1.webp);
  background-repeat: no-repeat;
  width: 155px;
  height: 191px;
  z-index: 1;
}
@media (max-width: 767px) {
  .page__banner::after {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .page__banner::before {
    content: none;
  }
  .page__banner .page__banner-inner {
    max-width: 100%;
  }
  .page__banner .banner-dog {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page__banner::after {
    content: none;
  }
}
@media only screen and (max-width: 480px) {
  .page__banner .btn-section {
    display: block;
  }
  .page__banner .call-us {
    display: block;
    text-align: left;
    margin-top: 24px;
  }
  .page__banner .or-text {
    display: none;
  }
}
/*Content Blocks */
.accordion-item {
  border-top: 1px solid #0393C2;
  border-bottom: 1px solid #0393C2;
  border-left: none;
  border-right: none;
}

.accordion-button, .accordion-button:not(.collapsed) {
  font-weight: normal;
  background-color: #D1F9FF;
  color: #001128;
  font-size: 18px;
  box-shadow: none;
  padding: 32px 0 32px 0;
}

.accordion-body {
  background-color: #D1F9FF;
  padding: 0 56px 40px 56px;
}
.accordion-body p {
  color: #414141;
}

.accordion-button .question {
  font-size: 18px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::before {
  background-image: url(../../images/paw-icon.webp);
  content: "";
  width: 30px;
  height: 25px;
  background-repeat: no-repeat;
  margin-right: 24px;
}

.accordion-button:not(.collapsed)::before {
  background-image: url(../../images/bone-icon.webp);
  transform: rotate(-180deg);
  height: 16px;
}

.accordion-button::after {
  background-image: url(../../images/plus-icon.webp);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../../images/plus-icon.webp);
  transform: rotate(-135deg);
}

.section__content p {
  margin-bottom: 24px;
}

.hero-container {
  overflow: hidden;
}

.blue-cards a {
  font-weight: bold;
}
.blue-cards .h4 {
  font-size: 28px;
}
.blue-cards .col-lg-4 {
  padding: 0 16px;
}
.blue-cards .column {
  height: 100%;
  border-radius: 24px;
  padding: 64px 30px;
  text-align: center;
  color: #FFFFFF;
  background-color: #0296C7;
  margin: 0 auto;
}
.blue-cards .column .h1, .blue-cards .column h1, .blue-cards .column .h2, .blue-cards .column h2, .blue-cards .column .h3, .blue-cards .column h3, .blue-cards .column .h4, .blue-cards .column h4, .blue-cards .column .h5, .blue-cards .column h5, .blue-cards .column .h6, .blue-cards .column h6 {
  color: #FFFFFF;
}
.blue-cards .column .column-img {
  margin-bottom: 24px;
  width: fit-content;
  height: 85px;
}
.blue-cards .column .column-img img {
  object-fit: contain;
  height: 85px;
}

#services {
  border-top: 1px solid #DDD;
  margin-top: 32px;
  padding-top: 0;
}

#services .tab-content {
  padding-top: 48px;
}

.tab-services .nav-pills {
  width: 100%;
  margin-bottom: 0;
}
.tab-services .nav-pills li:first-child a {
  margin-left: 0;
}
.tab-services .nav-pills li:last-child a {
  margin-right: 0;
}
.tab-services .nav-link {
  padding: 48px 40px !important;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0;
  margin-left: 0px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background: #f7f7f7;
  color: #999;
  font-weight: bold;
}
.tab-services .nav-link .product-icon {
  width: 100px;
  border-radius: 0;
  margin-bottom: 8px;
  filter: grayscale(100%);
  opacity: 0.5;
}
.tab-services .nav-link.active {
  background-color: #fff;
  border-bottom: none;
  background: #01377D;
  background: linear-gradient(to right, #01377D 0%, #0296C7 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tab-services .nav-link.active .product-icon {
  opacity: 1;
  filter: none;
}
.tab-services img {
  border-radius: 24px;
  width: 100%;
}
.tab-services #services-list {
  display: none;
}
.tab-services .section__content p:last-child {
  margin-bottom: 24px;
}
.tab-services .tab-content ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 32px;
}
.tab-services .tab-content ul li {
  background: url(../../images/paw-bullet.webp) no-repeat left center;
  padding-left: 32px;
  font-size: 18px;
}

.tab-services .nav-pills .nav-item:last-child a.active {
  border-right: none;
}

.tab-services::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3%;
  background-image: url(../../images/green-loop.webp);
  background-repeat: no-repeat;
  width: 177px;
  height: 320px;
  z-index: -1;
}
@media (max-width: 767px) {
  .tab-services::before {
    display: none;
  }
}

.tab-services::after {
  position: absolute;
  content: "";
  right: 0;
  top: 8%;
  background-image: url(../../images/green-branch.webp);
  background-repeat: no-repeat;
  width: 225px;
  height: 230px;
  z-index: -1;
}
@media (max-width: 767px) {
  .tab-services::after {
    display: none;
  }
}

#dog-image {
  background-image: url(../../images/dog-peeking.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  padding-top: 16%;
}

.blue-wave {
  background-image: url(../../images/blue-wave.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 8%;
}

.blue-with-branches .section__container {
  background-color: #0296C7;
  border-radius: 24px;
  color: #FFFFFF;
  padding: 100px;
  position: relative;
}
.blue-with-branches .section__container h2, .blue-with-branches .section__container .h2, .blue-with-branches .section__container h3, .blue-with-branches .section__container .h3 {
  color: #FFFFFF;
}
.blue-with-branches .section__container .section__content {
  z-index: 1;
  margin: auto;
  max-width: 800px;
}
.blue-with-branches .section__container a {
  font-weight: bold;
}
.blue-with-branches .section__container a:hover {
  color: #FFFFFF;
  opacity: 0.9;
}
.blue-with-branches .section__container::before {
  content: "";
  background-image: url(../../images/top-branch.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 40px;
  width: 190px;
  height: 230px;
}
.blue-with-branches .section__container::after {
  content: "";
  background-image: url(../../images/bottom-branch.webp);
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 72px;
  width: 190px;
  height: 147px;
}

.content_2 .section__img img {
  border-radius: 30px;
}

.testimonial_2 .slick-track {
  display: flex !important;
}
.testimonial_2 .slick-slide {
  height: inherit !important;
}
.testimonial_2 .slick-slide > div {
  height: 100%;
}
.testimonial_2 .slick-arrow {
  width: 60px;
  height: 60px;
  padding: 16px;
  border: 1px solid #001128;
}
.testimonial_2 .slick-arrow:hover {
  color: #001128;
  background-color: #FFFFFF;
}
.testimonial_2 .slick-arrow:hover svg {
  fill: #001128;
}
.testimonial_2 .testimonial-container {
  text-align: left;
}
.testimonial_2 .testimonial-container .testimonial-slide {
  border: 2px solid #0296C7;
  border-radius: 30px;
  text-align: left;
  height: 100%;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  padding: 75px 40px 40px;
  margin: auto;
  width: 85% !important;
}
.testimonial_2 .testimonial-container .testimonial-slide .testimonial-content blockquote {
  margin: 0 0 24px;
  max-width: none;
  font-weight: normal;
  position: relative;
  font-size: 18px;
}
.testimonial_2 .testimonial-container .testimonial-slide .testimonial-content blockquote::before, .testimonial_2 .testimonial-container .testimonial-slide .testimonial-content blockquote::after {
  position: absolute;
  content: "";
  background: url(../../images/quote.webp) no-repeat;
  width: 36px;
  height: 26px;
  top: -32px;
}
.testimonial_2 .testimonial-container .testimonial-slide .testimonial-content blockquote::after {
  bottom: -32px;
  right: 0;
  top: auto;
  transform: scaleX(-1);
}
.testimonial_2 .testimonial-container .testimonial-slide .testimonial-author {
  text-transform: none;
}
.testimonial_2 .testimonial-container .testimonial-slide .testimonial-author .customer-title {
  margin-bottom: 0;
  font-size: 20px;
}
.testimonial_2 .testimonial-container .testimonial-slide .testimonial-author .customer-details {
  color: #001128;
}

.yext-review-section .slick-slide {
  height: inherit !important;
}
.yext-review-section .slick-track {
  display: flex !important;
}
.yext-review-section .slick-slide > div {
  height: 100%;
}
.yext-review-section .column.testimonial-column.testimonial_1-column {
  border: 2px solid #0296C7;
  padding: 0;
  border-radius: 30px;
  text-align: left;
}
.yext-review-section .slick-dots li button:before {
  font-size: 60px;
  transform: scale(2);
}
.yext-review-section .testimonial {
  text-align: left;
  padding: 40px;
}
.yext-review-section .testimonial .testimonial-content {
  position: relative;
  margin-top: 32px;
}
.yext-review-section .testimonial .testimonial-content::before {
  position: absolute;
  content: "";
  background: url(../../images/quote.webp) no-repeat;
  width: 36px;
  height: 26px;
  top: -32px;
}

.gallery_3 {
  position: relative;
}
.gallery_3 img {
  border-radius: 30px;
}

.gallery_3::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 25%;
  background-image: url(../../images/green-line-3.webp);
  background-repeat: no-repeat;
  width: 151px;
  height: 181px;
  z-index: 1;
}
@media (max-width: 767px) {
  .gallery_3::before {
    display: none;
  }
}

.gallery_3::after {
  position: absolute;
  content: "";
  right: 0;
  top: 3%;
  background-image: url(../../images/green-line-2.webp);
  background-repeat: no-repeat;
  width: 134px;
  height: 140px;
}
@media (max-width: 767px) {
  .gallery_3::after {
    display: none;
  }
}

.brugged-block .row.justify-content-center {
  align-items: center;
}

.team_1 .profile-img {
  width: auto;
  height: auto;
  border-radius: 60px;
}

.two-cols .section__container {
  justify-content: normal;
}

.white-faq .accordion-button, .white-faq .accordion-body {
  background-color: #fff;
}

#faqs .container {
  max-width: 970px;
}

@media only screen and (max-width: 1199px) {
  .tab-services .nav-link {
    font-size: 14px;
    padding: 8px;
  }
  .tab-services .nav-link svg {
    width: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .blue-cards .column {
    padding: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .tab-services #services-list {
    display: block;
    appearance: auto;
    border: 1px solid #0296C7;
    color: #0296C7;
    padding: 16px 8px;
    font-weight: bold;
    background: url(../../images/dropdown-arrow.webp) no-repeat;
    background-size: 56px 100%;
    background-position: right;
  }
  .tab-services #services-list:focus-visible {
    border: 1px solid #0296C7;
  }
  .tab-services .nav-pills {
    display: none;
  }
  .tab-services::before {
    content: none;
  }
  .tab-services::after {
    top: 65%;
    z-index: 0;
  }
  .home .blue-cards {
    padding-top: 32px !important;
  }
  .blue-cards .col-lg-4:last-child {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .tab-services .section__content p:last-child {
    margin-bottom: 24px;
  }
  .tab-services .tab-content button {
    margin-bottom: 24px;
  }
  .accordion-button .question {
    width: 85%;
  }
}
@media only screen and (max-width: 480px) {
  .blue-with-branches .section__container {
    padding: 60px;
  }
  .accordion-button .question {
    width: 80%;
  }
}
/*Footer*/
.site-footer {
  background-color: #D1F9FF;
  text-align: center;
  padding-top: 64px;
}
.site-footer ul {
  list-style-type: none;
  padding-left: 0;
}
.site-footer ul li {
  display: inline-block;
  padding: 0 16px;
}
.site-footer ul li a {
  color: #001128;
}
.site-footer ul li a:hover {
  opacity: 0.7;
}
.site-footer #menu-footer-menu {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.site-footer .social-list {
  justify-content: center;
  padding-bottom: 40px;
}
.site-footer .social-list li {
  padding: 0;
}
.site-footer .social-list li a svg {
  fill: #01377D;
}

.site-footer .social-list li a svg {
  width: 32px;
  height: 32px;
}

.copyright .row {
  margin: auto;
}

.copyright .container {
  border-top: 1px solid #E7E7E7;
  padding: 40px 0 0 0;
}

.copyright-container {
  justify-content: start;
  display: flex;
  padding: 0;
}
.copyright-container a, .copyright-container p {
  color: #414141;
}
.copyright-container p {
  font-size: 14px;
}

.bottom-nav-container {
  justify-content: end;
  display: flex;
}
.bottom-nav-container ul li a {
  text-decoration: underline;
  color: #414141;
}
.bottom-nav-container ul li:last-child {
  padding-right: 0;
}

.cybermark {
  color: #414141;
  margin-bottom: 1em;
  width: 250px;
  font-weight: 600;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .site-footer ul li {
    display: list-item;
  }
  .copyright-container, .bottom-nav-container {
    justify-content: center;
    display: flex;
  }
  .bottom-nav-container ul li:last-child {
    padding-right: 16px;
  }
}
/* Sweep & Go Styles*/
.sng_page-template .content-area {
  max-width: 800px;
  padding: 40px;
  margin: auto;
}

.sng-block {
  background-image: url(../../images/blue-wave-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  overflow: hidden;
  padding-top: 16px;
}
.sng-block .sng-wrap {
  background-color: #0296C7;
  padding: 60px;
  border-radius: 24px;
  min-width: 700px;
  margin: auto;
}
.sng-block .sng-wrap::before {
  content: "";
  position: absolute;
  background-image: url(../../images/left-dog.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 277px;
  height: 301px;
  left: -160px;
  bottom: -12px;
}
.sng-block .sng-wrap::after {
  content: "";
  position: absolute;
  background-image: url(../../images/right-dog.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 277px;
  height: 277px;
  bottom: 0;
  right: -200px;
}

.sng-wrap {
  position: relative;
}
.sng-wrap .sng-zip-code-form {
  background-color: #FFFFFF;
  padding: 0;
  border-radius: 24px;
}
.sng-wrap .sng-zip-code-form .sng-input {
  border-radius: 50px;
  padding: 20px 42px;
}
.sng-wrap .sng-zip-code-form button {
  width: 100%;
  padding: 20px 42px;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: bold;
  background-color: #01377D;
  color: #FFFFFF;
  border-color: #01377D;
  border: none;
}
.sng-wrap .sng-zip-code-form button:hover, .sng-wrap .sng-zip-code-form button:active, .sng-wrap .sng-zip-code-form button:focus {
  background-color: #99c324;
  color: #FFFFFF;
  border-color: #99c324;
}

@media only screen and (max-width: 767px) {
  .sng-block .sng-wrap::before {
    content: none;
  }
  .sng-block .sng-wrap::after {
    content: none;
  }
}
/*Location CSS*/
.franchise-notification-bar {
  color: white !important;
  background-color: #001128;
}
.franchise-notification-bar p {
  font-size: 16px !important;
}

.top-bar.loc {
  font-size: 14px;
}
.top-bar.loc .hours-container {
  position: relative;
}
.top-bar.loc .hours {
  color: #FFFFFF;
}
.top-bar.loc .hours .hours-numbers {
  font-weight: bold;
}
.top-bar.loc .hours:hover {
  text-decoration: underline;
}
.top-bar.loc .hidden-hours {
  position: absolute;
  padding: 1em 2em;
  background-color: #01377D;
  width: 250px;
  color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 10px;
  left: 0;
}

.phone-section {
  margin-left: 24px;
  text-align: right;
  font-weight: bold;
}
.phone-section a {
  color: #01377D;
  font-size: 24px;
}

.loc.main-navigation #navbarNavDropdown {
  justify-content: flex-end;
}

.mobile-menu-btns {
  display: none;
}

.loc.tab-services::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 25%;
  background-image: url(../../images/green-line-3.webp);
  background-repeat: no-repeat;
  width: 151px;
  height: 181px;
  z-index: 0;
}

.loc.tab-services::after {
  position: absolute;
  content: "";
  right: 0;
  top: -3%;
  background-image: url(../../images/green-line-2.webp);
  background-repeat: no-repeat;
  width: 134px;
  height: 140px;
}

.loc-footer-logo {
  width: auto;
  margin: auto;
}

.loc-hero {
  position: relative;
  padding-top: 150px;
}
.loc-hero .section__container {
  z-index: 1;
  position: relative;
}

.loc-hero::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 25%;
  background-image: url(../../images/green-branch-2.webp);
  width: 114px;
  height: 246px;
  z-index: 0;
}

@media only screen and (max-width: 1399px) {
  .loc .header-button .btn {
    padding: 16px 24px;
  }
  .phone-section a {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  .phone-section {
    display: none;
  }
  .loc .header-button {
    display: block !important;
  }
  .page__banner {
    background: #D1F9FF !important;
  }
  .page__banner .page__banner-inner {
    padding: 8em 2em 2em;
  }
  .page__banner::before, .page__banner::after {
    display: none;
  }
  .page-banner-dog {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .loc.top-bar .left, .loc.top-bar .right {
    justify-content: center;
    display: flex;
  }
  .loc.top-bar .left {
    padding-bottom: 8px;
  }
  .top-bar.loc .hidden-hours {
    left: auto;
    right: 0;
  }
  .mobile-menu-btns {
    display: block;
  }
  .mobile-menu-btns .phone-section {
    display: block;
    text-align: left;
    margin-left: 0;
    padding-top: 8px;
  }
  .loc.tab-services::before, .loc.tab-services::after {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar.loc .row {
    flex-direction: column;
  }
  .loc-hero::before {
    content: none;
  }
}
/* Landing Pages Styles */
.single-landing-pages #offer-hero {
  background: url(../../images/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.single-landing-pages #offer-hero .primary-offer__wrapper {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 24px;
}
.single-landing-pages #offer-hero .form-disclaimer a {
  color: #001128;
}
.single-landing-pages #site-navigation {
  display: flex;
}
.single-landing-pages #site-navigation .primary-menu {
  display: none;
}

@media only screen and (max-width: 991px) {
  .single-landing-pages .header-button .btn {
    display: inline-block;
  }
}
/* Location Page Styles */
.loc-phone a, .locPhone a {
  color: #01377D;
  font-weight: bold;
}

#advanced-search_form #Submit-Buttn {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .map__wrapper {
    height: 400px;
  }
  .location_holder .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .subsites {
    margin-top: 24px;
  }
}
.btn-close {
  border: 2px solid #000;
  border-radius: 50%;
}

.btn-close:hover {
  opacity: 0.2;
}

.gform_fields input, .gform_fields textarea {
  border-radius: 24px;
  padding: 12px 16px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border: none;
  border: 1px solid #f4f4f4;
}

.location-head__wrapper {
  margin-top: 125px;
}

.acf-map .card {
  min-width: 300px;
}

.address, .marker-address {
  color: #131619;
  line-height: 1.4;
  font-size: 18px;
}

.h3.customer-title.d-block {
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 16px;
}

.header-button .btn {
  min-width: 200px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  #hero-slider .hero-content .hero-text .h1 {
    font-size: 40px;
  }
  body {
    font-size: 16px;
  }
  #hero-slider .hero-content .hero-text .btn {
    font-size: 14px;
  }
  #hero-slider::before {
    right: 0;
    background-color: #D1F9FF;
    background-image: none;
  }
  .hero-container::before {
    display: none;
  }
}
.tab-services .nav-pills li:first-child a {
  margin-left: 0;
  border-left: 1px solid #DDD;
}

.tab-services .nav-pills li:first-child a.active {
  border-left: none;
}

.loc .sng-wrap .sng-zip-code-form {
  padding: 0;
  max-width: 400px;
}

.sng-block .sng-wrap .sng-zip-code-form {
  padding: 40px 24px;
}

@media only screen and (max-width: 1199px) {
  .nav-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .dropdown-item {
    padding: 0.25em 0em;
  }
  .navbar-nav .dropdown-menu {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }
  .dropdown-menu a:hover {
    background-color: transparent;
    color: #01377D;
  }
  .nav-link {
    padding: 0.25em 0 !important;
  }
  .nav-link:hover {
    opacity: 0.6;
  }
  #services {
    border-top: 0;
    margin-top: 0;
  }
  #services .tab-content {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .blue-with-branches .section__container {
    padding: 40px 24px;
  }
  .blue-with-branches .section__container::before, .blue-with-branches .section__container::after {
    opacity: 0.3;
  }
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  .sng-block .sng-wrap {
    min-width: auto;
    padding: 40px;
    width: 100%;
  }
  .sng-block .section__content {
    margin: 0 !important;
    max-width: 100%;
  }
}
.finder-header.location-head {
  padding: 2em;
}

.sng_page-template #primary {
  margin-top: 200px;
}
@media (max-width: 990px) {
  .sng_page-template #primary {
    margin-top: 100px;
  }
}
.sng_page-template #primary .sng-public-container {
  text-align: center;
}
.sng_page-template #primary .sng-public-container h1 {
  color: #001027;
  letter-spacing: normal;
  margin-bottom: 60px;
}
.sng_page-template #primary .sng-page-content form label {
  margin-bottom: 5px;
  padding: 0;
}
.sng_page-template #primary .sng-page-content form input[type=text] {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D2D1D4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-height: 100px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 0 0.5em;
  border-radius: 3px;
  padding: 10px;
}
.sng_page-template #primary .sng-page-content form .selection textarea {
  display: none;
}
.sng_page-template #primary .sng-page-content form .selection .select2-selection {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #D2D1D4;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../images/chevron-down.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  background-position-x: calc(100% - 14px);
  background-position-y: 18px;
  background-size: 12px;
  max-height: 100px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 0 0.5em;
  border-radius: 3px;
  height: fit-content;
  padding: 7px;
}
.sng_page-template #primary .sng-page-content form .selection .select2-selection .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
  background: none;
  padding: 0;
  border: none;
}
.sng_page-template #primary .sng-page-content form .selection .select2-selection .select2-selection__arrow {
  display: none;
}
.sng_page-template #primary .sng-page-content form .sng-slider-space {
  margin: 23px 0 87px 0 !important;
  font-size: 18px;
  line-height: 30px;
}
.sng_page-template #primary .sng-page-content form .sng-slider-space.sng-div-clean-up-frequency {
  font-size: 14px;
  line-height: 22px;
  margin: 23px 0 120px 0 !important;
}
.sng_page-template #primary .sng-page-content form .sng-form-group {
  margin-bottom: 24px;
}
.sng_page-template #primary .sng-page-content form .sng-form-group .sng-submit-button {
  padding: 16px 40px;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
  border-width: 2px;
  min-width: 200px;
  text-align: center;
  width: 100%;
  margin-top: 24px;
  outline: none;
  border: none;
  background-color: #01377D;
  color: #FFFFFF;
}
.sng_page-template #primary .sng-page-content form .sng-form-group .sng-submit-button:hover {
  background: #0296C7;
}
.sng_page-template #primary .sng-page-content form .sng-note {
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  padding: 0;
  margin-bottom: 24px;
  color: #000;
}
.sng_page-template #primary .sng-page-content form .sng-note label {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-style: normal;
  cursor: pointer;
}
.sng_page-template #primary .sng-page-content form .sng-note label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #D2D1D4;
  border-radius: 2px;
  position: relative;
  top: 5px;
}
.sng_page-template #primary .sng-page-content form .sng-note input {
  display: none;
}
.sng_page-template #primary .sng-page-content form .sng-note input:checked + label:before {
  background: #01377D;
  border-color: #01377D;
}
.sng_page-template #primary .sng-page-content form .sng-note a {
  color: #01377D;
  text-decoration: underline;
}
.sng_page-template #primary .sng-page-content form .sng-form-group a {
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  color: #01377D;
  text-decoration: underline;
}

.sng_page-template-default aside {
  display: none;
}
.sng_page-template-default .blog-entry-info {
  display: none;
}

.content_2 .section__content a:not(.btn) {
  color: #01377D;
}
.content_2 .section__content a:not(.btn):hover {
  color: #0296C7;
}

.sng_page-template-default #single_post {
  margin-top: 150px;
}

:target {
  scroll-margin-top: 300px;
}

.feature_1.section__wrapper img, .feature_2.section__wrapper img {
  min-width: 100px;
}

.blue-cards a {
  font-weight: normal;
  text-decoration: underline;
}

body.search #main_content {
  padding: 300px 0;
}