/*

Theme Name: progressiverehabclinic

Theme URI: http://narayanaartist.in/

Author: Webzye

Author URI: http://narayanaartist.in

Description: Description

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: LICENSE

Text Domain: progressiverehabclinic

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

progressiverehabclinic is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of

Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/

*/


/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Content

	## Posts and pages

	## Comments

# Infinite scroll

# Media

	## Captions

	## Galleries

--------------------------------------------------------------*/


/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    /*font-size: 1rem;*/
    font-size: 0.8rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
    font-family: Dosis;
    font-size: 18px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    /*max-width: 100%; */
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------

# Header Navigation

--------------------------------------------------------------*/

.site-header {
    width: 100%;
    height: 112px;
    /*overflow: hidden;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    border: 1px solid #e5e5e5 !important;
}

.site-header .site-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-header {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.smaller {
    height: 75px!important;
}

.site-branding .site-title a {
    display: inline-block;
    text-decoration: none;
    /*height: 150px;*/
    height: auto;
    line-height: 75px;
    float: left;
    font-family: 'Merienda One', cursive;
    font-size: 24px;
    color: #1fce6d;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.smaller .site-title {
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* .smaller .site-title  a {

    font-size: 20px;

}*/

.site-branding .smaller .site-title {
    line-height: 75px;
}

.main-navigation ul ul {
    background: #fff;
}


/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/


/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/

.site-content {
    background-image: url("https://www.progressiverehabclinic.ca/wp-content/uploads/2017/09/shutterstock_4357465961.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.content-area {
    max-width: 1200px;
    margin: 0 auto;
    height: 670px;
}

.content-area-one {
    width: 800px;
    float: left;
    /*padding: 10px 200px 0px 50px;*/
    padding: 20px;
    border-right: 1px solid #ccc;
    margin-right: 25px;
    margin-top: 100px;
}

.proud {
    position: relative;
    top: 10%;
    padding: 10% 0;
}

.proud h1 {
    font-size: 50px;
    color: #000000;
    line-height: 1.1;
    text-align: left;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    width: 54%;
    margin-top: 150px;
}

.proud h2 {
    width: 50%;
    font-family: Dosis;
    font-size: 24px;
    margin-bottom: 25px;
}


/*.btn{

	background-color: #2980b9;

    color: #ffffff !important;

    padding: 18px 42px;

    font-size: 20px !important;

    text-decoration: none !important;

    font-weight: bold;

    border-radius: 50px;

    -moz-border-radius: 50px;

    -webkit-border-radius: 50px;

    cursor: pointer;

}*/


/*Proud Btn Starts*/

.proud .btn {
    background-color: #2980b9;
    color: #ffffff !important;
    padding: 18px 42px;
    font-size: 20px !important;
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    cursor: pointer;
    border: none;
    border: 0px solid #1d1d1d;
    -webkit-transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
    transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
    outline: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.proud .btn:hover {
    background: #2980b9;
    color: #fff;
}

.proud .btn-arrow {
    position: relative;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.proud .btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
}

.proud .btn-arrow:hover span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}

.proud .btn-arrow svg {
    position: absolute;
    /*width: 1.1em;*/
    width: 18px;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
}

.proud .btn-arrow svg * {
    stroke-width: 5;
    stroke-color: transparent;
}

.proud .btn-arrow:hover svg {
    opacity: 1;
    /*right: -2rem;*/
    right: -1.5rem;
}


/*Proud Btn Ends*/

.view {
    background-color: rgba(46, 204, 113, 0.8);
    height: 254px;
    padding-top: 20px !important;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 40px !important;
    width: 46%;
    display: inline-block;
    margin: 50px 40px 40px 0;
    border-radius: 5px;
    color: #fff;
    vertical-align: top;
}

.view h3 {
    font-size: 36px;
    color: #ffffff;
    line-height: 1.0;
    text-align: left;
    font-family: Dosis;
    font-weight: 600;
    font-style: normal;
}

.view img,
.view h3 {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}

.view p {
    clear: both;
}

.black {
    background-color: rgba(0, 0, 0, 0.8);
}

.section img {
    padding: 0 0 0 100px;
}

.section {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.section h2 {
    font-size: 36px;
    color: #000000;
    line-height: 1.0;
    text-align: left;
    font-family: Dosis;
    font-weight: 600;
    font-style: normal;
    margin: 70px 0 30px 0;
}

.section-area {
    width: 1200px;
    margin: 0 auto;
    height: 450px;
}


/*Section Area 1 Starts*/

.section-area1 {
    margin: 0 auto;
    /*height: 379px;*/
    height: auto;
    background-image: url("https://www.progressiverehabclinic.ca/wp-content/uploads/2018/10/Image-1-min.jpg");
    background-size: cover;
    background-position-x: center;
    background-attachment: fixed;
}

.section-area1 p {
    padding: 140px 0 0 0;
    padding: 90px 30px;
    margin: 0px;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    color: #fff;
    font-family: Dosis;
    /*	font-weight: 400;*/
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 1px;
}


/*Section Area 1 Ends*/


/*Section Area 2 Starts*/

.section-area2 {
    margin: 0 auto;
    height: auto;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.showcase {
    list-style: none;
    /*padding: 0;*/
    padding: 0 15px;
    margin: 0;
    height: 244px;
}


/*.showcase{

		margin-left: 40px;

	}*/

.section-area2 li {
    float: left;
    width: 15%;
    overflow: hidden;
    margin: 0 3px 30px 15px;
    padding: 7px 17px 0 0;
    text-align: center;
    font-family: Montserrat;
    height: 200px;
    border: 1px solid #eee;
}

.section-area2 li a {
    text-decoration: none;
}

.section-area2 li h3::after {
    content: '';
    position: relative;
    left: 0;
    display: block;
    width: 17%;
    border-bottom: 3px solid;
    margin: 10px auto;
    clear: both;
    color: #f21a1f;
}

.section-area2 li h3 {
    color: #1b1b1b;
}

.section-area2 li p {
    color: #000;
}

.section-area2 h1 {
    text-align: center;
    font-family: Montserrat;
    color: #f21a1f;
    margin: 0 0 35px 0;
    font-size: 32px;
}
.container{
        max-width: 1200px;
    float: none;
    margin: 0 auto;
}
.conditions_box{width: 100%;
    float: left;
    margin: 0;
    padding: 0;}
.about_our
{
   margin: 40px 0 60px 0;
    padding: 30px 30px 0;
    background-color: #fff;
    width: 100%;
    float: left;
}
.about_our h2 {
      font-size: 36px;
    color: #000000;
    line-height: 1.0;
    text-align: center;
    font-family: Dosis;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 20px;

}
.about_our p{
   font-size: 16px;
    line-height: 28px;
    padding: 0 0 0 0;
    width: 100%;
    float: left;
    color: #2e2e2e;
    margin: 0 0 15px 0;
}
.about_our h3{
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0 0;
}
.conditions_box_1{
      width: 31.33%;
    float: left;
    border: 2px solid #f0f0f0;
    border-radius: 5px;
    padding: 30px 0px 30px 40px;
    height: 422px;
    margin: 0 20px 30px 0;
}
.conditions_box_1 ul li
{
       float: left;
    background: url(https://www.progressiverehabclinic.ca/wp-content/uploads/2018/06/right.png);
    background-repeat: no-repeat;
    padding: 0px 0px 0 30px;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
       color: #2e2e2e;
    background-position: 0 12px;
}
.cont_sec{
    /*margin: 15px !important;*/
}
/*Section Area 2 Ends*/


/*Locations Style Starts*/

.locations {
    /*overflow: hidden;*/
    margin: 40px 0;
    padding: 30px 30px 0;
    background-color: #fff;
}

.locations h2 {
    font-size: 36px;
    color: #000000;
    line-height: 1.0;
    text-align: center;
    font-family: Dosis;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 30px;
}

.locationSection {
    width: 45%;
    float: left;
    vertical-align: top;
    padding: 0 15px;
}

.locationSection:first-child {
    width: 45%;
}

.locationSection:last-child {
    width: 55%;
}

.locationSection img {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 73px;
}

.locailty {
    font-size: 12px;
    background-color: #f7f7f7;
    margin-bottom: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.locailty a {
    color: #000;
    display: block;
}

.locailty:hover,
.locailty.active,
{
    background-color: rgba(46, 204, 113, 0.8);
    color: #fff!important;
}

.locailty.active a:hover,
.locailty.active a:focus,
.locailty.active a:active,
.locailty:hover a:hover,
.locailty:hover a:focus,
.locailty:hover a:active {
    background-color: rgba(46, 204, 113, 0.8)!important;
    color: #fff!important;
}

.locailty .inline {
    display: inline-block;
    width: 100px;
    padding: 10px;
    margin: 0px;
    border-bottom: 0px;
}

.locailty .inline0 {
    /*display: inline-block;*/
    float: left;
    /*width: 200px;*/
    width: 30%;
    padding: 10px;
    margin: 0px;
    border-bottom: 0px;
}

.locailty .inline0 span:nth-child(2) {
    float: left;
    width: 80%;
    font-size: 12px;
    padding: 0 0 0 6px;
    font-weight: 700;
}

.locailty .inline0 .map_icon {
    float: left;
    padding: 0 0 0 0;
    position: relative;
    top: 11px;
    width: 30px;
}

.locailty .inline0 .map_icon svg {
    max-height: 30px;
    width: 30px;
    fill: rgba(46, 204, 113, 0.8);
}

.locailty:hover .inline0 .map_icon svg,
.locailty.active .inline0 .map_icon svg {
    fill: #fff;
}

.locailty .inline1 {
    /*display: inline-block;*/
    float: left;
    /*width: 200px;*/
    width: 20%;
    padding: 15px 10px;
    margin: 0px;
    border-bottom: 0px;
}

.inline1 p {
    font-size: 14px;
}

.inline1 span {
    font-size: 16px;
    font-weight: 700;
}

.locailty .inline2 {
    /*display: inline-block;*/
    float: left;
    /*width: 375px;*/
    width: 50%;
    padding: 15px 0;
    font-size: 14px;
    margin: 0px;
    border-bottom: 0px;
}


/*Locations Ended*/

.cborded {
    border-bottom: 1px solid #ccc!important;
}


/*Testimonails Section Starts*/

.section-area3 {
    margin: 0 auto;
    height: auto;
    padding: 50px 0;
    background-image: url("https://www.progressiverehabclinic.ca/wp-content/uploads/2018/10/Image-3-min.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.section-area3:before {
    content: '';
    position: absolute;
    background: rgba(0, 86, 179, 0.77);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.testimonails-area {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}

.quote {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}


/*Testimonails Section Ends*/

.author {
    margin: 0 1.5em;
}

.main-navigation {
    margin: 0px 0px 0px;
    width: 850px;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-navigation ul {
    /*display: none;*/
    list-style: none;
    margin: 7px 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-navigation a:hover {
    background-color: #1fce6d;
    color: #fff;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px 18px 10px 18px;
}

.smaller .main-navigation a {
    /*font-size: 14px !important;

	font-weight: 700;	*/
}

.main {
    margin: 0 auto;
    max-width: 1200px;
    color: #fff;
    overflow: auto;
}

.entry-content p {
    font-size: 14px;
}

aside {
    width: 300px;
    float: left;
    padding: 100px 20px 0 0;
}


/*Footer Starts*/

.site-footer {
    background-color: #000;
    border-top: 5px solid #4bd65c;
}

.site-footer .main {
    margin: 0 auto;
    max-width: 1200px;
    color: #fff;
    /*overflow: auto;*/
    overflow: inherit;
}

.foot1 aside {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
}

.foot1 {
    width: 24.33%;
    float: left;
    padding: 50px 15px 0;
}


/*.foot1:nth-child(2){

		padding: 50px 0px 0 0px;

	}*/

.foot1 h2 {
    font-weight: 400;
    font-size: 1.5em;
    margin: 0px;
    font-family: 'Alegreya Sans', serif;
    line-height: 1.2;
}

.foot1 ul {
    padding: 0;
    margin: 20px 0 0 10px;
}

.foot1 ul li {
    list-style-type: none;
    padding: 5px 0;
    display: block;
    font-family: 'Montserrat', sans-serif;
    border-bottom: solid 1px rgba(211, 211, 211, 0.13);
    font-size: 0.875em;
}

.foot1 a,
.foot1 ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.foot1 p {
    margin: 0px;
}

.foot1 span {
    font-size: 0.875em;
}

.bgcolor {
    background-color: #fff;
    color: #000;
}

.nf-field-element textarea {
    height: 65px!important;
}

.site-footer .nf-field-element input[type="button"] {
    float: right;
}

#ninja_forms_required_items,
.nf-field-container {
    clear: both;
    position: relative;
    margin-bottom: 0px!important;
}

.nf-form-fields-required {
    display: none;
}

.nf-form-cont {
    font-size: 14px;
    margin-top: 10px;
}

.nf-error .ninja-forms-field {
    font-size: 12px;
}

.site-footer .nf-after-form-content {
    position: absolute;
    bottom: 23px;
}

.site-info {
    background-color: #000;
    /*padding-top:20px;*/
    padding: 12px 0;
    text-align: right;
    vertical-align: middle;
    font-size: 12px;
}

.info-content {
    max-width: 1200px;
    margin: 0 auto;
}

.info-content span {
    width: 50%;
    float: left;
}

.info-content span:first-child {
    text-align: left;
    text-transform: capitalize;
}

.site-info img {
    vertical-align: middle;
}


/*Footer Ends*/

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    /*top: 100%;*/
    top: 82%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 290px;
    font-size: 12px;
}

.main-navigation ul ul li {}

.main-navigation li:hover > a,
.main-navigation li.focus > a {}

.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.site-main .img img{width:100%;}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/


/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
    border: 0;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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


/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}


/*Mobile Menu Starts*/

.mobile_menu_icon {
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}


/*Mobile Menu Ends*/

.inline-labeled {
    width: 50%!important;
    float: left!important;
    clear: none!important;
    padding: 0 15px 0 0;
    margin-bottom: 12px!important;
}

.inline-labeled.nopad {
    padding: 0;
}

.contactus_page_form .nf-field-element input,
.contactus_page_form .nf-field-element select,
.contactus_page_form .nf-field-element textarea {
    background: #dcdcdc;
    min-height: 34px;
}

.entry-header h1 {
    margin: 10px 0 5px!important;
}

.entry-content {
    margin: 0!important;
}

.entry-content h1 {
    margin: 5px 0!important;
}

.innerPageSidebar {
    margin-top: 19px;
}

.innerPageSidebar .widget-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    position: relative;
    padding-bottom: 4px;
}

.innerPageSidebar .widget-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1fce6d;
    width: 100%;
    max-width: 36px;
    height: 3px;
    border-radius: 15px;
}

.innerPageSidebar .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.innerPageSidebar .menu li {
    padding: 6px 0 6px;
    border-bottom: 1px solid #1fce6d;
    display: block;
}

.innerPageSidebar .menu li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    opacity: 1;
}

.innerPageSidebar .menu li a:hover {
    opacity: 0.75;
}

.innerPageSidebar .menu li.current-menu-item {
    border-bottom: 1px dashed #1fce6d;
}

.mobile_address {
    display: none;
}

.locationimg {
    width: 100%;
    height: 150px;
}
.book_app_section
{
width: 100%;
float: left;
margin: 0;
padding: 0;
}
.book_app_section p a
{
    color: #f21a1f;
}
.book_app_section .left
{
    width: 48%;
    float: left;
    margin: 0;
    padding: 0;
}
.book_app_section .right
{
    width: 48%;
    float: right;
    margin: 0;
    padding: 0;
}
.book_app_section .name_input
{
margin: 0 0 20px 0 !important;
outline: none;
}
.row_section
{
width: 100%;
float: left;
margin: 0;
padding: 0;
}
.name_select
{
    height: 36px;
}
.send_btn
{
    background-color: #f21a1f !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: bold;
    padding: 12px 22px !important;
    margin: 0;
    border: none !important;
}
.msg_input
{
margin: 0 0 10px 0 !important;
}
.page-id-366 p a
{
color: #f21a1f;
}
.wpcf7-mail-sent-ok, .wpcf7-validation-errors, .wpcf7-acceptance-missing 
{
    border: 2px solid #398f14;
    float: left;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1025px) {
    /*Section Area 2 Starts*/
    .section-area2 {
        margin: 0 auto;
        height: auto;
        background-color: #fff;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .showcase {
        list-style: none;
        padding: 0;
        height: auto;
        margin: 0;
    }
    .showcase li {
        float: left;
        width: 25%;
        height: auto;
        overflow: hidden;
        margin: 0;
        padding: 15px 15px;
    }
    .showcase a {
        display: block;
        width: 100%;
        height: 265px;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        text-decoration: none;
    }
    .showcase a img {
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
    }
    .showcase a:hover img {
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
    }
    .showcase a p {
        background: #1fce6d;
        color: #fff;
        font-size: 13px;
        padding: 12px 10px;
        position: absolute;
        bottom: 0;
        line-height: 20px;
        display: block;
        width: 100%;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        margin: 0;
    }
    .showcase a:hover p {
        bottom: 0;
        background: #1fce6d;
        margin: 0;
    }
    .showcase a h3 {
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        background: #1fce6d;
        width: 100%;
        padding: 8px 10px;
        position: absolute;
        margin: 0px;
        bottom: 100px;
        z-index: 2;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .showcase a:hover h3 {
        bottom: 100px;
        background: #1fce6d;
    }
    /*.showcase a h3 i {

			width: 33px;

			height: 26px;

			position: absolute;

			right: -34px;

			top: 0;

			background: #59A214;

			-webkit-transition: all 0.2s ease-out;

			-moz-transition: all 0.2s ease-out;

			-o-transition: all 0.2s ease-out;

			transition: all 0.2s ease-out;

			font-size:18px;

			font-weight:normal;

			text-align:center;

			padding:6px 0 0 0;

		}*/
    .showcase .thumb a p,
    .showcase .thumb a h3 {
        background: #1fce6d;
    }
    .showcase .thumb a:hover p,
    .showcase .thumb a:hover h3 {
        background: #1fce6d;
    }
    .showcase .thumb a h3 i {
        background: #1fce6d;
    }
    .showcase .thumb a:hover h3 i {
        background: #1fce6d;
    }
    /*Section Area 2 Ends*/
    /*Testimonails Section Starts*/
    .section-area3 {
        height: auto;
    }
    /*Testimonails Section Ends*/
    .site-footer .main {
        width: 100%;
    }
    .innerPageSidebar {
        display: none;
    }
    /*Mobile Menu Starts*/
    .main-header {
        max-width: 1200px;
        width: 100%;
    }
    .site-header {
        height: auto;
        overflow: inherit;
    }
    .site-branding .site-title a {
        display: block;
        text-decoration: none;
        height: auto;
        line-height: 75px;
        float: none;
    }
    .mobile_menu_icon {
        display: block;
        position: absolute;
        top: 18px;
        right: 19px;
        height: 35px;
        width: 35px;
        z-index: 9999;
        cursor: pointer;
    }
    .main-navigation {
        margin: 0;
        width: 100%;
        float: none;
        padding: 0;
        display: none;
    }
    .main-navigation .menu-menu-1-container {
        background: #fff;
    }
    .main-navigation ul {
        /* display: none; */
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .main-navigation li {
        float: none;
        position: relative;
        border-bottom: 1px dashed rgba(146, 140, 140, 0.39);
    }
    .main-navigation a {
        display: block;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        padding: 15px;
    }
    /*Mobile Menu Ends*/
    /*Hero Section Starts*/
    .content-area {
        height: auto;
    }
    .site-content {
       /* background-image: url(img/bkimg.jpg);*/
      background-image: url(https://www.progressiverehabclinic.ca/wp-content/uploads/2017/09/shutterstock_4357465961.jpg);

        background-position: 0px 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .proud {
        position: relative;
        top: 0;
        padding: 100px 40px 40px;
        width: 100%;
        left: 0;
    }
    .proud h1 {
        font-size: 50px;
        color: #000000;
        line-height: 1.1;
        text-align: left;
        font-family: Montserrat;
        font-weight: 700;
        font-style: normal;
        width: 100%;
    }
    .proud h2 {
        width: 100%;
        font-family: Dosis;
        font-size: 20px;
        margin-bottom: 25px;
    }
    .proud .btn {
        background-color: #2980b9;
        color: #ffffff !important;
        padding: 15px 0;
        font-size: 20px !important;
        text-decoration: none !important;
        font-weight: bold;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 28px;
        cursor: pointer;
        display: block;
        width: 190px;
        text-align: center;
    }
    .view {
        background-color: rgba(46, 204, 113, 0.8);
        height: auto;
        padding-top: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 20px !important;
        padding-left: 20px !important;
        width: 100%;
        display: block;
        margin: 15px 0;
        border-radius: 5px;
        color: #fff;
    }
    .view h3 {
        font-size: 26px;
        color: #ffffff;
        line-height: 1.0;
        text-align: left;
        font-family: Dosis;
        font-weight: 600;
        font-style: normal;
        margin: 0 0;
    }
    .view p {
        clear: both;
        margin: 0;
        display: block;
        padding: 0px 10px;
    }
    /*Hero Section Ends*/
}

@media screen and (max-width: 969px) {
    /*Mobile Menu Starts*/
    .main-header {
        max-width: 1200px;
        width: 100%;
    }
    .site-header {
        height: auto;
        overflow: inherit;
    }
    .site-branding .site-title a {
        display: block;
        text-decoration: none;
        height: auto;
        line-height: 75px;
        float: none;
    }
    .mobile_menu_icon {
        display: none;
        position: absolute;
        top: 18px;
        right: 19px;
        height: 35px;
        width: 35px;
        z-index: 9999;
        cursor: pointer;
    }
    .main-navigation {
        margin: 0;
        width: 100%;
        float: none;
        padding: 0;
        display: none;
    }
    .main-navigation .menu-menu-1-container {
        background: #fff;
    }
    .main-navigation ul {
        /* display: none; */
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .main-navigation li {
        float: none;
        position: relative;
        border-bottom: 1px dashed rgba(146, 140, 140, 0.39);
    }
    .main-navigation a {
        display: block;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        padding: 15px;
    }
    /*Mobile Menu Ends*/
}

@media screen and (max-width: 769px) {
    .proud h1 {
        font-size: 22px;
        color: #000000;
        line-height: 1.1;
        text-align: left;
        font-family: Montserrat;
        font-weight: 700;
        font-style: normal;
        width: 100%;
    }
    /*Location Section Starts*/
    .locationSection:first-child {
        display: none;
    }
    .locationSection:last-child {
        width: 100%;
        text-align: left;
    }
    .locationSection h2 {
        margin: 20px 0 15px 0;
    }
    /*Location Section Ends*/
    /*Section Area 2 Starts*/
    .showcase li {
        width: 50%;
    }
    .showcase a h3 {
        bottom: 80px;
    }
    .showcase a:hover h3 {
        bottom: 80px;
    }
    /*Section Area 2 Ends*/
    .content-area-one {
        width: 100%;
        float: none;
        padding: 15px 30px;
        border-right: 0 solid #ccc;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .site-header .site-title {
        margin: 5px 10px;
    }
    .proud h1 {
        font-size: 22px;
        color: #000000;
        line-height: 1.1;
        text-align: left;
        font-family: Montserrat;
        font-weight: 700;
        font-style: normal;
        width: 100%;
    }
    .view h3 {
        font-size: 18px;
    }
    /*Location Section Starts*/
    .locations {
        padding: 15px 15px;
    }
    .locationSection h2 {
        margin: 10px 0 15px 0;
        font-size: 18px;
        text-align: center;
    }
    .locailty {
        text-align: left;
    }
    /*.locailty .inline1 {    

	    	width: 150px;

		}

		.locailty .inline2 {    

		    width: 175px;

		}*/
    .locailty .inline0 {
        width: 100%;
    }
    /*.locailty .inline0 span:nth-child(2){

			width: 80%;

		}*/
    .locailty .inline0 .map_icon {
        top: 5px;
    }
    .locailty .inline1 {
        width: 100%;
        padding: 10px 10px 10px 45px;
    }
    .locailty .inline2 {
        width: 100%;
        padding: 0 10px 10px 45px;
    }
    .locailty .inline2 span {
        display: block;
        float: none;
        width: 100%;
        padding: 0 0 0 6px;
        font-weight: 700;
        top: 0;
    }
    /*.locailty .inline2 span svg{

			max-height: 30px;

			width: 30px;

			fill: #000;

		}*/
    /*Location Section Ends*/
    /*Section Area 1 Starts*/
    .section-area1 p {
        padding: 30px 15px;
        text-align: center;
        width: 100%;
        margin: 0;
        font-size: 20px;
    }
    .section-area1 {
        margin: 0 auto;
        /*height: 200px;*/
        height: auto;
    }
    /*Section Area 1 Starts*/
    /*Section Area 2 Starts*/
    .section-area2 {
        margin: 0 auto;
        height: auto;
        background-color: #fff;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .showcase {
        list-style: none;
        padding: 0;
        height: auto;
        margin: 0;
    }
    .showcase li {
        float: left;
        width: 100%;
        height: auto;
        overflow: auto;
        margin: 0;
        padding: 15px 15px;
    }
    .showcase a {
        display: block;
        width: 100%;
        height: auto;
        cursor: pointer;
        overflow: auto;
        position: relative;
        text-decoration: none;
    }
    .showcase a img {
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        position: relative;
        display: block;
    }
    .showcase a:hover img {
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        position: relative;
        display: block;
    }
  
    .showcase a p {
        background: #1fce6d;
        color: #fff;
        font-size: 13px;
        padding: 0 10px 10px;
        position: relative;
        bottom: 0;
        line-height: 20px;
        display: block;
        width: 100%;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        margin: 0;
    }
    .showcase a:hover p {
        bottom: 0;
        background: #1fce6d;
    }
    .showcase a h3 {
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        background: #1fce6d;
        width: 100%;
        padding: 8px 10px;
        position: relative;
        margin: 0px;
        bottom: 0;
        z-index: 2;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .showcase a:hover h3 {
        bottom: 0;
        background: #1fce6d;
    }
    /*.showcase a h3 i {

			width: 33px;

			height: 26px;

			position: absolute;

			right: -34px;

			top: 0;

			background: #59A214;

			-webkit-transition: all 0.2s ease-out;

			-moz-transition: all 0.2s ease-out;

			-o-transition: all 0.2s ease-out;

			transition: all 0.2s ease-out;

			font-size:18px;

			font-weight:normal;

			text-align:center;

			padding:6px 0 0 0;

		}*/
    .showcase .thumb a p,
    .showcase .thumb a h3 {
        background: #1fce6d;
    }
    .showcase .thumb a:hover p,
    .showcase .thumb a:hover h3 {
        background: #1fce6d;
    }
    .showcase .thumb a h3 i {
        background: #1fce6d;
    }
    .showcase .thumb a:hover h3 i {
        background: #1fce6d;
    }
    /*Section Area 2 Ends*/
    /*Testimonails Section Starts*/
    .testimonails-area {
        width: 100%;
    }
    .quote {
        width: 100%;
        border-bottom: 1px dashed #fff;
        padding: 0 0 10px;
    }
    .quote:last-child {
        border-bottom: 0;
    }
    /*Testimonails Section Ends*/
    /*Footer Starts*/
    .foot1 {
        width: 100%;
        padding: 15px 15px 0;
    }
    /*.foot1:nth-child(2) {

		    padding: 25px 0px 0 50px;

		}*/
    .info-content {
        width: 100%;
        margin: 0 auto;
    }
    .info-content span {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
    }
    .info-content span:first-child {
        padding-bottom: 5px;
        text-align: center;
    }
    .nf-field-element input[type="button"] {
        float: none;
    }
    .site-footer .nf-after-form-content {
        position: relative;
        bottom: 0;
    }
    .site-info {
        text-align: center;
        padding: 15px 0;
    }
    /*Footer Ends*/
    /*.site-header{

		padding: 0 10px;

	}

	.main-navigation {

		margin: 0px 0px 0px;

		width: 100%;

		clear: both;

	}

	.main-navigation ul {

	   display: none; 

	}*/
    /*.proud h1{

		width: 100%;

		font-size: 24px;

		padding: 40px 10px 0 10px;

	}

	.proud h2 {

    	width: 100%;    

    	font-size: 18px;

    	padding: 10px 10px 0px 10px;

    }

	.btn {

		width: 220px;

		margin: 0 auto;

		display: block;

		font-size: 18px;

	}

	.view {

		height: 254px;   

		width: 100%;

		padding-left: 10px !important;

		padding-right: 10px !important;   

		margin: 50px 40px 0px 0;   

	}

	.view img{width: 60px;}

	.view h3 {font-size: 24px;}

	.view p {

		margin-top: 0px;

	    padding-left: 20px;

	}

*/
    .hideit {
        display: none;
    }
    .section {
        width: 100%;
        padding: 0 10px;
    }
    .section-area {
        width: 100%;
    }
    .content-area-one {
        width: 100%;
        float: none;
        padding: 15px 15px;
        border-right: 0 solid #ccc;
        margin: 70px 0 0;
    }
    .entry-header h1 {
        font-size: 1.35em;
    }
    .mobile_address {
        display: block;
    }
    /*.section-area2 {

   		height: 1035px;

	}*/
    .main {
        width: 100%;
    }
    /*.site-content {

	   background-position: -892px 70px;

	}*/
    /*.main-header {

	    width: 100%;

	}*/
    .site-branding .site-title a {
        font-size: 20px;
        height: auto;
    }
    .inline-labeled {
        width: 100%!important;
        float: none!important;
        clear: none!important;
        padding: 0 0 0 0;
        margin-bottom: 0px!important;
        display: block;
    }
}

.contactus_page_main {
    background-color: #eaeaea;
    padding: 10px;
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 321px) {}

.progressiverehabclinicMaps {
    /*margin: 70px 0 0;*/
    display: block;
}

.nf-field-element [type="button"] {
    background: #1fce6d!important;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    float: right;
}

.inline-labeled input {
    padding: 6px 12px!important;
}

.contactus_page_main {
    padding: 40px 60px;
}

.i4ewOd-pzNkMb-haAclf {
    display: none;
    !important
}

.site-branding {
    float: left;
    width: 30%;
}

#site-navigation {
    float: left;
    width: 70%;
}

.site-branding img {
    width: 100%;
}

.menu-menu-1-container {
    float: right;
}

.site-header {
    height: auto;
    padding: 14px 0 0px;
}
.book_app_btn a
{
    background-color: #f21a1f;
    color: #fff;
}

.main-navigation a:hover {
    background-color: #f21a1f;
}

.smaller {
    height: auto!important;
}

.proud .btn {
    background-color: #f21a1f;
}

.proud .btn:hover {
    background: #f21a1f;
}

.locailty .inline0 .map_icon svg,
.locailty:hover .inline0 .map_icon svg,
.locailty.active .inline0 .map_icon svg {
    fill: #f21a1f;
}

.locailty.active a:hover,
.locailty.active a:focus,
.locailty.active a:active,
.locailty:hover a:hover,
.locailty:hover a:focus,
.locailty:hover a:active {
    background-color: transparent !important;
    color: #f21a1f !important;
}

.showcase .thumb a p,
.showcase .thumb a h3 {
    background: rgba(242, 26, 31, 0.5);
}

.showcase .thumb a:hover p,
.showcase .thumb a:hover h3 {
    background: #f21a1f;
}

.site-footer {
    border-top: 5px solid #f21a1f;
}

.nf-field-element [type="button"] {
    background: #f21a1f!important;
}

.innerPageSidebar .widget-title:before {
    background: #f21a1f;
}

.innerPageSidebar .menu li,
.innerPageSidebar .menu li.current-menu-item {
    border-bottom: 1px solid #f21a1f;
}

.entry-content ul {
    padding-left: 20px;
}

.entry-content ul li {
    list-style: circle;
    font-family: sans-serif;
    font-size: 14px;
}

.wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    border-radius: 0;
    padding: 7px 10px;
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
.address_sec
{
      width: 50%;
    float: left;
}
.address_sec h4
{
        margin: 0 0 10px 0;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #f21a1f;
}
.social_icon a{margin: 0 10px 0 0;}
.contactonform .namefill,
.contactonform .formfill,
.contactonform .emailfill {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 15px;
}
.contactonform
{
           margin: 15px 0 40px 0;
            float: left;
}
.sidecontact .namefill,
.sidecontact .formfill,
.sidecontact .emailfill {
    margin-bottom: 10px;
}
.home_map_sec
{
   float:left;
   width:100%;
}
.site-footer
{
     float:left;
   width:100%;
}
.contactonform .messagefill {
    margin-bottom: 15px;
}

.contactonform .messagefill textarea {
    background-color: white;
}

.contactonform .messagefill,
.contactonform .g-recaptcha {
    padding: 0 10px
}

.contactonform .wpcf7-submit.sent-btn {
    margin-left: 10px;
}

.contactonform {
    background-color: #eaeaea;
    padding: 25px 15px;
}

.wpcf7-submit.sent-btn {
    margin-left: 10px;
    background-color: #f21a1f;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px;
}

.wpcf7-submit.sent-btn:hover {
    opacity: 0.8
}

.sidecontact .g-recaptcha {
    margin: 0 auto;
    float: none;
    width: 77%;
}

.sidecontact .g-recaptcha {
    width: 285px;
    transform: scale(0.95);
    -webkit-transform: scale(0.93);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.section-area1,
.section-area2,
.section-area3 {
    float: left;
    width: 100%;
}
 
#wpcf7-f379-o3 .wpcf7-form-control-wrap .wpcf7-form-control{    margin-bottom: 5px;}
.name_select{color: #666;border: 1px solid #ccc;}
#text-2 .wpcf7-form-control-wrap .wpcf7-form-control{margin-bottom: 5px;}
.page-id-357 #custom_html-2{display:none !important;}





.blog_left_box{
        float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
}
.blog_new_img{
        width: 30%;
    float: left;
    margin: 0 20px 0 0;
    height: 200px;
}
.blog_new_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/***********Blog***************/

.blog_content {
    width: 100%;
    float: left;
    margin: 80px 0 0 0;
}
.blog_content_left_1 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.blog_left_box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
}
.blog_new_img {
    width: 30%;
    float: left;
    margin: 0 20px 0 0;
    height: 200px;
}
.blog_new_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.blogtitle_1 {
    float: left;
    width: 67%;
    margin: 0;
    padding: 0;
}
.blogtitle_1 h1 {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: capitalize;
    line-height: 32px;
}
.blogtitle_1 h1 a {
    color: #000;
        text-decoration: none;
}
.blog_left_box p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 25px !important;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 15px;
    color: #000;
    margin: 0 0 15px 0 !important;
}
.blogtitle_1 .fa {
    margin: 0 7px 0 0;
}
.blog_left_box p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 25px !important;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
    color: #000;
    margin: 0 0 15px 0 !important;
}
.read_mor_btn {
    color: #fff !important;
    background-color: #f21a1f;
    padding: 6px 15px;
    margin-top: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
        text-decoration: none;
}
.blog_new_left
{
    float: left;
    width: 66.66%;
    padding: 20px;
    margin-top: 0;
}
.blog_right_1 aside
{
        padding: 0 20px 0 0 !important;
}
.content-area-one .img
{
        width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
}
.content-area-one .img img
{
    height: 300px;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {

    .section-area2 li{ width: 45%; }
    .site-branding{ float: left;  margin: 10px 0 14px 0;  width: 100%; }
    .proud h1{ margin-top: 50px; }
.proud .btn{    width: 100% !important;}
.proud h1{    text-align: center !important;}
.site-header{position: initial;}
.site-branding img{width: 88%;}
.site-branding{text-align: center;}
.content-area-one{ margin: 10px 0 0;}
.conditions_box_1{    width: 100%;    padding: 10px 0px 0 17px;height: 392px;}
.conditions_box_1 ul li{font-size: 12px;}
.about_our{    margin: 0 0 30px 0;}
    
}
@media only screen and (min-width : 320px) and (max-width : 767px)  and (orientation : portrait)
{
.foot1{width: 49%;    height: 250px;}
.g-recaptcha{transform: scale(0.9); -webkit-transform: scale(0.93);    transform-origin: 0 0;    -webkit-transform-origin: 0 0;}
}
@media only screen and (min-width : 320px) and (max-width : 767px)  and (orientation : landscape){

 .section-area2 li{ width: 22%; }
.site-branding{ float: left;  margin: 10px 0 14px 0;  width: 100%; text-align: center; }

}

 @media only screen and (min-width : 320px) and (max-width : 767px) {
    .section-area2 li {    width: 100% !important; height: auto !important;}
.section-area2 li p, .btnreadmore{    display: none !important;}
}
