/*-----------------------------------------------------------------------------------
Theme Name: Headheac New
Theme URI: https://www.advancedheadachecenter.com/
Description: This is Version College web site. 
Author: Advanced Headache Center
Author URI: https://www.advancedheadachecenter.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0

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

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

-----------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Light.woff2') format('woff2'),
		url('fonts/Roboto-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Oswald';
	src: url('fonts/Oswald-Regular.woff2') format('woff2'),
		url('fonts/Oswald-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Oswald';
	src: url('fonts/Oswald-Medium.woff2') format('woff2'),
		url('fonts/Oswald-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Medium.woff2') format('woff2'),
		url('fonts/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
/*----------------------------------
1. TYPOGRAPHY
---------------------------------- */

/*Video Popup Start----*/
.video-popup {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	z-index: 999999;
	display: none;
	bottom: 0;
	right: 0;
}
.video-popup.show{
	display: block;
}
.video-popup.unexpendPopup {
	max-width: 320px;
	bottom: 40px;
	right: 40px;
	aspect-ratio: 16/9;
	height: unset;
}
.video-popup.unexpendPopup .iframe-wrapper {
	width: 100%;
}
.iframe-wrapper {
	width: 50%;
	position: absolute;
	margin: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	aspect-ratio: 16/9;
}
.video-popup #iframeHolder {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
}
.video-popup iframe {
	width: 100%;
	height: 100%;
}
.close-video, .expand {
	width: 40px;
	height: 40px;
	background: #fff;
	display: block;
	border-radius: 100%;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	z-index: 99;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.expand {
	right: 30px;
}
.video-close-icon {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.video-close-icon::before {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.video-close-icon::after {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media all and (max-width: 768px){
	.iframe-wrapper {
		width: 80%;
	}
}
/*Video Popup End----*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	color: #0a1733;
	background: #FFFFFF;
}

a {
	text-decoration: none;
	display: inline-block;
}
.inner-area p a {
	display: inline;
}
a:hover {
	text-decoration: none;
}
button {
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
}
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
input {
	border: none;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	max-width: 100%
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
button:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
p a {
	color: inherit;
	text-decoration: underline;
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-center {
	text-align: center;
	display: block;
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-m {
	width: 100%;
	max-width: 1470px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-s {
	width: 100%;
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.sec-m {
	margin-top: 100px;
	margin-bottom: 100px;
}
.sec-p {
	padding-top: 100px;
	padding-bottom: 100px;
}
/* Typography ------ */
.heading {
	font-family: Oswald;
	font-size: 55px;
	font-weight: 500;
	text-transform: uppercase;
	color: #0a1733;
	line-height: normal;
	margin-bottom: 60px;
}
.heading.white {
	color: #FFF;
}
.star {
	color: #ffbe27;
	font-size: 23px;
	line-height: normal;
}
/* default arrow */
.arrow-style {
	padding-bottom: 0px;
}
.arrow-style .slick-arrow {
	position: absolute;
	bottom: 0;
	width: 110px;
	border-radius: 20px;
	background: rgb(10 23 51 / 10%) url(images/sp.svg) no-repeat;
	height: 60px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 0;
}
.arrow-style .slick-arrow:hover {
	background-color: #ffa842;
}
.arrow-style .slick-arrow.slick-prev {
	left: calc(50% - 72px);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	background-position: top 19px left -526px;
}
.arrow-style .slick-arrow.slick-next {
	right: calc(50% - 122px);
	background-position: top 19px left -526px;
}
.same-btn {
	display: block;
	max-width: fit-content;
	margin: 0 auto;
	border-radius: 20px;
	background: #ffa842;
	text-align: center;
	padding: 21px 60px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 30px;
	font-weight: 500;
	color: #FFF;
}
.same-btn span {
	font-family: Oswald;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	color: #FFF;
	display: block;
	margin-bottom: 5px;
}
.same-btn:hover {
	background: #0a1733;
}
.same-btn.bg-blue {
	background: #0a1733;
}
.same-btn.bg-blue:hover {
	background: #ffa842;
}
.z-index {
	position: relative;
	z-index: 5;
}
.order-0 {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.p-0 {
	padding: 0;
}
/*----------------------------------
1. HEADER AREA START
---------------------------------- */
.main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding-top: 35px;
	padding-bottom: 10px;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}
.main-header.fixed {
	background: #0a1733;
	padding: 10px 0;
}
.main-header .container {
	max-width: 1680px;
}
.header-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* left */
.header-left {
	margin-right: auto;
}
/* right */
.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-right .loca {
	font-family: Oswald;
	font-size: 24px;
	font-weight: 500;
	color: #FFF;
	position: relative;
	padding-left: 55px;
}
.header-right .loca::before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 40px;
	height: 40px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -2px left -171px;
}
.header-right .loca:hover {
	color: #FFB45C;
}
.header-right .wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
}
.header-btn {
	font-family: Oswald;
	font-size: 24px;
	font-weight: 500;
	color: #FFF;
	padding: 21px 45px;
	border: 1px solid;
	border-radius: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
}
.header-right .wrp .header-btn.book {
	border-color: #77D9FF;
}
.header-right .wrp .header-btn.call {
	border-color: #FFB45C;
}
.header-right .wrp .header-btn.book:hover {
	background: #77D9FF;
}
.header-right .wrp .header-btn.call:hover {
	background: #FFB45C;
}
/* mobile bar */
.mobile-bars {
	font-family: Oswald;
	font-size: 22px;
	font-weight: 500;
	color: #FFF;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	position: relative;
	padding-right: 55px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}
.mobile-bars::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 33px;
	height: 2px;
	background: #FFF;
	border-radius: 5px;
}
.mobile-bars p:last-child {
	display: none;
}
.mobile-bars.active p:first-child {
	display: none;
}
.mobile-bars:hover {
	opacity: .9;
}
/* active  */
.mobile-bars.active p:last-child {
	display: block;
}
.mobile-bars.active {
	border-color: #0a1733;
}
.mobile-bars.active::after {
	background: #0a1733;
}
.mobile-bars.active p:last-child {
	display: block;
	color: #0a1733;
}
.mobile-bars.active {
	position: relative;
	z-index: 9999;
	top: 0;
	right: 0;
}
/* Main Menu ------- */
.side-nav-area {
	position: fixed;
	z-index: 999;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #FFF;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}
.side-nav-area.active {
	left: 0;
}
.main-menu {
	height: 100vh;
	max-width: 50%;
	width: 100%;
	padding: 50px 0 50px 100px;
	background: #0a1733;
}
.main-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	position: relative;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}
.main-menu ul li {
	position: relative;
}
.main-menu ul li a {
	font-size: 45px;
	font-weight: 700;
	line-height: 60px;
	color: #FFF;
	position: relative;
	padding: 9px 0;
	display: block;
}
.main-menu ul li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #FFFF;
	max-width: 0;
	width: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.main-menu ul li a:hover::after {
	max-width: 350px;
	width: 100%;
}
/* Drop Down  */
.main-menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	max-width: 1000px;
	width: 100%;
	min-width: 800px;
	padding-left: 80px;
	opacity: 0;
	visibility: hidden;
}
.main-menu ul li:hover ul {
	opacity: 1;
	visibility: visible;
}
.main-menu ul ul li a {
	font-size: 28px;
	display: inline-block;
	line-height: normal;
	color: #0a1733;
}
.main-menu ul ul li a::after {
	background: #0a1733;
}
/* Banner Section -------- */
.banner-sec {
	position: relative;
	padding: 0px 0px 80px 0px;
}
.banner-cont {
	text-align: center;
	padding-top: 200px;
}
.banner-cont h1 {
	font-family: Oswald;
	font-size: 90px;
	font-weight: 500;
	line-height: 1.16;
	text-transform: uppercase;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #ffb45c), to(#77d9ff94));
	background-image: -o-linear-gradient(top, #ffb45c 15%, #77d9ff94 100%);
	background-image: linear-gradient(180deg, #ffb45c 15%, #77d9ff94 100%);
	color: transparent;
	-webkit-background-clip: text;
	margin-bottom: 70px;
}
.banner-cont h2 {
	font-family: Oswald;
	font-size: 40px;
	font-weight: 500;
	color: #00e0e0;
	margin-bottom: 80px;
}
.banner-star {
	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;
	gap: 85px;
}
.wrp-star {
	font-family: Oswald;
	font-size: 30px;
	font-weight: 500;
	line-height: 50px;
	color: #FFF;
	max-width: 670px;
	width: 100%;
	padding: 0 75px;
	background: url('images/bannerStarBg.png') no-repeat;
}
.banenr-two-str {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px 5px;
	position: relative;
	max-width: 180px;
	padding-left: 210px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding-top: 18px;
}
.banenr-two-str::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 65px;
	background: url('images/reviews-02.png') no-repeat;
	background-position: 0px 0px;
}
.banenr-two-str p:first-child {
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
	color: #ffa842;
}
.banenr-two-str span:last-child {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #FFFF;
}
.banner-brand {
	margin-top: 100px;
	height: 80px;
	background: url('images/bannerBrandBg.png') no-repeat;
	background-position: center;
}
/* We Understand Area ------- */
.four-sec-bg {
	background: url('images/fourSecBg.png'), url('images/fourSecBgTwo.png');
	background-position: top -1000px left, top -185px right -25px;
	background-size: auto, auto;
	background-repeat: no-repeat;
}
.we-understand-sec .container {
	max-width: 1570px;
}
.we-understand-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* left */
.we-under-left {
	max-width: 725px;
	width: 100%;
}
.we-under-left h3 {
	font-family: Oswald;
	font-size: 30px;
	font-weight: 500;
	color: #000;
	margin-bottom: 45px;
	text-shadow: 10px 10px 20px #fff;
}
.we-under-left p {
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	color: #0a1733;
	margin-bottom: 30px;
	max-width: 680px;
	width: 100%;
}
/* right */
.we-under-right {
	position: relative;
	max-width: 690px;
	width: 100%;
	aspect-ratio: 1;
	background: url('images/underRight.webp');
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-filter: drop-shadow(2px 4px 6px rgb(196 196 196 / 25%));
	filter: drop-shadow(2px 4px 6px rgb(196 196 196 / 25%));
	text-align: right;
}
.we-under-right.inner {
	background: url('/wp-content/uploads/2024/08/diagnose.jpg');
	filter: unset;
	max-width: 780px;
}
.we-under-right p {
	text-align: center;
	font-family: Oswald;
	font-size: 18px;
	font-weight: 500;
	color: #0a1733;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.85);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 32px 25px;
	display: inline-block;
	border-radius: 0 5px 5px 0;
	margin-top: 55px;
	position: relative;
}
.we-under-right p::before {
	content: '';
	position: absolute;
	top: 0;
	left: -133px;
	width: 133px;
	height: 100%;
	border-radius: 5px 0 0 5px;
	background: url('images/underRightLogo.png') no-repeat;
}
.we-under-right p span {
	font-family: Oswald;
	font-size: 50px;
	font-weight: 500;
	color: #ffa842;
	display: block;
	margin-bottom: 5px;
}
/* Home Review Area  */
.home-review {
	text-align: center;
	border-radius: 20px;
	background: #ffffff;
	padding: 50px 105px;
	position: relative;
}
.home-review p {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: #0a1733;
	margin: 30px 0;
}
.home-review .star {
	color: #ffa842;
	font-size: 32px;
}
.home-review .name {
	font-family: Oswald;
	font-size: 22px;
	font-weight: 500;
	line-height: 36px;
	color: #0a1733;
}
.home-review::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	margin: auto auto 10px auto;
	background: url('images/sp.svg') no-repeat;
	background-position: top -121px left -732px;
}
.highly-expe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 22px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.highly-expe li {
	font-family: Oswald;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	color: #0a1733;
	text-align: center;
	text-transform: uppercase;
	border-radius: 20px;
	background: #ffffff;
	-webkit-box-shadow: -3px 8px 20px 0px rgba(33, 33, 33, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	box-shadow: -3px 8px 20px 0px rgba(33, 33, 33, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	position: relative;
	padding: 135px 10px 30px 10px;
	border: 1px solid #C6E4E5;
	-webkit-box-flex: 235px;
	-ms-flex: 235px;
	flex: 235px;
}
.highly-expe li::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 62px;
	height: 62px;
	background: url('images/sp.svg') no-repeat;
}
.highly-expe li.highly::before {
	background-position: top -122px left 0;
}
.highly-expe li.latest::before {
	background-position: top -122px left -113px;
}
.highly-expe li.exce::before {
	background-position: top -122px left -232px;
}
.highly-expe li.state::before {
	background-position: top -122px left -351px;
}
.highly-expe li.care::before {
	background-position: top -122px left -472px;
}
/* Best Headache */
.best-headache-area {
	margin-top: 120px;
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* left  */
.best-head-left {
	max-width: 510px;
	width: 100%;
}
.best-head-left h2 {
	font-family: Oswald;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.best-head-left ul li {
	font-family: Oswald;
	font-size: 22px;
	font-weight: 400;
	line-height: 36px;
	text-transform: uppercase;
	border-radius: 14px;
	background: #ffffff;
	-webkit-box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.0099), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.0099), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	margin-top: 15px;
	position: relative;
	padding: 33px 33px 33px 80px;
}
.best-head-left ul li::before {
	content: '';
	position: absolute;
	top: 36px;
	left: 30px;
	width: 32px;
	height: 32px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -270px;
}
/* right  */
.best-head-right {
	max-width: 680px;
	width: 100%;
}
.best-head-right h2 {
	font-family: Oswald;
	font-size: 45px;
	font-weight: 500;
	color: #ffa842;
	margin-bottom: 50px;
}
.best-head-right p {
	margin-bottom: 40px;
}
.bst-book {
	display: block;
	max-width: fit-content;
	margin: 0 auto;
	border-radius: 20px;
	background: #0a1733;
	padding: 16px 40px;
	font-family: Oswald;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: #FFF;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 1px solid transparent;
}
.bst-book span {
	display: block;
	font-size: 26px;
	font-weight: 500;
	margin-top: 5px;
	text-transform: uppercase;
}
.bst-book:hover {
	background: #FFA842;
}
/* Delivering Up-to Section */
.delivering-sec {
	background: url('images/delivering/deliveringBg.png') no-repeat;
}
.delivering-caro {
	max-width: 1590px;
	width: 100%;
	margin-left: auto;
	margin-bottom: 180px;
}
.single-delivering {
	max-width: 610px;
	width: 100%;
	margin-right: 35px;
}
.single-delivering .thum {
	max-width: 398px;
	width: 100%;
	border-radius: 20px 100px 20px 20px;
	margin-left: 75px;
	margin-bottom: -25px;
	-webkit-box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	position: relative;
	z-index: 3;
	height: 232px;
	filter: grayscale(1);
	background-repeat: no-repeat;
}
.single-delivering .thum img {
	width: 100%;
	display: block;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.single-delivering .text {
	padding: 75px 60px 40px 60px;
	background: #ffffff;
	border-radius: 20px 100px 20px 20px;
	min-height: 492px;
}
.single-delivering .text h2 {
	font-family: Oswald;
	font-size: 22px;
	font-weight: 500;
	line-height: 36px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 22px;
}
.single-delivering .text p + p {
	margin-top: 30px;
}
.news-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 35px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 110px;
}
.news-list li {
	width: 180px;
	height: 180px;
	border-radius: 20px;
	-webkit-box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	background: #FFFF url('images/sp.svg') no-repeat;
}
.news-list li.the {
	background-position: top -228px left 38px;
}
.news-list li.wome {
	background-position: top -228px left -149px;
}
.news-list li.fox {
	background-position: top -228px left -339px;
}
.news-list li.new {
	background-position: top -238px left -541px;
}
.news-list li.am {
	background-position: top -222px left -752px;
}
.news-list li.cbs {
	background-position: top -204px left -954px;
}
/* Why should Section  -------- */
.why-should-sec {
	position: relative;
	z-index: 3;
}
.why-should-sec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 560px;
	background: -o-linear-gradient(288.97deg, #6f655c 0%, #d5c2af 100%);
	background: linear-gradient(161.03deg, #6f655c 0%, #d5c2af 100%);
}
.why-should-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}
/* left */
.why-should-left {
	max-width: 610px;
	width: 100%;
}
.why-sld-af {
	font-family: Ovo;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	color: #FFF;
	display: inline-block;
	position: relative;
	padding-right: 260px;
}
.why-sld-af::before {
	content: '';
	position: absolute;
	top: 0;
	right: 163px;
	width: 80px;
	height: 40px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -817px;
}
.why-sld-af::after {
	content: '';
	position: absolute;
	top: -8px;
	right: 0;
	width: 145px;
	height: 55px;
	background: url('images/reviews-03.png') no-repeat;
	background-position: 0px 0px;
}
.why-should-left > div {
	border-radius: 20px;
	background: #ffffff;
	-webkit-box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.10);
	padding: 55px;
}
/* right */
.why-should-right img {
	display: block;
}
/* Patient Testimonials  */
.patient-sec {
	position: relative;
	z-index: 2;
	padding-bottom: 110px;
}
.patient-sec::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -488px;
	right: 0;
	width: 686px;
	height: 686px;
	border-radius: 343px;
	background: rgb(225 180 84 / 15%);
	-webkit-box-shadow: 0px 0px 156px 186px rgb(225 180 84 / 15%);
	box-shadow: 0px 0px 156px 186px rgb(225 180 84 / 15%);
}
.patient-sec::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: -146px;
	width: 686px;
	height: 686px;
	border-radius: 343px;
	background: rgb(118 216 255 / 15%);
	-webkit-box-shadow: 0px 0px 156px 186px rgb(118 216 255 / 15%);
	box-shadow: 0px 0px 156px 186px rgb(118 216 255 / 15%);
}
.patient-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
.patient-wrp.arrow-style {
	padding-bottom: 0;
}
.single-patient {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 20px;
	background: #ffffff;
	-webkit-box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.050), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.050), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	padding: 45px;
	text-align: center;
	min-height: 680px;
	margin-bottom: 50px !important;
}
.single-patient.bg-gray {
	background: #f0f0f0;
}
.single-patient::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -121px left -732px;
	margin: auto;
}
.single-patient .star {
	font-size: 30px;
	color: #ffa842;
	margin: 20px 0;
	display: block;
}
.single-patient .name {
	font-family: Oswald;
	font-size: 22px;
	font-weight: 500;
	line-height: 36px;
	text-transform: uppercase;
	margin-top: 35px;
	display: block;
}
.patient-btn {
	margin-top: 80px;
}
.patient-btn a {
	font-family: Oswald;
	font-size: 26px;
	font-weight: 500;
	border-radius: 20px;
	background: #ffa842;
	color: #FFF;
	padding: 23px 33px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.patient-btn a:hover {
	background: #0a1733;
}
/* Pain Relief Section  */
.pain-relief-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pain-relief-wrp > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 80px 15px;
	border-radius: 20px;
}
.pain-relief-wrp  > div > div {
	max-width: 525px;
	width: 100%;
	margin: auto;
}
.pain-relief-wrp span.relief-head {
	font-family: Oswald;
	font-size: 45px;
	font-weight: 500;
	margin-bottom: 40px;
}
/* left */
.pain-relief-left {
	background: -webkit-gradient(linear, left top, left bottom, from(#0b1834), to(#36528d));
	background: -o-linear-gradient(top, #0b1834 0%, #36528d 100%);
	background: linear-gradient(-180deg, #0b1834 0%, #36528d 100%);
	color: #FFF;
}
.pain-relief-left h2 {
	color: #ffa842;
}
.pain-relief-left ul,
.pain-relief-left p {
	margin-top: 40px;
}
.pain-relief-left ul li {
	list-style: disc;
	margin-left: 25px;
	font-weight: 500;
}
/* right */
.pain-relief-right {
	background: -o-linear-gradient(235deg, rgb(255 180 92 / 34%) 0%, rgb(119 217 255 / 24%) 79%);
	background: linear-gradient(215deg, rgb(255 180 92 / 34%) 0%, rgb(119 217 255 / 24%) 79%);
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}
.pain-relief-right h2 {
	color: #0a1733;
}
.pain-relief-right p {
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 70px;
}
.pain-call {
	margin: 60px 0 10px 0;
}
.pain-call a {
	font-family: Oswald;
	font-size: 30px;
	font-weight: 500;
	color: #0a1733;
	text-decoration: underline;
	position: relative;
	padding-top: 120px;
}
.pain-call a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 72px;
	height: 72px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -119px left -835px;
}
.pain-call a:hover {
	color: #ffa842;
}
/* Our Doctors  */
.two-sec-bg {
	position: relative;
	z-index: 2;
	padding-top: 80px;
	padding-bottom: 120px;
	margin-top: 80px;
}
.two-sec-bg::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 120px);
	background: url('images/twoSecBg.png') no-repeat;
	background-size: cover;
}
.our-doctor-sec .container {
	max-width: 1770px;
}
.our-doc-head {
	margin-bottom: 75px;
}
.our-doc-head h2 {
	margin-bottom: 40px;
}
.our-doc-head p {
	max-width: 850px;
	width: 100%;
	margin: auto;
}
.our-doctor {
	margin-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 45px;
	margin-top: 80px;
}
.our-doctor.arrow-style {
	padding-bottom: 0;
}
.home-single-doc {
	text-align: center;
	position: relative;
	z-index: 3;
	padding-bottom: 50px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.home-single-doc::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 355px;
	background: #ffffff;
	-webkit-box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	border-radius: 20px 100px 20px 20px;
}
.home-single-doc .thum {
	max-width: 290px;
	overflow: hidden;
	margin-bottom: 45px;
	margin-inline: auto;
	border-radius: 20px;
	background: #ffffff;
	-webkit-box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
}
.home-single-doc .thum img {
	width: 100%;
	mix-blend-mode: multiply;
	display: block;
}
.home-single-doc span {
	font-family: Oswald;
	font-size: 22px;
	font-weight: 500;
	line-height: 36px;
	text-transform: uppercase;
	color: #0a1733;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.home-single-doc:hover span {
	color: #ffa842;
}
.our-doc-at {
	max-width: 1510px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.our-doc-at img {
	mix-blend-mode: darken;
}
/* Office Gallery   */
.office-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
.office-gallery.arrow-style {
	padding-bottom: 0;
}
.single-office {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.single-office img {
	display: block;
	border-radius: 20px;
}
/* Footer Section ------------------ */
.footer-sec {
	background: url('images/footerBg.png') no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 100px;
	padding-bottom: 40px;
}
.footer-wrp {
	padding: 150px 0 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.single-footer.one {
	max-width: 380px;
	width: 100%;
}
.single-footer .f-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	display: block;
	margin-bottom: 15px;
}
.single-footer p, .single-footer ul li, 
.single-footer ul li a {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #0a1733;
}
.single-footer ul li a:hover {
	text-decoration: underline;
}
.single-footer ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 25px;
}
.single-footer ul li strong {
	width: 50px;
	font-weight: 500;
}
.single-footer ul li + li {
	margin-top: 8px;
}
.single-footer ul li span {
	width: 110px;
}
/* copy right  */
.copy-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.copy-right p {
	font-size: 18px;
	line-height: 36px;
	color: #FFF;
}
.copy-right ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
}
.copy-right ul li a {
	font-size: 18px;
	line-height: 36px;
	color: #FFF;
}
.copy-right ul li a:hover {
	text-decoration: underline;
}
.overflow {
	overflow: auto;
}
/* Inner Banner Section ----------- */
.inner-banner-sec {
	position: relative;
	z-index: 2;
	padding: 260px 0 80px 0;
	background: url('images/inner/innerBnnerBg.jpg') no-repeat;
	background-size: cover!important;
}
.inner-banner-sec .container {
	max-width: 1680px;
}
.inner-banner {
	text-align: center;
	margin-bottom: 150px;
}
.inner-banner h1 {
	font-family: Oswald;
	font-size: 70px;
	font-weight: 500;
	line-height: 1.16;
	text-transform: uppercase;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #ffb45c), to(#77d9ff94));
	background-image: -o-linear-gradient(top, #ffb45c 15%, #77d9ff94 100%);
	background-image: linear-gradient(180deg, #ffb45c 15%, #77d9ff94 100%);
	color: transparent;
	-webkit-background-clip: text;
	margin-bottom: 40px;
}
.inner-banner span {
	font-family: Oswald;
	font-size: 30px;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 50px;
}
.inner-banner p {
	font-family: Oswald;
	font-size: 22px;
	font-weight: 400;
	line-height: 34px;
	color: #FFF;
	max-width: 1255px;
	width: 100%;
	margin: auto;
}
.inner-bn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 25px;
	margin-top: -105px;
	max-width: 1650px;
	margin-left: auto;
	margin-right: auto;
}
.inner-bn-list li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: Oswald;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	border-radius: 20px;
	background: #ffffff;
	text-transform: uppercase;
	-webkit-box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	position: relative;
	padding: 80px 15px 60px 15px;
}
.inner-bn-list li::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	width: 34px;
	height: 34px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -1px left -359px;
}
/* Our Mission Page ---------------------- */
.mission-advanced-sec {
	padding: 155px 0;
	position: relative;
	z-index: 1;
}
.mission-advanced-sec::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 200px);
	background: url('images/inner/missionAdBg.jpg') no-repeat;
	background-size: cover;
	background-position: top -300px center;
}
.mission-advanced-sec .container {
	max-width: 1630px;
}
.mission-advanced-sec h2 {
	max-width: 1260px;
}
.mission-advanced {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* left  */
.mission-adv-left {
	max-width: 680px;
}
.mission-adv-left p {
	margin-bottom: 40px;
}
/* right */
.mission-adv-right {
	max-width: 670px;
	width: 100%;
	height: 620px;
	background: url('images/inner/missionAdRight.png') no-repeat;
	background-size: cover;
	margin-top: -80px;
	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;
}
.mission-adv-right button {
	width: 109px;
	height: 77px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -454px left -920px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.mission-adv-right button:hover {
	opacity: .8;
}
/* Our Integrative  */
.our-inter-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.our-inter-left {
	max-width: 620px;
}
/* right  */
.our-inter-right {
	max-width: 565px;
	margin-top: auto;
}
.inter-head h2 {
	font-family: Oswald;
	font-size: 45px;
	font-weight: 500;
	color: #ffa842;
	margin-bottom: 45px;
}
.inter-head h3 {
	font-family: Oswald;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 35px;
}
.inter-head p {
	margin-top: 35px;
}
/* Mission Two Section */
.mission-two-sec::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 686px;
	height: 686px;
	border-radius: 343px;
	background: rgb(225 180 84 / 15%);
	-webkit-box-shadow: 0px 0px 156px 186px rgb(225 180 84 / 15%);
	box-shadow: 0px 0px 156px 186px rgb(225 180 84 / 15%);
}
.mission-two-sec::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: -146px;
	width: 686px;
	height: 686px;
	border-radius: 343px;
	background: rgb(118 216 255 / 15%);
	-webkit-box-shadow: 0px 0px 156px 186px rgb(118 216 255 / 15%);
	box-shadow: 0px 0px 156px 186px rgb(118 216 255 / 15%);
}
.mission-time .container {
	max-width: 1170px;
}
.mission-two-sec .our-doc-head {
	margin-bottom: 0;
}
.mission-doc.arrow-style {
	padding-bottom: 40px;
}
.mission-doc .home-single-doc {
	margin: 100px 23px 100px 23px;
}
.mission-doc .home-single-docc::after {
	-webkit-box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10);
	box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10);
}
.mission-doc.arrow-style .slick-arrow.slick-next {
	background-position: top 19px left -691px;
}
.mission-doc.arrow-style .slick-arrow.slick-prev {
	background-position: top 20px left -684px;
}
/* Patient Testimonials  */
.mission-testi {
	margin-top: 50px;
	padding-top: 150px;
	background: url('images/inner/messiTestiBg.png') no-repeat;
	background-position: center;
	background-size: cover;
}
.mession-testi-wrp {
	margin-bottom: 180PX;
}
.mission-testi .single-patient {
	margin: 0 16px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	background: #FFF;
}
.single-patient.slick-center {
	background: #f0f0f0;
}
/* Common Footer Area  */
.common-footer-sec::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/inner/commonFBg.jpg') no-repeat;
	background-position: bottom 80px center;
}
.common-footer-sec .pain-relief-right {
	background: #fff;
	-webkit-box-shadow: 20px 20px 20px 20px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	box-shadow: 20px 20px 20px 20px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
}
/* Review Page ----------- */
.review-sec {
	padding-top: 170px;
	margin-bottom: 100px;
	background: url('images/inner/reviewHeadBg.jpg') no-repeat;
	background-position: top -275px center;
}
.review-sec .container {
	max-width: 1680px;
}
.review-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
}
/* left */
.review-hd-left {
	max-width: 995px;
	width: 100%;
}
.review-hd-left p {
	max-width: 890px;
	width: 100%;
}
.updated {
	background: rgba(255, 255, 255, 0.85);
	padding: 15px 50px;
	border-radius: 200px 0 0 200px;
	max-width: 995px;
	width: 100%;
	display: block;
	margin-bottom: 45px;
	-webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}
/* right */
.review-hd-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	gap: 5px;
	position: relative;
	padding-top: 140px;
}
.review-hd-right::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: url('images/reviews-01.png') no-repeat;
	background-position: 0 0;
}
.review-hd-right .rat {
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
	color: #1b1b1b;
}
.review-hd-right .star {
	font-size: 28px;
}
.review-hd-right p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #1b1b1b;
}
.wave-review-area {
	position: relative;
	z-index: 3;
	margin-bottom: 60px;
}
.wave-review-area::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 97px;
	left: 0;
	width: 100%;
	height: 1000px;
}
.wave-review-area.bg::after {
	background: url('images/inner/waveReview.jpg') no-repeat;
	background-position: top center;
}
.wave-review {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.wave-review .google {
	width: 200px;
	height: 200px;
	display: block;
	margin: auto auto 25px;
	border-radius: 100px;
	background: #EBF9FF;
	border: 20px solid #FFF;
	position: relative;
}
.wave-review .google::before {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	inset: 0;
	margin: auto;
	background: url('images/sp.svg') no-repeat;
	background-position: top -119px left -594px;
}
.wave-review .star {
	font-size: 32px;
	color: #ffa842;
}
.wave-review p {
	margin: 40px 0;
}
.wave-review span {
	font-family: Oswald;
	font-size: 22px;
	font-weight: 500;
	line-height: 36px;
	color: #0a1733;
	display: block;
}
/* Our Service Page ---------- */
.our-service-sec {
	padding-top: 150px;
	background: url('images/inner/reviewHeadBg.jpg') no-repeat;
	background-position: top -90px center;
}
.our-service-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 80px 38px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.our-service-wrp .single-delivering {
	margin: 0;
}
.our-service-wrp .single-delivering .text {
	background: #ffffff;
	-webkit-box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.050), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.050), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
}
.mission-testi.our {
	margin-top: -50px;
}
/* Location Page ------------- */
.location-sec {
	padding-top: 170px;
	background: url('images/inner/locationBg.jpg') no-repeat;
	background-position: top center;
}
.location-sec .container {
	max-width: 1680px;
}
.location-wrp {
	margin-top: 100px;
	max-width: 1366px;
	display: block;
	margin: 50px auto 0px;
}
.location-wrp ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.location-left ul li iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border-radius: 10px 70px 10px 10px;
}
/* left  */
.location-left {
	width: 100%;
}
.location-left ul li {
	background: #ffffff;
	-webkit-box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	border-radius: 20px 100px 20px 20px;
	padding: 35px;
	width: 48%;
	min-height: 409px;
	align-items: center;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.location-left ul li span {
	font-family: Oswald;
	font-size: 22px;
	font-weight: 500;
	line-height: 36px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.location-left ul li a {
	color: #0a1733;
	padding-left: 30px;
	position: relative;
	width: 100%;
}
.location-left ul li a::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 25px;
	height: 25px;
	background: url('images/sp.svg') no-repeat;
}
.location-left ul li a::after {
	content: '';
	position: absolute;
	top: -18px;
	right: 0;
	width: 83px;
	height: 63px;
	border-radius: 1000px;
	background: #ffb45c url('images/sp.svg') no-repeat;
	background-position: top 14px left -54px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.location-left ul li a:hover {
	text-decoration: underline;
}
.location-left ul li a:hover:after {
	background-color: #f5901a;
}
/* right  */
.location-right {
	max-width: 870px;
	width: 100%;
}
.location-right iframe {
	width: 100%;
	height: 620px;
	border-radius: 20px 100px 20px 20px;
	border: 0;
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
}
/* Contact Page ------------- */
.contact-us-sec {
	position: relative;
	padding-top: 80px;
}
.contact-us-sec::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	background: url('images/inner/contactBg.jpg') no-repeat;
	background-position: bottom;
}
.contact-us-sec p {
	max-width: 895px;
	margin-inline: auto;
	text-align: center;
}
.contact-form {
	margin-top: 70px;
}
.contact-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.single-input {
	-webkit-box-flex: calc(50% - 15px);
	-ms-flex: calc(50% - 15px);
	flex: calc(50% - 15px);
}
.single-input.f-w {
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}
.single-input input,
.single-input textarea {
	border-radius: 20px;
	background: #ffffff;
	-webkit-box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	padding: 32px 40px;
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	color: #0a1733;
	outline: none;
	border: 1px solid transparent;
}
.single-input input::-webkit-input-placeholder, .single-input textarea::-webkit-input-placeholder {
	font-family: Roboto;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	color: #0a1733;
}
.single-input input::-moz-placeholder, .single-input textarea::-moz-placeholder {
	font-family: Roboto;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	color: #0a1733;
}
.single-input input:-ms-input-placeholder, .single-input textarea:-ms-input-placeholder {
	font-family: Roboto;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	color: #0a1733;
}
.single-input input::-ms-input-placeholder, .single-input textarea::-ms-input-placeholder {
	font-family: Roboto;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	color: #0a1733;
}
.single-input input::placeholder,
.single-input textarea::placeholder {
	font-family: Roboto;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	color: #0a1733;
}
.single-input textarea {
	resize: none;
	height: 220px;
}
.single-input input:focus,
.single-input textarea:focus {
	border-color: #FFA842;
} 
.single-input.btn {
	margin-top: 15px;
}
.single-input button {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: #FFF;
	border-radius: 20px;
	background: #ffa842;
	-webkit-box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	padding: 34px 97px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.single-input button:hover {
	background: #0a1733;
}
/* Multimodal Page ----------------- */
.main-inner-sec {
	padding-top: 170px;
	background: url('images/inner/reviewHeadBg.jpg') no-repeat;
	background-position: top -275px center;
}
.main-inner-sec .updated {
	margin-left: 70px;
	margin-bottom: 70px;
}
/* Main Inner  */
.main-inner h2 {
	font-family: Oswald;
	font-size: 55px;
	font-weight: 500;
	color: #0a1733;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.main-inner .box {
	background: #ffffff;
	-webkit-box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	box-shadow: -3px 8px 20px 0px rgba(150, 150, 150, 0.10), -13px 33px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	padding: 55px;
	border-radius: 20px 100px 20px 20px;
}
.main-inner img {
	margin-inline: auto;
	display: block;
}
.main-inner ul {
	background: -o-linear-gradient(326deg, #ffb45c2e 0%, #77d9ff30 72%);
	background: linear-gradient(124deg, #ffb45c2e 0%, #77d9ff30 72%);
	padding: 45px;
	border-radius: 20px 100px 20px 20px;
	margin-bottom: 40px;
}
.main-inner ul:last-child {
	margin-bottom: 0;
}
.main-inner ul li {
	font-size: 18px;
	font-weight: 400;
	list-style: disc;
	margin-left: 20px;
}
.main-inner strong {
	font-weight: 500;
}
/* margin bottom  */
.main-inner .box,
.main-inner img {
	margin-bottom: 80px;
}
.main-inner p:not(:last-child) {
	margin-bottom: 20px;
}
.bg-center {
	display: block;
	text-align: center;
	padding: 20px 15px;
	background: -o-linear-gradient(326deg, #ffb45c2e 0%, #77d9ff30 72%);
	background: linear-gradient(124deg, #ffb45c2e 0%, #77d9ff30 72%);
	border-radius: 10px 25px 10px 10px;
	margin-top: 40px;
}
.mt-70 {
	margin-top: -71px;
}
.inner-banner-sec.contact .inner-banner {
	margin-bottom: 70px;
}
/* Inner Page ------------------------- */
.main-inner-two-sec {}
.main-inner-two-sec .container {
	max-width: 1030px;
}
.inner-area {
	padding: 70px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 60px rgba(65, 107, 156, 0.18);
	box-shadow: 0px 0px 60px rgba(65, 107, 156, 0.18);
	border-radius: 20px;
}
.vcard.author.updated-on p {
	font-size: 15px;
	color: #0a1733a8;
	padding: 6px;
	background: #416b9c14;
	border-left: 3px  solid#36a9d33b;
	margin-bottom: 35px;

}
.inner-area h2, .inner-area h3, .inner-area h4 {
	position: relative;
	font-family: Oswald;
	font-weight: 500;
	font-size: 30px;
	color: #0a1733;
	margin-bottom: 40px;
	margin-top: 40px;
	line-height: 1.3;
}
.inner-area h3{
	font-size: 26px;
}
.inner-area h4{
	font-size: 22px;
}
.inner-area h2::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 70px;
	height: 5px;
	background: #77D9FF;
}
.inner-area p,
.inner-area ul li,
.inner-area ul li a {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #0a1733;
}
.inner-area ul li {
	list-style: square;
	margin-left: 20px;
}
.inner-area ul {
	background: #F2F5FA;
	padding: 30px;
	display: grid;
	gap: 12px;
	border-radius: 20px;
}
.inner-area .link-list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px 90px;
}
.inner-area a {
	text-decoration: underline;
	color: #36a9d3;
}
.inner-area a:hover {
	text-decoration: none;
}
.inner-area img {
	width: 100%;
	display: block;
	border-radius: 20px;
}
.inner-area blockquote.imp-text {
	padding: 50px 30px;
	border-left: 4px solid #05304E;
	margin: 50px 0;
}
.inner-area blockquote.imp-text p {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
.inner-area blockquote.imp-text p::before,
.inner-area blockquote.imp-text p::after,
.inner-area blockquote.imp-text::before,
.inner-area blockquote.imp-text::after {
	display: none;
}
.inner-area blockquote {
	margin: 100px 0;
	padding: 100px 50px 30px;
	text-align: center;
	position: relative;
	margin-bottom: 80px;
	box-shadow: 0 0 30px rgba(130, 146, 168, 0.14);
}
.inner-area blockquote p {
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	max-width: 960px;
	margin: 30px auto 25px auto;
	position: relative;
	padding: 40px 0px;
	text-align: center;
	font-size: 22px;
	line-height: 36px;
}
.inner-area blockquote::before {
	content: '';
	position: absolute;
	top: 24px;
	right: 34px;
	width: 50px;
	height: 50px;
	background: url(images/quote.svg) no-repeat center;
}
.inner-area blockquote::after {
	content: '';
	position: absolute;
	bottom: 24px;
	left: 34px;
	width: 50px;
	height: 50px;
	background: url(images/quote.svg) no-repeat center;
	transform: rotate(180deg);
}
.inner-area p::before {
	content: "\2605 \2605 \2605 \2605 \2605";
	color: #FF690F;
	font-size: 25px;
	letter-spacing: 1px;
	left: 0px;
	right: 0px;
	top: -40px;
	position: absolute;
	margin: 0 auto;
	width: max-content;
	font-style: normal;
}
.inner-area blockquote p::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -200px;
	width: 145px;
	height: 145px;
	box-shadow: 0 0 30px rgb(130 146 168 / 14%);
	border-radius: 100px;
	margin: auto;
	background: url(images/sp.svg) #fff no-repeat;
	background-position: top -88px left -562px;
}
/* Margin bottom  */
.inner-area h3:not(:last-child),
.inner-area h4:not(:last-child),
.inner-area p:not(:last-child),
.inner-area ul:not(:last-child),
.inner-area img:not(:last-child) {
	margin-bottom: 35px;
}
/* New Tretment  ---- */
.latest-tretment-wrap {
	display: flex;
	gap: 35px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.single-tretment {
	text-align: center;
	flex: 1;
}
.tretment-icon {
	width: 130px;
	aspect-ratio: 1;
	display: block;
	position: relative;
	background: #10375F;
	border-radius: 5px;
	box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.08);
	margin: auto auto 15px;
}
.tretment-icon::before {
	content: '';
	position: absolute;
	width: 70px;
	height: 70px;
	inset: 0;
	margin: auto;
	background: url('https://advheadache.qanber.com/wp-content/uploads/2024/07/newTret.svg');
}
.single-tretment:nth-child(2) .tretment-icon::before {
	background-position: top 0 left -73px;
}
.single-tretment:nth-child(3) .tretment-icon::before {
	background-position: top 0 left -146px;
}
.single-tretment:nth-child(4) .tretment-icon::before {
	background-position: top 0 left -218px;
}
.single-tretment:nth-child(5) .tretment-icon::before {
	background-position: top 0 left -286px;
	width: 50px;
}
.single-tretment .star {
	color: #FF8900;
	font-size: 22px;
}
.single-tretment h6 {
	font-size: 16px;
	color: #000B3B;
	line-height: 1.4;
	text-transform: uppercase;
	margin-top: 15px;
}
span.doctor-img img {
	width: 100%;
	height: auto;
	max-width: 300px;
	border-radius: 100%;
	/* border: 1px solid #ccc; */
	box-shadow: 0 20px 20px #0000001c;
}
.single-delivering .text h2 a {
	color: inherit;
	text-decoration: underline;
}
.single-delivering .text h2 a:hover {
	color: #ffa842;
}
.single-delivering .text ul {
	list-style: square;
	margin-left: 30px;
	margin-top: 30px;
	color: inherit;
}
.single-delivering .text ul li a {
	color: inherit;
	text-decoration: underline;
}
.single-delivering .text ul li a:hover {
	color: #ffa842;
}
.callinto-text {
	max-width: 1000px;
	display: block;
	margin: 70px auto;
	text-align: center;
	padding-bottom: 50px;
	font-weight: 300;
}
.callinto-text a {
	color: inherit;
	text-decoration: underline;
	color: #ffa842;
}
.vidbox {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.vidbox:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #0a1733c4;
	position: absolute;
}
.vidbox video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.inner-banner p#breadcrumbs, .inner-banner p#breadcrumbs a, .inner-banner p#breadcrumbs span {
	font-size: 16px!important;
	color: #fff;
	font-family: 'Roboto';
	font-weight: 300;
}
.inner-banner p#breadcrumbs a{
	text-decoration: underline;
	font-weight: 500;
}
.location-left ul li a.phone {
	margin-top: 15px;
	cursor: pointer;
}
.location-left ul li a.phone:after {
	display: none;
}
.location-left ul li a.phone:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(images/sp.svg) no-repeat;
	background-position: top 0 left -945px;
}
.location-left ul li p {
	margin-left: 31px;
}
.location-left ul li button {
	border: 1px solid;
	padding: 10px 20px;
	margin: 20px 0px 0px 30px;
	border-radius: 100px;
	background: #fff;
	color: #0a1633;
	font-size: 18px;
	transition: .3s;
}
.location-left ul li button:hover {
	background: #0a1633;
	color: #fff;
}
.loc-review .blockquote {
	margin-left: 30px;
	margin-right: 30px;
}
blockquote::before, .blockquote::before {
	content: "";
	position: absolute;
	top: 24px;
	right: 34px;
	width: 50px;
	height: 50px;
	background: url(images/quote.svg) no-repeat center;
}
.inner-content-wrap blockquote p, .inner-content-wrap .blockquote p {
	color: #444444;
	font-size: 18px;
	line-height: 34px;
	padding-bottom: 60px;
	font-family: 'Roboto';
	position: relative;
	padding: 178px 95px 60px 95px;
}
blockquote strong, .blockquote strong {
	font-size: 15px;
	letter-spacing: 6px;
	text-transform: uppercase;
	font-weight: 400;
}
blockquote::after, .blockquote::after {
	content: "";
	position: absolute;
	bottom: 24px;
	left: 34px;
	width: 50px;
	height: 50px;
	background: url(images/quote.svg) no-repeat center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
section.patient-sec.inner {
	margin-top: 80px;
}
section.patient-sec.inner:before{
	display: none;
}
.vcard.author.updated-on {
	margin: 50px auto;
	width: 100%;
	max-width: 1000px;
	display: block;
}
.inner-area h2 a {
	font-size: 22px;
	color: #000;
	line-height: 1.6;
}
.main-inner-two-sec .vcard.author.updated-on {
	margin: 30px 0px;
}
img.aligncenter {
	display: block;
	margin-bottom: 30px!important;
	object-fit: unset;
	width: 100%;
	height: auto;
}
img.alignright {
	float: right;
	margin: 0 0 30px 30px;
	width: 100%;
	height: auto;
}
section.contact-us-sec a {
	text-decoration: underline;
	color: inherit;
}
img.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
img.alignright {
	width: auto;
	height: auto;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
.award-images {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.award-images img {
	width: 47%;
	margin: 0px;
	height: auto;
}
img.ct-image.ls-is-cached.lazyloaded {}

.inner-area a.ct-link, .inner-area div.ct-link {
	text-decoration: none!important;
	font-size: 17px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #0a17330f;
	margin: 0px 5px;
	padding: 34px 20px;
	border-radius: 30px;
}
.inner-area div.ct-link .bookbtn {
	margin-top: 15px;
    padding: 10px 20px;
    background: #0a1733;
    border-radius: 10px;
    color: #fff;
}
a.ct-link img, div.ct-link img {
	width: 100%;
	max-width: 200px;
	text-align: center;
}
.inner-area a.ct-link h3, .inner-area div.ct-link h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px 0px 10px;
}
.inner-area a.ct-link div, .inner-area div.ct-link div {
	font-size: 14px;
	line-height: 1.6;
	color: #787878;
}
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
	position: absolute;
	bottom: -100px;
	width: 60px;
	border-radius: 100%;
	background: url(images/sp.svg) no-repeat;
	height: 60px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 0;
	background-position: top 19px left -620px;
	background-color: #77d9ff;
	right: calc(50% + 15px);
}
button.slick-next.slick-arrow {
	background-position: top 19px left -712px;
	right: -69px;
	left: calc(50% + 15px);
}
.our-doctor-wrap {
	margin-bottom: 140px;
}
.loc-review {
	margin-bottom: 140px;
}
.single-testomonial {
	padding: 130px 50px 50px;
	box-shadow: 0 0 20px #0a173317;
	border-radius: 20px;
	position: relative;
	text-align: center;
	margin: 30px;
}
.single-testomonial p {
	text-align: center;
	width: 100%;
	max-width: 100%;
}
.inner-area .single-testomonial p::before{
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	inset: 0;
	background: url(images/sp.svg) no-repeat;
	background-position: top -119px left -594px;
	top: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.name {
	font-size: 18px;
	font-weight: bold;
}
.two-row {
	display: flex;
	width: 100%;
	gap: 2%;
}
.two-row div, .two-row p {
	width: 48%;
}
.two-row div p {
	width: 100%;
}
ul.open-houre li {
	display: flex;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 70%;
	margin-left: 0px;
}
.inner-area ul.two-row.serv-list {
	display: grid;
	list-style: none;
	justify-content: space-between;
	grid-column-gap: 2%;
	align-items: center;
	text-align: center;
	grid-template-columns: 50% 50%;
	background: no-repeat;
	padding: 0px;
}
.inner-area ul.two-row.serv-list li {
	list-style: none;
	width: 100%;
	padding: 20px;
	border-radius: 100px;
	background: #0a1733;
	color: #fff;
	margin: 0px;
}
.inner-area ul.two-row.serv-list li a {
	color: #fff;
	text-decoration: none;
	width: 100%;
}
.inner-area ul.two-row.serv-list li:hover {
	background: #77d9ff;
	color: #fff;
}
.inner-area ul.two-row.serv-list li:hover a {
	color: #0a1733;
}
.inner-area .bottom-dr-bio img {
	width: 100%;
	max-width: 216px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.inner-area .bottom-dr-bio {
	background: #f1f3f7;
	padding: 40px;
	border-radius: 20px;
}
.inner-area .bottom-dr-bio p {
	font-size: 16px;
}
a.doc-link-bottom {
	list-style: none;
	width: auto;
	padding: 20px 30px;
	border-radius: 100px;
	background: none;
	color: #0a1733;
	margin: 0px;
	text-decoration: none;
	border: 1px solid #0A1739;
}
.inner-address {
	margin-top: 40px;
}
.inner-address span {
	display: block;
	line-height: 1.6;
}
.modal {
	display: none;
	position: relative;
	z-index: 99;
	padding-top: 100px;
	top: 0;
	overflow: auto;
	background-color: #0000002b;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100vh;
	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: 18px;
	max-width: fit-content;
	line-height: 1.6;
}
.modal-content strong {
	display: block;
	margin-bottom: 10px;
}
button#disclaimerBtn {
	font-size: 18px;
	text-decoration: underline;
	margin-top: 50px;
}
.appointment_form .contact-wrap {
	max-width: 900px;
	margin-top: 50px;
}
.contact-wrap form span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	align-items: flex-start;
	color: #10375f;
	font-size: 18px;
	padding-left: 10px;
}
.appointment_form .contact-wrap form span div {
	width: 100%;
}
input {
	border: none;
	outline: none;
}
.contact-wrap form input, .contact-wrap form textarea, .contact-wrap form select {
	width: 100%;
	border: 1px solid #e3e3e3;
	padding: 15px;
	font-weight: normal;
	font-size: 18px;
	color: #999999;
	margin-bottom: 30px;
	outline: none;
	resize: none;
	border-radius: 10px;
}
.appointment_form .contact-wrap .check_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	border: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.appointment_form .contact-wrap .check_box input {
	width: 26px;
	margin: 0;
	height: 26px;
}
.appointment_form .contact-wrap .check_box p {
	margin: 0;
	color: #10375F;
}
.contact-quiz {
	display: flex;
	flex-direction: row !important;
	gap: 10px !important;
	align-items: center !important;
	margin: 30px 0px 20px;
	padding-left: 0px!important;
}
.appointment_form .contact-wrap .sms {
	margin: 0;
    font-size: 16px;
    color: #10375F;
    text-align: left;
}
.appointment_form .contact-wrap form input[type="submit"] {
	width: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #3B465E;
	margin-top: 30px;
}
.contact-wrap form input[type="submit"] {
	font-family: 'SF UI Display';
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	color: #fff;
	background: #ffaa00;
	padding: 20px 45px;
	border-radius: 5px;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid transparent;
	width: 150px;
	height: unset;
}
.contact-quiz {
	display: flex;
	flex-direction: row !important;
	gap: 10px !important;
	align-items: center !important;
	margin: 10px 5px 20px;
}
.contact-quiz input {
	outline: none;
	border: none;
	border-bottom: 1px solid #CEC6BF;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	width: 100px !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin: 0 !important;
}
form.contact___form_two {
	background: #F2F5FA;
	padding: 50px;
	border-radius: 20px;
}
.location-wrp .inner-area {
	padding: 60px;
	margin-bottom: 70px;
}
.inner-area.bottom {
	margin-top: 70px;
}
#backToTop {
	display: inline-block;
	background-color: #0a2d47;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 100%;
	position: fixed;
	bottom: 13px;
	right: 13px;
	transition: background-color .3s,opacity .5s,visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	transform: rotate(-90deg);
	touch-action: none;
	border: none;
}
#backToTop.show {
	opacity: 1;
	visibility: visible;
}
#backToTop::after {
	content: "➤";
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 47px;
	color: rgb(255, 255, 255);
	position: absolute;
	left: 14px;
	top: 0px;
}
.our-doctor-sec {
	z-index: 1;
	display: block;
	margin: 0 auto;
	position: relative;
}
section.delivering-sec.sec-p.inner .single-delivering .text {
	min-height: 560px;
}
.inner-area ul.page-into-menu {
	background: #0a1733;
	padding: 20px;
}
.inner-area ul.page-into-menu li {
	margin-left: 20px;
	color:  #fff;
}
.inner-area ul.page-into-menu li a{
	color:  #fff;
}
ul.exp-list .exp-title {
	display: block;
	margin-left: 0px !important;
	font-weight: bold;
	color:  #fff;
}
button.show-more-li-tt {
	position: relative;
	padding: 0;
	top: -5px;
	margin-left: 15px;
	width: 10px;
	height: 10px;
	background: transparent;
	border: none;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	transform-origin: center;
	transition: transform .5s, top .5s;
}
ul.exp-list.show-exp button.show-more-li-tt {
	transform: rotate(-225deg);
	transform-origin: center;
	transition: transform .5s, top .5s;
	top: 0px;
}
ul.exp-list button {
	cursor: pointer;
}
ul.exp-list li:nth-child(n+5):nth-child(-n+500) {
	display: none;
}
ul.exp-list.show-exp li {
	display: list-item !important;
}
ul.exp-list.show-exp li.exp-title {
	display: block !important;
}
button.show-more-li {
	border: none;
	background: transparent;
	font-size: 22px;
	letter-spacing: -2px;
	margin-left: 0px;
	text-align: left;
}
button.show-more-li::before {
	content: "• • •";
	color: #fff;
}
.copyright-area {
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	margin-top: 50px;
}
.agency-name {
	padding: 30px;
	background: #0a1733;
	color: #fff;
}
.single-delivering.inner {
	width: 100%;
	max-width: 100%;
}
ul.col-count-2 {
	column-count: 2;
}
.social-footer {
	margin-bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
}
.social-footer li button, .social-footer li a {
	display: block;
	width: 46px;
	height: 46px;
	background: url('images/social-footer.svg') no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.social-footer li.facebook button, .social-footer li.facebook a {
	background-position: top 0 left 0;
}
.social-footer li.twi button, .social-footer li.twi a {
	background-position: top 0 left -46px;
}
.social-footer li.ins button, .social-footer li.ins a {
	background-position: top 0 left -93px;
}
.social-footer li.yout button, .social-footer li.yout a {
	background-position: top 0 left -140px;
}
.social-footer li.lin button, .social-footer li.lin a {
	background-position: top 0 left -190px;
}

.social-footer li button:hover, .social-footer li a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.main-header,.banner-sec,.four-sec-bg,.delivering-sec sec-p,.why-should-sec,.patient-sec,.pain-relief-sec,.two-sec-bg,.office-gallery-sec,.footer-sec,.highly-expe{
	overflow:hidden!important;
}
table {
	border: 1px solid #444;
	margin: 20px auto;
}
table thead {
	border: 1px solid #444;
}
table tr {
	border: 1px solid #444;
}
table td {
	border: 1px solid #444;
	padding: 5px 10px;
	text-align: start;
}
input.search-field {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 10px;
	margin: 0px 10px;
}
button.search-submit {
	background: #0a1733;
	color: #fff;
	padding: 11px 20px;
	border-radius: 10px;
}
.new-accordion h3 {
	position: relative;
	cursor: pointer;
	font-weight: 300;
	font-size: 24px;
	line-height: normal;
	padding-bottom: 25px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgb(26 40 80 / 26%);
}
.new-accordion h3::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 0px;
	margin: auto;
	width: 30px;
	height: 1px;
	background: #1A396C;
}
.new-accordion h3::after {
	content: '';
	position: absolute;
	top: 4px;
	right: 14.5px;
	height: 30px;
	width: 1px;
	background: #1A396C;
}
.new-accordion h3.active::after {
	display: none;
}
.faq-section a {
	color: #0a1733 !important;
}
/* RESPONSIVE CSS ------------------------------------ */
@media all and (max-width:1440px) {
	/* Header Top  */
	.main-header {
		padding: 15px 0;
	}
	.header-left a img {
		width: auto;
		height: 90px;
	}
	.header-btn {
		padding: 13px 30px;
		min-width: 210px;
	}
	.mobile-bars {
		padding-right: 35px;
	}
	.mobile-bars::after {
		width: 20px;
	}
	/* Banner Section  */
	.banner-cont h1 {
		font-size: 62px;
		max-width: 920px;
		margin: auto auto 30px auto;
	}
	.banner-cont h2 {
		font-size: 30px;
		margin-bottom: 50px;
	}
	.banner-brand {
		margin-top: 50px;
		background-size: contain;
		background-position: center;
	}
	/* Delivering Up-to  */
	.delivering-caro {
		padding-left: 15px;
	}
	.two-sec-bg {
		padding: 50px 0;
		margin-bottom: 50px;
	}
	.two-sec-bg::after {
		height: 100%;
		background: -o-linear-gradient(274.48deg, #ffb45c33 0%, #77d9ff40 100%);
		background: linear-gradient(175.52deg, #ffb45c33 0%, #77d9ff40 100%);
	}
	/* Footer Seciton  */
	.footer-wrp {
		padding: 80px 0 40px 0;
	}
	/* Inner Banner Section  */
	.inner-bn-list {
		padding: 0 15px;
	}
	.mission-advanced-sec::after {
		background-position: top -100px center;
	}
	.home-single-doc::after {
		height: 80%;
		border-top-right-radius: 75px;
	}
	.home-single-doc .thum {
		max-width: 80%;
		margin-bottom: 22px;
		border-radius: 13px;
	}
	.review-sec {
		padding-top: 140px;
	}
	.review-hd-right {
		min-width: 390px;
	}
	.review-hd-right .rat {
		font-size: 35px;
	}
	.updated {
		padding: 14px 35px 14px 25px;
	}
	.review-head {
		margin-bottom: 40px;
	}
	.our-service-wrp {
		margin-top: 50px;
	}
	.location-left ul li {
		border-radius: 20px 70px 20px 20px;
	}
	.location-left ul li a::after {
		top: -59px;
		right: -327px;
	}
}
/* 1440 End  */
@media all and (max-width:1439px){
	.heading {
		font-size: 38px;
		line-height: 1.3;
		margin-bottom: 30px;
	}
	/* Four Section Area  */
	.we-under-left h3 {
		font-size: 32px;
		line-height: normal;
		margin-bottom: 25px;
	}
	.best-head-right h2 {
		line-height: 1.2;
	}
	.why-should-wrp {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
	}
	/* Inner Banner Section  */
	.inner-banner-sec {
		padding: 180px 0 40px 0;
	}
	.mission-adv-right {
		margin-top: 0;
		background-size: contain;
		height: unset;
		-ms-flex-item-align: start;
		align-self: flex-start;
		aspect-ratio: 1;
	}
	.mission-adv-left p {
		margin-bottom: 20px;
		text-align: left;
	}
	.mission-adv-left .same-btn {
		margin-top: 20px;
	}
	.our-service-wrp {
		gap: 50px 20px;
	}
	.our-service-wrp .single-delivering {
		-webkit-box-flex: 400px;
		-ms-flex: 400px;
		flex: 400px;
		max-width: 600px;
	}
	.our-service-wrp .single-delivering .thum {
		max-width: 80%;
		margin-left: 20px;
	}
	.location-left ul li a::after {
		right: -200px;
	}

}
/*1439 End */
@media all and (max-width:1200px){
	.sec-p {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec-m {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	/* Header Top ---- */
	.header-left a img {
		height: 60px;
	}
	.header-right .loca {
		font-size: 18px;
		padding-left: 35px;
	}
	.header-right .loca::before {
		top: -4px;
		left: -8px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.header-btn {
		padding: 8px 15px;
		min-width: 150px;
		font-size: 17px;
		border-radius: 10px;
	}
	.mobile-bars {
		padding-right: 25px;
		padding-top: 3px;
		padding-bottom: 3px;
		font-size: 16px;
		line-height: normal;
	}
	/* Main Menu  */
	.main-menu {
		max-width: 400px;
		padding: 50px;
	}
	.main-menu ul li a {
		font-size: 30px;
		line-height: normal;
	}
	/* Drop Down  */
	.main-menu ul ul li a {
		font-size: 20px;
		line-height: normal;
		padding: 5px 0;
	}
	/* Banner Section  */
	.banner-cont h1 {
		font-size: 46px;
		max-width: 720px;
		margin-bottom: 25px;
	}
	.banner-cont h2 {
		font-size: 24px;
	}
	.banner-star {
		gap: 40px;
	}
	.wrp-star {
		font-size: 22px;
		padding: 0 45px;
		background-size: contain;
		background-position: center;
		max-width: 530px;
	}
	/* Four Section Area  */
	.we-under-left p {
		font-size: 16px;
		line-height: 1.6;
		margin-top: 15px;
	}
	.highly-expe {
		gap: 20px 15px;
	}
	.best-headache-area {
		margin: 50px 0;
	}
	.best-head-right h2 {
		margin-bottom: 20px;
		font-size: 32px;
	}
	.best-head-right p {
		margin-bottom: 15px;
		text-align: left;
	}
	/* Delivering Up-to */
	.delivering-sec {
		background: -o-linear-gradient(274.48deg, #e6a75d17 0%, #77d9ff30 100%);
		background: linear-gradient(175.52deg, #e6a75d17 0%, #77d9ff30 100%);
	}
	.delivering-caro {
		margin-top: 50px;
	}
	.news-list {
		margin-top: 60px;
	}
	.single-delivering {
		margin-right: 15px;
	}
	.news-list {
		gap: 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.news-list li {
		width: 230px;
	}
	.news-list li.the {
		background-position: top -228px left 68px;
	}
	.news-list li.wome {
		background-position: top -228px left -119px;
	}
	.news-list li.fox {
		background-position: top -228px left -308px;
	}
	.news-list li.new {
		background-position: top -238px left -514px;
	}
	.news-list li.am {
		background-position: top -222px left -724px;
	}
	.news-list li.cbs {
		background-position: top -204px left -929px;
	}
	.best-headache-area,
	.highly-expe,
	.home-review {
		margin-left: 15px;
		margin-right: 15px;
	}
	.why-sld-af {
		margin-bottom: 30px;
		margin-top: 10px;
	}
	.patient-wrp {
		gap: 15px;
		margin-top: 50px;
	}
	.patient-btn {
		margin-top: 50px;
	}
	.single-patient {
		padding: 40px 15px;
	}
	.pain-relief-wrp > div {
		padding: 50px 15px;
	}
	.pain-relief-wrp span.relief-head {
		font-size: 36px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.pain-relief-left ul, 
	.pain-relief-left p {
		margin-top: 20px;
	}
	.patient-sec {
		padding-bottom: 50px;
	}
	.our-doc-head h2 {
		margin-bottom: 30px;
		line-height: 1.2;
	}
	.our-doctor {
		margin-bottom: 50px;
	}
	.our-doc-head {
		margin-bottom: 40px;
	}
	.our-doctor {
		gap: 15px;
	}
	.home-single-doc {
		padding-bottom: 30px;
	}
	.home-single-doc::after {
		height: 80%;
		border-top-right-radius: 75px;
	}
	.home-single-doc .thum {
		max-width: 80%;
		margin-bottom: 25px;
		border-radius: 15px;
	}
	.home-single-doc span {
		font-size: 18px;
		line-height: 1.3;
	}
	.office-gallery {
		gap: 15px;
		margin-top: 40px;
	}
	/* Footer Section  */
	.footer-sec {
		margin-top: 50px;
	}
	.single-footer.one {
		max-width: 300px;
	}    
	/* Inner Banner Section  */
	.inner-banner-sec {
		padding-top: 140px;
	}
	.inner-banner {
		margin-bottom: 80px;
	}
	.inner-banner h1 {
		font-size: 62px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.inner-banner span {
		font-size: 23px;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	.inner-bn-list {
		gap: 15px;
		margin-top: -62px;
	}
	.inner-bn-list li {
		font-size: 14px;
		line-height: 1.4;
		border-radius: 15px;
		padding: 70px 15px 30px 15px;
	}
	.inner-bn-list li::before {
		top: 20px;
	}
	.mission-advanced-sec {
		padding: 120px 0 40px 0;
		background: #EEF8FA;
	}
	.mission-two-sec::before,
	.mission-two-sec::after,
	.mission-advanced-sec::after {
		display: none;
	}
	.our-inter-wrp {
		margin: 50px 0;
	}
	.our-inter-right {
		max-width: 42%;
	}
	.mission-doc .home-single-doc {
		margin: 50px 10px;
	}
	.home-single-doc::after {
		-webkit-box-shadow: 0 0 15px #e7e7e7;
		box-shadow: 0 0 15px #e7e7e7;
	}
	.home-single-doc span {
		font-size: 13px;
	}
	.mission-testi {
		background: #EEF8FA;
		margin: 50px 0;
		padding: 50px 0;
	}
	.common-footer-sec::after {
		height: 80%;
		background-size: cover;
		background-position: bottom center;
	}
	.review-sec {
		margin-bottom: 50px;
	}
	.wave-review-area {
		overflow: hidden;
	}
	.location-sec,
	.our-service-sec {
		position: relative;
		z-index: 3;
		background: unset;
	}
	.contact-us-sec {
		padding: 50px 0;
	}
	.contact-form {
		margin-top: 40px;
	}
	.contact-us-sec::after {
		height: 100%;
		background: #eef9fd;
	}
	.location-sec::after,
	.our-service-sec::after {
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 500px;
		background: #eef9fd;
	}
	.our-service-sec {
		margin-bottom: 100px;
	}
	.single-delivering .thum {
		border-radius: 20px 70px 20px 20px;
	}
	.single-delivering .text {
		padding: 60px 20px 40px 20px;
		border-radius: 20px 75px 20px 20px;
	}
	.location-sec {
		padding-top: 130px;
	}
	.location-wrp {
		margin-top: 50px;
	}
	.location-left ul li {
		min-height: unset;
	}
	.location-left ul li + li {
		margin-top: 15px;
	}
	.location-left ul li a::after {
		right: -100px;
	}
	.main-inner-sec {
		padding-top: 135px;
	}
	.main-inner .box {
		padding: 30px 15px;
		border-radius: 10px 50px 10px 10px;
		-webkit-box-shadow: 0 0 10px #d5d5d5b0;
		box-shadow: 0 0 10px #d5d5d5b0;
	}
	.main-inner .box, .main-inner img {
		margin-bottom: 40px;
	}
	.main-inner h2 {
		font-size: 36px;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	.main-inner ul {
		padding: 30px 15px;
		border-radius: 10px 50px 10px 10px;
	}
	.main-inner-sec .updated {
		margin-inline: auto;
		margin-bottom: 40px;
		max-width: calc(100% - 30px);
	}
	.main-inner ul li {
		font-size: 14px;
	}
	.inner-banner p {
		font-size: 16px;
		line-height: 1.5;
	}
	/* 	New Tretment  */
	.latest-tretment-wrap {
		gap: 20px 15px;

	}
	.tretment-icon {
		width: 104px;
	}
	.single-tretment .star {
		font-size: 18px;
	}
	.single-tretment h6 {
		font-size: 13px;
		margin-top: 10px;
	}

}
/*1200 End*/
@media all and (max-width:1024px){
	section.delivering-sec.sec-p.inner .single-delivering .text {
		min-height: 500px;
	}
	.location-left ul li {
		width: 47%;
	}
	p#breadcrumbs{
		display: none;
	}
	.office-gallery.arrow-style {
		padding-bottom: 0px;
	}
	.office-gallery button.slick-prev.slick-arrow, .office-gallery button.slick-next.slick-arrow {
		display: none!important;
	}
}

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

	/* Header Top --- */
	.header-right,
	.header-right .wrp {
		gap: 15px;
	}
	/* Banner Section  */
	.banenr-two-str {
		padding-left: 120px;
	}
	.banenr-two-str::before {
		top: -9px;
		left: -45px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.banenr-two-str p:first-child {
		font-size: 24px;
	}
	/* Four Section Area - */
	.four-sec-bg {
		background: url('images/fourSecBg.png');
	}
	.highly-expe li {
		padding-top: 100px;
	}
	.highly-expe li::before {
		top: 25px;
	}
	/* Delivering Up-to  */
	.single-delivering {
		max-width: 100%;
	}
	.single-delivering .thum {
		max-width: 270px;
		border-radius: 10px 40px 10px 10px;
		margin-left: 25px;
		margin-bottom: -25px;
	}
	.single-delivering .text {
		padding: 40px 30px 30px 30px;
		border-radius: 20px 70px 20px 20px;
	}
	.why-should-left > div {
		padding: 40px 20px;
	}
	.best-headache-area {
		padding-bottom: 50px;
	}
	.single-patient.bg-gray {
		background: #FFF;
	}
	.single-patient .name {
		font-size: 20px;
		margin-top: 20px;
	}
	.single-patient .star {
		font-size: 22px;
		margin: 12px 0;
	}
	.pain-relief-wrp span.relief-head {
		font-size: 30px;
	}
	.pain-call {
		margin: 40px 0;
	}
	.pain-relief-right p {
		font-size: 17px;
		line-height: 1.4;
		margin-bottom: 40px;
	}
	.same-btn {
		border-radius: 10px;
		padding: 10px 20px;
		font-size: 23px;
	}
	.same-btn span {
		font-size: 14px;;
		line-height: normal;
	}
	/* Footer Section  */
	.single-footer.one {
		max-width: 200px;
	}
	.single-footer .f-title {
		font-size: 20px;
		line-height: 1.2;
	}
	.single-footer p, .single-footer ul li, .single-footer ul li a {
		font-size: 16px;
	}
	/* Inner Banner Section  */
	.our-inter-right {
		max-width: 42%;
	}
	.inter-head h2 {
		font-size: 32px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.inter-head h3 {
		font-size: 22px;
		line-height: normal;
		margin-bottom: 20px;
	}
	.inter-head p {
		margin-top: 15px;
	}
	.mission-doc .home-single-doc {
		margin-inline: 5px;
	}
	.single-patient.slick-center {
		background: #FFF;
	}
	.common-footer-sec .pain-relief-right {
		-webkit-box-shadow: 0 0 15px #e3e0e0;
		box-shadow: 0 0 15px #e3e0e0;
	}
	.wave-review-area {
		margin-bottom: 0px;
		padding: 40px;
		background: #FFF;
	}
	.wave-review-area::after {
		bottom: 0;
		width: 100%;
		height: 81%;
		background: #dbe3d8;
	}
	.wave-review-area.bg::after {
		background: #dbe3d8;
	}
	.wave-review .google {
		width: 140px;
		height: 140px;
		border: 8px solid #dbe3d8;
	}
	.review-sec {
		position: relative;
		z-index: 2;
		background: unset;
	}
	.review-sec::after {
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		height: 600px;
		width: 100%;
		background: #eef9fd;
	}
	.our-service-wrp .single-delivering {
		-webkit-box-flex: 300px;
		-ms-flex: 300px;
		flex: 300px;
	}
	.location-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.location-left {
		max-width: 100%;
	}
	.location-left ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.location-left ul li {
		border-radius: 20px 50px 20px 20px;
		padding: 20px;
	}
	.location-left ul li a::after {
		display: none;
	}
	.location-left ul li + li {
		margin-top: 0;
	}
	.contact-form form {
		gap: 15px;
	}
	.single-input input, .single-input textarea {
		border-radius: 10px;
		padding: 22px 20px;
		font-size: 18px;
	}
	.inner-banner p {
		font-size: 14px;
		line-height: 1.6;
	}
}
/*992 End */
@media all and (max-width:991px) {
	body {
		font-size: 18px;
		line-height: 1.5;
	}
	.bst-book {
		padding: 10px 20px;
		font-size: 14px;
		margin-top: 20px;
	}
	.bst-book span {
		font-size: 24px;
		margin-top: 0;
	}
	/* Four Section Area  */
	.we-under-left {
		max-width: 100%;
	}
	.we-under-left p {
		max-width: 100%;
	}
	/* Four Section Area */
	.highly-expe {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.best-head-left ul li {
		font-size: 18px;
		font-weight: 400;
		line-height: normal;
		border-radius: 20px;
		margin-top: 14px;
		padding: 22px 15px 22px 70px;
	}
	.best-head-left ul li::before {
		top: 18px;
		left: 25px;
	}
	.arrow-style {
		padding-bottom: 65px;
	}
	.patient-btn {
		display: none;
	}
	.single-patient {
		margin: 0 5px;
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}
	.patient-wrp.arrow-style {
		padding-bottom: 100px;
	}
	/* Inner Banner Section  */
	.inner-banner span {
		font-size: 20px;
	}
	.mission-advanced {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mission-advanced-sec h2 {
		max-width: 680px;
		margin-inline: auto;
	}
	.mt-70 {
		margin-top: -82px;
	}
	.review-head {
		gap: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.updated {
		margin-bottom: 40px;
	}
	.review-hd-right {
		min-width: 250px;
		padding-top: 80px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.review-hd-right::before {
		height: 68px;
		max-width: 195px;
		background-position: top -453px left -450px;
	}
}
/* 991 End  */
@media all and (max-width:768px){
	.banenr-two-str {
		padding-top: 5px;
	}
	table tr {
		display: flex;
		flex-direction: column;
		margin: 15px 0;
	}
	.callinto-text {
		margin: 40px auto;
		padding: 0px 15px;
	}
	ul.col-count-2 {
		column-count: unset;
	}
	.heading {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.arrow-style .slick-arrow {
		width: 65px;
		border-radius: 10px;
		height: 40px;
		background-size: 800px;
	}
	/* Header Top -- */
	.mobile-bars {
		padding-right: 0;
		font-size: 15px;
	}
	.mobile-bars::after {
		display: none;
	}
	.header-btn {
		padding: 3px 10px;
		min-width: 80px;
		font-size: 13px;
	}
	.header-right .loca {
		font-size: 14px;
	}
	/* Main Menu  */
	.main-menu ul {
		display: block;
	}
	.main-menu ul li {
		line-height: normal;
	}
	.main-menu ul li a {
		font-size: 18px;
		padding: 20px 0;
		text-transform: uppercase;
		font-weight: 300;
		border-bottom: 1px dotted #ffffff1c;
	}
	.main-menu ul li a::after {
		display: none;
	}
	.main-menu ul ul {
		display: none;
		position: unset;
		max-width: 100%;
		min-width: unset;
		padding: 0;
		opacity: 1;
		visibility: visible;
		margin-left: 20px;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
	}
	.main-menu ul ul li a {
		font-size: 16px;
		padding: 20px 0;
		color: #FFF;
		border-bottom: 0px;
	}
	.dropdown-menu-items {
		position: absolute;
		top: -12px;
		right: 0;
		width: 10px;
		height: 10px;
		border-left: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		bottom: 0;
		margin: auto;
	}
	.dropdown-menu-items.rotate {
		-webkit-transform: rotate(137deg);
		-ms-transform: rotate(137deg);
		transform: rotate(137deg);
		top: -60px;
	}
	.banner-cont {
		padding-top: 140px;
	}
	/* Banner Section  */
	.banner-cont h1 {
		font-size: 32px;
		max-width: 520px;
		line-height: 1.3;
		margin-bottom: 15px;
	}
	.banner-cont h2 {
		font-size: 16px;
		margin-bottom: 25px;
	}
	.banner-star {
		gap: 20px;
	}
	.wrp-star {
		font-size: 12px;
		padding: 0 25px;
		background-position: top 1px center;
		max-width: 265px;
		line-height: normal;
	}
	.banenr-two-str {
		padding-left: 100px;
		gap: 2px 6px;
	}
	.banenr-two-str::before {
		top: -19px;
		left: -45px;
		-webkit-transform: scale(.4);
		-ms-transform: scale(.4);
		transform: scale(.4);
	}
	.star {
		font-size: 15px;
	}
	.banenr-two-str span:last-child {
		font-size: 13px;
	}
	.banenr-two-str p:first-child {
		font-size: 16px;
	}
	.banner-brand {
		margin-top: 30px;
		height: 35px;
	}
	/* Four Section Area  */
	.we-under-left h3 {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.home-review {
		padding: 40px;
	}
	.home-review p {
		font-size: 16px;
		line-height: 24px;
		margin: 15px 0;
	}
	.highly-expe li {
		font-size: 14px;
		-webkit-box-flex: 200px;
		-ms-flex: 200px;
		flex: 200px;
		line-height: 1.5;
		padding-bottom: 22px;
		padding-top: 90px;
		padding-inline: 5px;
		max-width: 300px;
	}
	.highly-expe li::before {
		top: 12px;
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
	}
	.why-should-sec::before {
		height: 340px;
	}
	.why-should-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.why-should-right {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: -15px;
	}
	.patient-wrp.arrow-style {
		padding-bottom: 80px;
	}
	.two-sec-bg {
		margin: 50px 0;
	}
	/* Footer Section  */
	.footer-wrp {
		padding: 50px 0 40px 0;
	}
	.copy-right p,
	.copy-right ul li a {
		font-size: 16px;
		line-height: normal;
	}
	.copy-right {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	/* Inner Banner Section */
	.inner-banner-sec {
		padding-top: 120px;
	}
	.inner-banner h1 {
		font-size: 42px;
	}
	.mission-adv-right {
		height: 500px;
		width: 500px;
		aspect-ratio: unset;
	}
	.our-inter-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		margin-bottom: 0;
	}
	.our-inter-wrp > div {
		max-width: 100%;
	}
	.mission-doc .home-single-doc {
		margin-bottom: 30px;
	}
	.mission-two-sec::after,
	.mission-two-sec::before {
		width: 100%;
	}
	.mission-doc.arrow-style .slick-arrow.slick-prev,
	.mission-doc.arrow-style .slick-arrow.slick-next {
		background-position: top 14px left -501px;
	}
	.mession-testi-wrp {
		margin-top: 40px;
	}
	.wave-review .google {
		width: 85px;
		height: 85px;
		border: 5px solid #dbe3d8;
		margin-bottom: 10px;
	}
	.wave-review .google::before {
		width: 50px;
		height: 50px;
		background-position: top -121px left -731px;
	}
	.wave-review .star {
		font-size: 25px;
		line-height: 1;
	}
	.our-service-sec {
		padding-top: 120px;
	}
	.location-right iframe {
		height: 350px;
		border-radius: 20px 50px 20px 20px;
	}
	.single-input input,
	.single-input textarea {
		border-radius: 10px;
		padding: 12px 15px;
		font-size: 16px;
	}
	.single-input input::-webkit-input-placeholder, .single-input textarea::-webkit-input-placeholder {
		font-size: 14px;
		line-height: normal;
	}
	.single-input input::-moz-placeholder, .single-input textarea::-moz-placeholder {
		font-size: 14px;
		line-height: normal;
	}
	.single-input input:-ms-input-placeholder, .single-input textarea:-ms-input-placeholder {
		font-size: 14px;
		line-height: normal;
	}
	.single-input input::-ms-input-placeholder, .single-input textarea::-ms-input-placeholder {
		font-size: 14px;
		line-height: normal;
	}
	.single-input input::placeholder,
	.single-input textarea::placeholder {
		font-size: 14px;
		line-height: normal;
	}
	.single-input textarea {
		height: 100px;
	}
	.single-input button {
		font-size: 17px;
		line-height: normal;
		border-radius: 10px;
		padding: 16px 20px;
	}
	.inner-banner-sec.contact .inner-banner {
		margin-bottom: 0;
	}
	/* Inner Page ----------- */
	.inner-area {
		box-shadow: 0px 0px 10px rgba(65, 107, 156, 0.18);
		padding: 40px 30px;
	}
	.vcard.author.updated-on p {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.inner-area h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.inner-area h2::after {
		bottom: -7px;
		height: 3px;
	}
	.inner-area p, .inner-area ul li, .inner-area ul li a {
		font-size: 14px;
		line-height: 1.5;
	}
	.inner-area ul {
		padding: 20px 15px;
	}
	.inner-area .link-list {
		gap: 5px 15px;
	}
	.inner-area blockquote.imp-text {
		padding: 30px 15px;
		margin: 30px 0;
	}
	.inner-area blockquote.imp-text p {
		font-size: 14px;
		line-height: 1.5;
	}
	.inner-area blockquote {
		padding: 60px 30px 30px;
		margin-bottom: 40px;
		margin-top: 55px;
	}
	.inner-area blockquote p {
		margin: 0;
		padding: 40px 0px;
		font-size: 16px;
		line-height: 1.5;
	}
	.inner-area p::before {
		top: -9px;
	}
	.inner-area blockquote p::after {
		top: -97px;
		width: 80px;
		height: 80px;
		background-position: top -106px left -715px;
	}
	.gray-bg-text {
		font-size: 14px;
		margin-bottom: 10px;
		display: block;
	}
	.inner-area h3:not(:last-child), .inner-area h4:not(:last-child), .inner-area p:not(:last-child), .inner-area ul:not(:last-child), .inner-area img:not(:last-child) {
		margin-bottom: 20px;
	}
	/* 	New Tretment  */
	.latest-tretment-wrap {
		justify-content: center;
	}
	.single-tretment {
		flex: 100px;
		max-width: 110px;
	}
	.tretment-icon {
		width: 85px;
	}
	.tretment-icon::before {
		transform: scale(.6);
	}
	.mobile-bars.active p:last-child {
		color: #ffffff;
	}
	.mobile-bars.active::after {
		background: #ffffff;
	}
	.mobile-bars.active {
		border-color: #ffffff;
	}
	.main-menu {
		max-width: 100%;
	}
	.best-head-right:not(p) {
		text-align:center;
	}
	.mission-adv-left:not(p) {
		text-align:center;
	}
	.we-under-left p {
		text-align:left;
	}
	.we-under-left:not(p) {
		text-align:center;
	}
}
/*768 End */
@media all and (max-width:767px) {
	.best-headache-area {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.best-head-left {
		max-width: 100%;
		background: -webkit-gradient(linear, left top, left bottom, from(#f58400), color-stop(26.49%, #d28316), to(#2384cb));
		background: -o-linear-gradient(top, #f58400 0%, #d28316 26.49%, #2384cb 100%);
		background: linear-gradient(180deg, #f58400 0%, #d28316 26.49%, #2384cb 100%);
		padding: 50px 20px;
	}
	.best-head-left h2 {
		color: #FFFF;
	}
	.pain-relief-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pain-relief-wrp > div {
		padding: 50px 15px;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.pain-relief-right {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.pain-relief-right p {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.pain-call a {
		font-size: 24px;
		line-height: 1.2;
		padding-top: 100px;
	}
	.pain-relief-wrp .pain-relief-left {
		border-radius: 0;
	}
	.pain-relief-wrp span.relief-head {
		font-size: 24px;
	}
	.our-doctor.arrow-style {
		padding-bottom: 70px;
	}
	.home-single-doc {
		margin: 0 10px;
	}
	.home-single-doc::after {
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}
	.single-office {
		margin: 0 5px;
		max-width: 260px;
	}
	.mission-testi .single-patient {
		margin: 0 5px;
	}
	.common-footer-sec::after {
		bottom: 100px;
	}
	.our-service-sec {
		padding-top: 50px;
		margin-top: 50px !important;
	}
}
/* 767 End  */
@media all and (max-width: 576px){
	.vidbox {
		background: url(images/bannerBg-m.webp);
		background-size: cover;
		background-position: center;
	}
	.vidbox video {
		display: none;
	}
	.we-understand-wrp {
		gap: 20px;
	}
	.we-under-right p {
		padding: 34px 25px;
		margin-top: 0;
	}
	.we-under-left p {
		max-width: unset;
	}
	.we-under-right p span {
		margin-bottom: 20px;
	}
	.we-under-right{
		max-width: unset;
	}
	.we-understand-wrp {
		flex-direction: column;
	}
	.patient-sec {
		overflow-x: hidden;
	}
	form.contact___form_two {
		padding: 40px 10px;
		border-radius: 20px;
	}
	.contact-wrap form > span.contact-quiz {
		display: flex;
	}
	.contact-wrap form > span {
		display: block;
		padding: 0px;
	}
	.inner-area ul.two-row.serv-list {
		grid-template-columns: 100%;
		grid-row-gap: 16px;
	}
	.two-row {
		display: block;
	}
	.two-row div, .two-row p {
		width: 100%;
	}
	iframe {
		margin: 30px 0px;
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
	.single-testomonial {
		padding: 130px 30px 50px;
		margin: 30px 0px 0px;
	}
	img.alignleft, img.alignright {
		float: none;
		margin-right: 0px;
		display: block;
		text-align: center;
		margin-left: 0px;
	}
	.location-left ul li iframe {
		border-radius: 10px;
	}
	.location-left ul li a.phone:before {
		top: -3px;
	}
	.location-left ul li a::before {
		top: 0;
	}
	.location-left ul li {
		width: 100%;
	}
	.mt-70 {
		margin-top: 0;
	}
	.heading {
		font-size: 24px;
		margin-bottom: 20px;
	}
	/* Main Menu  */
	.main-menu {
		padding: 60px 20px 20px 20px;
	}
	/* Four Section Area  */
	.four-sec-bg {
		background: unset;
	}
	.we-under-left h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.we-under-left p {
		margin-top: 15px;
	}
	.home-review {
		padding: 40px 30px;
		border-radius: 0;
		background: #f0f0f0;
	}
	.home-review .star {
		font-size: 23px;
	}
	.home-review p {
		font-size: 20px;
		line-height: 32px;
	}
	.highly-expe li {
		-webkit-box-flex: 130px;
		-ms-flex: 130px;
		flex: 130px;
	}
	.best-head-left h2 {
		font-size: 24px;
		margin-bottom: 40px;
		line-height: 1.3;
	}
	.best-head-right h2 {
		font-size: 20px;
	}
	.four-sec-bg {
		display: flex;
		flex-direction: column;
	}
	.highly-expe {
		background: -o-linear-gradient(260.83deg, #77d9ff57 0%, #ffb45c63 100%);
		background: linear-gradient(-170.83deg, #77d9ff57 0%, #ffb45c63 100%);
		margin: 0;
		padding: 40px 15px;
	}
	.best-head-right {
		padding: 0 15px;
	}
	.single-delivering .text {
		min-height: unset;
	}
	.single-delivering .text h2 {
		margin-bottom: 15px;
	}
	.single-delivering .text p + p {
		margin-top: 15px;
	}
	.news-list {
		margin-top: 50px;
	}
	.news-list li {
		width: 100px;
		height: 100px;
		background-size: 710px;
	}
	.news-list li.the {
		background-position: top -155px left 19px;
	}
	.news-list li.wome {
		background-position: top -155px left -101px;
	}
	.news-list li.fox {
		background-position: top -153px left -222px;
	}
	.news-list li.new {
		background-position: top -158px left -353px;
	}
	.news-list li.am {
		background-position: top -151px left -484px;
	}
	.news-list li.cbs {
		background-position: top -139px left -614px;
	}
	.best-headache-area, .highly-expe, .home-review {
		margin-left: 0;
		margin-right: 0;
	}
	.best-headache-area {
		padding-bottom: 0;
		margin-top: 0;
	}
	.why-sld-af {
		font-size: 18px;
		line-height: normal;
		padding-right: 220px;
		max-width: 320px;
	}
	.why-sld-af::before {
		top: -1px;
		right: 153px;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	.why-sld-af::after {
		top: -7px;
		right: 28px;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	.single-patient,
	.single-patient.bg-gray {
		background: #f0f0f0;
		padding: 30px;
	}
	.single-patient::before {
		width: 34px;
		height: 34px;
		background-position: top -80px left -480px;
		background-size: 732px;
	}
	.patient-sec::after {
		display: none;
	}
	.home-single-doc {
		max-width: 265px;
		margin: 10px 5px;
	}
	.home-single-doc::after {
		-webkit-box-shadow: 0 0 11px rgb(150 150 150 / 45%);
		box-shadow: 0 0 11px rgb(150 150 150 / 45%);
	}
	.our-doctor-sec .container {
		padding: 0;
	}
	.two-sec-bg {
		padding: 0;
		margin-top: 40px;
		z-index: 9;
	}
	.two-sec-bg::after {
		display: none;
	}
	.our-at-img {
		max-width: 335px;
		height: 55px;
		margin: auto;
		background: url('images/ourAtBg.png') no-repeat;
		background-size: contain;
		background-position: center;
	}
	.our-at-img img {
		display: none;
	}
	/* Footer Section  */
	.footer-sec {
		background: url('images/mobileFooterBg.jpg') no-repeat;
		background-size: cover;
		padding-top: 75px;
	}
	.footer-wrp {
		padding-top: 0;
	}
	.single-footer.one {
		max-width: 100%;
	}
	.single-footer ul li + li {
		margin-top: 3px;
	}
	.copy-right p, .copy-right ul li a {
		font-size: 14px;
	}
	.copy-right ul {
		gap: 10px;
		flex-wrap: wrap;
	}

	/* Inner Banner Section  */
	.inner-banner-sec {
		padding-bottom: 0;
	}
	.inner-banner {
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.inner-bn-list {
		gap: 8px;
		margin-bottom: 0;
		margin-top: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.inner-bn-list li {
		font-size: 12px;
		border-radius: 5px;
		padding: 50px 10px 20px 10px;
		-webkit-box-flex: 150px;
		-ms-flex: 150px;
		flex: 150px;
		max-width: 200px;
	}
	.inner-bn-list li::before {
		top: 10px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.mission-advanced-sec {
		padding: 40px 0;
		margin-top: 50px;
	}
	.mission-advanced-sec h2 {
		font-size: 18px;
		line-height: 1.4;
	}
	.mission-adv-left p {
		margin-bottom: 15px;
	}
	.mission-adv-right button {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}
	.mission-adv-right {
		height: unset;
		width: 100%;
		aspect-ratio: 1;
	}
	.our-inter-wrp > div {
		max-width: 100%;
	}
	.inter-head h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.inter-head h3 {
		font-size: 16px;
	}
	.review-sec {
		padding-top: 40px;
		margin-top: 40px !important;
	}
	.wave-review-area {
		padding: 40px 15px;
	}
	.wave-review-area::after {
		top: 84px;
		height: 100%;
	}
	.wave-review p {
		margin: 20px 0;
	}
	.location-left ul li + li {
		border-top-right-radius: 20px;
	}
	.location-sec {
		padding-top: 40px;
		margin-top: 50px !important;
	}
	.location-left ul li {
		max-width: 260px;
	}
	.inner-banner h1 {
		font-size: 26px;
	}
	.location-left ul li span {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.single-input {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	.main-inner-sec {
		padding-top: 40px;
		background: unset;
	}
	.main-inner-sec .updated {
		background: #f9f9f9;
	}
	.main-inner h2 {
		font-size: 24px;
	}
	/* Typography Font Size  */
	.we-under-left p, body {
		font-size: 16px;
		line-height: 26px;
	}
	body{
		overflow-x: hidden;
	}
	/* Inner page -------- */
	.inner-area {
		padding: 40px 15px;
	}
	.inner-bn-list li {
		box-shadow: -3px 8px 10px 0px rgba(150, 150, 150, 0.10), -13px 15px 36px 0px rgba(150, 150, 150, 0.09), -30px 75px 48px 0px rgba(150, 150, 150, 0.05), -53px 133px 57px 0px rgba(150, 150, 150, 0.009), -83px 208px 63px 0px rgba(150, 150, 150, 0);
	}
	.inner-area h2 {
		font-size: 18px;
	}
	.inner-area ul {
		gap: 4px 15px;
	}
	.inner-area .link-list {
		display: block;
		columns: 2 150px;
	}
	.inner-area .link-list li {
		margin-bottom: 4px;
	}
	.inner-area blockquote {
		padding: 60px 15px 30px;
	}
	.inner-area blockquote p {
		font-size: 14px;
	}
	.inner-area blockquote::before {
		top: 7px;
		right: 15px;
		transform: scale(.7);
	}
	.inner-area blockquote::after {
		bottom: 7px;
		left: 15px;
		transform: scale(.7) rotate(180deg);
	}
	.inner-area .bottom-dr-bio img {
		width: 100%;
		max-width: unset;
		float: none;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.inner-area .bottom-dr-bio {
		padding: 20px;
	}
	button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
		bottom: -40px;
	}
	.delivering-caro {
		margin-bottom: 90px;
	}
	.mession-testi-wrp {
		margin-bottom: 90px;
	}
	.single-patient {
		min-height:430px;
	}
}
/*576 End */
@media all and (max-width: 575px) {
	/* Heder Top ----- */
	.main-header {
		background: #0a1733;
	}
	.header-wrp {
		gap: 5%;
		width: 100%;
	}
	.header-left, .header-right {
		width: 45%;
	}
	.header-left a {
		height: 25px;
		width: 140px;
		background: url('images/mobileLogo.png') no-repeat;
	}
	.header-left a img {
		height: 0;
	}
	.header-right .loca {
		font-size: 12px;
		font-weight: 500;
		padding-left: 25px;
	}
	.header-right .loca::before {
		top: -8px;
		left: -11px;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}
	.mobile-bars {
		padding-right: 23px;
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 10px;
		font-weight: 500;
	}
	.mobile-bars::after {
		display: block;
		width: 15px;
	}
	.header-right .wrp {
		position: fixed;
		top: 55px;
		left: 0;
		width: 100%;
		z-index: 99;
		background: #ffb45c;
		padding: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0;
		-webkit-transition: .3s ease-in;
		-o-transition: .3s ease-in;
		transition: .3s ease-in;
	}
	.main-header.fixed .header-right .wrp {
		top: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.header-btn {
		padding: 0;
		min-width: unset;
		font-family: Oswald;
		font-size: 18px;
		font-weight: 500;
		color: #21293f;
		border: none;
	}
	.header-right .wrp .header-btn.book {
		margin-right: 40px;
		padding-right: 40px;
		position: relative;
	}
	.header-right .wrp .header-btn.book::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background: #0a1733;
	}
	/* Banner Section  */
	.banner-cont h1 {
		font-size: 24px;
		max-width: 380px;
		line-height: 1.3;
	}
	.banner-cont h2 {
		margin-bottom: 35px;
		line-height: normal;
	}
	.banner-star {
		gap: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.banenr-two-str {
		padding-left: 130px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.banenr-two-str::before {
		top: -17px;
		left: -30px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.wrp-star {
		font-size: 16px;
		padding: 0 32px;
		background-position: top 4px center;
		max-width: 325px;
	}
	.banenr-two-str p:first-child {
		font-size: 24px;
	}
	.banenr-two-str span:last-child {
		font-size: 12px;
	}
	.banner-brand {
		height: 42px;
		background: url('https://www.advancedheadachecenter.com/wp-content/uploads/2024/12/mobileBn.png') no-repeat;
		background-size: contain;
		background-position: center;
	}
	/* Four Section  */
	.highly-expe li {
		max-width: 160px;
	}
	.our-doc-at img {
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
		height: 55px;
	}
	.office-gallery-sec {
		margin-top: 20px;
	}
	.office-gallery-sec::after {
		content: '';
		position: absolute;
		z-index: -1;
		bottom: 130px;
		left: 0;
		width: 100%;
		height: calc(100% + 95px);
		background: url('images/mobileBgTwo.jpg') no-repeat;
		background-size: cover;
	}
	.our-doc-at img {
		display: none;
	}
	/* Inner Banner Section  */
	.inner-banner-sec {
		padding-top: 150px;
	}
	.inner-banner span {
		font-size: 16px;
		line-height: normal;
	}
	.mission-testi {
		padding-bottom: 0;
	}
	.mission-testi .highly-expe {
		margin: 0 -15px;
	}
	.common-footer-sec 
	.office-gallery-sec::after {
		display: none;
	}
	.location-left ul li {
		max-width: 100%;
	}
	.banner-sec {
		padding: 0px 0px 40px 0px;
	}
}
/* 575 End  */
@media all and (max-width: 425px) {
	.our-doctor-sec {
		margin-bottom: 80px;
	}
	.two-sec-bg {
		margin-bottom: 30px;
	}
	.inner-bn-list li {
		-webkit-box-flex: 120px;
		-ms-flex: 120px;
		flex: 120px;
	}
	.location-right iframe {
		height: 220px;
	}
	.inner-banner p {
		font-size: 12px;
		line-height: 1.6;
	}
}