*,
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/mysore_generic_banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vw;
}

.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;
}

}

.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 === */