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


/* Varialbes */
:root {
	--dark-color: #000000;
	--white-color: #ffffff;
	--color-primary: #000A5B;
	--color-secondary: #000000;
	--icon-color: #1D47A4;
	--footer-bg-color: #071630;
	--grey-bg: #ECF2FB;
	--border-color2: #1D47A4;
	--whatsapp-bg-color: #007C00;
	--heading-color: #292D76;
	--copy-bg-color: #000A5B;
	--sub-heading-color: #E7833C;
	--primary-font: "Inter", sans-serif;
	--secondary-font: "Urbanist", sans-serif;

}

body {
	font-family: "Inter", sans-serif;
	font-family: "Urbanist", sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	font-optical-sizing: auto;
}

a {
	color: inherit;
	text-decoration: none;
	font-family: inherit;
}

h1{font-size:30px;}
h2{font-size: 46px;}
h3{font-size: 16px;}
h4{font-size: 46px;}
h5{font-size: 26px;}
h6{font-size: 16px;}

p{
    font-family: var(--primary-font);
    color: var(--color-secondary) !important;
    font-size: 16px;
}

.sub-title {
	font-family: var(--primary-font);
	color: var(--sub-heading-color) !important;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 550;
}

.heading-font {
	font-family: var(--secondary-font);
	color: var(--heading-color) !important;
	font-size: 46px;
	/* text-transform: capitalize; */
	font-weight: 700;
}

.secondary-heading {
	font-family: var(--secondary-font);
	color: var(--heading-color) !important;
	font-size: 20px;
	font-weight: 700;
}

.light-color-para {
	font-family: var(--primary-font);
	color: var(--color-secondary) !important;
	font-size: 16px;
	text-align: justify;
}

.regular-text-white {
	font-family: var(--primary-font);
	color: var(--white-color) !important;
	font-size: 16px;
}

.grey-bg {
	background-color: var(--grey-bg);
}

.bor-bottom {
	border-bottom: 1px solid var(--color-secondary);
	margin-bottom: 20px !important;
}

.navbar-nav .active a {
	font-weight: 700 !important;
}

.container {
	overflow: hidden;
}


/* navbar section */

.logo-img {
	height: auto;
	width: 350px;
}

.navbar .container {
	border-radius: 25px !important;
}

.nav-item {
	font-weight: 500;
	color: var(--dark);
	padding: 0 10px;
}

.nav-link {
	font-family: var(--primary-font);
	font-size: 15px;
	color: var(--dark) !important;
}

.navbar-scrolled .navbar {
	position: fixed !important;
	top: 0px !important;
	transition: 0.3s !important;
}

.navbar-scrolled {
	padding: 0px 1px !important;
	border-radius: 0 !important;
	background-color: #fff !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
	transition: all 0.3s ease;
}

.navbar-scrolled .logo-img img {
	height: auto;
	width: 290px;
	transition: height 0.3s;
}

.appointment-btn i{
	font-size: 33px !important;
	color: var(--white-color) !important;
}

.appointment-number{
	font-size: 18px !important;
}

/* navbar-section ends here */




/* banner section */

.banner-bg {
	background-color: var(--color-primary) !important;
}

.banner-content {
	padding-top: 130px;
}

.banner-img-box {
	padding-top: 15px;
}

.banner-img-box img {
	height: auto;
	width: 550px;
	border-radius: 15px;
	padding: 5px;
}

.banner-content h2 {
	font-family: var(--secondary-font);
	color: var(--white-color) !important;
	font-size: 55px;
	font-weight: 600;
}

.bottom-border {
	border-bottom: 0.5px solid var(--color-secondary);
}

.wp-icon {
	background-color: var(--whatsapp-bg-color);
	width: fit-content;
	padding: 10px 15px;
	border-radius: 25px;
}

.wp-icon:hover {
	background-color: var(--sub-heading-color);
	transform: 0.3s ease;
}

.wp-icon i {
	font-size: 30px;
	color: var(--white-color);
}

.wp-icon a{
	font-size: 20px !important;
}

.rating-box p {
	color: var(--white-color) !important;
}

.rating-img {
	height: 20px;
	width: auto;
	padding: 0 5px;
}

.banner-card .card {
	background: var(--color-primary);
	color: var(--white-color);
	word-wrap: none;
}

.banner-card img {
	height: 55px;
	width: auto;
}

.banner-card .card-body h3 {
	font-family: var(--primary-font) !important;
	font-size: 20px !important;
	color: var(--white-color) !important;
	font-weight: 600 !important;
}

.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 10% !important;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}

.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 10%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}


/* banner section- ends here */

/* about section */

.about-img-box img {
	border-radius: 25px;
	height: auto;
	width: 220px;
}

.about-img-block1 img {
	position: relative;
	top: -20px;
}

.about-img-block2 img {
	position: relative;
	top: 50px;
}


.abt-li li {
	list-style: none;
	font-family: var(--primary-font);
	color: var(--heading-color);
	font-size: 17px;
	font-weight: 700;
	display: flex;
	margin-bottom: 5px;
}

.abt-li li i {
	padding-right: 8px;
	color: var(--icon-color);
	font-weight: 800 !important;
	font-size: 16px;
	padding-top: 5px;
}

/* about section ends here */


/* service section */

.service-item1 .card {
	border-radius: 25px !important;
	height: 440px !important;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.service-item1 {
	padding: 10px 0 !important;
}


.service-item1 img {
	height: auto !important;
	width: 100% !important;
	border-radius: 20px 20px 0 0;
}

.service-item1 h2 {
	font-family: var(--secondary-font);
	color: var(--heading-color) !important;
	font-size: 20px;
	font-weight: 700;
}

.read-more {
	position: relative;
	text-decoration: none;
	color: var(--sub-heading-color);
	font-weight: 500;
	text-align: center;
}

.read-more .icon {
	opacity: 0;
	transform: translateX(-5px);
	transition: all 0.3s ease;
	margin-left: 5px;
	display: inline-block;
}

.read-more:hover .icon {
	opacity: 1;
	transform: translateX(0);
}

/* service section ends here */



/* counter section */

.counter-section {
	background-color: var(--color-primary);
}

.counter {
	font-family: var(--secondary-font);
	color: var(--white-color) !important;
	font-size: 40px;
	font-weight: 600;
}

/* counter section ends here */

/* why-choose section */

.why-subtitle img {
	height: 100%;
	width: 45px;
	padding-right: 20px;
}

/* why-choose section ends here */

/* accordion */

.accordion-item {
	border: none;
	border-bottom: 1px solid #dee2e6;
	border-radius: 0;
}

.accordion-button {
	border: none;
	box-shadow: none;
}

.accordion-button:focus {
	box-shadow: none;
}

/* accordion section ends here */


/* team section */


.team-box {
	/* position: relative; */
}

.team-img-box img {
	height: auto;
	width: 260px !important;
	border-radius: 15px;
}

.team-foot {
	/* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); */
	/* border-radius: 20px; */
	/* width: 250px; */
}

/* team section ends here */


/* testimonial */

.double-quotes i {
	position: relative;
	top: 15px;
	left: -100px;
	color: var(--icon-color);
	font-size: 35px;
}

.testimonial-item {
	padding: 10px 0 !important;
}


.testimonial-item img {
	height: auto !important;
	width: 85px !important;
}

.testimonial-item .card {
	border-radius: 25px !important;
	height: 350px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	background-color: var(--grey-bg);
	text-align: start;
}


.testimonial-item h3 {
	font-family: var(--secondary-font);
	color: var(--heading-color) !important;
	font-size: 17px;
	font-weight: 700;
}


/* testimonial section ends here */

/* * call to action */ */

.call-to-action-box1 h4{
	font-size: 25px  !important;
}

.call-to-action .container{
    background-image: url(../img/home-img/call-to-action-bg.webp);
    padding: 30px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    top: 36px;
}


/* footer */

.footer-section {
	background-color: var(--footer-bg-color);
}

.footer-section .footer-box h5 {
	font-size: 26px !important;
	font-weight: 600 !important;
}

.foot-items a {
	text-decoration: none;
	padding-left: 5px;
	margin-bottom: 0;
}

.foot-items a {
	font-size: 16px !important;
}

.foot-items li {
	margin-bottom: 15px !important;
	display: flex;
}

.foot-items i {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 20px;
	color: #1D47A4;
	padding-bottom: 7px;
}

.foot-items h6 a {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.foot-items h6>a {
  text-decoration: none;
  color: var(--white-color);
}

/* footer animation */

.foot-items li > h6 a {
  transition: transform 0.5s ease, color 0.5s ease;
  display: inline-block; 
}

.foot-items li > h6 a:hover {
  transform: translateX(10px);
  color: var(--sub-heading-color) !important;
}

.half-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 5px; 
}

.half-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50%;
  height: 3px;
  background-color: var(--sub-heading-color);
  border-radius: 2px;
}

.social-icon i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--grey-bg);
  border-radius: 50%;
  color: var(--grey-bg);
  font-size: 20px;
  transition: all 0.3s ease;
  padding-bottom: 0;
}


.social-icon:hover i {
  color: var(--sub-heading-color);
  background-color: var(--grey-bg);
}


/* footer animation ends here*/


/* footer section ends here */


/* copy-rights */

.copy-right-section {
	background-color: var(--copy-bg-color);
}

.copy-right-section img {
	height: auto;
	width: 78px;
	padding-bottom: 10px;
}

/* copy-rights section ends here */



/* carousel */

.owl-prev {
	display: none !important;
}

.owl-next {
	display: none !important;
}

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	display: block;
	margin-top: 1rem;
	margin-bottom: 0rem;
}

/* carousel ends here */


/* scroll-up button */

.scrollup-btn {
	position: fixed;
	bottom: 25px;
	right: 25px;
	height: auto;
	width: 35px;
	z-index: 999;
}



/* animation code starts here */

/* Default hidden state */
.animate-on-scroll {
	opacity: 0;
	transition: all 0.5s ease-out;
}

/* When active, show and animate */
.animate-on-scroll.active {
	opacity: 1;
}

/* Slide Right Animation */
.slide-right.active {
	animation: slideRight 0.5s ease-out forwards;
}

@keyframes slideRight {
	from {
		transform: translateX(-100px);
	}

	to {
		transform: translateX(0);
	}
}

/* Slide Left Animation */
.slide-left.active {
	animation: slideLeft 0.5s ease-out forwards;
}

@keyframes slideLeft {
	from {
		transform: translateX(100px);
	}

	to {
		transform: translateX(0);
	}
}

/* Slide up Animation */
.slide-up.active {
	animation: slideup 0.5s ease-out forwards;
}

@keyframes slideup {
	from {
		transform: translateY(100px);
	}

	to {
		transform: translateX(0);
	}
}

/* Slide up Animation */
.slide-down.active {
	animation: slidedown 1s ease-out forwards;
}

@keyframes slidedown {
	from {
		transform: translateY(-100px);
	}

	to {
		transform: translateX(0);
	}
}

/* image animatioin */

.image-anime:hover:after {
	height: 250%;
	transition: all .6s linear;
	background-color: transparent;
}

.image-anime:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(309deg);
	z-index: 1;
}


/* animation code ends here */


/* >>>>>>>>>>>>>>>>>>>> service page starts here  <<<<<<<<<<<<<<<<<<<<<*/

.service-banner {
	background-image: url('../img/service-page/new-service-banner.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 55vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-banner .overlay {
	background-color: rgba(0, 0, 0, 0.4);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}

.fa-chevron-right {
	font-size: 10px;
	padding-left: 5px;
}

.cover-banner-heading {
	font-family: var(--secondary-font);
	color: var(--white-color) !important;
	font-size: 48px;
	font-weight: 700;
}

.cover-baner-subtitle:hover,
.ps-2:hover {
	color: var(--white-color);
}

.service-page-img-box img {
	border-radius: 15px;
	height: auto;
	width: 400px;
}

.service-content-box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.service-content-box h2 {
	font-size: 35px !important;
}

.service-page-section .service-sub-heading {
	font-size: 16px !important;
}


/* >>>>>>>>>>>>>>>>>>>> service page ends here  <<<<<<<<<<<<<<<<<<<<<*/



/* >>>>>>>>>>>>>>>>>>>> About page starts here  <<<<<<<<<<<<<<<<<<<<<*/

.about-banner {
	background-image: url('../img/about-page/new-about-cover-banner.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 55vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}

.about-inner-img-box img {
	height: auto;
	width: 100%;
	border-radius: 25px;
}

.doctor-info h3 {
	font-size: 20px;
	color: #004466;
	margin-bottom: 15px;
}

/* our gallery- lightbox code */

.gallery {
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
}

.image-wrapper {
	width: 100%;
	margin: 5px 0;
}

.image-wrapper img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.lb-number {
	display: none !important;
}

.lightbox .lb-prev,
.lightbox .lb-next {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	color: white;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	z-index: 1050;
}

.lb-nav .lb-next {
	position: relative !important;
	left: 70px !important;
}

.lb-nav .lb-prev {
	position: relative !important;
	left: -70px !important;
}

.lightbox .lb-loader {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

.image-wrapper {
	position: relative;
	display: inline-block;
	margin: 10px;
	overflow: hidden;
	border-radius: 8px;
	width: 350px;
	height: auto;
}

.image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.image-wrapper:hover img {
	transform: scale(1.05);
	transition: transform 0.8s ease-in-out;
	/* Zooms inside box */
}



/* our gallery- lightbox code ends here */

/* >>>>>>>>>>>>>>>>>>>> About page ends here  <<<<<<<<<<<<<<<<<<<<<*/



/* >>>>>>>>>>>>>>>>>>>> contact page starts here  <<<<<<<<<<<<<<<<<<<<<*/

.contact-banner {
	background-image: url('../img/contact-page/contact-banner.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 55vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}

.why-subtitle a{
	font-weight: 400 !important;
}

.contact-form {
	border-radius: 25px;
}

.form-control {
	border-radius: 8px;
}

::placeholder {
	font-weight: 600;
	font-size: 17px;
}

 .mh-550{min-height: 650px;}

/* >>>>>>>>>>>>>>>>>>>> contact page ends here  <<<<<<<<<<<<<<<<<<<<<*/

