*
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
      font-family: 'Montserrat', sans-serif;
 }
 :root {
    --main-color: #091289;
    --second-color:#c32c22;
    --text-color:#091289 ;
    --second-text-color:#c32c22;
    --white-color:#fff;
}
a 
{
	text-decoration: none;
}
.title_section{
	padding: 4rem 0rem;
}

.title_p{
	font-size: 19px;
	line-height: 34px;
}

.title{
	font-size: 2.2rem;
	color: var(--text-color);
}

.title_h3{
	color: #C45494;
	font-size: 43px;
}

.title_span{
	color: var(--second-text-color);
	font-size: 2.2rem;
}

.title_button a{
	background: rgb(196,84,148);
background: linear-gradient(97deg, rgba(196,84,148,1) 0%, rgba(13,93,125,1) 100%);
padding: 12px 20px; 
text-decoration: none;
color: #fff;
border-radius: 12px;
}

header .head{
	background-color: var(--main-color);
}

header .head p{
	color: #fff;
	font-size: 18px;
}
header .head a{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

header .head .dropdown-menu a{
	color: #000;
	font-size: 18px;
	text-decoration: none;
}

header .navbar ul li{
	padding: 0px 5px;
}

header .navbar ul li a{
	color: #000;
	font-size: 1rem;
}

header .navbar ul li .active{
	color: var(--text-color); !important;
}

header .navbar ul li a:hover{
	color: var(--main-color);
}
.dropdown-menu li a{
  background-color: #fff;

}

.dropdown-menu li a:hover {
  background-color: var(--main-color);;
  color: #fff !important;
}


header .navbar .button{
	background-color: var(--main-color);
	text-decoration: none;
	padding: 10px 10px;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	width: 22%;
}

header .navbar .button img{
	width: 11%;
	padding: 0px;
}


footer h5{
	font-size: 18px;
  color: #fff;
}

footer ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}



footer ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

footer ul li a i{
	color: #fff;
	font-weight: 700;
}

.copy-right{
	background-color: var(--second-color);
	padding: 12px 0px;
}

.counter-section{
	background-color: #AFCAD4;
}

.counter-section .counter-box .counter-img{
background-color: var(--main-color);
border-radius: 50%;
height: 50px;
width: 50px;
text-align: center;
padding: 10px;
}

.counter-section .counter-box{
	padding: 20px 8px;
	border-radius: 12px;
	background-color: #fff;
}

.counter-section .counter-text h5{
	font-size: 28px;
	color: var(--text-color);
}


.about-section img{
	border: solid 3px #0D5D7D;
	border-radius: 31px;
}

.service-section .service-image{
	width: 60px;
	margin: auto;
}

.service-section .shadow{
	padding: 20px 10px;
	height: 150px;
}

.choose-section {
    background: url(../images/background/background-img2.jpg);
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; /* Add this for overlay positioning */
}



.choose-section .title_section {
    position: relative; /* Ensure it appears above the overlay */
    z-index: 2;
    background: rgb(196,84,148);
background: linear-gradient(97deg, rgba(196,84,148,0.08184523809523814) 0%, 
	rgba(192,84,148,0.08744747899159666) 100%);
padding: 10% 0px;
}


.galler-section .galler-box img{
	border-radius: 31px;
	border-left: solid 2px #0D5D7D;
	border-bottom: solid 2px #0D5D7D;
}

.galler-section .video-box img{
	border-radius: 31px;
	border-top: solid 2px #0D5D7D;
	border-right: solid 2px #0D5D7D;
}

.video-box {
  position: relative;
  display: inline-block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #C45494;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: pulse 1.5s infinite;
}

.play-button::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}


.happy-parent .parent-text {
    background-color: #E6F1FF;
    padding: 20px;
    border-radius: 27px;
    color: #000000;
}


.parent-img img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.owl-carousel .owl-item img{
	width: 80px !important;
	height: 80px !important;
	border-radius: 50%;
}

.faq-section .faq-box{
	background-color: #fff;
	padding: 10px;
	border-radius: 6px;
}


.faq-section .enquire-box{
	background-color: #091289;
	padding: 20px 30px;
/*	border-radius: 18px;*/
}

.faq-section .enquire-box input{
	color: #363535;
	padding: 13px 8px;
	border: none;
/*	border-radius: 8px;*/
}

.faq-section .enquire-box input::placeholder{
	color: #363535;
}

.faq-section .enquire-box textarea{
	color: #363535;
	padding: 13px 8px;
	border: none;
/*	border-radius: 8px;*/
}
.faq-section .enquire-box select{
  color: #363535;
  padding: 13px 8px;
  border: none;
/*  border-radius: 8px;*/
}

.faq-section .enquire-box textarea::placeholder{
	color: #363535;
}

.faq-section .enquire-box button{
	background-color: #fff;
	padding: 10px 35px;
	border: none;
	color: #ED1B24;
	border-radius: 50px;
}


.about-slider a{
	text-decoration: none;
	color: #000;
}

.about-slider h5{
	font-size: 35px;
}


.mission-section h5{
	font-size: 35px;
	color: var(--main-color);
}

.mission-section .shadow{
	padding: 20px 10px;
	border-radius: 15px;
	background-color: #fff;
}


.contact-section i{
	color: #091289;
}

.contact-section .shadow{
	height: 225px;
}



figure {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 31px;
}

/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}



@media only screen and (max-width:1024px){
	header .navbar ul li{
	padding: 0px 0px;
	font-size: 25px;

}


}

@media only screen and (max-width:900px){
	header .navbar .button{
	font-size: 15px;
	width: auto;
}

.contact-section .shadow{
	height: 240px;
}


.emergency-button{
	text-align: left !important;
}

header .navbar .button img{
	width: 3%;
}

}


@media only screen and (max-width:500px){
	
header .navbar .button img{
	width: 5%;
}

.service-section .shadow{
	padding: 20px 10px;
	height: auto !important;
}

.counter-section .counter-box {
    padding: 20px 75px;
}

.contact-section .shadow{
	height: auto;
}

}
.services_link
{
	border: 1px solid gray;
	padding: 0.5rem;
	border-radius: 10px;
  background-color: #E6F1FF;
}
.services_link ul  
{
	padding-left: 0rem;
}
.services_link ul li 
{
	list-style-type: none;
/* margin: 0.5rem;*/
padding: 0.5rem;
}
.services_link ul li:hover  
{
	background-color: var(--main-color) ;
}
.services_details
{
	margin: 1rem;
}
.services_details img  
{
	border-radius: 10px;
	margin-bottom: 1.5rem;
}
.services_link ul li a 
{
	text-decoration: none;
	display: flex;
	color: #000;
   font-weight: 500;
	justify-content: space-between;
	align-items: center;
}
.services_link ul li a:hover 
{

  color: #fff;

}
.social_link a 
{
	margin: 0.5rem;
	color: #fff;
	font-size: 1.1rem;
}

@media only screen and (max-width:400px){

     .counter-section .counter-box {
    padding: 20px 34px;
 }

}
.popup {
      display: none; /* Initially hidden */
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 500px;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      border-radius: 8px;
    }

    .popup-overlay {
      display: none; /* Initially hidden */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }

    .popup-header {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .popup-close {
      position: absolute;
      top: 10px;
      right: 15px;
      cursor: pointer;
      font-size: 25px;
    }
    @media only screen and (max-width:600px){

     .popup {
      display: none; /* Initially hidden */
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 350px;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      border-radius: 8px;
    }
    .title_span {
    color: #0D5D7D;
    font-size: 34px;
}
.title {
    font-size: 40px;
    color: var(--main-color);
}
.head
{
	display: none;
}
.title_p {
    font-size: 14px;
    line-height: 25px;
}
footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

}



.head_scroll {
  background: #F2601E;
background: linear-gradient(90deg, rgba(242, 96, 30, 1) 13%, rgba(239, 56, 38, 1) 46%, rgba(237, 27, 36, 1) 73%);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}

.scroll-wrapper {
  display: flex;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}

.scroll-wrapper p {
  color: #fff;
  font-weight: 600;

  margin: 0;
  padding-right: 100px;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.service_box
{
    padding: 25px 25px 25px;
    background-color: rgba(243, 248, 253, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-bottom: 30px;
    border-radius: 15px;
}
.services_img img  
{ 
	border-radius: 15px;
}
.services_body
{
	padding: 0.8rem;
}
.services_body strong
{
	color: var(--text-color);
	font-size: 1.3rem;
}
.services_body p 
{
	padding-top: 0.3rem;
}
.about_box img 
{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
/* From Uiverse.io by satyamchaudharydev */ 
.button1 {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
 background: #F2601E;
background: linear-gradient(90deg, rgba(242, 96, 30, 1) 13%, rgba(239, 56, 38, 1) 46%, rgba(237, 27, 36, 1) 73%);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ED1B24;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  cursor: pointer;
}
.services_link1
{
  background: var(--main-color);
  color: #fff;
  border-radius: 30px;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
}
.services_link1:hover 
{
  background: transparent;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  transition: .5s;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.button1:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.button1:hover .icon {
  transform: translate(4px);
}

.button1:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
.breadcrumb-area {
/*  padding-bottom: 20px;*/
}
.breadcrumb-area .breadcrumb-wrap {
  margin: 0 12px;
  padding: 122px 0 125px;
}
.breadcrumb-area .breadcrumb-wrap .br-shape-one {
  bottom: 70px;
  left: 50px;
}
.breadcrumb-area .breadcrumb-wrap .br-shape-two {
  top: 50px;
  right: 40px;
}
.breadcrumb-area .breadcrumb-wrap.bg-1 {
  background-image: url(../images/br-bg-1.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-2 {
  background-image: url(../images/hero.jpg);
  border-radius: 15px;
  background-size: cover;
    background-position: center;
}
.breadcrumb-area .breadcrumb-wrap.bg-3 {
  background-image: url(../img/breadcrumb/br-bg-3.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-4 {
  background-image: url(../img/breadcrumb/br-bg-4.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-5 {
  background-image: url(../img/breadcrumb/br-bg-5.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-6 {
  background-image: url(../img/breadcrumb/br-bg-6.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-7 {
  background-image: url(../img/breadcrumb/br-bg-7.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-8 {
  background-image: url(../img/breadcrumb/br-bg-8.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-9 {
  background-image: url(../img/breadcrumb/br-bg-9.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-10 {
  background-image: url(../img/breadcrumb/br-bg-10.jpg);
}
.breadcrumb-area .breadcrumb-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 13, 68, 0.7);
  z-index: -1;
  border-radius: 20px;
}
.breadcrumb-area .breadcrumb-wrap .br-menu li {
  margin-right: 5px;
  padding-right: 13px;
  font-weight: 500;
  color: #f2f2f2;
}
.breadcrumb-area .breadcrumb-wrap .br-menu li:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "|";
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  transform: translateY(-50%) rotate(8deg);
}
.breadcrumb-area .breadcrumb-wrap .br-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-area .breadcrumb-wrap .br-menu li:last-child:after {
  display: none;
}
.breadcrumb-area .breadcrumb-wrap .br-menu li a {
  color: var(--whiteColor);
}
.breadcrumb-area .breadcrumb-wrap .br-menu li a:hover {
  color: var(--secondaryColor);
}

.rotate {
  animation: rotation 20s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}


.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all 150ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 999;
  border: 1px solid #091289;
}

.cursor-inner {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.9;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  background-color: red;
  z-index: 999;
}

.hover {
  border-color: transparent;
  opacity: 0.8;
  width: 3px;
  height: 3px;
  z-index: 999;
  background-color: blue;
}

.cursorinnerhover {
  width: 15px;
  height: 15px;
  opacity: 0.5;
}
.blog-box
{
	    padding: 25px 25px 25px;
    background-color: rgba(243, 248, 253, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-bottom: 30px;
    border-radius: 15px;
}

.blog-title h4 
{
	    padding-top: 1rem;
	    font-weight: 600;
	    font-size: 1.3rem;
	    color: #091289;
}

/* From Uiverse.io by cssbuttons-io */ 
.button11 {
  --color: #560bad;
  font-family: inherit;
  display: inline-block;
  width: 9em;
  height: 2.6em;
  line-height: 2.5em;
  margin: 20px;
  position: relative;
  cursor: pointer;
  background: transparent;
  overflow: hidden;
  border: 2px solid #fff;
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;

  border-radius: 30px;
  font-weight: 500;
  color: #fff;
}

.button11:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #091289;
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.button11 a:hover 
{
	color: #fff;
}
.button11 a 
{
	color: #091289;
}

.button11:hover {
  color: #fff;
}

.button11:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.button11:hover:before {
  top: -30px;
  left: -30px;
}

.button11:active:before {
  background: #091289;
  transition: background 0s;
}
.doctors_box
{
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
/*  height: 525px;*/
  margin-bottom: 1rem;
}
.doctors-img img  
{
  border-radius: 10px;
}
.doctors-details strong
{
  color: #091FA0;
}
.doctors-details p 
{
  font-weight: 500;
}
.doctors-details a 
{
  background: linear-gradient(90deg, rgba(242, 96, 30, 1) 13%, rgba(239, 56, 38, 1) 46%, rgba(237, 27, 36, 1) 73%);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: 500;
}
.choose-section {
      background: linear-gradient(135deg, #f8f9fa, #e9ecef);
      padding: 60px 0;
    }
    .choose-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 10px;
      text-align: center;
      color: #e74c3c;
    }
    .choose-card {
      background: #fff;
      border: none;
      border-radius: 20px;
      padding: 30px;
      box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .choose-card:hover {
      transform: translateY(-10px);
      box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
    }
    .choose-icon {
      font-size: 40px;
      color: #ff5722;
      margin-bottom: 15px;
      transition: transform 0.3s ease;
    }
    .choose-card:hover .choose-icon {
      transform: rotate(10deg) scale(1.1);
      color: #e64a19;
    }
    .choose-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }
    .form_content strong
    {
      font-size: 2.2rem;
      font-weight: 600;
      color: #091289;
    }
      .form_content span
    {
      font-size: 1.7rem;
      font-weight: 600;
      color: #000;
    }
      .form_content p
    {
      font-size: 1rem;
      font-weight: 600;
      color: #000;
      padding-top: 0.8rem;
    }
    .form_content1
    {
      background: linear-gradient(90deg, rgba(242, 96, 30, 1) 13%, rgba(239, 56, 38, 1) 46%, rgba(237, 27, 36, 1) 73%);
      padding: 0.5rem 0rem;
    }

.form_content1 p 
{
  color: #fff;
  padding-left: 1rem;
  font-weight: 700;
  font-size: 1.3rem;
}
.form_content1 a 
{
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 1rem;
}

 @media only screen and (max-width:1024px){
  .doctors_box
{
  
  height: 485px;
}

 }
  @media only screen and (max-width:768px){
  .doctors_box
{
 
  height: 510px;
}

 }

   @media only screen and (max-width:600px){
.form_content1 p 
{
  color: #fff;
  padding-left: 1rem;
  font-weight: 700;
  font-size: 0.9rem;
}
.form_content1 a 
{
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding-left: 1rem;
}
 }
