*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

/* ==== main section index page css start === */
.banner_section_part {
  background-image: url(img/banner_updated.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vw;
  position: relative;
  top: 95px;
}

.banner_nww {
  position: relative;
  margin-top: 90px;
}

.modal {
  z-index: 999999 !important;
}

.all_row_section {
  position: relative;
  top: 390px;
  left: 7.5%;
}

.book_btn2 {
  border: 0px;
  width: 30%;
  padding: 10px;
  background: #224f8f;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
}

.book_btn3 {
  border: 2px solid #224f8f;
  width: 30%;
  padding: 10px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
}

.butn_col {
  display: flex;
  gap: 10px;
}

.text_content {
  color: #666666;
  line-height: 30px;
  font-size: 22px;
}

.chart_sec {
  display: flex;
  align-items: center;
  border: 1px solid #00b3aa;
  border-radius: 50px;
  border-left: 0px;
  background: #fff;
}

.sub_img img {
  width: 40px;
  height: 40px;
}

.sub_img {
  background: #00b3aa;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.number_data {
  font-size: 25px;
  color: #074f98;
  font-weight: 600;
}

.text_data {
  color: #074f98;
  font-size: 15px;
}

.number_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.doc_one {
  padding: 20px;
}

.doc_part1 {
  background-image: linear-gradient(120deg, #19aba7, #224f8f);
  border-radius: 20px;
}

.icon_spec {
  height: 71px;
  width: 71px;
  border: 1px solid white;
  border-radius: 55px;
}

.doc_logo {
  padding: 6px 2px 5px 0px;
  /* color: white; */
  object-fit: contain;
}

.passage {
  text-align: initial;
  /* font-size: 17px; */
  color: white;
  font-size: 18px;
  /* font-weight: 300; */
}

.procedures_cards {
  display: flex;
  flex-direction: row;
  color: #206194;
  font-weight: 600;

  align-items: center;
  padding: 5px;
  border: 0px;
  box-shadow: 1px 2px 2px 2px silver;
}

.procedures_cards:hover {
  background-image: linear-gradient(120deg, #19aba7, #224f8f);
  color: #fff;
}

.pro_img {
  width: 55px;
  height: 55px;
  background: #11b4a5;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(25deg);
  }
}

.pro_img:hover {
  background-image: linear-gradient(120deg, #19aba7, #224f8f);
  animation: slowRotate 0.1s linear forwards;
}

.content {
  font-size: 15px;
  font-weight: 600;
  color: #206194;
}

.book_btn4 {
  border: 0px;
  padding: 10px;
  background-image: linear-gradient(120deg, #19aba7, #224f8f);
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}

.sub_content {
  color: #206093 !important;
  font-size: 17px;
  border: 0;
  box-shadow: 1px 2px 2px 2px silver;
}

.all_images_sec {
  position: relative;
}

.main-image {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.icons {
  position: absolute;
  animation: fadeIn 5s infinite;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(20px);
  }
}

.images1 {
  top: -120px;
  left: 45%;
  animation-delay: 0.2s;
  width: 90px;
}

.images2 {
  top: 5%;
  left: 62%;
  animation-delay: 0.8s;
  width: 90px;
}

.images4 {
  top: 60%;
  left: 62%;
  animation-delay: 1.2s;
  width: 90px;
}

.images5 {
  bottom: -80px;
  left: 45%;
  animation-delay: 1.8s;
  width: 90px;
}

.images7 {
  bottom: -80px;
  left: 0%;
  animation-delay: 2.4s;
  width: 90px;
}

.images3 {
  bottom: 13%;
  left: -80px;
  animation-delay: 2.8s;
  width: 90px;
}

.images6 {
  bottom: 66%;
  left: -80px;
  animation-delay: 3s;
  width: 90px;
}

.procedures {
  background: linear-gradient(180deg, #ffffff 0%, #b4d0ec 100%);
}

.why_data {
  color: #225892;
  font-weight: bold;
}

.all_row_sec {
  align-items: center;
  justify-content: center;
}

.sub_why_data {
  color: #225892;
  font-weight: 600;
  line-height: 30px;
}

.all_main_headings {
  color: #225892;
  font-weight: bold;
  text-align: center;
}

/* .our_specility{
  position: relative;
   background-image: url(img/baclground_img.webp);
   top: 0;
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   height: 500px;
} */
.ims_sec {
  display: flex;
  justify-content: center;
}

.ims_sec img {
  width: 70px;
}

.all_cards_sectiom {
  text-align: center;
  padding: 3px;
  color: #fff;
  font-weight: 600;
  background-image: linear-gradient(120deg, #19aba7, #224f8f);
  height: 106px;
  overflow-y: scroll;
}

button.accordion-button.collapsed {
  color: #034ea1;
  font-weight: bold;
  background: #e4e4e4;
}

.mob_view {
  display: none;
}

@media (max-width: 768px) {
  .desk_view {
    display: none;
  }

  .section_padd {
    padding: 30px 0px !important;
  }

  .mob_view {
    display: block;
  }

  /* .mob_banner{
    margin-top: 40px;
  } */

  .banner_form {
    margin: 0 !important;
  }

  .appointment_form {
    margin: 0 !important;
  }

  .main-image {
    width: 100%;
  }

  .images2 {
    top: 5%;
    left: 93%;
    animation-delay: 0.8s;
    width: 90px;
  }

  .images4 {
    top: 60%;
    left: 96%;
    animation-delay: 1.2s;
    width: 90px;
  }

  .main-content .owl-theme .custom-nav {
    position: absolute;
    top: 13% !important;
    left: 0;
    right: 0;
  }

  .nav-item {
    padding: 0px !important;
  }

  .nav-item1 {
    padding: 0px !important;
  }
}

.part_nine {
  background: #e7f0f9;
}




button.submit {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: 0.3s ease;
  background-color: #04b6ae;
}

input.input_forms {
  border-radius: 5px !important;
  border: 1px solid #e6e6e6;
  background: #f9f9f9 !important;
  padding: 6px;
  outline: 0px;
  width: 100%;
}

.ib--text {
  border-radius: 5px !important;
  border: 1px solid #e6e6e6 !important;
  background: #f9f9f9 !important;
  padding: 5px !important;
  outline: 0px !important;
}

.ib--textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 4em !important;
}

.ib--element-container {
  margin-bottom: 10px !important;
}

.ib--form-container {
  padding: 0px !important;
}

.labels {
  color: #02778a;
  font-weight: 600;
  font-size: 16px;
}

.ib--input-label {
  color: #02778a !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.appointment {
  color: #02778a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.1px;
}

.form_card {
  padding: 20px !important;
  border-radius: 10px;
  background: var(--light-background-color, #fff);
  width: 370px;
  position: absolute !important;
  top: 35px;
  right: 100px;
  z-index: 6666;
}

.form_card_pop {
  padding: 20px;
  border-radius: 10px;
  background: var(--light-background-color, #fff);
}

/* Customize the scrollbar for webkit browsers */
::-webkit-scrollbar {
  width: 3px !important;
  height: 5px !important;
  background-color: #ddd !important;
}

::-webkit-scrollbar-thumb {
  background-color: #00b3aa !important;
}

.form_card_pop {
  border-radius: 10px;
  padding: 10px;
  border: none !important;
  background: var(--light-background-color, #fff);
  padding-top: 0px !important;
}

.part9 {
  background: linear-gradient(180deg, #0c4da2 0%, #02b9ad 100%);
  padding-bottom: 20px;
}

.why_data {
  color: #0c4da2;
  font-size: 32px;
  font-weight: 700;
}

/* ==== main section index page css end === */
/* ==== new css code start here s==== */
.center_of_exbg {
  background-image: url(img/backgund.webp);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 100vh; */
}

.all_cards {
  display: grid !important;
  grid-template-columns: repeat(8, 1fr);
  /* Default: 1 column */
  gap: 10px;
  /* Space between grid items */
  width: 100%;
}

@media (max-width: 768px) {
  .all_cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item {

    padding: 10px 10px !important;

  }

  .stat-number {
    font-size: 1.5rem !important;

  }

  .stat-label {
    margin-top: 8px !important;
    font-size: 1.005rem;

  }

  .headerpara {
    /* max-width: 700px; */
    margin: 0 auto 30px !important;
    font-size: 1.005rem !important;
    font-weight: 500;
    line-height: 1.5;
    color: #224f8f;
    text-shadow: 1px 1px 2px rgba(255 255 255 / 0.75);
  }

  .headliner {
    font-weight: 700;
    font-size: 1.75rem !important;
    margin-bottom: 0.5rem;
    color: #224f8f;
    text-shadow: 1px 1px 3px rgba(255 255 255 / 0.8);
  }

  .headerparawhite {
    /* max-width: 700px; */
    margin: 0 auto 30px !important;
    font-size: 1.005rem !important;
    font-weight: 500;
    line-height: 1.5;
    color: white;
    /* text-shadow: 1px 1px 2px rgba(255 255 255 / 0.75); */
  }

  .headlinerwhite {
    font-weight: 700;
    font-size: 1.75rem !important;
    margin-bottom: 0.5rem;
    color: white;
    /* text-shadow: 1px 1px 3px rgba(255 255 255 / 0.8); */
  }


}




@media (max-width: 768px) {
  .main-content {
    position: relative;
    margin-top: 0px !important;
  }

  .inner_sub_con p {
    font-size: 16px !important;
    line-height: 25px !important;
    color: #fff;
    font-weight: 500;
  }
}

.ib--form-container {
  padding: 20px !important;
}

@media (max-width: 1200px) {
  .form_card {
    padding: 20px;
    border-radius: 10px;
    background: var(--light-background-color, #fff);
    width: 350px;
    position: relative !important;
    top: 13px;
    right: 0px;
    z-index: 0 !important;
  }
  .exc-box{
    margin-top: 40px;
  }

  .banner_nww {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: 15px !important; */
  }

  .main-content {
    position: relative;
    /* margin-top: 95px !important; */
  }

}

.all_cards .card {
  padding: 10px;
  width: 89%;
  border: 0px;
  border-radius: 20px;
}

.all_cards .card p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.inner_sub_con p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
}

.appointment_btn_treat {
  background-image: linear-gradient(120deg, #19aba7, #224f8f);
  text-align: center;
  color: white;
  font-weight: 600;
  padding: 10px 40px;
  font-size: 18px;
  border-radius: 8px;
  border: none;
}

.why_ch_data {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #11b4a5;
  border: 0px 1px 0px 2px silver;
  border-top: 0px;
  border-left: 0px;
  justify-content: center;
  margin-bottom: 50px;
  margin-left: 50px;
}

.expor {
  font-size: 31px;
  color: #216094;
  font-weight: bold;
}

.million {
  font-size: 23px;
  font-weight: 600;
  color: #685252;
}

.cardilo_imgs {
  border-radius: 30px;
}

.all_data_center {
  display: flex;
  justify-content: center;
}

.corner_con {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.round {
  border-radius: 61px;
  background: linear-gradient(180deg, #0c4da2 0%, #02b9ad 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: fit-content;
  padding: 20px;
}

.opd_data {
  font-size: 15px;
  text-align: center;
}

.stand img {
  width: 70px;
}

.headsup {
  color: #004d99;
  font-size: 32px;
  font-weight: bold;
}

.sub_head {
  color: #004d99;
}

.icons_set {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: aliceblue;
  padding: 13px;
  border-radius: 10px;
}

.img-mainapl-box {
  background: rgb(220, 233, 245);
  border-radius: 20px;
}

.parag-manipal {
  color: #004d99;
  font-size: 15px;
  margin-top: 13px;
  font-weight: 600;
}

.img-fessed {
  width: 50px;
}

.parta {
  background: #b4d3d5;
}

.partb {
  background-color: #034ea1;
  background-image: url(img/checkup-bg-one.webp), url(img/checkup-bg-two.webp) !important;
  background-position: left center, right center;
  background-repeat: no-repeat;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

.check-butt {
  border: none;
  background: white;
  color: #034ea1;
  font-weight: 600;
  padding: 10px 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  font-size: 20px;
}

.checkups {
  color: white;
}

/* owl carousel */
.main-content {
  position: relative;

}

.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.nav-item {
  padding: 20px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 70px !important;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
  font-size: 20px !important;
  color: #cecece;
}

.main-content .owl-theme .custom-nav .owl-prev {
  left: 0;
  background: #034ea1;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 24px !important;
  margin-top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  /* margin-left: 94px; */
}

.main-content .owl-theme .custom-nav .owl-next {
  right: 0;
  background: #034ea1;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 24px !important;
  margin-top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  /* margin-right: 78px; */
}

.owl-dots {
  display: none;
}

.nav-item .card {
  padding: 10px;
  width: 89%;
  border: 0px;
  border-radius: 20px;
}

.nav-item .card p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.nav-item1 .card p {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}

#loaderdesk {
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 150px;
  height: 150px;
  animation: spin 2s linear infinite;
  z-index: 9999;
  /* Ensure loader stays on top */
}

#loadermob {
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 50%;
  left: 34%;
  transform: translate(-50%, -50%);
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  z-index: 9999;
  /* Ensure loader stays on top */
}

/* Spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.nav-side {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 99994;
}

.nav-side img {
  width: 50px;
}

.card-text {
  height: 100px;
  overflow-y: scroll;
}

.card-title {
  font-size: 1.2rem;
}

.surgeon-card .card-body {
  color: #215b92;
}

a:hover {
  cursor: pointer;
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}

.less_thean_icon {
  /* background: #0359a2; */
  border-radius: 50px;
  height: 35px;
  width: 35px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.surgeon-section h2 {
  color: white;
  font-weight: bold;
}

.surgeon-section {
  background-color: #4bb7b7;
  padding: 50px 0;
  text-align: center;
}

.get-appointment-btndoc {
  background: linear-gradient(60deg, #224f8f, #19aba7);
  border: none;
  border-radius: 20px;
  color: white !important;
  padding: 10px 20px;
  border-radius: 20px !important;
  width: 100%;
}

.specilaity_box {
  background: white;
  padding: 20px;
  border-radius: 40px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.custom-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-btn {
  display: flex;
  align-items: center;
  padding: 5px;
  width: 75px;
  height: 39px;

  cursor: pointer;

  border-radius: 5px !important;
  border: 1px solid #e6e6e6;
  background: #f9f9f9 !important;

  outline: 0px;
}

select.input_forms12 {
  border-radius: 5px !important;
  border: 1px solid #e6e6e6;
  background: #f9f9f9 !important;

  outline: 0px;
}

.dropdown-btn img {
  margin-right: 5px;
}

.dropdown-menu {
  position: absolute;

  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  /* width: 150px; */
  padding: 0;
  margin: 0;
  z-index: 10;
  width: max-content;
}

.dropdown-menupop {
  display: none;
}

.dropdown-menudesk {
  display: none;
}

.dropdown-menumob {
  display: none;
}

.dropdown-menu li {
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}

.dropdown-menu li:hover {
  background: #f0f0f0;
}

.dropdown-menu li img {
  margin-right: 5px;
}

textarea {
  border-radius: 5px !important;
  border: 1px solid #e6e6e6;
  background: #f9f9f9 !important;
  padding: 6px;
  outline: 0px;
  width: 100%;
}

/* ==== new css code start here e==== */
.h3_page1 {
  font-weight: bold;
  color: #224f8f;
  font-size: 32px;
}

.num-section {
  padding: 1.5rem 3.5rem;
  background-color: #19aba7;
  width: fit-content;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
}

.num-section__row::before {
  content: "";
  position: absolute;
  left: -3.5rem;
  top: 50%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(to right, #224f8f, #19aba7);
}

.num-section__title {
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  /* scroll-behavior: smooth; */
}

.num-section__row {
  font-weight: 700;
  padding: 1rem 0;
  border-top: 2px solid #fffa;
  position: relative;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  /* scroll-behavior: smooth; */
}

.num-section__num {
  font-size: 1.5em;
  padding: 15px 0px;
  margin: 0px;
  box-sizing: border-box;
  /* scroll-behavior: smooth; */
}

span.pluss {
  font-size: 1.5em;
  padding: 15px 5px;
}

.num-section__row:first-child {
  border-top: none;
}

/* .detailsde{
    margin-top: 90px !important;
  } */

.appointment_form {
  padding: 5px;
  background-color: white;
  float: right;
  margin-top: 26px;
  /* margin-right: -550px; */
  border-radius: 8px;
  box-shadow: 0px 20px 60px #3e3e3e29;
}

.banner_form {
  margin: 4px 61px;
  padding: 10px;
  padding-top: 0px !important;
}

.modal-content {
  background-color: fixed !important;
  background: fixed !important;
  border: none !important;
}

.btnedd11 {
  color: #0966a4 !important;
  border: none;
  background: none;
}

.cont-btn-nead {
  text-align: center;
  color: #04b6ae;
  font-weight: 700;
  font-size: 27px;
}

.accordion-button {
  display: block !important;
}

@media only screen and (min-width: 610px) and (max-width: 1024px) {
  .inner_sub_con {
    height: 300px;
    overflow-y: scroll;
  }
}

.flag-text {
  font-size: 20px;
  font-weight: bold;
  color: black;
  /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
}

.flag-texttt {
  font-size: 40px;
  font-weight: bold;

  color: white;
}

.flag-text2 {
  font-size: 23px;
  font-weight: bold;
  color: white;
}

.flag-text4 {
  font-size: 20px;
  font-weight: bold;
  color: #034ea1;
  /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
}

.bullets {
  margin-top: 8px;
  margin-bottom: 0 !important;
}

.look_data {
  background: linear-gradient(180deg, #0c4da2 0%, #02b9ad 100%);
}

.card_dataLook {
  border-radius: 18px !important;
  border: 0.2px solid #fff !important;
  background: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 0px !important;
}

/* center of excelenece */
.section_padd {
  padding: 60px 0px;
}

.pg-title {
  font-weight: 700;
  font-size: 46px;
  line-height: 1.2;
  color: #224f8f;
}

.secondary_txt {
  color: #3d9e9f;
}

.features .card img {
  width: auto;
}


.features .card {
  padding: 1.6rem 1.2rem !important;
}

.box-cen {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: none;
}

.exc-box {
  background-color: #f9f9f9;
}

.textt-conn {
  color: #19aba7;
}

@media (min-width: 320px) and (max-width: 767.98px) {
  .textt-conn {
    font-size: 12px;
  }

  .features .card img {
    width: 32px;
  }

  .features .card {
    padding: 0.86rem !important;
  }

  .pg-title {
    font-size: 21px;
  }
}

/* counters */
.stats-section {
  position: relative;
  /* padding: 80px 15px 100px; */
  color: #224f8f;
  text-align: center;

  box-sizing: border-box;
}

.headliner {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #224f8f;
  text-shadow: 1px 1px 3px rgba(255 255 255 / 0.8);
}

.headerparawhite {
  margin: 0 auto 60px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: white;
  /* text-shadow: 1px 1px 2px rgba(255 255 255 / 0.75); */

}

.headlinerwhite {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: white;
  /* text-shadow: 1px 1px 3px rgba(255 255 255 / 0.8); */

}

.headliner span {
  color: #19aba7;
}

.headerpara {
  /* max-width: 700px; */
  margin: 0 auto 60px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #224f8f;
  text-shadow: 1px 1px 2px rgba(255 255 255 / 0.75);
}

.stat-grid .row {
  justify-content: center;
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
}

.stat-item {
  background: linear-gradient(135deg,
      rgba(25, 171, 167, 0.08),
      rgba(25, 171, 167, 0.02));
  border: 2px dotted #19aba7;
  border-radius: 14px;
  padding: 20px 20px;
  box-shadow: 0 6px 10px rgba(25, 171, 167, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
  user-select: none;
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  box-sizing: border-box;
}

.stat-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(25, 171, 167, 0.25);
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #19aba7;
  letter-spacing: 0.04em;
  user-select: text;
}

.stat-label {
  margin-top: 12px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #224f8f;
  user-select: text;
}

/* Desktop: 3 cards per row */
@media (min-width: 992px) {
  .stat-item {
    flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }
}

/* Tablets: 2 cards per row */
@media (min-width: 576px) and (max-width: 991.98px) {
  .stat-item {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

/* Mobile: 2 cards per row */
@media (max-width: 575.98px) {
  .stat-item {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

.slide-up {
  /* opacity: 0; */
  /* transform: translateY(200px); */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.slide-up.active {
  opacity: 1;
  transform: translateY(0);
}

.corporate .accordion .card {
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border: none;
  margin-bottom: 20px;
  border: 1px solid #19aba7;
}

.corporate .accordion .card-header {
  background-color: #fff;
  cursor: pointer;
  padding: 20px;
  border: none;
  border-radius: 25px;
}

.corporate .accordion .card-header h5.open {
  font-size: 20px;
  font-weight: 600;
}

.corporate .accordion .card-header h5 {
  font-size: 19px;
  font-weight: 500;
  margin: auto 0;
}

.corporate .card-body {
  font-size: 18px;
}

.card-header .icon {
  font-weight: bold;
  float: right;
  font-size: 1.5rem;
  line-height: 1;
  color: #215791;
  /* Adjust as needed */
  transition: transform 0.1s ease;
  display: flex;
  height: 30px;
  width: 30px;
  border: 2px solid;
  border-radius: 50%;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.banner-content {
  position: absolute;
  top: 50px;
  left: 96px;
}

.banner-content h1 {
  font-size: 70px;
  color: #0056b8;
  font-weight: bolder;
}

.banner-content h3 {
  font-size: 40px;
  color: #04b6ae
}

.banner-content p {
  font-size: 28px;
}
@media (max-width : 301px){
  .banner-content {
        position: absolute;
        top: 23px;
        left: 10px;
    }
      .banner-content h1 {
        font-size: 26px;
        color: #0056b8;
        font-weight: bolder;
    }
        .banner-content h3 {
        font-size: 15px;
        color: #04b6ae;
    }
        .banner-content p {
        font-size: 15px;
    }
}

@media (min-width: 301px) and (max-width: 375px){
      .banner-content h1 {
        font-size: 34px;
        color: #0056b8;
        font-weight: bolder;
    }
        .banner-content h3 {
        font-size: 18px;
        color: #04b6ae;
    }
        .banner-content p {
        font-size: 17px;
    }
.banner-content {
        position: absolute;
        top: 23px;
        left: 29px;
    }
}

@media (min-width : 375px) and (max-width: 431px) {
  .banner-content {
    position: absolute;
    top: 26px;
    left: 38px;
  }

  .banner-content h1 {
    font-size: 37px;
    color: #0056b8;
    font-weight: bolder;
  }

  .banner-content h3 {
    font-size: 23px;
    color: #04b6ae;
  }

  .banner-content p {
    font-size: 20px;
  }
}
@media (min-width: 432px) and (max-width: 600px) {
.banner-content {
    position: absolute;
    top: 42px;
    left: 31px;
}
.banner-content h1 {
    font-size: 38px;
    color: #0056b8;
    font-weight: bolder;
}
.banner-content h3 {
    font-size: 27px;
    color: #04b6ae;
}
.banner-content p {
    font-size: 23px;
}
}
@media (min-width: 601px) and (max-width: 768px)
{
  .banner-content {
    position: absolute;
    top: 26px;
    left: 56px;
}
.banner-content h1 {
    font-size: 58px;
    color: #0056b8;
    font-weight: bolder;
}
.banner-content h3 {
    font-size: 33px;
    color: #04b6ae;
}
.banner-content p {
    font-size: 28px;
}
}
@media (min-width: 769px) and (max-width: 992px)
{
  .banner-content {
   position: absolute;
        top: 22px;
        left: 178px;
}
    .banner-content h1 {
        font-size: 34px;
        color: #0056b8;
        font-weight: bolder;
    }
    .banner-content h3 {
        font-size: 22px;
        color: #04b6ae;
    }
    .banner-content p {
        font-size: 15px;
    }

}
@media (min-width: 993px) and (max-width: 1170px){
  .banner-content {
    position: absolute;
    top: 32px;
    left: 287px;
}
.banner-content h1 {
    font-size: 44px;
    color: #0056b8;
    font-weight: bolder;
}
.banner-content h3 {
    font-size: 26px;
    color: #04b6ae;
}
.banner-content p {
    font-size: 18px;
}

}
@media (min-width: 992px) and (max-width: 1200px){
  .appointment_btn {
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    text-align: center;
    color: white;
    font-weight: 600;
    padding: 12px !important;
    font-size: 15px !important;
    border-radius: 8px;
}
}
@media (min-width: 1171px) and (max-width: 1400px){
  .banner-content h1 {
    font-size: 45px;
    color: #0056b8;
    font-weight: bolder;
}
.banner-content h3 {
    font-size: 27px;
    color: #04b6ae;
}
.banner-content p {
    font-size: 19px;
}
}
@media (min-width: 1401px) and (max-width: 1480px){
  .banner-content h1 {
    font-size: 65px;
    color: #0056b8;
    font-weight: bolder;
}
.banner-content h3 {
    font-size: 33px;
    color: #04b6ae;
}
.banner-content p {
    font-size: 25px;
}
}
@media (max-width: 575px){
  .google-trnslt-button{
  margin-top: 20px;
  
  }
  .banner_nww{
        margin-top: 145px;
  }
}
@media (min-width: 576px) and (max-width : 800px){
  .banner_nww{
    margin-top : 90px;
  }
}

 .whatsapp-button {
      position: fixed;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
      z-index: 9999;
      display: flex;
      align-items: center;
      text-decoration: none;
      background-color: #25D366;
      padding: 8px 12px;
      border-radius: 50px 0 0 50px;
      color: white;
      font-family: Arial, sans-serif;
      font-weight: bold;
      overflow: hidden;
      transition: background-color 0.3s ease;
    }

    .whatsapp-button img {
      width: 40px;
      height: 40px;
      transition: transform 0.3s ease;
    }

    .whatsapp-button span {
      white-space: nowrap;
      /* margin-left: 8px; */
      opacity: 0;
      max-width: 0;
      overflow: hidden;
      transition: max-width 0.5s ease, opacity 0.3s ease;
    }

    .whatsapp-button:hover {
      background-color: #1ebc59;
    }

    .whatsapp-button:hover img {
      transform: scale(1.1);
    }

    .whatsapp-button:hover span {
      opacity: 1;
      max-width: 110px;
    }
    @media (max-width: 500px){
  .whatsapp-button img {
      width: 30px;
      height: 30px;
      transition: transform 0.3s ease;
    }
     .whatsapp-button {
      
      padding: 6px 10px;
      
    }

}