.our-services .service-item-inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 350px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgb(0 0 0 / 30%);
    background-blend-mode: luminosity;
    transition: all 0.6s ease-in-out;
    padding:20px;
    border: 1px solid #fff;
    border-bottom: 0px solid;
}
.our-services .service-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    filter: saturate(0.4);
}
.our-services .service-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.our-services .service-item-inner:hover:before {
    z-index: 0;
}
.service-content-title {
    position: relative;
    text-align: left;
}
.our-services .hover-effect .target-hover::after{
    display:none;
}
.service-items:hover .service-item-inner{
    background-blend-mode: normal!important;
}
.our-services .service-item-inner:before {
    background: #00cc99;
    opacity: .6!important;
    z-index: -1;
}
.service-readmore {
    margin-top: 20px;
}
.services-inner .btn i {
    margin: 0;
}
.service-page .service-content {
    text-align: left;
}
@media(max-width:767px){
.service-items::before{
    display:none;
}
.our-services .service-item-inner {
    height: auto;
    display: flex;
    padding: 0px 0px;
    border-radius: 50px;
    margin-bottom: 10px;
    background: transparent;
    border: 2px solid #fff;
    padding: 5px;
}
.service-content {
    align-items: center;
    gap: 10px;
    text-align: left;
}
.our-services .service-item-inner h5{
    font-size:15px;
}
.services-inner .btn i {
    margin: 0;
    padding: 0!important;
}
.services-inner .btn {
    padding: 0!important;
    font-size: 0!important;
    width: auto!important;
    min-width: auto;
    border: none!important;
    padding: 0!important;
    width: 40px!important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.services-inner .btn i {
    font-size: 20px!important;
    font-weight: 100;
    padding-right: 7px;
}
.our-services .service-image {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    filter: saturate(0.5);
    width: 60px;
    height: 60px;
    border-radius: 50px!important;
    overflow: hidden;
}
.our-services .services-inner {
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.our-services .service-item-inner:before{
    display:none;
}
.service-readmore {
    margin-top: 0px;
}
}

.doctor-item:not(:last-child) {
    margin-bottom: 40px;
}
.doctor-item .doctor-item-inner {
    flex-flow: wrap;
    gap: 20px;
}
.doctor-item .doctor-item-inner .doctor-item-content {
    flex: 1;
    display: flex;
    border-bottom: 2px dashed #e2e2e2;
    margin-left: 5%;
}

.doctor-item .doctor-item-inner .doctor-item-image {
    width: 300px;
    margin: 0 auto;
}
.doctor-item .doctor-item-inner .doctor-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.doctor-item .doctor-item-inner .doctor-item-content .doctor-item-meta {
    margin-bottom: 20px;
}

@media(max-width:767px){
.doctor-item .doctor-item-inner .doctor-item-image {
    max-width: 400px;
    width:100%;
}
.doctor-item .doctor-item-inner .doctor-item-image {
    margin-bottom:20px;
    margin-left: -4px;
}
.doctor-item .doctor-item-inner .doctor-item-content {
    margin-left: 0;
    text-align: center!important;
    border:none;
}
.doctor-item .doctor-item-inner .doctor-item-content p {
    text-align: center!important;
}
.doctor-item {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 23%);
    padding: 5%;
}
}






.team-grid-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 20px;
    color: #fff;
	position: relative;
}
.team-hover::before{
	content:"";
	background:#0095da;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	z-index:0;
	opacity:0;
	transition:all 0.3s ease-in-out;
}
.team-hover::after{
	content:"";
	background:#0095da;
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:100%;
	z-index:0;
	opacity:0;
	transition:all 0.3s ease-in-out;
}
.team-hover:hover:before,
.team-hover:hover:after{
    opacity:0.4;
	width:100%
}
.team-grid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
}
.team-grid > .diamonds {
    width: fit-content!important;
    margin: auto;
	min-width: max-content!important;
}
.team-content h3 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}
.team-content {
    margin: auto;
    width: 100%;
    font-size: 12px;
    color: #fff;
	z-index:2;
	transform: rotateY(90deg);
	transition:all 0.3s ease-in-out;
	opacity:0;
}
.team-hover:hover .team-content{
	transform:  rotateY(0deg);
	opacity:1;
}
@media(max-width:450px){
.team-grid {
    transform: scale(.8);
    margin-top: -5%!important;
    margin-bottom: -5%!important;
    }
}
.search-result .shadow-box {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 18%);
    border-radius: 5px;
    overflow:hidden;
}
.search-result .item-content {
    min-height: 120px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.search-result .item-image {
    height: 250px;
    width: 100%;
    justify-content: center;
    margin: auto;
}
.search-result a.octf-btn {
    width: fit-content;
    text-align: center;
    margin: 0 auto;
}
.search-result .item-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.page-pagination {
    margin-top: 60px;
    margin-bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success-story-content {
    background: #fff;
    width: 92%;
    margin: auto;
    margin-top: -34px;
    position: relative;
    padding: 15px;
    z-index: 5;
}
@media(min-width:768px){
.success-story-content {
	min-height: 250px;
  }
}
@media(max-width:768px){
  .success-story-content {
      width: 100%;
      margin-top: 0px;
  }  
}
.success-story :is(.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled ) {
    display: block;
}
.success-story.owl-carousel .owl-dots {
    margin: auto;
    width: fit-content;
    display: flex!important;
    left: 0;
    right: 0;
    bottom: -40px;
    top: auto;
}
.success-story.owl-carousel .owl-nav {
    top: auto;
    left: 0;
    margin-top: 0px;
    bottom: -10px;
    display: flex!important;
    margin: auto;
    left: 0;
    right: 0;
    align-items: center;
    max-width: 400px;
	width: auto;
}
.success-story.owl-carousel .owl-nav button {
    background: transparent!important;
    border: none!important;
	padding:0px!important;
	width: auto!important;
    height: auto!important;
}
.success-story-items.hover-effect .target-hover::after {
    display: none;
}
body .owl-carousel .owl-nav button span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    font-size:0px;
}
body .owl-carousel .owl-nav button.owl-next span::before {
    content: "\e886";
    font-size: 35px;
    font-family: 'elementskit';
}
body .owl-carousel .owl-nav button.owl-prev span::before {
    content: "\e885";
    font-size: 35px;
    font-family: 'elementskit';
}
body .owl-carousel .owl-nav button span::before{
	transition:all .3s ease-in-out;
}
body .owl-carousel .owl-nav button:hover ::before{
	color:#a68069;
}
body .owl-carousel .owl-dots button.owl-dot span {
    width: 100%;
    height: 100%;
    background-color:#9c7f6b!important;
}
body .owl-carousel .owl-dots button.owl-dot.active {
    border: none;
}

body .owl-carousel .owl-dots button.owl-dot {
    position: relative;
    width: 15px!important;
    height: 15px!important;
	max-width: 15px!important;
    max-height: 15px!important;
	overflow:hidden;
	padding:0px!important;
}
.readmore{
    transition:all .3s ease-in-out;
}
.success-story a.readmore {
    color: #41695b!important;
    margin-top: 10px;
}
.success-story a.readmore:hover{
    color: black!important;
}
.success-story-content a i{
     transition:all .3s ease-in-out;
}
.success-story-items:hover .success-story-content a i{
     padding-left:20px;
}



/*OUR TEAM CSS*/

.team-inner-header {
    text-align: center;
}
.team-inner-header .team-inner-image {
    width: 100%;
    max-width: 350px;
    margin: auto;
}
.team-inner-header .team-inner-title h3 {
    margin: 0;
    padding-top: 20px;
}
.team-info-inner .team-item-header {
    min-height: 65px;
}
@media(max-width:600px){
.team-info-inner .team-item-header {
    min-height: 60px;
}	
}
.team-item {
    background: rgb(65 105 91 / 10%);
    padding: 8%;
	transition:all .3s ease-in-out;
}
.team-item:hover {
    box-shadow: 0px 0px 50px rgb(0 0 0 / 36%);
    transform: scale(1.01);
}
.team-item-inner {
    transition: all .3s ease-in-out;
}
.team-item:hover .team-item-inner {
    transform: scale(0.99);
}
.team-slider .owl-carousel .owl-stage {
    margin: auto;
}
.team-item .team-image {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #41695b;
    padding: 5px;
}
.team-item:hover .team-image img {
    filter: grayscale(1);
}

@media(min-width:768px){
.team-item .team-image {
    width: 200px;
    height: 200px;
  }
}
.team-item .team-image img {
    border-radius: 100%;
    border: 1px solid #9c7f6b;
    object-fit:cover;
    width:100%;
    height:100%;
	transition:all .3s ease-in-out;
}
@media(max-width:580px){
.team-info a.btn {
    padding: 5px!important;
    font-size: 13px;
 }
}
.service-loop-item:nth-child(even) {
    flex-direction: row-reverse;
    display: flex;
}
.service-page .service-loop-item {
    position: relative;
}
.service-page .service-loop-item:nth-child(even)::before {
    content: "";
    background-image: url(https://wmiserver.com/wellbeing/wp-content/uploads/2021/08/layer.png);
    position: absolute;
    width: 800px;
    height: 800px;
    left: -45%;
    top: -45%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}
.service-page .service-loop-item:nth-child(odd)::before {
    content: "";
    background-image: url(https://wmiserver.com/wellbeing/wp-content/uploads/2021/08/Vector-Smart-Object-copy.png);
    position: absolute;
    width: 800px;
    height: 800px;
    right: -50%;
    top: -40%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat!important;
}
.service-page .service-loop-item:nth-child(odd):first-child::before {
   display:none;
}
@media(max-width:768px){
.service-page .service-loop-item:before{
   display:none!important;		
}
.service-loop-item {
    flex-direction: column-reverse!important;
    display: flex;
 }
.service-loop-item {
    border-bottom: 1px solid black;
}
.service-loop-item:not(:last-child) {
    margin-bottom: 20px;
}
}
.service-book-btn a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gotham Bold';
}
.team-slider.no-readmore .team-loop-carousel a.readmore {
    display: none;
}
.team-slider.no-position .team-loop-carousel .team-position {
    display: none;
}
.team-slider .owl-carousel .owl-nav button.owl-prev{
    left: 0;
} 
.team-slider .owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.team-slider .owl-carousel .owl-dots{
    bottom:-5px;
}

.location-item ul.location-info li {
    margin: 10px 0px;
}
.suburbs-page .location-item ul.location-info a {
    text-decoration: underline;
}
.location-item ul.location-info li:before {
    color:#169074;
}
.location-item li.more-details::before {
    content: "\f05a";
}
div#basic::before ,
div#advanced::before,
div#intermediate::before{
    content: "\f10b";
    font-family: 'Flaticon';
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 25px;
	transition:all .3s ease-in-out;
	color:#9c7f6b;
	transform: rotateX(190deg);
}
.active-toggle::before {
    transform: rotateX(0deg)!important;
}

.testimonial-temp .testimonial-items {
    background: #629881;
    min-height: 320px;
    margin: 10px 0px;
    padding: 7%;
    border-radius: 10px;
}
@media(max-width:767px){
.testimonial-temp .testimonial-items {
    min-height: auto;
}  
}
.testimonial-temp .testimonial-items img.rating-img {
    max-height: 35px;
    margin-bottom: 10px;
}

body .post-pagination {
    margin-bottom: 0!important;
}
.btn.loadMoreBtn span {
    display: block;
    text-align: left;
}

.location-banner-info .location-phone a {
    background: #9c7f6b;
    padding: 10px 20px;
    display: inline-block;
    min-width: 120px;
    border-radius: 100px;
    transition: all .3s ease-in-out;
	text-transform:uppercase;
	font-size: 14px;
    font-family: 'Gotham';
    font-weight: 600;
}
.location-banner-info .location-phone a:hover{
	background:#629881;
}