/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
  
table caption,table th{font-weight:400;font-style:normal}table{width:100%;max-width:100%;border:1px solid #d5d5d2;border-collapse:collapse}table caption{font-family:'Tungsten A','Tungsten B','Arial Narrow',Arial,sans-serif;font-size:2.954rem;line-height:1;margin-bottom:.75em}table th{font-family:'Gotham SSm A','Gotham SSm B',Verdana,sans-serif;text-transform:uppercase;letter-spacing:.02em;font-size:.9353rem;padding:1.2307em 1.0833em 1.0833em;line-height:1.333;background-color:#eae9e6}table td,table th{text-align:left}table td{padding:.92307em 1em .7692em}table tbody tr:nth-of-type(even){background-color:#f9f8f5}table tbody td,table tbody th{border-top:1px solid #d5d5d2}table.wdn_responsive_table thead th abbr{border-bottom:none}@media screen and (max-width:47.99em){table.wdn_responsive_table td,table.wdn_responsive_table th{display:block}table.wdn_responsive_table thead tr{display:none}table.wdn_responsive_table tbody tr:first-child th{border-top-width:0}table.wdn_responsive_table tbody tr:nth-of-type(even){background-color:transparent}table.wdn_responsive_table tbody td{text-align:left}table.wdn_responsive_table tbody td:before{display:block;font-weight:700;content:attr(data-header)}table.wdn_responsive_table tbody td:empty{display:none}table.wdn_responsive_table tbody td:nth-of-type(even){background-color:#f9f8f5}}@media (min-width:48em){table caption{font-size:2.532rem}table th{padding:1.2307em 1.2307em 1em;font-size:.802rem}table td{padding:.75em 1em .602em}}@media screen and (min-width:48em){table.wdn_responsive_table tbody td,table.wdn_responsive_table thead th:not(:first-child){text-align:center}table.wdn_responsive_table.flush-left td,table.wdn_responsive_table.flush-left thead th{text-align:left}}


.locator-links .locator-links__list {
	justify-content: center;
}

.f-badge-style {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    background-color: #26a69a;
    border: none;
    border-radius: 5px 5px 5px 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: .875rem;
    justify-content: center;
    left: 1px;
    line-height: 1.79;
    margin: 0;
    outline: none;
    padding: 4px 12px;
    top: 1px;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: ease;
    width: auto;
    z-index: 1;
    height: 33px !important;
    width: 99px !important;
    border-bottom-left-radius: 5px !important;
}

.f-badge-style:hover {
    background-color: #fff;
    color: #26a69a;
}

.f-badge-style .icon-fill {
    font-size: .75rem;
    margin-right: 8px;
}

.table-of-content .h2{
	font-size: 22px !important;
	margin-bottom: 10px !important;
}

.get-a-call{
	background: white;
	padding: 1.25rem 2rem;
	        box-shadow: 0 0 transparent, 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
	border-radius: 10px;
	border: 2px solid rgb(0 0 0 / 15%);
	align-items: stretch;
	display: flex;
	flex-direction: column;
}

.get-a-call :where(h3,p){
	text-align:center;
}

.get-a-call .wpforms-container,
.get-a-call .wpforms-submit-container{
	margin: 0 !important;
	padding: 0 !important;
}

.get-a-call .wpforms-field-container{
	max-width: 140px;
}
.get-a-call .wpforms-field{
	margin: 0 !important;
	padding: 0 !important;
}
.get-a-call form{
	display: flex;
	align-items: center;
	justify-content:center;
}
.get-a-call .wpforms-submit{
	height: 43px !important;
	border-radius: 0 !important;
	background-color: #183170 !important;
}

.get-a-call .bottom-cta-span{
	margin-top: 10px;
	justify-content: center;
	gap: 4px; 
}

.get-a-call .page-header__logo-modal-trigger{
	position: static !important;
}

.get-a-call input{
	max-width: 100% !important;
	border-radius: 0 !important;
}
.sidebar-ctas-wrapper{
	margin: 30px 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.sidebar-ctas-wrapper img{
	width: 18px;
}
.cta-wrapper{
	display: flex;
	align-items: center;
	    padding: .75rem;
	gap: 10px;
	box-shadow: 0 0 transparent, 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
	border-radius: .25rem;
	border: 1px solid rgb(0 0 0 / 15%);
}

.cta-wrapper:hover{
	background-color: hsl(0deg 0% 87% / 52.9%);
}
.cta-wrapper p{
	padding: 0;
	margin: 0;
	line-height: 1;
	color: black;
	font-weight: 500;
}

.arrow-icon{
	margin-left: auto;
}

.cta-footer__card img{
	width: 35px;
}
.cta-footer-section{
	background-color: #183170;
	padding: 3rem 0;
}
.cta-footer__grid {
	display: grid;
   grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    width: max-content;
	margin: 0 auto;
}

.cta-footer__card{
	padding: 1rem 0.5rem;
	border-radius: 0.25rem;
	border: 1px solid rgb(255 255 255);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25rem;
	color: white !important;
	transition: 0.3s ease-in-out;
}

.cta-footer__card p{
	margin: 0;
	
	font-weight: 500;
}
.cta-footer__header{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	color: white;
	margin-bottom: 2rem;
}
.cta-footer__header svg{
	width: 82px;
}

@media(max-width: 1000px){
.cta-footer__grid{
	grid-template-columns: 1fr 1fr 1fr;
}
	.page-content.page-article{
	margin-right: 0 !important;
	padding-right: 0 !important;
	border-right: none !important;
}
	.listings-wrapper{

	grid-template-columns: 1fr 1fr !important;

}
}

@media(max-width:500px){
	.cta-footer__grid{
	grid-template-columns: 1fr ;
}
	.page-hero .content-page__hero-meta-line img{
		width: 20px !important; 
	}
	.listings-wrapper{

	grid-template-columns: 1fr  !important;
}
}

/* Page hero Section */

.page-hero h1{
	margin: 0 !important;
}
.page-hero .content-page__hero-meta-line img{
	margin: 0 !important;
	width: 30px !important;
}

.page-hero-container{
	padding: 0;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dadada;
}
.page-hero .content-page__hero-meta-line{
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
/* .page-article{
	margin-right: 20px !important;
	padding-right: 20px;
	border-right: 1px solid #dadada;
} */

.page-article img{
	width: 100% !important;
}

.get-a-call a{
	background-color: #183170;
}
.get-a-call a:hover{
	background-color:  #183170 !important;
}


.listings-wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.5rem;
}

.p-listing-card{
	padding: 1rem;
	border: 1px solid #dadada;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.p-listing-card img{
	border-radius: 8px;
}
.page-numbers{
	    display: flex;
    list-style: none;
    gap: 0.5rem;
}

.pagination-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
}
.p-listing-card__heading{
	font-size: 20px !important;
	line-height: 1;
}

.load-more-container{
	display: flex;
	justify-content: center;
	margin: 2rem 0;
}

.load-more-btn{
	font-size: 18px !important;
        padding: 10px 24px;
    border-radius: 8px;
    color: rgb(21, 55, 73);
    box-shadow: rgba(214, 201, 214, 0.29) 0px 0px 35px 1px;
    background-color: rgb(242, 229, 126) !important;
	border: none;
	cursor: pointer;
}
/* content widgets */
.featured-rehabs-widget .swiper-slide {
	height:auto;
	padding-bottom:1em;
}
.featured-rehabs-widget .swiper-slide .hub-card {
    border: 1px solid #dadada;
	border-radius: 6px;
	height: 100%;
}
.featured-rehabs-widget .swiper-slide .hub-card .hub-card__image-container {
	height:230px;
}
.featured-rehabs-widget .swiper-slide .hub-card .hub-card__body {
	border-width:0px;
}
@media (min-width: 1025px) {
	.top-rehab__slider-arrow_left2 .icon-fill {
        transform: rotate(180deg);
    }
    .top-rehab__slider-arrow_right2 {
        right: 0;
		display:block
    }
}



/* new style start */


.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-lg-6 {
    width: 50%;
    padding: 15px;
}

.imapsContainer.imapsLabel {
    text-align: center;
    color: #51A39A !important;
}
span.loccount {
    width: auto !important;
    margin: 0 !important;
}
.imapsContainer.imapsLabel div {
    color: #51A39A !important;
}

.imapsContainer.imapsLabel b{
    color: #000;
}




