@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Content
	3.3 Logo
4. Menu
5. Home
6. Boxes
7. About
8. Departments
9. Services
10. CTA
11. Footer



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

/*********************************
2. Body and some general stuff
*********************************/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	background: #FFFFFF;
	color: #696969;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 500;
	color: #696969;
	/* color:#20d34a; */

	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p:last-of-type {
	margin-bottom: 0;
}

.clr-p {
	/* color: #20d34a; */
	color: #ffffff;
}

.cns {
	margin-left: 9rem;
	margin-right: 9rem;
}

@media screen and (max-width:768px) {
	.cns {
		margin-left: 1rem;
		margin-right: 1rem;
	}

}


a {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

a:hover {
	color: #20d34a !important;
}

::selection {
	color: #20d34a;
}

p::selection {}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

.form-control {
	color: #db5246;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.nopadding {
	padding: 0px !important;
}

.button {
	display: inline-block;
	height: 51px;
	width: 100px;
	background: #283290;
}

.button::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #20d34a;
	content: '';
	z-index: 0;
	-webkit-transition: all 400ms cubic-bezier(.33, .68, .59, .99);
	-moz-transition: all 400ms cubic-bezier(.33, .68, .59, .99);
	-ms-transition: all 400ms cubic-bezier(.33, .68, .59, .99);
	-o-transition: all 400ms cubic-bezier(.33, .68, .59, .99);
	transition: all 400ms cubic-bezier(.33, .68, .59, .99);
}

.button a {
	display: block;
	position: relative;
	line-height: 51px;
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
	padding-left: 29px;
	padding-right: 45px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	z-index: 10;
}

.button:hover::after {
	height: 100%;
}

.button:hover a {
	color: #FFFFFF !important;
}

.section_title {
	padding-top: 17px;
}

.section_title h2 {
	font-size: 30px;
	font-weight: 500;
	color: #232323;
}

.section_title::before {
	display: block;
	position: absolute;
	left: 1px;
	top: 0;
	width: 54px;
	height: 3px;
	/* background: #20d34a; */
	background: #17a2b8;
	content: '';
}

.section_title_light h2 {
	color: #FFFFFF;
}

/*********************************
3. Header
*********************************/

.header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 100;
}

.header.scrolled {
	top: -48px;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
	width: 100%;
	background: #283290;
}

.top_bar_content {
	width: 100%;
	height: 48px;
	padding-left: 214px;
}

.top_bar_item {
	margin-left: 33px;
}

.top_bar_item a {
	font-size: 14px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.top_bar_item:first-child {
	margin-left: 37px;
}

.emergencies {
	height: 100%;
	background: #ff0030;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	padding-left: 38px;
	padding-right: 38px;
}

/*********************************
3.2 Header Content
*********************************/

.header_container {
	width: 100%;
	background: #FFFFFF;
}

.header_content {
	width: 100%;
	height: 103px;
}

.header.scrolled .header_content {
	height: 80px;
}

.main_nav ul li {
	display: inline-block;
}

.main_nav ul li:not(:first-child) {
	margin-left: 32px;
}

.main_nav ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #323232;
}

.hamburger {
	display: none;
	cursor: pointer;
}

.hamburger i {
	font-size: 24px;
	color: #272727;
}

/*********************************
3.3 Logo
*********************************/

/* .logo_container_outer 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
 } 
 .logo_container 
{
	position: absolute;
	top: 0;
	left: 15px;
	width: 216px;
	height: 177px;
	background: #FFFFFF;
	box-shadow: 0px 31px 29px rgba(0,0,0,0.09);
	z-index: 10;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
 } 
.header.scrolled .logo_container
{
	top: 48px;
	height: 120px;
}
.logo_container a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.logo_content
{
	width: 100%;
	height: 100%;
	padding-left: 36px;
}
.logo_line
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #20d34a;
}
.logo
{
	margin-top: 27px;
}
.logo span
{
	color: #20d34a;
}
.logo_container a .logo:hover
{
	color: #283290;
}
.logo_text
{
	font-size: 30px;
	font-weight: 500;
	color: #283290;
	line-height: 0.75;
}
.logo_box
{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #20d34a;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-left: 1px;
}
.logo_sub
{
	font-size: 14px;
	font-weight: 400;
	color: #8f8e8e;
	padding-left: 3px;
	margin-top: 2px;
 } */

/*********************************
4. Menu
*********************************/

.menu_container {
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 101;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}

.menu_container.active {
	visibility: visible;
	opacity: 1;
	right: 0;
}

.menu {
	position: absolute;
	top: 150px;
	left: 0;
	padding-left: 15%;
}

.menu_inner {
	width: 100%;
	height: 100%;
}

.menu_list {
	-webkit-transform: translateY(1.5rem);
	-moz-transform: translateY(1.5rem);
	-ms-transform: translateY(1.5rem);
	-o-transform: translateY(1.5rem);
	transform: translateY(1.5rem);
	-webkit-transition: all 1000ms 400ms ease;
	-moz-transition: all 1000ms 400ms ease;
	-ms-transition: all 1000ms 400ms ease;
	-o-transition: all 1000ms 400ms ease;
	transition: all 1000ms 400ms ease;
	opacity: 0;
}

.menu_container.active .menu_list {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.menu_item {
	margin-bottom: 5px;
}

.menu_item a {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #272727;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_item a:hover {
	color: #ffb606;
}

.menu_close_container {
	position: absolute;
	top: 86px;
	right: 79px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu_close {
	top: 9px;
	width: 21px;
	height: 3px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_close::after {
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after {
	background: #20d34a;
}

.menu_extra {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 15%;
	padding-bottom: 25px;
}

.menu_appointment a {
	font-size: 13px;
	color: #283290;
}

.menu_emergencies {
	font-size: 13px;
	color: #272727;
}

/*********************************
5. Home
*********************************/

.home {
	width: 100%;
	height: 900px;
	/* height:600px; */
}





.home_slider_container {
	width: 100%;
	height: 100%;
}

.home_slider_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	/* background-size: cover; */
	background-size: contain;
	background-position: center center;

}



.home_slider_progress {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0;
	max-width: 100%;
	height: 2px;
	background: #20d34a;
	z-index: 1;
}

.home_content {
	position: absolute;
	top: 39.8%;
	left: 0;
	width: 100%;
}

.home_content1 {
	position: relative;
	top: 7.8%;
	left: 0;
	width: 100%;
}

@media screen and (max-width:768px) {
	.home_content1 {
		position: relative;
		/* /* top: -133.2%; */
		top: -6.2%;
		left: 0;
		width: 100%;
	}

}

.home_content_inner {
	width: 550px;
}

.home_title h1 {
	font-size: 69.24px;
	font-weight: 900;
	color: #272727;
	line-height: 1.0398;
}

.home_text {
	padding-right: 20px;
	margin-top: 10px;
	padding-left: 3px;
}

.home_text p {
	font-size: 16px;
	font-weight: 500;
	color: #747474;
	line-height: 1.75;
}

.home_button {
	margin-top: 34px;
	margin-left: 3px;
}

/*********************************
6. Boxes
*********************************/

.boxes {
	width: 100%;
	background: transparent;
	z-index: 10;
	padding-bottom: 35px;
}

.box_col {
	margin-top: 21px;
}

.box {
	width: 100%;
	height: 287px;
	background: #283290;
	padding-left: 42px;
	padding-top: 29px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.box::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #20d34a;
	content: '';
}

.box:hover {
	box-shadow: 0px 15px 49px rgba(0, 0, 0, 0.59);
}

.box_title {
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 11px;
}

.working_hours {
	padding-top: 29px;
	padding-right: 60px;
}

.working_hours_list {
	margin-top: 40px;
}

.working_hours_list ul li {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}

.working_hours_list ul li:not(:last-child) {
	margin-bottom: 15px;
}

.box_icon {
	width: 37px;
	height: 37px;
}

.box_icon img {
	max-width: 100%;
}

.box_text {
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 23px;
}

.box_phone {
	font-size: 30px;
	font-weight: 400;
	color: #20d34a;
	margin-top: 20px;
}

.box_appointments {
	padding-right: 30px;
}

.box_emergency {
	padding-right: 30px;
}

.box_emergency_text {
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 18px;
}

/*********************************
7. About
*********************************/

.about {
	width: 100%;
	background: #FFFFFF;
	/* padding-top: 92px; */
	padding-top: 46px;
	padding-bottom: 92px;
}

@media screen and (max-width:768px) {

	.about {
		width: 100%;
		background: #FFFFFF;
		/* padding-top: 92px; */
		padding-top: 1px;
		padding-bottom: 92px;
	}

}

.about-us1 {
	width: 100%;
	background: #FFFFFF;
	/* padding-top: 92px; */
	padding-top: 70px;
	padding-bottom: 92px;
}

@media screen and (max-width:768px) {

	.about-us1 {
		width: 100%;
		background: #FFFFFF;
		/* padding-top: 92px; */
		padding-top: 35px;
		padding-bottom: 92px;
	}

}





.about_text {
	margin-top: 34px;
}

.about_button {
	margin-top: 45px;
}

.about_image {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	/* top:128px; */
}

.about_image img {
	max-width: 94%;
}

/*********************************
8. Departments
*********************************/

.departments {
	width: 100%;
	background: transparent;
	padding-top: 75px;
	padding-bottom: 65px;
}

.departments_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.departments_row {
	margin-top: 79px;
}

.dept_col {
	margin-bottom: 30px;
}

.dept {
	width: 100%;
	height: 100%;
}

.dept_image {
	width: 100%;
}

.dept_image img {
	max-width: 100%;
}

.dept_content {
	padding-top: 48px;
	padding-bottom: 55px;
	background: #FFFFFF;
}

.dept_content::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #20d34a;
	content: '';
}

.dept_title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #232323;
}

.dept_subtitle {
	font-size: 14px;
	font-weight: 400;
	color: #696969;
	margin-top: 5px;
}

.dept_text p {
	color: #FFFFFF;
	-webkit-transform: translateY(-9px);
	-moz-transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	-o-transform: translateY(-9px);
	transform: translateY(-9px);
}

.dept_button {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
}

.dept_button a {
	color: #272727;
}

/*********************************
9. Services
*********************************/

.services {
	width: 100%;
	background: #FFFFFF;
	/* padding-top: 95px; */
	padding-top: 28px;
	/* padding-bottom: 65px; */
	padding-bottom: 0px !important;
}

.services_treatments {
	width: 100%;
	background: #FFFFFF;
	/* padding-top: 95px; */
	padding-top: 62px;
	/* padding-bottom: 65px; */
	padding-bottom: 0px !important;
}

@media screen and (max-width:768px) {
	.services_treatments {
		width: 100%;
		background: #FFFFFF;
		/* padding-top: 95px; */
		padding-top: 40px;
		/* padding-bottom: 65px; */
		padding-bottom: 0px !important;
	}

}

.services_row {
	margin-top: 39px;
}

.service_col {
	margin-bottom: 30px;
}

.service {
	width: 100%;
	background: #f5f7fa;
	/* background: #a9a9a9; */
	padding-top: 46px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 57px;
}

.service1 {
	width: 100%;
	background: #f5f7fa;
	padding-top: 46px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 13px;
}

.service3 {
	width: 100%;
	background: #f5f7fa;
	padding-top: 46px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 34px;
}


.service:hover {
	background: #283290;

}

.service-new:hover {
	color: #ffffff;
}

.service::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #20d34a;
	content: '';
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.service:hover::after {
	visibility: visible;
	opacity: 1;
}

.service_icon {
	width: 61px;
	height: 61px;
	margin-left: auto;
	margin-right: auto;
}

.service_icon svg {
	width: 61px;
	height: 61px;
}

.service_icon img {
	max-width: 100%;
}

.svg path,
.svg rect,
.svg polygon {
	/* /* fill: #20d34a; */
	fill: #17a2b8;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.service:hover .svg path,
.service:hover .svg rect,
.service:hover .svg polygon {
	fill: #FFFFFF;
}

.service_text {
	margin-top: 16px;
}

.service_text p {
	color: #696969;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.service_title {
	font-size: 20px;
	font-weight: 700;
	color: #232323;
	padding-top: 41px;
	margin-top: 26px;
}

.service_title::before {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 54px;
	height: 3px;
	background: #20d34a;
	content: '';
}

.service:hover .service_title {
	color: #FFFFFF;
}

.service:hover .service_text p {
	color: rgba(255, 255, 255, 0.65);

}

.service:hover .service_text ul {
	color: #ffffff;

}



/*********************************
10. CTA
*********************************/

.cta {
	width: 100%;
	padding-top: 131px;
	padding-bottom: 116px;
}

.cta_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cta_content {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.cta_content h2 {
	font-size: 48px;
	font-weight: 700;
	color: #FFFFFF;
}

.cta_content p {
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: -3px;
}

.cta_button {
	margin-top: 38px;
}

/*********************************
11. Footer
*********************************/

.footer {
	width: 100%;
}

.footer_container {
	width: 100%;
	background: #060b3a;
	padding-bottom: 77px;
}

.footer_logo_container {
	width: 100%;
	height: 157px;
	background: #FFFFFF;
}

.footer_logo_container::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #20d34a;
	content: '';
}

.footer_logo_container a {
	display: block;
	width: 100%;
	height: 100%;
}

.footer_logo_container .logo_content {
	display: inline-block;
	padding-left: 0;
	width: auto;
	height: auto;
}

.footer_logo_container .logo {
	margin-top: 10px;
}

.footer_about_text {
	margin-top: 36px;
}

.footer_about_text p {
	color: #b2b2b2;
}

.footer_about_list {
	margin-top: 38px;
}



@media screen and (max-width:768px) {
	.footer_about_list {
		margin-top: 32px;
	}

}

.footer_about_list li:not(:last-child) {
	margin-bottom: 9px;
}

.footer_links_list {
	display: flex;
	flex-direction: column;
	gap: 0px;
	list-style: none;
	padding: 0;
	margin: 0;

}

@media screen and (max-width:768px) {
	.footer_links_list {
		display: flex;
		flex-direction: column;
		gap: 0px;
		list-style: none;
		padding: 0;
		margin: 0;
		padding-left: 21px;
	}
}

.footer_about_icon {
	display: inline-block;
	width: 31px;
	height: 31px;
	/* background: #20d34a; */
	background: none;
	text-align: center;
	vertical-align: middle;
}

.footer_about_icon img {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer_about_list li span {
	font-size: 14px;
	font-weight: 500;
	color: #b2b2b2;
	padding-left: 10px;
	line-height: 2.2rem;
}

.footer_column {
	padding-top: 135px;
	/* margin-left:259px; */
	margin-left: 65px;
}

.footer_title {
	font-size: 18px;
	font-weight: 500;
	color: #b7b7b7;

}

@media screen and (max-width:768px) {
	.footer_title {
		font-size: 18px;
		font-weight: 500;
		color: #b7b7b7;
		padding-left: 21px
	}

	.footer_title-1 {
		padding-left: 21px;
	}
}

.footer_title-1 {
	font-size: 18px;
	font-weight: 500;
	color: #b7b7b7;
	padding-top: 134px;
	padding-left: 21px
}

@media screen and (max-width:768px) {

	.footer_title-1 {
		font-size: 18px;
		font-weight: 500;
		color: #b7b7b7;
		padding-top: 50px
	}
}


.footer_links ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	margin-top: 35px;
}

.footer_links ul li:not(:last-child) {
	margin-bottom: 5px;
}

.footer_links ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #b2b2b2;
}

.footer_news ul {
	margin-top: 35px;
}

.footer_news_title a {
	font-size: 15px;
	font-weight: 500;
	color: #b2b2b2;
}

.footer_news_date {
	font-size: 14px;
	font-weight: 500;
	color: #20d34a;
	margin-top: 7px;
}

.footer_news ul li:not(:last-child) {
	margin-bottom: 38px;
}

.copyright {
	width: 100%;
	background: #020523;
}

.copyright_content {
	width: 100%;
	height: 62px;
	margin-left: 184px;
}

@media screen and (max-width:768px) {
	.copyright_content {
		width: 100%;
		height: 62px;
		margin-left: 0px
	}

}

.cr {
	font-size: 14px;
	font-weight: 500;
	color: #97979c;
}

.footer_social ul {
	margin-right: -5px;
}

.footer_social ul li {
	display: inline-block;
}

.footer_social ul li:not(:last-child) {
	margin-right: 19px;
}

.footer_social ul li a i {
	color: #20d34a;
	padding: 5px;
	font-size: 14px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.footer_social ul li a i:hover {
	color: #FFFFFF;
}


/* neurology section */
.neurology-section {
	background-color: #283290;
	color: white;
	text-align: center;
	padding: 50px 20px;
}

.neurology-section h2 {
	margin: 0 0 20px;
}

.stats {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
	padding-top: 16px;
}

.stat {
	font-size: 1.5em;
	font-weight: bold;
}

/* neurology section */

.content1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10vh;
	margin: 0;
	background-color: #f5f7fa;
	font-family: Arial, sans-serif;
	text-align: center;
}




@media screen and (max-width:768px) {
	.content1 {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 16vh;
		margin: 0;
		background-color: #f5f7fa;
		font-family: Arial, sans-serif;
		text-align: center;
	}

}


.content2 {
	font-size: 17px;
	font-weight: bold;
	color: #333;
}





/* expertise */
.content3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10vh;
	width: 1171px;
	margin: 0;
	background-color: #f5f7fa;
	font-family: Arial, sans-serif;
	text-align: center;
}

/* expertise */



/* caraousel-arrow-section-css */
.owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
	/* allows background container to ignore clicks */
	z-index: 10;
}

.owl-nav button {
	background: rgba(0, 0, 0, 0.6);
	color: white;
	border: none;
	padding: 12px;
	border-radius: 50%;
	font-size: 18px;
	pointer-events: all;
	/* allow buttons to receive clicks */
	cursor: pointer;
	transition: background 0.3s ease;
}

.owl-nav button:hover {
	background: rgba(0, 0, 0, 0.9);
}

.owl-carousel {
	background: transparent;
}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	z-index: 10000;
	background: transparent;
}


/* caraousel-arrow-section-css */





/* aboutus-image */







/* aboutus-image */


/* test-treatment-approaches*/


.service-card {
	background-color: #f9f9f9;
	border-radius: 15px;
	padding: 30px 20px;
	margin-bottom: 30px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
}

.service-card:hover {
	transform: translateY(-5px);
}

.service-icon img {
	width: 80px;
	height: auto;
	transition: transform 0.4s ease;
}

.service-card:hover .service-icon img {
	transform: scale(1.1);
}

.service-title {
	margin-top: 20px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #222;
}

.service-list a {
	display: block;
	color: #007bff;
	text-decoration: none;
	margin-bottom: 8px;
	transition: color 0.3s ease;
}

.service-list a:hover {
	color: #0056b3;
}

.green-underline {
	width: 50px;
	height: 4px;
	background-color: #28a745;
	margin: 10px auto;
	border-radius: 2px;
}



/* test-treatment-approaches */


/* test-top-bar-new  */

.bg-maroon {
	/* background-color: #7b2c3f;
	background-color: #283290; */
}


/* test-top-bar-new  */


.cmnneurosymp {
	white-space: nowrap;
	height: 243px;
	margin-left: 124px
}


@media screen and (max-width:768px) {
	.cmnneurosymp {
		white-space: nowrap;
		height: 243px;
		margin-left: 0px !important;
	}
}


/*nav bar active class  */

.nav-link.active {
	color: #007bff !important;
	border-bottom: 2px solid #007bff;
}




/*nav bar active class  */



/* toggleable-tabs */
.nto {
	margin-top: 150px !important;
}

@media screen and (max-width:768px) {

	.nto {
		margin-top: 17px !important;
	}

	.togg-tab {
		width: 70% !important;
		margin-left: 50px;
	}
}


.togg-tab {
	/* width:22%; */
	width: 32%;
}

/* toggleable-tabs */

/* old-css */

.custom-tabs .custom-tab-link {
	font-weight: bold;
	color: #333;
	/* border: 1px solid transparent; */
	border: 2px solid #007bff;
}

.custom-tabs .custom-tab-link.active {
	background-color: #007bff !important;
	color: #fff !important;
	border-color: #007bff #007bff #fff !important;

}

.custom-tab-content {
	padding: 1rem;
	border: 1px solid #dee2e6;
	border-top: none;
	background-color: #f9f9f9;
}


.custom-gallery-container .custom-gallery-card {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
}

.custom-gallery-container .custom-gallery-card:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.custom-gallery-container img {
	width: 100%;
	height: auto;
	display: block;
}

/* old-css */

/* modal -css */

.custom-tabs .custom-tab-link {
	font-weight: bold;
	color: #333;
	/* border: 1px solid transparent; */
	/* border: 2px solid #007bff; */
	border: 2px solid #17a2b8;
}

.custom-tabs .custom-tab-link.active {
	/* background-color: #007bff !important; */
	background-color: #17a2b8 !important;
	color: #fff !important;
	/* border-color: #007bff #007bff #fff !important; */
	border-color: #17a2b8 #17a2b8 #fff !important;
	border: 2px solid red;
}

.custom-tab-content {
	padding: 1rem;
	border: 1px solid #dee2e6;
	border-top: none;
	background-color: #f9f9f9;
}


.custom-gallery-container .custom-gallery-card {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
	cursor: pointer;
}

.custom-gallery-container .custom-gallery-card:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.custom-gallery-container img {
	width: 100%;
	height: auto;
	display: block;
}

.modal-img {
	width: 100%;
	height: auto;
}


/* modal-css */


/* footer-classes */
.foot-img-cs-sahu {
	height: 81px;
	width: 200px;
	margin-top: 145px
}

@media screen and (max-width:768px) {
	.foot-img-cs-sahu {
		height: 81px;
		width: 200px;
		margin-top: 63px;
		padding-left: 21px;
	}

	.doctor-details {
		padding: 0px 20px;
	}

	.key-content {
		border: 1px solid black;
	}

	.key-about {
		margin-top: 10px;
	}

	.key-content {
		padding: 10px;
	}

}

.foot-text-cs-sahu {
	font-size: 14px;
	font-weight: 500;
	color: rgb(178, 178, 178);
	line-height: 2.2rem;
}

@media screen and (max-width:768px) {
	.foot-text-cs-sahu {
		font-size: 14px;
		font-weight: 500;
		color: rgb(178, 178, 178);
		line-height: 2.2rem;
		margin-left: 21px;
	}

}

/* footer-classes */


.home-treatments {
	width: 100%;
	height: 510px !important;

}

@media screen and (max-width:768px) {
	.home-treatments {
		width: 100%;
		height: 262px !important;
		margin-top: 100px !important;
	}

}

.home-gallery {
	width: 100%;
	height: 600px !important;

}

@media screen and (max-width:768px) {
	.home-gallery {
		width: 100%;
		height: 262px !important;
		margin-top: 100px !important;
	}

}


.home1-gallery {
	width: 100%;
	height: 400px;
	top: 109px;
}

@media screen and (max-width:768px) {
	.home1-gallery {
		width: 100%;
		height: 400px;
		/* top: 109px; */
		top: -34px;
	}

}



.home-contact {
	width: 100%;
	height: 510px !important;

}

@media screen and (max-width:768px) {
	.home-contact {
		width: 100%;
		height: 262px !important;
		margin-top: 100px !important;
	}

}

.cns-is {
	padding-top: 130px !important;
}


@media screen and (max-width:768px) {
	.cns-is {
		padding-top: 11px !important;
		margin-top: -72px;
	}

}

.checkmark-icon {
	width: 30px;
	/* Adjust size as needed */
	height: 30px;
	object-fit: contain;
	display: inline-block;
	color: #fff;
}

@media screen and (max-width:768px) {
	.checkmark-icon {
		width: 30px;
		/* Adjust size as needed */
		height: 30px;
		object-fit: contain;
		display: inline-block;
	}

}



/* keyword-pages */

.key-content {
	padding: 15px;
	border: 2px solid black;
	border-radius: 5px;
}

.key-links {
	margin: 15px 0px;
}

.key-links h3 {
	margin-bottom: 10px;
}

.key-links li {
	padding: 5px 10px;
	/* background-color: #283290; */
	margin: 6px 0px;
	transition: 0.3s ease;
	border-bottom: 1px solid #000;
}

.key-links li:hover {
	padding-right: 15px;
}

.key-links li a {
	color: #283290;
}

.action {
	color: #20d34a !important;
}

.contact-info {
	display: flex;
	align-items: baseline;
	gap: 10px;
}



/* ====================   keyword pages   ====================== */
.txt-white {
	color: #fff !important;
}

.key-sec {
	width: 100%;
	padding: 70px 0px 40px;
}

.key-img img {
	width: 100%;
}

.key-heading {
	margin-top: 10px;
	font-size: 2rem !important;
	font-weight: 600 !important;
	color: #000281ce;
}

/* section-2 */

.sec-1 {
	background-color: #f8f9fa;
	color: #333;
	line-height: 1.6;
	padding: 70px 0px 25px;
}

.neurology-services {}

.service-card-key {
	/* background: linear-gradient(135deg, #ffffff 0%, #f1f8ff 100%); */
	border-radius: 15px;
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
	overflow: hidden;
	margin-bottom: 30px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
} */

.card-header {
	background: linear-gradient(135deg, #1e88e5 0%, #0d47a1 100%);
	color: white;
	/* padding: 25px 30px; */
	position: relative;
}

.card-header h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 5px;
}

.card-header p {
	font-size: 16px;
	opacity: 0.9;
	font-weight: 300;
	color: #fff;
}

.card-body-key {
	padding: 30px 0px;
}

.treatment-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 20px;
}

.treatment-item {
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
	display: flex;
	align-items: flex-start;
	transition: all 0.3s ease;
}

.treatment-item:hover {
	background-color: #f0f7ff;
	transform: translateX(5px);
}

.treatment-item::before {
	content: "✓";
	color: #1e88e5;
	font-weight: bold;
	margin-right: 15px;
	font-size: 20px;
}

.doctor-profile {
	display: flex;
	align-items: center;
	margin-top: 30px;
	padding: 25px;
	background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
	border-radius: 15px;
	border-left: 5px solid #1e88e5;
}

.doctor-details {
	flex: 1;
}

.doctor-details h3 {
	font-size: 24px;
	color: #0d47a1;
	margin-bottom: 10px;
}

.doctor-details p {
	color: #555;
	margin-bottom: 15px;
	font-size: 16px;
}

.highlight {
	color: #1e88e5;
	font-weight: 600;
}

@media (max-width: 768px) {
	.treatment-list {
		grid-template-columns: 1fr;
	}

	.doctor-profile {
		flex-direction: column;
		text-align: center;
	}
}

/* sec-2 */

.sec-2 {
	padding: 40px 0px;
}

.drs-about-section {
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 20px;
	color: #333;
}

.drs-main-heading {
	font-size: 32px;
	font-weight: 700;
	color: #0d47a1;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
}

.drs-main-heading::after {
	content: '';
	display: block;
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, #1e88e5, #0d47a1);
	margin: 15px auto 0;
	border-radius: 2px;
}

.drs-intro-paragraph {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
	padding: 0px;
	background-color: #f8f9fa;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.drs-highlight-text {
	color: #1e88e5;
	font-weight: 600;
}

.drs-cards-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	margin-top: 30px;
}

.drs-profile-card {
	flex: 1 1 300px;
	background: white;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease;
}

.drs-profile-card:hover {
	transform: translateY(-10px);
}

.drs-card-header {
	padding: 20px;
	background: linear-gradient(135deg, #1e88e5, #0d47a1);
	color: white;
	font-size: 24px;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.drs-card-header-icon {
	margin-right: 15px;
	font-size: 28px;
}

.drs-card-body {
	padding: 25px;
}

.drs-card-list {
	list-style: none;
}

.drs-card-list li {
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}

.drs-card-list li:last-child {
	border-bottom: none;
}

.drs-card-list li::before {
	content: "•";
	color: #1e88e5;
	font-weight: bold;
	font-size: 24px;
	margin-right: 10px;
}

.drs-card-footer {
	padding: 0 25px 25px;
	font-style: italic;
	color: #666;
}

@media (max-width: 768px) {
	.drs-cards-container {
		flex-direction: column;
	}

	.drs-profile-card {
		flex: 1 1 100%;
	}
}

.key-3-para {
	text-align: center;
	margin-top: 40px;
	font-style: italic;
	color: #666;
}

/* sec-3 */

.neuro-facilities {
	max-width: 1200px;
	margin: 40px auto;
	padding: 0px;
	color: #333;
}

.neuro-intro {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9f2ff 100%);
	padding: 30px 30px;
	border-radius: 12px;
	margin-bottom: 40px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	/* border-left: 5px solid #1e88e5; */
}

.neuro-intro h2 {
	color: #0d47a1;
	font-size: 28px;
	margin-bottom: 15px;
}

.neuro-highlight {
	color: #1e88e5;
	font-weight: 600;
}

.neuro-services-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.neuro-service-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease;
}

.neuro-service-card:hover {
	transform: translateY(-5px);
}

.neuro-service-header {
	padding: 20px;
	font-size: 22px;
	font-weight: 600;
	display: flex;
	align-items: center;
	background: linear-gradient(135deg, #1e88e5, #0d47a1);
	color: white;
}

.neuro-service-icon {
	margin-right: 12px;
	font-size: 28px;
}

.neuro-service-body {
	padding: 25px;
}

.neuro-service-list {
	list-style: none;
}

.neuro-service-list li {
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: flex-start;
}

.neuro-service-list li:last-child {
	border-bottom: none;
}

.neuro-service-list li::before {
	content: "•";
	color: #1e88e5;
	font-weight: bold;
	font-size: 24px;
	margin-right: 10px;
	line-height: 1;
}

.neuro-image-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.neuro-image-container img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
	.neuro-services-grid {
		grid-template-columns: 1fr;
	}

	.neuro-image-container {
		order: 3;
		margin: 30px 0;
	}

	.neuro-service-card:first-child {
		order: 1;
	}

	.neuro-service-card:last-child {
		order: 2;
	}
}


/* sec-4 */


.neuro-advantages {
	font-family: 'Poppins', sans-serif;
	max-width: 1200px;
	margin: 50px auto;
	padding: 0 20px;
	color: #333;
}

.neuro-advantages-container {
	margin-top: 30px;
	display: flex;
	background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.neuro-advantages-content {
	flex: 1.5;
	padding: 0px 40px;
}

.neuro-advantages-image {
	flex: 1;
	background: url('../images/ads.webp') center/cover no-repeat;
	min-height: 500px;
}

.neuro-advantages-image1 {
	flex: 1;
	background: url('../key-images/key-2-1.webp') center/cover no-repeat;
	min-height: 400px;
}

.neuro-advantages h2 {
	font-size: 32px;
	color: #0d47a1;
	margin-bottom: 25px;
	position: relative;
}

.neuro-advantages-intro {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 30px;
	color: #555;
}

.neuro-advantages-list {
	list-style: none;
}

.neuro-advantage-item {
	padding: 15px 0;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #eee;
}

.neuro-advantage-item:last-child {
	border-bottom: none;
}

.neuro-advantage-icon {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #1e88e5, #0d47a1);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	flex-shrink: 0;
	font-size: 18px;
}

.neuro-advantage-text {
	font-size: 16px;
	line-height: 1.6;
}

.neuro-advantages-conclusion {
	margin-top: 30px;
	font-style: italic;
	font-size: 18px;
	color: #1e88e5;
	font-weight: 500;
	text-align: center;
	padding: 15px;
	background-color: #f0f7ff;
	border-radius: 8px;
}

@media (max-width: 992px) {
	.neuro-advantages-container {
		flex-direction: column;
	}

	.neuro-advantages-image {
		min-height: 300px;
		order: -1;
	}

	.neuro-advantages-content {
		padding: 30px 20px;
	}
}

/* sec-5 */

.sec-5 {
	background-color: #f5f7fa;
}

.why-choose {
	font-family: 'Poppins', sans-serif;
	background-color: #f5f7fa;
	padding: 60px 0;
}

.why-choose-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.why-choose-header {
	text-align: center;
	margin-bottom: 50px;
}

.why-choose-header h1 {
	font-size: 2.5rem;
	color: #2c3e50;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.why-choose-header h1::after {
	content: '';
	position: absolute;
	width: 70px;
	height: 4px;
	background-color: #3498db;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 2px;
}

.why-choose-header p {
	font-size: 1.1rem;
	color: #7f8c8d;
	max-width: 800px;
	margin: 0 auto;
}

.why-choose-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 30px;
}

.why-choose-card {
	background: white;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.why-choose-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.why-choose-card-icon {
	width: 60px;
	height: 60px;
	background-color: #e3f2fd;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	color: #3498db;
	font-size: 24px;
}

.why-choose-card h3 {
	font-size: 1.3rem;
	color: #2c3e50;
	margin-bottom: 15px;
}

.why-choose-card p {
	color: #7f8c8d;
	margin-bottom: 25px;
	font-size: 0.95rem;
}

.card-link{
	color: white;
}

.why-choose-card-link {
	display: inline-flex;
	align-items: center;
	color: #3498db;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.95rem;
	transition: all 0.3s ease;
}

.why-choose-card-link:hover {
	color: #2980b9;
}

.why-choose-card-link i {
	margin-left: 8px;
	transition: transform 0.3s ease;
}

.why-choose-card-link:hover i {
	transform: translateX(5px);
}

.why-choose-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
}

/* Card 1 */
.why-choose-cards-row-1 .why-choose-card:nth-child(1)::before {
	background-color: #3498db;
}

.why-choose-cards-row-1 .why-choose-card:nth-child(1) .why-choose-card-icon {
	background-color: #e3f2fd;
	color: #3498db;
}

/* Card 2 */
.why-choose-cards-row-1 .why-choose-card:nth-child(2)::before {
	background-color: #2ecc71;
}

.why-choose-cards-row-1 .why-choose-card:nth-child(2) .why-choose-card-icon {
	background-color: #e8f5e9;
	color: #2ecc71;
}

/* Card 3 */
.why-choose-cards-row-1 .why-choose-card:nth-child(3)::before {
	background-color: #9b59b6;
}

.why-choose-cards-row-1 .why-choose-card:nth-child(3) .why-choose-card-icon {
	background-color: #f3e5f5;
	color: #9b59b6;
}

/* Card 4 */
.why-choose-cards-row-2 .why-choose-card:nth-child(1)::before {
	background-color: #e74c3c;
}

.why-choose-cards-row-2 .why-choose-card:nth-child(1) .why-choose-card-icon {
	background-color: #ffebee;
	color: #e74c3c;
}

/* Card 5 */
.why-choose-cards-row-2 .why-choose-card:nth-child(2)::before {
	background-color: #f39c12;
}

.why-choose-cards-row-2 .why-choose-card:nth-child(2) .why-choose-card-icon {
	background-color: #fff8e1;
	color: #f39c12;
}

/* Card 6 */
.why-choose-cards-row-2 .why-choose-card:nth-child(3)::before {
	background-color: #1abc9c;
}

.why-choose-cards-row-2 .why-choose-card:nth-child(3) .why-choose-card-icon {
	background-color: #e0f7fa;
	color: #1abc9c;
}

@media (max-width: 992px) {
	.why-choose-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.why-choose-header h1 {
		font-size: 2rem;
	}

	.why-choose-cards {
		grid-template-columns: 1fr;
	}
}

/* ===== keyword-page-2 ===== */



.stroke-treatment {
	/* background: url('https://images.unsplash.com/photo-1579684385127-1ef15d508118?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') no-repeat center center; */
	background: white;
	background-size: cover;
	padding: 80px 0;
	position: relative;
	color: #fff;
}

/* .stroke-treatment::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
} */

.stroke-container {
	margin: 0 auto;
	padding: 0px;
	position: relative;
	z-index: 1;
}

.stroke-header {
	text-align: center;
	margin-bottom: 60px;
}

.stroke-header h2 {
	font-size: 2.3rem;
	margin-bottom: 20px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	color: #0d47a1;
}

.stroke-header h2::after {
	content: '';
	position: absolute;
	width: 80px;
	height: 4px;
	background: #0d47a1;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 2px;
}

.stroke-header p {
	font-size: 1.2rem;
	/* max-width: 800px; */
	margin: 0 auto;
	line-height: 1.8;
	opacity: 0.9;
	text-align: justify;
}

.stroke-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 40px;
}

.stroke-card {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	transition: all 0.4s ease;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.stroke-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.stroke-card-content {
	padding: 30px;
	display: flex;
	flex-direction: column;
}

.stroke-card-title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.stroke-card-icon {
	width: 60px;
	height: 60px;
	background: #1e88e56e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	color: #0e59cf;
	margin-right: 20px;
	flex-shrink: 0;
}

.stroke-card h3 {
	font-size: 1.5rem;
	margin-bottom: 0;
	font-weight: 600;
	/* color: rgb(0, 0, 95); */
	color: #2c2c2c;
}

.stroke-card p {
	line-height: 1.7;
	opacity: 0.9;
	margin-bottom: 20px;
}

.stroke-card-btn {
	display: inline-flex;
	align-items: center;
	color: #0d47a1;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	margin-top: auto;
	align-self: flex-start;
}

.stroke-card-btn:hover {
	color: #0d47a1;
}

.stroke-card-btn i {
	margin-left: 8px;
	transition: transform 0.3s ease;
}

.stroke-card-btn:hover i {
	transform: translateX(5px);
}

.stroke-footer {
	text-align: center;
	margin-top: 60px;
	padding: 25px;
	background: rgb(245, 245, 245);
	border-radius: 10px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	backdrop-filter: blur(5px);
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.stroke-footer p {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.8;
}

.stroke-footer span {
	color: #0d47a1;
	font-weight: 700;
}

/* Responsive */
@media (max-width: 992px) {
	.stroke-header h2 {
		font-size: 2.3rem;
	}

	.stroke-cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.stroke-header h2 {
		font-size: 2rem;
	}

	.stroke-header p {
		font-size: 1rem;
	}

	.stroke-card-title {
		flex-direction: column;
		align-items: flex-start;
	}

	.stroke-card-icon {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.stroke-treatment-container {
	max-width: 1200px;
	margin: 40px auto;
	padding: 30px;
	background: linear-gradient(135deg, #ffffff 0%, #f9fbfd 100%);
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	position: relative;
	overflow: hidden;
}

/* .stroke-treatment-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: linear-gradient(to bottom, #4b6cb7, #182848);
} */

.stroke-header-cont {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.stroke-header-cont h1 {
	color: #182848;
	font-size: 2.2rem;
	margin-bottom: 10px;
	font-weight: 600;
}

.stroke-header-cont p {
	color: #4b6cb7;
	font-size: 1.1rem;
	/* max-width: 800px; */
	margin: 0 auto;
}

.advantages-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 25px;
	margin-top: 40px;
}

.advantage-card {
	background: white;
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-left: 4px solid #4b6cb7;
}

.advantage-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.advantage-card h3 {
	color: #182848;
	margin-top: 0;
	font-size: 1.3rem;
	position: relative;
	padding-bottom: 10px;
}

.advantage-card h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #4b6cb7;
}

.advantage-card p {
	color: #555;
	margin-bottom: 0;
	font-size: 15px;
}

.sciatica-p {
	margin-bottom: 25px;
	font-size: 14px;
}

.highlight-cont {
	/* background-color: #182848; */
	background-color: #a2d2fc;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
	color: white;
	padding: 30px;
	border-radius: 10px;
	margin-top: 40px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.highlight-cont::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(75, 108, 183, 0.1) 0%, transparent 70%);
	z-index: 0;
}

.highlight-content {
	position: relative;
	z-index: 1;
	color: #fff;
}

.highlight-content p {
	color: #fff;
}

.highlight-cont h2 {
	font-size: 1.8rem;
	margin-top: 0;
	margin-bottom: 15px;
}

.highlight-cont p {
	font-size: 1.1rem;
	max-width: 800px;
	margin: 0 auto;
	opacity: 0.9;
}

@media (max-width: 768px) {
	.stroke-treatment-container {
		padding: 20px;
		margin: 20px;
	}

	.advantages-grid {
		grid-template-columns: 1fr;
	}

	.stroke-header-cont h1 {
		font-size: 2rem;
	}

	.stroke-treatment-container {
		margin: 0;
		padding: 0px 10px;
	}

	.stroke-header-cont p {
		text-align: justify;
		line-height: 1.4;
	}
}


/* ========================= */

.key2-sec-4 {
	background-color: #fff;
	padding: 40px;
}

.box-shad {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 20px;
}

.sciatica-main-body {
	line-height: 1.6;
	color: #333;
	margin: 0;
	padding: 0;
}

.sciatica-container-main {
	margin: 0 auto;
}

.sciatica-card-section {
	border-radius: 10px;
	overflow: hidden;
	margin: 30px 0;
}

.sciatica-content-area {
	padding: 30px;
}

.sciatica-main-heading {
	color: #2c3e50;
	font-size: 2.2rem;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 10px;
}

/* .sciatica-main-heading:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 4px;
	background: linear-gradient(to right, #3498db, #2ecc71);
	border-radius: 2px;
} */

.sciatica-intro-para {
	font-size: 15px;
	color: #555;
	margin-bottom: 25px;
}

.sciatica-flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	margin: 30px 0;
}

.sciatica-img-holder {
	flex: 1;
	min-width: 300px;
}

.sciatica-featured-img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sciatica-symptoms-box {
	flex: 1;
	min-width: 300px;
}

.sciatica-symptom-card {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 8px;
	background-color: #f8f9fa;
	transition: all 0.3s ease;
}

.sciatica-symptom-card:hover {
	background-color: #e9f7fe;
	transform: translateX(5px);
}

.sciatica-symptom-icon {
	font-size: 1.5rem;
	color: #3498db;
	margin-right: 15px;
	min-width: 30px;
}

.sciatica-symptom-details h3 {
	margin: 0 0 5px 0;
	color: #2c3e50;
	font-size: 1.1rem;
}

.sciatica-symptom-description {
	margin: 0;
	color: #555;
}

.sciatica-symptoms-title {
	color: #2c3e50;
	font-size: 1.5rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #eee;
}

.sciatica-conclusion-para {
	font-size: 1rem;
	color: #555;
	padding: 15px;
	background-color: #f8f9fa;
	border-left: 4px solid #3498db;
	border-radius: 0 8px 8px 0;
}

@media (max-width: 768px) {
	.sciatica-flex-wrapper {
		flex-direction: column;
	}

	.sciatica-img-holder,
	.sciatica-symptoms-box {
		min-width: 100%;
	}
}


/* sec-4 */

.sciatica-main-body {
	line-height: 1.6;
	color: #333;
	margin: 0;
	padding: 0;
}

.sciatica-container-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.sciatica-card-section {
	/* background-color: white; */
	border-radius: 10px;
	/* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
	overflow: hidden;
	margin: 30px 0;
}

.sciatica-content-area {
	padding: 5px;
}

.sciatica-main-heading {
	color: #2c3e50;
	font-size: 2.2rem;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 10px;
}

/* .sciatica-main-heading:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 4px;
	background: linear-gradient(to right, #3498db, #2ecc71);
	border-radius: 2px;
} */

.sciatica-intro-para {
	font-size: 1.1rem;
	color: #555;
	margin-bottom: 25px;
}

.sciatica-flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	margin: 30px 0;
}

.sciatica-img-holder {
	flex: 1;
	min-width: 300px;
}

.sciatica-featured-img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sciatica-symptoms-box {
	flex: 1;
	min-width: 300px;
}

.sciatica-symptom-card {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	padding: 15px;
	border-radius: 8px;
	background-color: #f8f9fa;
	transition: all 0.3s ease;
}

.sciatica-symptom-card:hover {
	background-color: #e9f7fe;
	transform: translateX(5px);
}

.sciatica-symptom-icon {
	font-size: 1.5rem;
	color: #3498db;
	margin-right: 15px;
	min-width: 30px;
}

.sciatica-symptom-details h3 {
	margin: 0 0 5px 0;
	color: #2c3e50;
	font-size: 1.1rem;
}

.sciatica-symptom-description {
	margin: 0;
	color: #555;
}

.sciatica-symptoms-title {
	color: #2c3e50;
	font-size: 1.5rem;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #eee;
}

.sciatica-conclusion-para {
	font-size: 1.1rem;
	color: #555;
	padding: 20px;
	background-color: #f8f9fa;
	border-left: 4px solid #3498db;
	border-radius: 0 8px 8px 0;
}

@media (max-width: 768px) {
	.sciatica-flex-wrapper {
		flex-direction: column;
	}

	.sciatica-img-holder,
	.sciatica-symptoms-box {
		min-width: 100%;
	}
}


/* ================  ================== */
.treatments-container {
	margin: 40px auto;
	padding: 0px;
}

.treatments-header {
	text-align: center;
	margin-bottom: 40px;
}

.treatments-main-title {
	color: #2c3e50;
	font-size: 2.5rem;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.treatments-main-title:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background: linear-gradient(to right, #3498db, #2ecc71);
	border-radius: 2px;
}

.sica-treat {
	text-align: center;
	border-radius: 20px;
	box-shadow: rgb(228, 228, 228) 0px 30px 60px -12px inset, rgb(223, 223, 223) 0px 18px 36px -18px inset;
	padding: 5px 0px;
}

.sica-treat p {
	color: #3498db;
	font-style: italic;
}

.treatments-intro {
	font-size: 1.1rem;
	color: #555;
	line-height: 1.7;
	/* max-width: 800px; */
	margin: 0 auto;
}

.treatments-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 50px;
}

.treatment-col {
	flex: 1;
	min-width: 300px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	padding: 30px 10px;
	transition: transform 0.3s ease;
}

.treatment-col:hover {
	transform: translateY(-5px);
}

.treatment-col-title {
	color: #2c3e50;
	font-size: 1.5rem;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 2px solid #f0f0f0;
	position: relative;
}

.treatment-col-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 50px;
	height: 2px;
	background: #3498db;
}

.treatment-point {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.treatment-icon {
	color: #3498db;
	font-size: 1.2rem;
	margin-right: 15px;
	margin-top: 3px;
	flex-shrink: 0;
}

.treatment-text {
	color: #555;
	line-height: 1.6;
}

.treatment-image-col {
	display: flex;
	align-items: center;
	justify-content: center;
}

.treatment-image {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
	.treatment-col {
		min-width: 100%;
	}

	.treatment-image-col {
		order: -1;
	}
}


/* ================  ================== */

/* ================  ================== */
.diagnosis-container {
	margin: 50px auto;
	padding: 0px;
}

.diagnosis-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
	background: white;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.diagnosis-image {
	flex: 1;
	min-width: 300px;
}

.diagnosis-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.diagnosis-content {
	flex: 1;
	min-width: 300px;
	padding: 40px;
}

.diagnosis-title {
	color: #2c3e50;
	font-size: 2rem;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 15px;
}

.diagnosis-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 4px;
	background: linear-gradient(to right, #3498db, #2ecc71);
	border-radius: 2px;
}

.diagnosis-intro {
	color: #555;
	line-height: 1.7;
	margin-bottom: 30px;
}

.tests-section {
	margin-top: 30px;
}

.tests-title {
	color: #2c3e50;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.tests-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.test-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.test-icon {
	color: #3498db;
	font-size: 1.3rem;
	margin-right: 15px;
	flex-shrink: 0;
	margin-top: 3px;
}

.test-text {
	color: #555;
	line-height: 1.5;
}

.test-name {
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 5px;
}

@media (max-width: 768px) {
	.diagnosis-wrapper {
		flex-direction: column;
	}

	.diagnosis-image {
		width: 100%;
	}

	.tests-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ================  ================== */


/* ================  ================== */
.faq-container {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	max-width: 1200px;
	margin: 50px auto;
	padding: 0px;
}

.faq-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
	/* background: #f9f9f9; */
	border-radius: 15px;
	padding: 30px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.faq-image {
	flex: 1;
	min-width: 300px;
	text-align: center;
}

.faq-image img {
	max-width: 100%;
	height: auto;
	filter: drop-shadow(0 5px 15px rgba(52, 152, 219, 0.2));
}

.faq-content {
	flex: 1;
	min-width: 300px;
}

.faq-title {
	color: #2c3e50;
	font-size: 2rem;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}

.txt-just {
	text-align: justify;
}

/* .faq-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 60px;
	height: 4px;
	background: linear-gradient(to right, #3498db, #2ecc71);
	border-radius: 2px;
} */

.faq-points {
	margin-top: 20px;
}

.faq-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
	padding: 15px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
}

.faq-item:hover {
	transform: translateX(10px);
}

.faq-icon {
	color: #3498db;
	font-size: 1.5rem;
	margin-right: 20px;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background: #e3f2fd;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq-text {
	color: #555;
	line-height: 1.6;
}

.faq-point-title {
	color: #2c3e50;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.1rem;
}

@media (max-width: 768px) {
	.faq-wrapper {
		flex-direction: column;
		padding: 20px;
	}

	.faq-image {
		order: -1;
		margin-bottom: 20px;
	}
}

/* ================  ================== */


/* why-choose section */
.key2-sec7 {
	background-color: rgb(234, 246, 255);
	padding: 30px 0px;
	margin-top: 40px;
}

/* why-choose section end */


/* keyword page 4 */

.migraine-treatment-card {
	/* max-width: 1000px; */
	margin: 20px auto;
	background: white;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	font-family: 'Arial', sans-serif;
}

.card-header-1 {
	padding: 30px;
	text-align: center;
	background: linear-gradient(239deg, rgba(15, 15, 51, 1) 0%, rgba(0, 128, 255, 1) 100%);
	color: white;
}

.card-header-1 h2 {
	margin: 0 0 15px 0;
	font-size: 28px;
}

.card-header-1 p {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}

.treatment-types {
	display: flex;
	justify-content: space-around;
	padding: 30px 20px;
	flex-wrap: wrap;
}

.treatment-card {
	width: 22%;
	min-width: 200px;
	margin: 10px;
	text-align: center;
	transition: transform 0.3s;
	padding-bottom: 10px;
	background-color: lightblue;
}

.treatment-card:hover {
	transform: translateY(-5px);
}

.treatment-card img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.treatment-card h3 {
	margin: 15px 0 0 0;
	color: #333;
	font-size: 18px;
}

.card-footer {
	padding: 20px;
	text-align: center;
	background: #f9f9f9;
	color: #555;
	font-size: 16px;
	line-height: 1.6;
}

@media (max-width: 900px) {
	.treatment-types {
		flex-direction: column;
		align-items: center;
	}

	.treatment-card {
		width: 80%;
		margin-bottom: 25px;
	}
}

/* keyword-page-2 section4 */

.migraine-triggers-section {
	/* max-width: 1000px; */
	margin: 40px auto;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.triggers-header {
	padding: 35px 40px;
	background: linear-gradient(239deg, rgba(15, 15, 51, 1) 0%, rgba(0, 128, 255, 1) 100%);
	color: white;
}

.triggers-main-title {
	margin: 0 0 15px 0;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
}

.triggers-intro {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	opacity: 0.95;
	color: #fff;
}

.triggers-container {
	display: flex;
	padding: 30px;
	gap: 30px;
}

.common-triggers,
.risk-factors {
	flex: 1;
	padding: 0px;
	background: #f9fafc;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.triggers-subtitle,
.risk-subtitle {
	color: #4a5568;
	font-size: 22px;
	margin: 0 0 15px 0;
	position: relative;
	padding-bottom: 10px;
}

.triggers-subtitle::after,
.risk-subtitle::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: linear-gradient(90deg, #667eea, #764ba2);
	border-radius: 3px;
}

.triggers-description,
.risk-description {
	color: #4a5568;
	margin: 0 0 20px 0;
	font-size: 15px;
	line-height: 1.6;
}

.triggers-list,
.risk-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.trigger-item,
.risk-item {
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px dashed #e2e8f0;
}

.trigger-item:last-child,
.risk-item:last-child {
	border-bottom: none;
}

.trigger-icon {
	font-size: 20px;
	margin-right: 15px;
	color: #667eea;
	flex-shrink: 0;
}

.trigger-text {
	color: #4a5568;
	font-size: 15px;
	line-height: 1.5;
}

.risk-bullet {
	color: #764ba2;
	font-size: 18px;
	margin-right: 12px;
}

.risk-text {
	color: #4a5568;
	font-size: 15px;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.triggers-container {
		flex-direction: column;
		padding: 20px;
		gap: 20px;
	}

	.triggers-header {
		padding: 25px;
	}

	.triggers-main-title {
		font-size: 24px;
	}
}


/* keyword-page-5 section-4 */

.key5-sec-4 {
	font-family: 'Poppins', sans-serif;
	background-color: #f5f7fa;
	display: flex;
	justify-content: center;
	padding: 20px;
}

.diagnosis-card {
	/* max-width: 900px; */
	background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
	border-radius: 15px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	margin: 20px;
	transition: transform 0.3s ease;
}

.diagnosis-card:hover {
	transform: translateY(-5px);
}

.diagnosis-header {
	background: linear-gradient(239deg, rgba(15, 15, 51, 1) 0%, rgba(0, 128, 255, 1) 100%);
	color: white;
	padding: 30px;
	text-align: center;
}

.diagnosis-header h1 {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
}

.diagnosis-header p {
	margin: 10px 0 0;
	font-size: 16px;
	opacity: 0.9;
}

.diagnosis-content {
	padding: 30px 10px;
}

.intro-text {
	font-size: 16px;
	line-height: 1.7;
	color: #555;
	margin-bottom: 25px;
	text-align: center;
}

.diagnosis-methods {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.method {
	background: white;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border-left: 4px solid #3a7bd5;
}

.method:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.method h3 {
	color: #3a7bd5;
	margin-top: 0;
	font-size: 18px;
	font-weight: 600;
}

.method p {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}

.expert-approach {
	background: #f8f9ff;
	border-radius: 10px;
	padding: 25px;
	margin-top: 30px;
	text-align: center;
	border-top: 2px dashed #e0e5f0;
}

.expert-approach p {
	font-size: 16px;
	color: #444;
	line-height: 1.7;
	margin: 0;
}

@media (max-width: 768px) {
	.diagnosis-methods {
		grid-template-columns: 1fr;
	}

	.diagnosis-header h1 {
		font-size: 24px;
	}
}




/* ==================================== mobile resolution for keywords pages ===================================================== */

@media screen and (max-width:768px) {

	.txt-justify {
		text-align: justify;
	}

	.drs-about-section {
		padding: 0;
	}

	.why-choose-container {
		padding: 20px 10px;
	}

	.expert-approach {
		padding: 10px 0px 0px;
	}

	.neuro-facilities {
		padding: 20px 0;
		color: #333;
	}

	.neuro-intro {
		padding: 30px 10px;
	}

	.diagnosis-card {
		margin: 20px 0px;
	}

	.key5-sec-4 {
		padding: 0px;
	}

	.key-heading {
		font-size: 2rem;
	}



	.key2-sec-4 {
		padding: 40px 0px;
	}

	.sciatica-container-main {
		padding: 20px 0px;
	}

	.faq-container {
		padding: 20px 0px;
		margin: 0px auto 50px;
	}

	.faq-wrapper {
		gap: 0;
	}

	.doctor-profile {
		padding: 25px 0px;
	}
}

.drop-col button {
	background: #283290;
}

.home-heading {
	font-size: 30px;
	font-weight: 500;
	color: #232323;
}

/* faq */

.ptb-20 {
	padding-top: 10px;
	padding-bottom: 30px;
}


.brochures-prgs {
	cursor: pointer;
	border-top: 4px solid #dc0030;
	;
	border-left: 3px solid #dc0030;
	;
	padding: 11px;
	color: #373333;
	border-radius: 9px;
	background: #d3d3d336;
	font-size: 16px;
	margin-bottom: 15px;
	position: relative;
}

.disp {
	display: none;
	padding: 20px;
}


.rotate {
	transform: rotate(180deg);
}

.brochures-prgs .fa {
	font-size: 16px;
	right: 0;
	position: absolute;
	padding: 6px;
	border-radius: 6px;
	margin-top: -7px;
	margin-right: 6px;
	background: #dc0030;
	color: #fff;
}

.trin-trin {
	animation-name: trin;
	animation-duration: 1.8s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes trin {
	from {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	20%,
	32%,
	44%,
	56%,
	68% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	23%,
	35%,
	47%,
	59%,
	71% {
		transform: rotate3d(0, 0, 1, 12deg);
	}

	26%,
	38%,
	50%,
	62%,
	74% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	29%,
	41%,
	53%,
	65%,
	77% {
		transform: rotate3d(0, 0, 1, -12deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

/* onnn */