@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,400i,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,500i,700&display=swap');
body {
	margin:0;
	padding:0 !important;
	font-family: 'Nunito', sans-serif;
	font-family: 'Roboto', sans-serif;
}
* {
	margin:0;
	padding:0;
}
h1 {
	font-size:32px;
}
h2 {
	font-size: 28px
}
h3 {
	font-size: 22px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:13px;
}
h1, h2, h3, h4, h5, h6 {
	color: #464646;
	font-family: 'Nunito', sans-serif;
	text-transform: inherit;
	font-weight: 600;
	line-height: normal;
}
ul li {
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	color: #555;
}
p {
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	color: #555;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="password"], textarea, select {
	width: 100%;
	padding: 13px 18px;
	margin-bottom: 22px;
	border: 1px solid #f2f2f2;
	background: #f9f9f9;
	font-size: 14px;
	border-radius: 4px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	outline:none;
}
textarea {
	height:120px;
	font-family: 'Nunito', sans-serif;
}
input[type="submit"] {
	background: #ec8d15;
	font-size: 16px;
	padding: 9px 20px;
	line-height: normal;
	font-weight: 500;
	color: #fff;
	transition: all 0.3s ease 0s;
	border-radius: 4px;
	text-transform: capitalize;
	border:none;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	outline:none;
	color: #fff;
	background: #6f6621;
	transition:0.8s;
}
.heading {
	padding-bottom: 30px;
	font-size: 35px;
	line-height: 36px;
	font-weight: 300;
}
.heading span {
	font-weight: 600;
}
.topbar {
	padding: 6px 0;
	border-bottom: solid 1px #e8e8e5;
}
.topbar p {
	display: inline-block;
	margin: 6px 0 0;
}
.topbar p:nth-child(2) {
margin: 0 20px;
}
.topbar p .fa {
	margin-right: 7px;
	color: #ec8d15;
}
.topbar .btn-primary {
	float:right;
}
.modal-form input[type="text"], .modal-form input[type="email"], .modal-form input[type="tel"], .modal-form textarea {
	margin-bottom: 8px;
	background: none;
	border: solid 1px #eee;
}
.modal-form input[type="submit"] {
	width: 100%;
	padding: 10px;
	background: #ec8d15;
	font-size: 16px;
}
.modal-form input[type="submit"]:hover {
	background:#49420b;
}
.modal-form textarea {
	margin-bottom: 0;
}
.modal-form img {
	width: 100%;
	border-radius: 4px;
}
@-webkit-keyframes blinker {
from {
color:#ec8d15;
}
to {
	color:#49420b;
}
}
.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
header.fixed {
	position: fixed;
	z-index: 9999;
	background: #fff;
	width: 100%;
	top: 0;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.header-right ul li {
	margin-left: 30px;
	float: left;
}
.header-right ul li:first-child {
	margin-top: 5px;
	color: #ec8d15;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.header-right ul li:last-child {
	float: right;
}
.header-right ul li .fa {
	margin-right: 8px;
	font-size: 17px;
	padding-top: 2px;
	color: #ec8d15;
}
.logo-box {
	float: left;
	width: 36%;
	background: #49420b;
	position: relative;
	padding:6px 0 5px 8%;
}
.logo-box:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0;
	height: 100%;
	border-right: solid #fff;
	border-right-width: 89px;
	border-bottom: 89px solid;
	border-bottom-color: transparent !important;
	z-index: 0;
}
.main-slider {
	position:relative;
}
.slider-caption {
	position: absolute;
	top: 25%;
	z-index: 9999;
	width: 40%;
}
.slider-caption small {
	font-size: 18px;
	color: #ffe133;
	display: block;
}
.slider-caption h2{
	color: #fff;
	margin: 15px 0 25px;
	font-size: 25px;
	font-weight: 600;
}
.main-slider .carousel-control {
	top: 40%;
}
.main-slider .btn-primary {
	background: #49420b;
	border: solid 1px #49420b;
	padding: 9px 20px;
}
.main-slider .btn-primary:hover {
	background: #ec8d15;
	color: #fff;
	border-color: #ec8d15;
}
.threee-featured ul {
	margin-top:-80px;
	position:relative;
}
.threee-featured ul li {
	width: 33.3%;
	float: left;
	padding: 25px;
	min-height: 400px;
	max-height: 400px;
}
.threee-featured ul li:first-child {
	background: #ec9424;
}
.threee-featured ul li:nth-child(2) {
background: #ec8d15;
}
.threee-featured ul li:last-child {
	padding: 0;
}
.threee-featured ul li img {
	height: 400px;
	object-fit: cover;
}
.threee-featured h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
}
.threee-featured .opening-hours li {
	line-height: 40px;
	width: 100%;
	padding: 0;
	border-bottom: solid 1px #f1a340;
	color: #fff;
	min-height: inherit;
	max-height: inherit;
}
.threee-featured p {
	color: #fff;
	text-align: left;
	padding-bottom: 12px;
}
.threee-featured .opening-hours {
	margin:0;
}
.threee-featured .opening-hours li:first-child, .threee-featured .opening-hours li:nth-child(2), .threee-featured .opening-hours li:last-child {
background:none;
}
.threee-featured .opening-hours li:last-child {
	border-bottom:none;
}
.threee-featured .btn-primary {
	width: 100%;
	margin-top: 90px;
	background: rgb(218, 132, 23);
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	padding: 10px;
}
.threee-featured ul li:hover .btn-primary {
	color: #fff;
	background: #dc7c02;
}
.featured-list {
	min-height: 120px;
	max-height: 120px;
}
.threee-featured .fa {
	font-size: 38px;
	color: #fff;
	margin-bottom: 25px;
}
.threee-featured .fa-clock-o {
	font-size: 48px;
	margin-bottom: 15px;
}
.media-coverage {
	text-align:center;
}
.media-coverage h3 {
	margin-top: 18px;
	font-size: 25px;
}
.aboutcntnt {
	text-align: center;
	margin-top: 50px;
}
.aboutcntnt ul {
    display: inline-flex;
    align-items: center;
    column-gap: 30px;
}
.welcome {
	margin:50px 0;
	text-align:center;
}
.welcome-list {
	border:solid 1px #ddd;
	padding:15px;
}
.welcome .slick-slide {
	margin: 0;
}
.welcome img {
	width:100%;
}
.welcome-about p {
	font-weight: normal;
	text-align: center;
	margin: 20px 0;
	background: #f5f5f5;
	padding: 13px;
}
.welcome h2 small {
	display: block;
	font-weight: bold;
	font-size: 36px;
}
.welcome .moreabout {
	border: solid 1px #ec8d15;
	border-radius: 4px;
	display: block;
	padding: 8px 80px;
	text-align: center;
	font-size: 16px;
	color: #ec8d15;
}
.welcome .moreabout:hover {
	background:#ec8d15;
	color: #fff;
}
.countdown {
	background: #f9f9f9;
	text-align: center;
	padding: 50px 0;
}
.countdown-list .fa {
	font-size: 67px;
	color: #fff;
	background: #ec8d15;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	padding-top: 27px;
}
.countdown-list .fa-calendar {
	font-size: 54px;
	padding-top: 32px;
}
.countdown-list h3 {
	font-size: 40px;
	font-weight: 700;
	margin:20px 0 5px;
}
.countdown-list span {
	color: #111;
	font-size: 20px;
}
.whyus {
	background: #f7f7f7;
	padding: 45px 0;
	text-align: center;
}
.whyus .heading {
	padding-bottom: 20px;
}
.whyus ul li {
	color: #444;
	line-height: 32px;
	position: relative;
	padding-left: 22px;
}
.whyus ul li:before {
	content: '\f05d';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #ec8d15;
}
.whyus .btn-primary {
	margin-top: 20px;
	padding: 8px 28px;1
	background: #ec8d15;
}
.whyus .btn-primary:hover {
	background: #49420b;
	color: #fff;
}
.whyus-list {
	background: #eee;
	padding: 20px;
	text-align: left;
}
.homeservices {
	padding: 50px 0;
	text-align: center;
}
.services-list {
	border: solid 1px #eee;
	padding: 15px;
	margin-bottom: 30px;
	text-align: center;
}
.services-list .btn-primary {
	margin-top: 15px;
}
.services-list .fa {
	font-size: 34px;
	border: solid 1px #ddd;
	clear: both;
	border-radius: 50%;
	color: #49420b;
	text-align: center;
	width: 70px;
	height: 70px;
	padding-top: 17px;
}
.services-list .fa-users {
	font-size:28px;
	padding-top: 18px
}
.services-list h4 {
	font-size: 19px;
	margin: 10px 0;
	line-height: 20px;
}
.services-list img {
	width: 58px;
}
.services-list:hover .fa {
	background: #49420b;
	border: solid 1px #49420b;
	color: #fff;
	transition: 0.9s;
}
.services-list p {
	text-align: center;
	line-height: 22px;
}
.services-list .fa-angle-right {
	width: auto;
	border: none;
	float: none;
	padding: 0px 0 0 7px;
	margin: 0;
	font-size: 15px;
}
.services-list:hover .fa-angle-right {
	background:none;
	border:none;
	color:inherit;
}
.homeservices .btn-primary {
	background: none;
	color: #ec8d15;
	border: solid 1px #ec8d15;
	padding: 10px 40px;
}
.homeservices .btn-primary:hover {
	color: #fff;
	background: #ec8d15;
}
.homeservices .btn-primary .fa {
	padding-left: 10px;
}
.services .col-sm-4:nth-child(13) {
clear: both;
}


.atwork{
	position:relative;
	text-align:center;
}
.atwork img {
    width: 100%;
    height: auto;
}
.atworkcptn {
    position: absolute;
    top: -80px;
    width: 80%;
    font-size: 17px;
    line-height: 28px;
    color: #111;
    left: 50%;
    transform: translateY(50%) translateX(-50%);
    text-align: center;
}
.atworkcptn h2{
	margin-bottom:15px;
}
.atwork p{
	text-align:center;
}
.atworkcptn p a {
    text-decoration: underline;
    font-weight: 600;
    color: #ec8d15;
}



.hometestimonials h2 {
	display:none;
}
.hometestimonials button {
	padding: 10px;
	border: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	top: 38%;
	border: solid 4px #fff;
	z-index: 999;
	outline:none;
}
.hometestimonials img {
	border-radius: 4px;
}
.hometestimonials button.slick-prev.slick-arrow {
	background: #ec8d15 url(../images/left-arrow.png) no-repeat center;
	left: -15px;
	border-radius: 50%;
}
.hometestimonials button.slick-prev.slick-arrow:hover {
	background: #ec8d15 url(../images/left-arrow.png) no-repeat center;
}
.hometestimonials button.slick-next.slick-arrow {
	background: #ec8d15 url(../images/right-arrow.png) no-repeat center;
	right: -15px;
	border-radius: 50%;
}
.hometestimonials button.slick-next.slick-arrow:hover {
	background: #ec8d15 url(../images/right-arrow.png) no-repeat center;
}
.hometestimonials .slick-slide {
	margin: 0 8px;
}
.aboutus img {
	border: solid 1px #ddd;
}
.aboutus h2 {
	margin-bottom: 15px;
}
.aboutus h4 {
	margin: 18px 0;
}
.aboutus img {
	width: 100%;
}
.health-tips {
	background:#f9f9f9;
	padding:50px 0;
}
.health-tips img {
	width:100%;
	height:auto;
}
.health-tips .slick-slide img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.tips-list {
	border: solid 1px #ddd;
}
.tips-list img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.tips-content {
	padding: 20px;
}
.tips-content h3 {
	font-size: 20px;
	font-weight: 600;
	position: relative;
	padding-top: 14px;
}
.tips-content h3:after {
	content: '';
	position: absolute;
	border-bottom: solid 2px #ec8d15;
	width: 16%;
	left: 0;
	top: 0;
}
.tips-article {
	padding:15px 20px;
	border:solid 1px #ddd;
	color:#49420b;
	border-top:none;
}
.tips-article .fa {
	float:right;
}
.tips-article span {
	color: #ec8d15;
	font-size: 16px;
}
.health-tips button {
	padding: 10px;
	border: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	top: 46%;
	border:none;
	z-index: 999;
	outline:none;
}
.health-tips button.slick-prev.slick-arrow {
	background:url(../images/arrow-left.png) no-repeat center;
	left: -50px;
}
.health-tips button.slick-next.slick-arrow {
	background: url(../images/arrow-right.png) no-repeat center;
	right: -50px;
}
.hometestimonials {
	padding: 50px 0 30px;
}
.hometestimonials iframe {
	width:100%;
	height:307px;
}
.testimonials-list {
	background: #fff;
	position: relative;
	box-shadow: 0 6px 10px 1px #dddede;
	-webkit-box-shadow: 0 6px 10px 1px #dddede;
	border-radius: 4px;
}
.testimonials-list h3 {
	color: #222;
	font-size: 20px;
}
.testimonials-list p {
	background: #ec8d15;
	padding: 25px 20px;
	line-height: 26px;
	color: #fff;
	text-align: left;
	font-size: 14px;
	min-height: 250px;
	max-height: 250px;
	overflow-x: auto;
}
.testimonials-content {
	padding: 15px;
	border: solid 1px #ddd;
}
footer {
	background: #2f2f2f;
	padding: 30px 0;
}
.keywrds ul {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}
.keywrds ul li {
    color: #fff;
}
footer h4 {
	color: #fff;
	line-height: 30px;
	margin-bottom: 16px;
	text-transform: uppercase;
	font-size: 16px;
}
footer ul li, footer ul li a {
	color: #ddd;
	line-height: 30px;
	font-size: 14px;
}
footer ul li a:hover, footer p a:hover, .copyright p a:hover {
	color: #ec8d15;
}
footer p, footer p a {
	color:#ddd;
}
footer p {
	text-align: left;
	margin-bottom: 10px;
	font-size: 14px;
}
footer p span {
	display: block;
	padding-left: 26px;
}
.socialicon {
	margin-top:12px;
}
.socialicon li {
	display:inline-block;
}
.socialicon li a {
	border: solid 1px #fff;
	width: 35px;
	height: 35px;
	font-size: 16px;
	display: block;
	border-radius: 50%;
	text-align: center;
	padding-top: 3px;
}
.socialicon a:hover {
	background: #fff;
	transition: 0.8s;
}
.socialicon li a .fa {
	padding: 0;
}
footer ul li a .fa {
	padding-left: 5px;
}
.footer-addr .fa {
	width: 22px;
}
.copyright {
	background: #0c0c0c;
	padding: 10px 0;
}
.copyright p, .copyright p a {
    color: #ddd;
    text-align: center;
}
.copyright p a {
	text-decoration:underline;
}
#GoToTop {
	cursor: pointer;
	position: fixed;
	bottom: 4%;
	right: 2%;
	z-index: 99999999;
	display: none;
	padding: 5px 9px;
	background: #423b07;
	border-radius: 4px;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border: solid 1px #fff;
}
#GoToTop .fa {
	display:block;
	font-size:17px;
	color:#fff;
	margin-bottom:2px
}
#GoToTop:hover {
	background: #ec8d15;
	color: #fff;
}
#GoToTop:hover .fa {
	color:#fff;
}
.breadcrumb {
	background:url(../images/breadcrumb.jpg);
	padding:30px 0;
}
.breadcrumb h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 1px;
}
.breadcrumb p {
	text-align: right;
	color: #fff;
	font-size: 13px;
	margin-top: 2px;
}
.breadcrumb p a {
	color: #f5f3f3
}
.secondary-container {
	padding:50px 0;
}
.contact-addr {
	background: #ec8d15;
	padding: 19px 20px;
	border-radius: 4px;
	margin-bottom: 15px;
}
.contact-addr ul li, .contact-addr ul li a {
	color:#fff;
}
.contact-addr small {
	font-size: 14px;
}
.contact-addr ul li {
	border-bottom: solid 1px #f1a13c;
	padding: 10px 0;
}
.contact-addr ul li span {
	display: block;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	padding-bottom: 6px;
}
.contact-addr ul li:last-child {
	border-bottom:none;
}
.contact-opening {
	margin-bottom: 0;
	background: #dc7d07;
}
.contact-opening ul li {
	border-bottom: solid 1px #ea8d19;
}
.contact iframe {
	width:100%;
	height:275px;
	margin-top:18px;
}
.gallery img {
	width:100%;
	margin:15px 0;
}
.testimonials .listicon li {
	line-height:40px;
	font-size:15px;
}
.about ul {
	margin:20px 0;
}
.about p {
	margin-bottom:15px;
}
.about hr {
	margin: 30px 0 25px;
}
.sidebar {
	background:#f9f9f9;
	padding:10px 15px 15px;
	border:solid 1px #56afd5;
	margin-bottom:15px;
}
.sidebar h2 {
	font-size:24px;
	margin-bottom:16px;
}
.sidebar input[type="text"], .sidebar input[type="email"], .sidebar input[type="tel"], .sidebar textarea {
	border: solid 1px #ddd;
	padding: 12px 18px;
	margin-bottom: 5px;
}
.sidebar input[type="submit"] {
	width:100%;
	text-transform:uppercase;
	font-size:14px;
	padding:11px;
}
.sidebar textarea {
	height:75px;
}
.sidebar ul li a {
	background: #56afd5;
	display: block;
	margin: 2px 0;
	color: #fff;
	padding: 7px 14px;
	font-size: 15px;
	border-radius: 4px;
}
.sidebar ul li a:hover {
	background:#A175AA;
}
.treatment img {
	width:100%;
}
.treatment-content {
	background: #f5f5f5;
	padding: 10px 15px;
	margin-top: 15px;
}
.treatment-content p {
	margin:10px 0;
}
.sling-bag h2, .sling-bag h3 {
	margin-bottom:18px;
}
.sling-bag p {
	padding-bottom: 8px;
}
.sling-bag hr {
	margin: 25px 0;
}
.sling-bag img {
	width: 100%;
}
.sling-bag .canhelp img {
	margin-top:70px;
}
.bagit img {
	width: auto;
	border: solid 2px #a175aa;
	margin: 20px auto;
	display: block;
}
.travel-tips img {
	width:100%;
}
.tips-tricks {
	margin:20px 0;
}
.travel-tips ul li {
	line-height: 30px;
	margin-bottom: 5px;
}
.travel-tips ul li:before {
	font-size:10px;
}
.tips-tricks h3 {
	margin-bottom: 18px;
}
.tips-tricks img {
	margin-bottom:10px;
}
.drawing-img {
	margin:25px 0;
}
.drawing-img img {
	border:dotted 2px #ddd;
}
.tpstrcks-sidebar {
	background:#f7f7f7;
	padding:10px;
}
.excerises {
	border: solid 1px #a175aa;
}
.risk-injury ul li {
	line-height:38px;
}
.google-review {
	margin-top:15px;
}
.google-review img {
	width: 120px;
	margin: 0 auto;
	display: block;
	border: solid 1px #ddd;
	padding: 5px 20px;
}
.excerises-bottom img {
	border:solid 1px #ddd;
	padding:10px;
	margin:8px 0;
}
.contact-form {
	background: #fff;
	padding: 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.contact-form input[type="submit"] {
	float: right;
}
.aboutus p {
	margin-bottom:15px;
}
.aboutus hr {
	margin: 30px 0 25px;
}
.aboutus ul {
	margin: 18px 0;
}
.listicon li, .whyus-page ul li {
	position: relative;
	line-height: 30px;
	padding-left: 20px;
}
.listicon li:before, .whyus-page ul li:before {
	content: '\f192';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 11px;
	color: #ec8d15;
}
.listicon li, .whyus-page ul li, .listicon li a, .whyus-page ul li a {
    color: #555;
}
.listicon li, .whyus-page ul li, .listicon li a, .whyus-page ul li a {
    color: #555;
}

.testimonials .googlervws-badge {
    text-align: center;
    margin-bottom: 30px;
}
.testimonials .testimonials-list {
	padding: 10px;
	margin: 10px 0;
}
.testimonials h3 {
	padding: 10px;
}
.testimonials .testimonials-list p {
	min-height: inherit;
	max-height: inherit;
	padding: 12px;
	font-size: 14px;
	line-height: 24px;
}
.testimonials-sesc {
	min-height: 300px;
	max-height: 300px;
	overflow-x: auto;
}
.testimonials h3 {
	padding: 10px 0 0;
}
.whyus-page img {
	width: 100%;
	height: auto;
}
.whyus-page ul li {
	line-height: 40px;
}
.pagination {
	padding: 7px 15px !important;
}
.pagination .page-numbers {
	border: solid 1px #ddd;
	padding: 9px 15px;
}
.pagination .page-numbers.current {
	background: #ec8d15;
	color: #fff;
}
.services .col-sm-4:nth-child(16) {
clear: both;
}
#whatsappbtn {
	cursor: pointer;
	position: fixed;
	bottom: 4%;
	left: 20px;
	z-index: 99999999;
	padding: 0 9px;
	background: #4fcc5d;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 32px;
	color: #fff;
}
#whatsappbtn img {
	width: 30px;
}

.shinsplint h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 25px;
}
.shinsplinttop {
    border-bottom: solid 1px #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.shinsplinttop p {
    margin-bottom: 20px;
}
.shinsplinttop img {
width: 100%;
    height: 265px;
}
.causes-shinsplinttop {
    margin-bottom: 30px;
}
.causes-shinsplint p {
    margin-bottom: 12px;
}
.causes-shinsplint strong {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
}
.causes-shinsplint ul li {
    position: relative;
    padding-left: 25px;
    line-height: 32px;
}
.causes-shinsplint ul li:before {
    content: '\f192';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #ec8d15;
    font-size: 13px;
}
.causes-shinsplint img {
    width: 100%;
    height: auto;
}
.symptoms-shinsplint {
    background: #f8f8f8;
    padding: 50px 0;
    margin: 50px 0;
}
.symptoms-shinsplintlist {
    margin: 15px 0;
}
.symptoms-shinsplintlist img {
    width: 100%;
}
.symptoms-shinsplintlist h4{
font-size: 20px;
    margin: 20px 0 0;
    min-height: 50px;
    max-height: 50px;
    font-weight: 700;
}
.symptoms-shinsplint strong {
    font-size: 15px;
}
.treatment-shinsplint h3 {
    margin-bottom: 0;
}
.treatment-shinsplint strong {
    display: block;
    margin: 15px 0;
    font-size: 16px;
}
.treatment-shinsplint p {
    margin-bottom: 15px;
}
.treatment-shinsplint ul {
    margin-bottom: 20px;
}
.treatment-shinsplint img {
    width: 100%;
    height: auto;
}
.treatment-prevent {
    margin-top: 30px;
}
.treatment-prevent p {
    margin-top: 20px;
}


.conditionsmodal .modal-content {
border-radius: 0;
    padding: 20px 20px 0;
    background-color: #fff;
   background-image: url(../images/conditionsmodal-bg.png);
    background-position: center;
    height: 560px;
    overflow-y: scroll;
    background-attachment: fixed;
}
.conditionsmodal .modal-body {
    padding: 0;
}
.conditionsmodal .modal-header h4 {
    font-weight: 700;
    margin-bottom: 15px;
}
.conditionsmodal-tpcntnt {
    margin-bottom: 25px;
}
.conditionsmodal ul {
margin: 5px 0 25px;
}
.conditionsmodal ul li {
    line-height: 22px;
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}
.conditionsmodal ul li:before {
content: '\f111';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: #ec8d15;
    font-size: 9px;
}
.conditionsmodal p {
    margin-bottom: 10px;
}
.conditionsmodal strong {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}


.relocate {
    background: #49420b;
    padding: 55px 0 65px;
    text-align: center;
}
.relocate h2 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}
.relocate h3 {
    color: #fff;
    margin: 18px 0 22px 0;
}
.relocate strong {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
}
.relocate ul {
    display: flex;
    column-gap: 10px;
    justify-content: center;
}
.relocate ul li {
    border: solid 1px #7c7c7c;
    color: #fff;
    padding: 8px 25px;
    font-size: 15px;
    border-radius: 20px;
}
.relocate ul li:hover {
    background: #ec8d15;
    color: #fff;
    border-color: #ec8d15;
}

.appointment form {
    box-shadow: 3px 3px 13px #ddd;
    padding: 30px;
}
.appointment input{
outline:none;	
}
.appointment form input[type="date"]{
	margin-bottom:0;
}
.appointment form label {
    display: block;
    font-weight: 500;
    color: #333;
    font-size: 16px;
}
.thankyou {
    text-align: center;
}
.thankyou img {
    width: 200px;
    height: auto;
}
.thankyou p {
    font-size: 18px;
    text-align: center;
    margin: 35px 0 25px;
    color: #49420b;
    font-weight: 600;
}
.thankyou .btn-primary {
    padding: 12px 20px;
}

.contact-form .alert.alert-success.alert-dismissible, .appointment .alert.alert-success.alert-dismissible {
    position: relative;
}
.contact-form button.close, .appointment button.close{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
article.singlepost p {
    margin-bottom: 10px;
}
.hometestimonials video {
    width: 100%;
    height: 308px;
    object-fit: cover;
}


@media only screen and (max-width:1199px) {
.heading {
font-size: 30px;
}
.logo-box {
width: 38%;
}
.slider-caption {
top: 22%;
width: 44%;
}
.slider-caption h1 {
font-size: 30px;
}
.services-list h4 {
font-size: 16px;
}
.services-list p {
line-height: 20px;
font-size: 13px;
}
.health-tips button {
top: 37%;
}
.tips-content h3 {
font-size: 18px;
font-weight: 600;
}
footer h4 {
margin-bottom: 8px;
font-size: 15px;
}
footer p {
margin-bottom: 8px;
}
.tips-content {
padding: 15px;
min-height: 102px;
max-height: 102px;
}
}
@media only screen and (max-width:1024px) {
.logo-box {
width: 38%;
padding: 6px 0 5px 4%;
}
.slider-caption {
left: 75px;
}
.slider-caption h1 {
font-size: 28px;
margin: 12px 0 20px;
line-height: 38px;
}
.whyus {
padding: 35px 0 45px;
}
.homeservices {
padding: 40px 0;
}
.health-tips button.slick-prev.slick-arrow {
left: -18px;
}
.health-tips button.slick-next.slick-arrow {
right: -18px;
}
footer {
padding: 30px 0;
}
}
@media only screen and (max-width:991px) {
.topbar {
text-align: center;
}
.topbar .col-sm-6 {
width:100%;
}
.header-right ul {
border-top: solid 1px #ddd;
padding-top: 6px;
margin-top: 8px;
}
.header-right ul li {
margin-left: 0;
}
.logo-box {
width: 100%;
padding: 6px 0 5px 10px;
text-align:center;
}
.logo-box:after {
display:none;
}
.slider-caption {
top: 22%;
}
.slider-caption {
left: 141px;
}
.slider-caption h1 {
font-size: 22px;
margin: 10px 0 20px;
line-height: 33px;
}
.threee-featured ul li {
min-height: 360px;
max-height: 360px;
}
.threee-featured .btn-primary {
margin-top: 52px;
}
.whyus-list {
padding: 15px;
}
.whyus ul li {
line-height: 28px;
}
.tips-content {
padding: 15px;
}
.tips-article {
padding: 10px 15px;
}
.tips-article span {
font-size: 14px;
}
footer .col-sm-3 {
width: 100%;
}
footer h4 {
margin: 20px 0 6px;
}
.aboutus .col-sm-6 {
width: 100%;
}
.aboutus .carousel {
margin-bottom: 25px;
}
.aboutus ul {
margin: 10px 0;
}
.listicon li, .whyus-page ul li {
line-height: 28px;
}
.services-list {
min-height: 345px;
max-height: 345px;
}
.testimonials h3 {
padding: 10px 0 0;
font-size: 17px;
}
.testimonials-sesc {
min-height: 260px;
max-height: 260px;
}
.contact .col-sm-8, .contact .col-sm-4 {
width: 100%;
}
.contact-addr {
margin: 15px 0;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select {
padding: 11px 18px;
margin-bottom: 10px;
}
.blog .tips-content h3 {
font-size: 15px;
}
.tips-content {
min-height: 83px;
max-height: 83px;
}
}
@media only screen and (max-width:767px) {
.modal-form img {
margin-bottom: 15px;
}
.slider-caption {
top: 24%;
left: 54px;
}
.threee-featured ul {
margin-top: 0;
position: relative;
}
.main-slider .carousel-control {
top: 40%;
}
.slider-caption h1 {
font-size: 20px;
line-height: 26px;
}
.slider-caption small {
font-size: 15px;
}
.main-slider .btn-primary {
padding: 8px 17px;
font-size: 14px;
}
.threee-featured ul li {
min-height: inherit;
max-height: inherit;
width: 100%;
margin: 8px 0;
padding: 20px;
}
.threee-featured .opening-hours li {
margin:0;
padding: 8px 0;
line-height: 25px;
}
.featured-list {
min-height: inherit;
max-height: inherit;
}
.threee-featured p {
padding-bottom: 8px;
}
.threee-featured .btn-primary {
margin-top: 10px;
}
.whyus {
margin-top: 30px;
padding: 30px 0 40px;
}
.whyus-list {
padding: 15px;
margin-bottom: 22px;
}
.hometestimonials button.slick-prev.slick-arrow {
left: 5px;
}
.hometestimonials button.slick-next.slick-arrow {
right: 5px;
}
.health-tips button.slick-prev.slick-arrow {
left: 5px;
}
.health-tips button.slick-next.slick-arrow {
right: 5px;
}
.services-list {
margin-bottom: 15px;
}
.health-tips {
padding: 30px 0 40px;
}
.services-list h4 {
font-size: 18px;
}
.slider-caption h1 {
font-size: 18px;
}
.services-list p {
line-height: 24px;
font-size: 15px;
}
.homeservices {
padding: 30px 0;
}
.heading {
font-size: 25px;
padding-bottom: 20px;
}
.hometestimonials iframe {
height: 255px;
}
.tips-content h3 {
font-size: 15px;
font-weight: 600;
}
.tips-content h3:after {
width: 25%;
}
.breadcrumb {
text-align: center;
}
.breadcrumb p {
text-align: center;
font-size: 13px;
}
.services-list {
min-height: inherit;
max-height: inherit;
}
.testimonials-sesc {
min-height: 200px;
max-height: 200px;
}
.gallery .col-sm-3 {
width: 50%;
float: left;
}
.contact-form {
padding: 15px;
}
.contact-addr {
padding: 19px 15px;
}
.tips-content {
min-height: 90px;
max-height: 90px;
}
.blogpage .col-sm-6 {
width: 50%;
float: left;
}
.blog-sidebar {
margin-top: 25px;
}
.hometestimonials h2 {
display:block;
margin-top: 25px;
}
}
@media only screen and (max-width:668px) {
.slider-caption small {
font-size: 14px;
}
.blog .tips-content h3 {
font-size: 17px;
}
}
@media only screen and (max-width:540px) {
.blogpage .col-sm-6 {
width: 100%;
}
.tips-content {
min-height: inherit;
max-height: inherit;
}
}
@media only screen and (max-width:635px) {
header.fixed {
position: relative;
}
button#responsive-menu-button {
right: 15px !important;
border-radius: 4px;
background: #ec8d15 !important;
}
.topbar p {
font-size: 12px;
}
.logo-box {
text-align:left;
}
}
@media only screen and (max-width:568px) {
button#responsive-menu-button {
top: 113px !important;
}
}
@media only screen and (max-width:482px) {
.slider-caption {
width: 65%;
top: 20%;
}
.slider-caption h1 {
font-size: 17px;
margin: 7px 0 9px;
line-height: 22px;
}
.main-slider .btn-primary {
padding: 7px 15px;
font-size: 13px;
}
.main-slider .carousel-control {
top: 39%;
font-size: 30px;
}
.threee-featured h3 {
margin-bottom: 8px;
}
}
@media only screen and (max-width:414px) {
.topbar p {
font-size: 12px;
margin: 0;
}
.topbar p:nth-child(2) {
margin: 0 10px;
}
.topbar .btn-primary {
padding: 8px 15px;
font-size: 13px;
}
button#responsive-menu-button {
top: 178px !important;
}
.slider-caption small {
font-size: 13px;
}
.slider-caption h1 {
margin: 7px 0 9px;
line-height: 21px;
}
.slider-caption {
top: 18%;
left: 40px;
}
.hometestimonials iframe {
height: 218px;
}
.services-list p {
line-height: 22px;
font-size: 14px;
}
.tips-content h3 {
font-size: 16px;
font-weight: 600;
}
.tips-content h3:after {
width: 18%;
}
.tips-article .fa {
margin-top: 4px;
}
.copyright p, .copyright p a {
text-align: left;
font-size: 13px;
}
.testimonials .testimonials-list p {
font-size: 13px;
line-height: 22px;
}
.gallery .col-sm-3 {
width: 100%;
}
.blog .tips-content h3 {
font-size: 16px;
}
.logo-box img {
width: 240px;
top: 130px !important;
}
button#responsive-menu-button {
width: 37px !important;
height: 36px !important;
top: 130px !important;
}
.header-right ul li:first-child {
font-size: 16px;
}
}
@media only screen and (max-width:375px) {
.topbar p {
line-height: 22px;
}
.topbar .btn-primary {
font-size: 12px;
}
.logo-box img {
width: 250px;
}
.header-right ul li:first-child {
margin-top: 3px;
}
button#responsive-menu-button {
top: 191px !important;
}
.slider-caption {
width: 70%;
top: 14%;
}
.slider-caption h1 {
font-size: 16px;
line-height: 18px;
}
.main-slider .btn-primary {
padding: 7px 12px;
font-size: 12px;
}
.slider-caption small {
font-size: 12px;
}
.threee-featured .opening-hours li {
line-height: 18px;
}
.threee-featured .fa-clock-o {
font-size: 40px;
margin-bottom: 10px;
}
.hometestimonials iframe {
height: 190px;
}
footer ul li, footer ul li a {
line-height: 26px;
font-size: 13px;
}
}
@media only screen and (max-width:360px) {
.logo-box img {
width: 220px;
}
button#responsive-menu-button {
top: 122px !important;
}
}
@media only screen and (max-width:320px) {
.topbar .btn-primary {
padding: 8px 14px;
font-size: 12px;
}
.logo-box img {
width: 240px;
}
button#responsive-menu-button {
top: 188px !important;
}
.slider-caption {
width: 75%;
}
.slider-caption small {
font-size: 12px;
}
.slider-caption h1 {
margin: 5px 0 6px;
line-height: 21px;
font-size: 15px;
}
.main-slider .btn-primary {
padding: 6px 12px;
font-size: 12px;
}
.threee-featured h3 {
font-size: 18px;
margin-bottom:5px;
}
.header-right ul li:first-child {
font-size: 14px;
}
.main-slider .carousel-control {
top: 35%;
font-size: 30px;
}
.threee-featured .fa {
margin-bottom: 15px;
}
.threee-featured .btn-primary {
font-size: 13px;
padding: 8px;
}
.whyus {
padding: 25px 0 40px;
}
.homeservices .btn-primary {
padding: 10px 30px;
margin-top: 10px;
}
.hometestimonials button {
width: 34px;
height: 34px;
}
.heading {
font-size: 20px;
padding-bottom: 15px;
}
.hometestimonials iframe {
height: 160px;
}
}
.conditions p {
	margin: 3px;
}
.conditions h3 {
	font-size: 17px;
	margin: 15px 0;
}
.topcontent p {
	margin-bottom: 10px;
}
.beatbkpain-sec {
	margin: 25px 0;
}
.beatbkpainlist {
	margin: 15px 0;
}
.beatbkpainlist, .beatbkpainlist p {
	text-align: center;
}
.beatbkpainlist p {
	margin:15px 0 0;
}
.acutebp h3, .beatbkpain-sec h3, .howithlp h3, .chronicbp h3 {
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 20px;
	color: #111;
}
.beatbkpainlist img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.beatbkpainlist h4 {
	font-weight: 700;
	font-size: 20px;
	margin: 18px 0 0;
}
.solutionsec h4 {
	min-height: 50px;
	max-height: 50px;
}
.howithlp a {
	color: #ec8d15;
}

/* sinus section  */

.sinus-sec {
    padding: 40px 0px;
}
.image-wrap {
  position: relative;
  display: inline-block;
}


.main-img {
    width: 86%; 
}

/* Overlay image */
.overlay-img {
    position: absolute;
    bottom: -18px;
    right: -11px;
    width: 247px;
    height: 270px;
    max-width: 71%;
    background: linear-gradient(45deg,#776a09,#080808bd);
    padding: -2px;
    border-radius: 50%;
    box-shadow: 0 16px 40px rgb(20 19 19/37%);
    /* border: 1px solid #000; */
}
.sinus-sec h1 {
    line-height: 50px;
    font-size: 38px;
}
.sinus-sec p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
}
.sinus-sec a {
    margin-top: 32px;
}


/* sinus PAge */
.about {
    background-color: #f9faff;
    padding: 45px 0px;
}

.about .subheading {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #49420b;
    text-transform: uppercase;
    margin-bottom: 11px;
    letter-spacing: 1px;
    background: #0000004f;
    padding: 5px 20px;
    border-radius: 20px;
    position: relative;
}

/* Rotating glowing dot */
.about .subheading:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: radial-gradient(circle, #49420b, #ffe534, #ffb800);
    border-radius: 50%;
    /* box-shadow: 0 0 8px #ffea0000, 0 0 15px #fd0, 0 0 25px #ffb800; */
    animation: rotateDot 1.5s linear infinite;
	display:none !important;
}

/* Animation keyframes for continuous rotation */
@keyframes rotateDot {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}


.about .leftheading {
    font-size: 36px;
    font-weight: 700;
    color: #0a2d45;
    margin-bottom: 20px;
    line-height: 1.3;
}

.about-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-content a.btn {
  background-color: #0077b6;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-content a.btn:hover {
  background-color: #005f91;
  transform: translateY(-2px);
}

/* Image Figure */
.about figure {
  margin: 0;
  position: relative;
}

.about figure img {
    width: 100%;
    height: 341px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,.1);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .about {
    padding: 50px 0;
  }

  .about .leftheading {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .about .leftheading {
    font-size: 24px;
  }

  .about-content p {
    font-size: 15px;
  }
}

/* sinus page condition section */
.condition-section {
    background: #90949987;
    padding: 40px 0px;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #0a2d45;
}

.section-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 28px;
    text-align: center;
}

.info-box {
    background: #fff;
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    transition: all .3s ease;
    height: 290px;
}

.info-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}
.icon-wrap {
    width: 83px;
    height: 71px;
    margin: 0px auto 12px;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrap img {
    /* max-width: 83px; */
    width: 63px;
    height: auto;
    object-fit: contain;
    display: block;
}


.info-box h5 {
  font-size: 20px;
  font-weight: 600;
  color: #0a2d45;
  margin-bottom: 12px;
}

.info-box p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    text-align: center;
}

.solution-section {
    background: #f9fcff;
    padding: 48px 0px;
}
span.center-top {
    font-size: 16px;
    font-weight: 600;
    background: #3a34067d;
    padding: 5px 20px;
    border-radius: 20px;
    color: #000;
    /* margin-bottom: 31px; */
}
section.evidence-section.py-5 {
    padding: 48px 0px;
}

.section-title {
    font-size: 34px;
    font-weight: 700;
    color: #0a2d45;
    margin: 9px 0px;
}

.candidate-section {
    background: #9ea0a359;
    padding: 48px 0px;
}

.candidate-img img {
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
    border-radius: 20px;
}
.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #0a2d45;
}

.section-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

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

.candidate-list li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    color: #000;
    margin-bottom: 16px;
}
.candidate-content p {
    text-align: start;
}
.check-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #49420b, #f7da31);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* FAQ Section */
.faq-section {
    background: #f9fcff;
    padding: 40px 0px;
}

.faq-accordion {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  padding: 10px;
}

/* FAQ Item */
.faq-item {
  border-bottom: 1px solid #eaeaea;
}

.faq-item:last-child {
  border-bottom: none;
}

/* Question Button */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #0a2d45;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}

.faq-question:focus {
  outline: none;
}

/* Toggle Icon */
.toggle-icon {
    font-size: 26px;
    color: #49420b;
    transition: transform .35s ease;
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  opacity: 0;
  transition: max-height 0.45s ease, opacity 0.3s ease;
}

.faq-answer p {
  margin: 0;
  padding-bottom: 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* Active State */
.faq-item.active .faq-answer {
  max-height: 300px;
  opacity: 1;
}

.faq-item.active .toggle-icon {
  transform: rotate(45deg); /* + becomes − */
}



