﻿@charset "utf-8";
/* CSS Document */

/*
 Physio | Physiotheapy HTML Template
 Version : v.1.0.0;
 Author Name : Jitu chauhan;
 */

/***** Index of CSS *****/
/*
-index :-
			- index
			- index 2
			- index 3
			- index 4
.about
.service :-
			- service list
			- service detail
.blog :-
			- blog
			- blog default
			- blog single
.doctor :-
			- doctor team circle
			- doctor single
.gallery
.feature :- 
			- pricing
			- financial option
			- appoiment form
			- faq
			- career
					- career
					- career detail
					- application form
			- shortcodes 
					- shortcodes accordion	
					- shortcodes buttons	
					- shortcodes columns	
					- shortcodes paginations
					- shortcodes tabs
					- shortcodes alert	
			- 404 Error
.contact us
*/

body {
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #61676c;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Hind', sans-serif;
    color: #084988;
    margin: 0 0 18px 0;
    font-weight: 300;
    letter-spacing: -1px;
}

h1 {
    font-size: 32px;
    line-height: 46px;
}

h2 {
    font-size: 26px;
    line-height: 38px;
}

h3 {
    font-size: 20px;
    line-height: 32px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 28px 0;
}

a {
    color:#084988;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    a:hover, a:focus {
        color: #89c725;
        text-decoration: none;
    }

    a:visited {
    }

ul, ol {
    margin: 0 0 28px 0;
}

::-selection {
    background-color: #89c725;
    color: #fff;
}

::-moz-selection {
    background-color: #89c725;
    color: #fff;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #eff2f4;
}
/***** link *****/
.btn-link {
    font-family: 'Hind', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #89c725;
}
/***** buttons *****/
.btn-outline {
    border-radius: 34px;
    font-family: 'Hind', sans-serif;
    border: 2px solid #dcdcdc;
    color: #adadad;
    padding: 7px 27px 3px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 0px;
}

    .btn-outline i {
        margin-left: 5px;
    }
/***** normal btn *****/
.btn-outline-default {
    border: 2px solid #89c725;
    color: #89c725;
    text-transform: uppercase;
}

    .btn-outline-default:hover, .btn-outline-default:focus {
        background-color: #89c725;
        color: #fff;
    }

.btn-outline-primary {
    border: 2px solid #074887;
    color: #074887;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus {
        background-color: #074887;
        color: #fff;
    }

.btn-outline-white {
    border: 2px solid #fff;
    color: #fff;
}

    .btn-outline-white:hover, .btn-outline-white:focus {
        border: 2px solid #074887;
        background-color: #074887;
        color: #fff;
    }

.btn-outline-gray {
    border: 2px solid #dee5eb;
    color: #61676c;
}

    .btn-outline-gray:hover, .btn-outline-gray:focus {
        border: 2px solid #dee5eb;
        background-color: #dee5eb;
        color: #61676c;
    }
/***** large btn *****/
.btn-outline-lg {
    font-size: 18px;
    padding: 9px 30px 5px;
}
/***** small btn *****/
.btn-outline-sm {
    font-size: 14px;
    padding: 4px 20px 0px;
}

/***** video btn *****/
.btn-video {
}
/***** cta btn *****/
.btn-cta {
}
/***** form elements *****/
label {
    display: inline-block;
    max-width: 100%;
    color: #61676c;
    font-size: 14px;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
}

input.form-control, select.form-control {
    border-radius: 2px;
    border: 2px solid #e0e3e5;
    background-color: #fafcfd;
    height: 44px;
    font-size: 14px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}

select.form-control {
    -webkit-appearance: none;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/down-arrow.png);
    padding-right: 15px;
    -moz-appearance: none;
}

textarea.form-control {
    border-radius: 2px;
    border: 2px solid #e0e3e5;
    background-color: #fafcfd;
    font-size: 14px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}

button.btn-outline-default {
    background-color: transparent;
    height: 44px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    color: #61676c;
    background-color: #fafcfd;
    border: 2px solid #e0e3e5;
}
/***** section *****/



.spacer {
    padding-bottom: 80px;
    padding-top: 80px;
}

.bg-color {
    background-color: #f6fbff;
}

.well-box {
    padding: 20px;
}

.listnone {
    list-style: none;
    padding-left: 0;
}

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

.text-highlight {
    color: #89c725;
}

.text-strong {
    font-weight: 700;
}

.lead {
    font-size: 21px;
    line-height: 32px;
}
/***** margin bottom *****/
.mbtm-3 {
    margin-bottom: 30px;
}

.mbtm-2 {
    margin-bottom: 20px;
}

.mbtm-1 {
    margin-bottom: 10px;
}
/***** images *****/
.img-radius {
    border-radius: 6px;
}
/***** font awesome *****/
.angle-double-right li {
    position: relative;
    display: flex;
}

    .angle-double-right li:before {
        margin-right: 10px;
        font-family: FontAwesome;
        color: #61676c;
        top: 0;
        left: -5px;
        content: "\f101";
    }

.arrow-circle-o-right li {
    position: relative;
    display: flex;
}

    .arrow-circle-o-right li:before {
        margin-right: 10px;
        font-family: FontAwesome;
        color: #89c725;
        top: 0;
        left: -5px;
        content: "\f18e";
    }

.arrow-right li {
    position: relative;
    display: flex;
}

    .arrow-right li:before {
        margin-right: 10px;
        font-family: FontAwesome;
        color: #89c725;
        top: 0;
        left: -5px;
        content: "\f061";
    }
/***** top bar *****/
.top-bar {
    background-color: #063f77;
}

.welcome-msg {
    font-size: 12px;
    color: #2D82D5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-links {
    text-align: right;
}

    .top-links ul {
        margin-bottom: 0px;
        padding-left: 0px;
    }

        .top-links ul li {
            float: left;
            font-family: 'Hind', sans-serif;
        }

            .top-links ul li a {
                font-size: 12px;
                color: #2d82d5;
                font-weight: 600;
                padding: 10px;
                float: left;
                text-transform: uppercase;
            }

                .top-links ul li a:hover {
                    color: #1B82D5;
                    background-color: #fff;
                }

            .top-links ul li i {
                margin-right: 10px;
            }

            .top-links ul li.call {
                font-size: 16px;
                color: #2d82d5;
                font-weight: 600;
                padding: 10px;
            }

    .top-links .dropdown-menu {
        padding: 0px;
        float: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    .top-links ul.dropdown-menu li {
        float: none;
    }

    .top-links .btn-outline-sm {
        margin-top: 5px;
    }
/***** header *****/
#header-sticky-wrapper {
    position: relative;
    z-index: 999;
}

.header .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #2D80C4;
    background-color: #fff;
}

.header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2d82d5;
}

.header .navbar-default .navbar-toggle {
    border-color: #2d82d5;
}

    .header .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #FFF;
    }

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #FAFAF6;
}

.header {
    background-color: #fff;
}

    .header .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    .header .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 0px;
        border: none;
    }

    .header .navbar-default .navbar-nav > .active > a {
        background-color: #25b679;
    }

    .header .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 16px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: #fff;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 0px;
    }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fafaf6;
}

.header .navbar-default .navbar-toggle .icon-bar {
    background-color: #2c80d3;
}

.header .navbar-default .navbar-form {
    margin-top: 10px;
}

    .header .navbar-default .navbar-form .form-control {
        height: 36px;
        margin-top: -1px;
    }

.header .navbar-form .tp-btn-default {
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #fff;
    color: #084988;
    padding-left: 10px;
    padding-right: 10px;
}

.header .navbar-default .navbar-nav > .open > a, .header .navbar-default .navbar-nav > .open > a:focus, .header .navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
}

.header .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #084988;
    background-color: #fff;
}

.header .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #fff;
    border-color: #fff;
}

.header .dropdown-menu {
    background-color: #fff;
    border: transparent;
}

.header .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.header .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #084988;
    white-space: nowrap;
}

    .header .dropdown-menu > li > a:focus, .header .dropdown-menu > li > a:hover {
        text-decoration: none;
        background-color: #EDF6F9;
    }

.header .navbar-default .navbar-nav > li > a {
    color: #2d82d5;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
}

.header .marginBottom-0 {
    margin-bottom: 0;
}

.header .dropdown-submenu {
    position: relative;
}

    .header .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .header .dropdown-submenu > a:after {
        display: block;
        content: "";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #3385d6;
        margin-top: 5px;
        margin-right: -10px;
    }

    .header .dropdown-submenu:hover > a:after {
        border-left-color: #3385d6;
    }

.header .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.header .dropdown-menu > .active > a, .header .dropdown-menu > .active > a:focus, .header .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #25B679;
    outline: 0;
}

.header .dropdown-submenu.pull-left {
    float: none;
}

    .header .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }
/***** page header *****/
.page-header {
    background-color: #f6fbff;
    margin: 0;
    border-bottom: 0px solid transparent;
    padding-bottom: 0;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
}

    .breadcrumb > .active {
        color: #89c725;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #89c725;
        content: "\f101";
        font-family: FontAwesome;
    }

.page-header-title {
    padding-top: 50px;
    padding-bottom: 50px;
}

.header-pic {
}
/********** search **********/
.header-2 span.offi {
}

.header-2 span.call {
}

.header-2 .search {
    color: #FFF;
    background-color: #07447E;
    border-color: #07447E;
    border-right: 1px solid #115699;
    border-left: 1px solid #115699;
    border-radius: 0px;
    padding-top: 11px;
}

.header-2 a.search i {
    background-color: transparent;
    color: #2D82CC;
    padding: 11px 20px;
}

.search-open {
    background-color: #063f77;
    height: 120px;
    display: none;
    position: relative;
    color: #fff;
    width: 100%;
    padding: 40px 20px 20px 20px;
}

    .search-open input.form-control {
        border: 2px solid #003676;
        height: 42px;
    }

    .search-open .btn-outline {
        border: 2px solid #084988;
        background-color: #084988;
        border-radius: 0px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 14px;
        padding: 9px 20px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
    }

    .search-open .btn-default:hover {
        color: #084988;
        text-transform: uppercase;
        background-color: #07447E;
        border-color: #07447E;
    }

    .search-open .btn-default.focus, .btn-default:focus {
        color: #084988;
        text-transform: uppercase;
        background-color: #07447E;
        border-color: #07447E;
    }
/********** site header 2 **********/
.header-2 {
}

    .header-2 .search-open {
        background: transparent;
    }

    .header-2 .top-links ul li a {
        font-size: 12px;
        color: #2d82d5;
        font-weight: 600;
        padding: 5px 15px 5px 10px;
    }

    .header-2 .header {
        padding: 8px 0px;
    }

    .header-2 .navbar-brand {
        float: left;
        height: auto;
    }

    .header-2 .navbar-default {
        background-color: #07447e;
        border-radius: 0px;
        border: none;
        border-top: 1px solid #115699;
    }

        .header-2 .navbar-default .navbar-nav > li > a {
            color: #2d82d5;
            border-left: 1px solid #115699;
            border-right: 1px solid #115699;
            font-weight: 600;
            margin-right: -1px;
            font-size: 14px;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 20px;
            text-transform: uppercase;
            font-family: 'Hind', sans-serif;
        }

    .header-2 .top-social {
        float: right;
    }

.logo-header {
}

.cta-header {
    padding-top: 25px;
    padding-bottom: 15px;
}

.navbar {
    margin-bottom: 0px;
}

.header-2 .dropdown-menu {
    border: transparent;
}

.header-2 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2d82d5;
}

.header-2 .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #084988;
    white-space: nowrap;
}

    .header-2 .dropdown-menu > li > a:focus, .header-2 .dropdown-menu > li > a:hover {
        text-decoration: none;
        background-color: #EDF6F9;
    }

.header-2 .dropdown-submenu {
    position: relative;
}

    .header-2 .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .header-2 .dropdown-submenu > a:after {
        display: block;
        content: "";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #3385d6;
        margin-top: 5px;
        margin-right: -10px;
    }

    .header-2 .dropdown-submenu:hover > a:after {
        border-left-color: #3385d6;
    }

.header-2 .dropdown-menu > .active > a, .header .dropdown-menu > .active > a:focus, .header .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #25B679;
    outline: 0;
}

.header-2 .dropdown-submenu.pull-left {
    float: none;
}

    .header-2 .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

/********** site header 3 **********/
.header-3 {
}

    .header-3 span.offi {
    }

    .header-3 span.call {
    }

    .header-3 .search {
        color: #FFF;
        background-color: #07447E;
        border-radius: 0px;
        border: transparent;
    }

    .header-3 a.search i {
        background-color: transparent;
        color: #2D82CC;
        padding: 1px 20px;
    }

    .header-3 .navbar-brand {
        float: left;
        height: auto;
    }

    .header-3 .navbar-default {
        background-color: #07447e;
        border-radius: 0px;
        border: none;
        border-top: 1px solid #115699;
    }

        .header-3 .navbar-default .navbar-nav > li > a {
            color: #2d82d5;
            font-weight: 600;
            font-size: 14px;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 30px;
            padding-bottom: 30px;
            text-transform: uppercase;
            font-family: 'Hind', sans-serif;
        }

.logo-header {
}

.navbar {
    margin-bottom: 0px;
}

.header-3 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2d82d5;
}

.header-3 .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #084988;
    white-space: nowrap;
}

    .header-3 .dropdown-menu > li > a:focus, .header-3 .dropdown-menu > li > a:hover {
        text-decoration: none;
        background-color: #EDF6F9;
    }

.header-3 .dropdown-submenu {
    position: relative;
}

    .header-3 .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .header-3 .dropdown-submenu > a:after {
        display: block;
        content: "";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #3385d6;
        margin-top: 5px;
        margin-right: -10px;
    }

    .header-3 .dropdown-submenu:hover > a:after {
        border-left-color: #3385d6;
    }

.header-3 .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.header-3 .dropdown-menu > .active > a, .header .dropdown-menu > .active > a:focus, .header .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #25B679;
    outline: 0;
}

.header-3 .dropdown-submenu.pull-left {
    float: none;
}

    .header-3 .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

/********** site header 4 **********/
.header-4 {
}

.is-sticky > .header-4.header {
    background: #07437e!important;
}

.header-4.header {
    border-top: 4px solid #89C725;
}

.header-4 span.offi {
}

.header-4 span.call {
}

.header-4 .search {
    color: #FFF;
    background-color: transparent;
    border-radius: 0px;
    border: transparent;
}

.header-4 a.search i {
    background-color: transparent;
    color: #2D82CC;
    padding: 1px 20px;
}

.header-4 .navbar-brand {
    float: left;
    height: auto;
}

.header-4 .navbar-default {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    border-top: 1px solid #115699;
}

    .header-4 .navbar-default .navbar-nav > li > a {
        color: #2d82d5;
        font-weight: 600;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
        text-transform: uppercase;
        font-family: 'Hind', sans-serif;
    }

.navbar {
    margin-bottom: 0px;
}

.header-4 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2d82d5;
}

.header-4 .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #084988;
    white-space: nowrap;
}

    .header-4 .dropdown-menu > li > a:focus, .header-3 .dropdown-menu > li > a:hover {
        text-decoration: none;
        background-color: #EDF6F9;
    }

.header-action {
    padding-top: 20px;
    padding-left: 40px;
    float: right;
}

#header .navbar-default .navbar-toggle {
    border-color: #2d82d5;
}

#header .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 16px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
}

#header .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

#header .navbar-default .navbar-toggle .icon-bar {
    background-color: #2c80d3;
}

.header-4 .dropdown-submenu {
    position: relative;
}

    .header-4 .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .header-4 .dropdown-submenu > a:after {
        display: block;
        content: "";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #3385d6;
        margin-top: 5px;
        margin-right: -10px;
    }

    .header-4 .dropdown-submenu:hover > a:after {
        border-left-color: #3385d6;
    }

.header-4 .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.header-4 .dropdown-menu > .active > a, .header .dropdown-menu > .active > a:focus, .header .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #25B679;
    outline: 0;
}

.header-4 .dropdown-submenu.pull-left {
    float: none;
}

    .header-4 .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

/***** slider top *****/
.slider-top {
}

.slider img {
    position: relative;
    z-index: -1;
}

.slider-color-bg {
    background: -webkit-linear-gradient(bottom, rgba(7, 67, 126, 0.9) 5%, rgba(7, 67, 126, 0.9) 100%);
    background: -o-linear-gradient(bottom, rgba(7, 67, 126, 0.9) 5%, rgba(7, 67, 126, 0.9) 100%);
    background: -ms-linear-gradient(bottom, rgba(7, 67, 126, 0.9) 5%, rgba(7, 67, 126, 0.95) 100%);
    background: -moz-linear-gradient(bottom, rgba(7, 67, 126, 0.9) 5%, rgba(7, 67, 126, 0.9) 100%);
    background: linear-gradient(to top, rgba(7, 67, 126, 0.9) 5%, rgba(7, 67, 126, 0.95) 100%);
}

.caption-center {
    position: absolute;
    bottom: 32%;
    text-align: center;
}

    .caption-center h1 {
        text-transform: uppercase;
        font-size: 42px;
        font-weight: 700;
        color: #fff;
    }

    .caption-center p {
        color: #7ebcf8;
    }
/***** slider *****/
#slider {
}

    #slider .item img {
        display: block;
        width: 100%;
        height: auto;
    }

    #slider .owl-pagination {
        position: absolute;
        bottom: 10px;
        left: 50%;
    }

    #slider .owl-buttons {
    }

        #slider .owl-buttons .owl-prev, #slider .owl-buttons .owl-next {
            background-color: #084988;
            opacity: 1;
            color: #fff;
            padding: 10px 15px;
            font-size: 24px;
            border-radius: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

            #slider .owl-buttons .owl-prev:hover, #slider .owl-buttons .owl-next:hover {
                background-color: #89C725;
                color: #fff;
            }

        #slider .owl-buttons .owl-prev {
            position: absolute;
            bottom: 50%;
            left: 0px;
        }

        #slider .owl-buttons .owl-next {
            position: absolute;
            bottom: 50%;
            right: 0px;
        }

    #slider .caption {
        position: absolute;
        bottom: 32%;
        width: 25%;
    }

        #slider .caption h1 {
            text-transform: uppercase;
            font-size: 42px;
            font-weight: 700;
        }

.location-shortcode {
}
/***** footer *****/
.footer {
    background-color: #282c33;
    padding: 103px 0;
}

.footer-block {
}

    .footer-block h2 {
        color: #fff;
    }

    .footer-block li a {
        color: #89c725;
    }

        .footer-block li a:hover {
            color: #084988;
        }

.newsletter {
}

    .newsletter input.form-control {
        border-radius: 60px 0 0 60px!important;
        border: 2px solid #33383f;
        background-color: #33383f;
        font-size: 16px;
        padding-left: 25px;
        color: #eee;
    }

    .newsletter button.btn-outline-default {
        border-radius: 0 20px 20px;
        background-color: #95CD40;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
    }

.tiny-footer {
    background-color: #24272d;
    padding-bottom: 12px;
    padding-top: 20px;
}

    .tiny-footer p {
        font-size: 14px;
    }

/***** inner pages *****/
.main-container {
    margin-bottom: 60px;
    padding-top: 60px;
}

.content-left {
    margin-bottom: 30px;
}

.right-sidebar {
}

.content-right {
}

.sidebar {
}

.page-header {
}
/***** service *****/
.service {
}

.service-block {
}

.service-thumb {
}

    .service-thumb img {
        width: 100%;
    }

.service-img {
}

.service-title {
    color: #084988;
    font-size: 28px;
    width: 100%;
    display: inline-block;
}

    .service-title:hover {
        background-color: #084988;
        color: #fff;
    }

.service-caption {
    padding: 40px;
}

.treatments-caption {
    width: 100%;
    display: block;
    color: #084988;
    padding: 20px;
    font-size: 28px;
    font-family: 'Hind', sans-serif;
    background-color: #e9eef1;
}

    .treatments-caption:hover {
        background-color: #084988;
        color: #fff;
    }

.service-info {
    padding: 40px;
}

.fullwidth-service {
}

    .fullwidth-service .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

.fullwidth-service-img {
}

.fullwidth-service-detail {
    background-color: #e9eef1;
    min-height: 469px;
    padding-top: 100px;
    padding-left: 100px;
}

.fullwidth-info {
    color: #fff;
    padding: 15% 10%;
}

.fullwidth-title {
    color: #fff;
}

.small-cta {
    color: #084988;
    font-size: 21px;
}

    .small-cta i {
        font-size: 50px;
        color: #89c725;
        float: left;
        margin-right: 20px;
    }

.small-cta-title {
    font-weight: 700;
    font-size: 21px;
    margin-top: 8px;
    margin-bottom: 0px;
}

.facility-bg {
    background-color: #084988;
}

.bg-background {
    background-color: #084988;
}

.side-img {
    padding-left: 0px;
    padding-right: 0px;
}

.facility-img {
    padding-right: 0px;
    padding-left: 0px;
}

    .facility-img img, .side-img img {
        width: 100%;
    }

.facility-info {
    color: #fff;
    padding: 10%;
}
/***** service owl *****/
#service .item img {
    display: block;
    width: 100%;
    height: auto;
}

#service .owl-controls .owl-buttons div {
    color: #fff;
    margin: 1px;
    padding: 1px 10px;
    border-radius: 0px;
    font-size: 11px;
    background: #798b9d;
    filter: Alpha(Opacity=50);
    opacity: 1;
    width: 49%;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

#service .owl-controls {
    margin-top: 0px;
}

    #service .owl-controls .owl-buttons div:hover {
        background-color: #89c725;
    }
/***** feature owl *****/
#feature {
}

    #feature .owl-theme .owl-controls {
        margin-bottom: -28px;
    }
/***** blog *****/
.post-holder {
}

.post-img {
    margin-bottom: 10px;
    position: relative;
}

    .post-img img {
        width: 100%;
    }

.post-caption {
}

.post-video {
}

.post-quote {
    font-style: italic;
}

.post-link {
}

.post-meta {
    color: #a1a1a1;
    border-bottom: 2px solid #eff6f8;
    padding-bottom: 13px;
    margin-bottom: 15px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 20px 0 .5em 20px;
}

.related-post {
}

.related-post, .prev-next-links {
    margin-bottom: 20px;
    border-bottom: 1px solid #eff2f4;
    padding-bottom: 29px;
    display: inline-block;
    width: 100%;
}

.author-post, .leave-comments, .comment-post, .children {
    border: 2px solid #eff2f4;
    display: inline-block;
    padding: 30px;
}

.author-portrait {
    margin-bottom: 10px;
}

.author-info {
}

.comments-area {
}

.comments-title {
}

.comment-list {
}

.comment-frame {
    float: left;
    width: 110px;
}

.user-comments {
    margin-left: 130px;
}

.comment-body {
}

.children {
}

.meta {
    color: #a1a1a1;
}

.meta-date, .meta-comment, .meta-author, .meta-tag {
    margin: 0 5px 0px 0px;
    font-size: 14px;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.meta-date {
}

.meta-comment {
    float: right;
}

.meta-author {
}

.meta-tag {
}

.label-date {
    border-radius: 12px;
    background-color: #0a4c8a;
    font-size: 12px;
    color: #fff;
    padding: 2px 12px;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

    .label-date i {
        margin-right: 5px;
    }

.sticky-icon {
    position: absolute;
    top: 0;
    right: 0;
}
/***** sidebar *****/
.widget {
    background-color: #fafcfd;
    padding: 28px;
    border: 2px solid #eff2f4;
    border-radius: 8px;
    margin-bottom: 30px;
}

    .widget ul li {
        border-bottom: 1px solid #eff2f4;
        padding-bottom: 8px;
    }

    .widget ul:last-child {
        margin-bottom: 0px;
    }

    .widget ul li:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

.widget-search {
}

.widget-title {
    margin: 0 0 10px 0;
}

.widget-category {
}

.widget-archive {
}

.widget-recent-post {
}

    .widget-recent-post ul li {
        margin-top: 4px;
        padding-bottom: 0px;
    }

.widget-tags {
}

    .widget-tags a {
        margin-bottom: 5px;
    }

.widget-newsletter {
}

.widget-medicare {
}

.widget-cluture {
}

.widget-schedules {
}

.schedules-block {
}

.day {
}

.time {
}

.widget-service {
}

.widget-social {
}

.widget-appoiment {
}

.widget-address {
}

a.social-circle {
    border-radius: 100%;
    font-size: 16px;
    color: #61676c;
    border: 2px solid #61676c;
  
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 2.47;
}

    a.social-circle:hover {
        background-color: #89c725;
        color: #fff;
        border: 2px solid #89c725;
    }
/***** doctor *****/
.doctor-block {
    text-align: center;
}

.doctor-thumb {
    position: relative;
    overflow: hidden;
}

.doctor-portrait {
}

.doctor-info {
}

.doctor-name {
}

.doctor-meta {
    font-size: 12px;
    color: #89c725;
    font-weight: 300;
}

.doctor-content {
}

.doctor-caption {
    background-color: #084988;
    padding: 20px;
    position: absolute;
    opacity: 0;
    top: 100px;
    height: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.doctor-portrait:hover .doctor-caption {
    opacity: 1;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}

.doctor-caption h2, .doctor-caption p {
    color: #fff;
}

a.doctor-social {
    padding: 9px 12px;
    border-radius: 100%;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    margin-right: 5px;
}

    a.doctor-social:hover {
        background-color: #fff;
        color: #89c725;
        border: 2px solid #fff;
    }
/***** team *****/
.team-block {
}

.trainee-block {
}

.team-thumb {
}

.trainee-team {
}

.trainer-name {
    margin-bottom: 0px;
}

.trainer-meta {
    font-size: 13px;
    color: #9ca0a3;
}
/***** gallery *****/
.portfolioFilter {
    margin-bottom: 50px;
    text-align: center;
}

    .portfolioFilter a {
        color: #89C725;
        padding: 7px 19px;
        font-weight: 700;
        border-radius: 0%;
        border: 2px solid #89C725;
        border-radius: 34px;
    }

        .portfolioFilter a:hover, .portfolioFilter a:focus {
            color: #fff;
            background-color: #89c725;
        }

        .portfolioFilter a.current {
            font-weight: bold;
            background-color: #89c725;
            color: #fff;
        }

.portfolioContainer img {
    margin-bottom: 15px;
    width: 100%;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }
/***** pricing *****/
.pricing-block {
}

    .pricing-block th.pricing-title {
        font-size: 26px;
        background-color: #f8f9f9;
        color: #084988;
        font-family: 'Hind' sans-serif;
    }

    .pricing-block .table > tbody > tr > td, .pricing-block .table > tbody > tr > th, .pricing-block .table > tfoot > tr > td, .pricing-block .table > tfoot > tr > th, .pricing-block .table > thead > tr > td,
    .pricing-block .table > thead > tr > th {
        padding: 21px;
        border-top: 1px solid #eff2f4;
    }

    .pricing-block .table-bordered > tbody > tr > td, .pricing-block .table-bordered > tbody > tr > th, .pricing-block.table-bordered > tfoot > tr > td, .pricing-block .table-bordered > tfoot > tr > th,
    .pricing-block .table-bordered > thead > tr > td, .pricing-block .table-bordered > thead > tr > th {
        border: 1px solid #eff2f4;
    }

    .pricing-block .list-group-item > .price-badge {
        float: right;
    }

.price-badge {
    display: inline-block;
    min-width: 10px;
    font-size: 16px;
    color: #1a1f23;
    font-weight: 700;
    line-height: 1;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.pricing-block .list-group-item {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}

.pricing-block .active {
    background-color: #08498a;
}

.minits {
    color: #0f64ab;
    font-size: 12px;
}

.odd-bg {
    background-color: #f9fafa;
}

.even-bg {
    background-color: #f4f6f7;
}

.price-list {
    padding: 30px;
    background-color: #08498a;
    color: #fff;
}

.price-title {
    color: #fff;
}
/***** financial *****/
.financial-card {
    font-size: 80px;
    color: #084988;
}

/***** careers *****/
.career-detail {
    margin-bottom: 50px;
}

.job-post {
}

.job-location {
}

    .job-location i {
        margin-right: 10px;
        color: #61676c;
    }

.label-default {
    color: #61676c;
    background-color: #e7ecee;
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
}


/***** testimonial *****/
#testimonial {
    padding-top: 40px;
}

    #testimonial .owl-pagination {
        margin-top: 30px;
    }

.testimonial-block {
}

.testimonial-block-center {
    text-align: center;
}

.testimonial-portrait {
    border: 3px solid #CED2D5;
    border-radius: 100%;
    width: 158px;
    height: 156px;
    margin: 0 auto 30px;
}

    .testimonial-portrait img {
        width: 150px;
        height: 150px;
    }

.testimonial-author {
    text-align: center;
}

.testimonial-content {
    font-size: 20px;
    font-style: italic;
}

.testimonial-meta {
}

.testimonial-author {
    color: #89c725;
    font-size: 25px;
    font-family: 'Hind', sans-serif;
    font-weight: 600;
}

.testimonialdark-block {
    display: inline-block;
}

.testimonialdark-block-center {
    text-align: center;
}

#triangle-topright {
    width: 0;
    height: 0;
    border-top: 30px solid #084988;
    border-left: 40px solid transparent;
    margin-left: 16%;
}

.testimonialdark-portrait {
    border: 3px solid #CED2D5;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    margin-right: 25px;
    float: left;
}

.testimonialdark-author {
    text-align: center;
}

.author-details {
    margin-left: 100px;
    margin-top: 25px;
}

.testimonialdark-content {
    font-size: 20px;
    font-style: italic;
    color: #fff;
    background-color: #084988;
    padding: 30px;
    line-height: 34px;
}

.testimonialdark-info {
}

.testimonialdark-meta {
    color: #89c725;
}

.testimonialdark-author {
    color: #084988;
    font-size: 25px;
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    margin-top: 50px;
    display: inline-block;
}


/***** feature *****/
.feature-block {
}

.text-center {
    text-align: center;
}

.primary-icon, .default-icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto 30px;
    text-align: center;
    padding-top: 20px;
}

.primary-icon {
    background-color: #084988;
}

.default-icon {
    background-color: #89c725;
}

.primary-bg, .default-bg {
    border-radius: 4px;
    padding: 30px;
}

.primary-bg {
    background-color: #f6f8fa;
}

.default-bg {
    background-color: #f5fde8;
}

.feature-icon {
    float: left;
}

    .feature-icon img, .featureleft-block img {
        width: 40px;
    }

.feature-info {
    margin-left: 80px;
}

.feature-title {
}

.featureleft-block {
}

.primaryleft-icon, .defaultleft-icon {
    font-size: 38px;
}

.primaryleft-icon {
    color: #084988;
}

.defaultleft-icon {
    color: #89c725;
}
/***** cta *****/

/********* CTA BG ********/
.bg-primary-right {
    position: relative;
    background-color: #08498a;
    text-align: center;
    color: #fff;
}

    .bg-primary-right img {
        width: 100%;
    }

    .bg-primary-right:before {
        content: '';
        position: absolute;
        background-color: #9C0;
        right: 0;
        left: 50%;
        margin-left: -15px;
        top: 0;
        bottom: 0;
    }

.cta-title, .cta-content {
    color: #fff;
}

.cta-block {
    text-align: center;
    padding: 60px 80px;
}
/*.ctabg{ position:relative; background-color: #ddd;}
.ctabg:before{background-color: #08498a; position: absolute; padding: 30px; left: 50%;}
.bg-half {width: 50%;  height: 100%;}
.bg-blue {}
.cta-block {text-align: center; padding: 20px 80px;}
.cta-title, .cta-content {color: #fff;}
.btn-outline-default {border: 2px solid #89c725; color: #89c725; text-transform: uppercase;}
.bg-green {background-color: #9C0; position: absolute; left: 50%; padding: 30px;}*/

/***** clinic *****/
.clinic-info {
    margin-bottom: 50px;
}

/********* shortcoad **********/

/***** pagination *****/
.pagination-default, .pagination-primary {
    text-align: center;
}

    .pagination-default .pagination > .active > a, .pagination-default .pagination > .active > a:focus, .pagination-default .pagination > .active > a:hover, .pagination-default .pagination > .active > span,
    .pagination-default .pagination > .active > span:focus, .pagination-default .pagination > .active > span:hover {
        background-color: #89C725;
        border-color: #89C725;
        color: #fff;
    }

    .pagination-default .pagination > li > a:focus, .pagination-default .pagination > li > a:hover, .pagination-default .pagination > li > span:focus, .pagination-default .pagination > li > span:hover {
        background-color: #89C725;
        color: #fff;
        border-color: #89C725;
    }

    .pagination-default .pagination > li > a, .pagination-default .pagination > li > span {
        color: #89c725;
        border: 1px solid #89c725;
    }

    .pagination-primary .pagination > li > a, .pagination-primary .pagination > li > span {
        color: #074887;
        border: 1px solid #074887;
    }

    .pagination-primary .pagination > .active > a, .pagination-primary .pagination > .active > a:focus, .pagination-primary .pagination > .active > a:hover, .pagination-primary .pagination > .active > span,
    .pagination-primary .pagination > .active > span:focus, .pagination-primary .pagination > .active > span:hover {
        background-color: #074887;
        border-color: #074887;
        color: #fff;
    }

    .pagination-primary .pagination > li > a:focus, .pagination-primary .pagination > li > a:hover, .pagination-primary .pagination > li > span:focus, .pagination-primary .pagination > li > span:hover {
        background-color: #074887;
        color: #fff;
        border-color: #074887;
    }

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    margin-left: 10px;
    text-decoration: none;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 14px;
    padding: 4px 10px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    cursor: default;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 3;
    color: #FFFFFF;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 14px;
}
/********** accordion **********/
.accordion {
}

    .accordion .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
        color: inherit;
        position: relative;
    }

.sign {
    color: #084988;
    padding: 0 2px;
    font-family: 'Hind', sans-serif;
    position: absolute;
    right: -10px;
    top: 6px;
}

.accordion .panel-heading.active .sign {
    color: #95cd40;
}

.accordion .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion .panel-default {
    border-color: #eff2f4;
}

.accordion .panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0px;
}

.accordion .panel-default > .panel-heading {
    color: #084988;
    background-color: #fff;
    border-color: #eff2f4;
}

.accordion .panel-heading {
    padding: 15px 30px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion .panel-group .panel-heading + .panel-collapse > .list-group, .accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid transparent;
}

.accordion .panel-body {
    padding: 35px;
}

    .accordion .panel-body p:last-child {
        margin-bottom: 0px;
    }
/***** tab *****/
.st-tab .nav-tabs > li > a {
    border-right: 0px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #eff2f4;
    border-radius: 4px 4px 0 0;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
}

.st-tab .nav-tabs > li.active > a, .st-tab .nav-tabs > li.active > a:focus, .st-tab .nav-tabs > li.active > a:hover {
    color: #89c725;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.st-tab .tab-content > .active {
    display: block;
    padding: 60px 40px;
    border: 1px solid #EFF2F4;
    margin-top: -1px;
}

.st-tab .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #eff2f4;
    border-radius: 4px 4px 0 0;
    margin-right: -1px;
    background-color: #fafcfd;
}

.st-tab .nav-tabs.nav-justified > .active > a, .st-tab .nav-tabs.nav-justified > .active > a:focus, .st-tab .nav-tabs.nav-justified > .active > a:hover {
}

    .st-tab .nav-tabs.nav-justified > .active > a, .st-tab .nav-tabs.nav-justified > .active > a:focus, .st-tab .nav-tabs.nav-justified > .active > a:hover {
        border: 1px solid #eff2f4;
        border-bottom-color: #fff;
        background-color: transparent;
    }

.st-tab .nav > li > a:focus, .st-tab .nav > li > a:hover {
    text-decoration: none;
    background-color: #fafcfd;
}

.st-tab .nav-tabs > li > a {
    padding: 16px 15px;
}

.st-tab .panel-default > .panel-heading {
    color: #084988;
    background-color: #fff;
    border-color: #eff2f4;
}

.st-tab .panel-heading {
    padding: 15px 15px;
}

.st-tab .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}
/***** location *****/
.location-list { /*height: 650px; overflow: scroll; overflow-x: hidden;*/
}

.location-title {
}

.location-list .list-group-item {
    padding: 20px;
    background-color: #fafcfd;
    padding: 28px;
    border: 2px solid #eff2f4;
    border-radius: 8px;
    margin-bottom: 30px;
}

.location-list .location-info span, .timing-info span {
    font-weight: bold;
}

.location-list .location-address {
}

.location-list .location-action {
}

.location-list .timing-info {
}

.location-list .btn-outline {
    margin-bottom: 10px;
}

.well-contact {
    background: #fff;
    border: 2px solid #e8ecf0;
    position: relative;
    top: -50px;
    border-radius: 10px;
}

.location-cnt-block {
    padding: 30px;
}

.timing-hours {
    padding: 0px 0px 30px 0px;
    border-left: 2px solid #e8ecf0;
}

    .timing-hours .time-badge {
        float: right;
        margin-top: 5px;
    }

.time-hours-title {
    padding: 30px;
    margin-bottom: 0px;
    line-height: 26px;
}

.time-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #084988;
    border-radius: 10px;
}

.timing-hours .list-group-item {
    border-radius: 0px;
    margin-right: -2px;
    border: 2px solid #e8ecf0;
    margin-left: -2px;
    margin-bottom: -2px;
}
/***** error *****/
.error-block {
    margin-top: 55px;
}

.error-title {
    font-size: 95px;
    margin-bottom: 50px;
}

.error-sub-title {
    font-size: 42px;
    color: #89c725;
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
}

.error-block .btn-outline {
    font-weight: 700;
    margin-right: 15px;
}
/***** contact us *****/
#googleMap {
    width: 100%;
    height: 320px;
}

/********** Extra Plugin CSS **********/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    background: rgba(8, 73, 136, 100) url(https://thegenius.co/physio/live/wp-content/themes/physio/images/cd-top-arrow.svg) no-repeat center 50%;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible { /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-top:hover {
    background-color: #cb2529;
    opacity: 1;
}
/*********** Hover Gallery ********/
.gallery-album {
}

    .gallery-album .glry-effect {
        padding: 0px;
        position: relative;
        overflow: hidden;
    }

        .gallery-album .glry-effect:hover .caption {
            opacity: 1;
        }

    .gallery-album img {
        margin: 0px;
        padding: 0px;
        float: left;
        z-index: 4;
    }

    .gallery-album .caption {
        cursor: pointer;
        position: absolute;
        opacity: 0;
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
        background-color: rgba(0,54,106,0.70);
        width: 100%;
        height: 100%;
        border-radius: 6px;
        z-index: 5;
    }

    .gallery-album .caption-text h1 {
        font-size: 24px;
        color: #fff;
    }

    .gallery-album .caption-text {
        z-index: 10;
        color: #fff;
        position: absolute;
        width: 100%;
        text-align: center;
        top: 70px;
    }
/********* Laptop CSS *********/
@media screen and (max-width: 1366px) {
    #slider .caption {
        bottom: 12%;
        width: 35%;
    }
    /*** service ***/
    .fullwidth-info {
        padding: 10% 10%;
    }

    .facility-info {
        padding: 6%;
    }

    #slider .caption-center {
        bottom: 20%;
    }
}

@media (max-width: 1024px) {
    .fullwidth-info {
        padding: 4% 5%;
    }
}



/********* Mobile CSS *********/

@media(max-width:767px) {
    /*** button ***/
    .btn-outline;

{
    padding: 7px 17px 3px;
}
/*** top link ***/
.top-links {
    display: none;
}
/*** navigation ***/
.cta-header {
    display: none;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-pic {
    display: none;
}
/*** header 2 ***/
.header-2 .header {
    padding: 10px 0px;
}

.header-2 .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*** header  3 ***/
.header-3 .navbar-default .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*** header 4 ***/
.header-4.header {
    background: #084988;
    border-top: 4px solid #89C725;
}

.header-4 .navbar-default .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-action {
    display: none;
}

.slider-top {
    top: 0px;
}

.caption-center {
    padding: 0px 0px;
}

#slider .owl-pagination {
}

.caption-center h1 {
    font-size: 18px;
    line-height: 20px;
}

.caption-center p {
    display: none;
}
/*** slider ***/
#slider .caption {
    position: absolute;
    bottom: 0;
    width: 70%;
    left: 40px;
}

    #slider .caption h1 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    #slider .caption p {
        display: none;
    }

#slider .btn-outline {
    display: none;
}

#slider .owl-buttons .owl-next {
    position: absolute;
    bottom: 20%;
    right: 0px;
}

#slider .owl-buttons .owl-prev {
    position: absolute;
    bottom: 20%;
    left: 0px;
}

#slider .owl-buttons {
    display: none;
}
/*** client logo ***/
#client-logo .item img {
    margin: 0 auto;
}
/*** blog ***/
.comment-frame {
    float: none;
    margin-bottom: 15px;
}

.user-comments {
    margin-left: 0px;
}

.author-post, .leave-comments, .comment-post, .children {
    padding: 30px 15px;
}

.author-info {
    text-align: center;
}

.meta-comment {
    float: none;
}
/*** gallery ***/
.portfolioFilter a {
    padding: 0px 19px;
    margin-bottom: 10px;
    display: inline-block;
}

.cta-block {
    text-align: center;
    padding: 40px;
}

.bg-primary-right:before {
    content: '';
    position: absolute;
    background-color: #084988;
    right: 0;
    left: 0%;
    margin-left: -15px;
    top: 0;
    bottom: 0;
}
/*** error ***/
.error-title {
    font-size: 53px;
    margin-bottom: 20px;
}

.error-sub-title {
    font-size: 33px;
}
/*** testimonial ***/
#testimonial {
    padding-top: 0px;
}

.testimonial-block {
    text-align: center;
}
/*** accordion ***/
.accordion .panel-title {
    padding-right: 10px;
}

.footer .footer-block {
    color: #61676c;
    margin-bottom: 30px;
}
}
