/*-----------------------------------------------------------------------------------

	Theme Name: Sports And Pain
	Author: NYMM Team
    Author URI: https://www.nymedicalmarketing.com/
	Description: Sports And Pain. 
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

-----------------------------------------------------------------------------------*/
/***********************************/
/**********  Typography ************/
/***********************************/
/***********FONTS***********/
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Regular.woff2') format('woff2'),
        url('assets/fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Light.woff2') format('woff2'),
        url('assets/fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Bold.woff2') format('woff2'),
        url('assets/fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
	font-style: normal;
	font-display: swap;
}
/***********FONTS***********/
:target:before {
content:"";
display:block;
height:170px; /* fixed header height*/
margin:-170px 0 0; /* negative fixed header height */
}
html {
	scroll-behavior: smooth;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0;
}

body {
	font-size: 18px !important;
	line-height: 30px;
	color: #444444;
	background: #FFFFFF;
	outline: none;
	font-family: 'Roboto', Arial;
	font-weight: normal;
}

a {
	text-decoration: none;
	outline: none;
	display: inline;
/* 	color: #444; */
}
.primaryspan a {
	text-decoration: underline;
	color: #215a73;
}
.primaryspan a:hover {
	text-decoration: underline;
}
p:empty {
    display: none;
}
span.page-content-area.content br {
    /*display: none;*/
}
a:hover {
	text-decoration: none !important;
	color: none;
}
strong {
	font-weight: bold;
}

span {
	display: block;
}

a {
	margin: 0;
	padding: 0;
}
a {
    transition: all .3s ease-in-out .3s;
    -webkit-transition: all .3s ease-in-out .3s;
    -moz-transition: all .3s ease-in-out .3s;
    -o-transition: all .3s ease-in-out .3s;
}
img {
	border: none;
	max-width: 100%
}
img.aligncenter {
	display: block;
	height: auto;
	margin: 30px auto;
}
.container {
	width: 100%;
	max-width: 1170px;
	padding: 0 15px;
	display: block;
	margin: 0 auto;
	height: 100%;
}

.sec-title {
	font-size: 34px;
	margin-bottom: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #476278;
	line-height: 34px;
}

.sub-title {
	color: #707070;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 15px;
	font-weight: 100;
}
.review-number {
	display: inline-block;
	color: #ff0000;
	text-decoration: underline;
	font-size: 60px;
	font-style: italic;
	font-weight: 900;
	line-height: normal;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.common-btns {
	margin-top: 60px;
}

.common-btns a {
	height: 70px;
	width: 300px;
	background: #1e5a7b;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 20px;
}
.common-btns a:hover {
    background: #fff;
    color: #3b5d6c !important;
    border: 1px solid #3b5d6c;
}

/*************************************/
/******** New Header Area Start **********/
/*************************************/
.saBannerArea {
    min-height: 100vh;
    background-image: url(assets/images/running.jpg);
    background-size: auto 100%;
    background-position: right bottom;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background-repeat: no-repeat;
}
.saBannerArea:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -6%;
    width: 58%;
    height: 200%;
    background: #53BBD5;
    transform: rotate(12deg);
    z-index: 0;
}
.saBannerArea .container {
    height: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 2;
    max-width: 1600px;
}
.saBannerArea .container .saBannerRow {
    height: 100%;
    min-height: 100vh;
}
.saBannerRow {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
}
.saBannerLeft {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}
.saBannerLogo .logo-area {
    width: 100%;
}
.saBannerMenu > ul {
    text-align: left;
    width: max-content;
    max-width: 100%;
}
.saBannerMenu > ul > li {
    margin: 10px 0px;
    width: fit-content;
}
.saBannerMenu ul li a {
    color: #FFF;
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 47px;
}
.saBannerMenu ul:hover li a {
    color: #656565;
}
.saBannerMenu ul.showChild li a {
    color: #656565;
}
.saBannerMenu ul li:hover a {
    color: #FFFFFF;
}
li.showSub a {
    color: #FFF !important;
}


.saBannerMenu ul li ul {
    display: none !important;
}
.saBannerMenu ul li ul li {
    width: 48%;
    display: inline-block;
}
.saBannerMenu ul li ul li a {
    font-size: 14px;
    color: #FFF;
    text-transform: capitalize;
    font-weight: 400;
}




.saBannerRight {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    width: 50%;
}
.saIcons {
    width: 32px;
    height: 39px;
    background: url(assets/images/sprite-m.png);
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.6);
}
.saIcons.location {
    background-position: 3px 0px;
}
.saIcons.bookSa {
    background-position: -34px 0px;
    width: 35px;
}
.saIcons.callSa {
    background-position: -75px 0px;
    width: 37px;
}
.saIcons.textSa {
    background-position: -120px 0px;
    width: 47px;
}
.saBannerContact ul li {
    margin-bottom: 25px;
}
.locationsa, .saBannerContact ul li .locationsa a {
	font-size: 18px;
	font-weight: 300;
}
li.address.hometop {
    width: 30%;
	margin-top: -5px;
}
li.bookfixr {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
li.phfixr {
    flex-wrap: nowrap;
    flex-direction: column;
}
li.phfixr span a {
    font-size: 18px;
    font-weight: 300;
}
.saBannerContact ul li, .saBannerContact ul li a {
    font-size: 22px;
    font-weight: 800;
    color: #003445;
}
.saBannerContact ul li a span:last-child {
    font-size: 12px;
    margin-top: -9px;
}
.saBannerContact ul li a span.saIcons {
    margin-top: 0px;
}
.saBannerTextTitle {
    font-size: 22px;
    font-weight: 700;
    color: #003452;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.saBannerTextContent {
    text-transform: uppercase;
    font-size: 15px;
    color: #003452;
	font-weight: 300;
}

/*Fixed Header*/
.fixed-header {
    background: #FFF;
    position: fixed;
    z-index: 9999;
    width: 100%;
    transform: translate(0px, -105%);
    transition: 0.3s;
}
.fixed-header.show {
    transform: translate(0px, 0%);
	box-shadow: 0 1px 10px 0px rgb(0 0 0 / 18%);
}
.fixed-header .container {
    max-width: 1600px;
}
.fixedRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fixed-left {
    width: 45%;
}
.fixed-menu ul {
    display: flex;
    justify-content: space-evenly;
}
.fixed-menu ul li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2b384d;
}

.fixed-menu ul ul {
    display: none;
}
.fixed-menu ul li#menu-item-1356, .fixed-menu ul li#menu-item-1897, .fixed-menu ul li#menu-item-1294 {
   /* display: none;*/
}
.fixed-menu ul li {
    position: relative;
}
.fixed-menu > ul > li {
    position: relative;
    height: 120px;
    display: flex;
    align-items: center;
}
.fixed-menu ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    background: #FFF;
    min-width: 300px;
	-webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}
.fixed-menu ul li:hover > ul {
    display: block;
}
.fixed-menu ul li ul li a {
    font-size: 14px;
    padding: 15px;
    display: block;
    background: #ffffff;
    text-transform: uppercase;
}
.fixed-menu ul li ul li a:hover{
	color: #70b7d4;
}
.fixed-middle {
    width: 10%;
}
.fixed-middle a .logo {
    height: 67px;
    width: 67px;
    background: url(assets/images/redlogo.png);
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-right: 10px;
    background-size: 100%;
    margin: 0 auto;
}

.fixed-right {
    width: 45%;
}
.fixed-menu ul li a span {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
}

/*************************************/
/******** Header Area Start **********/
/*************************************/
.header-area {
	overflow: hidden;
	padding: 17px 0 8px 0;
	/*background-color: #70b6d41f;*/
}

.header {
	height: 100%;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.logo-area {
	width: 35%;
}
.logo-area a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #21384d;
}
.logo-area a .logo {
    height: 67px;
    width: 67px;
    background: url(assets/images/redlogo.png);
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-right: 10px;
    background-size: 100%;
}
.logo-area a .logo-text {
	line-height: normal;
}
.logo-name {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1.65px;
	line-height: normal;
	font-size: 22px;
	font-weight: bold;
}
.logo-sub-name {
	text-transform: uppercase;
	line-height: normal;
}
.address {
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
li.phfixr span a {
    font-size: 18px;
    font-weight: 300;
}
span.fixed-right.fixed-menu ul li {
    justify-content: center;
}
.address-text, .address-text a {
	font-size: 18px;
	color: #21384d;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
}
.address-text:before {
    content: '';
    background: url(assets/images/sprite-m.png);
    background-position: -178px 0;
    background-repeat: no-repeat;
    width: 34px;
    height: 33px;
    display: inline-block;
    margin-left: -43px;
    margin-top: 4px;
    position: absolute;
}
.address-sub-text, .address-sub-text a {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #21384d;
}
span.address-sub-text.fontsize, span.address-sub-text.fontsize a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}
.contact-area {
	width: 45%;
}
.contact-area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.contact-area ul li {
	display: inline-block;
	margin-left: 30px;
}
.contact-area ul li:first-child {
	margin-left: 0px;
}
.contact-area ul li a {
	font-size: 18px;
	font-weight: 400;
	color: #21384d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-transform: uppercase;
	line-height: 40px;
}
.icon {
    height: 38px;
    width: 45px;
    background: url(assets/images/sprite-m.png);
    background-repeat: no-repeat;
    margin-right: 0px;
    transform: scale(0.6);
}
.appoiontment-text {
	color: #d10000;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	text-align: right;
}

.icon1 {
    background-position: -70px 0px !important;
}

.icon2 {
    background-position: -120px 0 !important;
}

.icon3 {
    background-position: -27px 0 !important;
}

/*************************************/
/******** Banner Area Start **********/
/*************************************/
.banner-area {
	overflow: hidden;
	background: url(assets/images/banner.jpg);
    background-repeat: no-repeat !important;
    background-size: cover;
    max-width: 100%;
    margin: 0 auto;
	background-position: bottom center;
	min-height: 797px;
}
header.profile-page {
    position: fixed;
    width: 100%;
    background: #FFF;
    top: 0;
    left: 0;
    z-index: 9999;
	padding-bottom: 17px;
    box-shadow: 0 1px 10px 0px rgb(0 0 0 / 18%);
}
header.profile-page + section.page-heading-area {
    margin-top: 128px;
}
span.menu ul.menu {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu .menu-main-menu-container {
    display: block;
    width: 100%;
}
ul.mega-sub-menu { 
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2)!important; 
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2)important; 
    border: 1px solid #cccimportant; }
.menu-area ul li {
	margin-left: 20px;
	display: inline-block;
	position: relative;
}
.menu-area ul li::before {
	content: "";
	height: 2px;
	width: 0;
	background: #21384d;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-area ul li:hover::before {
	width: 100%;
}
.menu-area ul li:first-child {
	margin-left: 0px;
}

.menu-area ul li a {
	color: #21384d;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.menu-area ul li ul {
    width: 400px;
    background: #ffffff;
    text-align: left;
    padding: 20px;
    position: absolute;
    top: 60px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 9;
	-webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}
.saUlisum-right.contframe {
    padding: 0px;
    margin-left: 0px;
}
li.menu-item-1289 ul.sub-menu {
    width: 650px;
	left: -150px;
}
li.menu-item-1289 ul.sub-menu li {
    width: 50%;
    float: left;
}
.fixed-menu ul li.menu-item-1289:hover > ul {
    display: flex;
}
.menu-area ul li ul li {
	display: block;
	margin: 0;
	line-height: normal;
	margin-bottom: 10px;
    padding-bottom: 25px;
}
.menu-area ul li ul li:last-child {
	border-bottom: 1px solid transparent;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.menu-area ul li ul li:before {
	content: none;
}
.menu-area ul li ul li a {
    font-size: 14px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: normal;
    text-transform: uppercase;
	font-weight: 700;
    color: #2b384d;
}
.menu-area ul li ul li a:hover {
	color: #70b7d4;
}
.menu-area ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 30px;
}
.menu-area ul li.menu-item-1289:hover > ul {
	display: flex;
}
.banner-content {
    margin: 179px 0;
    width: 52%;
    text-align: right;
}
li.bookblock {
    margin-top: 1px;
}
.bookblocktxt{
    margin-top: -12px;
}
.banner-top-title {
	color: #0f0339;
	text-transform: uppercase;
	font-size: 41px;
	margin-bottom: 16px;
	line-height: normal;
}

.banner-title {
    color: #d10000;
    text-transform: uppercase;
    font-size: 80px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    /* background: -webkit-linear-gradient(#66c2d6, #74b3d4); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.banner-sub-title {
    color: #444;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    display: inline-block;
}
.responsive-banner-brand {
	display: none;
}


/*************************************/
/******** About Area Start **********/
/***********************************/
.about-us-area {
	overflow: hidden;
	padding: 65px 0;
	background: #f7f7f7;
}
.about-left {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.about-thumb {
	height: 185px;
	width: 185px;
	background: url(assets/images/for-desktop.jpg);
	background-repeat: no-repeat;
	border-radius: 50%;
	margin-bottom: 50px;
	background-position: 0px 0px;
}
.thumb-title {
	font-size: 42px;
	text-transform: uppercase;
	font-weight: bold;
	color: #d10000;
	line-height: 60px;
}
.thumb-text {
	color: #707070;
	font-weight: 100;
	font-size: 42px;
	text-align: center;
	line-height: 60px;
	padding: 0 50px;
}
.about-right {
	width: 60%;
}
.common-sub-title {
	font-size: 26px;
	text-transform: uppercase;
	color: #707070;
	letter-spacing: 4px;
	line-height: 40px;
	margin-bottom: 15px;
}
.common-title {
	font-size: 28px;
	font-weight: bold;
	color: #476278;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 20px;
}
.about-right .common-text {
	color: #444;
}
/*********COUNTER AREA******************/
.counterup-area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 10% auto 10% auto;
    grid-template-columns: auto auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 190px;
	width: 1140px;
    margin: 0 auto;
	border: 2px solid #888;
	margin-bottom: 40px;
    margin-top: 40px;
}
.h2large {
    color: #FFF !important;
    -webkit-text-fill-color: #fff!important;
    font-size: 36px;
    line-height: 42px;
}
.count {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-align: center;
    color: #707070;
}
.count-text {
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    color: #707070;
}
span.single-count {
    padding-top: 20px;
}

/*********counter area ends ************/
/*****************************************/
/******** Treatment Area Start **********/
/***************************************/
.treatment-area {
	overflow: hidden;
	padding: 65px 0;
}
.treatment {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 44px auto 44px auto 44px auto;
	grid-template-columns: auto auto auto auto;
	grid-gap: 0 44px;
}
.single-treatment {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 70px;
}
.single-treatment:nth-child(5),
.single-treatment:nth-child(6),
.single-treatment:nth-child(7),
.single-treatment:nth-child(8) {
	margin-bottom: 0;
}
.treatment-thumb {
	height: 150px;
	width: 150px;
	background: url(assets/images/for-desktop.jpg);
	background-repeat: no-repeat;
	border-radius: 50%;
	margin-bottom: 50px;
}
.treatment-title {
	color: #d10000;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.treatment-text {
	font-size: 18px;
	color: #555;
	text-align: center;
}

.thumb1 {
	background-position: -635px 0;
}
.thumb2 {
	background-position: 0px -198px;
}
.thumb3 {
	background-position: -455px -198px;
}
.thumb4 {
	background-position: -186px 0px;
}
.thumb5 {
	background-position: -153px -198px;
}
.thumb6 {
	background-position: -302px -198px;
}
.thumb7 {
	background-position: -337px 0px;
}
.thumb8 {
	background-position: -486px 0px;
}

/*****************************************/
/******** Pain Care Area Start **********/
/***************************************/
.pain-care-area {
	overflow: hidden;
	padding: 100px 0;
}
.pain-care {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.paine-care-right h3 a {
    font-size: 18px;
}
.paine-care-left {
/* 	background: -o-linear-gradient(left,#66c2d6,#74b3d4);
	background: -webkit-gradient(linear,left top, right top,from(#66c2d6),to(#74b3d4));
	background: linear-gradient(90deg,#66c2d6,#74b3d4); */
	background: #1e5a7b;
	padding: 100px 22px 95px 35px;
	width: 50%;
	position: relative;
	z-index: 1;
}
.paincare-title {
	color: #fff;
	font-size: 90px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.paincare-sub-title {
	color: #fff;
	font-size: 50px;
	line-height: 68px;
	margin-bottom: 20px;
}
.common-text {
	color: #fff;
	font-weight: 400;
    font-size: 18px;
}
.paine-care-right {
	border: 1px solid #ccc;
	padding: 110px 100px;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	width: 50%;
	margin-left: -50px;
}
.paine-care-right ul li {
	position: relative;
	font-size: 24px;
	color: #999;
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 40px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
	padding-left: 30px;
	margin-bottom: 40px;
}
.paine-care-right ul li:last-child {
	padding-bottom: 0;
	border: none;
	margin-bottom: 0;
}
.paine-care-right ul li::before {
	content: "";
	height: 10px;
	width: 10px;
	background: -o-linear-gradient(left,#66c2d6,#74b3d4);
	background: -webkit-gradient(linear,left top, right top,from(#66c2d6),to(#74b3d4));
	background: linear-gradient(90deg,#66c2d6,#74b3d4);
	position: absolute;
	top: 8px;
	left: 0;
}  
/******************************************/
/******** Philosophy Area Start **********/
/****************************************/
.philosophy-area {
	overflow: hidden;
	padding: 100px 0;
}
.pholisophy {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.philosophy-left {
	width: 50%;
}
.philosophy-title {
	font-size: 34px;
	font-weight: bold;
	color: #476278;
	line-height: 60px;
	margin-bottom: 20px;
}
.philosophy-sub-title {
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 34px;
}
.philosophy-text {
	line-height: 34px;
}
.philosophy-right {
	width: 50%;
	background: url(assets/images/for-desktop.jpg);
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	background-size: 134% 903%;
	background-position: 0px -3318px;
	height: 434px;
}
.consultation {
	background: rgba(255,255,255,0.8);
	width: 99%;
	margin: 0 auto 50px;
	padding: 12px 40px;
}
.consultation-sub-title {
	color: #666;
	font-size: 27px;
	text-transform: uppercase;
	line-height: 40px;
}
.consultation-title {
	color: #d10000;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1;
}

/*************************************/
/******** Review Area Start *********/
/***********************************/
.review-area {
	overflow: hidden;
	background: #f4f4f4;
	padding: 85px 0;
}
.review-partner {
	background: #f4f4f4;
	height: 72px;
	margin-bottom: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.single-partner {
    background: url(assets/images/for-desktop.jpg);
    background-repeat: no-repeat;
    width: 36%;
}
.partner1 {
background-position: 0px -4144px;
}
.partner2 {
background-position: 0px -4227px;
}
.review {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.single-review {
    background: #fff;
    border: 1px solid rgb(225,225,225);
    padding: 30px 32px 30px 25px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}
.study-block {
    background-color: #e8f6fb;
	padding: 30px 10px 30px 20px;
	border-left: 3px solid #48a6ca;
    /* margin-left: 20px; */
    margin-bottom: 15px;
    color: #444;
    font-weight: 500;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;
	clear: both;
}
.study-block a {
    color: #444;
    text-decoration: underline;
}
.review-text {
	color: #585858;
	font-style: italic;
	line-height: 36px;
	margin-bottom: 40px;
}
.reviewer-name {
	color: #717171;
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
}
.quote {
	height: 35px;
	width: 42px;
	background: url(assets/images/sprite-m.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 25px;
	right: 55px;
	background-position: -215px 0px;
}
.review-top {
	margin-top: -50px;
	margin-left: -20px;
}
.review-head {
	text-align: center;
	margin-bottom: 65px;
}
.review-area .common-btns {
	text-align: center;
}

/***************************************/
/******** Injurie Area Start **********/
/*************************************/
.injurie-area {
	overflow: hidden;
	padding: 30px 0 100px;
}
.injurie-left {
	width: 50%;
	background: #1e5a7b;
	padding: 90px 85px 80px 95px;
}
.injurie-sub-title {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 6px;
	margin-bottom: 20px;
}
.injurie-title {
	font-size: 88px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 40px;
}
.injurie-text {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}
.injurie-right {
	width: 50%;
	position: relative;
	background: #fff;
}
span.injurie-right ul li a:hover {
    color: #5eb4d8;
}
span.paine-care-right ul li a:hover {
    color: #5eb4d8;
}
span.breakthrough-title a {
    text-decoration: underline;
    color: #476278;
}
span.breakthrough-title a:hover {
    color: #5eb4d8;
	text-decoration: underline;
}
.injurie-right::before {
    content: "";
    height: 467px;
    width: 60%;
    background: url(assets/images/for-desktop.jpg);
    background-repeat: no-repeat;
    background-position: -506px -2377px;
    /* background-size: 230% 690%; */
    top: 0;
    right: 0;
    display: block;
    margin: 60px 100px 0 auto;
}
.injurie-right ul li {
	color: #888;
	text-transform: capitalize;
	position: absolute;
}
.injurie-right ul li .line {
	height: 8px;
	width: 70px;
	background: url(assets/images/sprite-m.png);
	background-repeat: no-repeat;
	background-position: -86px -45px;
	display: inline-block;
	margin-left: 15px;
}
.injurie-right ul li:nth-child(1) {
    top: 25%;
    left: 15px;
}
.injurie-right ul li:nth-child(2) {
	top: 36%;
    left: 65px;
}
.injurie-right ul li:nth-child(3) {
	top: 42%;
    left: 76px;
}
.injurie-right ul li:nth-child(4) {
	top: 47%;
	left: 20px;
}
.injurie-right ul li:nth-child(5) .line, .injurie-right ul li:nth-child(6) .line, .injurie-right ul li:nth-child(7) .line, .injurie-right ul li:nth-child(8) .line, .injurie-right ul li:nth-child(9) .line {
	background-position: -86px -45px;
	margin-left: 0;
	margin-right: 15px;
}
.injurie-right ul li:nth-child(5) {
    top: 20%;
    right: 113px;
}
.injurie-right ul li:nth-child(6) {
	top: 36%;
    right: 52px;
}
.injurie-right ul li:nth-child(7) {
	top: 46%;
    right: 51px;
}
.injurie-right ul li:nth-child(8) {
	top: 65%;
    right: 92px;
}
.injurie-right ul li:nth-child(9) {
	top: 82%;
    right: 85px;
}

/***************************************/
/******** Benefit Area Start **********/
/*************************************/
.benefit-area {
    overflow: hidden;
    background: #ebebeb;
    padding: 73px 0;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}
.benefit-area-bg {
	height: 100%;
	width: 55%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(assets/images/for-desktop.jpg);
	background-repeat: no-repeat;
	background-size: 100% 580%;
    background-position: 0px -343px;}
.benefit-left {
	width: 50%;
	background: #fff;
	padding: 80px 65px;
	margin-right: -60px;
	position: relative;
	z-index: 2;
}
.benefit-title {
	color: #427e8b;
	font-size: 48px;
	font-weight: bold;
	line-height: 63px;
	margin-bottom: 25px;
}
.benefit-text {
	color: #585858;
	line-height: 35px;
}
.benefit-right {
	width: 50%;
	padding: 80px 0 80px 116px;
	position: relative;
	z-index: 1;
}
.benfit-right-text {
	color: #fff;
	line-height: 33px;
}

/********************************************/
/******** BreakThrough Area Start **********/
/******************************************/
.breakthrough-area {
	overflow: hidden;
	padding: 45px 0;
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	background: url(assets/images/for-desktop.jpg);
	background-repeat: no-repeat;
	background-position: -113px -1046px;
	background-size: 50% 350%;
}
.breakthrough-area .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.breakthrough {
	width: 60%;
}
.breakthrough-head {
	padding-left: 62px;
}
.single-breakthrough-area {
	margin-top: 40px;
	padding-left: 62px;
	border-left: 1px solid #476278;
}
.single-breakthrough {
	margin-bottom: 30px;
	position: relative;
}
.single-breakthrough:last-child {
	margin-bottom: 0px;
}
.breakthrough-title {
	color: #476278;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
.breakthrough-text {
	color: #707070;
	line-height: 32px;
}
.breakthrough-icon {
	height: 100px;
	width: 100px;
	background-color: red;
	background: url(assets/images/sprite-m.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 60px;
	left: -113px;
}
span.inf-six-bottom-content {
    font-weight: 400;
}
.breakthrough-icon.icon_1 {
	background-position: 0 -91px;
}
.breakthrough-icon.icon_2 {
	background-position: -102px -91px;
}
.breakthrough-icon.icon_3 {
	background-position: -202px -91px;
}
/***************************************/
/******** Gallery Area Start **********/
/*************************************/
img.attachment-full.size-full {
    width: 100%;
    height: auto;
}
.gallery-area {
	overflow: hidden;
	padding-top: 80px;
	width: 1240px;
	margin: 0 auto;
}
.gallery-title {
	color: #757575;
	font-size: 50px;
	text-align: center;
	line-height: 80px;
	width: 77%;
	margin: 0 auto;
	margin-bottom: 60px;
	font-weight: 300;
}

.gallery-title-p {
	text-align: center;
    margin-bottom: 30px;
    margin-top: -30px;
}
.single-gallery1 {
	width: 35%;
	background: url(assets/images/for-desktop.jpg);
	background-repeat: no-repeat;
	background-size: 149% 1050%;
	height: 400px;
    background-position: 0 -3149px;
}
.single-gallery2 {
	width: 30%;
	background: url(assets/images/for-desktop.jpg);
	background-repeat: no-repeat;
	background-size: 190% 1050%;
	height: 400px;
	background-position: 0 -2725px;
}
.single-gallery3 {
	width: 35%;
    background: url(assets/images/for-desktop.jpg);
    background-repeat: no-repeat;
    background-size: 157% 1066%;
    height: 400px;
    background-position: 0 -2348px;
}

/***************************************/
/******** Contact Area Start **********/
/*************************************/
.contact-us-area {
	overflow: hidden;
	padding-top: 20px;
}
.contact-us {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact-form {
/* 	background: -o-linear-gradient(left,#66c2d6,#74b3d4);
	background: -webkit-gradient(linear,left top, right top,from(#66c2d6),to(#74b3d4));
	background: linear-gradient(90deg,#66c2d6,#74b3d4); */
	background: #1e5a7b;
	padding: 40px 60px;
	width: 50%;
}
.contact-head-sub-title {
	font-size: 40px;
	color: #fff;
	font-weight: 100;
	letter-spacing: 4px;
	margin-bottom: 25px;
}
.contact-head-title {
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 1;
}
.form-group {
	height: 10px;
	margin-bottom: 15px;
}
.form-group input {
	border: none;
	height: 100%;
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto', Arial;
	font-weight: 100;
}
.form-group textarea {
	border: none;
	height: 100%;
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto', Arial;
	font-weight: 100;
	max-width: 100%;
	min-width: 100%;
	min-height: 50px;
	max-height: 50px;
}
.form-group input::-webkit-input-placeholder {
	opacity: 1 ;
	color: #fff;
}
.form-group input::-moz-placeholder {
	opacity: 1 ;
	color: #fff;
}
.form-group input:-ms-input-placeholder {
	opacity: 1 ;
	color: #fff;
}
.form-group input::-ms-input-placeholder {
	opacity: 1 ;
	color: #fff;
}
.form-group input::placeholder {
	opacity: 1 ;
	color: #fff;
}
.form-group textarea::-webkit-input-placeholder {
	opacity: 1 ;
	color: #fff;
}
.form-group textarea::-moz-placeholder {
	opacity: 1 ;
	color: #fff;
}
.form-group textarea:-ms-input-placeholder {
	opacity: 1 ;
	color: #fff;
}
.form-group textarea::-ms-input-placeholder {
	opacity: 1 ;
	color: #fff;
}
.form-group textarea::placeholder {
	opacity: 1 ;
	color: #fff;
}
.form-group.submit {
	text-align: center;
	margin: 0px 0 70px 0;
}
.form-group input[type="submit"] {
	color: #777;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
	background: #fff;
	width: 220px;
	border: none;
	outline: none;
	cursor: pointer;
	height: 40px;
}
span.form-group.checkbox-area br {
    display: none;
    padding-top: 30px;
}
.checkbox-area {
	height: 60px;
	text-align: center;
	margin-top: 40px;
	display: block;
	margin-bottom: 0;
}
.confirmation-text {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.single-checkbox {
    width: 100%;
    float: none;
    position: relative;
}
.single-checkbox input[type="checkbox"] {
	display: inline-block;
	width: auto;
	border: none;
	height: auto;
}
.single-checkbox span.wpcf7-list-item-label {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto', Arial;
    margin-left: 6px;
    display: inline-block;
    vertical-align: top;
}
.single-checkbox span {
    display: inline-block;
    margin: 0 auto;
    padding: 0 6px;
}
.contact-address {
	width: calc(50% - 15px);
	margin-left: 15px;
}
.contact-address-head {
	background: #ececec;
	padding: 80px 0 70px;
	margin-bottom: 15px;
	text-align: center;
	color: #6a6a6a;
}
.contact-title {
	color: #6a6a6a;
	font-size: 26px;
	line-height: 44px;
	width: 80%;
	margin: 0 auto 30px;
}
.contact-sub-title {
	color: #6a6a6a;
	font-size: 18px;
	line-height: 36px;
}
.contact-icon {
    height: 38px;
    width: 43px;
    background: url(assets/images/sprite-m.png);
    background-repeat: no-repeat;
    margin: 15px auto;
    background-position: -71px 0px;
}
.contact-number a {
	color: #6a6a6a;
	font-size: 20px;
	font-weight: bold;
}
.contact-web a {
	font-size: 18px;
	color: #6a6a6a;
}

.footer-contact {
	background: #555555;
	padding: 80px 0;
	text-align: center;
}
.copyright-text {
	color: #fff;
	font-size: 18px;
}
.footer-social {
	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;
	margin-top: 20px;
}
.social-text {
	font-size: 18px;
	color: #fff;
}
.social-icon {
	margin-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.social-icon a {
	height: 50px;
	width: 50px;
	background: url(assets/images/sprite-m.png);
	background-repeat: no-repeat;
	margin-right: 5px;
	transition: all .3s;
}
.social-icon a:hover {
	transform: rotate(10deg);
	transition: all .3s;
}
.social-icon a:last-child {
	margin-right: 0;
}
.social-icon a.fb-icon {
	background-position: -172px -38px;
}
.social-icon a.ins-icon {
	background-position: -222px -38px;
}
.social-icon a.tw-icon {
	background: url(assets/images/twitter-icon.png);
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(17deg) brightness(104%) contrast(104%);
	background-position: center;
    background-size: contain;
    transform: scale(.8);
}
.social-icon a.inst-icon {
	background: url(assets/images/instagram-icon.png);
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(17deg) brightness(104%) contrast(104%);
	background-position: center;
    background-size: contain;
    transform: scale(.8);
}
.social-icon a.tw-icon:hover, .social-icon a.inst-icon:hover {
	transform: rotate(10deg) scale(.8) !important;
}
.page-content-area input {
    width: 100%;
    height: 70px;
    padding: 0 10px;
    font-size: 18px;
    border: 1px solid #c4ebff;
    color: #666;
    font-family: 'Roboto', Arial;
}
.page-content-area textarea {
	width: 100%;
	height: 100px;
	max-height: 100px;
	min-height: 100px;
	padding: 10px;
	font-size: 18px;
    border: 1px solid #c4ebff;
	color: #666;
	font-family: 'Roboto', Arial;
}
.page-content-area textarea::placeholder,
	.page-content-area input::placeholder {
	opacity: 1;
}
.page-content-area input[type="submit"] {
	width: 40%;
	background: #21374d;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	margin-top: 30px;
	cursor: pointer;
	letter-spacing: 1px;
}
.page-content-area.content iframe {
	width: 100%;
}
.page-content-area.content h2 {
	margin-bottom: 15px;
	line-height: 36px;
}
.heading-style { margin: 30px 0 15px; }
.page-id-1226 hr {
	display: none;
}
.maps-icon {
	width: 30px !important;
	border-radius: 0 !important;
}
.pdf-link {
	width: 50%;
	padding: 15px 0;
	border-radius: 5px;
}
.pdf-link a {
	font-weight: normal;
    color: #1f1f2c;
    position: relative;
    /* padding-left: 73px; */
    /* margin-left: 65px; */
    margin-bottom: 5px;
    list-style: none;
    border: 1px solid #777;
    padding: 30px 0 30px 70px;
    margin: -6px;
    display: block;
}
.pdf-link a::before {
    content: '';
    width: 50px;
    height: 70px;
    display: inline;
    position: absolute;
    background: url(assets/images/dpdf-ico.jpg);
    left: 9px;
    top: 9px;
}
.page-id-1205 .colnop {
	display: flex;
}
.page-id-1205 .colnop ul {
	margin-right: 70px;
}
  /***********************************/
 /********* Other Pages CSS *********/
/***********************************/
.page-heading-area {
	overflow: hidden;
/* 	background: -webkit-gradient(linear,left top, right top,from(#66c2d6),to(#74b3d4));
	background: -o-linear-gradient(left,#66c2d6,#74b3d4);
	background: linear-gradient(90deg,#66c2d6,#74b3d4); */
	background: #1e5a7b;
	padding: 43px 0;
}
.page-heading {
	text-align: center;
	color: #fff;
    font-size: 36px;
    font-weight: normal;
    line-height: 54px;
}
.page-sub-title {
	color: #fff;
	font-size: 27px;
	font-weight: normal;
	line-height: 54px;
}
.page-heading span {
	color: #fff;
	font-size: 42px;
	font-weight: normal;
	line-height: 54px;
}

.page-content-area.content p img {
    float: left;
    margin-right: 20px;
    border: 1px solid #ccc;
    margin: 10px 30px 50px 0px;

}
li.priceiv {
    font-size: 24px!important;
    font-weight: bold;
    /* list-style: none!important; */
}
li.priceiv span {
    color: #71b6d4;
    display: inline;
}
.profile-banner-area {
	overflow: hidden;
	padding: 15px 0 55px 0;
}
.aboutmainsection a{
	text-decoration: underline;
}
.profile-banner {
	margin-bottom: 53px;
}
.profile-banner-thumb {
	width: 35%;
	position: relative;
	height: 560px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.profile-banner-thumb::before {
	content: "";
	height: 100%;
	width: 90%;
	background: #72b3d0;
	position: absolute;
	top: 0;
	left: 0;
}
.profile-thumb {
	position: relative;
	z-index: 1;
}
.profile-banner-content {
	width: 65%;
	background: #21374D;
	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;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
}
.profile-banner-content a {
	color: #fff !important;
}
.profile-banner-title {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 40px;
}
.profile-banner-text {
	font-size: 22px;
	line-height: 33px;
	width: 605px;
	margin: 0 auto;
}
.banner-bottom-text {
	line-height: 32px;
	font-size: 17.8px;
}
.profile-banner-text a {
	color: #fff;
	text-decoration: underline;
}
.profile-banner-text strong {
	font-weight: bold;
}
.section-box-area {
	overflow: hidden;
	padding-bottom: 65px;
}
.section-box-left {
	width: 48%;
	margin-right: 2%;
}
.section-box-right {
	width: 50%;
	background: -webkit-gradient(linear,left top, right top,from(#66c2d6),to(#74b3d4));
	background: -o-linear-gradient(left,#66c2d6,#74b3d4);
	background: linear-gradient(90deg,#66c2d6,#74b3d4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 50px;
	height: 420px;
}
.sec-box-text {
	color: #fff;
	line-height: 40px;
	font-weight: normal;
	font-size: 22px;
}
.common-para {
	line-height: 40px;
	font-weight: normal;
}
.common-para a {
    color: #fff;
}
.sec-box-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	/*padding-left: 10px;*/
	position: relative;
}
.sec-box-title::before {

	height: 10px;
	width: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	position: absolute;
	left: -20px;
	top: 10px;
}
.section-box-area.section-box2 {
	padding-bottom: 40px;
}
.sec-box-bottom {
	font-size: 17.8px;
}
.section-box2 .section-box-right {
	background: #f4f4f4;
	padding: 0 50px;
	height: auto;
}
.section-box2 .sec-box-text {
	color: #444;
	font-size: 18px;
}
.section-box2 .section-box-left {
	background: -webkit-gradient(linear,left top, right top,from(#66c2d6),to(#74b3d4));
	background: -o-linear-gradient(left,#66c2d6,#74b3d4);
	background: linear-gradient(90deg,#66c2d6,#74b3d4);
	padding: 55px 40px;
	padding-bottom: 75px;
	color: #fff;
	/*height: 530px;*/
}
.section-box2 .section-box {
	margin-bottom: 35px;
}
.qualification-area {
	overflow: hidden;
	padding-bottom: 0px;
}
.single-qualification-area {
	width: 100%;
}
.qualification-title {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.single-qualificationtop {
	display:grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 30%));
	grid-gap: 1em;
}
span.single-qualificationtopsec {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 30%));
    grid-gap: 1em;
}
.single-qualification {
    background: #f4f5f6;
	padding: 15px;
}
.widthq{
    width: 50%!important;
    background: #f4f5f6;
    height: 165px!important;
    display: block;
    isplay: -ms-flexbox;
    display: inline;
    /* -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; */
    margin: 0 5px 5px 0;
    padding: 18px;
    width: 32.9%;
    /* float: left;*/
}
.quali-sub-text {
	font-weight: bold;
	line-height: 40px;
}
.quali-text {
	font-weight: normal;
	line-height: 40px;
}
.single-qualification a {
	text-decoration: underline;
	font-weight: bold;
}
.qualification-area .common-para {
	margin: 40px 0 35px;
}
.para2 {
	font-weight: bold;
	margin: 0 0 35px !important;
	width: 800px;
}
.qualification-area h6 {
	background: -webkit-gradient(linear,left top, right top,from(#66c2d6),to(#74b3d4));
	background: -o-linear-gradient(left,#66c2d6,#74b3d4);
	background: linear-gradient(90deg,#66c2d6,#74b3d4);
}
h6 {
	height: 125px;
	width: 790px;
	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;
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	padding: 0 45px;
}
h6::after {
	content: "";
	height: 10px;
	width: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
h6 a {
	height: 60px;
	width: 270px;
	background: #E3F3FF;
	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;
	color: #21374D;
	margin-left: 135px;
	text-transform: uppercase;
	font-size: 18px;
}
/* infusion page*/

.imgflt {
    float: left;
    height: 200px;
    padding-right: 50px;
    margin-top: 100px;
}
.textright {
    margin: 90px;
}
/* Inner Page CSS */
.colnop {
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    background: #f9f9f9;
    overflow: hidden;
}
.sitemapge ul {
    background: none!important;
    margin: 0px!important;
}
.col1-map, .col2-map {
    width: 50%;
}
/****Press****/
.pressflx {
    padding-top: 80px;
}
.pressflx div span {
    /* height: 70px; */
    width: auto;
    margin-bottom: 10px;
    /* padding-bottom: 50px; */
}
span.pressconten p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.pressflx div {
    margin-bottom: 100px;
}
.pressflx h2, p {
    padding: 10px;
}
p { padding: 10px 0; }
/******Press End*******/
span.banner-award {
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}
.published-date {
	font-size: 14px;
    font-weight: 500;
    border-left: 2px solid #ccc;
    padding: 10px;
    background: #047ed914;
    margin-bottom: 10px;
    width: 100%;
    line-height: 24px;
    color: #515151;
}
.published-date span { display: inline; } 
.content-area {
	overflow: hidden;
	margin-top: 0px;
}
.page-content-area {
    width: 100%;
}
.page-content-area p {
	margin: 15px 0;
	line-height: 35px;
	font-weight: normal;
	font-size: 18px;
}
.page-content-area > p:first-child {
	font-size: 20px;
	line-height: 1.5;
}
.page-content-area h3 {
    background: linear-gradient(90deg, #37789b, #1e5a7b);
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    line-height: 37px;
	margin: 40px 0;
	clear: both;
}
.frankRight ul {
    background: none!important;
    margin: 0px!important;
}
.clearboth {
	margin: 10px 0!important;
    width: auto!important;
    background: none;
    background: #fff!important;
	padding: 0px 30px 20px 490px!important;
}
ul.clearboth li {
	list-style: disc;
    padding-left: 0px!important;
    margin-left: 40px;
}
ul.clearboth li:before{
	display:none;
}
ul.clearboth2{
	clear:both;
}
.page-content-area h3:before {

	height: 10px;
	width: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	position: absolute;
	left: 20px;
}
.page-content-area h2, .heading-style {
/* 	background: linear-gradient(to right, #66c2d6 0%, #74b3d4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	font-size: 32px;
	color: #427e8b;
}
.page-id-992 .page-content-area p img{
	float:none!important;
}
span.inner-page-content p a {
    text-decoration: underline;
	color: #215a73;
}
.inner-page-content a {
    text-decoration: underline;
	color: #205870;
}
.page-content-area h6 {
	width: 100%;
	background: #21374D;
	margin: 30px 0;
}
.page-content-area h6 a {
	width: 265px;
	margin-left: 80px;
}
.page-content-area h4 {
	color: #70B7D5;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 1;
}
.page-content-area ol {
    /* margin-left: 30px; */
    margin-bottom: 30px;
    /* margin-top: 15px; */
    background: #f4f4f4;
    padding: 30px 30px 50px 60px;
}
.page-content-area ol li {
	font-weight: normal;
	line-height: 40px;
	border-bottom: 1px dashed #d3d3d3;
	font-size: 18px;
	position: relative;
}
.page-content-area ul {
    background: #f4f4f4;
    padding: 30px 30px 50px 60px;
	margin: 50px 0;
}
.page-content-area ul li {
	font-weight: normal;
	line-height: 40px;
	border-bottom: 1px dashed #d3d3d3;
	font-size: 18px;
	position: relative;
}

li.priceiv::before{display:none;}
.page-content-area ul li::before {
	content: "";
	background: #00B7BD;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 17px;
	left: -30px;
	border-radius: 50%;
}
.page-sidebar-area {
	width: 30%;
	margin-top:15px;
}
.call-sidebar {
	border: 1px solid #70B7D5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 35px 20px;
}
.call-img {
	margin-bottom: 25px;
}
.call-sidebar h2 {
	color: #A8A8A8;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 30px;
}

.top-dr {
	margin-top: 115px;
}
.call-sidebar h4 {
	color: #2F3438;
	font-size: 37px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	margin-top: 10px;
}
.call-sidebar a {
	color: #2F3438;
	font-size: 39px;
	font-weight: bold;
	margin-top: 35px;
}
.sidebar-ancor {
	margin: 58px 0px;
}
.sidebar-ancor a {
	background: #21374D;
	padding: 15px 10px;
	color: #FFF;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Roboto', Arial;
	font-weight: normal;
	text-align: center;
}
.sidebar-ancor a:hover {
	background: #375069;
}
html body div.wprm-overlay{display:none;}
#mg-wprm-wrap {
    background-color: #0f0808;
    opacity: .8;
}
.menu-item-1289 ul.sub-menu {
    display: none;
    flex-wrap: wrap;
    width: 600px;
    max-width: 600px;
}
.menu-item-1289 ul.sub-menu li {
    width: 50%;
    display: inline-block;
    flex: auto;
}
.sidebar-nav {
	background: -webkit-gradient(linear,left top, right top,from(#66c2d6),to(#74b3d4));
	background: -o-linear-gradient(left,#66c2d6,#74b3d4);
	background: linear-gradient(90deg,#66c2d6,#74b3d4);
	padding: 50px 60px 80px;
}
.sidebar-nav h2 {
	color: #fff;
	font-size: 47px;
	font-weight: 300;
	font-family: 'Roboto', Arial;
	margin: 0px 0 20px;
	text-transform: uppercase;
}
.sidebar-nav h2 span {
	font-size: 20px;
	margin-bottom: 15px;
}
.sidebar-nav ul li {
	display: block;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.sidebar-nav ul li a {
	padding: 15px 0;
	color: #FFF;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px dashed #fff;
	font-weight: 300;
	font-family: 'Roboto', Arial;
}
.sidebar-nav ul li:last-child a {
	border-bottom: 1px dashed transparent;
}
.sidebar-nav ul:hover li a {
	opacity: 0.5;
}
.sidebar-nav ul li:hover a {
	opacity: 1;
}
.sidebar-brand {
	margin-top: 58px;
}
.brand-img img {
	width: 100%;
}
.sidebar-review .single-review {
	width: 100%;
	padding: 50px 43px;
	border: 1px solid #70B7D5;
}
.sidebar-review .review-text {
	color: #21374D;
}
.sidebar-review {
	margin-bottom: 58px;
}
.patient-name {
	color: #70B7D5;
	font-size: 26px;
	font-weight: normal;
	line-height: 33px;
}
.designation {
	color: #70B7D5;
	font-size: 15px;
	font-weight: normal;
}

.page-banner-area {
	background: #21374D;
	padding: 10px 10px 28px;
}
.page-banner-area p {
	margin: 0 0 15px;
	color: #fff;
	line-height: 30px;
}
.page-banner-area img {
    float: left;
    margin-right: 20px;
    border-bottom-right-radius: 100px;
    width: 57%;
    height: auto;
}
.it {
    width: 100%;
    background: -webkit-gradient(linear,left top, right top,from(#3782ab),to(#1e5a7b));
    background: -o-linear-gradient(90deg, #3782ab, #1e5a7b);
    background: linear-gradient(90deg, #3782ab, #1e5a7b);
    color: #fff;
	padding: 40px;
	font-size:18px;
	margin: 20px auto;
	clear: both;
}
.it a {
    color: #fff !important;
	text-decoration: underline;
}
.saFrankArea {
    position: relative;
    padding: 30px;
    background: #555;
    display: grid;
    grid-template-columns: 53% 44%;
    align-items: center;
    grid-gap: 25px;
    color: #fff;
	margin: 50px auto;
	    clear: both;
}
.frankLeft {
    padding: 20px;
    background: #FFF;
    position: relative;
    z-index: 2;
    color: #666;
}
.frankLeft h2 {
    font-size: 36px;
    line-height: 40px;
}
.saFrankArea:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 47%;
    height: 100%;
    background: #DDD;
    z-index: 1;
}
.saUlisum-left a {
    color: #fff !important;
}
.color-dark a, .color-dark {
    color: #444 !important;
}
.saUlisum {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin: 50px auto;
    clear: both;
    display: grid;
    grid-template-columns: 50% 50%;
}
.saUlisum-left {
/*     background: -o-linear-gradient(left,#66c2d6,#74b3d4);
    background: -webkit-gradient(linear,left top, right top,from(#66c2d6),to(#74b3d4));
    background: linear-gradient(90deg,#66c2d6,#74b3d4); */
	background: #1e5a7b;
    padding: 50px;
    position: relative;
    z-index: 1;
	display: flex!important;
    flex-direction: column;
    height: 100%;
    justify-content: center;
	color: #fff;
	
}
.saUlisum-left h2 {
    color: #FFF !important;
    -webkit-text-fill-color: #fff;
    font-size: 32px;
    line-height: 42px;
}
.saUlisum-left p {
    color: #fff;
}
.saUlisum-right {
    padding: 50px;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    margin-left: -50px;
	height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.saUlisum-right p {
    width: 100%;
    padding: 30px 60px 30px;
}
.saUlisum-right ul {
	background: #ffffff!important;
    padding: 0px 0px 0px 60px!important;
    margin: 0px!important;
}
span.page-content-area.content ul li ul {
    margin: 0px;
    padding: 30px;
}
.frankRight a {
    color: #fff;
    text-decoration: underline;
}
.saUlisum-right ul {
    background: transparent;
}
/* Inner Page CSS */

/*Inf Template */
.influancer-one-area {
    padding-bottom: 90px;
	    margin-top: 200px;
}
.influancer-one-left {
    width: 52%;
    background: linear-gradient(#66c2d6 0%, #74b3d4 100%);
}
.influancer-one-right {
    padding: 50px;
    box-sizing: border-box;
    width: 48%;
}
.influancer-one-left img {
    width: 100%;
}
.influancer-bg-text {
    padding: 30px 40px;
    color: #FFF;
}
.one-head-content {
    padding: 18px;
}
.one-headh1 {
    font-size: 48px;
    color: #444444;
    font-weight: 500;
    line-height: 48px;
}
.one-head-p {
    font-size: 31px;
    color: #444444;
    font-weight: 500;
    line-height: 37px;
}
.one-head-image {
    width: 16%;
}
.one-right-content {
    color: #444444;
    font-size: 20px;
}
.one-right-content strong {
    display: block;
}
.one-right-ul.havePl {
    padding-left: 26px;
}
.one-right-ul ul li {
    position: relative;
    margin: 10px 0px;
    font-size: 18px;
    color: #444444;
    padding-left: 26px;
    font-weight: 400;
}
.one-right-ul ul li:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #444;
    border-radius: 100%;
}
.one-priceing {
    margin-top: 30px;
    display: flex;
    padding-left: 26px;
    align-items: center;
}
.one-priceing span {
    font-size: 24px;
    color: #444;
    font-weight: 500;
    padding-right: 26px;
    padding-left: 30px;
}
.one-priceing a {
    background: linear-gradient(#66c2d6 0%, #74b3d4 100%);
    padding: 16px 37px;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
}
.inf-two-left {
    width: 52%;
    padding: 104px 55px;
    position: relative;
}
.inf-two-left:after {
    content: "";
    height: 100%;
    width: 132%;
    top: 0;
    left: 0;
    position: absolute;
    border: 1px solid #C4C4C4;
    z-index: -1;
}
.inf-two-right {
    width: 48%;
    background: #ececec;
    padding: 82px 45px;
}
.inf-typo-head, .inf-typo-head h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 46px;
    color: #444444;
}
.inf-typo-content p {
    color: #444444;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 42px;
}
.inf-typo-content {
    color: #444444;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.inf-list-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 28px;
}
.align-center {
	align-items: center;
}
.inf-three-area {
    padding: 90px 0px;
}
.inf-three-left {
    width: 50%;
    margin-right: 2%;
}
.inf-three-right {
    width: 48%;
}

.inf-four-left {
    width: 50%;
    margin-right: 2%;
}
.inf-four-right {
    width: 48%;
}
.inf-four-middle {
    padding: 115px 45px 80px;
    border: 1px solid #C4C4C4;
}
.inf-boxed-title {
    display: inline-block;
    background-image: linear-gradient(#66c2d6 0%, #74b3d4 100%);
    font-size: 30px;
    font-weight: 400;
    color: #FFF;
    padding: 30px 100px;
}
.inf-four-top {
    text-align: center;
    margin-bottom: -45px;
    position: relative;
    z-index: 3;
}
.inf-four-bottom {
    text-align: center;
    margin-top: -31px;
    z-index: 3;
    position: relative;
}
.inf-four-bottom a {
    background: linear-gradient(#66c2d6 0%, #74b3d4 100%);
    padding: 16px 37px;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    display: inline-block;
}
.moreThenContent.haveMt {
    font-size: 22px;
    line-height: 32px;
    color: #444444;
    font-weight: 400;
}
.inf-three-left img {
    width: 100%;
}
.inf-six-content {
    width: 50%;
    padding: 60px 40px;
    border: 1px solid #C4C4C4;
}
.inf-six-content.inf-six-content-left {
    border-right: none;
}
.inf-six-bottom-content {
    margin-top: 90px;
    text-align: center;
}
.inf-six-bottom-content p {
    padding: 0px 128px;
}
span.inf-six-area {
    padding-bottom: 90px;
}

/*Mobile Menu */
.mobile-menu-bar-area {
    background: #66c2d6;
    padding: 5px 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 99;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    display: none;
}
body.lol .mobile-menu-bar-area {
    opacity: 1;
    visibility: visible;
}
button.mobile-nav {
    position: relative;
    background: transparent;
    border: none;
    display: block;
}
button.mobile-nav span {
    width: 30px;
    height: 3px;
    background: white;
    margin: 5px 0px;
}
.mobile-menu li#menu-item-1289 ul.sub-menu li {
    width: 100%;
    float: none;
}
.mobile-menu-area {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	background: #fff;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    transform: translate(-100%, 0px);
    display: none;
}
.mobile-menu-area.on {
    transform: translate(0%, 0px);
}
.mobile-menu-area .container {
    height: auto;
}
.menu-top-mobile {
    text-align: right;
}
button.closeNav {
    background: #ffffff00;
    border: none;
    padding: 10px 15px;
    color: #65c3d5;
    font-size: 30px;
}
span.mobile-menu {
    max-height: 93vh;
    overflow-y: scroll;
    padding-bottom: 40px;
}
.mobile-menu li#menu-item-1289 ul.sub-menu {
    width: 100%
}
.mobile-menu ul li {
    /*border-top: 0.5px solid #e8e8e8;*/
    padding: 10px 0px;
    position: relative;
}
.mobile-menu ul li a{
	color: #65c3d5;
	font-weight: bold;
	font-size: 24px;
}
.mobile-menu ul li ul li {
	padding: 5px 0;
}
.mobile-menu ul li ul li a {
    color: #666;
	font-size: 20px;
}
ul#menu-main-menu li ul {
    padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.mobile-menu ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 12px;
    width: 12px;
    height: 12px;
    background: transparent;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    transition: 0.5s;
}
.mobile-menu ul li.menu-item-has-children.on:after {
    transform: rotate(133deg);
}
.mobile-menu ul li ul {
    display: none;
}

.about-left h2 {
	text-align: center;
}
.paine-care-right h3 {
	font-weight: 400;
    font-size: 24px;
}
/* CUSTOM CSS */
.review-holder {
    text-align: center;
	margin: 40px 0;
    padding: 50px;
    color: #fff;
	background: linear-gradient(90deg, #37789b, #1e5a7b);
	position: relative;
}
.review-holder:before {
	content: "";
    position: absolute;
    left: 30px;
    top: 55px;
    width: 75px;
    height: 75px;
    background: url(https://www.sportspainmanagementnyc.com/wp-content/themes/SPIN/assets/images/quote.svg) no-repeat center;
    background-size: contain;
}
.review-holder:after {
	content: "";
    position: absolute;
    right: 50px;
    bottom: 60px;
    width: 60px;
    height: 60px;
    background: url(https://www.sportspainmanagementnyc.com/wp-content/themes/SPIN/assets/images/quote.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    transform: rotatey(180deg);
}
.review-holder p {
	margin: 0;
    padding: 85px 0 20px;
	position: relative;
}
.review-holder span {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
}
.review-holder p:before {
	content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    height: 130px;
    background: url(https://www.sportspainmanagementnyc.com/wp-content/themes/SPIN/assets/images/G-logo-stars.png) no-repeat 0 0;
    background-size: 100%;
}
.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;
}
.modal-content p {font-size: 14px;max-width: fit-content;line-height: 22px;}
.modal-content strong {font-size: 16px;display: block;margin-bottom: 20px;padding-top: 4px;}
.close {color: #aaaaaa;float: right;font-size: 28px;font-weight: bold;}
.close:hover,.close:focus {color: #000;text-decoration: none;cursor: pointer;}
.disclaimerBtn {font-size: 16px;background: transparent;border: 0;text-decoration: underline;cursor: pointer;}
.pegination span {
	display: inline-block;
}
.pegination .page-numbers {
	background: #68c0d6;
    color: white;
    padding: 2px 10px;
}
.search-submit {
	background: #71b7d5;
    border: 1px solid #71b6d4;
    padding: 10px 25px;
    color: #fff;
    font-size: 14px;
    margin: 5px 0;
}
span.covidhead{
	background-color: #71b6d5;
    padding: 50px;
    font-size: 22px;
    line-height: 39px;
    color: #fff;
}
.page-id-9 .container .single-qualificationtop .single-qualification { height: auto; }
.bottom-block { float: left; margin: 20px 0 10px; padding: 20px 30px; background: #f7f7f7;border-radius: 5px;}
.bottom-block img { width: 200px; height: auto; float: left; margin-right: 30px; }
.bottom-block p { font-size: 16px; line-height: 32px; margin-top: 0; padding: 0; }
.bottom-block p:last-child { margin-top: 15px; margin-bottom: 0; }
.copyright-text a { color: #fff; text-decoration: underline; }
.dmca-badge { display: block; margin-top: 10px; }
.address-bot {line-height: 26px;font-size: 16px;margin: 20px 0;}
.disc-div-sub {background-color: rgb(249 249 249);padding: 30px;border-radius: 5px;font-size: 14px;line-height: 22px;font-weight: 300;}
.disc-div-sub div {font-weight: 500; margin-bottom: 10px;}
#breadcrumbs {font-size: 16px;margin: 0;line-height: 24px;}
#breadcrumbs span {display: initial;}
.word-break { display: inline; word-break: break-all; }
.patient-resources { padding: 0 60px; }
.patient-resources span { font-size: 22px; margin-top: 30px; margin-bottom: 5px; }
.patient-resources a { color: #6a6a6a; text-decoration: underline; }
blockquote { border-left: 3px solid #66c2d6; line-height: 40px; font-style: italic; background: #f4f4f4; padding: 15px 10px 15px 25px; box-shadow: 0 6px 20px 0 rgba(3, 91, 131, .1); margin: 15px 10px 40px; }
.wpcf7 .screen-reader-response ul { display: none; }
.wrap-single-review {
	max-width: 900px;
	margin: auto;
    text-align: center;
	padding: 100px 30px 40px 30px;
	box-shadow: 0 0 99px rgb(33 46 78 / 6%);
	position: relative;
	margin-bottom: 60px;
}
.wrap-single-review .single-review {
	background: none;
    border: none;
    padding: 0;
    position: relative;
    font-size: 18px;
    font-weight: 500;
	margin-bottom: 5px;
}
.wrap-single-review .single-review strong {
	display: block;
	margin-top: 20px;
}
.wrap-single-review::before {
    content: "5.0 ★★★★★";
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    color: #FF690F;
    font-size: 24px;
}
.wrap-single-review .review-name {
	display: inline;
	position: relative;
}
.wrap-single-review .review-name::before {
	content: '';
    width: 25px;
    height: 25px;
    top: -2px;
    left: -30px;
    position: absolute;
    background-image: url(assets/images/google-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
ul.exp-list {
    margin: 30px 0 30px 40px;
	background: none;
    padding: 0;
}
ul.exp-list .exp-title {
    display: block;
	margin-left: -30px;
    padding-left: 0;
    font-weight: bold;
}
ul.exp-list .exp-title:before {
	content: none;
}
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 button {
    cursor: pointer;
}
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 #000;
    border-bottom: 2px solid #000;
    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;
}
button.show-more-li {
    border: none;
    background: transparent;
    font-size: 22px;
    letter-spacing: -2px;
}
button.show-more-li::before {
    content: "• • •";
    background-color: transparent;
}
.accordion {
	width: 100%;
}
.accordion-body {
	display: none;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
}
.single-accordion .active {
	background: none !important;
}
.single-accordion h2, .single-accordion h3 {
    position: relative;
    cursor: pointer;
    padding-bottom: 25px;
    padding-left: 0;
    margin-bottom: 35px;
    border-bottom: 1px solid rgb(26 40 80 / 26%);
    background: none;
    min-height: auto;
    color: #333;
}
.single-accordion h2::after, .single-accordion h3::after {
	content: '';
	position: absolute;
	top: 4px;
	right: 13.5px;
	height: 30px;
	width: 2px;
	background: #444444;
}
.single-accordion h2.active::after, .single-accordion h3.active::after {
	display: none;
}
.single-accordion h2::before, .single-accordion h3::before {
	content: '';
    position: absolute;
    top: 18px;
    right: 0px;
    left: auto;
    margin: auto;
    width: 30px;
    height: 2px;
    background: #444444;
    border: none;
    transform: none;
}
.accordion-body p {
	font-weight: 300;
	font-size: 18px;
	line-height: 34px;
	color: #000;
	margin-bottom: 10px;
}
.accordion-body a, .accordion p a {
	color: #000;
	text-decoration: underline;
}
.accordion-body a:hover, .accordion p a:hover {
	color: #237491;
}
.accordion-body ul {
	margin-left: 50px;
	margin-bottom: 40px;
}
.accordion-body ul li {
	font-weight: 300;
	font-size: 18px;
	line-height: 34px;
	color: #000;
	list-style: disc;
}
.accordion-body ul li::before {
	content: none;
}
#backToTop {
  	display: inline-block;
    background-color: #0d415c;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 95px;
    right: 15px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transform: rotate(-90deg);
    touch-action: none;
    border: none;
}
#backToTop::after {
	content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 19px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-top: 2px solid #ffffffc2;
    border-left: 2px solid #ffffffc2;
    transform: rotate(135deg);
}
#backToTop:hover {
  	cursor: pointer;
  	background-color: #333;
}
#backToTop:active {
  	background-color: #555;
}
#backToTop.show {
  	opacity: 1;
  	visibility: visible;
}
.services-holder {
    margin: 25px auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 35px;
}
.single-service {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-flex: calc(28% - 8px);
    -ms-flex: calc(28% - 8px);
    flex: calc(28% - 8px);
    position: relative;
    padding: 50px 15px;
    border-radius: 34.5000114440918px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 62.90501022338867px 0px rgba(0, 0, 0, 0.10000000149011612);
    box-shadow: 0px 0px 62.90501022338867px 0px rgba(0, 0, 0, 0.10000000149011612);
    text-align: center;
    transition: transform .3s ease-in-out;
}
.single-service:hover {
	transform: translateY(-10px);
    transition: all .3s ease-in-out;
}
.single-service a {
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
    line-height: 32px;
    color: #1e5a7b;
}
.blog-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    padding-bottom: 100px;
    padding-top: 60px;
}
.single-blog-post {
    margin-bottom: 10px;
    padding: 20px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 20px 0 #93939375;
    box-shadow: 0 8px 20px 0 #93939375;
}
.blog-post-info>a {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 24px;
    margin-bottom: 20px;
}
.blog-post-exerp a {
    display: block;
    width: fit-content;
    margin: 0;
    background: #73b5d5;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.dr-inner-top {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    background: #72b5d41c;
    padding: 30px 50px;
}
.dr-inner-top img {
	margin-bottom: 0 !important;
}
.dr-inner-top .common-btns {
	display: flex;
	justify-content: space-evenly;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 0;
}
.inner-review-slider {
	max-width: 1000px;
	margin: 30px auto 50px;
}
.inner-review-slider .wrap-single-review {
	max-width: 100%;
	margin: 0 70px;
}
.default-dots ul {
	display: flex !important;
    flex-wrap: wrap;
	justify-content: center;
    gap: 15px;
    background: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.default-dots ul li {
	font-size: 0;
    line-height: 0;
    border: none;
}
.default-dots ul li:before {
	content: none;
}
.default-dots ul li button {
	font-size: 0;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    background: #21374D;
	cursor: pointer;
}
.default-dots ul li.slick-active {
	
}
.default-dots ul li.slick-active button, .default-dots ul li:hover button  {
    background: #427e8b;
}
.inner-video {
	display: block;
	aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 768px;
    height: auto;
    border-radius: 10px;
    margin: 30px auto;
}
/********* Responsive CSS ********/
@media all and (max-width:1550px){
	.fixed-menu ul li a, .address-text, span.address-sub-text.fontsize {
    font-size: 12px;
}
	li.bookfixr span {
    font-size: 12px;
    color: #6e7685;
}
	.address-text {
    font-size: 12px;
}
}
@media all and (max-width:1367px){
    .saBannerMenu ul li a {
        font-size: 33px;
        line-height: 33px;
    }

    .saBannerMenu ul li ul li a {
        font-size: 18px;
        color: #FFF;
        text-transform: capitalize;
        font-weight: 400;
    }
    .saBannerArea {
        background-position: 115% bottom;
		background-color: #52bcd5;
    }
		.menu-item-1289 ul.sub-menu {
    	left: -220%;
}
}
@media all and (max-width:1300px){
    .saBannerArea {
        background-position: 125% bottom;
    }
}
@media all and (max-width:1200px){
    .saBannerArea {
        background-position: 135% bottom;
    }
}
@media all and (max-width:1150px){
    .saBannerArea {
        background-position: 145% bottom;
    }
	.contact-area ul li a {
    font-size: 15px;
}
	.contact-area ul li {
    margin-left: 10px;
}
}
@media all and (max-width:1150px){
    .saBannerArea {
        background-position: 145% bottom;
    }
}
@media all and (max-width:1200px){
	.gallery-area {
		width: 1170px !important;
	}
	.section-box-right {
		height: auto;
	}
	.page-content-area h6 a {
		width: 215px;
		margin-left: 70px;
		height: 50px;
	}
	.page-content-area h6 {
		font-size: 22px;
	}
	.section-box2 .section-box-left {
		height: 550px;
	}
}
@media all and (max-width:1024px){
	.menu-area ul li.menu-item-1289:hover > ul {
    left: auto;
    right: -230px;
}
	.menu-area ul li ul li a {
    font-size: 13px;
}
	.clearboth {
    padding: 0px!important;
}
	.sec-box-title {
    margin-bottom: 10px;
}
	.count {
    font-size: 30px;
}
	.count-text {
    font-size: 15px;
}
	.injurie-right ul li:nth-child(8) {
    top: 59%;
    right: 92px;
}
	.injurie-right ul li:nth-child(9) {
    top: 75%;
    right: 75px;
}
	.injurie-right ul li:nth-child(5) {
    top: 18%;
    right: 106px;
}
	.benefit-area-bg {
    background-size: 180%;
    background-position: 0px -533px;
}
	.breakthrough-area {
    background-position: -113px -1466px;
    background-size: 100%;
}
	.injurie-right ul li {
    font-size: 12px;
}
	.saBannerArea .container .saBannerRow {
    height: 768px;
    min-height: 768px;
}
	.col1-map, .col2-map {
    width: 100%;
}
	.page-content-area h3:before {
	display: none;
}
		.page-content-area h3 {
	padding: 0px 10px 0px 10px;
	}
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a {
    color: #66c2d6;
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item .sub-menu li a {
	color: #666!important;	
	}
	    .saBannerArea {
	background-position: 145% bottom;
    background-size: 86%;
	height: 768px;
	min-height: 768px;
    }
	
	#mg-wprm-wrap li.menu-item-has-children ul.sub-menu a {
    font-size: 14px!important;
	}
.icon_default.wprmenu_icon_par:before {
    content: '\203A'!important;
    position: absolute;
}

	header.profile-page + section.page-heading-area {
    margin-top: 131px;
	}

	header.profile-page {
	    padding-bottom: 0px;
	}
	.counterup-area{width:90%}

.frankRight a {
    color: #444;
    text-decoration: underline;
}
.contact-area ul li a {
    font-size: 14px;
}
.address-sub-text {
    font-size: 10px;
}
.banner-title {
    font-size: 45px;
}
.banner-content {
    margin: 99px 0;
}
.banner-top-title {
    font-size: 31px;
}
.banner-sub-title {
    font-size: 14px;
}
.banner-area {
    background-size: 100%;
    max-width: 100%;
    background-position: top center;
    min-height: 511px;
}
	.new-main-inner-content img {
    margin: 30px auto;
}

}
@media all and (max-width:991px){
	:target:before {
    margin: 0px 0 0;
}
	.new-main-inner-content ol {
    margin-top: 30px;
}
	.logo-area {
    text-align: center;
}
	header.profile-page + section.page-heading-area {
    margin-top: 0px;
}
	.menu-item-1289 ul.sub-menu li {
	display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
	position: relative;
}
		header.profile-page {
	    position: unset;
	}
	.profile-page .logo-area {
    padding-top: 0px!important;
}
		span.menu-area {
	    display: none;
	}
	    .mobile-menu-bar-area {
        display: block;
    }
    .mobile-menu-area {
        display: block;
    }
		.saBannerLogo .logo-area {
    padding-top: 40px;
}
	.about-right {
    text-align: left;
}
	.saBannerContact ul li {
    color: #fff;
}
    /*Home Header Start*/
    body.page-template-home-new-template-php, body.home {
        margin-top: -46px;
    }
    body.page-template-home-new-template-php div.wprmenu_bar, body.home  div.wprmenu_bar {
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    body.page-template-home-new-template-php.lol div.wprmenu_bar, body.home.lol div.wprmenu_bar {
        position: fixed;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    body.page-template-home-new-template-php div.wprmenu_bar.active, body.home div.wprmenu_bar.active {
        position: fixed;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    body.page-template-home-new-template-php.lol {
        /*margin-top: 0px;*/
    }
    /*Home Header End*/

	.inner-page-content .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.page-content-area {
		width: 100%;
		margin-right: 0;
	}
	.page-content-area h6 {
		font-size: 26px;
	}
	.page-content-area h6 a {
		width: 270px;
		margin-left: 115px;
		height: 60px;
	}
	.page-sidebar-area {
		width: 100%;
		margin: 0 auto;
	}
	.header-area {
		padding: 28px 0 0px 0;
	}
	.profile-banner {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.profile-banner-thumb {
		width: 100%;
		height: auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.profile-banner-content {
		width: 100%;
		padding: 30px 0;
	}
	.profile-banner-thumb::before {
		width: 100%;
	}
	.profile-thumb {
		height: 100%;
	}
	.profile-thumb img {
		height: 100%;
		width: auto;
	}
	.profile-banner-area {
		padding: 15px 0 30px 0;
	}
	.section-box {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.section-box-right {
		width: 100%;
		padding: 30px;
		margin-bottom: 30px;
	}
	.section-box-area {
		padding-bottom: 30px;
	}
	.section-box2 .sec-box-text {
		padding: 30px 0;
	}
	.section-box2 .section-box-left {
		padding: 40px;
		height: auto;
	}
	.section-box-left {
		width: 100%;
		margin-right: 0;
	}
	.qualification {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-qualification-area {
		width: 100%;
		margin-bottom: 30px;
	}
	.single-qualification-area:last-child {
		margin-bottom: 0px;
	}
	.qualification-area .common-para {
		margin: 30px 0;
	}
	h6 {
		width: 100%;
		padding: 0 30px;
	}
	h6 a {
		margin-left: 115px;
	}
	.qualification-area {
		padding-bottom: 30px;
	}

	.common-btns {
		margin-top: 40px;
	}
	.injurie-area {
		padding: 30px 0 60px;
	}
	.injurie-right::before {
		content: "";
		height: 100%;
		width: 100%;
		background: url(assets/images/for-mobile.jpg);
		background-repeat: no-repeat;
		background-position: 100px -780px;
		background-size: 80% 700%;
		margin: 0;
	}
	.injurie-right {
		height: 900px;
		width: 100%;
	}
	.injurie-left {
		width: 100%;
	}
	.injurie {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.injurie-right ul li:nth-child(1) {
    top: 26%;
    left: 41px;
	}
	.injurie-right ul li:nth-child(2) {
    top: 36%;
    left: 100px;
	}
	.injurie-right ul li:nth-child(3) {
    top: 43%;
    left: 93px;
	}
	.injurie-right ul li:nth-child(4) {
	top: 50%;
	left: 140px;
	}
	.injurie-right ul li:nth-child(5) {
	top: 12%;
	right: 278px;
	}
	.injurie-right ul li:nth-child(6) {
    top: 34%;
    right: 60px;
	}
	.injurie-right ul li:nth-child(7) {
    top: 42%;
    right: 58px;
	}
	.injurie-right ul li:nth-child(8) {
    top: 57%;
    right: 93px;
	}
	.injurie-right ul li:nth-child(9) {
	top: 88%;
	right: 215px;
	}
	.injurie-left {
		padding: 80px 60px 70px 60px;
	}
	.injurie-title {
		font-size: 80px;
	}
	.benefit-right {
		width: 100%;
		padding: 100px 60px;
		background: url(assets/images/for-mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 1000%;
		background-position: 0px -1165px;
	}
	.benefit-left {
		width: 100%;
		padding: 60px;
		margin-right: 0;
	}
	.benefit {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.benefit-area {
		padding: 60px 0;
	}
	.paincare-title {
		font-size: 80px;
	}
	.paincare-sub-title {
		font-size: 40px;
	}
	.benefit-area-bg {
		display: none;
	}
	.pain-care {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.paine-care-left {
		width: 100%;
		padding: 80px 22px 80px 50px;
	}
	.paine-care-right {
		width: 100%;
		margin-left: 0;
		padding: 60px 50px;
	}
	.pain-care-area {
		padding: 60px 0;
	}
	.contact-us {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.contact-form {
		width: 100%;
	}
	.contact-address {
		width: 100%;
		margin: 0;
	}
	.about-us {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.about-left {
		width: 100%;
		margin-top: 70px;
	}
	.about-right {
		width: 100%;
	}
	.about-thumb {
		height: 156px;
		width: 156px;
		background: url(assets/images/for-mobile.jpg);
		background-position: 0px 0px;
	}
	.treatment {
		-ms-grid-columns: auto 40px auto;
		grid-template-columns: auto auto;
		grid-gap: 0px 40px;
	}
	.treatment-thumb {
		height: 135px;
		width: 132px;
		background: url(assets/images/for-mobile.jpg);
		margin-bottom: 30px;
	}
	.thumb1 {
		background-position: -554px -308px !important;
	}
	.thumb2 {
		background-position: 0px -165px !important;
	}
	.thumb3 {
		background-position: -412px -307px !important;
	}
	.thumb4 {
		background-position: -155px 0px !important;
	}
	.thumb5 {
		background-position: -143px -165px !important;
	}
	.thumb6 {
		background-position: -283px -165px !important;
	}
	.thumb7 {
		background-position: -284px 0px !important;
	}
	.thumb8 {
		background-position: -699px -308px !important;
	}
	.single-treatment:nth-child(5), .single-treatment:nth-child(6) {
		margin-bottom: 50px;
	}.single-treatment:nth-child(7), .single-treatment:nth-child(8) {
		margin-bottom: 0;
	}
	.breakthrough-area {
		padding: 60px 0;
		background: url(assets/images/for-mobile.jpg);
		background-position: 0 -2136px;
		background-size: 70% 570%;
		background-repeat: no-repeat;
	}
	.breakthrough {
		width: 93%;
		position: relative;
		z-index: 2;
	}
	.breakthrough-icon.icon_2 {
		background-position: -101px -91px;
	}
	.philosophy-area {
		padding: 60px 0;
	}
	.pholisophy {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.philosophy-left {
		width: 100%;
		margin-bottom: 40px;
	}
	.philosophy-right {
		width: 80%;
		background: url(assets/images/for-mobile.jpg);
		background-size: 100% 1130%;
		background-position: 0px -5150px;
		height: 434px;
		margin: 0 auto;
	}
	.review-partner {
		height: 130px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-partner {
		background: url(assets/images/for-mobile.jpg);
		width: 100%;
		background-repeat: no-repeat;
	}
	.partner1 {
		background-position: 270px -3345px !important;
	}
	.partner2 {
		background-position: 270px -3260px !important;
	}
	.review-number {
		font-size: 50px;
	}
	.review {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-review {
		width: 100%;
	}
	.review-top {
		margin-top: 40px;
		margin-left: 0;
	}
	.review-area {
		padding: 60px 0;
	}
	.gallery-title {
		font-size: 40px;
		line-height: 60px;
		width: 100%;
		margin-bottom: 40px;
	}
	.gallery {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 80%;
		margin: 0 auto;
	}
	.single-gallery1 {
		width: 100%;
		background: url(assets/images/for-mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 1070%;
		height: 450px;
		background-position: 0 -3703px;
	}
	.single-gallery2 {
		width: 100%;
		background: url(assets/images/for-mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 830%;
		height: 490px;
		background-position: 0 -2635px;
	}
	.single-gallery3 {
		width: 100%;
		background: url(assets/images/for-mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% 1050%;
		height: 450px;
		background-position: 0 -2615px;
	}
	.header {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.logo-area {
		width: 100%;
		padding-bottom: 15px;
	}
	.address {
		width: 100%;
		background: #e0edf9;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 5px 0;
	}
	.contact-area {
		width: 100%;
		background: #e0edf9;
		padding: 5px 0;
	}
	.contact-area ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.page-heading {
		font-size: 28px;
		line-height: 34px;
	}
	.banner-area {
		background: #fff !important;
	}
	.header-area .container {
		width: 100% !important;
		padding: 0;
	}
	.menu-area {
		display: none;
	}
	.banner-title {
		font-size: 75px;
		margin-bottom: 20px;
		color: #fff;
	}
	.banner-top-title {
		font-size: 45px;
		margin-bottom: 15px;
		color: #0f0339;
	}
	.banner-sub-title {
		font-size: 22px;
		color: #444;
	}
	.banner-content {
		margin: 0;
		background: url(assets/images/banner-mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
		height: 800px;
		background-position: 0 -58px;
	}
	.banner-content .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		width: 100%;
		padding: 0;
	}
	.banner-content-area {
		background: rgba(255, 255, 255, 0.8);
		padding: 10px 15px;
	}
	.responsive-banner-brand {
		display: block;
		height: 190px;
		padding: 15px;
		background: url(assets/images/banner-mobile.jpg);
		background-repeat: no-repeat;
		background-position: 36px -538px;
		background-size: 90% 350%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.about-us-area {
		padding: 60px 0;
	}
	.form-group textarea {
		max-width: 100%;
		min-width: 100%;
	}
	.review-head {
		margin-bottom: 30px;
	}
	.gallery-area {
		width: 991px !important;
		padding-top: 60px;
	}
	/*New Header*/
	.fixed-header {
	    display: none;
	}
	.saBannerArea {
	    min-height: auto;
	    background: transparent;
		height: auto;
	}
	.saBannerArea .container {
	    min-height: auto;
	    z-index: unset;
	    padding: 0px;
	}
	.saBannerArea .container .saBannerRow {
	    min-height: auto;
	    flex-wrap: wrap;
		height: 100%;
	}
	.saBannerLeft {
	    width: 100%;
	    position: relative;
	    z-index: 2;
	    padding: 0px 15px;
	}
	.saBannerRight {
	    text-align: center;
	    width: 100%;
	    padding-top: 60px;
	}
	.saBannerContact {
	    position: relative;
	    z-index: 2;
	}
	.saBannerArea:after {
	    top: unset;
	    left: -65%;
	    width: 3000px;
	    height: 5000px;
	    background: #53BBD5;
	    transform: rotate(-11deg);
	    z-index: 0;
    	bottom: 1233px;
	}
	.saBannerArea:before {
	    content: "";
	    position: absolute;
	    top: unset;
	    left: -50%;
	    width: 3000px;
	    height: 5000px;
	    background: #17384E;
	    transform: rotate(7deg);
	    z-index: 0;
	    bottom: 570px;
	}
	.saBannerBottomText {
	    background-image: url(assets/images/running.jpg);
	    background-size: cover;
	    padding-top: 555px;
	    position: relative;
	    z-index: -1;
		background-repeat: no-repeat;
	}
	.saBannerContact ul li a {
	    color: #ffffff;
	}
	.saIcons {
	    filter: brightness(0) invert(1);
	}
	.saBannerTextTitle {
	    margin-bottom: 0px;
	    padding: 8px 15px;
	    background-color: rgba(255, 255, 255, 0.5);
	}
	.saBannerTextContent {
	    padding: 0px 15px;
	    background-color: rgba(255, 255, 255, 0.5);
	}
}
@media all and (max-width:823px){
	.page-content-area input[type="submit"] {
    width: 70%;
}
		.page-content-area ul li::before {
    height: 6px;
    width: 6px;
}
		span.section-heading {
    text-align: center;
}
	.common-btns {
    margin-top: 40px;
    text-align: center;
}
	.logo-area {
    text-align: center;
	padding-top: 60px!important;
}
		.about-right {
    text-align: left;
}
	.injurie-right ul li:nth-child(1) {
    top: 20%;
    left: 156px;
}
	.injurie-right ul li:nth-child(2) {
    top: 33%;
    left: 213px;
}
	.injurie-right ul li:nth-child(3) {
    top: 43%;
    left: 219px;
}
	.injurie-right ul li:nth-child(5) {
    top: 12%;
    right: 212px;
}
	.injurie-right ul li:nth-child(6) {
    top: 34%;
    right: 100px;
}
	.injurie-right ul li:nth-child(7) {
    top: 45%;
    right: 93px;
}
	.injurie-right ul li:nth-child(8) {
    top: 68%;
    right: 166px;
}
	.injurie-right ul li:nth-child(9) {
    top: 88%;
    right: 158px;
}
	.benefit-right {
    background-position: 0px -2000px;
    background-size: 100%;
}
	.breakthrough-area {
    background-position: 0 -2813px;
    background-size: 100%;
}
	.saBannerRow {
    padding: 0px 0px;
}
	.philosophy-right {
    background-size: 100%;
    background-position: 0px -5260px;
}
	.partner1 {
    background-position: 200px -3345px !important;
}
	.partner2 {
    background-position: 200px -3260px !important;
}
	.gallery-area {
    width: 100% !important;
}
	.injurie-right ul li {
    font-size: 14px;
}
}
@media all and (max-width:812px){
	.philosophy-right {
    background-position: 0px -5188px;
}
}
@media all and (max-width:768px){
	.inner-review-slider .wrap-single-review {
		margin: 0 10px;
	}
		.about-right {
    text-align: left;
}
	.frankRight {
    font-size: 16px;
    padding: 10px;
}
	.page-content-area input {
	width: 100%;
}
.page-content-area textarea {
	width: 100%;
}
.saUlisum-right ul {
    padding: 30px 30px 30px 60px!important;
    margin: 0px 0!important;
}
	.saUlisum.row{display:block;}
.saUlisum {
    flex-wrap: wrap;
}
.saUlisum-left {
    width: 100%;
	padding: 30px;
}
.saUlisum-right {
    width: 100%;
	margin-left: 0px;
	padding: 0px;
}
	.frankLeft {
    padding: 0px;
    background: #FFF;
    position: relative;
    z-index: 2;
    color: #444;
}
	.saFrankArea {
    position: inherit;
    padding: 0px;
    background: #fff;
    display: block;
    color: #444;
	margin-bottom: 10px;
}
	.saFrankArea:after{display:none;}
	.counterup-area{
		display:block;
		height: auto;
		width:90%;
		}
span.single-count {
    	min-height: 160px;
		padding: 40px 0px 0px 0px;
}
.count-text {
    text-align: center;
}
	.pdf-link{width:100%;}
	.benefit-right {
    background-position: 0px -1840px;
    height: 630px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 60px;
    background-size: 100% auto;
	}
	.benfit-right-text {
		line-height: 40px;
	}
	.breakthrough-area {
		background-position: 0 -2475px;
		background-size: 100% 570%;
		position: relative;
	}
	.breakthrough-area:before {
		content: "";
		height: 100%;
		width: 100%;
		background: rgba(255,255,255,0.5);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.philosophy-right {
		width: 100%;
		height: 550px;
		background-size: 100% 1170%;
		background-position: 0 -5866px;
	}
	.partner1 {
		background-position: 150px -3345px !important;
	}
	.partner2 {
		background-position: 150px -3260px !important;
	}
	.gallery-area {
		width: 96% !important;
	}
	.injurie-right::before {
		background-position: -0 -780px;
		background-size: 100% 700%;
	}
	.injurie-right ul li:nth-child(1) {
		top: 20%;
		left: 77px;
	}
	.injurie-right ul li:nth-child(2) {
		top: 32%;
		left: 148px;
	}
	.injurie-right ul li:nth-child(3) {
		top: 43%;
		left: 146px;
	}
	.injurie-right ul li:nth-child(4) {
		top: 50%;
		left: 57px;
	}
	.injurie-right ul li:nth-child(5) {
		top: 12%;
		right: 190px;
	}
	.injurie-right ul li:nth-child(6) {
		top: 33%;
		right: 70px;
	}
	.injurie-right ul li:nth-child(7) {
		top: 45%;
		right: 60px;
	}
	.injurie-right ul li:nth-child(8) {
		top: 68%;
		right: 146px;
	}
	.injurie-right ul li:nth-child(9) {
		top: 88%;
		right: 132px;
	}
	.row.section-row {
	    display: block;
	}
	.influancer-one-left {
	    width: 100%;
	    margin: 15px 0px;
	}
	.influancer-one-right {
	    width: 100%;
	    margin: 15px 0px;
	}
	.inf-two-left {
	    width: 100%;
	    margin: 15px 0px;
	}
	.inf-two-right {
	    width: 100%;
	    margin: 15px 0px;
	}
	.inf-two-left:after {
	    width: 100%;
	}
	.inf-three-left {
	    width: 100%;
	    margin-right: 0%;
	    margin: 15px 0px;
	}
	.inf-three-right {
	    width: 100%;
	    margin: 15px 0px;
	}
	.inf-four-left {
	    width: 100%;
	    margin-right: 0%;
	    margin: 15px 0px;
	}
	.inf-four-right {
	    width: 100%;
	    margin: 15px 0px;
	}
	.inf-six-content {
	    width: 100%;
	    margin: 15px 0px;
	}
	.inf-six-content.inf-six-content-left {
	    border-right: 1px solid #C4C4C4;
	}
	.inf-six-bottom-content p {
	    padding: 0px;
	}
	.saBannerArea:after {
	    left: -90%;
	}
	.saBannerMenu ul li ul li {
	    width: 100%;
	    display: block;
	}
	.saBannerMenu ul li a {
	    font-size: 26px;
	    line-height: 34px;
	}
}
@media all and (max-width:740px){
		.logo-area {
    text-align: center;
}
		.about-right {
    text-align: left;
}
		.benefit-right {
    background-position: 0px -1779px
	}
		.breakthrough-area {
	background-position: 0 -2682px;
}
}
@media all and (max-width:736px){
	.banner-content {
		height: 750px;
	}
	.breakthrough-area {
    background-position: 0 -2676px;
}
	.benefit-right {
    background-position: 0px -1750px;
	}
}
@media all and (max-width:731px){
.breakthrough-area {
    background-position: 0 -2754px;
}
	.benefit-right {
    background-position: 0px -1720px;
}
}

@media all and (max-width: 667px){
	li.menu-item-1289 ul.sub-menu li {
    width: 100%;
    float: none;
}
	.page-content-area.content p img {
    float: none;
    width: 100%;
    height: auto;
}
	.banner-content{
		height: 680px;
	}
	.philosophy-right {
	height: 398px;
    background-size: 100% auto;
    background-position: 0 524px;
}
	.benefit-right {
    background-position: 0px -1531px;
}
	.breakthrough-area {
		background-position: 0 -2885px;
	}
	.injurie-right ul li:nth-child(1) {
		left: 45px;
	}
	.injurie-right ul li:nth-child(2) {
		left: 108px;
	}
	.injurie-right ul li:nth-child(3) {
		left: 115px;
	}
	.injurie-right ul li:nth-child(4) {
		left: 30px;
	}
	.injurie-right ul li:nth-child(5) {
		right: 150px;
	}
	.injurie-right ul li:nth-child(6) {
		right: 45px;
	}
	.injurie-right ul li:nth-child(7) {
		right: 35px;
	}
	.injurie-right ul li:nth-child(8) {
		right: 120px;
	}
	.injurie-right ul li:nth-child(9) {
		right: 95px;
	}
}

@media all and (max-width:640px){
	.dr-inner-top {
		padding: 20px;
	}
.breakthrough-area {
    background-position: 0 -2960px;
}
	.banner-content {
		height: 650px;
	}
	.saBannerArea:after {
	    left: -136%;
	}
	.about-us-area {
    margin-top: -30px;
}
	.benefit-right {
    background-position: 0px -1501px;
    background-size: 100%;
    height: 500px;
}
	.saBannerRight {
    padding-top: 90px;
}
	.bottom-block { padding: 20px; }
	.bottom-block img { float: none; display: block; margin: 0 auto 15px; width: auto; }
}
@media all and (max-width:568px){
	.injurie-right ul li:nth-child(1) {
    left: 15px;
}
	.injurie-right ul li:nth-child(2) {
    left: 63px;
}
	.injurie-right ul li:nth-child(3) {
    left: 74px;
}
	.injurie-right ul li:nth-child(4) {
    left: 0px;
}
	.injurie-right ul li:nth-child(5) {
    right: 100px;
}
	.injurie-right ul li:nth-child(6) {
    right: 6px;
}
	.injurie-right ul li:nth-child(7) {
    right: 5px;
}
	.injurie-right ul li:nth-child(8) {
    right: 61px;
}
	.benefit-right {
    height: 500px;
	background-position: 0px -1321px;
}
	.benfit-right-text {
    line-height: 30px;
}
	.breakthrough-area {
    background-position: 0 -3370px;
}
	.saBannerRight {
    padding-bottom: 27px;
}
	.philosophy-right {
    background-position: 0 444px;
}
	.partner1{
    background-position: 70px -3345px !important;
}
	.partner2 {
    background-position: 70px -3260px !important;
}
}
@media all and (max-width:415px){
	.page-content-area h2, .heading-style {
		font-size: 26px;
	}
	:target:before {
    margin: 40px 0 0;
}
	.patient-resources { padding: 0 10px; }
	.patient-resources span { font-size: 20px; }
	span.paine-care-right ul li h3 a {
    font-size: 16px;
}
	ul.clearboth li {
    margin-left: 0px;
}
	span.section-heading {
    text-align: left;
}
	.logo-area {
    text-align: left;
}
		.about-right {
    text-align: left;
}
	.page-content-area input[type="submit"] {
    width: 100%;
}
	.frankLeft h2 {
    color: #66c2d6;
}
span.saBannerLogo {
    margin: 0 auto;
	text-align: center;
}
span.logo-area {
    margin: 0 auto;
	text-align: center;
}
	.clearboth {
    padding: 30px!important;
}
	.influancer-one-right {
        margin-top: 40px;
    }
    span.saBannerLogo {
        margin: 0 auto;
    }
	span.one-head-image img {
        width: 30px;
    	height: auto;
    }
	span.special{
	background: -webkit-gradient(linear,left top, right top,from(#66c2d6),to(#74b3d4));
    background: -o-linear-gradient(left,#66c2d6,#74b3d4);
    background: linear-gradient(90deg,#66c2d6,#74b3d4);
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px;
    color: #fff!important;
    font-weight: bold;
    position: relative;
    margin: 15px 0;
	height: 70px;
    font-size: 18px;
    line-height: normal;
	-webkit-text-fill-color: white;
	}
	span.special:after {
    content: "";
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 20px;
}
	.page-content-area.content p img {
    float: none;
    margin-right: 0px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: auto;
}
	.gimg{width: 100px!important;
		height:100px!important;
	}
	.common-btns {
    text-align: center;
}
	.single-qualificationtop {
	display:block;
}
span.single-qualificationtopsec {
    display: block;
}
	.page-heading span {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}
	.page-id-1205 .colnop {
		flex-direction: column;
	}
	.page-id-1205 .colnop ul {
		margin-right: 0;
		margin-top: 0;
	}
	.page-banner-area img {
		float: unset;
		margin-right: 0;
		border-bottom-right-radius: 75px;
		width: 100%;
		margin-bottom: 15px;
	}
	.page-content-area h3 {
		height: 70px;
		font-size: 20px;
		line-height: normal;
	}
	.page-content-area p {
		line-height: 30px;
		font-size: 16px;
	}
	.page-content-area > p:first-child {
		font-size: 18px;
	}
	.page-content-area ul li {
		line-height: 35px;
	}
	.page-content-area ul {
    font-size: 17px;
    padding: 20px 40px 20px!important;
	}
	.page-content-area ul li::before {
		top: 16px;
		left: -17px;
		margin: 0;
	}
	.page-content-area ul li, .it, .study-block {
		font-size: 16px;
	}
	.page-content-area h6 {
		height: 160px;
		font-size: 24px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}
	.page-content-area h6 a {
		height: 50px;
		width: 230px;
		margin: 10px 0 0px;
		margin-left: 0px;
		font-size: 18px;
	}
	.sidebar-ancor {
		margin: 40px 0px;
	}
	.sidebar-review .single-review {
		padding: 30px;
	}
	.sidebar-review {
		margin-bottom: 40px;
	}
	.sidebar-nav {
		padding: 40px;
	}
	.sidebar-nav h2 {
		font-size: 40px;
	}
	.sidebar-nav ul li a {
		line-height: normal;
	}
	.sidebar-brand {
		margin-top: 40px;
	}
	.call-sidebar a {
		font-size: 32px;
		margin-top: 25px;
	}
	.page-content-area h4 {
		font-size: 18px;
	}
	.page-sub-title {
		font-size: 20px;
		line-height: 33px;
	}
	.page-title {
		font-size: 30px;
		line-height: 35px;
		margin-top: 10px;
	}
	.page-heading-area {
		padding: 15px 0;
	}
	.profile-thumb {
		height: 80%;
		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;
	}
	.profile-banner-content {
		padding: 30px;
	}
	.profile-banner-title {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.profile-banner-text {
		font-size: 20px;
		line-height: 30px;
		width: 100%;
	}
	.banner-bottom-text {
		line-height: 36px;
		font-size: 18px;
	}
	.sec-box-text {
		line-height: 33px;
		font-size: 18px;
	}
	.common-para {
		line-height: 35px;
		font-size: 18px;
	}
	.section-box2 .section-box-right {
		padding: 0 30px;
	}
	.section-box2 .sec-box-text {
		font-size: 18px;
	}
	.section-box2 .section-box-left {
		padding: 30px;
	}
	.sec-box-title {
		font-size: 20px;
		margin-bottom: 30px;
		padding-left: 8px;
	}
	.qualification-title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.quali-text {
		line-height: 28px;
		font-size: 18px;
	}
	.quali-sub-text {
		line-height: 28px;
		font-size: 18px;
	}
	.single-qualification {
    height: auto;
    padding: 40px 15px;
    border-bottom: 5px solid #fff;
	}
	.single-qualification a {
		font-size: 18px;
	}
	.para2 {
		width: 100%;
	}
	h6 {
		height: 160px;
		width: 100%;
		font-size: 24px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}
	h6 a {
		height: 50px;
		width: 230px;
		margin: 10px 0 0px;
		font-size: 18px;
	}
	h6::after {
		display: none;
	}


	.contact-area ul li:nth-child(2){
		margin-left: 0;
	}
	.injurie-right::before {
		background-position: -50px -430px;
		background-size: 130% 700%;
	}
	.injurie-right {
		height: 500px;
		width:80%;
		margin: 0 auto;
	}
	.injurie-right ul li {
		font-size: 14px;
	}
	.injurie-right ul li:nth-child(5) .line, .injurie-right ul li:nth-child(6) .line, .injurie-right ul li:nth-child(7) .line, .injurie-right ul li:nth-child(8) .line, .injurie-right ul li:nth-child(9) .line {
		margin-right: 0;
	}
	.injurie-right ul li .line {
		width: 25px;
    	background-position: -81px -44px;
		margin-left: 0px;
	}
	.injurie-right ul li:nth-child(1) {
		left: -28px;
	}
	.injurie-right ul li:nth-child(2) {
    	left: -25px;
	}
	.injurie-right ul li:nth-child(2) .line,
	.injurie-right ul li:nth-child(3) .line {
		width: 70px;
    	background-position: -81px -44px;
	}
	.injurie-right ul li:nth-child(3) {
	left: -18px;
	}
	.injurie-right ul li:nth-child(4) {
    left: -36px;
	}
	.injurie-right ul li:nth-child(5) {
	right: 49px;
	}
	.injurie-right ul li:nth-child(6) {
    right: -21px;
	}
	.injurie-right ul li:nth-child(7) {
	right: -24px;
	}
	.injurie-right ul li:nth-child(8) {
	right: 23px;
	}
	.injurie-right ul li:nth-child(9) {
	    right: 15px;
	}
	.logo-name {
		font-size: 20px;
	}
	.logo-sub-name {
		font-size: 18px;
	}
	.contact-area ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.contact-area ul li a {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.contact-area ul li:first-child {
		width: 100%;
	}
	.contact-area ul li:first-child a {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.header-area {
		padding-bottom: 0;
	}
	.banner-top-title {
		font-size: 30px;
		margin-bottom: 0;
	}
	.banner-title {
		font-size: 45px;
		margin-bottom: 0px;
		color: #35475a;
	}
	.banner-sub-title {
		font-size: 14px;
	}
	.banner-content {
		height: 380px;
		background-position: 0 -22px;
		width: 100%;
	}
	.responsive-banner-brand {
		height: 100px;
		background-position: 10px -291px;
		background-size: 95% 360%;
	}
	.common-sub-title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
		text-align: center;
	}
	.common-title {
		font-size: 22px;
		line-height: 32px;
		text-align: center;
	}
	.common-btns a {
		height: 60px;
		width: 250px;
		font-size: 18px;
	}
	.about-thumb {
		margin-bottom: 20px;
	}
	.thumb-title {
		font-size: 30px;
		line-height: 45px;
	}
	.thumb-text {
		font-size: 26px;
		line-height: 40px;
		padding: 0 0;
		margin-top: 10px;
	}
	.treatment {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		grid-gap: 0px 0;
	}
	.treatment-thumb {
		margin-bottom: 20px;
	}
	.single-treatment {
		margin-bottom: 30px;
	}
	.single-treatment:nth-child(5), .single-treatment:nth-child(6) {
		margin-bottom: 30px;
	}
	.single-treatment:nth-child(7){
		margin-bottom: 30px;
	}.single-treatment:nth-child(8) {
		margin-bottom: 0px;
	}
	.injurie-left {
		padding: 35px 25px 35px 25px;
	}
	.injurie-title {
		font-size: 50px;
		margin-bottom: 20px;
	}
	.injurie-sub-title {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.injurie-text {
		font-size: 18px;
	}
	.benefit-left {
		padding: 35px 25px;
	}
	.benefit-title {
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.benefit-text {
		line-height: 28px;
	}
	.benfit-right-text {
		line-height: 28px;
	}
	.benefit-right {
		padding: 0px 25px;
		background-size: 140% 950%;
		background-position: -80px -1520px;
		height: 600px;
	}
	.paine-care-left {
		padding: 35px 25px;
	}
	.paincare-title {
		font-size: 50px;
	}
	.paincare-sub-title {
		font-size: 28px;
		line-height: 33px;
	}
	.paine-care-right {
		margin-left: 0;
		padding: 35px 25px;
	}
	.paine-care-right ul li {
		font-size: 18px;
		padding-bottom: 20px;
		padding-left: 20px;
		margin-bottom: 20px;
	}
	.paine-care-right ul li::before {
		height: 8px;
		width: 8px;
		top: 11px;
	}
	.breakthrough {
		width: 100%;
	}
	.breakthrough-head {
		padding-left: 0;
	}
	.single-breakthrough-area {
		margin-top: 30px;
		padding-left: 0;
		border: none;
	}
	.breakthrough-icon {
		display: none;
	}
	.sub-title {
		font-size: 18px;
		margin-bottom: 10px;
		letter-spacing: 3px;
	}
	.sec-title {
		font-size: 24px;
		margin-bottom: 15px;
		line-height: 30px;
	}
	.breakthrough-text {
		line-height: 30px;
	}
	.breakthrough-area {
		padding: 60px 0;
		background: url(assets/images/for-mobile.jpg);
		background-position: -85px -3723px;
		background-size: 205% 570%;
		background: #ebebeb !important;
	}
	.philosophy-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.philosophy-sub-title {
		margin-bottom: 10px;
		line-height: 30px;
	}
	.philosophy-text {
		line-height: 28px;
	}
	.consultation {
		width: 100%;
		margin: 0 auto 25px;
		padding: 10px 10px;
	}
	.consultation-sub-title {
		font-size: 18px;
		line-height: 40px;
	}
	.consultation-title {
		font-size: 30px;
	}
	.philosophy-right {
		background-size: 100% 1100%;
		background-position: 0px -3002px;
		height: 300px;
	}
	.review-number {
		font-size: 30px;
	}
	.review-partner {
		margin-bottom: 40px;
	}
	.single-review {
		padding: 30px 25px 30px 25px;
	}
	.review-text {
		line-height: 30px;
		margin-bottom: 20px;
	}
	.gallery-title {
		font-size: 25px;
		line-height: 38px;
		margin-bottom: 30px;
	}
	.contact-form {
    padding: 35px 25px 80px 25px;
	}
	.contact-head-sub-title {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.contact-head-title {
		font-size: 34px;
		margin-bottom: 10px;
	}
	.contact-address-head {
		padding: 60px 0;
	}
	.contact-title {
		font-size: 22px;
		line-height: 35px;
		width: 100%;
		margin: 0 auto 10px;
	}
	.contact-sub-title {
		line-height: 28px;
	}
	.copyright-text {
		font-size: 14px;
		line-height: 26px;
	}
	.footer-contact {
		padding: 30px 0;
	}
	.social-text {
		font-size: 15px;
	}
	.partner1 {
		background-position: -13px -3345px !important;
	}
	.partner2 {
		background-position: -13px -3260px !important;
	}
	.single-gallery1 {
		height: 300px;
		background-position: 0 -2470px;
	}
	.single-gallery2 {
		height: 350px;
		background-position: 0 -1882px;
	}
	.single-gallery3 {
		height: 300px;
		background-position: 0 -1740px;
	}
	.gallery-area {
		width: 100% !important;
	}
	.gallery {
		width: 93%;
	}
	.influancer-one-right {
	    padding: 0px;
	}
	.one-head-image {
	    width: 10%;
	}
	.one-head-content {
	    padding: 0px 18px;
	}
	.one-headh1 {
	    font-size: 35px;
	    line-height: 38px;
	}
	.one-head-p {
	    font-size: 18px;
	    line-height: 24px;
	}
	.one-right-content {
	    font-size: 14px;
	    margin-bottom: 30px;
	}
	.one-priceing {
	    margin-top: 30px;
	    display: block;
	    padding-left: 0px;
	}
	.one-priceing a {
	    padding: 10px 32px;
	    font-size: 18px;
	    display: inline-block;
	    margin-top: 30px;
	}
	.one-priceing span {
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.influancer-bg-text {
	    padding: 15px;
	}
	.influancer-one-area {
	    padding-bottom: 25px;
		margin-top:0px;
	}
	.inf-two-left {
	    padding: 15px 15px;
	}
	.inf-typo-head, .inf-typo-head h1 {
	    font-size: 22px;
	    font-weight: 500;
	    line-height: 28px;
	    margin-bottom: 22px;
	}
	.inf-typo-content p {
	    font-size: 18px;
	    line-height: 28px;
	    font-weight: 300;
	    margin-bottom: 26px;
	}
	.inf-two-right {
	    padding: 15px;
	}
	.inf-three-area {
	    padding: 25px 0px;
	}
	.inf-boxed-title {
	    font-size: 18px;
	    font-weight: 500;
	    padding: 18px 15px;
	}
	.inf-four-middle {
	    padding: 60px 15px 40px;
	}
	.moreThenContent.haveMt {
	    font-size: 18px;
	    line-height: 26px;
	    font-weight: 500;
	}
	.one-right-ul.havePl {
	    padding-left: 0px;
	}
	.inf-six-content {
	    padding: 15px;
	}
	.inf-six-bottom-content {
	    margin-top: 25px;
	}
	.inf-six-area {
	    padding-bottom: 20px;
	}

	.saBannerArea:before {
	    bottom: 340px;
	}
	.saBannerArea:after {
	    left: -200%;
	    bottom: 960px;
	}
	.saBannerBottomText {
	    background-size: 130% auto;
    	padding-top: 359px;
	    background-position: 0px;
	}
	.saBannerTextTitle br {
	    display: none;
	}
	.saBannerTextContent br {
	    display: none;
	}
}


@media all and (max-width:375px){
	.philosophy-right {
		background-position: 0px -2598px;
		height: 260px;
	}
	.benefit-right {
		background-position: -42px -1429px;
		height: 550px;
		background-size: 140% 965%;
	}
	.injurie-right ul li {
		font-size: 13px;
	}
	.injurie-right ul li:nth-child(1) {
    left: -36px;
	}
	.injurie-right ul li:nth-child(2) {
	left: -36px;
	}
	.injurie-right ul li:nth-child(3) {
	left: -36px;
	}
	.injurie-right ul li:nth-child(4) {
	left: -36px;
	}
	.injurie-right ul li:nth-child(2) .line, .injurie-right ul li:nth-child(3) .line {
    width: 35px;
    background-position: -81px -44px;
	}

	.injurie-right ul li:nth-child(5) {
	right: 44px;
	}
	.contact-area ul li:first-child a {
		font-size: 26px;
	}
	.partner1 {
		background-position: 0 -2294px !important;
		background-size: 100% 4000%;
	}
	.partner2 {
		background-position: 0 -2248px !important;
		background-size: 100% 4000%;
	}
	.saBannerArea:before {
	    bottom: 312px;
	}
	.saBannerArea:after {
	    left: -200%;
	    bottom: 1010px;
	}
}

@media all and (max-width:360px){
	.saBannerBottomText {
    background-size: 130% auto;
    padding-top: 344px;
    background-position: 0px;
}
	.benefit-right {
		background-position: -82px -1508px;
		background-size: 160% 965%;
		height: 580px;
	}
	.saBannerArea:after {
	    left: -200%;
	    bottom: 1018px;
	}
	.saBannerArea:before {
	    bottom: 290px;
	}
}
@media all and (max-width:320px){
	.locationsa, .saBannerContact ul li .locationsa a {
    font-size: 14px;
}
	.saBannerTextTitle {
	    font-size: 20px;
	}
	.saBannerTextContent {
	    font-size: 12px;
	}
	.saBannerBottomText {
	    padding-top: 296px;
	}
	.saBannerArea:before {
	    bottom: 245px;
	}
	.saBannerArea:after {
    bottom: 958px;
	}
	.single-qualification {
		height: 155px;
	}
	.single-qualification-area:last-child .single-qualification {
		height: 100px;
	}
	.page-sub-title {
		font-size: 18px;
		line-height: 28px;
	}
	.page-title {
		font-size: 28px;
	}
	.profile-banner-thumb {
		height: 200px;
	}
	.profile-thumb {
		height: 100%;
	}
.injurie-right ul li:nth-child(1) {
    left: -37px;
}
	.injurie-right ul li {
		font-size: 11px;
	}
	.injurie-right ul li:nth-child(2) {
    left: -20px;
	}
	.injurie-right ul li:nth-child(3) {
    left: -12px;
	}
	.injurie-right ul li:nth-child(4) {
    left: -40px;
}
	.injurie-right ul li:nth-child(6) {
    right: -9px;
}
	.injurie-right ul li:nth-child(7) {
    right: -11px;
}
	.benefit-right {
    background-position: 0px -1821px;
    padding: 60px 25px;
    height: 700px;
	}
	.confirmation-text {
    font-size: 16px;
}
	.contact-title,.contact-sub-title {
    font-size: 16px;
    line-height: 28px;
}
	.paincare-title {
		font-size: 40px;
	}
	.paincare-sub-title {
		font-size: 24px;
		line-height: 28px;
	}
	.single-checkbox label {
		font-size: 15px;
		margin-left: 0;
	}
	.copyright-text {
		padding: 0 20px;
	}
	.injurie-title {
		font-size: 40px;
	}
	.injurie-sub-title {
		font-size: 24px;
	}
	.banner-content {
		background-position: 0 25px;
	}
}
/********* Responsive CSS ********/

/*Wp Fixes*/
span.sa br {
    display: none;
}
span.wpcf7-list-item.first {
    margin: 0;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: block;
    background-image: url(../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
    left: 0;
    right: 0;
    margin: 10px auto;
}


/*---------------------------CSS for new inner pages-----------------------------*/
.new-inner-page-content {
    max-width: 860px;
    margin: auto;
    padding-top: 90px;
}
.new-inner-page-content p {
    font-size: 26px;
    text-align: center;
    line-height: 41px;
}
.single-inner-page-item {
    max-width: 566px;
    margin: auto;
    text-align: center;
    margin-top: 90px;
}
.single-inner-page-item h3, .new-main-inner-content h2 {
    font-size: 32px;
    text-transform: uppercase;
    color: #6C6C6C;
    letter-spacing: 1px;
    border-bottom: 1px solid #5D5D5D;
    padding-bottom: 15px;
    margin-bottom: 15px;
	transition: .3s;
}
.single-inner-page-item:hover h3{
	color: #67C1D6;
}
.single-inner-page-item:last-child{
	margin-bottom: 100px;
}
.new-main-inner-content {
    max-width: 1080px;
    margin: auto;
    padding: 180px 0;
}
.new-main-inner-content h2 {
    padding-bottom: 70px;
    position: relative;
    /*padding-left: 60px;*/
    max-width: 900px;
    margin: auto;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
/*.new-main-inner-content h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://www.sportspainmanagementnyc.com/wp-content/uploads/2021/08/my-arrow.png) no-repeat center;
    width: 20px;
    height: 30px;
    background-size: contain;
}*/
.new-main-inner-content img {
    padding: 80px 0;
    height: auto;
    margin: 0 auto;
    display: block;
	width: 80%;
	transition: .5s;
}
.new-main-inner-content img.haha {
	transform: scale(1.2);
	transition: .5s;
}
.new-main-inner-content ol {
    border: 2px solid #EAEAEB;
    border-radius: 40px;
    list-style: none;
    margin-bottom: 75px;
	padding: 95px 0;
}
.new-main-inner-content ol li p {
    max-width: 790px;
    margin: auto;
    font-size: 18px;
    counter-increment: count;
    line-height: 42px;
}
.new-main-inner-content ol li {
    max-width: 790px;
    margin: auto;
    font-size: 18px;
    counter-increment: count;
    line-height: 42px;
    position: relative;
    padding-left: 40px;
}
.new-main-inner-content ol li::before {
    content: counter(count)'.';
    position: absolute;
    left: 0;
    top: 0;
}
.single-inner-page-item img {
	transition: .5s;
}
.single-inner-page-item a:hover img {
    transform: scale(1.07);
	transition: .5s;
}
@media all and (max-width: 1600px){
	.new-inner-page-content {
		padding-top: 60px;
	}
	.new-inner-page-content p {
		font-size: 20px;
		line-height: 32px;
	}
	.single-inner-page-item {
		max-width: 400px;
		margin-top: 80px;
	}
	.single-inner-page-item h3, span.new-main-inner-content h2 {
		font-size: 22px;
		padding-bottom: 8px;
		margin-bottom: 10px;
	}
	.single-inner-page-item:last-child {
		margin-bottom: 100px;
	}
	.new-main-inner-content h2 {
		padding-bottom: 15px !important;
		max-width: 700px;
			padding-left: 30px;
	}
	.new-main-inner-content h2::before {
		top: 3px;
		width: 12px;
		height: 21px;
	}
	.new-main-inner-content img {
		padding: 30px 0;
		max-width: 50%;
		margin: auto;
		display: block;
	}
	
	
}

@media all and (max-width: 768px){
	.new-main-inner-content {
		padding: 50px 0;
	}
	.new-main-inner-content ol {
		border-radius: 10px;
		margin-bottom: 75px;
		padding: 30px 20px;
	}
	.new-main-inner-content ol li {
		font-size: 16px;
		line-height: 32px;
		padding-left: 40px;
	}
	
}
@media all and (max-width: 575px){
	.review-holder {
		padding: 50px 10px;
	}
	.page-content-area p {
/* 		padding-top: 90px; */
	}
	.new-main-inner-content h2 {
		padding-left: 20px;
		font-size: 16px;
	}
	.new-main-inner-content img {
		max-width: 80%;
	}
	.new-main-inner-content h2::before {
		top: 8px;
		width: 9px;
		height: 13px;
	}
	.new-main-inner-content ol li {
		padding-left: 25px;
	}
}
