/*
Theme Name: Pain
Description: This is the description of website
Version: 1.0
*/

/* FONTS */
@font-face {
	font-family: 'Lato';
	src: url('fonts/lato/Lato-Black.woff2') format('woff2'),
		local('Lato Black'),
		url('fonts/lato/Lato-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/lato/Lato-Regular.woff2') format('woff2'),
		local('Lato'),
		url('fonts/lato/Lato-Regular.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
/* TYPHOGRAPHY*/
* {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	display: inline-block;
}
body {
	font-size: 16px !important;
	background: #FFFFFF;
	outline: none;
	font-family: 'Lato', sans-serif;
	color: #444444;
	line-height: 30px;
	font-weight: 300;
	/*padding-bottom: 30px;*/
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
}
::-moz-selection { /* Code for Firefox */
	color: #fff;
	background: #18252E;
}
::selection {
	color: #fff;
	background: #18252E;
}
a {
	text-decoration: none;
	outline: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
a:hover {
	text-decoration: none !important;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
img.alignright {
	width: auto !important;
    height: auto !important;
    float: right;
    margin: 0 0 20px 20px;
}
span {
	display: block;
	line-height: normal;
	font-size: 16px;
}
p{
	color: #18252E;
	font-size: 16px;
	line-height: 24px;
}
input[type="submit"] {
	-webkit-appearance: none;
}
header.header-area {
	position: sticky;
	top: 0;
	display: block;
	background: #fff;
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 30px #00000024;
	box-shadow: 0px 0px 30px #00000024;
}
.breadcrumbs, .breadcrumbs span {
	display: inline;
	color: #fff;
	font-size: 14px;
}
.published-date {
	font-size: 14px;
	font-weight: 300;
	border-left: 2px solid #ccc;
	padding: 5px 10px 5px 10px;
	background: #f9f9f9;
	margin-bottom: 20px;
	display: block;
	color: #666;
	margin-top: 25px;
	clear: both;
}
.published-date span {display: inline-block;font-size: 14px;}
/*****Mega Menu****/
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
	z-index: 999;
	z-index: 999;
	border-radius: 0;
	background: #fff;
	border: 0;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 147%;
	max-width: none;
	left: -274px;
	-webkit-box-shadow: 0 0 20px #0000002e;
	box-shadow: 0 0 20px #0000002e;
}
.full-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1600px;
}
.full-container2 {
	width: 100%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.main-container {
	width: 100%;
	max-width: 1366px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.secound-container {
	width: 100%;
	max-width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.container-fluid{
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.third-container{
	width: 100%;
	max-width: 1500px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-title {
	text-align: center;
	padding-bottom: 50px;
	font-size: 18px;
	line-height: 35px;
	margin: 15px 0;
	font-weight: normal;
}
.sec-title {
	text-align: center;
	padding-bottom: 50px;
}
.sec-title h4 {
	color: #D61E2A;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 24px;
	position: relative;
	padding-top: 35px;
}
.sec-title h4::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	background: #D61E2A;
	width: 4px;
	height: 26px;
}
.sec-title h2, .financing-block span {
	color: #18252E;
	font-size: 29px;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 35px;
}
.sec-title h1 {
	color: #18252E;
	font-size: 29px;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 35px;
}
.sec-title h2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #D61E2A;
	width: 4px;
	height: 26px;
}

.sec-title h1::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #D61E2A;
	width: 4px;
	height: 26px;
}
.appointment-btn {
	text-align: center;
	padding: 110px 0;
}
a.common-btn1.bottom-sticky {
	padding: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-size: 17px;
	padding: 10px 30px 5px 90px;
}
.stickybuton {
	position: sticky;
	bottom: 0;
	right: 300px;
	z-index: 1;
}
.stickybuton a {
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	background: #D61E2A;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	width: 180px;
	text-align: center;
	bottom: 20px;
	position: absolute;
}
a.common-btn1 {
	background: #D61E2A;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 900;
	padding: 40px 45px 40px 100px;
	border-radius: 100px;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.10);
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
a.common-btn1:hover{
	background: #000;
}
/* esha */
.es-hoboken {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.single-hoboken {
	width: 24%;
	margin: 10px 20px;
}
.single-hoboken h4 {
	font-size: 23px;
	border-bottom: 2px solid #D61E2A;
	padding-bottom: 20px;
}
.single-hoboken a {
	padding: 5px;
	margin: 20px 0px;
	color: #666;
	font-size: 16px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	min-height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border: 1px solid #eee;
}
.single-hoboken a:hover {
	border-bottom: 2px solid #D61E2A;
	-webkit-box-shadow: 0 0 20px #00000010;
	box-shadow: 0 0 20px #00000010;
	background-color: #D61E2A;
	color: #fff;
}
.treatment-page-content ul {
	margin-bottom: 20px;
	margin-top: 20px;
}
.treatment-page-content ul li a {
	/*     color: #AC151F; */
	text-decoration: underline;
}
.treatment-page-content ul li a:hover {
	text-decoration: none;
}
.treatment-page-content a {
	    color: #AC151F;
/* 	display: inline; */
	text-decoration: underline;
}
.treatment-page-content a:hover {
	text-decoration: none;
}
.single-hoboken a span {
	display:none;
}
.single-hoboken a:hover span{
	display:block;
	margin-left:5px;
}
.es-single-enjuris {
	position: relative;
	width: 30%;
	-webkit-box-shadow: 4px 3px 10px #312828;
	box-shadow: 4px 3px 10px #312828;
}
.es-single-enjuris {
	position: relative;
	width: 24%;
	-webkit-box-shadow: 0px 2px 40px 0px #00000020;
	box-shadow: 0px 2px 40px 0px #00000020;
	padding: 40px;
	text-align: center;
	padding-top: 110px;
	min-height: 380px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #444444;
	line-height: 30px;
	font-weight: 300;
	padding-bottom: 30px;
	border: 1px solid #ffffff;
}
.es-margin-1 {
	margin-top: 190px;
}
.es-single-enjuris:hover{
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ccc;
}
.es-enjuris {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0px;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.single-hoboken.es-extra {
	width: 25%;
	margin: 0px;
	padding: 5px;
	color: #fff;
}
.single-hoboken.es-extra ul li {
	background-color: #fff;
	color: #666;
	min-height: 70px;
	padding: 20px;
	-webkit-box-shadow: 0 0 20px #00000020;
	box-shadow: 0 0 20px #00000020;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-hoboken.es-extra ul li::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 0;
	width: 7px;
	height: 7px;
	border: 2px solid #a00000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 0;
	margin: auto 0;
}
.es-single-enjuris::after {
	content: "";
	position: absolute;
	background-image: url(https://pain.cafepak.com/wp-content/uploads/2020/11/001-copy.png);
	left: 1px;
	top: 25px;
	height: 65px;
	width: 50px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	right: 0;
	margin: auto;
}
.es-single-enjuris h4 {
	font-size: 25px;
	margin-bottom: 14px;
	color: #D61E2A;
}
.new-doctor-profile ul {
	margin-bottom: 0;
}
.single-doc img {
	border-radius: 50%;
	border: 10px solid #fff;
}
.single-doc .contact-doctor-btns {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: auto;
	margin-left: auto;
	margin: 40px 0px auto;
	text-align: center;
}
.new-doctor-profile .single-doctor {
	width: 100%;
	padding: 80px 194px 60px 340px;
	min-height: 500px;
}
.new-doctor-profile .single-doctor ol li {
	padding-left: 18px;
	padding-top: 0;
	padding-bottom: 6px;
}
.new-doctor-profile ul ol li::after {
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
}
.new-doctor-profile .single-doctor::after {
	left: 90px;
	top: 78px;
}
.new-doctor-profile .single-doctor ul li h4 {
	color: #18252E;
	padding-bottom: 10px;
	position: relative;
	padding-left: 45px;
}
.new-doctor-profile .rating-starts {
	padding-left: 46px;
	padding-bottom: 20px;
}
.new-doctor-profile ol li {
	color: #18252E !important;
	padding: 0;
	padding-bottom: 6px;
	font-size: 20px;
}
.new-doctor-profile .single-doctor ul > li {
	margin-top: 0;
	padding-top: 0;
}
.new-doctor-profile ul li {
	padding: 0 0 10px 0;
}
.new-doctor-profile .single-doctor ol {
	padding-top: 0;
	padding-left: 45px;
}
.new-doctor-profile .single-doctor ul li h4::before {
	content: "";
	position: absolute;
	left: 6px;
	width: 30px;
	height: 20px;
	background-image: url(https://www.downtownpainphysicians.com/wp-content/uploads/2020/12/path-h4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: auto;
	top: -2px;
}
/*booh appoinment */
.es-somecon.clear-both h2 {
	color: #fff;
}
.es-somecon.clear-both h2::after {
	background-color: #ffffff;
}
span.es-someconr.blue {
	background-color: #18252E;
}
.page-template-default .new-doctor-profile {
	margin-top: 60px;
}
.es-somecon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.es-someconl {
	width: 50%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://www.downtownpainphysicians.com/wp-content/uploads/2020/12/pain-doctor.jpg);
	position: relative;
}
.es-someconlc {
	width: 65%;
	margin: auto;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	position: relative;
	z-index: 1;
	padding-left: 47px;
}
.es-someconlc::after {
	content: '';
	position: absolute;
	height: 140px;
	width: 1px;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.es-somecon h4 {
	color: #fff;
	font-size: 25px;
	font-weight: 900;
	line-height: 40px;
}
.es-somecon .es-someconlc h4 {
	text-transform: uppercase;
}
.es-somecon a {
	color: #fff;
	font-size: 25px;
	font-weight: 900;
	line-height: 40px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.es-someconrc p {
	color: #fff!important;
}
.es-someconrc a {
	color: #fff;
	font-size: inherit;
	text-decoration: underline;
	font-weight: normal;
}
.es-someconr {
	width: 50%;
	background-color: #D61E2A;
}
.es-someconrc {
	padding: 70px 97px 60px 49px;
}
.es-someconrc h4 {
	padding-bottom: 40px;
	width: 90%;
}
.es-someconrc ul li a {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #fff;
	display: block;
	line-height: unset;
	font-weight: 400;
}
.es-heading {
	position: relative;
	padding-left: 116px;
	margin-bottom: 0 !important;
	margin-top: 30px;
}

.es-heading::after {
	left: 116px !important;
}
.es-heading::before {
	content: '';
	position: absolute;
	height: 84px;
	width: 84px;
	background-image: url(https://www.downtownpainphysicians.com/wp-content/uploads/2020/12/Group-553.png);
	background-position: center;
	background-size: 95%;
	background-repeat: no-repeat;
	background-color: transparent;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.es-imgbf {
	position: relative;
}
.es-imgbf::after {
	content: '';
	position: absolute;
	height: 95%;
	width: 70%;
	background: #F1F1F1;
	left: -21px;
	top: -21px;
	z-index: 0;
}
.es-imgbf::before {
	content: '';
	position: absolute;
	height: 95%;
	width: 70%;
	background: #F1F1F1;
	right: -21px;
	bottom: -21px;
	z-index: 0;
}
.es-imgbf img {
	z-index: 1;
	position: relative;
}
.es-imgbf.float-left.es-float img {
	-webkit-box-shadow: 0px 0px 20px #00000026;
	box-shadow: 0px 0px 20px #00000026;
}
.es-imgbf.float-right.es-float img {
	-webkit-box-shadow: 0px 0px 20px #00000026;
	box-shadow: 0px 0px 20px #00000026;
}
.all-testimonials.esha-all-testimonials li.single-testimonial {
	width: 49% !important;
	padding: 110px 30px 130px 30px;
	border-top: 0px;
}
ul.all-testimonials.esha-all-testimonials {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 60px;
	width: 100%;
}
ul.all-testimonials.esha-all-testimonials li:last-child {
	border-right: none;
}
.all-testimonials.esha-all-testimonials .single-testimonial::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 80%;
	margin: auto;
	width: 60px;
	height: 55px;
	background-image: url(images/downtown_icons.svg);
	background-position: -207px -31px;
	border: none;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
ul.all-testimonials.esha-all-testimonials li.single-testimonial h3 {
	color: #18252E;
}
.es-testimonialall {
	margin-bottom: 30px;
}
/* esha end */
a.common-btn1::after {
	content: "";
	position: absolute;
	left: 27px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(images/downtown_icons.svg) #fff;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	background-position: -152px -22px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
a.common-btn1:hover:after{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

/*START HEADER AREA*/
.header-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.menu-area ul li a {
	color: #18252E;
	text-transform: uppercase;
	font-weight: 900;
	margin-left: 45px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.menu-area ul li a:hover{
	color: #D61E2A;
}
.header-top-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-end;
	padding-bottom: 30px;
	margin-top: 15px;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.downtown-locations ul li a {
	color: #18252E;
	font-size: 14px;
	padding-left: 22px;
	position: relative;
	margin: 3px 0;
	line-height: 26px;
}
.downtown-locations ul li a span {
	display: contents;
	font-size: 14px;
}
.downtown-locations ul li{
	display: block;
}
.downtown-locations ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(images/downtown_icons.svg);
	background-position: 0 0;
	width: 20px;
	height: 20px;
}
iframe.iframeappt {
	min-height: 2000px;
}
.book-appointment {
	margin-top:15px;
}
.book-appointment ul li a {
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	background: #D61E2A;
	padding: 15px 26px 15px 52px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	width: 250px;
}
.book-appointment ul li:last-child{
	margin-left: 15px;
}
.book-appointment ul li a::after {
	content: "";
	position: absolute;
	left: 21px;
	top: 0;
	background-image: url(images/icons/1.png);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	bottom: 0;
	margin: auto;
	background-position: center;
}
.sec-title p {
	padding-top: 30px;
}
.treatment-page-content:after {
	content: "";
	display: block;
	clear: both;
}
.book-appointment ul li a::before {
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #18252E;
	position: absolute;
	z-index: -1;
	-webkit-transform: rotateY(45deg);
	transform: rotateY(45deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}
.book-appointment ul li a:hover:before{
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	opacity: 1;
} 
.header-top-social-media ul li a {
	width: 48px;
	height: 55px;
	position: relative;
	background-image: url(images/downtown_icons.svg);
	background-position: -200px -247px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.header-top-social-media ul li a:hover{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.header-top-social-media ul li:nth-child(2) a {
	background-position: -260px -247px;
}
.header-top-social-media ul li:nth-child(3) a {
	background-position: -265px -88px;
}
.menu-area {
	padding-bottom: 10px;
}
.menu-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.search-btn{
	position: relative;
	width: 55px;
	height: 25px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-left: 40px;
	cursor: pointer;
}
.search-btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	background-image: url(images/downtown_icons.svg);
	background-repeat: no-repeat;
	background-position: -52px 0;
}
.news-details.searchwid {
	width: 100%;
}
.pegination {
	margin: 0 auto;
	width: 60%;
}
.search .read-news {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.search p {
	color: #444444;
	line-height: 30px;
	font-weight: 300;
	padding-bottom: 30px;
}
.other-option-area {
	position: relative;
	width: 75%;
}
.search-box {
	position: absolute;
	top: 100%;
	right: 0;
	width: auto;
	background: #fff;
	padding: 10px;
	display: none;
}
.search-box input[type="search"] {
	background: #fff;
	color: #777;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	font-size: 16px;
	outline: none;
	height: 50px;
}
.search-box input[type="submit"]{
	width: 12px;
	height: 12px;
	background-image: url(images/downtown_icons.svg);
	background-repeat: no-repeat;
	background-position: -52px 0;
} 
.search-box button {
	position: relative;
	width: 55px;
	height: 50px;
	margin-left: 10px;
	cursor: pointer;
	border: 1px solid #777;
}
.search-box button::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	background-image: url(images/downtown_icons.svg);
	background-repeat: no-repeat;
	background-position: -52px 0;
}
.search-box form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mobile-menu{
	display: none
}

/*DropDown*/
.menu-area ul > li {
	position: relative;
	margin: 10px 10px 10px 10px;
}
.menu-area ul.sub-menu li {
	position: relative;
	margin: 0px;
}
.menu-area ul ul {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #d61e2a;
	left: 0px;
	top: 39px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	min-width: 330px;
}
.menu-area ul > li:hover > ul{
	opacity: 1;
	visibility: visible;
}
.menu-area ul ul li {
	min-width: 200px;
}
.menu-area ul ul ul{
	top: 0;
}
.menu-area ul ul li a {
	color: #fff;
	margin-left: 0;
	display: block;
	border-bottom: 1px solid #ffffff38;
	padding: 15px 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.menu-area ul ul li a:hover{
	color: #fff;
	border-bottom: 1px solid #ffffff;
}
.menu-area ul ul ul {
	left: 100%;
}
li.menu-item-has-children:before {
	position: relative;
}
li.menu-item-has-children:after {
	content: '\2039';
	position: absolute;
	font-size: 20px;
	color: red;
	right: -13px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: bold;
}


/*END HEADER AREA*/

/*START BANNER AREA*/
.banner-area {
	background: url(//www.downtownpainphysicians.com/wp-content/themes/pain/images/downtown-backpain-banner-bg.webp);
	background: url(//www.downtownpainphysicians.com/wp-content/themes/pain/images/downtown-backpain-banner-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 120px 0 275px;
	position: relative;
}
.banner-left h2 {
	color: #D61E2A;
	font-size: 67px;
	font-weight: 900;
	text-transform: uppercase;
}
.banner-left h3 {
	color: #fff;
	font-size: 23px;
	font-weight: 900;
	padding-bottom: 30px;
	margin-bottom: 40px;
	position: relative;
}
.banner-left h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	width: 40px;
	height: 3px;
}
.banner-left ul li {
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 14px;
	position: relative;
	padding-left: 40px;
}
.banner-left ul li:last-child {
	padding-bottom: 0;
}
.banner-left ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	background-image: url(images/downtown_icons.svg);
	width: 25px;
	height: 25px;
	background-position: -255px 0;
}
.banner-left ul {
	border-left: 3px solid #D61E2A;
	padding-left: 20px;
}
.banner-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.banner-left {
	width: 60%;
}
.banner-right {
	width: 40%;
}
.banner-right ul li {
	width: 100%;
	position: relative;
	margin-bottom: 12px;
}
.banner-right ul li::after {
	content: "";
	position: absolute;
	left: 98px;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 13px solid #d61e2a;
	z-index: 1;
	height: 0;
	width: 0;
	border-top: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid transparent;
}
.banner-right ul li a {
	background: #fff;
	padding: 0 65px 0 130px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 54px;
	height: 100px;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	text-align: center;
}
.banner-right ul li a::after {
	content: "";
	position: absolute;
	left: -2px;
	top: 0;
	background: #D61E2A;
	width: 100px;
	height: 100%;
	border-radius: 60px 0 0 60px;
	-webkit-border-radius: 60px 0 0 60px;
	-moz-border-radius: 60px 0 0 60px;
	-ms-border-radius: 60px 0 0 60px;
	-o-border-radius: 60px 0 0 60px;
	z-index: -2;
}
.banner-right ul li a::before {
	content: "";
	position: absolute;
	left: 28px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	background-image: url(images/downtown_icons.svg);
	background-position: -10px 53px;
	z-index: -1;
}
.banner-right ul li:nth-child(2) a::before {
	background-position: -115px 56px;
	height: 60px;
	border-radius: 0 0 15px 0;
}
.banner-right ul li:nth-child(3) a::before {
	background-position: -229px 52px;
	width: 57px;
	height: 52px;
}
.banner-right ul li a h5 {
	color: #18252E;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 19px;
}
.banner-right ul li a h6 {
	color: #D61E2A;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 8px;
}
.certificate-content {
	width: 100%;
	/*position: absolute;*/
	bottom: 0;
	background-color: #fff;
}
.certificate-content.home-certificate {
	position: absolute;
}
/*END BANNER AREA*/

/*START CERTIFICATE AREA*/

.certificate-area {
	padding: 24px 0;
}
.certificate-area.escertificate {
	padding: 24px 0;
	padding-top: 0
}
.certificate-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}
/*END CERTIFICATE AREA*/

/*START ABOUT AREA*/
.about-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about-content a {
	color: #d61e2a;
}
.about-main-area {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.10);
	box-shadow: 0 0 40px rgba(0,0,0,0.10);
}
.about-left {
	width: 50%;
	padding: 30px 60px 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}
.about-main-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #f7f7f7;
	width: 50%;
	height: 100%;
	z-index: -1;
}
.about-main-area::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url(images/downtown_backpain.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 50%;
	height: 100%;
	z-index: -1;
}
.about-right {
	width: 50%;
}
.about-left p {
	color: #444444;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 30px;
}
/*END ABOUT AREA*/

/*START PLAY VIDEO AREA*/
.vid-main .main-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.vid-main{
	right: 0;
	left: 0;
	margin: 50px auto;
	width: 1170px;
}
.align{
	margin: 25px auto;
	text-align: center;
}
iframe.resp-iframe {
	margin: 13px;
	width: 100%;
	max-width:556px;
	height:348px;
}
.play-video-content { 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.single-video {
	width: 49%;
	background: #fff;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.10);
	box-shadow: 0 0 40px rgba(0,0,0,0.10);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 70px 225px 70px 100px;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.single-video:nth-child(1):hover{
	-webkit-box-shadow: -34px 0px 40px rgba(0,0,0,0.10);
	box-shadow: -34px 0px 40px rgba(0,0,0,0.10);
}
.single-video:nth-child(2):hover{
	-webkit-box-shadow: 34px 0px 40px rgba(0,0,0,0.10);
	box-shadow: 34px 0px 40px rgba(0,0,0,0.10);
}
.single-video:first-child{
	border-left: 7px solid #D61E2A;
}
.single-video:last-child{
	border-right: 7px solid #D61E2A;
}
.single-video summary {
	font-size: 14px;
	color: #18252E;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	margin-top: 23px;
	padding-right: 25px;
	outline: none;
	cursor: pointer;
}
.single-video summary::after {
	content: "";
	left: 110px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(images/downtown_icons.svg);
	width: 20px;
	height: 20px;
	position: absolute;
	background-position: -22px -36px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
li.single-video iframe {
	position: absolute;
	top: 190px;
	z-index: 1;
}
.single-video summary:hover::after{
	left: 120px;
}
.single-video::after {
	content: "";
	right: 60px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(images/video/1.png);
	width: 120px;
	height: 120px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.single-video:nth-child(2):after{
	background-image: url(images/video/2.png);
}
.single-video p{
	position: relative;
}
.single-video p::after {
	content: "";
	left: -34px;
	top: 2px;
	bottom: 0;
	background: url(images/downtown_icons.svg);
	width: 28px;
	height: 20px;
	position: absolute;
	background-position: -98px -0;
}
.iframevideo{
	width:560px;
	height:315px;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 10px 40px #0000002e;
	box-shadow: 0px 10px 40px #0000002e;
}
/*END PLAY VIDEO AREA*/

/*START COMMON PAIN AREA*/
.common-pain-area .sec-title {
	padding-bottom: 100px;
}
section.common-pain-area {
	padding: 100px 0 0 0;
}
.rating-starts {
	color: #FFC400;
	font-size: 20px;
}
.common-pain-area .sec-title h4{
	padding-bottom: 0;
}
.all-pains {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.single-pain {
	width: 32.33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}
.pain-image {
	width: 20%;
}
.pain-details {
	width: 100%;
	background: #F8F8F8;
	padding: 30px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.pain-details a {
	display: block;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: 14px;
	margin-bottom: 16px;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	color: #18252E;
	border-bottom: 1px solid;
	width: 100%;
	border-color: #e9001b;
}
.pain-details:hover p{
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.single-pain:hover .pain-details a,
.single-pain:hover .pain-details p{
	color: #fff;
} 
.pain-details h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #D61E2A;
	width: 25px;
	height: 3px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.single-pain:hover .pain-details h4::after{
	background-color: #fff;
}
.single-pain:hover .pain-details a,{
	border-bottom: 1px solid #fff;
}
.single-pain::before{
	/*content: "";*/
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	background-image: url(images/pains/1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.pain-details::after {
	content: "";
	position: absolute;
	right: 100%;
	top: 37px;
	border: 15px solid #f8f8f8;
	border-top: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid transparent;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.single-pain:hover .pain-details::after{
	border-right: 15px solid #D61E2A;
}
.pain-details::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #D61E2A;
	-webkit-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.single-pain:hover .pain-details::before{
	transform: scale(1) rotate(0);
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	opacity: 1;
} 
.single-pain:nth-child(2):before{
	background-image: url(images/pains/2.jpg);
}
.single-pain:nth-child(3):before{
	background-image: url(images/pains/3.jpg);
}
.single-pain:nth-child(4):before{
	background-image: url(images/pains/4.jpg);
}
.single-pain:nth-child(5):before{
	background-image: url(images/pains/5.jpg);
}
.single-pain:nth-child(6):before{
	background-image: url(images/pains/6.jpg);
}
.single-pain:nth-child(7):before{
	background-image: url(images/pains/7.jpg);
}
.single-pain:nth-child(8):before{
	background-image: url(images/pains/8.jpg);
}
.single-pain:nth-child(9):before{
	background-image: url(images/pains/9.jpg);
}
.single-pain:nth-child(10):before{
	background-image: url(images/pains/10.jpg);
}
.single-pain:nth-child(11):before{
	background-image: url(images/pains/11.jpg);
}
.single-pain:last-child:before{
	display: none;
}
.single-pain:last-child .pain-details:before{
	display: none;
}
.single-pain:last-child .pain-details:after{
	display: none;
}
.single-pain:last-child .pain-details {
	background-image: url(images/book-appointment-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}
.book-appointment-details {
	padding: 40px 30px;
	border-left: 1px solid #fff;
}
.single-pain:last-child .pain-details h3,
.single-pain:last-child .pain-details h3 a{
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 6px 0;
	border: 0;
}
.single-pain:last-child .pain-details h3 a:hover{
	color: #000;
}

/*END COMMON PAIN AREA*/

/*START TESTIMONIAL AREA*/
.testimonial-area {
	background: #F7F7F7;
	padding: 80px 0;
}
.all-testimonials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.single-testimonial {
	padding: 100px 50px 120px 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.10);
	box-shadow: 0 0 40px rgba(0,0,0,0.10);
	width: 32.80%;
	background: #fff;
	border-right: 7px solid #D61E2A;
	text-align: center;
	position: relative;
}
.single-testimonial::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 49px;
	margin: auto;
	width: 50px;
	height: 40px;
	background-image: url(images/downtown_icons.svg);
	background-position: -198px -93px;
}
.single-testimonial.zocdoc::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
	margin: auto;
	width: 41px;
	height: 51px;
	background-image: url(images/zocdoc-ico.svg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.single-testimonial.zocdoc.es-single-testimonial::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 80%;
	margin: auto;
	width: 41px;
	height: 51px;
	background-image: url(images/zocdoc-ico.svg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.single-testimonial::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
	margin: auto;
	width: 60px;
	height: 55px;
	background-image: url(images/downtown_icons.svg);
	background-position: -213px -31px;
}
.single-testimonial h3 {
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
	color: #18252E;
	padding: 25px 0;
}
.testimonial-all-btn{
	padding-top: 80px;
	text-align: center;
}
a.common-btn2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	background: #18252E;
	letter-spacing: 3px;
	padding: 20px 30px 20px 79px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	z-index: 1;
}
a.common-btn2::after {
	content: "";
	position: absolute;
	left: 28px;
	width: 30px;
	height: 21px;
	background-image: url(images/downtown_icons.svg);
	background-position: -122px 0;
	bottom: 0;
	margin: auto;
	top: 0;
}
a.common-btn2::before{
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 100%;
	bottom: 0;
	margin: auto;
	top: 0;
	background: #D61E2A;
	z-index: -1;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
a.common-btn2:hover:before{
	width: 100%;
}

/*END TESTIMONIAL AREA*/

/*START ABOUT US AREA*/
.about-us-area {
	padding: 100px 0;
}
.about-us-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about-us-left-area {
	width: 50%;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.about-us-left-content{
	background: rgba(255,255,255,0.70);
	padding: 60px 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.about-us-left-content p {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	padding: 0 21px;
}
.about-us-right-area {
	width: 50%;
}
.about-us-right-area .common-btn2::before{
	background-color: #000;
}
.about-us-main {
	position: relative;
	z-index: 1;
}
.about-us-main::before {
	content: "";
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	background: url(images/about-us-left.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}
.about-us-main::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(images/about-us-right.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}
.about-us-right-area {
	width: 50%;
	padding: 100px 0 100px 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.about-us-right-area p {
	color: #fff;
	margin-bottom: 30px;
	line-height: 27px;
}
.about-us-right-area a{
	background-color: #D61E2A;
}

/*END ABOUT US AREA*/

/*START SPINE & PAIN AREA*/
.spine-and-pain-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-spine {
	width: 33.33%;
	background: #18252E;
	padding: 80px 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 4px solid #EF4135;
	position: relative;
	z-index: 1;
}
.single-spine::after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 0%;
	bottom: 0;
	background: #D61E2A;
	z-index: -1;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.single-spine:hover:after{
	height: 100%;
}
.single-spine h3 {
	color: #EF4135;
	font-size: 21px;
	text-transform: uppercase;
	padding-bottom: 40px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.single-spine:hover h3{
	color: #fff;
}
.single-spine p {
	color: #fff;
	line-height: 28px;
}
.spine-and-pain-area .sec-title {
	padding-bottom: 100px;
}
.same-day-appointment {
	padding: 100px 0;
}
.same-day-appointment .sec-title{
	padding-bottom: 100px;
}
.same-day-appointmentcontent {
	text-align: center;
}
/*END SPINE & PAIN AREA*/

/*START CONDITION AREA*/
.condition-area {
	position: relative;
}
.all-conditions{
	position: relative;
}
.all-conditions::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(images/man-woman.jpg);
	height: 700px;
	z-index: -1;
	width: 370px;
	background-size: contain;
	background-repeat: no-repeat;
}
.all-conditions ul {
	width: 66%;
}
.all-conditions ul li {
	font-size: 16px;
	line-height: 30px;
	padding: 65px 85px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: none;
	background: #fff;
	width: 100%;
	position: relative;
	-webkit-box-shadow: 0px 0px 20px #0000001a;
	box-shadow: 0px 0px 20px #0000001a;
	min-height: 200px;
	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;
	border-left: 2px solid;
	border-right: 2px solid;
}
.all-conditions ul li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 30px;
	height: 20px;
	background-image: url(https://www.downtownpainphysicians.com/wp-content/uploads/2020/12/path-h4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: auto;
	top: 44%;
	left: 2%;
}
.all-conditions ul li:last-child{
	border-bottom: 1px solid #DEDEDE;
}

/*END CONDITION AREA*/

/*START DOCTOR AREA*/
.doctor-area {
	padding: 100px 0;
}
.single-doctor {
	margin: auto;
	width: 55%;
	background: #fff;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.10);
	box-shadow: 0 0 40px rgba(0,0,0,0.10);
	padding: 60px 194px 60px 192px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-right: 7px solid #d61e2a;
}

.doctor-content span:last-child {
	border-right: none;
}

.single-doctor::after {
	content: "";
	position: absolute;
	left: -110px;
	top: 44px;
	background-image: url(images/downtown_doctor.png);
	width: 215px;
	height: 215px;
	border-radius: 200px;
}
.surgery::after {
	background-image: url(images/Dr-Okubadejo.png);
}
.single-doctor ul > li {
	margin-top: 10px;
}
.single-doctor ul li h4 {
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}
.single-doctor ul li h4::after {
	content: "";
	position: absolute;
	left: -41px;
	top: 3px;
	width: 27px;
	height: 8px;
	background: url(images/downtown_icons.svg);
	background-position: -98px -7px;
}
.single-doctor ol {
	padding-top: 16px;
	padding-left: 17px;
}
.single-doctor ol li {
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
	display: block;
}
.single-doctor ol li::after {
	content: "";
	position: absolute;
	left: -16px;
	top: 5px;
	background: #18252E;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
.contact-doctor-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
	margin-left: 24px;
}
.contact-doctor-btns p:first-child a {
	font-size: 14px;
	color: #18252E;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	padding-right: 25px;
}
.contact-doctor-btns p:first-child a::after {
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(images/downtown_icons.svg);
	width: 20px;
	height: 20px;
	position: absolute;
	background-position: -22px -36px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.contact-doctor-btns p:last-child a{
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	overflow: hidden;
	background: #D61E2A;
} 
.contact-doctor-btns p:last-child a:hover:before{
	background-color: #000;
}




/*END DOCTOR AREA*/

/*START CONTROL CENTER AREA*/
.cotrol-center-area {
	background: #F7F7F7;
	padding: 100px 0;
}
.control-center-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
}
.single-control-center {
	width: 32.33%;
	background: #fff;
	padding: 55px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.10);
	box-shadow: 0 0 40px rgba(0,0,0,0.10);
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
.single-control-center::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 4px;
	background: #D61E2A;
	z-index: -1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.single-control-center:hover:before{
	height: 100%;
}
.single-control-center::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 0;
	width: 4px;
	background: #D61E2A;
	z-index: -1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.single-control-center:hover:after{
	height: 100%;
}
.single-control-center h3 {
	color: #D61E2A;
	font-size: 16px;
	text-transform: uppercase;
}
.single-control-center h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 3px 0 30px 0;
	position: relative;
}
.single-control-center h2::after {
	content: "";
	position: absolute;
	left: -36px;
	top: 6px;
	margin: auto;
	width: 25px;
	height: 9px;
	background-image: url(images/downtown_icons.svg);
	background-position: -99px -7px;
}
.single-control-center ul li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}


/*END CONTROL CENTER AREA*/

/*START THERAPY AREA*/
.therapy-area {
	padding-top: 100px;
	position: relative;
}
section.therapy-area:after {
	width: 100%;
	height: 330px;
	content: '';
	position: absolute;
	background-color: #15252f;
	display: block;
	top: 502px;
	z-index: -1;
}
.all-therapys {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.single-therapy {
	width: 23.5%;
	padding-top: 120px;
	position: relative;
	border: 6px solid #f7f7f7;
	background-color: #fff;
}
.single-therapy::before {
	content: "";
	position: absolute;
	left: 34px;
	top: 30px;
	height: 80px;
	width: 80px;
	background: url(images/downtown_icons.svg);
	background-position: 0 207px;
}
.single-therapy:nth-child(2):before {
	background-position: -88px 215px;
}
.single-therapy:nth-child(3):before {
	background-position: -178px 215px;
}
.single-therapy:nth-child(4):before {
	background-position: -259px 215px;
}
.therapy-title {
	padding: 0 30px 0 40px;
}
.therapy-title h3 {
	color: #D61E2A;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}
.therapy-title h5 {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 28px;
}
.single-therapy ul {
	border-top: 1px solid #D61E2A;
	padding: 26px 40px 26px 40px;
}
.single-therapy ul li {
	padding: 9px 0;
	display: block;
}
.single-therapy ul li a{
	color: #18252E;
}
.single-therapy ul li a:hover{
	color: #D61E2A;
}
/*END THERAPY AREA*/

/*START NEWS AREA*/
.new-area{
	padding-bottom: 100px;
}
.all-news-chanels{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.all-news-chanels li {
	width: 13%;
	-webkit-box-shadow: 0 0 20px #BAC2D1;
	box-shadow: 0 0 20px #BAC2D1;
	padding: 20px;
	min-height: 118px;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.all-news-chanels li:hover{
	margin-top: -30px;
}
.all-news-chanels li::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 95%;
	height: 95px;
	background-image: url(images/news/1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.all-news-chanels li:nth-child(2):after{
	background-image: url(images/news/2.png);
}
.all-news-chanels li:nth-child(3):after{
	background-image: url(images/news/3.png);
}
.all-news-chanels li:nth-child(4):after{
	background-image: url(images/news/4.png);
}
.all-news-chanels li:nth-child(5):after{
	background-image: url(images/news/5.png);
}
.all-news-chanels li:nth-child(6):after{
	background-image: url(images/news/6.png);
}
.read-news {
	margin-top: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.read-news > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 49%;
}
li.mb-5.search-page {
	width: 100%;
	border-bottom: 1px dashed #ddd;
	padding: 0px;
	margin: 0px;
	position: relative;
	margin-bottom: 0px!important;
}
li.mb-5.search-page::after {
	content: "";
	position: absolute;
	left: -36px;
	top: 47px;
	margin: auto;
	width: 25px;
	height: 9px;
	background-image: url(images/downtown_icons.svg);
	background-position: -99px -7px;
}
li.mb-5.search-page  a {
	padding: 15px 0 15px;
}
h2.screen-reader-text {
	font-size: 16px;
	margin-top: 40px;
}
.nav-links a {
	background: #AC151F;
	width: 50px;
	height: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
}
.nav-links {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	margin-top: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav-links span {
	background-color: #18252E;
	width: 50px;
	height: 50px;
	color: #fff;
	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;
}
.nav-links span, .nav-links a {
	margin-right: 10px;
}
.read-news > li.mb-5 {
	margin-bottom: 30px;
}
.news-image {
	width: 45%;
}
.news-image a {
	width: 100%;
	height: 100%;
	background: url(images/single_news/1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.read-news li:nth-child(2) .news-image a{
	background-image: url(images/single_news/2.png);
}
.news-details {
	width: 55%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 15px;
}
.news-details ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news-details ul li {
	color: #D61E2A;
	padding-right: 17px;
}
.news-details ul li b {
	font-weight: 900;
	color: #D61E2A;
}
.news-details h4 a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	color: #18252E;
	padding: 15px 0 30px;
}
.read-all-btn {
	text-align: center;
	margin-top: 55px;
}
.read-all-btn a {
	background: #D61E2A;
	border-radius: 30px;
	overflow: hidden;
}
.read-all-btn a:before{
	background: #000;
}
.new-area .sec-title {
	padding-bottom: 100px;
}

/*END NEWS AREA*/

/*START IMAGE GALLERY AREA*/
.image-gallery-area{
	padding: 100px 0;
	background-color: #f7f7f7;
}
.all-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.all-images::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 65%;
	height: 58%;
	border: 7px solid #18252E;
	z-index: -1;
}
.all-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.single-iimage-gallery-item {
	padding: 10px;
}


/*END IMAGE GALLERY AREA*/

/*START GOOGLE MAP AREA*/
.google-map-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.single-map {
	width: 33.3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.single-map:first-child{
	padding-right: 10px;
}
.single-map:last-child{
	padding-left: 10px;
}
.single-map iframe {
	width: 100%;
	height: 600px;
}
/*END GOOGLE MAP AREA*/

/*START FOOTER AREA*/
footer.footer-area {
	position: relative;
	background-color: #18252E;
}
.copyright-bar {
	background: #0F1213;
}
.copyright-text {
	text-align: center;
	padding: 28px 0;
}
.copyright-text p {
	color: #DDDDDD;
	font-size: 14px;
}
.footer-top-area {
	background: #18252E;
	padding: 70px 40px 70px 40px;
}
.footer-top-area-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-top-left {
	width: 50%;
	padding-right: 140px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-top-right {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-top-area-content h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.footer-top-area-content h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
	background: #D61E2A;
}
.footer-top-area-content p {
	color: #DDDDDD;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 30px;
}
.single-footer-top {
	width: 50%;
}
.single-footer-top .footer-navigation li {
	display: block;
}
.single-footer-top .footer-navigation li a {
	display: block;
	font-size: 14px;
	color: #DDDDDD;
	margin-bottom: 10px;
}
.single-footer-top .footer-navigation li a:hover{
	color: #D61E2A;
} 
.office-opening-time li {
	color: #DDDDDD;
	font-size: 14px;
	display: block;
	padding-bottom: 10px;
}
.office-opening-time li span {
	display: inline-block;
	width: 125px;
}
.footer-social-media li a {
	display: block;
	width: 55px;
	height: 55px;
	background: url(images/downtown_icons.svg);
	background-position: -9px 119px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.footer-social-media li:nth-child(2) a {
	background-position: -72px 119px;
}
.footer-social-media li:nth-child(3) a {
	background-position: -133px 119px;
}
.contact-borard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	/*margin-left: 20%;*/
}
.single-contact-info {
	padding: 42px 30px 42px 65px;
	/*width: 33.33%;*/
/* 	width: 20%; */
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #F85460;
}
.single-contact-info h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	padding-bottom: 30px;
	position: relative;
}
.single-contact-info h4::after {
	content: "";
	position: absolute;
	left: -50px;
	width: 27px;
	height: 29px;
	background-image: url(images/downtown_icons.svg);
	background-position: -148px 0;
	top: 0px;
	-webkit-filter: invert(1);
	filter: invert(1);
}
.single-contact-info:nth-child(2) h4::after {
	/*background-position: -183px 0;*/
}
.single-contact-info:nth-child(3) h4::after {
	/*background-position: -216px 0;*/
}
.single-contact-info ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-bottom: 22px;
	position: relative;
}
.single-contact-info ul li {
	color: #fff;
	font-size: 16px;
}
.single-contact-info ul li a:hover{
	color: #ffffffbd;
}
.single-contact-info ul li a::after {
	content: "";
	position: absolute;
	left: -49px;
	width: 29px;
	height: 21px;
	background-image: url(images/downtown_icons.svg);
	background-position: -123px 0;
	top: 1px;
}
.full-container2 .single-contact-info ul li a::after {
	display: none;
}
.full-container2 .single-contact-info {
	padding: 40px 40px;
/* 	width: 20%; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #18252ec2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.full-container2 .single-contact-info ul li a:last-child {
	margin-bottom: 0px;
}
.full-container2 .single-contact-info:nth-child(2), .full-container2 .single-contact-info:nth-child(4), .full-container2 .single-contact-info:nth-child(6) {
	background: #18252ee0;
}
.full-container2 .single-contact-info:nth-child(3){
	background: #18252e;
}
.single-contact-info:nth-child(2), .single-contact-info:nth-child(4), .single-contact-info:nth-child(6) {
	background-color: #D61E2A;
}
.single-contact-info:nth-child(3){
	background-color: #AC151F;
}

/*END FOOTER AREA*/

/*START INNER BANNER DESIGN */
span.treatment-page-content img.alignleft {
	width: auto!important;
	float: left!important;
	padding-right: 30px;
	padding-bottom: 30px;
}
.inner-banner-area{
	background-image: url(images/inner-banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0;
}
.inner-banner-content{
	text-align: center;
}
.inner-banner-content h1 {
	color: #fff;
	font-weight: 900;
	font-size: 40px;
	padding-bottom: 23px;
	margin-bottom: 28px;
	position: relative;
}
.inner-banner-content h1::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 3px;
	width: 40px;
	background: #fff;
}
.inner-banner-content p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.inner-banner-content p span{
	padding: 0 10px;
}
.inner-banner-content p a{
	color: #fff;
}
.inner-banner-content p a:hover{
	color: #D61E2A;
}
.about-doctor-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.about-doctor-left.updated .single-doctor img {
	border-radius: 50%;
	border: 15px solid #fff;
	width: 50%;
	margin: 0 auto;
}
.about-doctor-left.updated .banner-right {
	width: 100%;
	margin: 0 auto;
}
.about-doctor-left.updated .single-doctor ul li ol li:after {
	display: none;
}
.about-doctor-content.drdanial::after, .about-doctor-content.droryan::after{
	display:none;
}
.about-doctor-left.updated .single-doctor {
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
.about-doctor-left.updated .single-doctor ul {
	text-align: center;
}
.about-doctor-right.updated ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.about-doctor-right.updated ul li {
	font-weight:normal;
}
section.about-doctor-area.aboutlanding .main-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: center;
	gap: 20px;
}
.single-doc ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
section.starter {
	padding: 50px 0;
	text-align: center;
}
.single-doc ul li h4 {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 0px;
}
.single-doc {
	background-color: #D61E2A;
	width: 32%;
	color: #fff;
	padding: 40px 0px;
}

.page-intro {
	color: #444;
	font-size: 17px;
	display: block;
	line-height: 1.7em;
	font-weight: 300;
	font-family: sans-serif;
}

.doctor-intro {
	color: #fff;
	margin-top: 20px;
	font-size: large;
	line-height: 26px;
	font-weight: bolder;
}
.doctor-intro a {
	color: #fff;
	font-size: large;
	display: contents;
	line-height: 26px;
	font-weight: bolder;
}
.about-doctor-left {
	background: #D61E2A;
	width: 50%;
}

.about-doctor-left .single-doctor {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: unset;
	padding: 80px 50px;
}
.about-doctor-left .rating-starts {
	color: #FFC400;
	font-size: 26px;
}
.about-doctor-left .single-doctor ul li:first-child h4 {
	font-size: 30px;
}
.about-doctor-left .single-doctor ol li {
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
	display: block;
	color: #fff;
}
.about-doctor-left .single-doctor > ul li{
	color: #fff;
}
.about-doctor-left .single-doctor ol li::after {
	background: #fff;
}
.about-doctor-right.updated {
	width: 60%;
	padding-left: 100px;
}
.about-doctor-left.updated {
	width: 40%;
}
.about-doctor-right {
	width: 50%;
	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-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 90px 0 90px 170px;
}
.about-doctor-left .single-doctor::after{
	display: none;
}
.single-doctor ul li h4::after {
	left: -50px;
	background-position: -131px -7px;
}
.single-doctor ul li:first-child h4::after{
	display: none;
} 
.about-doctor-right h6 {
	font-size: 18px;
	color: #D61E2A;
	font-weight: 900;
	text-transform: uppercase;
	padding: 32px 0 25px;
}
.about-doctor-right > ul li {
	color: #18252E;
	font-weight: 900;
	position: relative;
	padding-bottom: 10px;
}
.about-doctor-right > ul li:last-child{
	padding-bottom: 0;
}
.about-doctor-right ul li::after{
	content: "";
	position: absolute;
	left: -34px;
	top: 9px;
	background-color: #D61E2A;
	width: 20px;
	height: 2px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.about-doctor-right p {
	padding-right: 60px;
	margin: 20px 0;
}
.about-doctor-bottom-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about-doctor-bottom-left {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(images/Practice_knowledge_&_experience.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.about-doctor-bottom-right {
	width: 50%;
	padding: 100px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(images/Practice_knowledge_&_experience_content.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 47px;
}
.about-doctor-bottom-right p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 30px;
}
.about-doctor-bottom-left .sec-title {
	background: rgba(255,255,255,0.70);
	padding: 60px;
}
.call-the-doctor-btn .banner-right ul li {
	margin-bottom: 0;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.10);
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	border-radius: 50px;
}
.call-the-doctor-btn .banner-right ul li a::before{
	background-position: -115px 56px;
	height: 60px;
	border-radius: 0 0 15px 0;
}
.call-the-doctor-btn {
	padding-top: 100px;
	text-align: center;
}
.call-the-doctor-btn .banner-right {
	width: 33%;
	margin: auto;
}
.about-doctor-left .single-doctor .banner-right ul > li {
	margin-top: 10px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.10);
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	border-radius: 60px;
}
.about-doctor-left .banner-right {
	width: 80%;
	margin: 45px 0 0 -45px;
}
.about-page-testimonial{
	background-color: #fff;
}
.testimonial-page-area {
	padding: 90px 0;
}
.testimonial-page-area .single-testimonial {
	padding: 100px 82px 120px 82px;
	width: 63%;
	margin-bottom: 65px;
}
.testimonial-page-area .single-testimonial:nth-child(2n) {
	margin-left: auto;
	border-right: none;
	border-left: 7px solid #D61E2A;
}
.testimonial-page-area .single-testimonial:nth-child(2n) .testimonial-client-img{
	left: -160px;
	right: unset;
}
.testimonial-client-img:before {
	width: 100px;
	height: 100px;
	/* background-image: url(images/testimonial/0.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	right: -160px;
	top: 0px;
	bottom: 0;
	margin: auto 0;
	border: 1px solid #dcdcdc;
	content: "";
	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;
	font-size: 30px;
	font-weight: bold;
	color: #15252f;
}
.single-testimonial:nth-child(even) .testimonial-client-img:before{
	left: -160px;
}
.single-testimonial:nth-child(1) .testimonial-client-img:before{
	content: "LD.";
}
.single-testimonial:nth-child(2) .testimonial-client-img:before{
	content: "AJ.";
}
.single-testimonial:nth-child(3) .testimonial-client-img:before{
	content: "NB.";
}
.single-testimonial:nth-child(4) .testimonial-client-img:before{
	content: "KL.";
}
.single-testimonial:nth-child(5) .testimonial-client-img:before{
	content: "RD.";
}
.single-testimonial:nth-child(6) .testimonial-client-img:before{
	content: "EG.";
}
.single-testimonial:nth-child(7) .testimonial-client-img:before{
	content: "RS.";
}
.single-testimonial:nth-child(8) .testimonial-client-img:before{
	content: "AO.";
}
.single-testimonial:nth-child(9) .testimonial-client-img:before{
	content: "JV.";
}
.single-testimonial:nth-child(10) .testimonial-client-img:before{
	content: "BM.";
}
.single-testimonial:nth-child(11) .testimonial-client-img:before{
	content: "BC.";
}
.single-testimonial:nth-child(12) .testimonial-client-img:before{
	content: "JD.";
}
.single-testimonial:nth-child(13) .testimonial-client-img:before{
	content: "BC.";
}
.single-testimonial:nth-child(14) .testimonial-client-img:before{
	content: "SG.";
}
.single-testimonial:nth-child(15) .testimonial-client-img:before{
	content: "SB.";
}
.single-testimonial:nth-child(16) .testimonial-client-img:before{
	content: "BS.";
}
.single-testimonial:nth-child(17) .testimonial-client-img:before{
	content: "KM.";
}
.single-testimonial:nth-child(18) .testimonial-client-img:before{
	content: "EM.";
}
.single-testimonial:nth-child(19) .testimonial-client-img:before{
	content: "KB.";
}

.treatment-page-content {
	-webkit-box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
	box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
	padding: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 90px;
	background-color: #fff;
	margin-top: -40px;
	padding-top: 37px
}
.single-treamtment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.treatment-image {
	position: relative;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
}
.treatment-page-content img {
	width: 100%;
}
.treatment-image::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 70%;
	height: 70%;
	background: #F7F7F7;
	z-index: -1;
	transform: translate(-20px, -17px);
	-webkit-transform: translate(-20px, -17px);
	-moz-transform: translate(-20px, -17px);
	-ms-transform: translate(-20px, -17px);
	-o-transform: translate(-20px, -17px);
}
.treatment-image::after {
	content: "";
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 70%;
	height: 70%;
	background: #F7F7F7;
	z-index: -1;
	-webkit-transform: translate(20px, 17px);
	-ms-transform: translate(20px, 17px);
	transform: translate(20px, 17px);
}
.treatment-page-content p {
	color: #444444;
	line-height: 1.8em;
	padding-bottom: 30px;
	font-size: 17px;
	font-family: system-ui;
	font-weight: 400;
}
.treatment-details{
	width: 50%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.treatment-page-content h2 {
	font-size: 30px;
	font-weight: 900;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px!important;
	padding-top: 30px;
	color: #18252E;
	line-height: 44px;
}
.treatment-page-content h2::after, h3.location-heading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 36px;
	background-color: #D61E2A;
}
.some-conditions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
}
.some-conditions h4 {
	width: 40%;
	background: #18252E;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #D61E2A;
	font-size: 25px;
	font-weight: 900;
	line-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 100px 60px;
}
.some-conditions ul {
	width: 60%;
	background: #D61E2A;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 60px;
}
.treatment-page-content ul li {
	display: block;
	color: #fff;
	border-top: 1px dashed rgba(255,255,255,0.31);
	padding: 15px 15px 15px 25px;
	position: relative;
	overflow: hidden;
}
.treatment-page-content ul li::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 18px;
	width: 7px;
	height: 7px;
	border: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.treatment-page-content ul li:last-child{
	border-bottom: 1px dashed rgba(255,255,255,0.31);
}
.treatment-page-content h3 {
	color: #D61E2A;
	font-size: 20px;
	padding-bottom: 20px;
}
.treatment-page-content > ul > li, .location-sec ul li, .treatment-page-content div.faq-holder ul li {
	color: #444444;
	line-height: 1.8em;
	font-weight: 300;
	padding-bottom: 10px;
	border-top: 1px dashed #DDDDDD;
	padding-top: 10px;

}
.location-sec ul li {
	line-height: 1.4em;
}
.treatment-page-content > ul > li:last-child, .location-sec ul li:last-child, .treatment-page-content div.faq-holder ul li:last-child {
	border-bottom: 1px dashed #DDDDDD;
}
.treatment-page-content > ul > li::after, .location-sec ul li::after, .treatment-page-content div.faq-holder ul li::after {
	border-color: #D61E2A;
}

.about-doctor-right.treatment-page-content > ul > li::after {
	left: 0;
}

.treatment-page-content > ul > li:not(.single-testimonial), .treatment-page-content div.faq-holder ul li {
	margin-left: 40px;
}
.treatment-page-content iframe {
	width: 100%;
	max-width: 100%;
	margin-top: 48px;
	height: 500px;
}

/*TREATMENT NEW DESIGN START*/
.treatment-page-content img {
	overflow: hidden;
	height: auto;
}
.not-in-details{
	clear: both;
}
.float-left-top {
	float: left;
	width: 44% !important;
	margin-right: 55px;
	margin-bottom: 55px;
	margin-top: 0px;
}
.float-left{
	float: left;
	width: 44% !important;
	margin-right: 55px;
	margin-bottom: 55px;
	margin-top: 55px;
}
.float-left.es-float {
	margin-top: 25px;
}
.float-right-top{
	float: right;
	width: 44% !important;
	margin-left: 55px;
	margin-bottom: 55px;
	margin-top: 0px;

}
.float-right{
	float: right;
	width: 44% !important;
	margin-left: 55px;
	margin-bottom: 55px;
	margin-top: 20px;
}
.h2floatright{
	width: 50%;
	float: right;
}
.splitcol {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 48% 48%;
	grid-template-columns: 48% 48%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.splitcol iframe {
	width: 100%;
	height: 300px;
}
.gridgap{
	grid-gap: 2%;
}
.clear-both{
	clear: both;
}
.treatment-page-content h3.clear-both{
	padding-top: 0;
}



/*TREATMENT NEW DESIGN END*/

.contact-page-content {
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	background: #fff;
	/* flex-direction: column-reverse; */
}
.contact-form {
	width: 100%;
	-webkit-box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
	box-shadow: 0 0 30px rgba(130, 146, 168,0.14);
	border-left: 5px solid #D61E2A;
	padding: 45px 90px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contact-form input {
	border: none;
	border-bottom: 1px solid #CEC6BF;
	font-size: 18px;
	font-weight: 300;
	color: #18252E;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 50px;
	font-family: 'Lato', sans-serif;
	width: 90%;
}
span.inputform {
	width: 48%;
	float: left;
	margin-left: 5px;
}
.contact-form input:focus{
	outline: none;
	border-bottom: 1px solid #D61E2A;
}
.contact-form textarea {
	width: 93%;
	border: none;
	border-bottom: 1px solid #CEC6BF;
	margin-bottom: 50px;
	padding: 10px 0;
	font-weight: 300;
	color: #18252E;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	height: 30px;
	outline: none;
}
span.inputtext {
	display: block;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
}
.contact-form input[type='submit'] {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	background: #18252E;
	letter-spacing: 3px;
	padding: 20px 120px 20px 120px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	z-index: 1;
	cursor: pointer;
	width: auto;
	margin-bottom: 0;
}
.submit-box{
	position: relative;
}
.submit-arrow {
	position: absolute;
	left: 28px;
	width: 30px;
	height: 21px;
	background: url(images/downtown_icons.svg);
	background-position: -129px 0;
	bottom: 0;
	top: 0;
	z-index: 9;
	margin: auto;
}
.screen-reader-response {
	display: none;
}
.wpcf7-not-valid-tip {
	color: red;
	position: absolute;
	margin-top: -50px;
}
.contact-infos {
	width: 60%;
	background: #18252e12;
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 115px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto 70px;
	gap: 100px;
}
ul.contact-infos.one {
	padding: 60px 0px;
	margin: 0 auto;
	background: none;
}
.contact-infos::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100px;
	background-image: url(images/icons/Union\ 1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.contact-infos li {
	display: block;
	padding-top: 0px;
	position: relative;
	margin-left: 30px;
}
.contact-infos li::after {
	content: "";
	position: absolute;
	left: -40px;
	top: -4px;
	width: 28px;
	height: 28px;
	background-image: url(//www.downtownpainphysicians.com/wp-content/themes/pain/images/icons/i1.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-filter: brightness(0.2);
	filter: brightness(0.2);
}
.contact-infos li:nth-child(2)::after {
	background-image: url(images/icons/i2.svg);

}
.contact-infos li:nth-child(3)::after {
	background-image: url(images/icons/i3.svg);

}
.contact-infos li h4 {
	color: #fff;
	font-weight: 300;
	padding: 10px 0;
	line-height: 30px;
}
.contact-infos li h5 {
	color: #D61E2A;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.contact-page-area {
	padding-bottom: 100px;
}

.single-post .wp-post-image {
	width: 100%;
	height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.single-hoboken.es-extra ul li a {
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 16px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	min-height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px;
	border: 0px;
}
.single-hoboken.es-extra ul li a:hover {
	border-bottom: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff00;
	color: inherit;
}

/*-------- CUSTOM STYLES -------- */
.bookbuttonbottom {
	position: fixed;
	display: block;
	bottom: 0;
	right: 0;
	z-index: 9999999;
}
.thank-you-contact {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 120px 80px 40px;
}
.contact-infos.thank-you-contact::after {
	width: 40%;
}
.disclaimerBtn {
	background: transparent;
	border: 0;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	font-size: 16px !important;
	font-weight: normal;
	padding: 0 !important;
}
.modal {
	display: none;
	position: relative;
	z-index: 99;
	padding-top: 100px;
	top: 0;
	overflow: auto;
	background-color: #0000002b;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100vh;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 50px;
	border: 1px solid #dcdcdc;
	width: 800px;
}
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}
.modal-content p {
	font-size: 14px;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	line-height: 22px;
}
.about-doctor-right.treatment-page-content p {
	padding-right: 0;
	padding-bottom: 0;
}
.about-doctor-right.treatment-page-content ul li {
	font-size: 17px;
}
.about-doctor-right.treatment-page-content h2 {
	margin-bottom: 0 !important;
}
.about-doctor-right.treatment-page-content h6 {
	padding-bottom: 10px;
}
.location-close-header {
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.location-close-header:hover {
	-webkit-transform: translatey(-3px);
	-ms-transform: translatey(-3px);
	transform: translatey(-3px);
}
.tabbertabhide {
	display: none !important;
}
.tabbertab ul {
	margin-bottom: 20px;
	margin-top: 20px;
}
.tabbertab ul li:not(.single-testimonial){
	margin-left: 40px;
}
.tabbertab ul li {
	display: block;
	color: #444444;
	line-height: 1.8em;
	font-weight: 300;
	padding-bottom: 10px;
	border-top: 1px dashed #DDDDDD;
	padding-top: 10px;
	padding: 15px 15px 15px 25px;
	position: relative;
	overflow: hidden;
}
.tabbertab ul li::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 18px;
	width: 7px;
	height: 7px;
	border: 2px solid #D61E2A;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.search-field {
	padding: 10px 15px;
	height: 44px;
	border: 1px solid #ccc;
}
.search-submit {
	background: #D61E2A;
	border: 0;
	color: #fff;
	padding: 12px;
	cursor: pointer;
	height: 44px;
}

.doctor-content-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.single-doctor-bottom {
	width: 49% !important;
	padding: 81px 0 60px 215px !important;
}
.doctor-content-bottom .single-doctor::after{
	left: 15px;
}
.doctor-content-bottom .single-doctor:nth-child(2)::after {
	background-image: url(https://www.downtownpainphysicians.com/wp-content/themes/pain/images/dr-oryan.png);
	border-radius: 200px;
}
a.doc-button {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	background: #ac151f;
	letter-spacing: 3px;
	padding: 20px 30px 20px 79px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	z-index: 1;
	margin: 50px auto 0;
	display: block;
	width: 100%;
	max-width: 300px;
}
a.doc-button::after {
	content: "";
	position: absolute;
	left: 28px;
	width: 30px;
	height: 21px;
	background-image: url(images/downtown_icons.svg);
	background-position: -122px 0;
	bottom: 0;
	margin: auto;
	top: 0;
}
.google-maps-area iframe {
    width: 99%;
    display: block;
    margin: 0 auto;
}
.address {
	color: #ffffff;
	line-height: 26px;
	margin-top: 20px;
}
.address .phone {
	color: #d61e2a;
	text-decoration: underline;
}

.downtown-locations a {
	padding: 15px;
	color: #d61e2a;
	text-decoration: underline;
	position: relative;
}
.downtown-locations a:before {
	content: "";
	position: absolute;
	left: -2px;
	top: 7px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background-image: url(images/downtown_icons.svg);
	background-position: 0px 0px;
}
.downtown-phone a {
	color: #d61e2a;
	text-decoration: underline;
	position: relative;
	margin-left: 20px;
}
.downtown-phone a:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 7px;
	bottom: 0;
	margin: auto;
	width: 13px;
	height: 13px;
	background-image: url(https://www.downtownpainphysicians.com/wp-content/uploads/2023/08/phone-icon.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.near-me-block {
	margin-bottom: 50px;	
}
.near-me-block .sec-title {
	padding-bottom: 0 !important;
}
.near-me-block h2 {
	text-align: center;
    margin-bottom: 40px;
    color: #000;
	padding-bottom: 0 !important;
}
.near-me-block .sec-title h2:after {
	content: none !important;
}
.near-me-block p {
	margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 1200px) {
	.contact-borard {
		margin-left: 0%;
	}
	.doctor-content-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.single-doctor-bottom {
		width: 100% !important;
	}
}
span.covidhead {
	display: inline-block;
	background-color: #d61e2a;
	padding: 50px;
	font-size: 22px;
	line-height: 39px;
	color: #fff;
}
.word-break { 
	display: inline; 
	word-break: break-all; 
}
.footer-top-right .single-footer-top:last-child h4:not(:first-child) { 
	margin-top: 30px;   
}
.dmca-badge { 
	display: block;
	margin-top: 10px; 
} 

.disc-div-sub {
	background-color: rgb(249 249 249);
	padding: 30px;
	border-left: 3px red solid;
	margin-top: 40px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.disc-div-sub div {
	padding-bottom: 20px;
	font-weight: 600;
}
.disc-div-sub p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	padding-bottom: 0px;
}
blockquote {
	background: #ffffff;
    padding: 20px 30px;
    color: #000;
    line-height: 28px;
    font-size: 17px;
    border-radius: 10px;
    border-left: 2px solid #d61e2a;
    -webkit-box-shadow: 0 1px 10px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 6px 19px 2px rgb(0 0 0 / 28%);
    font-family: system-ui;
    font-weight: 400;
	margin-bottom: 30px;
}

blockquote p {
	font-size: 17px;
	/* line-height: 37px; */
	border-bottom: 1px solid #d61e2a;
	/*padding-left: 20px;*/
	margin-bottom: 40px;
	font-weight: 400;
	font-family: system-ui;
}
blockquote p:last-child {
	padding-bottom: 20px;
}
.about-doctor-bottom-right ul { 
	font-size: 20px;
	line-height: 30px;
	padding-left: 20px;
	color: #fff;
}
.about-doctor-bottom-right ul li { 
	display: list-item;
	list-style: disc outside none;
}
.location-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.location-sec > div {
    flex: 1;
}
.location-sec iframe {
	/*height: 516px;*/
	height: 660px;
	margin-top: 0 !important;
}
.location-sec h2 {
	font-size: 22px !important;
	padding-top: 0 !important;
	padding-bottom: 20px !important;
	margin-bottom: 25px !important;
}
h3.location-heading { 
	position: relative;
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	color: #18252E;
}
p.direction {
	font-size: 20px;
	padding-bottom: 0;
	color: #D61E2A;
}

ul.sitemap { text-align: left; margin-top: 0; margin-left: 0; }
ul.sitemap li { margin-left: 0 !important; background: none; text-transform: uppercase; list-style: none; padding: 20px 0px 20px 0px; border-bottom: 1px dashed #d3d3d3; border-top: 0; }
ul.sitemap li a { text-decoration: none; font-size: 20px; color: #333; }
ul.sitemap li a:hover { color: #D61E2A; text-decoration: none; }
ul.sitemap ul { margin-bottom: 0; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; padding: 10px 20px 20px 20px; background: #f9f9f9; margin-top: 10px; margin-left: 0; }
ul.sitemap ul li:last-child { padding-bottom: 0; }
ul.sitemap li::before, ul.sitemap li::after { display: none; }
ul.sitemap li ul li { margin-left: 25px !important; padding-left: 25px; text-transform: none; border-bottom: none; padding-bottom: 0; position: relative; }
ul.sitemap li ul li a { font-size: 17px; text-decoration: underline; font-weight: 400; }
ul.sitemap li ul li::after { top: 27px; display: block; border-color: #D61E2A; }

.list-3-column {-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;}
.list-2-column {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}

.downtown-locations li:first-child {
	margin-right: 25px;
}
.downtown-locations ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4,1fr);
}
.downtown-locations ul li span a {
	font-weight: 700;
	font-size: 16px;
	color: #D61E2A;
}
.downtown-locations ul li span {
	padding-top: 3px;
}
.downtown-locations ul li span a::after {
	background: url(images/material-phone-forwarded.png) no-repeat center;
	width: 15px;
	height: 15px;
	top: 5px;
	left: 4px;
}

.close-btn-container {
	display: none;
}
.bar-btn {
	display: none;
	width: 35px;
	height: 18px;
	background: transparent;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	position: relative;
	margin-top: 25px;
}
.bar-btn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	margin: auto 0px;
}


/*-------- RESPONSIVE CONTAINERS ------------*/
@media (max-width: 1366px) {
	.main-container {
		max-width: 1140px;
	}
	.third-container{
		max-width: 1140px;
	}
}
@media (max-width: 1200px) {
	.main-container {
		max-width: 1140px;
	}
	.third-containe{
		max-width: 1140px;
	}
	.all-testimonials.esha-all-testimonials li.single-testimonial {
		padding: 70px 30px 90px 30px;
	}
	.es-someconrc h4 {
		width: 100%;
	}
}
@media (max-width: 992px) {
	.main-container {
		max-width: 960px;
	}
	.third-containe{
		max-width: 960px;
	}
}
@media (max-width: 768px) {
	
	img.alignright {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
	.google-maps-area iframe {
		width: 100%;
		height: 370px;
	}
	.main-container {
		max-width: 720px;
	}
	.third-containe{
		max-width: 720px;
	}
	.all-testimonials.esha-all-testimonials li.single-testimonial {
		width: 100% !important;
	}
	.es-somecon {
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.es-someconl {
		width: 100%;
		background-size: 100%;
		height: 400px;
	}
	.es-someconr {
		width: 100%;
	}
	.treatment-page-content h2 {
		margin: 30px 0px !important;
	}
	.es-imgbf::after {
		display: none;
	}
	.es-imgbf::before {
		display: none;
	}
	.h2floatright {
		width: 100%;
		float: left;
	}
	.new-doctor-profile .single-doctor {
		padding: 80px 10px !important;
	}
	.doctor-content-bottom .single-doctor:nth-child(2) {
		margin-top:70px;
	}
	.new-doctor-profile .single-doctor::after {
		top: -55px;
		left: 90px;
	}
	.new-doctor-profile {
		margin-top: 30px;
	}
	ul.sitemap ul { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.list-3-column {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
}
@media (max-width: 576px) {
.downtown-phone a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -13px;
    bottom: 0;
    margin: auto;
    width: 38px;
    height: 37px;
    background-image: url(https://www.downtownpainphysicians.com/wp-content/uploads/2023/08/phone-icon.png);
    background-position: 14px 11px;
    z-index: 999999999;
    border: 1px solid #d61e2a;
}
	.downtown-phone a {
		font-size: 0px;
		margin-left: 0;
	}
	.main-container {
		max-width: 540px;
	}
	.third-containe{
		max-width: 540px;
	}
	.new-doctor-profile .single-doctor::after {
		top: -50px;
		left: 90px;
	}
	.header-top-area {
		margin-top: 0px;
	}
} 
@media (max-width: 414px){
	.vid-main .main-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.vid-main iframe.resp-iframe {
		height: 260px;
		display: block;
	}
	#mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
		height: 80vh;
		overflow-y: scroll;
	}
	span.logo-area {
		position: absolute;
		left: 10px;
		top: 8px;
	}
	span.search-btn-area {
		display: none;
	}
	div#mega-menu-wrap-main-menu {
		position: absolute;
		right: 0px;
		top: 50px;
	}
	.es-someconl {
		height: 200px;
	}
	.es-somecon h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.es-somecon a {
		/*font-size: 20px;*/
		line-height: 30px;
	}
	.es-someconrc {
		padding: 20px 10px;
	}
	.es-heading::before {
		height: 50px;
		width: 50px;
	}
	.es-heading {
		padding-left: 67px;
	}
	.es-heading::after {
		left: 67px !important;
	}
	.list-3-column {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
	.list-2-column {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
}

/*------------- RESPONSIVE DESIGN ------------*/

@media all and (max-width: 1366px){
	.menu-area {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.book-appointment ul li a {
		padding: 10px 15px 10px 44px;
		font-size: 14px;
	}
	.book-appointment ul li a::after {
		left: 14px;
	}
	.header-top-social-media ul li a {
		width: 35px;
		height: 35px;
		background-image: url(images/downtown_icons.svg);
		background-position: -118px 73px;
		background-size: 200px;
	}
	.header-top-social-media ul li:nth-child(2) a {
		background-position: -154px 73px;
	}
	.header-top-social-media ul li:nth-child(3) a {
		background-position: -157px 168px;
	}
	.menu-area ul li a {
		margin-left: 20px;
		font-size: 13px;
	}
	.menu-area {
		text-align: right;
	}
	.banner-left h2 {
		font-size: 40px;
	}
	.banner-left h3 {
		font-size: 17px;
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	.banner-left ul li {
		padding-left: 30px;
		font-size: 14px;
	}
	.banner-right ul li a h5 {
		font-weight: 700;
		font-size: 14px;
	}
	.banner-right ul li a h6 {
		font-size: 12px;
		padding-top: 0;
	}
	.banner-right ul li a {
		padding: 0 40px 0 90px;
		height: 80px;
	}
	.banner-right ul {
		width: 80%;
	}
	.banner-right ul li::after {
		left: 67px;
	}
	.banner-right ul li a::before {
		left: 11px;
		width: 40px;
		height: 40px;
		background-position: -11px 41px;
		background-size: 250px;
	}
	.banner-right ul li a::after {
		width: 70px;
	}
	.banner-right ul li:nth-child(2) a::before {
		background-position: -85px 43px;
		height: 45px;
		left: 15px;
	}
	.banner-right ul li:nth-child(3) a::before {
		width: 46px;
		height: 37px;
		background-position: -170px 39px;
	}
	.sec-title h4 {
		font-size: 16px;
		padding-bottom: 6px;
		padding-top: 22px;
	}
	.sec-title h4::after {
		width: 3px;
		height: 15px;
	}
	.sec-title h2, .financing-block span {
		font-size: 20px;
		font-weight: 700;
		padding-bottom: 22px;
	}
	.sec-title h2::after {
		width: 3px;
		height: 15px;
	}
	.sec-title h1 {
		font-size: 20px;
		font-weight: 700;
		padding-bottom: 22px;
	}
	.sec-title h1::after {
		width: 3px;
		height: 15px;
	}
	.sec-title {
		padding-bottom: 60px;
	}
	.about-left p {
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 20px;
	}
	.appointment-btn {
		padding: 70px 0;
	}
	a.common-btn1 {
		font-size: 14px;
		font-weight: 900;
		padding: 20px 29px 25px 70px;
	}
	a.common-btn1::after {
		left: 14px;
		width: 40px;
		height: 40px;
		background-position: -163px -26px;
	}
	.single-video {
		padding: 40px 168px 40px 60px;
	}
	.single-video::after {
		right: 25px;
		width: 90px;
		height: 90px;
	}
	.single-video a {
		font-size: 13px;
		margin-top: 15px;
		padding-right: 20px;
	}
	.common-pain-area {
		padding: 70px 0;
	}
	.book-appointment {
		padding: 0 20px;
	}
	.logo-area a img {
		width: 120px;
	}
	.pain-details h4 {
		font-size: 13px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	p {
		font-size: 14px;
		line-height: 20px;
	}
	.pain-details {
		padding: 20px 25px;
	}
	.single-pain:last-child .pain-details h3, .single-pain:last-child .pain-details h3 a {
		font-size: 13px;
		margin: 3px 0;
	}
	.book-appointment-details {
		padding: 20px 20px;
	}
	.single-testimonial {
		padding: 70px 30px 90px 30px;
		border-right: 5px solid #D61E2A;
	}
	.single-testimonial::before {
		top: 22px;
	}
	.single-testimonial::after {
		bottom: 15px;
	}
	.all-conditions ul li {
		font-size: 16px;
		padding: 30px 50px;
		line-height: 22px;
	}
	.single-doctor {
		padding: 35px 90px 35px 153px;
	}
	.single-doctor::after {
		left: -77px;
		top: 28px;
		width: 160px;
		height: 160px;
		background-size: contain;
	}
	.doctor-area {
		padding: 150px 0 70px 0;
	}
	.cotrol-center-area {
		padding: 70px 0;
	}
	.therapy-title h3 {
		font-size: 14px;
	}
	.therapy-title {
		padding: 0 35px 0 35px;
	}
	.single-therapy ul {
		padding: 26px 35px 0 35px;
	}
	.all-news-chanels li {
		width: 12%;
		min-height: 80px;
	}
	.all-news-chanels li::after {
		width: 90%;
		height: 80%;
	}
	.single-contact-info {
		padding: 30px 15px 15px 70px;
	}
	.about-doctor-left .single-doctor ul li:first-child h4 {
		font-size: 22px;
	}
	.about-doctor-left {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 130px;
	}
	.about-doctor-right {
		padding: 50px 0 50px 141px;
	}
	.about-doctor-right h6 {
		font-size: 16px;
		padding: 20px 0 15px;
	}
	.about-doctor-right > ul li {
		font-weight: 700;
	}
	.about-doctor-left .banner-right {
		width: 100%;
		margin: 45px 0 0 -45px;
	}
	.about-doctor-left .banner-right ul {
		width: 100%;
	}
	.about-doctor-bottom-right p, .about-doctor-bottom-right ul {
		font-size: 16px;
		line-height: 24px;
	}
	.about-doctor-bottom-right {
		padding: 60px 35px;
	}
	.call-the-doctor-btn .banner-right ul li a::before {
		background-position: -87px 45px;
		height: 49px;
		border-radius: 0 0 15px 0;
		left: 18px;
	}
	.call-the-doctor-btn .banner-right {
		width: 40%;
	}
	.all-testimonials {
		width: 100%;
	}
	.menu-area ul li {
		text-align: left;
	}
}
@media all and (max-width: 1100px){
	.single-pain {
		width: 49%;
	}
	.banner-area {
		padding: 120px 0;
	}
	.certificate-content ul li {
		padding: 15px;
	}
}
@media all and (max-width: 1024px){
	.inner-banner-area {
		padding: 125px 0 80px;
	}

	body .uwy.userway_p5 .uai {
		bottom: 40px!important;
	}
	html body div.zd-sticky-button {
		width: 37%!important;
		position: fixed!important;
		bottom: 0px!important;
		right: 0px!important;
		font-size: 16px!important;
	}
	.banner-area {
		padding: 120px 0 110px;
	}
	.banner-right ul li a {
		border-radius: 0;
	}
	.banner-right ul li a::after {
		border-radius: 0;
	}
	header.header-area {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2;
		background: #fff;
		-webkit-box-shadow: 0px -1px 20px #0000002e;
		box-shadow: 0px -1px 20px #0000002e;
		height: 110px;
	}
	.header-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	span.logo-area {
		position: relative;
		left: 10px;
		top: 8px;
		width: 20%;
	}
	.logo-area a img {
		width: 80px;
	}
	.other-option-area {
		width: 70%;
		height: auto;
	}
	.header-top-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		gap: 30px;
	}
	.downtown-locations {
		position: unset;
		left: 15%;
		top: 0px;
		max-width: 270px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.downtown-locations ul li span{
		display: none;
	}
	.downtown-locations ul {
		-ms-grid-columns: (1fr)[1] !important;
		grid-template-columns: repeat(1,1fr) !important;
	}
	.downtown-locations li:first-child {
		margin-right: 0;
	}
	.downtown-locations ul li a {
		font-size: 10px !important;
	}
	.downtown-locations ul li a span {
		display: none;
	}
	.downtown-locations ul li span a {
		position: fixed;
		left: 20px;
		bottom: -3px;
		background: #fff100;
		max-width: 45%;
		color: #000000 !important;
		width: 100%;
		text-align: center;
		padding: 10px 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 16px !important;
		-webkit-box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px -1px, rgb(0 0 0 / 12%) 0px 1px 10px 0px, rgb(0 0 0 / 14%) 0px 4px 5px 0px !important;
		box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px -1px, rgb(0 0 0 / 12%) 0px 1px 10px 0px, rgb(0 0 0 / 14%) 0px 4px 5px 0px !important;
	}
	/*   .downtown-locations ul li span a::before {
	content: "New York";
	position: absolute;
	top: 2px;
	right: 30px;
	font-size: 12px;
	font-weight: 400;
	color: #18252E;
}*/
	.downtown-locations ul li span a::after {
		background-image: url(images/material-phone-forwarded2.png) !important;
		top: 36% !important;
		left: unset !important;
		right: 75% !important;
	}
	.book-appointment {
		width: 40px!important;
		height: 40px!important;
		max-height: 40px;
		background-color: #f00;
		position: absolute;
		right: 50px;
		top: 4px;
		background-image: url(//www.downtownpainphysicians.com/wp-content/themes/pain/images/downtown_icons.svg);
		background-position: -279px 9px;
		background-repeat: no-repeat;
		padding: 0px;
	}
	.book-appointment {
		padding: 0px;
		width: 100%;
		margin-right: 13px;
		margin: 0px;
		position: unset;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	span.book-appointment ul {
		width: 40px;
		height: 40px;
		opacity: 0;
	}
	.book-appointment ul li {
		width: 49%;
		background: #D61E2A;
		padding: 0px;
		text-align: center;
	}
	.book-appointment ul li:last-child {
		margin-left: 0px;
	}
	.book-appointment ul li a {
		padding: 13px 20px;
		font-size: 12px;
		width: 100%;
		text-align: center;
		background: none;
	}
	li.menu-item-has-children:after{
		display: none;
	}
	.menu-area {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}
	.menu-area.show {
		-webkit-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-area ul li {
		display: block;
		padding: 16px 0px;
	}
	.menu-area > ul {
		overflow-y: auto;
		max-height: calc(100vh - 40px);
		overflow-x: hidden;
	}
	.book-appointment {
		padding: 0px;
		width: 100%;
		margin-right: 13px;
	}
	.close-btn-container {
		text-align: right;
		display: block;
	}
	.close-btn-container span {
		width: 40px;
		height: 40px;
		background: #d61e2a;
		margin-left: auto;
		margin-right: 30px;
		position: relative;
	}
	.close-btn-container span:before, .close-btn-container span:after{
		content: '';
		width: 90%;
		height: 4px;
		background: #fff;
		position: absolute;
		left: 0;
		top: 0;
		margin: auto;
		right: 0;
		bottom: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.close-btn-container span:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.bar-btn {
		display: block;
		margin-top: 0px;
		margin: 0px;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.menu-area ul li a {
		margin-left: 20px;
		font-size: 16px;
		color: #444;
	}
	.dropdown-menu-items {
		position: absolute;
		width: 10px;
		height: 10px;
		/* background: #000; */
		right: 50px;
		position: absolute;
		top: 16px;
		border-bottom: 2px solid red;
		border-right: 2px solid red;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.menu-area ul ul li {
		padding: 0px 0px 0px 30px;
		border-bottom: 1px solid #f1f1f1;
	}
	.menu-area ul ul li a {
		color: #444;
	}
	span.dropdown-menu-items.rotate {
		-webkit-transform: rotate(-134deg);
		-ms-transform: rotate(-134deg);
		transform: rotate(-134deg);
		/* transform-origin: bottom; */
		margin-top: 5px;
	}
	.menu-area ul ul {
		display: none;
		position: unset;
		background: #fff;
		min-width: unset;
		width: 100%;
		visibility: visible;
		opacity: 1;
		width: 93%;
		margin-top: 20px;
	}
	div#mega-menu-wrap-main-menu {
		position: absolute;
		right: 0px;
		top: 19px;
	}
	a.common-btn2::after {
		left: 20px;
	}
	iframe.resp-iframe {
		margin: 13px;
		width: 97%;
		height: auto;
		display: block;
	}
	.vid-main{
		margin: 10px auto;
		width: 100%;
	}
	.align{
		margin: 10px auto;
	}
	.stickybuton{display: none;}
	.banner-content{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.banner-left {
		width: 100%;
	}
	.banner-right {
		width: 100%;
		margin-top: 40px;
	}
	.banner-right ul {
		width: 50%;
		float: none;
	}
	.about-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-left {
		width: 100%;
		padding: 50px 0;
	}
	.about-main-area::before {
		width: 100%;
	}
	.about-main-area::after {
		display: none;
	}
	.appointment-btn {
		padding: 50px 0;
	}
	.single-video:first-child{
		margin-bottom: 15px;
	}
	.single-video{
		width: 100%;
	}
	a.common-btn2 {
		letter-spacing: 2px;
		padding: 15px 15px 15px 50px;
		font-size: 13px;
	}
	.common-btn2::after {
		left: 7px;
		width: 34px;
		background-position: -126px 0;
	}
	.testimonial-area {
		padding: 50px 0;
	}
	.about-us-area {
		padding: 0 0;
	}
	.about-us-content{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-us-left-area {
		width: 100%;
		margin-top: 15px;
	}
	.about-us-right-area {
		width: 72%;
		padding: 15px 15px 60px 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		margin: auto;
	}
	.about-us-main::after {
		width: 100%;
		height: 100%;
		bottom: 0;
	}
	.spine-and-pain-area .sec-title {
		padding-bottom: 35px;
	}
	.spine-and-pain-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.single-spine {
		padding: 30px;
	}
	.same-day-appointment {
		padding: 50px 0;
	}
	.same-day-appointment .sec-title { 
		padding-bottom: 35px;
	}
	.all-conditions ul {
		width: 100%;
	}
	.same-day-appointment .same-day-appointmentcontent{
		text-align: left;
	}
	.all-conditions::before {
		top: -82px;
	}
	.single-doctor {
		width: 80%;
	}
	.single-control-center {
		width: 49%;
		padding: 40px 52px;
	}
	.single-therapy {
		width: 48%;
		margin-bottom: 15px;
	}
	.all-news-chanels {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.all-news-chanels li {
		width: 26%;
		min-height: 80px;
		margin-bottom: 15px;
		background: #fff;
	}
	.read-news > li {
		width: 100%;
		margin-bottom: 15px;
	}
	.image-gallery-area {
		padding: 50px 0;
	}
	.contact-borard {
		grid-template-columns: repeat(2, 1fr);
	}
	.single-contact-info {
/* 		width: 50%; */
	}
	.single-contact-info:last-child{
		/*width: 100%;*/
	}
	.contact-borard {
		position: unset;
	}
	footer.footer-area {
		background: #18252e;
		padding-top: 40px;
	}
	.new-area {
		padding-bottom: 50px;
	}
	.footer-top-area {
		padding: 40px 0;
	}
	.footer-top-left {
		padding-right: 60px;
	}
	.call-the-doctor-btn {
		padding-top: 60px;
		padding-bottom: 0;
	}
	.call-the-doctor-btn .banner-right ul {
		width: 100%;
		float: none;
	}
	.testimonial-page-area .single-testimonial {
		padding: 100px 40px 120px 40px;
	}
	.testimonial-page-area {
		padding: 40px 0;
	}

	.treatment-page-content h3 {
		padding-bottom: 10px;
		padding-top: 30px;
	}
	h3.single-treatment-details {
		padding: 0 0 20px 55px;
	}
	.inner-banner-content h1 {
		font-size: 30px;
		padding-bottom: 16px;
		margin-bottom: 20px;
	}
	.float-left {
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.float-right {
		margin-left: 30px;
		margin-left: 30px;
	}
	.contact-borard {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0px;
	}
	.full-container2 .single-contact-info {
		padding: 40px 40px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #18252e;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/* margin: 0 auto; */
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 10%;
	}
}
@media all and (max-width: 768px){
	.contact-infos.thank-you-contact::after {
		width: 100%;
	}
	li.mb-5.search-page::after {
		left: -20px;
	}
	li.mb-5.search-page {
		margin-left: 15px;
	}
	.certificate-area.escertificate {
		display: none;
	}
	section.about-doctor-area.aboutlanding .main-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.single-doc {
		width: 100%;
		margin-top: 20px;
	}
	.banner-left h2 {
		font-size: 30px;
	}
	.banner-left h3 {
		font-size: 14px;
		padding-bottom: 15px;
		margin-bottom: 20px;
		font-weight: 400;
	}
	.banner-right ul {
		width: 70%;
	}
	.certificate-content ul li {
		padding: 15px;
		width: 100%;
		margin: 10px;
	} 
	.certificate-content ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.single-pain {
		width: 100%;
	}
	section.therapy-area:after{
		display: none;
	}
	.pain-details {
		width: 100%;
	}
	.single-pain:last-child .pain-details {
		padding: 60px 40px;
		width: 100%;
	}
	.single-testimonial {
		width: 100%;
		margin-bottom: 15px;
	}
	.single-testimonial:nth-child(2n){
		border-right: none;
		border-left: 5px solid #D61E2A;
	}
	.testimonial-all-btn {
		padding-top: 40px;
	}
	.single-spine {
		width: 100%;
		margin-bottom: 15px;
	}
	.single-spine h3 {
		font-size: 18px;
		padding-bottom: 14px;
	}
	.single-spine p {
		line-height: 23px;
	}
	.all-conditions::before {
		display: none;
	}
	.same-day-appointment .same-day-appointmentcontent {
		text-align: center;
	}
	.all-conditions ul li {
		padding: 15px;
		padding-left: 50px;
	}
	.doctor-area {
		padding: 50px 0;
	}
	.single-doctor {
		width: 100%;
		padding: 30px 30px 30px 120px;
	}
	.single-doctor::after {
		left: -28px;
		top: 25px;
		width: 100px;
		height: 100px;
		background-repeat: no-repeat;
	}
	.single-control-center {
		width: 100%;
		padding: 40px 52px;
	}
	.single-control-center h2 {
		font-size: 15px;
		margin: 3px 0 10px 0;
		position: relative;
	}
	.single-control-center h3 {
		font-size: 13px;
	}
	.single-control-center ul li {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 15px;
	}
	.all-news-chanels li {
		width: 40%;
	}
	.single-map {
		width: 100%;
	}
	.single-map iframe {
		height: 350px;
	}
	.footer-top-area-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-top-left {
		padding-right: 0;
		width: 100%;
	}
	.footer-top-right {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.single-footer-top .footer-navigation li a {
		margin-bottom: 10px;
	}
	.about-us-right-area {
		width: 90%;
	}
	.sec-title h2, .sec-title h1, .financing-block span {
		font-size: 17px;
	}
	.about-us-left-content p {
		font-size: 15px;
		line-height: 24px;
	}
	.about-us-left-content {
		padding: 35px 30px;
	}
	.about-doctor-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-doctor-left {
		width: 100%;
		padding-top: 140px;
	}
	.about-doctor-right {
		width: 100%;
	}
	.about-doctor-left {
		padding-right: 70px;
	}
	.single-map:first-child {
		padding-right: 0;
	}
	.single-map:last-child {
		padding-left: 0;
		padding-top: 15px;
	}
	.about-doctor-bottom-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-doctor-bottom-left {
		width: 100%;
	}
	.about-doctor-bottom-right {
		width: 100%;
	}
	.call-the-doctor-btn .banner-right {
		width: 55%;
	}
	.single-treamtment {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.treatment-image {
		width: 100%;
	}
	.treatment-details {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
	.treatment-page-content h2 {
		font-size: 24px;
		padding-bottom: 20px;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.treatment-page-content h3 {
		padding-bottom: 10px;
		padding-top: 20px;
	}
	.some-conditions h4 {
		width: 100%;
	}
	.some-conditions ul {
		width: 100%;
	}
	.some-conditions {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact-page-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact-form {
		width: 100%;
	}
	.contact-infos {
		width: 100%;
	}
	.single-iimage-gallery-item {
		padding: 5px;
	}
	.single-treatment-details {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	.treatment-page-content img {
		width: 50%;
		margin-bottom: 30px;
	}
	.treatment-page-content img {
		width: 100%;
	}
	.treatment-page-content h2 {
		margin-top: 0;
		padding-top: 0;
	}
	.treatment-page-content h3 {
		padding-top: 0;
		padding-left: 0;
	}
	.float-left {
		width: 100% !important;
		float: none;
	}
	.float-right {
		width: 100% !important;
		float: none;
	}
	.about-doctor-left.updated {
		width: 100%;
		padding-top: 0px;
	}
	.about-doctor-right.updated {
		width: 100%;
		padding-left: 15px;
	}
	.location-sec { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.location-sec h2 { 
		margin-top: 0 !important;
		margin-bottom: 25px !important;
	}
	.location-sec ul { 
		font-size: 14px;
		margin-bottom: 25px; 
	} 
	.location-sec ul li { line-height: 24px; }
}
@media all and (max-width: 575px){
	.downtown-locations {
		width: 39px;
		height: 38px;
		margin: auto;
		border: 1px solid #ef4135;
		max-width: 40px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		position: relative;
		right: 0;
	}
	.downtown-locations a {
		font-size: 0px;
		padding: 0px;
	}
	.header-top-area {
		gap: 10px;
	}
	.downtown-locations a:before {
		margin: auto;
		width: 20px;
		height: 20px;
		left: 14px;
		right: 0;
		top: 7px;
		bottom: 0;
		margin: auto;
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	.other-option-area {
		width: 63%;
		height: auto;
	}
	header.header-area {
		height: 110px;
	}
	html body div.zd-sticky-button {
		width: 31%!important;
	}
	.testimonial-page-area .single-testimonial {
		margin-bottom: 125px;
		margin-top: 100px;
	}
	.testimonial-client-img:before {
		right: 0px;
		top: -130px;
		bottom: 0;
		margin: 0 auto;
		left: 0 !important;
		background-color: #fff;
	}
	.logo-area a img {
		width: 80px;
	}
	button.bar-btn {
		height: 25px;
	}
	.common-pain-area .sec-title {
		padding-bottom: 30px;
	}
	.about-us-left-content p {
		padding: 0;
	}
	.about-us-right-area {
		width: 100%;
	}
	.contact-borard {
		grid-template-columns: 1fr;
	}
	.single-contact-info {
		width: 100%;
	}
	.inner-banner-content h1 {
		font-size: 30px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.inner-banner-area {
		/*padding: 50px 0;*/
	}
	.about-doctor-left {
		padding-right: 0;
		padding-top: 80px;
	}
	.testimonial-page-area .single-testimonial {
		width: 100%;
	}
	.testimonial-client-img {
		left: -15px;
		top: -15px;
		bottom: 0;
		right: unset;
		margin: unset;
	}
	.testimonial-page-area .single-testimonial:nth-child(2n) .testimonial-client-img {
		left: unset;
		right: -15px;
	}
	.treatment-page-content {
		padding: 30px;
		margin-bottom: 60px;
	}
	.treatment-page-content p {
		line-height: 26px;
		padding-bottom: 20px;
	}
	.treatment-page-content h2 {
		font-size: 20px;
		padding-bottom: 13px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.some-conditions h4 {
		font-size: 19px;
		font-weight: 700;
		line-height: 23px;
		padding: 60px 40px;
	}
	.some-conditions ul {
		padding: 30px 40px;
	}
	.treatment-page-content iframe {
		height: 300px;
	}
	.contact-form {
		padding: 45px 20px;
	}
	.downtown-locations ul li span a {
		position: fixed;
		left: 20px;
		bottom: -3px;
		background: #fff100;
		max-width: 45%;
		color: #000000 !important;
		width: 100%;
		text-align: right;
		padding: 10px 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 16px !important;
		-webkit-box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px -1px, rgb(0 0 0 / 12%) 0px 1px 10px 0px, rgb(0 0 0 / 14%) 0px 4px 5px 0px !important;
		box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px -1px, rgb(0 0 0 / 12%) 0px 1px 10px 0px, rgb(0 0 0 / 14%) 0px 4px 5px 0px !important;
	}
	.downtown-locations ul li:last-child span a{
		display: none;
	} 
	/*.downtown-locations ul li span a::before {
	content: "New York";
	position: absolute;
	top: 2px;
	right: 30px;
	font-size: 12px;
	font-weight: 400;
	color: #18252E;
}*/
	.downtown-locations ul li:last-child span a::before{
		content: "Brooklyn";
	}
	.downtown-locations ul li span a::after {
		background-image: url(images/material-phone-forwarded2.png) !important;
		top: 39% !important;
		left: unset !important;
		right: 75% !important;
	}
	.downtown-locations ul li a {
		font-size: 10px !important;
	}
	.downtown-locations ul {
		-ms-grid-columns: (1fr)[1] !important;
		grid-template-columns: repeat(1,1fr) !important;
	}

	img {
		height: auto;
	}
	.contact-form {
		padding: 20px;
		width: 100%;
		border-left: 0px;
	}


}
@media all and (max-width: 450px){
	.thank-you-contact {
		padding: 115px 40px 0;
	}
	.wpcf7-not-valid-tip {
		margin-top: -99px;
	}
	.menu-area {
		padding: 15px;
	}
	.banner-left h2 {
		font-size: 26px;
	}
	.banner-left ul {
		padding-left: 10px;
	}
	.banner-right ul {
		width: 100%;
	}
	.certificate-content ul li {
		width: 100%;
		margin: 4px;
		height: auto;
	}
	.certificate-content ul li img{
		width: 100%;
		height: auto;
	}
	.single-video::after {
		top: -42px;
		bottom: unset;
	}
	.single-video:first-child {
		margin-bottom: 60px;
	}
	.single-video {
		padding: 59px 30px 40px 60px;
	}
	.play-video-content {
		padding-top: 30px;
	}
	.single-doctor::after {
		left: -10px;
		top: -50px;
	}
	.single-doctor {
		padding: 56px 30px 30px 60px;
		margin-top: 50px;
		border-width: 4px;
	}
	.cotrol-center-area {
		padding: 50px 0;
	}
	.single-therapy {
		width: 100%;
		margin-bottom: 30px;
	}
	.therapy-area {
		padding-top: 50px;
	}
	.therapy-title {
		padding: 0 20px 0 20px;
	}
	.single-therapy::before {
		left: 30px;
	}
	.single-therapy ul {
		padding: 15px 20px 0 20px;
	}
	.new-area .sec-title {
		padding-bottom: 50px;
	}
	.all-news-chanels li {
		width: 60%;
		margin: auto;
		margin-bottom: 15px;
	}
	.all-news-chanels li::after {
		width: 70%;
		height: 60%;
	}
	.read-news > li {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.news-image {
		width: 100%;
		height: 270px;
	}
	.news-details {
		width: 100%;
	}
	.single-map iframe {
		height: 250px;
	}
	.contact-doctor-btns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.all-news-chanels li:hover{
		margin-top: 0;
	}
	.about-doctor-right {
		padding: 30px 0 30px 0;
	}
	.about-doctor-right > ul li {
		padding-left: 32px;
	}
	.about-doctor-right ul li::after {
		left: 0;
	}
	.about-doctor-bottom-left .sec-title {
		padding: 60px 30px;
	}
	.about-doctor-bottom-right {
		padding: 30px;
	}
	.call-the-doctor-btn .banner-right {
		width: 70%;
	}
	.single-map:last-child {
		padding-top: 5px;
	}
	.about-doctor-right p {
		padding-right: 0;
	}
	.inner-banner-content h1 {
		font-size: 22px;
	}
	.treatment-image::before{
		display: none;
	}
	.treatment-image::after{
		display: none;
	}
	.treatment-image {
		padding-right: 0;
	}
	.some-conditions ul {
		padding: 20px;
	}
	.some-conditions h4 {
		padding: 40px 20px;
	}
	.contact-form input {
		width: 100%;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.contact-form textarea {
		margin-bottom: 20px;
	}
	.contact-page-area {
		padding-bottom: 50px;
	}
	.submit-box {
		width: 100%;
	}
	.contact-form input[type='submit'] {
		width: 100%;
	}
	.all-images {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.all-images::after{
		display: none;
	}
	.single-iimage-gallery-item {
		padding: 0;
		width: 100%;
	}
	.single-iimage-gallery-item img{
		width: 100%;
	}
	.all-images li {
		width: 100%;
	}
	.treatment-page-content {
		margin-top: -20px;
	}
	.downtown-locations ul li a span {
		display: none;
	}
	section.common-pain-area {
		padding: 0px;
	}
	ul.contact-infos.one {
		padding: 60px 0px;
		margin: 0 auto;
		background: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
		max-width: 80%;
	}
	.full-container2 .single-contact-info {
		padding-left: 17%;
	}
	.single-contact-info ul li a {
		font-size: 14px;
		margin-bottom: 0px;
		line-height: 22px;
	}
	section.google-maps-area {
		width: 99%;
	}
	.secound-container {
		padding-right: 0;
		padding-left: 0;
	}
	span.logo-area {
		position: relative;
		left: 10px;
		top: 0;
		width: 20%;
	}
	header.header-area {
		height: 63px;
	}
}
@media all and (max-width: 415px){
	body{padding-top: 60px;}
	header.header-area {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2;
		background: #fff;
		-webkit-box-shadow: 0px -1px 20px #0000002e;
		box-shadow: 0px -1px 20px #0000002e;
	}
	.single-footer-top {
		width: 100%;
	}
	.footer-top-right {
		width: 100%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.banner-area {
		background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(24,37,46,1)), to(rgba(73,107,130,1)));
		background-image: -o-linear-gradient(bottom, rgba(24,37,46,1) 0%, rgba(73,107,130,1) 100%);
		background-image: linear-gradient(0deg, rgba(24,37,46,1) 0%, rgba(73,107,130,1) 100%);
		margin-top: 0px;
	}
	.inner-banner-area {
		padding: 115px 0 25px;
		background-position: -710px 50px;
		background-size: cover;
	}
	.inner-banner-content p {
		font-size: 13px;
	}
	span.inputform {
		width: 100%;
		float: none;
		margin-left: 0px;
	}
	.pegination {
		width: 100%;
	}
	.es-single-enjuris {

		width: 100%;
		-webkit-box-shadow: 0px 2px 40px 0px #00000020;
		box-shadow: 0px 2px 40px 0px #00000020;
		margin: 0px;
		padding: 20px;
		text-align: center;
		padding-top: 110px;
		min-height: 380px;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		color: #444444;
		line-height: 30px;
		font-weight: 300;
		padding-bottom: 30px;
	}
	.h2floatright {
		width: 100%;
		float: none;
	}
	.float-left-top,.float-left,.float-right {
		float: none;
		width: 100%!important;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		margin-left: 0px;
	}
	.splitcol {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
	li.single-video iframe {
		left: -13px;
		right: 0;
		margin: 0 auto;
	}
	.iframevideo {
		width: 100%;
		height: auto;
	}
	.call-the-doctor-btn .banner-right {
		width: 100%;
	}
	.footer-top-right h4 { margin-top: 30px; } 
	body {
		padding-top: 0;
	}
	div#mega-menu-wrap-main-menu {
		right: 0px;
		top: 19px;
	}

}
@media all and (max-width: 390px){

	.downtown-locations ul li a {
		padding-left: 16px;
	}
	.logo-area a img {
		width: 70px;
	}
	.book-appointment ul li a {
		padding: 13px 18px;
	}
	.inner-banner-content h1 {
		font-size: 16px;
	}
	.inner-banner-content p {
		font-size: 13px;
	}
	.treatment-page-content {
		padding: 15px;
		margin-bottom: 30px;
	}
	.treatment-page-content iframe {
		height: 180px;
		margin-top: 30px;
	}
	.single-contact-info {
		padding: 20px 15px 15px 40px;
	}
	.single-contact-info h4::after {
		left: -35px;
	}
	.single-contact-info ul li a::after {
		left: -34px;
	}
	.single-contact-info h4 {
		font-size: 15px;
		padding-bottom: 15px;
	}
	.footer-top-area-content h4 {
		font-size: 15px;
	}
	.footer-top-area-content p {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.single-doctor ul li h4::after{
		display: none;
	}
	.about-doctor-left .single-doctor {
		padding: 80px 15px;
	}
	.about-doctor-left .single-doctor ol li::after{
		display: none;
	}
	.about-doctor-left .banner-right {
		margin: 10px 0 0 0;
	}
	.about-doctor-bottom-right {
		padding: 15px;
	}
	.about-doctor-bottom-right p, .about-doctor-bottom-right ul {
		font-size: 15px;
		line-height: 20px;
	}
	footer.footer-area {
		padding-top: 15px;
	}
	.inner-banner-content h1 {
		padding-bottom: 8px;
		margin-bottom: 6px;
	}
	.inner-banner-content h1::after {
		height: 1px;
		width: 15px;
	}
	.downtown-locations ul li span a {
		font-size: 12px !important;
	}
}
@media all and (max-width: 360px){
	.logo-area a img {
		width: 60px;
	}
	header.header-area {
		height: 49px;
	}
	.downtown-locations {
		margin-right: 46px;
	}
}
@media all and (max-width: 320px){
	.contact-form form {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.other-option-area {
		width: 80%;
		height: auto;
	}
	span.logo-area {
		top: -8px;
		width: 20%;
	}
	header.header-area {
		height: 53px;
	}
	.header-content {
		padding-top: 7px;
	}
	.menu-area ul ul li a {
		font-size: 14px;
	}
	.logo-area a img {
		width: 51px;
		top: 7px;
		position: relative;
	}
	.book-appointment ul li a {
		padding: 13px 4px;
	}
	.banner-left {
		width: 90%;
		margin: 0 auto;
	}
}