@import url('global.css');
@import url('header.css');



.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

hr {

  margin: 0rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #ccc;
  opacity: .25;

}

.flaticon-menu:before {
  content: "\f11a";
}

.top-header-right{
     padding-right:40px;
}

.appointment-btn{
    position: relative;
  border-radius: 4px;
  box-shadow: 0 8px 8px rgba(190, 100, 215, 0.745);
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-block;
  padding: 11px 20px;
   border: 1px solid #fff;
}

.appointment-btn a{
  color: #ffffff;
  font-size: 16px;
  margin: auto 0;
  /* font-weight: 600; */
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.appointment-btn:hover a{
     color:#220f3e;
}

.appointment-btn svg{
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  padding-top: 3px !important;
  margin: auto 0;
  /* font-weight: 600; */
  font-family: "Poppins", sans-serif;
}

.appointment-btn:hover svg{
   color  :#220f3e;
   padding-top: 3px !important;
}

.appointment-btn:hover {
     background-color: #fff;
     border: 1px solid #220f3e;
     color:#220f3e;
     cursor: pointer;
}


/* Slider Carousel */
.hero-section {
  position: relative;
  justify-content: center;
  width: 100%;
}

.hero-carousel .hero-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.hero-carousel .hero-item img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.hero-carousel .hero-item .hero-img-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: #0000004a;
}

.hero-carousel .hero-item .hero-content {
  position: absolute;
  z-index: 999;
  margin: 0px 46px 62px;
  width: 700px;
  text-align: left;
}

.hero-carousel .hero-item .hero-content .hero-title {
  color: #fff;
  font-family: "Rowdie", sans-serif;
  font-size: 58px;
  line-height: 1.3;
}

.hero-carousel .hero-item .hero-content p {
  font-size: 19px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
}

.hero-carousel .hero-item .hero-content .btn {
  display: inline-flex;
  color: #fff;
  background-color: #ff1e02;
  align-items: center;
}

.hero-carousel .hero-item .hero-content .btn-accent:hover {
  color: #000;
  border-color: #fff;
  background-color: #fff;
}

.hero-carousel .hero-content {
  transform: translateY(60px);
  transition: all 0.3s ease;
}

.hero-carousel .hero-content span {
  color: #fff;
}

.hero-carousel .hero-content.animate-slide-up {
  animation: slideUp 0.8s ease-out forwards;
}

.hero-carousel.owl-carousel .owl-nav {
  margin-top: 0px !important;
}

.app-frm{
  background-color:#61386E;
  color: #fff;
}

.app-frm h5{
  font-size: 30px;
}

.app-frm button{
  padding:10px;
  margin-left: 30px;
  color: #fff;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-carousel.owl-carousel .owl-nav button.owl-prev,
.hero-carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px !important;
  height: 40px !important;
  font-size: 39px;
  color: #fff;
  margin: 0;
}

.hero-carousel.owl-carousel .owl-nav button.owl-next:hover,
.hero-carousel.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #0d3f83;
  color: #fff;
}

.hero-carousel.owl-carousel .owl-nav button.owl-prev {
  float: left;
  left: 0%;
}

.hero-carousel.owl-carousel .owl-nav button.owl-next {
  float: right;
  right: 0%;
}

.hero-carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
}

/* Hero Carousel Css Ends */

/* Top Box */
.slider-topbox {
  margin-top: -33px;
  background-color: #fff;

}

.select-list {
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: #fff;

  z-index: 99;
  box-shadow: 0px 3px 5px #00000069
}

.top-card {
  padding: 25px 28px;
}

/* Dropdown Container */
/* Reset */
.department-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.department-dropdown>ul {
  display: flex;
  background: #fff;
  border-radius: 0px;
  justify-content: space-between;
  border: 1px solid #7c7c80
}

.department-dropdown>ul>li {
  position: relative;
}

.department-dropdown a {
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  color: #7c7c80;
  width: 300px;
  font-size: 16px;
  transition: transform 0.3s ease;
  transition: background 0.2s;
}

.department-dropdown a svg {
  float: right;
  justify-content: space-between;
  transition: transform 0.3s ease;

}

.department-dropdown a svg:hover {
  transform: rotate(180deg);
}

/* Dropdown */
.department-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  height: 200px;
  scroll-behavior: smooth;
  overflow: scroll;
  min-width: 220px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 1000;
}

.department-dropdown .dropdown li a {
  padding: 7px 14px;
  color: #333;
}

.department-dropdown .dropdown li a:hover {
  background: #f1f1f1;
}

/* Show dropdown on hover */
.department-dropdown li.has-dropdown:hover .dropdown {
  display: block;
}

.department {
  position: relative;
  background-color: #e7e5e5;
  margin: 0;
  padding: 0;
}

.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.searchbar .placeholder {
  color: #7c7c80;
}

#searchQueryInput {
  width: 100%;
  height: 2.8rem;
  background: #fff;
  outline: none;
  color: #7c7c80;
  border-radius: 0;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 1rem;
  border: 1px solid #7c7c80;
}

#searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
}

#searchQuerySubmit:hover {
  cursor: pointer;
}

/* Top Card Ends */


/*** About Start ***/

.about-us {
  padding: 65px 0px 35px;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-color: #e3c4d721;
}

.about-us-images {
  position: relative;
  padding: 0 70px 70px 80px;
}

.about-us-img-1 figure {
  position: relative;
  display: contents;
  mask-position: center center;
  mask-repeat: no-repeat;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.about-us-img-1 img {
  width: 100%;
  aspect-ratio: 1 / 1.26;
  object-fit: cover;
}

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

.about-us-img-2 {
  position: absolute;
  bottom: -5px;
  right: -7px;
  height: 212px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px -2px 7px rgba(0, 0, 0, .2);
}

.about-us-img-2 figure {
  display: block;
}

.about-us-img-2 img {
  width: 100%;
  aspect-ratio: 1 / 1.04;
  object-fit: cover;
}

.about-experience-box {
  position: absolute;
  top: -120px;
  left: 0;
  transform: translateY(70%);
  background: linear-gradient(263deg, #031b4e 0.16%, #000 99.84%);
  border-radius: 10px;
  padding: 16px;
  max-width: 157px;
  /* animation: experiencemoveobject 2s infinite linear alternate; */
}

@keyframes experiencemoveobject {
  50% {
    left: 30px;
  }
}

.about-experience-box .icon-box {
  margin-bottom: 10px;
}

.about-experience-box .icon-box img {
  max-width: 45px;
}

.about-experience-box .about-experience-content h3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  font-family: "Merriweather", sans-serif;
}

.company-review {
  position: absolute;
  left: -20px;
  bottom: -20px;
  transform: rotate(-180deg) translate(-100%, 50%);
  writing-mode: vertical-rl;
}

.company-review h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #031b4e;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.about-us-list {
  margin-bottom: 40px;
}

.about-us-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-us-list ul li {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  padding-left: 30px;
  margin-bottom: 11px;
  font-family: "Merriweather", sans-serif;
}

.about-us-list ul li:last-child {
  margin-bottom: 0;
}

.about-us-list ul li::before {
  content: '\f560';
  font-family: 'FontAwesome';
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 14px;
  background-image: linear-gradient(267.43deg, #dc3545 4.95%, #031b4e 97.92%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-us-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.about-comapny-client {
  width: calc(50% - 15px);
}

.company-client-images {
  margin-bottom: 10px;
}

.company-client-images .client-image {
  display: inline-block;
  margin-left: -14px;
  border: 1px solid #e9ecef;
  border-radius: 50%;
  overflow: hidden;
}

figure {
  margin: 0;
}

.company-client-images .client-image:first-child {
  margin: 0;
}

.company-client-images .client-image figure {
  display: block;
}

.company-client-images .client-image img {
  max-width: 50px;
}

.company-client-counter p {
  font-weight: 500;
  margin: 0;
}

.company-client-counter p span {
  color: var(--primary-color);
}

.about-company-result {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
}

.about-company-result .icon-box {
  width: 50px;
  height: 50px;
  background: linear-gradient(267.43deg, #031b4e 4.95%, #031b4e 97.92%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.about-company-result .icon-box img {
  max-width: 30px;
}

.company-result-content {
  width: calc(100% - 70px);
}

.company-result-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.company-result-content p {
  text-transform: capitalize;
  margin: 0;
}

.section-title2 h4 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #00265d;
  padding-bottom: 8px;
  font-weight: 600;
}

.section-title2 h2 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #400a51;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.7;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.096);
}

.sub-title2 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #084d7e;
}

.sub-title2::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 0px;
  margin-right: -100px;
  border: 1px solid #084d7e !important;
}

.sub-title2::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -7px;
  margin-right: -50px;
  border: 1px solid #084d7e !important;
}

.section-title h4 {
  font-size: 35px;
  font-family: "Merriweather", sans-serif;
  color: #00265d;
  font-weight: 600;
}

.section-title h2 {
  font-size: 34px;
  font-family: "merriweather", sans-serif;
  color: #400a51;
  font-weight: 600;
}

.section-title p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 1.8;
}

.about .about-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.about .about-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 7px 0px 13px #031b4e63;
}

.about-btn a {
  color: #fff;
  background-color: #4a2755;
  border: 2px solid #4a2755;
  border-radius: 0px;
  padding: 8px 30px !important;
}

.about-btn a:hover {
  box-shadow: inset 300px 0 0 0 #fff !important;
  border: 2px solid #4a2755;
  color: #4a2755 !important;
}

.about-img-inner img {
  position: absolute;
  width: 300px !important;
  height: 300px !important;
  left: 0;
  bottom: 0;
  border: 10px solid;
  border-color: #fff;
  border-radius: 50%;

}

.about-text p {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #333;
}

.about-text h2 {
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  color: #400a51;
  font-weight: 600;
  margin-bottom: 10px;
}

.point-list ul li {
  position: relative;
  margin-bottom: 20px;
  list-style: none;
  color: #333;
  font-family: "Montserrat", sans-serif;
}

.point-list ul li::before {
  position: absolute;
  content: "\f101";
  left: -20px;
  top: 7px;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  color: #053d5e;
  font-family: 'Font Awesome 6 Free';
}

.about-img img {
  width: 100%;
  height: 400px;
}

.title-heading {
  max-width: 800px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

.title-heading .main-heading {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #00265d;
}

.line-heading::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: 8px;
  margin-right: -50px;
  border: 1px solid #084d7e !important;
}

.title-heading .main-heading::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-left: -100px;
  border: 1px solid #084d7e !important;
}

.line-heading::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-right: -100px;
  border: 1px solid #084d7e !important;
}


.title-heading .main-heading::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: 5px;
  margin-left: -50px;
  border: 1px solid #084d7e !important;
}

.about .about-experience {
  position: absolute;
  top: 114px;
  left: -120px;
  transform: rotate(-90deg);
  background: transparent;
  color: #1752b2;
  font-size: 20px;
  font-weight: 600;
  font-family: "Merriweather", sans-serif;
  letter-spacing: 4px;
}

/*** About End ***/



/*** Feature Start ***/
.department-slide {
  position: relative;
  padding: 0;
  margin: 0;

}

.department-slide .department-item {
  position: relative;
  display: block;
  border: 1px solid #e2e4e6;
  border-radius: 10px;
  background: #fff;
  transition: 0.5s;
  padding: 15px;

}

.department-slide .department-item::before {
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: 0.5s;
}

.department-slide .department-item:hover::before {
  width: 100%;
  background: #400a5109;
}

.department-slide .department-item .department-img {
  position: relative;
  display: block;
  border-radius: 10px;
  transition: 0.5s;
  margin: 0 auto;
}

.department-slide .department-item .department-img {
  width: 92px;
  height: 77px;
}

.department-slide .department-item:hover .department-icon {
  position: relative;
  z-index: 2;
}

.department-slide .department-item:hover .department-content {
  position: relative;
  color: #000;
  z-index: 2;
}

.department-slide.owl-carousel .owl-nav button {
  margin-top: 30px;
  color: #7e5b9d;
  font-size: 40px;
}



.department-slide.owl-carousel .owl-nav button:hover {
  background: #00000000 !important;
  color: #00265d !important;
}

.department-content h5 {
  color: #7e5b9d;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
}

.department-content p {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Change to desired number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.department-btn a {
  padding: 5px 34px;
  margin: 0 auto 0px 0px;
  border-radius: 4px;
  background-color: #00000000;
  color: #031b4e !important;
  border: 1px solid #031b4e;
  font-family: "Merriweather", sans-serif;
  text-decoration: none;
  font-size: 14px;
}

.department-btn a:hover {
  color: #fff !important;
  border: 1px solid #fff;
  background-color: #031b4e;
  transition: .3s ease-in-out;
}

/*** Feature End ***/

/* Counter Section */
.counter-section {
  float: left;
  width: 100%;
  background: rgb(54, 87, 109);
  background: -moz-linear-gradient(90deg, rgba(54, 87, 109, 1) 0%, rgba(1, 56, 94, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(54, 87, 109, 1) 0%, rgba(1, 56, 94, 1) 100%);
  background: linear-gradient(90deg, #072552 0%, rgb(42 1 37) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36576d", endColorstr="#01385e", GradientType=1);
  margin-bottom: 80px;
  padding-top: 60px !important;
}

.counter-bg {
  padding: 20px 30px;
}

.counter-section .counter-bg img {
  text-align: center;
  padding: 17px 10px;
  width: 88px;
}

.counter {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}

.counter::after {
  content: "+";
  margin-left: 2px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #fff;
}

.counter+p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  color: #ccc;
  font-family: "Poppins", sans-serif;
}

/* Counter Section Ends */

/* Title heading */

.title-heading {
  max-width: 800px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

.title-heading .main-heading {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #00265d;
}

.line-heading::after {
  content: "";
  width: 37px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: 8px;
  margin-right: -37px;
  border: 1px solid #084d7e !important;
}

.title-heading .main-heading::before {
  content: "";
  width: 52px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-left: -52px;
  border: 1px solid #084d7e !important;
}

.line-heading::before {
  content: "";
  width: 52px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-right: -52px;
  border: 1px solid #084d7e !important;
}

.line-heading {
  font-weight: 400;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}

.title-heading .main-heading::after {
  content: "";
  width: 37px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: 5px;
  margin-left: -37px;
  border: 1px solid #084d7e !important;
}

.section-title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #4f1b62;
  text-align: center;
}

/* Title Heading Ends */

/* Acceditations section start  */

.acceditations-wrap {
  float: left;
  width: 100%;
  margin-top: -110px;
  position: relative
}

.acceditations-left {
  background: url(../images/acceditations-left-bg.png);
  background-repeat: no-repeat;
  width: 70%;
  float: left;
  background-size: cover;
  padding-bottom: 35px
}

.acceditations-left img {
  margin-left: 130px;
  margin-bottom: -35px;
  position: relative;
  z-index: 9;
  max-width: 656px;
}

.acceditations-right {
  background: url(..//img/shape/acceditations-right-bg.png);
  background-repeat: no-repeat;
  width: 52%;
  float: left;
  position: absolute;
  right: 0;
  background-size: 100% 100%;
  background-position: center right;

}

.healthcare {
  position: relative;
  padding: 60px 23px;
}

.acceditations-right-inner {
  display: flex;
  align-items: center;
  margin-bottom: 25px;

}

.acceditations-right-inner .icon-box {
  margin-right: 25px;
  margin-bottom: 15px
}

.acceditations-right-inner .icon-box img {
  max-width: 58px;
}

.acceditations-right-content-box {

  width: calc(100% - 63px);

}

.acceditations-right-inner h3 {
  font-size: 17px;
  color: #42012d;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 6px;
  position: relative;
}

.acceditations-right-inner p {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  font-weight: 400;
  text-align: left;
}

/* Acceditations section Ends  */

/* Testimonial Slider */
.testimonial-section {
  position: relative;
  background-color: #3c2655;
}

.testimonial-slider {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}

.testimonial-title h2 {
  padding-top: 20px;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0px 2px 3px #0000003f;
}

.testimonial-title p {
  font-size: 14px;
  font-weight: 300;
  padding: 25px 68px 20px 0px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.testimonial-content {
  position: relative;
  padding: 10px
}

.testimonial-info {
  position: relative;
  min-height: 87px;
  padding-top: 15px;
}

.testimonial-info .author-name {
  position: relative;
  color: #14193d;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.testimonial-info .rating {
  position: relative;
  display: flex;
}

.fa-star {
    color: #ccc; /* default grey for unfilled stars */
}

.fa-star.checked {
    color: #FFC107; /* yellow for filled stars */
}

.testimonial-box {
  position: relative;
  display: block;
  min-height: 350px;
  padding: 30px 20px;
  margin: 11px 11px;
  background-color: #fff;
  box-shadow: 0px 2px 3px #00000047;
}

.testimonial-text {
  position: relative;
  color: #4e4f51;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  line-height: 1.9em;
  margin-bottom: 10px;
}


.testimonial-slider.owl-carousel .owl-nav button.owl-next,
.testimonial-slider.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: #fff;
  border: 1px solid #ccc;
  padding: 4px 16px !important;
  font: inherit;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next:hover,
.testimonial-slider.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #0d3f83;
  color: #fff;
}

/* Testimonial  Section Ends */

/* Service Section Started */

.service-section {
  background: #220f3e;
  padding: 60px 0px;
  position: relative;
}

.service-section h2 {
  font-size: 36px;
  color: #5e538d;
  font-weight: 500;
  text-shadow: 0px 3px 4px #0000003a;
  text-align: center;
  font-family: "Poppoins", sans-serif;
  margin-top: 29px;
}

.range_mid_box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.range_left_box {
  width: 32%;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 5px 8px #00000017;
}

.range_mid_main_box {
  width: 32%;
}

.range_left_box img {
  width: 100%;
  height: 279px;
  object-fit: cover;
}

.range_bottom_box {
  padding: 15px;
}

.range_bottom_box h4 {
  color: #6e538a;
  text-shadow: 0px 3px 4px #0000000d;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  margin-bottom: 6px;
}

.range_bottom_box p {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #4a4a4a;
  font-weight: normal;
}

a.range_read_more {
  font-size: 16px;
  color: #282828;
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
  position: absolute;
  bottom: 40px;
}

.range_mid_main_box ul li {
  background: #fff;
  border-radius: 0px;
  margin-bottom: 24px;
  padding: 12px 20px;
  position: relative;
  min-height: 272px;
  box-shadow: 0px 5px 8px #00000017;
}

.range_mid_main_box ul li h4 {
  color: #6e538a;
  text-shadow: 0px 3px 4px #0000000d;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  margin-bottom: 6px;
}

.range_icon_box {
  text-align: right;
}

.range_mid_main_box ul li:last-child {
  margin-bottom: 0px;
}

section.sec6 h2 {
  font-size: 36px;
  color: #143371;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 20px;
  font-weight: 600;
  ;
}

/* Service Section Ends */

/* Faq Section Started */
/* FAQ Section Styling */
.faq-section {
  background: #ffe8e870;
}

.faq-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0056b3;
  /* Hospital blue theme */
  margin-bottom: 2rem;
}

/* Accordion Card */
.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Accordion Button */
.accordion-button {
  background: #fff;
  font-weight: 500;
  font-size: 1rem;
  color: #333;
  padding: 5px 20px;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

/* Button Active/Collapsed */
.accordion-button:not(.collapsed) {
  background: #fff;
  color: #333;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding: 4px 20px;
  border-bottom: 1px solid #ccc;
}

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

/* Accordion Body */
.accordion-body {
  background: #fff;
  padding: 20px;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}

/* Faq Section Ends */


/* Doctors */
.doctors {
  position: relative;
  margin: 0 auto !important;
  text-align: center;
  justify-content: center;
}

.docdegee{
  font-size: 13px !important;
}

/* .doctor-item {
  margin-bottom: 30px;
  transition: 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
} */

.doctor-item .image img {
  transition: 0.5s;
  border: 8px solid #ffffff;
  border-radius: 10px;
  height: 330px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  border-bottom: none;
}

.doctor-item .content {
  text-align: center;
  z-index: 1;
  transition: 0.5s;
  border-radius: 2px;
  padding: 19px 0px 20px 0px !important;
  padding-bottom: 0;
  border: 1px solid #bab5c1;
}

.doctor-item .content h3 {
  font-size: 16px;
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
  color: #3c2655;
  font-weight: 500;
}

.doctor-item .content span {
  font-size: 15px;
  font-weight: 500;
  color: #6c757d;
  font-family: "Montserrat", sans-serif;
}

.doctor-item .content .social {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.doctor-item .content .social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.doctor-item .content .social li:last-child {
  margin-right: 0;
}

.doctor-item .content .social i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #207ef7;
  color: #ffffff;
  font-size: 14px;
  border-radius: 30px;
  transition: 0.5s;
}

/* .doctor-item .content .social i:hover {
  background-color: #6c9dfb;
} */

 .doctor-item {
  background-color: #ffffff;
  box-shadow: 0px 4px 11px #00000084;
  transition: 0.5s;
 padding:0px  0px 0px;
  max-width: 290px;
   margin: 30px 0px;
  position: relative;
  z-index: 1;
  /* border: 3px solid #b4abab; */
}

/* .doctor-item:hover .content .social {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.doctor-item:hover .image img {
  transition: 0.5s;
  border: 8px solid #ccc;
  border-bottom: none;
} */


.doctors .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #00265d2e;
  color: #fff;
  transition: 0.5s;
}

.doctors .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #00265d2e;
  color: #fff;
  transition: 0.5s;
}


.doctors .owl-nav .owl-prev:hover,
.doctors .owl-nav .owl-next:hover {
  box-shadow: inset 100px 0 0 0 #031b4e !important;
  color: #fff !important;
}


@media (max-width: 900px) {
  .doctors .owl-nav .owl-prev {
    margin-top: 64px;
    margin-left: 29px;
  }

  .doctors .owl-nav .owl-next {
    margin-top: 64px;
    margin-right: 29px;
  }

}

.doctors .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.doctors .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 15px;
  border: 1px solid #fff;
  background: transparent;
  transition: 0.5s;
}

.doctors .owl-dots .owl-dot.active {
  width: 20px;
  height: 20px;
  background: #031b4e !important;
}

.doctors .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctors .owl-dots .owl-dot span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #00265d;
}


.team-block_three-appoint {
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  color: #031b4e;
  text-transform: uppercase;
  margin-top: 20px;
  padding-right: 20px;
}

.team-block_three-appoint:before {
  position: absolute;
  content: '\f101';
  right: 0px;
  font-family: 'Font Awesome 6 Free';
}

.team-block_three-appoint:hover {
  color: #3c2655;
}

/* .dept-call{
  width: 50%;
} */


/* Doctor Listing page */

/*  Search Section */
.search-section {
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}

.search-box {
  background: #dfdfdf;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.search-box h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #222;
}

.search-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
}

.search-input,
.search-select {
  padding: 20px 70px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}


.search-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.search-input-wrap svg {
  position: absolute;
  left: 10px;
  color: #777;
  font-size: 16px;
  z-index: 2;
}


.search-select option {
  text-align: left;
}

.search-btn {
  padding: 13px 30px;
  background: #00265d;
  font-family: "Poppins", sans-serif;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.search-btn:hover {
  background: #fff;
  color: #00265d;
  border: 1px solid #00265d;
}

/* Doctor Listing + Sidebar */
.main-content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* Doctor Cards */
.doctor-list {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.doctor-card {
  display: flex;
  gap: 35px;
  background: #f4fffa;
  padding: 15px;
  padding-top: 38px;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.096);
  align-items: center;
  border: 1px solid #ccc;
}

.doctor-card img {
  width: 270px;
  max-width: 270px;
  height: 300px;
  object-fit: cover;
  border-radius: 6px;
}

.doctor-info {
  width: 100%;
  display: block;
}

.doctor-info h3 {
  margin: 0 0 7px;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  color: #031b4e;
  font-weight: 500;
}

.doctor-info p {
  font-size: 0.8rem !important;
  font-family: "Poppins", sans-serif;

}

.doctor-info ul {
  margin: 15px 0 0 0;
}

.doctor-info ul li {
  display: inline-block;
  background: #031b4e;
  border: 1px solid #ccc;
  padding: 5px 9px;
  border-radius: 5px;
  color: #fff;
  width: auto;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  margin: 9px 0px;
}

/* .doctor-info ul li:nth-child(1) {
  background: #e7d8d8;
}

.doctor-info ul li:nth-child(2) {
  background: #fcf0ce;
}

.doctor-info ul li:nth-child(3) {
  background: #e9e7c9;
}

.doctor-info ul li:nth-child(4) {
  background: #d9e2ff;
}

.doctor-info ul li:nth-child(5) {
  background: #c8f5d5;
}

.doctor-info ul li:nth-child(6) {
  background: #d9ebff;
} */

.doctor-info .speciality {
  font-size: 1rem;
  color: #333;
  margin: 5px 0;
}

.doctor-info .location {
  font-size: 0.9rem;
  color: #666;
}

.blank-height{
  height: 100px;
}

.more-details {
  background: none;
  border: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  text-align: right;
  display: block;
  padding: 15px 30px;
  transition: all 0.3s ease;
}

.more-details a:hover {
  color: #00265d;
}


.more-details a svg {
  margin-left: 6px;
  transition: all 0.3s ease;
}

.more-details a:hover svg {
  margin-left: 9px;
}

/*  Sidebar */
.sidebar {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-box {
  position: relative;
  display: block;
  background: #f0f6ff;
  padding: 30px;
  padding-top: 45px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  overflow: hidden;
}

.sidebar-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* black transparent overlay */
  border-radius: 8px;
  z-index: 0;
  /* stays behind the text */
}

.sidebar-box h3 a {
  line-height: 50px;
  font-size: 25px;
  margin-bottom: 10px;
  color: #fff;
}

.sidebar-box p a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}


.specialization {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px auto 0px auto;
  border-bottom: 0px solid #ccc;
  border-top: 0px solid #ccc;
  padding: 50px 0;
  position: relative;
  z-index: 0;
}

.specialization a {
  display: block;
  width: 157px;
  margin: 0 0 9px;
  text-align: center;
  color: #00265d;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
  padding: 15px 0;
}

.specialization a:hover {
  color: #3c2655;
}

.specialization a span {
  display: flex;
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #CCC;
  margin: 0 auto 10px;
}

.specialization a img {
  width: 50px;
  height: 50px;
  transition: 0.3s;
}

.specialization a img:hover {
  transform: scale(1.1);
  /* zoom in */
}


/*========================22.09.2025========================*/


/*--------------ChronicPain--------------------*/

.ChronicPainleft{

  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}

.ChronicPainright{

  margin: 0px;
  padding: 0px;
}

.ChronicPainright h2{

  color: #072552;
  font-size: 24px;
}

.ChronicPainright p{

  font-size: 16px;
  color: #000;
}


/*-----------------CommonCauses--------------*/

.CommonCausesleft{

  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}

.CommonCausesleft h2{

    color: #072552;
  font-size: 24px;
}

.CommonCausesleft p{

    font-size: 16px;
  color: #000;
}

.CommonCauseslefttext{

  margin: 20px 0px;
  padding: 0px;
}

.CommonCauseslefttext i{

  color: #61386e;
}

.CommonCausesright{

  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}

.CommonCausesright img{

  height: auto;
}



/*--------------TreatmentOptions-----------*/

.TreatmentOptionsbox{

  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}

.TreatmentOptionsbox h2{

      color: #072552;
  font-size: 24px;
}

.TreatmentOptionsbox p{

      font-size: 16px;
  color: #000;
}

.TreatmentOptionsboxmain{

  margin: 20px 0px;
}


/*----------------Benefits----------------*/


.Benefitsbg{

  margin: 30px 0px;
  padding: 30px 0px;
  background-color: #f0f0f0;

}

.pad-bottom{

  padding-bottom: 60px;
}

.Benefitstxetheader{

  margin: 0px;
  padding: 0px;
}

.Benefitstxetheader h2{

      color: #072552;
  font-size: 24px;
}

.Benefitstxetheader p{

      font-size: 16px;
  color: #000;
}

.Benefitsmainbox{

  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
  margin-top: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.Benefitsmainboximg{

  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}

.Benefitsmainboximg img{

  height: auto;
}

.Benefitsmainboxtext{

  margin: 20px 0px;
  padding: 0px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0px 15px;
  padding-top: 20px;

}

.Benefitsmainboxtext h4{

        font-size: 20px;
  color: #000;
}

.Benefitsmainboxtext p{

        font-size: 16px;
  color: #000
}


/*-----------------------WhyChoose----------------*/

.whychoosebox{

  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}

.whychoosebox h2{

        color: #072552;
  font-size: 24px;
}

.whychoosebox  p{

 font-size: 16px;
  color: #000
}

.whychoosebox  p a{

  color: #207ef7;
  text-decoration: none;
}

.whychooseboxbtn{

  margin: 15px 0px;
  padding: 0px;
  text-align: center;
  margin-top: 35px;
}

.whychooseboxbtn button{

  background-color: #61386e !important;
  color: #fff !important;
}



/*----------------Personalized------------*/

.Personalizedbox{

  margin: 0px;
  padding: 0px;

}

.Personalizedbox h2{

          color: #072552;
  font-size: 24px;
}

.Personalizedbox p{

  font-size: 16px;
  color: #000
}





/*  Responsive */
@media(max-width: 991px) {
  .main-content {
    flex-direction: column;
  }

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

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

/* Doctor Listing End Css */

/* 20/09 - 22/09 Started */
.department-box {
  padding: 15px;
  position: relative;
  display: block;
  background-color: #fff;
}

.department-box .department-img img {
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
}

.department-box .department-content {
  position: relative;
  display: block;
}

.department-box .department-content p {
  text-align: center;
}

.section-title-heading {
  position: relative;
}

.section-title-heading h2 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  font-weight: 500;

}

.department-content h2 {
  font-size: 20px;
  color: #031b4e;
  text-align: center;
  font-family: "Poppins", sans-serif;
  padding: 20px 0px 17px 0px;
}

.medical-department .image-box {
  position: relative;
}

.medical-department .content-box {
  position: relative;
}

.medical-department .image-box img {
  width: 100%;
  border-top-left-radius: 45px;
  height: auto;
  object-fit: cover;
}

/* 20/9 - 22/09 Ends */

/* 17/09 Department Page */
.department-content-bg {
  padding: 30px 57px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.department-content-bg p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0rem;
}

.doctor-details {
  background: #fff;
  border-radius: 11px;
  padding: 0px;
  margin: 0;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.125);
}

.bg-gray {
  background-color: #f8f9fa;
}

.doctor-img img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 11px 11px 0px 0px;
  object-fit: cover;
}

.department-doctor-info {
  padding: 10px;
  margin: 0;
  text-align: center;
}

.department-doctor-info h3 {
  font-size: 18px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  color: #14193d;
}
.department-doctor-info h6{
    font-size: 15px;
    line-height: 1.4;
}
.department-doctor-info p {
  color: #333;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0rem;
}

.department-width {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* 17/09 Department Ends */

/*changrs 08.10.2025*/

.Benefitsmainboxtext h4 {
  font-size: 20px;
  color: #61386e;
}

.Benefitsmainboxtext p {
  font-size: 15px;
  color: #000;
  margin-top: 10px;
}

/*changrs 08.10.2025 end*/

/*** Footer ***/
.footer {
  background: linear-gradient(#dee2e6, #eee) center center no-repeat;
  background-size: cover;
}

.footer-text p {
  font-family: "poppins", sans-serif;
  color: #333;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-bottom {
  background-color: #573876;
}

.footer h4 {
  font-family: "Poppins", sans-serif;
  color: #5e538d
}

@media (min-width: 992px) {
  .footer::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    left: 35%;
    border-left: 1px dashed rgba(255, 255, 255, .2);
  }
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 4px;
  padding: 0;
  text-align: left;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
  font-family: "poppins", sans-serif;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: #400a51;
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
  color: var(--bs-white);
}

.copyright a:hover {
  color: var(--bs-primary);
}

/* Footer Ends */

/* Responsive Css */

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

  .main-header .main-menu .navigation>li>ul,
  .main-header .main-menu .navigation>li>ul>li>ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }

}


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

  .main-header .main-box .logo-box {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    text-align: left;
  }

  .main-header .outer-box {
    display: block;
  }

  .main-header .header-upper .logo-box {
    width: 100%;
    text-align: center;
  }

  .main-header .header-upper .upper-right {
    width: 100%;
    display: none !important;
    justify-content: center;
    padding-top: var(--padding-top-5);
  }

  .main-header {
    position: relative;
  }

  .main-header .nav-outer {
    width: 100%;
    text-align: center;
  }

  .main-header .info-box {
    float: none;
    display: inline-block;
    margin-left: var(--margin-zero);
    margin-right: var(--margin-right-25);
  }

  .main-header .info-box:last-child {
    border: none;
    margin-right: var(--margin-zero);
  }
}

/* Page header */
/* Page Header Background */


.page-header1 {
   position: relative;
   margin:0;
   width:100%;
   height:auto;
   z-index: 1;
}

.page-header1::before{
  position: absolute;
  padding:0;
  margin: 0;
  content: "";
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.279);

}


.page-header {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  /* padding: 100px 0px; */
  z-index: 1;
}

/* Overlay effect for readability */
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.567);
  z-index: -1;
}

/* Content wrapper */
.page-header .container {
  position: relative;
  max-width: 1350px;
  z-index: 2;
  /* keeps text above overlay */
}

/* Flex layout for header */
.page-header .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 160px;
}

/* Title */
.page-header h1 {
  font-size: 37px;
  line-height: 65px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

/* Breadcrumb */
.page-header .breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
}

.page-header .breadcrumb li {
  display: inline-block;
  color: #ddd;
  font-size: 0.95rem;
}

.page-header .breadcrumb li a {
  color: #fff;
  text-decoration: none;
}

.page-header .breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right:  4px;
    color:  #fff;
    content:  "/";
}

/* Contact Number (Right Side) */
.page-header .header-right {
  padding-top: 50px;
  white-space: nowrap;
  text-align: end;
  margin-left: 20px;
}

.page-header .header-left{
    padding-top: 15px;
  white-space: nowrap;
  margin-left: 20px;
  text-align: start;

}

.page-header .header-right span a {
  border: 1px solid #fff;
  border-radius: 13px;
  font-size: 16px;
  padding: 10px;
  transition: .3 ease-in-out;
  color: #ffffff;
}

.page-header .header-right span a:hover {
  color: rgba(1, 56, 94, 1);
  background-color: #fff;
  cursor: pointer;
}

/* Responsive tweaks */
@media(max-width:768px) {


.page-header .breadcrumb li {
    display: inline-block;
    color: #ddd;
    font-size: 0.85rem;
}
.page-header .header-right {
    padding-top: 0px;
    white-space: nowrap;
    text-align: end;
    margin-left: 0px;
    margin-top: 0px !important;
}


}

/* Page Header Ends */


/* Floating Buttons Wrapper */
.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.floating-buttons a {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #0d5131;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgb(0 0 0 / 61%);
  animation: tada 2s infinite ease-in-out;
  -webkit-animation: tada 2s infinite;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
  transition: transform 0.2s;
}

.floating-buttons a img {
  width: 28px;
  height: 28px;
}

.floating-buttons a:hover {
  transform: scale(1.1);
}

.floating-buttons .call-float {
  background: #400a51;
  font-size: 20px;
}

.whatsapp-float i {
  margin-top: 3px;
  color: #fff;
  font-size: 29px;
}

/*----------19.09.2025--------*/
/*=======================contactuspage==================*/

.contactusleft{

  margin: 0px;
  padding: 20px;
  width: 100%;
  display: block;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}


.contactlefticon{

  margin: 0px auto;
  text-align: center;
  padding: 20px 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ededed;

}

.contact-font{

  font-size: 24px;
}

.contacttext{

  margin: 20px;
  padding: 0px;
  text-align: center;
}

.contacttext p ,.contacttext p a {

  font-size: 16px;
  color: #031b4e;
}


.mapboxheight{

  margin: 20px 0px;
  padding: 0px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.mapbox{

  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}

.formbox{

  margin: 0px;
  padding: 40px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.formbox h4{

  color: #031b4e;
  font-size: 24px;
}

.formboxmain{

  margin-top: 20px;
  padding: 0px;
}

.formboxmain1{

  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}

.formboxmain1 input{

  border: solid 1px #031b4e;
  font-size: 16px;
  width: 100%;
  display: block;
  margin: 5px 0px;
  padding: 8px;
}

.formboxmain1 textarea{

  border: solid 1px #031b4e;
  font-size: 16px;
  width: 100%;
  display: block;
  margin: 20px 0px;
  padding: 8px;
  height: 120px;
}

.formboxmainbtn{

  margin: 10px 0px;
  padding: 0px;
  display: flex;
  gap: 20px;
}
.formboxmainbtn button:first-child{

  background-color: #104378 !important;
  color: #fff !important;
}
.formboxmainbtn button:last-child{

  background-color: #492066 !important;
  color: #fff !important;
}


/*---------------19.09.2025end-----------------*/


/*--------------------------20.09.2025--------------------------*/

.galleryboxmain{

  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
  padding-bottom: 30px;
}


/*--------------tab----------------*/




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

.tab button {
  background-color: #00265d;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 16px;
  font-weight: bold;
  transition: 0.3s;
  color: #fff;
margin: 6px 0px;
}

.tab button:hover {
  background-color: #61386e;
  color: #fff;
}

.tab button.active {
  background-color: #fff;
  color: #031b4e;
}

.tabcontent {
  background: #fff;
  width: 100%;
  display: none;
  padding: 6px 12px;
  font-family: arial;
  line-height: 21px;
}
.tabcontent.active {
  display: block !important;
}

.whentovisitimg{

  height: 230px !important;
  width: 100% !important;
  display:  block !important;
  object-fit: cover;
}
/* Floating Buttons Ends */

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

  .top-header {
    display: none;
  }

  .navbar-brand img {
    width: 130px;
  }


  .sec-title .text br,
  .main-header .main-menu .navbar-collapse>.navigation li.dropdown:after,
  .main-header .main-menu .navigation>li>ul:before {
    display: none !important;
  }

  .hero-carousel .hero-item .hero-content .hero-title {
    color: #fff;
    font-family: "Rowdie", sans-serif;
    font-size: 25px;
    line-height: 33px;
  }

  .hero-slider .item img {
    width: 100%;
    height: 60vh !important;
    object-fit: contain;
    display: block;
  }

  .hero-section{
    margin-top:92px;
  }

  .hero-carousel .hero-item .hero-content {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 35px;
    z-index: 99;
    margin: 0px;
    margin-bottom: 100px;
  }

  .hero-carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: 0px;
  }

  .department-slide {
    position: relative;
    padding: 15px;
  }

  .hero-carousel .hero-item .hero-content p {
    font-size: 12px;
  }


  .btn-style-one {
    display: none;
  }

  .header-social_box {
    display: none;
  }

  .about-us-images {
    position: relative;
    padding: 0;
  }

  .about-experience-box {
    position: relative;
    top: 0;
    left: 21px;
    transform: translateY(-43%);
    background: linear-gradient(263deg, #031b4e 0.16%, #000 99.84%);
    border-radius: 10px;
    padding: 16px;
    max-width: 157px;
  }

  .company-review h3 {
    display: none;
  }

  .section-title2 h2 {
    font-size: 21px;
    margin-bottom: 8px;
    text-align: center;
    margin-top: 20px;
  }

  .our-departments-img {
    min-height: 247px;
    width: 100%;
  }

  .our-departments-img {
    min-height: 300px;
  }

  .our-departments-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .our-departments-cont {
    width: 100%;
    float: none;
    position: relative;
    background-color: #fff;
  }

  .our-departments-inner {
    padding: 12px 18px 16px;
    margin-bottom: 70px;
  }


  .counter-section {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    margin-top: -0px;
    padding-top: 70px !important;
  }

  .counter-bg {
    padding: 1px 30px;
  }

  .line-heading {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 15px;
  }

  .section-title h2 {
    line-height: 1.5em;
    font-size: 20px;

  }

  .service-section h2 {
    font-size: 21px;
    margin-bottom: 9px;
    margin-top: 20px;
  }

  .range_mid_box {
    display: block;
    margin-top: 20px;
  }

  .range_left_box {
    width: 100%;
  }

  .range_mid_main_box {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .testimonial-title p {
    font-size: 14px;
    font-weight: 300;
    padding: 25px 20px 0px;
  }

  .testimonial-title h2 {
    padding-top: 20px;
    text-align: center;
  }

  /* Slider Carousel */
  .hero-carousel .hero-item img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
    background-position: center;
  }

  .hero-carousel .hero-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
  }

  .dropdown {
    position: relative;
    top: 0;
    left: 0;
    height: 250px;
    overflow: scroll;
    background: #fff;
  }

  /* 17/09 */
  .offset-1 {
    margin-left: 0 !important;
  }

  .department-doctor-info p {
    color: #333;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 25px;
  }

  .search-flex {
    position: relative;
    display: block;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 10px;
  }

.search-input, .search-select {
  padding: 20px 45px;
  text-align: center;
  margin-top: 15px;
  width: 100%;
  position: relative;
}
  .search-input,
  .search-select {
    padding: 20px 45px;
    text-align: center;
    margin-top: 15px;
    width: 100%;
    position: relative;
  }

  .search-btn {
    margin-top: 15px;
  }

  .search-input-wrap svg {
    top: 37px;
  }

  .search-select option {
    text-align: center;
  }

*
  /* 22/ 09 */
  /* .page-header .d-flex {
    margin-top: 45px;
  } */


  .department-content-bg {
    padding: 15px;
  }

  .medical-department .content-box h2 {
    font-size: 20px;
    line-height: 2.7;
  }
  .doctor-item{
    max-width:100% ;
  }

  .specialization {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container{
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-header {
    background-color: #400a51;
    position: relative;
    padding: 50px 0px 0px;
    z-index: 1;
    background-image: none !important;
  }

  .header-content-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: end !important;
    align-items: center !important;
    text-align: center !important;
  }

.page-header::before {
  display: none;
}

.page-header img{
     width:100%;
     height:100%;
}

  .page-header .header-left {
    padding-top: 0px;
    white-space: nowrap;
    margin-left: 0px;
    text-align: center;
}

.page-header .header-right span a {
    border: 1px solid #fff;
    border-radius: 13px;
    font-size: 10px;
}

.mt-150{
    margin-top: 150px !important;
}

.mt-250 {
    margin-top: 250px !important;
}

.page-header .d-flex {
     margin-top: 0px;
}

    .page-header h1 {
        font-size: 1.3rem;
        text-align: center;
        line-height: 35px;
    }

    /* .page-header1 {
       margin-top: 17%;
    } */

    .page-header1::before{
  position: absolute;
  padding:0;
  margin: 0;
  content: "";
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.279);

}
  /* 22 /09 */
  /* 17/09 Ends */
}
