@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
* {
    outline: none !important;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #1d2125;
}

img {
    max-width: 100%;
}

.scroller-content.custom-class {
    background: #1d2125;
}


/* sidebar-fillter-manual css  */


.blog-filter-condition-desktop {
    box-shadow: 1px 1px 26px 6px #d0d0d0;
    margin: 0px auto 0;
    border-radius: 2px;
}
.blog-filter-condition-desktop ul {
    list-style: none;
    padding: 20px;
    height: 1660px;
    overflow-y: scroll;
}
.blog-filter-condition-desktop ul li.condition {
    border-bottom: 1px solid #d8d8d8;
    padding: 5px 0 5px 0px;
    cursor: pointer;
    line-height: 1.6;
}
.blog-filter-condition-desktop ul li.condition:hover {
    color: #000;
}
.blog-filter-condition-desktop ul li.condition:last-child {
    border-bottom: none;
}
.blog-filter-condition-desktop ul li.condition.active {
    border-bottom: 2px solid #8d54a7;
    color: #000;
}


.pass-pro-page {
    position: relative;
	/*padding-top: 340px;*/
	margin: 0 auto;
	display: table;
	max-width: 660px;
	width: 100%;
	/*padding-bottom: 240px;*/
}
.page-template .pass-pro-page{
	padding-top: 340px;
	padding-bottom: 240px;
}

.pass-pro-page-inner {
    padding: 30px;
    background: #fff;
    border-radius: 3px;
    margin: 0 20px 120px;
}
.pass-pro-page-inner .post-password-form__label {
    color: #000;
    font-size: 23px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 10px 0;
}
.pass-pro-page-inner .post-password-message {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: normal;
    color: #303030;
    margin-bottom: 20px;
}
.pass-pro-page-inner .post-password-form input.post-password-form__input {
	padding: 10px;
	background: #fff;
	color: #575f5b;
	width: 100%;
	display: inline-block;
	border: 2px solid #d8d8d8;
}
.pass-pro-page-inner .post-password-form input.post-password-form__submit {
    margin-top: 20px;
	padding: 10px 60px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: #e35583;
	display: inline-block;
	font-weight: 400;
	border: none;
}

.btn {
    padding: 12px 32px;
    font-size: 20px;
    text-align: center;
    border-radius: 30px;
}

.modal .modal-dialog{
    box-shadow: 0 0 0 7000px rgba(0,0,0,0.6);
}
.modal-backdrop.show {
    display: none;
}
.scroller-content{
    z-index: 99;
    position: relative;
    background: #1d2125;
}

.head3 {
    font-size: 50px;
    font-weight: 300;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 16px;
}

.head3:before {
    content: "";
    width: 62px;
    height: 2px;
    position: absolute;
    background: #e35583;
    bottom: 0;
    left: 0;
}
.rehab-page .section-content .head3:before, .rehab-popup-content-inner .head3:before, .blog-page .body-chart-section-title .head3:before {
    content: none;
}
.rehab-page .section-content .head3, .rehab-popup-content-inner .head3, .blog-page .body-chart-section-title .head3{
    font-size: 34px;
}
.rehab-popup-content-inner .head3 span {
    font-size: 24px;
}
@media screen and (max-width: 767px){
    .rehab-page .section-content .head3, .rehab-popup-content-inner .head3, .blog-page .body-chart-section-title .head3{
        font-size: 28px;
    }   
    .rehab-popup-content-inner .head3 span {
        font-size: 20px;
    }
}

.pilates-page .our-story#story-section .head3:before {
    content: "";
    width: 62px;
    height: 2px;
    position: absolute;
    background: #80ba27;
    bottom: 0;
    left: 0;
}

.header {
    position: absolute;
    width: 100%;
    padding: 70px 0;
    z-index: 99;
	top:0;
}
.page-template-template-blog .header{
    background-image: linear-gradient(to top, rgba(29, 33, 37, 0), #1d212566 100%);;
}

.header .navbar {
    padding: 0;
}

.header .navbar .navbar-brand {
    padding: 0;
    width: 100%;
    max-width: 160px;
}

.header .navbar .navbar-nav {
    margin: 0 auto;
}

.header .navbar .navbar-nav .current_page_item a {
	text-decoration: none;
}

.header .navbar .navbar-nav .menu-item, .mobile-menu .navbar .navbar-nav .menu-item {
    margin: 0 7px;
	position:relative;
}

.header .navbar .navbar-nav .menu-item a, .mobile-menu .navbar .navbar-nav .menu-item a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0 10px;
    padding: 0;
}
.header .navbar .navbar-nav .menu-item .sub-menu, .mobile-menu .navbar .navbar-nav .menu-item .sub-menu{
    list-style: none;
}
.header .navbar .navbar-nav .menu-item .sub-menu li a, .mobile-menu .navbar .navbar-nav .menu-item .sub-menu li a{
    font-size: 15px;    
}
@media only screen and (min-width: 1200px){
    .header .navbar .navbar-nav .menu-item .sub-menu{
        background: #fff;
        position: absolute;
        right: 4px;
        min-width: 200px;
        padding: 11px 6px;
        margin-top: 15px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s;
    }

    .header .navbar .navbar-nav .menu-item .sub-menu:before{
        content: "";
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: #fff transparent;
        position: absolute;
        bottom: 100%;
        right: 15px;
    }
    .header .navbar .navbar-nav .menu-item .sub-menu:after{	
        content: "";
        z-index: 999;
        position: absolute;
        width: 100%;
        height: 15px;
        bottom: 100%;
        left: 0;
    }
    .header .navbar .navbar-nav .menu-item .sub-menu li{
        margin: 0;
        margin-bottom: 4px;
    }
    .header .navbar .navbar-nav .menu-item .sub-menu li a{
        color: #000;
        font-weight: 600;
    }
    .header .navbar .navbar-nav .menu-item:hover .sub-menu{
        visibility: visible;
        opacity: 1;	
    }
}


.header .navbar .navbar-nav .menu-item:not(.current_page_item) a:hover{
    text-decoration: none;
    border-bottom: 2px solid #8d54a7;
}

.header .navbar .form-inline {
    width: 60px;
    justify-content: flex-end;
	position: relative;
	margin:0;
}

.header .navbar .form-inline .search-toggle{
    cursor: pointer;
    padding: 4px 13px;
    margin-top: 3px;
    font-size: 18px;
}

.header .navbar .form-inline .search-toggle i {
    color: #ffff;
	cursor: pointer;
}

.header .navbar .form-inline input {
    position: absolute;
    top: 100%;
    margin-top: 16px;
    border-bottom: 2px solid rgb(255, 255, 255);
    border-radius: 0;
}

.header .navbar .form-inline button {
    
}

.header .navbar a {
    color: #ffff;
    padding: 11px 28px;
    font-size: 18px;
}

.header .navbar a:focus{
    box-shadow: none !important;
}
.sub-menu #menu-item-2786 a:hover ,.sub-menu #menu-item-2787 a:hover {
    border-bottom: 2px solid #e35583;
}
.sub-menu #menu-item-2791 a:hover , .sub-menu #menu-item-2790 a:hover {
	border-bottom: 2px solid #8d54a7;
}
.sub-menu #menu-item-2812 a:hover,.sub-menu #menu-item-2813 a:hover,.sub-menu #menu-item-2814 a:hover {
    border-bottom: 2px solid #80ba27;
}
.sub-menu #menu-item-2815 a:hover,.sub-menu #menu-item-2816 a:hover,.sub-menu #menu-item-2817 a:hover,.sub-menu #menu-item-2818 a:hover {
    border-bottom: 2px solid #49a6ae;
}
.sub-menu #menu-item-2877 a:hover, .sub-menu #menu-item-2878 a:hover{
	border-bottom: 2px solid #e35583;
}

.navbar-light .navbar-toggler {	
    position: absolute;
    right: 45px;
    top: 5px;
    padding: 1px 13px 4px;
    border: 1px solid #fff;
    border-radius: 30px;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    width: 22px;
    height: 19px;
    margin-right: 44px;
}

.navbar-light .navbar-toggler .navbar-toggler-icon:after{	
	content: "menu";
    text-transform: capitalize;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin-left: 30px;
    transform: translate(0px, 2px);
    display: block;
}


.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


.video-background {
    /*background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;*/
    background-color: #383838; 
 
}
.video-background .video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #444 no-repeat fixed center center/cover;
    height: 100%;
}
.video-foreground, .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}


.slide-section {
    position: relative;
    padding-top: 260px;
}

.slide-section:before {
    content: "";
    background-image: linear-gradient(to bottom, rgba(29, 33, 37, 0), #1d2125 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 194px;
    transform: rotate(180deg);
}

.slide-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 500px;
    background-image: linear-gradient(to bottom, rgba(29, 33, 37, 0), #1d2125 100%);
}

.section-content {
    max-width: 580px;
    margin-top: 240px;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.section-content h1 {
    font-size: 70px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
    letter-spacing: 2px;
}

.section-content h1:before {
    content: "";
    width: 70px;
    height: 3px;
    position: absolute;
    background: #e35583;
    bottom: -15px;
    left: 0px;
}

.section-content p {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 16px;
}

.section-content .heading {
    display: flex;
}

.section-content .heading span {
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    margin-right: 30px;
}

.section-content .heading a:hover{
    text-decoration: none;
}

.section-content .heading .cstmScrollButton i {
    color: #fff;
    transform: rotate(45deg);
    margin-right: 35px;
    font-size: 19px;
	display: inline-block;
}

.home .slide-area {
    /*background: #444 url(../images/home-banner.jpg) no-repeat center center/cover;
    background-image: url("../images/home-banner.jpg");*/
    padding-top: 400px;
    padding-bottom: 0px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.slide-area {
    position: relative;
    /**background: #444 url(https://thephysios.londonwordpress.com/wp-content/uploads/2020/10/home-banner.jpg) no-repeat center center/cover;*/
	background: #444 none no-repeat center center/cover;
    padding-top: 260px;
}
.slide-area::before {
    content: "";
    background-image: linear-gradient(to bottom, rgba(29, 33, 37, 0), #1d2125 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 194px;
    transform: rotate(180deg);
    z-index: 1;
}

.home .slide-area::after {
     content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 500px;
    /* background-image: linear-gradient(to bottom, rgba(29, 33, 37, 0), #1d2125 100%); */
}

.slide-area:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 500px;
    /* background-image: linear-gradient(to bottom, rgba(29, 33, 37, 0), #1d2125 100%); */
}

.home .slide-area .slide-content {
    max-width: 580px;
    display: inline-block;
    position: relative;
    z-index: 9;
    padding: 30px 0;
}
.slide-area .slide-content {
    max-width: 580px;
    margin-top: 100px;
    margin-bottom: 150px;
    display: inline-block;
    position: relative;
    z-index: 9;
	padding:0px;
}
.slide-area .slide-content h1,
.slide-area .slide-content h4{
    font-size: 70px;
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 30px;
}
.our-story .slide-area .slide-content h1{
    font-size: 70px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
    letter-spacing: 2px;
}
.our-story .slide-area .slide-content h1::before {
    content: "";
    width: 70px;
    height: 3px;
    position: absolute;
    background: #8d54a7;
    bottom: -15px;
    left: 0px;
}
.slide-area .slide-content h4{
    font-size: 70px;
    margin-top: -20px;
}

.slide-area .slide-content .btns {
    display: flex;
    align-items: center;
}

.slide-area .slide-content .btns a.fancybox {
    display: inline-flex;
    align-items: center;
}

.slide-area .slide-content .btns a.fancybox:hover {
    text-decoration: none;
}

.slide-area .slide-content .btns h5 {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    margin-left: 20px;
}

.slide-area .slide-content .btns i {
    color: #ffff;
    font-size: 50px;
    margin-left: 35px;
}

.slide-area .slide-content .btns .btn-play {
    padding: 0;
    margin-left: 13px;
    color: #fff;
    width: initial;
}
.banner-text-header {
    display: block;
    z-index: 9;
    position: relative;
    max-width: 1050px;
    margin: 20px auto auto;
    text-align: center;
}
.banner-text-header p {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 20px 0;
}
.scroll-down-button {
    display: block;
    z-index: 9;
    position: relative;
    text-align: center;
    padding: 30px 0;
}

.scroll-down-button a {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
	width: 100px;
	margin: 0 auto;
}
.scroll-down-button a span {
    margin: 0 0 15px 0;
    font-size: 19px;
}
.scroll-down-button a i {
    font-size: 17px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bg-gray {
    background: #1d2125;
    margin: -2px 0;
    position: relative;
}

.default-page .welcome-section .content {
    max-width: none;
}
.default-page .welcome-section .content p {
    max-width: none;
}
.default-page .welcome-section .content hr {
    margin: 32px auto;
    opacity: 0.7;
	max-width: 150px;
	border-top: 2px solid;
}



.welcome-section {
    padding: 100px 30px 150px;
    margin-top: -2px;
    text-align: center; 
	background: rgb(29,32,37);
	background: linear-gradient(180deg, rgba(29,32,37,0) 0%, rgba(29,32,37,0.1824930655856093) 12%, rgba(29,32,37,0.4009804605435925) 30%, rgba(29,32,37,0.5494398442970938) 47%, rgba(29,32,37,0.6194678555015756) 64%, rgba(29,32,37,0.7791317210477942) 80%, rgba(29,32,37,1) 100%);
	position:relative;
}


.search-page .slide-section {
    padding-bottom: 50px;
    background: transparent none no-repeat scroll 0 0/cover;
}

.search-page .slide-section .section-content{
    max-width: 100%;
    margin-top: 60px;
}

.search-page .welcome-section {
    padding: 70px 0;
    min-height: 100vh;
}

.search-page .welcome-section .single-section .single-content-section h2 a {
   font-size: 30px;
}
.search-page h1 {
    margin: 0 0 24px;
}
.welcome-section .content {
    color: #fff;
    position: relative;
    z-index: 9;
}
.welcome-section .content .head3 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 60px;
    position: relative;
}
.welcome-section .content .head3::before {
    content: "";
    width: 62px;
    height: 2px;
    position: absolute;
    background: #e35583;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*.welcome-section .content p {
    font-size: 18px;
    font-weight: 200;
    color: #ffffff;
    margin-bottom: 45px;
    line-height: 1.4;
    max-width: 410px;
    opacity: 0.9;
} */

.welcome-section .content .list {
    display: flex;
    padding: 0;
    justify-content: center;
}

.welcome-section .content .list a{
    display: flex;
	align-items: center;
}

.welcome-section .content .list a:hover{
   text-decoration: none;
}

.welcome-section .content .list li {
    font-size: 24px;
    margin-right: 40px;
    font-weight: 300;
    list-style: none;
    color: #d04471;
}

.welcome-section .content .list i {
    margin-right: 30px;
    color: #fff;
    display: none;
}
.welcome-section .content .list li:hover {
    text-decoration: underline;
}
.help-section {
    padding: 100px 0 50px;
}
.welcome-section:after {
    content: "";
    width: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(29, 33, 37, 0), #1d2125 100%);
    height: 300px;
    left: 0;
}
.help-section h3 {
    font-size: 50px;
    font-weight: 300;
    color: #ffff;
    position: relative;
    margin-bottom: 50px;
    padding-right: 124px;
}

.help-section h3:before {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    background: #e35583;
    bottom: -20px;
    left: 0;
}

.help-section .item {
    color: #fff;
    margin: 0 0 85px;
}

.help-section .item h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.help-section .item p {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4;
    opacity: 0.9;
}

.help-section .item p a {
    color: #e35583;
    font-weight: 300;
}

.help-section .item p a:hover {
    text-decoration: underline;
}

.patient-stories {
    background: #e0e0e0;
    padding: 90px 0 120px 0;
	position:relative;
}
.patient-stories .img-section {
    padding-left: 70px;
    margin-top: 100px;
}

.patient-stories .head3 {
    color: #303030;
}
.patient-stories p {
    font-size: 20px;
    font-weight: 300;
    color: #303030;
    margin-bottom: 40px;
    line-height: 1.3;
    max-width: 500px;
}

.patient-stories p strong {
    font-weight: 600;
}

.patient-stories p i {
    font-size: 17px;
}

.patient-stories .btn {
    margin-bottom: 40px;
}

.patient-stories.reviews {
    font-size: 20px;
    font-weight: 300;
    color: #303030;
    margin-bottom: 30px;
}

.patient-stories .card {
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(198,196,196,0.7);
    height: calc(100% - 30px);
    position: relative;
    transition: 0.3s;
}

.patient-stories .card:before{
    content: "";
    position: absolute;
    height: 7px;
    width: 100%;
    background: #d04471;
    bottom: 0;
	transition: 0.5s;
	visibility:hidden;
	opacity:0;
}

.patient-stories .card:hover{
    box-shadow: 1px 1px 37px 10px #c6c6c6;
}
.patient-stories .card:hover:before{
	visibility: visible;
    opacity: 1;
}

.patient-stories .card .card-body {
    padding: 33px;
    position: relative;
}

.patient-stories .card .card-body h4 {
    font-size: 20px;
    color: #303030;
    margin-bottom: 10px;
}

.patient-stories .card .card-body .ratting {
    margin-bottom: 10px;
}

.patient-stories .card .card-body .ratting i {
    font-size: 15px;
    
}

.patient-stories .card .card-body .ratting i.selected{
    color: #f39600;
}

.patient-stories .card .card-body .ratting i.unselected{
	  color: #afafaf;
}

.patient-stories .card .card-body p {
    font-size: 18px;
    font-weight: 400;
    color: #303030;
    line-height: 1.3;
    opacity: 0.8;
}

.patient-stories .card .card-body time {
    font-size: 15px;
    font-weight: 400;
}

.location-section {
    background: #1d2125;
    padding: 100px 0 65px 0;
    margin: -2px 0;
    position: relative;
}

.location-section .content-item {
    color: #ffff;
    padding: 0 50px 0 50px;
}

.location-section .content-item h3 {
    font-size: 50px;
    font-weight: 300;
    color: #ffff;
    position: relative;
    margin-bottom: 50px;
}

.location-section .content-item h3:before {
    content: "";
    width: 70px;
    height: 3px;
    position: absolute;
    background: #e35583;
    bottom: -15px;
    left: 0px;
}

.location-section .content-item address {
    margin-bottom: 35px;
}

.location-section .content-item address h5 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
}

.location-section .content-item address span {
    font-size: 20px;
    font-weight: 300;
}

.location-section .content-item address .telSectn a{
    color: #fff;
}

.location-section .content-item address a {
    color: #d04471;
    padding-left: 10px;
}

.location-section .content-item address a:hover{
    text-decoration: none;
}

.location-section .content-map {
    padding: 0 50px 0 50px;
}

.location-section .content-map iframe {
    width: 100%;
}

.location-section .content-map .heading {
    padding: 35px 0;
}
.location-section .content-map .heading a{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.location-section .content-map .heading h4 a:hover{
   text-decoration: underline;
}
.location-section .content-map .heading i {
    font-size: 24px;
    margin-right: 26px;
	color: #fff;
}

.location-section .content-map .heading h4 {
    font-size: 20px;
    font-weight: normal;
	color: #fff;
    margin-right: 15px;
}

.location-section .content-map .heading h4:last-child {
    float: right;
    margin: 0;
}

.footer {
    background: #e35583;
    background-image: linear-gradient(to bottom, #e86190, #d04471, #ce4d76);
    width: 100%;
}

.footer.fixed{
    position: fixed;
    bottom: 0;
    z-index: 0;
    padding: 60px 0;
}


@-moz-document url-prefix() {
  .footer.fixed .main-footer{
    padding-bottom: 60px;
  }
}

.footer .search {
    padding-bottom: 50px;
}

.footer .search .input-group input {
    border-bottom: 2px solid #000000;
    opacity: 0.3;
    font-size: 24px;
    color: #303030;
}

.footer .search .input-group input::placeholder {
    color: #303030;
    opacity: 1;
}
.footer .brand img {
    float: right;
    max-width: 170px;
}



.footer .search i {
    position: absolute;
    right: 3px;
    bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #000;
	  cursor: pointer;
}

.footer .footer-item ul {
    list-style: none;
    padding: 0;
}

.footer .footer-item ul li {
    margin-bottom: 4px;
}

.footer .footer-item ul li a {
    font-weight: 700;
    color: #303030;
    font-size: 28px;
	position:relative;
}
.footer .footer-item ul li a:after {
    content: "\e921";
    width: 13px;
    height: 14px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(4px, -60%) scale(0);
    transition: 0.2s;
    font-family: 'icomoon';
    font-size: 15px;
    font-weight: 400;
}

.footer .footer-item ul li a:hover{
    text-decoration: none;
}
.footer .footer-item ul li a:hover:after{
   transform: translate(14px, -60%) scale(1);
}

.footer .item-1 {
    position: relative;
}

.footer .item-1 .video-section iframe{
    min-height: 160px;
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.3);
}

.footer .item-1 .video-section .single-video-section a h4{
    color: #000;
    font-size: 20px;
    display: inline-block;
    margin: 0;
    font-weight: 500;
}

.footer .item-1 .video-section .single-video-section a:hover{
    text-decoration: none;
}

.footer .item-1 h6 {
    font-size: 16px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 20px;
}
.footer .item-1 h6 a {
    color: #303030;
}

.footer .item-1 h6 span {
    text-decoration: underline;
}

.footer .item-1 i {
    position: absolute;
    top: 0;
    right: 0;
    color: #1d2125;
    font-size: 15px;
}

.footer .item-1 img {
    width: 100%;
    max-height: 165px;
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.footer .item-1 .item-content {
    background: #fff;
    padding: 21px;
}

.footer .item-1 .item-content h4 {
    font-size: 22px;
    font-weight: normal;
    color: #303030;
    margin-bottom: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}

.footer .item-1 .item-content a:hover{
    text-decoration: none;
}

.footer .item-1 .item-content p {
    font-size: 16px;
    font-weight: 300;
    color: #303030;
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 72px;
}

.footer .item-1 .item-content h6 {
    font-size: 12px;
    font-weight: 300;
    color: #303030;
    margin-bottom: 0;
}

.footer .main-footer {
    padding: 50px 0 0;
}

.footer .main-footer .button a {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #d34975;
    border-radius: 50px;
    padding: 13px 40px;
    display: inline-block;
    border: 1px solid #303030;
    transition: 0.4s;
    background: #303030;
}

.footer .main-footer .button a:hover {
    text-decoration: none;
    background: #d34975;
	color:#303030;
}

.footer .main-footer .footer-item ul {
    list-style: none;
    display: flex;
    margin: 0;
    justify-content: flex-end;
}

.footer .main-footer .footer-item ul li {
    margin-right: 30px;
    color: #303030;
    margin-bottom: 0px;
    text-decoration: underline;
}

.footer .main-footer .footer-item ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}
.footer .main-footer .footer-item ul li a:after{
	display:none;
}

.footer .main-footer .footer-item ul li:last-child {
    margin: 0;
}
.single-video-section.image-1.mb-4 {
    position: relative;
}
.footer .item-1 .video-section .single-video-section a h4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.about-section {
    background: #444 url(../images/home-banner.jpg) no-repeat center center/cover;
}

.our-story#story-section {
    background: #1d2125;
    padding: 150px 30px 160px 30px;
    position: relative;
    margin: -1px 0;
}
.our-story .owl-nav{
    position: absolute;
    bottom: 50%;
    z-index: 9;
    width: 100%;
    left: 50%;
    max-width: 1340px;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
}
.our-story .owl-nav .owl-next{
    float: right;
}
.our-story .owl-nav .owl-next i{
    font-size: 20px;
    color: #fff;
}
.our-story .owl-nav .owl-prev{
    float: left;
    transform: rotate(180deg);
}
.our-story .owl-nav .owl-prev i{
    font-size: 20px;
    color: #868686;
}
.our-story .owl-dots{
    margin-left: 39px;
    margin-top: 10px;
}

.our-story .owl-dot.active {
    color: #fff;
}

.our-story .content {
    color: #fff;
    max-width: 305px;
}

.our-story .content h3 {
    color: #fff;
    margin-bottom: 43px;
}

.blog-page .our-story .content h3:before{
   background: #f39600;
}

.our-story .content p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

.our-story .image img {
    width: 100%;
}

.our-story .item {
    padding: 0;
}
.our-story .item .story-content.pilates-page {
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
    position: relative;
    width: 48%;
    margin: 0 15px 15px 0;
    float: left;
}
.our-story .item .story-content {
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
    position: relative;
    width: 100%;
}
.our-story .item .story-content.pilates-page:last-child {
    margin: 0;
}
.single-video-page .wp-block-separator {
    border-bottom: 2px solid #ce4b75;
    display: table;
    width: 200px;
}
.our-story .item .story-content.overlay::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.our-story .item .content-item {
    padding: 25px 0px 0 25px;
    position: relative;
    z-index: 1;
}
.our-story .item .story-content .content-item h5 {
	color: #3a3a3a;
    font-size: 20px;
	font-weight: 600;
    position: relative;
}
.our-story .item .story-content.Light .content-item h5 {
   color: #fff;
}
.our-story .item .story-content.Dark .content-item h5 {
   color: #fff;
}


.our-story .item .story-content.Dark:before,
.our-story .item .story-content.Dark:after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ffffff 145%);
}




.our-story .item .video-icon {
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    z-index: 9;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    background: transparent;
    border: 0;
}

.our-story .item .video-icon:hover {
    text-decoration: none;
}

.our-story .item .video-icon i {
    font-size: 27px;
    margin-right: 20px;
}

.our-story .item .video-icon span {
    color: #fff;
    display: contents;
}
.our-story .item .story-content.pilates-page .online-classes-btn {
    position: absolute;
    top: 100%;
    padding: 11px 60px;
    margin-top: 30px;
    background: #d04471;
    color: #fff;
    font-weight: 600;
    border-radius: 60px;
}
.our-story .item .story-content.pilates-page .online-classes-btn:hover {
    text-decoration: none;
	background: #be305d;
}
.team {
    background: #f7f7f7;
    padding: 130px 0 60px 0;
	margin: -1px;
}
/* .body-part-wrapper-cls .team{
    background: #1d2125;    
} */

.modal.show .modal-dialog {
    max-width: 1300px;
}

.modal.show .modal-dialog .modal-content{
   min-height: 300px;
}

.modal.show .modal-dialog .modal-content .loader-section-modal{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

 .close-content-sectn button.close {
    border: 0;
    font-size: 40px;
    color: #000;
    position: absolute;
    opacity: 1;
    z-index: 99;
    right: 60px;
    top: 50px;
}

.close-content-sectn button.close:hover{
     color: #000;
}

.close-content-sectn{
	background: #f7f7f7;
    width: 100%;
}

.close:hover {
    color: unset;
    text-decoration: none;
    background: #f7f4f4;
}
.modal-body {
    padding: 0px;
}
.team .team-item {
    max-width: 910px;
    margin: 0 auto;
    text-align: center;
}

/*.team .item a{
    position: absolute;
    left: 20px;
    top: 10px;
    right: 20px;
    text-align: left;
    color: #fff;
}
*/
.team .item .video-overlay {
    position: initial;
}
.team .item .video-overlay:before {
    content: "";
    width: 110%;
    height: 110%;
    position: absolute;
    z-index: 999;
    top: 0;
}
.team .item a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: left;
    color: #fff;
    height: 100%;
}
.first-section .item a h4, .second-section .item a h4{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.team .item a h4{
    font-size: 16px;
    font-weight: 500;
}
.team .item {
    position: relative;
    margin: 0 0 17px;
}
.team .item video{
    display: block;
}


.team .first-section .team-item iframe {
    min-height: 349px;
}

.team .second-section .team-item iframe {
    min-height: 164px;
}

.team .first-section .item iframe {
    min-height: 349px;
}

.team .second-section .item iframe {
    min-height: 164px;
}

.team .team-item h3 {
    margin-bottom: 45px;
}

.team .team-item h3:before, .team .team-item h1:before {
    left: 50%;
    transform: translate(-50%, 0);
}
.team .team-item .filter-blog-icons,
.team .team-item .filter-video-icons {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #303030;
    margin-bottom: 20px;
    opacity: 0.9;
}

.team .team-item .filter-blog-icons i,
.team .team-item .filter-video-icons i{
    font-size: 23px;
    margin: 0 13px 21px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.team .team-item a h4 {
    color: #000;
    font-size: 18px;
	cursor: pointer;
}

.team .team-item a:hover{
    text-decoration: none;
}

.team .team-item .filter-blog-icons i{
    font-size: 23px;
    margin-right: 35px;
    cursor: pointer;
    position: relative;
}

.team .team-item .filter-blog-icons i.active {
    padding-bottom: 5px;
}
.team .team-item .filter-video-icons i.active {
    padding-bottom: 5px;
}
.team .team-item ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    font-weight: 600;
    margin: 30px 0 40px 0;
	flex-wrap: wrap;
}

.team .team-item ul li {
    font-size: 18px;
    margin-right: 30px;
    color: #303030;
    opacity: 0.2;
	cursor: pointer;
}

.team .team-item ul li a {
    color: unset;
}

.team .team-item ul li i {
    font-size: 16px;
}

.team .team-item img {
    width: 100%;
}

.team .active {
    /* opacity: 1 !important;
    border-bottom: 2px solid #f39600; */
}
.team .team-item ul li:hover {
    opacity: 1;
    border-bottom: 2px solid #f39600;
}
.team .team-content {
    text-align: center;
    margin-top: 40px;
}

.filterBlogData>span {
    margin: 0 auto;
    font-size: 20px;
	width: 100%;
	
}

.filterVideoData>span{
	width: 100%;
	text-align: center;
	font-size: 20px;
}

.team .team-content p {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #303030;
    margin-bottom: 90px;
}

.team .team-content p i {
    font-size: 22px;
    cursor: pointer;
    margin: 0;
    display: inline-block;
}
.team .team-content p i[class*="icon"] {
    margin: 0 15px;
}

.team .team-content .card {
    margin-bottom: 30px;
    border-style: none;
    box-shadow: 1px 1px 13px 5px #f3f0f0;
    border-radius: 8px;
    height: calc(100% - 30px);
    transition: 0.5s;
}

.team .team-content .card:hover {
    box-shadow: 1px 1px 26px 6px #d0d0d0;
}
.page-template-template-blog .team .team-content .card{
    box-shadow: 1px 1px 13px 5px #373737;
}
.page-template-template-blog .team .team-content .card:hover{
    box-shadow: 1px 1px 13px 5px #474646;
}
.team .team-content .card img {
    max-width: 100%;
    border-radius: 2px 2px 0 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.team .team-content .card .profile img {
    width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px;
}

.team .team-content .card .card-body {
    padding: 21px 31px;
    text-align: left;
    display: block;
}

.team .team-content .card .card-body span {
    font-size: 13px;
	padding: 0px 8px 0px 0px;
}
.dots b {
    font-weight: 400;
    font-size: 12px;
}

.team .team-content .card .card-body h4 {
    margin-top: 7px;
	cursor: pointer;
}

.team .team-content .card .card-body a {
    font-size: 26px;
    color: #303030;
    margin: 10px 0;
	cursor: pointer;
}
.team .team-content .card .card-body .read-more-single{
    font-size: 16px;
    color: #303030;
    position: absolute;
    bottom: 12px;
}

.pagination-section{
	text-align: center;
    width: 100%;
    margin-top: 20px;
}

.pagination-section span{
	font-size: 17px;
    padding: 0 10px;
}

.pagination-section a{
	font-size: 17px;
    padding: 0 10px;
}

.team .team-content .card .card-body a:hover{
    text-decoration: none;
}

.team .team-content .card .card-body p {
    font-size: 16px;
    color: #303030;
    text-align: left;
    font-weight: 300;
    margin-bottom: 66px;
    line-height: 20px;
}

.team .team-content .card .card-body h6 {
    margin-bottom: 11px;
    font-size: 16px;
    min-height: 40px;
}

.team .team-content .card .card-body .profile {
    position: absolute;
    bottom: 28px;
    background: none;
    display: flex;
    align-items: center;
    left: 30px;
    right: 30px;
}
.team .team-content .card .card-body .profile span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

/* .team .team-content .card .card-body .c-footer {
    position: absolute;
    bottom: -37px;
} */

.team .team-content .card .card-body .c-footer .icons {
    margin: 0;
}

.team .team-content .card .card-body .c-footer .icons i {
    font-size: 21px;
    margin-right: 8px;
}
.c-footer {
    display: flex;
    flex-wrap: wrap;
}
.team .team-content .card .card-body .c-footer ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0 0 2px;
    min-height: 50px;
	width: 100%;
}

.team .team-content .card .card-body .c-footer ul li {
    font-size: 14px;
    color: #303030;
    padding-right: 4px;
    display: inline;
}

.team .team-content .card .card-body .c-footer p{
	margin:0;
}

.team .team-content .card .card-body .c-footer p i {
    margin: 0 10px 0 0;
    padding-top: 10px;
}

a.ytp-title-link.yt-uix-sessionlink {
    display: none;
}

.team .loadMoreVideoButton,
.loadMoreBlogButton, .loadMoreBlogConditionButton,.loadMoreCatBlogButton,.loadMoreCatGpstp {
    font-size: 19px;
    color: #303030;
    margin-top: 25px;
    text-decoration: underline;
    font-weight: 600;
	display: inline-block;
	cursor: pointer;
    text-align: center;
	
}
.loadMoreCatGpstp {
    text-align: center;
    display: block;
}
a.loadMoreBlogConditionButton:hover{
	color: #303030;
}
.loadMoreBlogButton img, .loadMoreBlogConditionButton img, .loadMoreCatBlogButton img, .loadMoreCatGpstp img{
    width: 20px;
	margin-right: 10px;
}
.team .loadMoreVideoButton img{
	width: 20px;
	margin-right: 10px;
}



.blog-page .team .team-content .card .card-body {
    display: inline-block;
}


.join {
    background: #f7f7f7;
    padding: 40px 0 120px 0;
}

.join .join-item {
    padding: 0 50px;
}
.join .join-item input.wpcf7-form-control.wpcf7-submit[type="submit"] {
	background: #e35583;
    color: #fff;
    border-color: #e35583;
    margin-top: 56px;
    border: none;
    padding: 10px 60px;
}
.single-video-page{
    background: #1d2125;
}
.single-video-page .join .join-item input.wpcf7-form-control.wpcf7-submit[type="submit"] {
    background: #f39600;
    border-color: #f39600;
}

.single-post-page .join .join-item input.wpcf7-form-control.wpcf7-submit[type="submit"] {
   background: #f39600;
    border-color: #f39600;
}

.blog-page .join .join-item input[type="submit"], .condition-page .join .join-item input[type="submit"], .custom-blog-newsletter .join-item .input-group input[type="submit"] {
    background: #f39600;
    margin-top: 56px;
    color: #fff;
    padding: 10px 60px;
    border: none;
}

.blog-page .join .join-item .input-group .mc4wp-form, .condition-page .join .join-item .input-group .mc4wp-form, .custom-blog-newsletter .join-item .input-group .mc4wp-form{
    width: 100%;
}

.join .join-item .wpcf7{
    width: 100%;
}

.join .join-item h3 {
    font-size: 50px;
    font-weight: 300;
    color: #303030;
}

.join .join-item p {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: normal;
    color: #303030;
    margin-bottom: 40px;
}

.join .join-item .input-group {
    co: red;
}

.join .join-item .input-group .form-section-input {
    position: relative;
    text-align: left;
    margin-top: 4px;
	display: block;
}
.tabination-section .form-section-input span {
    display: block;
    padding: 0 80px 0 0;
}
.join .join-item .input-group .form-section-input label{
    color: #000;
    font-size: 23px;
    font-weight: 300;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 20px;
    z-index: 9;
    transition: all 0.3s;
}

.join .join-item .input-group .form-section-input label.is-focus,
.join .join-item .input-group .form-section-input label.is-filled{
    font-size: 14px;
    top: 3px;
}
.join .join-item .input-group .form-section-input input,
.join .join-item .input-group .form-section-input textarea {
    font-size: 23px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    display: block;
    padding: 20px 0 7px;
    margin-bottom: 0;
    line-height: 1.5;
    color: #444;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    border-bottom: 2px solid rgba(237,237,237, 0.7);
    appearance: none;
    -webkit-appearance: none;
}
.join .join-item .input-group .form-section-input textarea{
    height: 180px;
}


.join .join-item .input-group .form-section-input input::-webkit-contacts-auto-fill-button {
	background: #fff;
}

.join .join-item .input-group .form-section-input input::placeholder {
    color: black;
}

.join .join-item .input-group .form-section-input input:focus {
    border-bottom-color: #e35583;
}

.join .join-item .input-group .form-section-input textarea:focus {
    border-bottom-color: #e35583;
}



.profile {
    background: #f7f7f7;
}

.profile .paul {
    padding: 130px 70px 80px 70px;
}

.profile .paul .paul-item {
    max-width: 500px;
}

.profile .paul .paul-item img {
    co: red;
}

.profile .paul .paul-item h2 {
    font-size: 70px;
    font-weight: 300;
    color: #1d2125;
    margin-bottom: 20px;
}

.profile .paul .paul-item h5 {
    font-size: 22px;
    font-weight: 300;
    color: #1d2125;
    margin-bottom: 48px;
    position: relative;
    padding-bottom: 13px;
}

.profile .paul .paul-item h5:before {
    content: "";
    width: 70px;
    height: 3px;
    position: absolute;
    background: #e35583;
    bottom: -15px;
    left: 0px;
}

.profile .paul .paul-item ul {
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
    display: flex;
}

.profile .paul .paul-item ul li {
    font-size: 16px;
    color: #1d2125;
    margin-right: 5px;
}

.profile .paul .paul-item p {
    font-size: 20px;
    font-weight: 300;
    color: #1d2125;
    line-height: 1.3;
}

/* .profile .paul .paul-item a { */
    /* font-size: 20px; */
    /* text-align: center; */
    /* color: #ffffff; */
    /* width: 310px; */
    /* margin-top: 40px; */
	/* padding: 12px 10px; */
/* } */

.profile .paul .paul-item .links {
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
}

.profile .paul .paul-item .links a {
    color: #e35583;
    font-size: 14px;
    font-weight: normal;
    margin-right: 30px;
    padding: 0;
    text-decoration: none;
    width: initial;
    vertical-align: text-bottom;
}

.profile .paul .paul-item .links i {
    font-size: 20px;
    color: black;
    margin-right: 7px;
}

.profile .resources {
   padding: 50px 70px 120px 70px;
}

.profile .resources .card{
    margin-bottom: 30px;
    border-style: none;
    box-shadow: 1px 1px 13px 5px #f3f0f0;
    border-radius: 8px;
    height: calc(100% - 30px);
    transition: 0.5s;
}
.profile .resources .card img {
    height: 175px;
    object-fit: cover;
    object-position: center;
	width:100%;
}

.profile .resources .card .card-body{
    padding: 21px 31px;
    text-align: left;
}

.profile .resources .card .card-body h6 {
    font-size: 12px;
    font-weight: 300;
    color: #303030;
    position: absolute;
    bottom: 10px;
}

.profile .resources .card .card-body p {
    font-size: 16px;
    font-weight: 300;
    color: #303030;
    margin-bottom: 30px;
}

.profile .resources .card .card-body h4{
    font-size: 24px;
    font-weight: normal;
    color: #303030;
    margin-bottom: 15px;
}

.profile .resources .card .card-body a{
    margin: 0;
	text-decoration: none;
}

.profile .resources .customVideoCol a{
   margin: 0 !important;
}

.profile .resources .customVideoCol a h4{
   font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.profile .resources .resources-item a:hover{
    text-decoration: none;
}
.profile .resources .resources-item .cstmItem {
    position: relative;
    height: 175px;
}
.profile .resources .resources-item .cstmItem iframe {
    height: 175px;
    width: 100%;
}
.profile .resources .resources-item .cstmItem a{
	position: absolute;
	left: 20px;
	top: 10px;
	right: 20px;
	text-align: left;
	color: #fff;
}

.profile .resources h3 {
    margin-bottom: 65px;
}

.profile .resources .resources-item video{
    object-fit: initial; 
    height: 181px;
}

.profile .resources .resources-item img {
    max-width: 100%;
}

.profile .resources .resources-item .item-content {
    background: #fff;
    padding: 0px 20px 0px;
}

.profile .resources .resources-item .innr-content {
    box-shadow: 1px 1px 13px 5px #f3f0f0;
	
}

.profile .resources .resources-item .item-content a{
    margin:0;
}

.profile .resources .resources-item {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: flex-start;
	width:100%;
}
.profile .resources .resources-item .inner-item-content {
    box-shadow: 1px 1px 13px 5px #f3f0f0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    background: #fff;
    align-items: flex-start;
}

.profile .resources .resources-item .item-content h4 {
    font-size: 24px;
    font-weight: normal;
    color: #303030;
	margin-bottom: 15px;
}

.profile .resources .resources-item .item-content p {
    font-size: 16px;
    font-weight: 300;
    color: #303030;
}

.profile .resources .resources-item .item-content h6 {
    font-size: 12px;
    font-weight: 300;
    color: #303030;
}

.profile .resources .resources-item h5 {
    font-size: 16px;
    color: #303030;
    margin-top: 30px;
}

.profile .resources .resources-item h5:hover {
    text-decoration: underline;
}

.profile .resources .resources-item .image-1 img {
    width: 100%;
    height: fit-content;
}
.profile .resources .resources-item .image-1.mb-3 {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}
.profile .resources .resources-item .image-1 iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.profile .resources .resources-item .image-1 a{
    margin-top: 5px;
}

.profile .resources .resources-item .image-1 a h4{
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.profile .resources .resources-item a.moreBlogInner {
    margin: 35px 0 0 0 !important;
}

.profile .resources .resources-item a img {
    height: 175px;
    object-fit: cover;
    width: 100%;
    border-radius: 2px 2px 0 0;
}
.profile .resources .resources-item a {
    color: #000000;
	width: 100%;
    display: inline-block;
}

.profile .resources .resources-item a span {
    text-decoration: underline;
}

.footer-section {
    background: #303030;
    display: none;
}

.footer-section .item-1 {
    display: flex;
}

.footer-section .item-1 h4 {
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
}

.footer-section .item-1 img {
    width: 80px;
    height: 80px;
}

.footer-section .item-1 i {
    color: #FFFFFF;
    padding: 0 15px;
}

.footer-section .item-1 .rotate {
    transform: rotate(180deg);
}

.footer-section .item-2 {
    padding: 28px 0;
}

.footer-section .item-2 i {
    color: #FFFFFF;
}


.service-section {
    background: url(../images/6C50A2C8-A635-4AF0-B6D0-482C519A5DA4.png) no-repeat center center/cover;
}

.service-section h1:before {
    background: #8d54a7;
}




.recovery {
    width: 100%;
    padding: 150px 0;
}

.recovery .recovery-content {
    padding: 0 80px;
    position: relative;
}
.recovery .recovery-content .owl-nav .owl-prev{
    float: left;
	transform: rotate(180deg);
}
.recovery .recovery-content .owl-nav{
    position: absolute;
    bottom: 50%;
    z-index: 9;
    width: 100%;
    margin-left: -76px;
}
.recovery .recovery-content .owl-nav i{
    font-size: 20px;
    color: #868686;
	cursor: pointer;
}
.recoverySectionSlider .owl-dot.active span{
	color: #fff;
}
.recovery .recovery-content .owl-nav .owl-next{
    float: right;
}
.recovery .recovery-content .owl-nav i:hover{
    color: #fff;
}

.recovery .recovery-content .head3 {
    color: #fff;
    margin-bottom: 60px;
}

.recovery .recovery-content .head3:before {
    background: #8d54a7;
}

.recovery .recovery-content .content {
    position: relative;
}

.recovery .recovery-content .content img {
    width: 100%;
}

.recovery .recovery-content .content .item {
    color: #fff;
    max-width: 370px;
    position: absolute;
    bottom: 0;
    padding: 60px 40px;
}


.recovery .videoSection {
    position: absolute;
    right: 60px;
    top: -120px;
    bottom: 60px;
}
.recovery .mainVideoSection {
    position: relative;
    z-index: 99;
}

.recovery .mainVideoSection a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.recovery .mainVideoSection i {
    font-size: 20px;
    color: #fff;
}

.recovery .mainVideoSection img {
    width: 231px;
    height: 150px;
}

.recovery .mainVideoSection h4 {
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 10px;
}




.recovery .recoverySectionSlider .owl-dots{
    padding: 0 39px;
}
/* .recovery .recovery-content .content .item:after {
    content: "";
    height: 4px;
    width: 125px;
    background: #4e2e5d;
    position: absolute;
    top: 0;
    right: 0;
}

.recovery .recovery-content .content .item:before {
    content: "";
    height: 4px;
    width: 245px;
    background: #8d54a7;
    position: absolute;
    top: 0;
    left: 0;
}
 */
.recovery .recovery-content .content .item h4 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 30px;
}

.recovery .recovery-content .content .item p {
    font-size: 19px;
    font-weight: 200;
    line-height: 1.3;
}

.service {
    background: #f7f7f7;
    padding: 110px 0;
}

.service .service-content {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.service .service-content h3 {
    margin-bottom: 50px;
}

.service .service-content h3:before {
    background: #8d54a7;
    left: 50%;
    transform: translate(-50%, 0);
}

.service .service-content p {
    font-size: 20px;
    font-weight: 300;
    color: #303030;
    margin-bottom: 50px;
}

.service .service-item .alphabets {
    font-size: 29px;
    font-weight: 300;
    margin-bottom: 65px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.service .service-item .alphabets span{
    opacity: 0.5;
	padding: 0 2px;
    margin: 0 8px;
	border-bottom: 1px solid transparent;
}
.service .service-item .alphabets span.havingcontent {
    opacity: 1;
	cursor:pointer;
}
.service .service-item .alphabets span.havingcontent.active  {
    border-bottom: 1px solid #8d54a7;
}
.service .service-item .alphabets span.havingcontent:hover {
    border-bottom: 1px solid #8d54a7;
}



.service .service-item {
    margin: 60px 0 0 0;
}

.service .service-item .card {
    border: none;
    box-shadow: 1px 1px 12px #dfdfdf;
    margin-bottom: 30px;
    transition: 0.5s;
    height: calc(100% - 30px);
	position:relative;
}

.service .service-item .card:hover {
    box-shadow: 1px 1px 25px 11px #e6e6e6;
}

.service .service-item .card .card-body {
    padding: 0;
    overflow: hidden;
    position: relative;
}
.service .service-item .card .card-body .image-section{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 99;
    opacity: 0;
    transition: all 0.4s;
	
}
.service .service-item .card .card-body .image-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service .service-item .card .card-body.image-body-section:hover .image-section{
    visibility: visible;
    opacity: 1;
}

.service .service-item .card .card-body .content-section{
    padding: 30px;
    position: relative;
    height: 100%;
    transform: translate(0px, 0%);
	transition:all 0.4s;
}


.service .service-item .card .card-body h4 {
    font-size: 26px;
    font-weight: normal;
    color: #303030;
    margin-bottom: 45px;
    margin-top: 15px;
	min-height: 62px;
}


.service .service-item .card .card-body a:hover{
    text-decoration: none;
}


.service .service-item .card .card-body .find-more-button {
    font-size: 18px;
    font-weight: 300;
    color: #303030;
    text-decoration: underline;
    position: absolute;
    bottom: 30px;
}

.service .service-item .card .card-body .find-more-button:hover{
    text-decoration: underline;
}

.service .service-item .card .card-body i {
    font-size: 30px;
    color: #000000;
}



.Pilates-section {
    background: url("../images/pilates-bg.png") no-repeat center center/cover;
}

.Pilates-section p {
    margin-bottom: 50px;
}

.Pilates-section h1:before {
    background: #80ba27;
}
.runners-hub .Pilates-section h1:before {
    background: #8d54a7;
}

.Injections-section {
    background: url("../images/pilates-bg.png") no-repeat center center/cover;
}

.Injections-section p {
    margin-bottom: 50px;
}

.Injections-section h1:before {
    background: #80ba27;
}

.our-team {
    padding: 140px 0;
}

.our-team .item {
    color: #ffff;
    padding-right: 213px;
}

.our-team .item h3 {
    margin-bottom: 40px;
}

.our-team .item h3:before {
    background: #80ba27;
}

.our-team .item p {
    font-size: 20px;
    margin-bottom: 40px;
}

.our-team .item a {
    color: #ffff;
    padding: 12px 60px;
}
.our-team .item-image{
	background: #fff;
    height: 100%;
}
.our-team .item-image .content {
    background: #fff;
    padding: 25px 20px;
}

.our-team .item-image .content h4 {
    font-size: 26px;
    color: #303030;
    font-weight: 500;
    margin-bottom: 16px;
	cursor:pointer;
}

.our-team .item-image .content h6 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
	min-height: 42px;
}

.our-team .item-image .content ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    min-height: 50px;
    margin: 0 0 2px 0;
}

.our-team .item-image .content ul li {
    padding-right: 4px;
    font-size: 15px;
    display: inline;
}

.our-team .item-image .content p {
    margin: 0;
}

.our-team .item-image .content p i {
    font-size: 20px;
    color: black;
    margin-right: 6px;
}




.our-custom-team .accordion{
    width:100%;
}
.our-custom-team .accordion .card{
    background: transparent;
    border: 1px solid rgba(255,255,255,0.7);
}
.our-custom-team .accordion .card .card-header{
    padding: 0;
}
.our-custom-team .accordion .card .card-header h2{
    
}
.our-custom-team .accordion .card .card-header h2 .btn{
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    color: #fff;    
	text-decoration: none;
}
.our-custom-team .accordion .card .card-header h2 .btn:before{
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 25px;
    top: 17px;
	transform: rotate(45deg);    
	transition:all 0.3s;
}
.our-custom-team .accordion .card .card-header h2 .btn[aria-expanded="true"]:before{    
	transform: rotate(225deg);
}
.our-custom-team .accordion .card .card-header h2 .btn:focus{
	box-shadow:0 0 0;
}
.our-custom-team .accordion .card .card-header h2 .btn:hover, 
.our-custom-team .accordion .card .card-header h2 .btn:active {
    text-decoration: none;
}
.our-custom-team .accordion .card .card-body{
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.7);
}
.our-custom-team .accordion .card .card-body p{
    font-weight: 200;
}
.our-custom-team .accordion .card .card-body ul{
    padding-left: 0;
    margin: 0;
}
.our-custom-team .accordion .card .card-body ul li {
    margin-bottom: 7px;
    list-style: none;
    line-height: 1.1;
    margin: 0 0 15px;
    position: relative;
    padding-left: 18px;
}
.our-custom-team .accordion .card .card-body ul li:before{
    content: "";
    width: 8px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 8px;
}


.our-custom-team .accordion .card .card-body ul{
    font-weight: 200;
}


.Clases {
    background: #f7f7f7;
    padding: 90px 0 90px 0;
}

.Clases .team-item {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.Clases .team-item .head3 {
    margin-bottom: 50px;
}

.Clases .team-item .head3:before {
    left: 50%;
    transform: translate(-50%, 0);
    background: #80ba27;
}
.runners-hub .Clases .team-item .head3:before {
    left: 50%;
    transform: translate(-50%, 0);
    background: #8d54a7;
}

.Clases .team-item p {
    font-size: 20px;
    font-weight: 300;
    color: #303030;
    margin-bottom: 50px;
}

.Clases .content {
    margin: 85px 0 0 0;
}

.Clases .content .card {
    border: none;
    box-shadow: 1px 1px 12px #dfdfdf;
    transition: 0.5s;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.Clases .content .card:hover {
  box-shadow: 1px 1px 26px 6px #d0d0d0;
}

.Clases .content .card img, .Clases .card img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    background: #e1e1e1;
}

.Clases .content .card .card-body {
    padding: 20px 30px 20px 30px;
	background: white;
    border: 1px solid #f3e8e8;
}

.Clases .content .card .card-body h4 {
    font-size: 26px;
    font-weight: normal;
    color: #303030;
    margin-bottom: 20px;
}

.Clases .content .card .card-body p {
    color: #303030;
}
.Clases .content .card .card-body p a.desc-link {
    color: #303030;
    text-decoration: none;
}
.Clases .content .card .card-body p a:last-child,
.Clases .content .card .card-body p b:last-child{
    margin-top: 5px;
    display: inline-block;
}

.Clases .content .card .card-body .morecontent{
	display: none;
}


.contact-section {
    background: url(../images/contact-bg.png) no-repeat center center/cover;
}

.contact-section .active {
    color: #ffff !important;
}

.location .heading {
    float: right;
}

.location .heading h4 {
    co: red;
}

.location .head {
    display: flex;
    float: right;
    color: #fff;
}

.location .head .icon {
    display: flex;
    color: #888;
    margin: 0 20px 30px 20px;
	position:relative;
}

.popup-message-box {
    position: absolute;
    top: 67px;
    right: 0px;
    display: none;
    width: 100%;
    height: 450px;
    background: #e6e6e6;
    overflow-y: scroll;
    overflow-x: hidden;
}
* .popup-message-box, .blog-filter-condition-desktop ul {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}
.popup-message-box::-webkit-scrollbar {
    width: 8px;
}
.popup-message-box::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 20px;
}
.popup-message-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.cross {
    float: right;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin: 5px;
    cursor: pointer;
}
.popup-message-box .cross::before, .popup-message-box .cross::after {
    position: absolute;
    width: 22px;
    height: 22px;
    border-left: 2px solid #1d2125;
    color: transparent;
    transform: rotate( 135deg );
    right: 11px;
    content: "";
    top: 11px;
}
.popup-message-box .cross::after {
    top: 11px;
    transform: rotate( 45deg );
    left: 11px;
}
.popup-box-heading {
    padding: 1.875rem;
    text-align: center;
    background: #fff;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	display: none;
}
.popup-box-heading img {
    width: 200px;
}
.popup-box-cnt-sec {
    padding: 1.875rem;
    background: #e6e6e6;
    border-bottom-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.content-box p {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: normal;
    color: #303030;
    margin-bottom: 20px;
    line-height: 1.5;
}
.content-box p strong {
    font-weight: 600;
}
.content-box p a {
    font-size: 20px;
    font-weight: 500;
}
.location .head a:hover{
    text-decoration: none;
}
.bus,.map {
    cursor: pointer;
}
.location .head .icon h4 {
    font-size: 23px;
    font-weight: 300;
    margin-right: 15px;
}

.location .head .icon i {
    font-size: 20px;
}

.location .active {
    color: #ffff !important;
    border-bottom: 2px solid #e35583;
}

.contact-page .contact {
    padding-top: 130px;
}

.service-sec {
    background: url("../images/service-bg-1.png") no-repeat bottom center/cover;
}

.service-sec .section-content {
    margin-top: 280px;
}

.down-arrow-section{
    display: inline-block;
    position: absolute;
    right: 130px;
    bottom: 70px;
    z-index: 999;
}

.down-arrow-section a i{
     transform: rotate(90deg);
    display: inline-block;
    font-size: 20px;
}

.service-sec .section-content h1 {
    margin-top: 10px;
}

.service-sec .section-content h1:before {
    background: #8d54a7;
}

.service-sec .section-content p {
    font-size: 26px;
    line-height: 1.4;
}

.service-sec .section-content i {
    color: #FFFFFF;
    font-size: 30px;
    padding-left: 5px;
}

.profile .lab {
    padding-top: 100px;
}

.profile .lab h3:before {
    background: #8d54a7;
}

.run-lab-section {
    padding: 35px 0 60px 0;
}

.run-lab-section .item {
    color: #fff;
    padding: 61px 90px;
}

.run-lab-section .item p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px;
}

.run-lab-section .item ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.run-lab-section .item ul li {
    font-size: 20px;
    font-style: italic;
}

.blog-section {
    background: url("../images/blog-bg.png") no-repeat center center/cover;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}

.blog-section h1 {
    margin-top: 12px;
}

.blog-section h1:before {
    background: #f39600;
}
.conditions-we-treat .blog-section h1:before {
    background: #8d54a7;
}

.blog-section i {
    color: #FFFFFF;
    font-size: 30px;
    padding-left: 5px;
}

.blog-section p {
    margin-bottom: 70px;
}

.sign h3:before {
    background: #f39600;
}

.sign .input-group input:focus {
    border-bottom-color: #f39600 !important;
}

.news {
    padding: 80px 0;
}
.page-template-template-blog .body-part-wrapper-cls .team.news{
    padding: 190px 20px 80px;
}

.news h3:before, .news h1:before {
    background: #f39600;
}

.conditions-we-treat .news h3::before {
    background: #8d54a7;
    content: "";
    width: 62px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.news .team-content {
    margin-top: 20px;
    position: relative;
}
.manual-sidebar-fillter .head3.condition-title {
    font-size: 30px;
    position: relative;
    text-align: center;
}

.manual-sidebar-fillter .no-records-msg {
    padding: 20px;

}
.news .team-item ul {
    margin: 30px 0;
}

.Video {
    padding: 50px 0 120px 0;
}

.blog-detail {
    background: url("../images/blog-bg.png") no-repeat center center/cover;
    padding: 290px;
}

.blog-detail:before {
    content: "";
    background-image: linear-gradient(to bottom, rgba(29, 33, 37, 0), #1d2125 115%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 194px;
    transform: rotate(180deg);
    left: 0;
}

.Article-title {
    background: #f7f7f7;
    padding: 50px 0 1px 0;
	margin: -1px;
}

.Article-title .heading {
    text-align: center;
}

.Article-title .heading h1 {
    font-size: 70px;
    font-weight: 300;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    margin-top: 10px;
}

.Article-title .heading h1:before {
    content: "";
    width: 62px;
    height: 2px;
    position: absolute;
    background: #f39600;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.Article-title .heading i {
    font-size: 30px;
    text-align: center;
}

.Article-title .content {
    max-width: 675px;
    margin: 0 auto;
}

.Article-title h2 {
    font-size: 30px;
    font-weight: 500;
    color: #303030;
}
.Article-title h3 {
    font-size: 30px;
    font-weight: 400;
}
.Article-title .single-blog-content hr {
    max-width: 150px;
    border-top: 2px solid rgb(243, 150, 0);
    margin: 30px auto;
}
.Article-title .content .blandit {
    text-align: center;
    color: #303030;
    font-size: 20px;
}

.Article-title .content .magnis {
    position: relative;
    display: flex;
}

.Article-title .content .magnis span {
    font-size: 200px;
    font-weight: 100;
    line-height: 0;
    margin-top: 35px;
}

.Article-title .content p {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
}
.Article-title .content p strong {
    font-weight: 600;
}
.Article-title h2 strong {
    font-weight: 500;
}


.Article-title .content h1,
.Article-title .content h2,
.Article-title .content h3,
.Article-title .content h4,
.Article-title .content h5,
.Article-title .content h6{
    margin-bottom: 1.5rem;
}

.Article-title .content h4 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 300;
	cursor: pointer;
}

.Article-title .content a:hover {
	text-decoration:none;
}

.Article-title .content .image {
    margin: 50px 0 70px 0;
}

.Article-title .content .image img {
    co: red;
}

.Article-title .content .image h6 {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 300;
    color: #303030;
}

.Article-title .content .show-profile {
    text-align: center;
    margin: 20px 0 60px 0;
}

.Article-title .content .show-profile h6 {
    font-size: 13px;
    font-weight: 300;
    margin-top: 10px;
	color:#303030;
}

.Article-title .content .show-profile img {
    width: 50px;
    height: auto;
    border-radius: 50%;
}

#blog-v2 {
    background: #1d2125;
}

#blog-v2 .Article {
    padding: 0 0 80px 0;
}

#blog-v2 .Article h1 {
    font-size: 70px;
    font-weight: 300;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

#blog-v2 .Article h1:before {
    content: "";
    width: 62px;
    height: 2px;
    position: absolute;
    background: #e35583;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

#blog-v2 .Article .content {
    max-width: 620px;
    margin: 0 auto;
    color: #fff;
}

#blog-v2 .Article .content .magnis {
    position: relative;
    display: flex;
}

#blog-v2 .Article .content .magnis span {
    font-size: 200px;
    font-weight: 100;
    line-height: 0;
    margin-top: 50px;
}

#blog-v2 .Article .content p {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 300;
    line-height: 27px;
	margin-top: 20px;
}


#blog-v2 .Article .content h4 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 300;
	cursor: pointer;
}

#blog-v2 .Article .content a {
   color: #d04471;
    font-size: 19px;
    display: inline-block;
    margin-top: 2px;
}

#blog-v2 .Article .blandit {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}

#blog-v2 .Article .blandit::before {
    content: "";
    width: 62px;
    height: 2px;
    position: absolute;
    background: #ce4b75;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
#blog-v2 .Article .wp-block-separator {
    border-bottom: 2px solid #ce4b75;
    display: table;
    width: 200px;
}
#blog-v2 .Article .show-profile {
    text-align: center;
    margin: 20px 0 60px 0;
}

#blog-v2 .Article .show-profile h6 {
    font-size: 13px;
    font-weight: 300;
    margin-top: 10px;
}

#blog-v2 .Article .show-profile img {
    width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 0px;
}

#blog-v2 .video-title {
    padding: 170px 0 0 0;
    text-align: center;
}

#blog-v2 .video-title .content {
    padding: 0 20px;
}

#blog-v2 .video-title .content i {
    font-size: 30px;
    color: #ffff;
    margin-bottom: 12px;
    display: inline-block;
}

#blog-v2 .video-title .content h2,#blog-v2 .video-title .content h1 {
    font-size: 75px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}


#blog-v2 .video-title .content .content-item {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

#blog-v2 .video-title .content .content-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#blog-v2 .video-title .content .content-item img {
    co: red;
}

#blog-v2 .video-title .content .content-item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#blog-v2 .video-title .content .content-item .icon i {
    font-size: 50px;
}

.recoverySectionSlider .owl-dot span {
    float: left;
    margin-right: 20px;
}

.stroySlider .owl-dot span {
    float: left;
    margin-right: 20px;
}

.select2-container .select2-search.select2-search--dropdown .icon-searchblack {
    position: absolute;
    top: 14px;
    right: 10px;
    color: #999;
}
.select2-container .select2-search.select2-search--dropdown {
    position: relative;
}
.footer-section-modal{
	background: #303030;
}

.footer-section-modal .dash-icon{
	text-align: center;
    padding: 28px 0;
}

.footer-section-modal .dash-icon i{
	color: #fff;
	cursor:pointer;
}

.footer-section-modal .left-content{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-section-modal .left-content i{
	padding: 0 20px;
	color: #fff;
}

.footer-section-modal .right-content{
	display: flex;
    align-items: center;
}

.footer-section-modal img{
	width: 80px;
    height: auto;
}

.footer-section-modal h2{
	color: #fff;
    font-size: 23px;
    font-weight: 200;
    margin: 0;
	cursor: pointer;
}

.footer-section-modal .right-content i{
	padding: 0 20px;
    color: #fff;
    transform: rotate(180deg);
    display: inline-block;
}
.fancybox-type-iframe .fancybox-skin{
	padding:0 !important;
}

.fancybox-skin .fancybox-outer .fancybox-inner{
    width: auto !important;
}

.tooltip.bs-tooltip-right{	
    margin-left: -7px;
    margin-top: -60px;
}
.tooltip.bs-tooltip-right .arrow{
    bottom: 4px !important;
    top: auto !important;
    transform: rotate(-59deg) translate(3px, 14px);
    left: -6px;
}
.tooltip.bs-tooltip-right .arrow:before{
    border-right-color: #e35583;
    border-width: 7px 20px 7px 0;
}
.tooltip.bs-tooltip-right .tooltip-inner{
	 background: #e35583;
}
.welcome-section .single-section{
	border-bottom: 1px solid #dfdfdf;
    padding-bottom: 0px;
	margin-bottom: 40px;
	display:flex;
	background-color: #fff;
	align-items: center;
}
.welcome-section .single-section .search-single-image {
    padding-right: 20px;
    flex: 0 0 170px;
	margin-bottom: -1px;
}

.welcome-section .single-section .single-content-section {
    flex: 1 0 0;
	text-align: left;
	padding: 21px;
}

.welcome-section .single-section .single-content-section h2 a{
	font-size: 35px;
    color: #000;
    opacity: 0.9;
}
.welcome-section .single-section .single-content-section h2 a:hover{
	text-decoration: none;
}

.welcome-section .single-section .single-content-section span{
	font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    display: inline-block;
}

.welcome-section .single-section .single-content-section p{
	font-size: 17px;
}
.welcome-section .single-section .single-content-section a{
	font-size: 16px;
}
.filterVideoData .team-item video {
    object-fit: initial;
    height: 178px;
}
iframe{
	border: none;
}
.slide-progress, .slide-progress-bar {
	max-width: 100%;
    height: 4px;
    background: #8d54a7;
    position: absolute;
    top: 0;
    left: 0;
	width: 0;
}
.ftbox{
    display: inline-block;
    width: 100%;
    height: 1px;
}
.service-section .image a:hover {
    text-decoration: none;
}
.single-team-member-section .card img {
    cursor: pointer;
}

.team .team-content .card .card-body span a {
    font-size: 13px;
    color: #444;
    margin: 0;
}

.filter-blog-cat-sectn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px){
    .filter-blog-cat-sectn {
        flex-direction: column;
        gap: 20px;
    }
    .filterBlogData {
        padding: 0 15px;
    }
}

.filter-blog-cat-sectn .blog-search-sectn span{
    margin-right: 16px;
    font-size: 18px;
    cursor: pointer;
}
.filter-blog-cat-sectn .blog-search-sectn input{
    padding: 3px 14px;
}

.pagination {
    width: 100%;
}
.pagination a.page-numbers, .pagination span {
    padding: 3px 6px;
    margin-right: 4px;
}
.single.single-team .header,.error404 .header{	
    background: #1d2125;
    padding: 50px 0;
}

.page-404{
    padding: 190px 0 80px;
    min-height: 600px;
    display: flex;
    align-items: center;
    height: 100vh;
}
.inner-section2 .card-body a, #pilates-blog-section .card-body a, #injections-blog-section .card-body a{
	text-decoration: none;
}

.inner-section2 .card-button-section, #pilates-blog-section .card-button-section, #injections-blog-section .card-button-section{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.inner-section2 .card-button-section a, #pilates-blog-section .card-button-section a, #injections-blog-section .card-button-section a{
	color: #fff;
}

#accordionExample .customAccordionBtn{
	border-radius: 0;
}
#run-score-section .item ul li {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4;
    
}
#run-score-section .item ul{
	opacity: 0.9;
}

.blog-filter-condition .select2-container{
    width: 280px!important;
	margin: 20px 0 0 0;
}

.blog-filter-condition .selection{
    display: table;
    margin: 0 auto;
    position: relative;
}
.blog-filter-condition .selection .select2-selection{
    border: none;
    padding: 0;
    background: transparent;
}
.blog-filter-condition .selection .select2-selection .select2-selection__rendered {
    font-weight: 600;
    font-size: 18px;
    margin: 0 50px 0 0;
}

.blog-filter-condition .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder{
    color: #303030;
}
.select2-dropdown{
    margin-top: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1) !important;
    padding: 0;
}
.select2-dropdown .select2-search{	
    margin-bottom: 9px;
    border-bottom: 1px solid #dfdfdf;
}
.select2-dropdown .select2-search input{
    border: none !important;
    padding: 4px 9px;
}
.select2-dropdown .select2-results{
	
}
.select2-dropdown .select2-results ul{
    padding: 0 9px 10px;
}

.select2-dropdown .select2-results ul::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.select2-dropdown .select2-results ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.select2-dropdown .select2-results ul::-webkit-scrollbar-thumb {
  background: #aaa;
}

/* Handle on hover */
.select2-dropdown .select2-results ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.select2-dropdown .select2-results ul li{
    padding: 3px 8px;
}
#run-score-section.help-section h3::before {
    background: #80ba27;
}

.condition-page .customMoreCls .morelink{
	color: #fff;
    text-decoration: none;
}
.condition-page .customMoreCls .morelink:hover {
    border-bottom: #fff 1px solid;
}

.faq-page .help-section{
	
}
.faq-page .help-section .left-section{
    background: rgba(255,255,255,0.06);
    padding: 30px 30px;
    border-radius: 11px;
	
}
.faq-page .help-section .left-section .single-content{
    margin: 0 0 30px;
}
.faq-page .help-section .left-section .single-content h2{
    margin: 0 0 20px;
    font-size: 23px;
    color: #fff;
}
.faq-page .help-section .left-section .single-content ul{
    padding-left: 17px;
}
.faq-page .help-section .left-section .single-content ul li{    
	margin: 0 0 10px;
    color: #d04471;
}
.faq-page .help-section .left-section .single-content ul li a{	
    font-size: 17px;
}

.faq-page .help-section .right-section{
	
}
.faq-page .help-section .right-section .single-content-faq{
    padding-left: 40px;
    margin-bottom: 40px;
}
.faq-page .help-section .right-section .single-content-faq h2{
    color: #fff;
    line-height: 1.1;
    margin: 0 0 21px;
    font-size: 26px;
}
.faq-page .help-section .right-section .single-content-faq .answer-section{
	
}
.faq-page .help-section .right-section .single-content-faq .answer-section p{
    color: #fff;
    opacity: 0.8;
    margin: 0 0 15px;
}

.team-section .item {	
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0 0 30px;
}
.team-section .item:before {
    display: block;
    content: "";
	padding-top: 56.25%;	
}
.team-section .item iframe,
.team-section .item video {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.team-section.custom-team-sectn {
	background: #f7f7f7;
	padding: 70px 0 0;
}
.section-content a:hover{
	text-decoration: none;
}

.tabination-section {
    margin: 0 0 30px;
}
.tabination-section span {
    font-size: 18px;
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
    opacity: 1;
    margin-bottom: 10px;
    margin-right: 30px;
    display: inline-block;
}
.wpcf7-form-control-wrap.fileattachment {
    opacity: 0.3;
}
.join .join-item .input-group .form-section-input .wpcf7-form-control-wrap.fileattachment input {
    border-bottom: 2px solid rgb(225, 217, 217);
}

.tabination-section span.active {	
    border-bottom: 2px solid #e35583;
    padding-bottom: 5px;
    opacity: 1;
}
.join .join-item .tab-content-section {
    margin-top: 35px;
}
.join .join-item .tabination-section .singlr-tab-section{
	display:none;
}
.join .join-item .tabination-section .singlr-tab-section.active{
	display:block;
}
.recovery .mainVideoSection a:hover{
	text-decoration: none;
}
.inner-team-content .card img {
    max-width: 100%;
    border-radius: 2px 2px 0 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
[data-custom-class="linkpop"]{
	cursor:pointer;
    font-weight: 600;
}
.popover.linkpop{
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border: 1px solid rgba(0,0,0,0.1);
    max-width: 500px;
}
.popover.linkpop .popover-body{
    padding: 15px;
}
.popover.linkpop .popover-body a{ 
    color: #333;
    font-size: 13px;
    display: inline-block;
    margin-right: 4px;
    padding: 2px 7px 4px;
    box-shadow: 0 0 3px rgb(0 0 0 / 40%);
    margin-bottom: 9px;
}
.popover.linkpop .popover-body a:hover{ 
	text-decoration:none;
    box-shadow: 0 0 3px rgb(0 0 0 / 60%);
}
.ovelay-box {
    position: relative;
}
.footer.fixed {
    position: fixed;
    bottom: 0;
    z-index: 0;
    padding: 60px 0;
    max-height: 100vh;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.footer.fixed::-webkit-scrollbar {
    display: none;
}

.exercise-videos .Pilates-section h1:before {
    background: #e35583;
}
.exercise-videos .Clases .team-item .head3:before {
    background: #e35583;
}


.faqs .header .navbar .navbar-nav .menu-item.menu-item-740 a:hover:not([aria-current=page]),
.resources-for-gps .header .navbar .navbar-nav .menu-item.menu-item-740 a:hover:not([aria-current=page]),
.exercise-videos .header .navbar .navbar-nav .current_page_item a:not(.current_page_item .sub-menu a), 
.single-videos .header .navbar .navbar-nav .menu-item.menu-item-740 a:hover:not([aria-current=page]),
.header .navbar .navbar-nav .menu-item.menu-item-740 a:hover:not([aria-current=page]) {
    border-bottom: 2px solid #e35583 !important;
}
.single-videos a#book_consulation_menu, .exercise-videos #book_consulation_menu {
    background-color: #F39600 !important;
    border-color: #F39600 !important;
}

button.fancybox-button.fancybox-button--play, button.fancybox-button.fancybox-button--thumbs {
    display: none;
}
body .fancybox-navigation .fancybox-button--arrow_left {
    left: 60px;
    transform: rotate(180deg);
}
body .fancybox-navigation .fancybox-button--arrow_right {
    right: 60px;
}
body .fancybox-toolbar .fancybox-button--close{
    top: 60px;
    right: 60px;
}
.fancybox-slide .fancybox-content::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}
.fancybox-slide .fancybox-content::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 8px;
}
.fancybox-slide .fancybox-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}
.fancybox-slide .fancybox-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.fancybox-stage button.fancybox-button.fancybox-close-small {
    display: none;
}


button.fancybox-button.fancybox-button--arrow_right:before, button.fancybox-button.fancybox-button--arrow_left:before {
    color: #ffff;
    content: "\e921";
    width: 13px;
    height: 14px;
    position: absolute;
    font-family: 'icomoon';
    font-size: 20px;
    font-weight: 400;
}

button.fancybox-button.fancybox-button--arrow_right svg, button.fancybox-button.fancybox-button--arrow_left svg {
    display: none;
}


.rehab-filter-wrap label { font-style: normal; font-weight: 400; font-size: 16px; line-height: 20px; color: #F39600; margin-bottom: 14px; text-transform: capitalize; } 
.rehab-filter-wrap ul#condition_choices_listing { list-style: none; padding: 0; margin: 0; } 
.rehab-filter-wrap li { font-size: 16px; color: #000; font-weight: 600; width: 100%; margin-bottom: 16px !important;     padding-right: 20px; }
.rehab-filter-wrap li span.condition-item:hover:before,.rehab-filter-wrap li.active span.condition-item:before { width: 100%; transition: 0.5s; } 
.rehab-filter-wrap li span.condition-item { position: relative; cursor: pointer;} 
.rehab-filter-wrap li span.condition-item:before { content: ""; bottom: -3px; position: absolute; height: 2px; width: 0; transition: 0.5s; background: #F39600; }
.rehab-popup-content-inner .no_found { padding: 50px 0; text-align: center; }
.rehab-filter-wrap .condition_list ul { display: flow; flex-flow: wrap; }

.rehab-filter-wrap li span.condition-item  {
    background: linear-gradient(#F39600 0 0) bottom left / var(--underline-width, 0%) 0.1em no-repeat;
    transition: background-size 0.5s;
}
.rehab-filter-wrap li span.condition-item:hover, .rehab-filter-wrap li.active span.condition-item {
    --underline-width: 100%;
}
.rehab-filter-wrap li span.condition-item:before {
    content: none;
}


























@media only screen and (max-width:1600px) {
	.home .slide-area {
		padding-top: 220px;
	}
	.banner-text-header {
		margin: 20px auto auto;
	}
	.scroll-down-button {
		padding: 10px 0 30px;
	}
	.home .slide-area::after {
		/* background-image: linear-gradient(to bottom, rgba(29, 33, 37, 0), #1d2125 100%); */
		height: 1000px;
	}
	.service-section .image {
		right: 0px;
	}
}

@media only screen and (max-width:1440px) {
	.banner-text-header {
		margin: 80px auto auto;
	}
	.home .slide-area {
		padding-top: 260px;
	}
	.home .slide-area::after {
		/* background-image: linear-gradient(to bottom, rgba(29, 33, 37, 0), #1d2125 55%); */
		height: 270px;
	}
	.scroll-down-button a span {
		margin: 0 0 5px 0;
	}
}

@media only screen and (max-width:1400px) {
	.home .slide-area {
		padding-top: 170px;
	}
	.banner-text-header {
		margin: 10px auto auto;
	}
	.banner-text-header p {
		font-size: 20px;
	}
	.slide-area .slide-content h4 {
		font-size: 60px;
		margin-top: -40px;
	}
}

@media only screen and (max-width:1365px) {
	.manual-sidebar-fillter .no-records-msg {
		left: 19.5%;
	}
	.footer .main-footer {
		padding: 10px 0 0;
	}
	.footer .search {
		padding-bottom: 30px;
	}
	.footer.fixed {
		padding: 30px 0 30px;
	}
	.home .slide-area {
		padding-top: 210px;
	}
	
	.banner-text-header p {
		font-size: 26px;
	}
	.scroll-down-button {
		padding: 30px 0 30px;
	}
	.home .slide-area::after {
		/* background-image: linear-gradient(to bottom, rgba(29, 33, 37, 0), #1d2125 40%); */
	}
	.slide-area .slide-content {
		max-width: 650px;
	}
	.slide-area .slide-content h4 {
		font-size: 50px;
	}
	.welcome-section {
		padding: 0 30px 100px;
		
	}
	.patient-stories {
		padding: 90px 30px 100px 30px;
	}
	.footer {   				
		padding: 10px 30px 0;
	}
	.footer .item-1 .video-section video{
		width: 280px;
	}
	.location-section .content-map .heading h4:last-child {
		padding-left: 200px;
	}
	.slide-area .slide-content {
		padding: 0 30px;
	}
	.header {
		padding: 60px 6px;	
	}
	.section-content {
		padding: 0 30px;
	}
	.service-section .image {
		margin: 0 30px;
	}
	.service {
		padding: 110px 30px;
	}
	.team {
		padding: 60px 30px 60px 30px;
	}
	.our-team .item-image .content ul li {
		font-size: 14px;
	}
	.our-team .item-image .content {
		padding: 25px 13px;
	}
	.Clases {
		padding: 120px 30px 90px 30px;
	}
	.our-story {
		padding: 0;
	}
	.our-story .owl-nav {
		max-width: 1140px;
	}
	.modal.show .modal-dialog {
		max-width: 980px;
	}
	.profile .paul {
		padding: 70px 40px 80px 30px;
	}
	.help-section h3 {
		padding-right: 90px;
	}
	.profile .resources {
		padding: 50px 30px 120px 30px;
	}
	.profile .resources .resources-item .item-content h4 {
		font-size: 20px;
	}
	.team .team-content .card .card-body h4 {
		font-size: 18px;
	}
	.profile .resources .card .card-body {
		padding: 17px 20px;
	}
}
@media only screen and (max-width:1199px) {
	.manual-sidebar-fillter .no-records-msg {
		left: 3%;
	}
    .navbar-collapse ul.navbar-nav .menu-item-has-children > ul.sub-menu {
        visibility: hidden;
        opacity: 0;
        height: 0;
        padding-left: 10px;        
    }
	.navbar-collapse ul.navbar-nav .menu-item-has-children > ul.sub-menu.show-sub-menu {
        visibility: visible;
        opacity: 1;
        height: auto;
        margin-top: 10px;
    }
    .header .navbar a {
		padding: 7px 20px;
		font-size: 15px;
	}
	.team .team-content p i[class*="icon"] {
		margin: 0 10px;
	}
	.team .team-content p {
		margin-bottom: 50px;
	}
	.slide-area {
		background: url(/wp-content/themes/thePhysios/img/for-mobile.jpg) no-repeat left top/cover !important;
	}
	.video-background iframe {
		display: block; 
	}
	.banner-text-header {
		margin: 20px auto auto;
	}
	.banner-text-header p {
		font-size: 23px;
	}
	.home .slide-area::after {
		background-image: linear-gradient(to bottom, rgba(29, 33, 37, 0), #1d2125 35%);
	}
	.welcome-section .content {
		padding-left: 0px;
	}
	.help-section h3 {
		padding-right: 0px;
	}
	.location-section .content-map .heading h4:last-child {
		padding-left: 60px;
	}
	.footer .main-footer .button a {
		padding: 10px 20px;
	}
	.footer .main-footer .footer-item ul li {
		margin-right: 15px;
	}
	.footer .item-1 .video-section iframe {
		height: 211px;
	}
	.service .service-item .card .card-body {
		padding: 25px;
	}
	.our-team .item {
		padding-right: 0px;
	}
	.Clases .content .card .card-body {
		padding: 20px 25px;
	}
	
	.modal.show .modal-dialog {
		max-width: 870px;
	}
	.patient-stories .card .card-body {
		padding: 20px;
	}
	.patient-stories .card .card-body p {
		margin-bottom: 20px;
	}
	.profile .paul .paul-item h2 {
		font-size: 60px;
	}
	.head3 {
		font-size: 40px;
	}
	.footer .item-1 .video-section iframe {
		height: 170px;
	}
	.join .join-item h3 {
		font-size: 45px;
	}

	.header .navbar .form-inline {
		position: absolute;
		top: 0;
		right: 0;
		width: initial;
	}
	.header-cta-button {
		margin-right: 150px;
	}
	/* .header .navbar-collapse{
		position: absolute;
		right: 50px;
		top: 100%;
		background: #1d2125;
		min-width: 210px;
		margin-top: 7px;
	} */
    .mobile-menu .navbar-collapse {
        position: fixed;
        right: -100%;
        top: 0;
        background: #1d2125;
        width: 100%;
        max-width: 400px;
        height: 100vh;
        z-index: 1;
        transition: 0.5s;
    }
    .mobile-menu .navbar-collapse.show {
        right: 0;        
    }
    button#ctm_menu_close_btn {
        background: transparent;
        color: #ffffff;
        box-shadow: none;
        border: none;
        margin-left: auto;
        margin-right: 15px;
        margin-top: 20px;
        display: block; 
    }
	.mobile-menu .navbar .navbar-nav{
		padding: 17px 7px;
	}
	.mobile-menu .navbar .navbar-nav .menu-item{
		margin-bottom: 10px;
        position: relative;
	}
    .service .service-item .alphabets {
        font-size: 23px;
    }
	.mobile-menu .navbar a {
		padding: 7px 28px;
		margin-right: 30px;
	}
	.footer .main-footer {
		padding: 30px 0 20px;
	}
}
@media only screen and (max-width: 475px) {
    .mobile-menu .navbar-collapse{
		max-width: 85%;		
	}
}
@media only screen and (max-width:1279px) {
	
	.footer .item-1 .video-section iframe {
    height: 155px;
    min-height: 155px;
}
.footer .item-1 img {
    max-height: 155px;
}
.home .slide-area::after {
    bottom: -100px;   
}

}
@media only screen and (max-width:1023px) {
.home .slide-area::after {
    bottom: -100px;
    
    
}
.filter-blog-cat-sectn {
    margin: 40px 0 60px 0px;
}
.news .team-item ul {
    margin: 10px 0 10px;
}
.rehab-filter-wrap .condition_list ul {column-count: 2 !important; }

}

@media only screen and (max-width:991px) {
	.home .slide-area {
		min-height: 60vh;
		padding-top: 0px;
	}
	.banner-text-header {
		margin: 20px auto auto;
	}
	.welcome-section {
		padding: 30px 30px 30px;
	}
	.blog-filter-condition-desktop ul li.condition {
		font-size:13px ;
	}
	.team .team-content p i[class*="icon"] {
		margin: 0 8px;
	}
	.team .team-content p i {
		font-size: 18px;
	}
	
	.team .team-item ul li {
		font-size: 17px;
		margin-right: 20px;
	}
	.filter-blog-cat-sectn .blog-search-sectn span {
		font-size: 16px;
	}
	.our-team {
		padding: 140px 0 30px;
	}
	.our-story#story-section {
		padding: 70px 30px 80px 30px;
	}
	.footer .item-1 img {
    max-height: 178px;
}
	.pass-pro-page {
		padding-top: 200px;
		padding-bottom: 0px;
	}
	.footer .brand img {
		float: initial;
	}
	.slide-area .slide-content {
		max-width: 580px;
	}
	.welcome-section .content .list li {
		display: inline-block;
	}
	.help-section h3 {
		margin-bottom: 90px;
		margin-left: 0 !important;
	}
	.footer .item-1 .video-section video {
		width: 324px;
	}
	.footer .main-footer .footer-item ul {
		justify-content: center;
		margin-bottom: 25px;
	}
	.location-section .content-map .heading {
		display: inherit;
	}
	.location-section .content-map .heading h4 {
		display: inline-block;
	}
	.location-section .content-map .heading h4:last-child {
		padding-left: 0px;
	}
	.service .service-item .alphabets {
		letter-spacing: 0px;
	}
	.our-story .content {
		max-width: none;
		margin-bottom: 60px;
	}
	.our-team .item {
		margin-bottom: 60px;
	}
	.Clases {
		padding: 80px 30px 50px 30px;
	}
	.join .join-item p {
		margin-bottom: 60px;
	}
	
	.our-story .owl-nav {
		max-width: 60px;
		align-items: center;
		bottom: 70px;
	}
	.our-story .owl-nav .owl-next {
		padding-top: 10px;
	}
	.modal.show .modal-dialog {
		max-width: 600px;
	}
	.profile .paul .paul-item {
		margin-top: 40px;
	}
	.profile .paul .paul-item h2 {
		font-size: 50px;
	}
	.profile .resources {
		padding: 50px 30px 0px 30px;
	}
	.profile .resources h3 {
		font-size: 40px;
	}
	.profile .paul .paul-item .links a {
		margin-right: 15px;
	}
	.recovery .recovery-content .owl-nav {
		bottom: -70px;
		left: 0px;
		margin-left: 50px;
	}
	.recovery .recoverySectionSlider .owl-dots {
		padding: 0 20px;
	}
	.recovery .recovery-content .owl-nav .owl-prev {
		padding-left: 20px;
	}
	.recovery .recovery-content .owl-nav .owl-next {
		float: unset;
		display: inline-block;
		padding-top: 6px;
	}

	.slide-section {
		padding-top: 0px;
	}
	.service-section .image {
		bottom: initial;
		right: initial;
	}
	.section-content {
		margin-bottom: 40px;
	}
	.recovery .recovery-content .head3 {
		margin-top: 70px; 
	}
	.profile .resources .resources-item a {
		margin-bottom: 30px;
	}
	.close-content-sectn button.close {
		right: 30px;
		top: 13px;
	}
	.recovery .recovery-content .content .item {
		position: relative;
		bottom: 0px;
		padding: 60px 20px;
		max-width: 100%;
	}
	.recovery .recovery-content {
		padding: 0 30px;
	}
	.recovery .recovery-content .content .item:after {
		left: 240px;
	}
	.footer-section-modal h2 {
		font-size: 16px;
	}
	.footer-section-modal .right-content i {
		padding: 0 10px 0 12px;
	}
	.footer-section-modal .left-content i {
		padding: 0 12px 0 10px;
	}
	.slide-area .slide-content h4 {
		font-size: 45px;
	}
	.down-arrow-section {
		left: 60px;
		bottom: 40px;
	}
	.footer .footer-item {
		margin-top: 30px;
	}
    .footer .main-footer .button{
        Text-align: center;
    }
    .service .service-item .alphabets span {
        margin: 0 3px;
    }
	.recovery .videoSection {
		position: relative;
		right: auto;
		top: 0;
		left: 50px;
	}
}
@media only screen and (max-width:876px){
	.footer .item-1 img {
		max-height: 155px;
	}	
	.manual-sidebar-fillter .no-records-msg {
		left: 0;
		padding: 20px 0;
	}
   
	
	
}
@media only screen and (max-width:767px) {
	.manual-sidebar-fillter .no-records-msg {
		left: initial;
		position: relative;
	}
	.manual-sidebar-fillter .head3.condition-title {
		margin-top:20px;
	}
	.blog-filter-condition .selection {
		box-shadow: 1px 1px 26px 6px #d0d0d0;
		padding: 10px 0;
		align-items: center;
		display: flex;
	}
	.blog-filter-condition .selection .select2-selection__arrow {
		height: 100% !important;
	}
	.blog-filter-condition .selection .select2-selection .select2-selection__rendered {
		width: 230px !important;
	}
	.manual-sidebar-fillter .news-loader-section {
		left: initial;
		position: relative;
	}
	.slide-area {
		background: url(/wp-content/uploads/2021/04/Opening-image.png) no-repeat top/cover !important;
	}
	.slide-area {
		background-position-y: center !important;
		background-position-x: center !important;
	}
	.our-story .item .story-content.pilates-page {
		height: 250px;
		width: 100%;
		margin: 0 0 30px 0;
		transform: initial !important;
	}
	.slow-scrool {
		padding: 0 30px;
	}
	.home-slide::before {
		width: 100%;
		content: "";
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
		opacity: 0.3;
		z-index: 0;
	}
	.html5-video-player svg {
		pointer-events: none;
		display: none;
	}
	.location-section .content-map .heading a {
		width: 100%;
	}
	.team .first-section .item iframe {
		min-height: 164px;
	}
	.team .team-content p {
		margin-bottom: 40px;
	}
	.team .team-content p i[class*="icon"] {
		margin: 0px 8px;
	}
	.location-section .content-map .heading h4:last-child {
		float: left;
	}
	.profile .paul .paul-item .profileCat .profile-icons {
		width: 100%;
	}
	.container {
		padding: 0 0px;
	}
	.pass-pro-page-inner {
		padding:20px;
	}
	.banner-text-header {
		margin: 60px auto auto;
	}
	.footer .item-1 img {
		max-height: initial;	
	}
	.banner-text-header p {
		font-size: 18px;
		line-height: 1.4;
	}
	.slide-area .slide-content h4 {
		font-size: 30px;	
	}

	.slide-area .slide-content {
		max-width: 580px;
	}
	.welcome-section {
		padding: 30px 55px 30px;
	}
	.welcome-section .content {
		padding-top: 40px;
	}
	.help-section h3 {
		margin-left: 0 !important;
	}
	.location-section .content-map .heading h4 {
		display: inline-block;
	}
	.footer .item-1 {
		margin-bottom: 40px;
	}
	.footer .item-1 .video-section video {
		width: 100%;
	}
	.footer .item-1 .video-section iframe {
		width: 100%;
	}
	.recovery {
		padding: 90px 0;
	}
	.our-team .item-image {
		margin-bottom: 40px;
	}
	.Clases .content {
		margin: 50px 0 0 0;
	}
	.modal.show .modal-dialog {
		max-width: 460px;
	}
	.profile .paul .paul-item .links i {
		display: inline-block;
	}
	.profile .paul .paul-item .links {
		margin-right: 0px;
	}
	.Article-title {
		padding: 50px 30px 1px 30px;
	}
	.Article-title .heading h1 {
		font-size: 50px;
	}	
	.slide-area .slide-content h1 {
		font-size: 65px;
	}
	.our-story {
		padding: 90px 50px 110px 30px;
	}
	.service-sec .section-content p {
		font-size: 17px;
	}
	.run-lab-section .item {
		padding: 61px 20px 0 20px;
	}
	#blog-v2 .Article {
		padding: 0 20px 80px 20px;
	}
	.profile .paul {
		padding: 70px 10px 40px 10px;
	}
	.profile .resources {
		padding: 50px 10px 0px 10px;
	}
	.our-story .content p {
		font-size: 17px;
	}
	
    .footer .search {
        padding-bottom: 0px;
    }
	.search-page .welcome-section {
		padding: 50px 0;
	}
	.single.single-team .header, .search.search-results .header {
		padding: 30px 0;
	}
	.header {
		padding: 40px 7px 40px 14px;
		background: #1a1d21;
	}
}

@media only screen and (max-width:575px) {
	.home .slide-area::after {
    bottom: -2px;
}
	.manual-sidebar-fillter .team-content {
		margin-top: 30px;
	}
	#blog-v2 .video-title .content h2,#blog-v2 .video-title .content h1 {
		font-size: 50px;
	}
	#blog-v2 .video-title {
		padding: 100px 0 0 0;
	}
	
	.team .team-item .filter-blog-icons i, .team .team-item .filter-video-icons i {
		margin: 0 4px;
	}
	.news .team-item ul {
		margin: 10px 0 15px;
	}
	.team .team-item .filter-blog-icons i {
		margin: 0 4px;
	}
	.pass-pro-page {
		padding-top: 120px;
	}
	.pass-pro-page-inner {
		margin: 0 20px 20px;
	}
	.location-section .content-map {
		padding: 0px 30px;
	}
	.location-section .content-item {
		padding: 0 30px;
	}
	.popup-message-box {
		width: initial;
		position: absolute;
		top: 50px;
		right: 0;
	}
	.banner-text-header {
		margin: 0px auto auto;
	}
	.banner-text-header p {
		margin: 0;
	}
	.home .slide-area {
		min-height: 60vh;
	}
	.welcome-section .content {
		padding-top: 0;
	}
	.welcome-section .content .head3 {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.welcome-section .content .list {
		margin-top: 20px;
	}
	.welcome-section .content .list li {
		font-size: 17px;
	}
	.slide-area {
		background-position-y: center !important;
		background-position-x: center !important;
		width: 100%;
	}
	.home .slide-area {
		padding-top: 80px;
	}
	.slide-area::before {
		height: 85px;
	}
	.home .slide-area::after {
		height: 60px;
		z-index: 9;
	}
	.welcome-section {
		padding: 0px 15px 30px;
	}
	
	.scroll-down-button {
		padding: 15px 0 25px;
	}
	.slide-area .slide-content h1 {
		font-size: 60px;
		margin: 0 0 40px;
	}
	.slide-area .slide-content .btns a.fancybox-video {
		display: flex;
		align-items: center;
		margin-top: 20px;
	}
	.slide-area .slide-content .btns i {
		margin-left: 0px;
	}
	.footer .main-footer .footer-item ul {
		display: inherit;
	}
	.footer .main-footer .footer-item ul li {
		padding-bottom: 10px;
	}
	.footer .search i {
		right: -14px;
	}
	.section-content h1 {
		font-size: 45px;
	}
	.section-content p {
		font-size: 16px;
	}
	.section-content {
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.section-content br{
		display:none;
	}
	.recovery .recovery-content .head3 {
		font-size: 40px;
	}
	.team .team-content p i {
		font-size: 17px;
	}
	.team .team-item p {
		font-size: 18px;
	}
	.team {
		padding: 80px 30px 50px 30px;
	}
	.our-story {
		padding: 150px 0 100px 0;
	}
	.our-story {
		padding: 80px 0 100px 0;
	}
	.location .head .icon {
		margin: 0 8px 15px 0px;
	}
	.location-section .content-map .heading {
		padding: 10px 0;
	}
	.section-content .heading {
		display: flex;
		flex-wrap: wrap;
	}
	.section-content .heading i {
		margin-right: 17px;
	}
	.welcome-section .content .list i {
		margin-right: 14px;
		font-size: 12px;
	}
	.help-section {
		padding: 60px 0 50px;
	}
	.our-story .owl-nav {
		bottom: 36px;
	}
	.modal.show .modal-dialog {
		max-width: 360px;
		margin: 0 auto;
	}
	.profile .paul .paul-item h2 {
		font-size: 27px;
	}
	.profile .paul .paul-item h5 {
		font-size: 17px;
	}
	.profile .paul .paul-item ul li {
		font-size: 15px;
		display: inline-block;
	}
	.profile .paul .paul-item ul {
		display: block;
	}
	.profile .paul .paul-item a {
		font-size: 12px;
		width: 170px;
		padding: 12px 6px;
	}
	.profile .paul .paul-item .links a {
		margin-right: 20px;
	}
	.join .join-item h3 {
		font-size: 40px;
	}
	.blog-detail {
		padding: 230px 0px;
	}
	.team .team-item ul li {
		font-size: 15px;
		margin-right: 8px;
	}
	.Article-title .heading h1 {
		font-size: 36px;
	}
	.section-content .heading .cstmScrollButton i {
		margin-right: 10px;
	}
	.contact-section .section-content .heading .cstmScrollButton i {
		margin-right: 5px;
	}
	.section-content .heading span {
		margin-right: 10px;
	}
	.Article-title .content p {
		font-size: 17px;
	}
	.profile .paul .paul-item p {
		font-size: 16px;
	}
	.profile .resources h3 {
		font-size: 30px;
	}
	.recovery .recovery-content .content .item p {
		font-size: 16px;
	}
	.Article-title .content h4 {
		font-size: 35px;
	}
	#blog-v2 .Article .content p {
		font-size: 17px;
	}
	.header .navbar {
		min-height: 46px;
	}
	.header-cta-button {
		display: none;
	}
	.header .navbar .form-inline input {
		width: 200px;
	}
    .join .join-item{
        padding: 0 30px;
    }
	.welcome-section .single-section {
		display: inline-block;
	}
	.welcome-section .single-section .search-single-image {
		margin-bottom: 10px;
	}
	.filter-blog-cat-sectn .blog-search-sectn {
		margin-bottom: 0;
	}
	.header {
		padding: 20px 7px 20px 14px;
	}
	.slide-section {
		padding-top: 0;
		min-height: 100vh;
	}
	.slide-section .container {
		height: 100%;
		display: flex;
		align-items: flex-end;
		min-height: 100vh;
	}
	.header .navbar .navbar-brand {
		max-width: 120px;
		margin-top: -3px;
	}
	.our-story .item .story-content {
		height: 250px;
	}
	.slide-area .slide-content .btns {
		align-items: flex-start;
		flex-direction: column;
	}
	.slide-area .slide-content .btns a.fancybox {
		margin-top: 20px;
	}
    
    .rehab-filter-wrap .condition_list ul {column-count: 1 !important; }
}

@media only screen and (max-width:375px) {
	.welcome-section .content .list li {
		margin-right: 30px;
	}
	.welcome-section .content .list a:last-child li {
		margin-right: 0;
	}
	.welcome-section .content .list i {
		margin-right: 10px;
		font-size: 10px;
	}
	.team .team-content p i[class*="icon"] {
		margin: 0px 8px;
	}
	.team {
		padding: 80px 15px 50px 15px;
	}
	.location-section .content-map {
		padding: 0px 20px;
	}
	.location-section .content-item {
		padding: 0 20px;
	}
	.contact-section .section-content .heading .cstmScrollButton i {
		margin-right: 54px;
	}
	.banner-text-header {
		margin: 0px auto auto;
	}
	.banner-text-header p {
		margin: 0;
	}
	.home .slide-area {
		padding-top: 140px;
	}
}
@media only screen and (max-width:320px) {
	.team .team-content p i[class*="icon"] {
		margin: 0px 5px;
	}
	.welcome-section .content .list li {
		margin-right: 18px;
	}
	.home .slide-area {
		padding-top: 90px;
		min-height: 70vh;
	}
}
.Clases .content .card .card-body a.pilts-title {
    text-decoration: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -98%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -98%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

@media print {
    .container {
        width: auto;
    }
}
/*# sourceMappingURL=style.css.map */

.profileCat .profile-icons {
    width: 50%;
}


.card .card-body.class_ctm h4 {
    font-size: 26px;
    font-weight: normal;
    color: #303030;
    margin-bottom: 20px;
}
div#load-more-ctm {
    text-align: center;
    text-decoration: underline;
}
body .btn{
    font-weight: 700;
}
#latest-blog {
    background: #1d2125;
}
.condition-section-title {
    max-width: 800px;
    margin: auto;
    text-align: center;
}
