@media (min-width: 2001px) and (max-width: 3000px) {
	.banner-dr-img {left: -9%; width: 65%;}
	.bannertxt h2 {font-size: 56px;}
	.bannertxt p {font-size: 22px;}
	.bannertxt h3 {font-size: 36px;}
}

@media (min-width: 1921px) and  (max-width: 2000px) {
	.banner-dr-img{left: -2%; width: 52%;}
}

@media (max-width: 1920px) and (min-width: 1400px) {
	.banner-dr-img{left: -1%; width: 53%;}
}

@media (max-width: 1280px) {
	.bannertxt h2 {font-size: 42px;}
}

@media (max-width: 1280px) and (orientation:portrait) {	
	.herobanner .offset-6{margin: auto;}
	.herobanner .col-6{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
	.bannerdes h1, .bannerdes h5{text-align: center;}
	.bannerdes {width: calc(100% - 100px); margin: auto}
	.bannertxt{text-align: center; padding-top: 150px; max-width: 560px; margin: auto;}
	.herobanner .container{align-items: flex-start;}
	.banner-dr-img {width: 60vw; left: 0; right: 0; margin: auto;}
	.herobanner .container{display: block;}
	.banner-link-wrap {justify-content: center;}
}

@media (max-width: 1199px) {
	.banner-dr-img{ left: 3%; width: 44%;}
	h1 {font-size: 44px; line-height: 50px;}
	h2 {font-size: 40px;}
	h3 {font-size: 25px; line-height: 34px;}
	h4 {font-size: 22px; line-height: 30px;}
	h5 {font-size: 18px;}	
	h6 {font-size: 16px; line-height: 21px;}	
	.introcol {width: 33%; margin-bottom: 25px;}
	.introcol:nth-child(3){border-right: 0;}
	.introcol:nth-child(4){padding-left: 0;}
	.facts-panel:before{background-position: 50% 5%;}
	.ftrwrap > .col-xl-3 {margin-bottom: 50px;}
	.aboutimg img {max-width: 460px; width: 90%;}
	.about-panel h2 br{display: none;}
	.about-panel p, .list li {font-size: 16px;}
	.btnrow .cont-no h4 {font-size: 24px;}
}

@media (max-width: 1024px) {
	.treatcol{height: 250px;}
	body, .patient-quote p, .secdes p, .bgright p {font-size: 16px;}
	.facts-panel p {font-size: 15px;}
	.mfp-fade .mfp-iframe-holder .mfp-content{height: 78vh;}
	.pl60{padding-left: 40px;}
	.pr60{padding-right: 40px;}
	.secdes h3, .secrow h3, .bgright h3{margin-bottom: 20px;}
	.bannertxt h2{font-size: 3vw;}
	.bannertxt h3{font-size: 2.4vw;}
	.bannertxt p{font-size: 1.5vw;}
}

@media (max-width: 991px) {
	.container {width: calc(100% - 100px);}
	.logo {width: 200px; margin-top: 0;}
	header {padding: 15px 30px;}
	header .nav-list {display: none;}
	.mob-nav {
		position: fixed;
		display: block;
		top: 0;
		right: -260px;
		height: 100%;
		-webkit-transition: right 0.5s ease 0s;
		-moz-transition: right 0.5s ease 0s;
		-o-transition: right 0.5s ease 0s;
		-ms-transition: right 0.5s ease 0s;
		transition: right 0.5s ease 0s;
		z-index: 1200;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-o-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
	}
	.overlay {
		background-color: rgba(35, 35, 35, 0.75);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1100;
		display: none;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.mob-nav.open {
		right: 0;
		position: fixed;
		height: 100%;
	}
	.nav-panel {
		background-color: #fff;
		height: 100%;
		width: 260px;
		position: relative;
	}
	.navlist {
		padding: 25px 20px 30px 20px;
		margin: 0;
	}
	.navlist li {
		padding: 14px 0;
		list-style-type: none;
		border-bottom: 1px solid #d8d8d8;
		margin-bottom: 0;
	}
	.navlist li a {
		color: var(--text);
		font-size: var(--font14);
		line-height: 1;
		font-weight: 500;
		padding: 0;
		text-decoration: none;
		display: block;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	.navlist li a:hover {
		color: #00b4e1;
	}
	.navlist li ul {
		padding: 5px 16px;
		margin-top: 16px;
	}
	.navlist li ul li a {
		margin: 2px 0;
	}
	.mobdropdown,
	.mob-second-submenu {
		display: none;
		background-color: #f5f5f5;
	}
	.mob-second-submenu {
		padding: 5px 0 5px 5px !important;
	}
	.navlist li:last-child {
		border-bottom: 0;
	}
	.menu-toggle {
		float: left;
		margin-top: 10px;
	}
	#navigation-toggle,
	#navigation-toggle.open-menu {
		box-shadow: none;
		position: absolute;
		right: 260px;
		top: 0;
	}
	#navigation-toggle.open-menu {
		background-color: #fff;
		-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
		-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
		-o-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
		-ms-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
		box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
	}
	#navigation-toggle {
		background: var(--primary);
		float: left;
		height: 40px;
		-webkit-transition: all 500ms ease-in 0s;
		-moz-transition: all 500ms ease-in 0s;
		-o-transition: all 500ms ease-in 0s;
		-ms-transition: all 500ms ease-in 0s;
		transition: all 500ms ease-in 0s;
		width: 45px;
		position: absolute;
		z-index: 999;
		top: 15px !important;
	}
	.menu-icon {
		background-image: none;
		display: inline-block;
		vertical-align: top;
	}
	.icon-toggle {
		position: absolute;
		display: inline-block;
		padding: 7px 11px;
		line-height: 15px;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.lines {
		background-color: #FFFFFF;
		display: inline-block;
		height: 2px;
		position: relative;
		width: 22px;
	}
	.lines:before,
	.lines:after {
		background-color: #FFFFFF;
		content: "";
		display: inline-block;
		height: 2px;
		left: 0;
		position: absolute;
		-webkit-transform-origin: 50% 50% 0;
		-moz-transform-origin: 50% 50% 0;
		-o-transform-origin: 50% 50% 0;
		-ms-transform-origin: 50% 50% 0;
		transform-origin: 50% 50% 0;
		width: 22px;
	}
	.lines:before {top: 6px;}
	.lines:after {top: -6px;}
	.icon-toggle .lines {
		-webkit-transition: background 0.3s ease 0.6s;
		-moz-transition: background 0.3s ease 0.6s;
		-o-transition: background 0.3s ease 0.6s;
		-ms-transition: background 0.3s ease 0.6s;
		transition: background 0.3s ease 0.6s;
	}
	.icon-toggle .lines:before,
	.icon-toggle .lines:after {
		-webkit-transform-origin: 50% 50% 0;
		-moz-transform-origin: 50% 50% 0;
		-o-transform-origin: 50% 50% 0;
		-ms-transform-origin: 50% 50% 0;
		transform-origin: 50% 50% 0;
		-webkit-transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;
		-moz-transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;
		-o-transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;
		-ms-transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;
		transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;
	}
	.menu-toggle.active .icon-toggle .lines {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		-webkit-transition: background 0.3s ease 0s;
		-moz-transition: background 0.3s ease 0s;
		-o-transition: background 0.3s ease 0s;
		-ms-transition: background 0.3s ease 0s;
		transition: background 0.3s ease 0s;
	}
	.menu-toggle.active .icon-toggle .lines:before,
	.menu-toggle.active .icon-toggle .lines:after {
		top: 0;
		-webkit-transition: top 0.3s ease 0s, transform 0.3s ease 0.5s;
		-moz-transition: top 0.3s ease 0s, transform 0.3s ease 0.5s;
		-o-transition: top 0.3s ease 0s, transform 0.3s ease 0.5s;
		-ms-transition: top 0.3s ease 0s, transform 0.3s ease 0.5s;
		transition: top 0.3s ease 0s, transform 0.3s ease 0.5s;
		width: 22px;
	}
	.menu-toggle.active .icon-toggle .lines:before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-moz-transform: rotate3d(0, 0, 1, 45deg);
		-o-transform: rotate3d(0, 0, 1, 45deg);
		-ms-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
	}
	.menu-toggle.active .icon-toggle .lines:after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-moz-transform: rotate3d(0, 0, 1, -45deg);
		-o-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
	}
	.menu-toggle.active .menu-icon {left: 14px;}
	.nav-panel {float: right; overflow-y: auto;}
	.navbar-right, .top-wrapper {display: none;}
	nav.navbar.bootsnav .navbar-brand {
		display: inline-block;
		float: left !important;
		margin: 5px 0 0 0 !important;
	}
	nav.navbar.bootsnav .navbar-header {
		padding-left: 0px;
		padding-right: 0px;
	}
	.rightnav {display: none;}
	.mobrightnav {
		position: relative;
		left: 0;
		right: 0;
		margin: 0 auto 20px;
		width: 86%;
	}
	.mobrightnav ul li {display: block;}
	.mobrightnav ul li a {
		color: var(--text);
		font-size: var(--font16);
		line-height: 1;
		padding: 4px 20px 4px 0;
		display: inline-block;
	}
	
	.mob-nav .mob-call-no {color: var(--primary); justify-content: flex-start;}
	.treatcol {height: 45vw; width: calc(50% - 12px);}
	.pagebanner {padding: 170px 0 40px;}
	.intro-panel:before{width: 100%;  opacity: 0.5;}
	.sticky-contact-bar {top: 94px;}
	#patients-slider .item{background-position: 60% 50%;}
	.bgright h5, .secwrap h5 {font-size: 20px; padding-bottom: 18px;}
	.pl60{padding-left: 25px;}
	.pr60{padding-right: 25px;}
	.banner-link-wrap h4 {font-size: 20px;}
	.banner-link-wrap {flex-direction: column; align-items: flex-start; gap: 7px;}
	
}

@media (max-width: 800px) {
	.patient-quote{padding-left: 0; padding-top: 60px;}
}
@media (max-width: 991px) and (orientation:portrait) {
	.herobanner .offset-6{margin: auto;}
	.herobanner .col-6{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
	.bannerdes h1, .bannerdes h5{text-align: center;}
	.bannerdes {width: calc(100% - 100px); margin: auto}
	.bannertxt{text-align: center; padding-top: 150px; max-width: 560px; margin: auto;}
	.herobanner .container{align-items: flex-start;}
	.banner-dr-img {width: 60vw; left: 0; right: 0; margin: auto;}
	.herobanner .container{display: block;}	
	.banner-link-wrap h4 {font-size: 22px;}
	.banner-link-wrap {flex-direction: row; align-items: center; gap: 12px;}
	
	
	.banner-dr-img {
    /*width: auto;
    height: calc(100vh - 321px);*/
	    width: auto;
    height: calc(100vh - 450px);
    text-align: center;
    background-image: url(../images/dr-raghuprasad.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    left: -20px;
    right: -20px;
    background-size: cover;
}
	.banner-dr-img img{
    width: auto;
    height: 100%; margin: auto; display: block;
	display: none;
}
	
}
@media (max-width: 767px) {	
	.ftrwrap > .col-xl-9 .col-xl-3:first-child, .ftrwrap > .col-xl-9 .col-xl-3:nth-child(2) {margin-bottom: 50px;}
	.facts-panel:before {background-position: 50%; width: 100%; opacity: 0.3;}
	.introcol {width: 49.8%;}
	.introcol:nth-child(2) {border-right: 0; padding-right: 0;}
	.introcol:nth-child(4) { padding-left: 25px; padding-right: 0; border-right: 0;}
	.introcol:nth-child(5) { padding-left: 0;}
	.introcol:nth-child(3){ padding-left: 0; border-right: 1px dashed var(--grey);}
	.contactdes{width: 100%;}
	.bannerdes h1, .bannerdes h5{text-align: center;}
	.bannerdes {width: calc(100% - 100px); margin: auto}
	.bannertxt h2 {font-size: 3vw; margin-bottom: 22px;}
	.bannertxt h3 {font-size: 2.5vw;}
	.bannertxt p {font-size: 1.8vw;}
	/*.banner-dr-img {width: 60vw; left: 0; right: 0; margin: auto;}*/
	.back-abuse-col{width: 33%;}
	.secimg, .secrow img{margin-bottom: 35px;}
	.pl60{padding-left: 15px;}
	.pr60{padding-right: 15px;}
	.pb-60 {padding-bottom: 40px;}
	.pb-80 {padding-bottom: 60px;}
	.comp-ergo .col-md-6:first-child{border-right: 0;}
	.secdes h4 {padding-bottom: 20px; font-size: 18px;}
	.slipped-disc-treat .bgleft{background-position: 50% 80%;}
	.bgright {padding: 50px 40px 30px 40px;}
	.back_to_top {width: 40px;height: 40px; font-size: 18px; line-height: 9px; padding: 13px 0;}
	.btnrow {display: block;}
	.btnrow .or-text {margin: 20px 0 10px 0;}
	.btnrow .cont-no {margin-left: 0;}
	.wa-messenger-svg-whatsapp {width: 35px; height: 42px;}
	#wa-widget-send-button {margin: 0 0 60px 0 !important; height: 42px; min-width: 42px; }
	.top-arrow {width: 8px; height: 8px;}
	.top-arrow:before{height: 14px;}
	.back-to-top {width: 38px; height: 38px;}
	h1 {font-size: 38px; line-height: 46px;}
}

@media (max-width: 767px) and (orientation:portrait) {	
	.bannertxt {text-align: center; padding-top: 150px; max-width: 600px;}
	.herobanner .container{align-items: flex-start;}
	.bannertxt h2 {font-size: 4.2vw;}
	.bannertxt h3 {font-size: 2.9vw;}
	.bannertxt p {font-size: 2vw;}
	.herobanner .offset-6 {margin-left: 0;}
	.herobanner .col-6 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}

@media (max-width: 640px) {
	.bannerdes h1 {font-size: 40px; line-height: 44px;}
	h2 {font-size: 35px;}
	h3 {font-size: 22px; line-height: 28px;}
	h4 {font-size: 20px; line-height: 26px;}
	.pagebanner {padding: 150px 0 40px;}
	.bgright h5, .secwrap h5 {font-size: 18px;}
	.section-space-two {padding-top: 60px; padding-bottom: 60px;}
	.midcontainer{padding-top: 40px; padding-bottom: 40px;}
}

@media (max-width: 575px) {
	.container, .bannerdes {width: calc(100% - 40px);}
	.treatcol { width: 100%; max-width: 300px; margin: 0 auto 20px; height: 90vw; max-height: 340px; }
	h1 {font-size: 33px; line-height: 40px;}
	h2 {font-size: 30px;}
	.factscol{width: 100%;}
	.factscol:first-child{margin-bottom: 12px;}
	.facts-panel, .patients-panel, #patients-slider.owl-theme .owl-controls{text-align: center;}
	.patient-quote {background-position: 50% 0;}
	.intro-panel{text-align: center;}
	.intro-panel .normal-btn{display: block; max-width: 220px; margin: auto;}
	.normal-btn + .normal-btn{margin-left: auto; margin-top: 10px;}
	.btnrow {padding: 50px 0;}
	#patients-slider .item {background-position: 85% 50%;}
	.bannertxt h2{font-size: 4.5vw;}
	.bannertxt h3 {font-size: 3.2vw;}
	.bannertxt p {font-size: 2.5vw;}
	.contactwrap {padding: 7px 0;}
	.contactdes {margin-bottom: 30px;}
	.back-abuse-col {width: 50%;}
	body, .patient-quote p, .about-panel p, .list li, .secdes p, .bgright p{font-size: 15px;}
	.pb-60 {padding-bottom: 30px;}
	.pb-80 {padding-bottom: 40px;}
	.ftrwrap > .col-xl-9 .col-xl-3:nth-child(3){margin-bottom: 50px;}
	.ftrlogo{margin: 0 auto 18px;}
	footer{text-align: center;}
	.aboutright {margin-bottom: 40px;}
	a.mob-call-no {justify-content: center;}
}
@media (max-width: 575px) and (orientation : portrait) {
	
	.banner-link-wrap h4 {font-size: 20px;}
	.banner-link-wrap {flex-direction: column; align-items: center; gap: 7px;}
	.bannertxt {padding-top: 130px;}
	.banner-dr-img {
	    width: auto;
		height: calc(100vh - 412px);
		text-align: center;
		background-image: url(../images/dr-raghuprasad.png);
		background-repeat: no-repeat;
		background-position: 50% 0%;
		left: -20px;
		right: -20px;
		background-size: cover;
	}
	.banner-dr-img img{
		width: auto;
		height: 100%; margin: auto; display: block;
		display: none;
	}
}
@media (max-width: 575px) and (orientation : landscape) {
	.bannertxt h2 {font-size: 3vw; margin-bottom: 12px;}
	.bannertxt h3 {font-size: 2.8vw;}
	.bannertxt p {font-size: 1.75vw; margin-bottom: 8px !important;}
	.bannertxt .normal-btn {padding: 8px 13px; font-size: 12px;}
	.banner-link-wrap h4 {font-size: 16px;}
	.bannertxt p.or-text, .bannertxt .cont-no p {margin-bottom: 0 !important;}
	
	
}

@media (max-width: 480px) {
	.introcol {width: 100%; padding: 0 0 25px !important; border-right: 0 !important; border-bottom: 1px dashed var(--grey); text-align: center;}
	.introcol:last-child {border-bottom: 0; padding-bottom: 0 !important; margin-bottom: 0 !important;}
	h1 {font-size: 29px; line-height: 36px;}
	h2 {font-size: 27px;}
	.contact-intro br{display: block;}
	.sticky-contact-bar{padding: 15px 10px;}
	.sf-example .col-6 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}

@media (max-width: 480px) and (orientation : portrait) {
	.bannertxt h2 {font-size: 5.5vw;}
	.bannertxt h3 {font-size: 4.2vw;}
	
}
@media (max-width: 375px) {
	.bannerdes h1 {font-size: 35px; line-height: 40px;}
	h3 {font-size: 19px; line-height: 26px;}
	.bannertxt{padding-top: 120px;}
}


@media only screen and (max-height : 580px) and (orientation : portrait) {	
	.bannertxt {padding-top: 100px;}
	.normal-btn{padding: 10px 15px;}
	.bannertxt h2 {margin-bottom: 18px;}
}
@media only screen and (min-height : 190px) and (max-height : 580px) and (min-width : 320px) and (max-width : 991px) and (orientation : landscape) {
	.logo {width: 130px;}
}
@media only screen and (max-height : 340px) and (min-width : 320px) and (max-width : 991px) and (orientation : landscape) {
	.banner-dr-img {left: 3%; width: 39%;}
}
@media only screen and (min-height : 581px) and (max-height : 1080px) and (max-width : 395px) and (orientation : portrait) {
	.banner-dr-img {height: calc(100vh - 385px);}	
}

@media only screen and (min-height : 650px) and (max-height : 1200px) and (min-width : 396px) and (max-width : 480px) and (orientation : portrait) {
	.banner-dr-img {
		height: calc(100vh - 450px);
	}
}

@media only screen and (min-height : 470px) and (max-height : 580px) and (max-width : 395px) and (orientation : portrait) {
	.banner-dr-img {height: calc(100vh - 300px); width: 80vw;}
	.bannertxt h2 {font-size: 4.4vw;}
	.bannertxt p {margin-bottom: 8px;}
	.banner-link-wrap h4 {font-size: 16px;}
}
