/* CSS Document */

/*########################################
## Body
########################################*/
body {padding: 0; margin: 0; width: 100%; font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 400; color: #333; min-width: 320px;}

/*########################################
## Typography
########################################*/
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd,dt {padding:0; margin:0;}
h1,h2,h3,h4,h5,h6 {font-family: 'Levvic', sans-serif; font-weight: 600; color: #463963; line-height: 1.2em;}
h1,h2 {font-size: 80px;}
h3 {font-size: 30px;}
ul,ol {list-style: none;}
a {text-decoration:none; transition: all .3s linear;}
a:focus {outline: none;}
p {line-height: 2em;}

/*########################################
## Layouts
########################################*/
.screen-reader-text {display: block; width: .1px; height: .1px; overflow: hidden; padding: 0 !important; margin: 0 !important;}
.container {width: 100%; max-width: 1620px; padding: 0 10px; box-sizing: border-box; margin: 0 auto;}
.mobile {display: none;}

/*########################################
## Clearfix
########################################*/
.clear {clear:both;}
.clearfix:after {height:0; clear:both;visibility:hidden;}
.clrfix:before,
.clrfix:after {content: " "; display: table;}
.clrfix:after {clear: both;}
.clrfix {*zoom: 1;}

/*########################################
## Forms
########################################*/
/*contact form messages*/
form .messages p {display: none; font-family: "Open Sans", sans-serif!important; font-weight: 400 !important;letter-spacing: 0 !important;font-size: 16px !important;}
form .loading {display: none;}
form .alert {padding: 15px !important;margin-bottom: 20px;border: 1px solid transparent !important;border-radius: 4px !important;}
form .alert-success {color: #3c763d !important;background-color: #dff0d8 !important;border-color: #d6e9c6 !important;}
form .alert-danger {color: #a94442 !important;background-color: #f2dede !important;border-color: #ebccd1 !important;}
form input:focus, form select:focus, form textarea:focus {outline: none;}

/*contact form*/
.ctc-form {text-align: center;}
.ctc-form input[type="text"],.ctc-form textarea {width: 100%; height: 45px; margin: 0 0 20px; border: 1px solid #D6D6D6; border-radius: 0; background: none; font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 400; line-height: 120%; padding: 0 20px; box-sizing: border-box; display: block; color: #111;}
.ctc-form textarea {height: 111px; padding-top:10px; width: 100%;}
.ctc-form button {max-width: 100%; display: block; margin: 15px auto 0; border: none; padding: 20px 30px;}
.ctc-form .recap {display: inline-block;}
.ctc-hide, .hdMob {display: none;}
.g-recaptcha > div {margin: 20px auto 0;} 

/*########################################
## Button
########################################*/
.btn, .cta {display: block; background-color: #FBCB35; border-radius: 30px; box-sizing: border-box; font-family: 'Livvic', sans-serif; font-size: 18px; font-weight: 600; color: #463963; padding: 20px; max-width: 220px; text-align: center; transition: all 0.5s ease;}
.btn:hover, .cta:hover {transform: scale(1.1);}
.cta {position: fixed; right: 0; bottom: 1%; border-radius: 30px 0 0 30px; border-top: 2px solid #463963; z-index: 999;}

/*########################################
## Header
########################################*/
#header {padding: 20px 0; background: transparent; position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; transition: all 0.5s ease;}
#header .logo .on-scroll {display: none;}
#header.sticky {background-color: #463963; box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3); padding: 10px 0;}
#header.sticky .logo a {display: none;}
#header.sticky .logo .on-scroll {display: block;}
#header.sticky .logo img {max-width: 180px;}
#header .container {max-width: 1840px; display: flex; align-items: center; justify-content: space-between;}
#header .right-row {display: flex; align-items: center;}
#header .navigation {margin-right: 45px;}
#header .navigation .mobile-booking {display: none; font-size: 14px; background: #FBCB35; border-radius: 30px; position: absolute; top: 8px; right: 60px; padding: 5px 10px; z-index: 99999;}
#header nav #pull {display: none; cursor: pointer;}
#header nav ul li {display: inline-block; vertical-align: middle; margin-right: 30px;}
#header nav ul li:last-of-type {margin-right: 0;}
#header nav ul li a {font-family: 'Levvic', sans-serif; font-size: 18px; font-weight: 600; color: #FFF;}
#header nav ul li a.active-menu, #header nav ul li a:hover {color: #FBCB35;}
#header .phone {background-color: #FFF; border-radius: 30px; display: flex; align-items: center; padding: 20px 30px;}
#header .phone i {color: #FBCB35; font-size: 20px; margin-right: 10px;}
#header .phone a {font-family: 'Levvic', sans-serif; font-size: 20px; font-weight: 600; color: #463963;}

/*########################################
## Banner
########################################*/
#banner {position: relative;}
#banner .main-image {position: relative; padding-bottom: 56.25%;  height: 0;  overflow: hidden; max-width: 100%; pointer-events: none;}
#banner .main-image:before {content: ""; background: rgba(0,0,0,0.4); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
#banner .main-image img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center;}
#banner .main-image object, #banner .main-image embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
#banner .main-image iframe {position: absolute; top: -60px; left: 0; width: 100%; height: calc(100% + 120px);}
#banner .content {position: absolute; width: 100%; left: 0; right: 0; bottom: 14.7%; z-index: 5;}
#banner .content h2 {color: #FFF; margin-bottom: 50px;}
#banner .content h2 span {display: block;}
#banner .content .btn {max-width: 320px;}
#banner .banner-button-wrapper .btn {max-width: 320px; margin-top: 25px;}
#banner .content .btn:not(:first-of-type) {margin-top: 20px;}
#banner .banner-button-wrapper .btn span, #banner .content .btn span {display: block;}

/*########################################
## Home Page Content
########################################*/
#announcement {background-color: #463963; padding: 100px 0; box-sizing: border-box;}
#announcement .container {max-width: 1280px;}
#announcement h2 {font-size: 60px; color: #FFF; text-align: center; margin-bottom: 40px;}
#announcement h2 span {display: block;}
#announcement p {color: #FFF; text-align: center;}
#announcement p:not(:last-of-type) {margin-bottom: 30px;}
#announcement p span, #announcement p a {font-weight: 700;}
#announcement p a {color: #FFF;}

#human-touch {background-color: #463963; padding-top: 90px; position: relative;}
#human-touch:after {content: ""; background: url('../images/content/touch-after.png') no-repeat; background-size: 100% 100%; position: absolute; bottom: -138px; left: 0; right: 0; width: 100%; height: 138px; z-index: -1;}
#human-touch .container {max-width: 1920px; padding: 0 50px 0 160px; display: flex; justify-content: space-between;}
#human-touch .left-content h1 {font-size: 60px; color: #FFF; margin-bottom: 30px;}
#human-touch .left-content h1 span {display: block;}
#human-touch .left-content p {font-family: 'Levvic', sans-serif; font-size: 23px; font-weight: 600; color: #FFF; letter-spacing: 4px;}
#human-touch .left-content .btn {max-width: 460px; margin-top: 50px;}
#human-touch .image-right {width: 46.8%; margin-bottom: -168px;}
#human-touch .image-right img {display: block; width: 100%;}
#wired-physio {padding: 313px 0 165px;}
#wired-physio h2 {text-align: center;}
#wired-physio .row {display: flex; justify-content: space-between; margin-top: 60px;}
#wired-physio .image-left {width: 51.8%;}
#wired-physio .image-left img {display: block; border-radius: 15px; box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.2);}
#wired-physio .image-left img:nth-of-type(2) {margin: -210px 0 0 auto; border-radius: 50%;}
#wired-physio .content-right {width: 41.2%;}
#wired-physio .content-right p {margin-bottom: 45px;}
#wired-physio .content-right p:last-of-type {margin-bottom: 0;}
#wired-physio .content-right .btn {margin-top: 40px;}
#electro-mechanical {background-color: #F7F5FB; border-radius: 30px; max-width: 1840px; margin: 0 auto; padding: 100px 10px 90px;}
#electro-mechanical .top-content {margin-bottom: 90px;}
#electro-mechanical .top-content .container {display: flex; justify-content: space-between;}
#electro-mechanical .top-content .content-left {width: 80%;}
#electro-mechanical .top-content .content-left h2 {font-size: 60px; margin-bottom: 50px;}
#electro-mechanical .carousel-wrap { position: relative; padding: 0 100px; }
#electro-mechanical .carousel-wrap .container {max-width: 1650px;}

#electro-mechanical .carousel-btn a { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
#electro-mechanical .carousel-btn-prev { left: 15px; }
#electro-mechanical .carousel-btn-next { right: 15px; }
#electro-mechanical .carousel-btn a {background-color: #E8E2F3; border-radius: 50%; padding: 30px 35px;}
#electro-mechanical .carousel-btn a:first-of-type {margin-right: 15px;}
#electro-mechanical .carousel-btn a:hover {background-color: #FBCB35; cursor: pointer;}
#electro-mechanical .carousel-btn i {font-size: 20px; color: #463963;}

#electro-mechanical .slick-slide h3 {margin: 30px 0 0 25px;}
#electro-mechanical .slick-slide h3 span {display: block;}
#electro-mechanical .slick-prev, #electro-mechanical .slick-next {opacity: 0;}
#goal-clinical {padding: 160px 0 130px; position: relative;}
#goal-clinical:before {content: ""; background: url('../images/content/clinical-offset-image.png') no-repeat; background-size: 100% 100%; position: absolute; top: 125px; left: 0; right: 0; width: 100%; height: 1152px;}
#our-goal {padding-left: 335px; position: relative;}
#our-goal:before {content: ""; border-top: 5px solid #FBCB35; position: absolute; top: 20px; left: 0; width: 200px;}
#our-goal p {max-width: 725px;}
#our-goal p:first-of-type {font-family: 'Livvic', sans-serif; font-size: 45px; font-weight: 600; color: #463963; line-height: 1.2em; margin-bottom: 45px; max-width: 960px;}
#our-goal p:last-of-type {margin-bottom: 0;}
#clinical-electro {margin-top: 185px;}
#clinical-electro .row {display: flex; justify-content: space-between;}
#clinical-electro .accordion-left {width: 50%;}
#clinical-electro .image-right {width: 42.5%;}
#clinical-electro .image-right img {border-radius: 20px; display: block; width: 100%;}
#testimonials .container {max-width: 100%; padding: 0; display: flex;}
#testimonials .image-row, #testimonials .content-row {width: 50%;}
#testimonials .image-row img {display: block; width: 100%; height: 100%; object-fit: cover;}
#testimonials .content-row {background-color: #F7F5FB;}
#testimonials .testimonial-wrapper {background-color: #FFF; border-radius: 25px; margin: 110px 0 0 -190px; width: 86%; padding: 110px 100px 100px; text-align: center;}
#testimonials .testimonial-wrapper h2 {font-size: 60px;}
#testimonials .testimonial-wrapper .quote-slider {margin: 50px 0 80px;}
#testimonials .testimonial-wrapper .quote-slider img {display: block; margin: 0 auto 40px;}
#testimonials .testimonial-wrapper .quote-slider p {font-family: 'Livvic', sans-serif; font-size: 25px; font-style: italic; line-height: 1.8em;}
#testimonials .testimonial-wrapper .quote-slider h3 {font-size: 33px; font-style: italic; margin-top: 45px;}
#testimonials .testimonial-btn a {background-color: #E8E2F3; border-radius: 50%; padding: 30px 35px;}
#testimonials .testimonial-btn a:first-of-type {margin-right: 15px;}
#testimonials .testimonial-btn a:hover {background-color: #FBCB35; cursor: pointer;}
#testimonials .testimonial-btn i {font-size: 20px; color: #463963;}
#testimonials .slick-prev, #testimonials .slick-next {opacity: 0 !important;}

/*########################################
## Footer
########################################*/
footer {position: relative;}
#footer .top-section {background-color: #463963; padding: 65px 0 120px; position: relative; text-align: center;}
#footer .top-section:before {content: ""; background: url('../images/common/footer-offset-image-1.png') no-repeat; background-size: 100% 100%; position: absolute; top: -137px; left: 0; right: 0; width: 100%; height: 138px;}
#footer .top-section:after {content: ""; background: url('../images/common/footer-offset-image-2.png') no-repeat; background-size: 100% 100%; position: absolute; top: -125px; right: 0; width: 766px; height: 365px;}
#footer .top-section .content {position: relative; z-index: 10;}
#footer .top-section .content h2 {color: #FFF;}
#footer .top-section .content p {color: #FFF; margin: 30px 0 40px;}
#footer .top-section .content .btn {margin: 0 auto;}
#footer .bottom-section {background-color: #463963;}
#footer .bottom-section .container {padding: 90px 10px 115px; display: flex; justify-content: space-between; position: relative;}
#footer .bottom-section .container:before {content: ""; border-top: 1px solid rgba(255,255,255,0.1); position: absolute; top: 0; left: 0; right: 0; width: 100%;}
#footer .bottom-section .logo img {display: block;}
#footer .bottom-section .contact .phone {font-family: 'Levvic', sans-serif; font-size: 35px; font-weight: 600; color: #FFF; display: block;}
#footer .bottom-section .contact .phone:hover {color: #FBCB35;}
#footer .bottom-section .contact p {font-family: 'Levvic', sans-serif; font-size: 25px; font-weight: 400; color: #FFF; line-height: 1.5em; margin: 65px 0;}
#footer .bottom-section .contact p span {display: block;}
#footer .bottom-section .contact ul li {display: inline-block; vertical-align: middle; margin-right: 35px;}
#footer .bottom-section .contact ul li:last-of-type {margin-right: 0;}
#footer .bottom-section .contact ul li i {font-size: 25px; color: #FBCB35; transition: all 0.5s ease;}
#footer .bottom-section .contact ul li a:hover i {transform: scale(1.2);}
#footer .bottom-section .about p {color: #FFF; max-width: 450px;}
#footer .bottom-section .about .btn {margin-top: 45px; max-width: 240px;}
#footer .bottom-section .about .btn:last-of-type {margin-top: 30px;}
#footer .copyright-section {padding: 50px 0; text-align: center;}
#footer .copyright-section a {color: #FBCB35;}

/*########################################
## Sidebar
########################################*/
aside{ float:right; width:280px; min-height:444px; margin:0; padding:0; background:#C63;}

/*########################################
## Inner Pages
########################################*/
.inner-banner {position: relative;}
.inner-banner-content {position: absolute; top: 35%; left: 0; right: 0; max-width: 1620px; margin: 0 auto; padding: 0 10px; z-index: 1;}
.inner-banner img {display: block; width: 100%; min-height: 600px; object-fit: cover;}
.inner-banner h1 {color: #FFF;}
.inner-banner p {font-size: 20px; color: #FFF;}
.inner #content {padding: 130px 0 237px; min-height: 400px;}
.inner #content h1 {text-align: center; margin-bottom: 30px;}
.inner .with-offset {position: relative;}
.inner .with-offset:before {content: ""; background: url('../images/content/two-row-offset.png') no-repeat; background-size: 100% 100%; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: -1;}
.inner .two-row .wrapper {display: flex; justify-content: space-between; align-items: center; margin-bottom: 50px;}
.inner .two-row .wrapper:last-of-type {margin-bottom: 0;}
.inner .two-row .reverse {flex-direction: row-reverse;}
.inner .two-row .image-left, .inner .two-row .content-right {width: 49%;}
.inner .two-row .image-left img {display: block; max-width: 100%; width: 500px; margin: 0 auto; border-radius: 20px;}
.inner .two-row .content-right .box {max-width: 640px; margin: 0 30px 0 auto;}
.inner .two-row .reverse .box {margin: 0 auto 0 0;}
.inner .two-row .content-right h3 {font-size: 35px; margin-bottom: 30px;}
.inner .two-row .content-right h3 span {display: block;}
.inner .two-row .content-right h5 {font-size: 20px; letter-spacing: 3px; margin-bottom: 30px;}
.inner .one-row {max-width: 1840px; margin: 50px auto; background-color: #F1EFF7; border-radius: 30px; padding: 60px 0;}
.inner .one-row .container {display: flex; justify-content: space-between; align-items: center;}
.inner .one-row .image-left, .inner .one-row .content-right {width: 49%;}
.inner .one-row .image-left img {display: block; max-width: 100%; width: 500px; margin: 0 auto; border-radius: 20px;}
.inner .one-row .content-right .box {max-width: 640px;}
.inner .one-row .content-right .right {margin-left: auto;}
.inner .one-row .content-right .left {margin: 0 auto 0 0;}
.inner .one-row .content-right h3 {font-size: 35px; margin-bottom: 30px;}
.inner .one-row .content-right h3 span {display: block;}
.inner .one-row .reverse {flex-direction: row-reverse;}
.inner .content-right .btn {margin-top: 35px;}


/*########################################
## Mastrworks Page
########################################*/
.mastrworks-page .entry-section {margin-bottom: 125px; text-align: center;}
.mastrworks-page .entry-section h2 {font-size: 50px; margin-bottom: 50px;}
.mastrworks-page .entry-section p {max-width: 1200px; margin: 0 auto;}

/*########################################
## Accordion
########################################*/
.accordion .title {padding: 40px; box-sizing: border-box; background: #FFF; border-radius: 20px; margin-top: 30px; position: relative; box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.1); transition: all .3s linear;}
.accordion .title.title-active {background: #FBCB35; border-radius: 20px 20px 0 0; box-shadow: none; padding: 40px 40px 0 40px;}
.accordion .title h3::after {content: "+"; position: absolute; right: 40px; transition: all .3s linear;}
.accordion .title h3.open::after {content: "-";}
.accordion .title h3 {cursor: pointer; font-size: 30px; color: #463963;}
.accordion .acc-content {background: #FBCB35; border-radius: 0 0 20px 20px; padding: 30px 40px 40px 40px; box-sizing: border-box;}
.accordion .acc-content p {font-size: 16px; line-height: 1.8em;}

/*########################################
## Testimonials Page
########################################*/
.rvw-box {width: 100%; margin: 0 auto 30px; text-align: center; padding: 20px; box-sizing: border-box; box-shadow: 2px 2px 10px rgba(0, 0, 0, .7); border: 5px solid #8EC449; border-bottom-color: #333; border-right-color: #333;}
.rvw-box p {font-style: italic; line-height: 150%;}
.rvw-box p.auth {font-weight: 600; text-shadow: 1px 1px 2px #8EC449;}

/*########################################
## About Page
########################################*/
.about-page .logo-section {margin-bottom: 100px;}
.about-page .logo-section .container {display: flex; justify-content: space-between; align-items: center;}
.about-page .mission-vision .container {display: flex; flex-direction: row-reverse; justify-content: space-between;}
.about-page .logo-section .image-left, .about-page .logo-section .content-right, .about-page .mission-vision .image-left, .about-page .mission-vision .content-right {width: 48%;}
.about-page .logo-section .image-left img, .about-page .mission-vision .image-left img {border-radius: 20px; display: block; width: 100%; object-fit: cover;}
.about-page .logo-section .content-right h2, .about-page .mission-vision .content-right h2 {font-size: 60px; margin-bottom: 20px;}
.about-page .logo-section .content-right p, .about-page .mission-vision .content-right p {margin-bottom: 20px;}
.about-page .logo-section .content-right p:last-of-type, .about-page .mission-vision .content-right p:last-of-type {margin-bottom: 0;}
.about-page .precaution {margin-top: 100px; text-align: center;}
.about-page .precaution p {font-size: 16px; max-width: 1100px; margin: 0 auto;}

/*########################################
## Castimonials Page
########################################*/
.castimonials-page .entry-section {text-align: center; margin-bottom: 125px;}
.castimonials-page .entry-section .container {max-width: 1200px;}
.castimonials-page .entry-section h5 {font-size: 20px; letter-spacing: 3px; margin-bottom: 25px;}
.castimonials-page .entry-section h2 {font-size: 50px; margin-bottom: 35px;}
.castimonials-page .testimonials {position: relative;}
.castimonials-page .testimonials:before {content: ""; background: url('../images/content/two-row-offset.png') no-repeat; background-size: 100% 100%; position: absolute; top: 125px; left: 0; right: 0; width: 100%; height: 1152px; z-index: -1;}
.castimonials-page .testimonials .container {display: flex; flex-wrap: wrap; row-gap: 50px; column-gap: 50px;}
.castimonials-page .testimonials .wrapper {background-color: #FFF; width: 31.25%; border-radius: 25px; box-shadow: 3px 3px 13px 2px rgba(0,0,0,0.1); overflow: auto;}
.castimonials-page .testimonials .wrapper img {display: block; width: 100%;}
.castimonials-page .testimonials .content {padding: 0 40px 40px 40px; box-sizing: border-box;}
.castimonials-page .testimonials .content img {width: auto; margin-top: -30px;}
.castimonials-page .testimonials .content h5 {font-size: 20px; font-weight: 400; margin: 10px 0 20px;}
.castimonials-page .testimonials .content h3 {font-size: 30px; padding-bottom: 20px; border-bottom: 1px solid #FBCB35;}
.castimonials-page .testimonials .content small {color: #463963; font-family: 'Livvic', sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 2px; margin: 20px 0 10px; display: block;}
.castimonials-page .testimonials .content p {color: #463963; font-family: 'Livvic', sans-serif; font-size: 22px; font-weight: 400; line-height: 1.2em;}

/*########################################
## Evidence Page
########################################*/
.evidence-page .entry-section {text-align: center; margin-bottom: 125px;}
.evidence-page .entry-section .container {max-width: 1200px;}
.evidence-page .entry-section h2 {font-size: 50px; margin-bottom: 50px;}
.evidence-page .entry-section p {margin-bottom: 20px;}
.evidence-page .entry-section p:last-of-type {margin-bottom: 0;}

/*########################################
## Contact Us Page
########################################*/
.contact-page .form-section {text-align: center; margin-bottom: 100px;}
.contact-page .form form {width: 100%; max-width: 950px; margin: 0 auto;}
.contact-page .form h3 {margin: 10px 0 30px;}
.contact-page .form h2 {font-size: 60px;}
.contact-page .form h2 span {display: block;}
.contact-page .content-map-section .container {display: flex;}
.contact-page .call-us, .contact-page .map {width: 50%;}
.contact-page .call-us {background-color: #463963; color: #FFF; display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center;}
.contact-page .call-us h3 {font-size: 60px; color: #FFF;}
.contact-page .call-us p {margin: 20px 0 25px;}
.contact-page .call-us .btn-wrapper {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; column-gap: 20px; row-gap: 20px; width: 75%; margin: 0 auto;}
.contact-page .call-us .btn {max-width: 100%; width: 48%;}
.contact-page .map iframe {width: 100%; height: 500px; display: block;}

/*########################################
## Gallery Page
########################################*/
.galBox {margin-top: 20px; padding: 20px; box-sizing: border-box; box-shadow: 2px 2px 8px #DDD;}
.galBox h3 {font-size: 20px; margin-bottom: 15px; text-align: center;}
.gallery {display: flex; display: -webkit-flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.gallery li {width: 19.3%; padding: 3px; box-sizing: border-box; border: 1px solid #AAA; margin: 3px; border-radius: 3px; transition: all .3s linear;}
.gallery li a {overflow: hidden; display: block;}
.gallery li img {transition: all .3s linear; display: block; width: 100%; height: 200px; object-fit: cover;}
.gallery li:hover {background: #FF9124;}
.gallery li:hover img {transform: scale(1.1);}
.page_navigation {display: flex; display: -webkit-flex; justify-content: center; align-items: center;}
.page_navigation a {font-size: 12px; font-weight: 600; color: #1f1f1f; background: #FF9124; padding: 3px 5px; margin: 0 2px;}
.page_navigation a:hover {color: #FFF !important; text-shadow: 1px 1px 1px #1f1f1f;}

/*########################################
## Thank You Page
########################################*/
.thank-you-page #content {text-align: center;}
.thank-you-page .inThankLogo {margin-bottom: 40px;}
.thank-you-page .inThankLogo img {max-width: 220px; margin: 0 auto; display: block;}
.thank-you-page .btn {margin: 0 auto;}

/*########################################
## Responsive
########################################*/
@media screen and (min-width: 1921px) {
	#human-touch .container {max-width: 1620px; padding: 0 10px;}
}

@media screen and (max-width: 1850px) {
	.inner .one-row {margin: 50px 10px; padding: 60px 25px;}
}

@media screen and (max-width: 1800px) {
	#testimonials .testimonial-wrapper {padding: 50px;}
	#testimonials .testimonial-wrapper .quote-slider p {font-size: 23px;}
	#footer .bottom-section .container:before {width: 99%; margin: 0 auto;}
}

@media screen and (max-width: 1620px) {
	.castimonials-page .testimonials .container {justify-content: center; row-gap: 35px; column-gap: 35px;}
}

@media screen and (max-width: 1600px) {
	h1, h2, #human-touch .left-content h1, #electro-mechanical .top-content .content-left h2, #testimonials .testimonial-wrapper h2, #announcement h2 {font-size: 50px;}
	h3 {font-size: 23px;}
	#human-touch .container {padding: 0 10px;}
	#human-touch .left-content p {font-size: 20px;}
	#electro-mechanical {max-width: 100%; margin: 0 10px;}
	#electro-mechanical .top-content {margin-bottom: 50px;}
	#electro-mechanical .top-content .carousel-btn a {padding: 25px 30px;}
	#electro-mechanical .top-content .carousel-btn i {font-size: 16px;}
	#electro-mechanical .top-content .content-left h2, #announcement h2 {margin-bottom: 30px;}
	#electro-mechanical .slick-slide {margin: 0 15px !important;}
	#electro-mechanical .slick-list {margin: 0 -15px !important;}
	#electro-mechanical .slick-slide img {width: 100%;}
	#goal-clinical {padding: 100px 0;}
	#our-goal p:first-of-type {font-size: 35px; max-width: 800px;}
	#clinical-electro {margin-top: 100px;}
	.accordion .title {padding: 30px;}
	.accordion .title h3 {font-size: 23px;}
	#testimonials .testimonial-wrapper {margin-top: 70px;}
	#testimonials .testimonial-wrapper .quote-slider {margin: 30px 0 50px;}
	#testimonials .testimonial-wrapper .quote-slider p {font-size: 20px;}
	#testimonials .testimonial-wrapper .quote-slider img {margin: 0 auto 30px;}
	#testimonials .testimonial-wrapper .quote-slider h3 {font-size: 27px; margin-top: 30px;}
	#testimonials .testimonial-btn i {font-size: 18px;}
	#testimonials .testimonial-btn a {padding: 25px;}
	#footer .top-section:after {top: -120px;}
	.inner .two-row .content-right h3, .inner .one-row .content-right h3 {font-size: 30px;}
	.inner .two-row .content-right h5 {font-size: 18px; letter-spacing: 2px;}
	.castimonials-page .testimonials .content h3 {font-size: 23px;}
	.castimonials-page .testimonials .content p {font-size: 18px;}
}

@media screen and (max-width: 1366px) {
	.inner p {font-size: 16px;}
	h1, h2, #human-touch .left-content h1, #electro-mechanical .top-content .content-left h2, #testimonials .testimonial-wrapper h2, .mastrworks-page .entry-section h2, 
	.about-page .logo-section .content-right h2, .about-page .mission-vision .content-right h2, .contact-page .form h2, .contact-page .call-us h3, .castimonials-page .entry-section h2, .evidence-page .entry-section h2, 
	.castimonials-page .entry-section h2, #announcement h2 {font-size: 40px;}
	h3 {font-size: 20px;}
	#header .logo img {max-width: 180px;}
	#header nav ul li a {font-size: 16px;}
	#header .phone {padding: 15px 20px;}
	#header .phone i {font-size: 16px;}
	#header .phone a {font-size: 18px;}
	.btn {font-size: 16px; padding: 15px; max-width: 180px;}
	#announcement {padding: 80px 0;}
	#announcement p:not(:last-of-type) {margin-bottom: 20px;}
	#human-touch {padding-top: 80px;}
	#human-touch .left-content h1 {margin-bottom: 30px;}
	#human-touch .left-content p {font-size: 18px; letter-spacing: 3px;}
	#human-touch .left-content .btn {margin-top: 40px;}
	#wired-physio {padding: 220px 0 80px;}
	#wired-physio .image-left img:first-of-type {width: 100%;}
	#wired-physio .image-left img:nth-of-type(2) {margin: -160px auto 0 0;}
	#wired-physio .content-right p {margin-bottom: 30px;}
	#wired-physio .content-right .btn {margin-top: 30px;}
	#electro-mechanical {padding: 80px 10px 50px;}
	#goal-clinical {padding: 80px 0;}
	#our-goal p:first-of-type {font-size: 30px; max-width: 650px;}
	.accordion .title h3 {font-size: 20px;}
	#testimonials .testimonial-wrapper {margin-top: 40px;}
	#testimonials .testimonial-wrapper .quote-slider p {font-size: 18px;}
	#testimonials .testimonial-wrapper .quote-slider h3 {font-size: 23px;}
	#footer .top-section {padding: 0 0 80px;}
	#footer .top-section:after {display: none;}
	#footer .bottom-section .container {padding: 80px 10px;}
	#footer .bottom-section .logo img {max-width: 250px;}
	#footer .bottom-section .contact .phone {font-size: 28px;}
	#footer .bottom-section .contact p {font-size: 20px; margin: 40px 0;}
	#footer .bottom-section .contact ul li {margin-right: 30px;}
	#footer .bottom-section .contact ul li i {font-size: 20px;}
	#footer .bottom-section .about p {font-size: 16px;}
	#footer .bottom-section .about .btn {margin-top: 30px; max-width: 220px;}
	#footer .copyright-section {padding: 30px 0;}
	.inner #content {padding: 80px 0 237px;}
	.mastrworks-page .entry-section, .castimonials-page .entry-section, .evidence-page .entry-section {margin-bottom: 80px;}
	.mastrworks-page .entry-section h2,.evidence-page .entry-section h2, .castimonials-page .entry-section h2 {margin-bottom: 30px;}
	.inner .two-row .content-right h3, .inner .one-row .content-right h3 {margin-bottom: 20px; font-size: 27px;}
	.inner .two-row .content-right h5 {margin-bottom: 15px;}
	.contact-page .form-section, .about-page .logo-section {margin-bottom: 80px;}
	.about-page .precaution {margin-top: 80px;}
	.inner .content-right .btn {margin-top: 30px;}
	.castimonials-page .testimonials .content {padding: 0 30px 30px 30px;}
	.cta {font-size: 15px; padding: 15px;}
	.inner-banner-content {top: 40%;}
	.inner-banner img {min-height: 460px;}
	#banner .banner-button-wrapper .btn, #banner .content .btn {max-width: 290px;}
}

@media screen and (max-width: 1200px) {
	#header nav ul li {margin-right: 25px;}
	#header nav ul li a {font-size: 15px;}
	#header .phone i {font-size: 14px;}
	#header .phone a {font-size: 16px;}
	#wired-physio .image-left img:nth-of-type(2) {margin: -130px auto 0 0;}
	#our-goal {padding-left: 250px;}
	#our-goal:before {width: 160px;}
	#our-goal p:first-of-type {font-size: 25px; max-width: 550px;}
	#testimonials .testimonial-wrapper {margin: 30px auto 0; width: 75%; padding: 30px 20px 50px 20px;}
	#testimonials .testimonial-wrapper .quote-slider p {font-size: 16px;}
	#testimonials .testimonial-btn i {font-size: 15px;}
	#testimonials .testimonial-btn a {padding: 20px 25px;}
	#testimonials .testimonial-wrapper .quote-slider img {max-width: 50px;}
	#footer .top-section {padding: 80px 0;}
	#footer .top-section:before {display: none;}
	#footer .bottom-section .logo img {max-width: 250px;}
	#footer .bottom-section .contact .phone {font-size: 25px;}
	#footer .bottom-section .contact p {font-size: 18px;}
	#footer .bottom-section .about p {max-width: 350px;}
	.inner #content {padding: 80px 0;}
	.castimonials-page .testimonials .container {row-gap: 30px; column-gap: 30px;}
	.castimonials-page .testimonials .content h5 {font-size: 18px;}
	.castimonials-page .testimonials .content h3 {font-size: 20px;}
	.contact-page .call-us .btn {width: 100%; max-width: 230px;}
}

@media screen and (max-width: 1024px) {
	h1, h2, #human-touch .left-content h1, #electro-mechanical .top-content .content-left h2, #testimonials .testimonial-wrapper h2, .mastrworks-page .entry-section h2,
	.about-page .logo-section .content-right h2, .about-page .mission-vision .content-right h2, .contact-page .form h2, .contact-page .call-us h3, .evidence-page .entry-section h2,
	.castimonials-page .entry-section h2, #announcement h2 {font-size: 35px;}
	p {font-size: 16px;}
	#announcement {padding: 50px 0;}
	#electro-mechanical .carousel-wrap { padding: 0 60px; }
	#electro-mechanical .carousel-btn a { padding: 10px 15px; }
	#electro-mechanical .carousel-btn-prev { left: 0; }
	#electro-mechanical .carousel-btn-next { right: 0; }
	#human-touch {padding-top: 50px;}
	#wired-physio {padding: 220px 0 50px;}
	#wired-physio .row {margin-top: 40px;}
	#wired-physio .image-left img:nth-of-type(2) {margin-top: -70px;}
	#wired-physio .content-right p {margin-bottom: 20px;}
	#clinical-electro {margin-top: 80px;}
	#footer .bottom-section .container {padding: 50px 10px;}
	#footer .copyright-section {padding: 20px 0;}
	#footer .copyright-section p {font-size: 15px;}
	.inner .two-row .content-right h3, .inner .one-row .content-right h3 {font-size: 25px;}
	#banner .content {bottom: 7%;}
}

@media screen and (max-width: 980px) {
	#header .logo, #header .phone {display: none;}
	#header nav {position: fixed; top: 0; left: 0; width: 100%; z-index: 999; box-shadow: 0 0 5px rgba(0, 0, 0, .8);}
	#header nav ul {max-width: 100%; display: none; height: auto; background: rgba(255, 255, 255, .9); padding: 15px; box-sizing: border-box;}
	#header nav ul li {max-width: 100%; position: relative; text-align: left; padding: 0; display: block; margin: 0 0 15px 0 !important;}
	#header nav ul li a {font-size: 20px; line-height: 120%; margin: 0; color: #333; text-align: left; width: 100%; text-indent: 20px;}
	#header nav ul li a::after {display: none;}
	#header nav ul li a.active-menu, #header nav ul li a:hover {color: #FBCB35;}
	#header nav #pull {display: block; background: #463963; width: 100%; position: relative; height: 45px; color: #fff; z-index: 999;}
	#header nav #pull img {max-height: 40px; display: block; position: relative; top: 2px; padding-left: 10px;}
	#header nav #pull:after {content:"\f0c9"; font-family: 'Font Awesome 5 Free'; font-size: 30px; display: inline-block; position: absolute; right: 15px; top: 7px; font-weight: 700; color: #FBCB35;}
	#header nav #pull strong{line-height: 45px;}
	#header .navigation .mobile-booking {display: block; padding: 5px 8px;}
	#header .navigation .mobile-booking i {color: #FFF;}
	#human-touch {padding: 50px 0;}
	#human-touch:after {display: none;}
	#human-touch .image-right {margin-bottom: 0;}
	#human-touch .left-content p {font-size: 16px; letter-spacing: 2px;}
	#human-touch .image-right {width: 43%;}
	#electro-mechanical {padding: 50px 10px;}
	#electro-mechanical .top-content .container {flex-direction: column;}
	#electro-mechanical .top-content .content-left {width: 100%; text-align: center;}
	#electro-mechanical .slick-prev, #electro-mechanical .slick-next {width: auto !important; height: auto !important; z-index: 1 !important;}
	#electro-mechanical .slick-prev:before, #electro-mechanical .slick-next:before {font-size: 45px; color: #FBCB35;}
	#electro-mechanical .slick-prev {left: 0;}
	#electro-mechanical .slick-next {right: 0;}
	#goal-clinical:before {display: none;}
	#testimonials {background-color: #F7F5FB; padding: 50px 0;}
	#testimonials .container {flex-direction: column;}
	#testimonials .image-row, #testimonials .content-row {width: 100%;}
	#testimonials .image-row {padding: 0 10px; box-sizing: border-box;}
	#testimonials .image-row img {height: auto; max-width: 300px; margin: 0 auto;}
	#testimonials .testimonial-wrapper {width: 90%; padding: 30px 40px 50px 40px; box-sizing: border-box;}
	#footer .top-section {padding: 50px 0;}
	#footer .bottom-section .container:before {width: 98%;}
	#footer .bottom-section .container {flex-wrap: wrap;}
	#footer .bottom-section .logo {width: 100%; margin-bottom: 30px;}
	#footer .bottom-section .logo img {margin: 0 auto;}
	#footer .bottom-section .contact, #footer .bottom-section .about {width: 45%; text-align: center;}
	#footer .bottom-section .about p {max-width: 100%;}
	#footer .bottom-section .about .btn {margin: 30px auto 0;}
	.mastrworks-page .entry-section, .castimonials-page .entry-section, .evidence-page .entry-section {margin-bottom: 50px;}
	.inner-banner-content {top: 25%;}
	.inner-banner img {min-height: 410px;}
	.inner-banner p {font-size: 18px;}
	.contact-page .call-us {padding: 0 15px; box-sizing: border-box;}
	.about-page .logo-section .container, .about-page .mission-vision .container {align-items: flex-start;}
	.castimonials-page .testimonials .wrapper {width: 45%;}
	#wired-physio {padding: 50px 0;}
}

@media screen and (max-width: 767px) {
	h1, h2, #human-touch .left-content h1, #electro-mechanical .top-content .content-left h2, #testimonials .testimonial-wrapper h2, .mastrworks-page .entry-section h2,
	.about-page .logo-section .content-right h2, .about-page .mission-vision .content-right h2, .contact-page .form h2, .contact-page .call-us h3, .evidence-page .entry-section h2,
	.castimonials-page .entry-section h2, #announcement h2 {font-size: 30px;}
	.btn {max-width: 170px;}
	#banner .content {position: relative; padding: 30px 10px; box-sizing: border-box; background-color: #463963; margin-bottom: 30px; text-align: center;}
	#banner .content h2 {margin-bottom: 40px;}
	#banner .content .btn {margin: 0 auto;}
	#human-touch, #announcement {padding: 30px 0;}
	#human-touch .container {flex-direction: column-reverse;}
	#human-touch .image-right, #human-touch .left-content, #wired-physio .image-left, #wired-physio .content-right, #clinical-electro .image-right, #clinical-electro .accordion-left {width: 100%;}
	#human-touch .image-right {margin-bottom: 30px;}
	#human-touch .image-right img {max-width: 230px; margin: 0 auto;}
	#human-touch .left-content {text-align: center;}
	#human-touch .left-content h1 {margin-bottom: 20px;}
	#human-touch .left-content .btn {font-size: 14px; margin: 30px auto 0; max-width: 300px;}
	#wired-physio {padding: 50px 0;}
	#wired-physio .image-left {margin-bottom: 30px;}
	#wired-physio .image-left img:nth-of-type(2) {margin-top: 20px; width: 100%;}
	#wired-physio .row {flex-direction: column;}
	#wired-physio .content-right p {text-align: center;}
	#wired-physio .content-right .btn {margin: 30px auto 0;}
	#electro-mechanical {padding: 30px 10px 10px 10px;}
	#electro-mechanical .top-content {margin-bottom: 30px;}
	#electro-mechanical .slick-slide h3 {margin: 20px auto 0; text-align: center;}
	#clinical-electro {margin-top: 50px;}
	#goal-clinical {padding: 50px 0;}
	#our-goal {padding-left: 0; text-align: center;}
	#our-goal:before {display: none;}
	#our-goal p:first-of-type {max-width: 100%; margin-bottom: 30px;}
	#clinical-electro .row {flex-direction: column-reverse;}
	.accordion .title {padding: 25px;}
	.accordion .title h3 {font-size: 18px;}
	.accordion .title.title-active {padding: 30px 30px 0 30px;}
	.accordion .acc-content {padding: 30px;}
	#testimonials .testimonial-wrapper {padding: 30px 20px 50px 20px;}
	#footer .bottom-section .contact, #footer .bottom-section .about {width: 100%;}
	#footer .bottom-section .contact {margin-bottom: 30px;}
	#footer .bottom-section .logo img {max-width: 170px;}
	.inner #content {padding: 50px 0;}
	.mastrworks-page .entry-section h2, .evidence-page .entry-section h2, .castimonials-page .entry-section h2 {margin-bottom: 20px;}
	.inner .two-row .wrapper {flex-direction: column; margin-bottom: 30px;}
	.inner .two-row .image-left, .inner .two-row .content-right, .inner .one-row .image-left, .inner .one-row .content-right {width: 100%;}
	.inner .two-row .image-left, .inner .one-row .image-left {margin-bottom: 20px;}
	.inner .two-row .content-right .box {max-width: 100%; margin: 0;}
	.inner .two-row .content-right h3, .inner .one-row .content-right h3 {margin-bottom: 15px; font-size: 20px;}
	.inner .two-row .content-right h5 {font-size: 15px;}
	.inner .one-row {margin: 30px 10px; padding: 30px 10px;}
	.inner .one-row .container {flex-direction: column;}
	.contact-page .content-map-section .container {flex-direction: column-reverse;}
	.contact-page .call-us, .contact-page .map {width: 100%;}
	.contact-page .call-us {padding: 30px 15px;}
	.contact-page .map {margin-bottom: 20px;}
	.contact-page .map iframe {height: 300px;}
	.contact-page .form-section {margin-bottom: 50px;}
	.contact-page .form h2 span {display: inline-block;}
	.about-page .logo-section .container, .about-page .mission-vision .container {flex-direction: column;}
	.about-page .logo-section .image-left, .about-page .logo-section .content-right, .about-page .mission-vision .image-left, .about-page .mission-vision .content-right {width: 100%;}
	.about-page .logo-section .image-left, .about-page .mission-vision .image-left {margin-bottom: 20px;}
	.contact-page .form-section, .about-page .logo-section {margin-bottom: 30px;}
	.about-page .precaution {margin-top: 30px;}
	.about-page .precaution p {font-size: 15px;}
	.inner .content-right .btn {margin: 20px auto 0;}
	.castimonials-page .testimonials .wrapper {width: 100%;}
	.cta {font-size: 13px; padding: 13px; max-width: 150px;}
}

@media screen and (max-width: 640px) {
	#announcement h2 span {display: inline;}
	.contact-page .call-us .btn-wrapper {width: 100%;}
}