@charset "UTF-8";
.slick-dots li {
        display: inline-block;
    }
.slick-dots li:only-child {
        display: none;
    }
    #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-weight: normal;
    font-family: Roboto;
    color: #000 !important;
    }

.page-back {
    position: fixed;
    top: 86%;
    transform: translate(-50%, -50%);
    right: -35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.dhswp-html-sitemap-post-title{
       margin-top: 17px;
    color: #3691d0;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem;
    font-family: "Raleway", sans-serif; 
}
.bck a {
    background-color: #3691d0;
    padding: 5px 12px;
    color: #fff;
}
.bck a:hover{

    color: #fff;
}
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */


/* Icons */


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 1;
}

@media (max-width: 992px) {
    .slick-prev,
    .slick-next {
        width: 30px;
        height: 30px;
    }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.5;
}

.slick-prev:before,
.slick-next:before {
    font-family: "nizicon";
    font-size: 20px;
    display: block;
    padding: 15px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.3);
    color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 992px) {
    .slick-prev:before,
    .slick-next:before {
        width: 30px;
        height: 30px;
        padding: 9px 10px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .slick-prev:before,
    .slick-next:before {
        display: none;
    }
}

.slick-prev {
    left: 25px;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "";
}

[dir=rtl] .slick-prev:before {
    content: "";
}

.slick-next {
    right: 25px;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "";
}

[dir=rtl] .slick-next:before {
    content: "";
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 15px;
    width: 15px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 15px;
    height: 15px;
    font-family: "nizicon";
    font-size: 40px;
    line-height: 15px;
    text-align: center;
    color: rgba(54, 145, 208, 0.5);
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #3691d0;
    opacity: 1;
}

.button_style {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-weight: 400;
    padding: 10px 15px;
    border: 0;
    /*transform: perspective(1px) translateZ(0);*/
   /* position: relative;*/
    background: #3691d0;
    color: #ffffff;
    box-shadow: 4px 2px 7px #3691d0bd;
    transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}


/*.button_style:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    color: #ffffff;
    background: #ff8400;
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
}*/

.button_style:hover,
.button_style:focus,
.button_style:active {
    outline: 0;
}

.button_style:hover:before,
.button_style:focus:before,
.button_style:active:before {
  /*  transform: scaleX(1);*/
}

/*nav {
    background: #ffffff;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -20em;
    font-size: 15px;
    top: 0;
    width: 20em;
    z-index: 2000;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
*/
.navbtn {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    display: none;
}

@media (max-width: 1200px) {
    .navbtn {
        display: block;
    }
}

.navbtn span {
    width: 100%;
    height: 3px;
    background-color: #ff8400;
    margin: 5px 0px;
    display: block;
}

a.nav-expander {
    background: none repeat scroll 0 0 #474747;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    margin-right: 0;
    padding: 1em 1.6em 2em;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: right 0.3s ease-in-out 0s;
    width: 130px;
    z-index: 12;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

a.nav-expander:hover {
    cursor: pointer;
}

a.nav-expander.fixed {
    position: fixed;
}

.nav-expanded a.nav-expander.fixed {
    right: 20em;
}

.nav-expanded nav {
    right: 0;
}

body.nav-expanded {
    margin-left: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
    font-weight: 300;
    font-size: 24px;
    padding-right: 10px;
}

.main-menu {
    padding-top: 12px;
}

.main-menu li {
    border-bottom: 1px solid #eee;
    margin-left: 20px;
    font-size: 16px;
    padding: 10px 12px;
}

.main-menu li a {
    color: #474747;
    text-decoration: none;
}

.main-menu li a:hover {
    color: #474747;
    text-decoration: none;
}

.main-menu li a .caret {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
}

.main-menu li a:hover .caret {
    border-top-color: #4f5963;
}

.main-menu li .sub-nav {
    border-bottom: 0px;
    padding: 4px;
}

.main-menu li.open>a>.caret {
    border-top: none;
    border-bottom: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.main-menu li.open>a:hover>.caret {
    border-bottom-color: #4f5963;
}

.icon:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    content: "";
}

.overlay-close {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.35);
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.4s 0s, visibility 0s 0.4s;
}

.overlay-close.is-visible {
    opacity: 1;
    z-index: 5;
    visibility: visible;
    transition: opacity 0.4s 0s, visibility 0s 0s;
}

header {
    /* overflow: hidden; */
    border-top: 6px solid #3691d0;
    position: fixed;
    top: 0;
    z-index: 1300;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 2px 5px rgba(71, 71, 71, 0.1);
}

@media (max-width: 1200px) {
    header {
        /*position: unset !important;*/
    }
}

header .logo {
    text-align: center;
}

header .logo a {
    padding: 15px 0;
    cursor: pointer;
}
@media (max-width: 1200px) {
    header {
        border: 0;
    }
    header .logo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media(min-width:992px) {
    header .logo a {
        padding: 20px 0;
    }
}

header .logo img {
    /*width: 220px;*/
}

@media (max-width: 1200px) {
    header .mainmenu {
        display: none;
    }
    header .logo img {
        width: 180px;
    }
}

header .menutop {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #3691d0;
    padding-top: 9px;
    padding-bottom: 10px;
}

header .menutop:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #3691d0;
    top: 0;
    right: -50%;
}

header .menutop:after {
    width: 0;
    height: 0;
    border-top: 48px solid #3691d0;
    border-left: 48px solid transparent;
    position: absolute;
    top: 0;
    right: 100%;
}

header .menutop ul {
    text-align: right;
}

header .menutop ul li {
    display: inline-block;
    margin-left: 10px;
}

header .menutop ul li a {
    padding: 5px 15px;
    background-color: #0e74a2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 2px;
    position: relative;
    text-transform: uppercase;
}
header .menutop ul li .md{
    font-size: 14px;
}
header .menutop ul li a.covid {
    background-color: #ff0000;
    padding: 3px 15px;
}

header .menutop ul li a img {
    width: 22px;
    margin-top: -4px;
    filter: invert(1);
}

header .menubottom {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

header .menubottom ul {
    text-align: right;
    margin: 12px 0;
}

header .menubottom ul li {
    display: inline-block;
    position: relative;
}

header .menubottom ul li:before {
    position: absolute;
    width: 1px;
    height: 63%;
    background-color: #474747;
    content: "";
    left: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
}
header .menubottom ul li.dropdown:before, 
header .menubottom ul li.nob:before {
    display: none;
}

header .menubottom ul li:last-child a {
    background-color: #ff8400;
    color: #ffffff;
    padding: 6px 15px;
    text-transform: uppercase;
}

header .menubottom ul li:last-child a:before {
    background-color: #3691d0;
}

header .menubottom ul li a {
    color: #474747;
    font-size: 13.5px;
    font-weight: 500;
    padding: 2px 5px;
    /* font-family: "Roboto", sans-serif; */
    font-family: "Raleway", sans-serif !important;
    letter-spacing: 0.7px;
}

header .tmenu {
    padding: 3px;
    background-color: #ff0000;
    text-align: center;
    display: none;
}
@media(min-width:1200px) and (max-width:1280px){
header .menubottom ul li a {
    font-size: 12px;
}
}
/*@media (max-width: 1200px) {

}*/

header .tmenu li {
    display: inline-block;
    position: relative;
}

header .tmenu li a {
    color: #ffffff;
    font-size: 12px;
    padding: 0 10px;
}

header .tmenu li:before {
    position: absolute;
    width: 1px;
    height: 75%;
    background-color: #fff;
    content: "";
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

header .tmenu li:last-child:before {
    display: none;
}

header .bmenu {
    padding: 8px;
    background-color: #0d6891;
    text-align: center;
    display: none;
}

/*@media (max-width: 1200px) {

}*/

header .bmenu li {
    display: inline-block;
    position: relative;
}

header .bmenu li a {
    color: #ffffff;
    font-size: 12px;
    padding: 0 10px;
}

header .bmenu li a img {
    width: 15px;
    display: inline-block;
    margin-top: -3px;
    filter: invert(1);
}

header .bmenu li:before {
    position: absolute;
    width: 1px;
    height: 75%;
    background-color: #fff;
    content: "";
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

header .bmenu li:last-child:before {
    display: none;
}
.bok{
    box-shadow: none;
}
.container-fluid {
    padding-right: 95px;
    padding-left: 0px;
}
.therapiesWrp .container-fluid {
    padding-right: 100px;
    padding-left: 100px;
}
.readyWrp .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}
@media (max-width: 992px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.subHead {
    text-align: center;
}

.subHead h2 {
    font-size: 33px;
    font-weight: 600;
    margin: 0 0 14px 0;
}

.subHead i {
    background: #0d6891;
    height: 4px;
    width: 104px;
    margin: auto;
    display: block;
}

.subHead p {
    padding-top: 20px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
}

.subHeadAlt {
    background: #3691d0;
    color: #ffffff;
    padding: 13px 0;
    position: absolute;
    top: -77px;
    height: 54px;
}

.subHeadAlt h2 {
    margin: 0;
    font-size: 23px;
}

.subHeadAlt:before,
.subHeadAlt:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border: 27px solid #3691d0;
    z-index: 1;
}

.subHeadAlt:before {
    left: -37px;
    border-right-width: 10px;
    border-left-color: transparent;
}

.subHeadAlt:after {
    right: -37px;
    border-left-width: 10px;
    border-right-color: transparent;
}

.com1 {
  background: url(https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/banner.jpg) no-repeat center center/cover;
  height: 600px;
  display: flex;
  align-items: center;
}

.com2 {
   background: url(https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/banner-new.jpg) center top / cover no-repeat;
  height: 600px;
  display: flex;
  align-items: center;
}
.com3 {
  background: url(https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/banner-new.jpg) center top / cover no-repeat;
  height: 600px;
  display: flex;
  align-items: center;
}
.com4 {
  background: url(https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/banner-new.jpg) center top / cover no-repeat;
  height: 600px;
  display: flex;
  align-items: center;
}
.box-full {
 
  height: 546px;
  display: flex;
  align-items: center;
}
/*new change*/
.banner {
    /*background: url(https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/banner-new.jpg) center top / cover no-repeat;*/
    /* background-position: 100%; */
    /* background-position: top right; */
    object-fit: fill;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    padding-top: 80px;
    padding-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    /*margin-top: 103px;*/
    /*height: 80vh;*/
    display: flex;
    align-items: center;
    border-bottom: 8px solid #0e74a2;
}
.inner-banner {
    /*background: url(https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/banner-new.jpg) center top / cover no-repeat;*/
    /* background-position: 100%; */
    /* background-position: top right; */
    object-fit: fill;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    margin-top: 103px;
    height: 80vh;
    display: flex;
    align-items: center;
    border-bottom: 8px solid #0e74a2;
}
.screen-reader-response{
        display: none;
}
@media (max-width: 991px) {
    .banner {
        margin-top: 137px;
        /*background-image: url(https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/bannersm-2.jpg);*/
       
    }
    .inner-banner{
        margin-top: 137px;
        background: url(https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/bannersm-2.jpg) center top/cover no-repeat;
       
    }
    
}
/*new change*/
@media screen and (min-width: 769px) and (max-width: 1000px) {
    /*.banner {
        margin-top: 137px;
        background-image: url(https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/bannersm-1.jpg);
       
    }*/
    .banner {
    background: url(https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/bannersm.jpg) center top / cover no-repeat;
    /* background-position: 100%; */
    /* background-position: top right; */
    object-fit: fill;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    padding-top: 80px;
    padding-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    /*margin-top: 103px;*/
    /*height: 80vh;*/
    display: flex;
    align-items: center;
    border-bottom: 8px solid #0e74a2;
}
}
 .inner-banner {

    /* background-position: 100%; */
    /* background-position: top right; */
    object-fit: fill;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    margin-top: 103px;
    height: 80vh;
    display: flex;
    align-items: center;
    border-bottom: 8px solid #0e74a2;
}

@media (max-width: 640px) {
    
    .banner {
        background-position: top center;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
    }
    .subHeadAlt {
        height: 46px;
    }
    .subHeadAlt h2 {
        font-size:18px !important;
    }
    .subHeadAlt:before,
    .subHeadAlt:after {
        border: 23px solid #3691d0;
    }
    .subHeadAlt:before {
        border-right-width: 10px;
        border-left-color: transparent;
        left: -33px;
    }
    .subHeadAlt:after {
        border-left-width: 10px;
        border-right-color: transparent;
        right: -33px;
    }
   
}

.checked {
  color: #e4b248;
 
}
.str{
    color: #e4b248;
}
.banner:before {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-color: #ffffffc4;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
@media screen and (max-width: 991px){
  .foot-doc  img {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 768px) {
 .img-cal {
        margin: auto !important;
        width: 12%;
        margin-bottom: 10px;
    }
    .boxWrapRight {
        text-align: center;
    }}
@media (max-width: 991px) {
    .banner:before {
        display: block !important;
    }
    .banner:before {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-color: #ffffffc4;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*display: none;*/
}
}

/*new change*/
/*.h2 {*/
/*    display: block;*/
/*    font-size: 1.5em;*/
/*    margin-block-start: 0.83em;*/
/*    margin-block-end: 0.83em;*/
/*    margin-inline-start: 0px;*/
/*    margin-inline-end: 0px;*/
/*    font-weight: bold;*/
/*}*/
.banner h2 {
    font-weight: 800;
    text-transform: uppercase;
    color: #474747;
    font-size: 55px;
    line-height: 55px;
}
.banner .h2 {
    font-weight: 800;
    text-transform: uppercase;
    color: #474747;
    font-size: 55px;
    line-height: 55px;
}

@media (max-width: 640px) {
    .banner h2 {
        font-size: 33px;
        line-height: 38px;
    }
     .banner .h2 {
        font-size: 33px;
        line-height: 38px;
    }
}
@media (max-width:767px) {
.clinic-banner {
    margin-top: 260px !important;
}
}
@media(min-width:768px) and (max-width:850px) {
.clinic-banner {
    margin-top: 234px !important;
}
}
.banner h2 span {
    color: #3691d0;
}
.banner .h2 span {
    color: #3691d0;
}
/*new change*/
.banner ul {
    padding-left: 6px;
    margin-bottom: 28px;
    padding-top: 1px;
}

@media (max-width: 640px) {
    .banner ul {
        margin-bottom: 40px;
        padding-left: 0;
    }
    .therapiesWrp .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.banner ul li {
    color: #474747;
    font-weight: 400;
    margin: 5px 0px;
    font-size: 19px;
    line-height: 15px;
    display: flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
}
.inner-banner .btnWrp{
    margin-top:30px;
}
@media (max-width: 640px) {
    .banner ul li {
        font-size: 14px;
    }
}

.banner ul li i {
    font-size: 12px;
    padding-right: 10px;
    line-height: 0;
    display: flex;
    align-items: center;
    height: 20px;
}

@media (max-width: 640px) {
    .banner ul li i {
        height: 15px;
        font-size: 30px;
    }
}

.banner .btnWrp {
    display: flex;
}

@media (max-width: 640px) {
    .banner .btnWrp {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
}

.banner .button_style {
    font-size: 18px;
    padding: 12px 15px;
    font-weight: 600;
    width: 246px;
}

@media (max-width: 640px) {
    .banner .button_style {
        margin: 0;
        font-size: 14px;
        width: 225px;
    }
}
.button_style1,.clin  {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-weight: 400;
    padding: 10px 15px;
    border: 0;
    /* transform: perspective(1px) translateZ(0); */
    /* position: relative; */
   background-color: #ff8400;
    color: #ffffff;
    box-shadow: 4px 2px 7px #3691d0bd;
    transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

.banner .button_style1  {
    background-color: #ff8400;
    margin-right: 15px;
}
.banner .clin {
   background-color: #3691d0 ;
    margin-right: 15px;
}
 .button_style:hover {
    background-color: #3691d0 !important;
}

.banner .button_style1,.banner .clin {
    font-size: 18px;
    padding: 12px 15px;
    font-weight: 600;
    width: 246px;
}

.banner .button_style1:hover {
    background-color: #3691d0 !important;
    margin-right: 15px;
}
.banner .clin:hover {
    background-color: #ff8400 !important;
}
@media (max-width: 640px) {
    .banner .button_style1,.banner .clin {
        margin: 0 0 10px 0;
    }
    .banner .button_style {
        width: 85%;

    } 
    .banner .button_style1{
        width: 85%;
        background-color: #ff8400 ;
            transition: unset !important;
    -o-transition: unset !important;
    -webkit-transition: unset !important;
    }
     .banner .clin {
        width: 85%;
        background-color: #3691d0 ;
            transition: unset !important;
    -o-transition: unset !important;
    -webkit-transition: unset !important;
    }
  .banner .clin:hover {
        margin-right: 0px;
        background-color: #ff8400 !important;
    }
     .banner .button_style1:hover  {
        margin-right: 0px;
        background-color: #3691d0 !important;
    }
    

}

.banner .button_style1::before {
    background: #3691d0;
}

.banner .btn1:hover {
    background-color: #df7709;
}

.banner .btn2 {
    background-color: #3691d0;
    box-shadow: 0px 5px 40px 2px rgba(0, 0, 0, 0.1);
}

.banner .btn2:hover {
    background-color: #03548f;
}

.googleWrp {
    padding: 50px 0 0 0;
}

.googleWrp .stars,.googleWrp .stars-full {
    --percent: calc(var(--rating) / 5 * 100%);
    display: block;
    padding-top: 8px;
    font-size: 30px;
    line-height: 1;
}
.googleWrp .stars::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "";
    letter-spacing: 3px;
     background: linear-gradient(90deg, #e4b248 var(--percent), rgba(71, 71, 71, 0.2) var(--percent));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}
/*.googleWrp .stars::before {
    content: url('https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/star-full.png');
    letter-spacing: 3px;
    background: linear-gradient(90deg, #e4b248 var(--percent), rgba(71, 71, 71, 0.2) var(--percent));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
.googleWrp .stars-full::before {
    /*content: url('https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/star-half.png');*/
    font: normal normal normal 14px/1 FontAwesome;
    content: "";
    letter-spacing: 3px;
    background: linear-gradient(90deg, #e4b248 var(--percent), rgba(71, 71, 71, 0.2) var(--percent));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}
.googleWrp .googleSlider {
    padding-top: 20px;
}

.googleWrp .googleSlider .box {
       background: #f1f4fa;
    /* border-left: 6px solid #0d6891; */
    padding: 40px 24px 15px;
    border-radius: 0 15px 15px 0;
    margin: 0 12px;
    border-top: 4px solid #e2e2e2;
    border-bottom: 4px solid #e2e2e2;
    border-right: 4px solid #e2e2e2;
    position: relative;
}
.googleWrp .googleSlider .box:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 103%;
    background: #0d6891;
    bottom: -5px;
    left: -5px;
}
/*.googleWrp .googleSlider h3 {*/
/*    font-weight: 600;*/
/*    font-size: 20px;*/
/*    margin: 0;*/
/*    text-transform: uppercase;*/
/*}*/

.googleWrp .googleSlider .h3 {
  
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
   
}
.googleWrp .googleSlider .stars ,.googleWrp .googleSlider .stars-full{
    padding: 10px 0;
}

.googleWrp .googleSlider p {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 10px;
    overflow-y: scroll;
    max-height: 167px;
}

.googleWrp .googleSlider span {
    color: #3691d0;
    position: relative;
    padding-left: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.googleWrp .googleSlider span:before {
    content: "";
    font-size: 17px;
    position: absolute;
    font-family: "icons";
    left: 0;
    top: -3px;
    color: #ff8400;
}

.slick-dots li button:before {
    color: rgba(255, 132, 0, 0.5);
    font-size: 50px;
}

.slick-dots li.slick-active button:before {
    color: #ff8400;
}

.welcomeWrp {
    padding: 60px 0;
}

.welcomeWrp .subHead {
    text-align: left;
}

.welcomeWrp .subHead span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.welcomeWrp .subHead h2 {
    font-size: 57px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.welcomeWrp .subHead i {
    margin: 0;
}

.welcomeWrp p {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    padding-top: 20px;
}

.welcomeWrp ul {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
}

.welcomeWrp ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.welcomeWrp ul li p {
    font-family: "Raleway", sans-serif !important;
}

.welcomeWrp ul li b {
    background: rgba(54, 145, 208, 0.6);
    border-radius: 50%;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}

.welcomeWrp ul li b i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3691d0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 25px;
    height: 42px;
    width: 42px;
}

.welcomeWrp ul li span {
    font-size: 48px;
    color: #3691d0;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 50px;
}

.welcomeWrp ul li p {
    padding: 0;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
}
@media (max-width: 575px) {
    .welcomeWrp ul li span {
        font-size: 35px;
    }
    .welcomeWrp ul li p {
        font-size: 11px;
    }
}
.welcomeWrp .figure {
    background: rgba(71, 71, 71, 0.2);
    width: 100%;
    height: 435px;
    overflow: hidden;
    margin: 0 0 0 20px;
    border-radius: 20px 20px 0 0;
    border:4px solid #e2e2e2;
    /*border-bottom: 10px solid #0d6891;*/
    object-fit: cover;
}
.trtmntWrp,.formStyWrp {
    padding-top: 21px !important;
}
.location {
    padding-top: 21px;
}
@media (max-width: 992px) {
    .welcomeWrp .figure {
        margin: 30px 0 0 0;
    }
}

.welcomeWrp .figure img {
    margin: 0;
    height: 100%;
    width: 100%;
}

.conditionWrp {
    background-color: #f1f4fa;
}

.conditionWrp .conditionSlider .box:nth-child(2n+1) .conditionUl,
.conditionWrp .conditionSlider .box:nth-child(2n+1) .therapiesUl,
.conditionWrp .therapiesSlider .box:nth-child(2n+1) .conditionUl,
.conditionWrp .therapiesSlider .box:nth-child(2n+1) .therapiesUl,
.therapiesWrp .conditionSlider .box:nth-child(2n+1) .conditionUl,
.therapiesWrp .conditionSlider .box:nth-child(2n+1) .therapiesUl,
.therapiesWrp .therapiesSlider .box:nth-child(2n+1) .conditionUl,
.therapiesWrp .therapiesSlider .box:nth-child(2n+1) .therapiesUl {
    background: #e1f5ff;
}

.conditionWrp,
.therapiesWrp {
    background: #f3fafd;
    padding: 55px 0;
}

.conditionWrp .conditionSlider,
.conditionWrp .therapiesSlider,
.therapiesWrp .conditionSlider,
.therapiesWrp .therapiesSlider {
    margin: 0;
}

/* .conditionWrp .conditionSlider .slick-track,
.conditionWrp .therapiesSlider .slick-track,
.therapiesWrp .conditionSlider .slick-track,
.therapiesWrp .therapiesSlider .slick-track {
    display: flex;
} */

.conditionWrp .conditionSlider .box,
.conditionWrp .therapiesSlider .box,
.therapiesWrp .conditionSlider .box,
.therapiesWrp .therapiesSlider .box {
    margin: 0 10px;
    padding-top: 120px;
    height: auto;
    flex: 1;
    position: relative;
}

.conditionWrp .conditionSlider .box .figure,
.conditionWrp .therapiesSlider .box .figure,
.therapiesWrp .conditionSlider .box .figure,
.therapiesWrp .therapiesSlider .box .figure {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: -65px auto;
    display: flex;
    align-items: center;
    justify-self: center;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
    position: relative;
    border: 5px solid #d2e7f5;
}

.conditionWrp .conditionSlider .box .figure img,
.conditionWrp .therapiesSlider .box .figure img,
.therapiesWrp .conditionSlider .box .figure img,
.therapiesWrp .therapiesSlider .box .figure img {
    margin: 0;
    height: 100%;
}

.conditionWrp .conditionSlider .conditionUl,
.conditionWrp .conditionSlider .therapiesUl,
.conditionWrp .therapiesSlider .conditionUl,
.conditionWrp .therapiesSlider .therapiesUl,
.therapiesWrp .conditionSlider .conditionUl,
.therapiesWrp .conditionSlider .therapiesUl,
.therapiesWrp .therapiesSlider .conditionUl,
.therapiesWrp .therapiesSlider .therapiesUl {
    background: white;
    padding: 70px 20px 80px 20px;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    /* height: 100%; */
    position: relative;
    border-bottom: 5px solid #0d6891;
    box-shadow: 0px 2px 5px rgba(71, 71, 71, 0.2);
}

.conditionWrp .conditionSlider .conditionUl li,
.conditionWrp .conditionSlider .therapiesUl li,
.conditionWrp .therapiesSlider .conditionUl li,
.conditionWrp .therapiesSlider .therapiesUl li,
.therapiesWrp .conditionSlider .conditionUl li,
.therapiesWrp .conditionSlider .therapiesUl li,
.therapiesWrp .therapiesSlider .conditionUl li,
.therapiesWrp .therapiesSlider .therapiesUl li {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(71, 71, 71, 0.2);
}

.conditionWrp .conditionSlider .conditionUl li:first-child,
.conditionWrp .conditionSlider .therapiesUl li:first-child,
.conditionWrp .therapiesSlider .conditionUl li:first-child,
.conditionWrp .therapiesSlider .therapiesUl li:first-child,
.therapiesWrp .conditionSlider .conditionUl li:first-child,
.therapiesWrp .conditionSlider .therapiesUl li:first-child,
.therapiesWrp .therapiesSlider .conditionUl li:first-child,
.therapiesWrp .therapiesSlider .therapiesUl li:first-child {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 0;
}

.conditionWrp .conditionSlider .conditionUl li:last-child,
.conditionWrp .conditionSlider .therapiesUl li:last-child,
.conditionWrp .therapiesSlider .conditionUl li:last-child,
.conditionWrp .therapiesSlider .therapiesUl li:last-child,
.therapiesWrp .conditionSlider .conditionUl li:last-child,
.therapiesWrp .conditionSlider .therapiesUl li:last-child,
.therapiesWrp .therapiesSlider .conditionUl li:last-child,
.therapiesWrp .therapiesSlider .therapiesUl li:last-child {
    border-bottom: 0;
}

.conditionWrp .conditionSlider .conditionUl .button_style,
.conditionWrp .conditionSlider .therapiesUl .button_style,
.conditionWrp .therapiesSlider .conditionUl .button_style,
.conditionWrp .therapiesSlider .therapiesUl .button_style,
.therapiesWrp .conditionSlider .conditionUl .button_style,
.therapiesWrp .conditionSlider .therapiesUl .button_style,
.therapiesWrp .therapiesSlider .conditionUl .button_style,
.therapiesWrp .therapiesSlider .therapiesUl .button_style {
    /* width: 120px; */
    margin: 10px auto 0;
    /*position: absolute;*/
    padding: 10px 35px;
    /*bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);*/
}
.conditionWrp .conditionSlider .conditionUl .button_style:hover,
.conditionWrp .conditionSlider .therapiesUl .button_style:hover,
.conditionWrp .therapiesSlider .conditionUl .button_style:hover,
.conditionWrp .therapiesSlider .therapiesUl .button_style:hover,
.therapiesWrp .conditionSlider .conditionUl .button_style:hover,
.therapiesWrp .conditionSlider .therapiesUl .button_style:hover,
.therapiesWrp .therapiesSlider .conditionUl .button_style:hover,
.therapiesWrp .therapiesSlider .therapiesUl .button_style:hover {
    background-color: #ff8400 !important;
}
.conditionWrp .conditionSlider .slick-dots,
.conditionWrp .therapiesSlider .slick-dots,
.therapiesWrp .conditionSlider .slick-dots,
.therapiesWrp .therapiesSlider .slick-dots {
    display: none;
}

.therapiesWrp {
    background: #ffffff;
    padding: 55px 0 70px 0;
}
.therapiesWrp .therapiesSlider {
    width: 80%;
    margin: auto;
}
@media (max-width: 1200px) {
    .therapiesWrp .therapiesSlider {
        width: 100%;
    }
}
.awardsWrp {
   /* background-image: url("https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/awardsBG.jpg");*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 30px 0 30px 0;
    position: relative;
}

.awardsWrp:before {
    background: #f3fafd;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.awardsWrp .subHeadAlt {
    top: -57px;
}

.awardsWrp .box img {
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.8;
}

.blogWrp {
    padding: 25px 0 0px;
}

.blogWrp .blogSlider {
    padding-top: 30px;
}

.blogWrp .blogSlider .box {
    background: rgba(54, 145, 208, 0.1);
    border-bottom: 10px solid #0d6891;
    border-radius: 20px 20px 0 0;
    margin: 0 15px;
    overflow: hidden;
    position: relative;
}

.blogWrp .blogSlider .box .tag {
    position: absolute;
    left: 20px;
    width: 60px;
    background: #3691d0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 10px 10px 0 10px;
    height: 60px;
}

.blogWrp .blogSlider .box .tag:before {
    content: "";
    position: absolute;
    display: block;
    border: 30px solid #3691d0;
    z-index: 1;
    bottom: -28px;
    border-top-width: 3px;
    border-bottom-color: transparent;
}

.blogWrp .blogSlider .box .tag span {
    font-size: 16px;
}

.blogWrp .blogSlider .box .tag b {
    font-size: 34px;
    font-family: "Roboto", sans-serif;
    margin-top: -8px;
}

.blogWrp .blogSlider .box .figure {
    margin: 0;
    background: #e2e2e2;
    width: 100%;
    /* height: 200px; */
    border: 4px solid #e2e2e2;
    border-radius: 20px 20px 0px 0px;
}

.blogWrp .blogSlider .box .figure img {
    margin: 0;
    /* border: 1px solid #ccc; */
    border-radius: 20px 20px 0px 0px;
}

.blogWrp .blogSlider .box .content {
    padding: 10px 20px 40px;
}

.blogWrp .blogSlider .box .content h4 {
    font-size: 17px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 15px;
}

.blogWrp .blogSlider .box .content b {
    font-weight: 400;
    display: block;
    padding: 0 0 10px 0;
}

.blogWrp .blogSlider .box .content b span {
    color: #3691d0;
}

.blogWrp .blogSlider .box .content p {
    line-height: 25px;
    font-style: italic;
    padding: 0 0 10px 0;
}

.blogWrp .blogSlider .box .content a {
    font-style: italic;
    color: #3691d0;
}

.blogWrp .blogSlider .box .content a:hover {
    color: #ff8400;
}

.blogWrp .blogSlider-one {
    padding-top: 30px;
}

.blogWrp .blogSlider-one .box {
    background: rgba(54, 145, 208, 0.1);
    border-bottom: 10px solid #0d6891;
    border-radius: 20px 20px 0 0;
    margin: 0 15px;
    overflow: hidden;
    position: relative;
}

.blogWrp .blogSlider-one .box .tag {
    position: absolute;
    left: 20px;
    width: 60px;
    background: #3691d0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 10px 10px 0 10px;
    height: 60px;
}

.blogWrp .blogSlider-one .box .tag:before {
    content: "";
    position: absolute;
    display: block;
    border: 30px solid #3691d0;
    z-index: 1;
    bottom: -28px;
    border-top-width: 3px;
    border-bottom-color: transparent;
}

.blogWrp .blogSlider-one .box .tag span {
    font-size: 16px;
}

.blogWrp .blogSlider-one .box .tag b {
    font-size: 34px;
    font-family: "Roboto", sans-serif;
    margin-top: -8px;
}

.blogWrp .blogSlider-one .box .figure {
    margin: 0;
    background: #e2e2e2;
    width: 100%;
    /* height: 200px; */
}

.blogWrp .blogSlider-one .box .figure img {
    margin: 0;
    
}

.blogWrp .blogSlider-one .box .content {
    padding: 10px 20px 40px;
}

.blogWrp .blogSlider-one .box .content h4 {
    font-size: 17px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 15px;
}

.blogWrp .blogSlider-one .box .content b {
    font-weight: 400;
    display: block;
    padding: 0 0 10px 0;
}

.blogWrp .blogSlider-one .box .content b span {
    color: #3691d0;
        font-weight: 600;
}

.blogWrp .blogSlider-one .box .content p {
    line-height: 25px;
    font-style: italic;
    padding: 0 0 10px 0;
}

.blogWrp .blogSlider-one .box .content a {
    font-style: italic;
    color: #3691d0;
        font-weight: 600;
}

.blogWrp .blogSlider-one .box .content a:hover {
    color: #ff8400;
}

.readyWrp {
   /* background-image: url("https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/awardsBG.jpg");*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 50px 0 0 0;
    position: relative;
}

.readyWrp:before {
    background: rgba(54, 145, 208, 0.1);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.readyWrp .mapbox {
    display: flex;
    align-items: center;
}

.readyWrp .mapbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff8400;
    padding: 7px 10px;
    color: white;
    font-size: 22px;
    border-radius: 8px;
    margin-right: 10px;
}

.readyWrp .mapbox h3 {
    color: #3691d0;
    font-weight: 600;
    font-size: 30px;
    margin: 0;
}

.readyWrp .map {
    padding: 0 !important;
    /*border-top-left-radius: 12px;
    border-top-right-radius: 12px;*/
    overflow: hidden;
  /*  border-bottom: 10px solid #0d6891;*/
    margin-top: 15px;
    margin-bottom: 20px;
}

.readyWrp .map iframe {
    margin-bottom: -6px !important;
}

.readyWrp .appoinment {
    background-image: url("https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/appoinment.webp");
    background-position: bottom center;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.readyWrp .appoinment h3 {
    color: #3691d0;
    font-weight: 600;
    font-size: 35px;
    vertical-align: sub;
    margin-bottom: 14px;
    /*margin-top: 15px;*/
    padding-top: 10%;
}
.readyWrp .appoinment h3 span.ap{
    font-size: 43px;
    /*margin-top: 15px;*/
}
.clinic-ready h4 {
    font-style: italic;
}
.readyWrp .appoinment h4 {
    color: #3691d0;
    font-weight: 600;
    font-size: 26px;
    margin: 0;
    line-height: 35px;
    padding-top: 4%;
    padding-bottom: 10%;
    font-style: italic;
}

.readyWrp .appoinment .button_style {
    padding: 7px 20px;
    width: 180px;
    font-size: 20px;
    color: white;
    background: #ff8400;
    font-weight: 500;
}

.readyWrp .appoinment .button_style::before {
    background: #3691d0;
}

.readyWrp .appoinment .booking {
    padding: 0 !important;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    border: 1px solid #ff8400;
    border-radius: 100%;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 9px;
    right: 20px;
    background-color: #ff8400;
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #ff8400b8;
    color: #fff;
    border: 1px solid #ff8400b8;
}
@media (max-width: 767px) {
    .readyWrp .map {
        border-bottom: 5px solid #0d6891;
    }
    .readyWrp {
        padding-left: 15px;
        padding-right: 15px;
    }
    .readyWrp .mapbox i {
        display: none;
    }

}
@media (max-width: 640px) {
    header .tmenu li a,
    header .bmenu li a {
        font-size: 10px;
        padding: 0 5px;
    }
    
    .readyWrp .mapbox h3 {
        
        font-size: 23px;
    }
    .readyWrp .appoinment h3 {
        font-size: 22px;
    }
    .readyWrp .appoinment h4 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 20%;
        padding-top: 2%;
        width: 160px;
    }
    .readyWrp .appoinment .button_style {
        margin: 0 0 30px 0;
    }
    .readyWrp .appoinment h3 span.ap {
        font-size: 30px;
        /* margin-top: 15px; */
    }
}

footer {
    background: #0d6891;
    padding: 20px 0 0;
}

footer p {
    margin-top: 20px;
    padding: 20px;
    font-size: 13px;
    text-align: center;
    color: white;
    font-family: "Roboto", sans-serif;
    background: #3691d0;
}

footer .fooMenuWrp {
    display: flex;
    justify-content: space-around;
}

@media (max-width: 1200px) {
    .banner {
        /*height: 500px;*/
        padding-top:15px;
        padding-bottom:0px;
       
    }
    .inner-banner {
        height: 500px;
        padding-top:15px;
        padding-bottom:15px;
    }
    .banner h2 {
        font-size: 45px;
        line-height: 45px;
    }
    .banner .h2 {
        font-size: 45px;
        line-height: 45px;
    }
    .banner ul {
        margin-bottom: 50px;
    }
    footer .fooMenuWrp {
        flex-direction: column;
        align-items: center;
    }
}

footer .fooMenu {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .banner .button_style {
        font-size: 14px;
    }
    .banner h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .banner .h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .banner ul {
        margin-bottom: 30px;
    }
    .banner ul li {
        font-size: 16px;
    }
    .banner ul li i {
        font-size: 12px;
        height: 18px;
    }
    .welcomeWrp .figure {
        height: 350px;
    }
    footer .fooMenu {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .banner {
        /*height: 400px;*/
        margin-top: 260px !important;
    }
}

@media (max-width: 767px) {
    .welcomeWrp .figure {
        height: 250px;
    }
}
@media (max-width: 640px) {
    /*.banner {*/
    /*    height: 400px;*/
    /*}*/
    .banner h2 {
        font-size: 32px;
        line-height: 35px;
    }
    .banner .h2 {
        font-size: 32px;
        line-height: 35px;
    }
    .banner ul li {
        font-size: 15px;
    }
    .googleWrp {
        order: 2;
        padding: 20px 0 30px 0;
    }
    .welcomeWrp {
        padding: 30px 0 10px;
        order: 1;
    }
}
footer .fooMenu li {
    padding: 0 20px;
    border-right: 1px solid #ffffff;
}

@media (max-width: 992px) {
    footer .fooMenu li {
        padding: 0 10px;
        /*width: 100%;*/
    }
}

@media (max-width: 767px) {
    footer .fooMenu li {
        border-right: 0 solid #ffffff;
        border-bottom: 1px solid #ffffff;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
}
footer .social li a:hover {
   background-color: #ffffff !important;
   color: #0d6891 !important;
}
footer .fooMenu li a {
    color: white;
    font-size: 17px;
    font-weight: 400;
}
footer .fooMenu li a:hover {
    color: #ff8400;
}


@media (max-width: 992px) {
    footer .fooMenu li a {
        font-size: 15px;
        font-weight: 500;
    }
}

footer .fooMenu li:first-child {
    padding-left: 0;
}

@media (max-width: 767px) {
    footer .fooMenu li:first-child {
        padding: 10px 0;
    }
}

footer .fooMenu li:last-child {
    padding-right: 0;
    border-right: 0;
}

footer .social {
    display: flex;
}

@media (max-width: 1200px) {
    footer .social {
        padding-top: 20px;
    }
}

footer .social li {
    padding-left: 10px;
}

footer .social li a {
    background: #ffffff;
    color: #0d6891;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 50%;
}

footer .social li a:hover {
    background: white !important;
    color: #ff8400 !important;
}

footer .social li:first-child {
    padding-left: 0;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 14px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
/*@media screen and (min-width: 992px) {*/
/*    .attach {*/
/*      margin-top: -102px;*/
/*    }*/
/*}*/

.conditionUl.deskBlock .img-fluid {
    max-width: 100%;
    height: 92px;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    html {
        font-size: 15px;
    }
}


@media screen and (max-width: 1199px) {
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 13px;
    }
}

body {
    background-color: #ffffff;
    color: #474747;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    text-align: inherit;
}

p+p {
    padding-top: 15px;
}

@media screen and (max-width: 767px) {
    p+p {
        padding-top: 10px;
    }
}

p b,
p strong {
    font-weight: 700;
}

a {
    color: #3691d0;
    display: inline-block;
}

a:hover {
    color: #ff8400;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

svg:focus {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    outline: none;
}

svg {
    transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
}

a,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: inherit;
    outline: none;
    text-shadow: none;
    -webkit-text-shadow: none;
    transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

a:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    text-decoration: none;
}

a {
    color: inherit;
    display: inline-block;
}

a[href^=tel] {
    color: inherit;
    cursor: default;
}

b,
strong {
    font-weight: 700;
}

img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

img.alignright {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline;
    float: right;
    margin: 12px 0 12px 20px;
}

img.alignleft {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline;
    float: left;
    margin: 12px 20px 12px 0;
}

img.aligncenter {
    border: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    display: block;
    margin: 10px auto;
}

img.alignnone {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline;
    margin: 10px;
}

@media screen and (max-width: 767px) {
    img {
        clear: both;
        display: block;
        float: none;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        width: auto;
    }
    img.alignleft,
    img.alignright,
    img.aligncenter,
    img.alignnone {
        clear: both;
        display: block;
        float: none;
        margin: 10px auto 7px;
    }
}

.resize-image {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

@media screen and (max-width: 767px) {
    .welcomeWrp .subHead h2 {
        font-size: 40px;
    }
    .resize-image {
        position: static;
    }
}

article:after,
aside:after,
div:after,
main:after,
nav:after,
section:after,
figure:after {
    content: "";
    display: table;
    clear: both;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}


/* // ie 11 & above
_:-ms-fullscreen,
:root .yourClass {
    property: value;
}

// ie 10 & above
_:-ms-lang(x),
.yourClass {
    property: value;
}*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    select {
        padding-right: 0;
    }
}


/*
// ie 10 only
_:-ms-lang(x),
.yourClass {
    property: value\9;
}*/

@media screen and (min-width: 0\0) {
    select {
        padding-right: 0\9;
    }
    .btn {
        display: inline-block\9;
        line-height: 1\9;
        padding-top: 10px\9;
    }
    .btn.fill {
        padding-top: 10px\9;
    }
    .back-btn {
        padding-top: 10px\9;
    }
    .modal-open {
        z-index: 99999\9;
    }
    .modal {
        z-index: 100001\9;
    }
    input[type=submit],
    input[type=reset],
    input[type=button],
    button[type=submit] {
        line-height: 1\9;
        padding-top: 0\9;
    }
     ::-webkit-input-placeholder {
        color: #474747 \9;
        font-size: 1rem\9;
        font-weight: 400\9;
        opacity: 1\9;
    }
     :-moz-placeholder {
        color: #474747 \9;
        font-size: 1rem\9;
        font-weight: 400\9;
        opacity: 1\9;
    }
     ::-moz-placeholder {
        color: #474747 \9;
        font-size: 1rem\9;
        font-weight: 400\9;
        opacity: 1\9;
    }
     :-ms-input-placeholder {
        color: #474747 \9;
        font-size: 1rem\9;
        font-weight: 400\9;
        opacity: 1\9;
    }
}


/* ================================================================*/


/*@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    // IE9+ CSS
    .yourClass {
        property: value;
    }
}*/


/* ================================================================*/


/* // ie 9 only
@media screen and (min-width:0\0) and (min-resolution: .001dpcm) { 
    // IE9 CSS
    .yourClass {
        property: value;
    }
}

// ie 8,9 & 10
@media screen\0 {
    .yourClass {
        property: value;
    }
}

// IE 8 Standards Mode Only

.yourClass {
    property \*: value\9
}

// IE 8

html>body .yourClass {
    property: value;
}
@media \0screen {
    .yourClass {
        property: value;
    }
}

// IE 6, 7 and 8

@media \0screen\,screen\9 {
    .yourClass {
        property: value;
    }
}

// IE 6 and 7

@media screen\9 {
    .yourClass {
        property: value;
    }
}
.yourClass {
    *property: value;
}
.yourClass {
    #property: value;
}

// IE 7

*+html .yourClass {
    property: value;
}
*:first-child+html .yourClass {
    property: value;
}

// IE 6

* html .yourClass {
    property: value;
}
.yourClass {
    _property: value;
} */


/* star rating */

.rate-area {
    float: left;
    border-style: none;
    margin-top: 10px;
}

.rate-area:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.rate-area:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 225%;
    color: lightgrey;
    margin-bottom: 0;
}

.rate-area:not(:checked)>label:before {
    content: "★";
}

.rate-area>input:checked~label {
    color: #e4b248;
}

.rate-area:not(:checked)>label:hover,
.rate-area:not(:checked)>label:hover~label {
    color: #e4b248;
}

.rate-area>input:checked+label:hover,
.rate-area>input:checked+label:hover~label,
.rate-area>input:checked~label:hover,
.rate-area>input:checked~label:hover~label,
.rate-area>label:hover~input:checked~label {
    color: #3691d0;
}

.rateText {
    color: #474747;
    margin-top: 15px;
    font-size: 25px;
    display: inline-block;
    margin-right: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.rateCount {
    color: #3691d0;
    margin-top: 15px;
    font-size: 25px;
    display: inline-block;
    margin-left: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.therapiesSlider .figure::before,
.conditionSlider .figure::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    opacity: 1;
    cursor: pointer;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    margin: -3px;
}

.box figure:hover::before {
    opacity: 1;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

header .menubottom ul ul {
    text-align: left;
}

header .menubottom ul ul li:before {
    display: none;
}

header .menubottom ul ul li:last-child a {
    background-color: transparent;
    color: #474747;
    padding: 2px 8px;
}

.list-header {
    padding: 0px 10px;
    color: #3691d0;
    font-weight: 600;
}

header .menubottom ul ul li {
    list-style: disc;
    display: block;
}

header .menubottom ul li.mega-dropdown {
    position: static;
}

.mega-dropdown-menu {
    padding: 10px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #222;
    padding: 3px 5px;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #3691d0;
    font-weight: 600;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;
}

.left.carousel-control {
    right: 30px;
    left: inherit;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}

.dropdown-menu.mega-dropdown-menu {
    margin: -15px 0 0 0 !important;
    padding: 15px;
}
.dropdown-menu.mega-dropdown-menu.show {
    margin: 0;
}
/* @media (max-width: 1600px) {
    .dropdown-menu.mega-dropdown-menu {
        margin: -5px !important;
    }
} */
/*newchange*/
.phys-hea{
    margin-top: -1px;
}
header .menubottom ul li:first-child{
       height: 0;
}
/*dropdown*/
 .navbar{
     background: #fff;
     padding-top: 10px;
     padding-bottom: 5px;
     box-shadow: 1px 3px 4px 0 #adadad33;
}
 .navbar-light .navbar-brand {
     color: #2196F3;
}
 .navbar-light .navbar-nav .nav-link {
     color: #1ebdc2;
}



 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
     color: #1ebdc2;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color: #fff;
}
 .navbar-light .navbar-nav .nav-link{
   padding-top: 8px;
    padding-bottom: 8px;
    transition: 0.3s;
    color: #474747;
    font-size: 14px;
    font-weight: 600;
    font-family: "Raleway", sans-serif !important;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
     /*background: #ff8400;*/
     color: #ff8400;
     transition: 0.3s;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ff8400;
    text-decoration: none;
    background-color: transparent;
}
.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 90%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
    color: #3c3c3c;
        font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #ff8400;
    text-decoration: none;
    background-color: transparent;
}
/*.megamenu h6:hover{*/
/*    color: #ff8400;*/
/*}*/
.megamenu p:hover{
    color: #ff8400;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #1ebdc2;
}
.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}
/*.megamenu h6{*/
/*    margin-left: 21px;*/
/*    color: #3691d0;*/
/*    font-weight: 600;*/
/*}*/
.megamenu p{
    margin-left: 21px;
    color: #3691d0;
    font-weight: 600;
    font-family: "Raleway",sans-serif;
}
.megamenu i{
    width: 20px;
}
.clinic-menu {
   margin-top: -2px;
}
.top-menu{
    background-color:#3691d0;
    height: 49px;
    padding-top: 10px;
    margin-top: -2px;
}

.logo-box {
   position: absolute;
    width: 300px;
    background: #fff;
    z-index: 1034;
}

.logo-box .logo {
    padding: 15px 0 0;
    background: #fff;
    float: right;
}

.logo-box:after {
   position: absolute;
    right: -60px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 62px solid transparent;
    border-bottom: 37px solid transparent;
    border-left: 60px solid #fff;
}

.logo-box .logo img {
    max-width: 100%;
}

.top-btn{
  
    background-color: #0e74a2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
    position: relative;
    text-transform: uppercase;
    padding: 4px 15px;
    border-radius: 3px;
    letter-spacing: 0.5px;

}

.alert-btn{
    background-color: #ff0000 !important;
    letter-spacing: 1px;
}

.appointment-btn{
  background-color: #ff8400;
    color: #ffffff;
    padding: 6px 15px;
    text-transform: uppercase;
    height: 30px;
    border-radius: 50px;
    margin-top: -2px;
    font-size: 13px;
     font-weight: 500; 
}
.appointment-btn:hover{
    background-color: #3691d0;
    color: #ffffff;
}
header .logo img {
    width: 237px;
    padding-top: 8px;
}

header .logo a {
    padding: 0px !important;
}

.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}

.topbtn-cover{
    padding-right: 15px;
}


.topbtn-cover button:nth-child(2){
    margin-left: 4px;
    margin-right: 5px;
}

/*.banner {*/
/*    margin-top: 133px;*/
/*}*/
.inner-banner {
    margin-top: 104px;
}
.mb-logo{
    display:none;
}
.pd-im{
    width: 22px;
    margin-top: -4px;
    filter: invert(1);
}
.md-fr{
    font-size: 14px;    

}
.md-fr:hover{
   background-color: #ff8400;    
    
}


header .navbar .navbar-toggler .navbar-toggler-icon {
    width: 38px;
    height: 19px;
    background-image: none;
    position: relative;
    border-bottom: 3px solid #ff8400;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
header .navbar .navbar-toggler .navbar-toggler-icon:after, header .navbar .navbar-toggler .navbar-toggler-icon:before {
    width: 38px;
    position: absolute;
    height: 3px;
    background-color: #ff8400;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    -webkit-transform: translateY(8px) rotate(
-45deg
);
    -ms-transform: translateY(8px) rotate(-45deg);
/*     transform: translateY(8px) rotate(
-45deg
); */
}
header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}
header .navbar .navbar-toggler .navbar-toggler-icon:after {
    top: 8px;
}
header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
/*  padding-bottom: 24px;*/
  border-bottom: 5px solid #3691d0;
  background-color: #fff;
  z-index: 30;
}

.sticky + .content {
  padding-top: 60px;
}
.sticky-top {

    text-align: left;
}
@media only screen and (max-width: 1300px) {

.navbar-light .navbar-nav .nav-link {
    
    
    font-size: 10px;
  
}

.logo-box {
    width: 165px;
}

.logo img {
    width: 150px;
    padding-top: 16px;
}

.logo-box:after {
 
    border-top: 55px solid transparent;
    position: absolute;
   right: -59px;
}

header .logo img {
    width: 145px;
    padding-top: 20px;
}
}

@media (max-width: 991px)  and (orientation : landscape) {
  .sticky {
      position: unset;
      top: 0;
      width: 100%;
      /* padding-bottom: 24px; */
      border-bottom: 0;
      background-color: #fff;
      z-index: 30;
  }
  .navbar-nav .dropdown-menu {

      height: auto !important;
  }
  
  header {
    position: unset !important;
}
.banner {
    margin-top: 0px !important;
}
}

@media only screen and (max-width: 991px) {

.top-menu{
    display: none;
}
/*.dropdown-menu{
   max-height:300px;
   overflow-y: scroll;
}*/
.appointment-btn {
    display: none;
}
.logo-box:after{
    display: none;
}


.logo-box{
    display: none;
}
.mb-logo{
    text-align: center;
    padding-top: 28px;
      display: block;
}
.navbar-light .navbar-toggler-icon{
    position: relative;
    top: -62px;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/bar.svg);
    left: 13px;
}
.banner {
    margin-top: 184px;
}


    header .tmenu {
        display: block;
    }
    header .bmenu {
        display: block;
    }

    header .bmenu:hover {
        
        background-color: #ff8400;
    }
    .desk-menu{
        display:none;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
       overflow-y: scroll;
        height: 248px;
    }
}






@media(min-width:100px) and (max-width:991px){
/*.megamenu h6 {*/
/*    margin-left: 0;*/
/*    font-size: 15px;*/
/*}*/
.megamenu p {
    margin-left: 0;
    font-size: 15px;
}
.navbar-light .navbar-nav .nav-link {
    
    font-size: 14px;  
}
/*accordian*/

/*end*/
}
@media(min-width:1480px) and (max-width:1750px){

    .navbar-light .navbar-nav .nav-link {
        
        font-size: 17px;}
    .appointment-btn {
        
        padding: 3px 15px;
        font-size: 17px;
        height: 38px;
    }
    .md-fr {
        font-size: 17px;
    }
    .top-menu {
         height: 59px;
         font-size: 17px;
     }
     .alert-btn{
         font-size: 17px; 
     }

}
@media(min-width:1300px) and (max-width:4400px){
.navbar-light .navbar-nav .nav-link{
    font-size: 16px;
}
/*.megamenu h6 {*/
/*    margin-left: 21px;*/
/*    color: #3691d0;*/
/*    font-weight: 600;*/
/*    font-size: 17px !important;*/
/*}*/
.megamenu p {
    font-family: "Raleway",sans-serif;
    margin-left: 21px;
    color: #3691d0;
    font-weight: 600;
    font-size: 17px !important;
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 15px;
}
}
.mob-google .stars-full::before {

    letter-spacing: 12px;
}
.desk-google .stars-full::before {

    letter-spacing: 12px;
}
@media(min-width:1750px) and (max-width:1800px){

    .navbar-light .navbar-nav .nav-link {
        
        font-size: 22px;}
    .appointment-btn {
        
        padding: 3px 15px;
        font-size: 22px;
         height: 46px;
    }
    .md-fr {
        font-size: 22px;
    }
   .top-menu {
        height: 59px;
        font-size: 22px;
    }
    .alert-btn{
        font-size: 22px; 
    }


}
@media(min-width:1800px) and (max-width:2200px){

    .navbar-light .navbar-nav .nav-link {
        
        font-size: 23px;}
    .appointment-btn {
        
        padding: 3px 15px;
        font-size: 23px;
            height: 51px;
    }
    .md-fr {
        font-size: 22px;
    }
    .top-menu {
        height: 59px;
       
    }
    .alert-btn{
        font-size: 22px; 
    }

}@media(min-width:2200px) and (max-width:2700px){

    .navbar-light .navbar-nav .nav-link {
        
        font-size: 28px;}
    .appointment-btn {
        
        padding: 3px 15px;
        font-size: 28px;
            height: 51px;
    }
    .md-fr {
        font-size: 22px;
    }
    .top-menu {
        height: 59px;
       
    }
    .alert-btn{
        font-size: 22px; 
    }

}
@media(min-width:992px) and (max-width:1024px){
    .appointment-btn {
        display: block;
    }
    .navbar-expand-lg .navbar-nav{
        margin-right: 0 !important;
        margin-left: auto;  
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-left: -160px;
    }
}
@media(min-width:992px) and (max-width:1200px){
    .logo-box:after {
        border-left: 61px solid #fff ;
    }
    .logo-box {
    
        margin-top: 2px;
    }
    .banner {
        /*margin-top: 0px;*/
    }
}

/*@media(min-width:640px) and (max-width:768px){
    .banner {
        background-position: 100% !important;
    }
}*/
@media (max-width: 767px) {
    .readyWrp .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media(min-width:100px) and (max-width:340px){
.mb-logo img {
  
    width: 88%;
   
}

    .navbar-light .navbar-toggler-icon {
        position: relative;
        top: -55px;
    }
    .readyWrp .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    .banner .button_style1, .banner .clin {
        font-size: 16px;}
   
}
@media(min-width:992px) and (max-width:3600px){
.dropdown:hover>.dropdown-menu {
  display: block;
/*  text-align: center;*/
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-toggle::after {
    display:none;
  
}
.navbar-nav li:nth-child(1):before {
   position: absolute;
    width: 1px;
    height: 15px;
    background-color: transparent ;
    content: "";
    /* left: -2px; */
    top: 3px;
    bottom: 0;
    margin: auto;
}

.navbar-nav li:before {
   position: absolute;
    width: 1px;
    height: 15px;
    background-color: #474747;
    content: "";
    /* left: -2px; */
    top: 3px;
    bottom: 0;
    margin: auto;
}
.navbar-nav li:nth-child(4):before {
    top: -3px;
}
.phys-head{
    margin-top: -1px;
}
}


/* Form Starts */
.formStyWrp .input-field input,
.formStyWrp .input-field select, 
.formStyWrp .input-field textarea {
    border: 0;
    border-bottom: 1px solid #c1c1c1;
    font-family: "Roboto", sans-serif;
    background: #ffffff;
    font-size: 15px;
    color:#838383;
    width: 100%;
    padding: 10px 10px 10px 0;
    margin-bottom: 10px;
}
.formStyWrp .input-field .wpcf7-form-control,
.formStyWrp .input-field textarea {
    height: 42px;
    resize: none;
}
.formStyWrp .input-field .wpcf7-form-control.wpcf7-captchac {
    height: auto;
}
.formStyWrp .input-field input::-webkit-input-placeholder, 
.formStyWrp .input-field select::-webkit-input-placeholder, 
.formStyWrp .input-field textarea::-webkit-input-placeholder {
    color: #838383;
}
.formStyWrp .input-field input:-ms-input-placeholder, 
.formStyWrp .input-field select:-ms-input-placeholder, 
.formStyWrp .input-field textarea:-ms-input-placeholder {
    color: #838383;
}
.formStyWrp .input-field input::placeholder, 
.formStyWrp .input-field select::placeholder, 
.formStyWrp .input-field textarea::placeholder {
    color: #838383;
}
.formStyWrp .input-field input:focus,
.formStyWrp .input-field select:focus, 
.formStyWrp .input-field textarea:focus {
    border: 0;
    border-bottom: 1px solid #ff8400;
    box-shadow: none;
    outline: none;
}
/* The container must be positioned relative: */
.custom-select {
    position: relative;
    padding: 0;
    height: 42px;
    background: #fff;
    font-size: 15px;
    border: 0;
    font-family: "Roboto", sans-serif;
    border-radius: 0;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 10px;
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element: */
  }
  
  /* .select-selected {
    background-color: #ffffff;
  } */
  
  /* Style the arrow inside the select element: */
  .select-selected:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    border-left: 2px solid #838383;
    border-top: 2px solid #838383;
    width: 8px;
    height: 8px;
    float: right;
    transform: translate(50%, -50%) rotate(-135deg);
  }
  
  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
    transform: translate(50%, -50%) rotate(45deg);
  }
  
  /* style the items (options), including the selected item: */
  .select-items div, .select-selected {
    color: #838383;
    padding: 10px 0;
    height: 42px;
    cursor: pointer;
    transition: all ease 0.5s;
  }
  .select-items div {
      padding: 10px;
  }
  
  /* Style items (options): */
  .select-items {
    position: absolute;
    background-color: #d4edff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  /* Hide the items when the select box is closed: */
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
.formStyWrp .input-field p+p {
    padding: 0;
}
.formStyWrp .chkradSty .labSty {
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    /* padding-bottom: 25px; */
    padding-top: 5px;
    margin: 0;
    color: #3691d0;
}
.formStyWrp .formHea {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0;
}
.formStyWrp .date label {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}
.formStyWrp .chkradSty .wpcf7-form-control-wrap .wpcf7-list-item{
    margin-left: 0;
    margin-bottom: 10px;
    width: 50%;
}
.formStyWrp .chkradSty.chkradStyCheckWid .wpcf7-form-control-wrap .wpcf7-list-item{
    width: auto;
    margin-right: 15px;
}
.formStyWrp .chkradSty.chkradStyreff .wpcf7-form-control-wrap .wpcf7-list-item{
    width: 30%;
    margin-right: 10px;
    margin-bottom: 15px;
}
.formStyWrp .chkradSty.chkradStycustWid .wpcf7-form-control-wrap .wpcf7-list-item {
    width: auto;
    margin-right: 15px;
}
.formStyWrp .chkradSty .wpcf7-form-control-wrap .wpcf7-list-item label {
    align-items: flex-start;
    line-height: 18px;
}
.formStyWrp .chkradSty .wpcf7-form-control-wrap .wpcf7-list-item label input {
    margin-top: 2px;
}
.formStyWrp .chkradSty label {
    display: flex;
    align-items: center;
    margin: 0;
    font-family: "Roboto", sans-serif;
    
}
.formStyWrp .chkradSty label input {
    width: auto;
    margin: 0;
    margin-right: 5px;
}
.formStyWrp .button_style {
    color: #ffffff;
    background-color: #ff8400;
    font-weight: 600;
    font-size: 17px;
    border-radius: 3px;
    padding: 6px 15px;
    margin-bottom: -45px;
    position: relative;
    z-index: 1;
}
/* .boxWrapOut {
    display: flex;
} */
.boxWrap {
    background: #ffffff;
    padding: 30px;
    display: flex;
    /* height: 100%; */
    flex-direction: column;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
}
.boxWrap h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 20px;
}
.boxWrapRight {
    padding: 30px;
    background: #3691d0;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #ffffff;
}
.boxWrapRight h3 {
    font-size: 35px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 20px;
}
.boxWrapRight ul li {
    font-size: 17px;
    font-weight: normal;
    padding-top: 8px;
    font-family: "Roboto", sans-serif;
}
.boxWrapRight ul li:first-child {
    padding-top: 0;
}
.boxWrapRight ul li span {
    color: #01f6ff;
}
.formStyWrp .input-field.contactTextarea textarea {
    height: 66px;
}
.mandatoryStyle {
    font-size: 15px;
    color: #838383;
    font-weight: normal;
    padding: 12px 0;
    display: block;
    font-family: "Roboto", sans-serif;
}
.wel-fig{
    position: relative;
    
}
.welcm-fg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background: #0d6891;
    bottom: 0;
    left: 20px;
}
.map {
    
  /*  border-radius: 20px 20px 0 0;
    border:5px solid #ccc;*/
}
.mappfg{
    position: relative;
    
}
.mapfig{
    border: 4px solid #ccc;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.mapfig:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background: #0d6891;
    bottom: 0;
    left: 0px;
}
.img-cal{
    margin-right: 8px;
    width: 6%;
}
.contact-list li{
    font-size: 17px;
}
.mail-send .send-list{
    float: right;
    margin-top: -44px;
}
input[type="submit"] {
    background-image: url(https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/paper-plane.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 9px;
    background-color: #ff8400 !important;
    padding: 6px 15px 6px 38px !important;
    }


@media(min-width:1320px){
    .appointment-btn {

        margin-top: 0px;
    }
}
 @media(min-width:991px) and (max-width:1024px){
    .readyWrp .appoinment h4 {
        font-size: 20px;
    }
    .readyWrp .appoinment h3 span.ap {
        font-size: 32px;
        /* margin-top: 15px; */
    }
    .readyWrp .appoinment h3 {
        font-size: 28px;
    }
    .img-cal {
        margin-right: 8px;
        width: 12%;
    }
 }
@media (max-width: 991px) {
.welcm-fg:after {
   
    left: 0px;
}
.mapfig:after {
    height: 4px;
    }
    .welcomeWrp .subHead i {
     margin: auto; 
}
.welcomeWrp .subHead {
    text-align: center;
}
.navbar {
    background: transparent;
    margin-top: -6px;
}
.navbar-light .navbar-toggler-icon {
    top: -53px;
}
/*.banner {*/
/*    margin-top: 171px;*/
/*}*/


header .bmenu li:before {
    right: -5px;
}
header .bmenu li a {
    margin-left: 3px;
}
}
@media (max-width: 560px) {
  .banner {
    margin-top: 181px !important;
}  
}
@media (min-width: 992px) {
.readyWrp .appoinment {
    background-image: url(https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/appoinment.webp);
    background-position: top center;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    bottom: 125px;
    height: auto;
}
footer {
    background: #0d6891;
    padding: 20px 0 0;
    margin-top: -128px;
}
.readyWrp .appoinment h3 {
    
    padding-top: 28%;
}
.readyWrp {

    margin-top: 50px;
}

}
.icon-facebook{
    margin-top: 4px;
}
.icon-twitter{
    margin-top: 3px;
}
@media (max-width: 1200px) {
    .boxWrapRight h3 {
        font-size: 25px;
    }
    .boxWrapRight ul li {
        font-size: 17px;
    }
    .formStyWrp .chkradSty.chkradStyreff .wpcf7-form-control-wrap .wpcf7-list-item{
        width: 47%;
    }
}
@media (max-width: 767px) {
    .boxWrap {
        padding: 20px;
    }
    .boxWrap h2 {
        font-size: 20px;
    }
    .boxWrapRight {
        padding: 20px;
    }
    
}
@media(min-width:765px) and (max-width:768px){
.formStyWrp .chkradSty .wpcf7-form-control-wrap .wpcf7-list-item label input {
    margin-top: 2px;
}
}
@media (max-width: 575px) {
    .boxWrap h2 {
        font-size: 17px;
    }
    .formStyWrp .chkradSty .wpcf7-form-control-wrap .wpcf7-list-item, 
    .formStyWrp .chkradSty.chkradStyCheckWid .wpcf7-form-control-wrap .wpcf7-list-item {
        width: 100%;
    }
    .formStyWrp .chkradSty.chkradStyreff .wpcf7-form-control-wrap .wpcf7-list-item{
        width: 100%;
    }
    .formStyWrp .chkradSty.chkradStycustWid .wpcf7-form-control-wrap .wpcf7-list-item{
        width: 100%;
        margin-right: 0;
    }
}
/* Form Ends */

span.wpcf7-not-valid-tip {
    display: none;
}
span .wpcf7-not-valid {
    border-bottom: 1px solid #ff0000 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: red;
    margin-top: 20px !important;
}

/*sarath*/
/* .info-wrapper.btm .share {*/
/*    margin-left: auto;*/
/*    position: relative;*/
/*    transition: all ease 0.3s;*/
/*    width: 25px;*/
/*    top:20px;*/
/*}*/

/*.info-wrapper {*/
/*    font-size: 0.9375rem;*/
/*    font-weight: 300;*/
/*}*/
/* .info-wrapper.btm .share .icon-wrap {*/
/*    align-items: center;*/
/*    -webkit-align-items: center;*/
/*    background-color: #0090CF;*/
/*    border-radius: 50%;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    display: inline-flex;*/
/*    height: 25px;*/
/*    justify-content: center;*/
/*    -webkit-justify-content: center;*/
/*    transition: all ease 0.3s;*/
/*    width: 25px;*/
    /*position: absolute;*/
    /*z-index: 1;*/
/*}*/
/*.info-wrapper.btm .share.on .icon-wrap {*/
/*    left: 0;*/
/*    transition: all ease 0.3s;*/
/*}*/
/*.info-wrapper.btm .share.on {*/
/*    width: 100px;*/
/*    transition: all ease 0.3s;*/
/*}*/
/* .info-wrapper.btm .share .social-wrap {*/
/*    align-items: center;*/
/*    -webkit-align-items: center;*/
/*    display: inline-flex;*/
/*    height: 25px;*/
/*    opacity: 0;*/
/*    position: absolute;*/
/*    right: -20px;*/
/*    transition: all ease 0.3s;*/
/*    visibility: hidden;*/
/*    width: 70px;*/
/*}*/
/*.info-wrapper {*/
/*    display: flex;*/
/*    -webkit-display: flex;*/
/*        margin-bottom: 38px;*/
/*}*/
/*.info-wrapper.btm .share i {*/
/*    font-size: 15px;*/
/*}*/
/*.info-wrapper a {*/
/*    color: #0090CF;*/
/*    font-weight: 400;*/
/*    padding:0;*/
/*}*/
/*    margin-bottom: 38px;*/
/*.info-wrapper.btm .share.on .social-wrap {*/
/*    opacity: 1;*/
/*    right: 0;*/
/*    transition: all ease 0.3s;*/
/*    visibility: visible;*/
/*}*/
/* .info-wrapper.btm .share.on .social-wrap a {*/
/*    padding: 0 5px;*/
/*}*/
/*.info-wrapper.on{*/
/*  width: 100px;*/
/*  transition: all ease 0.3s;*/
/*  }*/
/*.info-wrapper.on .icon-wrap{*/
/*  left: 0;*/
/*  transition: all ease 0.3s;*/
/*}*/
/*.info-wrapper.on  .social-wrap{*/
/*      opacity: 1;*/
/*      right: 0;*/
/*      transition: all ease 0.3s;*/
/*      visibility: visible;*/
/*      }*/
/*.info-wrapper.on  .social-wrap    a{*/
/*  padding: 0 5px;*/
/*  }*/
/*.info-wrapper.on  .social-wrap a  i{*/
/*  font-size: 15px;*/
/*}*/
/*.info-wrapper.on  .social-wrap a  i:hover{*/
/*  color: #0090CF;*/
/*}                         */
.subscribe {
    align-items: center;
    background-color: #0090CF;
    color: #fff;
    font-weight: 500;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    line-height: 45px;
    min-height: 45px;
    padding: 4px 10px;
    position: relative;
    text-align: center;
    box-shadow: 0px 3px 9px #3691d0;
    width: 80%;
    margin-top: 32px;
}
.fa-rss:before {
    content: "\f09e";
    font-size: 28px;
    top: 5px;
    position: relative;
}
.subscribe:hover{
     color: #fff !important;
}
.blg{
    padding: 120px 0 5px !important;
}
.blogPageWrp{
    padding: 0 0 35px;}

.single-post h3{
    color: #3691d0;
    padding: 20px 0 15px;
}
.blogPageWrp.single h2{
    /*color: #3691d0;*/
    padding: 0px 0 15px;
}
.blogPageWrp.single .description h2{
    color: #3691d0;
    font-weight: 600 !important;
    padding-top: 25px;
    font-size: 24px;
}

.blogPageWrp.single .description h2 strong{
    color: #3691d0;
    font-weight: 500 !important;
}
.single-post  strong{
    color: #3691d0;
    font-weight: 500 !important;
}
.blogPageWrp.single ul {
    padding: 15px 0px 15px 20px;
}
.blogPageWrp.single ul li {
    position: relative;
    padding-left: 20px;
}
.blogPageWrp.single ul li {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 2px;
}
.blogPageWrp.single ul li::before {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #474747;
}
.blogPageWrp.single .description p b,.blogPageWrp.single .description p strong {
    font-weight: 600 !important;
     color: #3691d0;
}
h2.bl{
    color: #3691d0;
}

.blogPageWrp .blogWSlider .figure-img{
    height: 100%!important;
}
.blogPageWrp .blogWSlider .box .figure img{
    height: 100%!important;
}

.blogPageWrp.single .figure{
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*background: #ccc;*/
    /*padding: 20px;*/
        width: 100%;
}
.blogPageWrp.single .figure img {
    height: auto;
    max-height: 100%;
    max-width: 100% !important;
}
.blogPageWrp .blogWSlider .box {
    min-height: 420px;
}
.wpsl-active .wpsl-selected-item:after {

    border-bottom: 8px solid #fff  !important;
}
.blogWrp .blogSlider-one .box .figure img {
    margin: 0;
    width: 100% !important;
    height: 200px !important;
         border: 4px solid #e2e2e2;
    border-radius: 20px 20px 0px 0px;

   background: #e2e2e2;
   border-bottom: 0;
margin-bottom: 0 !important;
}
.blogWrp .blogSlider-one .box .figure .figure-img {
    margin-bottom: 0;
    line-height: 1;
}
.pagination{
    float: right;
    padding: 25px 0;
    margin-top: 25px;
}
.pagination ol{
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.pagination ol li{
    margin-right: 17px;
    font-size: 21px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
.pagination ol li a.next{
    color: #fff;
    font-size: 16px;
    background: #3691d0;
    transition: all 0.45 ease;
    padding: 0 8px;
}
.pagination ol li a.next:hover{
    background: #ff8400
}
.pagination ol li a.prev{
    color: #fff;
    font-size: 16px;
    background: #3691d0;
    transition: all 0.45 ease;
    padding: 0 8px;
}
.pagination ol li a.prev:hover{
    background: #ff8400
}
.wp-paginate .current ,.wp-paginate.wpp-blue-cta .current{
    color: #3691d0;
    background: #fff;
    border: 1px solid #fff;
    margin-right: 0px;
    padding: 0;
    box-shadow:none;
    opacity: 1;
}
.wp-paginate.wpp-blue-cta a {
   color: #474747;
    background: #fff;
    border: 1px solid #fff;
    margin-right: 0px;
    padding: 0;
    box-shadow:none;
}
ol.wp-paginate li {
    line-height: 24px;
}
.rss-feed{
    margin-top: 25px;
}
.rss-feed .rss-text{
    padding: 9px 25px;
    color: #fff;
    font-size: 22px;
    background: #3691d0;
    transition: all 0.45 ease;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-content: center;

}
.rss-feed .rss-text img{
    margin-right: 5px;
}
.rss-feed .rss-text:hover{
    background: #ff8400
}

.author-bio{
    padding:30px 0 60px;
    background: #f0f3f9;
}
.author-bio h3{
    text-align: center;
}

.input-field.chkradSty select{
    height: 117px!important;
    overflow: hidden;
    background: #c1c1c1;
    padding: 15px;
}
.input-field textarea{
    height: 162px!important;
}
input[type='file']#file-upload-button{
    display: none!important;
}
.conditionWrp .conditionSlider .conditionUl{
    height: 412px;
}
.therapiesWrp .therapiesSlider .therapiesUl {
    height: 735px;
}
.readyWrp .subHead h2 {
    font-size: 23px;
}
#wpsl-result-list {
    width: 100% !important;
    margin-right: .5%;
    border: 1px solid #ccc;
    padding: 10px;
}
#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
    height: 325px !important;
    margin-right: 10px;
    margin-top: 10px;
}
#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
    height: 325px !important;
    width: 48%;
}
#wpsl-search-input{
    width: 372px !important;
    height:20px;
    border-radius:0px Important;
    margin-top: 7px;
}
#wpsl-search-btn{
    border-radius: 3px;
    background: transparent;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ffffff;
    height: 40px;
    border-radius: 5px;
}

.wpsl-dropdown {
    background: transparent;
    border: 1px solid #ffffff;
    width: 135px !important;
    /*border-radius: 3px !important;*/
    height: 41px;
    /*border-radius: 3px;*/
    padding-top: 4px;
    margin-left: 37px;
    margin-right: 27px !important;
    /* height: 40px; */
}
#wpsl-search-btn, #wpsl-search-wrap input {
    /*border-radius: 3px !important;*/
    background: transparent;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ffffff;
    /*height: 43px;*/
}
#wpsl-search-wrap div label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    padding-top: 5px;
}
#wpsl-search-wrap .wpsl-dropdown {
    color: #fff !important;
    font-family: 'Roboto' !important;
    font-size: 17px !important;
}
#wpsl-search-wrap .wpsl-dropdown option{
    color: #000 !important;
     font-size: 14px !important;
   
}
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li {
    position: relative;
    display: block;
    line-height: normal;
    color: #000;
    overflow: hidden;
}
@media (max-width: 991px){
.wpsl-search {
     padding:20px !important; 
}
#wpsl-search-input {
    width: 100% !important;
}
.wpsl-dropdown {
  
    margin-left: 0 !important;
    
}
#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
    width: 100% !important;
}
#wpsl-result-list, .wpsl-cat-results-filter .wpsl-select-wrap, .wpsl-filter .wpsl-select-wrap {
    margin-bottom: 37px !important;
}
#wpsl-search-wrap .wpsl-dropdown {
    color: #fff !important;
    font-family: 'Roboto' !important;
    font-size: 17px !important;
}
#wpsl-search-btn, #wpsl-search-wrap div {
    margin-top: 14px;
}
#wpsl-search-wrap .wpsl-input{
    display: contents;
}
}
@media(min-width:991px) and (max-width:1199px){
#wpsl-search-input {
    width: 190px !important;
    height: 20px;
    border-radius: 0px Important;
}
}
@media (max-width: 1199px){
    .blg {
        padding: 100px 0 5px !important;
    }
    .blogPageWrp .blogWSlider .box .content h4{
        font-size: 15px!important;
    }
    .blogPageWrp .blogWSlider .box .content p {
        line-height: 21px!important;
    }
    .rss-feed .rss-text{
        font-size: 18px;
    }
}
@media (max-width: 991px){
    .blogPageWrp .blogWSlider .box {
        min-height: inherit;
    }
    .rss-feed .rss-text {
        font-size: 14px;
        display: block;
        padding: 9px 12px;
    }
    .input-field textarea {
        height: 100px!important;
    }
}

@media (max-width: 676px){
    .rss-feed .rss-text {
        font-size: 20px;
        display: flex;
        padding: 9px 12px;
    }
    .dropdown-item {
    color: #3c3c3c;
    font-size: 15px;
}
}

@media (max-width: 350px){
    .pagination ol li {
        margin-right: 12px;
        font-size: 15px;
        font-weight: 500;
        font-family: "Raleway", sans-serif;
    }
}
.faq-q-a .faq-a .right-wrap .bullet{
    font-size: 15px;
    color: #969696;
    font-weight: 500;
    margin-bottom: 0;
}
.faq-q-a .faq-a .right-wrap ul.bullet li{
    position: relative;
    padding-left: 20px;
}
.faq-q-a .faq-a .right-wrap ul.bullet {
    padding: 10px 0 10px 20px;
}
.faq-q-a .faq-a .right-wrap ul.bullet li::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #969696;
}
.wp-paginate .current{
    color: #3691d0;
}
/*.select2-container--default.select2-container--focus .select2-selection--multiple{*/
    /* background-color: white; */
   
    /* border-radius: 4px; */
    /* cursor: text; */
/*    height: 117px!important;*/
/*    overflow: hidden;*/
/*    background: #d6e1ec!important;*/
/*    padding: 15px;*/
/*    border: 0 !important;*/
/*    border-bottom: 1px solid #c1c1c1 !important;*/
/*    font-family: "Roboto", sans-serif;*/
/*    font-size: 15px !important;*/
/*    color: #838383 !important;*/
 
/*}*/
.theChampMoreBackground {
    background-color: #3691d0;
    display: none;
}
.share-btn {
    color: #fff;
    background-color: #3691d0;
    border-color: none;
    border-radius: 50px;
    width: 33px;
    height: 33px;
    line-height: 22px;
    padding: 5px;
    position: relative;
    z-index: 1;
    box-shadow: none;
    margin-left: 10px;
}
div.the_champ_bottom_sharing {
    margin-bottom: 0;
    display: none;
}
footer .social li a:hover {
    background: #ffffff;
    color: #ff8400; 
}
.wpsl-directions{
    color:  #3691d0;
}
.foot-doc{
    text-align: right;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ff8400 !important;
}
footer .fooMenu li a.active {
    color: #ff8400 !important;
    
    font-weight: 500;
}
.page-template-careers .input-field textarea {
    height: 141px!important;
}
.file-978 .span .wpcf7-not-valid{
        border-bottom: 1px solid #dc3545;
}
/*::-webkit-scrollbar {*/
/*  width: 13px;*/
/*}*/

/* Track */
/*::-webkit-scrollbar-track {*/
/*  background: #d7e9f6; */
/*  border-radius: 0px;*/
/*}*/
 
/* Handle */
/*::-webkit-scrollbar-thumb {*/
/*  background: #b7d7ee; */
/*  border-radius: 0px;*/
/*  width: 10px;*/
/*}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {*/
/*  background:#3691d0; */
/*}*/
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #e2e2e2; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #3691d0; 
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3691d0; ; 
}
/*.wpcf7-validates-as-required{*/
/*        border-bottom: 1px solid #ff0000 !important;*/
/*}*/
.wpcf7 input[type="file"]  .wpcf7-not-valid {
    border-bottom: 1px solid #ff0000 !important;
}
.wpcf7-response-output{
    /*border: 2px solid green;*/
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}
@media (min-width: 769px) and (max-width: 991px){
.inner-banner { 
    background: url(https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/bannersm-2.jpg) center top/cover no-repeat;
    height: auto !important;
    margin-top: 188px;
}
.logo-box:after {
    border-left: 59px solid #fff;
    border-top: 46px solid transparent;
}

}
@media (min-width: 992px) and (max-width: 1200px){
.inner-banner {
    background: url(//www.physiomed.ca/wp-content/themes/physiomed/assets/css/https://www.physiomed.ca//wp-content/themes/physiomed/assets/images/inner-banner-new.png) center top/cover no-repeat;
    height: auto !important;
    margin-top: 91px;
}
.logo-box:after {
    border-left: 59px solid #fff;
    border-top: 46px solid transparent;
}

}
@media (min-width: 769px) and (max-width: 991px) {
.inner-banner {
     margin-top: 185px !important; 
}
}