  /*-----------------------------------------------------------------------------------
Theme Name: painmanagement
Theme URI: https://www.painmanagementnyc.com/
Description: 91ÖÆÆ¬³§
Author: 91ÖÆÆ¬³§
Author URI: https://www.painmanagementnyc.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0

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

1. Typography
2. Header Area 
3. Iteam Area
4. Footer Area

-----------------------------------------------------------------------------------*/
@font-face {
	font-family: 'SF UI Display';
	src: url('/wp-content/themes/painmanagement//wp-content/themes/painmanagement/fonts/SFUIDisplay-Light.woff2') format('woff2'),
		url('/wp-content/themes/painmanagement/fonts/SFUIDisplay-Light.woff') format('woff');
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: 'SF UI Display';
	src: url('/wp-content/themes/painmanagement//wp-content/themes/painmanagement/fonts/SFUIDisplay-Bold.woff2') format('woff2'),
		url('/wp-content/themes/painmanagement/fonts/SFUIDisplay-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Champignon Alt Swash';
	src: url('/wp-content/themes/painmanagement//wp-content/themes/painmanagement/fonts/ChampignonAltSwash.woff2') format('woff2'),
		url('/wp-content/themes/painmanagement/fonts/ChampignonAltSwash.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Champignon';
	src: url('/wp-content/themes/painmanagement//wp-content/themes/painmanagement/fonts/Champignon.woff2') format('woff2'),
		url('/wp-content/themes/painmanagement/fonts/Champignon.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
/*----------------------------------
1. TYPOGRAPHY
---------------------------------- */
html{
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*Video Popup Start----*/
.video-popup {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	z-index: 999999;
	display: none;
	bottom: 0;
	right: 0;
}
.video-popup.show{
	display: block;
}
.video-popup.unexpendPopup {
	max-width: 320px;
	bottom: 40px;
	right: 40px;
	aspect-ratio: 16/9;
	height: unset;
}
.video-popup.unexpendPopup .iframe-wrapper {
	width: 100%;
}
.iframe-wrapper {
	width: 70%;
	position: absolute;
	margin: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	aspect-ratio: 16/9;
}
.video-popup #iframeHolder {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
}
.video-popup iframe {
	width: 100%;
	height: 100%;
}
.close-video, .expand {
	width: 40px;
	height: 40px;
	background: #fff;
	display: block;
	border-radius: 100%;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	z-index: 99;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	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;
}
.expand {
	right: 30px;
}
.video-close-icon {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.video-close-icon::before {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.video-close-icon::after {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.form-checkbox {
	display: block;
	margin: 20px 0;
}
.form-checkbox label {
	padding-left: 10px;
}
.form-checkbox a {
	text-decoration: underline;
}
@media all and (max-width: 768px){
	.iframe-wrapper {
		width: 80%;
	}

	.vidbox video {
		display: none;
	}
}
/*Video Popup End----*/

/*LLCG Slider Slider Css  */
.LLCGslider {
	position: relative;
	text-align: center;
	z-index: 6;
}
.LLCGslider-wraper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.LLCGslider-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.LLCGslider-container.LLCGslider-make-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.LLCGslider-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 1px;
}
.LLCGslider-nav {
	border: 0;
	background: transparent;
	cursor: pointer;
}
.LLCGslider-navs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
}
.LLCGslider-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.LLCGslider-dot {
	width: 12px;
	height: 12px;
	background: #333;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}
.LLCGslider-dot.active {
	background: #777;
}
/*Slider End */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-family: 'SF UI Display';
	font-size: 1.125rem;
	line-height: 1.7;
	color: #000000;
	background: #FFFFFF;
	margin-right: 100px;
	font-weight: 300;
}
p, li{
	font-family: 'SF UI Display';
	font-size: 1.125rem;
	line-height: 1.7;
	font-weight: 300;
}
/* Scroll Bar  */
/* Chrome, Edge, and Safari */
body::-webkit-scrollbar {
	width: 15px;
}
body::-webkit-scrollbar-track {
	background: #ffffff;
}
body::-webkit-scrollbar-thumb {
	background-color: #041d36;
}
/* Scroll Bar  */
a {
	text-decoration: none;
	display: inline-block;
}
a:hover {
	text-decoration: none;
}
button {
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
}input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
input {
	border: none;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
button:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-center {
	text-align: center;
}
.container {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}
.container-s {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}
/* Typography  */
.default-btn {
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 1.7;
	color: #052647;
	text-transform: uppercase;
	padding: 20px 20px 5px 50px;
	border-bottom: 1px solid rgb(14 38 69 / 46%);
	position: relative;
	margin-bottom: 20px;
	z-index: 3;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.default-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	width: 15px;
	height: 70px;
	background: #087685;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: -1;
}
.default-btn:hover {
	color: white;
}
.default-btn:hover::before {
	width: 100%;
}
.default-btn.color-two {
	color: white;
	border-color: rgb(255 255 255 / 46%);
	margin-top: 20px;
	-ms-flex-item-align: baseline;
	align-self: baseline;
}
.heading {
	font-weight: bold;
	font-size: 44px;
	line-height: 1.7;
	color: #052647;
	position: relative;
	padding-bottom: 40px;
}
.heading span, .headingspan {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 44px;
	color: #0e7787;
	text-transform: uppercase;
	display: block;
	padding-bottom: 15px;
}
.headingspan {
	text-align: center;
}
.headingspan.left {
	text-align: left;
}
.most-advance-middle .headingspan.left {
	margin-left: 82px;
}
.heading::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -200px;
	left: 0px;
	font-family: Champignon;
	font-weight: 500;
	font-size: 254px;
	color: #eff0f8;
	width: 100%;
}
.heading::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 5px;
	background: #052647;
	bottom: 0;
	left: 0;
}
/*----------------------------------
1. HEADER AREA START
---------------------------------- */
.main-header {
	background: #041D36;
	position: sticky;
	top: 0;
	z-index: 99;
}
.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 60px;
	padding-top: 12px;
	padding-bottom: 10px;
}
/* Logo  */
.logo {
	margin-right: auto;
}
.logo a span:last-child {
	font-size: 14px;
	letter-spacing: 10px;
}
.logo a span {
	display: block;
	text-align: center;
}
.logo a {
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 33px;
	letter-spacing: 1px;
	position: relative;
	border: 1px solid #ffffff54;
	padding: 10px 20px;
}
.logo a:before {
	content: '';
	width: 15px;
	height: 1px;
	background: #ffffff54;
	position: absolute;
	left: 0px;
	bottom: 26px;
}
.logo a:after {
	content: '';
	width: 15px;
	height: 1px;
	background: #ffffff54;
	position: absolute;
	right: 0px;
	bottom: 26px;
}
/* Menu Area  */
.header-brooklyn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-left: 25px;
	margin-left: auto;
	max-width: 440px;
	width: 100%;
	justify-content: flex-end;
}
.header-brooklyn li{
	position: relative;
}
.header-brooklyn li:first-child {
	margin-top: -4px;
}
.header-brooklyn li:first-child a {
	width: 35px;
	height: 15px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top 0 left 0;
}
.header-brooklyn li:last-child h6 {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
.header-brooklyn li h6, .header-brooklyn li span {
	display: block;
	font-size: 14px;
	line-height: .9;
	color: #fff;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid rgb(255 255 255 / 20%);
	font-weight: bold;
}
.header-brooklyn li h6 a, .header-brooklyn li span a {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.header-brooklyn li h6 a:hover, .header-brooklyn li span a:hover {
	text-decoration: none;
}
/* Main Menu  */
.main-menu {
	padding-top: 5px;
	margin-top: 15px;
	border-top: 1px solid rgb(255 255 255 / 20%);
}
.main-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	align-items: center !important;
	justify-content: flex-start !important;
	flex-direction: row;
	float: left;
}
.main-menu ul li {
	position: relative;
}
.main-menu ul li a {
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.main-menu ul li a:hover {
	color: #087685;
}
.menu-item-has-children {
	padding-right: 20px;
}
.menu-item-has-children::after {
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 8px;
	height: 8px;
	border-left: 1px solid #47A1AF;
	border-bottom: 1px solid #47A1AF;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* Drop Down Menu  */
.main-menu ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 60px;
}
.main-menu ul ul {
	display: block;
	position: absolute;
	top: 80px;
	background: #041d36;
	border-radius: 2px;
	padding: 10px 20px;
	width: 280px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 20;
}
/* Side Main Menu ------------------------- */
.side-menu-area {
	background: #f0f4ff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: .4s cubic-bezier(.77,0,.175,1);
	-o-transition: .4s cubic-bezier(.77,0,.175,1);
	transition: .4s cubic-bezier(.77,0,.175,1);
}
.side-menu-area.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	z-index: 2;
	/* 	overflow: auto; */
}
.left-side {
	width: 420px;
	background: #041D36;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.left-side span {
	color: #fff;
	max-width: 80%;
	text-align: center;
	margin: 0 auto 50px;
}
.left-side .smenu-logo {
	padding: 25px;
	background: #087685;
	width: 100%;
	text-align: center;
}
.left-side ul li {
	padding-bottom: 50px;
}
.left-side ul li button {
	width: 32px;
	height: 32px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-filter: brightness(100);
	filter: brightness(100);
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}
.left-side ul li .facebook {
	background-position: top -71px left -246px;
}
.left-side ul li .twitter {
	background-position: top -71px left -305px;
}
.left-side ul li .insta {
	background-position: top -71px left -366px;
}
.left-side ul li .vns {
	background-position: top -71px left -426px;
}
.left-side ul li button:hover {
	-webkit-transform: scale(2.5);
	-ms-transform: scale(2.5);
	transform: scale(2.5);
	-webkit-filter: brightness(20);
	filter: brightness(20);
}
button.sidebar-button {
	padding: 20px;
	background: #0e7787;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
button.sidebar-button:hover {
	color: #0e7787;
	background: #fff;
}
header.main-header .left-side a.sidebar-phone {
	display: inline-block;
	color: #fff;
	font-size: 18px;
}
header.main-header .left-side a.sidebar-phone:hover {
	color: #0e7787;
}
header.main-header .left-side a.sidebar-mail {
	display: inline-block;
	color: #fff;
	font-size: 18px;
}
header.main-header .left-side a.sidebar-mail:hover {
	color: #0e7787;
}
header.main-header .left-side .sidebar-text {
	display: inline-block;
	margin: 20px 0 0;
	color: #fff;
	font-size: 18px;
}
.side-copy {
	padding: 30px 15px;
}
.side-menu-area .side-copy p,
.side-menu-area .side-copy p button {

	font-size: 15px;
	line-height: 1.7;
	text-align: center;
	color: white;
}
.right-side {
	width: 100%;
	padding: 20px 0px 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f0f4ff;
	max-width: 450px;
	border-right: 5px solid #e0e6f3;
}
.right-side ul {
	max-width: 550px;
	width: 100%;
	margin-left: 40px;
}
.right-side ul li {
	padding: 1px 0px;
	position: relative;
	-webkit-transition: .4s cubic-bezier(.77,0,.175,1);
	-o-transition: .4s cubic-bezier(.77,0,.175,1);
	transition: .4s cubic-bezier(.77,0,.175,1);
	z-index: 2;
}
.right-side ul li a {
	font-weight: bold;
	font-size: 3rem;
	letter-spacing: 0;
	color: #052647;
	display: block;
}
.right-side ul li:hover > a {
	color: #0e7787;
}
.right-side ul ul li:hover > a {
	color: #0e7787;
}
.right-side ul li:hover::after {
	width: 100%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.right-side ul li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 5px;
	background: #e0e6f3;
	z-index: -1;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	border: 0;
}
.right-side ul li ul li::after{
	display: none;
}
.right-side ul li ul li:hover a{
	background: #0e7787;
	color: #fff;
}
.right-side ul li ul li ul li a {
	background: none !important;
	color: #052647 !important;
}
.right-side ul li ul li ul li:hover a {
	background: #0e7787 !important;
	color: #fff !important;
}
/* Drop Down -- */
.right-side ul li.menu-item-has-children:before, .right-side ul li.menu-item-has-children ul li.menu-item-has-children:before {
	content: '';
	position: absolute;
	inset: 0;
	width: 0;
	height: 0;
	left: auto;
	margin: auto;
	border: 12px solid #f0f4ff;
	border-left-color: #052647;
	z-index: 99;
}
.right-side ul li.menu-item-has-children:hover:before {
	border-left-color: #0e7787;
}
.right-side ul li.menu-item-has-children ul li.menu-item-has-children:hover:before {
	border: 12px solid #0e7787;
	border-left-color: #ffffff;
}
.right-side ul ul {
	position: absolute;
	top: 0;
	left: 90%;
	width: 100%;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	margin-left: 0px;
}
.right-side ul ul ul {
	bottom: -87%;
	top: unset;
}
.right-side ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	left: 380px;
	padding: 10px 40px 40px 40px;
	width: 500px;
}
.right-side ul li ul li:hover > ul {
	padding-top: 0;
}
.right-side ul ul li a {
	font-size: 22px;
	padding: 10px 7px 7px 10px;
}
.right-side ul ul li {
	line-height: 1;
}
.right-side ul li .dropdown-menu-items {
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	width: 22px;
	height: 22px;
	background: transparent;
	bottom: 0;
	margin: auto;
	display: none;
}
.right-side ul li .dropdown-menu-items::after {
	content: '';
	position: absolute;
	inset: 0;
	width: 0;
	height: 0;
	margin: auto;
	border: 10px solid transparent;
	border-left-color: #052647;
}
.right-side ul li:hover .dropdown-menu-items::after {
	border-left-color: #0e7787;
}
/* Book Online  */
.book-online {
	background: #087685;
	margin-top: -12px;
	margin-bottom: -15px;
	margin-left: 40px;
	padding: 22px 33px 0 33px
}
.book-online button, .book-online a {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-left: 40px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.book-online button {
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px solid #FFFFFF;
}
.book-online button:hover,
.book-online a:hover {
	color: #041d36;
}
.book-online button::before, 
.book-online a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 32px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.book-online button:hover::before,
.book-online a:hover::before {
	-webkit-filter: brightness(0);
	filter: brightness(0);
}
.book-online button::before {
	background-position: top -72px left -61px;
}
.book-online a::before {
	background-position: top -72px left -186px;
}
.book-online span {
	display: block;

	font-size: 14px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
/* Mobile Bar  */
.mobile-bar {
	width: 75px;
	height: 42px;
	position: fixed;
	top: 24px;
	right: 10px;
	z-index: 12;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mobile-bar p {
	display: none;
	font-size: 77px;
	line-height: .4;
	text-align: center;

	color: #0e7787;
}
.mobile-bar.active p {
	display: block;
}
.mobile-bar.active span {
	display: none;
}
.mobile-bar span {

	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	color: #052647;
	text-transform: uppercase;
	width: 100%;
	font-weight: 600;
	padding: 9px 0;
	border-top: 2px solid #0E2645;
	border-bottom: 2px solid #0E2645;
	position: relative;
}
.mobile-bar span::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 33px;
	height: 2px;
	background: #0E2645;
}
/* Side Bar Right  */
.side-bar-fix {
	position: fixed;
	width: 100px;
	min-height: 100vh;
	top: 0;
	right: 0;
	z-index: 9;
	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;
	background: #F5F6FB;
}
.side-bar-fix::after {
	content: '';
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 100px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top -360px left -505px;
	-webkit-animation: up-down 4000ms;
	animation: up-down 4000ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
@-webkit-keyframes up-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
	}
}
@keyframes up-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
	}
}
.side-bar-fix ul li {
	margin-bottom: 22px;
}
.side-bar-fix ul li button {
	width: 32px;
	height: 32px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.side-bar-fix ul li .facebook {
	background-position: top -71px left -246px;
}
.side-bar-fix ul li .twitter {
	background-position: top -71px left -305px;
}
.side-bar-fix ul li .insta {
	background-position: top -71px left -366px;
}
.side-bar-fix ul li .vns {
	background-position: top -71px left -426px;
}
.side-bar-fix ul li button:hover {
	-webkit-filter: brightness(5);
	filter: brightness(5);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* Book Online Fixd ---------- */
.book-online-fix {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	position: fixed;
	z-index: 20;
	right: 100px;
	bottom: 0px;
	justify-content: center;
	align-items: center;
}
.book-online-fix button, .book-online-fix a {

	font-size: 16px;
	line-height: 22px;
	color: #fff;
	width: 160px;
	height: 58px;
	border-radius: 3px;
	background: #0e7787;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: center;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding-left: 50px;
	padding-top: 5px;
}
.book-online-fix button:hover, 
.book-online-fix a:hover {
	background: #041D36;
}
.book-online-fix button::before, .book-online-fix a::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 15px;
	margin: auto;
	width: 40px;
	height: 40px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top -71px left 4px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	bottom: 0;
	margin: auto;
}
.book-online-fix a::before {
	background-position: top -71px left -117px;
}
/* New York  */
.new-york {
	padding: 60px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 25px 37px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
	background: #FFF;
}
.new-york span {
	font-size: 16px;
	line-height: 23px;
	color: #052647;
	position: relative;
	padding-left: 115px;
}
.new-york span::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	width: 100px;
	height: 50px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top -154px right -241px;
}
.new-york span:last-child:before {
	background-position: top -148px right -114px;
}
/* on-this page scroll bar   */
.progress-area {
	width: 100%;
	height: 5px;
	background: #ffa00a;
	z-index: 1;
	position: relative;
}
.progress {
	height: 5px;
	background: #087685;
}
/* Banner Section ----------- */
.banner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	position: relative;
	justify-content: flex-end;
}
/* left  */
.banner-left {
	padding: 100px 40px 70px 40px;
	/* background: url('/wp-content/themes/painmanagement/images/BannerBgLeft.png') no-repeat; */
	background-size: contain;
	background-position: bottom 0 left 0;
	position: relative;
}
.bnr-left-conte {
	padding: 0 100px;
	margin-bottom: 50px;
}
.banner-left h1 {
	display: inline-block;
	font-weight: bold;
	font-size: 74px;
	line-height: 77px;
	color: #ffffff;
	margin-bottom: 26px;
	border-bottom: 1px solid rgb(255 255 255);
	padding-left: 100px;
	padding-bottom: 5px;
	position: relative;
}
.banner-left h1 span {
	font-weight: bold;
	font-size: 25px;
	line-height: 37px;
	color: #ffffff;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
}
.banner-left .review-box {
	max-width: 155px;
	width: 100%;
	height: 73.37px;
	background: #fff;
	-webkit-filter: drop-shadow(0px 0px 50px #dee2f5);
	filter: drop-shadow(0px 0px 50px #dee2f5);
	font-weight: bold;
	font-size: 16px;
	line-height: 17px;
	text-align: center;
	color: #052647;
	padding: 5px 12px;
	position: absolute;
	border-radius: 5px;
	right: 150px;
	top: 100px;
}
.banner-left .review-box span {
	color: #FFBA00;
	margin-bottom: 0;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}
.banner-left .review-box::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	background: white;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}
.banner-left h1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 70px;
	width: 1px;
	height: 634px;
	background: rgb(255 255 255);
}
.banner-left h1::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 38px;
	width: 33px;
	height: 33px;
	background: #F5F6FB;
}
.banner-left p {
	font-size: 1.125rem;
	line-height: 1.7;
	color: #ffffff;
	margin-bottom: 38px;
	max-width: 550px;
	width: 100%;
	font-weight: normal;
}
.banner-left ul {
	margin-left: 25px;
	margin-bottom: 42px;
}
.banner-left ul li {

	font-size: 1.125rem;
	line-height: 1.7;
	color: #ffffff;
	position: relative;
	padding-left: 25px;
}
.banner-left ul li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top 0 left -123px;
	filter: brightness(10);
}
.default-btn.banner {
	color: #fff;
}
.default-btn.banner {
	border-bottom: 1px solid rgb(255 255 255);
}
.banner-left img {
	filter: brightness(20);
	margin-top: 50px;
	width: 100%;
	max-width: 624px;
	display: block;
}
/* right  */
.banner-right {
	/* background: #052647 url('images/BannerBgRight.png') no-repeat; */
	background-position: bottom center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right;
	position: relative;
	flex-direction: column;
	justify-content: flex-end;
	width: 45%;
}
.banner-right .video-btn {
	width: 164px;
	height: 164px;
	display: block;
	position: absolute;
	inset: 0;
	margin: auto;
	border-radius: 100%;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top -513px right -81px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
section.banner-section {
	position: relative;
	background: #052647;
}
.vidbox {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vidbox:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #05264791;
	position: absolute;
	left: 0;
	top: 0;
}
.vidbox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
iframe {
	aspect-ratio: 16/8;
}
.banner-right .video-btn:hover {
	-webkit-transform: scale(.8) rotate(360deg);
	-ms-transform: scale(.8) rotate(360deg);
	transform: scale(.8) rotate(360deg);
}
.banner-right-box {
	padding: 40px;
	background: #052647a1;
	max-width: 100%;
	width: 100%;
	margin: 0 auto 120px;
	border-radius: 5px;
}
.banner-right-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.banner-right-box ul li {
	position: relative;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
	max-width: 48%;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	color: #052647;
	border-radius: 5px;
}
.banner-right-box ul li button {
	background: #ffffff;
	padding: 20px;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	color: #052647;
	transition: .3s;
	border-radius: 5px;
}
.banner-right-box ul li button:hover{
	background: #ffffff96;	
}
.banner-right-box ul li p {

	font-size: 14px;
	line-height: 22px;
	color: #052647;
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
}
.banner-right-box ul li p::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 1px;
	background: #d9d9d9;
}
.banner-right-box a {

	text-decoration: underline;
	font-size: 14px;
	line-height: 22px;
	text-align: right;
	color: #fff;
	margin-top: 23px;
}
.banner-right-box a:hover {
	text-decoration: none;
	color: #087685;
}
/* Most Advanced  Section ----------- */
.most-advanced-sec {
	padding-top: 95px;
	background: -o-linear-gradient(#f5f6fb 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f6fb), to(#fff));
	background: linear-gradient(#f5f6fb 0%, #fff 100%);
}
.most-advanced-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.most-advance-left {
	position: relative;
	max-width: 630px;
	width: 100%;
	z-index: 3;
}
.most-advance-left .one {
	height: 520px;
	margin-left: -20px;
	filter: grayscale(1);
	opacity: 0.9;
}
.most-advance-left .two {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.most-advance-left .three {
	display: none;
}
/* Advanced Middle  */
.most-advance-middle {
	max-width: 780px;
	width: 100%;
}
.most-advance-middle .heading {
	margin-bottom: 40px;
	margin-left: 80px;
}
.most-advance-middle .heading::before {
	content: 'Pain';
	left: 0;
	top: -140px;
}
.most-advance-middle > div {
	padding-left: 25px;
	margin-left: 55px;
	margin-right: 65px;
	border-left: 1px solid rgb(14 47 183 / 10%);
	position: relative;
}
.most-advance-middle p {

	font-size: 1.125rem;
	line-height: 30px;
	color: #052647;
	padding-bottom: 55px;
	margin-bottom: 55px;
	border-bottom: 1px solid rgb(14 47 183 / 10%);
	position: relative;
}
.most-advance-middle p:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.most-advance-middle p::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -59px;
	width: 33px;
	height: 33px;
	background: #F5F6FB;
}
.most-advance-middle p::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: -80px;
	width: 80px;
	height: 1px;
	background: rgb(14 47 183 / 10%);
}
/* Most Common section ------------ */
.most-common-sec {
	margin-top: 200px;
}
.most-common-sec .heading {
	text-align: center;
}
.most-common-sec .heading::before {
	content: 'Conditions';
	text-align: center;
	top: -120px;
}
.most-common-sec .heading::after {
	right: 0;
	margin: auto;
}
.most-com-head p {

	font-size: 1.125rem;

	text-align: center;
	color: #052647;
	margin: 55px 0 70px 0;
}
/* tab  */
.most-common-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #F5F6FB;
}
.most-com-tab-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 89px;
	margin-left: auto;
	padding: 45px 60px 60px 20px;
}
.most-com-tab-nav ul {
	min-width: 175px;
}
.most-com-tab-nav ul li:last-child {
	border-bottom: 0;
}
.most-com-tab-nav ul li {

	font-size: 20px;
	line-height: normal;
	color: #052647;
	padding: 24px 0;
	border-bottom: 1px solid rgb(112 112 112 / 20%);
	cursor: pointer;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	/* text-transform: uppercase; */
}
.most-com-tab-nav ul li::before {
	content: '';
	position: absolute;
	top: 29px;
	right: 15px;
	width: 10px;
	height: 10px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top 0 left -210px;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.most-com-tab-nav ul li:hover::before {
	right: 0;
	opacity: 1;
}
.most-com-tab-nav ul li.active::before {
	opacity: 1;
	right: 0;
}
.most-com-tab-nav ul li.active {
	font-weight: bold;
}
.most-com-tab-nav ul li::after {
	content: '';
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: transparent;
	border: 3px solid white;
}
.most-com-tab-nav ul li.headache::after {
	right: -220px;
	top: 6px;
}
.most-com-tab-nav ul li.nerve::after {
	right: -220px;
	top: -37px;
}
.most-com-tab-nav ul li.neck::after {
	right: -220px;
	top: -77px;
}
.most-com-tab-nav ul li.shoulder::after {
	right: -149px;
	top: -94px;
}
.most-com-tab-nav ul li.elbow::after {
	right: -148px;
	top: -59px;
}
.most-com-tab-nav ul li.back::after {
	right: -219px;
	top: -107px;
}
.most-com-tab-nav ul li.hip::after {
	right: -199px;
	top: -132px;
}
.most-com-tab-nav ul li.wrist::after {
	right: -129px;
	top: -203px;
}
.most-com-tab-nav ul li.knee::after {
	right: -194px;
	top: -121px;
}
.most-com-tab-nav ul li.foot::after {
	right: -203px;
	top: -44px;
}
.most-com-tab-nav ul li.active::after {
	background: #087685;
}
.most-com-tab-nav ul li:hover::after {
	background: #087685;
}
.most-tab-area {
	max-width: 50%;
	width: 100%;
	background: #052647;
	position: relative;
	padding: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.most-tab-area::before {
	content: '';
	position: absolute;
	top: -75px;
	right: 0;
	width: 200px;
	height: 75px;
	background: #052647;
}
.most-tab-area::after {
	content: '';
	position: absolute;
	top: 0;
	left: 440px;
	height: 100%;
	width: 1px;
	background: rgb(201 201 201 / 28%);
}
.tab-body .single-tab {
	display: none;
}
.tab-body .single-tab:first-child {
	display: block;
}
.most-tab-body .single-tab h3 {
	font-weight: bold;
	font-size: 1.125rem;

	color: #fff;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgb(201 201 201 / 28%);
	position: relative;
}
.most-tab-body .single-tab h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 367px;
	width: 33px;
	height: 33px;
	background-color: rgb(245 246 251 / 39%);
}
.most-tab-body .single-tab p {
	font-size: 1.125rem;
	color: #fff;
	max-width: 300px;
	width: 100%;
}
.most-tab-body .single-tab a {

	text-decoration: underline;
	font-size: 1.125rem;

	color: #fff;
	margin-top: 40px;
}
.most-tab-body .single-tab a:hover {
	text-decoration: none;
}
/* Injuries & Conditions section  ------------- */
.injuries-con-sec {
	margin-top: 170px;
	position: relative;
	z-index: 3;
	padding-bottom: 80px;
}
.injuries-con-sec .container-s {
	margin-right: unset;
	margin-left: 190px;
}
.injuries-head .heading::before {
	content: 'Conditions';
	left: 80px;
	width: 80%;
	top: -110px;
}
.injuries-head p {
	font-size: 1.125rem;
	color: #052647;
	margin: 40px 0 40px 0;
}
.injuries-head {
	width: 100%;
	max-width: 1100px;
	display: block;
	margin: 100px auto;
}
.injuries-item-area {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.injuries-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 35px;
	justify-content: space-between;
}
.main-inner.location h4 {
	margin: 0px;
}
.single-injuries {
	display: block;
	width: 30%;
	/* min-height: 300px; */
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 50px #f5f6fb;
	box-shadow: 0px 0px 50px #f5f6fb;
	padding: 30px;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: left;
	justify-content: space-between;
	background: #fff;
}
.single-injuries:hover {
	background: #0e7787 !important;
}
.single-injuries:hover h3,
.single-injuries:hover p {
	color: white;
}
.main-inner .single-injuries {
	background: #052647;
}
/*.single-injuries::before {
content: '';
position: absolute;
top: 50px;
left: 40px;
width: 60px;
height: 80px;
background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}*/
.single-injuries h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 25px;
	color: #052647;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.single-injuries h3 a {
	text-decoration: underline;
	color: inherit;
}
.main-inner .injuries-wrap h3:before{
	display: none;
}
.single-injuries p {
	font-size: 1.125rem
		line-height: 1.7;
	color: #052647;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.single-injuries.one::before {
	background-position: top -248px left 0;
}
.single-injuries.two::before {
	background-position: top -248px left -76px;
}
.single-injuries.three::before {
	background-position: top -248px left -76px;
}
.single-injuries.three::before {
	background-position: top -248px left -144px;
}
.single-injuries.four::before {
	background-position: top -248px left -204px;
}
.single-injuries.five::before {
	background-position: top -248px left -281px;
}
.single-injuries.six::before {
	background-position: top -248px left -370px;
}
.single-injuries:hover::before {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}
/* border  */
.border {
	max-width: 478px;
	width: 100%;
	height: 1px;
	background: rgb(14 47 183 / 10%);
	display: block;
	position: absolute;
	top: -1px;
	left: -120px;
}
.border::after {
	content: '';
	position: absolute;
	top: -33px;
	left: 119px;
	height: 436px;
	width: 1px;
	background: rgb(14 47 183 / 10%);
}
.border.btm {
	bottom: -1px;
	top: unset;
	left: unset;
	right: -113px;
}
.border.btm::after {
	top: unset;
	bottom: -33px;
	right: 118px;
	left: unset;
}
.injuries-item-area .default-btn {
	margin-top: 70px;
}
/* Pain Doctors Section ----------- */
.pain-doctor-sec {
	margin-top: 150px;
	overflow: hidden;
}
.pain-doctor-wrap {
	max-width: 1670px;
	width: 100%;
	margin-left: auto;
	padding-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 45px;
}
/* left  */
.pain-doctor-left {
	max-width: 700px;
	width: 100%;
}
.single-dr-im {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 35px;
	position: relative;
}
.single-dr-im::after {
	content: '';
	position: absolute;
	inset: 0;
	margin: auto;
	width: 370px;
	height: 370px;
	z-index: -1;
	border: 37px solid #052647;
}
.pain-doctor-caro.slick-initialized .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
/* right  */
.pain-doctor-right {
	background: #052647;
	padding: 90px 140px 100px 140px;
	max-width: 915px;
}
.pain-doctor-right h2 {
	font-weight: bold;
	font-size: 44px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 50px;
}
.pain-doctor-right h2 span {
	color: #fff;
}
.pain-doctor-right span.bullet {
	font-size: 24px;
	line-height: 38px;
	color: #fff;
	margin-right: 37px;
	margin-bottom: 9px;
	padding-left: 22px;
	position: relative;
	display: inline-block;
}
.pain-doctor-right span.bullet::before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #087685;
	border-radius: 100%;
}
.pain-doctor-right p {
	font-size: 20px;
	line-height: 37px;
	color: #fff;
	margin-bottom: 20px;
}
.pain-doctor-right .signature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.pain-doctor-right .signature p {
	margin-bottom: 0;

	font-size: 20px;
	letter-spacing: -0.02em;

	color: #fff;
}
.pain-doctor-right .signature span {
	display: block;

	font-size: 16px;
	letter-spacing: -0.02em;
	color: #fff;
}
.pain-doctor-right .signature .dr-photo {
	max-width: 74px;
    height: auto;
    border-radius: 50%;
    aspect-ratio: 1;
}
/* default nav  */
.default-nav {
	padding-bottom: 110px;
}
.default-nav.center .slick-prev.slick-arrow {
	left: calc(50% - 83px);
}
.default-nav.center .slick-next.slick-arrow {
	right: calc(50% - 83px);
	left: unset;
}
.default-nav button {
	position: absolute;
	bottom: 0;
	width: 73px;
	height: 73px;
	border-radius: 3px;
	background: #052647;
	font-size: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #fff;
}
.default-nav button:hover {
	background: #087685;
}
.default-nav button::after {
	content: '';
	position: absolute;
	inset: 0;
	margin: auto;
	width: 19px;
	height: 27px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top 1px left -245px;
}
.default-nav .slick-next {
	left: 93px;
}
.default-nav .slick-next::after {
	background-position: top 1px left -284px;
}
/* Award Section ------------------ */
.award-section {
	margin: 150px 0;
}
.award-con {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.award-con .slick-list {
	margin: 0 -25px;
}
.single-award {
	margin: 0 25px;
	height: 210px;
}
.single-award img {
	display: block;
	height: 100%;
}
/* Most Trusted Section ------------ */
.most-trusted-sec {
	margin: 150px 0;
}
.most-trusted-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.most-trusted-wrap > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.most-trusted-left {
	background: #F5F6FB;
	padding: 84px 100px;
	width: 100%;
	max-width: 40%;
}
.most-trusted-left h2, .most-trusted-left h5 {
	line-height: 60px;
}
.most-trusted-left h2 span {
	margin-bottom: 60px;
}
.most-trusted-left h2::before {
	content: 'Trusted';
	text-align: right;
	top: 30px;
	left: 0;
	right: -56px;
}
.most-trusted-left p {
	font-size: 1.125rem;
	color: #052647;
	margin-bottom: 30px;
}
.most-trusted-left .default-btn{
	margin-top: 30px;
}
/* right  */
.most-trusted-right {
	background: rgb(17 10 23);
	text-align: right;
	position: relative;
	width: 100%;
	max-width: 60%;
}
.most-trusted-right::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50px;
	margin: auto;
	width: 100px;
	height: 130px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top -501px left -227px;
}
.most-trusted-right img {
	width: 100%;
	height: auto;
}

/* The most frequent Section ----- */
.teh-most-frequent {
	margin: 150px 0;
}
.frequent-con {
	max-width: 1610px;
	margin-left: auto;
	margin-right: 50px;
}
.frequent-dr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.frequent-box {
	max-width: 683px;
	width: 100%;
	border-radius: 3px;
	background: #0e7787;
	margin-right: -140px;
	position: relative;
	z-index: 9;
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
	padding: 70px 0;
}
.frequent-box::before, .frequent-box::after {
	content: '';
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgb(255 255 255 / 26%);
}
.frequent-box::before {
	left: 70px;
}
.frequent-box::after {
	right: 70px;
}
.frequent-box h2 {
	font-weight: bold;
	font-size: 33px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	padding: 50px 70px 30px 70px;
	border-bottom: 1px solid rgb(255 255 255 / 26%);
	border-top: 1px solid rgb(255 255 255 / 26%);
	position: relative;
}
.frequent-box h2::before, .frequent-box h2::after {
	content: '';
	position: absolute;
	width: 33px;
	height: 33px;
	background: rgb(245 246 251 / 24%);
}
.frequent-box h2::before {
	top: -33px;
	left: 38px;
}
.frequent-box h2::after {
	bottom: -33px;
	right: 38px;
}
/* frequent carousel  */
.frequent-carousel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	margin-top: -1px;
}
.freqn-caro {
	max-width: 1200px;
	width: 100%;
}
.freqn-caro .slick-list {
	margin: 0 -15px;
}
.single-frequent {
	max-width: 380.92px;
	height: 361.61px;
	border-radius: 0px 0px 3px 3px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 50px #f5f6fb;
	box-shadow: 0px 0px 50px #f5f6fb;
	padding: 160px 40px 20px 40px;
	margin: 0 15px;
	margin-bottom: 20px;
	position: relative;
}
.single-frequent::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 40px;
	width: 70px;
	height: 80px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
}
.single-frequent h3 {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.7;
	color: #052647;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.single-frequent p {

	font-size: 1.125rem;

	color: #052647;
}
.single-frequent.spine::before {
	background-position: top -246px left -205px;
}
.single-frequent.nerve::before {
	background-position: top -246px left -458px;
}
.single-frequent.infusion::before {
	background-position: top -246px left -562px;
}
.single-frequent.Regenerative::before {
	background-position: top -350px left -553px;
}
/* frequent call  */
.freqent-call {
	width: 380.92px;
	height: 361.61px;
	border-radius: 0px 0px 3px 3px;
	background: #052647;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 75px 50px 20px;
}
.freqent-call a {

	font-size: 34px;
	line-height: 42px;
	color: #fff;
	padding-top: 105px;
	position: relative;
}
.freqent-call a span {
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 23px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}
.freqent-call a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 80px;
	height: 80px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top -363px left -393px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.freqent-call a:hover::before {
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	-webkit-filter: grayscale(1) brightness(100);
	filter: grayscale(1) brightness(100);
}
/* Testimonial section  ---------- */
.testi-con {
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.testimonial-head {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.testimonial-head h2::before {
	content: 'Patients';
	top: -120px;
}
.testimonial-head h2::after {
	right: 0;
	margin: auto;
}
.testimonial-head p {

	font-size: 1.125rem;
	line-height: 30px;
	color: #052647;
	margin: 60px 0 90px;
}
/* testimonial tab  */
.testi-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
	position: relative;
	z-index: 3;
}
.testi-nav li {
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 26px;
	color: #052647;
	text-transform: uppercase;
	padding-right: 55px;
	margin-right: 55px;
	border-right: 1px solid rgb(14 47 183 / 22%);
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.testi-nav li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.testi-nav li.active {
	color: #087685;
}
.testi-nav li:hover {
	color: #087685;
}
/* tab body  */
.test-tab-body {
	position: relative;
}
.testi-body-wrp {
	display: none !important;
}
.testi-body-wrp.active {
	display: block !important;
	position: relative;
	z-index: 2;
	opacity: 1;
}
.testi-body-wrp {
	gap: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 80px;
	border-left: 1px solid rgb(14 47 183 / 10%);
	border-right: 1px solid rgb(14 47 183 / 10%);
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
}
.testi-body-wrp::after {
	content: '';
	position: absolute;
	top: -124px;
	left: -128px;
	width: 100%;
	height: 100%;
	background: url('/wp-content/themes/painmanagement/images/review/borderBg.png') no-repeat;
	z-index: -1;
}
.testi-body-wrp::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/wp-content/themes/painmanagement/images/review/borderBg.png') no-repeat;
	bottom: -125px;
	right: -125px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: -1;
}
.single-testi {
	max-width: 450px;
	min-height: 525.16px;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 50px #f5f6fb;
	box-shadow: 0px 0px 50px #f5f6fb;
	padding: 40px 50px 25px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.single-testi::after {
	content: '';
	position: absolute;
	bottom: 60px;
	right: 16px;
	width: 38px;
	height: 28px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top 0 left -330px;
}
.name-star {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
	padding-left: 80px;
	position: relative;
}
.name-star:before {
	content: '';
	width: 65px;
	height: 65px;
	background: #0e7787;
	border-radius: 100%;
	position: absolute;
	left: 0;
}
.name-star:after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	left: 18px;
	top: 9px;
	text-align: center;
	color: #fff;
	font-size: 26px;
}
.name-star.one:after {
	content: 'M';
}
.name-star.two:after {
	content: 'B';
}
.name-star.three:after {
	content: 'T';
}
.name-star.four:after {
	content: 'D';
}
.name-star.five:after {
	content: 'J';
}
.name-star.six:after {
	content: 'A';
}
.name-star.seven:after {
	content: 'M';
}
.name-star.eight:after {
	content: 'T';
}
.name-star.nine:after {
	content: 'M';
}
.single-testi .name {

	font-size: 20px;
	color: #052647;
	display: block;
}
.star {
	color: #FFC400;
	font-size: 24px;
	line-height: 1;
}
.single-testi p {

	font-size: 1.125rem;
	line-height: 34px;
	color: #052647;
}
.google {

	font-size: 12px;
	line-height: 26px;
	color: #031e5b;
	padding-left: 95px;
	position: relative;
	display: block;
	padding-top: 25px;
}
.google::before {
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	width: 85px;
	height: 25px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top -603px left 0;
}

/* In-Network Section --------- */
.in-network-sec {
	padding: 90px 0;
	background: #F5F6FB;
	margin: 150px 0;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.in-network-sec::after {
	content: '';
	position: absolute;
	top: 0;
	right: 280px;
	width: 730px;
	height: 100%;
	background: white;
	z-index: -1;
}
.in-network-con {
	max-width: 1387px;
	width: 100%;
	margin: 0 auto;
	padding: 70px;
	background: #FFFFFF;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.in-network-con::after {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 100px;
	height: 100%;
	background: #f5f6fb;
	z-index: 3;
}
.in-network-left {
	max-width: 515px;
	width: 100%;
}
.in-network-left h2::before {
	content: 'Insurance';
	left: -106px;
}
.in-network-left p {

	font-size: 1.125rem;
	line-height: 30px;
	color: #052647;
	margin-top: 50px;
	max-width: 445px;
	width: 100%;
}
/* right  */
.in-network-right {
	background: #052647;
	padding: 60px;
	border-radius: 3px;
	position: relative;
	z-index: 2;
}
.in-network-right::before,
.in-network-right::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/wp-content/themes/painmanagement/images/review/borderBg.png') no-repeat;
	background-size: cover;
	z-index: -1;
}
.in-network-right::before {
	top: -227px;
	left: 0px;
}
.in-network-right::after {
	bottom: -227px;
	right: 0px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* Certified Section  ---------- */
.certified-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.certified-wrap > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 50%;
}
.certified-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	margin-bottom: 60px;
}
.certified-left > div {
	max-width: 625px;
	width: 100%;
	margin-left: auto;
	margin-right: 75px;
}
.certified-left h2::before {
	content: 'Certified';
	top: -160px;
	left: -84px;
}
.certified-left h2::after {
	top: 70px;
}
.certified-left h2 span {
	padding-bottom: 70px;
}
.certified-left p {

	font-size: 1.125rem;
	line-height: 30px;
	color: #052647;
	position: relative;
}
.certified-left p::before {
	content: '';
	position: absolute;
	height: 10%;
	width: 100%;
	top: 0;
	left: 0;
	background: url('/wp-content/themes/painmanagement/images/review/certifiedBorder.png') no-repeat;
}
/* right  */
.certified-right {
	padding: 100px 60px;
	background: #052647;
}
.certified-right h3 {
	font-weight: bold;
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 10px;
}
.certified-right span {

	font-size: 1.125rem;
	line-height: 44px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin-bottom: 40px;
}
.certified-right p {

	font-size: 1.125rem;
	line-height: 30px;
	color: #fff;
	max-width: 638px;
	width: 100%;
	margin-bottom: 35px;
}
.certified-right p:last-child {
	margin-bottom: 0;
}
.certified-right p a {
	color: #fff;
	text-decoration: underline;
}
.certified-right p a:hover {
	text-decoration: none;
}
.certified-left p::before {
	content: '';
	position: absolute;
	height: 159px;
	width: 114%;
	top: -122px;
	left: -122px;
	background: url('/wp-content/themes/painmanagement/images/review/certifiedBorder.png') no-repeat;
}
/* Office Gallery Section ---------- */
.office-gallery-sec {
	padding-bottom: 110px;
	position: relative;
	z-index: 2;
}
.office-gallery-sec::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #052647;
	z-index: -1;
}
.office-gallery-wrp {
	gap: 20px;
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
}
.single-office {
	margin-bottom: 20px;
}
.single-office img {
	display: block;
	border-radius: 3px;
}
.single-office.one img,
.single-office.three img {
	width: 100%;
}
.single-office.two img {
	margin-left: auto;
}
.single-office.four {
	padding-top: 100px;
}
.single-office.five img {
	height: 440px;
}
/* Schedule Section  -------- */
.schedule-section {
	margin: 70px 0;
}
.schedule-app-wrp {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.schedule-app-left {
	max-width: 450px;
	width: 100%;
	padding-top: 70px;
}
.schedule-app-left h3, .main-inner .schedule-app-left h3 {
	font-weight: bold;
	font-size: 21px;
	line-height: 39px;
	color: #0e7787;
	position: relative;
	padding-top: 85px;
	margin: 0px;
}
.schedule-app-left h3::before, .main-inner .schedule-app-left h3:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 76px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg')no-repeat;
	background-position: top -361px left -171px;
}
.schedule-app-left h3::after {
	display: none;
}
.schedule-app-left span {

	font-size: 38px;
	text-align: left;
	color: #052647;
	display: block;
	padding-top: 17px;
	position: relative;
}
.schedule-app-left span::after {
	content: '';
	position: absolute;
	top: -73px;
	left: 0;
	width: 100%;
	height: 100px;
	background: url('/wp-content/themes/painmanagement/images/review/scheduleLeftBorder.png') no-repeat;
}
/* right --- */
.schedule-app-right {
	margin: 60px 0px;
}
.input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 45px;
	margin-bottom: 28px;
}
.input-group input, .input-group textarea {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #052647;
	border: none;
	padding: 13px;
	border-bottom: 1px solid #E6E8F2;
}
.input-group input::-webkit-input-placeholder, .input-group textarea::-webkit-input-placeholder {

	font-size: 16px;
	line-height: 30px;
	color: #052647;
}
.input-group input::-moz-placeholder, .input-group textarea::-moz-placeholder {

	font-size: 16px;
	line-height: 30px;
	color: #052647;
}
.input-group input:-ms-input-placeholder, .input-group textarea:-ms-input-placeholder {

	font-size: 16px;
	line-height: 30px;
	color: #052647;
}
.input-group input::-ms-input-placeholder, .input-group textarea::-ms-input-placeholder {

	font-size: 16px;
	line-height: 30px;
	color: #052647;
}
.input-group input::placeholder,
.input-group textarea::placeholder {

	font-size: 16px;
	line-height: 30px;
	color: #052647;
}
.input-group input:focus,
.input-group textarea:focus {
	border-color: #087685;
}
.input-group textarea {
	font-family: "SF UI Display";
	outline: none;
	resize: none;
	height: 150px;
}
.receive-con {
	border-bottom: 1px solid #E6E8F2;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.receive-con span {
	display: block;

	font-size: 16px;
	line-height: 30px;
	color: #052647;
	margin-bottom: 22px;
}
.receive-con label {
	margin-bottom: 20px;

	font-size: 16px;
	color: #052647;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}
.submit-btn {
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	background: #087685;
	padding: 18px 23px;
	border-radius: 3px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.submit-btn:hover {
	background: #052647;
}
/* Footer Section ---------- */
.main-footer {
	background: #062647;
	position: relative;
	z-index: 4;
}
.footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.map {
	max-width: 1190px;
	width: 100%;
}
.map iframe {
	width: 100%;
	height: 100%;
	/* 	-webkit-filter: grayscale(1); */
	/* 	filter: grayscale(1); */
	border: none;
}

.footer-wrp {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 15px 50px 15px;
}
.footer-wrp p {
	color: #ffffff;
	font-size: 14px;
	margin-left: 0px;
}
.three-col {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}
.single-footer {
	width: 25%;
}
.single-footer ul {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	gap: 20px;
	margin: 30px 0;
}
.single-footer a:hover, .single-footer button:hover {
	text-decoration:underline;
}
.single-footer:first-child {
	width: 450px;
	margin-right: 50px;
}
.single-footer:first-child a {text-decoration:underline;display: initial;}
.single-footer:first-child a:hover {text-decoration:none;}
.single-footer h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 30px 0px 20px 0px;
}
.single-footer p, .single-footer span, .single-footer li, .single-footer a {
	font-size: .875rem;
	color: #fff!important;
	line-height: 1.625rem;
}
.weglot_switcher.underline_edge .language-option .underline {
	background-color: #0e7787 !important;
}
.single-footer button {
	color:#fff;
}
.single-footer .footer-submenu {
	margin: 10px;
	gap: 0px;
	flex-direction: column;
}
.single-footer .footer-work-hrs {
	display: block;
	margin: 0;
}
.single-footer p {margin-bottom: 20px;}
.footer-disclaimer-ada {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	border: 1px dotted #939393;
	padding: 30px;
	margin-top: 30px;
	border-radius: 5px;
}
.footer-disclaimer-ada h3 {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.footer-location {
	padding: 80px 115px 50px 115px;
	position: relative;
	background: #031d36;
}
.footer-seo p {
	margin-bottom: 20px;
}
/*.footer-location::after {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 260px;
background: #031d36;
-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
clip-path: polygon(100% 0, 0 0, 50% 100%);
}*/
.footer-location ul li {

	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding-left: 40px;
	position: relative;
	margin-bottom: 35px;
}
.footer-location ul li:last-child {
	margin-bottom: 0;
}
.footer-location ul li a, .footer-location ul li span {
	color: #fff;
	display: block;
	text-transform: uppercase;
}
.footer-location ul li a {
	text-decoration: underline;
}

.footer-location ul li a:hover {
	text-decoration: none;
}
.footer-location ul li::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 14px;
	height: 17px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top 0 left -82px;
}
.footer-location ul li a:hover {
	text-decoration: underline;
}
.footer-btm {
	padding: 60px 15px 50px  170px;
}
.footer-btm ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 0;
	margin-bottom: 25px;
}
.footer-btm ul li {
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #FFF;
}
.footer-btm ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.footer-btm ul li a, .footer-btm ul li button {

	font-size: 0.875rem;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.footer-btm ul li a:hover,
.footer-btm ul li button:hover {
	text-decoration: underline;
}
.footer-btm p,
.footer-btm p button {

	font-size: 1.025rem;
	line-height: 30px;
	color: #fff;
	max-width: 530px;
	width: 100%;
	margin-bottom: 40px;
}
.footer-btm p button {
	padding: 0;
	margin: 0;
	max-width: unset;
	width: unset;
}
.footer-btm p button:hover, .copyright-wrp a:hover {
	text-decoration: underline;
}
.dmca {
	width: 126px;
	height: 24px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top -74px left -493px;
}
.copyright {
	padding: 20px 0;
	background: #031d36;
}
.copyright-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.copyright-wrp p, .copyright-wrp a {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #FFF;
}
.copyright-wrp a {
	width: 40px;
	height: 40px;
}
.copyright-wrp ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.copyright-wrp ul li {
	position: relative;
	background: url(https://www.painmanagementnyc.com/wp-content/themes/painmanagement//wp-content/themes/painmanagement/images/sp.svg);
	background-position: 268px -68px;
	width: 40px;
	height: 40px;
	filter: brightness(100);
	transition: .3s;
}
.copyright-wrp ul li:hover {
	transform: scale(1.5);
	opacity: .5;
}
.copyright-wrp ul li.facebook {
	background-position: 388px -68px;
}
.copyright-wrp ul li.youtube {
	background-position: 329px -68px;
}
/* Disclaimer Popup  ------------------- */
.disclaimer-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 30%);
	z-index: 99;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.disclaimer-pp {
	max-width: 800px;
	width: 100%;
	background: #FFF;
	padding: 40px;
	position: relative;
}
.disclaimer-pp span {
	display: block;
	font-size: 22px;
	margin-bottom: 20px;
	color: #052647;
}
.disclaimer-pp p {
	font-size: 1.125rem;
	line-height: 30px;
	color: #052647;
}
.disclaimer-pp .close-dis {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 50px;
	line-height: .5;
	color: #0e7787;
	cursor: pointer;
}
/* on-this page scroll bar ------- */
.on-this-page-area {
	background: #052647;
	padding: 10px;
	position: sticky;
	top: 110px;
	z-index: 9;
	border-top: 1px solid #ffffff29;
}
.onpage-con {
	max-width: 1035px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.on-this-page-topcon p {

	font-size: 16px;

	color: #fff;
	cursor: pointer;
	padding-left: 22px;
	position: relative;
}
.on-this-page-topcon p::after {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 17px;
	height: 20px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top 0 left -392px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.on-this-page-topcon p.rotate::after {
	-webkit-transform: rotate(179deg);
	-ms-transform: rotate(179deg);
	transform: rotate(179deg);
	margin-top: -2px;
}
.on-this-page-content {
	display: none;
}
.on-this-page-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px 0;
	list-style: square;
	color: #ffffff82;
}
.on-this-page-content ul li a {
	font-size: 12px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1px;
	text-transform: initial;
}
.on-this-page-content ul li {
	line-height: 16px;
	margin-right: 13px;
}
/* Main Inner Page -------------------------------- */
.inner-banner-sec {
	position: relative;
	z-index: 9;
}
.main-inner-sec {
	position: relative;
	z-index: 2;
}
/*.main-inner-sec::after {
content: '';
position: fixed;
top: 148px;
width: 350px;
height: 440px;
background: url('/wp-content/themes/painmanagement/images/inner/innerPosition.png') no-repeat;
}*/
.main-inner-sec.short-bg::after {
	top: 100px;
}
.inner-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.inner-banner > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 50%;
}
/* left  */
.inner-banner-left {
	position: relative;
	z-index: 2;
	padding: 125px 30px 125px 170px;
	background-color: #041D36;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.inner-banner h1 {
	font-weight: bold;
	font-size: 40px;
	line-height: 62px;
	color: #052647;
	padding-bottom: 0;
	margin-bottom: 10px;
	position: relative;
}
/*.inner-banner h1::before {
content: '';
position: absolute;
bottom: 0;
left: -80px;
width: calc(100% + 120px);
height: 100%;
background: url('/wp-content/themes/painmanagement/images/inner/innerBnBorder.png') no-repeat;
background-position: bottom left;
z-index: -1;
}*/
.inner-banner #breadcrumbs span, .inner-banner #breadcrumbs span a {
	font-size: 15px;
	color: #052647b5;
}
.inner-banner #breadcrumbs span a:hover {
	opacity: 1;
}
#breadcrumbs {
	margin-top: 0;
}
#breadcrumbs span, #breadcrumbs span a {
	font-size: 15px;
}
/* right  */
.inner-banner-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 146px;
	background: #F5F6FB;
	position: relative;
}
.inner-banner-right::before {
	content: '';
	position: absolute;
	top: 0;
	left: -55px;
	width: 110px;
	height: 100%;
	background: url('/wp-content/themes/painmanagement/images/inner/innerBnBgcenter.png') no-repeat;
	background-position: center;
	z-index: 2;
}
.inner-banner-right p,
.inner-banner-right p a {
	font-weight: bold;
	font-style: italic;
	font-size: 1.125rem;

	color: #052647;
}
.inner-banner-right p a {
	text-decoration: underline;
}
.inner-banner-right p a:hover {
	text-decoration: none;
}
/* inner banner two  */
.inner-banner.banner-two {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	padding: 30px 15px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 9;
}
.inner-banner.banner-two h1 {
	display: inline-block;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
/* main inner  */
.margin {
	margin-top: 100px;
	margin-bottom: 60px;
}
.margin50 {
	margin-top: 50px;
}
.in-w, .main-inner {
	max-width: 1000px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.main-inner.forms > p:first-child {
	padding: unset;
	background: unset;
}
.main-inner.forms{
	padding-top: 100px;
}
.page-template-forms .main-inner-sec {
	background: #f5f5f5;
}
.page-template-forms .main-inner.forms > p:first-child::before{
	display: none;
}
.main-inner p.starter:not(:first-child):not(.fullWidthIn + p) {
	border-left: 4px solid #087685;
	padding: 5px 20px;
	font-style: italic;
	letter-spacing: 0.5px;
}
.main-inner > p:first-child, .main-inner .fullWidthIn + p  {
	font-size: 20px;
	line-height: 34px;
	color: #fff;
	background: #052647;
	padding: 60px 60px 60px 260px;
	position: relative;
	margin-bottom: 60px;
	margin-top: 10px;
	letter-spacing: 0.5px;
}
.main-inner .fullWidthIn + p {
	margin-top: 40px;
}
.main-inner > p:first-child::before, .main-inner .fullWidthIn + p::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 195px;
	background: #0e7787 url('images/inner/sp2.svg') no-repeat;
	background-position: left center;
}
.main-inner > p:first-child a, .main-inner .fullWidthIn + p a {
	display: inline;
	color: #fff;
	font-size: 20px;
	text-decoration: underline;
}
.main-inner > p:first-child a:hover, .main-inner .fullWidthIn + p a:hover {
	text-decoration: none;
}
.main-inner h2, .main-inner h2 a, .main-inner h3 {
	font-size: 2rem;
	line-height: 1.5;
	color: #052647;
	position: relative;
	float: none;
	clear: both;
	padding: 0 0 20px 0;
}
.main-inner h2::after, .main-inner h3::after  {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	z-index: -1;
	background: #d8d8d8;
	margin: auto;
}
.main-inner h2::before, .main-inner h3::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 60px;
	height: 5px;
	z-index: 1;
	background: #0e7787;
}
.main-inner h3 {
	font-size: 24px;
	line-height: 1.7;
}
.main-inner h4 {
	font-size: 30px;
	line-height: 1.7;
	color: #052647;
}
.main-inner h5 {
	font-size: 28px;
	line-height: 1.7;
	color: #052647;
}
.main-inner h6 {
	font-size: 25px;
	line-height: 1.7;
	color: #052647;
}
.main-inner iframe {
	width: 100%!important;
	position: relative;
	z-index: 4;
	aspect-ratio: 16/7.8;
	height: auto;
}
.main-inner p, .main-inner a, .main-inner ul li, .main-inner ol li, .main-inner ul li a, .main-inner ol li a, .inner p a, .inner span a {
	font-size: 1.125rem;
	color: #052647;
	letter-spacing: 0.5px;
}
.main-inner ol li strong, .main-inner ul li strong {
	font-weight: bold;
}
.main-inner p.boxy, .box-block {
	background: #fff;
	padding: 40px;
	margin-bottom: 60px;
	box-shadow: 0 0 40px 0px #0b05471c;
	border-left: 5px solid #052647;
	letter-spacing: 0.5px;
}
.box-block {
	margin-top: 40px;
}
.box-block * {
	display: inline;
}
.box-block b {
	font-weight: bold;
}
.main-inner p strong {
	font-weight: bold;
}
.main-inner ul li a,
.main-inner ol li a,
.main-inner p a,
.main-inner span a,
.inner span a,
.inner p a,
.most-advance-middle p a{
	text-decoration: none;
	position: relative;
	color: #052647;
	letter-spacing: 0.5px;
}
.main-inner ul li a:before, .main-inner ol li a:before, .main-inner p a:before, .inner p a:before, .inner span a:before, .most-advance-middle p a:before {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	text-decoration: none;
	background: #05264757;
}
.main-inner ul li a:after, .main-inner ol li a:after, .main-inner p a:after, .inner p a:after, .inner span a:after, .most-advance-middle p a:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 0%;
	height: 1px;
	border-bottom: 1px solid currentColor;
	-webkit-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}
.main-inner > p:first-child a:before,
.main-inner > p:first-child a:after,
.main-inner .fullWidthIn + p a:before,
.main-inner .fullWidthIn + p a:after{
	background: #fff;
}
.main-inner ul li a:hover:after, .main-inner ol li a:hover:after, .main-inner p a:hover:after, .inner p a:hover:after, .inner span a:hover:after, .most-advance-middle p a:hover:after {
	width: 100%;
	border-bottom: 1px solid #052647;
}
.main-inner ul li a:hover, .main-inner ol li a:hover, .main-inner p a:hover {
	color: #04a7bd;
}
.main-inner p.starter a:hover {
	color: #00bedb;
}
/*.main-inner p.highlight {
/*background: #f5f6fb;
padding: 20px 30px;
border-right: 3px solid #052647;
box-shadow: 7px 7px 10px #d2d2d2;
border-radius: 0 30px 0 30px;
}*/
.main-inner p, .main-inner ol, .main-inner ul {
	margin: 40px 0px;
}
.main-inner h2, .main-inner h3, .main-inner h4 {
	margin: 70px 0px 40px 0px;
}
.main-inner ol, 
.main-inner ul {
	margin-left: 20px;
}
.main-inner ol li, .main-inner ul li {
	margin-left: 23px;
	list-style: square;
	padding: 5px 0px;
}
.main-inner ol li::marker, .main-inner ul li::marker {
	color: #052647;
}
.main-inner h5,
.main-inner h6 {
	margin-bottom: 30px;
}
.align-right, .alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
.align-left, .alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.main-inner figcaption {
	font-family: Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 0.875rem;
	line-height: normal;
	color: #052647;
	/* opacity: 0.53; */
	border-bottom: 1px solid #0526474f;
	padding: 20px 0;
	/* margin-top: -68px; */
	/* background: #fff; */
	text-align: center;
}
.main-inner ul.two-col {
	display: block;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
}
/* Mechanical Tab   */
.mechanical-tab-area {
	padding: 80px 0;
	background: #E6E8F2;
	margin-bottom: 60px;
	position: relative;
	z-index: 2;
}
.mechanical-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-inner .mecha-tab-nav {
	max-width: 345px;
	width: 100%;
}
.main-inner .mecha-tab-nav {
	margin: 0;
}
.main-inner .mecha-tab-nav li {
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 46px;
	color: #052647;
	position: relative;
	cursor: pointer;
	list-style: none;
	margin: 0;
}
.main-inner .mecha-tab-nav li:hover {
	color: #087685;
}
.mecha-tab-nav li.active {
	color: #087685;
	border-bottom: 1px solid white;
}
.mecha-tab-nav li.active::after {
	content: '';
	position: absolute;
	bottom: -10px;
	right: -10px;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #e6e8f2;
	width: 0;
	height: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 9;
}
.mecha-tab-nav li.active::before {
	content: '';
	position: absolute;
	right: -3px;
	bottom: -6px;
	width: 10px;
	height: 10px;
	border-right: 1px solid white;
	border-top: 1px solid white;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 10;
}
/* body  */
.mecha-tab-body {
	background: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 65px;
	position: relative;
}
.mecha-tab-body::before,
.mecha-tab-body::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 80px;
	background: white;
}
.mecha-tab-body::before {
	top: -80px;
}
.mecha-tab-body::after {
	bottom: -80px;
}
.main-inner .mecha-tab-body .single-tab {
	display: none;
}
.mecha-tab-body .single-tab:first-child {
	display: block;
}
.main-inner .mecha-tab-body .single-tab p {
	margin-bottom: 20px;
}
.two-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 75px;
}
/* Inner testimonial  */
.inner-testimonial {
	background: #F5F6FB;
	padding: 90px 0;
	position: relative;
	z-index: 2;
	margin-bottom: 80px;
	margin-top: 80px;
}
.inner-testimonial::after {
	content: '';
	position: absolute;
	top: 0;
	right: 336px;
	width: 720px;
	height: 100%;
	background: #FFF;
	z-index: -1;
}
.inner-testi-wrap {
	max-width: 1387px;
	width: 100%;
	margin: 0 auto;
	padding: 75px;
	background: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.inner-testi-left {
	max-width: 515px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-inner .inner-testi-left h2 {
	font-weight: bold;
	font-size: 44px;
	line-height: 60px;
	color: #052647;
	margin: 0;
	padding: 0;
	z-index: 1;
    position: relative;
}
.main-inner .inner-testi-left h2::before {
	content: 'Testimonials';
	font-size: 198px;
	left: -79px;
	top: 86px;
	z-index: -1;
}
.main-inner .inner-testi-left h2::after {
	display: none;
}
.main-inner .inner-testi-left h2 span {
	margin-bottom: 0;
}
/* right  */
.inner-testi-right {
	background: #052647;
	padding: 50px 90px;
	border-radius: 3px;
	max-width: 730px;
	width: 100%;
	margin-left: auto;
	position: relative;
	z-index: 2;
}
.inner-testi-right::after,
.inner-testi-right::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/wp-content/themes/painmanagement/images/inner/innerTestiBorder.png') no-repeat;
	z-index: -1;
}
.inner-testi-right::before {
	top: -165px;
	background-position: top left;
}
.inner-testi-right::after {
	bottom: -147px;
	background-position: bottom left;
}
.single-inr-testi {
	padding-bottom: 56px;
	position: relative;
}
.single-inr-testi::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 58px;
	height: 58px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top -363px left -81px;
}
.single-inr-testi .star {
	margin-bottom: 25px;
	display: block;
}
.main-inner .single-inr-testi p {

	font-size: 22px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 30px;
}
.inner-testi-right.default-nav.center .slick-prev.slick-arrow,
.inner-testi-right.default-nav.center .slick-next.slick-arrow {
	bottom: -112px;
}
/* inner book online  */
.inner-book-online {
	background: #F5F6FB;
	padding: 50px 0;
	margin-bottom: 50px;
	position: relative;
	z-index: 4;
}
.inr-bok-onln {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 40px;
}
.inr-bok-onln > div {
	max-width: calc(50% - 20px);
}
.main-inner .inr-bok-onln h2 {
	border-left: 1px solid rgb(14 47 183 / 10%);
	padding-left: 25px;
	margin-left: -25px;
	width: 100%;
}
.main-inner .inr-bok-onln h2::after {
	display: none;
}
.main-inner .inr-bok-onln h2::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% + 50px);
	height: 1px;
	background: rgb(14 47 183 / 10%);
}
.main-inner .inr-bok-onln p {
	margin-bottom: 35px;
}
.main-inner .btn-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.main-inner .inr-bok-onln .btn-wrp button, .main-inner .inr-bok-onln .btn-wrp a {
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding: 20px 0 20px 61px;
	border-radius: 3px;
	position: relative;
	width: 245px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.main-inner .inr-bok-onln .btn-wrp button {
	background: #087685;
}
.main-inner .inr-bok-onln .btn-wrp a {
	background: #052647;
}
.main-inner .inr-bok-onln .btn-wrp button::after,
.main-inner .inr-bok-onln .btn-wrp a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 25px;
	width: 32px;
	height: 32px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
}
.main-inner .inr-bok-onln .btn-wrp button::after {
	background-position: top -71px left -59px;
}
.main-inner .inr-bok-onln .btn-wrp a::after {
	background-position: top -71px left -184px;
}
.main-inner .inr-bok-onln .btn-wrp button:hover {
	background: #052647;
}
.main-inner .inr-bok-onln .btn-wrp a:hover {
	background: #087685;
}
/* Frequently Asked Questions  */
.main-inner .frequently-accor h3 {
	font-weight: normal;
	font-size: 2.5rem;
	line-height: 1.7;
	color: #0e7787;
	position: relative;
	padding-top: 30px;
	padding-bottom: 5px;
}
.main-inner .frequently-accor h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -80px;
	width: 100%;
	height: 100%;
	background: url('/wp-content/themes/painmanagement/images/inner/accordionBorder.png') no-repeat;
	background-position: bottom left;
}
.frequently-accor .single-accordion h2, .faq-block > div > h2, .faq-block > div > h3, p.faq-text {
	font-size: 1.125rem;
	line-height: 1.7;
	cursor: pointer;
	padding-right: 20px;
	margin: 40px 0px;
}
p.faq-text {
	color: #0e7787;
}
.frequently-accor .single-accordion h2::before, .faq-block > div > h2:before, .faq-block > div > h3:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0px;
	width: 10px;
	height: 10px;
	border-left: 1px solid #052647;
	border-bottom: 1px solid #052647;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	bottom: 0;
	margin: auto;
	background: none;
	left: unset;
}
.frequently-accor .single-accordion h2::after, .faq-block > div > h2:after, .faq-block > div > h3:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 1px;
	z-index: -1;
	background: #d8d8d8;
	margin: auto;
}
.frequently-accor .single-accordion h2.active::before, .faq-block > div > h2.active::before, .faq-block > div > h3.active::before {
	-webkit-transform: rotate(136deg);
	-ms-transform: rotate(136deg);
	transform: rotate(136deg);
	margin-top: 8px;
}
.accordion-body, .faq-block > div > div {
	display: none;
}
/* Disclaimer  */
.disclaimer-in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin: 100px 0px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f5f6fc;
}
.disclaimer-in p {
	margin: 0px;
}
.main-inner .disclaimer-in .published-date {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 0;
	padding: 20px 10px 20px 70px;
	position: relative;
	background: #F5F6FB;
	max-width: 922px;
	width: 100%;
	color: #052647bf;
	font-weight: normal;
	font-size: 0.875rem;
}
.main-inner .disclaimer-in .published-date::before {
	content: '';
	position: absolute;
	top: 24px;
	left: 20px;
	width: 30px;
	height: 30px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top 0 right -20px;
}
.main-inner .disclaimer-in .published-date img {
	max-width: 50px;
	height: auto;
	border-radius: 50%;
	aspect-ratio: 1;
}
.main-inner .disclaimer-in .published-date a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	text-decoration: underline;
}
.main-inner .disclaimer-in .published-date a:hover {
	text-decoration: none;
}
.disclaimer-in button {

	font-size: 0.875rem;

	/* color: #fff; */
	text-align: center;
	/* background: #052647; */
	padding: 20px 60px;
	-ms-flex-item-align: baseline;
	align-self: baseline;
	border-radius: 3px;
	text-decoration: underline;
}
/* Dr Leon  */
.dr-leon-btm {
	background: #F5F6FB;
	padding: 50px 0;
	position: relative;
	z-index: 4;
}
.dr-leon-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 44px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}
.main-inner .dr-leon-wrp p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.6;
	margin-top: 20px;
}
.main-inner .dr-leon-wrp p:last-child {
	margin-bottom: 0;
}
/* Our Doctor Page ----------------------- */
.on-our-doctor {
	position: relative;
	z-index: 2;
	margin: 70px 0px;
}
.our-doc-wra {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
	width: 100%;
}
.our-single-doc {
	width: 24%;
	position: relative;
	overflow: hidden;
}
.our-single-doc > div {
	border-radius: 3px;
	background: #052647bf;
	text-align: center;
	padding: 20px 0px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
a.our-single-doc:hover img {
	transform: scale(1.1);
}
.main-inner .our-single-doc img {
	display: block;
	border-radius: 3px;
	min-width: 360px;
	width: 100%;
	min-height: 302px;
	transition: .8s;
	margin: 0px;
}
.main-inner .our-single-doc h3 {
	margin: 0px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.main-inner .our-single-doc  a {
	font-weight: bold;
	font-size: 21px;
	line-height: 30px;
	color: #fff;
}
.main-inner .our-single-doc p {
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
}
/* testimonial page -------------------------- */
.sn-testi:last-child {
	margin-bottom: 60px;
}
.sn-testi:last-child::after {
	display: none;
}
.sn-testi {
	background: #F5F6FB;
	padding: 70px;
	position: relative;
	margin-bottom: 50px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 320px auto;
	grid-template-columns: 100%;
}
.review-slider .sn-testi {
	margin: 15px 10px;
	box-shadow: 2px 2px 10px #c3c3c3;
	border-radius: 10px;
}
.sn-testi .title {
	font-size: 24px;
	line-height: 40px;
	color: #052647;
	position: relative;
	padding-bottom: 78px;
	display: block;
}
.sn-testi .title::after {
	content: '';
	position: absolute;
	bottom: 38px;
	left: 0;
	width: 91px;
	height: 1px;
	background: #707070;
}
.sn-testi .name {
	font-weight: bold;
	font-size: 27px;
	line-height: 40px;
	color: #052647;
}
.sn-testi .credits {
	font-size: 1rem;
	line-height: 1.6;
	color: #052647;
	position: relative;
	display: flex;
	flex-direction: column;
	padding-left: 80px;
	position: relative;
}
.sn-testi .credits::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 65px;
	height: 65px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	top: 5px;
	margin: auto;
}
.sn-testi.google .credits::after {
	background-position: top -361px left -78px;
}
.sn-testi.google::before {
	display: none;
}
.sn-testi.zocdoc .credits::after {
	background-position: top -360px left 3px;
}
/* right  */
.sn-testi .right {
	border-left: 3px solid #0e7787;
	padding-left: 30px;
	margin-top: 40px;
}
.sn-testi .star {
	display: block;
	margin-bottom: 25px;
}
.main-inner .sn-testi p {
	color: #052647;
	margin-bottom: 0;
	font-style: italic;
}
/* Press Page ------------ */
.press-wrap {
	max-width: 1070px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	margin-bottom: 100px;
}
.single-press {
	width: 50%;
	text-align: center;
	padding: 90px 65px;
}
.single-press.bg-color {
	background: #F5F6FB;
}
.single-press > div {
	min-height: 118px;
}
.main-inner .single-press p {

	font-size: 1.125rem;
	line-height: 40px;
	color: #052647;
	margin-top: 22px;
	margin-bottom: 0;
	padding-top: 25px;
	border-top: 1px solid #C1CDED;
}
.main-inner .single-press span {

	font-size: 1.125rem;
	line-height: 40px;
	color: #052647;
	margin-bottom: 25px;
	display: block;
}
.main-inner .single-press span a {
	color: #087685;
	text-decoration: none;
}
.main-inner .single-press span a:hover {
	text-decoration: underline;
}
.main-inner .single-press a {

	text-decoration: underline;
	font-size: 1.125rem;
	line-height: 30px;
	color: #052647;
}
.main-inner .single-press a:hover {
	text-decoration: none;
}
/* Awards Page  ------------------  */
.recog-wrap {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	gap: 30px;
	margin: 80px 0;
}
.recog-wrap.recog-wrap-2col {
	margin: 50px 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.recog-wrap.recog-wrap-2col .single-reco {
	width: 30%;
	margin: 0;
}
.separator {
	border: 1px solid #f5f6fb;
	margin: 0 0 15px;
}
.single-reco {
	padding: 25px 25px 40px 25px;
	background: #E6E8F2;
	margin-bottom: 30px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid-column;
}
.single-reco span {
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 30px;
	text-align: center;
	color: #052647;
	display: block;
	margin-top: 28px;
}
/* Contact Page ---------------- */
.inner-con-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #F5F6FB;
}
.inner-con-wrp > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 50%;
	padding: 60px 35px;
}
.in-contact-left {
	background: #F5F6FB;
}
.main-inner .inner-con-wrp h2 {
	font-size: 44px;
	margin: 5px 10px;
}
.main-inner .inner-con-wrp h2::after {
	display: none;
}
.main-inner .in-contact-left p {
	margin-bottom: 30px;
}
.main-inner .in-contact-left ul {
	margin-left: 0;
	margin-bottom: 30px;
}
.main-inner .in-contact-left ul li {
	list-style: none;
	position: relative;
	margin: 0;
	padding-left: 28px;
}
.main-inner .in-contact-left ul li::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top 0 left -41px;
}
.main-inner .in-contact-left ul li:last-child:before {
	background-position: top 0 left -166px;
}
.main-inner .in-contact-left a {
	text-decoration: none;
}
.main-inner .in-contact-left a:hover {
	text-decoration: none;
}
/* right  */
.in-contact-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-inner .in-contact-right ul {
	margin: 0;
}
.main-inner .in-contact-right ul li {
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
}
.main-inner .in-contact-right ul li p {
	margin: 0;
	width: 142px;
}
.in-con-p {
	max-width: 730px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* Dr Profile page --------------------- */
.dr-profile-wrp {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 325px auto;
	grid-template-columns: 325px auto;
}
.dr-pro-left {
	margin-top: 60px;
}
/* right  */
.dr-pro-right {
	background: #F5F6FB;
	padding: 50px;
}
.main-inner .dr-pro-right h2 {
	padding-left: 25px;
}
.main-inner .dr-pro-right h2::after {
	background: url('/wp-content/themes/painmanagement/images/inner/h2.png') no-repeat;
	background-position: bottom left;
	z-index: 1;
	left: -50px;
}
.main-inner .dr-pro-right p {
	margin-bottom: 35px;
}
.main-inner .dr-pro-accor ul li {
	margin-left: 0;
	border-bottom: 1px solid #C1CDED;
	padding: 20px 0;
}
section.injuries-con-sec.inner h3, section.injuries-con-sec.inner h4 {
	/* font-size: 20px; */
	/* font-weight: normal; */
	margin-top: 33px;
	/* color: #052647; */
}
section.injuries-con-sec.inner .injuries-head p{

	font-size: 1.125rem;

	color: #052647;
	margin: 40px 0 40px 0;
}
section.most-advanced-sec.inner .most-advance-middle {
	max-width: 100%;
	width: 100%;
}
section.doctors-inner {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
}
.on-our-doctor.inner {
	margin-bottom: 40px;
	padding-bottom: 0px;
}
.on-our-doctor.inner .our-single-doc {
	max-width: 280px;
	width: 100%;
}
.on-our-doctor.inner .doctors-inner-slider .our-single-doc {
	max-width: unset;
	margin: 20px 10px;
}
.on-our-doctor.inner .our-single-doc img {
	min-width: unset;
	width: 100%;
	min-height: 370px;
	object-fit: cover;
}
.on-our-doctor.inner .our-single-doc > div {
	padding: 4px 0px;
}
.on-our-doctor.inner .our-single-doc h3 {
	font-size: 18px;
}
section.doctors-inner .heading::after {
	right: 0;
	margin: auto;
}
.doc-inner img {
	width: 250px;
	height: auto;
	border-radius: 100%;
	margin-bottom: 30px;
}
.docs-listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.doc-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
}
.doc-inner h3 a {
	color: #0e7787;
	margin-bottom: 20px;
}
.doc-inner span {
	color: #777;
	font-size: 16px;
	text-transform: uppercase;
}
.doctors-inner p {
	margin: 30px 0px;
}
.doctors-inner .default-btn {
	margin-bottom: 70px;
}
.location-map {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: normal;
	margin-bottom: 100px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-top: 20px;
}
.location-left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	grid-gap: 20px;
	margin-top: auto;
	padding: 0px 10px 0px 0px;
}
.content-inr-pg p{

	font-size: 1.125rem;
	line-height: 30px;
	color: #052647;
	padding-bottom: 55px;
	margin-bottom: 55px;
	border-bottom: 1px solid rgb(14 47 183 / 10%);
	position: relative;
	margin: 40px auto;
	max-width: 900px;
	width: 100%;
}
.location-map.location-left p {

	font-size: 1.125rem;
	line-height: 30px;
	color: #052647;
}
.location-map.location-left span h4 {
	font-size: 22px;
	color: #052647;
}
section.injuries-con-sec.inner .single-injuries {
	min-height: unset;
	padding: 30px;
	text-align: center;
}
section.injuries-con-sec.inner .single-injuries::before {
	left: 0;
	right: 0;
	margin: auto;
}
.main-inner strong a {
	font-weight: inherit;
}
.on-this-page-content ul li a.active {
	color: #0cd0ee;
}
.on-this-page-content ul li a:hover {
	color: #ff9f0a;
}
/* fix side bar  */
.fix-side-bar {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	width: 100px;
	min-height: 100vh;
	background: #F5F5F5;
}
.fix-side-bar::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 18px;
	height: 85px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top 0 left -308px;
	-webkit-animation: up-down 4000ms;
	animation: up-down 4000ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes up-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
	}
}
@keyframes up-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
	}
}
.fix-side-bar::after {
	content: '';
	position: absolute;
	top: 105px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-height: 450px;
	height: 100%;
	width: 2px;
	z-index: -1;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top 0 right 0;
}
.fix-side-wrp {
	position: absolute;
	top: 280px;
	width: 100%;
}
.fix-side-wrp ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.fix-side-wrp ul li button {
	width: 32px;
	height: 32px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.fix-side-wrp ul li button:hover {
	-webkit-filter: drop-shadow(0px 0px 14px #B49142) opacity(0.5);
	filter: drop-shadow(0px 0px 14px #B49142) opacity(0.5);
}
.fix-side-wrp ul li .facebook {
	background-position: top -280px left -49px;
}
.fix-side-wrp ul li .insta {
	background-position: top -280px left -109px;
}
.fix-side-wrp p {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #222;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 355px;
	right: 0;
	left: 0;
}
/* inner side bar  */
.single-bar-right a span, .single-bar-right button span {
	display: block;
	line-height: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.sidebar-gallery {
	background-color: #052647;
	background-size: cover;
	text-align: center;
	left: calc((100vw - 800px) / 2 - 560px);
	background-image: url(/wp-content/themes/painmanagement/images/specialists-sidebar-new.jpg);
	background-position: center top;
}
.sidebar-gallery button {
	margin-top: 355px;
	padding: 60px 0 30px 0;
	font-weight: normal;
	font-size: 30px;
	color: #fff;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.sidebar-gallery button::after {
	content: '';
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top -647px left -180px;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
button.side-bar-left span {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
}
/* right  */
.sidebar-gallery, .single-bar-right {
	width: 350px;
	position: fixed;
	top: 153px;
	z-index: 1;
}
.single-bar-right {
	background: #052647;
	text-align: center;
	padding: 70px 15px 9px 15px;
	margin-bottom: 1px;
	right: calc((100vw - 800px) / 2 - 470px);
}
.single-bar-right.two {
	top: 153px;
}
.single-bar-right.three {
	top: 283px;
}
.single-bar-right.four {
	top: 413px;
}
.single-bar-right.five {
	top: 543px;
}
.single-bar-right a, .single-bar-right button {
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	position: relative;
}
.single-bar-right a:hover, .single-bar-right button:hover {
	color: #09b6d0;
}
.single-bar-right a::before, 
.single-bar-right button::before {
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	background: url(/wp-content/themes/painmanagement/images/sp.svg) no-repeat;
	background-position: top -71px left 4px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.single-bar-right.two a::before{
	background-position: top -71px left 4px;
}
.single-bar-right.three a::before{
	background-position: top -647px left -66px;
}
.single-bar-right.four a::before {
	background-position: top -647px left -6px;
}
.single-bar-right.five a::before{
	background-position: top -647px left -126px;
}

.single-bar-right a:hover:before, .single-bar-right button:hover:before{
	-webkit-transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	transform: rotate(18deg);
}
.single-bar-right.two a::before {
	background-position: top -71px left -117px;
}
.single-bar-right.three button::before {
	background-position: top -71px left 4px;
}
.circle{
	border-radius: 100%;
}
.col-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.col-2 img {
	margin-bottom: 10px;
}
input.search-field {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0px;
}
.search-submit, a.read-full-post {
	background: #087685;
	border: 0;
	color: #fff;
	padding: 12px;
	cursor: pointer;
	width: 100%;
	max-width: 100px;
	height: 38px;
}
ul.single-column .menu-item-has-children ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
ul.single-column .menu-item-has-children::after {
	bottom: 16px;
}
ul.header-icons{
	display: none;
}
.team-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.roman-photo img {
	border-radius: 100%;
}
.main-inner .team-holder h3{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.main-inner .team-holder h3 a{
	font-weight: bold;
}
.office-grid img {
	margin-bottom: 10px;
	height: auto;
}
.office-grid {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	margin: 0px;
	padding: 0px;
}
.doc-profile {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 35% 65%;
	grid-template-columns: 35% 65%;
}
p:empty{
	display: none;
}
.doc-profile div h2 {
	margin-top: 0px;
}
.doc-profile {
	background: #F5F6FB;
}
.profile-right {
	padding: 60px;
	color: #052647;
	font-size: 1.125rem;
	line-height: 1.7;
	text-align: left;
}
ul.ulbutton {
	/* -webkit-column-count: 2; */
	-moz-column-count: 2;
	/* column-count: 2; */
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	list-style-type: none;
	margin: 40px 0;
}
ul.ulbutton li {
	width: max-content;
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
	border-radius: 80px;
	background: #e3e5f0;
	padding: 10px 24px 12px;
	color: var(--main-accent,#332203);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: .08px;
	cursor: pointer;
	transition: .3s;
}
ul.ulbutton li:hover {
	background: #0e7787;
	color: #fff;
}
ul.ulbutton li:hover a {
	color: #fff;
}
.main-inner ul.ulbutton li a:hover:after{
	width: 100%;
	border-bottom: 1px solid #fff;
}
/* brand images section  */
.brand {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.animated-slide {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 100%;
}
.animated-slide img {
	width: auto;
	max-width: initial;
	min-width: 100%;
}
.animated-slide.cloned {
	position: absolute;
	top: 0;
	left: 0;
}
.btn-center {
	text-align: center;
	margin: 60px 0 0;
}
img.aligncenter {
	margin: 50px 0px 0px;
}
figure.aligncenter {
	margin: 0 auto;
	max-width: 100%;
}
section.banner-section {
	position: relative;
}
.aos-all {
	width: 1000px;
	max-width: 98%;
	margin: 10vh auto 0 auto;
}

.aos-item {
	display: inline-block;
	float: left;
	width: 33.3333%;
	height: 300px;
	padding: 20px;
}

.aos-item__inner {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	background: #1da4e2;
	line-height: 260px;
	text-align: center;
	color: #fff;
}
.signature img {
	width: 156px;
	height: 57px;
}
.wpcf7-form input {
	border: 1px solid #e0e0e0;
	padding: 12px;
	font-size: 1.025rem;
	margin: 10px 18px 10px 0px;
	color: #052647;
}
.wpcf7-form input::placeholder {
	color: #05264775;
}
.wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	left: 14px;
	bottom: -30px;
}
.screen-reader-response ul {
	display: none;
}
.screen-reader-response p {
	font-weight: normal;
}
.wpcf7-list-item-label {
	font-weight: normal;
}
.wpcf7-form input[type="checkbox"] {
	margin-left: 12px;
	margin-right: 10px;
}
.wpcf7-form .wpcf7-submit {
	background: #0e7787;
	color: #fff;
	border: 0px;
}
.section-7-main {
	padding: 0px 30px;
}
.help-infmtion-blk-inner {
	text-align: center;
}
.help-infmtion-blk-inner h4, .help-infmtion-blk-inner p, .help-infmtion-blk-inner h5, .help-infmtion-blk-inner a {
	margin: 0px;
	color: #fff;
}
.help-infmtion-blk-inner {
	padding: 50px;
	background: #0e7787;
	color: #fff;
}
.most-advance-middle h3, .most-advance-middle p.banner-text {
	margin-left: 82px;
	margin-right: 80px;
	font-size: 20px;
	color: #052647;
	font-weight: normal;
	margin-bottom: 50px;
	padding-bottom: 0;
}
h1.heading {
	font-size: 60px;
	line-height: 1.5;
}
.most-advance-middle .default-btn {
	margin-left: 82px;
	margin-bottom: 70px;
}
.most-advance-middle .headingspan.left {
	text-align: left;
	border-left: 0px;
	margin-left: 80px;
}
.main-inner.location {
	margin-top: 100px;
	margin-bottom: 100px;
}
.injuries-head {
	width: 100%;
	max-width: 1000px;
	padding: 0px 15px;
}
.injuries-con-sec {
	margin-top: 0px;
}
.injuries-con-sec {
	margin-top: 0px;
	max-width: 1000px;
	display: block;
	margin: 0 auto;
}
section.most-advanced-sec.inner {
	background: #f5f6fc;
	padding-bottom: 100px;
}
section.most-advanced-sec.inner .most-advance-middle {
	max-width: 50%;
	width: 100%;
}
.byline {font-size: 14px;
	color: #fff;
	display: block;}
.byline a {color: #fff;}
.main-inner .addresses ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	gap: 40px;
}
.main-inner .addresses ul li {
	width: 31.43%;
	background: #052647;
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 40px;
}
.main-inner .addresses ul li a{
	color: #fff;
}
.normal-btn {
	font-weight: bold;
	font-size: 1.025rem;
	line-height: 30px;
	color: #fff!important;
	background: #087685;
	padding: 18px 23px;
	border-radius: 3px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: block;
	width: max-content;
}
.normal-btn:hover {
	background: #052647;
	color: #fff;
}
.center {
	text-align: center;
	margin: 50px auto;
}
.main-inner ul li a.add-phone {
	display: block;
	font-weight: bold;
	margin: 20px 0px;
}
.main-inner ul li a.add-phone:hover {
	color: #04a7bd;
}
p.in-con-p {
	margin: 70px auto;
}
.main-inner.contact {
	width: 100%;
	max-width: 80%;
}
.doc-profile .single-doctor {
	background: #052647;
	color: #fff;
	text-align: center;
	padding: 40px;
	height: fit-content;
}
.rating-starts {
	color: #ffbc00;
}
.main-inner .single-doctor ul li {
	color: #fff;
}
.main-inner .doc-profile div h2{
	margin: 0px 0px 30px 0px;
}
.main-inner .doc-profile div span {
	margin: 0px 0px 30px 0px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.main-inner .single-doctor ul, .main-inner .single-doctor li, .main-inner .single-doctor ol{
	margin: 0px;
	list-style: none;
}
.main-inner .single-doctor h4 {
	color: #fff;
	font-size: 24px;
}
.profile-right h3 {
	margin-left: 0px!important;
	margin-top: 30px;
	margin-bottom: 20px;
}
.main-inner iframe.map-frame {
	aspect-ratio: unset;
	height: 440px;
}
.inner-con-wrp > div {
	padding: 0px;
}
.inner-con-wrp{
	padding: 40px;
}
.main-inner .inner-con-wrp ul {
	margin: 0px;
}
.inner-con-wrp.second {
	padding: 10px;
}
.schedule-section {
	padding: 40px;
	background: #F5F6FB;
}
input::placeholder, textarea::placeholder {
	font-size: 1rem;
	line-height: 30px;
	color: #052647;
}
button.normal-btn.center {
	border-radius: 100px;
	width: 100%;
	max-width: 320px;
	padding: 30px;
	font-size: 23px;
}
button.normal-btn.center:hover {
	background: #fff;
	color: #052647!important;
}
.doc-profile .single-doctor img {
	border-radius: 100%;
	width: 100%;
	max-width: 90%;
	border: 7px solid;
	margin: 20px 0px 20px;
}
.profile-right h3 {
	font-size: 22px;
	text-transform: uppercase;
}
.profile-testimonials {
	display: flex;
	gap: 55px;
	margin: 70px 0px;
	align-items: flex-start;
	justify-content: space-between;
}
.profile-testimonials .sn-testi {
	width: 48%;
	height: 100%;
	margin: 0px;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
	min-height: 454px;
	display: flex;
	flex-direction: column;
}
.main-inner.location h2 {
	margin-top: 0px;
}
.main-inner .injuries-wrap h3 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #fff;
}
.video-testimonials {
	margin: 100px 0px;
}
.vtestimonials {
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	padding: 00px;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: space-between;
}
.vtestimonials button.video-btn {
	flex: 1;
	height: 260px;
	position: relative;
}
.vtestimonials .video-btn:before {
	content: '';
	width: 164px;
	height: 164px;
	display: block;
	position: absolute;
	inset: 0;
	margin: auto;
	border-radius: 100%;
	background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;
	background-position: top -513px right -81px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: .7;
	transform: scale(.5);
}
.vtestimonials .video-btn:hover:before {
	transform: scale(1);
}
.vtestimonials button.video-btn.one {
	background: url(/wp-content/uploads/2023/12/01.jpeg) no-repeat;
	background-size: contain;
}
.vtestimonials button.video-btn.two {
	background: url(/wp-content/uploads/2023/12/02.jpeg) no-repeat;
	background-size: contain;
}
.vtestimonials button.video-btn.three {
	background: url(/wp-content/uploads/2023/12/03.jpeg) no-repeat;
	background-size: contain;
}
.main-inner .vtestimonials button.video-btn {
	height: 158px;
}
.main-inner.contact .profile-right p:first-child {
	margin: 0px;
}
.contact-quiz {
	display: flex;
	gap: 10px;
	align-items: center;
	font-family: 'SF UI Display';
	margin: 10px 5px 15px;
}
.contact-quiz span {
	font-size: 18px;
	line-height: 28px;	
	font-family: 'SF UI Display';
}
.contact-quiz input {
	outline: none;
	border: none;
	border-bottom: 1px solid #E6E8F2;
	font-size: 18px;
	line-height: 28px;
	font-family: 'SF UI Display';
	font-weight: 300;
	width: 60px;
	background: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


html:lang(es) .book-online button, .book-online a {font-size: 16px;}
html:lang(es) .book-online {
	margin-left: 20px;
	padding: 20px 20px 0 20px;
}
html:lang(es) .book-online button {
	margin-right: 10px;
	padding-right: 15px;
}
html:lang(es) .banner-left h1 span {
	font-size: 22px;
}
html:lang(es) .banner-right-box ul li button {
	font-size: 18px;
}
html:lang(es) .main-menu ul {
	gap: 22px;
}

html:lang(es) a#weglot-language-es {
	margin-bottom: 0px;
}

html:lang(es) .weglot_switcher.skewed.up .language-list, .weglot_switcher.skewed.up .language-list {
	padding-bottom: 58px !important;
}
html:lang(es) .most-common-sec .heading::before, html:lang(es) .injuries-head .heading::before {
	content: 'Condiciones';
}
html:lang(es) .pain-doctor-right {
	padding: 60px 140px 60px 140px;
}
html:lang(es) .pain-doctor-right p {
	margin-bottom: 40px;
}
html:lang(es) .pain-doctor-right .signature {
	margin-bottom: 30px;
}
html:lang(es) .single-frequent, html:lang(es) .freqent-call {
	height: 410.61px;
}
html:lang(es) .testimonial-head h2::before {
	content: 'Pacientes';
}
html:lang(es) .in-network-left h2::before {
	content: 'Seguros';
}
html:lang(es) .certified-left h2::before {
	content: 'Certificado';
}

/*
div#weglot-switcher-1 a:before {
display: none;
}

.weglot_switcher.skewed .language-list {
background-color: transparent !important;
}

.weglot_switcher.skewed .language-option a {
padding-left: 0px;
color: #fff !important;
}

.weglot_switcher.skewed .language-option {
padding: 0px !important;
}

a#weglot-language-es {
margin-bottom: 0px;
}
.wiglot-position {
width: 160px;
background: #0e7787;
}
*/

.weglot_switcher.underline_edge .wg-languages-list {
	border: 1px solid #878787;
	padding: 3px 10px;
	border-radius: 45px;
	padding-bottom: 2px;
}
.weglot_switcher.underline_edge .language-option {
	padding: 0px 10px !important;
}
a.weglot-language:not(.wg-active) {
	color: #CCCCCC !important; /* A light grey color */
}
.main-inner .addresses ul li button {
	display: block;
	padding: 16px;
	color: #fff;
	background: #0e7787;
	border-radius: 3px;
	font-size: 18px;
	border: 1px solid #0e7787;
}
.main-inner .addresses ul li button:hover {
	/* border: 1px solid #ffffff8f; */
	box-shadow: 0 10px 20px #000000c9;
	/* border-radius: 100px; */
}
.main-inner .addresses ul li span:first-child {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.menu-mobile-number-holder {
	display: none;
}
.insurances-img {
	max-width: fit-content;
	width: 100%;
	margin: 30px auto;
	padding: 30px;
	background: #052647;
	border-radius: 20px;
}
.default-dots ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	align-items: center;
	padding: 0;
	margin-top: 30px;
}
.default-dots ul li {
	list-style: none;
	margin: 0;
}
.default-dots ul li button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	font-size: 0;
	background: #052647;
	outline: none;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.default-dots ul li.slick-active button {
	width: 24px;
	border-radius: 10px;
	background: #087685;
	transition: all .3s ease-in-out;
}
.inner-testimonials {
	margin: 40px auto;
}
.inner-testimonials .name-star {
	padding-left: 0;
}
.inner-testimonials .name-star:before, .inner-testimonials .name-star:after {
	content: none;
}
.inner-testimonials .single-testi {
	max-width: 650px;
	margin: 10px;
	filter: blur(2px);
}
.inner-testimonials .single-testi.slick-current {
	filter: blur(0);
}
.review-verified {
	display: inline;
	margin-right: 16px;
	color: #45d100;
	font-size: 14px;
	position: relative;
	line-height: 26px;
	margin-left: 20px;
}
.review-verified::after {
	content: '';
	position: absolute;
	top: 2px;
	left: -20px;
	right: auto;
	width: 16px;
	height: 16px;
	background: url(/wp-content/themes/painmanagement/images/google-verified-icon.png) no-repeat;
	background-size: contain;
	opacity: 1;
}
.call-to-action {
	display: flex;
	gap: 30px;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 30px 0px 40px 0px;
}
.btn {
	color: #fff !important;
	background: #052647;
	padding: 10px 16px;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #052647;
	border-radius: 5px;
	font-size: 18px;
	width: max-content;
}
.btn:hover {
	background: #fff;
	color: #052647 !important;
}
.btn-call {
	border: 1px solid #052647;
	border-radius: 5px;
	font-size: 18px;
	line-height: 1.42857143;
	padding: 10px 16px;
	color: #052647 !important;
}
.btn-call:hover {
	color: #ffffff !important;
	background: #052647;
	border: 1px solid #052647;
}

.lan-our-tesi {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	position: relative;
	z-index: 2;
}
.lan-our-tesi::before {
	content: '';
	position: absolute;
	top: -126px;
	left: -130px;
	width: 578px;
	height: 650px;
	background: url('/wp-content/themes/images/lntesiBorderTop.png') no-repeat;
	background-size: cover;
}
.lan-our-tesi::after {
	content: '';
	position: absolute;
	bottom: -126px;
	right: -127px;
	width: 578px;
	height: 650px;
	background: url('/wp-content/themes/images/lntesiBorderBtm.png') no-repeat;
	background-size: cover;
	z-index: -1;
}
.single-lan-testi {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 50px #f5f6fb;
	box-shadow: 0px 0px 50px #f5f6fb;
	padding: 40px 50px 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.single-lan-testi .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.single-lan-testi .name img {
	width: 66.93px;
	height: 66.93px;
	border-radius: 50%;
}
.single-lan-testi .name span {
	font-weight: 300;
	font-size: 20px;
	color: #052647;
	display: block;
	line-height: normal;
}
.single-lan-testi .name span:last-child {
	color: #FFC400;
	font-size: 27px;
}
.single-lan-testi .text {
	margin-bottom: 50px;
}
.single-lan-testi .text p {
	font-weight: 300;
	font-size: 18px;
	line-height: 34px;
	color: #052647;
}
.single-lan-testi .view-review {

}
.single-lan-testi .view-review a {
	color: #041d36;
	font-size: 16px;
	text-decoration: underline;
	border-left: 4px solid #041d36;
	padding: 2px 14px 2px 10px;
	margin-bottom: 25px;
	transition: all .3s ease;
}
.single-lan-testi .view-review a:hover {
	background: #041d36;
	color: #fff;
	transition: all .3s ease;
}
.single-lan-testi .icon-gle {
	width: 100%;
	height: 75px;
	position: relative;
	margin-top: auto;
	background: url('/wp-content/themes/images/googleIcon.svg') no-repeat;
	background-position: top 25px left 0px;
}
.single-lan-testi .icon-gle::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	width: 200px;
	height: 1px;
	background: rgb(112 112 112 / 36%);
}
.single-lan-testi .icon-gle::after {
	content: '';
	position: absolute;
	top: -10px;
	right: -28px;
	width: 35px;
	height: 30px;
	background: url('/wp-content/themes/images/lansp.svg') no-repeat;
	background-position: top 0 left -474px;
}
.lan-our-testi-sec .text-center {
	margin-top: 90px;
}

/*
.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
padding-right: 10px !important;
}
.country-selector.weglot-default {
bottom: 10px !important;
right: 10px !important;
}

.country-selector.weglot-dropdown .wgcurrent:after {
display: none !important;
}
*/

.weglot_switcher.underline_edge .wg-languages-list {
	border: 1px solid #878787;
	padding: 3px 10px;
	border-radius: 45px;
	padding-bottom: 2px;
}
.weglot_switcher.underline_edge .language-option a {
	color: #fff!important;
}
.gallery-columns-3 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	justify-content: space-around;
}
.gallery-columns-3 figure {
	max-width: 31%;
	width: 100%;
	min-width: 290px;
}
blockquote {
	margin: 40px 0px;
    padding: 15px 20px;
    border-left: 4px solid #052647;
    border-right: 4px solid #052647;
    box-shadow: 2px 2px 10px #c3c3c3;
}
blockquote p {
	margin: 0 !important;
}
.locations-holder {
	display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
	margin: 40px auto;
}
.single-location {
	max-width: 45%;
	width: 100%;
	min-width: 300px;
	background: linear-gradient(0deg, #041d36 0%, #05264794 100%);
	border-radius: 10px;
    overflow: hidden;
}
.single-location img {
	margin: 0;
    height: 245px;
    object-fit: cover;
    object-position: top;
}
.single-location--text {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px 15px 20px;
    text-align: center;
}
.single-location--title * {
	font-size: 20px !important;
    color: #fff !important;
    text-decoration: underline !important;
}
.single-location--title a:hover {
	text-decoration: underline !important;
}
.single-location--subtitle, .single-location--subtitle a {
	font-size: 16px !important;
    color: #fff !important;
}
.single-location--subtitle a:hover {
	text-decoration: underline;
}
.awards-img-holder {
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 0 40px;
}
.awards-img-holder img {
	max-width: 94px;
    border-radius: 50%;
}
.testimonials-count-holder {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
    margin: 45px auto;
}
.testimonials-count-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 30%;
    min-width: 300px;
    background: #fff;
    padding: 20px;
    box-shadow: 2px 2px 10px #c3c3c3;
}
.testimonials-count-single .number {
	font-size: 24px;
    color: #052647;
    font-weight: bold;
}
.testimonials-count-single .from {
	
}
.testimonials-count-single a {
    margin-top: 10px;
}
.testimonials-count-single a img {
	max-width: 200px;
    width: 100%;
    height: auto;
}
.img-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.img-lightbox img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    border-radius: 6px;
    cursor: zoom-out;
}
.single-reco img {
    cursor: zoom-in;
}
.eeatfooter {
    margin: 50px auto;
    padding: 20px;
    font-size: 14px;
    text-align: center;
	position: relative;
	z-index: 4;
	background: #fff;
}
.eeatfooter p {
	font-size: 14px;
}
/* RESPONSIVE CSS ------------------------------- */
@media all and (max-width:1920px){
	html:lang(es) .banner-right-box ul li button {
		height: 130px;
		display: grid;
		grid-template-columns: 1fr;
	}
	html:lang(es) .banner-right-box ul li p {
		height: inherit;
	}
	html:lang(es) .most-tab-body .single-tab a {
		max-width: 350px;
	}
	html:lang(es) .pain-doctor-right h2 {
		font-size: 42px;
	}
	html:lang(es) .certified-right h3 {
		font-size: 46px;
	}
}
@media all and (max-width:1800px){
	html:lang(es) .banner-right-box ul li button {
		font-size: 17px;
	}
	html:lang(es) .single-frequent, html:lang(es) .freqent-call {
		height: 360.61px;
	}
	.main-inner .addresses ul li {
		width: 31%;
	}
	.most-advance-middle .headingspan.left {
		margin-left: 42px;
	}
	.main-menu ul li a {
		font-size: 14px;
	}
	body {
		margin-right: 70px;
	}
	/* Header Top  */
	.header-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-left: 20px;
	}
	.main-menu ul {
		gap: 15px;
	}
	.book-online {
		margin-left: 20px;
		padding: 15px 10px 0 10px;
	}
	.mobile-bar {
		width: 50px;
	}
	.mobile-bar span::after {
		width: 10px;
	}
	/* Side Bar Fix  */
	.side-bar-fix {
		width: 70px;
	}
	/* Banner Section  */
	.banner-wrap > div {
		max-width: 50%;
	}
	.banner-left {
		padding: 50px 15px 50px 0;
	}
	.banner-left h1 {
		font-size: 70px;
	}
	.banner-left h1::before {
		left: 34px;
	}
	.banner-left h1::after {
		left: 14px;
		width: 20px;
		height: 20px;
	}
	.bnr-left-conte {
		margin-bottom: 50px;
	}
	/* right  */
	.banner-right-box {
		padding: 20px;
	}
	.banner-right-box ul {
		gap: 15px;
	}
	.banner-right-box ul li {
		max-width: 315px;
	}
	/* Most Advanced  Section  */
	.most-advance-left {
		max-width: 450px;
	}
	.most-advance-left .one {
		height: unset;
		-o-object-fit: cover;
		object-fit: cover;
		width: 75%;
	}
	.most-advance-middle .heading {
		margin-left: 40px;
	}
	.most-advance-middle > div {
		margin-left: 40px;
		margin-right: 40px;
	}
	/* Injuries & Conditions   */
	.injuries-head .heading::before {
		left: 33%;
		width: auto;
	}
	.injuries-con-sec .container-s {
		margin-right: auto;
		margin-left: auto;
	}
	/* Pain Doctors Section   */
	.pain-doctor-sec {
		margin-top: 100px;
	}
	.pain-doctor-wrap {
		gap: 20px;
	}
	.single-dr-im {
		gap: 20px;
	}
	.pain-doctor-right {
		padding: 50px;
	}
	.pain-doctor-right h2 {
		font-size: 42px;
		line-height: 1.2;
	}
	/* Award Section  */
	.award-section {
		margin: 100px 0;
		padding: 0 15px;
	}
	.award-con .slick-list {
		margin: 0 -10px;
	}
	.single-award {
		margin: 0 10px;
	}
	/* Most Trusted Section   */
	.most-trusted-left {
		padding: 120px 85px 40px 40px;
	}
	.most-trusted-left h2::before {
		top: 30px;
		font-size: 230px;
		left: 0;
	}
	/* The most frequent Section  */
	.teh-most-frequent {
		margin: 80px 0;
	}
	.frequent-con {
		width: 100%;
		margin-right: 0;
		padding: 0 15px;
	}
	.frequent-box {
		margin-right: 0;
	}
	.frequent-dr img {
		max-width: 50%;
		-o-object-fit: cover;
		object-fit: cover;
		-ms-flex-item-align: end;
		-ms-grid-row-align: end;
		align-self: end;
	}

	.freqn-caro {
		max-width: calc(100% - 382px);
		width: 100%;
	}
	.freqn-caro .slick-list {
		margin: 0 -5px;
	}
	.single-frequent {
		max-width: 100%;
		min-height: 361.61px;
		margin: 0 5px 20px 5px;
		padding: 140px 15px 20px 20px;
	}
	.single-frequent::before {
		left: 20px;
	}
	/* Testimonial section   */
	.testi-body-wrp::before,
	.testi-body-wrp::after {
		display: none;
	}
	/* In-Network Section  */
	.in-network-sec {
		margin: 100px 0;
	}
	.in-network-sec::after,
	.in-network-right::before, 
	.in-network-right::after {
		display: none;
	}
	/* Certified Section  */
	.certified-left h2::before {
		left: -18px;
	}
	.certified-left > div {
		margin-right: 20px;
	}
	.certified-left p::before {
		display: none;
	}
	/* Certified Section  */
	.office-gallery-sec {
		padding-bottom: 80px;
	}
	/* Footer Section  */
	.footer-location::after {
		height: 44px;
	}
	/* Inner Banner Section ----- */
	.inner-banner-left {
		background-size: cover;
		padding: 90px 30px 80px 90px;
	}
	.inner-banner h1 {
		font-size: 42px;
		line-height: 1.2;
	}
	.inner-banner-right {
		padding: 30px 30px 30px 60px;
	}
	.inner-banner-right p, 
	.inner-banner-right p a {
		font-size: 1.025rem;
	}
	.main-inner-sec::after {
		display: none;
	}
	.in-w, .main-inner {
		max-width: 800px;
	}
	.dr-leon-wrp.in-w {
		max-width: 1000px;
	}
	.sidebar-gallery {
		left: calc((100vw - 580px) / 2 - 560px);
	}
	.single-bar-right {
		right: calc((100vw - 439px) / 2 - 560px);
	}
	.banner-left .review-box {
		right: 30px;
		top: 50px;
	}
	.sidebar-gallery, .single-bar-right {
		width: 240px;
	}
}
/*1800 End */
@media all and (max-width:1600px){
	html:lang(es) .book-online {
		display: grid;
	}
	html:lang(es) .book-online span {
		grid-column: 1 / 3;
	}
	html:lang(es) .book-online {
		margin-left: 10px;
		padding: 15px 10px 0;
	}
	html:lang(es) .main-menu ul {
		gap: 15px;
	}
	html:lang(es) .logo a {
		font-size: 22px;
	}
	html:lang(es) .banner-right-box ul li button {
		font-size: 16px;
	}
	html:lang(es) .heading {
		font-size: 40px;
		line-height: 1.3;
	}
	html:lang(es) .pain-doctor-right {
		padding: 60px 80px 60px 85px;
	}
	html:lang(es) .pain-doctor-right p {
		margin-bottom: 30px;
	}
	html:lang(es) .frequent-box h2 {
		font-size: 32px;
	}
	.main-inner .injuries-wrap h3 {
		font-size: 20px;
	}
	.profile-testimonials {
		gap: 30px;
	}
	.profile-testimonials .sn-testi {
		min-height: 460px;
	}
	.align-right, .alignright {
		width: 300px;
		height: auto;
	}
	.banner-right-box ul li button {
		font-size: 18px;
	}
	.injuries-head {
		max-width: 800px;
	}
	.sidebar-gallery, .single-bar-right {
		width: 300px;
	}
	.sidebar-gallery {
		left: calc((100vw - 480px) / 2 - 560px);
	}
	.single-bar-right {
		right: calc((100vw - 340px) / 2 - 560px);
	}
	.banner-right-box ul li {
		max-width: 46%;
	}
	.most-advance-left .two {
		right: -40px;
		bottom: -80px;
	}
	.sidebar-gallery, .single-bar-right {
		width: 240px;
	}
}
@media all and (max-width:1599px){
	.inner-con-wrp > div {
		max-width: 100%;
	}
	.main-inner .addresses ul li {
		width: 30.5%;
	}
	.main-inner > p:first-child, .main-inner > p:first-child a, .main-inner .fullWidthIn + p, .main-inner .fullWidthIn + p a {
		font-size: 1.025rem;
		line-height: 1.7;
	}
	.main-inner > p:first-child a, .main-inner .fullWidthIn + p a {
		display: inline;
		text-decoration: underline;
	}
	.main-inner p, .main-inner a, .main-inner ul li, .main-inner ol li, .main-inner ul li a, .main-inner ol li a, .inner p a, .inner span a {
		font-size: 1.025rem;
		line-height: 1.7;
	}
	.main-inner p a, .main-inner ul li a, .main-inner ol li a, .inner p a, .inner span a{
		display: inline;
		text-decoration: underline;	
	}
	.inner-banner h1 {
		font-size: 34px;
	}
	.sn-testi {
		grid-template-columns: 100%;
	}
	.sn-testi .right {
		margin-left: 0;
		padding-left: 30px;
		margin-top: 30px;
	}
	.main-inner h2, .main-inner h2 a{
		font-size: 2rem;
	}
	.main-inner h3 {
		font-size: 1.6rem;	
	}
	.main-inner h4 {
		font-size: 1.4rem;	
	}
	.main-inner .inner-con-wrp h2 {
		font-size: 2rem;
	}
	h1.heading {
		font-size: 48px;
	}
	.vidbox video {
		width: auto;
		height: 100%;
	}
	/* Header top  */
	.header-wrap {
		padding-right: 0px;
	}
	.book-online {
		width: 100%;
		max-width: 380px;
		text-align: center;
		padding: 23px 10px 10px;
	}
	.book-online button, .book-online a {
		font-size: 14px;
	}
	.book-online span {
		font-size: 12px;
		line-height: 17px;
	}
	/* Banner Section  */
	.banner-left h1 {
		font-size: 52px;
		line-height: 1.2;
		display: block;
	}
	.banner-left h1 span {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.banner-right .video-btn {
		inset: unset;
		left: 0;
		right: 0;
		top: 20%;
	}
	/* Most Advanced  Section  */
	/* Most Common section   */
	.most-tab-area {
		max-width: 50%;
	}
	/* Injuries & Conditions   */
	.injuries-wrap::before, .injuries-wrap::after {
		display: none;
	}
	.injuries-head p {
		margin: 40px 0 50px 0;
	}
	.injuries-wrap {
		gap: 20px;
	}
	.single-injuries {
		width: calc(33.33% - 14px);
	}
	.border {
		display: none;
	}
	/* Pain Doctors Section   */
	.pain-doctor-wrap > div {
		max-width: calc(50% - 10px);
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.single-dr-im img {
		width: calc(50% - 10px);
	}
	/* Most Trusted Section   */
	.most-trusted-left h2, .most-trusted-left h5 {
		line-height: 1.2;
		font-size: 34px;
	}
	.most-trusted-left h2::before {
		top: -79px;
	}
	/* Testimonial section   */
	.single-testi {
		padding: 35px 50px 25px 25px;
	}
	.single-testi p {
		font-size: 1.025rem;
		line-height: 29px;
		margin-bottom: 20px;
	}
	.google::after {
		left: -25px;
	}
	/* In-Network Section  */
	.in-network-sec {
		padding: 50px 0;
		margin: 50px 0;
	}
	.in-network-right {
		padding: 40px;
	}
	/* Certified Section  */
	.certified-left h2::before {
		left: -18px;
		top: 37px;
		font-size: 193px;
	}
	.certified-left {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 15px;
	}
	.certified-right {
		padding: 50px 30px;
	}
	.certified-right h3 {
		font-size: 43px;
	}
	/* Certified Section  */
	.single-office.two img {
		width: 80%;
	}
	.single-office.five img {
		height: auto;
	}
	/* Schedule Section   */
	.schedule-app-wrp {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	/* Footer Section  */
	.footer-location {
		padding: 50px;
	}
	.footer-location ul li {
		margin-bottom: 15px;
	}
	.footer-btm {
		padding: 75px 15px 50px 15px;
	}
	/* innser banner section  */
	.inner-banner-right {
		padding-right: 15px;
	}
	.inner-banner-right p, 
	.inner-banner-right p a {
		font-size: 16px;
		line-height: 27px;
	}
	.mechanical-tab {
		padding-left: 80px;
	}
	.main-inner .inner-testi-left h2::before {
		top: 95px;
		font-size: 135px;
	}
	.inr-bok-onln {
		max-width: 1000px;
	}
	.main-inner .inr-bok-onln .btn-wrp button, .main-inner .inr-bok-onln .btn-wrp a {
		font-size: 1.025rem;
	}
	.our-doc-wra {
		gap: 15px;
		max-width: 1140px;
		margin: 0 auto;
	}
	.single-bar-right {
		right: calc((100vw - 180px) / 2 - 560px);
	}
	.sidebar-gallery {
		left: calc((100vw - 320px) / 2 - 560px);
	}
}
/*1599 End */
@media all and (max-width:1440px){
	html:lang(es) .logo a {
		font-size: 18px;
		padding: 10px 15px;
	}
	html:lang(es) .book-online {
		max-width: 350px;
		margin-left: 5px;
	}
	html:lang(es) .main-menu ul {
		gap: 10px;
	}
	html:lang(es) .banner-right-box ul li button {
		padding: 20px 10px;
	}
	html:lang(es) .banner-right-box ul {
		gap: 15px;
		column-gap: 10px;
	}
	html:lang(es) .banner-right-box {
		padding: 10px;
	}
	html:lang(es) .pain-doctor-right span.bullet {
		font-size: 20px;
		margin-right: 20px;
		padding-left: 15px;
	}
	html:lang(es) .pain-doctor-right h2 {
		margin-bottom: 25px;
	}
	html:lang(es) .pain-doctor-right p {
		font-size: 18px;
		line-height: 32px;
	}
	html:lang(es) .frequent-box h2 {
		font-size: 30px;
	}
	html:lang(es) .single-frequent, html:lang(es) .freqent-call {
		height: 380.61px;
	}
	html:lang(es) .certified-left h2::after {
		top: 110px;
	}
}
@media all and (max-width:1366px){
	html:lang(es) .book-online button, .book-online a {
		font-size: 0;
	}
	html:lang(es) .book-online {
		display: block;
	}
	html:lang(es) .book-online {
		max-width: 225px;
	}
	html:lang(es) .banner-right-box ul li button {
		padding: 10px;
	}
	html:lang(es) .pain-doctor-right {
		padding: 40px 50px;
	}
	html:lang(es) .frequent-box h2 {
		font-size: 28px;
	}
	html:lang(es) .map {
		max-width: 850px;
		width: 100%;
	}
	.book-online button, .book-online a {
		font-size: 0px;
	}
	.book-online {
		max-width: 230px;
	}
	.profile-testimonials .sn-testi {
		min-height: 490px;
	}
	.main-inner iframe.map-frame {
		height: 700px;
	}
	.inner-con-wrp.second p {
		margin: 20px 0px;
	}
	.inner-con-wrp.second {
		flex-direction: column;
	}
	.banner-right-box ul li button {
		font-size: 17px;
	}
	.side-bar{
		display: none;
	}
}

@media all and (max-width:1200px){
	html:lang(es) .main-menu ul {
		gap: 15px;
	}
	html:lang(es) .pain-doctor-right {
		padding: 40px 20px;
	}
	html:lang(es) .pain-doctor-right p {
		font-size: 1.025rem;
		line-height: 27px;
	}
	html:lang(es) .pain-doctor-right h2 {
		font-size: 36px;
	}
	html:lang(es) .pain-doctor-right span.bullet {
		font-size: 1.025rem;
		margin-right: 15px;
		padding-left: 15px;
		line-height: 36px;
	}
	html:lang(es) .map {
		max-width: 768px;
	}
	.vtestimonials button.video-btn.one, .vtestimonials button.video-btn.two, .vtestimonials button.video-btn.three {
		background-size: cover;
		background-position: center;
	}
	.main-inner .dr-leon-wrp p {
		margin-top: 0px;
	}
	.main-inner .addresses ul li {
		width: 48%;
	}
	.main-inner .addresses ul {
		gap: 20px;
	}
	.most-advance-middle h3, .most-advance-middle p.banner-text, .most-advance-middle .heading, .most-advance-middle .default-btn{
		margin-left: 0px;
		margin-right: 0px;
	}
	section.most-advanced-sec.inner .most-advance-middle {
		max-width: 100%;
		width: 100%;
	}
	section.doctors-inner {
		max-width: 90%;
	}
	.book-online-fix {
		right: 71px;
	}
	ul.header-brooklyn, .book-online{
		display:none !important;
	}
	.header-wrap {
		padding-right: 20px;
	}
	.heading::before {
		font-size: 190px;
	}
	/* Book Online Fix  */
	.book-online-fix button::before, .book-online-fix a::before {
		top: 5px;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	/* Banner Section ------ */
	.banner-left h1 span {
		line-height: 1.3;
	}
	.banner-left .review-box {
		font-size: 14px;
	}
	.banner-right-box ul li {
		font-size: 19px;
	}
	/* Most Advanced  Section  */
	.most-advanced-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 60px;
		padding: 0 15px;
	}
	.most-advance-middle {
		max-width: 100%;
	}
	.most-advance-left {
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
	}
	.most-advance-left .slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.most-advance-left img {
		height: 400px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top center;
		object-position: top center;
		margin: 0 5px;
		border-radius: 3px;
	}
	.most-advance-left .one {
		height: 400px;
		width: auto;
		margin-left: 0;
	}
	.most-advance-left .two {
		position: unset;
	}
	.most-advance-left .three {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.most-advance-right {
		display: none;
	}
	.most-advance-left .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 8px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.most-advance-left .slick-dots li {
		width: 10px;
		height: 10px;
	}
	.most-advance-left .slick-dots li button {
		font-size: 0;
		width: 100%;
		height: 100%;
		background: #052647;
		border-radius: 50px;
	}
	.most-advance-left .slick-dots li.slick-active button {
		background: #0e7787;
	}
	/* Most Common section   */
	.most-common-sec {
		margin-top: 80px;
	}
	.most-tab-area::before {
		top: -40px;
		height: 40px;
	}
	.most-com-tab-nav {
		padding: 40px 20px 40px 20px;
		gap: 30px;
	}
	.most-com-tab-nav > div {
		width: 244px;
		height: 650px;
	}
	.most-com-tab-nav ul li.headache::after,
	.most-com-tab-nav ul li.neck::after {
		right: -161px;
	}
	.most-com-tab-nav ul li.shoulder::after {
		right: -94px;
	}
	.most-com-tab-nav ul li.elbow::after {
		right: -88px;
	}
	.most-com-tab-nav ul li.back::after {
		right: -161px;
	}
	.most-com-tab-nav ul li.hip::after {
		right: -136px;
	}
	.most-com-tab-nav ul li.wrist::after {
		right: -69px;
	}
	.most-com-tab-nav ul li.knee::after {
		right: -135px;
	}
	.most-com-tab-nav ul li.foot::after {
		right: -142px;
	}
	/* Injuries & Conditions   */
	.injuries-con-sec {
		margin-top: 120px;
		padding-bottom: 50px;
	}
	.single-injuries::before {
		top: 18px;
		left: 20px;
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
	}
	.single-injuries h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.injuries-item-area .default-btn {
		margin-top: 40px;
	}
	/* Pain Doctors Section   */
	.pain-doctor-sec {
		margin-top: 50px;
	}
	.single-dr-im::after {
		width: 200px;
		height: 200px;
	}
	.pain-doctor-right {
		padding: 40px 20px;
	}
	.pain-doctor-right h2 {
		font-size: 36px;
		margin-bottom: 30px;
	}
	.pain-doctor-right span.bullet {
		font-size: 1.025rem;
	}
	.pain-doctor-right span.bullet::before {
		top: 15px;
	}
	.pain-doctor-right p {
		font-size: 1.025rem;
		line-height: 27px;
		margin-bottom: 30px;
	}
	.pain-doctor-right .signature {
		margin-bottom: 20px;
	}
	/* Award Section  */
	.award-section {
		margin: 50px 0;
		padding: 0 10px;
	}
	/* Most Trusted Section   */
	.most-trusted-sec {
		margin: 50px 0;
	}
	.most-trusted-left {
		padding: 95px 68px 40px 15px;
	}
	.most-trusted-left h2, .most-trusted-left h5 {
		line-height: 1.2;
		font-size: 30px;
	}
	.most-trusted-left h2 span {
		margin-bottom: 30px;
		font-size: 1.025rem;
		line-height: 1.5;
	}
	.most-trusted-left h2::before {
		top: -64px;
		font-size: 174px;
	}
	.most-trusted-left h2::after {
		top: 50px;
	}
	.most-trusted-left p {
		font-size: 1.025rem;
		line-height: 1.7;
		margin-bottom: 40px;
	}
	/* The most frequent Section  */
	.frequent-box h2 {
		font-size: 26px;
		line-height: 1.5;
		padding: 25px 40px 25px 40px;
	}
	.frequent-box::before {
		left: 30px;
	}
	.frequent-box::after {
		right: 30px;
	}
	.frequent-box h2::before {
		top: -19px;
		left: 12px;
		width: 18px;
		height: 18px;
	}
	.frequent-box h2::after {
		bottom: -19px;
		right: 12px;
		width: 18px;
		height: 18px;
	}
	.frequent-carousel {
		gap: 10px;
	}
	.freqn-caro {
		max-width: calc(100% - 310px);
	}
	.freqent-call {
		width: 300px;
		padding: 55px 20px 25px;
	}
	/* Certified Section  */
	.certified-right h3 {
		font-size: 34px;
		line-height: 1.2;
	}
	.certified-left h2 {
		font-size: 33px;
		line-height: 1.2;
	}
	.certified-left h2::before {
		top: -48px;
	}
	.office-gallery-sec {
		padding: 50px 0;
	}
	.office-gallery-sec::after {
		display: none;
	}
	/* Schedule Section  */
	.schedule-section {
		margin: 50px 0;
	}
	.schedule-app-right {
		padding: 40px 0 40px 20px;
		margin-left: 20px;
	}
	.input-group input, .input-group textarea {
		line-height: 27px;
		padding-bottom: 15px;
	}
	.schedule-app-left span::after {
		top: -83px;
		background-size: contain;
		background-position: bottom left;
	}
	/* Footer Section  */
	.footer-top > div {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 50%;
	}
	.footer-location {
		padding: 40px 15px 40px 25px;
	}
	.footer-btm ul li a, .footer-btm ul li button {
		font-size: 16px;
	}
	.footer-btm p, .footer-btm p button {
		font-size: 16px;
		line-height: 30px;;
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-btm p button {
		padding: 0;
		margin: 0;
		max-width: unset;
		width: unset;
	}
	/* Main Inner ----------------- */
	.margin {
		margin: 50px auto;
	}
	.inner-banner-left {
		padding: 50px 40px 50px 30px;
	}
	.inner-banner h1 {
		font-size: 36px;
	}
	.inner-banner h1::before {
		left: -75px;
		width: calc(100% + 30px);
	}
	.main-inner > p:first-child, .main-inner .fullWidthIn + p {
		font-size: 1.025rem;
		line-height: 30px;
		padding: 30px 50px 30px 260px;
	}
	.align-right {
		margin-left: 80px;
		margin-bottom: 30px;
	}
	.main-inner h2, .main-inner h2 a {
		padding-top: 10px;
	}
	.main-inner h2::after {
		left: -40px;
		width: 30px;
	}
	.main-inner .frequently-accor h3::after {
		left: -58px;
	}
	.inner-testimonial {
		padding: 0;
		margin-bottom: 120px;
	}
	.inner-testimonial::after {
		display: none;
	}
	.inner-testi-wrap {
		padding: 50px 15px;
	}
	.inner-testi-left {
		max-width: 40%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.inner-testi-right {
		padding: 50px 40px;
		max-width: 60%;
	}
	.main-inner .single-inr-testi p {
		font-size: 20px;
		line-height: 32px;
	}
	.main-inner .inner-testi-left h2::before {
		top: 58px;
		font-size: 127px;
		left: -54px;
	}
	.inner-testi-right::after, .inner-testi-right::before {
		display: none;
	}
	.inr-bok-onln {
		gap: 0 20px;
	}
	.main-inner .inr-bok-onln h2 {
		padding-left: 15px;
		margin-left: 0;
	}
	.main-inner .inr-bok-onln .btn-wrp button, .main-inner .inr-bok-onln .btn-wrp a {
		padding: 18px 15px 18px 40px;
	}
	.main-inner .inr-bok-onln .btn-wrp button::after, .main-inner .inr-bok-onln .btn-wrp a::after {
		left: 15px;
	}
	.dr-leon-wrp {
		-webkit-box-align: self-start;
		-ms-flex-align: self-start;
		align-items: self-start;
	}
	.sn-testi {
		padding: 50px 30px;
	}
	.main-inner .sn-testi p {
		font-size: 1.025rem;
		line-height: 30px;
	}
	.sn-testi::after {
		background-size: contain;
	}
	.sn-testi.google::after {
		left: 0;
	}
	.inner-banner.banner-two h1::before {
		width: calc(100% + 100px);
	}
	.recog-wrap {
		margin: 50px 0;
		gap: 15px;
	}
	.single-reco {
		margin-bottom: 15px;
	}
	.main-inner iframe {
		height: unset;
		margin-bottom: 30px;
		aspect-ratio: 16/9;
	}
	.main-inner .dr-pro-right h2 {
		padding-left: 15px;
		font-size: 28px;
		line-height: 1.2;
	}
	ul.header-icons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		gap: 30px;
	}
	ul.header-icons li{
		width: 30px;
		height: 32px;
		background: url('/wp-content/themes/painmanagement/images/sp.svg') no-repeat;	
	}
	ul.header-icons li a, ul.header-icons li button{
		width: 30px;
		height: 30px;
	}
	ul.header-icons .header-booking{
		background-position: top -72px left -61px;
	}
	ul.header-icons .header-call {
		background-position: top -72px left -186px;
	}
	ul.header-icons .header-location {
		background-position: top -498px left -600px;
	}
	.left-side {
		width: 300px;
	}
	.right-side {
		max-width: 300px;
	}
	.right-side ul li:hover > ul {
		left: 280px;
		width: 300px;
	}
	li.menu-item-has-children ul{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.banner-left .review-box {
		right: -60px;
		top: 20px;
	}
}
/*1200 End*/

@media all and (max-width:1024px){
	html:lang(es) .logo a {
		font-size: 26px;
	}
	html:lang(es) .banner-right-box ul li button {
		height: 90px;
	}
	html:lang(es) .most-trusted-left p {
		margin-bottom: 15px;
	}
	html:lang(es) .frequent-box h2 {
		font-size: 24px;
	}
	.banner-left .review-box {
		right: 40%;
	}
	.banner-left {
		padding: 50px 15px 0px 0;
	}
	.banner-right {
		padding-top: 0px;
	}
	.main-inner.contact {
		max-width: 100%;
	}
	.pain-doctor-wrap > img {
		width: auto;
		height: auto;
	}
	.pain-doctor-wrap img {
		width: 48%;
		height: auto;
	}
	.right-side ul li .dropdown-menu-items{
		display: block;
	}
	.right-side ul li a {
		font-size: 2rem;
	}
	.our-single-doc {
		width: 44%;
		position: relative;
	}
	.banner-right-box {
		background: rgb(4 29 54 / 100%);
	}
	.btn-center {
		text-align: center;
		margin: 40px 0 0;
	}
	ul.ulbutton {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.right-side {
		width: 100%;
		padding: 100px 40px;
		display: unset;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #f0f4ff;
		max-width: 450px;
	}
	.right-side {
		max-width: 100%;
	}
	.right-side ul li:hover > ul {
		width: auto;
		padding: 20px;
	}
	li.menu-item-has-children ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.heading {
		font-size: 36px;
		line-height: 1.2;
		padding-bottom: 20px;
	}
	.heading span, .headingspan {
		line-height: 1.3;
		padding-bottom: 10px;
	}
	.side-bar-fix {
		display: none;
	}
	body {
		margin-right: 0;
	}
	.book-online-fix {
		right: 20px;
	}
	/* Header Top --- */
	.main-header {
		margin-bottom: 46px;
	}
	.header-wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.menu-area {
		margin: 0 20px;
	}
	.header-brooklyn li h6, .header-brooklyn li span {
		padding-right: 20px;
		margin-right: 20px;
	}
	.main-menu {
		padding: 5px 10px;
		margin-top: 0;
		overflow-x: scroll;
		background: #041d36;
		position: fixed;
		width: 100%;
		left: 0;
		top: 110px;
	}
	.main-menu ul {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin: auto;
	}
	.menu-item-has-children::after {
		display: none;
	}
	/* Header Top Drop Down  */
	.main-menu ul ul {
		position: unset;
		opacity: 1;
		visibility: visible;
		display: none;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}
	.main-menu ul ul li {
		padding: 2px 0;
	}
	.main-menu ul ul li a {
		font-size: 16px;
		line-height: 1.7;
	}
	.main-menu ul .dropdown-menu-items {
		position: absolute;
		top: 12px;
		right: 0;
		width: 10px;
		height: 10px;
		border-left: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.main-menu ul .dropdown-menu-items.rotate {
		-webkit-transform: rotate(133deg);
		-ms-transform: rotate(133deg);
		transform: rotate(133deg);
		margin-top: 6px;
	}
	/* Mobile bar  */
	.mobile-bar {
		position: unset;
	}
	.mobile-bar span {
		color: #FFF;
		padding: 5px 0;
		border-top: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
	}
	.mobile-bar span::after {
		background: #FFF;
	}
	/* Banner Section -------- */
	.banner-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.banner-wrap > div {
		max-width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.banner-left h1 span {
		line-height: 1.7;
	}
	.banner-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		padding-top: 50px;
		background-size: contain;
	}
	.banner-right .video-btn {
		position: unset;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	/* Most Advanced  Section  */
	.most-common-sec .heading::before {
		top: -37px;
	}
	.most-tab-area {
		max-width: 100%;
		padding: 40px 15px;
	}
	.most-tab-body .single-tab h3::after,
	.most-tab-area::after {
		display: none;
	}
	.most-com-tab-nav ul {
		min-width: 156px;
	}
	.most-com-tab-nav ul li {
		font-size: 15px;
		padding: 18px 0;
	}
	.most-com-tab-nav ul li::before {
		top: 21px;
	}
	.most-com-tab-nav ul li.headache::after, .most-com-tab-nav ul li.neck::after {
		top: 33px;
	}
	.most-com-tab-nav ul li.shoulder::after {
		top: 19px;
	}
	.most-com-tab-nav ul li.elbow::after {
		top: 62px;
	}
	.most-com-tab-nav ul li.back::after {
		top: 36px;
	}
	.most-com-tab-nav ul li.hip::after {
		top: 29px;
	}
	.most-com-tab-nav ul li.wrist::after {
		top: 4px;
	}
	.most-com-tab-nav ul li.knee::after {
		top: 72px;
	}
	.most-com-tab-nav ul li.foot::after {
		top: 165px;
	}
	/* Injuries & Conditions   */
	.injuries-head .heading::before {
		left: 26%;
		top: -31px;
	}
	/* Pain Doctors Section   */
	.pain-doctor-wrap {
		gap: 50px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}
	.pain-doctor-wrap > div {
		max-width: 50%;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.most-trusted-left h2::after {
		top: unset;
	}
	.pain-doctor-left {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0 15px;
	}
	.single-dr-im {
		gap: 10px;
	}
	.single-dr-im img {
		width: calc(50% - 5px);
	}
	/* Most Trusted Section   */
	.most-trusted-right {
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
	}
	.most-trusted-right::after {
		display: none;
	}
	.most-trusted-left h2::before {
		text-align: center;
	}
	/* Testimonial section   */
	.testimonial-head h2::before {
		top: -42px;
	}
	.testimonial-head p {
		margin: 50px 0;
	}
	.testi-nav {
		margin-bottom: 0;
	}
	.single-testi {
		max-width: 100%;
		margin: 40px 5px;
	}

	.test-tab-body {
		padding-bottom: 0px;
	}
	.testi-body-wrp {
		margin-bottom: 50px;
		border: 0;
		max-width: 100%;
	}
	.testi-body-wrp .slick-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.testi-body-wrp .slick-dots {
		position: absolute;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
	}
	.testi-body-wrp .slick-dots li {
		width: 10px;
		height: 10px;
	}
	.testi-body-wrp .slick-dots li button {
		font-size: 0;
		width: 100%;
		height: 100%;
		background: #052647;
		border-radius: 50px;
	}
	.testi-body-wrp .slick-dots li.slick-active button {
		background: #0e7787;
	}
	/* In-Network Section  */
	.in-network-left h2::before {
		top: -33px;
	}
	.in-network-con {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px;
	}
	.in-network-left p {
		max-width: 100%;
	}
	.in-network-right {
		text-align: center;
		width: 100%;
	}
	.in-network-right img {
		width: 100%;
	}
	/* Certified Section  */
	.certified-section {
		padding-top: 50px;
	}
	.certified-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.certified-wrap > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
	}
	.certified-left > div {
		margin: 0;
		max-width: 100%;
	}
	.certified-left h2::before {
		top: -73px;
		font-size: 172px;
	}
	.certified-left h2 span {
		padding-bottom: 45px;
	}
	.certified-left h2::after {
		top: 45px;
	}
	.certified-right span {
		font-size: 1.025rem;
		margin-bottom: 30px;
	}
	.certified-right p {
		font-size: 1.025rem;
		line-height: 1.7;
		max-width: 100%;
		margin-bottom: 20px;
	}
	/* Schedule Section   */
	.schedule-app-left {
		max-width: 46%;
	}
	.input-group {
		gap: 15px;
		margin-bottom: 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.schedule-app-left span {
		font-size: 32px;
		line-height: 1.2;
	}
	/* Footer Section  */
	.right-side ul li {
		padding: 5px 0;
	}
	.right-side ul li:hover {
		padding-left: unset;
	}
	.right-side ul li::after {
		display: none;
	}
	.right-side ul li:hover > a {
		color: #151C2B;
	}
	/* Drop Down  */
	.right-side ul ul {
		position: unset;
		opacity: 1;
		visibility: visible;
		display: none;
		background: transparent;
		padding: 20px;
	}
	.right-side ul ul li a {
		color: #052647;
		font-size: 16px;
	}
	.right-side ul li a {
		width: 100%;
		max-width: 90%;
	}
	.right-side ul li .dropdown-menu-items {
		position: absolute;
		top: 10px;
		right: 0;
		pointer-events: unset;
		width: 12px;
		height: 12px;
		border-left: 2px solid #052647;
		border-bottom: 2px solid #052647;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.right-side ul li .dropdown-menu-items.rotate {
		-webkit-transform: rotate(136deg);
		-ms-transform: rotate(136deg);
		transform: rotate(136deg);
		margin-top: 7px;
	}
	.right-side ul li .dropdown-menu-items::after {
		display: none;
	}
	/* inner banner -------- */
	.inner-banner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.inner-banner > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
	}
	.inner-banner-left {
		padding: 50px 40px 50px 80px;
	}
	.inner-banner-right::before {
		display: none;
	}
	.inner-banner-right {
		padding: 40px;
	}
	.on-this-page-area {
		top: 136px;
	}
	/* Inner Page  */
	.align-right {
		margin-left: 20px;
	}
	.main-inner h2, .main-inner h2 a {
		font-size: 34px;
	}
	.two-col {
		gap: 0 30px;
	}
	.mechanical-tab {
		padding-left: 15px;
	}
	.mechanical-tab-area {
		padding: 40px 0;
		margin-bottom: 50px;
	}
	.mecha-tab-body::before,
	.mecha-tab-body::after {
		height: 40px;
	}
	.mecha-tab-body::before {
		top: -40px;
	}
	.mecha-tab-body::after {
		bottom: -40px;
	}
	.inner-testimonial {
		margin-bottom: 100px;
	}
	.inner-testi-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 0;
	}
	.inner-testi-left {
		max-width: 100%;
	}
	.inner-testi-right {
		max-width: 100%;
		margin-top: 70px;
	}
	.inr-bok-onln > div {
		max-width: 100%;
	}
	.on-our-doctor {
		margin-bottom: 50px;
		padding-bottom: 0;
	}
	.main-inner .our-single-doc img {
		min-width: 100%;
		min-height: auto;
	}
	.sn-testi {
		-ms-grid-columns: 270px auto;
		grid-template-columns: 270px auto;
		margin-bottom: 50px;
	}
	.sn-testi::after {
		display: none;
	}
	.inner-banner.banner-two {
		padding: 50px 15px;
	}
	.single-press {
		padding: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}
	.single-press > div {
		min-height: auto;
	}
	.main-inner .single-press p {
		line-height: 1.4;
		margin-top: 10px;
		padding-top: 15px;
	}
	.main-inner .single-press span {
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.single-reco {
		padding: 15px 15px 20px 15px;
	}
	.inner-con-wrp > div {
		padding: 10px 15px;
	}
	.main-inner .inner-con-wrp h2 {
		font-size: 38px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.right-side {
		height: 100vh;
		overflow-y: scroll;
	}
}
/*992 End */
@media all and (max-width:768px) {
	.single-footer {
		width: 45%;
	}
	.main-inner .disclaimer-in .published-date {
		flex-direction: column;
	}
	.main-inner .disclaimer-in .published-date img {
		max-width: 100px;
	}
	.inner-testimonials {
		max-width: 100%;
		width: 100%;
	}
	.inner-testimonials .single-testi {
		width: 100%;
		padding: 20px 10px;
	}
	html:lang(es) .pain-doctor-right h2 {
		font-size: 34px;
	}
	html:lang(es) .pain-doctor-right span.bullet {
		font-size: 14px;
	}
	html:lang(es) .logo a {
		font-size: 16px;
	}
	.banner-right-box {
		margin-bottom: 0;
	}
	.banner-left .review-box {
		right: 20%;
	}
	.profile-testimonials .sn-testi .frm-review {
		padding-bottom: 0px;
	}
	.profile-testimonials {
		flex-direction: column;
	}
	.profile-testimonials .sn-testi {
		min-height: auto;
		width: 100%;
	}
	.main-inner .addresses ul li {
		width: 47.8%;
	}
	.addresses ul li {
		width: 100%;
	}
	.heading {
		font-size: 34px;
		line-height: 1.2;
		padding-bottom: 25px;
	}
	.heading span, .headingspan {
		padding-bottom: 5px;
	}
	.heading::before {
		top: 0;
		line-height: 1;
	}
	/* Header Top  */
	.header-wrap {
		padding: 10px 15px;
		height: 75px;
	}
	.header-brooklyn li h6, .header-brooklyn li span {
		padding-right: 10px;
		margin-right: 10px;
	}
	.main-menu {
		top: 80px;
	}
	/* Most Advanced  Section   */
	.most-advance-middle .heading::before {
		top: -20px;
	}
	/* Most Advanced  Section  */
	.most-common-tab {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.most-com-tab-nav {
		margin-right: auto;
		padding: 40px 15px;
	}
	.most-tab-area::before {
		display: none;
	}
	.most-tab-area .default-btn {
		margin-top: 45px;
	}
	.most-tab-body .single-tab p {
		max-width: 100%;
	}
	/* Injuries & Conditions   */
	.injuries-head .heading::before {
		left: 0;
		top: -11px;
	}
	.injuries-wrap {
		background: unset;
	}
	.single-injuries {
		width: calc(50% - 10px);
	}
	.injuries-item-area .default-btn {
		margin-top: 50px;
	}
	/* Most Trusted Section   */
	.most-trusted-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.most-trusted-wrap > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
	}
	.most-trusted-left {
		padding: 65px 15px 40px 15px;
	}
	.most-trusted-left h2::before {
		font-size: 130px;
		top: -23px;
		text-align: left;
	}
	.most-trusted-left h2, .most-trusted-left h5 {
		font-size: 26px;
	}
	.most-trusted-right {
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		align-self: auto;
		max-height: 400px;
	}
	/* The most frequent Section  */
	.frequent-dr {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.frequent-box,
	.frequent-dr img {
		max-width: 100%;
	}
	.freqn-caro {
		max-width: calc(50% - 10px);
	}
	.freqent-call {
		width: 50%;
	}
	/* Testimonial section   */
	.testi-nav li {
		padding-right: 20px;
		margin-right: 20px;
	}
	.single-testi {
		min-height: auto;
	}
	.google {
		margin-top: 30px;
	}
	/* Certified Section  */
	.certified-left h2 {
		font-size: 30px;
	}
	.office-gallery-wrp {
		gap: 0;
		-webkit-columns: unset;
		-moz-columns: unset;
		columns: unset;
		padding: 0 15px;
	}
	.single-office {
		margin-bottom: 0;
		width: 100%;
		max-height: 320px;
	}
	.single-office img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top center;
		object-position: top center;
	}
	.single-office.one img, 
	.single-office.three img {
		width: 100%;
		height: 320px;
	}
	.single-office.two img {
		width: 100%;
		height: 320px;
		margin: 0;
	}
	.single-office.four {
		padding-top: 0;
	}
	.single-office.four img {
		width: 100%;
		height: 320px;
	}
	.single-office.five img {
		width: 100%;
		height: 320px;
	}
	.office-gallery-wrp .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 8px;
		margin-top: 10px;
	}
	.office-gallery-wrp .slick-dots li {
		width: 10px;
		height: 10px;
	}
	.office-gallery-wrp .slick-dots li button {
		font-size: 0;
		width: 100%;
		height: 100%;
		background: #052647;
		border-radius: 50px;
	}
	.office-gallery-wrp .slick-dots li.slick-active button {
		background: #0e7787;
	}
	.office-gallery-sec {
		padding-bottom: 0;
	}
	/* Schedule Section   */
	.schedule-app-wrp {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.schedule-app-left {
		max-width: 100%;
		padding-top: 0;
	}
	.schedule-app-right {
		padding: 30px 0;
		margin-left: 0;
		border-left: 0;
		width: 100%;
	}
	.input-group {
		-ms-flex-wrap: unset;
		flex-wrap: unset;
	}
	.schedule-app-left span::after {
		display: none;
	}
	/* Footer Section  */
	.footer-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-top > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
	}
	.map {
		aspect-ratio: 16/9;
	}
	.footer-btm ul li {
		padding-right: 10px;
		margin-right: 10px;
	}
	/* inner banner ---- */
	.inner-banner h1 {
		font-size: 28px;
	}
	.on-this-page-area {
		top: 125px;
	}
	.main-inner > p:first-child, .main-inner .fullWidthIn + p {
		padding: 20px 15px 20px 160px;
		font-size: 16px;
		line-height: 27px;
	}
	.main-inner > p:first-child::before, .main-inner .fullWidthIn + p::before {
		width: 139px;
		background-size: contain;
	}
	.align-right {
		margin-left: 0;
		float: unset;
	}
	.main-inner h2, .main-inner h2 a {
		font-size: 29px;
	}
	.main-inner p, .main-inner strong, .main-inner strong a, .main-inner a, .main-inner ul li, .main-inner ol li, .main-inner ul li a, .main-inner ol li a {
		font-size: 1rem;
		line-height: 1.7;
	}
	.main-inner .frequently-accor h3 {
		font-size: 29px;
		line-height: 1.2;
		padding-top: 10px;
	}
	.frequently-accor .single-accordion h2, .faq-block > div > h2, .faq-block > div > h3 {
		font-size: 27px;
		line-height: 1.2;
	}
	.frequently-accor .single-accordion h2::before, .faq-block > div > h2::before, .faq-block > div > h3::before {
		top: 14px;
		width: 12px;
		height: 12px;
	}
	.disclaimer-in {
		margin-bottom: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mecha-tab-body {
		padding: 20px 15px 20px 40px;
	}
	.main-inner .inner-testi-left h2::before {
		top: 19px;
	}
	.main-inner .inr-bok-onln p {
		margin-bottom: 20px;
	}
	.dr-leon-wrp {
		display: block;
	}
	.dr-leon-wrp img {
		float: left;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.sn-testi {
		-ms-grid-columns: 180px auto;
		grid-template-columns: 180px auto;
		padding: 40px 15px;
	}
	.sn-testi .title {
		font-size: 22px;
		line-height: 1.4;
		padding-bottom: 50px;
	}
	.sn-testi .title::after {
		bottom: 25px;
	}
	.sn-testi .name {
		font-size: 19px;
		line-height: 1.4;
	}
	.sn-testi .frm-review {
		font-size: 1.025rem;
		line-height: 1.4;
		padding-bottom: 72px;
	}
	.sn-testi .right {
		margin-left: 15px;
		padding-left: 15px;
	}
	.single-press {
		padding: 40px 25px;
	}
	.recog-wrap {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
	.recog-wrap.recog-wrap-2col .single-reco {
		width: 48%;
		margin: 0;
	}
	.main-inner .inner-con-wrp h2 {
		font-size: 30px;
	}
	.main-inner .in-contact-right ul li {
		gap: 15px;
	}
	.main-inner .in-contact-left p,
	.main-inner .in-contact-left ul {
		margin-bottom: 20px;
	}
	.dr-profile-wrp {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
	.dr-pro-left {
		margin-top: 40px;
		text-align: center;
	}
	.dr-pro-left img {
		width: 100%;
	}
	.main-inner .dr-pro-right p {
		margin-bottom: 20px;
	}
	.dr-pro-right {
		background: #F5F6FB;
		padding: 40px 15px;
	}
	.logo a {
		font-size: 1.025rem;
		line-height: 20px;
	}
	.logo a span:last-child {
		font-size: 12px;
		letter-spacing: 4px;
	}
	.main-inner h3 {
		font-size: 24px;
		line-height: 34px;
	}
}
/*768 End */
@media all and (max-width: 576px){
	.single-footer {
		width: 100%;
	}
	.single-footer:first-child {
		margin-right: auto;
	}
	.menu-mobile-number-holder {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 15px;
		text-align: center;
		margin-top: 60px;
	}
	.menu-mobile-number-holder button.sidebar-button {
		max-width: 160px;
		margin: 0 auto;
	}
	.menu-mobile-number-holder .sidebar-phone {
		color: #0e7787;
		font-size: 18px;
	}
	.menu-mobile-number-holder .sidebar-mail {
		color: #0e7787;
		font-size: 18px;
	}
	.menu-mobile-number-holder .sidebar-text {
		color: #0e7787;
		font-size: 18px;
		margin-top: 20px;
	}
	.main-inner .addresses ul li span {
		display: block;
		font-size: 1.125rem;
		font-weight: bold;
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	.main-inner .addresses ul li span.address_li {
		font-weight: normal;
		text-transform: none;
		min-height: 50px;
		margin: 0px;
		padding: 0px;
	}
	.main-inner .addresses ul li {
		width: 48.4%;
		padding: 10px;
	}
	.main-inner .addresses ul li a {
		color: #fff;
		font-size: 14px;
	}
	.main-inner .addresses ul {
		gap: 10px;
	}
	.main-inner .addresses ul li span, .main-inner .addresses ul li, .main-inner ul li a.add-phone {
		font-size: 14px;
		line-height: normal;
	}
	body .uwy.userway_p5 .userway_buttons_wrapper {
		margin-bottom: 70px !important;
	}
	html:lang(es) .pain-doctor-right span.bullet {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 15px;
		margin-right: 10px;
	}
	html:lang(es) .heading {
		font-size: 26px;
		line-height: 1.2;
	}
	html:lang(es) .single-frequent, html:lang(es) .freqent-call {
		height: auto;
	}
	html:lang(es) .certified-left h2::after {
		top: 50px;
	}
	html:lang(es) .certified-right h3 {
		font-size: 28px;
	}
	.banner-wrap {
		/* 		height: 950px; */
		height: auto;
	}
	button.normal-btn.center {
		margin: 20px auto;
	}
	.main-inner .doc-profile div span {
		font-size: 20px;
	}
	.iframe-wrapper {
		width: 90%;
	}
	.vtestimonials button.video-btn.one, .vtestimonials button.video-btn.two, .vtestimonials button.video-btn.three {
		flex: unset;
		aspect-ratio: 16/9;
		width: 100%;
		height: unset;
	}
	.vtestimonials {
		gap: 20px;
		justify-content: space-between;
		flex-direction: column;
	}
	.single-injuries {
		-webkit-box-shadow: unset;
		box-shadow: unset;
		padding: 20px;
	}
	.profile-testimonials .sn-testi {
		padding: 20px;
	}
	.profile-testimonials {
		margin-top: 0px;
	}
	.profile-right {
		padding: 40px 10px;
	}
	.doc-profile{
		background: none;
	}
	.inner-con-wrp > div {
		padding: 0px;
	}
	.schedule-section {
		padding: 20px;
	}
	.main-inner iframe.map-frame {
		height: 260px;
	}
	.inner-con-wrp {
		padding: 30px 0 0 0;
	}
	.inner-con-wrp.second {
		padding: 20px 10px 30px;
	}
	.main-inner .addresses ul li {
		width: 48.3%;
		padding: 10px;
		border-radius: 7px;
	}
	.help-infmtion-blk-inner h4, .help-infmtion-blk-inner p, .help-infmtion-blk-inner h5, .help-infmtion-blk-inner a {
		margin: 0px!important;
	}
	.help-infmtion-blk-inner {
		padding: 20px;
	}
	.main-inner h4 {
		font-size: 20px;
		line-height: 1.5;
	}
	.schedule-app-right {
		margin: 0px;
	}
	.addresses ul {
		gap: 10px;
	}
	.addresses ul li {
		padding: 20px;
	}
	.main-inner ul li a.add-phone {
		margin: 0px 0px 20px;
		display: block;
	}
	.in-contact-left {
		text-align: center;
	}
	.addresses ul li span {
		margin-bottom: 0px;
	}
	.certified-left p {
		margin: 20px 0px;
	}
	.certified-left h2::after {
		top: 70px;
	}
	.pain-doctor-wrap img {
		width: 100%;
		height: auto;
	}
	.pain-doctor-wrap > div {
		max-width: 100%;
	}
	p.margintop {
		margin-top: 50px;
	}
	.most-trusted-left h2::after {
		top: unset;
	}
	.heading::after {
		bottom: -10px;
	}
	.most-advance-middle .headingspan.left {
		margin-left: 0px;
	}
	.banner-right {
		gap: 0px;
		padding-top: 0px;
	}
	.main-inner iframe {
		margin-bottom: 0px;
	}
	.main-inner h2, .main-inner h3, .main-inner h4 {
		margin: 40px 0px 30px 40px;
	}
	.banner-right-box ul li {
		max-width: 46%;
	}
	.banner-right-box ul li button {
		background: #ffffff;
		padding: 20px;
		width: 100%;
		font-weight: bold;
		font-size: 1.025rem;
		line-height: 22px;
		text-align: left;
		color: #052647;
		transition: .3s;
		min-height: 148px;
	}
	.our-single-doc {
		width: 90%;
	}
	.banner-right{
		background: none;
	}
	.book-online-fix button, .book-online-fix a {
		width: 100%;
		height: 58px;
		border-radius: 0px;
		font-size: 16px;
	}
	.book-online-fix button {
		min-width: 145px;
	}
	.animated-slide {
		min-width: calc(100% + 200%);
	}
	.doc-profile {
		display: block;
	}
	.office-grid {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.main-inner > p:first-child a, .main-inner .fullWidthIn + p a {
		font-size: inherit;
	}
	.main-inner > p:first-child, .main-inner .fullWidthIn + p {
		margin-bottom: 40px;
	}
	.right-side ul ul li a {
		padding: 10px 0px;
	}
	.right-side ul li:hover > ul {
		left: 250px;
		width: auto;
		padding: 20px 0px;
	}
	.right-side{
		display: unset;
	}
	.right-side ul li:hover > ul {
		left: 250px;
		width: auto;
		padding: 20px;
	}
	.logo a {
		font-size: 14px;
		line-height: 18px;
	}
	.logo a span:last-child {
		font-size: 10px;
		letter-spacing: 2px;
	}
	.book-online-fix {
		right: 0;
		bottom: 0;
		width: 100%;
		gap: 15px;
		background: #0e7787;
	}
	.book-online-fix:after {
		content: none;
		width: 1px;
		height: 30px;
		background: #fff;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.book-online-fix button::before {
		left: 8px;
	}
	.book-online-fix a::before {
		left: 0px;
	}
	p#breadcrumbs {
		/* 		display: none; */
	}
	.book-online-fix a {
		padding-left: 34px;
		/* 		margin-left: -30px; */
	}
	.weglot_switcher.skewed .language-option a {
		width: 70px;
	}
	.main-inner ul.two-col{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.default-nav {
		padding-bottom: 90px;
	}
	.default-nav button {
		width: 55px;
		height: 55px;
	}
	.default-nav .slick-next {
		left: 70px;
	}
	.default-nav.center .slick-prev.slick-arrow {
		left: calc(50% - 65px);
	}
	.default-nav.center .slick-next.slick-arrow {
		right: calc(50% - 65px);
		left: unset;
	}
	.default-btn {
		font-size: 16px;
		line-height: 26px;
		padding: 14px 15px 8px 35px;
		margin-bottom: 10px;
	}
	.default-btn::before {
		left: 12px;
		width: 10px;
		height: calc(100% + 10px);
	}
	.heading {
		font-size: 1.7rem;
		line-height: 1.2;
		padding-bottom: 20px;
	}
	.heading span, .headingspan {
		font-size: 1rem;
		/*line-height: 1.4;
		padding-bottom: 8px;*/
	}
	.heading::before {
		top: 0;
		font-size: 130px;
		line-height: 1;
	}
	/* Header top  */
	.header-brooklyn {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px;
	}
	.header-brooklyn li h6, .header-brooklyn li span {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}
	.mobile-bar span::after {
		display: none;
	}
	/* Banner Section ---- */
	.banner-left h1::before {
		left: 10px;
		height: 600px;
	}
	.banner-left h1::after {
		left: 0px;
		width: 10px;
		height: 10px;
	}
	.banner-left h1 span {
		line-height: 1.5;
		font-size: 14px;
		margin-bottom: 10px;
		text-transform: inherit;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.banner-left h1 span br {
		display: none;
	}
	.banner-left .review-box {
		padding: 5px;
		height: 60px;
		max-width: 120px;
	}
	.banner-left .review-box span {
		margin-bottom: 3px;
		line-height: normal;
	}
	.bnr-left-conte {
		padding-left: 30px;
		margin-bottom: 35px;
		padding: 0px 15px 0px 30px;
	}
	.banner-left p {
		margin-bottom: 30px;
	}
	.banner-left ul {
		margin-left: 10px;
		margin-bottom: 30px;
	}
	.banner-left img {
		padding-left: 15px;
		margin-top: 30px;
	}
	.new-york span {
		font-size: 14px;
		line-height: 1.5;
		padding-left: 0px;
		padding-top: 40px;
		width: 43%;
	}
	.new-york {
		padding: 20px;
		gap: 15;
		flex-direction: row;
	}
	.new-york span::before {
		top: -5px;
		bottom: unset;
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}
	/* Most Advanced  Section   */
	.most-advanced-sec {
		padding-top: 65px;
	}
	.most-advance-middle .heading::before {
		top: -14px;
	}
	.most-advance-middle .heading {
		margin-left: 0;
		font-size: 1.7rem;
		line-height: 1.3;
	}
	.main-inner h2::after {
		left: -40px;
		width: 5px;
	}
	.main-inner h2::after {
		left: -40px;
		width: 5px;
	}
	.most-advance-middle > div {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		border-left: 0;
	}
	.most-advance-middle p {
		font-size: 1.025rem;
		line-height: 1.7;
		padding-bottom: 0;
		margin-bottom: 40px;
		border-bottom: 0;
	}
	.most-advance-middle p::before,
	.most-advance-middle p::after{
		display: none;
	}
	.most-advance-left img {
		margin: 0;
	}
	/* Most Advanced  Section  */
	.most-common-tab {
		overflow: hidden;
	}
	.most-com-head p {
		font-size: 1.025rem;
		line-height: 1.7;
		margin: 40px 0;
	}
	.most-com-tab-nav {
		gap: 20px;
	}
	.most-com-tab-nav > div {
		width: 130px;
		height: 325px;
	}
	.most-com-tab-nav ul li {
		padding: 10px 0;
	}
	.most-com-tab-nav ul li::before {
		top: 14px;
	}
	.most-com-tab-nav ul li::after {
		width: 8px;
		height: 8px;
	}
	.most-com-tab-nav ul li.headache::after, .most-com-tab-nav ul li.neck::after {
		top: 18px;
		left: 235px;
	}
	.most-com-tab-nav ul li.shoulder::after {
		top: -12px;
		left: 200px;
	}
	.most-com-tab-nav ul li.elbow::after {
		right: -52px;
		top: 5px;
	}
	.most-com-tab-nav ul li.back::after {
		top: -25px;
		right: -93px;
	}
	.most-com-tab-nav ul li.hip::after {
		top: -36px;
		right: -78px;
	}
	.most-com-tab-nav ul li.wrist::after {
		top: -64px;
		right: -45px;
	}
	.most-com-tab-nav ul li.knee::after {
		top: -37px;
		right: -79px;
	}
	.most-com-tab-nav ul li.foot::after {
		top: 3px;
		right: -84px;
	}
	.banner-right {
		background-position: top center;
	}
	/* Injuries & Conditions   */
	.injuries-head p {
		font-size: 1.025rem;
		line-height: 1.7;
	}
	.single-injuries {
		width: 100%;
		min-height: auto;
	}
	/* Pain Doctors Section   */
	.pain-doctor-right span.bullet {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 15px;
		margin-right: 10px;
	}
	.pain-doctor-right span.bullet::before {
		top: 6px;
	}
	.pain-doctor-right h2 {
		font-size: 27px;
	}
	.pain-doctor-right .signature {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}
	.pain-doctor-right .signature > img {
		max-width: 170px;
	}
	/* The most frequent Section  */
	.frequent-carousel {
		gap: 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.freqn-caro,
	.freqent-call {
		max-width: 100%;
		width: 100%;
	}
	.freqent-call {
		padding: 55px 15px 60px 15px;
		height: auto;
	}
	.frequent-box h2 {
		font-size: 20px;
	}
	/* Testimonial section   */
	.testimonial-head h2::before {
		top: 0px;
	}
	.ts-nav-wd {
		overflow: scroll;
	}
	.testi-nav {
		margin-bottom: 0;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	.testi-nav li {
		padding-right: 14px;
		margin-right: 14px;
		font-size: 16px;
	}
	.testimonial-head p {
		font-size: 1.025rem;
		line-height: 1.7;
		margin: 40px 0;
	}
	.single-testi {
		margin: 40px 0px;
		min-height: auto;
		border-right: 1px solid rgb(14 47 183 / 10%);
		border-left: 1px solid rgb(14 47 183 / 10%);
	}
	/* In-Network Section  */
	.in-network-left h2::before {
		top: -4px;
		left: -33px;
	}
	.in-network-con {
		padding: 40px 15px;
	}
	.in-network-left p {
		font-size: 1.025rem;
		line-height: 1.7;
		margin-top: 30px;
	}
	.in-network-right {
		padding: 15px;
	}
	/* Certified Section  */
	.certified-section {
		padding-top: 0;
	}
	.certified-left h2 {
		font-size: 24px;
	}
	.certified-left h2::before {
		font-size: 122px;
		top: -29px;
	}
	.certified-right {
		padding: 40px 15px;
	}
	.certified-right h3 {
		font-size: 28px;
	}
	.certified-right span {
		font-size: 16px;
		line-height: 1.5;
	}
	/* Schedule Section   */
	.schedule-app-left span {
		font-size: 24px;
		padding-top: 0;
	}
	.schedule-app-left h3 {
		font-size: 1.025rem;
		padding-top: 70px;
	}
	.input-group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/* Footer Section  */
	.map {
		aspect-ratio: unset;
		height: 300px;
	}
	.footer-location {
		padding: 40px 15px 40px 15px;
	}
	.footer-location ul li {

		font-size: 16px;
		line-height: 1.7;
		padding-left: 25px;
	}
	.footer-btm ul li {
		margin-right: 0;
		border-right: 0;
	}
	.inner-banner.banner-two, .inner-banner-left {
		padding: 20px 15px;
		/* background: #0e7787; */
	}
	.inner-banner h1::before{
		display: none;
	}
	.inner-banner h1 {
		padding: 0;
		margin: 0;
	}
	/* Side Main Menu ---------- */
	.left-side {
		display: none;
	}
	.right-side {
		padding: 80px 15px 20px 15px;
	}
	/* inner banner  */
	.inner-banner-left {
		padding: 50px 15px;
	}
	.inner-banner h1 {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.inner-banner-right {
		padding: 40px 15px;
	}
	.main-inner > p:first-child, .main-inner .fullWidthIn + p {
		padding-left: 20px;
	}
	.main-inner > p:first-child::before, .main-inner .fullWidthIn + p::before {
		display: none;
	}
	.main-inner figcaption {
		font-size: 1.025rem;
		padding: 15px 0;
	}
	.main-inner h2, .main-inner h2 a {
		font-size: 1.4rem;
		padding: 0;
		margin: 20px 0px;
		padding-bottom: 20px;
	}
	.two-col {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main-inner ol, .main-inner ul {
	}
	.main-inner .frequently-accor h3 {
		font-size: 24px;
	}
	.frequently-accor .single-accordion h2, .faq-block > div > h2, .faq-block > div > h3 {
		font-size: 20px;
	}
	.mechanical-tab-area {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.mechanical-tab {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px;
	}
	.main-inner .mecha-tab-nav {
		max-width: 100%;
	}
	.mecha-tab-body {
		padding: 40px 15px 10px 15px;
		margin: 0 -15px;
	}
	.mecha-tab-body::before, 
	.mecha-tab-body::after {
		display: none;
	}
	.inner-testimonial {
		margin-bottom: 60px;
	}
	.inner-testi-left {
		padding-top: 20px;
	}
	.main-inner .inner-testi-left h2::before {
		top: 25px;
		font-size: 103px;
		left: -30px;
	}
	.inner-testi-right.default-nav.center .slick-prev.slick-arrow, .inner-testi-right.default-nav.center .slick-next.slick-arrow {
		bottom: -75px;
	}
	.inner-testi-right {
		padding: 50px 15px 50px 15px;
	}
	.main-inner .btn-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.dr-leon-wrp img {
		float: left;
		margin-right: 0;
		margin: 0 20px 0px 0px;
		display: block;
		width: 40%;
		height: auto;
	}
	.sn-testi {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
	.sn-testi .right {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
		padding-top: 15px;
		margin-top: 15px;
		border-top: 1px solid #d8d8d8;
	}
	.press-wrap {
		margin: 30px 0;
	}
	.single-press {
		max-width: 100%;
		width: 100%;
	}
	.single-press {
		max-width: 100%;
		width: 100%;
		display: block;
		padding: 0px 15px;
		margin-bottom: 40px;
	}
	.single-press.bg-color {
		padding-bottom: 40px;
	}
	.recog-wrap {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		text-align: center;
	}
	.recog-wrap.recog-wrap-2col .single-reco {
		width: 100%;
		margin: 0;
	}
	.single-reco span {
		margin-top: 15px;
		font-size: 1.025rem;
	}
	.inner-con-wrp {
		margin-bottom: 0px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.inner-con-wrp > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
	}
	.main-inner .dr-pro-right h2 {
		padding-left: 0;
		font-size: 24px;
	}
	.frequently-accor .single-accordion h2::before, .faq-block > div > h2::before, .faq-block > div > h3::before {
		top: 5px;
	}
	.main-inner .dr-pro-right h2::after {
		display: none;
	}
	.main-inner .dr-pro-accor ul li {
		margin-left: 20px;
		padding: 10px 0;
	}
	.docs-listing {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 100px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.doc-inner {
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
		margin-bottom: 50px;
	}
	section.doctors-inner, .section-7-main.doctors-inner {
		padding: 0px 20px;
	}
	.location-map {
		display: block;
	}
	span.location-map.location-left span {
		margin-bottom: 30px;
		display: block;
	}
	.location-map {
		display: block;
		margin: 0px 0px 40px;
	}
	.inner-banner.banner-two h1::before{
		display: none;
	}
	.inner-banner.banner-two h1 {
		padding: 0;
		margin: 0;
	}
	.align-right, .alignright, .alignleft {
		float: none;
		margin-left: unset;
		margin-bottom: 50px;
		width: 100%;
		max-width: 100%;
	}
	.alignleft {
		margin: 20px 0;
	}
	.mobile-bar {
		width: 30px;
	}
	.mobile-bar span {
		font-size: 11px;
	}
	ul.header-icons {
		gap: 16px;
	}
	ul.header-icons li {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
	}
	.menu-area {
		margin: 0 24px;
	}
	.banner-left {
		padding: 110px 15px 0 0;
	}
	.banner-left .review-box {
		right: unset;
		top: 20px;
		left: 30px;
	}
	.banner-left p, .banner-left ul li {
		font-size: 16px;
		line-height: 26px;
	}
	.banner-left ul li::before {
		top: 6px;
	}
	.banner-left h1 {
		font-size: 2.5rem;
		padding-left: 30px;
	}
	.mobile-bar span {
		padding: 2px 0;
	}
	.main-menu ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: -5px;
		gap: 18px;
	}
	.main-menu ul li a {
		font-size: 12px;

	}
	.main-menu ul .dropdown-menu-items {
		top: 16px;
		width: 7px;
		height: 7px;
		border-left: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	li.menu-item-has-children ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.most-com-tab-nav {
		gap: 20px;
		width: 100%;
		max-width: 100%;
		overflow: auto;
	}
	.most-com-tab-nav ul {
		max-width: unset;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width: unset;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: -5px;
		gap: 18px;
		justify-content: flex-start;
	}

	.most-com-tab-nav ul li {
		padding: 10px 0;
		width: 100%;
		max-width: 100%;
		min-width: max-content;
		padding: 12px 15px;
		border: 1px solid;
		border-radius: 5px;
	}
	.most-com-tab-nav ul li.active {
		font-weight: bold;
		background: #0e7787;
		color: #fff;
		border: 1px solid #0e7787;
	}
	.most-com-tab-nav ul li::before, .most-com-tab-nav ul li::after, .most-com-tab-nav > div{
		display: none;
	}
	.most-com-tab-nav ul li:last-child {
		border-bottom: 1px solid;
	}
	.injuries-head {
		margin-bottom: 0;
	}
}
/*576 End */
@media all and (max-width: 425px) {
	html:lang(es) .logo a {
		font-size: 14px;
	}
	html:lang(es) .pain-doctor-right h2 {
		font-size: 27px;
	}
	html:lang(es) .book-online-fix {
		gap: 10px;
	}
	html:lang(es) .frequent-box h2 {
		font-size: 20px;
	}
	html:lang(es) .certified-left h2::after {
		top: 80px;
	}
}
@media all and (max-width: 390px) {
	.logo {
		width: 40%;
	}
	.logo {
		width: 45%;
		margin-top: 10px;
	}
	.logo a span:last-child {
		font-size: 9px;
		letter-spacing: 2px;
	}
}
@media all and (max-width: 375px) {
	.banner-right-box ul li button {
		font-size: 15px;
	}
	.banner-left h1 {
		font-size: 34px;
	}
	/* Header Top  */
	.header-brooklyn li h6, .header-brooklyn li span {
		font-size: 1px;
	}
	.logo a {
		font-size: 13px;
		line-height: 18px;
	}
	.logo {
		margin-top: 2px;
	}
	.book-online-fix button, .book-online-fix a {
		font-size: 15px;
	}
}
@media all and (max-width: 375px) {
	.menu-area {
		margin: 0 20px;
	}
}
@media all and (max-width: 355px) {
	.menu-area {
		margin: 0 15px;
	}
	.header-wrap {
		padding: 10px;
	}
	.logo {
		width: 40%;
	}
}