.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;
}

.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;
}
@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;
}
}






.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 img {
    position: absolute;
    top: 0;
    left: 0;
}
.search-result .item-image {
    width: 100%;
    justify-content: center;
    margin: auto;
    position: relative;
    padding-top: 70%;
}
.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: 100%;
    margin: auto;
    margin-top: 0;
    position: relative;
    padding: 15px 8px;
    z-index: 5;
}
@media(max-width:768px){
  .success-story-content {
      width: 100%;
      margin-top: 0px;
  }  
}
body .owl-carousel .owl-dots {
    margin: auto;
    width: auto;
    left: 0;
    right: 0;
    bottom: -10px;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* body .owl-carousel .owl-nav button.owl-next i::before{
	content:"›";
}
body .owl-carousel .owl-nav button.owl-prev i::before{
	content:"‹";
} */
.success-story-items.hover-effect .target-hover::after {
    display: none;
}


body .owl-carousel .owl-nav button span::before{
	transition:all .3s ease-in-out;
}


/* body .owl-carousel .owl-dots button.owl-dot.active {
    border: none;
} */
.owl-carousel .owl-dots button.owl-dot.active {
    border-color:#fff!important;
    background-color: transparent!important;
}
.readmore{
    transition:all .3s ease-in-out;
}
.success-story-content-content a.readmore {
    color: #c98600!important;
    margin-top: 10px;
    font-weight: 600!important;
}
.success-story-content-content 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-item {
	transition:all .3s ease-in-out;
}
.team-item:not(:last-child){
	margin-bottom:15px;
}
.team-item .team-highlight {
    overflow: hidden;
    overflow-y: auto;
    padding: 0px 10px;
}
@media(min-width:591px){
.team-item .team-highlight {
    max-height: 280px;
	}
}
.team-item .team-highlight::-webkit-scrollbar {
  width: 5px;
}
.team-item-inner {
    transition: all .3s ease-in-out;
	margin:auto;
}
.team-item-inner .team-loop-info {
    padding: 4%;
    text-align: center;
}
.team-loop-head {
    margin-bottom: 10px;
    font-weight: 800;
}
.team-item .team-image {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    border: 2px solid #41695b;
    position:relative;
}
.style-modern .team-info {
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: 0;
    right: 0;
}
.team-item .team-image img {
    object-fit:cover;
    width:100%;
    height:100%;
    transition:all .3s ease-in-out;
}
.team-item:hover .team-image img {
    transform: scale(1);
}
.style-modern .team-item .team-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(1);
    transition: all .3s ease-in-out;
    background: black;
    z-index: 9;
    opacity:.8!important;
    
}
.style-modern .team-item:hover .team-image::before {
   opacity: 1!important;
}
@media(max-width:580px){
.team-info a.btn {
    padding: 5px!important;
    font-size: 13px;
 }
.team-item-inner .team-loop-info {
    padding: 20px 10px;
    text-align: center;
}
}
.service-page .service-loop-item {
    position: relative;
}

.service-book-btn a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-readmore .tv-loop-team-item a.readmore {
    display: none;
}
.no-position .tv-loop-team-item .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;
}
.location-item ul.location-info li:before {
    color:#169074;
}
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;
}



/*WESTERN SPECIALIST*/

/*.wmi-service-box {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*}*/
.wmi-service-box {
	position:relative;
    display: flex;
	align-items: baseline;
}
@media(max-width:767px){
 .wmi-service-box {
    gap: 10px;
} 
}
.wmi-service-grid-box {
    float: left;
    padding: 10px;
}
.wmi-service-grid-box .wmi-service-box .servive-img-bg img {
    height: 100%;
    object-fit: cover;
}
.wmi-service-grid-box .wmi-service-box .servive-img-bg {
    position: absolute;
    z-index: 0;
    height: 100%;
	left:0;
	top:0;
}
.wmi-service-grid-box .wmi-service-box .mobile-service-icon {
    width: 80px;
    height: 80px;
	max-height: 100px;
    max-width: 100px;
    border: 1px solid;
    overflow: hidden;
    align-items: center;
    justify-content: center;
	overflow:hidden;
}
.wmi-service-grid-box .wmi-service-box .mobile-service-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wmi-service-grid-box .wmi-service-box .content-box {
    flex: 1;
}
.wmi-service-grid-box .wmi-service-box {
    transition: all .3s ease-in-out;
}
.wmi-service-grid-box .wmi-service-box .wmi-service-box {
    padding: 10px;
    border: 1px solid;
    margin: 10px 0px;
    border-radius: 100px;
}

.service-box-item-inner {
    padding: 10px;
    border: 1px solid gray;
}
.service-box-info {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    min-height: 150px;
    padding: 10px;
}
.service-box-image {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}
.service-box-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* BLOG POST */

.post-box .entry-meta > span {
    margin-right: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: black;
}
.post-box .entry-meta > span a{
    color: black!important;	
}
@media(min-width:768px){
.single-post .blog-post > .inner-post .entry-header .entry-meta {
    column-gap: 15px;
  }
}
.blog-loop-item .entry-media img {
    position: absolute;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    left: 0;
}
.blog-loop-item .entry-media {
    padding-top: 70%;
}
.entry-header.blog-post-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-flow: wrap;
    align-items: center;
    text-transform:capitalize;
}

.post-box-loop .post-box .entry-meta {
    border-top: none!important;
    margin-bottom: 0;
    height: 100%;
    padding: 10px 0px;
    min-height: 50px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.post-box-loop .post-box .entry-media .post-cat {
    top: 0!important;
    width: 100%!important;
    left: 0!important;
}
.post-box-loop .post-box .entry-media .post-cat a {
    width: 100%;
    border-radius: 0;
    height: 40px;
    display: flex;
    animation: c;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    pointer-events: none;
}
.post-box .entry-title a {
    line-height: 1.2;
}
body .post-box-loop .post-box .inner-post {
    padding: 10px!important;
    position: relative;
	padding-top: 10px!important;
    padding-bottom: 50px!important;
	border-top: none;
}
body .post-box-loop .enabled-meta.post-box .inner-post {
    padding-top: 60px!important;
}
body .post-box .entry-title {
    line-height: 1.3;
}
.post-box .entry-meta a {
    font-size: 16px;
    text-transform:capitalize;
}
.blog-grid .masonry-post-item .post-inner a:hover .entry-title ,
.post-box .entry-meta a:hover{
    color:var(--e-global-color-primary)!important;
}
@media(min-width:768px){
body .post-box-loop .enabled-meta.post-box .inner-post {
    min-height: 250px!important;
    padding-top: 60px!important;
}
}
.blog-fancy-date {
    position: absolute;
    left: 15px;
    background: var(--e-global-color-secondary);
    padding: 5px;
    color: #FFF;
    z-index: 9;
    min-width: 56px;
    text-align: center;
    display: flex;
    flex-direction: column;
    right: auto;
    top: auto;
    bottom: 0;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    border-radius: 5px 5px 0px 0px;
    padding: 8px;
}
.blog-fancy-date .fancy-day{
   font-size: 20px;
   font-weight: 600;
}

.blog-fancy-date .fancy-month {
    font-size: 14px;
    font-weight: 400!important;
}
.post-box-loop .post-box .inner-post a.blog-more-btn {
    width: fit-content;
    position: absolute;
    bottom: 15px;
    left: 10px;
}
.post-box .inner-post a.blog-more-btn:hover {
    color: #fff!important;
}
body .post-box-loop .post-box .post-inner {
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
}
.entry-meta span {
    color: black;
}
.blog-loop-meta {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: calc(100% - 0px);
    padding: 0px 0px;
    left: 0;
    right: 0;
    display: flex;
    top: 0;
    bottom: auto;
    margin: 0px;
    padding-left: 0px;
}
.widget-area .widget .collapsed-archives ul > li a::before {
    content: "";
    background: #F47B2A;
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
}
.widget-area .widget .collapsed-archives ul > li a {
    height: 45px;
    display: inline-flex!important;
    align-items: center;
    padding-left: 10px;
	width:100%;
	background:#f2f2f2;
}
.widget-area .widget .collapsed-archives ul > li span {
   display:none;
}
.widget-area .widget .collapsed-archives ul.year > li span {
   display:initial;
}
.widget-area .widget .collapsed-archives ul.year > li a {
    width: auto;
	background:transparent;
	font-weight: normal!important;
}
.collapsed-archives input + label:before{
   display:none;
}
.collapsed-archives ul > li {
    border-bottom: 2px solid #f2f2f2;
}
.widget-area .widget .collapsed-archives ul.year > li{
	border-bottom:none;
}
.collapsed-archives label {
    display: inline;
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 9;
}
.collapsed-archives input:checked ~ ul {
    display: block;
	padding: 10px;
    margin-left: 20px!important;
}
.collapsed-archives input:checked ~ ul li a{
	position:relative;
	height: auto!important;
	background:transparent;
}
.widget-area .widget .collapsed-archives input:checked ~ ul li a:before {
    content: "";
    max-width: 10px;
    height: 100%;
    top: 0px;
    width: 100%;
    left: -7px;
    background: transparent;
    position: absolute;
    opacity: 1;
    transition: all .3s ease-in-out;
    font-family: 'Font Awesome 5 Free';
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'elementskit';
    background-image: url(../../../../../wp-content/uploads/2021/09/arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.widget-area .widget .collapsed-archives li label i {
	transition: all .3s ease-in-out;
}
.widget-area .widget .collapsed-archives li.active-year label i {
    transform: rotateX(180deg);
}

.sstory-box .sstory-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
	border-radius: 0;
}
.sstory-box .sstory-image {
    padding-top: 60%;
}
.sstory-box .sstory-content {
    padding: 20px 0px;
    margin-bottom: 10px;
}
.sstory-box .sstory-content p{
	margin-bottom:0px;
}
@media(min-width:768px){
.sstory-box .sstory-content {
    min-height: 200px;
}
}
@media(max-width:767px){
.sstory-box .sstory-content {
    border-bottom: 2px dashed #ececec;
	margin-bottom: 20px;
  }
}

/* Therapist */
.therapist-item {
    display: flex;
    align-items: center;
    margin: 20px 0px;
	flex-flow: wrap;
	
}
.therapist-loop-profile-pic img {
    width: 100%;
    top: 0;
    border-radius: 50%;
}
.therapist-loop-profile-pic {
    max-width: 400px;
	width:100%;
    overflow: hidden;
    position: relative;
}
.therapist-item .therapist-video .video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.therapist-item .therapist-video .video-img {
    width: 65px;
	height: 65px;
    border-radius: 100px;
    overflow: hidden;
}
.therapist-item .lightBoxVideo a i {
    background: transparent;
    color: #fff!important;
	-webkit-text-fill-color: #fff;
}
.therapist-item .therapist-video {
    display: flex;
    align-items: center;
    gap: 20px;
	max-width:420px;
    width: fit-content;
    padding: 5px;
    border-radius: 100px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 29%);
}
.therapist-item .lightBoxVideo a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: gray;
    border-radius: 100%;
    background-image: linear-gradient(#fe8423, #009FEE);
    padding-left: 4px;
	margin-right: 5px;
}
.therapist-item .video-text {
    flex: 1;
}
.therapist-item .therapist-buttons {
    display: flex;
    column-gap: 4%;
    flex-flow: wrap;
    text-transform: uppercase;
}
.therapist-item:not(:last-child) {
    border-bottom: 2px dashed rgb(0 0 0 / 29%);
    padding-bottom: 20px;
}
.therapist-item:last-child{
	 margin-bottom: 0px;
}
@media(max-width:767px){
  .therapist-item {
    text-align: center;
}
.therapist-item .therapist-buttons {
    justify-content: center;
}
.therapist-loop-profile-pic {
    max-width: 200px;
	margin:auto;
}
}
.blog-loop-meta span.blog-post-date {
    background: #c3e746;
    padding: 5px;
    min-width: 150px;
    text-align: center;
}
.post-box-loop .post-box .inner-post a.blog-more-btn {
    color: #a18151;
}
.post-box-loop .post-box .inner-post a.blog-more-btn:hover{
    color: #000!important;
}
.blog-post > .inner-post .entry-header .entry-meta {
    border: none;
    margin: 0!important;
    padding: 0px 5px 0px!important;
    
    width: fit-content;
}
span.blog-post-date {
    text-align: center;
    width: 60px;
    height: 60px;
    background: var( --e-global-color-primary );
    line-height: 1.2;
    display: flex!important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff!important;
    text-transform: capitalize!important;
    padding-bottom: 5px;
    font-size: 18px!important;
}
/* .blog-grid .masonry-post-item .entry-meta span.blog-cat {
    position: absolute;
    top: -100%;
    background: var( --e-global-color-primary );
    padding: 0px 10px;
    border-radius: 50px;
    color:#fff!important;
} */
/* .blog-grid .masonry-post-item .entry-meta span.blog-cat a ,
.blog-grid .masonry-post-item .entry-meta span.blog-cat i{
    color:#fff!important;
} */
.blog-post .tagcloud a::before {
    content: ",";
    position: relative;
    left: -5px;
}
.blog-post .tagcloud a:first-child::before {
    display: none;
}
.blog-post .entry-footer {
    min-height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content:space-between;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.blog-post .entry-footer .tagcloud a {
    margin-bottom: 0!important;
    background: transparent!important;
    padding: 0px!important;
}
.blog-post .entry-footer .tagcloud {
    display: flex;
    align-items: center;
    margin: auto;
    flex: 1;
}
.blog-post .tagcloud::before {
    content: "Tags";
    padding-left: 10px;
    padding-right: 10px;
}
.blog-post .share-post {
    margin-bottom: 0!important;
    text-align: right;
}
.blog-post .share-post i {
    width: 100%;
    height: 100%;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
    background: transparent;
    background-image: linear-gradient(190deg, var(--e-global-color-1ed0266), var(--e-global-color-primary));
}
span.blog-post-date span.number {
    line-height: 1;
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}
body .blog-post .share-post a {
    border: none;
}
.blog-post > .inner-post .entry-header .entry-meta {
    display: flex;
    align-items: center;
	text-transform: capitalize;
}
.entry-meta a {
    text-decoration: none!important;
}
.post-box .inner-post .post-cat a{
	text-transform: capitalize;
}
body .post-box .inner-post {
    padding: 0;
}
body .post-box .entry-meta {
    color:black;
    padding: 10px;
    margin-top: 20px;
	border:none;
}
body .post-box .entry-media .post-cat {
    left: 10px;
}
.blog-post > .inner-post .entry-summary p{
	margin-bottom:15px!important;
}
@media (max-width: 767px){
.blog-post .entry-footer {
    flex-direction: column;
    padding: 10px 0px;
}
.post-box .entry-meta > span {
    font-size: 14px;
}
}
@media (max-width: 479px){
.post-box .post-inner .entry-meta {
    padding-left: 0!important;
    padding-right: 0!important;
}
.post-box .entry-meta > span {
    font-size: 12px;
}
/* body .post-box-loop .post-box .inner-post {
    padding-top: 10px!important;
} */
}
.blog-post .social-share {
    display: flex;
    width: fit-content;
    align-items: baseline;
    column-gap: 20px;
}
.blog-post .social-share .share-post {
    margin: 0;
    margin-bottom: 0;
    float: none;
}
/* FAQS ACC CSS */
.acc-container {
  width: 100%;
}
li.faq-item {
    transition: all .3s ease-in-out;
    border: 1px solid var( --e-global-color-secondary );
    list-style:none;
}

li.faq-item:not(:last-child) {
    margin-bottom:10px;
}
li.faq-item h5.faq-title {
    background: transparent;
    display: flex;
    align-items: center;
    padding: 0;
    color: black;
    padding-right: 60px;
    transition: all .3s ease-in-out;
    margin: 0px;
    position: relative;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
}

@media(max-width:768px){
	li.faq-item h5.faq-title{
		font-size: 14px;
	}
}
li.faq-item h5.faq-title:hover{
    color: #0094dc;
	border-color:#0094dc;
}
h5.faq-title.active {
    background: transparent!important;
    color: #223d5c!important;
}
li.faq-item .faq-content {
    padding: 0px 10px;
    margin: 0;
}


li.faq-item h5.faq-title i {
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    font-size: 20px;
    color: var( --e-global-color-secondary );
    font-weight:800;
}
h5.faq-title.active i{
    transform: rotate(90deg);
}
@media(min-width:768px){
ul.faqs-container.faq-items li.faq-item {
    break-inside: avoid;
    display: block;
}
}
.acc-head {
    padding: 10px 10px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 2px;
    padding-right: 40px;
    border-radius: 10px!important;
}

.acc-head::before {
    content: "\e994";
    font-family: 'elementskit';
    position: absolute;
    top: 50%;
    transition: all .3s;
    right: 5px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 25px;
    height: 25px;
    background: transparent;
    margin: auto;
    border-radius: 50px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: black;
    padding-top: 3px;
    font-size: 15px;
}
.acc-head.active::before {
    transform: rotateX(180deg);
}
@media(max-width:767px){
.acc-head::before {
    width: 30px;
    height: 30px;
    font-size: 14px;
}
}
/*  .acc-head::before {
  right: 30px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
} */
/* 
.acc-head::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}
 */
.acc-head p {
  color: #fff;
  font-weight: bold;
}

.acc-content {
    padding: 0px;
    display: none;
	padding-top:15px;
    margin-left: -15px;
    margin-right: -15px;
}
@media(max-width:767px){
.acc-content {
	padding: 6px;
	padding-top:15px;
 }
}
/* .acc-head.active::before {
    transform: rotate(90deg);
} */
.acc {
    margin-bottom: 10px;
}
@media(min-width:767px){
.acc {
    padding: 0px 15px;
}
}
.acc-head h5{
	line-height:1.2;
}

.service-loop-cat {
    width: fit-content;
    background: #ab6803;
    padding: 0;
    color: #fff;
    line-height: 1;
    border: 4px solid #ffffff6e;
    border-left: none;
    border-right: none;
    position: relative;
    margin-bottom: 0!important;
    padding-top: 9px;
    padding-bottom: 11px;
    margin: auto;
    display: flex;
    align-items: center;
}
.service-loop-cat::before, .service-loop-cat::after {
    content: '';
    display: block;
    position: relative;
    top: 1px;
    left: -22px;
    width: 45px;
    height: 45px;
    background: #ab6803;
    border-left: 4px solid #cfa970;
    border-top: 4px solid #cfa970;
    -moz-transform: rotate(-45deg) scale(1.25);
    -webkit-transform: rotate(-45deg) scale(1.25);
    z-index: -1;
}
.service-loop-cat::after {
    left: auto;
    right: -22px;
    border-left: none;
    border-top: none;
    border-right: 4px solid #cfa970;
    border-bottom: 4px solid #cfa970;
}
@media(max-width:767px){
.service-loop-cat::before, .service-loop-cat::after {
    left: -19px;
    width: 38px;
    height: 38px;
    -moz-transform: rotate(-45deg) scale(1.3);
    -webkit-transform: rotate(-45deg) scale(1.37);
}
.service-loop-cat::after {
    left: auto;
    right: -19px;
}
}
.service-cat-title-cont {
    position: relative;
}
.service-cat-title-cont::before {
    content: "";
    background: #ab6803;
    position: absolute;
    height: 2px;
    width: 100%;
    display: flex;
    align-items: center;
    bottom: 0;
    justify-content: center;
    top: 50%;
    z-index: -1;
    transform: translateY(-1px);
}
.success-story-image .premium-img {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    height: 100%;
}
.success-story-content-content a.readmore i::before {
    position: relative;
    top: 3px;
    font-weight: 800!important;
}
.story-items .sstory-image {
    position: relative;
    padding-top: 70%;
}
.story-items .sstory-image img {
    position: absolute;
    top: 0;
    left: 0;
}
.story-items .story-inner {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 24%);
    margin-bottom: 20px!important;
}
.story-items .story-inner .story-content {
    padding: 20px;
}

body .story-slider .owl-carousel .owl-dots {
    bottom: auto!important;
    top: -50px;
    left: auto;
    right: 0;
    width: 100%;
    margin-right: 0!important;
    justify-content: end;
	column-gap: 40px;
}
body .story-slider .owl-carousel .owl-dots:before {
    content: "";
    background: #3091ff;
    width: 100%;
    position: absolute;
    height: 1px;
    width: 100%!important;
    bottom: -15px;
}
body .story-slider .owl-carousel .owl-dots button {
    padding: 0;
    position: relative;
    background: transparent;
    border: none;
    font-size: 18px;
}
body .story-slider .owl-carousel .owl-dot.active button{
	color:#3091ff;
}
body .story-slider .owl-carousel .owl-dots button::after,
body .story-slider .owl-carousel .owl-dot.active button::before{
    content: "";
    background: #3091ff;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    display: flex;
    margin: auto;
    border-radius: 50px;
}
body .story-slider .owl-carousel .owl-dot.active button::before{
	transition:all .3s ease-in-out;
    animation: range-scale 3s infinite;
}

@keyframes range-scale {
  0%{
	transform:scale(.8);
   }
	100%{ 
	transform:scale(2);
	opacity:0;
	
	}
}
body .story-slider .owl-carousel .owl-nav button span {
    font-size: 50px!important;
    color: black;
    font-weight: 200;
    font-family: 'dashicons';
}
body .story-slider .owl-carousel .owl-nav button.disabled{
	display:none!important;
}

body .story-slider .owl-carousel .owl-nav button span::before{
	display:none;
}
@media(min-width:800px){
body .story-slider .owl-carousel .owl-nav {
    top: auto;
    left: 0;
    margin-top: 0px;
    bottom: auto;
    display: flex!important;
    margin: auto;
    left: 0;
    right: 0;
    align-items: center;
    max-width: 100%;
    width: auto;
    top: 50px;
}
body .story-slider .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}
body .story-slider .owl-carousel .owl-nav button.owl-next {
    right: -40px;
}
}

@media(max-width:767px){
body .story-slider .owl-carousel .owl-dots button {
    font-size: 13px;
}
body .story-slider .owl-carousel .owl-dots{
	column-gap: 20px;
}
body .story-slider .owl-carousel .owl-dots {
    justify-content: space-between;
}
body .story-slider .owl-carousel .owl-dots button::after, body .story-slider .owl-carousel .owl-dot.active button::before {
    bottom: -22px;
}
.story-content-content {
    line-height: 1.2;
}
.story-items .story-inner .story-content {
    padding: 10px 5px;
    min-height: 100px;
}
}
.widget_categories.custom-sidebar ul li a {
    background: rgb(27 98 179 / 37%);
    display: block;
    padding: 10px;
}
.widget_categories.custom-sidebar ul li.current-cat a ,
.widget_categories.custom-sidebar ul li a:hover{
    background: #3091ff!important;
    color: #fff!important;
}
.widget_categories.custom-sidebar ul {
    border-radius: 5px;
    overflow: hidden;
}
.blog-grid .masonry-post-item .entry-meta span:not(.number) {
    font-size: 13px;
}
.blog-grid .masonry-post-item .entry-meta {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 13px!important;
    align-items: flex-start;
    /* flex-direction: column; */
    z-index: 9;
    flex-wrap: wrap;
    column-gap: 9px;
}
.blog-grid .masonry-post-item .entry-meta {
	color:#000!important;
}
.blog-grid .masonry-post-item .entry-meta span.number {
    font-size: 25px;
}
.blog-grid .masonry-post-item .entry-meta span.blog-post-date {
    font-size: 15px!important;
}
.blog-grid .masonry-post-item .post-inner {
    position: relative;
    padding: 15px;
}
.blog-grid .masonry-post-item .post-inner::before {
    content: "";
    background-image: url(../../../../uploads/2022/12/blog-grid-shape.png);
    position: absolute;
    right: -100%;
    top: 0;
    width: 50px;
    height: 100%;
    background-size: cover;
	transition:all .3s ease-in-out;
	z-index:0;
}
.blog-grid .masonry-post-item .post-inner:hover::before {
	right: 0;
}
.blog-grid .post-box .entry-media{
	padding-top:60%;
	position:relative;
    overflow: hidden;
}
.blog-grid .post-box .entry-media img{
	height:100%;
	width:100%;
	object-fit:cover;
	object-position:center;
	position:absolute;
	top:0;
	left:0;
    
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.blog-grid .post-box span.blog-post-date {
    width: 50px;
    height: 50px;
}
.blog-grid .masonry-post-item {
    padding-left: 5px;
    padding-right: 5px;
}
.team-loop-btn i {
    padding: 0!important;
}
.team-loop-btn:not(:hover) {
    color: #fff!important;
}
body a.btn.team-loop-btn {
    min-width: 170px!important;
	border-radius: 5px!important;
}
.team-item::before {
    content: "";
    background-image: url(../../../../../wp-content/uploads/2022/06/shape.png);
    width: 100%;
    height: 80px;
    position: absolute;
    background-position: center;
    left: 0;
    top: 0;
    background-size:cover;
}
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 31%);
    border-radius: 10px;
    max-width: 400px;
    margin: auto;
}
.service-plan-section ul.service-plan {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
    column-gap: 30px;
    flex-flow: wrap;
}
.service-plan li.plan-item {
    max-width: 350px;
    border: 1px solid black;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.service-plan .plan-item-content {
    padding: 20px;
}
.service-plan .plan-header {
    background-image: url(../../../../../wp-content/uploads/2022/06/plan-image.png);
    min-height: 80px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
}
.service-plan-section , .service-faqs {
    width: 100%;
    display: inline-block;
}
.team-loop-grid {
    justify-content: center;
    margin: auto;
    align-items: center;
    display: flex;
    width: 100%;
    flex-flow: wrap;
}
.team-single-item .team-single-item-inner {
    display: flex;
    column-gap: 20px;
}
.team-single-item .team-single-item-inner .team-single-content {
    flex: 1;
}
.team-single-header {
    border-bottom: 1px solid #5c98ce;
    margin-bottom: 20px;
}
.team-single-item .team-single-item-inner .team-single-image {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    overflow: hidden;
    /* border: 2px solid #c80000; */
    margin-bottom: 20px;
    /* box-shadow: 0px 0px 20px rgb(0 0 0 / 22%); */
}
@media(max-width:990px){
   .team-single-item .team-single-item-inner .team-single-image {
    width: 200px;
    height: 200px; 
}
.team-single-item .team-single-item-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
}
a.woof_show_auto_form.woof_btn_default {
    display: none!important;
}
section.product-image-gallery-and-summery {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
body .product-image-gallery-and-summery .nslick-track .nslick-slide {
    position: relative;
    object-position: center!important;
    max-height: 400px;
    height: 100%;
}
.tc_video_slide.nslick-slide.nslick-current.nslick-active .product_video_iframe {
    display: block !important;
    max-height: 400px;
    height: 100%;
    object-fit: cover!important;
}
body .woof_container{
	position:relative;
	padding:0px!important;
	
}
.woof_container_select .select2-selection__rendered  ,
.woof_container_select__item_capacity .select2-selection__rendered{
    padding-left: 40px!important;
    color: black!important;
    font-family: 'Open Sans';
    text-transform: uppercase;
}
.woof_container .select2-container {
    width: 100%!important;
}
@media(max-width:767px){
.woof_text_search_container {
    width: 100%!important;
}
.woof_auto_4_columns .woof_container, .woof_meta_select_container{
      width: 32.7%;
}
}
div.woof_container_select::before , div.woof_text_search_container::before , .woof_meta_select_container::before{
    content: "";
    position: absolute;
    z-index: 9;
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    left: 5px;
    top: 4.5px;
    bottom: 0;
}
.woof_container .woof_container_inner input[type="search"]  {
    padding-left: 35px;
}
div.woof_text_search_container::before{
     background-image: url(../../../../../wp-content/uploads/2022/08/84009_search_512x512.png);
	 top:0; 
	 width:23px;
}
div.woof_container_brand::before{
     background-image: url(../../../../../wp-content/uploads/2022/08/brand.png);
}
div.woof_container_equipment::before{
	background-image: url(../../../../../wp-content/uploads/2022/08/cat.png);
}
div.woof_container_type::before{
	background-image: url(../../../../../wp-content/uploads/2022/08/type.png);
}
.woof_container_select__item_capacity::before{
	background-image: url(../../../../../wp-content/uploads/2022/08/kg.png);
	width: 22px;
}

div#woof_tax_select_pa_brand_chosen , div#woof_tax_select_equipment_chosen {
    position: relative;
}
.woof_container_select__item_capacity {
    display: none!important;
}
.tax-brand .woof_container_select__item_capacity {
    display: inline-block!important;
}
.gear-product-filter {
    position: relative;
	visibility:hidden;
}
.gear-product-filter .attributes-search-filter {
    padding-left: 40px;
	color:black;
}
.wpcf7 .row .col-md-4 {
    padding: 0 5px;
    margin-bottom: 10px;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 10px;
    display: flex;
    margin: auto;
    right: 0;
    left: 0;
}
body .woof_overflow_hidden {
    overflow: visible;
    opacity: 1!important;
    visibility: visible;
    height: auto!important;
}
body .woof_auto_show {
    position: static!important;
    z-index: 1001;
}
body .woof_sid_flat_grey {
    background: #fff;
    border: solid 2px #aaa;
    background: #fdfdfd;
    margin-bottom: 11px;
    margin-top: 0;
    padding: 0;
    border: navajowhite;
}
section.product-image-gallery-and-summery {
    display: flex;
    flex-flow: wrap;
}
section.product-image-gallery-and-summery .zoomContainer {
    width: 90%;
    height: auto;
}
.single-product .woocommerce-product-gallery__image, .single-product div.product div.images .flex-control-thumbs li img {
    border: none!important;
}
.nickx-slider-for .nslick-list.draggable {
    border: 1px solid #00000036;
}
.nickx-slider-nav .nslick-slide {
    height: 70px!important;
    width: 70px!important;
    object-fit: contain;
    margin-bottom: 10px!important;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(200 0 0 / 31%);
    box-shadow: 0;
}
section.product-image-gallery-and-summery .vertical-img-left.nickx-slider-for .nslick-list img {
	max-height:450px;
	height:100%;
	object-fit: contain;
}
section.product-image-gallery-and-summery .vertical-img-left.nickx-slider-for {
    width: calc(100% - 100px);
}
section.product-image-gallery-and-summery .nslick-slider .nslick-list {
    padding-left: 10px;
	padding-top:10px;
}
.blog-grid .masonry-post-item .post-inner {
    border-radius: 10px;
}
.blog-grid .masonry-post-item .post-inner .entry-summary.the-excerpt {
    min-height: 70px;
}
.blog-grid .masonry-post-item .post-inner :is(h1,h2,h3,h4,h5,h6,a,span,p){
	transition:all .3s ease-in-out;
	z-index: 99;
}
.post-box .inner-post .post-cat {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
body .post-box .post-cat a {
    background: transparent;
    padding: 0!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    color: black;
    font-weight: 400;
    font-size: 15px;
}
body .post-box .post-cat a:hover {
    color:var(--e-global-color-primary)!important;
}
.oral-health-items .health-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    column-gap: 10%;
    grid-gap:20px;
}
@media only screen and (max-width: 991px) {
.oral-health-items .health-items {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

.oral-health-items .health-items .health-items {
    background: #e7eeef;
    padding: 5%;
}
.oral-health-items .health-items .health-item {
    background: #e7eeef;
    padding: 5%;
}
.oral-health-items .health-items .health-item .health-item-inner{
    position:relative;
    height: 100%;
}
.oral-health-items .health-items .health-item .video-btn{
    position:absolute;
    bottom:0;
    left:0;
}
.oral-health-items .health-items .health-item .health-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.oral-health-items .health-items .health-item .health-item-image {
    position: relative;
    padding-top: 50%;
   margin-bottom:20px;
}
body .post-box .post-cat .posted-in a:hover {
    background-color: #ffffff!important;
    color: black!important;
}
@media (max-width: 479px){
body .post-box .post-inner .inner-post {
    padding: 0;
	}
}
body .blog-grid .masonry-post-item .post-inner .btn{
	width:80%;
}
body .blog-grid .masonry-post-item .post-inner:hover .btn, 
body .blog-grid .masonry-post-item .post-inner .btn:hover {
    background: var( --e-global-color-156649a )!important;
    color: #fff!important;
}
.blog-grid .masonry-post-item .post-inner .post-cat ,
body.single-post .blog-post .post-cat{
    text-align: left;
}
.elementskit-navbar-nav-default .elementskit-submenu-panel>li>a {
    width: 100%;
}

body .post-box .inner-post .content-body :is(h1,h2,h3) {
    font-size: 28px;
    margin-top: 30px;
    color: var(--e-global-color-23b57a7);
    text-decoration: underline;
    text-underline-position: under;
}
body .post-box .inner-post .content-body :is(h4 , h5) {
    font-size: 20px;
    margin-top: 30px;
    color: var(--e-global-color-23b57a7);
    text-decoration: underline;
    text-underline-position: under;
}
body .post-box .inner-post .content-body.list-style ul{
  margin-bottom: 15px;		
}
@media (max-width: 991px){
body .post-box .inner-post .content-body :is(h1,h2,h3,h4) {
    font-size: 22px;
    margin-top: 25px;
}	
}
@media (max-width: 767px){
body .post-box .inner-post .content-body :is(h1,h2,h3,h4) {
    font-size: 20px;
    margin-top: 30px;
}
}

.blog-grid .masonry-post-item .post-inner a.post-readmore {
    border-radius: 100px 100px 100px 100px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 48px;
    color: black;
    background-color: transparent;
    border-style: solid!important;
    border-width: 2px 2px 2px 2px!important;
    border-color: var(--e-global-color-primary)!important;
    transition: background 0.3s ease-in-out;
}
.blog-grid .masonry-post-item .post-inner:hover a.post-readmore {
    background-color: var( --e-global-color-d34e51f )!important;
    border-color: var( --e-global-color-d34e51f )!important;
}
.blog-grid .masonry-post-item .entry-meta i {
    color: var(--e-global-color-secondary);
}
.single-post .post-box .entry-media .wp-post-image {
    aspect-ratio: 5/2;
    border-radius: 0px;
    object-fit: cover;
    width: 100%;
}
.related-post.owl-carousel article {
    margin: 15px;
}
.equal-height .equal-height-item .post-box .post-inner{
    height: 100%;
}
body .post-box .post-inner {
    background: #fff;
    margin-bottom: 60px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0 rgb(0 0 0 / 9%);
    -webkit-box-shadow: 0px 0px 15px 0 rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 0px 15px 0 rgb(0 0 0 / 9%);
}
.tv-our-service-item .tv-our-service-inner {
    text-align: left;
    align-items: end;
}

.tv-our-service-wrap .tv-our-service-inner {
    background-color: transparent;
    background-image: linear-gradient(180deg, var( --e-global-color-8980ba1 ) 36%, #000000B8 100%);
}

 .tv-our-service-inner .tv-service-title h4 {
    font-size: 20px;
    color: var( --e-global-color-cf90c0a );
}
 .tv-our-service-inner .tv-service-title a:hover h4 {
    color: var( --e-global-color-secondary );
}
.tv-our-service-inner .tv-service-content {
    color: var( --e-global-color-cf90c0a );
}