@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&display=swap");
.col-12.faq {
    background: #EFF4F7;
}


@font-face {
	font-family: "AvenirLTStd-Roman";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/AvenirLTStd-Roman.woff") format("woff");
}
@font-face {
	font-family: "AvenirLTStd-Black";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/AvenirLTStd-Black.woff") format("woff");
}
@font-face {
	font-family: "Avenir LT Std 55 Oblique";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/AvenirLTStd-Oblique.woff") format("woff");
}
body {
	font-family: "AvenirLTStd-Roman";
	font-weight: normal;
	font-size: 16px;
	color: #444;
}
button:focus {
	outline: 0;
}
button,
input[type="submit"] {
	background-color: #73926f;
	color: #fff;
	border: none;
	padding: 15px 28px;
	font-family: "AvenirLTStd-Black";
	font-size: 18px;
}
button i,
input[type="submit"] i {
	margin-left: 10px;
}
button:hover,
input[type="submit"]:hover {
	background-color: #347196;
}
img {
	max-width: 100%;
	height: auto;
}
em {
	font-family: "Avenir LT Std 55 Oblique";
	font-style: normal;
}
ul,
ol {
	margin: 0;
}
b,
strong {
	font-weight: 700;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
	margin: 0 0 0 15px;
}
.alignleft {
	float: left;
	margin: 0 15px 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 35px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 28px;
}
h6 {
	font-size: 23px;
}
p,
li {
	font-size: 16px;
	line-height: 30px;
}
p {
	margin-bottom: 0;
}
a {
	color: #73926f;
}
a:hover,
a:focus {
	color: #73926f;
	text-decoration: none;
}
@media screen and (max-width: 1440px) {
	button,
	input[type="submit"] {
		font-size: 16px;
	}
	h1 {
		font-size: 55px;
	}
	h2 {
		font-size: 45px;
	}
	h3 {
		font-size: 35px;
	}
	h4 {
		font-size: 30px;
	}
	h5 {
		font-size: 25px;
	}
	h6 {
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 21px;
	}
	h5 {
		font-size: 19px;
	}
	h6 {
		font-size: 17px;
	}
	p,
	li,
	body {
		font-size: 15px;
	}
	p,
	li {
		line-height: 26px;
	}
	button,
	input[type="submit"] {
		font-size: 15px;
		padding: 10px 20px;
	}
}
@media screen and (max-width: 575px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 27px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 19px;
	}
	h5 {
		font-size: 17px;
	}
	h6 {
		font-size: 16px;
	}
	p,
	li,
	body {
		font-size: 14px;
	}
	p,
	li {
		line-height: 25px;
	}
	button,
	input[type="submit"] {
		font-size: 14px;
		padding: 7px 17px;
	}
}
.navslide {
	animation-name: nav-slide;
	-webkit-animation-name: nav-slide;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	z-index: 99999;
}
@keyframes nav-slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-70%);
		transform: translateY(-70%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}
@-webkit-keyframes nav-slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-70%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
/* Icon 1 */
.animated-icon2 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}
.animated-icon2 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.animated-icon2 span {
	background: #000;
}
.animated-icon2 span:nth-child(1) {
	top: 0px;
}
.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
	top: 10px;
}
.animated-icon2 span:nth-child(4) {
	top: 20px;
}
.animated-icon2.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}
.animated-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}
nav.navbar.navbar-expand-xl.navbar-light {
	background-color: transparent;
	padding: 20px;
}
nav.navbar.navbar-expand-xl.navbar-light ul.navbar-nav li.nav-item a.nav-link {
	color: #fff;
	font-size: 20px;
}
nav.navbar.navbar-expand-xl.navbar-light ul.navbar-nav li.nav-item.active a,
nav.navbar.navbar-expand-xl.navbar-light ul.navbar-nav li.nav-item a:hover {
	color: #d1e0eb;
}
nav.navbar.navbar-expand-xl.navbar-light ul.navbar-nav .dropdown-toggle::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	margin-left: 0.5rem;
	vertical-align: unset;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	position: relative;
	font-size: 15px;
}
nav.navbar.navbar-expand-xl.navbar-light ul.others-box li.contact-us a {
	background-color: #73926f;
	color: #fff;
	font-family: "AvenirLTStd-Black";
	font-size: 20px;
	padding: 20px;
}
nav.navbar.navbar-expand-xl.navbar-light.navslide,
nav.navbar.navbar-expand-xl.navbar-light.no-banner-nav {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
nav.navbar.navbar-expand-xl.navbar-light.navslide
	ul.navbar-nav
	li.nav-item
	a.nav-link,
nav.navbar.navbar-expand-xl.navbar-light.no-banner-nav
	ul.navbar-nav
	li.nav-item
	a.nav-link {
	color: #444;
}
nav.navbar.navbar-expand-xl.navbar-light.navslide
	ul.navbar-nav
	li.nav-item.active
	a,
nav.navbar.navbar-expand-xl.navbar-light.navslide
	ul.navbar-nav
	li.nav-item
	a:hover,
nav.navbar.navbar-expand-xl.navbar-light.no-banner-nav
	ul.navbar-nav
	li.nav-item.active
	a,
nav.navbar.navbar-expand-xl.navbar-light.no-banner-nav
	ul.navbar-nav
	li.nav-item
	a:hover {
	color: #73926f;
}
.float-cta {
	position: fixed;
	top: 33.5%;
	left: 0;
	z-index: 99;
}
.float-cta a {
	color: #fff;
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.float-cta a i {
	font-size: 25px;
}
.float-cta a:first-of-type {
	background-color: #347196;
}
.float-cta a:last-of-type {
	background-color: #73926f;
}
.navbar-toggler:hover {
	background-color: transparent;
}
.second-level-dropdown > a {
	position: relative;
	color: #444 !important;
}
.second-level-dropdown > a i {
	position: absolute;
	right: 12px;
	top: 14px;
}
.second-level-dropdown .dropdown-item {
	color: #444 !important;
}
.second-level-dropdown .second-level-dropdown-menu {
	list-style-type: none;
	padding-left: 0;
	position: absolute;
	right: -100%;
	top: -1px;
	width: 100%;
	display: none;
}
.second-level-dropdown .second-level-dropdown-menu li a {
	display: block;
	background-color: #eee;
}
@media screen and (min-width: 1200px) {
	nav.navbar.navbar-expand-xl.navbar-light ul.navbar-nav li.nav-item {
		margin: auto 20px;
		line-height: unset;
	}
	nav.navbar.navbar-expand-xl.navbar-light
		ul.navbar-nav
		li.nav-item:last-of-type {
		margin-right: 0;
	}
	nav.navbar.navbar-expand-xl.navbar-light
		ul.navbar-nav
		li.nav-item
		a.nav-link {
		padding: 0;
	}
	.second-level-dropdown:hover > .second-level-dropdown-menu {
		display: block;
	}
}
@media screen and (max-width: 1199px) {
	nav.navbar.navbar-expand-xl.navbar-light {
		background-color: #fff;
		border-bottom: 1px solid #eee;
		padding-left: 25px;
		padding-right: 25px;
	}
	nav.navbar.navbar-expand-xl.navbar-light .cta-nav {
		display: none;
	}
	nav.navbar.navbar-expand-xl.navbar-light .navbar-toggler {
		border: none;
		padding-top: 0;
		padding-right: 0;
		padding-left: 35px;
	}
	nav.navbar.navbar-expand-xl.navbar-light .navbar-brand {
		margin-right: 0;
	}
	nav.navbar.navbar-expand-xl.navbar-light ul.others-box {
		margin-bottom: 0 !important;
	}
	nav.navbar.navbar-expand-xl.navbar-light ul.others-box li.contact-us {
		border: none;
	}
	nav.navbar.navbar-expand-xl.navbar-light ul.others-box li.contact-us a {
		display: block;
		padding: 10px;
		font-size: 15px;
	}
	nav.navbar.navbar-expand-xl.navbar-light ul.navbar-nav {
		text-align: center;
		border-top: 1px solid #ddd;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	nav.navbar.navbar-expand-xl.navbar-light ul.navbar-nav li.nav-item {
		line-height: unset;
		border-bottom: 1px solid #ddd;
	}
	nav.navbar.navbar-expand-xl.navbar-light
		ul.navbar-nav
		li.nav-item
		a.nav-link {
		color: #444;
		padding-top: 0.7rem;
		padding-bottom: 0.7rem;
		font-size: 15px;
	}
	.float-cta {
		display: none;
	}
}
@media screen and (max-width: 575px) {
	nav.navbar.navbar-expand-xl.navbar-light {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 375px) {
	nav.navbar.navbar-expand-xl.navbar-light a.navbar-brand {
		max-width: 260px;
	}
}
@media screen and (max-width: 359px) {
	nav.navbar.navbar-expand-xl.navbar-light a.navbar-brand {
		max-width: 220px;
	}
}
@media screen and (min-width: 1200px) {
	nav.navbar.navbar-expand-xl.navbar-light
		ul.navbar-nav
		.dropdown:hover
		> .dropdown-menu {
		display: block;
	}
}
nav.navbar.navbar-expand-xl.navbar-light .dropdown.others {
	display: none;
}
nav.navbar.navbar-expand-xl.navbar-light .dropdown .dropdown-menu {
	background-color: transparent;
	border: none;
	border-radius: 0;
	border-top: 1px solid #ddd;
	margin: 0;
	padding-top: 0;
}
nav.navbar.navbar-expand-xl.navbar-light .dropdown .dropdown-menu li {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
}
nav.navbar.navbar-expand-xl.navbar-light .dropdown .dropdown-menu li a {
	line-height: normal;
	padding: 18px 47px;
	color: #444;
	font-size: 15px;
	text-align: center;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
nav.navbar.navbar-expand-xl.navbar-light .dropdown .dropdown-menu li a:hover {
	background-color: #73926f;
	color: #fff !important;
}
@media screen and (max-width: 1199px) {
	nav.navbar.navbar-expand-xl.navbar-light li.nav-item:hover.dropdown:before {
		color: #444;
	}
	nav.navbar.navbar-expand-xl.navbar-light li.nav-item.dropdown {
		position: relative;
	}
	nav.navbar.navbar-expand-xl.navbar-light li.nav-item.dropdown a.nav-link {
		display: table;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 2;
	}
	nav.navbar.navbar-expand-xl.navbar-light
		li.nav-item.dropdown
		a.nav-link:after {
		content: none;
	}
	nav.navbar.navbar-expand-xl.navbar-light
		li.nav-item.dropdown
		span.dropdown-trigger {
		display: block;
		width: 100%;
		height: 43px;
		position: absolute;
		top: 0;
		z-index: 1;
	}
	nav.navbar.navbar-expand-xl.navbar-light li.nav-item.dropdown:before {
		position: absolute;
		right: 1rem;
		top: 10px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f107";
		margin-left: 0.5rem;
		vertical-align: unset;
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: none;
	}
	nav.navbar.navbar-expand-xl.navbar-light li.nav-item.dropdown .dropdown-menu {
		text-align: center;
		padding-bottom: 0;
		padding-top: 0;
		z-index: 999999;
	}
	nav.navbar.navbar-expand-xl.navbar-light
		li.nav-item.dropdown
		.dropdown-menu
		li {
		border-left: none;
		border-right: none;
	}
	nav.navbar.navbar-expand-xl.navbar-light
		li.nav-item.dropdown
		.dropdown-menu
		li:last-of-type {
		border-bottom: none;
	}
	nav.navbar.navbar-expand-xl.navbar-light
		li.nav-item.dropdown
		.dropdown-menu
		li
		a {
		background-color: transparent;
		color: #444;
		padding-top: 0.7rem;
		padding-bottom: 0.7rem;
		font-size: 15px;
	}
	.second-level-dropdown .second-level-dropdown-menu {
		position: relative;
		right: 0;
		top: 0px;
		width: 100%;
	}
	nav.navbar.navbar-expand-xl.navbar-light .dropdown .dropdown-menu li a:hover {
		color: #444 !important;
	}
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: red;
	color: red;
}
@media screen and (max-width: 767px) {
	div.wpcf7 .ajax-loader {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
}
footer {
	background-color: #fff;
	border-top: 1px solid #eee;
}
footer .footer-details {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
footer .box1,
footer .box2,
footer .box3 {
	padding-left: 15px;
	padding-right: 15px;
}
footer .box1 {
	width: 30%;
}
footer .box2 {
	width: 28%;
}
footer .box3 {
	width: 42%;
}
footer .box1 p {
	color: rgba(68, 68, 68, 0.302);
	font-size: 12px;
	margin-top: 15px;
}
footer .contact-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
footer .contact-details:last-of-type {
	margin-bottom: 0;
}
footer .contact-details p {
	font-size: 14px;
}
footer .contact-details p a {
	color: inherit;
}
footer .contact-details .detail1 {
	width: 17%;
}
footer .contact-details .detail2 {
	width: 83%;
}
footer .contact-details .detail1 p {
	color: rgba(68, 68, 68, 0.302);
}
@media screen and (min-width: 992px) {
	footer .box3 .contact-details:first-of-type p br {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	footer .box1 {
		width: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		text-align: center;
		margin-top: 20px;
	}
	footer .box2,
	footer .box3 {
		width: 50%;
	}
	footer .box2 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	footer .box3 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	footer .contact-details .detail1 {
		width: 20%;
	}
	footer .contact-details .detail2 {
		width: 80%;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	footer .container {
		padding-left: 0;
		padding-right: 0;
	}
	footer .contact-details .detail1 {
		width: 22%;
	}
	footer .contact-details .detail2 {
		width: 78%;
	}
}
@media screen and (max-width: 575px) {
	footer .box1 {
		margin-top: 10px;
	}
	footer .box2,
	footer .box3 {
		width: 100%;
	}
	footer .contact-details {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
		margin-bottom: 15px;
	}
	footer .contact-details .detail1,
	footer .contact-details .detail2 {
		width: 100%;
	}
}
@media screen and (min-width: 1200px) {
	footer .container {
		max-width: 1200px;
	}
	.mobile-footer-nav {
		display: none;
	}
}
@media screen and (max-width: 1199px) {
	.mobile-footer-nav {
		background-color: #73926f;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		position: fixed;
		bottom: 0;
		z-index: 15;
		width: 100%;
	}
	.mobile-footer-nav a {
		width: 33.3333333333%;
		padding: 10px 15px;
		border-right: 1px solid rgba(255, 255, 255, 0.5);
	}
	.mobile-footer-nav a:last-of-type {
		border-right: 0;
	}
	.mobile-footer-nav .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	.mobile-footer-nav a,
	.mobile-footer-nav span {
		text-align: center;
	}
	.mobile-footer-nav span {
		line-height: normal;
	}
	.mobile-footer-nav a i,
	.mobile-footer-nav a span,
	.mobile-footer-nav span i,
	.mobile-footer-nav span span {
		color: #fff;
	}
	.mobile-footer-nav a i,
	.mobile-footer-nav span i {
		font-size: 22px;
		height: 22px;
		width: 22px;
	}
	.mobile-footer-nav a i.fab {
		font-size: 26px;
	}
	.mobile-footer-nav a span,
	.mobile-footer-nav span span {
		display: block;
		font-size: 13px;
	}
}
@media screen and (max-width: 575px) {
	.mobile-footer-nav a i,
	.mobile-footer-nav span i {
		font-size: 20px;
		height: 20px;
		width: 20px;
	}
	.mobile-footer-nav a i.fab {
		font-size: 24px;
	}
	.mobile-footer-nav a span,
	.mobile-footer-nav span span {
		font-size: 11px;
	}
}
@media screen and (min-width: 1200px) {
	.phone-link {
		pointer-events: none;
		cursor: default;
	}
	.container {
		max-width: 1200px;
	}
}
.banner-carousel {
	position: relative;
}
.banner-carousel .float-img {
	width: unset;
	position: absolute;
	z-index: 1;
}
.banner-carousel .float-img1 {
	top: 0;
	right: 0;
}
.banner-carousel .float-img2 {
	bottom: 0;
	left: 0;
}
.banner-carousel .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.502);
	background-attachment: fixed;
}
.banner-carousel .overlay:before,
.banner-carousel .overlay:after {
	position: absolute;
}
.banner-carousel .overlay:before {
	content: url("../images/float-img1.png");
	top: 0;
	right: 0;
}
.banner-carousel .overlay:after {
	content: url("../images/float-img2.png");
	bottom: 0;
	left: 0;
}
.banner-carousel img {
	width: 100%;
}
.banner-carousel .carousel-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: unset;
	right: unset;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
.banner-carousel .carousel-indicators {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	right: unset;
	margin-right: 0;
	margin-bottom: 4rem;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 17rem !important;
}
.banner-carousel .carousel-indicators li {
	margin-right: 15px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.banner-carousel .carousel-indicators li.active {
	width: 15px;
	height: 15px;
}
.banner-carousel .carousel-indicators li:last-of-type {
	margin-right: 0;
}
.banner-carousel .right-image {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;
}
.banner-carousel .carousel-box {
	text-align: left;
	margin-top: -20px;
}
.banner-carousel .carousel-box h1,
.banner-carousel .carousel-box .meta-title,
.banner-carousel .carousel-box p {
	color: #fff;
}
.banner-carousel .carousel-box h1,
.banner-carousel .carousel-box .meta-title{
	font-size: 50px;
	margin-bottom: 15px;
	font-family: "Montserrat",sans-serif;
    font-weight: 700;
	line-height: 1.2;
	margin-top: 0;
}
@media(max-width:1600px){
	.banner-carousel .carousel-box h1,
	.banner-carousel .carousel-box .meta-title{
		font-size: 39px;
		margin-bottom: 15px;
	}
}
@media(max-width:1440px){
	.banner-carousel .carousel-box h1,
	.banner-carousel .carousel-box .meta-title{
		font-size: 35px;
		margin-bottom: 15px;
	}
}
@media(max-width:1366px){
	.banner-carousel .carousel-box h1,
	.banner-carousel .carousel-box .meta-title{
		font-size: 33px;
		margin-bottom: 15px;
	}
}
.banner-carousel .carousel-box h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 3px;
}
.banner-carousel .carousel-box p {
	font-size: 20px;
	line-height: 35px;
	width: 37%;
}
.banner-carousel .carousel-box button {
	margin-top: 1.8rem;
}
@media screen and (min-width: 768px) {
	.banner-carousel .for-sm {
		display: none;
	}
	.banner-carousel .carousel-caption,
	.banner-carousel .carousel-indicators {
		max-width: 720px;
	}
}
@media screen and (min-width: 992px) {
	.banner-carousel .carousel-caption,
	.banner-carousel .carousel-indicators {
		max-width: 960px;
	}
}
@media screen and (min-width: 1200px) {
	.banner-carousel .carousel-caption,
	.banner-carousel .carousel-indicators {
		max-width: 1140px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (min-width: 1300px) {
	.banner-carousel .carousel-caption,
	.banner-carousel .carousel-indicators {
		max-width: 1200px;
	}
}
@media screen and (min-width: 1440px) {
	.banner-carousel .carousel-caption,
	.banner-carousel .carousel-indicators {
		max-width: 1280px;
	}
}
@media screen and (min-width: 1600px) {
	.banner-carousel .carousel-caption,
	.banner-carousel .carousel-indicators {
		max-width: 1450px;
	}
}
@media screen and (min-width: 1700px) {
	.banner-carousel .carousel-caption,
	.banner-carousel .carousel-indicators {
		max-width: 1600px;
	}
}
.sections-home {
	position: relative;
	padding-top: 6rem;
	padding-bottom: 6.5rem;
}
.sections-home .float-img {
	position: absolute;
	opacity: 0.5;
}
.sections-home .section-title {
	text-align: center;
	margin-bottom: 25px;
}
.sections-home .section-title p {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 4px;
}
.sections-home .section-title .sub-text p {
	font-family: "AvenirLTStd-Roman";
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0;
	text-transform: none;
}
.our-mission {
	margin-top: 4rem;
}
.our-mission .section-title p {
	font-size: 22px;
}
.section-about-home .float-img-3 {
	top: 0;
	left: 0;
}
.section-about-home .float-img-4 {
	bottom: 10%;
	right: 0;
}
.section-about-home .intro-text {
	text-align: center;
	margin-bottom: 70px;
}
.section-about-home .custom-container .box1,
.section-about-home .custom-container .box2,
.section-about-home .custom-container .box3 {
	padding-left: 15px;
	padding-right: 15px;
}
.section-about-home .custom-container .box1 {
	width: 33%;
}
.section-about-home .custom-container .box2 {
	width: 34%;
}
.section-about-home .custom-container .box3 {
	width: 33%;
}
.section-about-home .custom-container .img-box {
	text-align: center;
}
.section-about-home .custom-container .about-dr .title {
	margin-bottom: 15px;
}
.section-about-home .custom-container .about-dr .title p {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 4px;
}
.section-about-home .custom-container .our-mission {
	text-align: right;
}
.section-about-home .custom-container .our-mission .title {
	margin-bottom: 20px;
}
.section-about-home .custom-container .our-mission .title h6 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 4px;
}
.section-about-home .custom-container .our-mission .content p {
	font-size: 25px;
	line-height: 40px;
}
@media screen and (min-width: 1200px) {
	.section-about-home .custom-container {
		max-width: 1150px;
	}
}
@media screen and (min-width: 1300px) {
	.section-about-home .custom-container {
		max-width: 1200px;
	}
}
@media screen and (min-width: 1400px) {
	.section-about-home .custom-container {
		max-width: 1300px;
	}
}
@media screen and (min-width: 1600px) {
	.section-about-home .custom-container {
		max-width: 1520px;
	}
}
.section-home-services {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.section-home-services .fullwidth-temp .service-box-row .col-sm-6 a {
	display: block;
}
.section-home-services .fullwidth-temp .col-sm-6 {
	padding-left: 0;
	padding-right: 0;
}
.section-home-services .fullwidth-temp .service-box {
	position: relative;
}
.section-home-services .fullwidth-temp .service-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background-attachment: fixed;
	background-color: rgba(68, 68, 68, 0.6);
	z-index: 1;
}
.section-home-services .fullwidth-temp .service-box .img-box img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 100%;
}
.section-home-services .fullwidth-temp .service-box .title-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
}
.section-home-services .fullwidth-temp .service-box .title-text p {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 30px;
	margin-top: 25px;
}
.section-home-services .fullwidth-temp .service-box .hover-text {
	background-color: rgba(115, 146, 111, 0.7);
	padding: 40px 15px;
	text-align: center;
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-home-services .fullwidth-temp .service-box .hover-text h6,
.section-home-services .fullwidth-temp .service-box .hover-text p,
.section-home-services .fullwidth-temp .service-box .hover-text span {
	color: #fff;
}
.section-home-services .fullwidth-temp .service-box .hover-text h6 {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 30px;
	margin-top: 15px;
}
.section-home-services .fullwidth-temp .service-box .hover-text span {
	display: block;
	margin-top: 15px;
	font-family: "AvenirLTStd-Black";
	font-weight: normal;
	font-size: 14px;
}
.section-home-services .fullwidth-temp .service-box .hover-text span i {
	margin-left: 10px;
}
@media screen and (min-width: 1200px) {
	.section-home-services .fullwidth-temp .service-box .hover-text {
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		opacity: 0;
	}
	.section-home-services .fullwidth-temp .service-box .hover-text .text {
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	.section-home-services .fullwidth-temp .service-box:hover .title-text {
		opacity: 0;
	}
	.section-home-services .fullwidth-temp .service-box:hover .hover-text {
		opacity: 1;
	}
	.section-home-services .fullwidth-temp .service-box:hover .hover-text .text {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.section-home-specialised .float-img-5 {
	top: 5%;
	right: 0;
}
.section-home-specialised .float-img-6 {
	bottom: 0;
	left: 0;
}
.section-home-specialised .alternate-row {
	margin-top: 50px;
}
.section-home-specialised .alternate-row .box-left {
	padding-right: 3rem;
}
.section-home-specialised .alternate-row .box-right {
	padding-left: 3rem;
}
.section-home-choose .float-img-7 {
	bottom: 0;
	left: 0;
}
.section-home-choose .icon-home-row {
	margin-top: 30px;
}
.icon-text-box .icon {
	margin-bottom: 40px;
}
.icon-text-box .icon-circle {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	width: 200px;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.icon-text-box .text {
	text-align: center;
}
.icon-text-box .text p {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.section-form {
	position: relative;
}
.section-form .float-img8 {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
	z-index: -1;
}
.section-form .col-xl-6 {
	padding-left: 0;
	padding-right: 0;
}
.section-form input[type="submit"] {
	font-family: "AvenirLTStd-Black", "Font Awesome 5 Free";
	font-weight: bold;
}
.section-form .form-group {
	margin-bottom: 30px;
}
.section-form .form-group:last-of-type {
	margin-bottom: 0;
}
.section-form .form-control {
	background-color: #fff;
	border-color: #ddd;
	border-radius: 0;
	padding-left: 30px;
	padding-right: 30px;
}
.section-form .form-control:focus {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ddd;
}
.section-form textarea.form-control {
	height: 120px;
	padding-top: 15px;
}
.section-form input[type="text"],
.section-form input[type="email"],
.section-form input[type="tel"],
.section-form .input-group-text {
	height: 65px;
}
.section-form .form-control,
.section-form .form-control::-webkit-input-placeholder {
	color: #444;
	font-size: 16px;
}
.section-form .form-control,
.section-form .form-control::-moz-placeholder {
	color: #444;
	font-size: 16px;
}
.section-form .form-control,
.section-form .form-control::-ms-input-placeholder {
	color: #444;
	font-size: 16px;
}
.section-form .form-control,
.section-form .form-control::placeholder {
	color: #444;
	font-size: 16px;
}
.section-form .form-box {
	padding-left: 3rem;
	padding-right: 7rem;
}
.section-form .form-box .title {
	margin-bottom: 25px;
}
.section-form .form-box .title p {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 4px;
}
.section-form .form-box .title h6 {
	font-size: 16px;
}
.section-form .form-box .title .contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-top: 10px;
}
.section-form .form-box .title .contact-info span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 9%;
	flex: 0 0 9%;
}
.section-form .form-box .title .contact-info a {
	font-weight: bold;
	color: #444;
	font-family: "Montserrat", sans-serif;
}
.section-form .map-container {
	overflow: hidden;
	position: relative;
	height: 700px;
}
.section-form .map-container iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	/* -webkit-filter: grayscale(100%);
	filter: grayscale(100%); */
}
@media screen and (min-width: 1200px) {
	.thanks-page .carousel-box {
		padding-right: 20rem;
	}
}
@media screen and (min-width: 768px) {
	.btn-captcha {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
	.btn-captcha .g-recaptcha.wpcf7-recaptcha > div,
	.btn-captcha input[type="submit"] {
		height: 58px !important;
	}
	.btn-captcha input[type="submit"] {
		margin-left: 0rem;
	}
}
form.invalid .custom-select-form {
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	form.invalid .custom-select-form {
		margin-bottom: 20px;
	}
}
.wpcf7 form .wpcf7-response-output {
	text-align: center;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: red;
	color: red;
}
.custom-select-form .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -87px;
	width: 200px;
}
@media screen and (max-width: 767px) {
	div.wpcf7 .ajax-loader {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	.wpcf7 form .wpcf7-response-output {
		margin-top: 0;
	}
}
.inner-pages-banner {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.7)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/about-banner.jpg) !important;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
		url(../images/about-banner.jpg) !important;
	height: 37rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.inner-pages-banner.our-clinic-banner{
	height: auto;
}

.inner-pages-banner .container-fluid h1,
.inner-pages-banner .container-fluid h5,
.inner-pages-banner .container-fluid p {
	color: #fff;
}
.inner-pages-banner .container-fluid h5 {
	font-size: 16px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.inner-pages-banner .container-fluid .banner-bg {
	position: relative;
	height: auto;
}
.inner-pages-banner .container-fluid .banner-caption {
	position: relative;
	padding: 13rem 0;
	z-index: 2;
	padding-left: 16rem;
}
.inner-pages-banner .container-fluid .banner-caption .holder {
	overflow: hidden;
}
.inner-pages-banner .container-fluid > p {
	font-size: 20px;
}
.about-dr {
	position: relative;
}
.about-dr .float-left {
	position: absolute;
	left: 0;
	top: 0;
}
.about-dr .dr-float {
	position: absolute;
	bottom: 0;
	right: 13%;
}
.about-dr .title p,
.about-dr .title .meta-subtitle{
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 4px;
	margin-bottom: 0;
}

.about-dr .title .meta-title{
	font-size: 40px;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: unset;
	margin-bottom: 0.5rem;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	margin: 5px 18px;
}
.section-awards .container-fluid {
	padding: 0;
}
.section-awards .container-fluid .row {
	margin: 0;
}
.section-awards .container-fluid .row .col-lg-6 {
	padding: 0;
	background-color: #347196;
}
.section-awards .container-fluid .row .col-lg-6 .awards-box {
	padding: 5rem 5rem;
}
.section-awards .container-fluid .row .col-lg-6 .awards-box h2,
.section-awards .container-fluid .row .col-lg-6 .awards-box p,
.section-awards .container-fluid .row .col-lg-6 .awards-box ul li,
.section-awards .container-fluid .row .col-lg-6 .awards-box ul {
	color: #fff;
}
.section-awards .container-fluid .row .col-lg-6 .awards-box ul {
	margin-top: 1rem;
	padding-left: 16px;
}
.section-awards .container-fluid .row .col-lg-6:nth-of-type(2) {
	background-color: #73926f;
}
.inner-pages-form {
	padding: 6rem 0;
}
.our-clinic-banner {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.7)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/our-clinic-banner.jpg) !important;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
		url(../images/our-clinic-banner.jpg) !important;
}
.about-clinic .circle-float {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
}
.owl-theme .owl-nav {
	margin-top: 3rem;
}
.contact-banner {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.7)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/contact-banner.jpg) !important;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
		url(../images/contact-banner.jpg) !important;
}
.contact-page-info {
	background-color: #eff4f7;
}
.contact-page-info .float-img {
	top: 0;
}
.contact-page-info .title {
	margin-bottom: 2rem;
}
.contact-page-info .title h3 {
	font-size: 30px;
}
.contact-page-info .title h3 a {
	color: #444444;
}
.faq-banner {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.7)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/faq-banner.jpg) !important;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
		url(../images/faq-banner.jpg) !important;
}
.faq .panel-group {
	overflow: hidden;
}
.faq .panel-group div.panel-default:nth-last-of-type(1) {
	margin-bottom: 0rem;
}
.faq .panel-group h6 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.faq .panel-default {
	overflow: hidden;
	border: 1px solid #444;
	margin-bottom: 1.5rem;
}
.faq .panel-heading {
	padding: 26px 32px;
	background-color: transparent;
}
.faq .panel-title > a,
.faq .inner-pages .faq .panel-title > a:active {
	display: block;
	color: #444;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}
.faq .panel-heading a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	float: right;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.faq .panel-heading.active a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f106";
	float: right;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.faq .panel-default.active {
	background-color: transparent;
	border: 1px solid #444;
}
.faq .panel-default.active .panel-body {
	color: #444;
	background-color: transparent;
	border-radius: 7px;
}
.faq .panel-heading.active {
	background-color: transparent;
}
.faq .panel-heading.active .panel-title a {
	color: #444;
}
.faq .panel-body {
	padding: 0px 32px 33px 32px;
	background-color: transparent;
}
.faq-form {
	background-color: #eff4f7;
}
.blog-banner {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.7)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/blog-banner.jpg) !important;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
		url(../images/blog-banner.jpg) !important;
}
.blog .col-lg-12 a,
.blog .col-md-6 a {
	color: #444;
}
.blog .blog-box {
	margin-bottom: 2rem;
}
.blog .blog-box h2 {
	font-size: 25px;
}
.blog .blog-box img {
	margin-bottom: 2rem;
}
.blog .blog-pagination {
	margin-top: 3rem;
}
.blog .blog-pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.blog .blog-pagination ul li {
	margin: 0 10px;
}
.blog .blog-pagination ul li a {
	color: #444;
	padding: 6px 10px;
}
.blog .blog-pagination ul li.active a {
	background-color: #73926f;
	padding: 6px 10px;
	border-radius: 50%;
	color: #fff;
}
.blog-single {
	margin-top: 6rem;
}
.blog-single .breadcrumbs {
	margin-bottom: 2rem;
}
.blog-single .breadcrumbs a,
.blog-single .breadcrumbs span {
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
}
.blog-single .breadcrumbs i {
	padding: 0 15px;
}
.blog-single img {
	max-width: 100%;
	margin: 2rem 0;
}
.blog-single h2 {
	font-size: 30px;
}
.related-blog {
	padding-top: 2rem;
}
.services-banner {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.7)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/services-banner.jpg) !important;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
		url(../images/services-banner.jpg) !important;
}
.category .title {
	margin-bottom: 2rem;
}
.category .title p {
	color: #444;
}
.category .category-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #73926f;
	padding: 2rem 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2rem;
}
.category .category-box img {
	padding-right: 20px;
}
.category .category-box h5 {
	color: #fff;
	font-size: 25px;
}
.services-content {
	background-color: #eff4f7;
}
.services-content .services-title {
	margin-top: 2rem;
	height: 46px;
}
.services-content .services-title h5 {
	font-size: 25px;
}
.services-content .services-row {
	margin-bottom: 4rem;
}
.services-content .services-headline img {
	margin: 1rem auto;
}
.services-content .services-links .services-box {
	background-color: #fff;
	padding: 20px 20px;
	position: relative;
	border: 1px solid #ddd;
	padding-right: 7rem;
	margin-bottom: 2rem;
}
.services-content .services-links .services-box p {
	color: #444;
}
.services-content .services-links .services-box i {
	position: absolute;
	right: 17px;
	top: 18px;
	color: #347196;
	padding: 10px;
	border-radius: 50%;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.services-content .services-links .services-box.non-active {
	opacity: 0.5;
}
.services-content .services-links .services-box:hover i {
	background-color: #73926f;
	color: #fff;
}
.services-single-banner {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.7)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/services-single-banner.jpg) !important;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
		url(../images/services-single-banner.jpg) !important;
}
.services-single-content .row {
	margin-bottom: 4rem;
}
.services-single-content .services-single-box {
	padding: 15px 15px;
	text-align: left;
	border: 1px solid #ddd;
	margin-top: 2rem;
}
.services-single-content .services-single-box p {
	font-size: 20px;
}
.key-procedure-banner {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.7)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/key-procedure-banner.jpg) !important;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
		url(../images/key-procedure-banner.jpg) !important;
}
.choose-key {
	background-color: #fff !important;
}
@media screen and (max-width: 1700px) {
	.banner-carousel .right-image img {
		max-width: 900px;
	}
	.section-home-services .fullwidth-temp .service-box .title-text p {
		font-size: 20px;
		margin-top: 11px;
	}
	.section-home-services .fullwidth-temp .service-box .hover-text {
		padding: 30px 15px;
	}
	.section-home-services .fullwidth-temp .service-box .hover-text h6 {
		font-size: 20px;
		margin-top: 8px;
	}
	.section-home-services .fullwidth-temp .service-box .hover-text p {
		font-size: 14px;
		line-height: 23px;
	}
	.section-home-services .fullwidth-temp .service-box .hover-text span {
		margin-top: 10px;
		font-size: 13px;
	}
}
@media screen and (max-width: 1600px) {
	.banner-carousel .right-image img {
		max-width: 700px;
	}
	.inner-pages-banner .container-fluid .banner-caption {
		padding-left: 7rem;
	}
	.about-dr .dr-float {
		position: absolute;
		bottom: 0;
		right: 8%;
		width: 29rem;
	}
}
@media screen and (max-width: 1440px) {
	.banner-carousel .carousel-indicators {
		margin-bottom: 2rem;
		padding-right: 15rem !important;
	}

	
	.banner-carousel .carousel-box p {
		font-size: 17px;
		line-height: 30px;
	}
	.banner-carousel .right-image img {
		max-width: 630px;
	}
	.section-about-home .custom-container .our-mission .content p {
		font-size: 19px;
		line-height: 30px;
	}
	.section-form .form-box {
		padding-left: 2rem;
		padding-right: 3rem;
	}
}
@media screen and (max-width: 1370px) {
	.banner-carousel .carousel-indicators {
		padding-right: 13rem !important;
	}

	.banner-carousel .right-image img {
		max-width: 600px;
	}
	.section-home-services .fullwidth-temp .service-box .title-text p {
		font-size: 17px;
	}
	.section-home-services .fullwidth-temp .service-box .hover-text img {
		max-width: 50px;
	}
	.section-home-services .fullwidth-temp .service-box .hover-text h6 {
		font-size: 17px;
	}
}
@media screen and (max-width: 1280px) {
	.banner-carousel .carousel-indicators {
		padding-right: 12rem !important;
	}

	.banner-carousel .right-image img {
		max-width: 530px;
	}
}
@media screen and (max-width: 1199px) {
	.banner-carousel {
		margin-top: 113px;
	}
	.banner-carousel .overlay:before {
		max-width: 300px;
	}
	.banner-carousel .overlay:after {
		max-width: 250px;
	}

	
	.banner-carousel .carousel-box h6 {
		font-size: 15px;
	}
	.banner-carousel .carousel-box p {
		font-size: 16px;
		width: 45%;
	}
	.banner-carousel .right-image img {
		max-width: 550px;
	}
	.sections-home {
		padding-top: 3.5rem;
		padding-bottom: 4rem;
	}
	.sections-home .section-title {
		margin-bottom: 15px;
	}
	.sections-home .section-title p {
		font-size: 10px;
	}
	.section-about-home .float-img-3 img {
		max-width: 300px;
	}
	.section-about-home .float-img-4 {
		bottom: 0;
	}
	.section-about-home .float-img-4 img {
		max-width: 250px;
	}
	.section-about-home .custom-container .box1 {
		width: 50%;
	}
	.section-about-home .custom-container .box2 {
		width: 50%;
	}
	.section-about-home .custom-container .box3 {
		width: 100%;
	}
	.section-about-home .custom-container .about-dr .title {
		margin-bottom: 10px;
	}
	.section-about-home .custom-container .about-dr .title p {
		font-size: 10px;
	}
	.section-about-home .custom-container .our-mission {
		text-align: center;
		margin-top: 30px;
	}
	.section-about-home .custom-container .our-mission .title {
		margin-bottom: 10px;
	}
	.section-about-home .custom-container .our-mission .title h6 {
		font-size: 18px;
	}
	.section-about-home .custom-container .our-mission .content p {
		font-size: 16px;
		line-height: 27px;
	}
	.section-home-services .fullwidth-temp .service-box-row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.section-home-services .fullwidth-temp .service-box .title-text {
		display: none;
	}
	.section-home-specialised .alternate-row .box-left {
		padding-right: 1rem;
	}
	.section-home-specialised .alternate-row .box-right {
		padding-left: 1rem;
	}
	.section-home-choose .icon-home-row {
		margin-top: -20px;
	}
	.icon-text-box {
		margin-top: 35px;
	}
	.icon-text-box .icon {
		margin-bottom: 20px;
	}
	.icon-text-box .text p {
		font-size: 16px;
	}
	.section-form .form-box {
		padding-top: 3.5rem;
		padding-bottom: 4rem;
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-form .form-box .title {
		text-align: center;
	}
	.section-form .form-box .title h2 br {
		display: none;
	}
	.section-form .form-box .title p {
		font-size: 10px;
	}
	.section-form .map-container {
		height: 400px;
	}
}
@media screen and (max-width: 991px) {
	.banner-carousel .carousel-indicators {
		margin-bottom: 1rem;
		padding-right: 9rem !important;
	}
	.banner-carousel .overlay:before {
		max-width: 200px;
	}
	.banner-carousel .overlay:after {
		max-width: 150px;
	}
	.banner-carousel .carousel-box h1,
	.banner-carousel .carousel-box .meta-title{
		font-size: 40px;
	}
	.banner-carousel .carousel-box h6 {
		font-size: 13px;
	}
	.banner-carousel .carousel-box p {
		font-size: 15px;
		line-height: 26px;
		width: 55%;
	}
	.banner-carousel .right-image img {
		max-width: 415px;
	}
	.section-home-services .fullwidth-temp .service-box .hover-text img {
		max-width: 80px;
	}
	.section-home-specialised .section-title {
		margin-bottom: 0;
	}
	.section-home-specialised .alternate-row {
		margin-top: 35px;
	}
	.section-home-specialised .alternate-row .box-left {
		padding-right: 0;
	}
	.section-home-specialised .alternate-row .box-right {
		padding-left: 0;
	}
	.section-home-specialised .alternate-row .img-box {
		text-align: center;
		margin-top: 10px;
	}
	.section-form .form-control,
	.section-form .form-control::-webkit-input-placeholder,
	.section-form .select-selected,
	.section-form .select-items div {
		font-size: 16px;
	}
	.section-form .form-control,
	.section-form .form-control::-moz-placeholder,
	.section-form .select-selected,
	.section-form .select-items div {
		font-size: 16px;
	}
	.section-form .form-control,
	.section-form .form-control::-ms-input-placeholder,
	.section-form .select-selected,
	.section-form .select-items div {
		font-size: 16px;
	}
	.section-form .form-control,
	.section-form .form-control::placeholder,
	.section-form .select-selected,
	.section-form .select-items div {
		font-size: 16px;
	}
	.about-dr .dr-float {
		position: relative;
		bottom: -4rem;
		right: 0;
		width: 29rem;
		margin-top: 0rem;
		display: block;
		margin: 0 auto;
	}
	.inner-pages-banner .container-fluid .banner-caption {
		padding-left: 1rem;
	}
	.about-clinic .col-lg-6 img {
		display: block;
		margin: 2rem auto;
	}
	.about-clinic .circle-float {
		display: none;
	}
	.contact-page-info .title h3 {
		font-size: 23px;
	}
	nav.navbar.navbar-expand-xl.navbar-light ul.navbar-nav li.nav-item.active,
	.second-level-dropdown.active {
		background-color: #73926f !important;
	}
	nav.navbar.navbar-expand-xl.navbar-light
		ul.navbar-nav
		li.nav-item.active
		> .nav-link,
	nav.navbar.navbar-expand-xl.navbar-light
		.dropdown
		.dropdown-menu
		.second-level-dropdown.active
		a.dropdown-item,
	nav.navbar.navbar-expand-xl.navbar-light li.nav-item.dropdown.active:before {
		color: #fff !important;
	}
}
@media screen and (max-width: 767px) {
	.banner-carousel .carousel-indicators {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 1rem;
		padding-right: 0 !important;
	}
	.banner-carousel .for-banner-bg {
		height: 35rem;
		width: auto;
		max-width: unset;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.banner-carousel .carousel-caption {
		background-color: rgba(0, 0, 0, 0.4);
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.banner-carousel .carousel-box {
		text-align: center;
		padding: 30px 20px;
	}
	.banner-carousel .carousel-box p {
		width: 100%;
	}
	.banner-carousel .right-image {
		left: 0;
	}
	.banner-carousel .right-image img {
		max-width: 767px;
	}
	.section-about-home .intro-text {
		margin-bottom: 40px;
	}
	.section-about-home .custom-container .box1,
	.section-about-home .custom-container .box2 {
		width: 100%;
	}
	.section-about-home .custom-container .img-box {
		margin-top: 20px;
	}
	.section-about-home .custom-container .img-box img {
		max-width: 350px;
	}
	.section-form input[type="text"],
	.section-form input[type="email"],
	.section-form input[type="tel"],
	.section-form .select-selected {
		height: 50px;
	}
	.section-form textarea.form-control {
		height: 100px;
	}
	.section-form .form-group {
		margin-bottom: 25px;
	}
	.section-form .form-control {
		padding-left: 20px;
		padding-right: 20px;
	}
	.section-form .btn-captcha {
		text-align: center;
	}
	.section-form .btn-captcha .g-recaptcha.wpcf7-recaptcha > div {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0.2rem;
		margin-bottom: 25px;
	}
	.inner-pages-banner {
		height: 29rem;
	}
	.section-awards .container-fluid .row .col-lg-6 .awards-box {
		padding: 2rem 2rem;
	}
	.inner-pages-form {
		padding: 0rem 0;
	}
	.services-content .services-title {
		height: auto;
	}
}
@media screen and (max-width: 600px) {
	.banner-carousel .right-image img {
		max-width: 430px;
	}
}

@media screen and (max-width: 575px) {
	.banner-carousel .for-banner-bg {
		height: 30rem;
	}
	.banner-carousel .carousel-box h1,
	.banner-carousel .carousel-box .meta-title{
		font-size: 30px;
	}
	.banner-carousel .carousel-box h6 {
		font-size: 10px;
	}
	.banner-carousel .carousel-box p {
		font-size: 14px;
		line-height: 24px;
	}
	.section-about-home .custom-container .img-box img {
		max-width: 300px;
	}
	.section-about-home .custom-container .our-mission .title h6 {
		font-size: 16px;
	}
	.section-about-home .custom-container .our-mission .content p {
		font-size: 15px;
		line-height: 26px;
	}
	.icon-text-box .icon-circle {
		width: 150px;
		height: 150px;
		padding-left: 35px;
		padding-right: 35px;
	}
	.section-form .form-box .title .contact-info span {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 18%;
		flex: 0 0 18%;
	}
	.section-form .form-box .title .contact-info {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media screen and (max-width: 430px) {
	.banner-carousel .right-image img {
		max-width: 365px;
	}
	.banner-carousel .carousel-box { 
		margin-top: 0px;
	}
}

@media screen and (max-width: 375px) {
	.banner-carousel {
		margin-top: 107.16px;
	}

}
/* 5/3/2021 */
.single-post
	nav.navbar.navbar-expand-xl.navbar-light
	ul.navbar-nav
	li.nav-item
	a.nav-link {
	color: #444;
}
.single-post nav.navbar.navbar-expand-xl.navbar-light {
	background-color: #fff;
}
/* .services-links .three-columns {
     display: flex;
     align-items: flex-start;
     flex-wrap: wrap;
}
 .services-links .three-columns > a {
     flex: 0 0 33.3333%;
}
 */
.icon-text-box {
	margin-bottom: 2rem;
}
.inner-pages-form .form-group.col-12.btn-captcha {
	justify-content: center;
}
@media screen and (max-width: 992px) {
	.three-columns {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.section-form .float-img8 {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.three-columns {
		grid-template-columns: repeat(1, 1fr) !important;
		grid-template-rows: repeat(1, 115px) !important;
	}
}
/* --- BODY SECTION --- */
.section-body .container {
	max-width: 100%;
	width: 80%;
	margin: 0 auto;
}
section.section-body {
	padding: 6rem 0;
	background-image: url(https://wordpress-1276212-5258725.cloudwaysapps.com/wp-content/themes/oom_default/assets/images/left-bg.png);
	background-position: left center;
	background-size: auto;
	background-repeat: no-repeat;
}
.section-body h2 {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 4px;
	text-align: center;
	margin-bottom: 40px;
}
.body-box {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
	-ms-grid-columns: 35% 30% 35%;
	grid-template-columns: 35% 30% 35%;
}
.body-box .info {
	padding: 30px 20px;
	background: #fff;
	width: 100%;
	transition: all ease 0.3s;
}
.body-box .info ul {
	padding-left: 15px;
}
/* --- LEFT CONTENT --- */
.left-content .body-content,
.right-content .body-content {
	position: relative;
	margin-bottom: 15px;
}
.left-content .pointer-icon {
	position: absolute;
	right: 0;
}
.left-content .shoulder-part .pointer-icon {
	top: 56%;
	right: -25%;
}
.left-content .hand-wrist-part .pointer-icon {
	bottom: 20%;
	right: -13%;
}
.left-content .knee-part .pointer-icon {
	transform: translateY(-50%);
	right: -40%;
	top: 56%;
}
.left-content .foot-part .pointer-icon {
	right: -41%;
	top: 20%;
}
.body-content.foot-part .info {
	transform: translateX(100px);
}
/* --- RIGHT CONTENT --- */
.right-content .pointer-icon {
	position: absolute;
	left: 0;
}
.right-content .spine-part .pointer-icon {
	left: -34%;
	top: 43%;
}
.right-content .foot-part .pointer-icon {
	top: 55%;
	transform: translateY(-50%);
	left: -32%;
}
.right-content .elbow-part .pointer-icon {
	left: -25%;
	top: 20%;
}
.right-content .hip-part .pointer-icon {
	top: -8%;
	left: -35%;
}
.right-content .general-part .pointer-icon {
    bottom: 0;
    left: -20%;
}

/* --- MID CONTENT --- */
.mid-content img {
	margin: 0 auto;
	display: block;
}
/* --- HOVER --- */
.body-box .pointer-icon a:before {
	content: url("https://wordpress-1276212-5258725.cloudwaysapps.com/wp-content/themes/oom_default/assets/images/on-hover.png");
	position: absolute;
	left: -12px;
	top: -10px;
	opacity: 0;
	transition: all ease 0.3s;
	z-index: 1;
}
.body-box .pointer-icon {
	cursor: pointer;
}
.body-box .pointer-icon:hover a:before {
	opacity: 1;
}
.body-box .info {
	opacity: 0;
}
.body-box .pointer-icon:hover + .info {
	opacity: 1;
}
/* --- DOT BACKGROUND --- */
section.section-form {
	background-color: #eff4f7;
}
.section-form .float-img8 {
	position: absolute;
	top: -70%;
	right: 0;
	opacity: 0.5;
}
@media screen and (max-width: 1900px) {
	.left-content .hand-wrist-part .pointer-icon {
		bottom: 20%;
		right: -18%;
	}
	.right-content .elbow-part .pointer-icon {
		left: -28%;
		top: 20%;
	}
	.left-content .knee-part .pointer-icon {
		right: -40%;
		top: 76%;
	}
	.left-content .foot-part .pointer-icon {
		right: -41%;
		top: 35%;
	}
}
@media screen and (max-width: 1700px) {
	.right-content .elbow-part .pointer-icon {
		left: -25%;
		top: 20%;
	}
	.left-content .knee-part .pointer-icon {
		right: -40%;
		top: 60%;
	}
	.left-content .foot-part .pointer-icon {
		right: -41%;
		top: 25%;
	}
/* 	.right-content .general-part .pointer-icon {
		top: 10%;
		left: -35%;
	} */
}
@media screen and (max-width: 1500px) {
	.left-content .hand-wrist-part .pointer-icon {
		bottom: 20%;
		right: -13%;
	}
}
@media screen and (max-width: 1450px) {
	.left-content .knee-part .pointer-icon {
		right: -40%;
		top: 45%;
	}
	.left-content .foot-part .pointer-icon {
		right: -41%;
		top: 5%;
	}
	.left-content .hand-wrist-part .pointer-icon {
		bottom: 20%;
		right: -13%;
	}
	.left-content .hand-wrist-part .pointer-icon {
		bottom: 30%;
		right: -13%;
	}
	.right-content .elbow-part .pointer-icon {
		left: -23%;
		top: 20%;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
	.body-box .info {
		width: 100%;
		padding: 20px;
	}
	.body-box .info ul li {
		font-size: 14px;
	}
	.section-body .container {
		max-width: 95%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 1900px) {
	.section-body .container {
		max-width: 100%;
		width: 95%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1300px) {
	.left-content .foot-part .pointer-icon {
		right: -42%;
		top: 15%;
	}
	.left-content .knee-part .pointer-icon {
		transform: translateY(-50%);
		right: -40%;
		top: 50%;
	}
	.left-content .hand-wrist-part .pointer-icon {
		bottom: 40%;
		right: -13%;
	}
	.left-content .body-content,
	.right-content .body-content {
		margin-bottom: 0;
	}
/* 	.right-content .general-part .pointer-icon {
		top: 30%;
		left: -35%;
	} */
}
@media screen and (max-width: 1200px) {
	.right-content .elbow-part .pointer-icon {
		left: -23%;
		top: 3%;
	}
	.right-content .general-part .pointer-icon {
    left: 1% !important;
    bottom: -66% !important;
}
	.right-content .hip-part .pointer-icon {
		top: -20%;
		left: -35%;
	}
	.left-content .foot-part .pointer-icon {
		right: -42%;
		top: 0%;
	}
	.left-content .knee-part .pointer-icon {
		right: -40%;
		top: 35%;
	}
}
@media screen and (max-width: 1169px) {
	.left-content .foot-part .pointer-icon {
		right: -42%;
		top: -20%;
	}
	.right-content .general-part .pointer-icon {
		top: 120%;
	
	}
	.left-content .knee-part .pointer-icon {
		right: -40%;
		top: 25%;
	}
	.right-content .hip-part .pointer-icon {
		top: -35%;
		left: -35%;
	}
	.right-content .spine-part .pointer-icon {
		left: -30%;
		top: 30%;
	}
	.left-content .hand-wrist-part .pointer-icon {
		bottom: 50%;
		right: -15%;
	}
	.left-content .shoulder-part .pointer-icon {
		top: 40%;
		right: -25%;
	}
}
@media screen and (max-width: 1100px) {
	.body-box .info {
		width: 100%;
		padding: 10px;
	}
	.section-body .body-box .info ul li {
		line-height: 1.6em !important;
	}
	.left-content .hand-wrist-part .pointer-icon {
		bottom: 20%;
		right: -15%;
	}
	.left-content .foot-part .pointer-icon {
		right: -42%;
		top: 30%;
	}
	.left-content .knee-part .pointer-icon {
		right: -40%;
		top: 80%;
	}
	.right-content .general-part .pointer-icon {
		top: 326%;
		left: 8% !important;
	}
	.left-content .shoulder-part .pointer-icon {
		top: 50%;
		right: -25%;
	}
}
@media screen and (max-width: 1024px) {
	.section-home-testimonial {
		padding-left: 10px;
		padding-right: 10px;
	}
	.right-content .spine-part .pointer-icon {
		top: 28%;
	}
	.left-content .knee-part .pointer-icon {
		transform: translateY(-50%);
		right: -40%;
		top: 50%;
	}
	.right-content .general-part .pointer-icon {
		top: -80%;
		left: -36%;
	}
	.left-content .hand-wrist-part .pointer-icon {
		bottom: 20%;
		right: -15%;
	}
	.left-content .foot-part .pointer-icon {
		right: -42%;
		top: 30%;
	}
	.right-content .general-part .pointer-icon {
		top: 289%;
		left: 14% !important;
	}
}
@media screen and (max-width: 1000px) {
	.right-content .general-part .pointer-icon {
		top: 3%;
		left: -35%;
	}
	.left-content .foot-part .pointer-icon {
		right: -42%;
		top: 20%;
	}
}
@media screen and (min-width: 981px) and (max-width: 1024px) {
	.body-box .pointer-icon {
		transform: scale(0.7) !important;
	}
	.right-content .hip-part .pointer-icon {
		top: -20%;
	}
	.section-body .body-box .info ul li {
		line-height: 1.4em !important;
		font-size: 14px;
	}
}
@media screen and (max-width: 980px) {
	.body-box {
		display: block;
	}
	.pointer-icon {
		display: none;
	}
	.body-box .info {
		opacity: 1;
		width: 100%;
		padding: 30px;
	}
	.mid-content {
		display: none;
	}
	.left-content .body-content,
	.right-content .body-content {
		margin-bottom: 15px;
	}
	.body-content.foot-part .info {
		transform: unset !important;
	}
}
@media screen and (min-width: 768px) {
	.body-box .info ul {
		column-count: 2;
	}
}

/* --- HOVER --- */

.section-home-services .fullwidth-temp .service-box:hover .hover-text {
	opacity: 1;
}

.section-home-services .fullwidth-temp .service-box .hover-text {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 0;
}

/* 9/7 */

.section-body .body-content .info span {
	display: block;
	font-weight: bold;
	margin-top: 1rem;
}

.left-content .knee-part .pointer-icon {
	top: 35px;
}

.left-content .shoulder-part .pointer-icon {
	top: 148px;
}

.right-content .elbow-part .pointer-icon {
	top: -22px;
}

.left-content .hand-wrist-part .pointer-icon {
	bottom: 215px;
}

.right-content .hip-part .pointer-icon {
	top: -160px;
}

/* .right-content .general-part .pointer-icon {
	top: -191px;
} */

.left-content .foot-part .pointer-icon {
	top: -144px;
}

/** added 09-24-21 **/
.services-link-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
}

.services-content .services-links .services-box {
	padding-right: 5rem !important;
}
.services-content .services-links .services-box.non-active {
	cursor: not-allowed;
	pointer-events: none;
}

/* 9/27 - added */

.treated {
	height: 28rem;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
}

.treated .container-fluid {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 9rem !important;
}

.treated h5,
.treated h2,
.treated p {
	color: #fff;
}

.treated h5 {
	font-size: 14px;
}

.treated a.custom-link {
	background-color: #73926f;
	color: #fff;
	padding: 15px 20px;
	display: table;
	margin-top: 2rem;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}

.about-dr .dr-float {
	position: relative;
	bottom: 0;
	right: 0;
}

.about-awards .about-awards-box {
	border-bottom: 1px solid #ddd;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.about-awards .section-title {
	margin-bottom: 4rem;
}

.about-awards .section-title h4 {
	color: #73926f;
}

.section-body .info-holder {
	display: flex;
}

.section-body .info-holder > div {
	padding-right: 25px;
}

.body-box .info ul {
	column-count: 1;
}

.conditions-single-page {
	margin-top: 6rem;
	padding: 6rem 0;
}

.conditions-single-page .others h5 {
	font-size: 20px;
	margin-top: 15px;
}

.conditions-single-page .service-box {
	margin-bottom: 2rem;
}

.right-content .spine-part .pointer-icon {
	left: -39%;
	top: 57%;
}

.left-content .hand-wrist-part .pointer-icon {
	bottom: 50px;
	right: -17%;
}

.right-content .elbow-part .pointer-icon {
	top: 36px;
}

.right-content .hip-part .pointer-icon {
	top: -70px;
}

.left-content .foot-part .pointer-icon {
	top: 179px;
	right: -39%;
}

.left-content .knee-part .pointer-icon {
	top: 155px;
	right: -194px;
}

/* .right-content .general-part .pointer-icon {
	top: 14px;
	left: -40%;
} */

.pointer-icon a img {
	width: 36px;
}

.page-id-830 .section-body {
	padding-bottom: 0;
}

.section-home-services .fullwidth-temp .service-box {
	height: auto;
	overflow: hidden;
}

.section-home-services .fullwidth-temp .service-box .img-box img {
	transform: scale(1.5);
}

.section-home-services .fullwidth-temp .service-box .hover-text span,
.contact-page-info {
	display: none;
}

.faq-parent {
	margin-top: 7rem;
}

.body-content.foot-part .info {
	margin-top: -8rem;
}

nav.navbar.navbar-expand-xl.navbar-light
	ul.navbar-nav
	li.nav-item.active
	.dropdown-menu
	a {
	color: #000;
}

.clinic-carousel {
	margin-bottom: 3rem;
}

.clinic-carousel #clinic-carousel{
	margin-top: 5em;
}

.clinic-carousel #clinic-carousel .owl-item .item a{
	display: block;
}

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

.section-form .form-box .title p {
	letter-spacing: 0px;
}

.blog .blog-box p,
.blog .blog-box h2 {
	color: #444;
}

.news-article-box {
	margin-bottom: 2rem;
}

.news-article-box h5 {
	color: #444;
}

.news-article-box small {
	margin-top: 2rem;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 4px;
	display: block;
}

.navbar-nav .contact-us a {
	background-color: transparent !important;
	font-weight: bold;
	letter-spacing: 3px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	text-align: center;
	display: flex;
	padding: 0 !important;
}

.navbar-nav .contact-us a p i {
	padding-right: 15px;
}

.navbar-nav .contact-us a > i {
	display: none;
}

#bs-example-navbar-collapse-1 {
	margin: 0 auto;
}

p {
	text-align: justify;
}

.sections-home .section-title p,
.icon-text-box .text p,
.navbar-nav .contact-us a p,
.faq-parent .title p,
.section-home-services .fullwidth-temp .service-box .title-text p {
	text-align: center;
}

.section-home-services .fullwidth-temp .service-box .title-text p {
	font-size: 25px;
}

.navslide .navbar-nav .contact-us a {
	color: #444 !important;
}

.section-form .form-box .title h6 {
	font-family: "AvenirLTStd-Roman";
	font-weight: 400;
}

.home .section-form .form-box .title .contact-info {
	display: none;
}

.section-form .form-box .title p {
	letter-spacing: 0px;
	text-align: center;
	font-size: 16px;
	font-family: "AvenirLTStd-Roman";
	font-weight: 400;
}

nav.navbar.navbar-expand-xl.navbar-light {
	padding: 12px 20px;
}

.social-media i {
	font-size: 25px;
	padding-right: 15px;
}

.right-content .spine-part .pointer-icon {
	left: -47%;
	top: 58%;
}

.left-content .shoulder-part .pointer-icon {
	top: 174px;
	right: -31%;
}

.left-content .hand-wrist-part .pointer-icon {
	bottom: 60px;
	right: -12%;
}

.right-content .hip-part .pointer-icon {
	top: -29px;
}

/* .right-content .general-part .pointer-icon {
	top: -29px;
	left: -39%;
} */

.services-content .services-links .services-box p {
	text-align: left;
	font-size: 15px;
}

.navbar-nav .contact-us a p {
	font-size: 20px;
}

.wpcf7 .ajax-loader {
    top: 5px;
}

.about-awards-box p {
	text-align: left;
}



/* New Code */

@media screen and (min-width: 1200px) {
	.page-id-64 .container {
		max-width: 1218px;
	}
}

@media screen and (max-width: 1600px) {
	.section-home-services .fullwidth-temp .service-box {
		height: 25rem;
	}
}

@media screen and (max-width: 1440px) {
	.left-content .foot-part .pointer-icon {
		top: 84px;
		right: -39%;
	}

	.left-content .knee-part .pointer-icon {
		top: 107px;
		right: -187px;
	}

	.left-content .hand-wrist-part .pointer-icon {
		bottom: 103px;
		right: -17%;
	}

	.right-content .elbow-part .pointer-icon {
		top: 63px;
		left: -18%;
	}

	.navbar-nav .contact-us a {
		letter-spacing: 0px;
		padding: 12px;
	}

	nav.navbar.navbar-expand-xl.navbar-light
		ul.navbar-nav
		li.nav-item
		a.nav-link {
		font-size: 16px;
	}

	h2 {
		font-size: 35px;
	}
	
	.about-dr .title .meta-title{
		font-size: 35px;
	}

	.left-content .hand-wrist-part .pointer-icon {
		bottom: 115px;
		right: -12%;
	}

	.right-content .spine-part .pointer-icon {
		left: -45%;
		top: 67%;
	}

		.right-content .general-part .pointer-icon {
			bottom: -17%;
			left: -16%;
		}

	.right-content .hip-part .pointer-icon {
		top: -4px;
	}

	.left-content .foot-part .pointer-icon {
		top: 104px;
		right: -41%;
	}
}

@media screen and (max-width: 1420px) {
	.section-home-services .fullwidth-temp .service-box {
		height: auto;
	}

	.section-home-services .fullwidth-temp .service-box .hover-text h6 {
		font-size: 17px;
		margin-top: 7px;
	}

	.section-home-services .fullwidth-temp .service-box .hover-text img {
		width: 51px;
	}

	.section-home-services .fullwidth-temp .service-box .hover-text p {
		font-size: 13px;
	}
}

@media screen and (max-width: 1400px) {
	.right-content .hip-part .pointer-icon {
		top: 5px;
		left: -28%;
	}

	.left-content .foot-part .pointer-icon {
		top: 230px;
		right: -43%;
	}

	.right-content .general-part .pointer-icon {
		bottom: -100%;
		left: -13%;
	}

	.left-content .hand-wrist-part .pointer-icon {
		bottom: 3px;
		right: -17%;
	}

	.left-content .knee-part .pointer-icon {
		top: 213px;
		right: -187px;
	}

	.left-content .hand-wrist-part .pointer-icon {
		bottom: 14px;
		right: -11%;
	}

	.right-content .hip-part .pointer-icon {
		top: 20px;
		left: -30%;
	}

	.right-content .spine-part .pointer-icon {
		left: -42%;
		top: 77%;
	}

	.right-content .elbow-part .pointer-icon {
		top: 86px;
		left: -13%;
	}


	.left-content .foot-part .pointer-icon {
		top: 271px;
		right: -42%;
	}

	.right-content .hip-part .pointer-icon {
		top: 44px;
		left: -30%;
	}
}

@media screen and (max-width: 1300px) {
	.right-content .spine-part .pointer-icon {
		left: -31%;
		top: 57%;
	}

	.left-content .shoulder-part .pointer-icon {
		right: -31%;
	}

	.right-content .elbow-part .pointer-icon {
		top: 87px;
		left: -9%;
	}

	.left-content .hand-wrist-part .pointer-icon {
		bottom: 48px;
		right: -17%;
	}
	
	.right-content .general-part .pointer-icon {
		left: -9%;
		bottom: -160%;
	}

	.left-content .knee-part .pointer-icon {
		top: 179px;
		right: -187px;
	}

	.left-content .foot-part .pointer-icon {
		top: 187px;
		right: -46%;
	}

	.navbar-nav .contact-us a > i {
		display: block;
	}

	.navbar-nav .contact-us a > p {
		display: none;
	}

	.section-form .form-box .title h6 {
		font-size: 15px;
	}
}

@media screen and (max-width: 1300px) and (min-width: 1024px) {
	.section-home-services .fullwidth-temp .service-box {
		height: auto;
		padding-bottom: 4rem;
	}
}

@media screen and (min-width: 1024px) {

	.mid-content img {
		margin: 0 auto;
		display: block;
		max-width: unset;
		width: 26rem;
	}
}


@media screen and (min-width: 1400px) {

	.spine-part .info:before {
    	left: -140px;

	}
	
	.shoulder-part .info:before {
		width: 125px;
	}
	
	.hand-wrist-part .info:before {
		width: 62px;
		right: 5px;
		top: 109px;
	}
	
	.hip-part .info:before {
		width: 103px;
		left: -91px;
		top: 78px;

	}
	
	.knee-part .info:before {
		width: 109px;
		right: -94px;
		top: 150px;
		transform: rotateZ(-11deg);
	}
	
	.general-part .info:before {
		width: 75px;
		left: -99px;
		top: 50px;

	}
	
	.foot-part .info:before {
		width: 75px;
		right: -18px;
		top: 123px;

	}
}

@media screen and (min-width: 1600px) {
	.spine-part .info:before {
		content: "";
		position: absolute;
		width: 142px;
		height: 2px;
		background-color: #000;
		left: -174px;
		top: 98px;
		transform: rotateZ(-23deg);
	}

	.shoulder-part .info:before {
		content: "";
		position: absolute;
		width: 165px;
		height: 2px;
		background-color: #000;
		right: -71px;
		top: 153px;
		transform: rotateZ(14deg);
	}

	.elbow-part .info:before {
		content: "";
		position: absolute;
		width: 62px;
		height: 2px;
		background-color: #000;
		left: -53px;
		top: 54px;
		transform: rotateZ(-7deg);
	}

	.hip-part .info:before {
		content: "";
		position: absolute;
		width: 133px;
		height: 2px;
		background-color: #000;
		left: -117px;
		top: 59px;
		transform: rotateZ(31deg);
	}

	.hand-wrist-part .info:before {
		content: "";
		position: absolute;
		width: 89px;
		height: 2px;
		background-color: #000;
		right: -13px;
		top: 109px;
		transform: rotateZ(18deg);
	}

	.knee-part .info:before {
		content: "";
		position: absolute;
		width: 153px;
		height: 2px;
		background-color: #000;
		right: -128px;
		top: 150px;
		transform: rotateZ(18deg);
	}

	.foot-part .info:before {
		content: "";
		position: absolute;
		width: 75px;
		height: 2px;
		background-color: #000;
		right: -18px;
		top: 207px;
		transform: rotateZ(0deg);
	}

	.general-part .info:before {
		content: "";
		position: absolute;
		width: 75px;
		height: 2px;
		background-color: #000;
		left: -60px;
		top: 80px;
		transform: rotateZ(155deg);
	}

	.mid-content img {
		margin: 0 auto;
		display: block;
		max-width: unset;
		width: 26rem;
	}
}

@media screen and (max-width: 1024px) {
	h2 {
		font-size: 30px;
	}
	
	.about-dr .title .meta-title{
		font-size: 30px;
	}

	.services-link-grid {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-column-gap: 20px;
		grid-auto-flow: dense;
	}
}

@media screen and (min-width: 768px) {
	.btn-captcha input[type="submit"] {
		height: 75px !important;
		margin-left: 30px;
	}
}

@media screen and (max-width: 834px) and (min-width: 768px) {
	.services-content .services-links .services-box p {
		font-size: 13px;
	}
}

@media screen and (max-width: 1250px) {
	.treated {
		background-size: cover;
	}

	.treated .container-fluid {
		padding: 0 83px !important;
	}
}

@media screen and (max-width: 1199px) {
	.inner-pages-banner .container-fluid .banner-caption {
		padding-left: 3rem;
	}

	.section-home-services .fullwidth-temp .service-box .hover-text {
		opacity: 1;
	}

	.section-home-services .fullwidth-temp .service-box {
		margin-bottom: 2rem;
	}

	.treated .container-fluid {
		padding: 0 15px !important;
	}

	.banner-carousel {
		margin-top: 94px;
	}
	
	.mobile-footer-nav a {
		width: 50%;
	}
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
	h1 {
		font-size: 45px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
	.banner-carousel .right-image {
		position: absolute;
		bottom: -93px;
		right: 0;
		z-index: 4;
	}
}

@media screen and (max-width: 1100px) {
	.section-body .body-box .info ul li {
		line-height: 26px !important;
	}

	.body-content.foot-part .info {
		margin-top: 0;
	}
}

@media screen and (max-width: 991px) {
	.section-body .info-holder {
		display: flex;
		flex-direction: column;
	}

	.inner-pages-banner {
		position: relative;
	}

	.inner-pages-banner .container-fluid {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media screen and (max-width: 767px) {
	.inner-pages-form .form-group.col-12.btn-captcha,
	.form-group.col-12.btn-captcha {
		flex-direction: column;
	}

	.inner-pages-banner .container-fluid .banner-caption {
		padding: 7rem 0;
	}

	.inner-pages-banner {
		margin-top: 6rem;
	}

	.treated {
		background-image: linear-gradient(
				to right,
				rgba(0, 0, 0, 0.7),
				rgba(0, 0, 0, 0.7)
			),
			url(../images/treated-bg-mobile.jpg) !important;
		background-position: center;
	}

	.services-link-grid {
		grid-template-columns: 100%;
	}
}

@media screen and (max-width: 600px) {
	.conditions-single-page {
		margin-top: 4rem;
		padding: 2rem 0;
	}

	.conditions-single-page .col-lg-6 img {
		margin: 2rem 0;
	}

	.conditions-single-page .services-single-content .row {
		margin-bottom: 0rem;
	}

	.conditions-single-page .others {
		margin-top: 3rem;
	}

	.conditions-single-page .others img {
		width: 100%;
	}

	h2 {
		font-size: 20px;
	}
	
	.about-dr .title .meta-title{
		font-size: 20px;
	}
	
	.navbar-brand img {
		width: 207px;
	}
	
	.inner-pages-banner {
		margin-top: 4rem;
	}
	
	.banner-carousel {
		margin-top: 69px;
	}
	
}

@media screen and (max-width: 320px) {
	
	.navbar-brand img {
		width: 164px;
	}
	
}

/** added 11-3-21*/
.faq-section-page {
	padding-top: 6rem;
}

.faq-section-page .faq-section-title {
	text-align: center;
  
	margin-bottom: 40px;
  }
  
  
.faq-section-page .icon-faq-row {
	-webkit-box-pack: center;
  
	-ms-flex-pack: center;
  
	justify-content: center;
  }
  
  .faq-section-page .icon-faq-row .col-6 {
	padding-left: 0;
  
	padding-right: 0;
  }
  
  .faq-section-page .icon-faq-row .col-6:last-of-type .icon-box-faq {
	border-right: none;
  }
  
  .faq-section-page .icon-faq-row a.active .icon-box-faq {
	background-color: #eee;
  }
  .faq-section-page .icon-box-faq .icon-text p {
	font-family: "Gotham-Book";
  
	font-weight: normal;
  
	font-size: 20px;
  }
  

  .faq-section-page .icon-box-faq {
	text-align: center;
  
	padding: 25px;
  
	border-right: 1px solid #eee;
  }
  
  .faq-section-page .icon-box-faq .icon-img {
	margin-bottom: 13px;
  }
  
  .faq-section-page .icon-box-faq .icon-text p {
	font-family: "Gotham-Book";
  
	font-weight: normal;
  
	font-size: 20px;
  }

  .faq-panel-row .insurance-logos-box {
    margin-bottom: 40px;
}
.faq-panel-row .insurance-logos-box .big-box- {
    width: 33%;
}
.faq-section-page .faq-panel-row .faq-section-title h2{
	font-size: 40px;
    margin-bottom: 20px;
}

/* 6/14/2021 */
.faq-panel-row .insurance-logos-box {
	margin-bottom: 40px;
  }
  .faq-panel-row .insurance-logos-box .row {
	margin-left: -10px;
	margin-right: -10px;
	justify-content: center;
  }
  .faq-panel-row .insurance-logos-box .row:first-of-type .title-insurance-box {
	margin-top: 5px;
  }
  
  .faq-panel-row .insurance-logos-box .title-insurance-box {
	text-align: center;
	margin-top: 40px;
  }
  
  .faq-panel-row .insurance-logos-box .title-insurance-box,
  .faq-panel-row .insurance-logos-box .box-,
  .faq-panel-row .insurance-logos-box .big-box- {
	padding-left: 10px;
	padding-right: 10px;
  }
  
  .faq-panel-row .insurance-logos-box .title-insurance-box {
	width: 100%;
  }
  .faq-panel-row .insurance-logos-box .title-insurance-box h6 {
	margin-bottom: 0;
  }
  .faq-panel-row .insurance-logos-box .box-,
  .faq-panel-row .insurance-logos-box .big-box- {
	margin-top: 20px;
  }
  .faq-panel-row .insurance-logos-box .big-box- {
	width: 50%;
  }
  .faq-panel-row .insurance-logos-box .box- {
	width: 33.3333333333%;
  }
  
  /*.faq-panel-row .insurance-logos-box .img-box {
	border: 1px solid #eee;
  }*/
  
  @media screen and (min-width: 576px) {
	.faq-panel-row .insurance-logos-box .box- {
	  width: 25%;
	}
  }
  @media screen and (min-width: 1200px) {
	.faq-panel-row .insurance-logos-box .box- {
	  width: 14.2857142857%;
	}
	.faq-panel-row .insurance-logos-box .big-box- {
	  width: 33%;
	}
  }
  
  
  
a.sticky-whatsapp {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #20b038;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  }
  a.sticky-whatsapp i {
	color: #fff;
	font-size: 40px;
  }
  
@media screen and (max-width: 767px) {
	a.sticky-whatsapp {
	  bottom: 10px;
	  right: 10px;
	  width: 50px;
	  height: 50px;
	}
  
	a.sticky-whatsapp i {
	  font-size: 28px;
	}
  }
  
/*Additional Style*/

.faq-section-page-2 .faq-panel-row .insurance-logos-box .img-box img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 1199px) {
	.faq-section-page-2 .faq-panel-row .insurance-logos-box .box- {
	    width: 50%;
	}
}

.icon-box-faq:hover{
	background: #eee;
}


@media screen and (min-width: 576px) {
	.faq-panel-row .insurance-logos-box .box- {
	  width: 25%;
	}
  }
  @media screen and (min-width: 1200px) {
	.faq-panel-row .insurance-logos-box .box- {
	  width: 14.2857142857%;
	}
	.faq-panel-row .insurance-logos-box .big-box- {
	  width: 33%;
	}
  }

/** 12april2023 **/
.breadcrumbs-title {
	margin: 20px 0px;
}

.title-insurance-box {
	margin: 30px 0px 0px 0px!important;
}

.mfp-wrap{
	z-index: 9999999 !important;
}

.mfp-bg{
	z-index: 999999 !important;
}
/* START 04 October 2023 CE */
.conditions-single-page h1.breadcrumbs-title.h1-ce{
	font-size: 23px;
	margin: 20px 0px;
}
h2.h2-ce, h3.h3-ce{
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}
h2.h2-cebig{
	font-size: 23px;
}
h2.h2-cesub{
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	font-weight: 400;
	font-family: "AvenirLTStd-Roman";
}
.inner-pages-banner .container-fluid .h1topbanner{
	font-family: "Montserrat", sans-serif;
    font-size: 60px;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: initial;
}
.about-dr .title h1.ptoh1{
	font-size: 12px;
    letter-spacing: 4px;
    line-height: 30px;
}
.cevercent{
	align-self: center;
}
.ulcent{
	display: inline-block;
	text-align: left;
}
.othersh2top, .othersh3top{
	font-size: 20px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
.othersh3top{
	margin-top: 15px;
	text-align: left;
}
/* END 04 October 2023 CE */