@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Book.eot');
    src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Avenir-Book.woff2') format('woff2'),
         url('../fonts/Avenir-Book.woff') format('woff'),
         url('../fonts/Avenir-Book.ttf') format('truetype'),
         url('../fonts/Avenir-Book.svg#Avenir-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Light.eot');
    src: url('../fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Avenir-Light.woff2') format('woff2'),
         url('../fonts/Avenir-Light.woff') format('woff'),
         url('../fonts/Avenir-Light.ttf') format('truetype'),
         url('../fonts/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.eot');
    src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Avenir-Medium.woff2') format('woff2'),
         url('../fonts/Avenir-Medium.woff') format('woff'),
         url('../fonts/Avenir-Medium.ttf') format('truetype'),
         url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Black.eot');
    src: url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Avenir-Black.woff2') format('woff2'),
         url('../fonts/Avenir-Black.woff') format('woff'),
         url('../fonts/Avenir-Black.ttf') format('truetype'),
         url('../fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Linearicons-Free';
    src:url('../fonts/Linearicons-Free.eot?w118d');
    src:url('../fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
        url('../fonts/Linearicons-Free.woff2?w118d') format('woff2'),
        url('../fonts/Linearicons-Free.woff?w118d') format('woff'),
        url('../fonts/Linearicons-Free.ttf?w118d') format('truetype'),
        url('../fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font: 18px/36px 'Avenir', sans-serif;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    color:#fff;
    background-color:#ffffff;
    -ms-overflow-x: hidden;
        overflow-x: hidden;
}
*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a,
a:visited{
    color: #57aa4f;
    text-decoration: none;
}
a:hover,
a:visited:hover{
    color: #163b5b;
    text-decoration: underline;
}


/*Sprite Icon*/

i[class*='icon-']{
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.icon-play{
    background: url('../images/play-button.png') 0 0;
    height: 100px;
    width: 100px;
}


.home .header-top{
    height: 700px;
}
.header-top,
.service-content{
    position: relative;
}
/*.cpm-common:before{
background: rgba(20,64,97,1);
background: -moz-linear-gradient(top, rgba(20,64,97,1) 0%, rgba(18,96,148,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20,64,97,1)), color-stop(100%, rgba(18,96,148,1)));
background: -webkit-linear-gradient(top, rgba(20,64,97,1) 0%, rgba(18,96,148,1) 100%);
background: -o-linear-gradient(top, rgba(20,64,97,1) 0%, rgba(18,96,148,1) 100%);
background: -ms-linear-gradient(top, rgba(20,64,97,1) 0%, rgba(18,96,148,1) 100%);
background: linear-gradient(to bottom, rgba(20,64,97,1) 0%, rgba(18,96,148,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144061', endColorstr='#126094', GradientType=0 );
 width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content:"";
}*/

.page-template-template-contact .header-top:before,
.page-template-template-resources .header-top:before,
.tax-resource_category .header-top:before,
.page-template-template-condition .header-top:before,
.page-template-template-faq .header-top:before{
background: rgba(20,64,97,0.8);
background: -moz-linear-gradient(top, rgba(20,64,97,1) 0%, rgba(18,96,148,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20,64,97,1)), color-stop(100%, rgba(18,96,148,1)));
background: -webkit-linear-gradient(top, rgba(20,64,97,1) 0%, rgba(18,96,148,1) 100%);
background: -o-linear-gradient(top, rgba(20,64,97,1) 0%, rgba(18,96,148,1) 100%);
background: -ms-linear-gradient(top, rgba(20,64,97,1) 0%, rgba(18,96,148,1) 100%);
background: linear-gradient(to bottom, rgba(20,64,97,1) 0%, rgba(18,96,148,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144061', endColorstr='#126094', GradientType=0 );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content:"";
}

.service-content:before{
    background: rgba(22, 58, 89, 0.92);
     width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content:"";
}
.nav-section .navbar{
    background: transparent;
    border: none;
}
.navbar-brand{
    height: auto;
    line-height: 0px;
    width: 270px;
}
.cpm-nav-right li{
    margin-left: -5px;
    overflow: hidden;
    margin-right: 11px;
}
.sticky{
    background: #144061;
}
.nav-section{
    height: 125px;
    position: fixed;
    left: 0;
    width: 100%;
    display: block;
    z-index: 3;
    top: 0;
    transition: 0.5s all ease-in-out;
}
.single-service .header-top .nav-section.sticky .cpm-nav-right li a {
    color: #fff;
} 
.page-template .header-top .nav-section.sticky .cpm-nav-right li a {
    color: #fff;
} 
.page-template .header-top .nav-section.sticky .cpm-nav-right li.book-btn a{
    color:#1b4b6d;
}
.home .header-top .nav-section.sticky .cpm-nav-right li.book-btn a:hover{
    color:#57aa4f;
}
.header-top .nav-section.sticky .cpm-nav-right li .sub-menu a {
    color: #12a750;
}
.nav-section .cpm-nav-right li a {
    color: #fff;
    font-weight: 500;
    display: block;
    font-size: 18px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    padding: 17px 12px;
}
.navbar-brand{
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
.navbar-toggle{
    display: none !important;
}
.nav-section .cpm-nav-right  li a:hover,
.nav-section.sticky .cpm-nav-right  li a:hover,
.nav-section .cpm-nav-right  li a:focus,
.nav-section .cpm-nav-right  li a:active,
.nav-section.sticky .cpm-nav-right  li a:active,
.nav-section .cpm-nav-right .current-menu-item a{
    color: #57aa4f;
}
.page-template .header-top .nav-section.sticky .cpm-nav-right  li a:focus,
.page-template .header-top .nav-section.sticky .cpm-nav-right li.current-menu-item a,
.page-template .header-top .nav-section.sticky .cpm-nav-right li:hover a{
    color: #57aa4f;
}
ul.sub-menu {
    position: absolute;
    width: 100%;
    opacity:0;
    visibility: hidden;
    z-index: 1;
    width: 150px;
    margin-left: 0;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
/*.nav-right-section {
    width: 860px;
    float: right;
}*/
ul.sub-menu li{
    -webkit-transition: 0.3s cubic-bezier(0.42, 0, 0.82, 1.07);
       -moz-transition: 0.3s cubic-bezier(0.42, 0, 0.82, 1.07);
        -ms-transition: 0.3s cubic-bezier(0.42, 0, 0.82, 1.07);
         -o-transition: 0.3s cubic-bezier(0.42, 0, 0.82, 1.07);
            transition: 0.3s cubic-bezier(0.42, 0, 0.82, 1.07);
    background: #fff;
    padding: 0px 10px;
    margin-top: 2px;
    text-transform:capitalize; 
    position: relative;
}
.page-template .header-top .nav-section .cpm-nav-right ul.sub-menu li a:hover{
    color: #FFF !important;
}
.single-service .header-top .nav-section .cpm-nav-right ul.sub-menu li a:hover{
    color: #FFF !important;
}
.nav-section .cpm-nav-right ul.sub-menu li a{
    padding: 0;
}
.nav-section .cpm-nav-right ul.sub-menu li.menu-item-has-children a{
    color: #11155c;
}
ul.sub-menu li:after{
    height: 100%;
    width: 5px;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    right: 0;
    content: "";
    position: absolute;
    top: 0;
    background: #64B05E;
}
ul.sub-menu li:hover:after{
    width: 100%;
}
.nav-section .cpm-nav-right ul.sub-menu li:hover a {
    color: #fff;
    z-index: 2;
}
.nav-section .cpm-nav-right ul.sub-menu li a{
    color: #11155c;
}
/*.nav-section .cpm-nav-right ul.sub-menu li a:hover{
    color: #57aa4f;
}*/
ul.sub-menu li a{
    text-decoration: none;
}
li.menu-item-has-children:hover{
    overflow: visible;
}
li.menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility:visible;
}
/*li.menu-item-has-children:hover .sub-menu li a:hover {
    color: #FFF;
}*/
li.menu-item-has-children:hover .sub-menu li{
        -webkit-transition: 0.3s ease-in-out;
           -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
             -o-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
}
.search-submit{
    width: 100%;
}
.cpm-nav-right {
    padding-top: 25px;
    float: none;
}
.cpm-nav-right .book-btn{
    float: right;
}
.cpm-nav-right .book-btn {
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*margin-left: 19px;*/
    margin-left: 0;
    margin-right: 0;  
}
.nav-section .cpm-nav-right .book-btn a{
    color: #11155c;
}
.header-content{
    position: relative;
}
.quotes-change h1{
    letter-spacing: 2px;
    font-size: 40px;
    /*font-weight: 700;*/
    line-height: 46px;
}
.parallax-bg{
    display: none;
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
    padding: 250px 0;
}
.home .slight-top {
    position: relative;
    width: 100%;
    top: -260px;
    margin-bottom: -260px;
}
.parallax-mirror{
    z-index: 1 !important;
}
.location-first:last-child {
    margin-bottom: 0;
}
.visit-loc {
    margin-left: 60px;
}
.search-section {
    background-color: #163a59;
    margin-top: 220px;
    padding:70px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.search-block input {
    height: 45px;
    box-shadow: none;
    -webkit-border-radius: 3px 0 0 3px !important;
    border-radius: 3px 0 0 3px;
    padding-left: 15px;
    font-weight: 300;
}
.search-block .input-group-btn input {
    background-color: #57aa4f;
    height: 45px;
    line-height: 25px;
    padding: 10px 31px;
    border: none;
    font-size: 19px;
    color:#fff;
    border-radius:0 3px 3px 0 !important;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    font-weight: 300;
}
.search-block .input-group-btn input:hover {
    background: #4a8a47;
}
.services-search p {
    font-weight: 500;
    letter-spacing: 1px;
}
.physio-type {
    margin-top: 40px;
    margin-bottom: 40px;
}
.physio-link ul li a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}
.physio-link ul li:hover a {
    color: #b9b4b4;
}
.physio-link ul li {
    padding: 9px 0;
    border-top: 1px solid  #57aa4f;
}
.search-block input[type="text"]::-webkit-input-placeholder{
    color: #bbb2b2;
    font-size: 16px;
    font-weight: 300;
}
.clinic-slider .owl-item .item,
.cpm-common-slider .owl-item .item,
.clinic-slider .owl-item .item img,
.cpm-common-slider .owl-item .item img{
    -webkit-border-radius: 3px;
            border-radius: 3px;
        height: 492px;
        max-height:492px;
}
.logo {
    margin-top: -6px;
}
.location-section{
    background-color: #163a59;
    overflow: hidden;
    position: relative;
}
.therapy-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.margin-gap{
    margin-top: 80px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.location-content {
    padding: 70px;
    padding-left: 35px;
}
.margin-gap .location-content h1 {
    color: #57aa4f;
    font-size: 36px;
    margin-bottom: 0;
}
.location-col {
    margin-top: 70px;
}
.location-col ul{
    margin-left: 0;
}
.location-col ul li p {
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 0;
}
.location-col ul li {
    margin-top: 45px;
}
.location-col ul li p span{
    font-size: 18px;
    display: block;
    color: #57aa4f;
}
.margin-gap h1 {
    color: #163b5b;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 24px;
}
.cpm-common-slider  .owl-nav {
    position: absolute;
    top: -90px;
    right: 0;
}
.cpm-common-slider  .item img{
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.cpm-common-slider .owl-prev, .cpm-common-slider  .owl-next {
    font-size: 0;
    display: inline-block;
    margin-right: 90px;
}
 .cpm-common-slider  .owl-next {
     margin-right: 0;
 }
 .team-within{
     margin:130px 0;
 }
.cpm-common-slider .owl-prev:before,.cpm-common-slider .owl-next:before {
    position: absolute;
    content: "\e87a";
    font-size: 18px;
    border: 1px solid #173b5a;
    color: #173B5A;
    font-family: 'Linearicons-Free';
    padding: 10px 10px;
    line-height: 19px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
.cpm-common-slider .owl-next:before{
    right: 0;
}
.clinic-news-slider .owl-prev:hover:before, 
.clinic-news-slider .owl-next:hover:before,
.cpm-common-slider .owl-prev:hover:before,
.cpm-common-slider .owl-next:hover:before{
    background: #173b5a;
    color: #FFF;
    
}
.cpm-common-slider .owl-prev:before{
    content:"\e879"
}
.cpm-common-slider .owl-carousel .owl-nav.disabled {
    display: block;
}
.slider-content {
    bottom: 0px;
    color: #FFF;
    position: absolute;
    padding: 30px;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    width: 100%;
    z-index: 2;
}
.clinic-news-slider .slider-content h4{
    margin-bottom: 20px;
}
.clinic-news-slider .item small {
    color: #57aa4f;
    font-size: 14px;
}
.slider-content p {
    line-height: 20px;
    font-size: 15px;
    font-weight: 300;
}

.main-content .diff-feature{
    display: none;
}

/*.team-logo-slider .owl-item{
    height: 130px;
}
*/.dis-table {
    display: table;
    height: 100%;
    margin: 0 auto;
}
.dis-tablecell{
    display: table-cell;
    vertical-align: middle;
}
.navbar-collapse{
    border:none;
    box-shadow:none
}
.team-logo-slider .item{
    display: table-cell;
    vertical-align: middle;
}
.team-logo-slider .item img {
    filter: grayscale(1);
    opacity: 0.4;
    transition: 0.5s all ease-in-out;
}
.team-logo-slider .item:hover img{
    filter:grayscale(0);
    opacity: 1;
}
.feature-content {
    padding: 28px;
}
.feature-col{
    background: #173b5a;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.feature-content h3{
    font-size: 19px;
    font-weight: 500;
}
.feature-content p{
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
}
.feature-img {
    overflow: hidden;
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
    max-height: 170px;
}
.feature-col .feature-img img,
.service-col .service-img img{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.feature-col:hover .feature-img img{
    -webkit-transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}
.page-template-template-about .visit-section{
    background-color: #fff;
}
.location-first h1 {
    margin-bottom: 25px;
    font-size: 36px;
}
span.address-green {
    color: #57aa4f;
    font-size: 18px;
    font-weight: 900;
}
.clinic-content-column.single-service-content h2{
    color: #408455;
    letter-spacing: 1px;
}
.clinic-content-column.single-service-content h1,
.faq-title h1{
    margin-bottom: 0;
    letter-spacing: 1px;
}
.faq-title h1 {
    margin-bottom: 45px;
}
.cpm-panel .panel-body{
    border-top: none;
    border-bottom: 1px solid #ddd !important;
}
.faq-title p{
    color: #183c5b;
    letter-spacing: 1px;
    font-size:22px;
    margin-bottom: 20px;
}
.single-service-content h2{
    margin-bottom: 20px;
}
.single-service-img {
    padding: 300px 0;
}
.therapy h1 {
    margin-bottom: 0;
    color: #163b5b;
    font-size: 48px;
}
.team-logo-slider .owl-nav{
    display: none;
}
.therapy img {
    margin-top: 30px;
}
.location-first p {
    color: #163b5b;
    margin-bottom: 0;
}
.location-first p a{
    margin-right: 20px;
    letter-spacing: 1px;
}
.location-first {
    margin-bottom: 85px;
}
.footer-section{
    height: 308px;
    overflow: hidden;
    position: relative;
    padding-top: 224px;
}
.footer-section:before {
    background: url(../images/bl_footer.svg) no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    bottom: 0;
    content: '';
    height: 388px;
    position: absolute;
    width: 100%;
}
.socail-icon-list ul li .fa {
    font-size: 26px;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    color: #fff;
}
.socail-icon-list ul li a .fa:hover {
    color: #136598;
}
.socail-icon-list ul{
    margin-bottom: 0;
}
.socail-icon-list .copy-right {
    font-size: 18px;
    color: #163b5b;
    font-weight: 500;
}
/*
=====================
      About Css
=====================
*/
.page-template-template-service .header-top .nav-section .cpm-nav-right  li.current-menu-item a,
.page-template-template-faq .header-top .nav-section .cpm-nav-right  li.current-menu-item a,
.page-template-template-faq .header-top .nav-section.sticky .cpm-nav-right  li.current-menu-item a,
.single-service .header-top .nav-section .cpm-nav-right  li.current-menu-item a,
.page-template-template-location .header-top .nav-section .cpm-nav-right  li.current-menu-item a,
.page-template-template-location .header-top .nav-section.sticky .cpm-nav-right  li.current-menu-item a,
.page-template-template-condition .header-top .nav-section .cpm-nav-right  li.current-menu-item a{
    color: #12A750;
}
.page-template.page-template-template-service .header-top .nav-section .cpm-nav-right  li a:hover,
.page-template.page-template-template-faq .header-top .nav-section .cpm-nav-right  li a:hover,
.page-template-template-condition .header-top .nav-section .cpm-nav-right  li a:hover,
.page-template.page-template-template-location .header-top .nav-section .cpm-nav-right  li a:hover,
.single-service .header-top .nav-section .cpm-nav-right  li a:hover{
    color: #12a750 !important;
}
.header-content {
    width: 815px;
    float: right;
    margin: 60px 0px 60px 0px;
}
.clinic-nav-tabs li {
    display: block;
    width: 100%;
}
.clinic-appoint .clinic-nav-tabs li a{
    border: none;
    background: transparent;
    border-bottom: 1px solid #f2f2f2;
    color: #FFF;
    font-size: 20px;
    padding-left: 0;
}
.clinic-appoint .clinic-nav-tabs li:last-child a{
    border: none;
}
.clinic-appoint .clinic-nav-tabs{
    border: none;
    margin-left: 0;
}
.nav-right-section .navbar-collapse{
    padding: 0;
}
.clinic-appoint .nav-tabs>li.active>a,
.clinic-appoint .nav-tabs>li.active>a:focus,
.clinic-appoint .nav-tabs>li.active>a:hover{
    border: none;
    background: transparent;
    border-bottom: 1px solid #f2f2f2;
}
.tab-block {
    background: #57aa4f;
    padding: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 300px;
}
.tab-block .nav-tabs>li.active>a,
.tab-block .nav-tabs>li.active>a:focus,
.tab-block .nav-tabs>li.active>a:hover{
    color: #183c5b;
}

.page-template-template-home{
    background: #E7EBEE;
}
.clinic-content .clinic-content-column{
    color: #183c5b;
    font-size: 18px;
    font-weight: 100;
    line-height: 36px;
    letter-spacing: 1px;
}

.clinic-content .clinic-content-column h4 {
    margin-bottom: 25px;
}

.clinic-content .clinic-content-column ol{
    margin-bottom: 25px;
}

.single-service-content ul li {
    color: #183c5b;
    /*margin-bottom: 20px;*/
}

.single-service-content ul li:last-child{
    margin: 0;
}

.single-service-content ul {
    list-style:disc;
}

.single-service-img{
    margin-top:80px;
}

body.single-service .divider{
    background: none;
}

.page-template-template-faq .clinic-tab{
    padding-bottom:80px;
}
.tab-block p {
    font-size: 18px;
    margin-bottom: 50px;
}
.physio-img {
    margin-bottom: 60px;
    transform: translateX(-420px);
    -webkit-transform: translateX(-420px);
       -moz-transform: translateX(-420px);
        -ms-transform: translateX(-420px);
         -o-transform: translateX(-420px);
            transform: translateX(-420px);
}
.physio-link ul{
    margin-left: 0;
}
.page-template-template-about .clinic-tab{
    border-bottom: none;
}
.slight-right img {
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.clinic-content-column h1{
    margin-bottom: 20px;
}
.page-template-template-service .header-top,
.page-template-template-location .header-top,
/*.page-template-template-faq .header-top,*/
/*.page-template-template-condition .header-top,*/
.single-service .header-top,
.single-service .header-top:before,
/*.page-template-template-faq .header-top:before,*/
/*.page-template-template-condition .header-top:before,*/
.page-template-template-location .header-top:before{
    background: transparent !important;
}
.page-template-template-service .header-top:before{
    background: transparent;
}
.page-template-template-service .header-top .nav-section .cpm-nav-right  li a,
.page-template-template-location .header-top .nav-section .cpm-nav-right  li a,
/*.page-template-template-faq .header-top .nav-section .cpm-nav-right  li a,*/
/*.page-template-template-condition .header-top .nav-section .cpm-nav-right  li a,*/
.single-service .header-top .nav-section .cpm-nav-right  li a{
    color: #144061;
}
.page-template-template-service .header-top .book-btn,
.page-template-template-location .header-top .book-btn,
/*.page-template-template-faq .header-top .book-btn,*/
.page-template-template-condition .header-top .book-btn
.single-service .header-top .book-btn{
    background:#144061;
    transition: 0.5s all ease-in-out;
}
.page-template.page-template-template-location .header-top .nav-section .cpm-nav-right .book-btn a,
.page-template.page-template-template-location .header-top .nav-section.sticky .cpm-nav-right .book-btn a{
    color: #fff;
}
.page-template.page-template-template-service .header-top .nav-section .cpm-nav-right .book-btn a,
/*.page-template.page-template-template-faq .header-top .nav-section .cpm-nav-right .book-btn a,*/
/*.page-template-template-condition .header-top .nav-section .cpm-nav-right .book-btn a,*/
.single-service .header-top .nav-section .cpm-nav-right .book-btn a,
.page-template.page-template-template-service .header-top .nav-section.sticky .cpm-nav-right .book-btn a,
.page-template.page-template-template-faq .header-top .nav-section.sticky .cpm-nav-right .book-btn a,
.single-service .header-top .nav-section.sticky .cpm-nav-right .book-btn a{
    color: #FFF;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.page-template-template-service .header-top .quotes-change h1,
/*.page-template-template-faq .header-top .quotes-change h1,*/
.page-template-template-location .header-top .quotes-change h1,
.single-service .header-top .quotes-change h1{
    color: #11155c;
}

.service-content h1 {
    color: #FFF;
    position: relative;
    font-weight: 300;
}
.service-content {
    padding: 70px 0;
    margin-top: 0;
    padding-bottom: 0;
}
.service-col {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    }
.specialist h1 {
    font-size: 23px;
    margin: 25px 0;
    color: #12165d;
    font-family: "Avenir";
}
.specialist p {
    color: #12165d;
    font-size: 16px;
    line-height: 25px;  
}
.specialist {
    font-size: 15px;
    padding: 30px !important;
}
.flip .hover-content.service-list {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 10px;
    color: #11155c;
    background-color:rgba(231, 235, 238, 0.91);
    position: absolute;
    /*top: 0;
    -webkit-transform: scale(0) rotate(720deg);
       -moz-transform: scale(0) rotate(720deg);
        -ms-transform: scale(0) rotate(720deg);
         -o-transform: scale(0) rotate(720deg);
            transform: scale(0) rotate(720deg);*/
    -webkit-transition: 0.8s cubic-bezier(0.38, 0.32, 0.48, 1.35);
       -moz-transition: 0.8s cubic-bezier(0.38, 0.32, 0.48, 1.35);
        -ms-transition: 0.8s cubic-bezier(0.38, 0.32, 0.48, 1.35);
         -o-transition: 0.8s cubic-bezier(0.38, 0.32, 0.48, 1.35);
            transition: 0.8s cubic-bezier(0.38, 0.32, 0.48, 1.35);
    width: 100%;
    -webkit-transform: rotateY(-180deg);
       -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
         -o-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
}
.hover-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
}
.service-col{
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
          -webkit-transition: 0.8s cubic-bezier(0.38, 0.32, 0.48, 1.35);
       -moz-transition: 0.8s cubic-bezier(0.38, 0.32, 0.48, 1.35);
        -ms-transition: 0.8s cubic-bezier(0.38, 0.32, 0.48, 1.35);
         -o-transition: 0.8s cubic-bezier(0.38, 0.32, 0.48, 1.35);
            transition: 0.8s cubic-bezier(0.38, 0.32, 0.48, 1.35);
}
.flip
{
    position:relative;
    -webkit-perspective:1000;
    perspective:1000;
    margin-bottom: 100px;    
}
.flip:hover .service-col{
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
         -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.flip:hover .hover-content.service-list{
    -webkit-transform: scale(1) rotate(0deg);
       -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
         -o-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
            -webkit-transform: rotateY(0deg);
               -moz-transform: rotateY(0deg);
                -ms-transform: rotateY(0deg);
                 -o-transform: rotateY(0deg);
                    transform: rotateY(0deg);
}
.service-list h1{
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 35px;
    color: #11155c;
}
.service-list ul{
    margin-left: 0;
    margin-top: 10px;
}
.service-list li {
    position: relative;
    padding-left: 18px;
    letter-spacing: 1px;
    color: #42457d;
    font-size: 20px;
    margin: 8px 0;
    font-weight: 500;
}
.service-list li:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 8px;
    top: 5px;
    position: absolute;
    left: 0;
}
.service-list .specialist ul li a{
    color: #57aa4f;
    text-decoration: none;
}
.service-list .specialist ul li a:hover{
    color: #163b5b;
    text-decoration: underline;
}
.service-col .specialist a.load-btn{
	display: none;
}
.flip .hover-content .specialist p{
	display: none;
}

.specialist a.load-btn {
	background: #60ae59;
	border-radius: 3px;
	bottom: 30px;
    color: #ffffff;
	font-size: 12px;
	line-height: 1.8;
	padding: 6px 10px;
	position: absolute;
    text-decoration: none;
}
.specialist h1 > a {
    color: #163b5b;
    text-decoration: none;
}
.service-img {
    overflow: hidden;
    max-height: 240px;
}
.service-header .cpm-nav-right li a:hover {
    color: #57aa4f;
}
.our-service-block .service-wid:nth-child(4n+1){
    clear: left;
}
.team-slider .slider-content{ 
    line-height: 20px;
}
.team-slider .slider-content h4{
    font-size: 24px;
    margin-bottom: 30px;
}
.team-slider .slider-content small{
    font-size: 18px;
    letter-spacing: 1px;
}
.divider {
    height: 1px;
    margin-top: 70px;
    background: #ccc9c9;
}
body.home .divider{
    margin-top: 0;
}
/*.clinic-tab {
    border-bottom: 1px solid #ccc9c9;
}*/


/*team hover content*/

.cpm-common-slider .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(59, 85, 97, 0.29);
    background: linear-gradient(270deg, rgba(59,85,97,0.29) 50%,rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(270deg, rgba(59,85,97,0.29) 50%,rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(270deg, rgba(59,85,97,0.29) 50%,rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(270deg, rgba(59,85,97,0.29) 50%,rgba(0,0,0,0.9) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.cpm-common-slider .item:hover:before{
    opacity: 1;
}

.cpm-common-slider .item:after{
    background:rgba(0, 0, 0, 0.8);
    content: '';
    left: 0;
    top:0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.cpm-common-slider .item:hover:after{
    opacity: 0;
}


.team-slider .team-bios {
    bottom: 0;
    color: #fff;
    left: 10px;
    opacity: 0;
    overflow-y: scroll;
    position: absolute;
    padding: 0 10px;
    right: 10px;
    top: 0;
    transition: 0.5s all ease-in-out;
    visibility: hidden;
    z-index: 10;
}

.team-slider .team-bios::-webkit-scrollbar {
    opacity: 0;
}   

body.home .cpm-common-slider .item:hover .slider-content{
    display: block;
} 

.cpm-common-slider .item:hover .slider-content {
    opacity: 1;
}

.cpm-common-slider .item:hover .team-bios {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: visible;
}

/*team hover content*/






/*.padding-side{
    padding-right: 50px;
    padding-left: 50px;
}*/
/*.custom-size{
    padding: 0 50px;
}*/
.map-section{
    background-color: #183C5B;
    position: relative;
    overflow: hidden;
}
.navbar-toggle span{
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
.nav-section .show span.icon-bar{
    background-color: red;
}
.show span:nth-child(3){
    -webkit-transform: translateX(-20px);
       -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
         -o-transform: translateX(-20px);
            transform: translateX(-20px);
        opacity: 0;
}
.show span:nth-child(2) {
    background: #ffffff !important;
    -webkit-transform:  translateY(9px) rotate(-45deg);
       -moz-transform:  translateY(9px) rotate(-45deg);
        -ms-transform:  translateY(9px) rotate(-45deg);
         -o-transform:  translateY(9px) rotate(-45deg);
            transform:  translateY(9px) rotate(-45deg);
}
.show span:nth-child(4){
    background: #ffffff !important;
    -webkit-transform: rotate(45deg) translate(-10px,-10px);
       -moz-transform: rotate(45deg) translate(-10px,-10px);
        -ms-transform: rotate(45deg) translate(-10px,-10px);
         -o-transform: rotate(45deg) translate(-10px,-10px);
            transform: rotate(45deg) translate(-10px,-10px);
}
h2.map-title {
    color: #000;
}
.map-form .wpcf7-form-control-wrap {
    display: inline;
}
.name-form span input {
    width: 46%;
    margin-right: 8%;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    height: 45px;
    margin-bottom: 30px;
    padding-left: 15px;
    color: #163a59;
    font-size: 15px;
    font-weight: 300;
}
.text-area{
    padding-left: 15px;
    color: #163a59;
    font-size: 15px;
    font-weight: 300;
    padding-top: 15px;
}
.upload-text input{
    padding-left: 15px;
}
.name-form span input::placeholder,
.text-area::placeholder,
.upload-text input::placeholder{
    color: #163a59;
    font-size: 15px;
    font-weight: 300;
}
.name-form span input::-webkit-input-placeholder,
.upload-text input::-webkit-input-placeholder,
.text-area::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #163a59;
    font-size: 15px;
    font-weight: 300;
}
.name-form span input::-moz-placeholder,
.text-area::-webkit-input-placeholder,
.upload-text input::-webkit-input-placeholder { /* Firefox 19+ */
    color: #163a59;
    font-size: 15px;
    font-weight: 300;
}
.name-form span input:-ms-input-placeholder,
.text-area::-webkit-input-placeholder,
.upload-text input::-webkit-input-placeholder { /* IE 10+ */
    color: #163a59;
    font-size: 15px;
    font-weight: 300;
}
.name-form span input:-moz-placeholder,
.upload-text input::-webkit-input-placeholder,
.text-area::-webkit-input-placeholder { /* Firefox 18- */
    color: #163a59;
    font-size: 15px;
    font-weight: 300;
}
.name-form span input.last-name{
    margin-right: 0;
}
.div-select select{
    width: 100%;
    height: 45px;
}
.enquiry-form h1 {
    color: #fff;
    font-size: 33px;
    font-weight: 300;
}
.enquiry-form {
    padding: 50px 0;
}
.enquiry-form input{
    width: 100%;
}
.div-select {
    position: relative;
    margin-bottom: 30px;
}
.div-select select {
    color: #163a59;
    font-size: 15px;
    padding-left: 15px;
    font-weight: 300;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #FFF;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.div-select:after {
    position: absolute;
    content: "\e878";
    font-family: 'Linearicons-Free';
    top: 4px;
    right: 11px;
    color: #183c5b;
    pointer-events: none;
}
.div-select:before {
    height: 100%;
    content: "";
    width: 1px;
    background-color: #eee;
    position: absolute;
    right: 45px;
    top: 0;
    z-index: 1;
}
.map-enq-right div#map {
    height: 100% !important;
    float: right;
    width: 100% !important;
}
.map-enq-right {
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
}
.uploadfieldtrick input[type="file"] {
    display: none;
}
.uploadtextfield{
    position: relative;
}
.uploadtextfield {
    height: 45px;
    background: #fff;
    color: #000;
    padding: 6px 15px;
    font-size: 15px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    cursor: pointer;
    padding-right: 30px;
    overflow: hidden;
}
.uploadtextfield:after{
    position: absolute;
    top: 0;
    color: #183c5b;
    right: 0;
    content:"";
    font-family:Linearicons-Free;
    cursor: pointer;
    background-image: url("../images/upload-btn.png");
    width:40px;
   /*height: 21px;*/
   bottom: 0;
   background-color: #fff;
   background-position: center;
   background-repeat: no-repeat;
}
.upload-text {
    width: 74%;
    float: left;
    margin-right: 40px;
    overflow: hidden;
}
.enquiry-form input.btn-submit {
    padding: 10px 24px;
    width: 118px;
    height: 45px;
    color: #fff;
    font-size: 14px;
    background: #54ab51;
    border: none;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    font-weight: 300;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;   
}
.enquiry-form input.btn-submit:hover{
    background: #fff;
    color: #54ab51;
}
span.wpcf7-not-valid-tip {
    z-index: 1;
    font-size: 10px;
    position: absolute;
    width: 130px;
    left: 0;
    bottom: 5px;
}
.cpm-panel,
.cpm-panel .cpm-panel-heading{
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}
.cpm-panel .cpm-panel-heading {
    border-bottom: 1px solid #dcdcdc;
    padding: 0;
}
.cpm-panel .cpm-panel-heading h4 a{
    font-size: 20px;
    color: #183c5b;
    text-decoration: none;
    display: block;
    padding: 15px;
    padding-left: 0;
    position: relative;
}
.cpm-panel .panel-body{
    color: #000;
    padding-left: 0;
    border-top:none !important;
}
.cpm-panel .cpm-panel-heading{
    position: relative;
}
.cpm-tab-content .cpm-panel-heading h4 a.collapsed:before{
    position: absolute;
    top: 7px;
    content: "";
    right: 0;
    background:url('../images/plus.png') no-repeat;
    width: 32px;
    height: 32px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cpm-tab-content .cpm-panel-heading h4 a:before{
    background: url("../images/minus.png") no-repeat;
    position: absolute;
    top: 7px;
    content: "";
    right: 0;
    width: 32px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 32px;

}
.cpm-panel .cpm-panel-heading.plus:after{
    content:"\f068";
}
.custom-select{
    display: none;
}
.uploadfieldtrick span.wpcf7-not-valid-tip {
    width: 210px;
    bottom: 11px;
}

/* Here's the new CSS to add... */
.admin-bar .nav-section {
  top: 32px;
}
.header-top{
    padding-top: 115px;
}
.loader-overlay.logo-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    text-align: center;
    background:#274864;
}
.loader-overlay.logo-loader img {
    top: 45%;
    position: relative;
    transform: translateY(-50%);
    animation: zoom-in 2s ease-in-out infinite;
    width: 200px;
    margin: 0 auto;
}
@keyframes zoom-in{
    0%{
        -webkit-transform: scale(0.9);
           -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                transform: scale(0.9);
    }
    50%{
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
    100%{
        -webkit-transform: scale(0.9);
           -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                transform: scale(0.9);
    }
}
.location-map iframe {
    width: 100%;
    height: 265px;
}
.cpm-location-column .specialist h1 {
    color: #274864;
    font-size: 26px;
    margin: 0;   
}
.cpm-location-column .specialist p a {
    margin-right: 15px;
    letter-spacing: 1px;
}
.loc-con {
    margin-top: 30px;
    line-height: 11px;
}
.loc-con span.address-green,
.clinic-time .address-green{
    color: #57aa4f;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.loc-con p {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
}
.loc-con p label{
    font-weight: 100;
}

.location-map #map-1{
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}
.loc-con p a{
    font-size: 16px;
}
.cpm-location-column {
    margin-bottom: 100px;
    width: 95%;
}
.loc-con p a {
    color: #25405c;    
}
.clinic-time {
    line-height: 16px;
    margin-top: 26px;
}    
.gmnoprint,
.gm-style-cc,
.gmnoprint.gm-style-cc{
    display: none;
}
.gm-style > div:nth-child(2) {
    display: none;
}
.clinic-time p{
    margin-bottom: 0;
}
.appoint-btn{
    display: inline-block;
    margin-top: 20px;
}
.appoint-btn a {
    color: #fff;
    background: #57aa4f;
    display: inline-block;
    padding: 5px 12px;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    border-radius: 3px;
    text-decoration: none;
}
.appoint-btn a:hover,
.appoint-btn a:focus,
.appoint-btn a:active {
    background: #144061;
}


/*Resources page style*/

body.page-template-template-resources,
body.tax-resource_category{
    background-color: #ffffff;
}

.header-content .browse-category{
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    margin-top: 85px;
}

.header-content .browse-category p:after{
    content: '\e874';
    font-family: 'Linearicons-Free';
    font-size: 15px;
    margin-left: 15px;
}

.header-content ul.cats-list {
    display: block;
    margin: 0;
    margin-top: 59px;
}

body.archive .header-content ul.cats-list{
    display: block;
}

.header-content ul.cats-list li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.header-content ul.cats-list li.selected a{
    border-color: #57aa4f;
    color: #57aa4f;
}

.header-content ul.cats-list li:nth-child(3n+0) {
    margin: 0;
}

.header-content ul.cats-list li a {
    border: solid 1px #fff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    max-width: 100%;
    padding: 10px;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-align: center;
    width: 260px;
}

.header-content ul.cats-list li:hover a {
    border-color: #57aa4f;
    color: #57aa4f;
}

.slight-top .cats-detail h1 a{
    color: #163b5b;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 500;
}

.slight-top .cats-detail h1 a:hover{
    color: #4c6f8f;
}

.slight-top .cats-detail{
    color: #183c5b;
    border-bottom: 1px solid #e7ebee;
    padding: 20px 0;
}

.slight-top .cats-detail h1{
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 1px;
}

.slight-top .cats-content-media{
    position: relative;
}

.slight-top .cats-content-media a{
    display: block;
}

.slight-top .cats-content-media a:before{
    background: linear-gradient(270deg, rgba(59,85,97,0.29) 50%,rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(270deg, rgba(59,85,97,0.29) 50%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(270deg, rgba(59,85,97,0.29) 50%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(270deg, rgba(59,85,97,0.29) 50%,rgba(0,0,0,0.7) 100%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
}

.slight-top .cats-content-media a:after{
    background: url(../images/play-button1.png);
    top: 50%;
    content: '';
    height: 80px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 80px;
    z-index: 1;
}

body.page-template-template-resources .clinic-tab,
body.tax-resource_category .clinic-tab{
    border-bottom: none;
}

body.page-template-template-resources .clinic-tab .cats-content-wrapper,
body.tax-resource_category .clinic-tab .cats-content-wrapper{
    /*border-bottom: 1px solid #ccc9c9;*/
    margin-bottom: 10px;
    /*padding-bottom: 30px;*/
}

.clinic-tab .cats-detail a.resource-ctn-btn{
    background: #57aa4f;
    border-radius: 3px;
    color: #fff;
    padding: 12px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.clinic-tab .cats-detail a.resource-ctn-btn:hover,
.clinic-tab .cats-detail a.resource-ctn-btn:focus,
.clinic-tab .cats-detail a.resource-ctn-btn:active{
    background: #144061;
}

.modal-body{
    height: 0;
    padding: 0px;
    padding-bottom: 56.24%;
    position: relative;
}

.modal .modal-body iframe{
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
    width: 100%;
}

.modal .modal-dialog{
    display: table;
    height: 100%;
    width: 800px;
}

.modal .modal-dialog .modal-content{
    background: transparent;
    box-shadow: none;
    border: none;
    display: table-cell;
    vertical-align: middle;
}

.clinic-content-column.single-service-content h1 {
    margin-bottom: 15px;
}


/*Search page style*/

body.search {
    background: #ffffff;
}

body.search .page-header{
    margin-bottom: 40px;
}

body.search .page-header{
    border-color: #ccc9c9;
}

body.search .page-header h1.page-title{
    color: #57aa4f;
    padding-bottom: 20px;
}

body.search .entry-header h2.entry-title a{
    color: #163b5b;
    text-decoration: none;
} 

body.search .entry-header h2.entry-title a:hover{
    color: #4c6f8f;
}

body.search .entry-summary{
    color: #163b5b;
    margin-top: 15px;
}

body.search .content-area{
    margin-top: 80px;
}

body.search-results article.status-publish {
    margin-bottom: 60px;
}

body.search .no-results h1.page-title{
    text-align: center;
}

body.search .no-results .search-form{
    margin: 0 auto;
    position: relative;
    width: 400px;
}

body.search .no-results .search-form label{
    width: 100%;
}

body.search .no-results .search-form input.search-field{
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    color: #454545;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    padding: 10px 40px 10px 15px;
    width: 100%;
}

body.search .no-results .search-form input.search-submit{
    background: url(../images/search-icon.png) 0px 0px;
    border: none;
    color: transparent;
    height: 24px;
    position: absolute;
    right: 11px;
    top: 10px;
    width: 25px;
}

body.search .no-results .page-content{
    color: #163b5b;
    font-weight: 500;
    text-align: center;
}

body.search .no-results .page-content p{
    margin-bottom: 30px;
}


/*Sticky logo*/

.nav-section .navbar-header img{
    transition: 0.5s all ease-in-out;
}

.nav-section .navbar-header img.sticky-logo{
    display: none;
}

.nav-section.sticky .navbar-header img.header-logo{
    display: none;
}

.nav-section.sticky .navbar-header img.sticky-logo{
    display: block;
}


/*Sticky Header Booking Button*/

.nav-section.sticky li.book-btn {
    background: #fff;
}

.nav-section.sticky li.book-btn a {
    color: #1b4b6d !important;
}



/*Visit Page*/

.visit-loc .location-first .visit-contact{
    color: #163b5b;
    margin-bottom: 0;
}

.visit-loc .location-first .visit-contact label {
    font-weight: normal;
    margin-bottom: 0;
}

body.page-template-template-location .padding-side .divider{
    display: none;
}



/*FAQ Booking Widgets*/

.tab-block > a{
    background: #34892B;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 50px;
    padding: 15px;
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.tab-block > a:hover{
    background: #16650E;
}

.tab-block > a:after{
    content:'\e87a';
    font-family: 'Linearicons-Free';
    position: absolute;
    right: 25px;
}


/*FAQ Page*/

body.page-template-template-condition{
    background: #ffffff;
}

body.page-template-template-faq .single-service-img{
    margin-top: 0;
}


/*Home service text*/

.search-section .service-assist{
    font-size: 14px;
}

.search-section .service-assist a{
    color: #57aa4f;
    text-decoration: underline;
}


/*Location Page*/

.cpm-location-block{
    background: none !important;
}


/*Service Single content*/

.clinic-content .single-service-content h1,
.clinic-content .single-service-content h2,
.clinic-content .single-service-content h3,
.clinic-content .single-service-content h4,
.clinic-content .single-service-content h5,
.clinic-content .single-service-content h6{
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.clinic-content .single-service-content h1{
    margin-top: 0;
}


/*Condition Accordion content*/

.page-template-template-condition .cpm-tab-content ul{
    margin: 0;
    margin-bottom: 30px;
    position: relative;
}

.page-template-template-condition .cpm-tab-content ul li{
    /*font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 2;*/
    padding-left: 60px;
}

.page-template-template-condition .cpm-panel .panel-body{
    font-size: 18px;
    font-weight: 100;
    line-height: 36px;
    letter-spacing: 1px;
}

.page-template-template-condition .cpm-tab-content ul li:before{
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
}

.page-template-template-condition .cpm-tab-content .condition-myth li:before{
    content: '\f00d';
}

.page-template-template-condition .cpm-tab-content .condition-fact li:before,
.page-template-template-condition .cpm-tab-content .bodylogic-help li:before{
    content: '\f00c';
}

.clinic-content .single-service-content a{
    color: #57aa4f;
    text-decoration: none;
}

.clinic-content .single-service-content a:hover{
    color: #163b5b;
    text-decoration: underline;
}

.single-service .header-top .book-btn{
    background: #163b5b;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/*--------------------------------------------------------------
 * ## OUR TEAM SINGLE
 *--------------------------------------------------------------
 */

.team-slider .owl-item .item .team-link{
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 20;
}

.single-ourteam .img-wrap{
    border-radius: 3px;
    left: 15px;
    overflow: hidden;
    position: absolute;
    top: -310px;
    width: 300px;
}

.single-ourteam .img-wrap img{
    width: 100%;
}

.single-ourteam .clinic-content-column a{
    color: #163b5b;
    font-weight: 500;
}


/*Footer site by section*/

.padding-side .visit-bg{
    background: #ffffff;
}

footer{
    background: #ffffff;
}

.footer-section .socail-icon-list{
    display: inline-block;
}

.footer-section .site-by{
    display: inline-block;
    float: right;
    font-size: 16px;
    margin-top: 38px;
}

.footer-section .site-by img{
    height: auto;
    width: 70px;
}


/*********************************************
\\\\\\\\\\\ BANNER TEXT ALIGN STYLE \\\\\\\\\\
**********************************************/
.header-top .banner-wrap{
    display: table;
    height: 100%;
    width: 100%;
}

body.page-template-template-home .header-top{
    padding-top: 0;
}

body.page-template-template-home .header-content{
    margin: 0;
}


/*********************************************
\\\\\\\\\\\ BANNER TEXT ALIGN STYLE \\\\\\\\\\
**********************************************/
.visit-bg .location-first{
    line-height: 1.6;
    margin-bottom: 40px;
}

.visit-bg .location-first h1{
    margin-bottom: 10px;
}

span.address-green{
    font-size: 16px;
}


/*************************************************
\\\\\\\\\\\ LOCATION CARD SECTION STYLE \\\\\\\\\\
**************************************************/
.cpm-location-column{
    position: relative;
    padding-bottom: 76px;
}

.appoint-btn{
    bottom: 30px;
    margin: 0;
    position: absolute;
}

body.page-template-template-contact .divider{
    display: none;
}

.enquiry-form form input,
.enquiry-form form select,
.enquiry-form form textarea{
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
}


/***************************************
\\\\\\\\\\\ NAVBAR ICON STYLE \\\\\\\\\\
****************************************/
.nav-section .cpm-nav-right li.social-icon a{
    font-size: 22px;
    padding: 17px 8px;
}


/****************************************************
\\\\\\\\\\\ RESOURCES SINGLE SECTION STYLE \\\\\\\\\\
*****************************************************/

.single-resource .header-top{
    background: transparent !important;
}

.single-resource .header-top .nav-section .cpm-nav-right li a{
    color: #163b5b
}

.single-resource .header-top .nav-section .cpm-nav-right li a:hover{
    color: #57aa4f;
}

.single-resource .header-top .nav-section.sticky .cpm-nav-right li a{
    color: #ffffff;
}

.single-resource .header-top .book-btn{
    background: #163b5b;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.single-resource .header-top .nav-section .cpm-nav-right .book-btn a{
    color: #FFF;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}


/*************************************************
\\\\\\\\\\\ SEARCH RESULT SECTION STYLE \\\\\\\\\\
**************************************************/

body.search-results .header-top{
    height: 435px;
}