:root {
	--clr-1: #ffffff;
	--clr-2: #000000;
	--clr-3: #FC9E64;
	--clr-4: #5a5a5a;
}

html {
	overflow-x: hidden;
	width: 100%;
}

body {
	font-family: 'Raleway', sans-serif;
	/*background: var(--clr-2);*/
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

@font-face {
	font-family: "Gilroy";
	src: url(../fonts/Gilroy-Black.ttf);
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	src: url(../fonts/Gilroy-Bold.ttf);
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	src: url(../fonts/Gilroy-Light.ttf);
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	src: url(../fonts/Gilroy-Medium.ttf);
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	src: url(../fonts/Gilroy-Regular.ttf);
	font-weight: 400;
	font-style: normal;
}

/* common style
-----------------------------------------------------------------*/
.slider-ph-view {
	display: none;
}

.slider-desk-view {
	display: block;
}

.full-width-video {
	width: 100%;
	height: auto;
}

p {
	color: #353535;
	font-weight: 400;
	font-size: 17px;
	line-height: 29px;
	font-family: 'Raleway', sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #000 #1a1a1a;
}

.gradient-text {
	color: #FC9E64;
}

.bg_blk {
	background-color: #000;
}

.grey_bg {
	background-color: #1D1D1D;
}

.common_padding_top {
	padding-top: 80px;
}

.common_padding_bottom {
	padding-bottom: 80px;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 400 !important;
	line-height: 50px;
	padding-bottom: 25px !important;
}

.common_btn {
	text-decoration: none;
	padding: 12px 20px;
	position: relative;
	transition: all .5s linear;
}

.common_btn span {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	z-index: 99;
	transition: all .5s linear;
	letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
}

.common_btn::after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: .5px;
	background: #000;
	left: 0;
	transition: all .5s linear;
	color: #000;
}

.common_btn:hover span {
	transition: all .5s linear;
	color: #fff;
}

.common_btn:hover::after {
	height: 100%;
	transition: all .5s linear;
	background: #000;
}

.common_btn2 {
	text-decoration: none;
	padding: 12px 20px;
	position: relative;
	transition: all .5s linear;
	font-family: 'Raleway', sans-serif;
}

.common_btn2 span {
	color: #d7d2bb;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	z-index: 99;
	transition: all .5s linear;
	letter-spacing: 1px;
}

.common_btn2::after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: .5px;
	background: #d7d2bb;
	left: 0;
	transition: all .5s linear;
	color: #d7d2bb;
}

.common_btn2:hover span {
	transition: all .5s linear;
	color: #000;
}

.common_btn2:hover::after {
	height: 100%;
	transition: all .5s linear;
	background: #d7d2bb;
}

.p-0 {
	padding: 0;
}

.mb {
	margin-bottom: 30px;
}

.home_banner {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	object-position: bottom;
	margin-top: 69px;
}

.home_banner_mob {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	object-position: bottom;
	margin-top: 50px;
}

.innerpage_banner {
	position: relative;
	text-align: center;
	color: #fff;
	margin-top: 50px;
}

.innerpage_banner2 {
	position: relative;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}

.inner_bannerbg {
	width: 100%;
	display: block;
	height: 400px;
	object-fit: contain;
	background-color: white;
	border-radius: 5px;
}

.inner_bannerbg2 {
	width: 100%;
	display: block;
	height: 400px;
	object-fit: cover;
	border-radius: 5px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 13%);
}

.content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

.innerpage_banner h1 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 2px;
	font-family: 'Raleway', sans-serif;
}

.innerpage_banner2 h1 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 2px;
	font-family: 'Raleway', sans-serif;
}

.breadcrumbs {
	/* background: rgba(0, 0, 0, 0.7);  */
	padding: 8px 20px;
	border-radius: 5px;
	display: inline-block;
}

.breadcrumbs a {
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}

.breadcrumbs span {
	text-decoration: none;
	margin: 0 5px;
	font-weight: 600;
	font-size: 18px;
	color: #d7d2bb;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.desk_view {
	display: block;
}

.phone_view {
	display: none;
}


/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 10px;
}

*::-webkit-scrollbar-track {
	background: #ffffff;
}

*::-webkit-scrollbar-thumb {
	background-color: #000000;
	border-radius: 50px;
	border: 3px solid #000000;
}

/*header section style
-----------------------------------------------------------------*/
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
header {
	background-color:#26313c ;
	border-bottom: 1px solid #d7d2bb52;
	position: fixed;
	z-index: 999;
	width: 100%;
}

header nav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.logo a {
	text-decoration: none;
	font-size: 26px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 800;
}

.logo {
	width: 250px;
}

.logo img {
	width: 100%;
}

.bartoggle,
.menubrop {
	display: none;
}

.NavMenu {
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: end;
	margin: 0;
	z-index: 999;
}

.NavMenu li {
	display: inline-block;
}

.NavMenu li input {
	display: none;
}

.NavMenu li a {
	display: block;
	padding: 25px 25px;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
	text-align: left;
	text-decoration: none;
	color: white;
	position: relative;
	transition: all 0.5s;
}

.NavMenu li a:hover {
	color: white;
}

.NavMenu li a.label {
	cursor: pointer;
	appearance: none;
	display: block;
	position: relative;
	color: #d7d2bb;
}

.NavMenu li a.label::after {
	content: ">";
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	transform: rotate(90deg);
}

.NavMenu>li>a.label::after {
	right: -14px;
	top: 1px;
}

.NavMenu li ul {
	position: absolute;
	display: flex;
	flex-direction: column;
	background-color: #000;
	min-width: 200px;
	border-bottom: 2px solid #d7d2bb;
	top: 100%;
	padding-bottom: 20px;
	box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	visibility: hidden;
	opacity: 0;
}

.NavMenu li ul li {
	position: relative;
}

.NavMenu li ul li a {
	color: #fff;
	padding: 8px 10px;
	display: block;
	border-left: 2px solid transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	font-size: 15px;
	line-height: 27px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
}

.NavMenu li ul li a:hover {
	color: #d7d2bb;
}

.NavMenu .button {
	/* background-image: linear-gradient(to right, #B48E2B 0%, #F4EF89 51%, #B48E2B 100%) !important; */
	color: #000;
	padding: 8px 10px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background: #d7d2bb;
	border: 1px solid #d7d2bb;
	transition: ease-in-out .4s;
	margin-left: 20px;
	font-family: 'Raleway', sans-serif;
}

.NavMenu .button:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #d7d2bb;
}

/* Menu section style
-----------------------------------------------------------------*/
/* .wrapper-menu {
	width: 30px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	transition: transform 330ms ease-out;
	display: none;
	margin-top: 10px;
}

.wrapper-menu.open {
	transform: rotate(-45deg);
}

.line-menu {
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	height: 5px;
}

.line-menu.half {
	width: 50%;
}

.line-menu.start {
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: right;
}

.open .line-menu.start {
	transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
	align-self: flex-end;
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: left;
}

.open .line-menu.end {
	transform: rotate(-90deg) translateX(-3px);
} */

.wrapper-menu {
	width: 30px;
	height: 30px;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	transition: transform 330ms ease-out;
	margin-top: 10px;
	display: none;
}

.line-menu {
	background-color: #d7d2bb;
	width: 100%;
	height: 5px;
	transition: transform 330ms ease-out;
}

.line-menu.start,
.line-menu.end {
	transform-origin: center;
}

.wrapper-menu:hover .line-menu.start,
.wrapper-menu.open .line-menu.start {
	transform: rotate(40deg) translateY(18px);
	opacity: 1;
}

.wrapper-menu:hover .line-menu.end,
.wrapper-menu.open .line-menu.end {
	transform: rotate(-45deg) translateY(-15px);
	opacity: 1;
}

.wrapper-menu:hover .line-menu,
.wrapper-menu.open .line-menu {
	opacity: 0;
}

/* Homepage- slider section style
-----------------------------------------------------------------*/
.slider {
	position: relative;
}

.slides .slide {
	position: relative;
}

.slider {
	position: relative;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
	margin-top: 50px;
}

.slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.slide {
	min-width: 100%;
	box-sizing: border-box;
	position: relative;
}

.slide img {
	width: 100%;
	vertical-align: middle;
	height: 95vh;
	object-fit: cover;
	object-position: top;
}

.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	width: 100%;
	text-align: left;
	padding: 10px 0;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}

.slider .owl-nav button {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	display: none;
}

/* .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: #d7d2bb;
    font-size: 50px;
    transition: 0.3s;
    user-select: none;
	border-radius: 50%;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
} */


/* .prev, .next {
    cursor: pointer;
    position: absolute;
	bottom: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: #d7d2bb;
    font-size: 50px;
    transition: 0.3s;
    user-select: none;
	border-radius: 50%;
	background: transparent;
	align-items: center;
	justify-content: center;
	display: none !important;
} */

/* .prev {
    left: 30px;
} */

/* .next {
    right: 30px;
} */

/* .prev:hover, .next:hover {
    background-color: #d7d2bb;
    border-radius: 50%;
	color: #000;
} */

/* 
.bannerCont {
	display: flex !important;
	align-items: center !important;
	font-family: 'Raleway', sans-serif;
	font-size: 45px;
	font-weight: 600;
	line-height: 52.83px;
	text-align: left;
	color: var(--clr-1);
	position: absolute;
	bottom: 65px;
	left: 50px;
}

.bannerCont h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 35px;
	font-weight: 500;
	line-height: 45px;
	padding-bottom: 0px !important;
} */

/* Homepage - about slider section style
-----------------------------------------------------------------*/
#about-slider h2 {
	text-align: center;
	color: #d7d2bb;
}

#about-slider .owl-nav button {
	background: #d7d2bb;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #000;
	display: block;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	font-size: 12px;
	border: none;
	cursor: pointer;
	/* display: none; */
}

#about-slider .owl-nav .owl-prev.active,
#about-slider .owl-nav .owl-next.active {
	background: #000;
	color: #fff;
}

#about-slider .owl-nav .owl-prev,
#about-slider .owl-nav .owl-next {
	background: #d7d2bb;
	color: #000;
	display: flex;
	align-items: center;
	font-size: 12px;
}

#about-slider .owl-nav {
	position: absolute;
	top: 50%;
	width: 97%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

#about-slider .owl-nav button {
	background-color: #fff;
	border: none;
	font-size: 24px;
	cursor: pointer;
}

#about-slider .owl-nav button:hover {
	color: #000;
}

.about-slider-cont img {
	/* border-radius: 5px; */
	object-fit: cover;
	width: 100%;
}

.about-slider-cont h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 34px;
	text-align: center;
	color: #d7d2bb;
	padding-top: 25px;
	padding-bottom: 3px;
}

.about-slider-cont h6 {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
	margin-bottom: -2px;
	font-family: 'Raleway', sans-serif;
}

.about-slider-cont h5 {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}

.about-slider-cont {
	padding-bottom: 20px;
	text-align: center;
}

.common_btn2 {
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
}

/* .bannerCont {
    font-size: 55px;
    font-weight: 500;
    line-height: 65px;
    text-align: left;
    color: var(--clr-1);
    position: absolute;
    top: 50%; 
    left: 70px; 
    transform: translateY(-50%); 
    width: 1000px;
    font-family: 'Raleway', sans-serif;
} */

.bannerCont {
	font-size: 55px;
	font-weight: 400;
	line-height: 65px;
	text-align: left;
	color: var(--clr-1);
	position: absolute;
	/* top: 50%; */
	left: 70px;
	bottom: 0px !important;
	transform: translateY(-50%);
	width: 1000px;
	font-family: 'Raleway', sans-serif;
}

/* Homepage - about section style
-----------------------------------------------------------------*/
.DoctListSec {
	padding: 80px 0;
	background-color: #d7d2bb;
}

.DoctListSec h2 {
	text-align: center;
	color: #000;
	padding-bottom: 8px !important;
	font-family: 'Raleway', sans-serif;
}

.DoctListSec p {
	color: #353535;
	font-weight: 400;
	line-height: 29px;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	text-align: center;
	width: 75%;
	margin: 0 auto;
}

.DoctListSec2 {
	padding: 80px 0px 80px 0px;
	background-color: #d7d2bb;
}

.DoctListSec2 h2 {
	text-align: center;
	color: #000;
	padding-bottom: 8px !important;
	font-family: 'Raleway', sans-serif;
}

.DoctListSec2 p {
	color: #353535;
	font-weight: 400;
	line-height: 29px;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	text-align: center;
	width: 75%;
	margin: 0 auto;
}

.DocCard {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.DocCard img {
	border-radius: 5px;
	object-fit: cover;
	width: 100%;
}

.DocCard h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 34px;
	text-align: center;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 5px;
}

.DocCard1 h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 34px;
	text-align: center;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 5px;
}

.DocCard2 h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 34px;
	text-align: center;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 5px;
}

.DocCard1 h6 {
	color: #d7d2bb;
	font-size: 17px;
	line-height: 29px;
	font-weight: 500;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

.DocCard2 h6 {
	color: #d7d2bb;
	font-size: 17px;
	line-height: 29px;
	font-weight: 500;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

.DocCard h6 {
	color: #d7d2bb;
	font-size: 17px;
	line-height: 29px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0px;
	font-family: 'Raleway', sans-serif;
}

.DocCard h5 {
	color: #fff;
	font-size: 17px;
	line-height: 29px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0px;
	font-family: 'Raleway', sans-serif;
}

.DocCard .common_btn span img::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
}

.DocCard a img {
	margin-right: 5px;
	animation: pulse 2s infinite alternate;
}

.doctFDiv {
	display: flex;
	justify-content: center;
}

.DoctListSecRow2 .DocCard {
	margin-top: -300px;
}

.DoctListSecRow3 .DocCard {
	margin-top: -175px;
}

.DoctListSecRow4 .DocCard1 {
	margin-top: 50px;
	margin-left: 350px;
}

.DoctListSecRow4 .DocCard2 {
	margin-top: 50px;
	margin-right: 350px;
}

.DoctListSecRow4 .DocCard1 img {
	border-radius: 5px;
	object-fit: cover;
}

.DoctListSecRow4 .DocCard2 img {
	border-radius: 5px;
	object-fit: cover;
}

[data-aos=fade-up] {
	transform: translate3d(0, 100px, 0) !important;
}

[data-aos="fade-up"].aos-animate {
	transform: translate3d(0, 0px, 0) !important;
}

[data-aos=fade-down] {
	transform: translate3d(0, -70px, 0) !important;
}

[data-aos="fade-down"].aos-animate {
	transform: translate3d(0, 0px, 0) !important;
}

[data-aos=fade-left] {
	transform: translate3d(150px, 0px, 0) !important;
}

[data-aos="fade-left"].aos-animate {
	transform: translate3d(0, 0px, 0) !important;
}

[data-aos=fade-right] {
	transform: translate3d(-150px, 0px, 0) !important;
}

[data-aos="fade-right"].aos-animate {
	transform: translate3d(0, 0px, 0) !important;
}

.DoctListSec .about_btn {
	justify-content: center;
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.DoctListSec1 .about_btn {
	justify-content: center;
	display: flex;
	align-items: center;
}

.DoctListSec1 h2 {
	text-align: center;
	color: #B48E2B;
	margin-top: 20px;
	padding-bottom: 8px !important;
	margin-top: 50px;
	font-family: 'Raleway', sans-serif;
}

.DoctListSec1 p {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 29px;
	text-align: center;
	margin-bottom: 35px;
}

.phone_view {
	display: none;
}

.desk_view {
	display: block;
}

/* Homepage - video highlight section style
-----------------------------------------------------------------*/
.video-container {
	position: relative;
	width: 100%;
	height: 100vh;
	/* Set the height of the video container to full viewport height */
	overflow: hidden;
}

.video-container video,
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	/* Ensure the video covers the container */
}

.overlay2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}

.animated-button {
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #007bff;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.animated-button:hover {
	background-color: #0056b3;
}

/* Homepage - highlight section style
-----------------------------------------------------------------*/
.highlight-section {
	text-align: center;
	background-color: #4CAF50;
	color: white;
	padding: 50px 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	opacity: 0;
	animation: fadeIn 2s forwards;
}

.highlight-section h1 {
	margin: 0 0 20px;
	font-size: 36px;
	font-family: 'Raleway', sans-serif;
}

.highlight-section p {
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 30px;
}

.cta-button {
	text-decoration: none;
	color: #4CAF50;
	background-color: white;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 16px;
	transition: background-color 0.3s, color 0.3s;
	position: relative;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
}

.cta-button:hover {
	background-color: #45a049;
	color: white;
	animation: bounce 0.3s;
	font-family: 'Raleway', sans-serif;
}

/* .img-cvr-hm img{
	width: 100%;
} */

.image-container {
	position: relative;
	width: 100%;
	height: 80vh;
}

.image-container img {
	width: 100%;
	height: 80vh;
	object-fit: cover;
}

.overlay2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	/* semi-transparent overlay */
}

.hm-high-sec h1 {
	animation: blink 3s infinite;
	/* continuous blinking animation */
	text-align: center;
	color: #fff;
	padding-bottom: 25px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}

@keyframes blink {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.animated-button {
	background-color: #000;
	border: none;
	color: white;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	transition: transform 0.2s ease;
	font-family: 'Raleway', sans-serif;
}

.animated-button:hover {
	transform: scale(1.1);
	background-color: #FC9E64;
	/* Darker shade */
	color: white;
}

.animated-button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300%;
	height: 300%;
	background: #000;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
	transition: transform 0.3s ease;
	z-index: -1;
	color: white;
}

.animated-button:hover::after {
	transform: rotate(5deg);
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-10px);
	}

	60% {
		transform: translateY(-5px);
	}
}

.hm-high-sec h2 {
	text-align: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

/* Homepage - service section style
-----------------------------------------------------------------*/
.hm_service_sec {
	position: relative;
}

.hm_service_sec h2 {
	color: #d7d2bb;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 25px;
}

.hm_imgcvr {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.hm_imgcvr img {
	width: 100%;
}

.hm_ser_contentbx {
	margin: 0px 25px 0px 25px;
}

.hm_ser_contentbx h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 38px;
	color: #d7d2bb;
}

.hm_ser_contentbx p {
	color: #fff;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	margin: 10px 0px 35px 0px;
}

.reverse-row {
	display: flex;
	flex-direction: row-reverse;
}

.animated-circle-section {
	position: relative;
	width: 100%;
	height: unset;
}

.animated-circle {
	width: 140px;
	height: 140px;
	border: 25px solid #d7d2bb;
	border-radius: 50%;
	position: absolute;
	right: -150px;
	top: -200px;
	animation: pulse 2s infinite alternate;
}

.animated-circle2 {
	width: 140px;
	height: 140px;
	border: 25px solid #d7d2bb;
	border-radius: 50%;
	position: absolute;
	left: -150px;
	bottom: -140px;
	animation: pulse 2s infinite alternate;
}

.animated-circle3 {
	width: 140px;
	height: 140px;
	border: 25px solid #d7d2bb;
	border-radius: 50%;
	position: absolute;
	right: -150px;
	top: -85px;
	animation: pulse 2s infinite alternate;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0.5;
	}
}

/* Homepage - patient journey section style
-----------------------------------------------------------------*/
.patient_sec h2 {
	text-align: center;
	color: #000;
	font-family: 'Raleway', sans-serif;
}

.patient_sec {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* Homepage - hotspot image style
-----------------------------------------------------------------*/
.hotspot_sec h2 {
	text-align: center;
	color: #d7d2bb;
	font-family: 'Raleway', sans-serif;
}

.body-container {
	position: relative;
	/* width: 900px; */
	/* height: 600px; */
	margin: 0 auto;
}

.body-container img {
	width: 100%;
	/* height: 100%; */
}

.hotspot {
	position: absolute;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background-color: rgba(255, 0, 0, 0.6);
	cursor: pointer;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
	}

	70% {
		transform: scale(1.1);
		box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}

#head {
	top: -1%;
	left: 49%;
	transform: translateX(-50%);
}

#shoulder {
	top: 20%;
	right: 38%;
}

#hip {
	top: 40%;
	left: 49%;
}

/* #elbow {
    top: 33%;
    left: 34%;
} */

#hand {
	top: 48%;
	right: 28%;
}

#knee {
	top: 66%;
	left: 42%;
}

#foot {
	top: 90%;
	right: 45%;
}

#description-box {
	position: fixed;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 10px;
	border-radius: 5px;
	display: none;
	text-align: center;
}

/* Homepage - testimonials section style
-----------------------------------------------------------------*/
.testimonial_sec {
	background-color: #d7d2bb;
}

.testimonial_sec h2 {
	color: #000;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

.testi_wrap img {
	width: 40px !important;
	margin-bottom: 20px;
}

.testi_wrap h6 {
	color: #272727;
	font-size: 18px;
	line-height: 23px;
	font-family: 'Raleway', sans-serif;
}

.testi_profile {
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.testi_img {
	background: #1D1D1D;
	padding: 15px;
	border-radius: 20px;
	margin-right: 20px;
}

.testi_img img {
	max-width: 70px;
	height: 70px;
}

.name_wrap h4 {
	color: #000;
	font-size: 17px;
	margin-bottom: 0px;
	font-family: 'Raleway', sans-serif;
}

.name_wrap span {
	color: #353535;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

.testi_wrap {
	position: relative;
	padding: 2px 20px 2px 20px;
	margin-bottom: 25px;
}

.testi_wrap p {
	color: #353535;
	text-align: left;
	font-weight: 400;
	font-size: 17px;
	line-height: 29px;
	font-family: 'Raleway', sans-serif;
}

/* #testimonial .item {
	background-color: #222222;
	padding: 40px;
	border-radius: 20px;
} */

#testimonial .item {
	/* background-color: #222222;
	padding: 40px; */
	border-radius: 20px;
	/* height: 615px; */
	height: unset;
}

#testimonial_slider {
	margin-top: 50px;
}

#testimonial_slider .owl-nav button {
	background: #1B69A8 !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

#testimonial_slider .owl-nav {
	position: absolute;
	right: 0;
	top: -90px;
	display: flex;
}

.testi_btns {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.review_btn {
	margin-left: 20px;
	margin-right: 20px;
}

/* Homepage - robotic surgery section style
-----------------------------------------------------------------*/
#robotic-surgery {
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

#robotic-surgery.visible {
	opacity: 1;
	transform: translateY(0);
}

.section-title {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #333;
}

.section-subtitle {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 40px;
	color: #777;
}

.surgery-image {
	text-align: center;
}

.surgery-image img {
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.surgery-content {
	padding: 20px;
}

.surgery-content h3 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #333;
	font-family: 'Raleway', sans-serif;
}

.surgery-content p {
	font-size: 17px;
	line-height: 29px;
	margin-bottom: 20px;
	color: #555;
	font-family: 'Raleway', sans-serif;
}

.benefits-list {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}

.benefits-list li {
	font-size: 16px;
	color: #555;
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}

.learn-more-btn .common_btn {
	background-color: #007bff;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	font-family: 'Raleway', sans-serif;
}

.learn-more-btn .common_btn:hover {
	background-color: #0056b3;
}

/* Homepage - testimonial videos style
-----------------------------------------------------------------*/
.video-section {
	text-align: center;
	font-family: 'Raleway', sans-serif;
	background-color: #000;
}

.video-section h2 {
	text-align: center;
	color: #d7d2bb;
	font-family: 'Raleway', sans-serif;
}

.video-container2 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin-bottom: 35px;
}

.video-container2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video {
	width: 100%;
	height: unset;
	margin: auto;
	overflow: hidden;
	position: relative;
	margin-top: 25px;
}

.video img {
	width: 100%;
	object-fit: cover;
}

.play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-size: 34px;
	animation: pulse-animation 2s infinite;
}

.play:hover {
	color: #000;
}

.video2 {
	width: 100%;
	height: auto;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.video2 img {
	width: 100%;
	object-fit: cover;
}

.play2 {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #00000080;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 34px;
	animation: pulse-animation 2s infinite;
}

.play2:hover {
	color: #ffffff;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}

.play3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	animation: pulse-animation 2s infinite;
}

/* Homepage - contact section form style
-----------------------------------------------------------------*/
.contact_sec {
	margin-bottom: -110px;
	position: relative;
	z-index: 99;
	background-color: #1D1D1D;
}

.contact_fullcvr {
	position: relative;
	background-color: #000;
}

.hm_cont_imgcvr img {
	width: 100%;
	height: 100%;
	/* border-radius: 10px 0px 0px 10px; */
}

.contact_form {
	padding: 70px 40px 40px 40px;
	height: 100%;
}

.contact_sec .contact_form h2 {
	color: #d7d2bb;
	padding-bottom: 0px !important;
	font-family: 'Raleway', sans-serif;
}

.contact_sec .contact_form p {
	padding-bottom: 10px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
}

.contact_sec .contact_form textarea {
	height: 220px;
	border-radius: 0;
}

.contact_sec .input_style {
	width: 100%;
	padding: 15px;
	border: 1px solid #484848;
	margin-bottom: 20px;
	outline: none;
	box-shadow: none;
	background: transparent;
	color: #fff;
}

.contact_sec .contact_form .input_style::placeholder,
textarea::placeholder {
	color: #a5a5a5;
	font-size: 15px;
	opacity: 0.7;
}

.contact_sec .input_submit {
	border: 0;
	padding: 10px 60px;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	transition: .4s ease-in-out;
	margin-top: 15px;
	background: #d7d2bb;
	border-radius: 2px;
	border: #d7d2bb 1px solid;
}

.contact_sec .input_submit:hover {
	background: #000;
	color: #d7d2bb;
	border: #d7d2bb 1px solid;
}

.box_shadow {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 10px;
}

/* Homepage - footer section style
-----------------------------------------------------------------*/
.footer_sec {
	position: relative;
	background-color: #000;
	color: #fff;
	z-index: 1;
	padding-top: 70px;
}

.logo_iconcvr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 80px 0px 40px 0px;
}

.social_icons {
	display: flex;
	align-items: center;
}

.social_icons h4 {
	margin: 0px 15px 0px 0px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
}

.social_icons a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: #d7d2bb 2px solid;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 18px;
	margin-left: 8px;
	color: #fff;
	transition: ease-in-out .4s;
	font-family: 'Raleway', sans-serif;
}

.social_icons a:hover {
	border: #d7d2bb 2px solid;
	color: #000;
	background-color: #d7d2bb;
}

.line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.line_left {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	height: auto;
}

.ftr_sec h1 {
	font-size: 45px;
	color: #fff;
	line-height: 55px;
	width: 100%;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

.ptb-50 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.ftr_sec h1 span {
	/* text-decoration: underline; */
	color: #d7d2bb;
	font-family: 'Raleway', sans-serif;
}

.ftr_sec h4 {
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	font-weight: 600;
	margin-left: 55px;
	margin-bottom: 15px;
	font-family: 'Raleway', sans-serif;
}

.ftr_cont {
	margin-top: 50px;
}

.ftr_cont ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ftr_cont ul li {
	display: inline-block;
}

.ftr_cont ul li a {
	padding: 8px 12px;
	float: left;
	border-radius: 100px;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	line-height: 27px;
	margin-right: 20px;
	font-family: 'Raleway', sans-serif;
}

.ftr_cont ul li a:hover {
	border: 1px solid #d7d2bb;
}

.ftr_sec ul {
	list-style: none;
	margin: 0px 0px 0px 55px;
	padding: 0;
}

.ftr_sec ul li {
	padding: 7px 0px;
	display: block;
}

.ftr_sec ul li a {
	font-size: 15px;
	line-height: 27px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	transition: ease-in-out .4s;
	font-family: 'Raleway', sans-serif;
}

.ftr_sec ul li a:hover {
	color: #d7d2bb;
}

.copy_bg {
	background-color: #100F0E;
	padding: 10px 0px 10px 0px;
}

.copy_txt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copy_txt p {
	font-size: 13px;
	color: #fff;
	margin-bottom: 0;
	line-height: 23px;
	font-family: 'Raleway', sans-serif;
}

.copy_txt p span a {
	color: #d7d2bb;
	font-family: 'Raleway', sans-serif;
}

/* Main Aboutpage- about section style
-----------------------------------------------------------------*/
.about_btn {
	margin-top: 15px;
}

#inner_about .common_btn {
	text-decoration: none;
	padding: 10px 20px;
	position: relative;
	transition: all .5s linear;
}

#inner_about .common_btn span {
	color: #B48E2B;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	position: relative;
	z-index: 99;
	transition: all .5s linear;
	letter-spacing: 1px;
}

#inner_about .common_btn::after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: .5px;
	background: #B48E2B;
	background-image: linear-gradient(to right, #B48E2B 0%, #F4EF89 51%, #B48E2B 100%) !important;
	left: 0;
	transition: all .5s linear;
	color: #B48E2B;
}

#inner_about .common_btn:hover span {
	transition: all .5s linear;
	color: #000;
}

#inner_about .common_btn:hover::after {
	height: 100%;
	transition: all .5s linear;
	background-image: linear-gradient(to right, #B48E2B 0%, #F4EF89 51%, #B48E2B 100%) !important;
}

.DocCard_about {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.DocCard_about img {
	border-radius: 5px;
	object-fit: cover;
}

.DocCard_about h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
	color: var(--clr-2);
	padding-top: 25px;
	padding-bottom: 16px;
}

.DocCard_about a img {
	margin-right: 5px;
	animation: pulse 2s infinite alternate;
}

.doctFDiv {
	display: flex;
	justify-content: center;
}

.DoctListSecRow2 .DocCard_about {
	margin-top: -175px;
}

.DocCard1 .about_btn,
.DocCard2 .about_btn {
	display: flex;
	justify-content: center;
	width: 100%;
}

.mission_vision ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mission_vision ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #525252;
	padding: 30px 0px;
}

.mission_vision ul li:last-child {
	border: 0;
}

.mission_vision h2 {
	text-align: center;
	color: #fff;
}

.mission_vision p {
	text-align: center;
	color: #fff;
	width: 75%;
	margin: 0 auto;
}

.left_wrap {
	display: flex;
	align-items: center;
	width: 30%;
}

.left_wrap span {
	min-width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #d7d2bb;
}

.left_wrap span img {
	animation: simple-scale 1s 1s linear infinite alternate;
}

.left_wrap h6 {
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: #d7d2bb;
	margin-bottom: 0;
	margin-left: 30px;
	font-family: 'Raleway', sans-serif;
}

.right_wrap {
	width: 70%;
}

.right_wrap p {
	color: #fff;
	text-align: left;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}

/* Main Contactpage- contact section style
-----------------------------------------------------------------*/
#contact_section h2 {
	text-align: left;
	padding-bottom: 0 !important;
	color: #000;
	font-family: 'Raleway', sans-serif;
}

#contact_section form {
	padding: 50px;
	background-color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#contact_section form input[type=text],
select,
textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #D4DBDC;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	background: transparent;
}

#contact_section form input[type=submit] {
	color: #d7d2bb;
	background-color: #000;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: ease-in-out .4s;
	margin-top: 10px;
	font-weight: normal;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
}

#contact_section form input[type=submit]:hover {
	color: #fff;
	background-color: #000;
	font-weight: 600;
}

#contact_section form input[type=text]:focus,
select:focus,
textarea:focus {
	outline: none;
	border-color: #fff;
}

#contact_section form input::placeholder,
textarea::placeholder {
	opacity: 0.7;
	color: #5D5E60;
	font-size: 15px;
}

.contact_cvr {
	margin-top: 50px;
}

.contact_cvr ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact_cvr ul li {
	display: flex;
	margin-bottom: 40px;
}

.icon_txt_cvr h6 {
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	color: #000;
	font-family: 'Raleway', sans-serif;
}

.icon_txt_cvr a {
	color: #000;
	font-size: 17px;
	text-decoration: none;
	font-weight: 400;
	line-height: 28px;
	font-family: 'Raleway', sans-serif;
}

.google_map {
	margin-bottom: -110px;
	position: relative;
	z-index: 99;
}

/* Doctors detailpage style
-----------------------------------------------------------------*/
.main_dr_detail p {
	text-align: left;
	font-family: 'Raleway', sans-serif;
}

.dr_main_img img {
	width: 100%;
}

.main_dr_detail h3 {
	font-weight: 500;
	color: #000;
	padding-bottom: 0px;
	font-family: 'Raleway', sans-serif;
}

.main_dr_detail h6 {
	font-weight: 500;
	color: #5a5a5a;
	font-size: 15px;
	line-height: 15px;
	padding-bottom: 0px;
	font-family: 'Raleway', sans-serif;
}

.main_dr_detail h5 {
	font-weight: 500;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}

.accordion {
	width: 100%;
	float: left;
}

.accordion-item {
	margin: 5px 0;
	border: 0px;
}

.accordion-header {
	background-color: #fff;
	cursor: pointer;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccc;
}

.accordion-title {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.accordion-content {
	display: none;
	padding: 20px;
	background-color: #fff;
	color: #000;
	line-height: 30px;
	text-align: justify;
}

.accordion-content li {
	padding: 5px 0px;
	background-color: #fff;
	color: #000;
	text-align: justify;
	font-size: 17px;
	line-height: 29px;
}

.accordion-content li u {
	font-weight: bold;
}

.accordion-content li a {
	color: #0056b3;
	text-decoration: underline;
}

.accordion-icon {
	font-weight: 500;
	background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
	padding: 10px;
	border-radius: 30px;
	color: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

.button_inner span a {
	color: #fff;
	padding: 4px 12px;
	border-radius: 30px;
	font-size: 16px;
	text-align: end;
	text-decoration: none;
	display: inline-block;
	background: #000;
	border: 1px solid #000;
	transition: ease-in-out .4s;
	margin-left: 1px;
	font-weight: 500 !important;
	font-family: 'Raleway', sans-serif;
}

.button_inner span a:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.button_inner p {
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

.logo-section {
	padding: 50px 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 99;
	/* margin-bottom: -110px; */
}

.logo-container {
	display: flex;
	width: calc(200% + 80px);
	animation: slide 50s linear infinite;
}

.logo-container img {
	margin: 0 40px;
	height: 150px;
	width: auto;
	border-radius: 5px;
	border: 1px solid black;
}

@keyframes slide {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.logo-section::before,
.logo-section::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50px;
	z-index: 1;
}

.logo-section::after {
	right: 0;
	transform: rotate(180deg);
}

.logo-section::before {
	left: 0;
}

/* Clinicpage style
-----------------------------------------------------------------*/
.clinic_sec {
	overflow: hidden;
	position: relative;
	z-index: 99;
	margin-bottom: -110px;
	background-color: #d7d2bb;
}

.clinic_banner {
	width: 100%;
	max-height: 450px;
	object-fit: cover;
	overflow: hidden;
	object-position: bottom;
}

.clinic_sec h2 {
	text-align: center;
	color: #000;
	padding-bottom: 8px !important;
	font-family: 'Raleway', sans-serif;
}

.clinic_sec p {
	color: #353535;
	font-weight: 400;
	line-height: 29px;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	text-align: center;
	width: 75%;
	margin: 0 auto;
}

/* Main Servicepage style
-----------------------------------------------------------------*/
.main_service h6 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-family: 'Raleway', sans-serif;
}

.services_lists ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.services_lists ul li {
	margin-bottom: 15px;
	padding: 6px 0px;
	border-bottom: #CEC9C9 1px solid;
}

.services_lists ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	color: #000;
	text-decoration: none;
	position: relative;
	padding-left: 50px;
	font-weight: normal;
	font-size: 16px;
	transition: ease-in-out .4s;
	font-family: 'Raleway', sans-serif;
}

.services_lists ul li a:hover {
	font-weight: bold;
}

.services_lists ul li.active a {
	font-weight: bold;
}

.services_lists ul li a::before {
	width: 10px;
	height: 10px;
	content: "";
	background: #d7d2bb;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 7px;
	margin-left: 20px;
}

.innerservice p {
	text-align: justify;
	font-family: 'Raleway', sans-serif;
}

.fullwidth_img {
	margin: 30px 0px;
}

.fullwidth_img img {
	width: 100%;
	height: 510px;
	object-fit: cover;
	/* object-position: center right; */
}

.highlightimg {
	position: relative;
}

.highlightimg img {
	width: 100%;
	object-fit: cover;
	margin-top: 30px;
}

.highlightimg .high_innercont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 0 20px;
}

.highlightimg .high_innercont p {
	color: #fff;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 35px;
}

.highlightimg .high_innercont a {
	color: #000;
	background-color: #d7d2bb;
	font-weight: 500;
	font-size: 17px;
	line-height: 29px;
	width: 100%;
	text-align: center;
	padding: 12px 54px;
	border-radius: 35px;
	transition: ease-in-out .4s;
}

.highlightimg .high_innercont a:hover {
	color: #fff;
	background-color: #000;
}

.main_service {
	margin-bottom: -110px;
	position: relative;
	z-index: 99;
	background-color: #fff;
}

.innerservice2 li {
	margin: 18px 0px;
	text-align: justify;
}

.innerservice2 li span {
	font-weight: 600;
	font-size: 16px;
}

.innerservice2 {
	margin-top: 10px;
}

.innerservice2 h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #000;
	font-family: 'Raleway', sans-serif;
}

.innerservice3 h3 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 25px;
	color: #000;
	font-family: 'Raleway', sans-serif;
}

.innerservice h3 {
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 10px;
	color: #000;
	line-height: 38px;
	font-family: 'Raleway', sans-serif;
}

.innerservice h4 {
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 10px;
	color: #000;
	line-height: 35px;
	font-family: 'Raleway', sans-serif;
}

.innerservice li {
	margin: 18px 0px;
	text-align: justify;
	line-height: 28px;
}

.innerservice2 p {
	text-align: justify;
	font-family: 'Raleway', sans-serif;
}

.innerservice p {
	text-align: justify;
	font-family: 'Raleway', sans-serif;
}

.robotic_videocvr {
	margin-top: 100px;
}

/* Video Popup style
-----------------------------------------------------------------*/
.video-thumbnail {
	width: 200px;
	cursor: pointer;
	margin: 20px auto;
	text-align: center;
}

.video-thumbnail img {
	width: 100%;
	display: block;
	border-radius: 5px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Popup Styles */
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 1000;
	padding: 10px;
}

.popup-content {
	position: relative;
	background: transparent;
	padding: 0;
	width: 100%;
	max-width: 800px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	overflow: hidden;
	margin: 100px auto auto auto;
}

.video-wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	background: #fff;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	transition: background 0.3s ease;
	z-index: 2;
}

.close-btn:hover {
	background: #000;
	color: #fff;
}

/* Responsive Styles */
@media (max-width: 768px) {
	.popup-content {
		max-width: 90%;
	}
}

@media (max-width: 480px) {
	.close-btn {
		top: 5px;
		right: 5px;
		width: 30px;
		height: 30px;
		font-size: 18px;
	}
}

/* Main Google reviewpage style
-----------------------------------------------------------------*/
.reviewsec {
	display: flex;
	justify-content: space-between;
}

/* Card Styles */
.review-card {
	background: white;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	margin-top: 25px;
}

.review-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.review-card.highlight {
	background: linear-gradient(135deg, #27ae60, #2ecc71);
	color: white;
}

.review-card.highlight .reviewer-info h3,
.review-card.highlight .reviewer-info span,
.review-card.highlight .review-stars i,
.review-card.highlight .review-quote i {
	color: white;
}

/* Top Section */
.review-top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}

.reviewer-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
	border: 3px solid #27ae60;
}

.reviewer-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviewer-info h3 {
	margin-bottom: 5px;
	color: #000;
	font-size: 17px;
	font-family: 'Raleway', sans-serif;
}

.reviewer-info span {
	color: #666;
	font-size: 0.9rem;
	display: block;
	margin-bottom: 5px;
	display: none;
}

.review-stars {
	color: #f1c40f;
	font-size: 0.9rem;
}

.review-quote {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2rem;
	color: #000;
}

/* Review Text */
.review-text {
	color: #353535;
	text-align: left;
	font-weight: 400;
	font-size: 17px;
	line-height: 29px;
	font-family: 'Raleway', sans-serif;
}

.highlight .review-text {
	color: white;
}

/* Stats Card */
.review-stats {
	grid-column: span 2;
	background: #2c3e50;
	border-radius: 20px;
	padding: 40px;
	display: flex;
	justify-content: space-around;
	text-align: center;
	color: white;
}

.stat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.stat-number {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 10px;
	background: white;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.stat-label {
	font-size: 1rem;
	opacity: 0.9;
}

/* Animation for Numbers */
@keyframes countUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.stat-number {
	animation: countUp 1s ease-out forwards;
}

/* Responsive Design */
@media (max-width: 992px) {
	.review-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.review-stats {
		grid-column: span 1;
	}
}

@media (max-width: 768px) {
	.review-section {
		padding: 60px 0;
	}

	.review-title {
		font-size: 2rem;
	}

	.review-stats {
		flex-direction: column;
		gap: 30px;
	}

	.stat-item {
		margin-bottom: 20px;
	}
}

@media (max-width: 576px) {
	.review-card {
		padding: 20px;
	}

	.reviewer-img {
		width: 50px;
		height: 50px;
	}

	.review-quote {
		font-size: 1.5rem;
	}
}

.sinnet-footer-wrapper {
    background: linear-gradient(135deg, #26313c  0%, #26313c  100%);
    padding: 40px 20px 0;
    font-family: 'Raleway', sans-serif;
}

.sinnet-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}

/* Professional Associations Section */
.sinnet-associations-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    padding: 0 20px;
}

.sinnet-association-item {
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 3150px;
    flex: 1;
    min-width: 250px;
}

.sinnet-association-item img {
    width: 125px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 50%;
    /* background: white; */
    padding: 10px;
}

.sinnet-association-text {
    font-size: 14px;
    font-weight: 600;
    color: white;
    line-height: 1.4;
    text-align: center;
}

/* Contact Information Section */
.sinnet-contact-section {
    text-align: center;
    margin-bottom: 20px;
}

.sinnet-address-text {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
    line-height: 1.5;
}

.sinnet-phone-text {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.sinnet-disclaimer-text {
    font-size: 14px;
    color: white;
    margin-bottom: 0;
}

/* Copyright Section */
.sinnet-copyright-section {
    background-color: #34495e;
    color: #ecf0f1;
    text-align: center;
    padding: 15px 20px;
    font-size: 14px;
    margin: 0 -20px;
}

.sinnet-copyright-link {
    color: #f1c300;
    text-decoration: none;
    font-weight: 600;
}

.sinnet-copyright-link:hover {
    color: #e67e22;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .sinnet-associations-section {
        flex-direction: column;
        gap: 30px;
    }
    
    .sinnet-association-item {
        max-width: 250px;
        min-width: 200px;
    }
    
    .sinnet-association-item img {
        width: 110px;
        height: 110px;
    }
    
    .sinnet-association-text {
        font-size: 13px;
    }
    
    .sinnet-address-text {
        font-size: 16px;
        padding: 0 10px;
    }
    
    .sinnet-phone-text {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .sinnet-footer-wrapper {
        padding: 30px 15px 0;
    }
    
    .sinnet-association-item img {
        width: 100px;
        height: 100px;
    }
    
    .sinnet-association-text {
        font-size: 12px;
    }
    
    .sinnet-address-text {
        font-size: 14px;
    }
    
    .sinnet-phone-text {
        font-size: 18px;
    }
    
    .sinnet-copyright-section {
        font-size: 12px;
        padding: 12px 15px;
    }
}

.accordion-item :hover{
	background-color: #6c757d;
	color: white;
}
.accordion-header :hover{
	color: white;
}
.accordion-header .accordion-title :hover{
	color: white;
}

/* Lead Form Submission Section */
.lead-form-submission {
    padding: 80px 0;
    background: #26313c;
    position: relative;
    overflow: hidden;
}

.lead-form-submission::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    pointer-events: none;
}

.container1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

/* Left side - Image */
.left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.left img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.left img:hover {
    transform: translateY(-10px);
}

/* Right side - Form */
.right {
    flex: 1;
    background: #ffffff;
    padding: 15px 40px;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: black;
}

/* Form Header */
.section-head {
    text-align: center;
    margin-bottom: 40px;
}

.section-head .title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.section-head .title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #f1c300;
    border-radius: 2px;
}

.section-head p {
    font-size: 1.1rem;
    color: #6c757d;
    margin: 0;
    font-weight: 400;
}

/* Form Body */
.form-body {
    position: relative;
}

.contact-info {
    position: relative;
}

/* Loader Styles */
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 10;
    font-weight: 600;
    color: #007bff;
}

/* Success Message */
#sucessmessage {
    margin-bottom: 20px;
}

/* Form Styles */
.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-control {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 500;
}

.form-control:focus {
    outline: none;
    border-color: #007bff;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    transform: translateY(-2px);
}

.form-control::placeholder {
    color: #adb5bd;
    font-weight: 400;
    transition: opacity 0.3s ease;
}

.form-control:focus::placeholder {
    opacity: 0.7;
}

/* Textarea specific styles */
textarea.form-control {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}

/* Phone input container styles */
.phone-input-container {
    display: flex !important;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #e9ecef;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

.phone-input-container:focus-within {
    border-color: #007bff;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    transform: translateY(-2px);
}

.country-code-dropdown {
    min-width: 100px !important;
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    padding: 15px 15px !important;
    border-right: 1px solid #dee2e6 !important;
    cursor: pointer;
    height: auto !important;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.country-code-dropdown:hover {
    background-color: rgba(0, 123, 255, 0.05);
}

.phone-input-container input[type="tel"] {
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    padding: 15px 20px;
    flex-grow: 1;
}

.phone-input-container input[type="tel"]:focus {
    outline: none;
    box-shadow: none;
    transform: none;
}

/* Error message styling */
.error {
    display: block;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 8px;
    font-weight: 500;
    padding-left: 5px;
}

/* Character counter */
.char-counter {
    display: block;
    text-align: right;
    font-size: 0.8rem;
    margin-top: 5px;
    font-weight: 500;
}

/* Submit Button */
.btn-primary.box-shadow-btn {
    background: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    border: none;
    padding: 15px 40px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-primary.box-shadow-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-primary.box-shadow-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 123, 255, 0.4);
}

.btn-primary.box-shadow-btn:hover::before {
    left: 100%;
}

.btn-primary.box-shadow-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.btn-primary.box-shadow-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.2);
}

/* Country Dropdown Styles */
.country-dropdown {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    overflow: hidden;
}

.country-search {
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
}

.country-search input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 0.9rem;
}

.country-option {
    padding: 12px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.2s ease;
}

.country-option:hover {
    background-color: #f8f9fa;
}

.country-option.active {
    background-color: #e3f2fd;
    color: #1976d2;
}

.flag-icon {
    width: 24px;
    height: 18px;
    border-radius: 2px;
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.country-code {
    min-width: 60px;
    font-weight: 500;
    color: #495057;
}

.country-name {
    flex: 1;
    color: #6c757d;
    font-size: 0.9rem;
}

/* Alert Styles */
.alert {
    border-radius: 12px;
    border: none;
    padding: 15px 20px;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.alert-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border-left: 4px solid #28a745;
}

.alert-danger {
    background: linear-gradient(135deg, #f8d7da 0%, #f1aeb5 100%);
    color: #721c24;
    border-left: 4px solid #dc3545;
}

/* Responsive Design */
@media (max-width: 991px) {
    .container1 {
        flex-direction: column;
        gap: 40px;
        padding: 0 15px;
    }
    
    .lead-form-submission {
        padding: 60px 0;
    }
    
    .left, .right {
        flex: none;
        width: 100%;
    }
    
    .right {
        padding: 40px 30px;
    }
    
    .section-head .title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .lead-form-submission {
        padding: 40px 0;
    }
    
    .right {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .section-head .title {
        font-size: 1.8rem;
    }
    
    .form-control {
        padding: 12px 15px;
        font-size: 0.95rem;
    }
    
    .country-code-dropdown {
        padding: 12px 10px !important;
        min-width: 85px !important;
    }
    
    .phone-input-container input[type="tel"] {
        padding: 12px 15px;
    }
    
    .btn-primary.box-shadow-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
    
    .container1 {
        gap: 30px;
        padding: 0 10px;
    }
}

@media (max-width: 575px) {
    .section-head .title {
        font-size: 1.6rem;
    }
    
    .right {
        padding: 25px 15px;
    }
    
    .form-control {
        padding: 10px 12px;
    }
    
    .country-code-dropdown {
        padding: 10px 8px !important;
        min-width: 80px !important;
        font-size: 0.9rem;
    }
    
    .phone-input-container input[type="tel"] {
        padding: 10px 12px;
    }
    
    .btn-primary.box-shadow-btn {
        width: 100%;
        padding: 12px 20px;
    }
}

.gynaecomastia-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #000 !important;
            margin-bottom: 20px;
        }

        .text-theme-colored1 {
            color: #f1c300 !important;
        }

        .title-seperator-line {
            width: 80px;
            height: 3px;
            background-color: #f1c300 !important;
            margin: 20px auto;
        }

        .section-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .content-text h3 {
            font-size: 2rem;
            color: #000 !important;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .content-text p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #666;
            margin-bottom: 20px;
        }

        .procedure-highlights {
            list-style: none;
            padding: 0;
            margin: 30px 0;
        }

        .procedure-highlights li {
            padding: 10px 0;
            font-size: 1rem;
            color: #555;
            position: relative;
            padding-left: 25px;
        }

        .procedure-highlights li:before {
            content: "✓";
            color: #5192e1!important;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .btn-consultation {
            background-color: #5192e1!important;
            color: #000 !important;
            padding: 12px 30px;
            border: 1px solid #5192e1!important;
            border-radius: 5px;
            font-size: 1rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            margin-top: 20px;
        }

        .btn-consultation:hover {
            background-color: #000 !important;
            color: #f1c300 !important;
            border-color: #000 !important;
            text-decoration: none;
        }

        .procedure-image {
            text-align: center;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .procedure-image img {
            max-width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 10px;
        }

        .stats-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin: 40px 0;
        }

        .stat-item {
            text-align: center;
            padding: 20px;
            background-image: linear-gradient(to right, #5192e1ab 0%, #23ced578 51%, #5192e1c5 100%);
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            border: 2px solid black;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: white !important;
            display: block;
        }

        .stat-label {
            font-size: 0.9rem;
            color: white;
            margin-top: 5px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .section-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .stats-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .section-title h2 {
                font-size: 2rem;
            }

            .content-text h3 {
                font-size: 1.5rem;
            }
        }

        .procedures-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #000 !important;
            margin-bottom: 20px;
        }

        .text-theme-colored1 {
            color: #5192e1!important;
        }

        .title-seperator-line {
            width: 80px;
            height: 3px;
            background-color: #5192e1!important;
            margin: 20px auto;
        }

        .procedures-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .procedure-card {
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            overflow: hidden;
            transition: transform 0.9s ease, box-shadow 0.9s ease;
            border: 2px solid transparent;
        }

        .procedure-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
            border-color: #f1c300;
        }

        .procedure-image {
            height: 220px;
            overflow: hidden;
            position: relative;
        }

        .procedure-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 1s ease;
        }

        .procedure-card:hover .procedure-image img {
            transform: scale(1.05);
        }

        .procedure-content {
            padding: 25px;
            text-align: center;
        }

        .procedure-title {
            font-size: 1.4rem;
            font-weight: 600;
            color: #000;
            margin-bottom: 15px;
        }

        .procedure-description {
            font-size: 0.95rem;
            color: #666;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .procedure-btn {
            background-image:linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
            color: #000 !important;
            padding: 10px 25px;
            border: 1px solid #f1c300 !important;
            border-radius: 25px;
            font-size: 0.9rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .procedure-btn:hover {
            background-color: #000 !important;
            color: white !important;
            border-color: #000 !important;
            text-decoration: none;
            transform: translateY(-2px);
        }

        .procedure-specialty {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: #f1c300;
            color: #000;
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: 500;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .procedures-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .section-title h2 {
                font-size: 2rem;
            }

            .procedure-content {
                padding: 20px;
            }
        }

        @media (max-width: 480px) {
            .procedures-section {
                padding: 60px 0;
            }
            
            .procedure-image {
                height: 180px;
            }
        }

		/* Section Styling */
.appointment-booking-about-us {
    background-color: #f9f9f9; /* Light background color */
    padding: 50px 0;
    font-family: 'Raleway', sans-serif; /* Use the font family specified in your page */
    color: #333; /* Text color */
}

/* Heading Styling */
.appointment-booking-about-us h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

/* Paragraph Styling */
.appointment-booking-about-us p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
}

/* Container Styling */
.appointment-booking-about-us .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .appointment-booking-about-us h2 {
        font-size: 2rem; /* Slightly smaller on mobile */
    }
    .appointment-booking-about-us p {
        font-size: 0.95rem; /* Slightly smaller font size */
    }
}


     