/*
	Theme Name: iVET360 Theme 9
	Description: This is your custom style sheet
        for your child themes custom CSS code.
	Author: Brandon Kudo
	Author URI: http://example.com/

*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
1. Sitewide Styles
2. Header Styles
3. Homepage Styles
4. Features
	4a. Services
	4b. Doctors
	4c. Counter
	4d. Testimonials
	4e. Blog
	4g. Thank You
5. Sidebar Styles
6. G-Form Styles
7. Footer Styles
8. Individual Page Styles
9. Animations & Keyframes
10. Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. SITEWIDE STYLES
--------------------------------------------------------------*/

a,
a:visited {
  color: #55dbf5;
}

body {
  background-color: white;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  color: #262626;
}

/* body,p,a,ul,li,u,em,strong,span,div, button, input,figure,footer,header,section,aside,nav,form {
	font-family: roboto, sans-serif;
}

h1,h2,hgroup {
	font-family: roboto, sans-serif;
}

h3,h4,h5,h6 {
	font-family: roboto, sans-serif;
} */

.home header.entry-header {
  display: none;
}
.home .entry-content > p {
  margin-bottom: 0;
}
.page .entry-content {
  margin-bottom: 50px;
}

.comments-area {
  display: none !important;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 34px;
}
h4 {
  font-size: 24px;
}
#masthead,
.title {
  display: none;
}
.home .entry-content > p {
  display: none;
}
.entry-content > h2 {
  font-size: 34px;
}
.entry-content > h3 {
  font-size: 24px;
}

header.entry-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

header.entry-header h1.entry-title {
  /* padding: 5px 10px 5px 10px; */
  color: #262626 !important;
  font-weight: bold;
  /* background-color: white; */
  margin-bottom: 20px;
  text-align: center;
  font-size: 48px;
}
.title-line {
  width: 100px;
  height: 5px;
  background-color: #55dbf5;
  max-width: 90vw;
  margin-bottom: 25px;
}
.home .entry-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entry-content {
  margin-bottom: 0px !important;
  height: auto !important;
}

#page {
  /* margin-top: 200px; */
  margin-top: 80px;
  margin-bottom: 80px;
  width: 1200px;
  max-width: 90vw;
}

.home #page {
  margin-top: 0;
  margin-bottom: 0;
}
.alt-button {
  padding: 12px 30px;
  background-color: #262626 !important;
  color: #55dbf5 !important;
  border: 2px solid #55dbf5 !important;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.6s ease;
  display: inline-block;
  text-align: center;
  line-height: 1.25em;
  box-sizing: border-box;

  &:hover {
    background-color: #55dbf5 !important;
    border-color: #55dbf5 !important;
    color: #262626 !important;
  }
}
.blue-button,
.gform_button {
  padding: 12px 30px;
  color: #262626 !important;
  background-color: #b1fbae !important;
  border: 2px solid #b1fbae !important;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.6s ease;
  display: inline-block;
  text-align: center;
  line-height: 1.25em;
  box-sizing: border-box;
}
.blue-button:hover,
.gform_button:hover {
  background-color: #8bf687 !important;
  border: 2px solid #8bf687 !important;
}
.center-picture {
  display: flex;
  justify-content: center;
}

.page-header-image-single {
  float: left;
  width: 350px;
  height: auto;
  padding: 0px 20px 10px 0px;
  margin-top: 0px !important;
}

main#main {
  margin-top: 0 !important;
}

.inside-article {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

aside#custom_html-6 .textwidget {
  display: flex;
  flex-direction: column;
  align-items: center;
}

aside#custom_html-6 .textwidget img {
  margin-bottom: 10px;
  max-width: 250px;
}

.three-animal-container,
.doctors-section,
.big-three-container,
.numbers-container {
  position: relative;
}

/*--------------------------------------------------------------
2. HEADER STYLES
--------------------------------------------------------------*/

.header-logo {
  min-width: 230px;
}

.floating-mobile-version9 {
  display: none;
}

.mobile-floating-nav {
  display: none;
}

.top-row-floating {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bottom-row-floating {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.float-button {
  /* display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff !important;
	background-color: #63d1f7;
	padding: 9px 10px 9px 10px !important;
	font-size: 14px;
	font-weight: bold;
	width: 125px;
	text-transform: uppercase; */
  width: 90vw;
  margin-bottom: 5px;
}

.float-button p {
  margin: 0px;
}

.phone-float {
  font-size: 14px !important;
}

.true-mobile-nav {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-bottom-bar {
  width: 100vw;
  height: 40px;
  background-image: linear-gradient(to bottom, #005e7c, #338cab);
}

.mobile-call {
  display: flex;
  align-items: center;
  margin-right: 10px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #338cab;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
}

.mobile-call:hover {
  color: white;
}

.mobile-call p {
  margin-bottom: 0;
  color: #338cab !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.mobile-call i {
  transform: rotate(90deg);
  color: #338cab;
  margin-right: 5px;
}

.mobile-appt {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #338cab;
  padding: 5px 10px;
  text-align: center;
}
.mobile-appt p {
  margin-bottom: 0;
  color: #338cab !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.mobile-appt i {
  color: #338cab;
  margin-right: 5px;
}

.mobile-appt:hover {
  background-color: #338cab;
}

.mobile-appt:hover i {
  color: white;
}

.mobile-appt:hover p {
  color: white !important;
}

.mobile-btns-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.mobile-btns-container a:hover {
  background-color: #338cab !important;
}

.mobile-btns-container a:hover p {
  color: white !important;
}

.mobile-btns-container a:hover i {
  color: white;
}

.floating-appt {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #338cab;
  padding: 5px 10px;
  text-align: center;
}

.floating-appt p {
  margin-bottom: 0;
  color: #338cab !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.floating-appt i {
  color: #338cab;
  margin-right: 5px;
}

.floating-call {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #338cab;
  padding: 5px 10px;
  text-align: center;
}

.floating-call p {
  margin-bottom: 0;
  color: #338cab !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.floating-call i {
  transform: rotate(90deg);
  color: #338cab;
  margin-right: 5px;
}

.floating-call:hover {
  background-color: #338cab;
}

.floating-call:hover p {
  color: white !important;
}

.floating-call:hover i {
  color: white;
}

.floating-appt:hover {
  background-color: #338cab;
}

.floating-appt:hover p {
  color: white !important;
}

.floating-appt:hover i {
  color: white;
}

.cah-cust-nav-bar-wrapper {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #338cab;
  z-index: 999;
}
#main-header-wrapper {
  position: relative;
}
@media screen and (min-width: 1025px) {
  /*.home #main-header-wrapper {
		position: fixed;
	}*/
  #main-header-wrapper {
    position: fixed;
  }
}
.cah-cust-nav-bar-wrapper ul {
  margin: 0;
  list-style-type: none;
}

.cah-cust-nav-bar-wrapper li {
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.cah-cust-nav-bar-inner-wrapper {
  height: fit-content;
  width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center !important;
  padding: 14px 10px !important;
  max-width: 90vw;
  margin: auto;
}

.cah-cust-nav-bar-logo-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.cah-cust-nav-bar-logo-wrapper img {
  max-width: 230px !important;
}

.cah-cust-nav-bar-contact-wrapper {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cah-cust-nav-bar-contact-wrapper span {
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #338cab;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #338cab;
  white-space: nowrap;
}

.cah-cust-nav-bar-contact-wrapper span:nth-child(1) {
  margin-right: 10px;
}

.cah-cust-nav-bar-contact-wrapper span img {
  margin-right: 10px;
}

.cah-cust-nav-bar-contact-wrapper span:nth-child(1) img {
  width: 20px;
}

.cah-cust-nav-bar-contact-wrapper span:nth-child(2) img {
  width: 18px;
}

.cah-cust-nav-bar-contact-wrapper span a {
  color: #338cab;
  font-weight: 900;
}

.cah-cust-nav-bar-menu-inner-wrapper {
  display: flex;
}

/* #menu-left_menu, #menu-left_menu-1 {
  justify-content: flex-end;
}

#menu-right_menu, #menu-right_menu-1 {
  justify-content: flex-start;
} */

.cah-cust-nav-bar-menu-wrapper > div > ul > li {
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 10px;
  cursor: pointer;
  text-align: center;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li:hover a {
  color: #63d1f7;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li:hover ul {
  display: block;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li a {
  /* font-size: 15px; */
  font-weight: bold;
  text-transform: uppercase;
  flex-grow: 1;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li > a {
  color: white;
  white-space: nowrap;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 3px 3px 3px -3px black, 3px 3px 3px -3px black,
    -3px 3px 3px -3px black;
  -moz-box-shadow: 3px 3px 3px -3px black, 3px 3px 3px -3px black,
    -3px 3px 3px -3px black;
  box-shadow: 3px 3px 3px -3px black, 3px 3px 3px -3px black,
    -3px 3px 3px -3px black;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li:last-child {
  margin-right: 0;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li {
  background-color: #9ec3d4;
  padding: 5px 15px;
  white-space: nowrap;
  text-align: left;
  display: flex;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:first-child {
  /* border-top: 1px solid #9EC3D4; */
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover {
  background-color: #9ec3d4;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover a {
  color: #f2f5fa;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li a {
  color: #fff !important;
}

.cah-cust-nav-bar-menu-wrapper > div > ul > li ul li:hover {
  background-color: #63d1f7 !important;
}

.cah-cust-nav-bar-floating-nav-wrapper {
  width: 100vw;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: #338cab;
}

.cah-cust-nav-bar-floating-nav-wrapper
  > .cah-cust-nav-bar-wrapper
  > .cah-cust-nav-bar-inner-wrapper {
  padding: 0px;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper {
  max-width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 12px 45px 10px 45px;
  margin: 0 auto;
}

.cah-cust-nav-bar-floating-nav-logo-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.cah-cust-nav-bar-floating-nav-logo-wrapper {
  width: 153px !important;
  display: flex;
  align-items: center;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper span {
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #338cab;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #338cab;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper span:nth-child(2) {
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper span img {
  margin-right: 10px;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper span:nth-child(2) img {
  width: 20px;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper span:nth-child(3) img {
  width: 18px;
}

.cah-cust-nav-bar-floating-nav-inner-wrapper span a {
  color: #338cab;
  font-weight: 900;
}

.cah-cust-nav-bar-hamburger-btn {
  display: none;
  position: relative;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
}
.cah-cust-nav-bar-hamburger-btn > i {
  color: white;
}

.cah-cust-nav-bar-hamburger-btn div {
  width: 16px;
  height: 2px;
  position: relative;
  background-color: white;
}

.cah-cust-nav-bar-hamburger-btn div:nth-child(1) {
  top: 13px;
  left: 11px;
}

.cah-cust-nav-bar-hamburger-btn div:nth-child(2) {
  top: 18px;
  left: 11px;
}

.cah-cust-nav-bar-hamburger-btn div:nth-child(3) {
  top: 23px;
  left: 11px;
}

.cah-cust-nav-bar-mobile-menu-wrapper {
  display: none;
  /* border-top: 1px solid #338cab;
  border-bottom: 1px solid #338cab; */
}

.cah-cust-nav-bar-mobile-menu-wrapper li {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.cah-cust-nav-bar-mobile-menu-wrapper a {
  padding: 5px 0;
  /* font-size: 13px; */
  font-weight: bold;
  text-transform: uppercase;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper {
  margin: 0px;
  width: auto;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li {
  position: relative;
  background-color: #f2f5fa;
  border-bottom: 1px solid #338cab;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li:last-child {
  /* background-color: #F2F5FA;
  border-bottom: none;
  color: #338cab; */
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li > a {
  color: #338cab;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul {
  display: none;
  width: 100%;
  margin-left: 0px;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li i {
  position: absolute;
  top: 8px;
  right: 15px;
  color: #338cab;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li {
  background-color: #338cab;
  border-bottom: 1px solid #f2f5fa;
  width: 100%;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:first-child {
  /* border-top: 1px solid #338cab; */
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:last-child {
  border-bottom: none;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:hover {
  /* background-color: #63d1f7; */
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li:last-child:hover {
  /* border-bottom: none; */
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper > li ul li a {
  color: #f2f5fa;
}

.info-bottom-row {
  width: 100vw;
  height: auto;
  border-top: 5px solid #63d1f7;
  background-color: #9ec3d4;
  border-bottom: none;
  margin-bottom: -5px;
  padding: 5px 0 5px 0;
}

.info-inner-bottom-row {
  width: 960px;
  max-width: 90vw;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  height: auto;
}

.info-inner-bottom-row p {
  /* font-size: 15px; */
  width: auto;
  max-width: auto;
  text-wrap: none;
  color: white;
  margin: 0px !important;
  text-align: center;
}

.info-inner-bottom-row a {
  color: #134b5e;
  text-decoration: none;
}

.mobile-conditional-formatting-slider {
  display: block;
  position: fixed;
  top: 135px;
}

.banner-button-container {
  display: none;
}

.banner-text-container {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 1024px;
  max-width: 90vw;
  overflow-y: hidden;
  padding-right: 50px;
  opacity: 0;
  animation: fadeIn 1s ease 1s 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner-text-container h1 {
  color: #134b5e;
  width: 350px;
  font-size: 60px;
  font-weight: bold;
}

.banner-text-container p {
  margin-right: 0px;
  width: 400px;
  color: #134b5e;
}

.desktop-button-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.mobile-header-appt-bttn {
  display: none;
  background-color: #63d1f7;
  padding: 5px 10px 5px 10px;
  transition: 300ms;
}

.mobile-header-appt-bttn p {
  margin: 0px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.mobile-header-appt-bttn:hover {
  background-color: #134b61;
}

.mobile-header-appt-bttn-true {
  display: none;
  background-color: #63d1f7;
  padding: 5px 10px 5px 10px;
  transition: 300ms;
}

.mobile-header-appt-bttn-true p {
  margin: 0px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.menu-formatter {
  width: 400px;
  min-width: 400px;
  margin-left: 20px;
  margin-right: 20px;
}

ul#menu-header-menu li.menu-item-has-children a {
  margin-right: 6px;
}

ul#menu-header-menu li.menu-item-has-children::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #9fa1a4;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translateY(2px);
}

ul#menu-header-menu li.menu-item-has-children:hover::after {
  border-top: 5px solid white;
}

#logo-mobile {
  display: none;
}

/*--------------------------------------------------------------
3. HOMEPAGE STYLES
--------------------------------------------------------------*/

.banner-text-container a {
  padding: 10px 20px;
  color: white;
  background-color: #63d1f7;
  text-transform: uppercase;
  font-weight: bold;
}

.banner-text-container a:hover {
  background-color: #134b5e;
  color: white;
}

.banner-overlay {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(99, 209, 247, 0.8);
  position: relative;
}
.banner-overlay .home-wave {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .service-wave {
    display: none;
  }
}
.textwidget a {
  color: #63d1f7;
}

.banner-position-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner-socials {
  position: absolute;
  right: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-socials a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  background-color: #134b5e;
  margin: 5px;
  margin-right: 0;
  transition: all 0.6s ease;
}

.banner-socials a i {
  color: white;
}

.banner-socials a:hover {
  background-color: #63d1f7;
}

.slider-header {
  font-size: 60px !important;
  margin-bottom: 25px;
  font-weight: bold;
}

.mobile-banner {
  display: none;
}

.slider-line {
  width: 80px;
  height: 4px;
  background-color: #338cab;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.slider-caption {
  margin-bottom: 25px;
}

.slider-btn {
  color: white !important;
  font-weight: bold !important;
  padding: 10px 20px;
  background-color: #63d1f7;
}

.slider-btn:hover {
  background-color: #134b5e;
}
.services-wave {
  width: 100vw;
  position: relative;
  max-width: none;
  transform: rotate(180deg);
  background-color: white;
}
.bottom-services-wave {
  fill: #fdfce3;
  transform: translateY(100%);
  transition: all 500ms ease 0s;
}
.services-wave .st2 {
  fill: rgba(253, 252, 227, 0.8);
  transform: translateY(100%);
  transition: all 500ms ease 500ms;
}
.services-wave .st1 {
  fill: rgba(253, 252, 227, 0.6);
  transform: translateY(100%);
  transition: all 500ms ease 1s;
}
.services-wave .st0 {
  fill: rgba(253, 252, 227, 0.4);
  transform: translateY(100%);
  transition: all 500ms ease 1.5s;
}
.big-three-container {
  /* transform: translateY(-1px); */
  width: 100vw;
  display: flex;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /* border-top: 5px solid #63d1f7; */
  margin-left: 0;
  align-self: center;
  padding: 50px 0px 50px 0px;
  background-color: white;
}

.a-big-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 300px;
  max-width: 300px;
  max-height: 300px;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  margin: 0px 15px 0px 15px;
  position: relative;
  overflow-y: hidden;
}

.round-button-three-link {
  display: flex;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  background-color: #134b5e;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: backgroundColor 200ms ease, transform 1s ease 500ms;
  top: -50px;
  z-index: 5;
  transform: scale(0);
}

.home .fa-medkit {
  font-size: 45px;
  color: white;
}

.home .fa-map-marker-alt {
  font-size: 45px;
  color: white;
}

/* .home .fa-calendar-alt{
	font-size: 45px;
	color:white;
} */

.big-three-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(25px);
  transition: all 500ms ease;
}

.round-button-three-link p {
  margin: 0px;
  color: black;
}

.sliding-section-big {
  width: 100%;
  height: 150px;
  background-color: #134b5e;
  z-index: 0;
  position: absolute;
  bottom: -150px;
  transition: 400ms;
  text-align: center;
}

.big-three-content-container a:hover .sliding-section-big {
  transform: translateY(-110px);
}

.sliding-section-big p {
  color: #fff;
  font-size: 22px;
  margin-top: 15px;
  font-weight: bold;
}

.a-big-container:hover .sliding-section-big {
  transform: translateY(-110px);
}

.big-three-content-container:hover .round-button-three-link {
  background-color: #338cab;
}

.static-banner-container hr {
  width: 80px;
  height: 4px;
  background-color: #338cab;
  align-self: flex-end;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.static-banner-container {
  width: 100vw;
  height: 42.138vw;
  background-image: url("/wp-content/uploads/2019/07/template9-slider-images.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 135px;
  align-items: center;
}

/*--------------------------------------------------------------
4. FEATURES
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4a. SERVICES
--------------------------------------------------------------*/

.service-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1 / 1;
  /* height: 250px; */
  background-color: grey;
  overflow: hidden;
  transition: 500ms;
}

.services-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  /* padding: 0 0 50px 0; */
}

.services-grid-container {
  width: 100%;
  /* max-width: 90vw; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.view-services {
  border: 2px solid #338cab;
  text-align: center;
  color: #338cab !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 50px;
  border-radius: 5px;
}

.view-services:hover {
  color: white !important;
  background-color: #338cab;
}

.service-card {
  width: calc(33.333% - 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 12px;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  margin-bottom: none !important;
}

.services-grid-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 50px;
}

.service-card h3 {
  /* text-transform: uppercase; */
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background-color: #b1fbae;
  color: #262626;
  word-wrap: normal;
  font-size: 24px;
  margin-bottom: 0;
  transition: all 0.6s ease;
  z-index: 9999;
}

.service-card:hover .service-img {
  transform: scale(1.2);
}

.service-card:hover h3 {
  background-color: #8bf687;
}
.home-wave {
  width: 100vw;
  position: relative;
  max-width: none;
  transform: translateY(1px);
}
/* @media screen and (min-width: 1025px) {
	.home-wave {
		margin-top: 43vw;

	}
} */
.bottom-wave {
  fill: #338cab;
  transform: translateY(100%);
  animation: waveSlideUp 500ms ease 0s 1 forwards;
}
.home-wave .st2 {
  fill: rgba(51, 140, 171, 0.8);
  transform: translateY(100%);
  animation: waveSlideUp 500ms ease 500ms 1 forwards;
}
.home-wave .st1 {
  fill: rgba(51, 140, 171, 0.6);
  transform: translateY(100%);
  animation: waveSlideUp 500ms ease 1s 1 forwards;
}
.home-wave .st0 {
  fill: rgba(51, 140, 171, 0.4);
  transform: translateY(100%);
  animation: waveSlideUp 500ms ease 1.5s 1 forwards;
}
@keyframes waveSlideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.home-services {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0 113px 0;
  background-color: #55dbf5;
  border-bottom: 9px solid #262626;
  position: relative;
  flex-direction: column;
  width: 100vw;
  /* margin-top: 45vw; */
}

.home-services-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.view-services-ctn {
  position: absolute;
  /* transform: translateY(-50%); */
  bottom: -30px;
  width: 300px;
  z-index: 98;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.view-services-btn {
  background-color: white !important;
  border-color: #fff !important;
  width: 250px;

  & :hover {
    /* background-color: ; */
  }
}

.home-service-card {
  width: calc(25% - 20px);
  margin: 10px;
  opacity: 0;
  transform: translateY(25px);
  transition: all 500ms ease;
}

.home-service-card a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-service-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  /* height: 200px; */
  border-radius: 100%;
  border: 9px solid #fff;
  background-position: center;
  background-size: cover;
  margin-bottom: 18px;
  box-sizing: border-box;
  transition: all 0.6s ease;
}

.home-service-card h3 {
  color: #262626;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.home-services .center-doctor-title h2,
.home-services .center-doctor-title h3 {
  color: #262626;
}

.home-service-card:hover .home-service-img {
  border-color: #8bf687;
}
@media (min-width: 788px) and (max-width: 1024px) {
  .home-service-card {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 787px) {
  .home-service-card {
    width: calc(100% - 20px);
  }
  .view-services-ctn {
    position: relative;
    bottom: 0;
    padding-top: 40px;
    width: 90%;
    margin: 0 auto;
  }
  .home-services {
    padding-bottom: 40px !important;
  }
}
/*--------------------------------------------------------------
4b. DOCTORS
--------------------------------------------------------------*/

.doctors-section {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: auto;
  background-color: #b1fbae;
  padding: 80px 0px 50px 0px;
}

.center-doctor-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* margin-bottom: 25px; */
}

.center-doctor-title h2 {
  /* margin: 5px; */
  font-weight: bold;
  font-size: 48px;
  color: #262626;
  /* text-transform: uppercase; */
  /* opacity: 0; */
  transition: all 1s ease 0s;
  margin-bottom: 35px;
}

.center-doctor-title h3 {
  margin: 5px;
  font-weight: bold;
  color: #134b5e;
  text-transform: uppercase;
  opacity: 0;
  transition: all 1s ease 0s;
}

.center-doctor-title hr {
  width: 60px;
  margin: 10px;
  background-color: #63d1f7;
  height: 4px;
  transform: scaleX(0);
  transition: all 500ms ease 1s;
}

.doctor-card-section-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-flow: row wrap !important;
  justify-content: space-around;
  margin: auto;
  background-image: url("/wp-content/uploads/2024/02/Home-DogCat.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  flex-wrap: wrap;
}

.doctor-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.6s ease;
  width: calc(25% - 20px);
}

.doctor-card-section {
  display: flex;
  border: 9px solid #262626;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  transition: all 0.6s ease;
  background-size: cover;
  margin-bottom: 18px;
}

.doctor-column h3 {
  /* margin-top: 15px !important; */
  color: #262626;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
  text-align: center;
}

.doctor-column:hover .doctor-card-section {
  border-color: #8bf687;
}

.doctors-page {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  width: 960px;
  max-width: 80vw !important;
  margin: auto;
}

.ind-doctor-container {
  width: 250px !important;
  margin: 25px !important;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ind-doctor-container:hover .ind-doctor-picture {
  border-color: #134b5e;
}

.ind-doctor-picture {
  height: 250px;
  width: 250px;
  max-height: 250px;
  max-width: 250px;
  border-radius: 100%;
  border: 7px solid #338cab;
  background-position: center;
  background-repeat: none;
  background-size: cover;
  margin-bottom: 15px;
  transition: 300ms;
}

.ind-doctor-information {
  color: #134b5e;
  width: 98%;
  font-weight: bold;
  margin: auto;
}

.ind-doctor-information h3 {
  margin: 0px !important;
  transition: 300ms;
  font-weight: bold;
}

.ind-doctor-information h4 {
  margin: 0px !important;
  transition: 300ms;
}

.doctor-card {
  margin-bottom: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.doctor-card img {
  width: 250px;
  float: left;
}

.doctor-card h3 {
  color: #338cab;
  font-size: 24px;
}
@media (min-width: 788px) and (max-width: 1024px) {
  .doctor-column {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 787px) {
  .doctor-column {
    width: calc(100% - 20px);
  }
}

/*--------------------------------------------------------------
4c. COUNTER & appt section
--------------------------------------------------------------*/

.home-appt-section {
  width: 100vw;

  .svg-curve {
    margin-bottom: -8px;
    width: 100%;
  }
  .appt-content {
    background-color: #262626;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0;

    & > * {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }

    & h2 {
      color: #55dbf5;
      font-weight: bold;
      text-align: center;
      margin-bottom: 40px;
    }
    .appt-btn-ctn {
      gap: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;

      .blue-button {
        width: 250px;
      }
    }
  }
}

.sh-counter-wrapper {
  border-top: 8px solid #262626;
  background-image: url("/wp-content/uploads/2025/04/Counter.png");
  display: flex;
  width: 100vw;
  background-color: white;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  padding: 140px 0 160px 0;
  position: relative;
  background-attachment: fixed;
}

.sh-counter-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.sh-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 25%;
  padding: 15px;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
}

.sh-slot .sh-number {
  color: #262626;
  font-size: 72px !important;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.sh-slot .sh-stat {
  color: #262626;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.od-plus-container {
  display: flex;
  align-items: center;
}

.od-divider {
  width: 40px;
  height: 5px;
  background-color: #262626;
  margin: 10px 0 25px 0;
  transform: scaleX(0);
  transition: all 500ms ease;
}
@media (min-width: 788px) and (max-width: 1024px) {
  .sh-slot {
    width: 50%;
  }
}
@media screen and (max-width: 787px) {
  .sh-slot {
    width: 100%;
  }
}
/*--------------------------------------------------------------
4d. TESTIMONIALS
--------------------------------------------------------------*/

.ts-wrapper {
  width: 100vw;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0 0;
}

.ts-carousel {
  width: 960px;
  max-width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ts-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px 0;
}

.ts-title .ts-content {
  text-align: center;
  color: #9fa1a4;
  margin: 0;
  padding: 0;
}

.ts-slide-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%;
}

.testimonial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}

.testimonial-container .ts-content {
  color: #9fa1a4;
  text-align: center;
}

.testimonial {
  padding: 15px;
  width: 400px;
  max-width: 100%;
  text-align: center;
}

.ts-content {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #9fa1a4;
  font-size: 22px;
}

.testimonial .ts-content {
  padding: 10px;
  text-align: center;
  font-style: italic;
  line-height: 25px;
  color: #9fa1a4;
  font-weight: normal;
}

.ts-triangle {
  width: 0;
  height: 0;
  border-top: 25px solid #9fa1a4;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  margin-bottom: 20px;
}

.ts-buttons {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.ts-buttons .ts-button {
  width: 15px;
  height: 15px;
  margin: 5px;
}

.ts-buttons .ts-button:hover {
  background-color: #c6c6c6;
  cursor: pointer;
}

.ts-white {
  background-color: #9fa1a4;
}

.ts-grey {
  background-color: #c6c6c6;
}

.right-chevron,
.left-chevron {
  font-size: 60px;
}

.right-chevron:hover,
.left-chevron:hover {
  cursor: pointer;
}

.ts-wrapper h3 {
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

.ts-wrapper h2 {
  font-weight: bold;
  color: #338cab;
  margin-bottom: 0;
  padding: 5px 10px;
  background-color: white;
  transform: translateY(20px);
  text-align: center;
}

/*--------------------------------------------------------------
4e. BLOG
--------------------------------------------------------------*/

.bh-pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.bh-numbers {
  display: flex;
  align-items: center;
  padding: 0;
}

.bh-numbers p {
  padding: 0;
  margin: 0;
}

.bh-previous {
  position: absolute;
  left: 0;
  bottom: 0;
}

.bh-next {
  position: absolute;
  right: 0;
  bottom: 0;
}

.blog-page {
  display: flex;
  flex-direction: column;
}

.blog-card {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #9fa1a4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-card h2 {
  padding: 5px 10px 5px 0;
  color: #338cab !important;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
  position: relative;
  z-index: 999;
}

/*--------------------------------------------------------------
4e. CONTACT MAP
--------------------------------------------------------------*/

.contact-map .fa.fa-phone {
  transform: rotate(90deg);
}

.contact-gmap {
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
4g. THANK YOU
--------------------------------------------------------------*/
.review-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin: 10px !important;
}

.review-block i {
  color: white !important;
  font-size: 32px !important;
  margin-right: 0;
}

.review-block p {
  color: white !important;
  margin-bottom: 0 !important;
  font-size: 28px;
  padding: 0 !important;
}

.review-block:hover {
  transition: all 0.3s ease-in;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
5. SIDEBAR STYLES
--------------------------------------------------------------*/

#right-sidebar {
  background-color: #f2f5fa;
  border-radius: 15px;
  padding: 0 40px 0 40px;
}

.sidebar .widget {
  background-color: transparent;
}

.sidebar-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0 40px 0;
}

.sidebar-icon p {
  color: #338cab !important;
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar-icon img {
  margin-bottom: 10px;
}

#right-sidebar .widget_custom_html {
  margin-bottom: 0;
  padding: 0;
}

#right-sidebar .widget {
  border-bottom: 2px solid #9fa1a4;
}

#right-sidebar .widget:last-of-type {
  border-bottom: none;
}

.home #right-sidebar,
.home .sidebar {
  display: none !important;
}

/*--------------------------------------------------------------
6. G-FORM STYLES
--------------------------------------------------------------*/

.gform_wrapper {
  display: block;
}

.form-call {
  margin-left: 5px;
  background-color: #63d1f7;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 0;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.form-call i {
  transform: rotate(90deg);
  color: #fff;
  margin-right: 5px;
}

.form-call:focus {
  background-color: white;
}

.form-call:hover {
  background-color: #134b61;
  color: white !important;
}

.form-call:hover i {
  color: white;
}

#gform_wrapper_4 li {
  width: 100% !important;
}

#gform_wrapper_4 label {
  color: #63d1f7;
}

/* input#gform_submit_button_4 {
	color: white;
	background-color: #63d1f7;
	padding: 5px;
	text-align: center;
	width: 200px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

input#gform_submit_button_4:hover {
	background-color: #134b5e;
} */

li#field_4_1,
li#field_4_2 {
  padding-right: 0;
}

input#gform_submit_button_4 {
  width: 100%;
}

ul.gfield_radio li {
  overflow: visible !important;
}

input#gform_submit_button_4 {
  line-height: 25.5px;
}

/* input#gform_submit_button_2, input#gform_submit_button_3 {
	color: white;
	background-color: #63d1f7;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

input#gform_submit_button_2:hover, input#gform_submit_button_3:hover {
	background-color: #134b5e;
} */

.gform_body h2 {
  color: #338cab;
}

li#field_3_16 .gfield_label {
  display: none;
}

li#field_3_14 .gfield_label {
  display: none;
}

#gform_wrapper_3 {
  display: block !important;
}

/*--------------------------------------------------------------
7. FOOTER STYLES
--------------------------------------------------------------*/

.textwidget {
  color: white;
  /* font-size: 15px; */
}

h2.widget-title {
  color: #55dbf5 !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 24px;
  text-align: center;
}
.sidebar .widget,
.footer-widgets .widget {
  font-size: 18px;
  color: white;

  .alt-button,
  .blue-button {
    width: 100%;
    margin-bottom: 20px;
    max-width: 250px;
  }
  & p,
  a {
    text-align: center;
  }
}
#block-2 img {
  width: 188px;
  margin-bottom: 32px;
}
#block-4 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #55dbf5;
  text-align: center;
  margin-bottom: 0;
}
#block-3 h3 > a {
  color: #55dbf5;
}
footer.entry-meta {
  display: none;
}

#footer-widgets {
  background-color: #262626;
  padding: 50px 0;
  /* border-top: 5px solid #134b5e; */
}
#footer-widgets > .footer-widgets-container {
  width: 1200px;
  max-width: 90vw;
}

.footer-hours {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
}

.footer-day {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #9fa1a4;
}

.footer-day p {
  margin-bottom: 4px;
}

.footer-buttons {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.footer-buttons a {
  color: white;
  background-color: #9fa1a4;
  padding: 5px;
  width: 250px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
}

.footer-buttons a:hover {
  background-color: #338cab;
}

.site-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-footer-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top-footer-links a {
  display: flex;
  align-items: center;
  margin: 10px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #338cab;
  padding: 5px 10px;
  text-align: center;
}

.top-footer-links p {
  margin-bottom: 0;
  color: #338cab !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.top-footer-links img {
  width: 25px;
  margin-right: 5px;
}

#footer-widgets,
.site-info {
  width: 100vw;
  box-sizing: border-box;
}

.site-info {
  background-color: #1e1e1e;
  padding: 29px 0;
  font-size: 18px;
}

.footer-socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 37px;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* border-radius: 100%; */
  border: 2px solid #55dbf5;
  background-color: transparent;
  margin: 0 10px;
  margin-right: 0;
  transition: all 0.6s ease;
  color: #55dbf5;
}

/* .footer-socials a i {
	color: white;
} */

.footer-socials a:hover {
  background-color: #55dbf5;
  border-color: #55dbf5;
  color: #262626;
}

footer.site-info .inside-site-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  max-width: 90vw;
}

/* .inside-footer-widgets .grid-parent {
	margin-bottom: 50px;
} */
#input_4_2 {
  margin-top: 0;
  padding: 12px 18px;
}

/*--------------------------------------------------------------
8. INDIVIDUAL PAGE STYLES
--------------------------------------------------------------*/

.home article#post-133,
.home main#main,
.home article#post-133 .entry-content {
  margin-top: 0;
}

.home article#post-133 .inside-article {
  padding-top: 0;
}

#post-133,
.home #main {
  margin-bottom: 0;
}

/* .page-id-27 .services-grid {
	margin-left: calc(-50vw + 50%);
} */

/*--------------------------------------------------------------
9. ANIMATIONS & KEYFRAMES
--------------------------------------------------------------*/

.slide-out-left {
  animation: slideOutLeft 750ms ease-out 0s 1 forwards;
}

.slide-in-left {
  animation: slideInLeft 750ms ease-out 0s 1 forwards;
}

.slide-out-right {
  animation: slideOutRight 750ms ease-out 0s 1 forwards;
}

.slide-in-right {
  animation: slideInRight 750ms ease-out 0s 1 forwards;
}

.slide-up-1 {
  animation: slideUp 500ms ease 0s forwards;
}

.slide-up-2 {
  animation: slideUp 500ms ease 200ms forwards;
}

.slide-up-3 {
  animation: slideUp 500ms ease 400ms forwards;
}

.slide-left {
  animation: slideLeft 500ms ease 0s forwards;
}

.slide-right {
  animation: slideRight 500ms ease 0s forwards;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(-100vw);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(100vw);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}

@keyframes clickShrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
10. MEDIA QUERIES
--------------------------------------------------------------*/

@media (min-width: 1201px) and (max-width: 1300px) {
  .cah-cust-nav-bar-menu-wrapper > div > ul > li a {
    font-size: 14px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .cah-cust-nav-bar-menu-wrapper > div > ul > li a {
    font-size: 13px;
  }
}

@media screen and (min-width: 1025px) {
  .mobile-btns-container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  #page {
    margin-top: 65px;
  }
  .static-banner-container {
    background-color: #338cab;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: left;
  }
  .banner-text-container {
    display: none;
  }
  .the-great-equalizer {
    margin: auto;
  }
  .banner-button-container {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .banner-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    border-radius: 30px;
    font-size: 23px;
    font-weight: bold;
    padding: 10px 15px 10px 15px;
    width: auto;
  }
  .desktop-button-container {
    display: none;
  }
  .fa-caret-right {
    padding: 0px;
    margin-left: 10px;
    vertical-align: baseline;
  }
  .banner-button p {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
  }
  .banner-button-container h1 {
    color: white;
    font-size: 36px;
    font-weight: bold;
  }
  .inside-footer-widgets {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-widget-3 {
    margin-bottom: 40px;
  }
  .footer-widget-2 {
    order: 3;
    margin-bottom: 0px;
  }
  aside#custom_html-2 .textwidget {
    display: flex;
    justify-content: center;
  }
  #gform_widget-2 {
    max-width: 250px;
  }
  .inside-footer-widgets .grid-parent {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .top-footer-links {
    display: none;
  }
  #gform_wrapper_4 {
    width: 250px;
  }
  aside#gform_widget-2,
  .site-footer .footer-widgets-container .inner-padding {
    padding-left: 0;
  }
  .footer-hours {
    width: 250px;
  }
  .doctor-card {
    display: flex;
    flex-direction: column;
  }
  .doctor-card img {
    float: none;
  }
  .right-chevron,
  .left-chevron {
    font-size: 40px;
  }
  .cah-cust-nav-bar-wrapper {
    position: relative;
  }
  .static-banner-container {
    position: relative;
    top: 0;
  }
  .three-animal-container {
    margin-top: 0;
  }
  .cah-cust-nav-bar-wrapper {
    position: relative;
    top: 0;
    left: 0;
  }
  .cah-cust-nav-bar-menu-wrapper {
    display: none;
  }
  .mobile-header-appt-bttn {
    display: block;
  }
  .cah-cust-nav-bar-floating-nav-wrapper {
    display: none;
  }
  .cah-cust-nav-bar-contact-menu-wrapper {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
  .cah-cust-nav-bar-contact-wrapper {
    height: 80px;
    flex-direction: column;
    align-items: flex-end;
  }
  .cah-cust-nav-bar-contact-wrapper span:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cah-cust-nav-bar-hamburger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
  }
  .cah-cust-nav-bar-inner-wrapper {
    display: flex;
    position: static;
  }
  .banner-overlay {
    display: flex;
  }
  /* .sh-counter-container {
		flex-direction: column;
	} */
  .sh-home-counter-container {
    flex-direction: column;
  }
  .banner-socials {
    display: none;
  }

  footer.site-info .inside-site-info {
    flex-direction: column;
  }
  .conditional-formatting.mobile-conditional-formatting-slider {
    display: none;
  }
  .mobile-banner {
    display: flex;
    width: 100vw;
    height: 51.197vw;
    background-image: url("/wp-content/uploads/2019/07/template9-slider-images.jpg");
    background-position: center;
    background-size: cover;
  }
  .mobile-banner-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(51, 140, 171, 0.8);
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .mobile-banner-container {
    width: 960px;
    max-width: 90vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile-banner-overlay h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
  }
  .mobile-banner-overlay a {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: white;
    text-transform: uppercase;
    color: #338cab;
    font-weight: bold;
  }
  .home-services {
    margin-top: 0;
  }
}

@media screen and (max-width: 787px) {
  #logo-desktop {
    display: none;
  }
  #logo-mobile {
    display: block;
    width: 100px;
  }
  .header-stick {
    position: fixed !important;
    box-shadow: 0 5px 30px 0 lightgrey;
  }
}

@media screen and (min-width: 769px) {
  nav#site-navigation .inside-navigation {
    display: flex !important;
    justify-content: flex-end !important;
  }
}

@media (max-width: 660px) {
  .cah-cust-nav-bar-inner-wrapper {
    flex-direction: row;
    align-items: center;
    padding: 5px;
  }
  .the-great-equalizer {
    display: none;
  }
  .true-mobile-nav {
    display: flex;
  }
  .mobile-header-appt-bttn-true {
    display: block;
  }
  .the-great-equalizer-true {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-header-appt-bttn-true p {
    font-size: 14px;
  }
  .mobile-header-appt-bttn {
    display: none !important;
  }
  .cah-cust-nav-bar-hamburger-btn {
    position: absolute;
    left: 5%;
  }
  .cah-cust-nav-bar-contact-menu-wrapper {
    flex-direction: row !important;
    justify-content: space-between;
    width: auto;
  }
  .doctor-card-section-container {
    flex-flow: column nowrap !important;
  }
  .numbers-container {
    flex-wrap: wrap;
    height: auto;
  }
  .cah-cust-nav-bar-floating-nav-inner-wrapper {
    padding: 10px 0px 10px 0px;
    width: 100vw;
  }
  .three-animals-row {
    flex-direction: column;
    align-items: center;
  }
  .one-animal-section {
    width: 50%;
  }
  .cah-cust-nav-bar-contact-wrapper {
    height: auto !important;
  }
  .the-great-equalizer {
    margin-bottom: -5px;
  }
  .cah-cust-nav-bar-logo-wrapper {
    margin-bottom: 14px;
  }
  .desktop-floating-nav {
    display: none;
  }
  .mobile-floating-nav {
    display: block;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    /* border-bottom: 1px solid black; */
  }
  .post-555 .entry-content img {
    display: none;
  }
  /* .entry-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	} */
}

@media (min-width: 0px) and (max-width: 800px) {
  .ts-slide-wrapper {
    flex-direction: column;
  }
  .testimonial {
    width: 80vw;
  }
}
.doctor-wrapper {
  background-color: #fdfce3;
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottom-wave-wrapper {
  background-color: white;
  margin-top: -1px;
  margin-bottom: -1px;
}
.page-id-371 .cah-cust-nav-bar-menu-wrapper,
.page-id-371 .info-bottom-row,
.page-id-371 .site-footer,
.page-id-371 .mobile-header-appt-bttn,
.page-id-371 .cah-cust-nav-bar-contact-menu-wrapper {
  display: none !important;
}
.page-id-369 .cah-cust-nav-bar-menu-wrapper,
.page-id-369 .info-bottom-row,
.page-id-369 .site-footer,
.page-id-369 .mobile-header-appt-bttn,
.page-id-369 .cah-cust-nav-bar-contact-menu-wrapper {
  display: none !important;
}
#gform_wrapper_13 li.gfield input,
#gform_wrapper_13 li.gfield textarea,
#gform_wrapper_13 li.gfield select {
  background-color: #fafafa;
  border: 1px solid #444;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 5px 10px !important;
  color: #444;
  width: 100% !important;
}

#gform_wrapper_13 label.gfield_label {
  color: #3a3a3a;
}
#gform_wrapper_13 .gfield_required {
  color: #3a3a3a !important;
}
.page-id-172 #right-sidebar {
  display: none;
}
.page-id-172 #primary {
  width: 100%;
  background-color: #eff0f2;
}
.page-id-172 #main {
  margin-right: 0;
}
.page-id-172 {
  background-color: #eff0f2;
}
.page-id-172 .entry-content {
  justify-content: center;
  display: flex;
  background-color: #eff0f2;
}
.page-id-172 .inside-article {
  background-color: transparent;
}
.page-id-172 header.entry-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-172 header.entry-header h1.entry-title {
  text-align: center;
}
#gform_wrapper_13 {
  background-color: white;
  box-sizing: border-box;
  padding: 0 0 50px 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 600px;
  max-width: 100%;
  margin-bottom: 0;
}
#gform_fields_13 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#gform_fields_13_2 > li {
  padding: 0 50px;
  /* padding: 0; */
  margin: 0 50px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
#field_13_2 {
  margin: 0;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #field_13_2 {
    display: flex;
    flex-direction: column;
  }
}
#field_13_26 {
  margin: 0;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
}
.appt-header {
  width: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  padding: 50px 0 35px 0;
  position: relative;
}
.appt-header h2 {
  margin-bottom: 20px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #3a3a3a;
  font-size: 32px;
}
.appt-header > p {
  font-style: italic;
  color: #444;
  margin-bottom: 0 !important;
}
.appt-page-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #134b5e;
  border-radius: 100%;
  top: -25px;
}
.appt-page-number > p {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0 !important;
}
.appt-urgent-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px 50px;
  background-color: #eb5757;
  width: 100%;
  box-sizing: border-box;
}
.appt-urgent-cta p {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}
.appt-urgent-cta p a {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}
#field_13_24 {
  padding: 0 !important;
}
#input_13_3 {
  /* margin-left: 0 !important; */
  margin-bottom: 0 !important;
  display: flex;
}
#input_13_3 > li {
  margin-bottom: 0 !important;
  margin-right: 15px;
  display: flex;
  align-items: center;
  overflow: visible;
}
#input_13_3 > li > * {
  margin-top: 0 !important;
  white-space: nowrap;
  overflow: visible;
}
#input_13_3 > li > input {
  min-width: 10px !important;
}
#field_13_3 {
  display: flex;
  align-items: center;
  /* padding-bottom: 15px !important; */
  /* padding: 15px 50px 15px 50px !important; */
  /* margin: 0 50px 0 50px !important; */
  /* border-bottom: 1px solid #444; */
}
#field_13_3 > .ginput_container {
  margin-top: 0;
}
#gform_wrapper_13 .gform_page_footer {
  border-top: none !important;
  padding: 0 50px !important;
  margin: 25px 0 0 0 !important;
}
#gform_wrapper_13 ul.gfield_radio input {
  box-shadow: none;
}
#gform_wrapper_13 ul.gfield_radio input:checked ~ label {
  color: #014051;
}
/* .gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  color: #014051;

} */
#gform_wrapper_13 .gform_next_button {
  /* border: 2px solid #8c030e; */
  box-shadow: none;
  margin-right: 0 !important;
  width: 100% !important;
  background-color: #63d1f7 !important;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all 0.6s ease;
  font-weight: bold;
}
#gform_wrapper_13 .gform_next_button:hover {
  background-color: #134b5e !important;
  color: #fff;
  cursor: pointer;
}
/* #gform_page_13_2 {
  display: block !important;
} */
#field_13_13 > .ginput_container {
  position: relative;
}
#field_13_13 > .ginput_container > .ui-datepicker-trigger,
#field_13_13 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 8px;
}
#field_13_15 > .ginput_container {
  position: relative;
}
#field_13_15 > .ginput_container > .ui-datepicker-trigger,
#field_13_15 > .ginput_container > .screen-reader-text {
  position: absolute;
  right: 10px;
  top: 8px;
}
#gform_fields_13_2 .gfield_radio {
  margin: 0 !important;
  display: flex;
}
#gform_fields_13_2 .gfield_radio > li {
  display: flex;
  align-items: center;
}
#gform_fields_13_2 .gfield_radio > li > * {
  margin-top: 0 !important;
}
#field_13_14 .ginput_container {
  margin-top: 0 !important;
}
#field_13_16 .ginput_container {
  margin-top: 0 !important;
}
#gform_page_13_2 .gform_page_footer {
  display: flex;
  flex-direction: column;
}
#gform_wrapper_13 .gform_previous_button,
#gform_submit_button_13,
#gform_submit_button_13,
#gform_previous_button_13 {
  box-shadow: none;
  /* border: 2px solid #8c030e; */
  margin-right: 0 !important;
  width: 100% !important;
  background-color: #63d1f7;
  color: white;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all 0.6s ease;
  font-weight: bold;
  margin-bottom: 5px !important;
  display: block;
}
#gform_wrapper_13 .gform_previous_button:hover,
#gform_submit_button_13:hover,
#gform_submit_button_13:hover,
#gform_previous_button_13:hover {
  background-color: #134b5e;
  color: #fff;
  cursor: pointer;
}
#gform_submit_button_13 {
  box-shadow: none;
  /* border: 2px solid #8c030e; */
  margin-right: 0 !important;
  width: 100% !important;
  background-color: #63d1f7;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box !important;
  padding: 10px;
  font-size: 20px !important;
  transition: all 0.6s ease;
  font-weight: bold;
}
#gform_submit_button_13:hover {
  background-color: #134b5e;
  color: #fff;
  cursor: pointer;
}
#field_13_11 {
  width: 100% !important;
}
.page-template-landing .cah-cust-nav-bar-wrapper,
.page-template-landing .cah-cust-nav-bar-floating-nav-wrapper,
.page-template-landing .site-footer,
.page-template-landing .entry-header,
.page-template-landing .center-picture {
  display: none;
}
.page-template-landing #page {
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-landing #main {
  margin-bottom: 0;
}
.page-template-landing .entry-content {
  margin-top: 0 !important;
}

/* rye css */

.ty {
  .rye-body {
    padding-top: 0;

    .rye-body-container {
      & p:last-of-type {
        font-weight: bold;
        text-transform: uppercase;
        color: #4a8aa9;
        font-size: 24px;
      }
    }
  }
}
.rye {
  .rye-hero {
    background-color: #f2faff;
    position: relative;
    height: 75vw;
    max-height: 550px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;

    & h1 {
      text-transform: uppercase;
      margin-bottom: 0;
      font-size: 60px;
      font-weight: bold;
      color: #183f4e;
      text-align: center;
      line-height: 1;
    }

    & div {
      position: absolute;
      top: 10%;
      left: 50%;
      transform: translate(-50%);
    }
  }

  & strong {
    font-weight: bold;
  }
  .rye-body-container p strong {
  }
  .td {
    background-color: #4a8aa9;
    & svg {
      transform: rotate(180deg);
    }
  }
  .tu {
    background-color: #183f4e;
  }
}
.ears-parent {
  /* bottom: 0;
  left: 50%; */
  /* transform: translate(-50%, 0%); */
  max-width: 900px;
  width: 90%;
  animation: hideshow 3s ease infinite;
}

@keyframes hideshow {
  /* 0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  } */
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
/* .page-id-369 {
  .entry-header {
    justify-content: center;
  }
  .footer-top-border img {
    display: none;
  }
} */
/* .page-id-2709 {
  #right-sidebar {
    display: none;
  }
  #primary {
    width: 100%;
  }
  .site-main {
    margin-right: 0 !important;
  }
  .entry-header {
    display: none !important;
  }
  #page {
    max-width: none;
    width: 100%;
  }
  .post-container {
    margin-top: 0;
    max-width: none;
  }
} */
.page-id-369 {
  .entry-content p:nth-child(3) {
    font-weight: bold;
    text-transform: uppercase;
    color: #4a8aa9;
    font-size: 24px;
  }
}
.rye > img {
  width: 100%;
}
.rye-body {
  width: 100%;
  padding: 80px 0 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rye-body-container {
  width: 800px;
  max-width: 90vw;
  text-align: center;
}
.rye-body-container > h1 {
  text-transform: uppercase;
  font-size: 40px;
}
.rye-body-container > h2 {
  font-size: 36px;
  color: #183f4e;
  font-weight: bold;
  text-transform: capitalize;
}
.rye-body-container > p:last-of-type {
  /* margin-bottom: 60px !important; */
  padding-bottom: 60px;

  & span {
    font-weight: bold;
    text-transform: uppercase;
    color: #4a8aa9;
    font-size: 24px;
  }
}
.ty .rye-body-container > p:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 40px !important;
}
.rye-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.rye-btns a {
  background-color: #46a480;
  border-radius: 100px;
  width: 125px;
  height: 125px;
}
.rye-btns > a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;

  & svg {
    width: 50px;
  }
}
.rye-btns > a:first-of-type {
  margin-right: 30px;
}
.rye-btns > a:last-of-type {
  margin-left: 30px;
}
.rye-btns a:hover {
  transform: scale(1.1);
}
.rye-bottom {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.rye-btns img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .rye-btns {
    /* flex-direction: column; */
  }
  .ty .rye-btns {
    flex-direction: row;

    & a {
      margin: 10px !important;
    }
  }
  .rye-btns > a:first-of-type {
    /* margin-right: 0;
    margin-bottom: 60px; */
  }
  .rye-btns > a:last-of-type {
    /* margin-left: 0; */
  }
  .rye h1 {
    font-size: 50px !important;
  }
  .rye-hero img {
    max-width: 80vw;
  }
  .rye .rye-hero div {
    top: 10%;
    max-width: 90%;
  }
}

.has-text-align-center {
  text-align: center;
}

.ears {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  max-width: 900px;
  width: 90%;

  & path {
    fill: #4a8aa9;
  }
}
.ears.ears-active {
  opacity: 1;
}

.page-id-2122 {
  .inside-article {
    padding: 0;
  }
  #page {
    width: 100%;
    max-width: none;
  }
}
#new-header {
  width: 100vw;
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 23px solid #b1fbae;
  background-color: white;
  z-index: 99;
  top: 0;
}
.new-header-container {
  display: flex;
  width: 1300px;
  max-width: 95vw;
}
.new-menu-logo {
  position: relative;
  width: 30%;
  box-sizing: border-box;
  /* padding: 0 50px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-menu-logo > a {
  position: absolute;
  top: 0;
  width: 90%;
  background-color: #262626;
  padding: 23px 40px 30px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 130%;
}
.new-menu-logo > a > img {
  width: 90%;
}
.new-menu-wrapper {
  width: 35%;
}
.new-menu-wrapper > div > ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.new-menu-wrapper > div > ul > li {
  position: relative;
  padding: 48px 0 48px 0;
  display: flex;
  align-items: center;
}

.new-menu-wrapper > div > ul > li#menu-item-2217 {
  padding: 38px 0;
  & > a {
    background-color: #b1fbae;
    padding: 10px;

    &:hover {
      background-color: #8bf687;
    }
  }
}
.new-menu-wrapper > div > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #262626;
}
.new-menu-wrapper > div > ul > li > ul {
  margin: 0;
  display: none;
  flex-direction: column;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #262626;
}
.new-menu-wrapper > div > ul > li#menu-item-2204 > ul {
  left: auto;
  right: 0;
}
.new-menu-wrapper > div > ul > li:hover > ul {
  display: flex;
}
.new-menu-wrapper > div > ul > li > ul > li > a {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 10px 20px;
  display: block;
  transition: all 0.6s ease;
}
.new-menu-wrapper > div > ul > li > ul > li > a:hover {
  color: #262626;
  background-color: #8bf687;
}
.new-menu-toggle {
  display: none;
}
.new-menu-toggle:hover {
  cursor: pointer;
}
#new-mobile-menu {
  display: none;
}
@media screen and (min-width: 1025px) {
  #new-mobile-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  #new-header {
    display: flex;
    flex-direction: column;
  }
  /* .new-menu-toggle {
		display: flex;
		justify-content: center;
		align-items: center;
	} */
  .new-menu-wrapper {
    display: none;
  }
  .new-header-container {
    justify-content: center;
    align-items: center;
    padding: 25px 0;
  }
  .new-menu-logo {
    width: 200px;
  }
  .new-menu-logo > a {
    padding: 0;
    background-color: white;
    position: relative;
    height: auto;
  }
  #new-mobile-menu {
    width: 100%;
  }
  #menu-mobile {
    margin: 0;
    list-style: none;
  }
  #menu-mobile > li {
    position: relative;
  }
  #menu-mobile > li > i {
    right: 10px;
    top: 15px;
    position: absolute;
    color: #262626;
  }

  #menu-mobile > li > a {
    display: block;
    background-color: #55dbf5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    color: #262626;
    font-weight: bold;
    text-transform: uppercase;
  }
  #menu-mobile > li > ul {
    background-color: #b1fbae;
    margin: 0;
    list-style: none;
    width: 100%;
    display: none;
  }
  #menu-mobile > li > ul > li > a {
    color: #262626;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
  }
}
#new-banner {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#new-banner > img {
  width: 100%;
}
#new-banner > img:nth-of-type(2) {
  display: none;
}
#new-banner > img:last-of-type {
  bottom: -1px;
  left: 0;
  position: absolute;
}
.new-banner-container {
  width: 1200px;
  max-width: 90vw;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-banner-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-banner-socials > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: white;
  background-color: #55dbf5;
  transition: all 0.6s ease;
}
.new-banner-socials > a:hover {
  color: #262626;
  background-color: #8bf687;
}
.new-banner-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 50%;
}
.new-banner-caption > h1 {
  color: #262626;
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 40px;
}
.new-banner-cta {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  border: 4px solid #8bf687;
  background-color: white;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-banner-cta > h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.banner-btns {
  display: flex;
  width: 100%;
}
.banner-btns > .blue-button {
  width: calc(50% - 10px);
  margin: 5px;
}

@media screen and (max-width: 1024px) {
  .new-banner-socials {
    display: none;
    flex-direction: column;
    align-items: center;
  }
  .new-banner-container {
    justify-content: center;
  }
  .new-banner-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  #new-banner > img:first-of-type {
    display: none;
  }
  #new-banner > img:nth-of-type(2) {
    display: block;
  }
  .new-banner-caption > h1 {
    font-size: 48px;
  }
  .new-banner-cta > h3 {
    font-size: 24px;
  }
  .banner-btns {
    flex-direction: column;
  }
  .banner-btns > .blue-button {
    width: 100%;
    margin: 0;
  }
  .banner-btns > .blue-button:first-of-type {
    margin-bottom: 10px;
  }
}
.page-id-27 .entry-header {
  display: none;
}
.page-id-27 #page {
  margin-top: 0;
}
.page-id-27 .entry-content {
  margin-top: 0;
}
.service-banner {
  width: 100vw;
  display: flex;
  justify-content: center;
  background-color: #55dbf5;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 63px;
  overflow: hidden;
}
.service-banner-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  align-items: flex-end;
}
.service-banner-caption {
  width: 75%;
  padding: 80px 0;
}
.service-banner-caption > h1 {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 33px;
}
.service-banner-caption > p {
  margin-bottom: 0;
}
.service-banner-container > img {
  width: 25%;
  filter: brightness(0) invert(1);
  transform: translateY(25%);
}
@media screen and (max-width: 1024px) {
  .service-banner-caption {
    width: 100%;
  }
  .service-banner-container > img {
    display: none;
  }
}
.staff-page {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.staff-card {
  border-bottom: 1px solid #55dbf5;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.staff-card > img {
  width: 200px;
  float: left;
  margin: 0 25px 15px 0;
}
.staff-card > h3 {
  font-weight: bold;
}
.mobile-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999999999999;
}
.mobile-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4em;
  background-image: radial-gradient(
    circle at top center,
    transparent 40px,
    #262626 41px
  );
}
.mobile-cta {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  box-shadow: 0 0 5px rgb(0 0 0 / 40%);
  border: 0;
  border-radius: 50%;
  margin: 0;
  width: 4em;
  height: 4em;
  background-color: #262626;
  cursor: pointer;
  transform: translate(-50%, -50%);
  outline: 0;
}
.mobile-bar > a {
  margin: 1em;
  width: 25%;
  height: 2em;
  /* background-position: center;
background-repeat: no-repeat;
background-size: auto 60%; */
  text-decoration: none;
  /* text-indent: -99999px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-bar > a > i {
  color: white;
  font-size: 24px;
}
.mobile-cta-handle {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 1.85em;
  height: 1.85em;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.mobile-cta-inner {
  position: absolute;
  top: 50%;
  display: block;
  height: 0.2em;
  width: 100%;
  background-color: #fff;
  transform: translate(0, -50%);
  transition: background-color 300ms;
}
.mobile-cta-inner::before,
.mobile-cta-inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.2em;
  background: #fff;
  transition: 300ms ease all;
}
.mobile-cta-inner::before {
  margin: -0.625em 0 0 0;
}
.mobile-cta-inner::after {
  margin: 0.625em 0 0 0;
}
.open-nav .mobile-cta-inner {
  background-color: transparent;
}
.open-nav .mobile-cta-inner::before,
.open-nav .mobile-cta-inner::after {
  margin: 0;
}
.open-nav .mobile-cta-inner::before {
  transform: rotate(135deg);
}
.open-nav .mobile-cta-inner::after {
  transform: rotate(-135deg);
}
.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  background-color: #55dbf5;
  /* border-radius: 16px; */
  box-shadow: 0 -5px 20px rgb(0 0 0 / 25%);
  /* color: #333; */
  transform: translate(0, calc(100% + 4em));
  transform-origin: 0 100%;
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: scroll;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 50px 0 calc(4em + 50px) 0;
}
.open-nav .mobile-menu {
  transform: translate(0, 0);
}
.mobile-menu-container {
  width: 90%;
}
.mobile-menu-container > .menu-mobile-container > ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.mobile-menu-container > .menu-mobile-container > ul > li {
  /* padding: 20px 10px; */
  position: relative;
}
.mobile-menu-container > .menu-mobile-container > ul > li > i {
  /* padding: 20px 10px; */
  position: absolute;
  right: 10px;
  top: 24px;
  /* bottom: 50%; */
  color: #262626;
}
.mobile-menu-container > .menu-mobile-container > ul > li > a {
  /* color: white; */
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.mobile-menu-container > .menu-mobile-container > ul > li:hover > a {
  /* background-color: #262626; */
  color: #262626;
}
.mobile-menu-container > .menu-mobile-container > ul > li:hover > a > i {
  color: #262626;
}
.mobile-menu-container > .menu-mobile-container > ul ul.sub-menu {
  display: none;
  list-style: none;
  /* display: flex; */
  flex-direction: column;
  margin: 0;
  border-top: none;
  background-color: #f2f5fa;
}
.mobile-menu-container > .menu-mobile-container > ul ul.sub-menu > li {
  /* padding: 20px 10px; */
}
.mobile-menu-container > .menu-mobile-container > ul ul.sub-menu > li > a {
  /* color: white; */
  padding: 20px 10px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.mobile-menu-container
  > .menu-mobile-container
  > ul
  ul.sub-menu
  > li:hover
  > a {
  background-color: #262626;
  color: white !important;
}
@media screen and (max-width: 1024px) {
  .mobile-nav {
    display: block;
  }
}
.gtranslate_wrapper {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99999999999;
}
@media screen and (max-width: 1024px) {
  .gtranslate_wrapper {
    bottom: auto;
    top: 15px;
    right: 15px;
  }
}
.page-header-image-single {
  display: none;
}
.featured-content {
  display: flex;
  align-items: flex-start;
}
.featured-img {
  width: 25%;
}
.featured-content .featured-wrap {
  width: 75%;
  box-sizing: border-box;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .featured-content {
    flex-direction: column;
  }
  .featured-img {
    width: 300px;
    margin-bottom: 25px;
  }
  .featured-content .featured-wrap {
    width: 100%;
    padding-left: 0;
  }
}
/* boarding page */

.postid-1084 {
  .featured-wrap > .wp-block-heading {
    color: #095868;
    font-size: 24px;
  }
  .boarding-green {
    background-color: #b1fbae;
    padding: 40px;
    border-radius: 8px;
    align-items: flex-start;

    & h2 {
      font-size: 30px;
      text-transform: uppercase;
      font-weight: bold;
    }
    & h3 {
      font-size: 24px;
      font-weight: bold;
    }
    & a:not(.blue-button) {
      color: #262626;
    }
  }
  .entry-content > .featured-img {
    display: none;
  }
  .entry-content > .featured-wrap {
    width: 100%;
    padding: 0;
  }
  .secondary-featured-img {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
  }
  .blue-button {
    z-index: 98;
    background-color: #fff !important;
  }
  .price-chart {
    border: 2px solid black;
    border-radius: 8px;

    .wp-block-heading {
      font-size: 30px;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 0;
      padding: 20px 0;
      color: #095868;
    }

    & > .wp-block-column .wp-block-columns {
      border-top: 2px solid black;

      .wp-block-column {
        padding: 20px;
      }

      .wp-block-column:first-of-type {
        border-right: 2px solid black;
      }
    }
    & ul {
      margin-left: 1.25em;
    }
  }
  .half-width {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1024px) {
  .postid-1084 {
    .boarding-green {
      padding: 20px;
      flex-direction: column;
    }
    .wp-container-core-columns-is-layout-2 {
      flex-wrap: wrap;
    }
  }
}

@media screen and (max-width: 1024px) {
  .postid-1084 {
    .price-chart {
      & > .wp-block-column .wp-block-columns {
        .wp-block-column:first-of-type {
          border-bottom: 2px solid black;
          border-right: none;
        }
        .wp-block-column {
          margin-bottom: 0;
        }
      }
    }
    .featured-img.secondary-featured-img {
      float: none;
      margin-right: 0;
      max-width: 45vw;
    }
  }
}
