*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* overflow-x: hidden; */
}

body {
  margin: 0;
  padding: 0;
}
/* banner-section-starts */

.banner-main {
  background-image: url("img/gs-desk.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 665px;
  position: relative;
  z-index: -1;
}
.banner-angle {
  position: absolute;
  top: 30%;
  left: 10%;
}
.heading1 {
  color: white;
  font-weight: bolder;
  font-size: 50px;
}
.heading2 {
  color: white;
  font-size: 30px;
  font-weight: 500;
}
.appointment_btn-main {
  background: #004d99;
  text-align: center;
  color: white;
  font-weight: 600;
  padding: 12px;
  font-size: 12px;
  border-radius: 30px;
  width: fit-content;
  border: none;
}

.appointment_btn-mainban {
  background: rgb(82, 176, 165);
  text-align: center;
  color: white;
  font-weight: 600;
  padding: 12px;
  font-size: 16px;
  border-radius: 30px;
  width: fit-content;
  border: none;
}

/* banner-section-ends */

/* form section starts */

.appointment-form {
  background-color: white;

  border-radius: 10px;
  margin-top: -30px;
}
.appointment-form h2 {
  text-align: center;
  color: #004d99;
  font-weight: bold;
}
.form-main {
  padding-right: 30px;
  padding-left: 30px;
}
.form-control {
  border: none !important;
  background-color: rgb(243, 243, 243) !important;
}
.labeled-form {
  font-weight: bold;
  color: rgb(97, 97, 97);
}

.mob_view {
  display: none;
}
@media screen and (max-width: 769px) {
  .form-control {
    padding: 11px !important;
  }

  .banner-angle {
    position: absolute;
    top: 9%;
    left: 10%;
    text-align: center;
  }
  .heading2 {
    font-size: 20px;
  }
  .heading1 {
    font-size: 28px;
  }
  .desk_view {
    display: none;
  }
  .mob_view {
    display: block;
  }
  .card_top div {
    background: #4bb7b7;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card_top1 div {
    background: #4bb7b7;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .detaied-box {
    display: flex;
    justify-content: space-around !important;
  }
   .appointment-form {
    margin-top: -15px !important;
  }
}

/* form-section-ends */

/* details section starts */
.detaied-box {
  display: flex;
  justify-content: space-around;

  align-items: center;
}
.content-bod1 {
  padding: 10px;
  border: none;
  background: rgb(2, 185, 173);
  border-radius: 20px;
  color: white;
}

.borddfixxed {
  border-right: 2px solid;
}

.detaied-box2 {
  display: flex;
  flex-direction: column;
}

.countsnum1 {
  font-size: 23px;
  font-weight: bold;
}

.detaifonnt {
  font-size: 14px;
}
.content-bod {
  padding: 20px;
  border: none;
  background: rgb(2, 185, 173);
  border-radius: 20px;
  color: white;
}
.countsnum {
  font-size: 34px;
  font-weight: bold;
}
/* details-section-ends */

.info-section {
  padding: 40px 0;
  background-color: #e6f7ff;
}

.info-section img {
  max-width: 100%;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
.info-details h2 {
  color: #004d99;
  font-weight: bold;
}
.info-details p {
  color: black;
  font-weight: 600;
}

/* owl carousel */

.info-section1 {
  padding: 40px 0;
}

.info-section1 img {
  max-width: 100%;
}

.info-section1 {
  padding: 40px 0;
}

.info-section1 .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.info-section1 .card-body {
  text-align: left;
}

.info-section1 .card-body h5 {
  font-size: 1.22rem;
  margin-top: 10px;
  font-weight: bold;
  color: #184387;
}

.info-section1 .card-body p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #606c77;
}

.info-section1 .list-group {
  text-align: left;
  color: white;
  font-size: 18px;
  font-weight: 400;
}

.info-section1 .list-group-item {
  border: none;
  background-color: transparent;
  padding-left: 0;
  color: white;
}

.info-section1 .list-group-item i {
  color: white;
  margin-right: 10px;
}

.info-section1 .feature-box {
  background-color: #004d99;
  color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.info-section1 .feature-box h4 {
  font-size: 25px;
  font-weight: 700;
}
.herina-header {
  color: #004d99;
  font-weight: bold;
  text-align: center;
}

/* surgery stars */
.surgery-cont {
  display: flex;
  justify-content: space-between;
  color: #8d8f92;
}
.surgery-cont h5 {
  text-align: center;
  margin-top: 15px;
}

/* doctor section */

.surgeon-section {
  background-color: #4bb7b7;
  padding: 50px 0;
  text-align: center;
}

.surgeon-section h2 {
  color: white;
  font-weight: bold;
}

.surgeon-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
}
.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%;
}

.get-appointment-btndoc:hover {
  background-color: #0256a8;
}
.btn-primary {
  color: #fff;
  background-color: #004d99;
  border-color: #007bff;
  border-radius: 30px;
}

/* testmonials */
.testimonials {
  padding: 60px 0;
  text-align: center;
  background-image: url("img/mapped1.webp");
}

.testimonials h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #0056b3;
}

.testimonials h2 span {
  color: #000;
}

.carousel-item {
  padding: 30px;
}

.testimonial-card {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.testimonial-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.reviewer-name {
  margin-top: 10px;
  font-weight: bold;
}

.stars {
  color: orange;
}

.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;
}
.less_thean_icon_testmonials {
  /* background: #0359a2; */
  border-radius: 50px;
  height: 35px;
  width: 35px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid black;
}
/* new css code */
.doc_part1 {
  background-color: #11b4a5;
  border-radius: 20px;
}
.doc_one {
  padding: 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; */
}
.cont1 {
  font-size: 18px;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
  background-color: #d9d9d9;
  color: #224f8f;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
}
.accordion-button.collapsed {
  border-radius: 5px !important;
}
.test_heading {
  color: #004d99;
  font-weight: bold;
}
/* new cod */
.why_chose_maniapla {
  background: #e9f6fe;
}
.why_chose {
  color: #808080;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}
.rounde_circle {
  background: #4bb7b7;
  width: 100px;
  height: 100px;

  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exp_subdata {
  font-size: 18px;
  font-weight: 600;
  color: #004d99;
  text-align: center;
}
.experiance {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.entire_round_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card_top {
  background-image: linear-gradient(120deg, #19aba7, #224f8f);
  display: flex;
  /* justify-content: space-evenlboy; */
  align-items: center;
  border-radius: 6px;
}
.card_top div {
  background: #4bb7b7;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_top1 {
  background-image: linear-gradient(120deg, #19aba7, #224f8f);
  display: flex;
  /* justify-content: space-evenlboy; */
  align-items: center;
  border-radius: 6px;
}
.card_top1 div {
  background: #4bb7b7;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.book_now {
  background-image: linear-gradient(120deg, #19aba7, #224f8f);
  color: white;
  padding: 10px 20px 10px 20px;
  border: 0px;
  border-radius: 8px;
  width: fit-content;
}
.card_body {
  color: #32598e;
  font-weight: 500;
}
.card_section_data .card {
  border: 0px;
  box-shadow: 5px 4px 9px 0px silver;
}
.all_cards_row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.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;
  color: #0b57a3;
  font-weight: 500;
}
.why_data {
  color: #0c4da2;
  font-size: 32px;
  font-weight: 700;
}
.surgeon-card .card-body {
  color: #215b92;
}
/* scroll bar css code */
::-webkit-scrollbar {
  width: 3px;
  height: 40px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  width: 3px;
  height: 40px;
  background-color: #0056b3;
}

.box_inner {
  height: 200px; /* Set a fixed height */
  overflow-y: scroll; /* Enable vertical scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
  scrollbar-width: thin; /* Thin scrollbar for Firefox */
  scrollbar-color: #0056b3 transparent; /* Blue thumb and transparent track for Firefox */
}

.card-text {
  height: 100px !important; /* Set a fixed height */
  overflow-y: scroll; /* Enable vertical scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
  scrollbar-width: thin; /* Thin scrollbar for Firefox */
  scrollbar-color: #0056b3 transparent; /* Blue thumb and transparent track for Firefox */
}

.card_body {
  height: 220px !important;
  /* Set a fixed height */
  overflow-y: scroll;
  /* Enable vertical scrolling */
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling for iOS */
  scrollbar-width: thin;
  /* Thin scrollbar for Firefox */
  scrollbar-color: #0056b3 transparent;
  /* Blue thumb and transparent track for Firefox */
}

.test-box {
  height: 170px !important;
  /* Set a fixed height */
  overflow-y: scroll;
  /* Enable vertical scrolling */
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling for iOS */
  scrollbar-width: thin;
  /* Thin scrollbar for Firefox */
  scrollbar-color: #fff3cd transparent;
  /* Blue thumb and transparent track for Firefox */
}

/* WebKit browsers (Chrome, Safari, Edge) scrollbar styling */
.box_inner::-webkit-scrollbar,
.card-text::-webkit-scrollbar,
.card_body::-webkit-scrollbar,
.test-box::-webkit-scrollbar {
  width: 3px;
  /* Scrollbar width for WebKit browsers */
}

/* Hide the scrollbar track */
.box_inner::-webkit-scrollbar-track,
.card-text::-webkit-scrollbar-track,
.card_body::-webkit-scrollbar-track,
.test-box::-webkit-scrollbar-track {
  background-color: transparent;
  /* Make track invisible */
}

/* Hide the scrollbar buttons (arrows) */
.box_inner::-webkit-scrollbar-button,
.card-text::-webkit-scrollbar-button,
.card_body::-webkit-scrollbar-button,
.test-box::-webkit-scrollbar-button {
  display: none !important;
}

/* Scrollbar thumb styling */
.box_inner::-webkit-scrollbar-thumb,
.card-text::-webkit-scrollbar-thumb,
.test-box::-webkit-scrollbar-thumb {
  background-color: #0056b3;
  /* Blue scrollbar thumb */
  border-radius: 10px;
  /* Rounded corners for thumb */
  width: 3px;
  /* Set the thumb width to 3px */
}

.card_body::-webkit-scrollbar-thumb,
.test-box::-webkit-scrollbar-thumb {
  background-color: #fff3cd !important;
  /* Blue scrollbar thumb */
  border-radius: 10px;
  /* Rounded corners for thumb */
  width: 3px;
  /* Set the thumb width to 3px */
}

.lisedicon {
  font-size: 17px;
}
/* end of new css */
