/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html, body {
    overflow-x: hidden;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

@font-face {
    font-family: 'Axiforma';
    src: url('./inc/font/Axiforma-Regular.woff2') format('woff2'),
        url('./inc/font/Axiforma-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
}
h1 {
  font-size: 70px;
  font-weight: 500;
  line-height: 76px;
  font-family: "Fredoka", sans-serif;
  margin: 0;
}
h2 {
  font-size: 55px;
  font-weight: 500;
  line-height: 71px;
  font-family: "Fredoka", sans-serif;
  margin: 0;
}

h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 47px;
  font-family: "Fredoka", sans-serif;
  margin: 0;
}

h4 {
  font-size: 31px;
  font-weight: 500;
  line-height: 27px;
  font-family: "Fredoka", sans-serif;
  margin: 0;
}

h5 {
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  font-family: "Fredoka", sans-serif;
  margin: 0;
}

h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/***********Owl Casrousel woocommerce css Start*************/


.woocommerce ul.products .owl-stage {
  display: flex;
}

.woocommerce ul.products .owl-stage-outer {
  overflow: hidden;
}

/***********Owl Casrousel woocommerce css End*************/


@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}

.topbatLeftTextAndLogo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.topbatLeft {
    display: flex;
    gap: 18px;
}

.topbatRightTextAndLogo.topbatRightTextAndLog01 {
    display: flex;
    gap: 12px;
    align-items: center;
}

.topbatRightText {
    padding: 0 2px 0 0px;
}

.topbatLeftlogo i,
.topbatRightText i{
    font-size: 16px;
    color: #fff;
}

.topbar {
    background: #008ACB;
    padding: 12px 0 10px;
}

.topbatLeftText p,
.topbatRightText p{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.topbatRightlogo a {
    color: #fff;
}

.topbatRightlogo a i {
    font-size: 18px;
}

.topbatLeftAndRight {
    display: flex;
    justify-content: space-between;
}

div#main-nav ul#menu-menu-1 li a {
    font-family: 'Poppins';
    color: #000;
    line-height: normal;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 0;
    position: relative;
    transition: .5s ease-in-out;
}

div#main-nav ul#menu-menu-1 {
    gap: 29px;
    padding: 0 36px 0 0;
}

div#main-nav ul#menu-menu-1 li.active a {
    color: #52A225;
}

div#main-nav ul#menu-menu-1 li a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #52A225;
    bottom: 0;
    transition: .5s ease-in-out;
}

div#main-nav ul#menu-menu-1 li:hover a::before {
    width: 100%;
}

div#main-nav ul#menu-menu-1 li:hover a {
    color: #52A225;
}

nav.navbar {
    padding: 10px 0 15px !important;
}

nav.navbar .navbar-brand {
    padding: 0 !important;
}

.NavbarBtn a {
    line-height: 23px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 11px 21px;
    background: #7aaa5f;
    border-radius: 25px;
    border: 1px solid #7aaa5f;
    transition: .5s ease-in-out;
    font-family: 'Axiforma-Regular';
}

.NavbarBtn a:hover {
    text-decoration: none;
}

.NavbarBtn a:hover {
    background: transparent;
    color: #52A225;
}

div#footer-widget {
    background: #004E72 !important;
    padding: 81px 0 137px;
}

section#media_image-2 {
    margin: 0 !important;
}

section#text-2 {
    margin: 0 !important;
    color: #fff;
    padding: 20px 0 0;
}

section#nav_menu-2, section#nav_menu-3 {
    margin: 0 !important;
}

section#custom_html-2 {
    margin: 0 !important;
}

section#zoom-social-icons-widget-2 {
    margin: 0 !important;
}

section#text-2 p {
    padding: 0 30px 0 0px;
}

section#nav_menu-2 h3, section#nav_menu-3 h3, section#custom_html-2 h3 {
    font-family: Poppins;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

section#nav_menu-2 ul#menu-menu-2 li a:hover, section#nav_menu-3 ul#menu-help li a:hover {
    background: transparent;
    color: #29ACFF;
}

section#nav_menu-2 ul#menu-menu-2 li a, section#nav_menu-3 ul#menu-help li a {
    padding: 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: relative;
    display: inline-block;
    transition: .5s ease-in-out;
}

section#nav_menu-2 ul#menu-menu-2, section#nav_menu-3 ul#menu-help {
    gap: 29px;
    padding: 15px 0 0;
}

section#nav_menu-2 ul#menu-menu-2 li a::before, section#nav_menu-3 ul#menu-help li a::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background: #29ACFF;
    bottom: 0;
    transition: .5s ease-in-out;
}

section#nav_menu-2 ul#menu-menu-2 li a:hover::before, section#nav_menu-3 ul#menu-help li a:hover::before {
    width: 100%;
}

section#nav_menu-3 {
    display: grid;
    place-content: center;
}

.footerContactlogoAndText {
    display: flex;
    align-items: center;
    gap: 4px;
}

.footerContactlogoAndText i {
    color: #2BADFF;
    font-size: 24px;
}

.footerContactText p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.footerContact {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 21px 0 0;
}

span.zoom-social_icons-list-span {
    color: #2BADFF !important;
    padding: 0 !important;
    font-size: 22px !important;
}

span.zoom-social_icons-list-span:hover {
    color: #fff !important;
    transition: .5s ease-in-out;
}

li.zoom-social_icons-list__item {
    margin: 0 !important;
}

ul.zoom-social-icons-list {
    display: flex;
    gap: 18px;
    padding: 21px 0 0 15px;
}

footer#colophon {
    background: #29ACFF !important;
    text-align: center;
    padding: 14px 0 !important;
}

.site-info {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
}

.wpb_text_column.wpb_content_element {
    margin: 0 !important;
}

section.vc_section.Sec1 {
    padding: 100px 0 210px;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec1P1 p {
    font-size: 20px;
    font-weight: 400;
    color: #70A851;
    line-height: 15px;
}

.sec1P2 p {
    padding: 25px 160px 45px 0px;
    color: #000;
}

section.vc_section.Sec1 h1 {
    padding: 13px 30px 0 0;
    color: #004C6F;
    text-shadow: -1px -1px #7BD5FF,
    1px -1px #7BD5FF,
    -1px 1px #7BD5FF,
    1px 1px #7BD5FF;
}

.Btns .wpb_column {
    padding: 0 !important;
}

.vc_btn3-container {
    margin: 0 !important;
}

.Btns button.vc_general {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    padding: 11px 21px;
    border-radius: 30px;
    font-family: 'Axiforma-Regular';
}

.Btns a.vc_general {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    padding: 11px 21px;
    border-radius: 30px;
    font-family: 'Axiforma-Regular';
}

.Btns > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    gap: 21px;
}

.Btn1 button.vc_general {
    background: #7aaa5f !important;
    color: #fff !important;
    border: 1px solid #7aaa5f !important;
    transition: .5s ease-in-out;
}

.Btn1 a.vc_general {
    background: #7aaa5f !important;
    color: #fff !important;
    border: 1px solid #7aaa5f !important;
    transition: .5s ease-in-out;
}

.Btn2 button.vc_general {
    background: transparent !important;
    border: 1px solid #7A7A7A !important;
    color: #000 !important;
    transition: .5s ease-in-out;
}

.Btn2 a.vc_general {
    background: transparent !important;
    border: 1px solid #7A7A7A !important;
    color: #000 !important;
    transition: .5s ease-in-out;
}

.Btn1:hover button.vc_general {
    background: transparent !important;
    border: 1px solid #7A7A7A !important;
    color: #000 !important;
}


.Btn1:hover a.vc_general {
    background: transparent !important;
    border: 1px solid #7A7A7A !important;
    color: #000 !important;
}

.Btn2:hover button.vc_general {
    background: #7aaa5f !important;
    color: #fff !important;
    border: 1px solid #7aaa5f !important;
}

.Btn2:hover a.vc_general {
    background: #7aaa5f !important;
    color: #fff !important;
    border: 1px solid #7aaa5f !important;
}

section.vc_section.sec3 > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper,
section.vc_section.sec2 > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper,
section.vc_section.sec4 > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper,
section.vc_section.sec5 > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper,
section.vc_section.sec6 > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper,
section.vc_section.sec8 > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    text-align: center;
}

h6.toph6 {
        color: #00405D;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 16px;
    background: #E3F4FF;
    margin: auto;
    width: auto;
    border-radius: 25px;
    display: inline-block;
}

h2.toph2 {
    padding: 10px 0 14px;
    color: #fff;
    text-shadow: -3px -3px #00699B,
  -2px -3px #00699B,
  -1px -3px #00699B,
   0px -3px #00699B,
   1px -3px #00699B,
   2px -3px #00699B,
   3px -3px #00699B,

  -3px -2px #00699B,
   3px -2px #00699B,
  -3px -1px #00699B,
   3px -1px #00699B,

  -3px  0px #00699B,
   3px  0px #00699B,

  -3px  1px #00699B,
   3px  1px #00699B,
  -3px  2px #00699B,
   3px  2px #00699B,

  -3px  3px #00699B,
  -2px  3px #00699B,
  -1px  3px #00699B,
   0px  3px #00699B,
   1px  3px #00699B,
   2px  3px #00699B,
   3px  3px #00699B;
}

.sec2Row1Col2 > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper > p {
    padding: 11px 5% 35px;
    color: #fff;
}

.wpb_single_image.wpb_content_element.vc_align_center {
    margin: 0;
}

.sec2Row1Col2InnerRow .vc_col-sm-4 {padding: 0 19px;}

.sec2Row1Col2InnerRow .vc_col-sm-4 .vc_column-inner {
    background: rgb(255 255 255 / 84%);
    height: auto;
    border-radius: 40px;
    padding: 25px 15px 25px !important;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.sec2Row1Col2InnerRow {
    height: auto;
    display: flex;
    padding: 0 7% 30px;
}

.sec2Row1Col2InnerRow .vc_col-sm-4 {
    flex: 1;
    display: flex;
}


.vc_row.wpb_row.vc_inner.vc_row-fluid.sec2Row1Col2InnerRow p {
    padding: 14px 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #00405D;
}

.sec2Row1 h5 {
    color: #fff;
    text-shadow: -3px -3px #00699A, -2px -3px #00699A, -1px -3px #00699A, 0px -3px #00699A, 1px -3px #00699A, 2px -3px #00699A, 3px -3px #00699A, -3px -2px #00699A, 3px -2px #00699A, -3px -1px #00699A, 3px -1px #00699A, -3px 0px #00699A, 3px 0px #00699A, -3px 1px #00699A, 3px 1px #00699A, -3px 2px #00699A, 3px 2px #00699A, -3px 3px #00699A, -2px 3px #00699A, -1px 3px #00699A, 0px 3px #00699A, 1px 3px #00699A, 2px 3px #00699A, 3px 3px #00699A;
    padding: 3px 0 0;
}

section.vc_section.sec2 {
    position: relative !important;
    overflow: visible;
    padding: 0 0 51px !important;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

section.vc_section.sec2::before {
    content: '';
    background-image: url('https://westlancsk9splash.co.uk/wp-content/uploads/2025/08/Vector.png');
    width: 100%;
    height: 150px;
    position: absolute;
    top: -115px;
    background-size: cover;
}

.sec2Row1 {
    display: flex;
    align-items: center;
}

.wpb_single_image {
    margin: 0 !important;
}

.sec2Row1Col1Image2 {
    padding: 91px 0 71px 75px;
}

.sec2Row1Col2Image2 {
    padding: 91px 75px 71px 0;
}

section.vc_section.sec3 > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper p {
    color: #000;
}

.sec3Rows > .wpb_column > .vc_column-inner > .wpb_wrapper {
    position: relative;
}

.sec3Rows > .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
    position: absolute;
    z-index: 1;
    inset: 0;
    top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
    font-size: 31px;
    text-align: center !important;
    padding: 0 20px 25px;
    line-height: 28px;
}

.sec3Row3 > .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
    padding: 0px 130px 25px;
}

.sec3Row2 {
    padding: 45px 0 23px;
}

section.vc_section.sec3 {
    padding-top: 154px !important;
    padding-bottom: 270px;
}

.sec4Row2 ul li {
    position: relative;
    list-style: none;
    text-align: left;
    padding: 0 0 0 25px;
    color: #505050;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
}

.sec4Row2 ul li::before {
    font-family: "Font Awesome 5 Free"; /* ya jo bhi version tum use kar rahe ho */
    content: "\f00c";
    font-weight: 900;
    color: #F1F8FF;
    background: #29ACFF;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.sec4Row2 ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec4Row2 ul li strong {
    color: #29ACFF;
}

.sec4Row2 .Btn1 {
    display: flex !important;
    padding: 50px 0 0;
}

.sec4Row2 h2 {
    font-size: 36px;
    text-align: left !important;
    padding: 0 0 32px;
}

.sec4Row2 {
    padding: 37px 0 0;
}

section.vc_section.sec4 {
    background: #F1F8FF;
    overflow: visible;
    padding-bottom: 46px;
}

section.vc_section.sec4::before {
    content: '';
    background-image: url(https://westlancsk9splash.co.uk/wp-content/uploads/2025/08/wave2.png);
    width: 100%;
    height: 145px;
    position: absolute;
    top: -140px;
    background-size: cover;
    left: 0;
}

section.vc_section.sec4::after {
    content: '';
    background-image: url(https://westlancsk9splash.co.uk/wp-content/uploads/2025/08/paw.png);
    width: 69px;
    height: 68px;
    position: absolute;
    background-size: cover;
    left: 3%;
    top: 50px;
}

.sec4Row2 .vc_single_image-wrapper {
    position: relative;
}

.sec4Row2 .vc_single_image-wrapper::before {
    content: '';
    background-image: url(https://westlancsk9splash.co.uk/wp-content/uploads/2025/08/paw.png);
    width: 69px;
    height: 68px;
    position: absolute;
    background-size: cover;
    right: -25px;
    top: -50px;
    z-index: 0;
}

.sec4Row2 .vc_single_image-wrapper::after {
    content: '';
    background-image: url(https://westlancsk9splash.co.uk/wp-content/uploads/2025/08/paw.png);
    width: 69px;
    height: 68px;
    position: absolute;
    background-size: cover;
    left: 20px;
    bottom: -45px;
    z-index: 0;
}

.sec4Row2 .vc_single_image-wrapper img {
    position: relative;
}

section.vc_section.sec5 {
    padding-top: 116px;
    padding-bottom: 185px;
}

.sec5Row2 {
    padding: 54px 0 0;
    display: flex;
    height: 100%;
}

.sec5Row2Cols {
    height: auto;
    display: flex;
    flex: 1;
}

.sec5Row2Cols > .vc_column-inner {
    height: auto;
    padding: 0px 11px  !important;
}

.sec5Row2Cols .vc_column-inner .wpb_wrapper {
    height: 100%;
    background: #29ACFF;
    border-radius: 25px;
}


.sec5Row2Cols .vc_column-inner .wpb_wrapper .Btns.wpb_column {
    padding: 17px 0px 12px;
}

.sec5Row2Cols .vc_column-inner .wpb_wrapper .Btns.wpb_column h5 {
    color: #ffff;
    padding: 0 0 13px;
}

.sec5Row2Cols .vc_column-inner .wpb_wrapper .Btns.wpb_column p {
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    padding: 0 17px 0;
    font-weight: 500;
}

.sec5Row2Cols .vc_column-inner .wpb_wrapper .Btns.wpb_column h2 {
    font-size: 37px;
    line-height: 50px;
    padding: 10px 0 0px;
}

.sec5Row2Colodd .vc_column-inner .wpb_wrapper button.vc_general {
    background: #00699A !important;
    border: 1px solid #00699A !important;
}

.sec5Row2ColEven .vc_column-inner .wpb_wrapper button.vc_general {
    background: #1E5400 !important;
    border: 1px solid #1E5400 !important;
}

.sec5Row2Colodd .vc_column-inner .wpb_wrapper a.vc_general {
    background: #00699A !important;
    border: 1px solid #00699A !important;
}

.sec5Row2ColEven .vc_column-inner .wpb_wrapper a.vc_general {
    background: #1E5400 !important;
    border: 1px solid #1E5400 !important;
}

.sec5Row2ColEven .vc_column-inner .wpb_wrapper {
    background: #7AAA5F;
}

.sec5Row2ColEven .vc_column-inner .wpb_wrapper h2 {
    text-shadow: -3px -3px #297100,  -2px -3px #297100,  -1px -3px #297100,   0px -3px #297100,   1px -3px #297100,   2px -3px #297100,   3px -3px #297100,  -3px -2px #297100,   3px -2px #297100,  -3px -1px #297100,   3px -1px #297100,  -3px  0px #297100,   3px  0px #297100,  -3px  1px #297100,   3px  1px #297100,  -3px  2px #297100,   3px  2px #297100,  -3px  3px #297100,  -2px  3px #297100,  -1px  3px #297100,   0px  3px #297100,   1px  3px #297100,   2px  3px #297100,   3px  3px #297100;
}

.sec5Row2Cols .vc_single_image-wrapper {
    scale: 1.005;
    overflow: hidden;
}

.sec5Row2Cols .vc_single_image-wrapper img {
    transform: scale(1);
    transition: .5s ease-in-out;
    width: 100%;
}

.sec5Row2Cols:hover .vc_single_image-wrapper img {
    transform: scale(1.1);
}

.sec5Row2Cols .vc_column-inner .wpb_wrapper button.vc_general {
  margin: 20px 0 0;
}

.sec5Row2Cols .vc_column-inner .wpb_wrapper a.vc_general {
  margin: 20px 0 0;
}

section.vc_section.sec5 .sec5Row2 {
    width: 1290px;
    margin: auto;
}


.sec5Row2Colodd .vc_column-inner .wpb_wrapper button.vc_general:hover {
    background: transparent !important;
    color: #00699A !important;
}

.sec5Row2ColEven .vc_column-inner .wpb_wrapper button.vc_general:hover {
    background: transparent !important;
    color: #1E5400 !important;
}

.sec6Row2 {
    padding: 39px 0 0;
}

section.vc_section.sec7 {
    padding: 16px 18px 21px 76px;
    background: #00AEFF;
    border-radius: 37px;
    margin: 227px 0 175px;
}

section.vc_section.sec7 p {
    color: #fff;
    padding-right: 70px;
}

section.vc_section.sec7 h5 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding: 40px 0 13px;
}

section.vc_section.sec7 p strong {
    font-weight: 500;
    text-decoration: underline;
}

section.vc_section.sec7 button.vc_general {
    padding: 12px 35px 10px;
    border: 1px solid #fff !important;
    font-size: 18px;
    line-height: 27px;
    color: #fff !important;
    margin: 47px 0  0;
}

section.vc_section.sec7 button.vc_general:hover {
    background: #00699a !important;
    border: 1px solid #00699a !important;
}

section.vc_section.sec7 a.vc_general {
    padding: 12px 35px 10px;
    border: 1px solid #fff !important;
    font-size: 18px;
    line-height: 27px;
    color: #fff !important;
    margin: 47px 0  0;
}

section.vc_section.sec7 a.vc_general:hover {
    background: #00699a !important;
    border: 1px solid #00699a !important;
}

section.sec9.sec9BottomWave .Btns {
    text-align: right;
}

section.vc_section.sec7 .vc_col-sm-7 {
    width: 53%;
}

section.vc_section.sec7 .vc_col-sm-5 {
    width: 47%;
}

.sec8Row2 {
    padding: 65px 0 0 0;
}

.sec8Row2 .vc_col-sm-7 .wpb_wrapper {
    padding-left: 25px;
}

.sec8Row2 .vc_col-sm-5 h3 {
    padding: 0 0 24px;
}

.sec8Row2Inner .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #E5F5FF;
    padding: 13px 0 13px 39px;
    border-radius: 19px;
}

.sec8Row2Inner {
    padding: 0 0 24px;
}

section.vc_section.sec9 h2 {
    text-shadow: -3px -3px #649448,
  -2px -3px #649448,
  -1px -3px #649448,
   0px -3px #649448,
   1px -3px #649448,
   2px -3px #649448,
   3px -3px #649448,

  -3px -2px #649448,
   3px -2px #649448,
  -3px -1px #649448,
   3px -1px #649448,

  -3px  0px #649448,
   3px  0px #649448,

  -3px  1px #649448,
   3px  1px #649448,
  -3px  2px #649448,
   3px  2px #649448,

  -3px  3px #649448,
  -2px  3px #649448,
  -1px  3px #649448,
   0px  3px #649448,
   1px  3px #649448,
   2px  3px #649448,
   3px  3px #649448;
}

section.vc_section.sec9 p {
    padding: 0 0 32px;
}

section.vc_section.sec9 ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

section.vc_section.sec9TopWave {
    position: relative;
    overflow: visible;
        overflow: visible;
    padding: 0 0 31px;
}

section.vc_section.sec9.sec9TopWave::after {
    content: '';
    background-image: url(https://westlancsk9splash.co.uk/wp-content/uploads/2025/08/waves4.png);
    width: 100%;
    height: 145px;
    position: absolute;
    top: -140px;
    background-size: cover;
    left: 0;
}

section.vc_section.sec8 {
  padding-bottom: 280px;
}

section.vc_section.sec9.sec9BottomWave{
  position: relative;
  overflow: hidden;
  padding-top: 98px !important;
  padding-bottom: 225px;
}

section.vc_section.sec9.sec9BottomWave::before {
  content: "";
  position: absolute;
  bottom: -215px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 293px;
  border-radius: 125% / 100%;
  background-color: #ffffff;
}

section.vc_section.sec10 p {
    padding: 6px 0 20px;
}

section.vc_section.sec10 .Btns > .wpb_column > .vc_column-inner > .wpb_wrapper {
    justify-content: center;
}

section.vc_section.sec10 {
    padding-top: 0 !important;
    padding-bottom: 52px;
}

section.vc_section.FacilitiesSec1 {
    padding: 76px 0 51px;
}

section.vc_section.FacilitiesSec2::before {
    display: none;
}

section.vc_section.sec2.FacilitiesSec2 {
    padding-top: 102px !important;
    padding-bottom: 102px !important;
}

section.vc_section.sec2.FacilitiesSec2 .Btns > .wpb_column > .vc_column-inner > .wpb_wrapper {
    justify-content: center;
}

section.vc_section.sec2.FacilitiesSec2 .sec2Row1Col2InnerRow {
    padding: 48px 7% !important;
}

section.vc_section.sec2.FacilitiesSec2 .sec2Row1Col2InnerRow .vc_col-sm-4 .vc_column-inner {
    background: #F2FAFF;
}

section.vc_section.FacilitiesSec3 {margin-top: 102px !important;}

section.vc_section.FacilitiesSec3 .wpb_text_column {
    padding: 41px 0 25px;
}

section.vc_section.FacilitiesSec4 .sec4Row2 .vc_single_image-wrapper::before {
    display: none;
}

section.vc_section.FacilitiesSec4 .sec4Row2 .vc_single_image-wrapper::after {
    display: none;
}

section.vc_section.FacilitiesSec4 {
    padding: 0 !important;
    border-radius: 35px;
    overflow: hidden;
    background: #29ACFF;
    margin: 130px 0 41px !important;
}

section.vc_section.FacilitiesSec4 .sec4Row2 {
    padding: 0 !important;
}

section.vc_section.FacilitiesSec4 h2 {
    text-shadow: none;
    padding: 39px 0 20px;
    line-height: normal;
    font-size: 40px;
}

section.vc_section.FacilitiesSec4 .sec4Row2 ul {
    gap: 0;
}

section.vc_section.FacilitiesSec4 .sec4Row2 ul li {
    line-height: 40px;
    font-size: 20px;
    color: #fff;
}

section.vc_section.FacilitiesSec4 .sec4Row2 ul li::before {
    color: #29ACFF;
    background: #F1F8FF;
}

section.vc_section.FacilitiesSec4 .Btn1 button.vc_general {
    border-radius: 40px;
    background: #FFFFFF !important;
    color: #2BADFF !important;
    font-size: 14px !important;
    font-weight: 500;
}

section.vc_section.FacilitiesSec4 .Btn1 a.vc_general {
    border-radius: 40px;
    background: #FFFFFF !important;
    color: #2BADFF !important;
    font-size: 14px !important;
    font-weight: 500;
}

section.vc_section.FacilitiesSec4 .sec4Row2 .Btn1 {
    padding: 15px 0 48px;
}

section.vc_section.FacilitiesSec4 .Btn1 button.vc_general i {
    font-size: 12px;
}

section.vc_section.FacilitiesSec4 .Btn1 a.vc_general i {
    font-size: 12px;
}

section.vc_section.FacilitiesSec4 .wpb_column.vc_col-sm-6 {
    height: auto;
    flex: 1;
}

section.vc_section.FacilitiesSec4 .sec4Row2 {
    display: flex;
}

section.vc_section.FacilitiesSec4 .wpb_column.vc_col-sm-6 .vc_column-inner, section.vc_section.FacilitiesSec4 .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper, section.vc_section.FacilitiesSec4 .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_single_image, section.vc_section.FacilitiesSec4 .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_single_image figure, section.vc_section.FacilitiesSec4 .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_single_image figure .vc_single_image-wrapper, section.vc_section.FacilitiesSec4 .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_single_image figure .vc_single_image-wrapper img {
    height: 100%;
}

section.vc_section.FacilitiesSec4 .wpb_column.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_single_image figure .vc_single_image-wrapper img {
    object-fit: cover;
}

section.vc_section.FacilitiesSec5 {
    margin: 0 !important;
    background: #7AAA5F;
}

section.vc_section.FacilitiesSec5 .sec4Row2 > .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper {
    padding-left: 45px;
    padding-right: 0 !important;
}

section.vc_section.FacilitiesSec4 .sec4Row2 > .vc_col-sm-6 > .vc_column-inner {
    padding: 0 !important;
}

section.vc_section.FacilitiesSec4 .wpb_column.vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
    padding-left: 42px;
}

section.vc_section.FacilitiesSec5 .wpb_column.vc_col-sm-6:last-child .vc_column-inner .wpb_wrapper {
    padding-left: 0;
}

section.vc_section.FacilitiesSec5 .sec4Row2 ul li::before {
    color: #7AAA5F;
    background: #003D04;
}

section.vc_section.FacilitiesSec5 .Btn1 button.vc_general {
    color: #7AAA5F !important;
}

section.vc_section.FacilitiesSec6 {
    margin-top: 245px !important;
}

section.vc_section.FacilitiesSec3 h2 {
    font-size: 50px;
}

section.vc_section.FacilitiesSec3 h5 {padding-right: 45px;}

.FacilitiesSec7Rows .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F3FFED;
    padding: 16px 46px 16px 33px;
    border-radius: 27px;
}

.FacilitiesSec7Rows a.vc_general {
    background: #7aaa5f !important;
    color: #fff !important;
    border-radius: 25px;
    border: 1px solid #7aaa5f !important;
    transition: .5s ease-in-out;
    padding: 16px 26px !important;
}

.FacilitiesSec7Rows a.vc_general:hover {
    color: #7aaa5f !important;
    background: transparent !important;
}

section.vc_section.FacilitiesSec7 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.FacilitiesSec7RowEven .vc_column-inner > .wpb_wrapper {
    background: #F1F8FF;
}

.FacilitiesSec7Rows .vc_column-inner > .wpb_wrapper h5 {
    font-size: 28px;
    color: #000;
    font-weight: 400;
}

.FacilitiesSec7RowEven a.vc_general {
    background: #29ACFF !important;
    border: 1px solid #29ACFF !important;
}

.FacilitiesSec7RowEven a.vc_general:hover {
    color: #29ACFF !important;
    background: transparent !important;
}

section.vc_section.FacilitiesSec7 {
    padding-top: 50px !important;
}

section.vc_section.sec7.FacilitiesSec8 {
    margin: 114px 0 90px;
}

section.vc_section.sec10.FacilitiesSec10 {
    padding-top: 118px !important;
}

section.vc_section.sec4.FacilitiesSec4::before {
    display: none;
}

section.vc_section.sec4.FacilitiesSec4::after {
    display: none;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1 {
    padding: 76px 0 105px;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1 .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper {
    padding-right: 110px;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1 .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper .sec1P2 p {
    padding-right: 255px;
    padding-top: 36px;
}

section.vc_section.sec2.dogHealthSec2 .sec2Row1Col2InnerRow {
    padding: 48px 0% !important;
}

.sec2Row1 .dogHealthSec2Color h5 {
    text-shadow: none;
    color: #024260;
}

section.vc_section.dogHealthSec2 .vc_row.wpb_row.vc_inner.vc_row-fluid.sec2Row1Col2InnerRow p {
    color: #000;
    font-weight: 300;
}

section.vc_section.sec2.FacilitiesSec2.dogHealthSec2 .sec2Row1Col2InnerRow .vc_col-sm-4 .vc_column-inner {
    padding: 25px 32px 25px !important;
}

section.vc_section.sec2.FacilitiesSec2.dogHealthSec2 .sec2Row1 .sec2Row1Col1 > .vc_column-inner > .wpb_wrapper > .wpb_text_column p {
    padding: 22px 11% 48px;
}

section.vc_section.sec2.FacilitiesSec2.dogHealthSec2 .dogHealthSec2GreenColor .vc_column-inner {
    background: #FAFFF7;
}

section.vc_section.sec2.FacilitiesSec2.dogHealthSec2 .sec2Row1Col2InnerRow {
    padding: 0px 0% 35px !important;
}

section.vc_section.sec3.dogHealthSec3::before {
    content: '';
    background-image: url('https://westlancsk9splash.co.uk/wp-content/uploads/2025/08/Vector.png');
    width: 100%;
    height: 150px;
    position: absolute;
    top: -115px;
    background-size: cover;
    left: 0;
}

section.vc_section.sec3.dogHealthSec3 {
    overflow: visible;
    padding-top: 0px !important;
}

.dogHealthSec3Cols {
    position: relative;
}

section.vc_section.sec3.dogHealthSec3 .sec3Rows > .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
    position: relative;
    padding: 0 0 19px;
}

section.vc_section.sec3.dogHealthSec3 .sec3Rows > .wpb_column > .vc_column-inner > .wpb_wrapper p {
    color: #fff;
    padding: 0 20px;
}

.dogHealthSec3ColsInnerRow {
    position: absolute;
    bottom: 0;
    padding-bottom: 23px;
}

section.vc_section.sec3.dogHealthSec3 {
    padding-bottom: 51px;
}

section.vc_section.sec3.dogHealthSec3 .Btns > .wpb_column > .vc_column-inner > .wpb_wrapper {
    justify-content: center;
}

section.vc_section.sec3.dogHealthSec3 .Btns > .wpb_column > .vc_column-inner > .wpb_wrapper .Btn1 button.vc_general {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #fff !important;
}

section.vc_section.sec3.dogHealthSec3 .Btns > .wpb_column > .vc_column-inner > .wpb_wrapper .Btn1 button.vc_general:hover {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

section.vc_section.sec3.dogHealthSec3 .Btn2 button.vc_general {
    background: transparent !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

section.vc_section.sec3.dogHealthSec3 .Btn2 button.vc_general:hover {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #000000 !important;
}

section.vc_section.dogHealthSec4 {
    margin-top: 185px !important;
    padding-top: 0 !important;
}

section.vc_section.dogHealthSec4 .sec4Row2 ul li::before {
    color: #fafff7;
    background: #7AAA5F;
}

section.vc_section.dogHealthSec4 .sec4Row2 .Btn1 {
    padding: 37px 0 0;
}

section.vc_section.sec9.sec9TopWave.dogHealthSec4 .wpb_text_column {
    padding: 12px 0 0px;
}

section.vc_section.sec9.sec9TopWave.dogHealthSec4 .sec4Row2 ul {
    gap: 0;
}

section.vc_section.sec9.sec9TopWave.dogHealthSec4 .sec4Row2 ul li {
    line-height: 41px;
}

section.vc_section.sec3.dogHealthSec5 {
    padding-top: 109px !important;
    padding-bottom: 0;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1 .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper .sec1P2 p {
    padding-right: 230px;
    padding-bottom: 0;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1 {
    padding: 76px 0 100px;
}

section.vc_section.sec5.SessionsPricingSec2 .Btns.vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column .wpb_wrapper p, section.vc_section.sec5.SessionsPricingSec2 .Btns.vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column .wpb_wrapper ul {
    text-align: left;
    padding-bottom: 20px !important;
    color: #fff;
}

section.vc_section.sec5.SessionsPricingSec2 .sec5Row2Cols > .vc_column-inner > .wpb_wrapper .vc_row {
    padding: 0 26px;
}

section.vc_section.sec5.SessionsPricingSec2 .Btns.vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column .wpb_wrapper ul {
    padding-left: 25px;
}

section.vc_section.sec5.SessionsPricingSec2 .Btns.vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column.SessionsPricingSec2para2 .wpb_wrapper p {
  padding-bottom: 0px !important;
}

section.vc_section.sec5.SessionsPricingSec2 {
    padding-top: 62px !important;
}

.SessionsPricingSec3InnerRow .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.SessionsPricingSec3InnerRow .vc_column-inner > .wpb_wrapper p {
    font-size: 30px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 55px;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1.FindUsMainSec1 .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper {
    padding-right: 275px;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1.FindUsMainSec1 .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper .sec1P2 p {
    padding-right: 130px;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1.FindUsMainSec1 {
    padding: 76px 0 153px;
}

section.vc_section.sec8.FindUsMainSec2 {
    padding: 73px 0 118px !important;
}

section.vc_section.FindUsMainSec3 h3 {
    font-size: 41px;
    color: #434343;
    padding: 0 0 26px;
}

section.vc_section.FindUsMainSec3 ol li {
    font-size: 22px;
    line-height: 43px;
    color: #484848;
}

section.vc_section.FindUsMainSec3 ol li ul li {
    list-style: disc;
}

section.vc_section.contactSec1 {
    padding: 60px 0;
}

.contactSec2Col1 {
    flex: 1;
    background: #00619F;
    border-radius: 11px;
    padding: 23px;
}

section.vc_section.contactSec2 .vc_row {
    display: flex;
    height: auto;
}

.contactSec2Col1InnerRows > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 31px 0 0;
}

.contactSec2Col1InnerRows > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    width: 33px;
}

.contactSec2Col1InnerRows > .wpb_column > .vc_column-inner > .wpb_wrapper p {
    color: #fff;
}

section.vc_section.contactSec2 h3 {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 46px;
    letter-spacing: -2px;
    font-weight: 600;
}

.contactuscol2input label {
    margin: 0;
   font-family:  "Poppins", sans-serif;
    font-weight: 400;
    color: #25292A;
    padding: 0 0 7px;
    font-size: 14px;
    line-height: normal;
}

.contactuscol2input label span {
    color: #F14D4D;
    padding: 0 0 0 2px;
}

.contactuscol2input input {
    background: #F5F5F5;
    padding: 15px 0 15px 11px;
    display: flex;
    line-height: normal;
    height: auto;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    border-radius: 7px;
    border: 1px solid #F5F5F5;
}

.contactSec2Col2 .col-md-12,.contactSec2Col2 .col-12 {
    padding: 15px 0 0;
}

.contactSec2Col2 .row .col-md-6:first-child {
    padding-right: 15px;
}

.contactSec2Col2 .row {
    padding: 0 15px 0 23px;
}

.contactuscol2mes textarea {
    height: 165px;
}

.contactuscol2Btn input {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    padding: 10px 72px;
    border-radius: 30px;
    font-family: 'Poppins';
    background: #2BADFF;
    border: 1px solid #2BADFF;
    transition: .5s ease-in-out;
}

.contactuscol2Btn input:hover {
    background: transparent;
    color: #2BADFF;
    border: 1px solid #2BADFF;
}

.contactuscol2Btn {
    padding: 8px 0 0;
}

section.vc_section.contactSec3 {
    padding-top: 115px !important;
    padding-bottom: 157px;
}

section.vc_section.termsAndConditionsSec1 .sec1P2 p {
  padding: 25px 130px 45px;
}

section.vc_section.termsAndConditionsSec2 {
    padding-top: 75px !important;
}

section.vc_section.termsAndConditionsSec2 h6 {
    font-size: 37px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 2px;
    padding-top: 54px;
}

section.vc_section.termsAndConditionsSec2 p {
    font-size: 23px;
    font-weight: 300;
    line-height: 41px;
    letter-spacing: 0px;
}

section.vc_section.termsAndConditionsSec2 ul li {
    font-size: 23px;
    font-weight: 300;
    line-height: 41px;
    letter-spacing: 0px;
    font-family: "Poppins", sans-serif;
}

section.vc_section.termsAndConditionsSec2  ol li {
  font-size: 23px;
  font-weight: 300;
  line-height: 41px;
  letter-spacing: 0px;
  font-family: "Poppins", sans-serif;
}

section.vc_section.termsAndConditionsSec2 {
    padding-top: 10px !important;
    padding-bottom: 114px;
}

.termsAndConditionsSec2PaddEx {
    padding-bottom: 54px;
}

section.vc_section.termsAndConditionsSec2 h6.termsAndConditionsSec2Padd {
    padding-top: 95px;
}

.closeBtn {
  display: none;
}

.sec5Row2Cols .vc_column-inner .wpb_wrapper .Btns.wpb_column ul li {
  font-size: 16px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

section#nav_menu-2 ul#menu-menu-2 li a:focus, section#nav_menu-3 ul#menu-help li a:focus {
  background-color: transparent;
}

section#nav_menu-2 ul#menu-menu-2 li a:focus-visible, section#nav_menu-3 ul#menu-help li a:focus-visible {
  border: 0;
  outline: 0;
}

.sec8Row2Col1 .wpb_content_element.wpb_raw_html .wpb_wrapper {
    border-radius: 35px;
    overflow: hidden;
    padding: 0;
}

.sec8Row2Col1 .wpb_content_element.wpb_raw_html .wpb_wrapper iframe {
    width: 100%;
}

.sec8Row2Col1 .wpb_content_element.wpb_raw_html {
    padding-right: 15%;
    padding-left: 4%;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper {
    margin: 8% auto !important;
}

.contactuscol2input span.wpcf7-not-valid-tip {
    font-size: 14px;
    color: #f15053;
}

@media (max-width: 1300px) {
  section.vc_section.sec5 .sec5Row2 {
      width: 100%;
  }
}


@media (max-width: 1199px) {
  div#main-nav{
    position: fixed;
    background: #fff;
    z-index: 99;
    left: 0%;
    top: 0;
    height: 100vh;
    width: 400px;
    padding: 50px 20px;
    transform: translatex(-100%);
    transition: 0.3s ease-in-out;
    bottom: 0;
    margin: auto 0;
  }

  div#main-nav.collapse:not(.show){
    display: block;
  }

  div#main-nav.show{
    transform: translatex(0%);
    height: 100vh;
  }

  div#main-nav ul {
    gap: 0;
  }
  
  .closeBtn {
      padding: 16px 0 !important;
  }
  
  div#main-nav ul li {
      padding: 20px 0;
      border-bottom: 1px solid #dbdcdb;
  }
  
  div#main-nav ul li:last-child {
      border-color: transparent;
  }

  div#main-nav ul#menu-menu-1 {
      gap: 0px;
  }

  .closeBtn {
    display: block;
  }

  div#main-nav {
    overflow-y: scroll;
  }

  div#main-nav .NavbarBtn {
    margin: 30px 0 0;
  }

  section.vc_section.Sec1 {
    padding: 70px 0 160px;
}
	
.topbatLeftAndRight {
    flex-direction: column;
    gap: 10px;
}

h1 {
    font-size: 54px;
    line-height: 60px;
}

.sec1P2 p {
    padding: 21px 50px 40px 0px;
}

h2 {
    font-size: 42px;
    line-height: 55px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.sec2Row1Col2InnerRow {
    padding: 0 2% 30px;
}

section.vc_section.sec3 {
    padding-top: 100px !important;
    padding-bottom: 235px;
}

.sec3Row3 > .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
    padding: 0px 75px 25px;
}

.sec4Row2 h2 {
    font-size: 32px;
    padding: 0px 0 25px;
}

.sec4Row2 ul li::before {
    margin: 5px 0px 0;
}

section.vc_section.sec5 {
    padding-top: 80px;
    padding-bottom: 140px;
}

section.vc_section.sec7 {
    padding: 16px 18px 21px 76px;
    margin: 165px 0 120px;
}

.sec8Row2 {
    padding: 35px 0 0 0;
}

section.vc_section.sec8 {
    padding-bottom: 200px;
}

section.vc_section.sec9.sec9TopWave::after {
    top: -100px;
}

section.vc_section.sec9.sec9BottomWave {
    padding-top: 70px !important;
    padding-bottom: 145px;
}

div#footer-widget {
    padding: 60px 0 85px;
}

section#text-2 p {
    padding: 0 0px 0 0px;
}

section#nav_menu-2 ul#menu-menu-2, section#nav_menu-3 ul#menu-help {
    gap: 15px;
}

div#footer-widget .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 40px;
}

div#footer-widget .col-md-2, div#footer-widget .col-md-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

section#nav_menu-3 {
    place-content: flex-start;
}

.footerContact {
    gap: 15px;
}

section.vc_section.FacilitiesSec1 {
  padding: 60px 0 40px;
}

section.vc_section.sec2.FacilitiesSec2 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

section.vc_section.sec9.sec9TopWave::after {
  top: -65px;
}

section.vc_section.FacilitiesSec3 h2 {}

h5 {
  font-size: 21px;
}

section.vc_section.FacilitiesSec3 .wpb_text_column {
  padding: 25px 0 20px;
}

section.vc_section.sec9 p {
  padding: 0 0 20px;
}

section.vc_section.FacilitiesSec4 h2 {
  font-size: 32px;
}

section.vc_section.FacilitiesSec4 .sec4Row2 ul li {
  font-size: 18px;
}

section.vc_section.FacilitiesSec6 {
  margin-top: 200px !important;
}

.FacilitiesSec7Rows .vc_column-inner > .wpb_wrapper h5 {
  font-size: 24px;
}

.FacilitiesSec7Rows .vc_column-inner > .wpb_wrapper {
  padding: 10px 36px 10px 30px;
}

section.vc_section.sec7.FacilitiesSec8 {
  margin: 90px 0 75px;
}

section.vc_section.sec10.FacilitiesSec10 {
  padding-top: 85px !important;
}

section.vc_section.sec7 h5 {
  font-size: 22px;
  padding: 32px 0 13px;
}

div#main-nav ul#menu-menu-1 li a::before {
  background: transparent;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1 {
  padding: 55px 0 65px;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1 .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper .sec1P2 p {
  padding-right: 80px;
}

section.vc_section.sec2.FacilitiesSec2.dogHealthSec2 .sec2Row1 .sec2Row1Col1 > .vc_column-inner > .wpb_wrapper > .wpb_text_column p {
  padding: 10px 6% 30px;
}

section.vc_section.sec3.dogHealthSec3::before {
  top: -87px;
}

section.vc_section.dogHealthSec4 {
  margin-top: 145px !important;
}

section.vc_section.sec3.dogHealthSec5 {
  padding-top: 75px !important;
}

section.vc_section.sec10.FacilitiesSec10 {
  padding-top: 70px !important;
}

.SessionsPricingSec3InnerRow .vc_column-inner > .wpb_wrapper p {
  font-size: 24px;
  line-height: 52px;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1.FindUsMainSec1 .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper {
  padding-right: 192px;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1.FindUsMainSec1 .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper .sec1P2 p {
  padding-right: 100px;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1.FindUsMainSec1 {
  padding: 60px 0 75px;
}

section.vc_section.sec8.FindUsMainSec2 {
  padding: 60px 0 90px !important;
}

section.vc_section.FindUsMainSec3 ol li {
  font-size: 18px;
  line-height: 36px;
}

section.vc_section.contactSec1 {
  padding: 50px 0;
}

section.vc_section.termsAndConditionsSec1 .sec1P2 p {
  padding: 25px 80px 25px;
}

section.vc_section.termsAndConditionsSec2 h6 {
  font-size: 32px;
  line-height: 38px;
}

section.vc_section.termsAndConditionsSec2 p {
  font-size: 18px;
  line-height: 32px;
}

section.vc_section.termsAndConditionsSec2 h6.termsAndConditionsSec2Padd {
  padding-top: 65px;
}


section.vc_section.termsAndConditionsSec2 ol li {
  font-size: 18px;
  line-height: 32px;
}

section.vc_section.termsAndConditionsSec2 ul li {
  font-size: 18px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
}

section.vc_section.termsAndConditionsSec2 {
  padding-bottom: 65px;
}

.termsAndConditionsSec2PaddEx {
  padding-bottom: 35px;
}

section.vc_section.termsAndConditionsSec2 h6 {
  padding-top: 35px;
}

section.vc_section.contactSec3 {
  padding-top: 80px !important;
  padding-bottom: 95px;
}

.sec8Row2Inner p {
  text-align: left;
}

.sec8Row2Inner .vc_single_image-wrapper {
  width: 44px;
}

.sec8Row2Inner .vc_column-inner > .wpb_wrapper {
  padding: 13px 0 13px 20px;
}

section.vc_section.sec5 .sec5Row2 {
  width: 100%;
}
}

@media (max-width: 1000px) {
	.topbatLeft {
    flex-direction: column;
    gap: 5px;
}
}

@media (max-width: 991px) {
  .sec1P1 p {
    font-size: 18px;
}

h1 {
    font-size: 38px;
    line-height: 42px;
}

p {
    font-size: 16px;
    line-height: 26px;
}

section.vc_section.sec2 .vc_row.sec2Row1 {
    display: flex;
    flex-direction: column;
}

section.vc_section.sec2 .vc_row.sec2Row1 .vc_col-sm-2 {
    width: 100%;
}

section.vc_section.sec2 .vc_row.sec2Row1 .vc_col-sm-2 .vc_column-inner .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sec2Row1Col1Image2 {
    padding: 0px 0 45px 5px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
}

section.vc_section.sec2 .vc_row.sec2Row1 .vc_col-sm-8 {
    width: 100%;
}

.sec2Row1Col3 {
    padding-top: 35px;
}

.sec2Row1Col3 .sec2Row1Col2Image2 {
    padding: 0 75px 0 0;
}

section.vc_section.sec2 .vc_row.sec2Row1  .sec2Row1Col3 .vc_column-inner .wpb_wrapper {
    align-items: center;
}

.sec2Row1Col3 .sec2Row1Col2Image2 {
    padding: 0 0 0 0;
}

section.vc_section.sec3 {
    padding-top: 60px !important;
    padding-bottom: 170px;
}

section.vc_section.sec4::before {
    top: -100px;
}

.sec3Rows > .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
    font-size: 21px;
    line-height: 24px;
}

.sec3Row3 > .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
    padding: 0px 61px 25px;
}

.sec4Row2 {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.sec4Row2 .vc_col-sm-7 {
    width: 100%;
}

.sec4Row2 .vc_col-sm-5 {
    width: 60%;
    margin: auto;
}

.sec4Row2 .Btn1 {
    padding: 25px 0 0;
}

section.vc_section.sec5 {
    padding-top: 60px;
    padding-bottom: 90px;
}

section.vc_section.sec7 {
    margin: 75px 0 70px;
    padding: 35px 40px 21px 40px;
}

section.vc_section.sec7 .vc_row {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

section.vc_section.sec7 .vc_row .vc_col-sm-7 {
    width: 100%;
}

section.vc_section.sec7 .vc_row .vc_col-sm-5 {
    width: 60%;
    margin: auto;
}

.sec8Row2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 45px;
    padding: 25px 0 0 0;
}

.sec8Row2 .vc_col-sm-7 {
    width: 60%;
    margin: auto;
}

.sec8Row2 .vc_col-sm-5 {
    width: 100%;
}

section.vc_section.sec8 {
    padding-bottom: 105px;
}

section.vc_section.sec9 .vc_row {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

section.vc_section.sec9 .vc_row .vc_col-sm-6 {
    width: 100%;
    gap: 45px;
}

section.vc_section.sec9 .vc_row .vc_col-sm-6 .vc_column-inner .wpb_single_image {
    width: 60%;
    margin: auto !important;
}

section.vc_section.sec9.sec9BottomWave .vc_row {
    flex-direction: column-reverse;
}

section.vc_section.sec9.sec9BottomWave .vc_row h2 {
    text-align: left !important;
}

section.vc_section.sec9.sec9BottomWave .vc_row p {
    text-align: left !important;
}

section.vc_section.sec9.sec9BottomWave {
    padding-bottom: 80px;
}

.topbatLeftAndRight {
  flex-direction: column;
  gap: 15px;
}

section.vc_section.sec2.FacilitiesSec2 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

section.vc_section.sec2.FacilitiesSec2 .sec2Row1Col2InnerRow {
  padding: 35px 2% !important;
}

section.vc_section.FacilitiesSec3 {
  margin-top: 70px !important;
}

section.vc_section.FacilitiesSec3 h2 {
  font-size: 36px;
}

section.vc_section.sec9 .vc_row .vc_col-sm-7 {
  width: 100%;
}

section.vc_section.sec9 .vc_row .vc_col-sm-5 {
  width: 60%;
  margin: auto;
}

section.vc_section.FacilitiesSec4 {
  margin: 75px 0 41px !important;
}

section.vc_section.FacilitiesSec4 .sec4Row2 {
  flex-direction: column-reverse;
}

section.vc_section.FacilitiesSec4 .sec4Row2 .vc_col-sm-6 {
  width: 100%;
}

section.vc_section.FacilitiesSec4 .sec4Row2 .wpb_single_image {
  width: 60%;
  border-radius: 25px;
  overflow: hidden;
  margin: auto !important;
}

section.vc_section.FacilitiesSec4 .sec4Row2 .Btn1 {
  padding: 15px 0 0px;
}

section.vc_section.FacilitiesSec4 h2 {padding: 0px 0 20px;}

section.vc_section.sec4.FacilitiesSec4.FacilitiesSec5 .sec4Row2 {
  flex-direction: column;
}

.FacilitiesSec7Rows .vc_btn3-container {
  width: 146px;
}

.FacilitiesSec7Rows .vc_column-inner > .wpb_wrapper .wpb_text_column {
  flex: 1;
}

.FacilitiesSec7Rows .vc_column-inner > .wpb_wrapper {
  gap: 10px;
}

.FacilitiesSec7Rows .vc_column-inner > .wpb_wrapper h5 {
  font-size: 21px;
}

section.vc_section.sec9 ul li {
  font-size: 16px;
  line-height: 26px;
}

.sec4Row2 ul li::before {
  margin: 10px 0px 0;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1 .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper .sec1P2 p {
  padding-right: 60px;
}

section.vc_section.sec2.FacilitiesSec2.dogHealthSec2 .sec2Row1Col2InnerRow .vc_col-sm-4 .vc_column-inner {
  padding: 20px 20px 20px !important;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.sec2Row1Col2InnerRow p {
  font-size: 16px;
  line-height: 21px;
}

.dogHealthSec3ColsInnerRow {
  padding-bottom: 10px;
}

section.vc_section.sec3.dogHealthSec3 .sec3Rows > .wpb_column > .vc_column-inner > .wpb_wrapper p {
  line-height: 24px;
  padding: 2px 15px;
}

section.vc_section.sec3.dogHealthSec5 {
  padding-top: 55px !important;
}

section.vc_section.sec5 .sec5Row2 {
  width: 100% !important;
  flex-wrap: wrap!important;
  display: flex;
}

section.vc_section.sec5 .sec5Row2 .sec5Row2Cols {
  width: 50% !important;
  flex: 0 0 50% !important;
  padding-bottom: 30px;
}

.sec5Row2Cols .vc_column-inner .wpb_wrapper {
  border-radius: 30px;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1.FindUsMainSec1 .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper .sec1P2 p {
  padding-right: 15px;
}

section.vc_section.FindUsMainSec3 h3 {
  font-size: 32px;
  line-height: 38px;
}

section.vc_section.termsAndConditionsSec2 h6 {
  font-size: 26px;
  line-height: 32px;
}

section.vc_section.termsAndConditionsSec2 p {
  font-size: 16px;
  line-height: 28px;
}

section.vc_section.termsAndConditionsSec2 h6.termsAndConditionsSec2Padd {
  padding-top: 50px;
}

section.vc_section.termsAndConditionsSec2 ul li {
  font-size: 16px;
  line-height: 28px;
}

section.vc_section.termsAndConditionsSec2 ol li {
  font-size: 16px;
  line-height: 28px;
}

section.vc_section.termsAndConditionsSec2 h6.termsAndConditionsSec2Padd {
  padding-top: 50px;
}

section.vc_section.termsAndConditionsSec2 h6 {
  padding-top: 25px;
}

.termsAndConditionsSec2PaddEx {
  padding-bottom: 25px;
}

section.vc_section.SessionsPricingSec3 .vc_row {
  display: flex;
  flex-direction: column;
}

section.vc_section.SessionsPricingSec3 .vc_row .vc_col-sm-7 {
  width: 100%;
  padding-bottom: 20px;
}

section.vc_section.SessionsPricingSec3 .vc_row .vc_col-sm-5 {
  width: 60%;
  margin: auto;
}

section.vc_section.SessionsPricingSec3 .vc_row .vc_col-sm-7 h2 {
  text-align: center !important;
}

.SessionsPricingSec3InnerRow .vc_column-inner > .wpb_wrapper {
  justify-content: center;
}

.sec5Row2Cols figure.wpb_wrapper.vc_figure, .sec5Row2Cols figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
  width: 100%;
}


section.vc_section.sec5.SessionsPricingSec2 {
  padding-bottom: 67px;
}

.SessionsPricingSec3InnerRow .vc_column-inner > .wpb_wrapper p {
  font-size: 21px;
  line-height: 50px;
}

.FindUsMainSec3 .vc_row {
  display: flex;
  flex-direction: column;
}

.FindUsMainSec3 .vc_row .vc_col-sm-7 {
  width: 100%;
  padding-bottom: 20px;
}

.FindUsMainSec3 .vc_row .vc_col-sm-5 {
  width: 60%;
  margin: auto;
}
}

@media (max-width: 767px) {
  .topbatLeft {
    flex-direction: column;
    align-items: center;
}

.topbatRightTextAndLogo.topbatRightTextAndLog01 {
    justify-content: center;
}

.sec1P1 p {
    text-align: center;
}

section.vc_section.Sec1 h1 {
    text-align: center !important;
}

.sec1P2 p {
    text-align: center;
}

section.vc_section.Sec1 .Btns > .wpb_column > .vc_column-inner > .wpb_wrapper {
    justify-content: center;
}

.sec2Row1Col2InnerRow .vc_col-sm-4 .vc_column-inner {
    padding: 25px 5px 25px !important;
}


.sec3Rows .vc_col-sm-4 .vc_column-inner .wpb_wrapper .wpb_single_image, .sec3Rows .vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_single_image {
    text-align: center;
    width: 386px;
    height: 222px;
    margin: auto !important;
}

.sec3Rows.sec3Row2 {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 0;
}

.sec3Rows.sec3Row3 {
    display: flex;
    flex-direction: column;
}

.sec3Rows .vc_col-sm-4 .vc_column-inner .wpb_wrapper .wpb_single_image img, .sec3Rows .vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_single_image img {
    height: 100%;
    object-fit: cover;
    border-radius: 45px;
}

.sec3Rows .vc_col-sm-4 .vc_column-inner .wpb_wrapper .wpb_single_image figure.wpb_wrapper.vc_figure, .sec3Rows .vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_single_image figure.wpb_wrapper.vc_figure {
    height: 100%;
}

.sec3Rows .vc_col-sm-4 .vc_column-inner .wpb_wrapper .wpb_single_image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper, .sec3Rows .vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_single_image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    height: 100%;
}

.sec3Rows.sec3Row3 .vc_col-sm-6 {
    padding-bottom: 20px;
}

section.vc_section.sec3 {
    padding-top: 50px !important;
    padding-bottom: 120px;
}

.sec4Row2 h2 {
    text-align: center !important;
}

.sec4Row2 {
    padding: 0px 0 0;
    gap: 15px;
}

.sec4Row2 .Btn1 {
    justify-content: center;
    padding-bottom: 20px;
}

.sec5Row2Cols .vc_column-inner .wpb_wrapper .Btns.wpb_column h2 {
    font-size: 32px;
}

section.vc_section.sec5 {
    padding-top: 46px;
    padding-bottom: 50px;
}

section.vc_section.sec7 {
    margin: 50px 0 45px;
    text-align: center;
}

section.vc_section.sec7 h6 {
}

section.vc_section.sec7 h2 {
    text-align: center !important;
}

section.vc_section.sec7 p {
    padding: 0;
    text-align: center !important;
}

section.vc_section.sec7 h5 {
    text-align: center !important;
}

section.vc_section.sec7 button.vc_general {
    margin: 20px 0 0;
}

section.vc_section.sec7 .vc_row {
    gap: 30px;
}

.sec8Row2 .vc_col-sm-5 h3 {
    text-align: center !important;
}

.sec8Row2 {
    padding: 15px 0 0 0;
    gap: 30px;
}

.sec8Row2 .Btns > .wpb_column > .vc_column-inner > .wpb_wrapper {
    justify-content: center;
}

section.vc_section.sec8 {
    padding-bottom: 66px;
}

section.vc_section.sec9 h2 {
    text-align: center !important;
}

section.vc_section.sec9 p {
    text-align: center !important;
}

section.vc_section.sec9 {
    text-align: center;
}

section.vc_section.sec9.sec9BottomWave {
    padding-bottom: 50px;
    padding-top: 40px !important;
}

section.vc_section.sec9.sec9BottomWave .vc_row h2 {
    text-align: center !important;
}

section.vc_section.sec9.sec9BottomWave .vc_row p {
    text-align: center !important;
}

div#footer-widget .col-md-2, div#footer-widget .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

div#footer-widget .row {
    justify-content: center;
    align-items: center;
    gap: 25px;
}

div#footer-widget .col-md-4 {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#text-2 p {
    text-align: center;
}

section#nav_menu-2 h3, section#nav_menu-3 h3, section#custom_html-2 h3 {
    text-align: center;
}

section#nav_menu-3 {
    display: flex;
    flex-direction: column;
}

section#nav_menu-2 ul#menu-menu-2, section#nav_menu-3 ul#menu-help {
    text-align: center;
}

.footerContact {
    align-items: center;
}

ul.zoom-social-icons-list {
    justify-content: center;
    padding: 21px 0 0 0;
}

div#footer-widget {
    padding: 45px 0 55px;
}

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

section.vc_section.sec9 ul li {
  text-align: left;
}

section.vc_section.FacilitiesSec4 {
  margin: 40px 0 39px !important;
}

section.vc_section.FacilitiesSec6 {
  margin-top: 166px !important;
}

section.vc_section.FacilitiesSec7 {
  padding-top: 46px !important;
}

.FacilitiesSec7Rows .vc_column-inner > .wpb_wrapper h5 {
  font-size: 18px;
}

section.vc_section.sec7.FacilitiesSec8 {
  margin: 55px 0 50px;
}

section.vc_section.sec2 .vc_row.sec2Row1 .vc_col-sm-8 .vc_row {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}

section.vc_section.sec2 .vc_row.sec2Row1 .vc_col-sm-8 .vc_row .vc_col-sm-4 {
  padding-bottom: 20px;
}

section.vc_section.sec2.FacilitiesSec2.dogHealthSec2 .sec2Row1Col2InnerRow {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}


section.vc_section.sec2.FacilitiesSec2.dogHealthSec2 .sec2Row1Col2InnerRow .vc_col-sm-4 {
  padding-bottom: 20px;
}

.dogHealthSec3ColsInnerRow {
  width: 386px;
  margin: auto !important;
  left: 0;
  right: 0;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1 .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper {
  padding: 0;
}

section.vc_section.Sec1 h1 {
  padding: 13px 0 0;
}

.sec1P2 p {
  padding: 21px 0px 40px 0px;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1 .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper .sec1P2 p {
  padding-right: 0;
}

.SessionsPricingSec3InnerRow .vc_column-inner > .wpb_wrapper p {
  font-size: 16px;
  line-height: 50px;
}

section.vc_section.sec5.SessionsPricingSec2 {
  padding-top: 50px !important;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1.FindUsMainSec1 .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper {
  padding: 0;
}

section.vc_section.sec8.FindUsMainSec2 {
  padding: 60px 0 60px !important;
}

section.vc_section.FindUsMainSec3 h3 {
  text-align: center !important;
}

section.vc_section.sec10.FacilitiesSec10 {
  padding-top: 50px !important;
}

section.vc_section.termsAndConditionsSec1 .sec1P2 p {
  padding: 25px 0px 25px;
}

section.vc_section.contactSec2 .vc_row {
    display: flex;
    flex-direction: column;
}

section.vc_section.contactSec2 .vc_row .contactSec2Col1InnerRows {
    gap: 0;
}

section.vc_section.contactSec2 .vc_row .contactSec2Col1 {
    margin-bottom: 25px;
}

.sec8Row2 .vc_col-sm-7 .wpb_wrapper {
    padding-left: 0;
}

.sec2Row1 .dogHealthSec2Color h5 {
  text-align: center !important;
}

section.vc_section.dogHealthSec2 .vc_row.wpb_row.vc_inner.vc_row-fluid.sec2Row1Col2InnerRow p {
  text-align: center !important;
}

section.vc_section.contactSec2 h3 {
  text-align: center !important;
  font-size: 36px;
}

.contactSec2Col1InnerRows > .wpb_column > .vc_column-inner > .wpb_wrapper {
  justify-content: center;
}

.contactSec2Col1InnerRows > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 25px 0 0;
}
}

@media (max-width: 576px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
}

.sec2Row1Col1Image1 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    padding-right: 25px;
}

.sec2Row1Col1Image3 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    padding-left: 25px;
}

h2 {
    font-size: 26px;
    line-height: 36px;
}

h2.toph2 {
    padding: 10px 0 5px;
}

.sec2Row1Col2InnerRow .vc_col-sm-4 .vc_column-inner {
    padding: 15px 5px 15px !important;
}

section.vc_section.sec2 {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.sec4Row2 .vc_col-sm-5 {
    width: 80%;
}

section.vc_section.sec5 .sec5Row2 .sec5Row2Cols {
    width: 100% !important;
    flex: 0 0 100% !important;
}

section.vc_section.sec5 {
    padding-bottom: 20px;
}

section.vc_section.sec7 .vc_row .vc_col-sm-5 {
    width: 80%;
}

.sec8Row2 .vc_col-sm-7 {
    width: 80%;
}

section.vc_section.sec8 {
    padding-bottom: 50px;
}

section.vc_section.sec9.sec9BottomWave {
    padding-bottom: 40px;
    padding-top: 10px !important;
}

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

section.vc_section.FacilitiesSec1 {
  padding: 40px 0 10px;
}

.sec2Row1Col2InnerRow {
  display: flex;
  flex-direction: column;
}

.sec2Row1Col2InnerRow .vc_col-sm-4 {
  padding-bottom: 20px;
}

.sec2Row1Col1 h2 {
  padding: 10px 15px 5px;
}

.sec2Row1Col1 p {
  padding: 10px 15px 0;
}

section.vc_section.FacilitiesSec3 h2 {
  font-size: 26px;
}

section.vc_section.FacilitiesSec3 h5 {
  text-align: center !important;
}

section.vc_section.sec9 .vc_row .vc_col-sm-5 {
  width: 80%;
}

section.vc_section.FacilitiesSec4 .sec4Row2 .wpb_single_image {
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
}

section.vc_section.FacilitiesSec5 .sec4Row2 > .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper {
  padding-right: 30px !important;
  padding-left: 40px;
}

section.vc_section.sec2::before {
  top: -60px;
}

.FacilitiesSec7Rows .vc_column-inner > .wpb_wrapper {
  flex-direction: column;
  gap: 20px;
}

.FacilitiesSec7Rows .vc_column-inner > .wpb_wrapper h5 {
  text-align: center;
}

section.vc_section.sec2.FacilitiesSec2 {
  overflow: hidden;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1 {
  padding: 40px 0 35px;
}

section.vc_section.sec3.dogHealthSec3::before {
  top: -40px;
}

section.vc_section.sec3.dogHealthSec5 {
  padding-top: 35px !important;
}

.sec5Row2Cols .vc_column-inner .wpb_wrapper {
  border-radius: 40px;
}

section.vc_section.sec5.SessionsPricingSec2 {
  padding-bottom: 15px;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1.FindUsMainSec1 {
  padding: 40px 0 40px;
}

section.vc_section.Sec1.FacilitiesSec1.dogHealthSec1.FindUsMainSec1 .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper .sec1P2 p {
  padding-right: 0;
  padding-top: 20px;
}

section.vc_section.sec8.FindUsMainSec2 {
  padding: 40px 0 40px !important;
}

.FindUsMainSec3 .vc_row .vc_col-sm-5 {
  width: 80%;
}

section.vc_section.sec10.FacilitiesSec10 {
  padding-top: 40px !important;
}

section.vc_section.sec10.FacilitiesSec10 {padding-bottom: 35px;}

section.vc_section.termsAndConditionsSec2 h6 {
  font-size: 21px;
  line-height: 30px;
  text-align: center !important;
}

section.vc_section.termsAndConditionsSec2 p {
  text-align: center !important;
}

section.vc_section.termsAndConditionsSec2 h6.termsAndConditionsSec2Padd {
  padding-top: 35px;
}

.termsAndConditionsSec2PaddEx {
  padding-bottom: 20px;
}

section.vc_section.termsAndConditionsSec2 {
  padding-bottom: 20px;
}

.navbar-brand {
  width: 68%;
}

section.vc_section.contactSec3 {
  padding-top: 50px !important;
}
}

@media (max-width: 420px) {
  .sec3Rows .vc_col-sm-4 .vc_column-inner .wpb_wrapper .wpb_single_image, .sec3Rows .vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_single_image {
    width: 100%;
}

.sec3Row3 > .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
    padding: 0px 40px 25px;
}

.sec1P1 p {
    line-height: 24px;
}

.Btns > .wpb_column > .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
    align-items: center;
}

section.vc_section.Sec1 {
    padding: 70px 0 100px;
}

section.vc_section.sec2::before {
    height: 80px;
}

section.vc_section.sec4::before {
    height: 40px;
    top: -30px;
}

section.vc_section.sec4::after {
    top: -12px;
}

section.vc_section.sec7 {
    padding: 35px 15px 21px 15px;
}

.sec8Row2 .vc_col-sm-5 h3 {
    font-size: 24px;
    line-height: 24px;
}

.sec4Row2 .vc_col-sm-5 {
    width: 90%;
}

section.vc_section.sec7 .vc_row .vc_col-sm-5 {
    width: 90%;
}

.sec8Row2 .vc_col-sm-7 {
    width: 90%;
}

section.vc_section.sec9 .vc_row .vc_col-sm-6 .vc_column-inner .wpb_single_image {
    width: 90%;
}

section.vc_section.sec3 {
  padding-bottom: 60px;
}

.sec1P2 p {
  padding: 20px 0px 30px 0px;
}

section.vc_section.Sec1 {
  padding: 40px 0 40px;
}

section.vc_section.sec9 .vc_row .vc_col-sm-5 {
  width: 90%;
}

section.vc_section.FacilitiesSec3 {
  margin-top: 40px !important;
  padding: 0 0 10px;
}

section.vc_section.FacilitiesSec4 .wpb_column.vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
  padding: 0 30px;
}

section.vc_section.FacilitiesSec4 .sec4Row2 .wpb_single_image {
  width: 100%;
  padding: 0 0 2px;
}

section.vc_section.FacilitiesSec4 {
  border-radius: 25px;
}

section.vc_section.FacilitiesSec6 {
  margin-top: 100px !important;
}

section.vc_section.FacilitiesSec6 {
  margin-top: 90px !important;
  padding: 0 0 30px !important;
}

.FacilitiesSec7Rows .vc_column-inner > .wpb_wrapper {
  padding: 10px 15px 10px 15px;
}

.dogHealthSec3ColsInnerRow {
  width: 100%;
}

section.vc_section.sec3.dogHealthSec3::before {
  height: 80px;
}

section.vc_section.sec3.dogHealthSec3 .sec3Rows > .wpb_column > .vc_column-inner > .wpb_wrapper p {
  padding: 2px 10px;
}

section.vc_section.sec9.sec9TopWave::after {
  height: 49px;
  top: -40px;
}

section.vc_section.FacilitiesSec3 {
  margin-top: 5px !important;
}

section.vc_section.sec3.dogHealthSec3 {
  padding-bottom: 70px;
}

section.vc_section.dogHealthSec4 .sec4Row2 .Btn1 {
  padding: 20px 0 0;
}

section.vc_section.sec9 .vc_row {
  gap: 30px;
}

h2 br {
  display: none;
}

.SessionsPricingSec3InnerRow .vc_column-inner > .wpb_wrapper p {
  line-height: 28px;
}

section.vc_section.SessionsPricingSec3 .vc_row .vc_col-sm-5 {
  width: 90%;
}

section.vc_section.sec8.FindUsMainSec2 {
  overflow: hidden;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.FindUsMainSec3 .vc_row .vc_col-sm-5 {
  width: 90%;
}

nav.navbar {
  padding: 10px 0 0px !important;
}

section.vc_section.termsAndConditionsSec1 .sec1P2 p {
  padding: 25px 0px 10px;
}

section.vc_section.termsAndConditionsSec2 h6 {
  line-height: 24px;
}
}