.body {
  font-family: Roboto;
}
.header {
  padding: 20px;
  width: 100%;
  background: white;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
}
.header img {
  margin-right: 8px;
}
.navbar-expand-lg {
  flex-wrap: wrap;
  padding: 0;
}
.navbar .dropdown-menu {
  background: #535d69;
  border-bottom: 0.5px solid #928d77;
  color: white;
  padding: 0;
  border-radius: 0;
}
.navbar .dropdown-menu .dropdown-divider {
  margin: 0;
  border-top: 0.5px solid #928d77;
}
.navbar .dropdown-menu li a {
  padding: 8px 22px;
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
}
.navbar .dropdown-menu li a:hover {
  background: #18293e;
  color: white;
}
.justify-content-space-between {
  justify-content: space-between;
}
.mr-20 {
  margin-right: 20px;
}
.container-fluid {
  background: #18293e;
  padding: 15px 20px;
  color: white;
}
.btn.btn-transparent {
  background: transparent;
  color: #ffd600;
  border: 1px solid #ffd600;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
  padding: 9px 15px;
}
.btn.btn-transparent:hover,
.btn.btn-transparent:active {
  background: #ffd600;
  color: #18293e;
  border: 1px solid #ffd600;
}
.navbar-brand {
  color: white;
  display: flex;
  justify-content: center;
}
.mr-10 {
  margin-right: 10px;
}
.mt-8 {
  margin-top: 8px;
}
.navbar-nav .nav-link,
.navbar-nav .nav-item {
  color: white;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
}
.nav-item {
  margin-right: 30px;
}
.navbar-nav .nav-link.active {
  color: #ffd600;
  font-weight: bold;
}
.bg-home {
  background: linear-gradient(
      89.88deg,
      rgba(24, 41, 61, 0.77) -0.17%,
      rgba(24, 41, 61, 0.54) 100.4%
    ),
    url("./images/background-home.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-height {
  height: 650px;
}
.doc-name {
  color: rgba(255, 214, 0, 1);
  font-size: 40px;
  font-weight: 700;
  line-height: 46.88px;
}
.doc-details {
  color: white;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
}
.doc-studies {
  color: rgba(114, 234, 20, 1);
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
}
.custom-card {
  width: 100%;
  bottom: -160px;
}
.card-body {
  /* padding: 20px; */
}
.card-title {
  color: rgba(24, 41, 62, 1);
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  margin-top: 15px;
}
.card-text,
.card-icon {
  color: rgba(118, 138, 164, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.card-text {
  margin-bottom: 20px;
  text-align: left;
  font-weight: 400;
  color: "#7D7575";
  font-size: 14px;
}
.mb-10 {
  margin-bottom: 10px;
}
.text-center {
  text-align: center;
}
.btn-blue {
  background: rgba(24, 41, 62, 1);
  color: white;
  border: 1px solid rgba(24, 41, 62, 1);
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
  padding: 9px 15px;
  border-radius: 25px;
}
.btn-blue:hover,
.btn-blue:active {
  background: rgba(24, 41, 62, 1);
  color: white;
}
.btn-blue.book-apt-blue {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  padding: 12px 20px;
}
.btn.btn-white {
  background: white;
  color: rgba(24, 41, 62, 1);
  border: 1px solid rgba(255, 214, 0, 1);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 14px 20px;
  border-radius: 25px;
}
.mt-70 {
  margin-top: 70px;
}
.custom-card .card:hover {
  background: #18293e;
  border: 1px solid #18293e;
}
.custom-card.card:hover .card-icon,
.custom-card .card:hover .card-text {
  color: white;
}
.custom-card .card:hover .card-title {
  color: rgba(255, 214, 0, 1);
}
.custom-card .card:hover .btn-blue.book-apt-blue {
  background: transparent;
  color: #ffd600;
  border: 1px solid #ffd600;
}
.custom-card .card-body .icon-calender::before {
  content: url("./images/calender.svg");
}
.custom-card .card:hover .icon-calender::before {
  content: url("./images/calender-yellow.svg");
}
.custom-card .card-body .icon-timing::before {
  content: url("./images/timing.svg");
}
.custom-card .card:hover .icon-timing::before {
  content: url("./images/timing-yellow.svg");
}
.custom-card .card-body .icon-support::before {
  content: url("./images/support.svg");
}
.custom-card .card:hover .icon-support::before {
  content: url("./images/support-yellow.svg");
}
.glass-card1 {
  background: rgba(255, 255, 255, 0.3);
  /* linear-gradient(126.59deg, rgba(255, 255, 255, 0.4) 12.11%, rgba(255, 255, 255, 0.1) 73.08%); */
  backdrop-filter: blur(10px);
  padding: 12px 24px;
  width: fit-content;
  position: absolute;
  right: -100px;
  bottom: 43px;
  color: white;
  border-radius: 22px;
  box-shadow: 0px 2.07px 12.39px -0.52px rgba(0, 0, 0, 0.2);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 20.06px;
}
.glass-card {
  color: rgba(64, 64, 64, 1);
  background: white;
  font-size: 13px;
  font-weight: 500;
  line-height: 20.23px;
  box-shadow: 0px 2.07px 12.39px -0.52px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -115px;
  top: -12px;
  padding: 12px;
  border-radius: 20px;
  width: 216px;
}
.glass-card .sub-title {
  font-size: 5.2px;
  font-weight: 400;
  line-height: 6.09px;
}
.image-circle {
  border: 21.67px solid rgba(255, 214, 0, 1);
  border-radius: 50%;
  width: 410px;
  height: 410px;
}
.inner-circle {
  background: linear-gradient(1.35deg, #ffb423 -39.69%, rgba(0, 0, 0, 0) 38.79%),
    rgba(24, 41, 62, 1);
  width: 331px;
  height: 331px;
  border-radius: 50%;
  margin: 17px;
  position: relative;
}
.doc-image {
  border-radius: 49%;
  position: absolute;
  width: 346px;
  height: 390px;
  bottom: 0px;
  left: -8px;
  background-image: linear-gradient(
    1.35deg,
    #ffb423 -39.69%,
    rgba(0, 0, 0, 0) 38.79%
  );
}
.mt-200 {
  margin-top: 200px;
}
.about-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 42.19px;
  margin-bottom: 30px;
}
.about-box {
  height: 430px;
  background: rgba(243, 243, 244, 1);
}
.box-padding {
  padding: 32px 50px;
}
#service-images {
  background: url("./images/default-service.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-right: 20px;
  border-radius: 5px;
  position: relative;
}
#service-images.obstetric-service {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.701271) 75.1%,
      rgba(0, 0, 0, 0.82) 100%
    ),
    url("./images/obstetric.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#service-images.aesthetic-service {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.701271) 75.1%,
      rgba(0, 0, 0, 0.82) 100%
    ),
    url("./images/aesthetic.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#service-images.minimally-service {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.701271) 75.1%,
      rgba(0, 0, 0, 0.82) 100%
    ),
    url("./images/minimally.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#service-images.gynaecology-service {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.701271) 75.1%,
      rgba(0, 0, 0, 0.82) 100%
    ),
    url("./images/gyneacology.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#service-images.infertility-service {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.701271) 75.1%,
      rgba(0, 0, 0, 0.82) 100%
    ),
    url("./images/infertility.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.obstetric,
.aesthetic,
.minimally,
.gynaecology,
.infertility {
  display: none;
  color: white;
  position: absolute;
  padding: 27px;
  font-size: 24px;
  font-weight: 500;
  bottom: 0;
  line-height: 28.13px;
}
.obstetric .sub-title,
.aesthetic .sub-title,
.minimally .sub-title,
.gynaecology .sub-title,
.infertility .sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
}
.obstetric-service .obstetric,
.aesthetic-service .aesthetic,
.minimally-service .minimally,
.gynaecology-service .gynaecology,
.infertility-service .infertility {
  display: block;
}
.services-link {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  padding: 17px 0;
  background: rgba(70, 71, 72, 1);
  border-radius: 5px;
}
.services-link:hover {
  background: rgba(38, 50, 56, 1);
  color: rgba(255, 214, 0, 1);
  cursor: default;
}
.mt-25 {
  margin-top: 25px;
}
.card2 {
  border-radius: 15px;
  position: absolute;
  top: 37px;
  left: 45px;
  height: 320px;
  z-index: 1;
  width: 300px;
}
.card2 .card-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  color: rgba(0, 0, 0, 1);
}
.card2 .card-body {
  padding-top: 42px;
  padding-bottom: 42px;
}
.card2 .card-badge {
  background: rgba(255, 214, 0, 1);
  font-size: 20px;
  font-weight: 700;
  line-height: 27.5px;
  color: rgba(24, 41, 62, 1);
  padding: 5px 15px;
  width: fit-content;
  position: absolute;
  top: 200px;
  left: 28px;
}
.card2 .card-img-top {
  height: 220px;
}
.bg-card {
  background: rgba(24, 41, 62, 1);
  height: 320px;
  width: 250px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.06px;
  color: rgba(255, 255, 255, 1);
  padding: 11px 13px;
  text-align: right;
}
.mb-55 {
  margin-bottom: 55px;
}
.dots {
  margin-top: 100px;
  margin-left: 30px;
  position: relative;
}
.treatment-box {
  display: flex;
  align-items: center;
  width: 105px;
  height: 72px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  background: white;
  padding: 3px;
  font-size: 10px;
  font-weight: 500;
  line-height: 11.72px;
}
.treatment-services {
  top: -32px;
  right: -68px;
}
.mt-20 {
  margin-top: 20px;
}
.mission {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.mission-text1 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 20px;
}
.mission-text1 span {
  font-family: Poppins;
  color: #02a442;
}
.mission-text2 {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  color: rgba(173, 160, 160, 1);
  margin-top: 20px;
}
.pa-35 {
  padding: 35px 90px;
}
.text-left {
  text-align: left;
}

.Speciality1,
.Speciality2 {
  display: none;
}
.Speciality1.show,
.Speciality2.show {
  display: block;
}
.color-blue {
  color: rgba(118, 138, 164, 1);
}
.offer-service {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.09px;
  color: rgba(138, 134, 127, 1);
}
.mt-50 {
  margin-top: 50px;
}
.achivement-box {
  background: rgba(253, 225, 152, 1);
  padding: 26px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 240px;
  border-radius: 7.69px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.img-icon {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 17px;
  background: #fff3d6;
}
.achivements-box-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 30.47px;
  margin-top: 20px;
}
.achivements-box-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  margin-top: 6px;
}
.carousel-box {
  height: 420px;
  background: url("./images/carousel-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0;
}

.color-white {
  color: white;
}

.carousel-card-text {
  text-align: left;
}

.five-star {
  display: block;
  align-items: start;
}

.client-info {
  display: grid;
  grid-template-columns: 2fr 3fr 4fr;
  align-items: center;
  gap: 1rem;
}

.client-img {
  grid-column: 1 / 2;
}

.client-details {
  grid-column: 2 / 3;
}

.date {
  grid-column: 3 / 4;
  align-self: flex-end;
  text-align: right;
}

#video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.video-card {
  width: 390px;
  cursor: pointer;
  margin: 0 auto;
}

.video-card img {
  width: 100%;
  height: 13rem;
}
.youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.youtube-icon img {
  width: 100%;
  height: auto;
}
.video-title {
  text-align: center;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.youtube-chaneel {
  color: #02a442;
  text-decoration: none;
}

.carousel-indicators {
  z-index: 3;
  bottom: -1.5rem !important;
}

.carousel .carousel-indicators li {
  background-color: white;
  padding-top: 0.4rem;
  border-radius: 0.8rem !important;
  width: 1.4rem;
}

.carousel .carousel-indicators li.active {
  background-color: #ffd600;
  padding-top: 0.4rem;
  border-radius: 0.8rem !important;
  width: 2.2rem;
}

.carousel-item-row {
  margin: 2rem;
}

.text-muted {
  color: #8a867f;
  font-size: 18px;
}

.d-flex-gap {
  display: flex;
  align-items: center;
  gap: 20px; /* Adjust the gap as needed */
}
.d-flex-gap > div {
  display: flex;
  align-items: center;
}
.d-flex-gap img {
  margin-right: 8px; /* Adjust the margin between image and text */
}

.icon-group {
  display: flex;
  align-items: center;
  gap: 15px; /* Adjust the gap between icon groups */
}
.icon-item {
  display: flex;
  align-items: center;
  gap: 5px; /* Adjust the gap between icon and number */
}

/* Footer */
.footer {
  background-color: #18293e;
  color: #fff;
  padding: 10px 0;
}
.footer h5 {
  color: #ffcc00;
}
.d-inline-block {
  text-align: left;
}

.footer a {
  text-decoration: none !important;
  font-size: 1.2rem;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-orange-text {
  color: #d29054 !important;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 500;
}

.orange-text {
  color: #d29054 !important;
}
.footer .social-icons img {
  width: 5rem;
  height: 5rem;
}

.active {
  font-weight: bold; /* Example style for active nav item */
}
.content {
  display: none; /* Hide content by default */
}
.active-content {
  display: block; /* Show content when corresponding nav item is active */
}
.cursor-pointer {
  cursor: pointer;
}
.photos-box {
  height: 360px;
  background: linear-gradient(
      to right,
      #373a40 1%,
      rgba(0, 0, 0, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url("./images/pregnant-mother.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0;
  position: relative;
  width: 100%; /* Ensure full width */
}
.text-container {
  display: flex;
  flex-direction: column;
  padding-top: 7rem;
  padding-left: 10rem;
}

.text-container h2 {
  margin-bottom: 10px; /* Add margin bottom for spacing */
}

.text-container > div {
  display: flex;
  align-items: center;
}

.remaining-content {
  margin-top: 20px; /* Adjust spacing as needed */
  padding: 20px; /* Add padding to the remaining content */
  background-color: #f9f9f9; /* Example background color */
  border-radius: 8px; /* Example border radius */
  width: 100%; /* Ensure full width */
}

.text-theme-color {
  color: #ffd600;
}

.appointment-section {
  background-color: #f8fbfd; /* Light blue background */
  padding: 70px 0;
  text-align: center;
}
.appointment-section h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
.appointment-section h2 span {
  color: #32cd32; /* Green color for "Lifelong Health" */
}
.appointment-section .btn {
  margin-top: 20px;
  border: 2px solid #ffd700; /* Yellow border */
  border-radius: 50px;
  padding: 10px 30px;
  color: #000;
  background-color: white;
}
.appointment-section .btn:hover {
  background-color: #ffd700;
  color: #fff;
}
.remove-p {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* Appointment */
.appointment-box {
  background-color: #d3d3d3;
  /* margin: 0px 2rem 0px 2rem; */
  border-radius: 1rem;
  padding: 1rem 0px 1rem 0px;
  /* max-width: 55rem; */
}
.doctor-card {
  background-color: #f3f3f4;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0px 1rem 0.3rem 1rem;
  border-radius: 1rem;
  position: relative;
}
.doctor-photo {
  width: 12rem;
  border-radius: 50%;
}
.doctor-card-p {
  font-size: medium;
  font-weight: 700;
  line-height: 0;
  margin-top: 1rem;
}
.doctor-details {
  display: flex;
  align-items: center;
}
.doctor-info {
  margin-left: 20px;
}
.experience {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #ffcc00;
  padding: 5px 10px;
  border-radius: 5px;
}
.tabs {
  background-color: #d3d3d3;
  margin: 3px 1rem 6px 1rem;
}
.tab-nav-item {
  width: 34.5rem;
  text-align: center;
  margin-right: 0px !important;
}
.pc-gap {
  margin-right: 2rem !important;
}
.tab-nav-link {
  background-color: #f3f3f4 !important;
  color: #18293e80 !important;
  border-radius: 8px;
}
.tab-nav-link.active {
  background-color: #18293e !important;
  color: #fff !important;
  border-radius: 8px;
}
.tab-content {
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 2rem 21rem 2rem 21rem;
}

.video-margin {
  margin: 2rem 16rem 2rem 16rem !important;
}

.appointment-form {
  /* max-width: 400px; */
  margin: 0 auto;
}

.modal-content{
  border-radius: 16px;
}
.appointment-form input,
.input-group-prepend {
  margin-bottom: 10px;
  margin-top: 10px;
}

.confirmBooking {
  background-color: #18293e80;
  color: #fff;
  width: 25rem;
  margin: 12px 0px 8px 0px;
}
.confirmBooking:hover{
  color: #fff !important;
}

.videoConfirmBookingBtn{
  width: 15rem !important;
  margin: 12px 10rem 8px 10rem !important;
}

.text-red {
  color: red;
}

.customCloseButton{
  padding: 2px 0.6rem 2px 0.6rem !important;
}
.text-bold {
  font-weight: 700;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

@media screen and (min-width: 1024px) {
  .lg-d-flex {
    display: flex;
  }
  .lg-justify-content-space-between {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .md-mt-10 {
    margin-top: 10px;
  }
  .md-text-center {
    text-align: center;
  }
  .md-justify-content-center {
    justify-content: center;
  }
}
