*,
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;
}

.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;
  }

  .mob_view {
    display: block;
  }

  .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: 11% !important;
    left: 0;
    right: 0;
  }

  .nav-item{
    padding: 0px !important
  }

}

.part_nine {
  background: #e7f0f9;
}

button.submit {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: .3s ease;
  background-color: #04b6ae;
}

input.input_forms {
  border-radius: 5px !important;
  border: 1px solid #E6E6E6;
  background: #F9F9F9 !important;
  padding: 5px;
  outline: 0px;
}

.labels {
  color: #02778a;
  font-weight: 600;
  font-size: 16px;
}

.appointment {
  color: #02778a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.1px;
}

.form_card {
  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);
  }
}
@media (max-width:768px) {
  .main-content {
    position: relative;
    margin-top: 0px !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 {
  border: 0px;
  padding: 10px;
  border-radius: 5px;
  background-color: #215a92;
  color: #fff;
  font-weight: 600;
  box-shadow: 2px 1px 2px 1px #534646;
}

.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;
}
.checkups {
  color: white;
}

/* owl carousel */
.main-content {
  position: relative;
  margin-top: 90px;
}

.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  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: -24px;
  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: -24px;
  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;
}

#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); }
}
/* ==== new css code start here e==== */